@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@media print, screen and (min-width: 1025px) {

    
/*.tables .line1:nth-child(3){background-color: #fbfbfb;}
.tables2 .line1:nth-child(3){background-color: #fbfbfb;}
.tables3 .line1:nth-child(3){background-color: #fbfbfb;}
.tables4 .line1:nth-child(3){background-color: #fbfbfb;}

.fspace .tables3 .line1:nth-child(3){background-color: #fbfbfb;}
.fspace .tables4 .line1:nth-child(3){background-color: #fbfbfb;}*/

.flows2:not(:last-child) {margin-bottom: 70px;}
.flows2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
    position: relative;
    padding: 60px;
    background-color: #fff;
    box-sizing: border-box;
    flex-direction: row-reverse;
    border-radius: 20px;
}
.flows2 .telnum {margin-top: 0px;margin-bottom: 5px;}
.flows2 .telnum span {
    font-size: 11pt;
    line-height: 22px;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    width: 110px;
    background-color: #44659c;
    color: #fff;
    padding: 6px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    vertical-align: 30%;
    margin-right: 8px;
}
.wakugumi {
    box-sizing: border-box;
    padding: 50px;
    background-color: #fff;
    border-radius: 60px;
}
.wakugumi:not(:last-child) {margin-bottom: 30px;}

ul.faqspace {
	list-style-type: none;
	margin-bottom: 15px;
	padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
	overflow: hidden;
	color: #3e669f;
    background-color: #f6f9fa;
    border-radius: 60px;
}
ul.faqspace li{padding-left: 1.5em;} 
ul.faqspace li:before {
	content: "Q";
	padding-right: 0.3em;
	position: absolute;
	left: -0.29em;
	font-size: 25pt;
	margin-top: -3px;
	margin-bottom: 0px;
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
	color: #3e669f;
}
.faqspace li {
    letter-spacing: 1px;
    font-size: 16pt;
    line-height: 32px;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
	position: relative;
}
.answers {
	padding-right: 25px;
	padding-left: 25px;
}
.answers:not(:last-child) {margin-bottom: 30px;}
.answers p:not(:last-child) {margin-bottom: 10px;}
.answers p{
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 14pt;
	line-height: 30px;
}

.answers h4{ padding-top:10px;}





.recruit_table {
	border-collapse:collapse;
	
    letter-spacing: 1px;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 12pt;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    padding-bottom: 30px;
}
.recruit_table th, .cp_table  td {width: 100%;}
.recruit_table th {
	font-size: 14pt;
	line-height: 25px;
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    letter-spacing: 1px;
    
	font-weight: normal;
	width: 300px!important;
	padding-bottom: 25px!important;
	padding-top: 25px!important;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d4e5f6;
	/*vertical-align: top;*/
	box-sizing: border-box;
}
.recruit_table tr {
	display: block;
	width: 100%;
}

.recruit_table td {
	font-size: 14pt;
	line-height: 25px;
    letter-spacing: 1px;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
	width: 75%!important;
	padding-bottom: 25px!important;
	padding-top: 25px!important;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #edf1f3;
	box-sizing: border-box;
    color: #222;
}
.recruit_table h3 {
	font-size: 16pt;
	line-height: 35px;
    
    letter-spacing: 1px;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
}

.recruit_table p:not(:last-child) {margin-bottom: 15px;}
.map-space2 {
	position: relative;
	padding-bottom: 40%;/*←高さを変更する*/
	height: 0;
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
    border-radius: 20px;
    margin-bottom: 40px;
}
.map-space2 iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.photos {
    display: flex;
	justify-content: space-between;
    margin-bottom: 50px;
}
.photos li{width: 32%;}
.photos li img{border-radius: 15px;}

.btms2 {
    display: flex;
	align-items: flex-start;
	/*align-items: center;*/
	flex-wrap: wrap;
}
.btms2 .button3c {margin-left: 10px;display: block;}
.btms2 .button4 {display: block;}

.dangumi {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*padding-left:30px;
    padding-right: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	width: 90%;
	margin-right: auto;
	margin-left: auto;*/
	background-color: #fff;
}
.dangumi li{
	width: 46%;
}

.dangumi li:nth-child(1) {margin-bottom:45px;}
.dangumi li:nth-child(2) {margin-bottom:45px;}
/*.dangumi li:nth-child(3) {margin-bottom:45px;}
.dangumi li:nth-child(4) {margin-bottom:45px;}*/


.dangumi li h4 .mysvg{
	width:25px;
	vertical-align: -16%;
	display: inline-block;
	margin-right: 7px;
}
.dangumi li h4{
	line-height: 30px;
	font-size: 16pt;
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
	/*color: #77604D;*/
}
.dangumi li p{
	line-height: 30px;
	font-size: 13pt;
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
}

.dangumi li .points3 li{width: 100%;margin-bottom: 10px;}

.dangumi li .points2 li{margin-bottom: 0px;}

.flows:not(:last-child) {margin-bottom: 70px;}
.flows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
    position: relative;
    padding: 60px;
    background-color: #fff;
    box-sizing: border-box;
    flex-direction: row-reverse;
    border-radius: 20px;
}
.ill {width: 35%;}
.flowtex{
    width: 55%;
}
.flowtex h3{
    border-bottom: 1px solid #bac7d1;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 22pt;
	line-height: 38px;
	font-weight: 700;
	margin-bottom: 10px;
    padding-bottom: 10px;
}
.flowtex .comennt1{margin-bottom: 20px;}
.flows span {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -35px;
    background-color: #3e669f;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-size: 30pt;
    border-radius: 100px;
}


.wrap-space {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.wrap-space:not(:last-child) {margin-bottom: 50px;}
.wrap-space:nth-child(odd) {flex-direction: row-reverse;}


.wrap-space0 {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	flex-wrap: wrap;
}
.wrap-space0:not(:last-child) {margin-bottom: 50px;}
.wrap-space0:nth-child(odd) {flex-direction: row-reverse;}


.wrap-space1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;
}
.wrap-space1:not(:last-child) {margin-bottom: 50px;}
.wrap-space1:nth-child(even) {flex-direction: row-reverse;}
.wrap-space2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-space2:not(:last-child) {margin-bottom: 50px;}
.wrap-space2:nth-child(even) {flex-direction: row-reverse;}
.wrap-space3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-space3:not(:last-child) {margin-bottom: 50px;}
.wrap-space3:nth-child(odd) {flex-direction: row-reverse;}

.h20 {padding-top: 20%;}
.h25 {padding-top: 25%;}
.h30 {padding-top: 30%;}
.h35 {padding-top: 35%;}
.h40 {padding-top: 40%;}
.h45 {padding-top: 45%;}
.h50 {padding-top: 50%;}
.h55 {padding-top: 55%;}
.h60 {padding-top: 60%;}
.h65 {padding-top: 65%;}

.image-box1 {
	display: block;
}
.image-box1 img{
    display: block;
    width: 100%;
    height: auto;
    height: 430px;
    object-fit: cover;
    border-top-left-radius: 120px;
    border-bottom-left-radius: 10px;
}
.image-box2 {
	display: block;
}
.image-box2 img{
    display: block;
    width: 100%;
    height: auto;
    height: 650px;
    object-fit: cover;
    border-top-left-radius: 120px;
    border-bottom-left-radius: 10px;
    /*border-top-right-radius: 120px;
    border-bottom-right-radius: 10px;*/
}


.image-box {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.image-box img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.image300 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 320px;
	object-fit: cover;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.image350 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 350px;
	object-fit: cover;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.image400 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 400px;
	object-fit: cover;
	font-family: "object-fit: cover;";
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.image450 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 450px;
	object-fit: cover;
	font-family: "object-fit: cover;";
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.image500 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 500px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.comennt-box {}
.comennt-box:not(:last-child) {}


.r20 {margin-right: 8%;}
.l20 {margin-left: 8%;}

.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w31 {width: 31%;}
.w32 {width: 32%;}
.w33 {width: 33%;}
.w35 {width: 35%;}
.w36 {width: 36%;}
.w37 {width: 37%;}
.w38 {width: 38%;}
.w39 {width: 39%;}
.w40 {width: 40%;}
.w41 {width: 41%;}
.w42 {width: 42%;}
.w43 {width: 43%;}
.w44 {width: 44%;}
.w45 {width: 45%;}
.w46 {width: 46%;}
.w47 {width: 47%;}
.w48 {width: 48%;}
.w49 {width: 49%;}
.w50 {width: 50%;}
.w51 {width: 51%;}
.w52 {width: 52%;}
.w53 {width: 53%;}
.w54 {width: 54%;}
.w55 {width: 55%;}
.w56 {width: 56%;}
.w57 {width: 57%;}
.w58 {width: 58%;}
.w59 {width: 59%;}
.w60 {width: 60%;}
.w61 {width: 61%;}
.w62 {width: 62%;}
.w63 {width: 63%;}
.w64 {width: 64%;}
.w65 {width: 65%;}
.w66 {width: 66%;}
.w67 {width: 67%;}
.w68 {width: 68%;}
.w69 {width: 69%;}
.w70 {width: 70%;}


#page1,#page2,#page3,#page4,#page5,#page6,#page7,#page8,#page9,#page10,#page11  {scroll-margin-top: 150px;}
#privacy  {scroll-margin-top: 150px;}
#access  {scroll-margin-top: 150px;}

.midashi {
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 28pt;
	line-height: 58px;
	font-weight: 700;
	margin-bottom: 35px;
    color: #3767a2;
    text-align: center;
}
.midashi1 {
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 28pt;
	line-height: 58px;
	font-weight: 700;
	margin-bottom: 35px;
    color: #3767a2;
}
.tocent {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin-top: -25px;
}

.midashi2 {
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 36pt;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 35px;
    color: #3767a2;
    position: relative;
}

.midashi2::after {
	display: block;
	content:"";
	width: 35px;
    height: 15px;
    background-color: #d4e5f6;
    position: absolute;
    top: 36%;
    margin-left: -50px;
    border-radius: 20px;
}



.midashi3 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 19pt;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 45px;
}

.midashi4 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 22pt;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 25px;
    margin-left: 50px;
    position: relative;
}
.midashi4::after {
	display: block;
	content:"";
	width: 25px;
    height: 10px;
    background-color: #d4e5f6;
    position: absolute;
    top: 36%;
    margin-left: -40px;
    border-radius: 20px;
}

.midashi5 span{
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 15pt;
	line-height: 38px;
	font-weight: 700;
	margin-right: 20px;
}

.midashi5 {
    border-bottom: 1px solid #bac7d1;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 22pt;
	line-height: 38px;
	font-weight: 700;
	margin-bottom: 10px;
    padding-bottom: 10px;
}

.midashi5s {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 22pt;
	line-height: 38px;
	font-weight: 700;
	margin-bottom: 10px;
    padding-bottom: 10px;
}

.comennt {
	font-size: 12pt;
	line-height: 22px;
	font-weight: normal;
}
.comennt1 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	line-height: 33px;
	font-weight: normal;
}

.comennt2 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	line-height: 33px;
	text-align: center;
	font-weight: normal;
}

.comennt3 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	line-height: 28px;
	font-weight: normal;
}

.comennt4{
    
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 12pt;
	line-height: 28px;
	font-weight: 700;
    padding-top: 15px;
    box-sizing: border-box;
}

.map-space {
	position: relative;
	padding-bottom: 90%;/*←高さを変更する*/
	height: 0;
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
    border-radius: 20px;
}
.map-space iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

