@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700');

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,th,td,pre,address,li,dt,dd {
	font-size: 140%;
	-webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
    display: block;
	padding: 0;
	margin: 0;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}	

a { color:#333; }
a:hover{ color: #333; text-decoration: none; }
a:visited {
}

a img:hover{opacity:0.8;}
a img.no-hover:hover{opacity:1;}

table {
	width:100%
}

p { font-size: 20px; margin: 0 0 1.5em; }

.section { padding:  0 0 30px; }
.section .section { padding: 0 0 10px; }

/*p, dd, td, th, li {
	line-height: 1.5em;
}*/


.image_l { float: left; margin: 0 16px 8px 0;}
.image_r { float: right; margin: 0 0 8px 16px;}


#totop {
    position: fixed;
    bottom: 0px;
	right: 0;
    z-index: 1000;
	margin-bottom:0;
}
#totop {
	background-color: #343434;
	display: flex;
	height: 80px;
	width: 80px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 16px;
	border-radius: 10px;
	margin: 10px;
}
#totop:hover {
	opacity: 0.8;
	cursor: pointer;
}

#totop * {
	padding: 2px 0;
	display: flex;
  justify-content: center;
  align-items: center;
}
.bold {font-weight:bold;}
.fl {float:left;}
.fr {float:right;}

* {
	box-sizing: border-box;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	line-height: 1.8;
}
.f-jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#wrapper {
	width: 100%;
	min-width: 1024px;
	/*height: auto;
	overflow: hidden;*/
}

h1 {
}
#logo {
	display: block;
  	margin: 0;
}
#logo a{
	display: block;
  padding: 45px 30px;
  margin: 0;
	background: #218ad9;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 0 0 20px 20px;
	font-size: 40px;
	letter-spacing: 2px;
}
.inner {
	width: 1024px;
	margin: 0 auto;
}

header {
	position: relative;
}

.header_top .inner {
	position: relative;
	max-width: 1580px;
	width: 100%;
	height: 90px;
	display: flex;
	/*flex-direction: column;
	align-items: flex-start;*/
}

.h_button {
	/*position: absolute;
	top: 5px;
	right: 0;*/
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}

.h_button li {
	margin-left: 35px;
}

.h_button a {
	display: flex;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.h_button a .h_time {
	font-size: 13px;
	font-weight: normal;
}

.h_button a .num {
	color: #fc319b;
	font-size: 44px;
	font-weight: 600;
	background: url(../images/icon_tel.png) no-repeat center left;
    background-size: 45px auto;
    padding-left: 60px;
}



.fixed_baner {
	position: fixed;
	right: 0;
	z-index: 100;
	bottom: 80px;
}

.fixed_baner li {
	border: solid 1px #cccccc;
	margin-top: -1px;
	background-color: #FFF;
}

.fixed_baner a {
	display: flex;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	height: 120px;
	width: 60px;
	justify-content: center;
	align-items: center;
	align-content: center;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
}

.fixed_baner a .f-en {
	writing-mode: horizontal-tb;
	display: flex;
	flex-direction: column;
	line-height: 22px;
}

.fixed_baner a .f-web {
	line-height: 18px;
}


.fixed_baner .tel a {
	height: 328px;
}

.fixed_baner a:hover {
	opacity: 0.8;
}

.fixed_baner a .num {
	color: #ea5098;
	font-size: 24px;
}

.fixed_baner a i {
	margin-bottom: 10px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}


.fixed_baner a .line {
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}


.h_gnavi {
	display: flex;
	justify-content: center;
	margin-top: -60px;
}

.gnavi {
	width: 1024px;
	display: table;
	table-layout: fixed;
	background: #218ad9;
	border-radius: 20px;
}

.gnavi > li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	padding: 18px 0;
	cursor: pointer;
}
.gnavi > li:nth-child(1) a{
	background: url(../images/gnavi_icon01.png) no-repeat center 10px;
}
.gnavi > li:nth-child(2) a{
	background: url(../images/gnavi_icon02.png) no-repeat center 10px;
}
.gnavi > li:nth-child(3) a{
	background: url(../images/gnavi_icon03.png) no-repeat center 10px;
}
.gnavi > li:nth-child(4) a{
	background: url(../images/gnavi_icon04.png) no-repeat center 10px;
}
.gnavi > li:nth-child(5) a{
	background: url(../images/gnavi_icon05.png) no-repeat center 10px;
}
.gnavi > li:nth-child(6) a{
	background: url(../images/gnavi_icon06.png) no-repeat center 10px;
}
.gnavi > li:nth-child(7) a{
	background: url(../images/gnavi_icon07.png) no-repeat center 10px;
}
.gnavi > li:nth-child(8) a{
	background: url(../images/gnavi_icon08.png) no-repeat center 10px;
}
.gnavi > li:first-child > a{
	border-left: none;
}

