@charset "utf-8";
/*-------------------- reset --------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-------------------- base --------------------*/
* {
	box-sizing: border-box;
}
html, body {
	height: 100%;
	position: relative;
}
body {
	color: #636363;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size: 100%;
	line-height: 1.4;
	padding-top: 103px;
	position: relative;
}
img {
	height: auto;
	max-width: 100%;
}
.range {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
.clearfix {}
.clearfix::after {
	clear: both;
	content: "";
	display: block;
}
.caps1 {
	padding-left: 1em;
	text-indent: -1em;
}
.caps2 {
	padding-left: 6.2em;
}
.text__left {
	text-align: left;
}
.text__center {
	text-align: center;
}
.text__right {
	text-align: right;
}
.margin__auto {
	margin-right: auto;
	margin-left: auto;
}
.noneTablet {
	display: none;
}
.nonePhone {}
/*-------------------- flex --------------------*/
/*
- before Android4.3 iOS6(Safari)
- IE10
- Pc-safari
*/
.flex {
	display: -webkit-box; 
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width:100%;
}
.flex__wrap__wrap {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex__items__center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
}
.flex__items__end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-line-pack: end;
	-webkit-align-content: flex-end;
	align-content: flex-end;
}
.flex__justify__center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex__justify__end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.flex__justify__between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex__col__auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	max-width: auto;
	width: auto;
}
.flex__col__3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 32.5%;
	-webkit-flex: 0 1 32.5%;
	flex: 0 1 32.5%;
	max-width: 32.5%;
	width: 32.5%;
}
.flex__self__center {
	-ms-flex-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
}
/*-------------------- header --------------------*/
#header {
	background: #fff;
	height: 103px;
	left: 0;
	padding: 37px 0 17px;
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
}
.headerLogo {
	width: 240px;
}
.headerLogo img {
	display: block;
}
.headerButton {
	width: auto;
}
.headerLink {
	padding: 10px 0;
	width: auto;
}
.headerLink li {
	padding-right: 16px;
	padding-left: 16px;
}
.headerLink li + li {
	border-left: 1px solid #a1a1a1;
}
.headerLink li a {
	color: #303030;
	text-decoration: none;
}
/*-------------------- scrollTop --------------------*/
#scrollTop {
	background: #27bb0e;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	bottom: 10px;
	display: block;
	height: 35px;
	position: fixed;
	right: 10px;
	width: 35px;
	z-index: 3;
}
#scrollTop::before {
	border: 2px solid #fff;
	border-right: transparent;
	border-top: transparent;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	left: 12px;
	top: 19px;
	-webkit-transform: translateY(-50%) rotate(135deg);
	-ms-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
	width: 10px;
	z-index: 3;
}
/*-------------------- footer --------------------*/
#footer {
	padding: 20px 0 50px;
	position: relative;
}
.footerLink li {
	padding-right: 16px;
	padding-left: 16px;
}
.footerLink li + li {
	border-left: 1px solid #a1a1a1;
}
.footerLink li a {
	color: #303030;
	text-decoration: none;
}
.footerLogo {
	padding: 30px 0 20px;
	width: 20%;
	height: auto;
	display: block;
	margin: auto;
}
.footerCopy {
	font-size: 60%;
	text-align: center;
}
/*-------------------- open --------------------*/
.open {
	padding: 16px 0 10px;
}
.lp .open h2 {
	padding-bottom: 10px;
}
.consult,
.consult.button__open {
	background: #015b37;
	color: #fff;
	font-size: 300%;
	line-height: 1;
	margin-bottom: 0.5em;
	padding: 10px 0 20px 12%;
}
.consult.button__open {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 80%;
}
.consult__caps {
	padding-left: 3.1em;
	text-indent: -3.1em;
}
.consult small {
	font-size: 62%;
}
.consult a {
	color: #fff;
	text-decoration: none;
}
.openBox {
	padding: 10px 0;
	text-align: center;
}
.openBox__note {
	text-align: center;
	width: 64%;
}
.openBox__status {
	font-size: 200%;
	padding-right: 23px;
	text-align: right;
	width: 43%;
}
.openBox__status span {
	background: #fff;
	color: #d2323e;
	display: inline-block;
	padding: 4px;
	text-align: center;
	width: 6em;
}
.openBox__value {
	color: #323232;
	font-size: 200%;
	text-align: left;
	width: 57%;
}
.openBox__value small {
	font-size: 70%;
}
.openBox__button {
	margin-top: 12px;
	text-align: center;
	width: 36%;
}
/*-------------------- button --------------------*/
.button__login::before
{
	border: 2px solid #fff;
	border-bottom: transparent;
	border-left: transparent;
	content: "";
	display: block;
	height: 6px;
	position: absolute;
	left: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	z-index: 5;
}
.button__open::before
{
	border: 2px solid #fff;
	border-bottom: transparent;
	border-left: transparent;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	left: 16px;
	top: 47%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	z-index: 5;
}
.button__login {
	background: #27bb0e;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px solid #27bb0e;
	box-shadow: 0px 2px 0px 0px rgba(2, 4, 14, 0.35);
	-moz-box-shadow: 0px 2px 0px 0px rgba(2, 4, 14, 0.35);
	-webkit-box-shadow: 0px 2px 0px 0px rgba(2, 4, 14, 0.35);
	color: #fff;
	display: inline-block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin-left: 10px;
	padding: 7px 10px 6px 26px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: all .5s cubic-bezier(.23, 1, .32, 1);
	-webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .5s cubic-bezier(.23, 1, .32, 1);
}
.button__login:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	opacity: .9;
	top: 2px;
}
.button__login img {
	display: block;
}
.button__open {
	background: #27bb0e;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px solid #27bb0e;
	box-shadow: 0px 2px 0px 0px rgba(2, 4, 14, 0.35);
	-moz-box-shadow: 0px 2px 0px 0px rgba(2, 4, 14, 0.35);
	-webkit-box-shadow: 0px 2px 0px 0px rgba(2, 4, 14, 0.35);
	color: #fff;
	display: inline-block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 12px;
	padding: 17px 15px 19px 40px;
	position: relative;
	text-decoration: none;
	transition: all .5s cubic-bezier(.23, 1, .32, 1);
	-webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: all .5s cubic-bezier(.23, 1, .32, 1);
}
.button__open:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	opacity: .9;
	top: 2px;
}
.button__open img {
	display: block;
}
/*-------------------- contents --------------------*/
.contents {
	border-top: 2px solid #015b37;
	border-bottom: 2px solid #015b37;
	padding: 50px 0;
}
#content h1,
.contents h1 {
	border-bottom: 2px solid #27bb0e;
	font-size: 200%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.contents h2 {
	border-left: 4px solid #27bb0e;
	font-size: 150%;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-left: 1em;
}
.contents h3 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.contents p {
	padding-bottom: 1em;
}
.contents ul {
	padding-top: 0.5em;
}
.contents ul li {
	padding-bottom: 0.5em;
}
.contents table {
	margin-bottom: 1em;
}
.contents th {
	background: #bbb;
	border: 1px solid #999;
	padding: 10px;
}
.contents td {
	border: 1px solid #999;
	padding: 10px;
}
/*-------------------- terms --------------------*/
.terms ul li {
	padding-left: 2em;
	text-indent: -2em;
}
.terms ul ul li {
	padding-left: 4em;
	text-indent: -4em;
}
.terms ul ul li:nth-of-type(1),
.terms ul ul li:nth-of-type(2),
.terms ul ul li:nth-of-type(3),
.terms ul ul li:nth-of-type(4),
.terms ul ul li:nth-of-type(5),
.terms ul ul li:nth-of-type(6),
.terms ul ul li:nth-of-type(7),
.terms ul ul li:nth-of-type(8),
.terms ul ul li:nth-of-type(9) {
	padding-left: 3em;
	text-indent: -3em;
}
/*-------------------- privacy --------------------*/
.privacy hr {
	border-top: 1px solid #27bb0e;
	border-bottom: 1px solid #27bb0e;
	margin-top: 1em;
	margin-bottom: 2em;
}
.privacy ul li {
	padding-left: 1em;
	padding-bottom: 0.5em;
	text-indent: 1em;
}
.privacy ul ul li {
	padding-left: 2em;
	padding-bottom: 0.5em;
	text-indent: 2em;
}
.privacy_strong {
	font-weight: bold;
	text-decoration: underline;
}
/*-------------------- break point --------------------*/
@media all and (max-width: 1024px){

/*-------------------- base --------------------*/
.range {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
}

}
@media all and (max-width: 767px){

/*-------------------- base --------------------*/
body {
	padding-top: 72px;
}
.noneTablet {
	display: block;
}
.nonePhone {
	display: none;
}
/*-------------------- header --------------------*/
#header {
	height: 72px;
	padding: 20px 0 17px;
}
.headerLogo {
	width: 55%;
}
.headerLogo img {
	width: 172px;
}
.headerLink {
	display: none;
}
/*-------------------- footer --------------------*/
.footerLink {
	display: block;
	text-align: center;
}
.footerLink li + li {
	border-left: none;
}
/*-------------------- open --------------------*/
.consult,
.consult.button__open {
	font-size: 167%;
	padding-left: 10px;
}
.consult.button__open {
	width: 100%;
}
.openBox__note {
	width: 100%;
}
.openBox__status {
	padding-right: 0;
}
.openBox__value {
	font-size: 200%;
	text-align: center;
}
.openBox__button {
	width: 100%;
}

}