ul.points1{
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points1 li{padding-left: 0.7em;}
ul.points1 li:before {
	content: "※";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
}
.points1 li {
	font-weight: normal;
	position: relative;
	font-size: 13pt;
	line-height: 29px;
}
.points1:not(:last-child) {margin-bottom: 15px;}
.points1 span {color: #24a3e2;margin-right: 3px;}


ul.points1b{
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
    display: flex;
	flex-wrap: wrap;
}
ul.points1b li{padding-left: 0.7em;}
ul.points1b li:before {
	content: "※";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
}
.points1b li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 21px;
}
.points1b li:nth-child(1){margin-right: 30px;}
.points1b span {color: #24a3e2;margin-right: 3px;}


ul.points2 {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points2 li{padding-left: 0.7em;}
ul.points2 li:before {
	font-family: "Material Icons";
	content: "\eb36";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #e6cd9b;
	font-weight: 600;
}
.points2 li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 26px;
	text-align: left;
}

ul.points3 {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points3 li{padding-left: 0.7em;}
ul.points3 li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #3767a2;
}
.points3 li {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    letter-spacing: 1px;
	font-weight: normal;
	position: relative;
	font-size: 13pt;
	line-height: 26px;
	text-align: left;
    color: #222;
}
.points3:not(:last-child) {margin-bottom: 30px;}



ul.points3s {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points3s li{padding-left: 0.7em;}
ul.points3s li:before {
	content: "・";
	padding-right: 0.3em;
	position: absolute;
	left: -0.2em;
	color: #3767a2;
    font-weight: 700;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
}
.points3s li {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    letter-spacing: 1px;
	font-weight: normal;
	position: relative;
	font-size: 13pt;
	line-height: 26px;
	text-align: left;

}
.points3:not(:last-child) {margin-bottom: 30px;}

ol.point-num {
	counter-reset: my-counter;
	padding-left: 10px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
ol.point-num li{
	padding-left: 20px;
	position: relative;
}
ol.point-num li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #98D62E;
	color: #FFF;
	display: inline-block;
	line-height: 22px;
	margin-left: -27px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	font-size: 9pt;
	margin-right: 5px;
	vertical-align: 5%;
}
ol.point-num li {
	font-weight: normal;
	position: relative;
	font-size: 12pt;
	line-height: 26px;
	text-align: left;
}
ol.point-num li:not(:last-child) {margin-bottom: 10px;}



.nobk{
    position: relative;
    background-color: #FFF;
    border-radius: 150px;    
}
.bkd50 {margin-bottom: 50px;}
.bkd120 {margin-bottom: 120px;}

.whbk{position: relative;background-color: #FFF;}

.tobk2{position: relative;background-color: #ccc;}

.textbox0 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.tobk {
    position: relative;
    background-color: #fff;
    margin-left: 3%;
    margin-right: 3%;
    padding-left: 6%;padding-right: 6%;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
    min-width: 1100px;
    border-radius: 10px 150px;
}

.type1 h2 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 25pt;
    line-height: 43px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    color: #3e669f;
    /*margin-left: 27px;*/
}
.type1 h3 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 25pt;
    line-height: 43px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    /*margin-left: 27px;*/
}
/*.type1 h2::after {
	display: block;
	content:"";
	width: 20px;
    height: 20px;
    background-color: #24a3e2;
    position: absolute;
    top: 25%;
    left: 0;
    margin-left: -27px;
    border-radius: 100%;
}*/
.type1 .l-btm {padding-top: 20px;}
/*.type1 .button3 {
	background-color: #24a3e2;
	color: #fff;
}
.type1 .button3:hover {
	color: #FFF;
	background-color: #0f88c4;
}
*/



.type2 h2 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 25pt;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    /*margin-left: 27px;*/
}
/*.type2 h2::after {
	display: block;
	content:"";
	width: 20px;
    height: 20px;
    background-color: #ff9d00;;
    position: absolute;
    top: 29%;
    left: 0;
    margin-left: -27px;
    border-radius: 100%;
}*/
.type2 .l-btm {padding-top: 20px;}
/*.type2 .button3 {
	background-color: #ff9d00;
	color: #fff;
}
.type2 .button3:hover {
	color: #FFF;
	background-color: #ff8400;
}*/

.tittles {
    display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	flex-wrap: wrap;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.tittles h2 {margin-bottom: 0;}
.tittles h3{
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 15pt;
	line-height: 32px;
	font-weight: normal;
    margin-left: 100px;
}
.tittles h3 span{font-weight: 700;color: #c94b4b;}
.bold {font-weight: 700;color: #c94b4b;}
.btms {
    padding-top: 50px;
    display: flex;
	justify-content: center;
	/*align-items: center;*/
	flex-wrap: wrap;
}
.btms .button3c {margin-left: 10px;}
.btms .button4 {margin-left: 10px;}



.tows {
    display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	flex-wrap: wrap;
}
.tows li img{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.tows li{
    width: 48%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #fff;
    position: relative;
    border-radius: 50px;
}

.tows h3 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 14pt;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 25px;
    text-align: center;
}
.tows h4 {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%); 
    margin-bottom: -40px;
}
.tows button3 {}


.button3t .mysvg {
	width:10px;
	vertical-align: -7%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-left:15px;
}
.button3t:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button3t {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 70px;
	
}
.button3t::before,
.button3t::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3t,
.button3t::before,
.button3t::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button3t {
	background-color: #3767a2;
	color: #fff;
}
.button3t:hover {
	color: #FFF;
	background-color: #1f3f67;
}


.greetbk {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFF;
	background-image: url(../img/body/greetbk.jpg);
	padding-top: 5%;
	padding-bottom: 5%;
}


.textbox {
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;	
	
}
.textbox1s {
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-bottom: 60px;
	position: relative;		
}
.textbox1sc {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;		
}
.textbox1s2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 120px;
	position: relative;		
}


.textbox1 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 120px;
	position: relative;		
}
.textbox2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 120px;
	position: relative;	
}




main {margin-top: 155px;position: relative;}
main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 80%;
    max-width: 1050px;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    height: 60%;
    margin-top: 5%;
    background-color: #eaf4fb;
    border-radius: 220px 40px;
}
.main-space {
    max-width: 1500px;
    width: 90%;
	min-width: 1100px;
	margin-right: auto;
	margin-left: auto;
    position: relative;
}
/*main:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    margin-left: 22%;
    margin-top: 220px;
    height: 300px;
    background-color: #d4e5f6;
    border-radius: 50px 10px;
}*/

/*.main-image h3 {
    color: #fff;
    background-color: #3767a2;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 13pt;
    line-height: 23px;
    font-weight: normal;
    text-align: center;
    width: 140px;
    height: 140px;
    padding-top: 33px;
    box-sizing: border-box;
    position: absolute;
    z-index: 3;
    left: 200px;
    bottom: 0;
    margin-left: 9%;
    margin-bottom: 20px;
    border-radius: 100%;
}
*/

.main-space h3 {
    color: #fff;
    background-color: #3767a2;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 15pt;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    /*width: 93px;
    height: 93px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
    box-sizing: border-box;
    display: table;
    margin-left: 4%;
    border-radius: 80px;
}

.main-space h2{
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 33pt;
    line-height: 65px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    /*margin-left: 35px;*/
    margin-top: 20px;
    color: #3767a2;
    /*color: #179ddb;*/
    z-index: 4;
}

.main-space h4{
    color: #1f3f67;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 16pt;
    line-height: 33px;
    font-weight: 700;
    margin-top: 30px;
    margin-left: 4%;
}


.main-image {
    position: relative;
    /*background-color: #333;*/
    height: 600px;
}

.main {
    right: 0;
    position: absolute;
    /*width: 75%;*/
    /*display: table;*/
    margin-left: 17%;
    margin-right: 0;
    padding-top: 0px;
    /*position: relative;*/
    z-index: 2;
}
.main img{
	display: block;
	width: 850px;
	height: auto;
	/*height: 500px;*/
	object-fit: cover;
    border-radius: 100px 20px;
}
/*.sub {
    width: 300px;
}*/
.sub {
    margin-left: 50px;
    position: absolute;
    /*min-width: 370px;*/
    width: 26%;
    max-width: 320px;
    z-index: 3;
    left: 0;
    bottom: 0;
    margin-bottom: 37px;
}
.sub img{
	display: block;
	width: 100%;
	line-height: 0px;
    height: 240px;
	object-fit: cover;
    border-radius: 60px 10px;
}






.hed-space {
	width: 90%;
	min-width: 1050px;
	margin-right: auto;
	margin-left: auto;
    transition: all .5s;
    padding-top: 15px;
    padding-bottom: 5px;
    box-sizing: border-box;
}
.change-color .hed-space {
	width: 90%;
	min-width: 1050px;
	margin-right: auto;
	margin-left: auto;
    transition: all .5s;
    padding-top: 10px;
    padding-bottom: 0px;
    box-sizing: border-box;
}

 #logo {
	width: 460px;
    line-height: 0;
	transition: all .5s;
}

.change-color  #logo {
	width: 420px;
    line-height: 0;
	transition: all .5s;
}

#header {}
.header {   
    transition: all .5s;
    position: fixed;
    width: 100%;
    z-index: 100;
    background: rgba(246,249,250,0);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}


.header.change-color {
    background: rgba(246,249,250,0.9);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}



.hed-right {
	/*max-width: 1300px;*/
	margin-right: auto;
	margin-left: auto;
    transition: all .5s;
    
}
.hed-right nav{
    padding-top:20px;
    transition: all .5s;
}
.change-color .hed-right nav{
    padding-top:5px;
    transition: all .5s;
}
.hed-info {
	margin-right: auto;
	margin-left: auto;
	/*padding-bottom:10px;*/
    /*padding-top:15px;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;
    transition: all .5s;
}
.change-color .hed-info {
    padding-top: 0px;
	padding-bottom:0px;
	transition: all .5s;
}

.telnum .mysvg {
	width:22px;
	vertical-align: 0%;
	display: inline-block;
	color: #222;
	fill: currentColor;
	margin-right:5px;
    transition: all .5s;
}
.telnum a { color: #222;}
.telnum {
    margin-top: 20px;
    color: #222;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 27pt;
	line-height: 38px;
	font-weight: 700;}


.hed-info h3 .mysvg {
	width:22px;
	vertical-align: 0%;
	display: inline-block;
	color: #3767a2;
    color: #222;
	fill: currentColor;
	margin-right:5px;
    transition: all .5s;
}
.change-color .hed-info h3 .mysvg {
	width:18px;
	vertical-align: 0%;
	display: inline-block;
	color: #3767a2;
    color: #222;
	fill: currentColor;
	margin-right:5px;
    transition: all .5s;
}

.hed-info h3 {
    color: #222;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 27pt;
	line-height: 38px;
	font-weight: 700;
    transition: all .5s;
}
.change-color .hed-info h3 {
    color: #222;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 23pt;
	line-height: 33px;
	font-weight: 700;
    transition: all .5s;
}

.gloval-menu {
    color: #1f3f67;
    box-sizing: border-box;
    /*padding-left: 25px;
    padding-right: 0px;*/
   /* padding-top: 5px;*/
    padding-bottom: 0px;
    transition: all .5s;
    max-width: 1100px;
}

/*.change-color .gloval-menu {
    color: #1f3f67;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all .5s;
}*/
.gloval-menu ul {margin: 0;padding: 0;}
.gloval-menu li {list-style: none;}
.gloval-menu a {
    color: #1f3f67;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	box-sizing:border-box;
}
.gloval-menu > ul > li {margin-right: 1px;text-align: center;}
.gloval-menu li ul {height: 0;width: 0;overflow: hidden;position: absolute;}
.gloval-menu li:hover ul,
.gloval-menu li:focus-within ul {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 55;
	display:block;
}
/*.c-menu01 a:hover,
.c-menu01 a:focus {}
.c-menu01 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #5284c2;
}
.c-menu01 a:hover::after {transform: scale(1, 1);}
.gloval-menu .c-menu01 a:hover{
	color: #5284c2;
	-webkit-transition: all .2s;
	transition: all .2s;
}*/
.gloval-menu .c-menu02 {
	margin-left: 10px;
	position: relative;
}
.gloval-menu .c-menu02 a.current {color: #5284c2;position: relative;}
.gloval-menu .c-menu02 .current {color: #5284c2;position: relative;}

.cnavs .mysvg{
    position: absolute;
    display: block;
	width: 12px;
	margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    left: 0;
    right: 0;
}
.c-menu02:hover > .cnavs > a > .mysvg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    margin-top: 0px;
}
.c-menu02:hover > .cnavs > .mysvg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    margin-top: 0px;
}
.c-menu02:hover {
    color: #5284c2;
    -webkit-transition: all .2s;
	transition: all .2s;
}
.cnavs {
	cursor: pointer;
	position: relative;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	/*margin-top: 5px;*/
	font-size: 15pt;
	line-height: 30px;
	font-weight: 700;
	font-style: normal;
    transition: transform 0.3s;
}
.change-color .cnavs {/*margin-top: 5px;*/transition: transform 0.3s;}
.cnavs:hover,
.cnavs:focus {}
.cnavs::after {
	cursor: pointer;
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #1f3f67;
}
.cnavs:hover::after {transform: scale(0, 0);}

