@charset "UTF-8";
/* reset */
*,*::before,*::after{box-sizing: border-box;outline: none;}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; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}body{line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}nav ul{list-style:none;}blockquote, q{quotes:none;}blockquote:before, blockquote:after,q:before, q:after{content:''; content:none;}a{margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent;}input,button,select,textarea{-webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: none; border-radius: 0; font: inherit; outline: none;}textarea{resize: vertical;}input[type='checkbox'],input[type='radio']{display: none;}input[type='submit'],input[type='button'],label,button,select{cursor: pointer;}select::-ms-expand{display: none;}

/* set */
html, body {
    width:100%;
}
html{
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 62.5%;
}
body {
    font-family: 'Noto Sans JP',"游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.75; 
    color: #000;
    height:100%;
    -webkit-text-size-adjust: 100%;
	font-size: 1.6rem;
}

a {
    text-decoration:none;
    color:inherit;
    /*transition:.3s;*/
}
a img {
    /*transition:.3s;*/
}


li {list-style-type: none;}
img {max-width:100%; height:auto;}
table {border-collapse:collapse; border-spacing:0;}
select {vertical-align:middle;}

p {
    margin-bottom:30px;
}
p:last-child {
	margin-bottom: 0;
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

@media screen and (max-width: 834px) {
	body {
		font-size: 1.45rem;
	}
	p {
		margin-bottom: 20px;
	}
}


/* 
------------------------------------------------------------------------------------------------------------------------
common
------------------------------------------------------------------------------------------------------------------------
*/
.wrap {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}
@media screen and (max-width: 834px) {
	.wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.in834 {
	display: none;
}
@media screen and (max-width: 834px) {
	.in834 {
		display: block;
	}
	br.in834 {
		display: inline-block;
	}
	.out835 {
		display: none;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
header
------------------------------------------------------------------------------------------------------------------------
*/
#header,.header {
	background: url("../img/bg-blue.jpg") repeat;
	background-size: 5px;
	background-position: center;
	padding: 18px 0;
}
#header .wrap,.header .wrap {
	max-width: 1316px;
	overflow: hidden;
}

#header .wrap .left,.header .wrap .left {
	float: left;
	display: flex;
}
#header .wrap .left .logo,.header .wrap .left .logo {
	width: 148.5px;
	line-height: 0;
	margin: 0 20px 0 0;
}
#header .wrap .left .area,.header .wrap .left .area {
	width: calc(100% - 168.5px);
	height: 38px;
	color: #fff;
	/* border: 1px solid #fff; */
	display: flex;
	padding: 5px 10px;
	margin: 4px 0 0;
}
#header .wrap .left .area li:first-child,
.header .wrap .left .area li:first-child{
	width: 92.81px;
	height: 25px;
	padding-right: 8px;
	line-height: 0;
}
#header_old .wrap .left .area li:last-child,
.header_old .wrap .left .area li:last-child{
	width: calc(100% - 92.81px);
	height: 25px;
	font-size: 1.5rem;
	padding-left: 10px;
	line-height: 1.3;
	padding-top: 1px;
}

#header .wrap .right,.header .wrap .right {
	float: right;
	padding: 7px 0 0;
}
#header .wrap .right li,.header .wrap .right li {
	display: inline-block;
	vertical-align: top;
}
#header .wrap .right li:first-child,.header .wrap .right li:first-child {
	margin: 0 25px 0 0;
}
#header .wrap .right li a,.header .wrap .right li a {
	color: #fff;
	position: relative;
	display: inline-block;
}
#header .wrap .right li a img,#header .wrap .right li a span,
.header .wrap .right li a img,.header .wrap .right li a span{
	vertical-align: middle;
}
#header .wrap .right li a img,.header .wrap .right li a img {
	margin: 0 10px 0 0;
}
@media screen and (max-width: 834px) {
	#header,.header {
		padding: 9px 0;
	}
	#header .wrap {
		padding: 0 5px;
	}
	#header .wrap .right,.header .wrap .right {
		display: none;
	}
	#header .wrap .left,.header .wrap .left {
		width: 100%;
	}
	#header .wrap .left .logo,.header .wrap .left .logo {
		width: 80px;
		padding: 6px 0 0;
		margin: 2px 10px 0 0;
	}
	#header .wrap .left .area li:first-child,
	.header .wrap .left .area li:first-child {
		width: 66px;
		height: 19px;
		padding-top: 3px;
	}
	#header .wrap .left .area,.header .wrap .left .area {
		width: auto;
		height: 33px;
		padding: 5px 6px;
	}
	#header .wrap .left .area li:last-child,.header .wrap .left .area li:last-child {
		padding: 3px 0 0 10px;
		width: calc(100% - 66px);
		font-size: 1.2rem;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
foot
------------------------------------------------------------------------------------------------------------------------
*/
#foot,.small {
	background: url("../img/bg-yellow2.jpg") repeat;
	color: #000000;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 36px 0;
	text-align: center;
}
@media screen and (max-width: 834px) {
	#foot,.small {
		padding: 20px 0;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
contents
------------------------------------------------------------------------------------------------------------------------
*/
#lp {
	overflow: hidden;
}

/* メインビジュアル */
#lp .mv {
	line-height: 0;
}
#lp .mv img {
	width: 100%;
}

/* 固定ナビゲーション */
.fixnav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000000;
	transform: translate(0,153px);
	transition: .5s;
}
.fixnav.scroll {
	transform: translate(0,0);
}
.footfix .fixnav.scroll,.fixnav.scroll.footfix {
	position: static;
}
#lp nav,.fixnav {
	background: url("../img/bg-blue.jpg") repeat;
	padding: 16px 0;
	z-index: 100;
}
#lp nav .inner,.fixnav .inner {
	max-width: 820px;
	padding: 0 176px 0 30px;
	position: relative;
	margin: 0 auto;
	display: flex;
}
#lp nav .inner .people,.fixnav .inner .people {
	position: absolute;
	right: -14px;
	bottom: -16px;
}
#lp nav .inner a,.fixnav .inner a {
	display: block;
	width: calc(calc(100% - 14px) / 2);
	width: 100%;
	background: #fff100;
	color: #0b3290;
	padding: 18px 20px;
	margin: 0 14px 0 0;
	margin: 0;
	border-radius: 10px;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
}
#lp nav .inner a:nth-child(2),.fixnav .inner a:nth-child(2) {
	margin: 0;
}
#lp nav .inner a img,#lp nav .inner a span,
.fixnav .inner a img,.fixnav .inner a span{
	vertical-align: middle;
}
#lp nav .inner a img,.fixnav .inner a img {
	margin: 0 10px 0 0;
}
#lp nav .inner a span.out835, .fixnav .inner a span.out835 {
    display: inline;
}
@media screen and (min-width: 835px) {
	#lp nav .inner a:hover,.fixnav .inner a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 834px) {
	#lp nav, .fixnav {
		padding: 15px 0;
	}
	#lp nav .inner, .fixnav .inner {
		padding: 0 40px 0 7px;
	}
	#lp nav .inner a,.fixnav .inner a {
		font-size: 1.4rem;
		padding: 4px 10px 5px;
		margin: 0 7px 0 0;
		border-radius: 5px;
		position: relative;
		z-index: 2;
	}
	#lp nav .inner a:nth-child(2),.fixnav .inner a:nth-child(2) {
		margin: 0;
	}
	#lp nav .inner a:first-child img,.fixnav .inner a:first-child img {
		height: 14px;
		width: auto;
		margin: 2px 7px 0 0;
	}
	#lp nav .inner a:nth-child(2) img,.fixnav .inner a:nth-child(2) img {
		height: 17px;
		width: auto;
	}
	#lp nav .inner .people, .fixnav .inner .people {
		right: 0;
		bottom: -15px;
		width: 95px;
	}
	
	#lp nav .inner a span.in834, .fixnav .inner a span.in834 {
		display: inline;
	}
	#lp nav .inner a span.out835, .fixnav .inner a span.out835 {
		display: none;
	}
}

/* フレッシュキーパー 共通部分 */
#lp .about {
	background: url("../img/bg-yellow.jpg") repeat;
	background-position: center;
	background-size: 5px;
	padding: 60px 0 100px;
	margin: 0 0 80px;
}
#lp .about .bg-white {
	background: #fff;
	padding: 65px 30px 75px;
}
#lp .about .bg-white .contents {
	max-width: 900px;
	margin: 0 auto 60px;
}
#lp .about .bg-white .contents:last-child {
	margin: 0 auto;
}
#lp .about .bg-white .contents .double-line {
	border-bottom: 2.8px solid #0b3290;
	line-height: 1.4;
	padding-bottom: 18px;
	position: relative;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 900;
	font-style: italic;
	margin: 0 0 20px;
}
#lp .about .bg-white .contents .double-line:after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	width: 100%;
	height: 2.8px;
	background: #0b3290;
}
#lp .about .bg-white .contents .double-line .tag {
	background: #e6002d;
	color: #fff;
	width: 106px;
	height: 37px;
	line-height: 33px;
	display: block;
	font-weight: 700;
	font-size: 1.8rem;
	position: absolute;
	left: 0;
	bottom: 15px;
	text-align: center;
	font-style: normal;
}
#lp .about .bg-white .contents .double-line .tag span {
	font-size: 2.2rem;
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	padding: 0 0 0 3px;
}
#lp .about .bg-white .contents .double-line .font-large {
	font-size: 4.2rem;
}
#lp .about .bg-white .contents .double-line .dot {
	position: relative;
}
#lp .about .bg-white .contents .double-line .dot:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #e6002d;
	border-radius: 50%;
	position: absolute;
	bottom: 100%;
	left: 14px;
	right: 0;
	margin: 0 auto;
}
#lp .about .bg-white .contents .ttl {
	text-align: center;
	line-height: 0;
	margin: 0 0 24px;
}
@media screen and (max-width: 900px) {
	#lp .about .bg-white .contents .double-line {
		font-size: 3.0rem;
	}
	#lp .about .bg-white .contents .double-line .font-large {
		font-size: 3.8rem;
	}
}
@media screen and (max-width: 834px) {
	#lp .about {
		padding: 30px 0 50px;
		margin: 0 0 60px;
	}
	#lp .about .bg-white {
		padding: 35px 20px 45px;
	}
	#lp .about .bg-white .contents .double-line {
		padding: 0 0 18px;
		font-size: 2.6rem;
		margin: 0 0 30px;
	}
	#lp .about .bg-white .contents .double-line .tag {
		display: block;
		width: 100%;
		margin: 0 0 10px;
		position: static;
		font-size: 1.5rem;
	}
	#lp .about .bg-white .contents .double-line .tag span {
		font-size: 1.8rem;
	}
	#lp .about .bg-white .contents .double-line .font-large {
		display: inline-block;
		font-size: 3.2rem;
		padding-top: 10px;
	}
	#lp .about .bg-white .contents .double-line .dot:before {
		width: 8px;
		height: 8px;
		bottom: 95%;
	}
}

