@charset "UTF-8";

/* ------------------------------
レイアウト
------------------------------ */
html, body {
	margin: 0;
	padding: 0
}
main {
	max-width: 100%;
	width: 100%;
	display: block;
	color: #444;
	background: #fff;
	padding: 0 21px 0;
}
a:hover{opacity: 0.7;}
figure {
	text-align: center;
	margin-bottom: 10px;
}
.top-line {
	position: fixed;
	width: 100%;
	height: 0.2rem;
	background: #e50012;
	z-index: 20;
}
.container {
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
}
h2 + section {margin-bottom: 20px;}
.pc-none {display: none;}
.sp-none {display: block;}

@media screen and (min-width: 768px){
	main {max-width: 800px;}
	.top-line {height: 0.4rem;}
	.sp-none {display: none;}
	.pc-none {display: block;}
}

@font-face {
	font-family: "Noto Sans JP";
	src: url(/common/font/NotoSansCJKjp-Medium.woff) format("woff");
	src: url(/common/font/NotoSansCJKjp-Medium.woff2) format("woff2");
}


/* ------------------------------
コンテンツ
------------------------------ */
/*共通*/
.lead {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 10px;
}
.lead span {
	color: #E50012;
	font-weight: bold;
}
.lead em {
	position: relative;
	font-style: normal;
	border-bottom: 1px solid #E50012;
	/*text-decoration:underline #E50012;*/
	margin-bottom: 10px;
}
.lead .ttl {
	color: #231815;
	font-weight: bold;
}
.note-box {
	font-size: 12px;
	font-size: 1.2rem;
    text-indent: -1em;
    padding-left: .8em;
    margin-bottom: 1px;
}
.note-box li {margin-bottom: 8px;}
.img-box {text-align: center;}

/*タイトル*/
h1 {
	text-align: center;
	margin: 0 -21px 20px;
}
h2 {
	color: #231815;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.02em;
	padding: 5px 0 4px;
	margin-bottom: 20px;
}
.ttl-type01 {
	border-top: 3px solid #930000;
	border-bottom: 3px solid #930000;
}
.ttl-type02 {
	border-top: 3px solid #B50708;
	border-bottom: 3px solid #B50708;
}
.ttl-type03 {
	position: relative;
	color: #222;
	font-size: 1.8rem;
	font-weight: bold;
	border: 2px solid #1D2088;
	border-bottom: none;
	background: #CEE7F5;
	padding: 4px;
	margin: 0 -15px;
}
.ttl-type03::before {
	content: "";
	color: #222;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 3.0rem;
	border-left: 10px solid #1D2088;
	padding-right: 10px;
}
.ttl-text {
	text-align: center;
	background: #FFE051;
	padding: 15px 16px;
    margin: 0 -21px 16px;
}
.ttl-feature {
	font-family: "ヒラギノ角ゴシック","Hiragino Sans","ＭＳ Ｐゴシック",sans-serif;;
	position: relative;
    color: #222;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -0.02em;
    background: #e2f1b5;
    padding: 10px 5px 9px;
    margin: 0 -21px 15px;
}
.ttl-feature > span {
	color: #119921;
}

@media screen and (min-width:768px) {
	.ttl-type01 {
		font-size: 2.2rem;
	}
	.ttl-feature {
		font-size: 2.2rem;
		padding: 16px 5px 15px;
	}
}

/*ボタン*/
.btn-box {margin-bottom: 24px;}
.btn-box a {
	display: block;
	color: #FFF;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 4px 0 #87000B;
	border-radius: 50px;
	background: #E20012;
	padding: 15px 0 13px;
	-webkit-transition: all .2s;
    transition: all .2s;
}
.btn-box a:hover {opacity: 0.7;}
.btn-box a span {
	background: url("/topics/lp/o99A0/common/imgs/ico01.png") no-repeat 100% 44%;
	background-size: 20px 18.5px;
	padding-right: 30px;
}

/* メインビジュアル */
.main-visual {margin-bottom: 20px;}
.main-visual .lead {text-align: left;}
.main-visual .notes {border: 2px solid #ccc;}
.main-visual .notes p {
	font-size: 1.2rem;
	text-align: left;
	padding: 14px;
}
.introduction-area .list-box {
	position: relative;
	max-width: 380px;
	margin: 0 auto 16px;
}
.introduction-area .list-box li {
	font-family: "ヒラギノ角ゴシック","Hiragino Sans","ＭＳ Ｐゴシック",sans-serif;
    color: #0881e7;
    font-size: 2rem;
    font-weight: bold;
    padding: 0 22px;
    margin-bottom: 14px;
}
.introduction-area .list-box li::before {
	content: "";
    display: inline-block;
    background: url(../imgs/check.png) no-repeat;
    width: 28px;
    height: 28px;
    background-size: cover;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 16px;
}
.introduction-area .list-box li:last-child {margin-bottom: 0;}
.introduction-area .ttl-img {
	text-align: center;
	margin-bottom: 10px;
}
.introduction-area .ttl-type03 + section {
	border: 2px solid #1D2088;
	border-top: none;
	margin: 0 -15px;
}
.introduction-area .consideration-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
}
.introduction-area .consideration-box li {margin-right: 25px;}
.introduction-area .consideration-box li:last-child {margin-right: 0;}