.c-menu02:hover > .cnavs > a {
    color: #1f3f67;
    -webkit-transition: all .2s;
	transition: all .2s;
}
.c-menu02:hover > .cnavs > a,
.c-menu02:focus-within > .cnavs > a {
    color: #5284c2;
    -webkit-transition: all .2s;
	transition: all .2s;
}

.gloval-menu .c-menu01 {
    
}
.gloval-menu .c-menu01:nth-child(1){margin-left: 4px;}
.gloval-menu .c-menu01:nth-child(2){margin-left: 10px;}
.gloval-menu .c-menu01:nth-child(3){margin-left: 10px;}
.gloval-menu .c-menu01:nth-child(4){margin-left: 10px;}
.gloval-menu .c-menu01:nth-child(5){margin-left: 10px;}
.gloval-menu .c-menu01:nth-child(6){margin-left: 10px;}
.gloval-menu .c-menu01:nth-child(7){margin-left: 10px;}
.gloval-menu .c-menu01 a {
	position: relative;
	/*margin-top: 5px;*/
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: 700;
	font-style: normal;
	padding-bottom: 15px;
}
.gloval-menu .c-menu01 a.current {color: #5284c2;position: relative;}
.gloval-menu .c-menu01 a:active {/*background-color: #FF6600;*/}
.c-menu01 a:hover,
.c-menu01 a:focus {}
.c-menu01 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: 4px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #5284c2;
}
.c-menu01 a:hover::after {transform: scale(1, 1);}
.gloval-menu .c-menu01 a:hover{
	color: #5284c2;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.gloval-menu > ul {
	/*display: flex;
	flex-wrap: wrap;*/
	
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gloval-menu ul .cec_01 .level1 {margin-left: 80px;}
/*.gloval-menu ul .cec_02 .level1 {margin-left: -134px;}
.gloval-menu ul .cec_03 .level1 {margin-left: -80px;}
.gloval-menu ul .cec_04 .level1 {margin-left: 80px;}
.gloval-menu ul .cec_05 .level1 {margin-left: 0px;}
.gloval-menu ul .cec_06 .level1 {margin-left: -240px;}*/

.gloval-menu ul li:nth-child(8) {margin-right: 0;}
.gloval-menu ul .c-menu02 .level1{
    min-width: 500px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 20px;
}
.c-menu02:hover ul,
.c-menu02:focus-within ul {
	height: auto;
	width: auto;
	z-index: 55;
	display:block;
	position: absolute;
	top: 25px;
    left: -240%;
    /*transform: translateX(-50%);*/
    transform-origin: top;
	margin-top: 11px;
	box-sizing: border-box;
	padding-top: 25px;
	padding-bottom:  25px;
	overflow: hidden;
	transition: all .1s;
    background-color: #5284c2;
}
.change-color .c-menu02:hover ul,
.change-color .c-menu02:focus-within ul {
	margin-top: 11px;
}

.level1 li {
	/*width: 16%;*/
	box-sizing: border-box;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	padding-bottom: 7px!important;
}

.level1 {
	width: 700px;
}
.level1 a {
    color: #fff!important;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 15pt;
	line-height: 30px;
	font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
	font-style: normal;
    position: relative;
}
.level1 {
	/*cursor: pointer;*/
	margin-top: 10px;
}
.level1 a:hover,
.level1 a:focus {}
.level1 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: top;
	transition: transform 0.3s;
	background-color: #fff;
}
.level1 a:hover::after {transform: scale(1, 1);}



body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow-x: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-y: hidden;
	font-family: fot-tsukuardgothic-std, sans-serif;
	color: #1f3f67;
    color: #222;
    background-color: #f6f9fa;
	/*-webkit-text-size-adjust:100%;*/
}



.pankuzu-space {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    background-color: #ebf4fb;
    width: 90%;
    border-radius: 20px 70px;
}

.pankuzu {
    min-width: 1050px;
	margin-top: 130px;
}

.pankuzu h2 {
	color: #3e669f;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-size: 32pt;
	line-height: 50px;
}

.pages {
    font-feature-settings: "palt" 1;
	color: #1f3f67;
	padding-top: 10px;
	font-size: 12pt;
	line-height: 22px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*justify-content: center;*/
}
.pages li {
	margin-right: 2px;
	margin-left: 2px;
}
.pages li a{
	color: #1f3f67;
}
.pages li a:hover{
	color: #1f3f67;
	text-decoration: underline;
}

.pages li i{
	font-size: 7pt;
	line-height: 18px;
	vertical-align:2%;
	display:inline-block;
}






#wrapper {}

.bicho-r5 {padding-right: 5px;}
.bicho-l5 {padding-left: 5px;}

.pcdown10 {padding-bottom: 10px;}
.pcdown20 {padding-bottom: 20px;}
.pcdown25 {padding-bottom: 24px;}
.pcdown30 {padding-bottom: 30px;}
.pcdown30s {padding-bottom: 30px;}
.pcdown40 {padding-bottom: 40px;}
.pcdown50 {padding-bottom: 50px;}
.pcdown60 {padding-bottom: 60px;}
.pcdown70 {padding-bottom: 70px;}
.pcdown80 {padding-bottom: 80px;}
.pcdown90 {padding-bottom: 90px;}
.pcdown100 {padding-bottom: 100px;}
.pcup10 {padding-top: 10px;}
.pcup20 {padding-top: 20px;}
.pcup30 {padding-top: 30px;}
.pcup40 {padding-top: 40px;}
.pcup50 {padding-top: 50px;}
.pcup60 {padding-top: 60px;}
.pcup70 {padding-top: 70px;}
.down30 {margin-bottom: 30px;}



.c-btm {
	display: table;
	padding-top:40px;
	margin-right: auto;
	margin-left: auto;
}
.r-btm {
	display: table;
	padding-top:40px;
	margin-right: 0;
	margin-left: auto;
}
.l-btm {
	padding-top:40px;
}


.button1 .mysvg {
	width:30px;
	vertical-align: -32%;
	display: inline-block;
	color: #79ae62;
	fill: currentColor;
	margin-left:5px;
}
.button1:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button1 {
	text-decoration: none;
	line-height: 27px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-weight: 700;
	font-size: 13pt;
	display: table;
	position: relative;
	z-index: 1;
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button1 {
	color: #4c3f33;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding-top: 10px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom: 10px;
}
.button1:hover {
	color: #fff;
	background-color: #79ae62;
	padding-top: 10px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom: 10px;
}

.w200 {width: 340px;}
.w200 h4{margin-bottom: 5px;margin-top: 5px;}

.w200 .button2{text-align: left;padding-left: 25px;}
.w200 .button2 .mysvg {
	width:6px;
    position: absolute;
    right: 0;
    top: 37%;
	display: block;
	color: #fff;
	fill: currentColor;
	margin-right:20px;
}

.button2 .mysvg {
	width:6px;
	vertical-align: 5%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-left:5px;
}
.button2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button2 {
    position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	outline: none;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 70px;
	
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2 {
	background-color: #3767a2;
	color: #fff;
}
.button2:hover {
	color: #FFF;
	background-color: #1f3f67;
}






.button3 .mysvg {
	width:10px;
	vertical-align: -7%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-left:15px;
}
.button3:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button3 {
	display: table;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 70px;
	
}
.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button3 {
	background-color: #3767a2;
	color: #fff;
}
.button3:hover {
	color: #FFF;
	background-color: #1f3f67;
}




.button4 .mysvg {
	width:10px;
	vertical-align: -7%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-left:15px;
}
.button4:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button4 {
	display: table;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	/*text-transform: uppercase;*/
	padding-top: 20px;
	padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 70px;
	
}
.button4::before,
.button4::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button4,
.button4::before,
.button4::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button4 {
	background-color: #4dada3;
	color: #fff;
}
.button4:hover {
	color: #FFF;
	background-color: #2d9489;
}


.button4a .mysvg {
	width:30px;
	vertical-align: -22%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right:10px;
}
.button4a:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button4a {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 19pt;
	font-weight: 700;
	/*text-transform: uppercase;*/
	padding-top: 30px;
	padding-bottom: 30px;
    /*padding-left: 2%;
    padding-right: 2%;*/
	border-radius: 30px;
	
}
.button4a::before,
.button4a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button4a,
.button4a::before,
.button4a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button4a {
	background-color: #3767a2;
	color: #fff;
}
.button4a:hover {
	color: #FFF;
	background-color: #1f3f67;
}


.button4b .mysvg {
	width:30px;
	vertical-align: -22%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right:10px;
}
.button4b:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button4b {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 19pt;
	font-weight: 700;
	/*text-transform: uppercase;*/
	padding-top: 30px;
	padding-bottom: 30px;
    /*padding-left: 2%;
    padding-right: 2%;*/
	border-radius: 30px;
	
}
.button4b::before,
.button4b::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button4b,
.button4b::before,
.button4b::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button4b {
	background-color: #4dada3;
	color: #fff;
}
.button4b:hover {
	color: #FFF;
	background-color: #2d9489;
}

.button4c .mysvg {
	width:30px;
	vertical-align: -22%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right:10px;
}
.button4c:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button4c {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 19pt;
	font-weight: 700;
	/*text-transform: uppercase;*/
	padding-top: 30px;
	padding-bottom: 30px;
    /*padding-left: 2%;
    padding-right: 2%;*/
	border-radius: 30px;
	
}
.button4c::before,
.button4c::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button4c,
.button4c::before,
.button4c::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button4c {
	background-color: #3dadd2;
	color: #fff;
}
.button4c:hover {
	color: #FFF;
	background-color: #2684a3;
}



.button3c .mysvg {
	width:10px;
	vertical-align: -7%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-left:15px;
}
.button3c:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button3c {
	display: table;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 70px;
	
}
.button3c::before,
.button3c::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3c,
.button3c::before,
.button3c::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button3c {
	background-color: #3dadd2;
	color: #fff;
}
.button3c:hover {
	color: #FFF;
	background-color: #2684a3;
}


.balloon1 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size: 13pt;
	height: 60px;
	text-transform: uppercase;
	width: 100%;
	color: #FFF;
	position: relative;
	background: #000;
}

.balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #000;
}




footer {
    background-color: #eaf4fb;
    color: #1f3f67;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
}

.foot-info {
    width: 100%;
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;*/
    /*width: 85%;
	min-width: 1100px;
    max-width: 1300px;
	margin-right: auto;
	margin-left: auto;*/
    padding-top: 30px;
    border-top: 1px solid #bac7d1;
}
.han {
    display: flex;
	justify-content: space-between;
	align-items: center;
	/*flex-wrap: wrap; */
}
.han h4{/*margin-left: 8px;*/}
/*.foot-info h3 {
    display: flex;
}*/
.han div {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.han h3 {width: 40%;}
.han h4 {width: 32.3%;}

.foot-info h3 span {
    display: block;
    font-size: 14pt;
	line-height: 30px;
    margin-left: 37px;
}
.foot-info h3 a{
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 37pt;
	line-height: 50px;
	font-weight: 700;
    color: #222;
    margin-right: 3%;
}
.foot-info h3 .mysvg {
	width:35px;
	vertical-align: 1%;
	display: inline-block;
	color: #3767a2;
    color: #222;
	fill: currentColor;
	margin-right:3px;
}


.foot-left h3 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 14pt;
	line-height: 26px;
	font-weight: normal;
    margin-bottom: 30px;
}
.foot-left h4 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 14pt;
	line-height: 26px;
	font-weight: normal;
}
.foot-left h4 a{
    color: #1f3f67;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 14pt;
	line-height: 26px;
    text-decoration: underline;
}

.footcontena {
	padding-top: 120px;
	padding-bottom: 120px;
}

.foot-space {
    width: 85%;
	min-width: 1100px;
    max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 50px;
}