/* フレッシュキーパー CM */
#lp .about .bg-white .contents .video-box {
	position: relative;
	padding: 30px 30px 0;
	text-align: center;
	color: #fff;
}
#lp .about .bg-white .contents .video-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 350px;
	background: url("../img/contents01-bg.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
}
#lp .about .bg-white .contents .video-box h3,#lp .about .bg-white .contents .video-box .lead,#lp .about .bg-white .contents .video-box .video {
	position: relative;
	z-index: 1;
}
#lp .about .bg-white .contents .video-box h3 {
	font-size: 4.2rem;
	font-weight: 700;
}
#lp .about .bg-white .contents .video-box h3 span {
	color: #fff100;
}
#lp .about .bg-white .contents .video-box .lead {
	text-align: center;
	margin: 0 0 15px;
}
#lp .about .bg-white .contents .video-box .lead span {
	display: inline-block;
	background: #e6002d;
	padding: 0 30px;
}
#lp .about .bg-white .contents .video-box .video {
	max-width: 600px;
	margin: 0 auto;
	line-height: 0;
}
#lp .about .bg-white .contents .video-box .video video {
	width: 100%;
}
@media screen and (max-width: 834px) {
	#lp .about .bg-white .contents .video-box {
		padding: 30px 20px 0;
	}
	#lp .about .bg-white .contents .video-box:before {
		height: 250px;
	}
	#lp .about .bg-white .contents .video-box h3 {
		font-size: 2.8rem;
		margin: 0 0 10px;
	}
	#lp .about .bg-white .contents .video-box .lead span {
		font-size: 1.3rem;
		line-height: 1.4;
		padding: 5px 15px;
	}
}

/* フレッシュキーパー プロダクト紹介 */
#lp .about .bg-white .contents .introduction {
	background: url("../img/contents02-bg.gif") repeat;
	background-position: center;
	background-size: 900px;
	padding: 40px 44px;
}
#lp .about .bg-white .contents .introduction .flex-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#lp .about .bg-white .contents .introduction .flex-box dl {
	width: calc(calc(100% - 88px) / 3);
	margin: 0 44px 20px 0;
}
#lp .about .bg-white .contents .introduction .flex-box dl:nth-child(3),
#lp .about .bg-white .contents .introduction .flex-box dl:last-child{
	margin: 0 0 20px;
}
#lp .about .bg-white .contents .introduction .flex-box dl dt {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.389;
	margin: 0 0 15px;
}
#lp .about .bg-white .contents .introduction .caution {
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 834px) {
	#lp .about .bg-white .contents .introduction {
		padding: 30px 20px 50px;
	}
	#lp .about .bg-white .contents .introduction .flex-box {
		display: block;
	}
	#lp .about .bg-white .contents .introduction .flex-box dl,
	#lp .about .bg-white .contents .introduction .flex-box dl:nth-child(3){
		width: 100%;
		margin: 0 0 25px;
	}
	#lp .about .bg-white .contents .introduction .flex-box dl:last-child {
		margin: 0;
	}
	#lp .about .bg-white .contents .introduction .flex-box dl dt {
		font-size: 1.5rem;
	}
	#lp .about .bg-white .contents .introduction .flex-box dl dd {
		line-height: 0;
	}
	#lp .about .bg-white .contents .introduction .flex-box dl dd img {
		width: 100%;
	}
}

/* フレッシュキーパー 実力 */
#lp .about .bg-white .contents .ability {
	display: flex;
	padding: 0 26px;
	margin: 40px 0 0;
}
#lp .about .bg-white .contents .ability .box {
	width: calc(100% - 44px);
	margin: 0 44px 0 0;
}
#lp .about .bg-white .contents .ability .box:last-child {
	margin: 0;
}
#lp .about .bg-white .contents .ability .box h3 {
	line-height: 0;
	margin: 0 0 15px;
	text-align: center;
}
#lp .about .bg-white .contents .ability .box .img {
	line-height: 0;
	margin: 0 0 20px;
}
#lp .about .bg-white .contents .ability .box .img video {
	width: 100%;
}
#lp .about .bg-white .contents .ability .box .txt {
	font-size: 1.5rem;
	line-height: 1.667;
}
@media screen and (max-width: 834px) {
	#lp .about .bg-white .contents .ability {
		display: block;
		padding: 0;
	}
	#lp .about .bg-white .contents .ability .box {
		width: 100%;
		margin: 0 0 30px;
	}
	#lp .about .bg-white .contents .ability .box h3 {
		margin: 0 0 30px;
	}
}

/* フレッシュキーパー 施工価格 */
#lp .about .bg-white .contents .price {
	border: 2px solid #818181;
	padding: 25px 60px;
}
#lp .about .bg-white .contents .price .banner {
	line-height: 0;
	margin: 0 0 20px;
}
#lp .about .bg-white .contents .price .banner img {
	width: 100%;
}
#lp .about .bg-white .contents .price .sale {
	display: flex;
	margin: 0 0 25px;
}
#lp .about .bg-white .contents .price .sale li {
	width: calc(calc(100% - 30px) / 3);
	margin: 0 15px 0 0;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.3;
	padding: 6px 10px;
}
#lp .about .bg-white .contents .price .sale li:first-child {
	background: #000;
}
#lp .about .bg-white .contents .price .sale li:nth-child(2) {
	background: #e70012;
}
#lp .about .bg-white .contents .price .sale li:last-child {
	margin: 0;
	background: #008cd7;
}
#lp .about .bg-white .contents .price .sale li:last-child span {
	display: inline-block;
	padding-right: 63px;
	position: relative;
}
#lp .about .bg-white .contents .price .sale li:last-child span:after {
	content: "";
	position: absolute;
	top: 9px;
	right: 0;
	background: url("../img/contents04-sun.png") no-repeat;
	background-position: center;
	background-size: 58px;
	width: 58px;
	height: 58px;
	transform: translate(0,-50%);
}
#lp .about .bg-white .contents .price table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.45;
	margin: 0 0 20px;
}
#lp .about .bg-white .contents .price table tr {
	border-bottom: 1px solid #818181;
}
#lp .about .bg-white .contents .price table tr th {
	width: 34.4%;
	text-align: left;
	padding: 8px 38px;
}
#lp .about .bg-white .contents .price table tr th span {
	font-size: 1.8rem;
}
#lp .about .bg-white .contents .price table tr td:nth-child(2) {
	width: 41.33%;
	padding: 8px 0;
}
#lp .about .bg-white .contents .price table tr td:nth-child(3) {
	width: 24.27%;
	padding: 8px 0;
	font-size: 1.8rem;
	font-weight: 700;
}
#lp .about .bg-white .contents .price table tr td:nth-child(3) s {
	margin: 0 20px 0 0;
}
#lp .about .bg-white .contents .price table tr td:nth-child(3) span {
	color: #e6002d;
}
#lp .about .bg-white .contents .price .caution {
	font-size: 1.2rem;
	line-height: 1.583;
}
@media screen and (max-width: 834px) {
	#lp .about .bg-white .contents .price {
		padding: 25px 20px;
	}
	#lp .about .bg-white .contents .price .sale {
		display: block;
		margin: 0 0 10px;
	}
	#lp .about .bg-white .contents .price .sale li {
		width: 100%;
		margin: 0 0 10px;
	}
	#lp .about .bg-white .contents .price .sale li:last-child span {
		padding-right: 45px;
	}
	#lp .about .bg-white .contents .price .sale li:last-child span::after {
		width: 38px;
		height: 38px;
		background: url("../img/contents04-sun.png") no-repeat;
        background-position: center;
        background-size: 38px;
	}
	#lp .about .bg-white .contents .price table,#lp .about .bg-white .contents .price table tr,
	#lp .about .bg-white .contents .price table th,#lp .about .bg-white .contents .price table td,
	#lp .about .bg-white .contents .price table tbody{
		display: block;
		width: 100% !important;
		text-align: center !important;
	}#lp .about .bg-white .contents .price table th {
		padding-top: 15px !important;
	}
	#lp .about .bg-white .contents .price table td {
		padding: 0 !important;
	}
	#lp .about .bg-white .contents .price table td:last-child {
		padding-bottom: 15px !important;
	}
}

/* メニュー＆施工料金一覧 */
#lp .menu {
	margin: 0 0 115px;
}
#lp .menu h2 {
	font-weight: 700;
	font-size: 3.0rem;
	margin: 0 0 50px;
	text-align: center;
}
#lp .menu .lead {
	font-size: 1.5rem;
	text-align: center;
	margin: 0 0 15px;
}
#lp .menu .select-wrap {
	max-width: 600px;
	margin: 0 auto 60px;
	display: block;
	position: relative;
}
#lp .menu .select-wrap:after {
	content: "";
	position: absolute;
	top: 4px;
	bottom: 0;
	right: 34px;
	pointer-events: none;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 7px solid transparent;
	border-left: 11px solid #004bb1;
	transform: rotate(90deg);
	margin: auto 0;
}
#lp .menu .select-wrap select {
	background: #f5f5f5;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	text-align: center;
	padding: 15px 65px 15px 20px;
	color: #004bb1;
	font-size: 1.8rem;
	font-weight: 700;
	width: 100%;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}
@media screen and (max-width: 834px) {
	#lp .menu {
		margin: 0 0 65px;
	}
	#lp .menu h2 {
		font-size: 2.2rem;
		margin: 0 0 30px;
	}
	#lp .menu .lead {
		font-size: 1.4rem;
		margin: 0 0 25px;
	}
	#lp .menu .select-wrap select {
		font-size: 1.6rem;
	}
}

/* メニュー＆施工料金一覧 タブボタン */
#lp .menu .tab-list {
	display: flex;
}
#lp .menu .tab-list li {
	width: 18.18%;
	margin: 0 10px 0 0;
	background: #f4faff;
	color: #004bb1;
	text-align: center;
	padding: 16px 5px;
	border-radius: 10px 10px 0 0;
	border: 1px solid #004bb1;
	border-bottom: none;
	cursor: pointer;
}
#lp .menu .tab-list li.active {
	background: #004bb1;
	color: #fff;
}
@media screen and (min-width: 835px) {
	#lp .menu .tab-list li:hover {
		background: #004bb1;
		color: #fff;
	}
}
@media screen and (max-width: 834px) {
	#lp .menu .tab-list li {
		flex: 1;
		width: auto;
		padding: 0 1px;
		font-size: 0.9rem;
		height: 30px;
		line-height: 28px;
		border-width: 1px;
		white-space: nowrap;
		margin: 0 2px 0 0;
		font-weight: 700;
	}
	#lp .menu .tab-list li:last-child {
		margin: 0;
	}
	/*#lp .menu .tab-list {
		flex-wrap: wrap;
	}
	#lp .menu .tab-list li {
		width: calc(calc(100% - 20px) / 3);
		margin: 0 10px 10px 0;
		border-bottom: 1px solid #004bb1;
		border-radius: 10px;
	}
	#lp .menu .tab-list li:nth-child(3) {
		margin: 0 0 10px;
	}
	#lp .menu .tab-list li:last-child {
		width: calc(calc(calc(calc(100% - 20px) / 3) * 2) + 10px);
		margin: 0 0 10px;
	}*/
}

