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

#wrap {
	background-color: #FFFFCC;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#head {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 3% 0 3%;
	position: relative;
	z-index: 1200;
}
#headwrap {
	clear: both;
	background-image: url(../../img_top/bg_main.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 120px;
	width: 100%;
}
#headwrap02 {
	width: 100%;
	height: 90px;
	clear: both;
	background-color: #FFF;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 120px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2500;
	-webkit-box-shadow: 0px 0px 10px rgba(56,107,179,0.25);
	box-shadow: 0px 0px 10px rgba(56,107,179,0.25);
}
#headwrap03 {
	width: 100%;
	height: 90px;
	clear: both;
	background-color: #FFF;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 120px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2500;
	-webkit-box-shadow: 0px 0px 10px rgba(56,107,179,0.25);
	box-shadow: 0px 0px 10px rgba(56,107,179,0.25);
}
#logo {
	float: left;
	width: 214px;
	text-align: left;
}
#telwrap {
	text-align: right;
	float: right;
	width: 350px;
	position: absolute;
	right: 3%;
	top: 0px;
}
#telwrap ul{	
	display: flex;
	flex-wrap: wrap;
}
#telwrap li{
	width: 170px;
}
#telwrap li:first-of-type{
	padding-right: 10px;
}
#telwrap li a{
	display: block;
	position: relative;
	text-align: center;
	font-size: 15px;
	line-height: 34px;
	text-decoration: none;
	font-weight: bold;
	background-color: #EEDC43;
	border: 3px solid #EEDC43;
	border-radius: 0 0 7px 7px;
	color: #333;transition: 0.2s;
}
#telwrap li a:hover{
	background-color: #ffffff;
}
#telwrap li:first-of-type a{
	color: #FFF;
	background-color: #386BB3;
	border: 3px solid #386BB3;
}
#telwrap li:first-of-type a:hover{
	color: #333;
	background-color: #fff;
	border: 3px solid #386BB3;
}
#telwrap li a:after{
	content: " ";
	visibility: visible;
	position: absolute;
	width: 17px;
	height: 17px;
	background-image: url(../img/arrow01.png);
	background-size: 17px auto;
	background-repeat: no-repeat;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
#navwrap {
	float: right;
}
#nav02 {
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
}
#nav02 li {
	text-align: center;
	position: relative;
	font-size: 15px;
	line-height: 1.2em;
	font-weight: bold;
	}
#nav02 img {
	display: block;
}
#nav02 li a{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px 20px;
}
#nav02 li a:hover{
	color: #274A98;
}
#nav02 li.blank a:after{
	content: " ";
	visibility: visible;
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	margin-left: 4px;
	background-image: url(../img/blank.png);
	background-size: 11px auto;
}


#nav02 li ul {
	position: absolute;
	/* [disabled]bottom: -5.9vw; */
	text-align: center;
	left: 50%;
	transform: translateX(-50%) 	scaleY(0);
	transition: 0.2s;
	overflow: hidden;
	opacity: 0;
	transform-origin: top;
	background-color: rgba(255,255,255,.95);
	padding: 0 15px;
	width: auto;
	width: 110%;
}
#nav02 li:hover ul{	
	visibility: visible;
	opacity: 1;
	transform: translateX(-50%) scaleY(100%);
}
#nav02 li ul li {
	float: none;
	border-bottom: 1px solid #BBC9DE;
}
#nav02 li ul li:last-of-type{
	border-bottom: none;
}
#nav02 li ul li a {
    text-align: center;
    padding: 15px 0;
	line-height: 1.6em;
    position: relative;
	color: #1E1E1E;
}
#main{}