.foot-left {
	
}
.foot-right {width: 70%;}
.foot-right nav{
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.foot-tops {
    width: 85%;
	min-width: 1100px;
    max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
}

.footlogo {
	width: 600px;
	line-height: 0px;
   /* margin-right: auto;
	margin-left: auto;*/
    margin-bottom: 30px;
}
.foot-menu {}

.foot-menu .mysvg{
    width: 15px;
    display: inline-block;
    margin-left: 5px;
}

.foot-menu li {
	position:relative;
}
.sizline {
	position:relative;
    margin-left: 15px;
}

.sizline::after {
    position: absolute;
	display: block;
	content:"";
    width: 8px;
    height: 3px;
    top: 50%;
    margin-left: -13px;
    background-color: #4c78ba;
	border-radius: 6px;
}

.foot-menu li{
    font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 14pt;
	line-height: 33px;
	color: #1f3f67;
	display:block;
}

.foot-menu li a{
    font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 14pt;
	line-height: 33px;
	color: #1f3f67;
	display:block;
}

.foot-menu li a:hover,
.foot-menu li a:focus {}
.foot-menu li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -0px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #3767a2;
}
.foot-menu li a:hover::after {transform: scale(1, 1);}

.copy {
    width: 85%;
	min-width: 1100px;
    max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	font-size: 9pt;
	line-height: 16px;
	padding-top: 25px;
	text-align: right;
}

.copy i{
	font-size: 9pt;
	line-height: 16px;
	vertical-align: -7%;
	display: inline-block;
	margin-left:3px;
}

.times {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    width: 96%;
    max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
}



.tables .yoko {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	text-align: left;
	font-size: 15pt;
	line-height: 25px;
	font-weight: 700;
	padding-left: 0px;
}
.tables{
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	color: #1f3f67;
	width: 100%;
	border-collapse: collapse;
}
.tables:nth-child(1){margin-bottom: 20px;}
.tables td,
.tables th{
    padding-top: 15px;
    padding-bottom: 15px;
	box-sizing: border-box;
}
.pccenter {padding: 15px;box-sizing: border-box;}
.pccenter2 {padding: 15px;box-sizing: border-box;}
.tables .line1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}

.tables .pccenter {
	font-size: 15pt;
	line-height: 25px;
	text-align: center;
	font-weight: 700;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
}
/*.tables .pccenter2 span {color: #F00!important;}*/
.tables .pccenter2 {
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 15pt;
	text-align: center;
	/*color: #1f3f67;*/
	line-height: 25px;
	font-weight: 700;
}
.tables h4 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 14pt;
	line-height: 25px;
    padding: 10px;
	font-weight: 700;
    color: #fff;
    background-color: #24a3e2;
    box-sizing: border-box;
    width:170px;
    text-align: center;
    margin-left: 0;
    border-radius: 30px;
}
.tcal1 {color: #24a3e2;}
.tcal3 {color: #24a3e2;}

.tables2 .yoko {
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	text-align: left;
	font-size: 15pt;
	line-height: 25px;
	font-weight: 700;
	padding-left: 0px;
}
.tables2{
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	color: #1f3f67;
	width: 100%;
	border-collapse: collapse;
}
.tables2:nth-child(1){margin-bottom: 20px;}
.tables2 td,
.tables2 th{
    padding-top: 15px;
    padding-bottom: 15px;
	box-sizing: border-box;
}
.pccenter {padding: 15px;box-sizing: border-box;}
.pccenter2 {padding: 15px;box-sizing: border-box;}

.tables2 .line1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}
.tables2 .pccenter {
	font-size: 15pt;
	line-height: 25px;
	text-align: center;
	font-weight: 700;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
}
.tables2 .pccenter2 span {color: #F00!important;}
.tables2 .pccenter2 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 15pt;
	text-align: center;
	color: #1f3f67;
	line-height: 25px;
	font-weight: 700;
}
.tables2 .pccenter3 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	text-align: left;
	/*width: 100px;*/
	font-size: 15pt;
	line-height: 25px;
	font-weight: 700;
	padding-left: 0px;
    color: #28a0aa;
}
.tables2 h4 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 14pt;
	line-height: 25px;
    padding: 10px;
	font-weight: 700;
    color: #fff;
    background-color: #ff9d00;
    box-sizing: border-box;
    width:170px;
    text-align: center;
    margin-left: 0;
    border-radius: 30px;
}
.tables2 .tcal1 {color: #ff9d00;}
.tables2 .tcal3 {color: #ff9d00;}









.coms-space {
	display: flex;
	/*width: 90%;*/
	margin-right: auto;
	margin-left: auto;
}
.coms-space:not(:last-child) {}
.comleft {
	display: block;
	position: relative;
	width: 160px;
	box-sizing: border-box;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	line-height: 25px;
	font-weight: normal;
	padding-bottom: 15px;
    margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;
}
.comleft div{
	display: flex;
	align-items: center;
	height:100%;
}
.comright {
    width: 100%;
	display: block;
	position: relative;
    box-sizing: border-box;
	padding-bottom: 15px;
    margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;
}

.comright p {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	line-height: 30px;
	font-weight: normal;
	/*letter-spacing: 1px;*/
}


.comleft h3{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	line-height: 30px;
	font-weight: 500;
}
.comright h4{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	line-height: 30px;
	font-weight: normal;
}

.comright .map-space{padding-top: 15%;}

.comright h3{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 15pt;
	line-height: 25px;
	font-weight: 500;
}

.comright h4{
    color: #1f3f67;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 19pt;
	line-height: 30px;
	font-weight: 700;
}

.comright p a{
	color: #1f3f67;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	line-height: 30px;
	font-weight: 500;
    text-decoration: underline;
}
.comright p a:hover{
	color: #000;
    text-decoration: underline;
}


.btmfoot {display: none;}

.rightbnr {
	width: 80px;
	margin-top: 130px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 101;
	box-sizing: border-box;
}

.right-form2 .mysvg{
	width: 26px;
	margin-bottom:10px;
	color: #fff;
	fill: currentColor;
}
.right-form2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}

.tate{
	/*font-feature-settings: "palt" 1;*/
	font-family: fot-tsukuardgothic-std, sans-serif;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 17pt;
	line-height: 21px;
	font-weight: 700;
    
}

.right-form2 {
    width: 95px;
	display: block;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	padding-top: 20px;
	/*padding-right: 25px;*/
	padding-bottom: 15px;
	padding-left: 28px;
	margin-bottom: 4px;
    box-sizing: border-box;
}
.right-form2::before,
.right-form2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.right-form2,
.right-form2::before,
.right-form2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.right-form2 {
	background-color: #4dada3;
	color: #fff;
}
.right-form2:hover {
	color: #FFF;
	background-color: #23978b;
}


.container2 .fulltimes {
	width: 550px;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	box-sizing: border-box;
	padding-top: 25px;
	padding-right: 35px;
	/*padding-bottom: 30px;*/
	padding-left: 35px;
}
.container2 {position: relative;}
.container2 .bnr-left {
	-webkit-transition: all .3s;
	transition: all .3s;
	position: fixed;
	top: 0;
	margin-top: 310px;
	right: -550px;
	width: 550px;
	background: #FFF;
	z-index: 100;
	box-sizing: border-box;
}
.container2 .bnrtims:hover .bnr-left {
	cursor:pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: fixed;
	top: 0;
	right: 0px;
	width: 550px;
	background: #FFF;
	z-index: 100;
	box-sizing: border-box;
}
.container2 .bnr-left div {
	position: absolute;
	top: 0px;
	z-index: 1;
	margin: 0px;
	background: #fff;
	padding-bottom: 30px;
	box-sizing:border-box;
    border-bottom-left-radius: 20px;
    -webkit-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	-o-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	box-shadow: 1px 1px 25px rgba(0,0,0,.1);
}
.container2 .bnr-left button {
	position: absolute;
	top: 0px;
	right: 550px;
	width: 80px;
	height: 190px;
	display: block;
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	background-color: #3767a2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
    border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	z-index:1;
}
.bnr-left button h3 {position:relative;}
.bnr-left button h3 .mysvg{
	width: 25px;
	margin-bottom:5px;
	color: #fff;
	fill: currentColor;
}
.bnr-left button h3 span{
	font-family: fot-tsukuardgothic-std, sans-serif;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 17pt;
	line-height: 21px;
	font-weight: 700;
	color: #fff;
}

.to-times {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 14pt;
    line-height: 25px;
	text-align: center;
    padding-bottom: 25px;
}
.to-times span{color: #c7514e!important;font-weight: 700;}



.tables3 .yoko {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	text-align: left;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 700;
	padding-left: 0px;
}
.tables3{
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	color: #1f3f67;
	width: 100%;
	border-collapse: collapse;
}
.tables3{margin-bottom: 10px;}
.tables3 td,
.tables3 th{
    padding-top: 7px;
    padding-bottom:7px;
	box-sizing: border-box;
}
.tables3 .pccenter {padding: 7px;box-sizing: border-box;}
.tables3 .pccenter2 {padding: 7px;box-sizing: border-box;}
.tables3 .line1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}

.tables3 .pccenter {
	font-size: 13pt;
	line-height: 25px;
	text-align: center;
	font-weight: 700;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
}
.tables3 .pccenter2 span {color: #F00!important;}
.tables3 .pccenter2 {
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	text-align: center;
	color: #1f3f67;
	line-height: 25px;
	font-weight: 700;
}
.tables3 h4 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 12pt;
	line-height: 25px;
    padding: 5px;
	font-weight: 700;
    color: #fff;
    background-color: #24a3e2;
    box-sizing: border-box;
    width:150px;
    text-align: center;
    margin-left: 0;
    border-radius: 30px;
}
.tables3 .tcal1 {color: #24a3e2;}
.tables3 .tcal3 {color: #24a3e2;}

.tables4 .yoko {
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	text-align: left;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 700;
	padding-left: 0px;
}
.tables4{
    margin-top: 10px;
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	color: #1f3f67;
	width: 100%;
	border-collapse: collapse;
}
.tables4{margin-bottom: 10px;}
.tables4 td,
.tables4 th{
    padding-top: 7px;
    padding-bottom: 7px;
	box-sizing: border-box;
}
.tables4 .pccenter {padding: 7px;box-sizing: border-box;}
.tables4 .pccenter2 {padding: 7px;box-sizing: border-box;}
.tables4 .line1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}

.tables4 .pccenter {
	font-size: 13pt;
	line-height: 25px;
	text-align: center;
	font-weight: 700;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
}
.tables4 .pccenter2 span {color: #F00!important;}
.tables4 .pccenter2 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	text-align: center;
	color: #1f3f67;
	line-height: 25px;
	font-weight: 700;
}
.tables4 .pccenter3 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	text-align: left;
	/*width: 100px;*/
	font-size: 13pt;
	line-height: 25px;
	font-weight: 700;
	padding-left: 0px;
    color: #28a0aa;
}
.tables4 h4 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 12pt;
	line-height: 25px;
    padding: 5px;
	font-weight: 700;
    color: #fff;
    background-color: #ff9d00;
    box-sizing: border-box;
    width:150px;
    text-align: center;
    margin-left: 0;
    border-radius: 30px;
}
.tables4 .tcal1 {color: #ff9d00;}
.tables4 .tcal3 {color: #ff9d00;}





}

@media screen and (min-width: 0px) and (max-width: 1024px) {


.wakugumi {
    box-sizing: border-box;
    padding: 25px;
    background-color: #fff;
    border-radius: 30px;
}
.wakugumi:not(:last-child) {margin-bottom: 30px;}

ul.faqspace {
	list-style-type: none;
	margin-bottom: 15px;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
	overflow: hidden;
	color: #3e669f;
    background-color: #f6f9fa;
    border-radius: 20px;
}
ul.faqspace li{padding-left: 1.5em;} 
ul.faqspace li:before {
	content: "Q";
	padding-right: 0.3em;
	position: absolute;
	left: -0.29em;
	font-size: 17pt;
	margin-top: -1px;
	margin-bottom: 0px;
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
	color: #3e669f;
}
.faqspace li {
    font-size: 13pt;
    line-height: 25px;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
	position: relative;
}
.answers {
    padding:5px;
    box-sizing: border-box;
	/*padding-right: 25px;
	padding-left: 25px;*/
}
.answers:not(:last-child) {margin-bottom: 30px;}
.answers p:not(:last-child) {margin-bottom: 10px;}
.answers p{
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 11pt;
	line-height: 22px;
}

.answers h4{ padding-top:10px;}





.recruit_table {
	border-collapse:collapse;
	
    letter-spacing: 1px;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 12pt;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    padding-bottom: 30px;
}
.recruit_table th, .cp_table  td {width: 100%;}
.recruit_table th {
	font-size: 11pt;
	line-height: 22px;
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    letter-spacing: 1px;
    text-align: center;
	font-weight: normal;
	display: block;
	padding: 7px!important;
	/*color: #fff;*/
	background-color: #ebf4fb;
	/*vertical-align: top;*/
	box-sizing: border-box;
    border-radius: 5px;

}
.recruit_table tr {
	display: block;
	width: 100%;
}

.recruit_table td {
	font-size: 11pt;
	line-height: 22px;
    letter-spacing: 1px;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
	display: block;
	padding: 10px!important;
	color: #222;
	box-sizing: border-box;
}
.recruit_table h3 {
	font-size: 12pt;
	line-height: 25px;
    
    letter-spacing: 1px;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
}

.recruit_table p:not(:last-child) {margin-bottom: 15px;}
.map-space2 {
	position: relative;
	padding-bottom: 90%;/*←高さを変更する*/
	height: 0;
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
    border-radius: 10px;
    margin-bottom: 20px;
}
.map-space2 iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.photos {
    /*display: flex;
	justify-content: space-between;*/
    margin-bottom: 50px;
}
.photos li{width: 100%;}
.photos li img{border-radius: 5px;}

.btms2 {
    /*display: flex;
	align-items: center;
	flex-wrap: wrap;*/
}
.btms2 .button3 {
    padding-left: 0px;
    padding-right: 0px;
    display: block;
}
.btms2 .button3c {
    padding-left: 0px;
    padding-right: 0px;
    display: block;
}
.btms2 .button4 {
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    margin-bottom: 5px;
}

.dangumi {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*padding-left:30px;
    padding-right: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	width: 90%;
	margin-right: auto;
	margin-left: auto;*/
	background-color: #fff;
}
.dangumi li{
	width: 46%;
}

.dangumi li:nth-child(1) {margin-bottom:45px;}
.dangumi li:nth-child(2) {margin-bottom:45px;}
/*.dangumi li:nth-child(3) {margin-bottom:45px;}
.dangumi li:nth-child(4) {margin-bottom:45px;}*/


.dangumi li h4 .mysvg{
	width:25px;
	vertical-align: -16%;
	display: inline-block;
	margin-right: 7px;
}
.dangumi li h4{
	line-height: 30px;
	font-size: 16pt;
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
	/*color: #77604D;*/
}
.dangumi li p{
	line-height: 30px;
	font-size: 13pt;
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
}

.dangumi li .points3 li{width: 100%;margin-bottom: 10px;}

.dangumi li .points2 li{margin-bottom: 0px;}

.flows2:not(:last-child) {margin-bottom: 20px;}
.flows2 {
	
    position: relative;
    padding: 25px;
    background-color: #fff;
    box-sizing: border-box;
    flex-direction: row-reverse;
    border-radius: 20px;
}
.flows2 .telnum {margin-top: 10px;}
.flows2 .telnum .mysvg {}
.flows2 .telnum span {
    font-size: 9pt;
    line-height: 19px;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    width: 90px;
    background-color: #44659c;
    color: #fff;
    padding: 3px;
    border-radius: 100px;
    display: block;
    text-align: center;
}
.flows2 .telnum {
    font-size: 20pt;
    line-height: 38px;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    text-align: left!important;
    margin-left: 0;
}
    
    

.flows:not(:last-child) {margin-bottom: 20px;}
.flows {
	
    position: relative;
    padding: 25px;
    background-color: #fff;
    box-sizing: border-box;
    flex-direction: row-reverse;
    border-radius: 20px;
}
.ill {/*width: 35%;*/}
.flowtex{
    
}
.flowtex h3{
    border-bottom: 1px solid #bac7d1;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 16pt;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 6px;
    padding-bottom: 6px;
}
.flowtex .comennt1{margin-bottom: 20px;}
.flows span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -35px;*/
    background-color: #3e669f;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-size: 20pt;
    border-radius: 100px;
    margin-bottom: 15px;
}


.wrap-space {
	/*display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;*/
}
.wrap-space:not(:last-child) {margin-bottom: 30px;}
.wrap-space:nth-child(odd) {flex-direction: row-reverse;}


.wrap-space0 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.wrap-space0:not(:last-child) {margin-bottom: 30px;}
.wrap-space0:nth-child(odd) {flex-direction: row-reverse;}


.wrap-space1 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;*/
}
.wrap-space1:not(:last-child) {margin-bottom: 30px;}
.wrap-space1:nth-child(even) {flex-direction: row-reverse;}
.wrap-space2 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.wrap-space2:not(:last-child) {margin-bottom: 30px;}
.wrap-space2:nth-child(even) {flex-direction: row-reverse;}
.wrap-space3 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.wrap-space3:not(:last-child) {margin-bottom: 50px;}
.wrap-space3:nth-child(odd) {flex-direction: row-reverse;}