/* メニュー＆施工料金一覧 タブ中身共通部分 */
#lp .menu .tab-contents {
	border: 1px solid #666;
	border-top: 5px solid #004bb1;
	padding: 30px 50px 45px;
	margin: 0 0 30px;
}
#lp .menu .tab-contents .tab-item {
	position: relative;
	display: none;
}
#lp .menu .tab-contents .tab-item.show {
	display: block;
}
#lp .menu .tab-contents .tab-item h3 {
	text-align: center;
	font-size: 2.1rem;
	font-weight: 700;
	margin: 0 0 25px;
}
#lp .menu .tab-contents .tab-item .scroll {
	font-size: 1.7rem;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../img/scroll_arrow.jpg") no-repeat;
	background-position: top 10px right;
	background-size: 35px;
	padding-right: 45px;
	color: #e70012;
	font-weight: 700;
}
#lp .menu .tab-contents .tab-item .table-ttl {
	font-size: 1.8rem;
	font-weight: 700;
	padding: 0 0 0 10px;
	border-left: 3px solid #0060ae;
	margin: 20px 0;
}
#lp .menu .tab-contents .tab-item table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 15px;
}
#lp .menu .tab-contents .tab-item table tr {
	border-bottom: 1px solid #adadad;
	font-weight: 700;
	text-align: left;
}
#lp .menu .tab-contents .tab-item table tr:last-child {
	border: none;
}
#lp .menu .tab-contents .tab-item table tr th {
	padding: 0 15px;
	width: 115px;
}
#lp .menu .tab-contents .tab-item table tr td {
	color: #e70012;
	padding: 3px 0;
}
#lp .menu .tab-contents .tab-item .rsv a{
	display: block;
	width: 100%;
	color: #fff;
	background: #004bb1;
	font-weight: 700;
	text-align: center;
	border-radius: 10px;
	padding: 11px 10px;
}
#lp .menu .tab-contents .tab-item .type,
#lp .menu .tab-contents .tab-item .detail{
	display: flex;
	font-size: 1.4rem;
}
#lp .menu .tab-contents .tab-item .type li:first-child,
#lp .menu .tab-contents .tab-item .detail dt{
	width: 80px;
	text-align: center;
}
#lp .menu .tab-contents .tab-item .type li:last-child,
#lp .menu .tab-contents .tab-item .detail dd{
	width: calc(100% - 80px);
}
#lp .menu .tab-contents .tab-item .type li {
	display: flex;
	align-items: center;
}
#lp .menu .tab-contents .tab-item .type li:first-child {
	justify-content: center;
}
#lp .menu .tab-contents .tab-item .type li:last-child {
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 10px 0;
	min-height: 56px;
}
#lp .menu .tab-contents .tab-item .detail {
	border-top: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
}
#lp .menu .tab-contents .tab-item .detail dt{
	background: #009fe8;
	color: #fff;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#lp .menu .tab-contents .tab-item .detail dd{
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0 0 0 10px;
}
#lp .menu .tab-contents .tab-item .detail dd span{
	display: block;
}
#lp .menu .tab-contents .tab-item .detail dd span:first-child{
	font-size: 2.2rem;
	font-weight: 700;
	white-space: nowrap;
	margin: 0 10px 0 0;
}
#lp .menu .tab-contents .tab-item .detail dd span.red{
	color: #e70012;
}
#lp .menu .tab-contents .tab-item .detail dd span:last-child{
	font-size: 1.1rem;
	line-height: 1.167;
}
#lp .menu .tab-contents+.caution {
	color: #333333;
	font-size: 1.4rem;
	line-height: 1.786;
}
@media screen and (max-width: 834px) {
	#lp .menu .tab-contents {
		padding: 30px 20px 45px;
	}
	#lp .menu .tab-contents .tab-item h3 {
		font-size: 1.8rem;
		margin: 0 0 30px;
	}
	#lp .menu .tab-contents .tab-item .scroll {
		position: static;
		text-align: center;
		margin: 0 0 20px;
		padding: 0;
	}
	
	#lp .menu .tab-contents .tab-item .type li:first-child,
	#lp .menu .tab-contents .tab-item .detail dt{
		width: 65px;
		font-size: 1.2rem;
	}
	#lp .menu .tab-contents .tab-item .type li:last-child,
	#lp .menu .tab-contents .tab-item .detail dd {
		width: calc(100% - 65px);
	}
	#lp .menu .tab-contents .tab-item .detail dd span:first-child {
		font-size: 2.0rem;
	}
}

/* メニュー＆施工料金一覧 プレミアム仕様 */
#lp .menu .tab-contents .tab-item .premium {
	background: #ffffe7;
	border: 2px solid #9d9353;
	padding: 15px 30px;
	margin: 0 0 30px;
	color: #4b4b4b;
}
#lp .menu .tab-contents .tab-item .premium .lead {
	display: flex;
	text-align: left;
	margin: 0 0 20px;
}
#lp .menu .tab-contents .tab-item .premium .lead h4 {
	width: 54.78%;
	font-size: 1.8rem;
	font-weight: 700;
	position: relative;
	padding: 0 0 0 150px;
}
#lp .menu .tab-contents .tab-item .premium .lead h4 img {
	position: absolute;
	top: 2px;
	left: 0;
}
#lp .menu .tab-contents .tab-item .premium .lead p {
	width: 45.22%;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0 0 0 20px;
}
#lp .menu .tab-contents .tab-item .premium ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto;
}
#lp .menu .tab-contents .tab-item .premium ul li {
	width: 16.66%;
	margin: 0 0 10px;
}
#lp .menu .tab-contents .tab-item .premium ul li span {
	display: block;
	font-size: 1.2rem;
	padding: 0 28px 0 0;
	line-height: 1.3;
}
#lp .menu .tab-contents .tab-item .premium ul li:nth-child(6n) span {
	padding-right: 0;
}
@media screen and (max-width: 834px) {
	#lp .menu .tab-contents .tab-item .premium {
		padding: 15px 20px;
	}
	#lp .menu .tab-contents .tab-item .premium .lead {
		display: block;
	}
	#lp .menu .tab-contents .tab-item .premium .lead h4 {
		padding: 0;
		margin: 0 0 15px;
		width: 100%;
		line-height: 1.5;
	}
	#lp .menu .tab-contents .tab-item .premium .lead h4 img {
		position: static;
		margin: 0;
	}
	#lp .menu .tab-contents .tab-item .premium .lead h4 span {
		display: block;
	}
	#lp .menu .tab-contents .tab-item .premium .lead p {
		width: 100%;
		padding: 0;
		margin: 0 0 25px;
	}
	#lp .menu .tab-contents .tab-item .premium ul li {
		width: calc(50% - 10px);
		margin: 0 20px 10px 0;
	}
	#lp .menu .tab-contents .tab-item .premium ul li:nth-child(2n) {
		margin: 0 0 10px;
	}
}

/* メニュー＆施工料金一覧 スライダー共通パーツ */
#lp .menu .tab-contents .tab-item .arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 44px;
	height: 401px;
}
#lp .menu .tab-contents .tab-item .arrow.slide-prev {
	left: -95px;
}
#lp .menu .tab-contents .tab-item .arrow.slide-next {
	right: -95px;
}
#lp .menu .tab-contents .tab-item .swiper .swiper-slide {
	margin: 0 20px 0 0;
	border: 2px solid #dadada;
	padding: 15px;
}
@media screen and (max-width: 1230px) {
	#lp .menu .tab-contents .tab-item .arrow.slide-prev {
		left: -72px;
	}
	#lp .menu .tab-contents .tab-item .arrow.slide-next {
		right: -73px;
	}
}
@media screen and (max-width: 834px) {
	#lp .menu .tab-contents .tab-item .arrow.slide-prev {
		left: -32px;
		width: 22.5px;
		height: 201px;
	}
	#lp .menu .tab-contents .tab-item .arrow.slide-next {
		right: -32px;
		width: 22.5px;
		height: 201px;
	}
}

/* メニュー＆施工料金一覧 基本メニュー */
#lp .menu .tab-contents .tab-item .basic .img {
	line-height: 0;
	margin: 0 0 10px;
}
#lp .menu .tab-contents .tab-item .basic .appeal {
	margin: 0 0 10px;
}
#lp .menu .tab-contents .tab-item .basic .appeal dt {
	float: left;
	clear: both;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	background: #0060ae;
}
#lp .menu .tab-contents .tab-item .basic .appeal dt:nth-child(3) {
	background: #c9a642;
}
#lp .menu .tab-contents .tab-item .basic .appeal dd {
	padding: 0 0 0 30px;
	font-size: 1.2rem;
	line-height: 1.583;
	min-height: 38px;
}
#lp .menu .tab-contents .tab-item .basic .appeal dd span {
	font-weight: 700;
}
#lp .menu .tab-contents .tab-item .basic .copy {
	background: #efefef;
	min-height: 60px;
	padding: 0 8px;
	line-height: 1.375;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	font-weight: 700;
	margin: 0 0 20px;
}
@media screen and (max-width: 834px) {
	#lp .menu .tab-contents .tab-item .basic .copy {
		font-size: 1.3rem;
	}
}

/* メニュー＆施工料金一覧 手洗い */
#lp .menu .tab-contents .tab-item .hand .ttl {
	text-align: center;
	color: #004bb1;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1.5;
	margin: 0 0 5px;
}
#lp .menu .tab-contents .tab-item .hand .img {
	line-height: 0;
	margin: 0 0 20px;
}
#lp .menu .tab-contents .tab-item .hand .img img {
	width: 100%;
}
#lp .menu .tab-contents .tab-item .hand .comment {
	background: #effaff;
	font-size: 1.4rem;
	line-height: 1.714;
	padding: 15px 20px;
	display: block;
}

/* メニュー＆施工料金一覧 メンテナンス */
#lp .menu .tab-contents .tab-item .maintenance .ttl {
	text-align: center;
	color: #004bb1;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1.5;
	margin: 0 0 5px;
}
#lp .menu .tab-contents .tab-item .maintenance .img {
	line-height: 0;
	margin: 0 0 20px;
	text-align: center;
}
#lp .menu .tab-contents .tab-item .maintenance .img img {
	display: inline-block;
}
#lp .menu .tab-contents .tab-item .maintenance .comment {
	background: #effaff;
	font-size: 1.4rem;
	line-height: 1.714;
	padding: 15px 20px;
	display: block;
}

/* メニュー＆施工料金一覧 アラカルト・オプション */
#lp .menu .tab-contents .tab-item .option .ttl {
	text-align: center;
	color: #004bb1;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0 0 20px;
}
#lp .menu .tab-contents .tab-item .option .img {
	line-height: 0;
	margin: 0 0 20px;
}
#lp .menu .tab-contents .tab-item .option .img img {
	width: 100%;
}
#lp .menu .tab-contents .tab-item .option .detail span {
	font-size: 2.2rem !important;
}
#lp .menu .tab-contents .tab-item .option .comment {
	background: #effaff;
	font-size: 1.4rem;
	line-height: 1.714;
	padding: 15px 20px;
	display: block;
}
#lp .menu .tab-contents .tab-item .option .caution {
	color: #d40010;
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 10px 0 0;
}

