﻿* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

html {
	font-size: 62.5%;
	overflow: auto;
}
body {
	line-height: 2.0;
	font-size: 1.4rem;
	color: #000;
	background: url(../images/body_bg.jpg) 0 0 repeat;
	font-size: 62.5%;
	  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	overflow: hidden;
}
a {
	color: #f00;
	transition: 0.2s;
}
a:hover {
	color: #ff0;
}
img {
	border: 0;
	vertical-align: bottom;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}


/* margin padding
-----------------------------------------------------------*/

.mb00 {
	margin-bottom: 0px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mt00 {
	margin-top: 0px !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mr00 {
	margin-right: 0px !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mr60 {
	margin-right: 60px !important;
}
.mr70 {
	margin-right: 70px !important;
}
.mr80 {
	margin-right: 80px !important;
}
.mr90 {
	margin-right: 90px !important;
}
.mr100 {
	margin-right: 100px !important;
}
.mrl00 {
	margin-left: 0px !important;
}
.mrl05 {
	margin-left: 5px !important;
}
.mrl10 {
	margin-left: 10px !important;
}
.mrl15 {
	margin-left: 15px !important;
}
.mrl20 {
	margin-left: 20px !important;
}
.mrl30 {
	margin-left: 30px !important;
}
.mrl40 {
	margin-left: 40px !important;
}
.mrl50 {
	margin-left: 50px !important;
}
.mrl60 {
	margin-left: 60px !important;
}
.mrl70 {
	margin-left: 70px !important;
}
.mrl80 {
	margin-left: 80px !important;
}
.mrl90 {
	margin-left: 90px !important;
}
.mrl100 {
	margin-left: 100px !important;
}
/* font
-----------------------------------------------------------*/

.font10 {
	font-size: 1.0rem !important;
}
.font11 {
	font-size: 1.1rem !important;
}
.font12 {
	font-size: 1.2rem !important;
}
.font13 {
	font-size: 1.3rem !important;
}
.font14 {
	font-size: 1.4rem !important;
}
.font15 {
	font-size: 1.5rem !important;
}
.font16 {
	font-size: 1.6rem !important;
}
.font17 {
	font-size: 1.7rem !important;
}
.font18 {
	font-size: 1.8rem !important;
}
.font19 {
	font-size: 1.9rem !important;
}
.font20 {
	font-size: 2.0rem !important;
}
.font21 {
	font-size: 2.1rem !important;
}
.font22 {
	font-size: 2.2rem !important;
}
.font23 {
	font-size: 2.3rem !important;
}
.font24 {
	font-size: 2.4rem !important;
}
.font25 {
	font-size: 2.5rem !important;
}
.font26 {
	font-size: 2.6rem !important;
}
.font27 {
	font-size: 2.7rem !important;
}
.font28 {
	font-size: 2.8rem !important;
}
.font29 {
	font-size: 2.9rem !important;
}
/* line-height
-----------------------------------------------------------*/
.line-height15 {
	line-height:1.5;
}
@media screen and (min-width: 768px) {
.line-height15 {
	line-height:1.3;
}
}
/* float
-----------------------------------------------------------*/
.f_left {
	float: left;
}
.f_right {
	float: right;
}
/* align
-----------------------------------------------------------*/

.align_c {
	text-align: center !important;
}
.align_l {
	text-align: left !important;
}
.align_r {
	text-align: right !important;
}
/* font デコレーション
-----------------------------------------------------------*/

.bold {
	font-weight: bold;
}
.asta {
	text-indent: -0.5em;
	margin-left: 0.5em;
}
.asta02 {
	text-indent: -1.5em;
	margin-left: 1.5em;
}
/* 携帯のみ電話
-----------------------------------------------------------*/

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
		color: #000;
	}
}
/* 分岐
-----------------------------------------------------------*/

.sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}
/*　レイアウト
---------------------------------------------------------- */

#wrapper {
	width: 100%;
	overflow: hidden;
}
.contents {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
}


/*　メイン
---------------------------------------------------------- */


.main {
	width:100%;
	height:680px;
	background:url(../images/main.jpg) center center no-repeat;
	background-size:cover;
}

.lead {
	text-align: center;
	padding: 40px 0 60px;
	line-height: 1.6;
}

.lead span {
	font-size: 16px;
	line-height: 1;
}

.title_blue {
	font-size: 42px;
	color: #0070e2;
	font-weight: 700;
	text-align: center;
}

.title_white {
	font-size: 42px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}


.sec01{
	width:1000px;
	height:auto;
	margin:0 auto;
}


img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}



.merit_list {
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0;
}

.preparation_block {
	margin: 100px auto 35px;
}

.preparation_sub {
	font-size: 26px;
	color: #555555;
	text-align: center;
	font-weight: 500;
	line-height: 1.2;
}