/*.h20 {padding-top: 20%;}
.h25 {padding-top: 25%;}
.h30 {padding-top: 30%;}
.h35 {padding-top: 35%;}
.h40 {padding-top: 40%;}
.h45 {padding-top: 45%;}
.h50 {padding-top: 50%;}
.h55 {padding-top: 55%;}
.h60 {padding-top: 60%;}
.h65 {padding-top: 65%;}
*/
.image-box1 {
	display: block;
    margin-bottom: 15px;
}
.image-box1 img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 60px 10px;
}
.image-box2 {
	display: block;
    margin-bottom: 15px;
}
.image-box2 img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 60px 10px;
}


.image-box {
	display: block;
	position: relative;
	width: 100%;
	/*height: 0;*/
	overflow: hidden;
}
.image-box img{
	width: 100%;
	height: 100%;
	/*position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;*/
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.image300 img {
	display: block;
	width: 100%;
	height: auto;
	/*line-height: 0px;
	height: 320px;
	object-fit: cover;*/
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.image350 img {
	display: block;
	width: 100%;
	height: auto;
	/*line-height: 0px;
	height: 350px;
	object-fit: cover;*/
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    margin-bottom: 15px;
}
.image400 img {
	display: block;
	width: 100%;
	height: auto;
	/*line-height: 0px;
	height: 400px;*/
	object-fit: cover;
	font-family: "object-fit: cover;";
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.image450 img {
	display: block;
	width: 100%;
	height: auto;
	/*line-height: 0px;
	height: 450px;*/
	object-fit: cover;
	font-family: "object-fit: cover;";
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.image500 img {
	display: block;
	width: 100%;
	height: auto;
	/*line-height: 0px;
	height: 500px;*/
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.comennt-box {}
.comennt-box:not(:last-child) {}

/*
.r20 {margin-right: 8%;}
.l20 {margin-left: 8%;}

.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w31 {width: 31%;}
.w32 {width: 32%;}
.w33 {width: 33%;}
.w35 {width: 35%;}
.w36 {width: 36%;}
.w37 {width: 37%;}
.w38 {width: 38%;}
.w39 {width: 39%;}
.w40 {width: 40%;}
.w41 {width: 41%;}
.w42 {width: 42%;}
.w43 {width: 43%;}
.w44 {width: 44%;}
.w45 {width: 45%;}
.w46 {width: 46%;}
.w47 {width: 47%;}
.w48 {width: 48%;}
.w49 {width: 49%;}
.w50 {width: 50%;}
.w51 {width: 51%;}
.w52 {width: 52%;}
.w53 {width: 53%;}
.w54 {width: 54%;}
.w55 {width: 55%;}
.w56 {width: 56%;}
.w57 {width: 57%;}
.w58 {width: 58%;}
.w59 {width: 59%;}
.w60 {width: 60%;}
.w61 {width: 61%;}
.w62 {width: 62%;}
.w63 {width: 63%;}
.w64 {width: 64%;}
.w65 {width: 65%;}
.w66 {width: 66%;}
.w67 {width: 67%;}
.w68 {width: 68%;}
.w69 {width: 69%;}
.w70 {width: 70%;}*/


#page1,#page2,#page3,#page4,#page5,#page6,#page7,#page8,#page9,#page10,#page11  {scroll-margin-top: 90px;}
#privacy  {scroll-margin-top: 90px;}
#access  {scroll-margin-top: 90px;}

.spd2 {margin-bottom: 45px;}
.spd {margin-bottom: 15px;}
.midashi {
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 28pt;
	line-height: 58px;
	font-weight: 700;
	margin-bottom: 25px;
    color: #3767a2;
    text-align: center;
}
.midashi1 {
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 20px;
    color: #3767a2;
    text-align: center;
}
.tocent {
    /*position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin-top: -25px;*/
}

.midashi2 {
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 17pt;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 20px;
    color: #3767a2;
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 35px;
}

.midashi2::after {
	display: block;
	content:"";
	width: 25px;
    height: 13px;
    background-color: #d4e5f6;
    position: absolute;
    left: 0;
    top: 34%;
   /* position: absolute;
    top: 36%;*/
    /*left: 0;*/
    margin-left: 0px;
    border-radius: 20px;
}



.midashi3 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	line-height: 23px;
	font-weight: 700;
	margin-bottom: 25px;
    text-align: center;
}

.midashi4 {
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 17pt;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 20px;
    color: #3767a2;
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 35px;
}

.midashi4::after {
	display: block;
	content:"";
	width: 25px;
    height: 13px;
    background-color: #d4e5f6;
    position: absolute;
    left: 0;
    top: 34%;
   /* position: absolute;
    top: 36%;*/
    /*left: 0;*/
    margin-left: 0px;
    border-radius: 20px;
}

.midashi5 span{
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 11pt;
	line-height: 25px;
	font-weight: 700;
	margin-right: 20px;
}

.midashi5 {
    border-bottom: 1px solid #bac7d1;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 15pt;
	line-height: 25px;
	font-weight: 700;
	margin-bottom: 10px;
    padding-bottom: 10px;
}

.midashi5s {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 22pt;
	line-height: 38px;
	font-weight: 700;
	margin-bottom: 10px;
    padding-bottom: 10px;
}

.comennt {
	font-size: 12pt;
	line-height: 22px;
	font-weight: normal;
}
.comennt1 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 11pt;
	line-height: 25px;
	font-weight: normal;
}

.comennt2 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 11pt;
	line-height: 25px;
	font-weight: normal;
}

.comennt3 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 11pt;
	line-height: 25px;
	font-weight: normal;
}

.comennt4{
    
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 11pt;
	line-height: 22px;
	font-weight: 700;
    padding-top: 10px;
    box-sizing: border-box;
}

.map-space {
	position: relative;
	padding-bottom: 90%;/*←高さを変更する*/
	height: 0;
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
    border-radius: 20px;
}
.map-space iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

ul.points1{
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points1 li{padding-left: 0.7em;}
ul.points1 li:before {
	content: "※";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
}
.points1 li {
	font-weight: normal;
	position: relative;
	font-size: 10pt;
	line-height: 21px;
}
.points1:not(:last-child) {margin-bottom: 15px;}
.points1 span {color: #24a3e2;margin-right: 3px;}


ul.points1b{
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
    display: flex;
	flex-wrap: wrap;
}
ul.points1b li{padding-left: 0.7em;}
ul.points1b li:before {
	content: "※";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
}
.points1b li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 21px;
}
.points1b li:nth-child(1){margin-right: 30px;}
.points1b span {color: #24a3e2;margin-right: 3px;}


ul.points2 {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points2 li{padding-left: 0.7em;}
ul.points2 li:before {
	font-family: "Material Icons";
	content: "\eb36";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #e6cd9b;
	font-weight: 600;
}
.points2 li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 26px;
	text-align: left;
}

ul.points3 {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points3 li{padding-left: 0.7em;}
ul.points3 li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #3767a2;
}
.points3 li {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    letter-spacing: 1px;
	font-weight: normal;
	position: relative;
	font-size: 10pt;
	line-height: 21px;
	text-align: left;
    color: #222;
}
.points3:not(:last-child) {margin-bottom: 30px;}



ul.points3s {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points3s li{padding-left: 0.7em;}
ul.points3s li:before {
	content: "・";
	padding-right: 0.3em;
	position: absolute;
	left: -0.2em;
	color: #3767a2;
    font-weight: 700;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
}
.points3s li {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    letter-spacing: 1px;
	font-weight: normal;
	position: relative;
	font-size: 10pt;
	line-height: 21px;
	text-align: left;

}
.points3:not(:last-child) {margin-bottom: 30px;}

ol.point-num {
	counter-reset: my-counter;
	padding-left: 10px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
ol.point-num li{
	padding-left: 20px;
	position: relative;
}
ol.point-num li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #98D62E;
	color: #FFF;
	display: inline-block;
	line-height: 22px;
	margin-left: -27px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	font-size: 9pt;
	margin-right: 5px;
	vertical-align: 5%;
}
ol.point-num li {
	font-weight: normal;
	position: relative;
	font-size: 12pt;
	line-height: 26px;
	text-align: left;
}
ol.point-num li:not(:last-child) {margin-bottom: 10px;}



.nobk{
    position: relative;
    background-color: #FFF;
    border-radius: 50px;    
}
.bkd50 {margin-bottom: 50px;}
.bkd120 {margin-bottom: 50px;}

.whbk{position: relative;background-color: #FFF;}

.tobk2{position: relative;background-color: #ccc;}

.textbox0 {
    margin-left: auto;
    margin-right: auto;
}

.tobk {
    position: relative;
    background-color: #fff;
    margin-left: 3%;
    margin-right: 3%;
    
    padding: 20px;
    box-sizing: border-box;
    border-radius: 30px;
}

.type1 h2 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 16pt;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    /*margin-left: 27px;*/
    text-align: center;
    color: #3e669f;
}
.type1 h3 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 16pt;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    
    /*margin-left: 27px;*/
}
/*.type1 h2::after {
	display: block;
	content:"";
	width: 20px;
    height: 20px;
    background-
    position: absolute;
    top: 25%;
    left: 0;
    margin-left: -27px;
    border-radius: 100%;
}*/
.type1 .l-btm {padding-top: 20px;}
/*.type1 .button3 {
	background-color: #24a3e2;
	color: #fff;
}
.type1 .button3:hover {
	color: #FFF;
	background-color: #0f88c4;
}
*/



.type2 h2 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 25pt;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    /*margin-left: 27px;*/
}
/*.type2 h2::after {
	display: block;
	content:"";
	width: 20px;
    height: 20px;
    background-color: #ff9d00;;
    position: absolute;
    top: 29%;
    left: 0;
    margin-left: -27px;
    border-radius: 100%;
}*/
.type2 .l-btm {padding-top: 20px;}
/*.type2 .button3 {
	background-color: #ff9d00;
	color: #fff;
}
.type2 .button3:hover {
	color: #FFF;
	background-color: #ff8400;
}*/

.tittles {
    /*display: flex;
	align-items: center;
	flex-wrap: wrap;
    width: 90%;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.tittles h2 {margin-bottom: 15px;}
.tittles h3{
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 12pt;
	line-height: 25px;
	font-weight: normal;
    /*margin-left: 100px;*/
}
.tittles h3 span{font-weight: 700;color: #c94b4b;}  
.bold {font-weight: 700;color: #c94b4b;}  
/*.midashi3 {padding-top: 30px;}*/
.btms {padding-top: 30px;}
    
.btms .button3{position: relative;display: block;text-align: left;margin-bottom: 5px;}
.btms .button3 .mysvg {right: 15px;top: 13px;position: absolute;}
.btms .button3c{position: relative;display: block;text-align: left;margin-bottom: 5px;}
.btms .button3c .mysvg {right: 15px;top: 13px;position: absolute;}
.btms .button4{position: relative;display: block;text-align: left;margin-bottom: 5px;}
.btms .button4 .mysvg {right: 15px;top: 13px;position: absolute;}
/*.btms .button3 .mysvg {width: 8px; margin-right: 7px;}
.btms .button3 {
    font-size: 9pt;
    display: block;
    text-align: center;
    padding-right: 0px;
    box-sizing: border-box;
}
.btms .button3c .mysvg {width: 8px; margin-right: 7px;}
.btms .button3c {
    font-size: 9pt;
    margin-left: 5px;
    display: block;
    padding-right: 0px;
    text-align: center;
    box-sizing: border-box;
}
.btms .button4 .mysvg {width: 8px; margin-right: 7px;}
.btms .button4 {
    font-size: 9pt;
    margin-left: 5px;
    display: block;
    padding-right: 0px;
    text-align: center;
    box-sizing: border-box;
}*/



.tows {
    /*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.tows li img{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}
.tows li{
    
    box-sizing: border-box;
    padding: 25px;
    background-color: #fff;
    position: relative;
    border-radius: 30px;
}
.tows li:nth-child(1) {margin-bottom: 15px;}

.tows h3 {
    padding-top: 10px;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 12pt;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 10px;
    text-align: center;
}
.tows h4 {
    /*position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%); 
    margin-bottom: -50px;*/
}

.button3t .mysvg {
	width:10px;
	vertical-align: -7%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-left:10px;
}
.button3t:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button3t {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 23px;
	outline: none;
    font-weight: normal;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 11pt;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 70px;
	
}
.button3t::before,
.button3t::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3t,
.button3t::before,
.button3t::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button3t {
	background-color: #3767a2;
	color: #fff;
}
.button3t:hover {
	color: #FFF;
	background-color: #1f3f67;
}


.greetbk {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFF;
	background-image: url(../img/body/greetbk.jpg);
	padding-top: 5%;
	padding-bottom: 5%;
}


.textbox {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;	
	
}
.textbox1s {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;		
}
.textbox1sc {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;		
}
.textbox1s2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 60px;
	position: relative;		
}


.textbox1 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 60px;
	position: relative;		
}
.textbox2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 60px;
	position: relative;	
}




main {margin-top: 75px;position: relative;}
main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    
    width: 80%;
    
    /*margin-right: auto;*/
    margin-left: 8%;
    height: 70%;
    margin-top: 7%;
    background-color: #eaf4fb;
    border-radius: 60px 10px;
}
.main-space {
    
    width: 90%;
	
	margin-right: auto;
	margin-left: auto;
    position: relative;
}
/*main:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    margin-left: 22%;
    margin-top: 220px;
    height: 300px;
    background-color: #d4e5f6;
    border-radius: 50px 10px;
}*/

.main-space h3 {
    color: #fff;
    background-color: #3767a2;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 9pt;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    /*width: 93px;
    height: 93px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    display: table;
    margin-left: 1%;
    margin-bottom: -10px;
    border-radius: 80px;
}
.main-image h3 br {display: none;}

.main-space h2{
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 15pt;
    line-height: 25px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 5px;
    margin-top: -5px;
    color: #3767a2;
    /*color: #179ddb;*/
    z-index: 4;
}

.main-space h4{
    color: #1f3f67;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 9pt;
    line-height: 18px;
    font-weight: 700;
    margin-top: 20px;
}


.main-image {
    display: flex;
    justify-content: space-between;
    position: relative;
    /*background-color: #333;*/
    /*height: 210px;*/
    
    height: 270px;
}

.main {
    /*width: 80%;*/
    right: 0;
    position: absolute;
    /*width: 75%;*/
    /*display: table;*/
    margin-right: 0;
    
    margin-top: 20px;
    /*position: relative;*/
    z-index: 2;
}
.main img{
	display: block;
	max-width: 310px;
	height: auto;
	/*height: 500px;*/
	object-fit: cover;
    border-radius: 60px 10px;
}
/*.sub {
    width: 300px;
}*/
.sub {
    margin-left: 0px;
    position: absolute;
    /*min-width: 370px;*/
    width: 37%;
    max-width: 150px;
    z-index: 3;
    left: 0;
    bottom: 0;
    margin-bottom: 40px;
}
.sub img{
	display: block;
	width: 100%;
	line-height: 0px;
    height: 90px;
	object-fit: cover;
    border-radius: 35px 10px;
}






.hed-space {
	width: 90%;
	min-width: 1050px;
	margin-right: auto;
	margin-left: auto;
    transition: all .5s;
    padding-top: 15px;
    padding-bottom: 5px;
    box-sizing: border-box;
}
.change-color .hed-space {
	width: 90%;
	min-width: 1050px;
	margin-right: auto;
	margin-left: auto;
    transition: all .5s;
    padding-top: 10px;
    padding-bottom: 0px;
    box-sizing: border-box;
}

 #logo {
	width: 460px;
    line-height: 0;
	transition: all .5s;
}