/* ポイント 共通 */
#lp .point-box .box {
	color: #fff;
	padding: 50px 0 100px;
	position: relative;
}
#lp .point-box .box:before,#lp .point-box .box .wrap:before {
	content: "";
	position: absolute;
	top: 13vw;
	left: 0;
	background: url("../img/point01-bg_left.png") no-repeat;
	background-position: center;
	background-size: 377px;
	width: 377px;
	height: 399px;
}
#lp .point-box .box:after,#lp .point-box .box .wrap:after {
	content: "";
	position: absolute;
	top: 37.14vw;
	right: 0;
	background: url("../img/point01-bg_right.png") no-repeat;
	background-position: center;
	background-size: 377px;
	width: 377px;
	height: 399px;
}
#lp .point-box .box .wrap:before {
	top: auto;
	bottom: 32.57vw;
}
#lp .point-box .box .wrap:after {
	top: auto;
	bottom: 2.14vw;
}
#lp .point-box .box .s-ttl {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0;
	line-height: 1.5;
	text-align: center;
}
#lp .point-box .box h2.ttl {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1.5;
	padding-bottom: 20px;
	position: relative;
	margin: 0 0 135px;
}
#lp .point-box .box h2.ttl span {
	color: #fff100;
}
#lp .point-box .box h2.ttl:after,#lp .point-box .box h2.ttl:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: calc(100% - 240px);
	height: 2px;
	background: #fff;
	margin: 0 auto;
}
#lp .point-box .box h2.ttl:before {
	bottom: 0;
}
#lp .point-box .box h2.ttl:after {
	bottom: 8px;
}
#lp .point-box .box .bg-white {
	background: #fff;
	color: #000000;
	padding: 75px 30px 90px;
	position: relative;
	z-index: 2;
}
#lp .point-box .box .bg-white .inner {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
#lp .point-box .box .bg-white .inner .icon {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	line-height: 0;
	text-align: center;
}
@media screen and (max-width: 834px) {
	#lp .point-box .box:before,#lp .point-box .box .wrap:before,
	#lp .point-box .box:after,#lp .point-box .box .wrap:after{
		width: 42.93vw;
		height: 44.5vw;
		background-size: 100% !important;
	}
	#lp .point-box .box:before {
		top: 16%;
	}
	#lp .point-box .box:after {
		top: 25%;
	}
	
	#lp .point-box .box h2.ttl {
		font-size: 2.6rem;
	}
	#lp .point-box .box .bg-white {
		padding: 75px 20px 50px;
	}
}

/* ポイント01 */
#lp .point-box .point01 {
	background: url("../img/bg-blue2.jpg") repeat;
	background-position: center;
	background-size: 5px;
}
#lp .point-box .box.point01 .bg-white .inner .icon {
	top: -190px;
}
#lp .point-box .box.point01 .bg-white .inner .copy {
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 20px;
}
#lp .point-box .box.point01 .bg-white .inner .copy .txt {
	display: inline-block;
	padding: 0 45px;
	position: relative;
}
#lp .point-box .box.point01 .bg-white .inner .copy .txt:before,#lp .point-box .box.point01 .bg-white .inner .copy .txt:after {
	content: "";
	position: absolute;
	bottom: -10px;
	background: url("../img/point01-ttl_left.png") no-repeat;
	background-position: center;
	background-size: 35px;
	width: 35px;
	height: 55px;
}
#lp .point-box .box.point01 .bg-white .inner .copy .txt:before {
	left: 0;
}
#lp .point-box .box.point01 .bg-white .inner .copy .txt:after {
	background: url("../img/point01-ttl_right.png") no-repeat;
	background-position: center;
	background-size: 35px;
	right: 0;
}
#lp .point-box .box.point01 .bg-white .inner .copy .txt span {
	color: #063190;
	background:linear-gradient(transparent 85%, #fff100 85%);
}
#lp .point-box .box.point01 .bg-white .inner .img {
	line-height: 0;
	margin: 0 0 20px;
}
#lp .point-box .box.point01 .bg-white .inner .img img {
	width: 100%;
}
#lp .point-box .box.point01 .bg-white .inner .check {
	text-align: center;
	padding-right: 50px;
	margin: 0 0 50px;
}
#lp .point-box .box.point01 .bg-white .inner .check span:first-child {
	display: inline-block;
	background: #e60012;
	color: #fff;
	text-align: center;
	width: 60px;
	height: 20px;
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 1.4rem;
	margin: 0 15px 0 0;
}
#lp .point-box .box.point01 .bg-white .inner .check span:last-child {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	position: relative;
}
#lp .point-box .box.point01 .bg-white .inner .check span:last-child:before {
	content: "";
	position: absolute;
	top: 5px;
	right: -50px;
	background: url("../img/point01-arrow.png") no-repeat;
	background-position: center;
	background-size: 40px;
	width: 40px;
	height: 20.5px;
}
@media screen and (min-width: 835px) {
	#lp .point-box .box.point01 .bg-white .inner .check a:hover span:last-child {
		text-decoration: none;
	}
}
#lp .point-box .box.point01 .bg-white .inner h3 {
	background: #063190;
	color: #fff;
	text-align: center;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 10px 40px;
	position: relative;
	margin: 0 0 35px;
}
#lp .point-box .box.point01 .bg-white .inner h3:before {
	content: "";
	position: absolute;
	top: -44px;
	bottom: 0;
	left: -44px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 43px solid transparent;
	border-left: 43px solid #fff;
	transform: rotate(-135deg);
}
#lp .point-box .box.point01 .bg-white .inner h3:after {
	content: "";
	position: absolute;
	top: 16px;
	bottom: 0;
	right: -44px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 43px solid transparent;
	border-left: 43px solid #fff;
	transform: rotate(45deg);
}
#lp .point-box .box.point01 .bg-white .inner h3 img {
	margin: 0 10px 0 0;
}
#lp .point-box .box.point01 .bg-white .inner h3 img,#lp .point-box .box.point01 .bg-white .inner h3 span {
	vertical-align: middle;
}
#lp .point-box .box.point01 .bg-white .inner .list {
	display: flex;
	justify-content: center;
}
#lp .point-box .box.point01 .bg-white .inner .list dl {
	width: calc( calc(100% - 80px) / 3);
	margin: 0 40px 40px 0;
}
#lp .point-box .box.point01 .bg-white .inner .list dl:nth-child(3n) {
	margin: 0 0 40px;
}
#lp .point-box .box.point01 .bg-white .inner .list dl dt {
	line-height: 0;
	margin: 0 0 20px;
	text-align: center;
}
#lp .point-box .box.point01 .bg-white .inner .list dl dd {
	text-align: center;
	font-size: 1.5rem;
}
#lp .point-box .box.point01 .bg-white .inner .list dl dd .contest:before {
	content: "";
	background: url("../img/point01-crown_icon.png") no-repeat;
	background-position: center;
	background-size: 24px;
	width: 24px;
	height: 23px;
	display: inline-block;
	margin: 0 5px 0 0;
}
#lp .point-box .box.point01 .bg-white .inner .list dl dd .name {
	font-size: 2.4rem;
	font-weight: 700;
}
#lp .point-box .box.point01 .bg-white .inner .banner {
	line-height: 0;
	margin: 0;
}
#lp .point-box .box.point01 .bg-white .inner .banner img {
	width: 100%;
}
@media screen and (max-width: 834px) {
	#lp .point-box .box.point01 .bg-white .inner .icon {
		top: -170px;
	}
	#lp .point-box .box.point01 .bg-white .inner .copy {
		font-size: 1.8rem;
	}
	#lp .point-box .box.point01 .bg-white .inner .copy .txt {
		padding: 0 21px;
	}
	#lp .point-box .box.point01 .bg-white .inner .copy .txt:before,
	#lp .point-box .box.point01 .bg-white .inner .copy .txt:after {
		background-size: 25px !important;
		width: 25px;
	}
	#lp .point-box .box.point01 .bg-white .inner .check {
		text-align: left;
	}
	#lp .point-box .box.point01 .bg-white .inner .check span:last-child {
		display: block;
	}
	#lp .point-box .box.point01 .bg-white .inner .check span:last-child:before {
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	#lp .point-box .box.point01 .bg-white .inner h3 {
		font-size: 1.7rem;
		padding: 10px 30px;
	}
	#lp .point-box .box.point01 .bg-white .inner h3 img,
	#lp .point-box .box.point01 .bg-white .inner h3 span {
		display: inline-block;
	}
	#lp .point-box .box.point01 .bg-white .inner h3:before,
	#lp .point-box .box.point01 .bg-white .inner h3:after {
		display: none;
	}
	#lp .point-box .box.point01 .bg-white .inner .list_wrap {
		overflow: auto;
	}
	#lp .point-box .box.point01 .bg-white .inner .list_wrap .list {
		width: 754px;
		justify-content: flex-start;
	}
}

/* ポイント02 */
#lp .point-box .box.point02 {
	background: url("../img/bg-yellow2.jpg") repeat;
	background-position: center;
	background-size: 5px;
	color: #000000;
}
#lp .point-box .box.point02:before,#lp .point-box .box.point02 .wrap:before {
	background: url("../img/point02-bg_left.png") no-repeat;
	background-position: center;
	background-size: 377px;
}
#lp .point-box .box.point02:after,#lp .point-box .box.point02 .wrap:after {
	background: url("../img/point02-bg_right.png") no-repeat;
	background-position: center;
	background-size: 377px;
}
#lp .point-box .box.point02 h2.ttl span {
	color: #0b3290;
}
#lp .point-box .box.point02 h2.ttl:after, #lp .point-box .box.point02 h2.ttl:before {
	background: #000;
}
#lp .point-box .box.point02 .bg-white .inner .icon {
	top: -143px;
}
#lp .point-box .box.point02 .bg-white .inner .ex {
	display: flex;
	margin: 0 0 20px;
}
#lp .point-box .box.point02 .bg-white .inner .ex li {
	width: calc(50% - 30px);
	margin: 0 60px 0 0;
	position: relative;
	line-height: 0;
}
#lp .point-box .box.point02 .bg-white .inner .ex li:last-child {
	margin: 0;
}
#lp .point-box .box.point02 .bg-white .inner .ex li span {
	display: block;
	position: absolute;
	width: 130px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-size: 2.1rem;
	font-weight: 700;
	color: #fff;
	background: #063190;
}
#lp .point-box .box.point02 .bg-white .inner .ex li:last-child span {
	background: #ffda00;
	color: #000000;
	bottom: 0;
	right: 0;
}
#lp .point-box .box.point02 .bg-white .inner .ex li:first-child:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -40.75px;
	margin: auto 0;
	background: url("../img/point02-arrow.png") no-repeat;
	background-position: center;
	background-size: 21.5px;
	width: 21.5px;
	height: 24.5px;
}
#lp .point-box .box.point02 .bg-white .inner .name {
	margin: 0 0 5px;
}
#lp .point-box .box.point02 .bg-white .inner .name+p {
	font-weight: 400;
}
#lp .point-box .box.point02 .bg-white .inner .img {
	line-height: 0;
}
#lp .point-box .box.point02 .bg-white .inner .img img {
	width: 100%;
}
@media screen and (max-width: 834px) {
	#lp .point-box .box.point02 h2.ttl {
		margin: 0 0 100px;
	}
	#lp .point-box .box.point02 .bg-white .inner .icon {
	  top: -125px;
	}
	#lp .point-box .box.point02 .bg-white .inner .ex {
		display: block;
	}
	#lp .point-box .box.point02 .bg-white .inner .ex li {
		width: 100%;
		margin: 0 0 50px;
	}
	#lp .point-box .box.point02 .bg-white .inner .ex li img {
		width: 100%;
	}
	#lp .point-box .box.point02 .bg-white .inner .ex li:first-child:after {
		top: auto;
		bottom: -40px;
		right: 0;
		left: 0;
		transform: rotate(90deg);
		margin: 0 auto;
	}
	#lp .point-box .box.point02 .bg-white .inner .ex li span {
		font-size: 1.5rem;
		width: 100px;
	}
}