@media screen and (max-width: 540px){
	.introduction-area .list-box {max-width: 350px;}
}

/* 特徴 */
.feature-area h2 + section {margin-bottom: 0;}
.feature-area .type-box {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
}
.feature-area .type-box li {
	height: 40px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	padding: 0 5px;
}
.feature-area .type-box li:first-child {
	width: 80%;
	font-size: 1.8rem;
	font-weight: bold;
	background: #E50013;
}
.feature-area .type-box li:last-child {
	width: 20%;
	font-size: 1.5rem;
	background: #595757;
}
.feature-area .ttl-feature + section {padding: 0 16px;}
.feature-area .ttl-text {
	padding: 15px;
	margin: 0 -21px 0;
}
.feature-area .list-feature {
    margin: 0 auto;
}
.feature-area .list-feature li {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.feature-area .list-feature li figure {
	width: 39%;
	max-width: 160px;
	margin: 0 auto;
}
.feature-area .list-feature li:first-child figure {
	max-width: 140px;
	padding: 0 5px;
}
.feature-area .list-feature li > div {
	width: calc(100% - 39% - 15px);
	margin-left: 15px;
}
.feature-area .list-feature li .lead {
	margin-bottom: 0;
}
.feature-area h4 {
	font-size: 1.7rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #119921;
	padding: 4px 2px;
	margin-bottom: 10px;
}
@media screen and (min-width: 480px){
	.feature-area .list-feature li figure {
		width: 25%;
	}
	.feature-area .list-feature li > div {
		width: calc(100% - 25% - 15px);
	}
}
@media screen and (min-width: 768px){
	.feature-area .list-feature {
		max-width: 100%;
	}
	.feature-area .list-feature li {
		margin-bottom: 40px;
	}
}

/* 仕様 */
.spec-area {
	background: #eee;
	margin: 0 -21px;
	padding: 16px 21px;
}
.spec-area h2 + section {margin-bottom: 0;}
.spec-area .price-box,
.spec-area .settlement-box {text-align: center;}
.spec-area .price-box {margin: 0 -15px 12px;}
.spec-area .price-list {
	font-family: "ヒラギノ角ゴシック","Hiragino Sans","ＭＳ Ｐゴシック",sans-serif;;
	text-align: center;
}
.spec-area .price-list > li:first-child {font-weight: bold;}
.spec-area .price-list li > span {
	color: #119921;
}
.spec-area .price-list .-flex {
	display: flex;
	justify-content: center;
}
.spec-area .price-list .-flex li:first-child {margin-right: 10px;}
.spec-area .settlement-box {
	padding: 0 65px;
	margin-bottom: 10px;
}
.spec-area .spec-box {
	border-radius: 5px;
	background: #e2f1b5;
	padding: 13px 10px;
	margin-bottom: 10px;
}
.spec-area .spec-box dt {
	color: #119921;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.spec-area .spec-box dd li {word-break: break-all;}
.spec-area .spec-box dd span {color: #119921;}
.spec-area .spec-box dd small {font-size: 1.2rem;}
.spec-area address {font-size: 1.2rem;}

@media screen and (min-width: 767px) {
	.spec-area .spec-box {
		padding: 16px;
	}
}

/*お問い合わせ先*/
.contact{
	max-width: 800px;
	margin: 0 auto;
	background-color: #fff;
	padding: 30px 0;
	line-height: 1.7;
}
.contact a{text-decoration: none;}
.contact__area{text-align: center;}
.contact-note{
	color: #444;
	margin-top: 10px;
}
.contact-title{
	color: #444;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 0 20px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}
.contact-subtitle{
	color: #444;
	font-size: 1.5rem;
}
.contact-link{font-size: 1.5rem;}

@media screen and (max-width: 767px) {
	.method-step{
		border: 2px solid #c4c4c4 ;
		padding: 20px;
		margin: 0 0 20px 0;
	}
	.contact{
		margin: 0 auto;
		padding: 5% 0;
	}
	.contact__area{text-align: center;}
	.contact-note{
		color: #444;
		margin-top: 10px;
		font-size: 1.25rem;
	}
	.contact-title{
		color: #444;
		font-size: 2.2rem;
		font-weight: bold;
		margin: 0 0 20px;
	}
	.contact-subtitle{
		color: #444;
		font-size: 1.4rem;
	}
	.contact-link{font-size: 1.4rem;}
	.contact-note{font-size: 1rem;}
}

@media screen and (max-width: 374px){
	.ttl-feature {font-size: 1.6rem;}
}

@media screen and (min-width: 768px){
	.main-visual {margin-bottom: 30px;}
	.main-visual .lead {display: block;}
	.feature-area .ttl-feature + section ul {
		width: 600px;
		margin: 0 auto;
	}
}


/* ------------------------------
footer
------------------------------ */
.footer {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 48px;
	background: #e50012;
}
.footer__bottom {
	display: inline-block;
}
.footer__copyright {
	font-size: 0.85rem;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.footer {height: 46px;}
}