.change-color  #logo {
	width: 420px;
    line-height: 0;
	transition: all .5s;
}

#header {}
.header {   
    transition: all .5s;
    position: fixed;
    width: 100%;
    z-index: 100;
    background: rgba(246,249,250,0);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}


.header.change-color {
    background: rgba(246,249,250,0.9);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}



.hed-right {
	/*max-width: 1300px;*/
	margin-right: auto;
	margin-left: auto;
    transition: all .5s;
    
}
.hed-right nav{
    padding-top:20px;
    transition: all .5s;
}
.change-color .hed-right nav{
    padding-top:5px;
    transition: all .5s;
}
.hed-info {
	margin-right: auto;
	margin-left: auto;
	/*padding-bottom:10px;*/
    /*padding-top:15px;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;
    transition: all .5s;
}
.change-color .hed-info {
    padding-top: 0px;
	padding-bottom:0px;
	transition: all .5s;
}

.telnum .mysvg {
	width:20px;
	vertical-align: 0%;
	display: inline-block;
	color: #222;
	fill: currentColor;
	margin-right:5px;
    transition: all .5s;
}
.telnum a { color: #222;}
.telnum {
    margin-top: 20px;
    color: #222;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 22pt;
	line-height: 38px;
	font-weight: 700;
    text-align: center;
}
.flowtex h4 {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.hed-info h3 .mysvg {
	width:22px;
	vertical-align: 0%;
	display: inline-block;
	color: #3767a2;
	fill: currentColor;
	margin-right:5px;
    transition: all .5s;
}
.change-color .hed-info h3 .mysvg {
	width:18px;
	vertical-align: 0%;
	display: inline-block;
	color: #3767a2;
	fill: currentColor;
	margin-right:5px;
    transition: all .5s;
}

.hed-info h3 {
    color: #3767a2;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 27pt;
	line-height: 38px;
	font-weight: 700;
    transition: all .5s;
}
.change-color .hed-info h3 {
    color: #3767a2;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 23pt;
	line-height: 33px;
	font-weight: 700;
    transition: all .5s;
}

.gloval-menu {
    color: #1f3f67;
    box-sizing: border-box;
    /*padding-left: 25px;
    padding-right: 0px;*/
   /* padding-top: 5px;*/
    padding-bottom: 0px;
    transition: all .5s;
    max-width: 1100px;
}

/*.change-color .gloval-menu {
    color: #1f3f67;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all .5s;
}*/
.gloval-menu ul {margin: 0;padding: 0;}
.gloval-menu li {list-style: none;}
.gloval-menu a {
    color: #1f3f67;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	box-sizing:border-box;
}
.gloval-menu > ul > li {margin-right: 1px;text-align: center;}
.gloval-menu li ul {height: 0;width: 0;overflow: hidden;position: absolute;}
.gloval-menu li:hover ul,
.gloval-menu li:focus-within ul {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 55;
	display:block;
}
/*.c-menu01 a:hover,
.c-menu01 a:focus {}
.c-menu01 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #5284c2;
}
.c-menu01 a:hover::after {transform: scale(1, 1);}
.gloval-menu .c-menu01 a:hover{
	color: #5284c2;
	-webkit-transition: all .2s;
	transition: all .2s;
}*/
.gloval-menu .c-menu02 {
	margin-left: 10px;
	position: relative;
}
.gloval-menu .c-menu02 a.current {color: #5284c2;position: relative;}
.gloval-menu .c-menu02 .current {color: #5284c2;position: relative;}

.cnavs .mysvg{
    position: absolute;
    display: block;
	width: 12px;
	margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    left: 0;
    right: 0;
}
.c-menu02:hover > .cnavs > a > .mysvg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    margin-top: 0px;
}
.c-menu02:hover > .cnavs > .mysvg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    margin-top: 0px;
}
.c-menu02:hover {
    color: #5284c2;
    -webkit-transition: all .2s;
	transition: all .2s;
}
.cnavs {
	cursor: pointer;
	position: relative;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	/*margin-top: 5px;*/
	font-size: 15pt;
	line-height: 30px;
	font-weight: 700;
	font-style: normal;
    transition: transform 0.3s;
}
.change-color .cnavs {/*margin-top: 5px;*/transition: transform 0.3s;}
.cnavs:hover,
.cnavs:focus {}
.cnavs::after {
	cursor: pointer;
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #1f3f67;
}
.cnavs:hover::after {transform: scale(0, 0);}