/* ポイント03 */
#lp .point-box .box.point03 {
	background: url("../img/bg-blue2.jpg") repeat;
	background-size: 5px;
	background-position: center;
}
#lp .point-box .box.point03 .bg-white {
	padding: 125px 30px 90px;
}
#lp .point-box .box.point03 .bg-white .inner .icon {
	top: -215px;
}
#lp .point-box .box.point03 .bg-white .inner .copy {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 20px;
}
#lp .point-box .box.point03 .bg-white .inner .copy .txt {
	display: inline-block;
	padding: 0 45px;
	position: relative;
}
#lp .point-box .box.point03 .bg-white .inner .copy .txt:before,#lp .point-box .box.point03 .bg-white .inner .copy .txt:after {
	content: "";
	position: absolute;
	bottom: 0;
	background: url("../img/point01-ttl_left.png") no-repeat;
	background-position: center;
	background-size: 35px;
	width: 35px;
	height: 55px;
}
#lp .point-box .box.point03 .bg-white .inner .copy .txt:before {
	left: 0;
}
#lp .point-box .box.point03 .bg-white .inner .copy .txt:after {
	background: url("../img/point01-ttl_right.png") no-repeat;
	background-position: center;
	background-size: 35px;
	right: 0;
}
#lp .point-box .box.point03 .bg-white .inner .copy .txt span {
	display: block;
	font-size: 3.6rem;
}
#lp .review {
	border: 1px solid #818181;
	padding: 25px;
	margin: 0 0 15px;
	font-size: 1.5rem;
	line-height: 1.533;
}
#lp .review:last-child {
	margin: 0;
}
#lp .review .rank {
	color: #dfcd00;
	font-weight: 700;
	font-size: 2.1rem;
}
#lp .review .rank span:first-child {
	font-size: 1.8rem;
	margin: 0 5px 0 0;
}
#lp .review .ttl {
	color: #063190;
	font-weight: 700;
	font-size: 1.8rem;
	margin: 0 0 5px;
}
@media screen and (max-width: 834px) {
	#lp .point-box .box.point03 .bg-white {
	  padding: 90px 20px 50px;
	}
	#lp .point-box .box.point03 .bg-white .inner .icon {
	  top: -180px;
	}
	#lp .point-box .box.point03 .bg-white .inner .copy {
		font-size: 1.8rem;
	}
	#lp .point-box .box.point03 .bg-white .inner .copy .txt {
		padding: 0 24px;
	}
	#lp .point-box .box.point03 .bg-white .inner .copy .txt span {
		font-size: 2.3rem;
	}
	#lp .point-box .box.point03 .bg-white .inner .copy .txt:before, 
	#lp .point-box .box.point03 .bg-white .inner .copy .txt:after {
		width: 25px;
		height: 41px;
		background-size: 25px !important;
	}
	
	#lp .review .txt.over {
		padding-bottom: 30px;
		position: relative;
	}
	#lp .review .txt.over:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		transform: rotate(135deg);
		width: 15px;
		height: 15px;
		border-top: 2px solid #063190;
		border-right: 2px solid #063190;
		margin: 0 auto;
	}
	#lp .review .txt.over.active:after {
		transform: rotate(-45deg);
		bottom: -10px;
	}
	#lp .review .txt.over p {
		max-height: 70px;
		overflow: hidden;
	}
	#lp .review .txt.over.active p {
		max-height: 100%;
	}
}

/* それ以降共通パーツ */
#lp .others {
	background: #f4f4f4;
	padding: 60px 0;
}
#lp .others .bg-white {
	background: #fff;
	padding: 60px 50px 55px;
	margin: 0 0 50px;
}
#lp .others .bg-white:last-child {
	margin: 0;
}
@media screen and (max-width: 834px) {
	#lp .others .bg-white {
		padding: 45px 20px 40px;
	}
}

/* カーコーティング施工の流れ */
#lp .others .bg-white.flow h2 {
	text-align: center;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 30px;
	font-style: italic;
}
#lp .others .bg-white.flow .copy {
	text-align: center;
	margin: 0 0 30px;
}
#lp .others .bg-white.flow .copy .txt {
	display: inline-block;
	padding: 0 26px;
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
}
#lp .others .bg-white.flow .copy .txt:before,
#lp .others .bg-white.flow .copy .txt:after{
	content: "";
	width: 2px;
	height: 30px;
	background: #000;
	display: block;
	position: absolute;
	bottom:11px;
}
#lp .others .bg-white.flow .copy .txt:before {
	left: 10px;
	transform: rotate(-30deg);
}
#lp .others .bg-white.flow .copy .txt:after {
	right: 10px;
	transform: rotate(30deg);
}
#lp .others .bg-white.flow .copy .txt span {
	color: #144aad;
	font-size: 3.6rem;
}
#lp .others .bg-white.flow .flex {
	display: flex;
}
#lp .others .bg-white.flow .flex dl {
	width: calc(calc(100% - 120px) / 4);
	margin: 0 40px 0 0;
}
#lp .others .bg-white.flow .flex dl:last-child {
	margin: 0;
}
#lp .others .bg-white.flow .flex dl dt {
	position: relative;
}
#lp .others .bg-white.flow .flex dl dt:before {
	content: "";
	position: absolute;
	top: 20px;
	bottom: 0;
	right: -27.25px;
	background: url("../img/flow_arrow.png") no-repeat;
	background-position: center;
	background-size: 15.5px;
	width:15.5px;
	height: 33.5px;
	margin: auto 0;
}
#lp .others .bg-white.flow .flex dl:last-child dt:before {
	display: none;
}
#lp .others .bg-white.flow .flex dl dt .step {
	width: 130px;
	height: 40px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	background: #004bb1;
	border-radius: 40px;
	line-height: 35px;
	margin: 0 auto -20px;
	position: relative;
}
#lp .others .bg-white.flow .flex dl dt .step span {
	font-size: 2.5rem;
	margin: 0 0 0 4px;
}
#lp .others .bg-white.flow .flex dl dt .step:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 7px solid transparent;
	border-left: 10px solid #004bb1;
	transform: rotate(90deg);
	margin: 0 auto;
}
#lp .others .bg-white.flow .flex dl dt .ttl {
	background: #f4f4f4;
	border-radius: 20px;
	height: 168px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.556;
	font-weight: 700;
	padding: 10px 0 0;
	margin: 0 0 10px;
}
#lp .others .bg-white.flow .flex dl dt .ttl span {
	width: 100%;
}
#lp .others .bg-white.flow .flex dl dt .ttl span span {
	display: block;
	color: #666666;
	font-size: 1.4rem;
	line-height: 1.357;
	font-weight: 500;
	margin: 5px 0 0;
}
#lp .others .bg-white.flow .flex dl dd {
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.571;
}
@media screen and (max-width: 834px) {
	#lp .others .bg-white.flow h2 {
		font-size: 2.2rem;
	}
	#lp .others .bg-white.flow .copy .txt {
		font-size: 2.0rem;
		line-height: 1.35;
	}
	#lp .others .bg-white.flow .copy .txt span {
		font-size: 2.8rem;
	}
	#lp .others .bg-white.flow .copy .txt:before,
	#lp .others .bg-white.flow .copy .txt:after {
		bottom: 0;
	}
	#lp .others .bg-white.flow .flex {
		display: block;
	}
	#lp .others .bg-white.flow .flex dl {
		width: 100%;
		margin: 0 0 50px;
		position: relative;
	}
	#lp .others .bg-white.flow .flex dl:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: calc(100% + 20px);
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 10px solid transparent;
		border-left: 13px solid #004bb1;
		transform: rotate(90deg);
		margin: 0 auto;
	}
	#lp .others .bg-white.flow .flex dl dt:before,
	#lp .others .bg-white.flow .flex dl:last-child:before {
		display: none;
	}
}

/* よくある質問 */
#lp .others .bg-white.faq h2 {
	font-size: 3.0rem;
	font-style: italic;
	font-weight: 700;
	margin: 0 0 50px;
	text-align: center;
}
#lp .others .bg-white.faq .box .inner {
	border: 1px solid #818181;
	border-radius: 5px;
	position: relative;
	margin: 0 0 25px;
}
#lp .others .bg-white.faq .box .inner:last-child {
	margin: 0;
}
#lp .others .bg-white.faq .box .inner .q ,
#lp .others .bg-white.faq .box .inner .a {
	position: relative;
	line-height: 1.625;
	padding: 0 0 0 36px;
}
#lp .others .bg-white.faq .box .inner .q {
	cursor: pointer;
	padding: 20px 50px 20px 86px;
}
#lp .others .bg-white.faq .box .inner .a {
	padding: 0 50px 20px 86px;
	display: none;
	transition: none;
}
#lp .others .bg-white.faq .box .inner .q span:first-child,
#lp .others .bg-white.faq .box .inner .a span:first-child{
	position: absolute;
	top: 17px;
	left: 50px;
	font-size: 2.4rem;
	line-height: 24px;
	font-weight: bold;
	color: #004bb1;
}
#lp .others .bg-white.faq .box .inner .a span:first-child{
	color: #16b7c5;
	top: 0;
}
#lp .others .bg-white.faq .box .inner .q span:first-child:after,
#lp .others .bg-white.faq .box .inner .a span:first-child:after{
	content: ".";
	color: #000;
	font-size: 1.8rem;
	line-height: 18px;
	position: absolute;
	bottom: -2px;
	right: -8px;
}
#lp .others .bg-white.faq .box .inner .a span:first-child:after{
	right: -10px;
}
#lp .others .bg-white.faq .box .inner .q:before {
	content: "";
	position: absolute;
	top: -5px;
	bottom: 0;
	right: 18px;
	width: 15px;
	height: 15px;
	border-top: 2px solid #00428e;
	border-right: 2px solid #00428e;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin: auto 0;
}
#lp .others .bg-white.faq .box .inner .q.active:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#lp .others .bg-white.faq .box .inner .q span:last-child,
#lp .others .bg-white.faq .box .inner .a span:last-child{
	display: block;
	min-height: 26px;
}
@media screen and (max-width: 834px) {
	#lp .others .bg-white.faq h2 {
		font-size: 2.4rem;
		margin: 0 0 30px;
	}
	#lp .others .bg-white.faq .box .inner .q {
		padding: 20px 45px 20px 50px;
	}
	#lp .others .bg-white.faq .box .inner .a {
		padding: 0 45px 20px 50px;
	}
	#lp .others .bg-white.faq .box .inner .q span:first-child, 
	#lp .others .bg-white.faq .box .inner .a span:first-child {
		left: 15px;
	}
}