#head02 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 3% 0 3%;
	position: relative;
	z-index: 1200;
	background-color: #FFF;
}
#logo02 {
	float: left;
	width: 214px;
	text-align: left;
}
#telwrap02 {
	text-align: right;
	float: right;
	width: 350px;
	position: absolute;
	right: 3%;
	top: 0px;
}
#telwrap02 ul{	
	display: flex;
	flex-wrap: wrap;
}
#telwrap02 li{
	width: 170px;
}
#telwrap02 li:first-of-type{
	padding-right: 10px;
}
#telwrap02 li a{
	display: block;
	position: relative;
	text-align: center;
	font-size: 15px;
	line-height: 34px;
	text-decoration: none;
	font-weight: bold;
	background-color: #EEDC43;
	border: 3px solid #EEDC43;
	border-radius: 0 0 7px 7px;
	color: #333;transition: 0.2s;
}
#telwrap02 li a:hover{
	background-color: #ffffff;
}
#telwrap02 li:first-of-type a{
	color: #FFF;
	background-color: #386BB3;
	border: 3px solid #386BB3;
}
#telwrap02 li:first-of-type a:hover{
	color: #333;
	background-color: #fff;
	border: 3px solid #386BB3;
}
#telwrap02 li a:after{
	content: " ";
	visibility: visible;
	position: absolute;
	width: 17px;
	height: 17px;
	background-image: url(../img/arrow01.png);
	background-size: 17px auto;
	background-repeat: no-repeat;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
#navwrap02 {
	float: right;
}
#nav03 {
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
}
#nav03 li {
	text-align: center;
	position: relative;
	font-size: 15px;
	line-height: 1.2em;
	font-weight: bold;
	}
#nav03 img {
	display: block;
}
#nav03 li a{
	display: block;
	text-decoration: none;
	color: #1E1E1E;
	padding: 10px 20px;
	font-weight: bold;
}
#nav03 li a:hover{
	color: #274A98;
}
#nav03 li.blank a:after{
	content: " ";
	visibility: visible;
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	margin-left: 4px;
	background-image: url(../img/blank02.png);
	background-size: 11px auto;
	left:0;
}


#nav03 li ul {
	position: absolute;
	/* [disabled]bottom: -5.9vw; */
	text-align: center;
	left: 50%;
	transform: translateX(-50%) 	scaleY(0);
	transition: 0.2s;
	overflow: hidden;
	opacity: 0;
	transform-origin: top;
	background-color: rgba(255,255,255,0.80);
	padding: 0 15px;
	width: auto;
	width: 110%;
	-webkit-box-shadow: 0px 0px 10px rgba(56,107,179,0.25);
	box-shadow: 0px 0px 10px rgba(56,107,179,0.25);
}
#nav03 li:hover ul{	
	visibility: visible;
	opacity: 1;
	transform: translateX(-50%) scaleY(100%);
}
#nav03 li ul li {
	float: none;
	border-bottom: 1px solid #BBC9DE;
}
#nav03 li ul li:last-of-type{
	border-bottom: none;
}
#nav03 li ul li a {
    text-align: center;
    padding: 15px 0;
	line-height: 1.6em;
    position: relative;
	color: #1E1E1E;
}
#footwrap {
	background-color: #FFF;
	clear: both;
	overflow: hidden;
}
#foot {
	text-align: left;
	width: 90%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#footlink {
	font-size: 13px;
	line-height: 1.2em;
	padding-bottom: 40px;
	float: left;
}
#footlink .img {
	display: inline-block;
	vertical-align: middle;
	padding-right: 30px;
}
#footlink .telnum {
	display: inline-block;
	font-size: 24px;
	line-height: 1.6em;
	color: #54B6D4;
	font-weight: 800;
	vertical-align: middle;
	padding-top: 30px;
}
#footlink .telnum a{
	color: #54B6D4;
	text-decoration: none;
	font-weight: 800;
}
#fpptiso {
	float: right;
	letter-spacing: -1em;
	text-align: right;
	padding-bottom: 30px;
}
#fpptiso p {
	padding-right: 0px;
	display: inline-block;
	padding-left: 20px;
}