.gnavi > li > a {
	
	color: #FFF;
	text-decoration: none;
	display: flex;
	width: 100%;
	align-content: center;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	padding: 55px 0 5px;
	border-left: solid 1px #FFF;
}

.gnavi > li:hover{
	opacity: 0.8;
}

.gnavi > li.sub:after {
	content: '';
	display: inline-block;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	width: 4px;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: 8px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	margin-left: -2px;
	
	
}

.sub_menu {
	display: none;
	position: absolute;
	left: 0;
	top: 62px;
	z-index: 100;
	background-color: #cccccc;
	width: 100%;
}

.sub_menu li {
	border-bottom: solid 1px #FFF;
	padding: 5px 15px;
}

.sub_menu a {
	display: block;
	background: url(../images/icon.png) no-repeat;
	background-origin: inherit;
	background-position: left center;
	padding: 10px 15px;
	text-align: left;
}


.sub_menu1.sub_menu {
	position: fixed;
	z-index: 100;
	width: 100%;
	left: 0;
	top: inherit;
	text-align: center;
	padding: 30px 0;
}

.sub_menu1.sub_menu li {
	display: inline-block;
}

.sub_menu1.sub_menu li {
	border-bottom: none;
	padding: 5px 15px;
}

.key {
	display: flex;
  	align-items: center;
	background:url("../images/main_bg.jpg") top center no-repeat;
	height: 710px;
}

.key > .inner {
	position: relative;
	max-width: 1580px;
  width: 100%;
}




.sec {
	padding: 70px 0;
}
.sec2 {
	padding: 140px 0;
}

#index h3 {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 40px;
	text-align: left ;
}
#index h3::after {
	position: absolute;
	content: '';
	background: #218ad9;
	width: 50px;
	height: 2px;
	left: 0;
	bottom: 0;
}
h3 .f-ja {
	font-size: 46px;
	font-weight: bold;
	display: block;
	line-height: 1.3;
	
}

h3 .f-en {
	display: block;
	font-size: 24px;
	color: #218ad9;
	margin-bottom: 50px;
}

#index h3.ttl_h3 {
    color: #fc329b;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
}

#index h3.ttl_h3 span {
	color: #333;
}

#index h3.ttl_h3::after {
	content: '';
	left: 50%;
	transform: translateX(-50%);
}

.list_bnr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
	gap: 20px;
}

.list_bnr.mb40{
    margin-bottom: 40px;
}