.c-menu02:hover > .cnavs > a {
    color: #1f3f67;
    -webkit-transition: all .2s;
	transition: all .2s;
}
.c-menu02:hover > .cnavs > a,
.c-menu02:focus-within > .cnavs > a {
    color: #5284c2;
    -webkit-transition: all .2s;
	transition: all .2s;
}

.gloval-menu .c-menu01 {
    
}
.gloval-menu .c-menu01:nth-child(1){margin-left: 4px;}
.gloval-menu .c-menu01:nth-child(2){margin-left: 10px;}
.gloval-menu .c-menu01:nth-child(3){margin-left: 10px;}
.gloval-menu .c-menu01:nth-child(4){margin-left: 10px;}
.gloval-menu .c-menu01:nth-child(5){margin-left: 10px;}
.gloval-menu .c-menu01:nth-child(6){margin-left: 10px;}
.gloval-menu .c-menu01:nth-child(7){margin-left: 10px;}
.gloval-menu .c-menu01 a {
	position: relative;
	/*margin-top: 5px;*/
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: 700;
	font-style: normal;
	padding-bottom: 15px;
}
.gloval-menu .c-menu01 a.current {color: #5284c2;position: relative;}
.gloval-menu .c-menu01 a:active {/*background-color: #FF6600;*/}
.c-menu01 a:hover,
.c-menu01 a:focus {}
.c-menu01 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: 4px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #5284c2;
}
.c-menu01 a:hover::after {transform: scale(1, 1);}
.gloval-menu .c-menu01 a:hover{
	color: #5284c2;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.gloval-menu > ul {
	/*display: flex;
	flex-wrap: wrap;*/
	
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gloval-menu ul .cec_01 .level1 {margin-left: 80px;}
/*.gloval-menu ul .cec_02 .level1 {margin-left: -134px;}
.gloval-menu ul .cec_03 .level1 {margin-left: -80px;}
.gloval-menu ul .cec_04 .level1 {margin-left: 80px;}
.gloval-menu ul .cec_05 .level1 {margin-left: 0px;}
.gloval-menu ul .cec_06 .level1 {margin-left: -240px;}*/

.gloval-menu ul li:nth-child(8) {margin-right: 0;}
.gloval-menu ul .c-menu02 .level1{
    min-width: 500px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 20px;
}
.c-menu02:hover ul,
.c-menu02:focus-within ul {
	height: auto;
	width: auto;
	z-index: 55;
	display:block;
	position: absolute;
	top: 25px;
    left: -240%;
    /*transform: translateX(-50%);*/
    transform-origin: top;
	margin-top: 11px;
	box-sizing: border-box;
	padding-top: 25px;
	padding-bottom:  25px;
	overflow: hidden;
	transition: all .1s;
    background-color: #5284c2;
}
.change-color .c-menu02:hover ul,
.change-color .c-menu02:focus-within ul {
	margin-top: 11px;
}

.level1 li {
	/*width: 16%;*/
	box-sizing: border-box;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	padding-bottom: 7px!important;
}

.level1 {
	width: 700px;
}
.level1 a {
    color: #fff!important;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 15pt;
	line-height: 30px;
	font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
	font-style: normal;
    position: relative;
}
.level1 {
	/*cursor: pointer;*/
	margin-top: 10px;
}
.level1 a:hover,
.level1 a:focus {}
.level1 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: top;
	transition: transform 0.3s;
	background-color: #fff;
}
.level1 a:hover::after {transform: scale(1, 1);}



body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow-x: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-y: hidden;
	font-family: fot-tsukuardgothic-std, sans-serif;
	color: #1f3f67;
    color: #222;
    background-color: #f6f9fa;
	-webkit-text-size-adjust:100%;
}



.pankuzu-space {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    background-color: #ebf4fb;
    width: 90%;
    border-radius: 10px 50px;
}

.pankuzu {
	margin-top: 65px;
}

.pankuzu h2 {
	color: #3e669f;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-size: 17pt;
	line-height: 30px;
    text-align: center;
}

.pages {
    font-feature-settings: "palt" 1;
	color: #1f3f67;
	padding-top: 5px;
	font-size: 8pt;
	line-height: 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.pages li {
	margin-right: 1px;
	margin-left: 1px;
}
.pages li a{
	color: #1f3f67;
}
.pages li a:hover{
	color: #1f3f67;
	text-decoration: underline;
}

.pages li i{
	font-size: 6pt;
	line-height: 18px;
	vertical-align:2%;
	display:inline-block;
}






#wrapper {}

.bicho-r5 {padding-right: 5px;}
.bicho-l5 {padding-left: 5px;}

.pcdown10 {padding-bottom: 10px;}
.pcdown20 {padding-bottom: 20px;}
.pcdown25 {padding-bottom: 24px;}
.pcdown30 {padding-bottom: 30px;}
.pcdown30s {padding-bottom: 30px;}
.pcdown40 {padding-bottom: 40px;}
.pcdown50 {padding-bottom: 50px;}
.pcdown60 {padding-bottom: 60px;}
.pcdown70 {padding-bottom: 70px;}
.pcdown80 {padding-bottom: 80px;}
.pcdown90 {padding-bottom: 90px;}
.pcdown100 {padding-bottom: 100px;}
.pcup10 {padding-top: 10px;}
.pcup20 {padding-top: 20px;}
.pcup30 {padding-top: 30px;}
.pcup40 {padding-top: 40px;}
.pcup50 {padding-top: 50px;}
.pcup60 {padding-top: 60px;}
.pcup70 {padding-top: 70px;}
.down30 {margin-bottom: 30px;}



.c-btm {
	display: table;
	padding-top:20px;
	margin-right: auto;
	margin-left: auto;
}
.r-btm {
	display: table;
	padding-top:20px;
	margin-right: auto;
	margin-left: auto;
}
.l-btm {
    display: table;
	padding-top:20px;
    margin-right: auto;
	margin-left: auto;
}


.button1 .mysvg {
	width:20px;
	vertical-align: -22%;
	display: inline-block;
	color: #79ae62;
	fill: currentColor;
	margin-left:5px;
}
.button1:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button1 {
	text-decoration: none;
	line-height: 21px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-weight: 700;
	font-size: 11pt;
	display: table;
	position: relative;
	z-index: 1;
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button1 {
	color: #4c3f33;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding-top: 10px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom: 10px;
}
.button1:hover {
	color: #fff;
	background-color: #79ae62;
	padding-top: 10px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom: 10px;
}

.w200 {}
    
.w200 h4 {display: block;}
.w200 h4{margin-bottom: 5px;margin-top: 5px;}

.w200 .button2{text-align: left;padding-left: 25px;}
.w200 .button2 .mysvg {
	width:6px;
    position: absolute;
    right: 0;
    top: 37%;
	display: block;
	color: #fff;
	fill: currentColor;
	margin-right:20px;
}

.button2 .mysvg {
	width:6px;
	vertical-align: 5%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-left:5px;
}
.button2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button2 {
    position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	outline: none;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 70px;
	
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2 {
	background-color: #3767a2;
	color: #fff;
}
.button2:hover {
	color: #FFF;
	background-color: #1f3f67;
}






.button3 .mysvg {
	width:10px;
	vertical-align: -7%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-left:15px;
}
.button3:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button3 {
	display: table;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	outline: none;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 70px;
	
}
.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button3 {
	background-color: #3767a2;
	color: #fff;
}
.button3:hover {
	color: #FFF;
	background-color: #1f3f67;
}




.button4 .mysvg {
	width:10px;
	vertical-align: -7%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-left:15px;
}
.button4:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button4 {
	display: table;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	outline: none;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	/*text-transform: uppercase;*/
	padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 70px;
	
}
.button4::before,
.button4::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button4,
.button4::before,
.button4::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button4 {
	background-color: #4dada3;
	color: #fff;
}
.button4:hover {
	color: #FFF;
	background-color: #2d9489;
}


.button4a .mysvg {
	width:20px;
	vertical-align: -22%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right:5px;
}
.button4a:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button4a {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	outline: none;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	font-weight: 700;
	/*text-transform: uppercase;*/
	padding-top: 10px;
	padding-bottom: 10px;
    /*padding-left: 2%;
    padding-right: 2%;*/
	border-radius: 30px;
	
}
.button4a::before,
.button4a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button4a,
.button4a::before,
.button4a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button4a {
	background-color: #3767a2;
	color: #fff;
}
.button4a:hover {
	color: #FFF;
	background-color: #1f3f67;
}


.button4b .mysvg {
	width:20px;
	vertical-align: -22%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right:5px;
}
.button4b:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button4b {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	outline: none;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	font-weight: 700;
	/*text-transform: uppercase;*/
	padding-top: 10px;
	padding-bottom: 10px;
    /*padding-left: 2%;
    padding-right: 2%;*/
	border-radius: 30px;
	
}
.button4b::before,
.button4b::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button4b,
.button4b::before,
.button4b::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button4b {
	background-color: #4dada3;
	color: #fff;
}
.button4b:hover {
	color: #FFF;
	background-color: #2d9489;
}

.button4c .mysvg {
	width:20px;
	vertical-align: -22%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right:5px;
}
.button4c:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button4c {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	outline: none;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	font-weight: 700;
	/*text-transform: uppercase;*/
	padding-top: 10px;
	padding-bottom: 10px;
    /*padding-left: 2%;
    padding-right: 2%;*/
	border-radius: 30px;
	
}
.button4c::before,
.button4c::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button4c,
.button4c::before,
.button4c::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button4c {
	background-color: #3dadd2;
	color: #fff;
}
.button4c:hover {
	color: #FFF;
	background-color: #2684a3;
}



.button3c .mysvg {
	width:10px;
	vertical-align: -7%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-left:15px;
}
.button3c:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button3c {
	display: table;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 70px;
	
}
.button3c::before,
.button3c::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3c,
.button3c::before,
.button3c::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button3c {
	background-color: #3dadd2;
	color: #fff;
}
.button3c:hover {
	color: #FFF;
	background-color: #2684a3;
}


.balloon1 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size: 13pt;
	height: 60px;
	text-transform: uppercase;
	width: 100%;
	color: #FFF;
	position: relative;
	background: #000;
}

.balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #000;
}




footer {
    background-color: #eaf4fb;
    color: #1f3f67;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.foot-info {
    width: 100%;
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;*/
    /*width: 85%;
	min-width: 1100px;
    max-width: 1300px;
	margin-right: auto;
	margin-left: auto;*/
    padding-top: 20px;
    border-top: 1px solid #bac7d1;
}
.han {
    /*display: flex;
	justify-content: space-between;
	align-items: center;*/
	/*flex-wrap: wrap; */
}
.han h4{/*margin-left: 8px;*/}
/*.foot-info h3 {
    display: flex;
}*/
.han div {
    
    /*width: 60%;
    display: flex;
    justify-content: space-between;*/
}

.han h3 {}
.han h4 {margin-bottom: 5px;}

.foot-info h3 span {
    display: block;
    font-size: 11pt;
	line-height: 22px;
}
.foot-info h3 {text-align: center;margin-bottom: 20px;}  
.foot-info h3 a{
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 25pt;
	line-height: 40px;
	font-weight: 700;
    color: #3767a2;
    color: #222;
}
.foot-info h3 .mysvg {
	width:22px;
	vertical-align: 1%;
	display: inline-block;
	color: #3767a2;
    color: #222;
	fill: currentColor;
	margin-right:3px;
}


.foot-left h3 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
    text-align: center;
    margin-bottom: 5px;
}
.foot-left h4 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
    margin-bottom: 30px;
    text-align: center;
}
.foot-left h4 a{
    color: #1f3f67;
    
    text-decoration: underline;
}

.footcontena {
	padding-top: 60px;
	padding-bottom: 60px;
}

.foot-space {
    width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    padding-top: 10px;
}

.foot-left {
	
}
.foot-right {}
.foot-right nav{
    /*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}

.foot-tops {
    width: 85%;
	
	margin-right: auto;
	margin-left: auto;
}

.footlogo {
	width: 100%;
	line-height: 0px;
    margin-right: auto;
	margin-left: auto;
    margin-bottom: 20px;
}
.foot-menu {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.foot-menu .mysvg{
    width: 15px;
    display: inline-block;
    margin-left: 5px;
}

    
.foot-menu:nth-child(2) li {width: 100%;}
.foot-menu li {
    width: 49%;
	position:relative;
}
.sizline {
    width: 49%;
	position:relative;
    /*margin-left: 15px;*/
}

