@charset "UTF-8";
/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 150%;
	border: none;
	list-style-type: none;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	text-align: justify;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

/* ---------------------------------------------------------
■ テキストリンク
--------------------------------------------------------- */
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------
■ 画像
--------------------------------------------------------- */
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
/* ---------------------------------------------------------
■ 共通
--------------------------------------------------------- */
.mb_10 {margin-bottom: 10px!important;}
.mb_20 {margin-bottom: 20px!important;}
.mb_50 {margin-bottom: 50px!important;}
.mb_70 {margin-bottom: 70px!important;}


/* ---------------------------------------------
■ header
--------------------------------------------- */
#wrapperSP{
    width: 100%;
	max-width:680px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.top_nav-wrap {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #fff;
	transition: .3s;
	top: 0;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
}
.top_nav {
    width: 100%;
    height: 14.4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 680px;
    margin: 0 auto;
}
.top_nav p.logo {
    width: 28%;
    margin-left: 2%;
}
.top_nav p.btn_header {
    width: 60%;
    margin-right: 2%;
    display: flex;
}
.top_nav p.btn_header a:first-child {
margin-right: 5px;
}

/* ---------------------------------------------
■ main
--------------------------------------------- */
#main {
	width: 100%;
	margin-top: 14.4vw;
}
#main .point_wrap {
    background-color: #dcf7f6;
    margin-bottom: 30px;
    padding: 15px 2%;
}
#main .point_wrap ul {
    display: flex;
    flex-wrap: wrap;

}
#main .point_wrap ul li {
    width: 50%;
}
.reason01_wrap {
	background-color: #f1f1f1;
  padding-bottom: 50px;
}
.reason02_wrap {
	background-color: #d3ebea;
    padding-bottom: 50px;
}
.reason03_wrap {
    color: #fff;
    background: -moz-linear-gradient(to bottom,#95c0be,#c1eadb 50%,#95c0be); 
    background: -webkit-linear-gradient(to bottom,#95c0be,#c1eadb 50%,#95c0be); 
    background: linear-gradient(to bottom,#95c0be,#c1eadb 50%,#95c0be); 
    padding-bottom: 50px;
}
.reason04_wrap {
	background-color: #7fb5b3;
    padding-bottom: 50px;
}
.sub_ttl {
    position: relative;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #00b7af;
    padding-bottom: 15px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.sub_ttl:after {
    content: "";
    display: block;
    max-width: 47px;
    width: 12%;
    height: 2px;
    background-color: #00b7af;
    position: absolute;
    bottom: 0;
    left: 45%;
}

.cap_text {
    padding: 0 15px;
}
.fs_s {
    font-size: 12px;
}

#sp_reason03 .sub_ttl , 
#sp_reason04 .sub_ttl {
    color: #fff;
}
#sp_reason03 .sub_ttl:after , 
#sp_reason04 .sub_ttl:after {
    background-color: #fff;
}
.btn_text02 {
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
    line-height: 1.8em;
    letter-spacing: 0.08em;
}
.btn_text02 span {
    padding: 5px;
    font-size: 17px;
    font-weight: bold;
    background-color: #eafbfa;
}


/*---------------------------------------------------
■ footer
----------------------------------------------------*/
footer {
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #000;
    padding: 20px 0;
}
footer .footer_wrap a {
    text-decoration: underline!important;
}
footer .footer_wrap .copyright {
    margin-top: 20px;
}

/* ---------------------------------------------------------
■ その他
--------------------------------------------------------- */
/*アンカーリンク高さ*/
#sp_reason01, #sp_reason02, #sp_reason03, #sp_reason04 {
	margin-top: -14.4vw;
	padding-top: 14.4vw;
}
/*topボタン*/
#topcontrol {
    width: 50px;
    height: 56px;
    background: url("../../img/pagetop.png")no-repeat;
    right: 10px!important;
}