/* 近隣の店舗を選ぶ */
#lp .shop {
	background: #f7f9ff;
	padding: 75px 0 120px;
}
.popup .shop {
	padding: 0 50px 60px;
}
#lp .shop h2 {
	font-size: 3.0rem;
	font-weight: 700;
	font-style: italic;
	margin: 0 0 50px;
	text-align: center;
}
#lp .shop .bg-white {
	background: #fff;
	padding: 35px 50px 60px;
	margin: 0 0 15px;
}
#lp .shop .bg-white .local,
.popup .shop .local{
	cursor: pointer;
	margin: 0 0 20px;
}
#lp .shop .bg-white .local img,#lp .shop .bg-white .local span,
.popup .shop .local img,.popup .shop .local span{
	vertical-align: middle;
}
#lp .shop .bg-white .local img,
.popup .shop .local img{
	margin: 0 10px 0 0;
}
#lp .shop .bg-white .local span,
.popup .shop .local span{
	color: #1635a0;
	padding-bottom: 5px;
	border-bottom: 1px solid #1635a0;
}
#lp .shop .bg-white .flex,
.popup .shop .flex{
	display: flex;
}
#lp .shop .bg-white .flex .map,
.popup .shop .flex .map{
	width: 50%;
	margin: 0 50px 0 0;
}
#lp .shop .bg-white .flex .shoplist,
.popup .shop .flex .shoplist{
	width: calc(50% - 50px);
	position: relative;
}
#lp .shop .bg-white .flex .shoplist .result,
.popup .shop .flex .shoplist .result{
	font-size: 1.4rem;
	color: #595959;
	margin: 0 0 10px;
}
#lp .shop .bg-white .flex .shoplist .result span,
.popup .shop .flex .shoplist .result span{
	font-size: 1.8rem;
}
#lp .shop .bg-white .flex .shoplist .overflow,
.popup .shop .flex .shoplist .overflow{
	height: 471px;
	overflow: auto;
}
#lp .shop .bg-white .flex .shoplist .box,
.popup .shop .flex .shoplist .box{
	background: #d6e8f7;
	margin: 0 0 15px;
	padding: 15px;
}
#lp .shop .bg-white .flex .shoplist .box:last-child,
.popup .shop .flex .shoplist .box:last-child{
	margin: 0;
}
#lp .shop .bg-white .flex .shoplist .box dl,
.popup .shop .flex .shoplist .box dl{
	display: flex;
	margin: 0 0 10px;
}
#lp .shop .bg-white .flex .shoplist .box dl dt,
.popup .shop .flex .shoplist .box dl dt{
	width: 150px;
	margin: 0 20px 0 0;
	line-height: 0;
}
#lp .shop .bg-white .flex .shoplist .box dl dt img,
.popup .shop .flex .shoplist .box dl dt img{
	width: 100%;
}
#lp .shop .bg-white .flex .shoplist .box dl dd,
.popup .shop .flex .shoplist .box dl dd{
	font-size: 1.4rem;
}
#lp .shop .bg-white .flex .shoplist .box dl dd .name,
.popup .shop .flex .shoplist .box dl dd .name{
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0 0 5px;
}
#lp .shop .bg-white .flex .shoplist .box dl dd ul,
.popup .shop .flex .shoplist .box dl dd ul{
	margin: 0 0 10px;
}
#lp .shop .bg-white .flex .shoplist .box dl dd .more a,
.popup .shop .flex .shoplist .box dl dd .more a{
	display: block;
	width: 100%;
	text-align: center;
	color: #063190;
	background: #fff;
	font-weight: 700;
	padding: 5px 35px;
	position: relative;
	border-radius: 3px;
}
#lp .shop .bg-white .flex .shoplist .box dl dd .more a:after,
.popup .shop .flex .shoplist .box dl dd .more a:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 7px solid #063190;
	margin: auto 0;
}
#lp .shop .bg-white .flex .shoplist .box .btn {
	display: flex;
}
#lp .shop .bg-white .flex .shoplist .box .btn li {
	margin: 0 14px 0 0;
	width: calc(50% - 7px);
}
#lp .shop .bg-white .flex .shoplist .box .btn li a,
.popup .shop .flex .shoplist .box .btn a{
	border-radius: 5px;
	text-align: center;
	display: block;
	background: #fff100;
	color: #063190;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 5px 10px;
}
#lp .shop .bg-white .flex .shoplist .box .btn li a img,#lp .shop .bg-white .flex .shoplist .box .btn li a span,
.popup .shop .flex .shoplist .box .btn a img,.popup .shop .flex .shoplist .box .btn a span{
	vertical-align: middle;
}
#lp .shop .bg-white .flex .shoplist .box .btn li a img,
.popup .shop .flex .shoplist .box .btn a img{
	margin: 0 6px 0 0;
}
#lp .shop .caution,.popup .caution {
	padding: 0 50px;
	font-size: 1.4rem;
}
#lp .shop .bg-white .flex .shoplist .box .btn li a span.out835,.popup .shop .flex .shoplist .box .btn a span.out835 {
    display: inline;
}

@media screen and (max-width: 834px) {
	#lp .shop .bg-white .flex .shoplist .box .btn li a span.in834,.popup .shop .flex .shoplist .box .btn a span.in834 {
		display: inline;
	}
	#lp .shop .bg-white .flex .shoplist .box .btn li a span.out835,.popup .shop .flex .shoplist .box .btn a span.out835 {
		display: none;
	}
	#lp .shop {
		padding: 50px 0 95px;
	}
	#lp .shop h2 {
		font-size: 2.4rem;
		margin: 0 0 25px;
	}
	#lp .shop .bg-white,.popup .shop {
		padding: 35px 20px 40px;
	}
	#lp .shop .bg-white .flex,
	.popup .shop .flex{
		display: block;
	}
	#lp .shop .bg-white .flex .map,
	.popup .shop .flex .map{
		width: 100%;
		margin: 0 0 30px;
	}
	#lp .shop .bg-white .flex .shoplist,
	.popup .shop .flex .shoplist{
		width: 100%;
	}
	#lp .shop .bg-white .flex .shoplist .box .btn,
	.popup .shop .flex .shoplist .box .btn{
		display: block;
	}
	#lp .shop .bg-white .flex .shoplist .box .btn li {
		width: 100%;
		margin: 0 0 10px;
	}
	#lp .shop .bg-white .flex .shoplist .box .btn li:last-child {
		margin: 0;
	}
	#lp .shop .caution {
		padding: 0;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
popup
------------------------------------------------------------------------------------------------------------------------
*/
.popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	overflow: auto;
	display: none;
}
.popup .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
}
.pop_contents {
	max-width: 1100px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	right: 20px;
	margin: auto;
	max-height: 705px;
	background: #fff;
}
.popup .gray {
	background: #E6E6E6;
	color: #1635A0;
	padding: 17px 20px;
	font-weight: 500;
	font-size: 1.4rem;
	margin: 0 0 30px;
}
.popup .gray .tag {
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #1635a0;
	width: 50px;
	height: 25px;
	line-height: 25px;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 10px 0 0;
}
.popup .gray .txt span {
	color: #F05D1C;
}

.popup .shop {
	position: relative;
}
.popup .shop .close {
	position: absolute;
	right: 50px;
	top: 0;
	width: 36px;
	height: 54px;
	margin: 0;
	cursor: pointer;
}
.popup .shop .close span {
	display: block;
}
.popup .shop .close span:nth-child(1),.popup .shop .close span:nth-child(2) {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 16px;
	right: 0;
	left: 0;
	margin: 0 auto;
	background: #000000;
}
.popup .shop .close span:nth-child(1) {
	transform: rotate(45deg);
}
.popup .shop .close span:nth-child(2) {
	transform: rotate(-45deg);
}
.popup .shop .close span:last-child {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 1.2rem;
}

.header {
	padding-right: 60px;
}
.header .close {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
}
.header .close span {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 2px;
	height: 20px;
	background: #fff;
	margin: auto;
}
.header .close span:first-child {
	transform: rotate(45deg);
}
.header .close span:last-child {
	transform: rotate(-45deg);
}
@media screen and (max-width: 834px) {
	.popup .gray {
		margin: 0 0 25px;
	}
	.popup .caution {
		padding: 0;
		margin: 0 0 50px;
	}
	
	.popup .shop .flex {
		overflow: auto;
		height: 480px;
	}
	.popup .shop .close {
		right: 20px;
		top: -12px;
	}
	.pop_contents {
		overflow: auto;
	}
	
	.header {
	  padding-right: 45px;
	}
	.header .close {
		top: 10px;
	}
}

@media screen and (max-height: 720px) {
	.pop_contents {
		max-height: 610px;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
contact
------------------------------------------------------------------------------------------------------------------------
*/
#lp.contact {
	margin: 60px 0 0;
}
#lp.contact .wrap {
	max-width: 960px;
}
#lp.contact h1 {
	text-align: center;
	color: #0B3290;
	font-size:3.2rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 30px;
}
#lp.contact .icon {
	text-align: center;
	margin: 0 0 54px;
}
#lp.contact .icon li {
	vertical-align: middle;
	display: inline-block;
	margin: 0 70px 0 0;
}
#lp.contact .icon li:last-child {
	margin: 0;
}
#lp.contact .icon li .img {
	line-height: 0;
}
#lp.contact .icon li:first-child .img {
	position: relative;
}
#lp.contact .icon li:first-child .img:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -62px;
	background: url("../img/contact_dot.png") no-repeat;
	background-position: center;
	background-size: 49px;
	width: 49px;
	height: 3px;
	margin: auto 0;
}
#lp.contact .icon li span {
	display: block;
	font-size: 1.4rem;
	margin: 10px 0 0;
}
#lp.contact .icon li:first-child span {
	color: #0B3290;
}
#lp.contact .icon li:last-child span {
	color: #8E8E8E;
}

#lp.contact .form dt {
	font-size: 1.5rem;
	margin: 0 0 15px;
}
#lp.contact .form dd {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #8E8E8E;
}
#lp.contact .form dd:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#lp.contact .form dd.blue {
	font-size: 2.4rem;
	font-weight: 700;
	color: #0B3290;
	line-height: 1.4;
}
#lp.contact .form dd.date .box {
	background: #ECF4FF;
	padding: 6px 10px 6px 6px;
	overflow: hidden;
	margin: 0 0 10px;
	max-width: 800px;
}
#lp.contact .form dd.date .box:last-child {
	margin-bottom: 0;
}
#lp.contact .form dd.date .box .ttl {
	padding: 0 0 0 20px;
	position: relative;
	float: left;
}
#lp.contact .form dd.date .box .ttl .hissu {
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 1.5rem;
	color: #FF0000;
}
#lp.contact .form dd.date .box .ttl .hissu+span {
	display: inline-block;
	width: 73px;
	height: 28px;
	line-height: 28px;
	background: #596AA8;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	border-radius: 3px;
}
#lp.contact .form dd.date .box .txt {
	padding: 0 0 0 123px;
}
#lp.contact .form dd.date .box .txt a {
	color: #0B3290;
	text-decoration: underline;
}