.preparation_list {
	padding:42px 13% 0;
}

.preparation_list li {
	color: #555;
	font-size: 18px;
	padding-bottom: 10px;
}

.preparation_list li::before {
    content: url("../images/icon.jpg");  /*画像のURL*/
    margin-right:6px;  /*画像右の余白*/
}

.sec02 {
	width:1000px;
	height:auto;
	margin:0 auto;
    padding:0px 100px 50px;
    text-align:center;
}




.sec02 ul {
    width:100%;
    margin:20px auto 0;
    list-style:none;
    overflow: hidden;
	
}


.sec02 ul li {
    width:370px;
	margin:0 auto;
}


.sec02 ul li a {
    width:100%;
    display:block;
    background:#0070e2;
    color:#FFF;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-weight:bold;
    text-align:center;
    font-size:24px;
    text-decoration: none;
    padding:25px 0;
    border-radius: 5px;
    border-bottom:3px solid #005fbf;
    position:relative;
}


.sec02 ul li a:hover {
    background:#005fbf;
}


.sec02 ul li a::after {
    content:"";
    display: block;
    width:0;
    height:0;
    border-left:15px solid #FFF;
    border-top:12px solid transparent;
    border-bottom:12px solid transparent;
    position:absolute;
    top:50%;
    right:20px;
    transform: translateY(-50%);
}



.copy{
	font-size: 11px;
	text-align: center;
	padding: 18px 0 18px;
}

.container {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.contents {
	background: #f6fcff;
}

h2.attention_ttl {
	font-size: 26px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin:60px 0 30px;
}

.attention li {
	font-size: 18px;
	padding-bottom:25px;
	line-height: 1.6;
}

.triangle {
  position: relative;
	width: 100%;
}

.triangle:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translatex(50%);
  box-sizing: border-box;
  border-right: calc(50vw - 10px) solid transparent;
  border-left: calc(50vw - 10px) solid transparent;
  border-top: 100px solid #f6fcff;
}


.flow_block {
	background: #70cdff;
	padding: 130px 0 70px;
	width: 100%

}

.flow_list {
max-width: 800px;
width: 100%;
	margin-bottom: 20px;
}


@media screen and (max-width: 768px) {

.sec01{
	width:100%;
	height:auto;
	margin:0 auto;
}

.sec01 img{width:100%;}	 

    
.sec02 {
	width:100%;
	height:auto;
	margin:0 auto;
    padding:20px 20px 30px;
    text-align:center;
}


.sec02 h2 {
    font-size:24px;
    font-weight:900;
    font-family: 'Noto Sans JP', sans-serif;
    margin:0 0 20px;
}


.sec02 ul {
    width:100%;
    margin:0 auto;
    list-style:none;
    overflow: hidden;
}


.sec02 ul li {
    width:100%;
    float:none;
}



.sec02 ul li a {
    width:100%;
    display:block;
    background:#0070e2;
    font-size:21px;
    text-decoration: none;
    padding:25px 0;
    border-radius: 5px;
    border-bottom:3px solid #005fbf;
    position:relative;
}
    

.sec02 ul li a::after {
    content:"";
    display: block;
    width:0;
    height:0;
    border-left:13px solid #FFF;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    position:absolute;
    top:50%;
    right:20px;
    transform: translateY(-50%);
}
    
.container {
	max-width: 800px;
	width: 94%;
	margin: 0 auto;
}

h2.attention_ttl {
	font-size: 20px;
	padding-bottom: 5px;
	margin:60px 0 30px;
}

.attention li {
	font-size: 16px;
	padding-bottom:25px;
	line-height: 1.6;
}
	.lead {
		padding: 0;
	}
	.lead .font24 {
		font-size: 16px!important;
		padding: 20px 0 40px;
	}
	.lead span {
		font-size: 14px;
	}
	.title_blue, .title_white  {
		font-size: 24px;
	}
	.preparation_block {
    margin: 70px auto 0px;
}
.preparation_sub {
    font-size: 20px;
    line-height: 1.8;
}
	.preparation_list {
    padding: 30px 30px;
}
	
	.preparation_list li {
		font-size: 16px;
		line-height: 1.6;
		position: relative;
	}
	.preparation_list li::before {
		position: absolute;
		top: 2px;
		left: -18px;
	}
	.triangle:after {
		border-top: 35px solid #fff;
		border-right: calc(50vw) solid transparent;
    border-left: calc(50vw) solid transparent;
	}
	
	.flow_block {
    background: #70cdff;
    padding: 60px 0 50px;
    width: 100%;
}
	.flow_list {
		gap: 0 10px;
		padding: 0 10px;
	}
	
	.font18 {
		font-size: 16px!important;
	}
}