@charset "utf-8";
/* CSS Document */


/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; /*font-weight:normal;*/ clear:both}
p{ margin:0px; padding:0px}

.navbar {
  margin-bottom:0px;
  border:none;
}
.table-striped > tbody > tr:nth-of-type(odd) { background-color: #efefef;}
.table{ margin-bottom:30px}
.table th{ width:30%}

@media (min-width: 768px) {.btn-group-vertical a{ padding-top:15px;padding-bottom:15px}}

img.img-fluid {display: block;}


/* 全体構造
---------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{clear:both;}

img{border:0;vertical-align:bottom;}

a {
	outline:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

hr {
    display:block;
    height:1px;
    border-top:1px dotted #33335a;
    margin:0;
    padding:0;
	margin-bottom:20px
}

body{
	font-size:85%;/* 基本のフォントサイズ */
	line-height:185%;/* 基本の行間 */
	font-family:FontAwesome, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#33335a;
	letter-spacing: 0.05em;
	background-color: #fff;
}

sup {font-size: 80%;}

header,
main,
footer{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

.en{
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}

/* link
---------------------------------------------------- */
a:link,a:visited,a:hover,a:active{text-decoration:none; color:#33335a; }
/*.link_kon a:link,a:visited,a:hover,a:active{text-decoration:none; color:#f58599}*/


/* header
---------------------------------------------------- */
header{
	width: 100%;
	top: 0;
	z-index: 200;
	position: fixed;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url("../images/bg_head.png") repeat;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
header.move{
	background: #69bfeb;
	box-shadow: 0px 3px 9.8px 0.2px rgba(0, 0, 0, 0.21);
}
header.move .head_btn{
	display: none;
}
@media print, screen and (min-width: 992px) {
	header{
		padding-top: 15px;
		padding-bottom: 15px;
		height: 120px;
	}
	header.move {height: 70px; padding-top: 0;}
	
	header.move .contact{
		display: inline-block!important;
	}
}
@media print, screen and (min-width: 1200px) {
	header{
		padding-top: 25px;
		padding-bottom: 15px;
		height: 135px;
	}
	header.move {height: 70px;}
}
@media print, screen and (min-width: 1600px) {
	header{
		height: 170px;
	}
	header.move {height: 80px;}
}


/*nav img {float: right;}*/

.head_left{padding-left: 0;}
.head_right{padding-right: 0;}

/*----------------header固定----------------*/

@media print, screen and (min-width: 992px) {
	header .logo {
		position: absolute;
		top: 7px;
		left: 15px;
		display: flex;
		transition: .3s ease-in-out;
		z-index: 100;
	}
	header .logo a{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		color: #fff;
	}
	header .logo a img{
		min-width: 80px;
		max-width: 80px;
	}
	header .logo a h1{
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		margin-left: 5px;
		font-size: 130%;
		line-height: 1.4em;
	}
	
	.logo a:link,
	.logo a:visited{
		transition: .3s ease-in-out;
		line-height: 1.4em;
		color: #fff;
	}
	
	.logo a:hover {opacity: 1;}
	.move .logo {
		top: 0;
	}
	.move .logo a img{
		min-width: 68px;
		max-width: 68px;
	}
	.move .logo a h1{
		font-size: 110%;
	}
}

@media print, screen and (min-width: 1200px) {
	header .logo a h1{
		font-size: 160%;
	}
	.move .logo a h1{
		font-size: 110%;
	}
}
@media print, screen and (min-width: 1600px) {
	header .logo a img{
		min-width: 100px;
		max-width: 100px;
	}
	header .logo a h1{
		font-size: 180%;
	}
	.move .logo a img{
		min-width: 80px;
		max-width: 80px;
	}
	.move .logo a h1{
		font-size: 110%;
	}
}

/*------------------*/

.head_box_sp{
	color: #33335a;
	margin-top: 0;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	justify-content: center;
	text-align: center;
}
.head_box_sp >p {margin-left: 10px;}
.head_box_sp .box{
	margin: 0 10px;
}

.head_box_sp .tel{
	font-size: 110%;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}
.head_box_sp .tel i{font-size: 15px!important;}

.head_box_sp .tel i {margin-right: 5px; color: #c5a05a;}
	
.head_box_sp a:link,
.head_box_sp a:visited{
	color: #33335a;
	text-decoration: none;
}
.head_box_time{
	text-align: center;
	margin-top: 20px;
}
.head_box_time span{
	background-color: #204483;
	color: #fff;
	border-radius: 50px;
	padding: 5px 10px;
	line-height: 1.4em;
	font-size: 90%;
	margin-right: 10px;
}
@media print, screen and (min-width: 576px) {
	.head_box_sp .box{
		margin: 0 20px;
	}
	.head_box_sp .tel i{font-size: 20px!important;}
	.head_box_sp .tel{
		font-size: 170%;
	}
}

/*------------------*/

.head_btn a{float: right;}
@media only screen and (max-width: 991px) {
	.head_btn{display: none;}
}

	

/* navi
---------------------------------------------------- */
/*
.gNav a:hover {
  color: #999;
}
*/

.nav { display: none; }/*なぜかこの指定をしていた。何かに影響するかも*/
nav li a {
	font-size: 110%;
	line-height: 1.4em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
nav .sub-menu,.mean-container .mean-nav ul ul{
	background: #fff;
}
nav li a:link,
nav li a:visited{
	color: #33335a;
}
nav li a:hover{ color: #204483; opacity: 1;}

nav li.taiken a:link,
nav li.taiken a:visited{
	color: #fff;
	background-color: #204483;
}
nav li.taiken a:hover,
nav li.taiken.navi-on a{ color: #fff!important; background-color: #e68769!important; opacity: 1;}


nav li.navi-on a{color: #204483!important; opacity: 1; background-color: #fff;}
nav li.navi-on a:hover{color: #204483!important;}
nav li.navi-on li a{color: #33335a; font-weight: normal;}

nav li.navi-on .sub-menu a:hover{color: #0f3876;}

.mean-container .mean-nav ul li.navi-on2 a{color: #33335a!important;}
.gNav .sub-menu li.navi-on2 a{color: #33335a!important;}

  nav li i {
    font-size: 12px;
    margin-left: 5px;
  }
nav .en {float: right; font-size: 80%;}
@media only screen and (max-width: 767px) {
  .h_logo {
    /*width: 80px;*/
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 100;
  }
  .gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
	
	.mean-nav img.img-fluid{
		display: inline-block!important;
		width: 50px;
		vertical-align: middle;
		padding-right: 10px;
	}
	.mean-nav li{
		border-bottom: 1px solid #33335a;
	}
	
}
@media only screen and (max-width: 991px) {
  .h_logo {
    position: absolute;
    top:0;
    left: 10px;
    z-index: 100;
  }
	
	header .logo a{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		color: #fff;
	}
	header .logo a img{
		min-width: 38px;
		max-width: 38px;
	}
	header .logo a h1{
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		margin-left: 0;
		font-size: 120%;
		line-height: 1.0em;
	}
	
	
	.mean-nav li{
		border-bottom: 1px solid #e1e1e1;
	}
	.meanmenu-reveal {
	  margin: 15px 17px 27px 17px!important;
	}
	
	.mean-container .mean-bar{
		background: #33335a!important;
		-moz-background-size:100% 2px!important;
		background-size:100% 2px!important; 
	}
	.contact_mail .fa-envelope {display: none;}
}

@media print, screen and (min-width: 992px) {
  /*.h_logo img {  width: 20px;}*/
  .h_top {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
  }
  .gNav>ul {
    position: relative;
    /*display: flex;*/
	  display: table;
	  width: auto!important;
	  float: right;
  }
  .gNav li {
    position: relative;
    /*margin-right: 3em;*/
	  display: table-cell;
	  vertical-align: middle;
  }
  .gNav li:last-child {
    margin-right: 0;
  }
  .gNav li a {
    position: relative;
    display: block;
    text-align: center;
    /*line-height: 80px;*/
	  padding: 3px 0;
	  /*margin-left: 20px;*/
  }
  .gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 30px!important;
    left: 70%;
    margin-left: -110px;
    width: 170px;
    -webkit-transition: all .2s ease;
    /*transition: all .2s ease;*/
	  transition: opacity .2s ease;
  }
  .gNav .sub-menu.long_pc {
    width: 280px;
  }
  .gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 15px;
    line-height: 1.2em;
	/*border-bottom: 1px solid #33335a;*/
	font-size: 95%;
  }
  .gNav .sub-menu a:hover:after {
    content: none;
  }
  .gNav .sub-menu li {
    display: block;
    /*font-size: 16px;*/
    padding: 0;
    margin: 0;
  }
  .gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  .gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  .gNav li ul li:after {
    content: none;
  }
  .gNav .sub-menu li a{margin-left: 0;}
  .gNav .sub-menu li a:hover {
    background: #33335a;
	  color: #0f3876!important;
  }
	
	nav li a {
		font-size: 100%;
		font-weight: 600;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
		color: #fff!important;
	}
	header.move nav li a {font-size: 88%; margin-left: 11px;}
	
	nav li a:hover,
	nav li.navi-on a{
		color: #fff!important;
		/*
		background: url(../images/navi-on.png) no-repeat center bottom;
		*/
		background-color: none!important;
		opacity: 1;
	}
	nav li.navi-on a:hover {
	  color: #fff !important;
	}
	.move nav li a:hover,
	.move nav li.navi-on a{
		background: url(../images/navi-on2.png) no-repeat center bottom;
	}
	nav li.bg_none a:hover,
	nav li.bg_none.navi-on a{
		background-image: none;
	}
	nav li.navi-on .sub-menu a::after{
		background: none;
	}
	nav li.navi-on .sub-menu a:hover{color: #fff!important;}
	nav li .en{
		float: none;
		display: block;
		font-size: 17px;
		line-height: 1.4em;
	}
}
@media print, screen and (min-width: 992px) {
	nav {margin-right: 0;/* margin-top: 10px;*/}
	.gNav>ul { margin-top: 15px;}
	.move .gNav>ul { margin-top: 21px;}
	.gNav li a { margin-left: 15px;}
	.gNav li a:link,
	.gNav li a:visited{
		color: #fff;
	}
	
	/*ホバー*/
	nav > ul > li a::after {
	  position: absolute;
	  bottom: -2px;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 1px;
	  background: #fff;
	transform: scale(0, 1);
	  transform-origin: center top;
	  transition: transform .3s;
	}
	nav > ul > li a:hover::after {
	  transform: scale(1, 1);
	}
	nav > ul > li.sen_none a::after {
	  background: none!important;
	}
	nav > ul > li.sen_none a:hover::after {
	  transform: 0!important;
	}
	nav > ul > li.navi-on a::after{
	  transform: scale(1, 1);
	}
	nav > ul > li a:hover,
	nav li.navi-on a{
		background: none!important;
		color: #fff!important;
	}
	nav .sub-menu,.mean-container .mean-nav ul ul {
		background: #204483;
	}
	.sub-menu {
	  border-top:none!important;
	}
	.gNav .sub-menu li a:hover,
	.gNav .sub-menu li.navi-on2 a{
		background: #e00b0b!important;
		color: #fff !important;
	  }
	
}
@media print, screen and (min-width: 1200px) {
	nav li a { font-size: 120%;}
	.gNav .sub-menu {
		width: 190px;
		top: 33px!important;
	}
	nav > ul > li.contact_mail a {
		padding: 10px 20px!important;
		font-size: 100%;
	}

	.gNav>ul { margin-top: 20px; margin-right: 10px;}
	
	header.move nav li a {font-size: 100%; margin-left: 20px;}
}
@media print, screen and (min-width: 1600px) {
	nav li a { font-size: 130%;}
	.move .gNav>ul { margin-top: 23px;}
	.gNav li a { margin-left: 30px;}
	header.move nav li a {font-size: 110%; margin-left: 25px;}
}

.sub_navi{
	border-top: 2px solid #33335a;
}
.sub_navi p{
	width: 50%;
	float: left;
	border-bottom: 1px solid #33335a;
}
.sub_navi.long p{
	width: 100%;
	float: none;
	border-bottom: 1px solid #33335a;
}
.sub_navi p a:link,
.sub_navi p a:visited{
	background-color: #e5edf3;
	padding: 12px 15px!important;
}
.sub_navi p:nth-of-type(2n+1) { clear: both;}n

nav li.navi-on .sub_navi a{
	color: #212121!important;
}
nav li.navi-on .sub_navi a:hover{
	color: #212b5c!important;
}
@media print, screen and (min-width: 576px) {
	.sub_navi p{
		width: 25%;
	}
	.sub_navi p:nth-of-type(2n+1) { clear: none;}
	.sub_navi p:nth-of-type(4n+1) { clear: both;}
}
@media print, screen and (min-width: 768px) {
	.sub_navi.long p{
		width: 50%;
		float: left;
	}
}


.mean-container .mean-nav ul li li{
	width: 50%!important;
	float: left;
}
.mean-container .mean-nav ul li li:nth-of-type(2n+1) { clear: both;}
.mean-container .mean-nav ul li.navi-on a:hover{
	/*background: #0f3876!important;*/
	color: #204483;
}
.mean-container .mean-nav ul li.navi-on .sub-menu a{
	/*background: #0f3876!important;*/
	color: #33335a!important;
}
.mean-container .mean-nav ul li.navi-on .sub-menu a:hover,
.mean-container .mean-nav ul li.navi-on .sub-menu .navi-on2 a{
	/*background: #0f3876!important;*/
	color: #204483!important;
}
@media print, screen and (min-width: 576px) {
	.mean-container .mean-nav ul li li{
		width: 33.3%!important;
	}
	.mean-container .mean-nav ul li li:nth-of-type(2n+1) { clear: none;}
	.mean-container .mean-nav ul li li:nth-of-type(3n+1) { clear: both;}
}


.mean-container .mean-nav ul li .long_pc li{
	width: 100%!important;
	float: left;
}
.sub-menu{
	border-top: 1px solid #e1e1e1;
}
.mean-container .mean-nav ul li li a {
  padding: 1em 15px!important;
}

.mean-container .mean-bar{ background-color: #1c96d5!important;}/*ナビの背景*/

.osu1 {position: relative; z-index: 1;}
.osu2 {position: relative; z-index: 2;}
.osu3 {position: relative; z-index: 3;}

.f-right {float: right;}


.nav { display: none; }/*一瞬ナビが開くのをやめる*/

#top03 .nav{display: flex;}

#blog .nav{display: flex;}


/*ナビ固定*/
.cb-header {
	position: fixed; /* ヘッダーバーを固定 */
	top: -145px;
	left: 0;
	width: 100%;
	z-index: 100;
}
.cb-header header{
	background-color: #fff;
	background-image: none;
}

.cb-header .gNav li a:link,
.cb-header .gNav li a:visited{
		color: #33335a;
	}
	
/*ホバー
.cb-header nav > ul > li a::after {
	  position: absolute;
	  bottom: -2px;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 1px;
	  background: #33335a;
	transform: scale(0, 1);
	  transform-origin: center top;
	  transition: transform .3s;
	}
.cb-header nav > ul > li a:hover::after {
	  transform: scale(1, 1);
	}

.cb-header nav > ul > li a:hover,
.cb-header nav li.navi-on a{
		background: none!important;
		color: #33335a!important;
	}
.cb-header nav > ul > li.navi-on a::after{
	  transform: scale(1, 1);
	}
*/
@media print, screen and (min-width: 992px) {
	.cb-header h1 {margin-top: 0;}
	/*.cb-header h1 img {padding-top: 0; width:280px;}*/
	.cb-header nav {margin-top: 13px;}
	/*.cb-header .gNav ul {margin-top: 5px;}*/
	.cb-header .gNav li a {padding-top: 0;}
}
@media print, screen and (min-width: 1200px) {
	/*.cb-header h1 img { width:360px;}*/
	/*.cb-header nav {margin-top: 22px;}*/
}

/*スマホ用TEL*/
.sp_box{
	padding:15px 0!important;
}

.sp_box .tel{
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
.sp_box .tel .num {font-size: 120%;}
.sp_box .tel a{padding: 0!important; display: inline!important;}
@media print, screen and (min-width: 992px) {
	.sp_box { padding: 0 0 0 40px!important;}
}




/* midashi
---------------------------------------------------- */
.fs60 {font-size:60%;}
.fs70 {font-size:70%;}
.fs75 {font-size:75%;}
.fs80 {font-size:80%; line-height: 1.6em;}
.fs85 {font-size:85%;}
.fs90 {font-size:90%;}
.fs110 {font-size:110%; line-height:1.6em;}
.fs120 {font-size:120%;}
.fs140 {font-size:130%; line-height:1.6em;}
.fs160 {font-size:160%;}
.fs180 {font-size:180%;}

.fs250 {font-size:250%; line-height:1.4em;}

.fs100_sm90_md90_lg100 {font-size: 100%;}
@media print, screen and (min-width: 768px) {
	.fs100_sm90_md90_lg100 {font-size: 90%;}
}
@media print, screen and (min-width: 1200px){
	.fs100_sm90_md90_lg100 {font-size: 100%;}
}

@media print, screen and (min-width: 768px){
	.fs90_smmd{ font-size: 90%;}
}
@media print, screen and (min-width: 1200px){
	.fs90_smmd{ font-size: 100%;}
}

.fs60_sm80_md70{font-size: 80%;}
@media print, screen and (min-width: 992px){
	.fs60_sm80_md70{font-size: 70%;}
}
@media print, screen and (min-width: 1200px) {
	.fs60_sm80_md70{font-size: 60%;}
}

.fs160_sp140 {font-size: 140%;}
@media print, screen and (min-width: 768px) {
	.fs160_sp140 {font-size: 160%;}
}

.text_large{font-size: 110%; line-height: 1.8em;}
@media print, screen and (min-width: 768px){
	.text_large{font-size: 120%;}
}
@media print, screen and (min-width: 1200px){
	.text_large{font-size: 130%;}
}

.normal {font-weight: 400;}

@media print, screen and (min-width: 1200px){
	.text_pl20 {padding-left: 40px;}
	.text_pr20 {padding-right: 40px;}
}


/*--------------------------*/

/*タイトルエフェクト*/
/*.title {display: inline-block;}*/
.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #33335a;
    pointer-events: none;
    opacity: 0;
}

/* 画像を使うときはvertical-align bottomをしないと下に余白ができてしまうので注意！！ */
.revealImg {
    width: 300px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom;
}

/*--------------------------*/

.midashi_tate_area{
	position: relative;
	overflow: hidden;
}

.midashi_tate{display: none!important;}
@media print, screen and (min-width: 1600px) {
	.midashi_tate{
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode:vertical-rl;
		font-size: 90%;
		margin-bottom: 0;
		display: inline-block!important;
		position: absolute;
		z-index: 1;
		left: 30px;
		top: 0;
		padding-top: 40px;
		color: #33335a;
		background: url(../images/midashi_tate.gif) no-repeat center top;
		-moz-background-size:1px 32px;
		background-size:1px 32px; 
		font-family: "Oswald", sans-serif;
		font-weight: 500;
		letter-spacing: 0.2em;
	}
	.midashi_tate.white{
		color: #fff;
		background: url(../images/midashi_tate_white.gif) no-repeat center top;
	}
	.midashi_tate.sen_none{
		background: none;
	}
	.midashi_tate.migi{
		left: auto;
		right: 30px;
	}
}


/**/
#midashi_h2{margin-top: 60px;}
#midashi_h2 .photo {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#midashi_h2 .photo .image{
	width: 100%;
	height: 200px;
}
#midashi_h2 .photo .image img{
	width: 100%;
	height: 100%;
}
@media print, screen and (min-width: 992px){
	#midashi_h2{margin-top: 0;}
	#midashi_h2 .photo .image{ height: 350px;}
}
@media print, screen and (min-width: 1600px){
	#midashi_h2 .photo .image{ height: 420px;}
}

#midashi_h2 .photo .main_kabu{
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 2000px;
	width: 100%;
	z-index: 3;
}
#midashi_h2 .photo .main_kabu img{
	width: 100%;
	height: auto;
}


#midashi_h2 .bg{
	background: url("../images/top01_bg.jpg") repeat-y left top;
	-moz-background-size:100% auto;
	background-size:100% auto; 
	padding: 30px 0 15px 0;
}
@media print, screen and (min-width: 768px){
	#midashi_h2 .bg{ padding: 0 0 25px 0;}
}
@media print, screen and (min-width: 992px){
	#midashi_h2 .bg{ padding: 0 0 60px 0;}
}


#midashi_h2 .title{
	font-family: "Noto Sans JP", serif;
	font-weight: 700;
	font-size: 160%;
	line-height: 1.4em;
	color: #fff;
}
#midashi_h2 .title .en{
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 5px;
}
@media print, screen and (min-width: 768px){
	#midashi_h2 .title{ font-size: 200%;}
}
@media print, screen and (min-width: 992px){
	#midashi_h2 .title{ font-size: 240%;}
}
@media print, screen and (min-width: 1200px){
	#midashi_h2 .title{ font-size: 300%;}
	#midashi_h2 .title .en {font-size: 15px;}
}
@media print, screen and (min-width: 1600px){
	#midashi_h2 .title{ font-size: 340%;}
}

.pankuzu{
	font-size: 85%;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	color: #fff;
	margin-top: 20px;
}
.pankuzu a:link,
.pankuzu a:visited{
	text-decoration: underline;
	color: #fff;
}
@media print, screen and (min-width: 768px){
	.pankuzu{ font-size: 95%;}
}




/*-----------------------*/


.midashi1{
	font-weight: 700;
	font-size: 145%;
	line-height: 1.4em;
}
.midashi1 .en{
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 5px;
}

.midashi2{
	font-weight: 700;
	font-size: 120%;
	line-height: 1.4em;
	color: #204483;
}
#top01 .midashi2{
	color: #fff;
}


.midashi3{
	font-weight: 700;
	font-size: 130%;
	line-height: 1.6em;
	color: #1c96d5;
}

@media print, screen and (min-width: 576px) {
	.midashi1{ font-size: 160%;}
	.midashi3{ font-size: 150%;}
}
@media print, screen and (min-width: 768px) {
	.midashi1{ font-size: 200%;}
}
@media print, screen and (min-width: 992px) {
	.pl_text {padding-left: 35px;}
	.pr_text {padding-right: 35px;}
}
@media print, screen and (min-width: 1200px) {
	.midashi1{ font-size: 220%;}
	.midashi1 .en{ font-size: 15px;}
}
@media print, screen and (min-width: 1600px) {
	.midashi1{ font-size: 250%;}
}



@media print, screen and (min-width: 768px) {
	.title_narabi {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		align-items: center;
	}
	.title_narabi .last {
		margin-left: auto;
	}　	
}



/*リンク・ボタン関係
---------------------------------------------------- */
a:hover{opacity:0.7;filter: alpha(opacity=70);/*transition: 0.5s;*/}

.btn{ padding-top:10px; padding-bottom:10px;}
@media print, screen and (min-width: 768px) {.btn{ padding:10px 25px;}}

.btn.dsb_sp {display: block;}
@media print, screen and (min-width: 768px) {.btn.dsb_sp {display: inline-block;}}

.btn_area{
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.btn_area >div:first-child {margin-right: 10px;}



.button1 {
  width:max-content;
  height:auto;
  position:relative
}
.button1 a {
  font-size:100%;
  font-weight:700;
  letter-spacing:0;
  line-height:1.5;
  display:flex;
  justify-content:space-between;
  align-items:center;
  transition:color .2s cubic-bezier(0.33, 1, 0.68, 1);
	background: #33335a;
	padding: 8px 8px 8px 28px;
	border-radius: 50px;
	/*border: 1px solid #222;*/
}
.button1 .en {font-weight: 400;}
.button1 a:link,
.button1 a:visited{
	text-decoration: none;
	color: #fff;
}
.button1 a:hover {
  /*color:#0083c5;*/
  opacity:1
}
.button1 a .arrow {
  width:32px;
  height:32px;
  margin-left:20px;
  transition:width .2s cubic-bezier(0.33, 1, 0.68, 1),height .2s cubic-bezier(0.33, 1, 0.68, 1)
}
.button1 a .arrow i {
	color: #fff;
}
.button1 a:hover .arrow {
  width:40px;
  height:40px;
}




.mannaka .button1,
.mannaka .button2,
.mannaka .button3,
.mannaka .button4{
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.mannaka_sp .button1,
	.mannaka_sp .button2,
	.mannaka_sp .button3{
		margin: 0 auto;
	}
}

.button2 {
  width:max-content;
  height:auto;
  position:relative
}
.button2 a {
  font-size:100%;
  font-weight:700;
  letter-spacing:0;
  line-height:1.5;
  display:flex;
  justify-content:space-between;
  align-items:center;
  transition:color .2s cubic-bezier(0.33, 1, 0.68, 1);
	/*
	background-image: -webkit-linear-gradient( 90deg, rgb(0,81,137) 0%, rgb(0,136,203) 100%);
	padding: 8px 8px 8px 28px;
	border-radius: 50px;
	*/
}
.button2.en a{font-size: 100%;}
.button2 a:link,
.button2 a:visited{
	text-decoration: none;
	color: #fff;
}
.button2 a:hover {
  opacity:1
}
.button2 a .arrow {
  width:32px;
  height:32px;
  margin-left:20px;
  transition:width .2s cubic-bezier(0.33, 1, 0.68, 1),height .2s cubic-bezier(0.33, 1, 0.68, 1)
}
@media print, screen and (min-width: 768px) {
	.button1 a .arrow {
	  width:50px;
	  height:50px;
	}
	.button2 a .arrow {
	  width:50px;
	  height:50px;
	}
}

.button2 a .arrow i {
	color: #fff;
}
.button2 .arrow::before {
  /*background-color:#33335a*/
}

.button2 a:hover .arrow {
  width:40px;
  height:40px;
}




.button3 {
  width:max-content;
  height:auto;
  position:relative
}
.button3 a {
  font-size:100%;
  font-weight:700;
  letter-spacing:0;
  line-height:1.5;
  display:flex;
  justify-content:space-between;
  align-items:center;
  transition:color .2s cubic-bezier(0.33, 1, 0.68, 1);
	padding: 12px 18px 12px 38px;
	border-radius: 50px;
	border-collapse: collapse;
	border: 1px solid #fff;
}
.button3 a:link,
.button3 a:visited{
	text-decoration: none;
	color: #fff;
	background: #204483;
	padding: 12px 8px 12px 28px;
	border-radius: 50px;
}
.button3 a:hover {
  color:#fff;
  opacity:1
}
.button3 a .arrow {
  width:32px;
  height:32px;
  margin-left:20px;
  transition:width .2s cubic-bezier(0.33, 1, 0.68, 1),height .2s cubic-bezier(0.33, 1, 0.68, 1)
}
.button3 a .arrow i {
	color: #fff;
}
.button3 .arrow::before {
  background-color:#141f52
}
.button3 a:hover .arrow {
  width:40px;
  height:40px;
}
.button3 a:hover .arrow::before {
  background-color:#141f52
}



.button4 {
  width:max-content;
  height:auto;
  position:relative
}
.button4 a {
  font-size:100%;
  font-weight:700;
  letter-spacing:0;
  line-height:1.5;
  display:flex;
  justify-content:space-between;
  align-items:center;
  transition:color .2s cubic-bezier(0.33, 1, 0.68, 1);
	/*
	background-image: -webkit-linear-gradient( 90deg, rgb(0,81,137) 0%, rgb(0,136,203) 100%);
	padding: 8px 8px 8px 28px;
	border-radius: 50px;
	*/
}
.button4.en a{font-size: 100%;}
.button4 a:link,
.button4 a:visited{
	text-decoration: none;
	color: #fff;
}
.button4 a:hover {
  opacity:1
}
.button4 a .arrow {
  width:32px;
  height:32px;
  margin-left:20px;
  transition:width .2s cubic-bezier(0.33, 1, 0.68, 1),height .2s cubic-bezier(0.33, 1, 0.68, 1)
}
.button4 a .arrow i {
	color: #fff;
}
.button4 .arrow::before {
  background-color:#204483;
}

.button4 a:hover .arrow {
  width:40px;
  height:40px;
}
.button4 a:hover .arrow::before {
  background-color:#204483;
}




.arrow {
  display:flex;
  justify-content:center;
  align-items:center;
  flex-shrink:0;
  width:24px;
  height:24px;
  position:relative;
  border-radius:50%;
  transition:transform .64s cubic-bezier(0, 0.55, 0.45, 1)
}
.arrow::before {
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  inset:0 auto auto 0;
  /*background-color:#0083c5;*/
  border-radius:50%;
  transition:transform .64s cubic-bezier(0, 0.55, 0.45, 1);
	background: none;
	border: 1px solid #fff;
}
a:hover .arrow::before {
  /*background-color:#33335a;*/
}
.arrow.red::before {
  background-color:#e71b17;
}
.arrow.red i {
  fill:#33335a
}
.arrow.gray::before {
  background-color:#f6f6f6
}
.arrow.gray i {
  fill:#0083c5
}
.arrow.white::before {
  background-color:#33335a
}
.arrow.white i {
  fill:#0083c5
}
.arrow i {
  fill:#33335a;
  position:relative
}





.btn1{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	z-index: 0;
}
.btn1:link,
.btn1:visited{
	color:#33335a;
	padding:8px 0;
	text-decoration: none;
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #33335a;
}
.btn1:hover{
	opacity: 1;
	background-color: #33335a;
	color: #fff;
	padding:8px 15px;
}

.btn1 i {margin-left: 20px; font-size: 100%; color: #33335a;}
.btn1:hover i {color: #fff;}
.btn1.btn {border-radius: 0; }





.btn2{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	z-index: 0;
	font-weight: 500;
}
.btn2.en {font-weight: 700;}
.btn2:link,
.btn2:visited{
	color:#0752a7;
	padding:15px 10px 15px 30px;
	text-decoration: none;
	position: relative;
	z-index: 2;
	background-color: #fff;
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.18);
}
.btn2:hover{
	opacity: 1;
	padding:15px 30px;
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.18);
}

.btn2 i {margin-left: 50px; font-size: 120%; color: #0752a7;}

.btn2.btn {border-radius: 50px; }



.btn3{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	z-index: 0;
	font-weight: 500;
}
.btn3:link,
.btn3:visited{
	color:#fff;
	padding:15px 30px;
	text-decoration: none;
	background-color: #0752a7;
}
.btn3:hover{
	opacity: 1;
	background-color: #1c96d5;
}

.btn3 i {margin-right: 15px; font-size: 120%;}
.btn3.btn {border-radius: 5px; }
@media print, screen and (min-width: 992px) {
	.btn3{
		font-size: 120%;
	}
	.btn3:link,
	.btn3:visited{
		padding:20px 40px;
	}
}



.btn4{
	font-size: 90%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	z-index: 0;
	font-weight: 500;
}
.btn4.en {font-weight: 700;}
.btn4:link,
.btn4:visited{
	color:#fff;
	padding:10px 15px;
	text-decoration: none;
	position: relative;
	z-index: 2;
	background-color: #c33;
}
.btn4:hover{
	opacity: 1;
	background-color: #0752a7;
}
.btn4.black:link,
.btn4.black:visited{
	background-color: #33335a;
}
.btn4.black:hover{
	background-color: #204483;
}

.btn4 i {margin-left: 10px; font-size: 120%; color: #fff;}
.btn4.black i {margin-left: 0; margin-right: 10px;}

.btn4.btn {border-radius: 50px; }
@media print, screen and (min-width: 992px) {
	.btn4:link,
	.btn4:visited{
		padding:15px 25px;
	}
}





.btn_head{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	z-index: 0;
}
.btn_head:link,
.btn_head:visited{
	color:#fff;
	padding:8px 20px!important;
	text-decoration: none;
	position: relative;
	z-index: 2;
	background-color: #204483;
	font-weight: 700;
	
}
.btn_head:hover{
	opacity: 1;
	background-color: #189c1d!important;
}

.btn_head i {margin-right: 7px; font-size: 100%;}

.btn_head.btn {border-radius: 50px; }
@media print, screen and (min-width: 768px) {
	.btn_head:link,
	.btn_head:visited{
		padding:8px 30px!important;

	}
}



.btn_head2{
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
  /*display: flex;*/
	display: inline-flex!important;
  justify-content: center;
  align-items: center;
}
.btn_head2 i{
	font-size: 130%!important;
	margin-left: 0!important;
}
.btn_head2:link,
.btn_head2:visited{
	color:#33335a!important;
	background-color: #fff;
	width: 40px!important;
	height: 40px!important;
	text-decoration: none;
	padding: 0!important;
}
.btn_head2:hover{
	opacity: 1;
	background-color: #204483!important;
	color: #fff!important;
}
.btn_head2.btn {border-radius: 50px; padding:0; border: 0;}





.btn_mail{
	font-size: 110%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	z-index: 0;
	font-weight: 500;
}
.btn_mail:link,
.btn_mail:visited{
	color:#fff;
	padding:10px 30px;
	text-decoration: none;
	position: relative;
	z-index: 2;
	background-color: #1c96d5;
}
.btn_mail:hover,
.navi-on .btn_mail{
	opacity: 1;
	background-color: #204483;
}


.btn_mail .bi-envelope {margin-right: 15px; font-size: 120%; color: #33335a;}
.btn_mail .bi-arrow-right-circle-fill {margin-left: 15px; font-size: 120%; color: #e68769;}

.btn_mail.btn {border-radius: 50px; }


.btn_pdf{
	font-size:20px;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	margin-left: 2px;
}
.btn_pdf:link,
.btn_pdf:visited{
	color:#e71b17!important;
	text-align: center;
	vertical-align: middle;
}
.btn_pdf.btn {border-radius: 50px; padding:0; border: 0;}






.btn_yaji{
	font-size: 80%;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.btn_yaji:link,
.btn_yaji:visited{
	color: #204483;
	font-size: 160%;
}
.btn_yaji:hover{
	opacity: 1;
	color: #33335a;
	font-size: 180%;
}
.btn_yaji.btn {border-radius: 0; padding:0; border: 0;}



.btn_detail{
	font-size: 25px;
}
.btn_detail:link,
.btn_detail:visited{
	color: #e68769;
}
.btn_detail:hover{
	opacity: 1;
	color: #204483;
}


.btn_map{
	font-size: 130%;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
  /*display: flex;*/
	display: inline-flex;
  justify-content: center;
  align-items: center;
	margin-left: 10px;
}
.btn_map:link,
.btn_map:visited{
	color:#0752a7;
}
.btn_map:hover{
	opacity: 1;
	color: #1c96d5;
}
.btn_map.btn {border-radius: 50px; padding:0; border: 0;}







.pdf_list li{
	list-style: none;
	margin-bottom: 3px;
}
.pdf_list li a:link,
.pdf_list li a:visited{
	padding: 10px 15px;
	background-color: #e68769;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 90%;
	border-radius: 0;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	border-radius: 5px;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	
}
.pdf_list li a:hover{
	padding: 10px 15px;
	opacity: 1;
	border-radius: 50px;
}
.pdf_list li i {margin-right: 10px; font-size: 140%;}
@media print, screen and (min-width: 768px){
	.pdf_list{
		margin-left: -1%;
		margin-right: -1%;
	}
	.pdf_list li{
		width: 31.3%;
		float: left;
		margin: 1%;
	}
}



.text_link_area a {text-decoration: underline; color: #33335a;}
.text_link i { color: #204483; margin-left: 10px; font-size: 110%;}

a.text_link {text-decoration: underline; color: #33335a;}
a.text_link2 {text-decoration: underline; color: #fff;}

.cate_text a:link,
.cate_text a:visited{
	text-decoration: underline;
	color: #00ac9a;
}
@media only screen and (max-width: 767px) {
	.text_link_sp {text-decoration: underline; color: #33335a;}
	.text_link_sp2 {text-decoration: underline!important; color: #fff;}
}

/* リスト
---------------------------------------------------- */
ol.list_ol{
	list-style:decimal;
	margin-left:25px;
}
ol.list_kansuji{
	list-style-type: cjk-ideographic;
	margin-left:35px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
ol.list_kansuji li {margin-bottom: 5px;}
ul.list_ul{
	list-style:disc;
	margin-left:20px;
}
ul.list_ul .sub{
	font-size: 80%;
	line-height: 1.6em;
}


ol.list_num {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
ol.list_num> li {
	color: #33335a;
}
ol.list_num > li {
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
	font-weight: 500;
}
ol.list_num > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #204483;
  color: #fff;
  display: block;
  float: left;
  line-height: 25px;
  margin-left: -35px;
  text-align: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
font-family: 'Roboto', sans-serif;
font-weight: 700;
	font-size: 80%;
	margin-top: 3px;
}
.privacy_waku ol.list_num > li:before {
    margin-top: 1px;
}
@media print, screen and (min-width: 1200px){
	ol.list_num > li:before {
		margin-top: 5px;
	}
	
	.privacy_waku ol.list_num > li:before {
		margin-top: 3px;
	}
}




ul.list_check li{
	list-style:none;
	text-indent: -1.2em;
	padding-left:1.2em;
	line-height: 1.6em;
	font-size: 100%;
	margin-bottom: 5px;
	text-align: left;
}
ul.list_check li:before{
	font-family: bootstrap-icons;
	font-weight: 400;
	content: "\F26A";
	margin-right: 5px;
	color: #c5a05a;
	vertical-align: middle;
}
@media print, screen and (min-width: 576px){
	ul.list_check li{ font-size: 110%;}
}



ul.list_maru li{
	list-style:none;
	text-indent: -1.2em;
	padding-left:1.2em;
	padding-bottom: 10px;
	line-height: 1.6em;
}
ul.list_maru li:before{
	font-family: bootstrap-icons;
	font-weight: 900;
	content: "\F517";
	margin-right: 5px;
	color: #0752a7;
	font-size: 80%;
}

ul.list_maru.kasen li{
	border-collapse: collapse;
	border-bottom: 1px solid #b9c6b1;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
@media print, screen and (min-width: 576px){
	ul.list_maru li{margin-left: 5px;}
	ul.list_maru{
		margin-left: -1%;
		margin-right: -1%;
	}
	ul.list_maru.w50 li{
		width: 48%;
		float: left;
		margin: 0 1%;
		
	}
}
@media print, screen and (min-width: 1600px){
	ul.list_maru li{margin-left: 10px;}
}



/* color
---------------------------------------------------- */
.red{color:#c33;}
.white{color:#fff;}
.black{color:#33335a;}
.blue{color:#204483;}
.mizuiro{color:#1c96d5;}

/* hanyo
---------------------------------------------------- */
.large{font-size:110%;line-height:1.7em}
.small{font-size:80%;line-height:1.5em; font-weight:normal}
.lsn{ list-style:none;}
.ln{ line-height:normal}
.dsb{ display:block}
.dsi{ display:inline}

.kome {text-indent:-1em; margin-left:1em;}
.kome_num {text-indent:-2.8em; margin-left:2.8em;}


.tal{ text-align:left}
.tac{ text-align:center}
.tar{ text-align:right}
.bold {font-weight:bold;}

.tar_sptac {text-align:center;}
@media print, screen and (min-width: 768px) {
.tar_sptac {text-align:right;}
.large{font-size:120%;}
}

.tar_spsmtac {text-align:center;}
@media print, screen and (min-width: 992px) {
.tar_spsmtac {text-align:right;}
.large{font-size:130%;}
}

.tar_sptal {text-align:left;}
@media print, screen and (min-width: 768px){
.tar_sptal {text-align:right;}
}

.tal_lgtar {text-align:left;}
@media print, screen and (min-width: 1200px){
.tal_lgtar {text-align:right;}
}

.tal_smtac {text-align:center;}
@media print, screen and (min-width: 576px){
.tal_smtac {text-align:left;}
}

.tal_sptac {text-align:center;}
@media print, screen and (min-width: 768px){
.tal_sptac {text-align:left;}
}

.tal_spsmtac {text-align:center;}
@media print, screen and (min-width: 992px){
.tal_spsmtac {text-align:left;}
}

.tac_smtal {text-align:left;}
@media print, screen and (min-width: 576px){
.tac_smtal {text-align:center;}
}
.tac_sptal {text-align:left;}
@media print, screen and (min-width: 768px){
.tac_sptal {text-align:center;}
}

.img_c img{
	margin: 0 auto;
}
.margin_auto{margin: 0 auto;}

/* dl
---------------------------------------------------- */
/*
.dl_list dt{
	background: url(../images/dl_sen.jpg) no-repeat left center;
	padding: 3px 0 3px 25px;
}
.dl_list dd{
	line-height: 1.8em;
	padding-left: 25px;
}
*/

/* テーブル
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}
table ul.list_ul, table ol.list_ol{margin-left:20px;}

.nw {width:1%; white-space:nowrap;}
@media only screen and (max-width: 767px){
	.nw_sp {width:1%; white-space:nowrap;}
}
@media print, screen and (min-width: 768px){
	.nw_spnone {width:1%; white-space:nowrap;}
}

.table1{
	width:100%;
	border-collapse: collapse;
	/*border-top: 1px solid #e1e1e1;*/
	line-height: 2.0em;
}
.table1 th{
	width:100%;
	padding:10px 10px 0 10px;
	display: block;
	font-weight: 700;
}
.table1 td{
	width:100%;
	padding:0 10px 10px 10px;
	display: block;
	border-bottom: 1px solid #e1e1e1;
	font-weight: 400;
}
@media print, screen and (min-width: 768px) {
	.table1 th{
		width:30%;
		padding:12px 12px;
		vertical-align:middle;
		text-align:center;
		display:table-cell;
		border-bottom: 1px solid #e1e1e1;
		color: #33335a;
	}
	.table1 td{
		width:100%;
		padding:12px 12px;
		display:table-cell;
		vertical-align: middle;
	}
}
@media print, screen and (min-width: 992px) {
	.table1 th{ width:35%;}
}
@media print, screen and (min-width: 1200px) {
	.table1 th{ width:30%;}
}





.table2{
	width:100%;
	border-collapse: collapse;
	border-top: 1px solid #e1e1e1;
	line-height: 2.0em;
}
.table2 th{
	width:100%;
	padding:10px 12px;
	display: block;
	font-weight: 700;
	background-color: #efefef;
}
.table2 td{
	width:100%;
	padding:10px 12px;
	display: block;
	border-bottom: 1px solid #e1e1e1;
	font-weight: 400;
}
@media print, screen and (min-width: 768px) {
	.table2 th{
		width:30%;
		padding:12px 20px;
		vertical-align:middle;
		text-align:center;
		display:table-cell;
		border-bottom: 1px solid #e1e1e1;
		color: #33335a;
	}
	.table2 td{
		width:100%;
		padding:12px 20px;
		display:table-cell;
		vertical-align: middle;
	}
}
@media print, screen and (min-width: 992px) {
	.table2 th{ width:35%;}
}
@media print, screen and (min-width: 1200px) {
	.table2 th{ width:30%;}
}




/* サイズ指定
---------------------------------------------------- */
.mb05{ margin-bottom:5px}
.mb10{ margin-bottom:10px}
.mb15{ margin-bottom:15px}
.mb20{ margin-bottom:20px}
.mb30{ margin-bottom:30px}
.mb40{ margin-bottom:40px}
.mb50{ margin-bottom:50px}
.mb60{ margin-bottom:60px}
.mb70{ margin-bottom:70px}
.mt10{ margin-top:10px}
.mt20{ margin-top:20px}
.mt40{ margin-top:40px}
.ml20{ margin-left:20px}
.ml05{ margin-left:5px}
.ml10{ margin-left:10px}

.pl40 {padding-left: 40px;}
.mt10{ margin-top:10px}

@media print, screen and (min-width: 768px) {.pr30_sp0 {padding-right: 30px;}}

.mb10_sp {margin-bottom:10px;}
@media print, screen and (min-width: 768px) {.mb10_sp {margin-bottom:0;}}

.mb15_sp {margin-bottom:15px;}
@media print, screen and (min-width: 768px) {.mb15_sp {margin-bottom:0;}}

.mb20_sp {margin-bottom:20px;}
@media print, screen and (min-width: 768px) {.mb20_sp {margin-bottom:0;}}

.mb30_sp {margin-bottom:30px;}
@media print, screen and (min-width: 768px) {.mb30_sp {margin-bottom:0;}}

.mb50_sp {margin-bottom:50px;}
@media print, screen and (min-width: 768px) {.mb50_sp {margin-bottom:0;}}

.mb50_lg0 {margin-bottom:50px;}
@media print, screen and (min-width: 992px) {.mb50_lg0 {margin-bottom:0;}}

.mb50_sp_sm0 {margin-bottom:50px;}
@media print, screen and (min-width: 576px) {.mb50_sp_sm0 {margin-bottom:0;}}

@media print, screen and (min-width: 768px) {.mb30_sp0 {margin-bottom:30px;}}

@media print, screen and (min-width: 992px) {.mb30_spsm0 {margin-bottom:0;}}

.mt10_sm20_md30 {margin-top: 10px;}
@media print, screen and (min-width: 768px) {.mt10_sm20_md30 {margin-top: 20px;}}
@media print, screen and (min-width: 992px) {.mt10_sm20_md30 {margin-top: 30px;}}

.mt20_sm40_md50 {margin-top: 20px;}
@media print, screen and (min-width: 768px) {.mt20_sm40_md50 {margin-top: 40px;}}
@media print, screen and (min-width: 992px) {.mt20_sm40_md50 {margin-top: 50px;}}

.mb10_md0 {margin-bottom: 10px;}
@media print, screen and (min-width: 992px) {.mb10_md0 {margin-bottom: 0;}}

.mb10_lg0 {margin-bottom: 10px;}
@media print, screen and (min-width: 1200px) {.mb10_lg0 {margin-bottom: 0;}}

.mb10_sm30 {margin-bottom: 10px;}
@media print, screen and (min-width: 768px) {.mb10_sm30 {margin-bottom: 30px;}}

.mb10_md20 {margin-bottom: 10px;}
@media print, screen and (min-width: 992px) {.mb10_md20 {margin-bottom: 20px;}}

@media print, screen and (min-width: 768px) {.mb20_sp0 {margin-bottom: 20px;}}

.mb20_md0 {margin-bottom: 20px;}
@media print, screen and (min-width: 992px) {.mb20_md0 {margin-bottom: 0;}}

.mb20_sm30 {margin-bottom: 20px;}
@media print, screen and (min-width: 768px) {.mb20_sm30 {margin-bottom: 30px;}}

.mb20_md30 {margin-bottom: 20px;}
@media print, screen and (min-width: 992px) {.mb20_md30 {margin-bottom: 30px;}}

.mb30_md0 {margin-bottom: 30px;}
@media print, screen and (min-width: 992px) {.mb30_md0 {margin-bottom: 0;}}

.mb30_sm50 {margin-bottom:30px;}
@media print, screen and (min-width: 768px) {.mb30_sm50 {margin-bottom:50px;}}

.mb30_md50 {margin-bottom:30px;}
@media print, screen and (min-width: 992px) {.mb30_md50 {margin-bottom:50px;}}

.mb30_md50_xl70 {margin-bottom:30px;}
@media print, screen and (min-width: 992px) {.mb30_md50_xl70 {margin-bottom:50px;}}
@media print, screen and (min-width: 1200px) {.mb30_md50_xl70 {margin-bottom:70px;}}

.mb30_lg40_xl50 {margin-bottom:30px;}
@media print, screen and (min-width: 992px) {.mb30_lg40_xl50 {margin-bottom:40px;}}
@media print, screen and (min-width: 1200px) {.mb30_lg40_xl50 {margin-bottom:50px;}}

.mb40_md50 {margin-bottom:40px;}
@media print, screen and (min-width: 992px) {.mb40_md50 {margin-bottom:50px;}}

.mb30_sm60 {margin-bottom:30px;}
@media print, screen and (min-width: 768px) {.mb30_sm60 {margin-bottom:60px;}}

.mb30_sp10 {margin-bottom:10px;}
@media print, screen and (min-width: 768px) {.mb30_sp10 {margin-bottom:30px;}}

.pl50_sm0 {padding-left: 50px;}
@media print, screen and (min-width: 768px) {.pl50_sm0 {padding-left: 0;}}


@media print, screen and (min-width: 768px) {
	.mt20_sp0 {margin-top: 20px;}
}

@media print, screen and (min-width: 992px) {
	.mt40_sm0 {margin-top: 40px;}
	.mt40_md_20_sm0 {margin-top: 20px;}
}
@media print, screen and (min-width: 1200px) {
	.mt40_md_20_sm0 {margin-top: 40px;}
}

.mb_content {margin-bottom: 50px;}
.mt_content {margin-top: 50px;}
@media only screen and (max-width: 767px) {
	.mb_content.sp0 {margin-bottom: 0;}
}
@media print, screen and (min-width: 768px) {
	.mb_content {margin-bottom: 60px;}
	.mt_content {margin-top: 60px;}
}
@media print, screen and (min-width: 992px) {
	.mb_content {margin-bottom: 80px;}
	.mt_content {margin-top: 80px;}
}
@media print, screen and (min-width: 1200px){
	.mb_content {margin-bottom: 100px;}
	.mt_content {margin-top: 100px;}
}

.lh160 {line-height: 160%;}
.lh200 {line-height: 200%;}

/* content
---------------------------------------------------- */
main { line-height: 2.0em; font-size: 105%;}

main a:link,
main a:visited{
	text-decoration: underline;
}


.content_pd {padding-top: 50px; padding-bottom: 50px;}
.content_pd2 {padding-top: 30px; padding-bottom: 30px;}
.pd20 { padding: 20px;}
.pd30 { padding: 30px;}
@media only screen and (max-width: 767px){
	.content_pd.pt0_sp {padding-top: 0;}
	.content_pd.pb0_sp {padding-bottom: 0;}
}
@media print, screen and (min-width: 768px){
	main {font-size: 100%;}
	.content_pd {padding-top: 60px; padding-bottom: 60px;}
	.content_pd2 {padding-top: 60px; padding-bottom: 60px;}
	.content_pd.pt0_spnone {padding-top: 0;}
	.pt_left {padding-left: 20px;}
	.pt_right {padding-right: 20px;}
}
@media print, screen and (min-width: 992px){
	main {font-size: 110%;}
	.content_pd {padding-top: 80px; padding-bottom: 80px;}
	.pt_left {padding-left: 30px;}
	.pt_right {padding-right: 30px;}
}
@media print, screen and (min-width: 1200px){
	main {font-size: 125%;}
	.content_pd {padding-top: 100px; padding-bottom: 100px;}
	.content_pd.xl0 {padding-top: 0; padding-bottom: 0;}
	.pt_left {padding-left: 35px;}
	.pt_right {padding-right: 35px;}
}

.content_pd.pt0{padding-top: 0;}
.content_pd.pt20{padding-top: 20px;}
.content_pd.pt50{padding-top: 50px;}
.content_pd.pb0{padding-bottom: 0;}
.content_pd2.pb0{padding-bottom: 0;}
.content_pd.pb10{padding-bottom: 10px;}
.content_pd.pb30{padding-bottom: 30px;}


/* mainimage
---------------------------------------------------- */
/* 画面用 */
@media screen {
#main_print { display: none; }
}

/* 印刷用 */
@media print {
#main_print img { margin: 0 auto;}
}


.swiper-wrapper img{
	margin: 0 auto;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0px!important;
}
@media print, screen and (min-width: 1200px) {
	.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 10px!important;
	}
}


.swiper-button-next, .swiper-button-prev{ z-index: 200!important; position: absolute!important;}


#mainimage {
	position: relative;
	width:100%;
	overflow: hidden;
}
#mainimage .main_moji{
	z-index: 2;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 100%;
}
#mainimage .main_moji img {width: 70%; max-width:1000px; margin: 0 auto;}

.swiper-button-next, .swiper-button-prev{ z-index: 200!important; position: absolute!important;}

#mainimage .main_moji h2{
	position: relative;
	z-index: 0;
}
@media print, screen and (min-width: 576px){
	#mainimage .main_moji img {width: 55%;}
}
@media print, screen and (min-width: 1600px){
	#mainimage .main_moji img {width: 100%;}
}




#mainimage .main_kabu{
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 2000px;
	width: 100%;
	z-index: 3;
}
#mainimage .main_kabu img{
	width: 100%;
	height: auto;
}

/*画像をトリミングして表示する方法*/
.swiper-slide .photo {
	height: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 0 0 0 0;
}
.swiper-slide .photo img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	object-position: 50% 50%; /* 中央寄せ　横/縦 */ 
}


/* scroll */
.scroll_area{
	position: relative;
	width: 55%;
}
.scroll {
  position: absolute;
  bottom: 106px;
  right: min(3.91vw, calc(30px + 16px + 10px));
  writing-mode: vertical-rl;
  white-space: nowrap;
	/*
  font-family: "Oswald", sans-serif;
  font-weight: 500;
	*/
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  z-index: 4;
	font-family: "Poppins", serif;
	font-weight: 600;
}

.scroll::before {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  /*background: rgba(29, 32, 135, 0.5);*/
	background: none;
}
.scroll::after {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  background: #fff;
  animation: lineAnime 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes lineAnime {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}



/*全画面表示*/
@media print, screen and (min-width: 768px){
	.swiper-container {
		width: 100%;
		height: 100vh; /* CSS変数をサポートしていないブラウザ用のフォールバック */
		height: calc(var(--vh, 1vh) * 100);
		.swiper-wrapper {
			.swiper-slide {
				background-repeat: no-repeat;
				background-size: cover;
				background-position: center;
			}
		}
	}
}
/*end*/

/* ヘッダー固定で上空ける
---------------------------------------------------- */


/* 背景
---------------------------------------------------- */
.bg_mizuiro {background-color: #eff5f9;}
.bg_gray {background-color: #f4f4f9;}

.bg1,
.bg2,
.bg3{
  height: 100%;
  /*line-height: 100%;*/
  position: relative;
}
@media print {
	.bg1::before,
	.bg2::before,
	.bg3::before{
     opacity: 1 !important;
     transform: none !important; }
}


span {
  position: relative;
}

/*左から右*/
.bg2::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #efefef;
  transition: 1s;
  transform-origin: left top;
  transform: scale(0, 1);
	z-index: -1;
}
/*右から左*/
.bg1::before{
  content: '';
  display: block;
  position: absolute;
	right: 0;
  /*width: 80%;*/
  width: 100%;
  height: 100%;
  background: #efefef;
  transition: 1s;
  transform-origin: right top;
  transform: scale(0, 1);
	z-index: -1;
}

.bg3::before{
  content: '';
  display: block;
  position: absolute;
	right: 0;
  /*width: 80%;*/
  width: 100%;
  height: 100%;
  background: url("../images/filter.png") repeat;
  transition: 1s;
  transform-origin: right top;
  transform: scale(0, 1);
}

.fade::before {
  transform: scale(1, 1);
}
.fade:not(.show) {
  opacity: 1!important;
}

/* 背景固定
---------------------------------------------------- */
.b_box {
    width: 100%;
    height: 100%;
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow: hidden;
}

.b_fixed_bg {
    position: relative;
    /* min-height: 100%; */
    /*height: 100vh;*/
    height: 80vh;
    background-size: cover; 
    background-attachment: fixed; 
    background-repeat: no-repeat; 
    background-position: center center;
	z-index: 2;
    pointer-events: none;
    transition : all 0.5s ease-in-out;
}

@media screen and (max-width: 1199px) {/*iPad横でも不具合でたため、1199px以下にした*/
    .b_fixed_bg {
        /*height: 500px;*/
        height: 400px;
        background-attachment: scroll; /*スマホ・タブ(ios)では不具合がでるため幅992px以下ではこの指定（印刷時のスタイルも）*/
    }
    .b_fixed_bg.takame {
        height: 900px;
    }
}


.b_fixed_bg .img_c img{
	max-width: 178px;
	width: 40%;
}
@media print, screen and (min-width: 576px){
	.b_fixed_bg .img_c img{ width: 25%;}
}
@media print, screen and (min-width: 768px){
	.b_fixed_bg .img_c img{ width: 100%;}
}


/* 後ろの画像urlはプレロード */
.b_fixed_bg.b_bg1 {
    background-image: url("../images/kotei1.jpg") , url(../images/kotei1.jpg);
	position: relative;
	z-index: 0;
}
.b_fixed_bg.b_bg2 {
    background-image: url("../images/kotei2.jpg") , url(../images/kotei2.jpg);
	position: relative;
	z-index: 0;
}
.b_fixed_bg.b_bg3 {
    background-image: url("../images/kotei3.jpg") , url(../images/kotei3.jpg);
	position: relative;
	z-index: 0;
}
.b_fixed_bg.b_bg4 {
    background-image: url("../images/kotei4.jpg") , url(../images/kotei4.jpg);
	position: relative;
	z-index: 0;
}

.b_cnt {
    /*cursor: pointer;*/
    pointer-events: auto;/*疑似要素をクリック可能に*/
}




/* レイアウト
---------------------------------------------------- */
.layout1 .yohaku .photo{
	max-width: 300px;
	margin: 20px auto 0 auto;
}
@media print, screen and (min-width: 768px){
	.layout1 .yohaku{
		position: relative;
		z-index: 0;
	}
	.layout1 .yohaku .photo{
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		max-width: 590px;
		width: 40%;
	}
	.layout1 .yohaku .photo img{
		width: 100%;
		height: auto;
	}
}
@media print, screen and (min-width: 1700px){
	.layout1 .yohaku .photo{
		top: -20%;
	}
}


/* 共通
---------------------------------------------------- */
a:hover img {
	opacity:0.9;
	filter: alpha(opacity=90);
}

.close {
    float: none;
}

/* 縦横比固定 */
.photo-ofi {
	 height: 0;
	 display: block;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	/*background-color: #fff;*/
	overflow: hidden;
	position: relative;
	/*margin-bottom: 10px;*/
}
.photo-ofi img {
	 max-width: inherit;
	 max-height: inherit;
	width: 100%;
	height: 100%;
	 object-fit: scale-down;
	 font-family: 'object-fit: scale-down;';
	 position: absolute;
	 left: 0;
	 top: 0;
}

.object-fit img{
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}



div.paging { text-align: center; font-size: 90%; margin-top: 20px; line-height: 1.4em; font-family: "Poppins", serif; font-weight: 400;}
div.paging span.current,
div.paging span.paging-text{
	margin:0px 0.5px;
	color:#33335a;
	display:inline;
	zoom:1;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
}
div.paging span.paging-text a{
	padding:5px 8.5px;
	display:block;
	color: #33335a;
	background-color: #efefef;
	border-radius: 5px;
}
div.paging span.current{
	background: #33335a;
	color:#fff;
	zoom:1;
	padding:5px 8.5px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
	border-radius: 5px;
	
}
div.paging span.paging-text a:hover{
	background: #33335a;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	opacity: 1;
}



/*左右の余白*/

@media print, screen and (min-width: 768px){
	.yohaku{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
	.yohaku2{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}
@media print, screen and (min-width: 1500px){
	.yohaku{
		margin-left: 16.666667%;
		margin-right: 16.666667%;
	}
}




/* アニメーション
---------------------------------------------------- */
/*ぼかし*/
@media print {
   img.bokashi {
     opacity: 1 !important;
     transform: none !important; }
}

img.bokashi {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}


/* ホバーアニメーション　*/
.btn-loading {
  display: inline-flex;
  text-decoration: none;
  font-weight: 700;
  color: #33335a;
  width: 90px;
  height: 90px;
  font-size: 14px;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
  background-color: #141f52;/*線*/
  border-radius: 100%;
  transition: color 0.4s;
  overflow: hidden;
font-family: "Poppins", sans-serif;
font-weight: 500;
}
.btn-loading:before,
.btn-loading:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #e00b0b;/*ホバーの線*/
  pointer-events: none;
}

.btn-loading:before {
  bottom: 0;
  left: 0;
}
.btn-loading:after {
  top: 0;
  right: 0;
}
.btn-loading:link {
  color: #141f52;
}
@media print, screen and (min-width: 992px){
	.btn-loading:hover {
	  color: #141f52;
	}
	.btn-loading:hover:before,
	.btn-loading:hover:after {
	  height: 100%;
	}
	.btn-loading:hover:before {
	  transition: height 0.2s 0.2s linear;
	}
	.btn-loading:hover:after {
	  transition: height 0.2s linear;
	}
}
.btn-loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #FFF;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.btn-loading i {margin-left: 15px;}




/*02*/
.btn-loading2 {
  display: inline-flex;
  text-decoration: none;
  font-weight: 700;
  color: #141f52;
  width: 150px;
  height: 150px;
  font-size: 14px;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
  background-color: #141f52;/*線*/
  border-radius: 100%;
  transition: color 0.4s;
  overflow: hidden;
font-family: "Poppins", sans-serif;
font-weight: 500;
}
.btn-loading2.ja {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 110%;
}
.btn-loading2:before,
.btn-loading2:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #e00b0b;/*ホバーの線*/
  pointer-events: none;
}

.btn-loading2:before {
  bottom: 0;
  left: 0;
}
.btn-loading2:after {
  top: 0;
  right: 0;
}
.btn-loading2:link {
  color: #141f52;
}
@media print, screen and (min-width: 992px){
	.btn-loading2:hover {
	  color: #141f52;
	}
	.btn-loading2:hover:before,
	.btn-loading2:hover:after {
	  height: 100%;
	}
	.btn-loading2:hover:before {
	  transition: height 0.2s 0.2s linear;
	}
	.btn-loading2:hover:after {
	  transition: height 0.2s linear;
	}
}
.btn-loading2 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #FFF;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.btn-loading2 i {margin-left: 15px;}



/*03*/
.btn-loading3 {
  display: inline-flex;
  text-decoration: none;
  font-weight: 700;
  color: #fff!important;
  width: 100px;
  height: 100px;
  font-size: 11px;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
  background-color: #98a5b2;/*線*/
  border-radius: 100%;
  transition: color 0.4s;
  overflow: hidden;
font-family: "Roboto", sans-serif;
font-weight: 400;
}
.btn-loading3:before,
.btn-loading3:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #fff;/*ホバーの線*/
  pointer-events: none;
}

.btn-loading3:before {
  bottom: 0;
  left: 0;
}
.btn-loading3:after {
  top: 0;
  right: 0;
}
@media print, screen and (min-width: 992px){
	.btn-loading3:hover {
	  color: #fff;
	}
	.btn-loading3:hover:before,
	.btn-loading3:hover:after {
	  height: 100%;
	}
	.btn-loading3:hover:before {
	  transition: height 0.2s 0.2s linear;
	}
	.btn-loading3:hover:after {
	  transition: height 0.2s linear;
	}
}


.btn-loading3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #465d77;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.btn-loading3 i {margin-left: 10px; font-size: 90%;}
@media print, screen and (min-width: 576px){
	.btn-loading3 {
	  width: 120px;
	  height: 120px;
	  font-size: 14px;
	}
}
@media print, screen and (min-width: 992px){
	.btn-loading3 {
	  width: 140px;
	  height: 140px;
	  font-size: 14px;
	}
}
@media print, screen and (min-width: 1200px){
	.btn-loading3 {
	  width: 160px;
	  height: 160px;
	  font-size: 16px;
	}
}



/*04*/
.btn-loading4 {
  display: inline-flex;
  text-decoration: none;
  font-weight: 700;
  color: #33335a;
  width: 160px;
  height: 160px;
  font-size: 16px;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
  background-color: #98a5b2;/*線*/
  border-radius: 100%;
  transition: color 0.4s;
  overflow: hidden;
font-family: "Roboto", sans-serif;
font-weight: 400;
}
.btn-loading4:before,
.btn-loading4:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #33335a;/*ホバーの線*/
  pointer-events: none;
}

.btn-loading4:before {
  bottom: 0;
  left: 0;
}
.btn-loading4:after {
  top: 0;
  right: 0;
}
@media print, screen and (min-width: 992px){
	.btn-loading4:hover {
	  color: #33335a;
	}
	.btn-loading4:hover:before,
	.btn-loading4:hover:after {
	  height: 100%;
	}
	.btn-loading4:hover:before {
	  transition: height 0.2s 0.2s linear;
	}
	.btn-loading4:hover:after {
	  transition: height 0.2s linear;
	}
}
.btn-loading4 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #FFF;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.btn-loading4 i {margin-left: 12px;}


/*サイドナビ固定*/
@media print, screen and (min-width: 768px) {
	.container-sticky {
	  height: auto;
	  width: 100%;
	}
	.heading-sticky {
	/*
	  background: rgba(255, 255, 255, .9);
	  border: 8px solid #ebebeb;
	  margin: 0 0 40px 0;
	  padding: 1rem;
		*/
	  position: sticky;
	  top: 0;
	  width: 100%;
	  z-index: 30;
	}
	.side_contents_box {
	  position: sticky;
	  top: 10rem;
	  padding-bottom: 8.5rem;
	}
	.heading-sticky { top: 55px;}
}
@media print, screen and (min-width: 992px) {
	.heading-sticky { top: 75px;}
}
@media print, screen and (min-width: 1200px) {
	.heading-sticky { top: 95px;}
}


/*------画像を徐々に表示------*/
@media print {
   .img-wrap {
     opacity: 1 !important;
     transform: none !important; }
}


.img-wrap {
  opacity: 0;
}

.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #ebeef2;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.kon.img-animation::before {
  background: #33335a;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}

/*------*/




/* 01 index
---------------------------------------------------- */
#top01{
	position: relative;
	overflow: hidden;
	z-index: 0;
	background: url("../images/top01_bg.jpg") repeat-y left top;
	-moz-background-size:100% auto;
	background-size:100% auto; 
}
#top02{position: relative; overflow: hidden; z-index: 0; background: url("../images/top02_bg.jpg") no-repeat scroll 50% 50% / cover;}
#top03{background: url("../images/top03_bg.jpg") no-repeat scroll 50% 50% / cover;}
#top06{position: relative; overflow: hidden; z-index: 0; background: url("../images/top06_bg.png") no-repeat scroll 50% 50% / cover;}



.top_item .box{
	margin-bottom: 50px;
}
.top_item .box .photo{
	position: relative;
	margin-bottom: 15px;
}
.top_item .box .photo img{
	border-radius: 20px;
}

.top_item .category{
	border: 1px solid #204483;
	color: #204483;
	border-radius: 50px;
	padding: 5px 20px;
	font-size: 80%;
	line-height: 1.4em;
	display: inline-block;
	margin-bottom: 10px;
}
.top_item .midashi2 {margin-bottom: 10px;}

.top_item .box a:link,
.top_item .box a:visited{
	text-decoration: none;
}
.top_item .price{
	font-size: 90%;
}


.top_item{
    margin-left: -1%;
    margin-right: -1%;
}
.top_item .box{
    width: 48%;
    float: left;
    margin: 0 1% 50px 1%;
}
.top_item .box:nth-of-type(2n+1) { clear: both;}
@media print, screen and (min-width: 768px) {
	.top_item .box{
		width: 31.3%;
		margin: 25px 1%;
	}
	.top_item .box:nth-of-type(2n+1) { clear: none;}
	.top_item .box:nth-of-type(3n+1) { clear: both;}
}
@media print, screen and (min-width: 1200px) {
	.top_item .box{
		margin: 35px 1%;
	}
}

/*タグ*/
.tag{
	background-color: #c33;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
	color: #fff;
	font-size: 11px;
}
@media print, screen and (min-width: 992px) {
	.tag{
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 15px;
	}
}

.tag2{
	background-color: #33335a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
	color: #fff;
	font-size: 11px;
	font-family: "Poppins", serif;
	font-weight: 700;
	padding: 10px 20px;
	width: 100%;
	text-align: center;
	line-height: 1.4em;
}
@media print, screen and (min-width: 992px) {
	.tag2{
		font-size: 15px;
		padding: 20px 20px;
	}
}


/*カスタム*/
#top01 .top_item .box a:link,
#top01 .top_item .box a:visited{
	color: #fff;
}
#top01 .top_item .category{
	border: 1px solid #fff;
	color: #fff;
}
/*cl_page*/
@media print, screen and (min-width: 768px) {
	.cl_page .top_item .box{
		width: 48%;
		float: left;
		margin: 0 1% 50px 1%;
	}
	.cl_page .top_item .box:nth-of-type(3n+1) { clear: none;}
	.cl_page .top_item .box:nth-of-type(2n+1) { clear: both;}
}
@media print, screen and (min-width: 1200px) {
	.cl_page .top_item .box{
		width: 31.3%;
	}
	.cl_page .top_item .box:nth-of-type(2n+1) { clear: none;}
	.cl_page .top_item .box:nth-of-type(3n+1) { clear: both;}
}



#top04{
	overflow: hidden;
}
#top04 .yohaku{
	position: relative;
	z-index: 0;
}
#top04 .yohaku .image{
	max-width: 400px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
#top04 .yohaku .image img{
	width: 70%;
	height: auto;
	margin-left: auto;
}
@media print, screen and (min-width: 992px) {
	#top04 .yohaku .image img{ width: 90%;}
}
@media print, screen and (min-width: 1600px) {
	#top04 .yohaku .image img{ width: 100%;}
}
	



#top05{
	position: relative;
	overflow: hidden;
	z-index: 0;
	background: url("../images/top05_bg.jpg") no-repeat center top;
	-moz-background-size:150% auto;
	background-size:150% auto; 
	color: #fff;
}
@media print, screen and (min-width: 768px) {
	#top05{
		background: url("../images/top05_bg.jpg") no-repeat center top;
		-moz-background-size:100% auto;
		background-size:100% auto; 
	}
}
	

#top05 table{
	border-collapse: collapse;
	display: inline-block;
}
#top05 table th,
#top05 table td{
	padding: 10px 15px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
#top05 table th{
	font-weight: 700;
}

#top05 .tategaki_en{
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
    font-size: 200%;
    margin-bottom: 0;
    display: inline-block!important;
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 0;
    padding-top: 40px;
    color: #fff;
	opacity: 0.1;
	font-family: "Poppins", serif;
	font-weight: 700;
}

.sale{
	max-width: 350px;
	margin: 0 auto 30px auto;
}
.sale img{
	width:40%;
	height: auto;
	margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
	.sale{
		position: absolute;
		left: 5%;
		bottom: 5%;
		margin: 0;
	}
	.sale img{
		margin: 0;
	}
	#top05 .tategaki_en{ font-size: 400%;}
}
@media print, screen and (min-width: 992px) {
	.sale img{ width:60%;}
}
@media print, screen and (min-width: 1200px) {
	.sale img{ width:80%;}
}
@media print, screen and (min-width: 1600px) {
	.sale{
		left: 15%;
	}
	#top05 .tategaki_en{ font-size: 500%;}
}



#otoiawase{
	background: url("../images/otoiawase_bg.png") no-repeat scroll 50% 50% / cover;
}

.otoiawase_box{
	text-align: center;
}
.otoiawase_box .tel{margin-bottom: 20px;}
.otoiawase_box .tel .en{
	font-weight: 700;
	font-size: 110%;
	line-height: 1.4em;
}
.otoiawase_box .tel .en .num{
	font-size: 170%;
	margin-right: 5px;
}
.otoiawase_box .tel a:link,
.otoiawase_box .tel a:visited{
	text-decoration: none;
}

.otoiawase_box .tel.waku{
	border: 1px solid #33335a;
	padding: 30px 10px;
	border-radius: 10px;
}

@media print, screen and (min-width: 576px) {
	.otoiawase_box{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.otoiawase_box .tel{margin-bottom: 0; margin-right: 30px;}
	
	.otoiawase_box .tel.waku{
		padding: 30px 20px;
	}
}
@media print, screen and (min-width: 992px) {
	.otoiawase_box .tel .en{ font-size: 120%;}
	.otoiawase_box .tel .en .num{ font-size: 200%;}
	
	.otoiawase_box .tel.waku{
		padding: 30px 40px;
		margin-right: 0;
	}
	.otoiawase_box .tel.waku .en{ font-size: 100%;}
}
@media print, screen and (min-width: 1200px) {
	.otoiawase_box .tel{ margin-right: 50px;}
	.otoiawase_box .tel .en{ font-size: 140%;}
}



/* 02 chemical
---------------------------------------------------- */
.chemical_bg1{position: relative; overflow: hidden; z-index: 0; background: url("../images/chemical_bg1.jpg") no-repeat scroll 50% 50% / cover;}
.chemical_bg2{position: relative; overflow: hidden; z-index: 0; background: url("../images/chemical_bg2.jpg") no-repeat scroll 50% 50% / cover;}

.chemical_bg1 .text{
	background: url("../images/filter.png") repeat;
	padding: 40px 30px;
	border-radius: 30px;
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.18);
}
@media print, screen and (min-width: 768px) {
	.chemical_bg1 .text{
		padding: 40px;
		width: 70%;
		margin-left: 30%;
	}
}
@media print, screen and (min-width: 992px) {
	.chemical_bg1 .text{
		padding: 50px;
		width: 60%;
		margin-left: 40%;
	}
}


.chemical_box .box{
	border-collapse: collapse;
	border-bottom: 1px solid #dadada;
	padding: 15px;
}
.chemical_box .box .title{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	margin-bottom: 10px;
}
.chemical_box .box .title h4{
	font-weight: 700;
	font-size: 120%;
	line-height: 1.4em;
}
.chemical_box .box .title .num{
	color: #1c96d5;
	font-size: 180%;
	font-family: "Poppins", serif;
	font-weight: 700;
	margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
	.chemical_box{
		display: inline-block;
	}
	
}

/* 03 old
---------------------------------------------------- */
#cate_head{
	margin-top:-60px;
	padding-top:60px;
}


/*検索*/
.well .input-group-addon{
	border-radius: 0;
}
.searchbox{}
.searchbox .input-group-addon{border-radius:0;background: #aaa;color:#fff;border:none;font-size: 14px;line-height: 18px;padding: 14px 28px;}
.searchbox input{height: 46px;border-left: none !important;border-right: none !important;}
.searchbox button i{margin: 0;}
/*.well { padding: 19px 19px 7px 19px ;}*/
.form-group{border-left: 1px solid #ccc;}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group .btn {border-radius: 0;}

/* common - btn */
a.btn-cclr,button.btn-cclr{background:#00b6e1;color:#fff;border:none;font-size: 14px;line-height: 18px;padding: 14px 20px;font-weight: bold;}
button.btn-cclr:hover,
button.btn-cclr:active,
button.btn-cclr:focus,
a.btn-cclr:hover,
a.btn-cclr:active,
a.btn-cclr:focus,
a.btn-cclr.active{background:#00b6e1;color:#fff;}
input[type="submit"]:hover{opacity:.8;}

input.btn-cclr{background:#004a88;color:#fff;border:none;font-size: 14px;line-height: 18px;padding: 14px 20px;font-weight: bold;}
input.btn-cclr:hover,
input.btn-cclr:active,
input.btn-cclr:focus{background:#005dad;color:#fff;}
input[type="submit"]:hover{opacity:.8;}





/*サイドナビ固定*/
@media print, screen and (min-width: 768px) {
	.container-sticky {
	  height: auto;
	  width: 100%;
	}
	.heading-sticky {
	/*
	  background: rgba(255, 255, 255, .9);
	  border: 8px solid #ebebeb;
	  margin: 0 0 40px 0;
	  padding: 1rem;
		*/
	  position: sticky;
	  top: 0;
	  width: 100%;
	  z-index: 30;
	}
	.side_contents_box {
	  position: sticky;
	  top: 10rem;
	  padding-bottom: 8.5rem;
	}
	.heading-sticky { top: 55px;}
}
@media print, screen and (min-width: 992px) {
	.heading-sticky { top: 75px;}
}
@media print, screen and (min-width: 1200px) {
	.heading-sticky { top: 95px;}
}


.fotorama_area{
	position: relative;
	z-index: 0;
}


.cl_icon{
	margin-left: -1%;
	margin-right: -1%;
}
.cl_icon li{
	list-style: none;
	margin-right: 20px;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	width: 48%;
	float: left;
	margin: 1%;
	font-size: 80%;
	line-height: 1.4em;
	font-weight: 700;
}
.cl_icon li img{
	max-width: 30px;
	width: 100%;
	height: auto;
	margin-right: 10px;
}
@media print, screen and (min-width: 576px) {
	.cl_icon li{
		width: auto;
		margin-right: 15px;
	}
}


.cl_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	align-items: center;
}
.cl_box .text{
	margin-right: 20px;
}
.cl_box .photo {
    margin-left: auto;
	min-width: 80px;
	max-width: 80px;
}　



.cl_box2{
	margin-left: -1%;
	margin-right: -1%;
}
.cl_box2 .box{
	width: 31.3%;
	float: left;
	margin: 0 1% 30px 1%;
	font-size: 80%;
	line-height: 1.4em;
}
.cl_box2 .box:nth-of-type(3n+1) { clear: both;}
.cl_box2 .box .photo{
	margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
	.cl_box2 .box{
		margin: 0 1% 50px 1%;
	}
}

.cl_btn{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	justify-content: center;
}
.cl_btn p {margin: 0 5px;}



.cl_comment{
	border-top: 1px solid #33335a;
	border-bottom: 1px solid #33335a;
	text-align:center;
	counter-reset: 90%;
	padding: 10px 0;
}

/* 04 new
---------------------------------------------------- */


/* 05 medical
---------------------------------------------------- */


/* 06 faq
---------------------------------------------------- */
#torihiki{
	margin-top:-60px;
	padding-top:60px;
}


/*アコーディオンメニュー*/
.accordion {
  /*margin: 64px auto 0;*/
  margin: 10px auto 0;
  position: relative;
}
.accordion h3 {
  font-size: 24px;
  text-align: left;
  border-bottom: 1px solid black;
  padding-bottom: 32px;
}
/*
.accordion h5 {
  text-align: right;
}
*/
.accordion dl {
  cursor: pointer;
}
.accordion dl dt {
  position: relative;
  font-size: 110%;
  line-height: 1.6;
  text-align: left;
  padding: 20px 30px;
  border-bottom: 1px solid #ccc;
	color: #204483;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}
.accordion.wood_page dl dt {
  padding: 20px 30px 20px 5px;
}


.accordion dl dt span {
  display: inline-block;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  text-indent: -1.5em;
font-family: "Poppins", serif;
font-weight: 800;
	color:#65bbe9;
	font-size: 120%;
}

.accordion dl dt:before, .accordion dl dt:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #515a5e;
  right: 16px;
  top: 48%;
  width: 14px;
  height: 2px;
}
.accordion dl dt:before {
  top: 48%;
  right: 10px;
  transform: rotate(0deg);
}
.accordion dl dt:after {
  top: 48%;
  right: 10px;
  transform: rotate(90deg);
}
.accordion dl dd {
  display: none;
  font-size: 100%;
  line-height: 1.6em;
  text-align: left;
  font-weight: 400;
  padding: 24px 30px;
  border-bottom: 1px solid #33335a;
	position: relative;
}
.accordion.wood_page dl dd {
  padding: 24px 5px;
}
.accordion dl dt.close:after {
  transform: rotate(180deg);
}
.accordion .close{opacity: 1;}
@media print, screen and (min-width: 576px) {
	.accordion dl dt {
		font-size: 120%;
	}
}
@media print, screen and (min-width: 992px) {
	.accordion dl dd {
	  padding: 30px 30px;
	}
}


/* 07 company
---------------------------------------------------- */


/* 08 contact
---------------------------------------------------- */
#privacy{
	margin-top:-60px;
	padding-top:60px;
}
@media print, screen and (min-width: 992px) {
	#privacy{
		margin-top:-100px;
		padding-top:100px;
	}
}
@media print, screen and (min-width: 1200px) {
	#privacy{
		margin-top:-130px;
		padding-top:130px;
	}
}


/*フォームのテーブル*/
.table_form{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #e1e1e1;
	line-height: 2.0em;
}
.table_form th{
	width:100%;
	padding:10px 5px 3px 5px;
	display: block;
	color: #33335a;
}
.table_form td{
	width:100%;
	border-bottom:1px solid #e1e1e1;
	padding:3px 5px 10px 5px;
	display: block;
}
.table_form th span{/*必須*/
	font-size:70%;
	color:#fff;
	padding:5px 6px;
	float:right;
	border-radius:3px; 
	font-weight: normal;
	background-color: #c33;
	line-height: 1.4em;
}
.table_form td.last {border-bottom:none;}


.table_form th.sen_none,
.table_form td.sen_none{
	border:0;
}

@media print, screen and (min-width: 768px) {
	.table_form th{
		width:35%;
		border-bottom:1px solid #e1e1e1;
		padding:15px 20px;
		vertical-align:middle;
		text-align:left;
		display:table-cell;
		font-weight: 400;
	}
	.table_form td{
		width:100%;
		padding:15px 20px;
		display:table-cell;
	}
	
	.table_form.sen_none .last td{padding-bottom: 10px;}
	.table_form.sen_none th{
		padding:10px 20px 0 20px;
	}
	.table_form.sen_none td{
		padding:10px 25px 0 25px;
	}

}
@media print, screen and (min-width: 992px) {
	.table_form th{width:30%;}
}


/* フォーム関係 */
.required input[type="text"], .required input[type="password"], .required select, .required textarea{border:1px solid #c36;}
input[type="checkbox"], input[type="radio"] {vertical-align:middle; margin:5px 5px 5px 0;}
input{font-size:14px;vertical-align:middle; padding:9px}
input[type="file"]{width: 99%;}
input[type="text"], select{border:1px solid #ccc; border-radius:3px; color: #33335a;}
input[type="email"]{color: #33335a;}

input:focus[type="text"]{border:1px solid #06c;}
textarea{font-size:100%;border:1px solid #ccc;width:99%; border-radius:3px; }
input,textarea{ 
  /*display: inline-block; 
  font-family: FontAwesome; */
  font-style: normal; 
  font-weight: normal; 
  line-height: 1; 
  -Webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
} 
select {padding: 9px; color: #33335a; font-size: 14px;}

.form-control {color: #33335a;}
.form-control.w50 {width:100px; display: inline-block; margin-right: 10px;}
.form-control.w200 {width:150px; display: inline-block; margin-right: 10px; margin-bottom: 10px;}
.form-control.w300 {width:200px;}
@media (min-width: 576px) {
.form-control.w200 { margin-bottom: 0;}
}
@media (min-width: 768px) {
.form-control.w300 {width:250px;}
}


.privacy_waku{
	padding:20px 20px;
	font-size: 90%;
	background-color: #fff;
	font-weight: 400;
	border: 1px solid #e1e1e1;
	line-height: 1.8em;
}
@media print, screen and (min-width: 992px){
	.privacy_waku{	padding:40px 20px;}
}


.privacy_scroll {
  max-height:200px;
  overflow-y: scroll;
  padding-right:10px;
	z-index: 1;
	word-break: break-all;
}
@media print, screen and (min-width: 768px) {
.privacy_scroll {max-height:400px;}
}


.midashi_box{
	border-collapse: collapse;
	border-left: 4px solid #dadada;
	padding: 5px 0 5px 25px;
}

.midashi_box2{
	border-collapse: collapse;
	border: 1px solid #8b99a8;
	background-color: #465d77;
	padding: 25px;
	border-radius: 5px;
}
.bg_kon .midashi_box2 {
	color: #fff;
}
.bg_kon .midashi_box2 .midashi3 {margin-bottom: 20px;}

.btn-primary{
	border-radius:5px;
	font-size: 100%;
}
.btn-primary:hover{
	background-color: #1c96d5;
	opacity: 1;
}


.form-control {
    height: 50px;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



/*▼メールフォームの「例」のカラー変更*/
::placeholder {
  color: #959595!important;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #959595!important;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #959595!important;
}


.privacy_text{
	border-collapse: collapse;
	border-left: 6px solid #e1e1e1;
	padding: 10px 0 10px 15px;
}
.privacy_text .name{
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 10px;
}



/* footer
---------------------------------------------------- */
footer{
	color: #33335a;
	position: relative;
}

footer .bg_mark{
	position: absolute;
	right: 0;
	bottom: 20%;
	z-index: -1;
	max-width: 1000px;
}
footer .bg_mark img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 576px) {
	footer .bg_mark{ bottom: 5%;}
}


footer a:link,
footer a:visited{
	color: #33335a;
}

.foot_logo{
    margin-bottom: 20px;
}
.foot_logo img{
    min-width: 70px;
    max-width: 70px;
	margin: 0 auto 10px auto;
}
.foot_logo .moji{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin-left: 15px;
    font-size: 120%;
    line-height: 1.4em;
	color: #33335a;
}


.foot_box{
	text-align: center;
}
@media print, screen and (min-width: 768px){
	.foot_logo{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	.foot_logo img{
		margin: 0;
	}
	
	.foot_box {margin-bottom: 20px;}
}
@media print, screen and (min-width: 768px){
	.foot_logo .moji  {font-size: 140%;}
}
@media print, screen and (min-width: 1200px){
	footer{ font-size: 110%;}
	.foot_box{
		text-align: left;
	}
	.foot_box .foot_logo{
		justify-content: left;
		margin-bottom: 40px;
	}
}
@media print, screen and (min-width: 1600px){
	.foot_logo .moji  {font-size: 180%;}
}


ul.foot_link2{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	justify-content: center;
	margin:10px 0;
	font-size: 90%;
	font-weight: 600;
}
ul.foot_link2 li{
	margin: 0 7px;
	list-style: none;
}
ul.foot_link2 li.bold{
	font-weight: 700;
	font-size: 110%;
}
ul.foot_link2 li.sub{
	font-weight: 400;
}
@media print, screen and (min-width: 992px){
	ul.foot_link2{
		font-size: 100%;
	}
}
@media print, screen and (min-width: 1200px){
	ul.foot_link2{
		text-align: left;
		margin: 30px 0 40px 0;
	}
	ul.foot_link2 li{
		display: block;
		margin-left: 0;
		margin-bottom: 5px;
	}
	
	.foot_link_box {float: right;}
	ul.foot_link2{
		float: left;
		margin-left: 60px;
		display: inline-block;
	}
	
}


.foot_banner{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.foot_banner li{
	list-style: none;
}

img.foot_banner1{max-width: 80px;}
img.foot_banner2{max-width: 293px;}

img.foot_banner1,
img.foot_banner2{
	width: 80%;
	height: auto;
	margin: 0 auto;
}
@media print, screen and (min-width: 1200px){
	.foot_banner{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-items: flex-end;
		margin-bottom: 0;
	}
	img.foot_banner1,
	img.foot_banner2{
		margin-left: auto;
		width: 90%;
	}
	.foot_banner li:first-child{margin-right: 20px;}
}


.copy{
	font-size: 90%;
	text-align: center;
}
@media print, screen and (min-width: 1200px){
	.copy{
		text-align: left;
		padding-top: 20px;
	}
}

	

/* pagetop
---------------------------------------------------- */
#pagetop{
	position: absolute;
	right: 0;
	bottom: 0;
}
#pagetop .scroll {
  position: absolute;
  bottom: 106px;
  right: min(3.91vw, calc(30px + 16px + 10px));
  writing-mode: vertical-rl;
  white-space: nowrap;
	/*
  font-family: "Oswald", sans-serif;
  font-weight: 500;
	*/
  font-size: 12px;
  color: #33335a;
  letter-spacing: 0.1em;
  z-index: 4;
	font-family: "Poppins", serif;
	font-weight: 600;
	cursor: pointer;
}

#pagetop .scroll::before {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  /*background: rgba(29, 32, 135, 0.5);*/
	background: none;
}
#pagetop .scroll::after {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  background: #33335a;
  animation: lineAnime2 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes lineAnime2 {
  100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}



