@charset "utf-8";


/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
}
.inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}


/* header
----------------------------------------------- */
#header {
	background: #fff;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px 0 20px;
}
#header .headermess {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #eb3a3a;
}
#header .headermess .cap {
	margin-left: 10px;
	display: block;
	font-size: 0;
}
#header .headerlogo {
	margin-left: 10px;
}
@media (max-width: 767px) {
#header {
	height: auto;
	padding: 10px 15px;
}
#header .headermess {
	font-size: 10px;
	flex-direction: column;
	align-items: flex-start;
}
#header .headermess .cap {
	width: 60px;
	margin: 3px 0 0;
}
#header .headerlogo {
	margin-left: 10px;
}
}


/* footer
----------------------------------------------- */
#footer {
}
#footer .footerbox {
	background: #eb3a3a;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 50px;
}
#footer .copyright {
	font-size: 13px;
	color: #fff;
}
#footer .fnavi {
	font-size: 13px;
	color: #fff;
}
#footer .fnavi a {
	display: inline-block;
	color: #fff;
}

#footer .pagetop {
	position: fixed;
	right: 100px;
	bottom: 50px;
	z-index: 99;
}
#footer .pagetop a {
	display: block;
}
@media (max-width: 1024px) {
#footer .pagetop {
	right: 50px;
}
}
@media (max-width: 767px) {
#footer .footerbox {
	height: auto;
	padding: 10px;
	flex-direction: column;
	align-items: center;
}
#footer .copyright {
	font-size: 12px;
	margin-top: 5px;
}
#footer .fnavi {
	font-size: 12px;
}

#footer .pagetop {
	position: fixed;
	right: 100px;
	bottom: 50px;
	z-index: 99;
}
#footer .pagetop a {
	display: block;
}
#footer .pagetop {
	right: 20px;
	bottom: 20px;
}
#footer .pagetop img {
	width: 39px;
}
}