.foot-menu:nth-child(3) li {width: 100%;}
.foot-menu:nth-child(3) li:nth-child(2) {width: 49%;}
.foot-menu:nth-child(3) li:nth-child(3) {width: 49%;}

.foot-menu:nth-child(2) li:nth-child(1) {width: 100%;text-align: center;color: #1f3f67;background-color: #ebf4fb;padding: 5px;
    box-sizing: border-box;
    border-radius: 10px;}  
.foot-menu:nth-child(2) li {width: 100%;}
.foot-menu:nth-child(2) li:nth-child(2) {width: 49%;}
.foot-menu:nth-child(2) li:nth-child(3) {width: 49%;}


/*.sizline::after {
    position: absolute;
	display: block;
	content:"";
    width: 8px;
    height: 3px;
    top: 50%;
    margin-left: -13px;
    background-color: #4c78ba;
	border-radius: 6px;
}*/

.foot-menu li{
    font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 10pt;
	line-height: 22px;
	color: #1f3f67;
	display:block;
    margin-bottom: 5px;
}

.foot-menu li a{
    font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 10pt;
	line-height: 22px;
	color: #1f3f67;background-color: #fff;
	display:block;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
}

/*.foot-menu li a:hover,
.foot-menu li a:focus {}
.foot-menu li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -0px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #3767a2;
}
.foot-menu li a:hover::after {transform: scale(1, 1);}
*/
.copy {
    
	margin-right: auto;
	margin-left: auto;
	font-size: 7pt;
	line-height: 16px;
	text-align: center;
}

.copy i{
	font-size: 9pt;
	line-height: 16px;
	vertical-align: -7%;
	display: inline-block;
	margin-left:3px;
}

.times {
    
    margin-right: auto;
	margin-left: auto;
}



.tables .yoko {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	text-align: left;
	font-size: 10pt;
	line-height: 21px;
	font-weight: 700;
	padding-left: 0px;
}
.tables{
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	color: #1f3f67;
    width: 100%;
	/*width: 100%;*/
    /*width: 90%;
    margin-right: auto;
	margin-left: auto;*/
	border-collapse: collapse;
}
.tables:nth-child(1){margin-bottom: 20px;}
.tables td,
.tables th{
    padding-top: 7px;
    padding-bottom:7px;
	box-sizing: border-box;
}
.pccenter {padding: 7px;box-sizing: border-box;}
.pccenter2 {padding: 7px;box-sizing: border-box;}
.tables .line1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}
.tables .pccenter {
	font-size: 10pt;
	line-height: 21px;
	text-align: center;
	font-weight: 700;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
}
.tables .pccenter2 span {color: #F00!important;}
.tables .pccenter2 {
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: #1f3f67;
	line-height: 21px;
	font-weight: 700;
}
.tables h4 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 9pt;
	line-height: 20px;
    padding: 5px;
	font-weight: 700;
    color: #fff;
    background-color: #24a3e2;
    box-sizing: border-box;
    width:75px;
    text-align: center;
    margin-left: 0;
    border-radius: 30px;
}
.tcal1 {color: #24a3e2;}
.tcal3 {color: #24a3e2;}

    
    
    
.tables2 .yoko {
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	text-align: left;
	font-size: 10pt;
	line-height: 21px;
	font-weight: 700;
	padding-left: 0px;
}
.tables2{
	margin-top: 10px;
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	color: #1f3f67;
	width: 100%;
	border-collapse: collapse;
}
.tables2:nth-child(1){margin-bottom: 10px;}
.tables2 td,
.tables2 th{
    padding-top: 7px;
    padding-bottom: 7px;
	box-sizing: border-box;
}
.pccenter {padding: 10px;box-sizing: border-box;}
.pccenter2 {padding: 10px;box-sizing: border-box;}
.tables2 .line1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}
.tables2 .pccenter {
	font-size: 10pt;
	line-height: 21px;
	text-align: center;
	font-weight: 700;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif
}
.tables2 .pccenter2 span {color: #F00!important;}
.tables2 .pccenter2 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: #1f3f67;
	line-height: 21px;
	font-weight: 700;
}
.tables2 .pccenter3 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	text-align: left;
	/*width: 100px;*/
	font-size: 10pt;
	line-height: 21px;
	font-weight: 700;
	padding-left: 0px;
    color: #28a0aa;
}
.tables2 h4 {
     font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 9pt;
	line-height: 20px;
    padding: 5px;
	font-weight: 700;
    color: #fff;
    background-color: #ff9d00;
    box-sizing: border-box;
    width:75px;
    text-align: center;
    margin-left: 0;
    border-radius: 30px;
}
.tables2 .tcal1 {color: #ff9d00;}
.tables2 .tcal3 {color: #ff9d00;}









.coms-space {
	display: flex;
	/*width: 90%;*/
	margin-right: auto;
	margin-left: auto;
}
.coms-space:not(:last-child) {}
.comleft {
	display: block;
	position: relative;
	width: 93px;
	box-sizing: border-box;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 10pt;
	line-height: 25px;
	font-weight: normal;
	padding-bottom: 15px;
    margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;
}
.comleft div{
	display: flex;
	align-items: center;
	height:100%;
}
.comright {
    width: 100%;
	display: block;
	position: relative;
    box-sizing: border-box;
	padding-bottom: 15px;
    margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;
}

.comright p {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 11pt;
	line-height: 25px;
	font-weight: normal;
	/*letter-spacing: 1px;*/
}


.comleft h3{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 11pt;
	line-height: 25px;
	font-weight: 500;
}
.comright h4{
    
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 11pt;
	line-height: 25px;
	font-weight: normal;
}

.comright .map-space{padding-top: 15%;}

.comright h3{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 15pt;
	line-height: 25px;
	font-weight: 500;
}

.comright h4{
    color: #1f3f67;
    color: #222;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 19pt;
	line-height: 30px;
	font-weight: 700;
}

.comright p a{
	color: #1f3f67;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	line-height: 30px;
	font-weight: 500;
    text-decoration: underline;
}
.comright p a:hover{
	color: #000;
    text-decoration: underline;
}


.btmfoot {
    
	margin-right:1%;
    margin-bottom: 1%;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 101;
	
    width: 27%;
	/*position: fixed;
	right: 15px;
	z-index: 5001;
	text-align: center;
	top: 14px;*/
    
    padding-bottom: 1px;
    text-align: center;
	display: block;
	border-radius: 30px;
	
	/*padding-right: 25px;*/
    box-sizing: border-box;
    background-color: #3e669f;
	color: #fff;
}
.sptel .mysvg {
    padding-top: 9px;
	width: 23px;
    line-height: 0;
	color: #fff;
	fill: currentColor;
}
/*.change-color1 .sptel .mysvg {
	color: #333;
	fill: currentColor;
}*/
/*.change-color1 .sptel a {color: #333;}*/

/*.sptel span {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-size: 7pt;
	text-align: center;
	color: #1f3f67;
	line-height: 15px;
	font-weight: 700;
	font-variant: normal;
	display: block;
}*/
.btmfoot .engmenu2 {display: none;}

.rightbnr {
	width: 70%;
	margin-left:1%;
    margin-bottom: 1%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 101;
	box-sizing: border-box;
}

.right-form2 .mysvg{
	width: 20px;
	margin-right:5px;
    display: inline-block;
    vertical-align: -24%;
	color: #fff;
	fill: currentColor;
}
.right-form2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}

.tate{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
    text-align: center;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 700;
}

.right-form2 {
    text-align: center;
	display: block;
	border-radius: 30px;
	padding-top: 7px;
	/*padding-right: 25px;*/
	padding-bottom: 7px;
    box-sizing: border-box;
}
.right-form2::before,
.right-form2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.right-form2,
.right-form2::before,
.right-form2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.right-form2 {
	background-color: #4dada3;
	color: #fff;
}
.right-form2:hover {
	color: #FFF;
	background-color: #23978b;
}


.container2 .fulltimes {
	width: 550px;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	box-sizing: border-box;
	padding-top: 25px;
	padding-right: 35px;
	/*padding-bottom: 30px;*/
	padding-left: 35px;
}
.container2 {position: relative;}
.container2 .bnr-left {
	-webkit-transition: all .3s;
	transition: all .3s;
	position: fixed;
	top: 0;
	margin-top: 310px;
	right: -550px;
	width: 550px;
	background: #FFF;
	z-index: 100;
	box-sizing: border-box;
}
.container2 .bnrtims:hover .bnr-left {
	cursor:pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: fixed;
	top: 0;
	right: 0px;
	width: 550px;
	background: #FFF;
	z-index: 100;
	box-sizing: border-box;
}
.container2 .bnr-left div {
	position: absolute;
	top: 0px;
	z-index: 1;
	margin: 0px;
	background: #fff;
	padding-bottom: 30px;
	box-sizing:border-box;
    border-bottom-left-radius: 20px;
    -webkit-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	-o-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	box-shadow: 1px 1px 25px rgba(0,0,0,.1);
}
.container2 .bnr-left button {
	position: absolute;
	top: 0px;
	right: 550px;
	width: 80px;
	height: 190px;
	display: block;
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	background-color: #3767a2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
    border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	z-index:1;
}
.bnr-left button h3 {position:relative;}
.bnr-left button h3 .mysvg{
	width: 25px;
	margin-bottom:5px;
	color: #fff;
	fill: currentColor;
}
.bnr-left button h3 span{
	font-family: fot-tsukuardgothic-std, sans-serif;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 17pt;
	line-height: 21px;
	font-weight: 700;
	color: #fff;
}





.tables3 .yoko {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	text-align: left;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 700;
	padding-left: 0px;
}
.tables3{
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	color: #1f3f67;
	width: 100%;
	border-collapse: collapse;
}
.tables3{margin-bottom: 10px;}
.tables3 td,
.tables3 th{
    padding-top: 7px;
    padding-bottom:7px;
	box-sizing: border-box;
}
.tables3 .pccenter {padding: 5px;box-sizing: border-box;}
.tables3 .pccenter2 {padding: 5px;box-sizing: border-box;}
.tables3 .line1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}
.tables3 .pccenter {
	font-size: 13pt;
	line-height: 25px;
	text-align: center;
	font-weight: 700;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
}
.tables3 .pccenter2 span {color: #F00!important;}
.tables3 .pccenter2 {
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	text-align: center;
	color: #1f3f67;
	line-height: 25px;
	font-weight: 700;
}
.tables3 h4 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 12pt;
	line-height: 25px;
    padding: 5px;
	font-weight: 700;
    color: #fff;
    background-color: #24a3e2;
    box-sizing: border-box;
    width:95px;
    text-align: center;
    margin-left: 0;
    border-radius: 30px;
}
.tables3 .tcal1 {color: #24a3e2;}
.tables3 .tcal3 {color: #24a3e2;}

/*.tables4 .yoko {
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	text-align: left;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 700;
	padding-left: 0px;
}*/
.tables4{
    margin-top: 10px;
	font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	color: #1f3f67;
	width: 100%;
	border-collapse: collapse;
}
.tables4{margin-bottom: 10px;}
.tables4 td,
.tables4 th{
    padding-top: 7px;
    padding-bottom: 7px;
	box-sizing: border-box;
}
.tables4 .pccenter {padding: 5px;box-sizing: border-box;}
.tables4 .pccenter2 {padding: 5px;box-sizing: border-box;}
.tables4 .line1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}
.tables4 .pccenter {
	font-size: 13pt;
	line-height: 25px;
	text-align: center;
	font-weight: 700;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
}
.tables4 .pccenter2 span {color: #F00!important;}
.tables4 .pccenter2 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	text-align: center;
	color: #1f3f67;
	line-height: 25px;
	font-weight: 700;
}
.tables4 .pccenter3 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	text-align: left;
	/*width: 100px;*/
	font-size: 13pt;
	line-height: 25px;
	font-weight: 700;
	padding-left: 0px;
    color: #28a0aa;
}
.tables4 h4 {
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 12pt;
	line-height: 25px;
    padding: 5px;
	font-weight: 700;
    color: #fff;
    background-color: #ff9d00;
    box-sizing: border-box;
    width:95px;
    text-align: center;
    margin-left: 0;
    border-radius: 30px;
}
.tables4 .tcal1 {color: #ff9d00;}
.tables4 .tcal3 {color: #ff9d00;}





}