#lp.contact .form dd.info table {
	width: 100%;
	max-width: 800px;
}
#lp.contact .form dd.info table tr {
	border-bottom: 5px solid #fff;
}
#lp.contact .form dd.info table th {
	background: #F4F4F4;
	vertical-align: middle;
	color: #666;
	width: 120px;
	font-weight: 500;
	font-size: 1.4rem;
	text-align: left;
	padding: 15px;
}
#lp.contact .form dd.info table th .hissu {
	color: #FD0000;
	margin: 0 5px 0 0;
}
#lp.contact .form dd.info table td {
	padding: 10px 15px;
}
#lp.contact .form dd.info table td .box {
	margin: 0 0 7px;
}
#lp.contact .form dd.info table td .box:last-child {
	margin: 0;
}
#lp.contact .form dd.info table td .box p {
	font-size: 1.2rem;
	color: #666666;
	margin: 0 0 2px;
}
#lp.contact .form dd.info table td .box p span {
	color: #FF0000;
	margin: 0 0 0 5px;
	display: none;
}
#lp.contact .form dd.info table td .box.error p span {
	display: inline;
}
#lp.contact .form dd.info table td .box input {
	width: 100%;
	font-size: 1.5rem;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #8E8E8E;
	display: block;
}
#lp.contact .form dd.info table td .box.error input {
	background: #F8E2D7;
	border: 1px solid #E70012;
	padding-right: 48px;
}
#lp.contact .form dd.info table td .box.error label {
	position: relative;
	display: block;
}
#lp.contact .form dd.info table td .box.error label:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	background: url("../img/error.png") no-repeat;
	background-position: center;
	background-size: 18px;
	width: 18px;
	height: 16px;
	margin: auto 0;
}
#lp.contact .form dd.info table td .box input:last-child {
	margin: 0;
}
#lp.contact .form dd.info table td .box label+span {
	display: block;
	font-size: 1.1rem;
	color: #666666;
	margin: 5px 0 0;
	line-height: 1.5;
}
#lp.contact .form dd.info table td .radio li {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
}
#lp.contact .form dd.info table td .radio li:last-child {
	margin: 0;
}
#lp.contact .form dd.info table td .radio li label {
	padding: 0 0 0 25px;
	position: relative;
	font-size: 1.2rem;
	color: #0A0A0A;
}
#lp.contact .form dd.info table td .radio li label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #8E8E8E;
	border-radius: 50%;
}
#lp.contact .form dd.info table td .radio li label input:checked+span:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	background: #0B3290;
	border-radius: 50%;
}
#lp.contact .form dd.info table td .detail {
	margin: 5px 0 0;
}
#lp.contact .form dd.info table td .detail select {
	background: #F4F4F4;
	border: 1px solid #8E8E8E;
	border-radius: 3px;
	font-size: 1.5rem;
	padding: 0 10px;
	width: 100px;
	height: 35px;
	line-height: 35px;
}
#lp.contact .form dd.info table td .detail span {
	color: #666;
	font-size: 1.4rem;
}
#lp.contact .form dd.info table td .detail span:nth-child(2) {
	margin: 0 10px;
	font-size: 1.6rem;
}
#lp.contact .form dd.info table td .detail select:nth-child(3) {
	margin: 0 10px 0 0;
}
#lp.contact .form dd textarea {
	width: 100%;
	font-size: 1.5rem;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #8E8E8E;
	display: block;
	min-height: 200px;
}

#lp.contact .agree {
	text-align: center;
	font-size: 1.5rem;
	margin: 0 0 35px;
}
#lp.contact .agree span.txt {
	display: inline-block;
	padding: 0 0 0 24px;
	position: relative;
}
#lp.contact .agree span.txt:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border: 1px solid #C1C1C1;
	position: absolute;
	top: 5px;
	left: 0;
}
#lp.contact .agree input:checked+span.txt:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 4px;
	background: url("../img/radio_check.png") no-repeat;
	background-size: 12px;
	width: 12px;
	height: 12px;
}
#lp.contact .agree span.txt span {
	color: #063190;
}

#lp.contact .submit {
	text-align: center;
	margin: 0 0 160px;
}
#lp.contact .submit input {
	display: inline-block;
	max-width: 300px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background: #0B3290;
	border-radius: 30px;
	font-size: 1.8rem;
	font-weight: 700;
}
#lp.contact .submit input:disabled {
	background: #DDDDDD;
}
@media screen and (max-width: 834px) {
	#lp.contact h1 {
		font-size: 2.6rem;
	}
	#lp.contact .form dd.info table th {
		width: 100px;
		font-size: 1.3rem;
		padding: 15px 10px;
	}
	#lp.contact .form dd.info table td .detail select {
		margin: 0 0 5px;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
contact - thanks 
------------------------------------------------------------------------------------------------------------------------
*/
#lp.contact.thanks .icon li:first-child span {
	color: #8E8E8E;
}
#lp.contact.thanks .icon li:last-child span {
	color: #0B3290;
}
#lp.contact.thanks .message {
	border: 1px solid #DDDDDD;
	padding: 55px 20px 60px;
	margin: 0 0 140px;
}
#lp.contact.thanks .message h2 {
	line-height: 1.952;
	font-size: 2.1rem;
	font-weight: 700;
	color: #8E8E8E;
	text-align: center;
	margin: 0 0 30px;
}
#lp.contact.thanks .message p:not(.btn) {
	max-width: 702px;
	margin: 0 auto 50px;
	line-height: 1.643;
	font-size: 1.4rem;
}
#lp.contact.thanks .message .btn {
	text-align: center;
}
#lp.contact.thanks .message .btn a {
	display: inline-block;
	border-radius: 30px;
	border: 2px solid #0B3290;
	width: 250px;
	height: 50px;
	line-height: 45px;
	color: #0B3290;
	font-weight: 700;
}
@media screen and (max-width: 834px) {
	#lp.contact.thanks .message h2 {
		font-size: 1.8rem;
		line-height: 1.75;
		margin: 0 0 20px;
	}
	#lp.contact.thanks .message p:not(.btn) {
		margin: 0 0 35px;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
shop_info
------------------------------------------------------------------------------------------------------------------------
*/
#lp.shoppage .shop_info {
	padding: 75px 0 100px;
}
#lp.shoppage .shop_info .wrap {
	max-width: 1060px;
}
#lp.shoppage .shop_info h2 {
	color: #0b3290;
	font-weight: 700;
	font-size: 2.4rem;
	margin: 0 0 40px;
}
#lp.shoppage .shop_info .flex {
	display: flex;
}
#lp.shoppage .shop_info .flex dl {
	width: 52%;
	margin: 0 3% 0 0;
	line-height: 1.688;
}
#lp.shoppage .shop_info .flex dl dt {
	float: left;
	clear: both;
	padding: 10px 0;
}
#lp.shoppage .shop_info .flex dl dd {
	padding: 10px 0 10px 145px;
	border-bottom: 1px solid #818181;
}
#lp.shoppage .shop_info .flex dl dd .open li {
	overflow: hidden;
}
#lp.shoppage .shop_info .flex dl dd .open li span {
	display: block;
}
#lp.shoppage .shop_info .flex dl dd .open li span:first-child {
	float: left;
}
#lp.shoppage .shop_info .flex dl dd .open li span:last-child {
	padding: 0 0 0 68px;
}
#lp.shoppage .shop_info .flex dl dd .flex ul {
	margin: 0 10px -10px 0;
}
#lp.shoppage .shop_info .flex dl dd .flex ul:last-child {
	margin: 0 0 -10px;
}
#lp.shoppage .shop_info .flex dl dd .flex ul li {
	line-height: 0;
	margin: 0 0 10px;
}
#lp.shoppage .shop_info .flex .map {
	width: 45%;
}
#lp.shoppage .shop_info .flex .map iframe {
	width: 100%;
	height: 340px;
}
@media screen and (max-width: 834px) {
	#lp.shoppage .shop_info {
		padding: 55px 0 70px;
	}
	#lp.shoppage .shop_info h2 {
		font-size: 2.0rem;
		margin: 0 0 15px;
	}
	#lp.shoppage .shop_info .flex {
		display: block;
	}
	#lp.shoppage .shop_info .flex dl,#lp.shoppage .shop_info .flex .map {
		width: 100%;
	}
	#lp.shoppage .shop_info .flex {
		display: block;
	}
	#lp.shoppage .shop_info .flex dl {
		margin: 0 0 30px;
	}
	#lp.shoppage .shop_info .flex dl dd .flex ul:first-child {
		margin: 0 0 10px !important;
	}
}

#lp.shoppage .contest_wrap {
	background: #f7f9ff;
	padding: 80px 0 10px;
	margin: 0 0 60px;
}
#lp.shoppage .contest_wrap h2 {
	text-align: center;
	font-weight: 700;
	font-size: 3.0rem;
	font-style: italic;
	margin: 0 0 50px;
}
#lp.shoppage .contest_wrap .list {
	display: flex;
}
#lp.shoppage .contest_wrap .list dl {
	width: calc( calc(100% - 80px) / 3);
	margin: 0 40px 40px 0;
}
#lp.shoppage .contest_wrap .list dl:nth-child(3n) {
	margin: 0 0 40px;
}
#lp.shoppage .contest_wrap .list dl dt {
	line-height: 0;
	margin: 0 0 20px;
	text-align: center;
}
#lp.shoppage .contest_wrap .list dl dd {
	text-align: center;
	font-size: 1.5rem;
}
#lp.shoppage .contest_wrap .list dl dd .contest:before {
	content: "";
	background: url("../img/point01-crown_icon.png") no-repeat;
	background-position: center;
	background-size: 24px;
	width: 24px;
	height: 23px;
	display: inline-block;
	margin: 0 5px 0 0;
}
#lp.shoppage .contest_wrap .list dl dd .name {
	font-size: 2.4rem;
	font-weight: 700;
}
@media screen and (max-width: 834px) {
	#lp.shoppage .contest_wrap h2 {
		font-size: 2.4rem;
		margin: 0 0 25px;
	}
	#lp.shoppage .contest_wrap .list_wrap {
		overflow: auto;
	}
	#lp.shoppage .contest_wrap .list_wrap .list {
		width: 754px;
		justify-content: flex-start;
	}
}