/* main
----------------------------------------------- */
.main {
	overflow: hidden;
	background: #ffea38;
	display: flex;
	justify-content: center;
	position: relative;
}
.main:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 800px;
	height: 800px;
	top: -300px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 0;
}
.main .mainbox {
	padding: 15px 0 45px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.main .maindet {
	font-size: 0;
}
.main .maincap {
	text-align: center;
	margin-top: 30px;
	font-size: 15px;
	color: #6b6b6b;
}
.main .mainlist {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	width: 384px;
	margin: 15px 0 -6px;
}
.main .mainlist li {
	width: 124px;
	background: #fff;
	border: 2px #16b5ff solid;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	color: #16b5ff;
	margin-bottom: 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.main .maintxt {
	text-align: center;
	font-size: 18px;
	letter-spacing: -0.1em;
	line-height: 1.3;
	margin-top: 25px;
}
.main .maintxt .fcred {
	font-size: 22px;
}
.main .maintxt .txtline {
	padding: 0 5px;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #fffd40 0%) repeat scroll 0 0;
}
.main .mainbtn {
	margin-top: 30px;
	text-align: center;
}
.main .mainlink {
	margin-top: 30px;
}
.main .mainlink a {
	font-size: 20px;
	line-height: 1.1;
	color: #eb3a3a;
	border-bottom: 1px #eb3a3a solid;
	display: block;
}
.main .mainimg {
	
}
.main .mainimg .imgleft {
	position: absolute;
	right: calc(100% - 100px);
	width: 468px;
	bottom: 0;
	z-index: 0;
}
.main .mainimg .imgright {
	position: absolute;
	left: calc(100% - 110px);
	width: 468px;
	bottom: 0;
	z-index: 0;
}


@media (max-width: 1024px) {
.main .mainimg {
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
	margin-top: 30px;
}
.main .mainimg .imgleft {
	position: relative;
	right: auto;
	width: auto;
	bottom: auto;
}
.main .mainimg .imgright {
	position: relative;
	left: auto;
	width: auto;
	bottom: auto;
}
.main .mainbox {
	padding: 15px 0 0;
}
}
@media (max-width: 767px) {
.main:before {
	width: 600px;
	height: 600px;
	top: -200px;
}
.main .mainbox {
	padding: 15px 20px 0;
}
.main .maincap {
	margin-top: 20px;
	font-size: 14px;
}
.main .mainlist {
	width: 100%;
}
.main .mainlist li {
	width: 30%;
	height: 40px;
	font-size: 14px;
}
.main .maintxt {
	font-size: 15px;
}
.main .maintxt .fcred {
	font-size: 18px;
}
.main .maintxt .txtline {
	padding: 0 3px;
}
.main .mainbtn {
	width: 300px;
	margin-top: 20px;
}
.main .mainlink {
	margin-top: 20px;
}
.main .mainlink a {
	font-size: 16px;
}
.main .mainimg {
	margin-top: 20px;
}
}


/* interest
----------------------------------------------- */
.interest {
	background: #fff;
	padding: 0 0 30px;
	position: relative;
}
.interest:before {
	position: absolute;
	content: "";
	background: #fff;
	left: 50%;
	top: 0;
	height: 240px;
	width: 110%;
	transform: translate(-50%,-80px);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 0;
}
.interest .interhd {
	display: flex;
	justify-content: center;
	transform: translateY(-30px);
	margin-bottom: -30px;
}
.interest .interhdin {
	width: 712px;
	max-width: 100%;
	text-align: center;
	font-size: 28px;
	line-height: 1.5;
	font-weight: 700;
	padding: 0 60px;
	background: url(../img/line_interest.png) center center no-repeat;
}
.interest .interbtn {
	display: flex;
	justify-content: center;
	margin-top: 65px;
}
.interest .interbtn .btnin {
	padding: 0 0 0 130px;
	position: relative;
}
.interest .interbtn .interhead {
	position: absolute;
	left: -40px;
	bottom: 0;
	z-index: 1;
}
.interest .interbtn a {
	display: block;
}
.interest .interlink {
	margin-top: 35px;
	display: flex;
	justify-content: center;
}
.interest .interlink a {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	border-bottom: 1px #4b4b4b solid;
}
.interest .intertel {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.interest .intertel a {
	display: block;
}

@media (max-width: 767px) {
.interest {
	padding: 0 0 20px;
}
.interest:before {
	height: 200px;
	width: 120%;
	transform: translate(-50%,-80px);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 0;
}
.interest .interhd {
	display: flex;
	justify-content: center;
	transform: translateY(-10px);
	margin-bottom: -10px;
}
.interest .interhdin {
	width: auto;
	font-size: 18px;
	padding: 0 40px;
	background: url(../img/line_interest.png) center center no-repeat;
	background-size: 100% auto;
}
.interest .interlink {
	margin-top: 20px;
}
.interest .interlink a {
	font-size: 16px;
}
.interest .intertel {
	margin-top: 30px;
}
.interest .intertel a img {
	width: 300px;
}
.interest .interbtn {
	justify-content: center;
	margin-top: 30px;
}
.interest .interbtn .btnin {
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}
.interest .interbtn .interhead {
	position: relative;
	left: auto;
	bottom: auto;
	z-index: 1;
}
.interest .interbtn .interhead  img {
	width: 95px;
}
.interest .interbtn a {
	display: block;
}
}


/* faq
----------------------------------------------- */
.faq {
	background: #ffea38;
	padding: 70px 0 125px;
}
.faq .faqhd {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-weight: 700;
	margin-bottom: 50px;
}
.faq .faqhd .hdeng {
	font-size: 68px;
	line-height: 1;
	letter-spacing: 0.1em;
}
.faq .faqhd .hdjps {
	font-size: 22px;
	line-height: 1.2;
	margin-top: 25px;
}
.faq .faqlist li+li {
	margin-top: 30px;
}
.faq .faqlist li {
	cursor: pointer;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.faq .faqlist .faqico {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	width: 60px;
	flex-shrink: 0;
	align-self: flex-start;
}
.faq .faqlist .qbox {
	padding: 25px 50px 25px 30px;
	display: flex;
	align-items: center;
	position: relative;
}
.faq .faqlist .qbox .faqico {
	color: #17ceb2;
}
.faq .faqlist .qbox:before {
	position: absolute;
	content: "";
	background: url(../img/arrow_faq.png) center center no-repeat;
	right: 30px;
	top: 0;
	width: 20px;
	height: 100%;
	z-index: 0;
}
.faq .faqlist .qtxt {
	font-size: 21px;
	line-height: 1.43;
}
.faq .faqlist .abox {
	display: none;
}
.faq .faqlist .aboxin {
	padding: 15px 70px 30px 30px;
	display: flex;
	align-items: center;
}
.faq .faqlist .abox .faqico {
	color: #eb3a3a;
}
.faq .faqlist .atxt {
	font-size: 19px;
	line-height: 1.6;
	color: #e21d1d;
}

@media (max-width: 767px) {
.faq {
	padding: 40px 0 120px;
}
.faq .faqhd {
	margin-bottom: 30px;
}
.faq .faqhd .hdeng {
	font-size: 40px;
}
.faq .faqhd .hdjps {
	font-size: 16px;
	margin-top: 20px;
}
.faq .faqlist .faqico {
	font-size: 28px;
	width: 40px;
}
.faq .faqlist .qbox {
	padding: 15px 40px 15px 20px;
}
.faq .faqlist .qbox:before {
	right: 15px;
}
.faq .faqlist .qtxt {
	font-size: 16px;
}
.faq .faqlist .aboxin {
	padding: 15px 30px 20px 20px;
}
.faq .faqlist .atxt {
	font-size: 15px;
}
}


/* flow
----------------------------------------------- */
.flow {
	background: url(../img/bg_flow.jpg) 0 0 repeat;
	padding: 75px 0 80px;
}
.flow .flowhd {
	text-align: center;
	font-size: 36px;
	line-height: 1.15;
	padding-bottom: 70px;
	margin-bottom: 50px;
	position: relative;
}
.flow .flowhd .lar {
	display: block;
	letter-spacing: -0.05em;
	font-size: 60px;
}
.flow .flowhd:before {
	position: absolute;
	content: "";
	background: url(../img/arrow_flow.png) center center no-repeat;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 46px;
	z-index: 0;
}
.flow .flowlist li+li {
	margin-top: 58px;
}
.flow .flowlist li {
	position: relative;
	padding: 0 14px 14px 0;
}
.flow .flowlist li:before {
	position: absolute;
	content: "";
	background: rgba(22,181,255,0.2);
	right: 0;
	bottom: 0;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	z-index: 0;
}
.flow .flowlist .flowin {
	background: #fff;
	display: flex;
	align-items: center;
	position: relative;
	padding: 45px 60px;
	border: 3px #16b5ff solid;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.flow .flowlist .flowcap {
	position: absolute;
	left: 40px;
	top: 0;
	transform: translateY(-50%);
	background: #fff;
	width: 148px;
	font-weight: 600;
	text-align: center;
	font-size: 23px;
	letter-spacing: 0.1em;
	color: #16b5ff;
	z-index: 1;
}
.flow .flowlist .flowtit {
	width: 256px;
	line-height: 1.2;
	flex-shrink: 0;
	font-size: 34px;
	color: #16b5ff;
}
.flow .flowlist .flowtxt {
	font-size: 20px;
}


@media (max-width: 767px) {
.flow {
	padding: 40px 0;
}
.flow .flowhd {
	font-size: 24px;
	padding-bottom: 40px;
	margin-bottom: 30px;
}
.flow .flowhd .lar {
	font-size: 34px;
}
.flow .flowhd:before {
	position: absolute;
	content: "";
	background: url(../img/arrow_flow.png) center center no-repeat;
	background-size: 44px 26px;
	left: 0;
	height: 26px;
}
.flow .flowlist li+li {
	margin-top: 40px;
}
.flow .flowlist li {
	padding: 0 10px 10px 0;
}
.flow .flowlist li:before {
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}
.flow .flowlist .flowin {
	display: block;
	padding: 30px 20px;
}
.flow .flowlist .flowcap {
	left: 20px;
	width: 120px;
	font-size: 18px;
}
.flow .flowlist .flowtit {
	width: auto;
	font-size: 26px;
	margin: 0 0 10px;
}
.flow .flowlist .flowtxt {
	font-size: 16px;
}
}


/* why
----------------------------------------------- */
.why {
	background: url(../img/bg_why.jpg) 0 0 repeat;
	padding: 0 0 80px;
	overflow: hidden;
	position: relative;
}
.why:before {
	position: absolute;
	content: "";
	background: #fff;
	left: 50%;
	top: 0;
	height: 240px;
	width: 110%;
	transform: translate(-50%,-70%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 0;
}
.why .whycap {
	text-align: center;
	margin-bottom: -8px;
	position: relative;
	z-index: 2;
}
.why .whybox {
	max-width: 890px;
	margin: 0 auto;
	background: #fff;
	padding: 40px 50px 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	position: relative;
}
.why .whybox:before {
	position: absolute;
	content: "";
	background: url(../img/arrow_why.png) center 0 no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 112px;
	left: 0;
	top: 100%;
	z-index: 0;
}
.why .whytxt {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.01em;
}
.why .whytxt a {
	color: #16b5ff;
	text-decoration: underline;
}
.why .whylink {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.why .whylink a {
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	border-bottom: 1px #fff solid;
}
.why .whybtn {
	display: flex;
	justify-content: center;
	margin-top: 26px;
	position: relative;
	z-index: 1;
}
.why .whybtn a {
	display: block;
}

@media (max-width: 767px) {
.why {
	padding: 0 0 40px;
}
.why:before {
	height: 200px;
	width: 120%;
	transform: translate(-50%,-70%);
}
.why .whycap {
	text-align: center;
	margin-bottom: -4px;
	position: relative;
	z-index: 2;
}
.why .whycap img {
	width: 299px;
}
		
.why .whybox {
	padding: 30px 20px 20px;
}
.why .whybox:before {
	position: absolute;
	content: "";
	background: url(../img/arrow_why.png) center 0 no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 12.5842vw;
	left: 0;
	top: calc(100% - 5px);
	z-index: 0;
}
.why .whytxt {
	font-size: 16px;
}
.why .whylink {
	margin-top: 20px;
}
.why .whylink a {
	font-size: 16px;
}
.why .whybtn {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}
.why .whybtn a img {
	width: 300px;
}
}


/* example
----------------------------------------------- */
.example {
	background: url(../img/bg_example.jpg) center 0 no-repeat;
	background-size: cover;
	padding: 75px 0 110px;
}
.example .examplehd {
	display: flex;
	justify-content: center;
	margin-bottom: 130px;
}
.example .examplehd .hdin {
	border: 4px #16b5ff solid;
	padding: 15px 35px;
	background: #fff;
	font-size: 30px;
	text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	position: relative;
}
.example .examplehd .hdin:before {
	position: absolute;
	content: "";
	background: url(../img/arrow_hd_example.jpg) center center no-repeat;
	width: 100%;
	height: 18px;
	left: 0;
	top: 100%;
	z-index: 0;
}
.example .exambox {
	background: #fff;
	border: 6px #4b4b4b solid;
	position: relative;
}
.example .exambox+.exambox {
	margin-top: 90px;
}
.example .exambox .examcap {
	border: 6px #4b4b4b solid;
	border-bottom: none;
	padding: 0 34px;
	height: 65px;
	font-size: 30px;
	line-height: 1.2;
	background: #c6edff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	bottom: 100%;
	-webkit-border-radius: 35px 35px 0 0;
	-moz-border-radius: 35px 35px 0 0;
	-ms-border-radius: 35px 35px 0 0;
	-o-border-radius: 35px 35px 0 0;
	border-radius: 35px 35px 0 0;
}
.example .exambox .worrybox {
	background: #c6edff;
	padding: 40px 34px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.example .exambox .worrytab {
	width: 44%;
}
.example .exambox .worrytab table {
	width: 100%;
	border-top: 2px #4b4b4b solid;
}
.example .exambox .worrytab table th,
.example .exambox .worrytab table td {
	border-bottom: 2px #4b4b4b solid;
	vertical-align: middle;
	padding: 15px 5px;
	font-size: 18px;
	letter-spacing: -0.05em;
	font-weight: 700;
}
.example .exambox .worrytab table th {
	width: 110px;
	padding: 15px 10px;
}
.example .exambox .worrycont {
	width: 51.5%;
	display: flex;
	align-items: center;
}
.example .exambox .worryico {
	width: 84px;
	height: 84px;
	background: #eb3a3a;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 20px;
	flex-shrink: 0;
	margin-right: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
.example .exambox .worryico:before {
	position: absolute;
	content: "";
	left: calc(100% - 2px);
	top:50%;
	transform:translateY(-50%);
	border-left:14px #eb3a3a solid;
	border-right:0;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	z-index: 2;
}
.example .exambox .worrytxt {
	font-size: 18px;
}

.example .exambox .sugbox {
	padding: 40px 34px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.example .exambox .sugcont {
	width: 46%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.example .exambox .sugname {
	font-size: 30px;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fffd40 0%) repeat scroll 0 0;
	margin-bottom: 25px;
}
.example .exambox .suglist {
	padding: 0 5px;
}
.example .exambox .suglist li+li {
	margin-top: 10px;
}
.example .exambox .suglist li {
	font-size: 24px;
	line-height: 1.3;
	padding-left: 35px;
	position: relative;
}
.example .exambox .suglist li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
	background: #eb3a3a;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 0;
}
.example .exambox .sugfree {
	width: 48%;
	padding: 20px;
	background: #fffd40;
	height: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 2px #4b4b4b solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.example .exambox .sugfree .freetit {
	position: relative;
	padding-bottom: 25px;
	text-align: center;
	font-size: 24px;
	margin-bottom: 15px;
}
.example .exambox .sugfree .freetit:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	transform:translateX(-50%);
	border-top: 12px solid #eb3a3a;
	border-bottom: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	z-index:0;
}
.example .exambox .sugfree .freesmx {
	font-size: 18px;
	line-height: 1.45;
}
.example .exambox .sugfree .freesml {
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}
.example .exambox .sugfree .freemid {
	font-size: 26px;
	line-height: 1.38;
	text-align: center;
}
.example .exambox.left {
	-webkit-border-radius: 0 20px 20px 20px;
	-moz-border-radius: 0 20px 20px 20px;
	-ms-border-radius: 0 20px 20px 20px;
	-o-border-radius: 0 20px 20px 20px;
	border-radius: 0 20px 20px 20px;
}
.example .exambox.left .examcap {
	left: -6px;
}
.example .exambox.left .worrybox {
	-webkit-border-radius: 0 14px 0 0;
	-moz-border-radius: 0 14px 0 0;
	-ms-border-radius: 0 14px 0 0;
	-o-border-radius: 0 14px 0 0;
	border-radius: 0 14px 0 0;
}
.example .exambox.right {
	-webkit-border-radius: 20px 0 20px 20px;
	-moz-border-radius: 20px 0 20px 20px;
	-ms-border-radius: 20px 0 20px 20px;
	-o-border-radius: 20px 0 20px 20px;
	border-radius: 20px 0 20px 20px;
}
.example .exambox.right .examcap {
	right: -6px;
}
.example .exambox.right .worrybox {
	flex-direction: row-reverse;
	-webkit-border-radius: 14px 0 0 0;
	-moz-border-radius: 14px 0 0 0;
	-ms-border-radius: 14px 0 0 0;
	-o-border-radius: 14px 0 0 0;
	border-radius: 14px 0 0 0;
}
.example .examdet {
	margin: 85px 0 115px;
	display: flex;
	justify-content: center;
}
.example .examdet .detin {
	font-size: 36px;
	text-align: center;
	padding: 2px 2px 2px 5px;
	font-feature-settings: "palt";
	border-bottom: 3px #eb3a3a solid;
}
.example .examflex {
	display: flex;
	justify-content: space-between;
}
.example .examflex .exambox {
	width: 48.2%;
}
.example .examflex .exambox+.exambox {
	margin: 0;
}
.example .examflex .exambox.right .worrybox {
	flex-direction: row;
}
.example .examflex .exambox .worrycont {
	width: 100%;
}
.example .examflex .exambox .sugbox {
	display: block;
}
.example .examflex .exambox .sugcont {
	width: auto;
}
.example .examflex .exambox .sugfree {
	width: auto;
	height: auto;
	justify-content: flex-start;
	margin-top: 25px;
}
.example .exambtn {
	margin-top: 80px;
	display: flex;
	justify-content: center;
}
.example .exambtn a {
	display: block;
}
.example .examlink {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.example .examlink a {
	font-size: 20px;
	line-height: 1.1;
	color: #eb3a3a;
	border-bottom: 1px #eb3a3a solid;
	display: block;
}

@media (max-width: 1024px) {
.example .exambox .sugbox {
	display: block;
}
.example .exambox .sugcont {
	width: auto;
}
.example .exambox .sugfree {
	width: auto;
	height: auto;
	margin-top: 25px;
}
.example .examflex {
	display: block;
}
.example .examflex .exambox+.exambox {
	margin: 90px 0 0;
}
	.example .examflex .exambox {
		width: auto;
	}
}
@media (max-width: 767px) {
.example {
	padding: 40px 0 80px;
}
.example .examplehd {
	margin-bottom: 100px;
}
.example .examplehd .hdin {
	padding: 10px 20px;
	font-size: 22px;
}
.example .exambox .examcap {
	padding: 0 20px;
	height: 50px;
	font-size: 22px;
}
.example .exambox .worrybox {
	padding: 20px 15px;
	display: block;
}
.example .exambox .worrytab {
	width: auto;
}
.example .exambox .worrytab table th,
.example .exambox .worrytab table td {
	padding: 10px 5px;
	font-size: 15px;
	letter-spacing: 0;
}
.example .exambox .worrytab table th {
	width: 90px;
	padding: 10px 5px;
}
.example .exambox .worrycont {
	width: auto;
	margin-top: 20px;
}
.example .exambox .worryico {
	width: 60px;
	height: 60px;
	font-size: 16px;
	margin-right: 15px;
}
.example .exambox .worrytxt {
	font-size: 15px;
}

.example .exambox .sugbox {
	padding: 20px 15px;
}
.example .exambox .sugname {
	font-size: 22px;
}
.example .exambox .suglist li {
	font-size: 18px;
	padding-left: 30px;
}
.example .exambox .suglist li:before {
	top: 4px;
	width: 16px;
	height: 16px;
}
.example .exambox .sugfree {
	padding: 15px;
}
.example .exambox .sugfree .freetit {
	padding-bottom: 20px;
	font-size: 18px;
	margin-bottom: 10px;
}
.example .exambox .sugfree .freesmx {
	font-size: 16px;
}
.example .exambox .sugfree .freesml {
	font-size: 18px;
}
.example .exambox .sugfree .freemid {
	font-size: 20px;
}
.example .examdet {
	margin: 40px 0 80px;
}
.example .examdet .detin {
	font-size: 18px;
	border-bottom: 2px #eb3a3a solid;
}
.example .examflex .exambox .sugfree {
	width: auto;
	height: auto;
}
.example .exambtn {
	margin-top: 40px;
}
.example .exambtn a img {
	width: 300px;
}
.example .examlink {
	margin-top: 20px;
}
.example .examlink a {
	font-size: 16px;
}
}


/* XXXXXXXXXX
----------------------------------------------- */

@media (max-width: 1024px) {

}
@media (max-width: 767px) {

}


/* 20250423 */
.formContainer {
	display: none;
	padding: 100px 16px 50px;
	max-width: 768px;
	margin: 0 auto;
}

.intertel a {
	max-width: 396px;
}

#header .headermess .cap {
width: 200px;
}
@media (max-width: 767px) {
	#header .headermess .cap {
			width: 140px;
			margin-left: -4px;
	}
}