#footmenu {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 2.6em;
	padding-bottom: 50px;
}
.footlink {
	width: 185px;
}
#footmenu .footlink p a {
	display: block;
	padding: 0 30px;
	line-height: 39px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 80px;
	background-color: #EEDC43;
	border: 3px solid #EEDC43;
	color: #333;
	position: relative;transition: 0.2s;
}
#footmenu .footlink p:first-of-type a{
	color: #FFF;
	background-color: #386BB3;
	border: 3px solid #386BB3;
}
#footmenu .footlink p a:after{
	content: " ";
	visibility: visible;
	position: absolute;
	width: 17px;
	height: 17px;
	background-image: url(../img/arrow01.png);
	background-size: 17px auto;
	background-repeat: no-repeat;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
#footmenu .footlink p a:hover{
	background-color: #fff;
}
#footmenu .footlink p:first-of-type a:hover{
	color: #333;
}
#footmenu a{
	color: #333;
	text-decoration: none;
}
#footmenu a:hover{
	color: #0067AC
}
#footmenu a.outlink:after{
	content: " ";
	visibility: visible;
	display: inline-block;
	margin-left: 4px;
	width: 12px;
	height: 12px;
	background-image: url(../img/blank02.jpg);
	background-size: 12px auto;
	vertical-align: middle;
	bottom:1px;
	left:0px;
}
#footmenu ul{
	padding-right: 45px;
}
#footmenu ul li{
	position: relative;
}
#footmenu ul li:before{
	content: " ";
	visibility: visible;
	background-image: url(../img/bg_title.png);
	background-position: left center;
width: 15px;
height: 2px;
	background-size: 15px auto;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
#footmenu ul li ul{
	padding-right: 0;
}
#footmenu ul li ul li{
	background-image: none;
	padding-left: 20px;
	line-height: 2em;
}
#footmenu ul li ul li:before{
display: none;
}
#cr {
	font-size: 12px;
	line-height: 40px;
	background-color: #01025E;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	padding-bottom: 0;
	position: absolute;
	width: 100%;
	height: 40px;
}


.pc-none{
	display: none;
}
.sp-none{
	display: block;
}
.pc-none02{
	display: none;
}
.sp-none02{
	display: inline-block;
}

.drop {
	border-bottom: 2px solid #DFF0F0;
	padding-bottom: 10px;
}

.drop dt {
	position: relative;
	cursor: pointer;
}
.drop dt h5{
	font-size: 18px;
	line-height: 1.6em;
	padding: 15px 80px 5px 0;
	margin-left: 50px;
	text-indent: -50px;
}
.drop dt h5:before{
  font-family: "Montserrat", sans-serif;
	content:"Q.";
	font-size: 26px;
	line-height: 1.6em;
	color: #4FACCB;
	font-weight: bold;
	padding-right: 24px;
}
.drop dt:after {
	color: #4FACCB;
	visibility: visible;
	content:'＋';
	top: 50%;
	right: 20px;	transform:translateY(-50%);
	position: absolute;
	font-size: 30px;
}
.drop dt.opened:after {	content:'－';
}
.drop dd{
	padding: 0 80px 0 0;
}
.drop dd p:before{
	font-family: "Montserrat", sans-serif;
	content: "A.";
	font-size: 26px;
	line-height: 1.6em;
	color: #386BB3;
	font-weight: bold;
	padding-right: 24px;
}
.drop dd p{
	padding: 0 0 10px 0;
	margin-left: 50px;
	text-indent: -50px;
	font-size: 16px;
	line-height: 1.6em;
}
/*タブ切り替え全体のスタイル*/
.tabs {
	padding-bottom: 40px;
	background-color: #fff;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
 display: none;
 padding-top: 40px;
 padding-bottom: 0;
 clear: both;
 overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #59b057;
  color: #fff;
}

.tabs input:checked + .tab_item:nth-of-type(2n) {
  background-color: #69c7f1;
  color: #fff;
}

.tabs input:checked + .tab_item:nth-of-type(3n) {
  background-color: #f5a4c0;
  color: #fff;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
#pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1000;
}
.p-breadncrumb{
	text-align: left;
}
p.top-msg{
	text-align: left;
}
.l-inner{
	text-align: left;
}