/* 20240304 add */
.lpcoating {
	padding: 80px 0 100px;
	background-color: #1e44a2;
}
.lpcoatinghd {
	position: relative;
	padding-bottom: 50px;
	margin-bottom: min(15.68966vw, 182px);
	text-align: center;
}
.lpcoatinghd::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	display: block;
	max-width: 838px;
	height: 9px;
	margin: 0 auto;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.lpcoatinghd .tit {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.lpcoatinghd .tit .str {
	font-size: 42px;
	font-style: italic;
	line-height: 1.5;
}
.lpcoatinghd .tit .yellow {
	color: #ffda00;
}
.lpcoatingbd {
	position: relative;
	padding: 16.90909% 9.09091% 60px;
	background-color: #fff;
}
.lpcoatingbd .mpic {
	position: absolute;
	top: max(-15.68966vw, -182px) ;
	left: min(4.31034vw, 50px);
	right: min(4.31034vw, 50px);
	font-size: 0;
}
.lpcoatingbd .ttl {
	padding: 10px 0;
	margin-bottom: 30px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.8;
	color: #fff;
	text-align: center;
	background-color: #1e44a2;
}
.lpcoatingbd .art {
	display: flex;
	column-gap: 10%;
}
.lpcoatingbd .art .pic {
  width: 320px;
	font-size: 0;
}
.lpcoatingbd .art .des {
  width: 444px;
}
.lpcoatingbd .art .txt {
  font-size: 15px;
	line-height: 1.6667;
}
.lpcoatingbd .art .str {
  color: #f13030;
}
.lpcoatingbd .reason {
	padding: 40px 40px 25px;
	margin: 50px 0 60px;
	background-color: #e5f4fe;
	border: 3px solid #1e44a2;
	border-radius: 20px;
}
.lpcoatingbd .reasonhd {
	display: flex;
	justify-content: center;
	text-align: center;
}
.lpcoatingbd .reasonhd .tit {
	font-size: 24px;
	font-weight: 700;
	color: #1e44a2;
}
.lpcoatingbd .reasonhd .tit .str {
	color: #ff0000;
}
.lpcoatingbd .reasonhd .tit .sub {
	display: inline-block;
	padding: 0 20px;
	font-size: 48px;
	color: #fff;
	line-height: 1.25;
	background-color: #1e44a2;
}
.lpcoatingbd .reasonhd .con {
	position: relative;
	padding: 0 25px;
}
.lpcoatingbd .reasonhd .con::before {
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	display: block;
	width: 85px;
	height: 3px;
	background-color: #1e44a2;
	transform-origin: 0 0;
	transform: rotate(60deg);
}
.lpcoatingbd .reasonhd .con::after {
	content: "";
	position: absolute;
	right: 0;
	top: 16px;
	display: block;
	width: 85px;
	height: 3px;
	background-color: #1e44a2;
	transform-origin: 100% 0;
	transform: rotate(-60deg);
}
.lpcoatingbd .reasonbd {
	position: relative;
	max-width: 648px;
	margin: 40px auto 20px;
}
.lpcoatingbd .reasonbd::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	display: block;
	width: 44px;
	height: 18px;
	background-color: #ffda00;
	transform: translate(-50%, 50%);
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.lpcoatingbd .reasonitem {
	position: relative;
	padding-left: 54px;
	margin-bottom: 35px;
}
.lpcoatingbd .reasonitem:last-child {
	margin-bottom: 0;
}
.lpcoatingbd .reasonitem .hd {
	position: absolute;
	left: 0;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 5px;
	width: 105px;
	height: 105px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #1e44a2;
	border-radius: 50%;
	transform: translateY(-50%);
}
.lpcoatingbd .reasonitem .hd .num {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
} 
.lpcoatingbd .reasonitem .bd {
	padding: 8px 25px 8px 75px;
	background-color: #fff;
	border: 2px solid #1e44a2;
	border-radius: 20px;
}
.lpcoatingbd .reasonitem .bd .ttb {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	color: #1e44a2;
}
.lpcoatingbd .reasonitem .bd .str {
	color: #f13030;
}
.lpcoatingbd .reasonitem .bd .sub {
	padding-top: 5px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.28;
	border-top: 1px solid #dedede;
}
.lpcoatingbd .reasonpic {
	text-align: center;
}
.lpcoatingbd .case {
	display: flex;
	flex-wrap: wrap;
	column-gap: 4%;
	row-gap: 28px;
	margin-bottom: 60px;
}
.lpcoatingbd .caseitem {
	width: 48%;
	padding: 24px;
	border: 2px solid #e6e6e6;
}
.lpcoatingbd .caseitem .pic {
	text-align: center;
	font-size: 0;
}
.lpcoatingbd .caseitem .hd {
	padding: 15px 0;
	border-bottom: 1px solid #1e44a2;
}
.lpcoatingbd .caseitem .hd .tts {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.lpcoatingbd .caseitem .hd .label {
	font-size: 12px;
	padding: 0 5px;
	background-color: #ffd800;
}
.lpcoatingbd .caseitem .hd .label {
	font-size: 12px;
	padding: 0 5px;
	background-color: #ffd800;
}
.lpcoatingbd .caseitem .hd .str {
	font-size: 14px;
	line-height: 1.5;
}
.lpcoatingbd .caseitem .hd .ttb {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	column-gap: 8px;
	margin-top: 10px;
}
.lpcoatingbd .caseitem .hd .tit {
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
}
.lpcoatingbd .caseitem .hd .sub {
	font-size: 14px;
	line-height: 1;
}
.lpcoatingbd .caseitem .bd {
	margin-top: 20px;
}
.lpcoatingbd .caseitem .bd .txt {
	font-size: 15px;
	line-height: 1.6667;
}
.lpcoatingbd .consmenu {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}
.lpcoatingbd .consmenu .item {
	font-size: 0;
}
.lpcoatingcta {
	margin-top: 60px;
	text-align: center;
}
.lpcoatingcta .btnlink {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 544px;
	max-width: 100%;
	height: 84px;
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	line-height: 80px;
	text-align: center;
	background-color: #ec6941;
	border: 2px solid #fff;
	border-radius: 42px;
	box-shadow: 4px 6px 3px rgba(0, 75, 177, .24);
}
.lpcoatingcta .btnlink::before {
	content: "";
	display: inline-block;
	width: 33px;
	height: 25px;
	margin: 0 20px 0 0;
	background: url(../img/ico_mail.png) center / contain no-repeat;
}
@media screen and (max-width: 1024px) {
	.lpcoatingbd .reasonitem .bd .ttb {
		font-size: 20px;
	}
	.lpcoatingbd .reasonhd .tit {
		font-size: 20px;
	}
	.lpcoatingbd .reasonhd .tit .sub {
		font-size: 40px;
	}
	.lpcoatingbd .ttl {
		font-size: 18px;
	}
	.lpcoatingbd .reasonhd .con::before,
	.lpcoatingbd .reasonhd .con::after {
		width: 65px;
	}
	.lpcoatingbd .caseitem {
		width: 100%;
	}
	.lpcoatingbd .consmenu {
		row-gap: 20px;
	}
}
@media screen and (max-width: 834px) {	
	.lpcoating {
		padding: 40px 0 50px;
	}
	.lpcoatinghd {
		padding-bottom: 30px;
	}
	.lpcoatinghd .tit {
		font-size: 14px;
	}
	.lpcoatinghd .tit .str {
		font-size: 20px;
	}
	.lpcoatinghd::after {
		bottom: 20px;
		height: 6px;
		border-width: 1px;
	}
	.lpcoatingbd {
		padding: 16.03448vw 20px 30px;
	}
	.lpcoatingbd .ttl {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.lpcoatingbd .art {
		display: block;
	}
	.lpcoatingbd .art .pic {
		width: 100%;
		text-align: center;
	}
	.lpcoatingbd .art .des {
		width: 100%;
		margin-top: 15px;
	}
	.lpcoatingbd .art .txt {
		font-size: 14px;
	}
	.lpcoatingbd .reason {
		padding: 20px;
		margin: 25px 0 30px;
		border: 1px solid #1e44a2;
		border-radius: 10px;
	}
	.lpcoatingbd .reasonhd .con {
		padding: 0;
	}
	.lpcoatingbd .reasonhd .tit {
		font-size: 12px;
	}
	.lpcoatingbd .reasonhd .tit .sub {
		font-size: 22px;
	}
	.lpcoatingbd .reasonhd .con::before, 
	.lpcoatingbd .reasonhd .con::after {
		width: 36px;
		height: 2px;
		top: 10px;
	}
	.lpcoatingbd .reasonhd .con::before {
		left: -15px;		
	}
	.lpcoatingbd .reasonhd .con::after {
		right: -15px;		
	}
	.lpcoatingbd .reasonitem {
		padding-left: 32px;
	}
	.lpcoatingbd .reasonitem .hd {
		width: 64px;
		height: 64px;
		top: 0;
		font-size: 14px;
	}
	.lpcoatingbd .reasonitem .hd .num {
		font-size: 20px;
	}
	.lpcoatingbd .reasonitem .bd {
		padding: 8px 15px 8px 35px;
		border: 1px solid #1e44a2;
		border-radius: 10px;
	}
	.lpcoatingbd .reasonitem .bd .ttb {
		font-size: 15px;
	}
	.lpcoatingbd .reasonitem .bd .sub {
		font-size: 12px;
	}
	.lpcoatingbd .reasonbd::after {
		bottom: -10px;
		width: 24px;
		height: 10px;
		clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	}
	.lpcoatingbd .case {
		row-gap: 15px;
		margin-bottom: 30px;
	}
	.lpcoatingbd .caseitem {
		padding: 15px;
		border-width: 1px;
	}
	.lpcoatingbd .caseitem .hd .tts {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 5px;
	}
	.lpcoatingbd .caseitem .hd .tit {
		font-size: 16px;
	}
	.lpcoatingbd .caseitem .hd .str,
	.lpcoatingbd .caseitem .hd .sub {
		font-size: 12px;
	}
	.lpcoatingbd .caseitem .bd {
		margin-top: 10px;
	}
	.lpcoatingbd .caseitem .bd .txt {
		font-size: 14px;
	}
	.lpcoatingbd .consmenu {
		row-gap: 10px;
	}
	.lpcoatingcta {
		margin-top: 30px;
	}
	.lpcoatingcta .btnlink {
		height: 52px;
		font-size: 12px;
		line-height: 50px;
		border: 1px solid #fff;
		border-radius: 26px;
		box-shadow: 2px 3px 2px rgba(0, 75, 177, .24);
	}
	.lpcoatingcta .btnlink::before {
		width: 16px;
		height: 12px;
		margin: 0 10px 0 0;
	}
}

.formbox .formtab {
	width: 100%;
}
.formbox .formtab th,
.formbox .formtab td {
	padding: 17px 0;
	vertical-align: middle;
}
.formbox .formtab th {
	width: 27%;
	font-weight: 500;
	letter-spacing: 0.025em;
	padding-right: 10px;
	text-align: left;
}
.formbox .formtab .must {
	font-size: 12px;
	color: #fd6103;
}
.formbox .formtab input[type=text],
.formbox .formtab input[type=email],
.formbox .formtab input[type=tel] {
	background: #f1f1f1;
	width: 100%;
	height: 45px;
	padding: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.formbox .formtab input.half {
	width: 32%;
}
.formbox .formtab textarea {
	background: #f1f1f1;
	width: 100%;
	height: 200px;
	padding: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.formbox .formtab .selectbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.formbox .formtab .selectbox li {
	display: flex;
	align-items: center;
	width: calc((100% - 5%)/2);
}
.formbox .formtab .selectbox select {
	background: #f1f1f1;
	width: 150px;
	margin: 0 10px;
	height: 45px;
	padding: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	outline: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.formbox .formtab .radiobox {
	display: flex;
	align-items: center;
}
.formbox .formtab .radioin {
	margin-right: 20px;
}
.formbox .formtab .radiobox label {
	display: flex;
	align-items: center;
}
.formbox .formtab input[type=radio] {
	width: 16px;
	height: 16px;
	border: 1px #ccc solid;
	background: #fff;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
.formbox .formtab input[type=radio]:checked:before {
	position: absolute;
	content: "";
	background: #004bb1;
	width: 8px;
	height: 8px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 0;
}
.vat {
	vertical-align: top !important;
}
.formbox .formtab label.error {
	color: #f00;
}
@media (max-width: 767px) {
	.formbox .formtab th,
	.formbox .formtab td {
		display: block;
		padding: 10px 0;
	}
	.formbox .formtab th {
		width: auto;
		padding-right: 0;
		padding-bottom: 5px;
	}
	.formbox .formtab input.half {
		width: 100%;
	}
	.formbox .formtab .selectbox {
		display: block;
	}
	.formbox .formtab .selectbox li {
		width: auto;
	}
	.formbox .formtab .selectbox li+li {
		margin-top: 15px;
	}
}
	
	