.list_bnr dl {
	width: calc(100% / 2 - 10px);
	/* max-width: 620px; */
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #cccccc;
	border-radius: 30px;
	padding: 10px;
	box-sizing: border-box;
}
.list_bnr dl dt {
	margin-right: 30px;
}
.list_bnr.list_bnr_3 dl dt {
    width: 120px;
    margin-right: 15px;
}
.list_bnr.list_bnr_3 dl dd.content_pc {
	width: calc(100% - 120px - 15px);
}
.list_bnr_tit {
	color: #218ad9;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.list_bnr_tit .txt_black {
	color: #333;
}
.list_bnr .btn_center a {
	margin: 0 auto;
}
.list_bnr.list_bnr_3 {
	margin-bottom: 20px;
}
.list_bnr.list_bnr_3 dl {
	width: calc(100% / 3 - 14px);
}
.list_bnr.list_bnr_3 .list_bnr_tit {
	font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.btn {
	margin-bottom: 0;
}
.btn a {
	display: block;
    max-width: 294px;
    background: #fc329b url(../images/icon01.png) 95% center no-repeat;
    border-radius: 10px;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.btn a:hover {
	opacity: 0.8;
}
.list_bnr.list_bnr_3 dl .btn a {
	padding-right: 30px;
}
.btn1 a {
	max-width: 350px;
}
.bnr_contact {
	position: relative;
    background: #218ad9;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: #fff;
    font-weight: bold;
    padding: 50px 50px 50px 170px;
}
.bnr_contact:before {
	position: absolute;
    content: '';
    background: url(../images/img_man03.png) 0 0 no-repeat;
    width: 220px;
    height: 226px;
    left: -58px;
    bottom: 0;
    background-size: cover;
}
.bnr_contact_txt {
	font-size: 28px;
	margin-bottom: 0;
	line-height: 1.4;
}
.bnr_contact span.time {
	font-size: 46px;
	display: inline-block;
	padding-left: 15px;
}
.bnr_contact_tel {
	margin-bottom: 20px;
	text-align: center;
}
.bnr_contact_tel a {
	text-decoration: none;
}
.bnr_contact_tel .num{
	color: #fff462;
	font-size: 40px;
  font-weight: 700;
  background: url(../images/icon_tel01.png) no-repeat center left;
  padding-left: 80px;
	text-decoration: none;
	display: flex;
	align-items: center;
	line-height: 1;
}

.btn_contact a {
	max-width: 500px;
    background: #fc329b url(../images/icon_mail.png) 20px center no-repeat;
    background-size: 42px auto;
    padding: 27px 15px 27px 50px;
}


.index_conts {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 70px;
}
.index_conts_02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.left_ct {
	width: 60%;
	
}
.left_ct p{
	line-height: 2em;
}
.img_r {
	max-width: 460px;
	margin-bottom: 0;
}
.list_point {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: -25px;
}
.list_point dl {
	width: calc(100% / 3);
	max-width: 425px;
}
.list_point dt {
	margin-bottom: 25px;
}
.list_point dd {
	padding-left: 25px;
	font-size: 18px;
	line-height: 1.8em;
}
.txt_tit01 {
	font-size: 34px;
	font-weight: bold;
}
.cor_pink {
	color: #fc319b;
}
.cor_blue {
	color: #228ad9;
}

.index03 {
background: #e8f3fb;
}
#index h3.h3_qa {
	background: #218ad9;
	border-radius: 20px 20px 0 0;
	font-size: 46px;
  font-weight: bold;
  display: block;
	color: #fff;
	text-align: center;
	padding: 30px 20px;
	margin-bottom: 0;
	
}

.index04 .index04_list {
	display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}

.index04 .index04_list .index04_item {
    width: calc(100% / 5 - 16px);
    background: #e8f3fb;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #c9e7fd;
}

.index04 .index04_list .index04_item .img {
	width: 100px;
    margin: 0 auto 10px;
}

.index04 .index04_list .index04_item .txt_link {
	background: #fff;
    border-radius: 10px;
	transition: all ease .4s;
}

.index04 .index04_list .index04_item .txt_link a {
	text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    padding: 5px 10px;
    border-radius: 10px;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	position: relative;
	transition: all ease .4s;
}

.index04 .index04_list .index04_item .txt_link a::before {
	content: '';
	background: url(../images/icon03.png) no-repeat;
	background-size: cover;
	width: 18px;
	height: 17px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: all ease .4s;
}

.index04 .index04_list .index04_item .txt_link:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.index04 .index04_list .index04_item .txt_link:hover a {
	color: #fc329b;
}

.index04 .index04_list .index04_item .txt_link:hover a::before {
	right: 5px;
}

.h3_qa::after{
	position: inherit;
}


.qa_list {
	background: #fff;
	border-radius: 0 0 20px 20px;
}
.qa_list dl {
	padding: 40px 50px;
	border-top: solid 1px #ccc;
}

.qa_list dl:last-child {
	border-top: solid 1px #ccc;
}


.qa_list dl dt {
	background: url("../images/icon_q.png") 0 0 no-repeat;
	background-size: 50px auto;
	font-size: 20px;
	padding: 10px 30px 10px 75px;
}
.qa_list dl dt:hover {
	opacity: 0.7;
}
.qa_list dl dd p{
	background: url("../images/icon_a.png") 0 0 no-repeat;
	background-size: 50px auto;
	font-size: 18px;
	padding: 0px 30px 0px 75px;
  min-height: 50px;
	margin-bottom: 0;
}

.more {
	margin: 0;
	text-align: center;
}

.more a {
	display: inline-block;
	line-height: 40px;
	width: 100px;
	background-color: #67686b;
	color: #FFF;
	text-decoration: none;
	position: relative;
	text-align: center;
}

.more a:hover {
	opacity: 0.8;
}

.more a:after {
	display: inline-block;
	content: '';
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	height: 4px;
	width: 4px;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
}
.accordion {
	position: relative;
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}


.accordion:after {
	position: absolute;
  content: '';
  background: #218ad9;
  float: right;
  margin-left: 5px;
	top: 25px;
	right: 0;
	width: 50px;
	height: 1px;
}
.accordion:before {
	position: absolute;
  content: '';
  background: #218ad9;
  float: right;
  margin-left: 5px;
	top: 0;
	right: 25px;
    width: 1px;
    height: 50px;
	transform: rotate(0deg);
	transition: all .3s
}

.accordion.active:before {
	transform: rotate(90deg);
	transition: all .3s
}

.panel {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	
}

.accordion.active {
	padding-bottom: 30px;
}

/*-------------footer------------------*/


footer {
	background: #fff;
	padding: 140px 0 80px;
}

.ftop {
	display: flex;
	justify-content: center;
	padding: 60px 0 0;
}

.fmenu, .f_contact {
	/*width: 50%;*/
}
.f_contact {
	margin-right: 150px;
}
.fmenu li {
	
}

.fmenu li:not(:last-child) {
	margin-bottom: 8px;
}
.fmenu a {
	position: relative;
	display: block;
	padding-right: 30px;
	text-decoration: none;
	font-size: 18px;
	color: #218ad9;
}
.fmenu a:hover {
	opacity: 0.7;
}
.fmenu li a:before {
	position: absolute;
	content: '';
	background: url("../images/icon03.png") 0 0 no-repeat;
	background-size: 100%;
	top: 35%; 
	right: 0;
	width: 14px;
	height: 13px;
}
.fmenu {
	display: table;
	table-layout: fixed;
}

.fmenu dl {
	display: table-cell;
	vertical-align: top;
}

.fmenu dt {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.fmenu dd {
	padding: 5px 0 5px 20px;
}

.fmenu dd a {
	position: relative;
	padding-left: 10px;
}

.fmenu dd a:hover {
	text-decoration: underline;
}

.fmenu dd a:before {
	content: '';
	display: inline-block;
	background-color: #FFF;
	height: 3px;
	width: 3px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.f_info {
	background-color: #FFF;
	margin-bottom: 20px;
	
}

.f_info dt {
	color: #218ad9;
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: bold;
}
.f_info dd {
	font-size: 18px;
}
.f_info dd span {
	display: inline-flex;
	margin-right: 5px;
}
.fbanner {
	background-color: #FFF;
	margin-bottom: 30px;
}

.fbanner a {
	display: block;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	position: relative;
	line-height: 30px;
	padding: 10px;
}

.fbanner a:after {
	content: '';
	display: inline-block;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -4px;
	height: 8px;
	width: 8px;
}

.fbanner a:hover {
	opacity: 0.8;
}

.fmap {
	background-color: #FFF;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 18px;
}


address {
	font-size: 14px;
	font-weight: normal;
}


/*-------------under------------------*/

.key_under {
  display: flex;
  align-items: center;
  background: url("../images/under_main_bg.jpg") top center no-repeat;
  height: 480px;
}
.key_under .inner {
  width: 1580px;
  margin: 0 auto;
}
.key_under h2 {
	font-size: 50px;
	padding-right: 45%;
	line-height: 1.8;
	font-weight: 500;
}
.key_under h2 span {
	display: inline-block;
	font-size: 78px;
	color: #fc319b;
	font-weight: 700;
	font-style: italic;
	background: linear-gradient(180deg,rgba(255,255,255,0) 70%, #fff 30%);
	line-height: 1.2;
}
.under h3 {
	position: relative;
	text-align: center;
	font-size: 46px;
	font-weight: bold;
	margin-bottom: 60px;
}
.under .index_conts_02 h3 {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
    text-align: left;
}
.under .index_conts_02 h3 ::after {
    position: absolute;
    content: '';
    background: #218ad9;
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
}
.under .sec {
	padding: 140px 0 0 ;
}
p:last-child{
	margin-bottom: 0;
}
.under h4 {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 40px;
	text-align: left ;
	line-height: 1.3;
}
.under h4::after {
	position: absolute;
	content: '';
	background: #218ad9;
	width: 50px;
	height: 2px;
	left: 0;
	bottom: 0;
}
.under h4 .f-ja {
	font-size: 40px;
	font-weight: bold;
	display: block;
	
}

.under h4 .f-en {
	display: block;
	font-size: 24px;
	color: #218ad9;
	margin-bottom: 30px;
}
.box_h4 .ct_left {
	width: calc(100% - 490px);
	float: left;
}
.box_h4 .ct_right {
	float: right;
	width: calc(100% - 490px);
}
.img_r {
	float: right;
	margin: 0 0 0 30px;
}
.img_l {
	float: left;
	margin: 0 30px 0 0px;
}
.box_h4 .img_r, .box_h4 .img_l{
	width: 460px;
}
.box_h5 .ct_left {
	width: calc(100% - 540px);
	float: left;
}
.box_h5 .ct_right {
	float: right;
	width: calc(100% - 540px);
}
.box_h5 .img_r, .box_h5 .img_l{
	width: 420px;
}
h5 {
	font-size: 32px;
	font-weight: bold;
	color: #218ad9;
	margin-bottom: 40px;
}
.list3_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
}
.list3_box_ct {
	width: calc((100% - 80px) / 3);
}
.list_check li{
	background: url("../images/check.png") center left no-repeat;
	padding: 10px 0 10px 30px;
	font-size: 24px;
	font-weight: 500;
}
.bg_blue {
	background: #e8f3fb;
	padding: 140px 0;
}
.box_list {
	background: #fff;
	border-radius: 20px;
	padding: 100px;
}
.box_list dl {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #ccc;
}
.box_list dl:last-child{
	margin-bottom: 0;
}
h6 {
	font-size: 25px;
	font-weight: bold;
	color: #218ad9;
	margin-bottom: 40px;
}
.box_list dd {
	font-size: 20px;
}
.tbl01 th{
    background: #218ad9
}
.tbl01 th, .tbl01 td{
    font-size: 20px;
}
.index03.bg-cus {
	background: #fff;
}
.under .index03.bg-cus h3 {
	background: #218ad9;
    border-radius: 20px 20px 0 0;
    font-size: 46px;
    font-weight: bold;
    display: block;
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 0;
}

.lg_foo {
    margin: 15px 0;
}

.lg_foo a:hover,.lg_foo a:hover img{
    opacity: 1
}

.lg_foo02 {
    display: none
}


/* ==================== Manual ===================== */
#stp01 {
    margin-top: 80px;
}


.manual_box {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

.manual_box dt{
    width: 40%;
}

.manual_box dd{
    width: 56%;
    font-size: 100%
}

.under .h4_step {
    line-height: 18px;
}

.cheklist li{
    position: relative;
    padding-left: 25px;
    background: url("../images/check.png") no-repeat left top 7px;
    background-size: 15px;
    color: #218ad9
}

.line_box {
    border: 1px solid #DEDEDE;
    margin: 50px 0;
}


.manual_box_text {
    padding: 40px;
    border-radius: 25px;
    border: 1px solid #DEDEDE
}

.under .dl_box_text {
    font-size: 18px;
    border-bottom: 1px dashed #AAAAAA;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.under .dl_box_text dt{
    font-size: 20px;
    font-weight: bold;
    border-left: 4px solid #218ad9;
    padding-left: 20px;
    margin-bottom: 15px;
}

.under .dl_box_text dd{
    font-size: 100%;
}

.manual_box_tit {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    position: relative;
}

.manual_box_tit:after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 80px;
    height: 3px;
    background: #fc319b;
}


.manual_box_tit span{
    color: #218ad9
}

.under .dl_box_text:last-child{
    border-bottom: none;
    margin-bottom: 0;
}












@media screen and (max-width: 750px) {
    

.manual_box {
    display: block;
    font-size: 16px;
}

    .manual_box dt {
        margin-bottom: 15px;
        text-align: center
    }
    
.manual_box dt,.manual_box dd{
    width: 100%;
}

.line_box {
    margin: 30px 0;
}
    
#stp01 {
    margin-top: 50px;
}
    
    
    .manual_box_text {
        padding: 15px;
    }

    .manual_box_tit {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .under .dl_box_text dt {
        font-size: 18px;
    }
    .under .dl_box_text dd {
        font-size: 16px;
    }
    
}

/* ==================== end Manual ===================== */

/* =================== list ===============================*/
.chckList li{
display: block;
  overflow: hidden;
  padding: 25px 25px;
  border-radius: 10px;
  background-color: #F2F2F2;
}

.chckList > li + li {
  margin-top: 20px;
}

.chckList li label{
    display: block
}
.chckList > li label > input[type="checkbox"] {
  transform: scale(1.5);
}

.chckList > li label > span {
  font-size: 18px;
  font-weight: 600;
  line-height: 125%;
  margin-left: 1em;
}

.chckList > li p {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 155%;
  padding-top: 1em;
  padding-left: 2.5em;
}



@media screen and (max-width: 750px) {
    .chckList > li p {
        padding-left: 0;
    }
    
    .chckList li label {
        position: relative
    }
    
    .chckList li label {
        padding-left: 30px;
    }
    
    .chckList li span {
        margin-left: 0 !important;
    }
    
    .chckList li label input{
        position: absolute;
        top:3px;
        left: 0;
    }
    
    
}


/* ===================end list ===============================*/
/* ===================plan ===============================*/
.list_acr {
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto
}
.list_acr li{
    width: 49%;
    margin-bottom: 2%;
}
.list_acr li a{
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #218AD9;
    border-radius: 8px;
    font-weight: bold;
    padding: 10px;
    font-size: 20px;
}
.list_acr li a span{
    color: #218AD9;
}

.list_acr li a:hover{
    background: #218AD9;
}

.list_acr li a:hover span{
    color: #fff
}

.plan_tit {
    font-weight: bold;
    font-size: 40px;
    text-align: center !important;
}

.plan_tit:after{
    left: 50% !important;
    transform: translateX(-50%);
}



.packInfo {
  display: block;
  overflow: hidden;
  padding: 50px 80px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
  position: relative;
}

.packInfo > img {
  float: right;
  margin-top: -20px;
}

.under .packInfo h3 {
  display: block;
  overflow: hidden;
  font-size: 32px;
  font-weight: 600;
  line-height: 54px;
  color: #218AD9;
    text-align: left;
    margin-bottom: 0;
}

.packInfo h3 > span {
  border-bottom: 2px solid #218AD9;
}

.packInfo p {
  display: block;
  overflow: hidden;
  padding: 1em 0;
  font-size: 16px;
  line-height: 155%;
}

dl.icon {
  display: block;
  overflow: hidden;
  margin: 30px 0;
  clear: both;
  border-right: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #F2F2F2;
}

dl.icon > dt {
  clear: both;
  width: 12em;
  padding: 1em 1em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 155%;
}

dl.icon > dd {
  width: calc(100% - 12em);
  padding: 10px 20px;
  background-color: #FFFFFF;
}

dl.icon > dt, dl.icon > dd {
  display: block;
  overflow: hidden;
  float: left;
  border-top: 1px solid #DEDEDE;
}

dl.icon > dd > p {
  width: 25%;
  float: left;
  font-size: 100%;
  padding: 0 0;
  margin: 10px 0;
}

dl.icon > dd > p > * {
  vertical-align: middle;
}

dl.icon > dd > p > span {
  display: inline-block;
  margin-left: 5px;
}


dl.icon dt,dl.icon dd {
    font-size: 16px;
}

dl.icon > dd > p.off {
  opacity: 0.5;
}


.under .packInfo h3:after{
    display: none;
}

.baggages {
  display: block;
  padding: 50px 0;
}

.baggages ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}

.baggages ul > li {
  overflow: hidden;
  width: calc(20% - 20px);
  padding: 20px 10px 10px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
  position: relative;
  letter-spacing: -.4em;
}
.baggages ul > li::before {
  content: "";
  display: block;
  overflow: hidden;
  width: 100%;
  border-top: 7px solid #218ad9;
  position: absolute;
  top: 0;
  left: 0;
}

.baggages ul > li img {
  vertical-align: top;
  margin-right: 5px;
}

.baggages ul > li h4 {
  display: inline-block;
  width: calc(100% - 45px);
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
    padding-bottom: 0;
    margin-bottom: 0;
}

.baggages ul > li h4 > span {
  display: block;
  font-size: 14px;
  color: #888888;
}


.tit_large {
    font-weight: bold;
    font-size: 22px;
}


.baggages ul > li h4:after{
    display: none;
}



.mb80 {
    margin-bottom: 80px;
}





@media screen and (max-width: 750px) {
    
  .packInfo {
    padding: 8vw 4vw;
    text-align: center;
  }
  .packInfo > img {
    float: none;
    margin-top: 0;
  }
    .under .packInfo h3{
        font-size: 20px;
        text-align: center;
        padding-bottom: 0;
  }
 .packInfo p {
    font-size: 16px;
    text-align: left;
  }
  dl.icon {
    margin: 0 0;
  }
  dl.icon > dt {
    clear: both;
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }
  dl.icon > dd {
    width: 100%;
    padding: 4vw 4vw;
  }
  dl.icon > dd > p {
    width: 50%;
    font-size: 1.2rem;
    margin: 2vw 0 2vw;
  }
  dl.icon > dt, dl.icon > dd {
    display: block;
    overflow: hidden;
    float: none;
    border-top: 1px solid #DEDEDE;
  }
    
    dl.icon > dd > p > span {
        font-size: 14px;
        line-height: 16px;
    }
    
    .noSP {
        display: none;
      }
    
  .baggages ul {
    gap: 2vw 4vw;
}
  .baggages ul > li {
    width: calc(50% - 2vw);
    padding: 4vw 2vw 2vw;
    text-align: center;
  }
    
 .baggages ul > li img {
    margin-right: 0;
    width: min(10vw,40px);
    height: auto;
  }
    
  .baggages ul > li h4 {
    display: block;
    width: 100%;
      text-align: center
  }  
  .baggages ul > li h4 > span {
    display: block;
    overflow: hidden;
    font-size: 13px;
    color: #888888;
  } 
    
    .tit_large {
        font-size: 18px;
    }
    
    
    
}
@media screen and (max-width: 380px) {
    dl.icon > dd > p > span {
        font-size: 12px;
        line-height: 16px;
    }
}



@media screen and (max-width: 610px) {
    .plan_tit {
        font-size: 22px;
    }
    
    .list_acr {
        display: block;
    }
    
    .list_acr li a{
        font-size: 17px;
    }
    
    .list_acr li {
        width: 100%;
        margin-bottom: 10px;
    }
}



/* ===================end plan ===============================*/








