@charset "utf-8";

.spOnly {
	display: block;
}
.pcOnly {
	display: none;
}

.spvw60 { width:60vw; height: auto; }
.spvw70 { width:70vw; height: auto; }
.spvw80 { width:80vw; height: auto; }

html,
body {
	min-width: 380px;;
}

#conteiner {
	padding-bottom: 300px;
	padding-top: 60px;
}

input[type="submit"] {
	padding: .4em 2.5em;
	font-size: 1.9rem;
}

header {
	width: 100vw;
	background: #044195; 
	padding: 0 20px;
	align-items: center;
	height: 60px;
	box-sizing: border-box;
	position: fixed;
	z-index: 50;
	top: 0;
	left: 0;
}
header img {
	width: 35px;
	height: auto;
}
header a ,
.NaviClose {
	top: 1em;
	right: 1em;
}

#gNavi {
	display: none;
}

#spNavi {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #044195;
	transition: all .5s ease-out;
	opacity: 0;
	z-index: -1;
}
.nvon #spNavi {
	left:0;
	opacity: 1;
	z-index: 100;
}
#spNavi  .container {
	padding: 0 20px;
}
#spNavi  img {
	width: 35px;
	height: auto;
}
#spNavi .flexWrap {
	justify-content: space-between;
	height: 60px;
	align-items: center;
}
#spNavi ul {
	margin: 1.5em 0;	
}
#spNavi li {
	margin: .5em 0;	
}
#spNavi li a {
	font-size: 1.8rem;
	color: #fff;
	font-weight: 600;
}
#spNavi .btn_marker span:after {
	float: right;
	margin-left: 0;
}
#spNavi a.btns {
	display: block;
	text-align: center;
	margin-top: 2em;
}

.NaviClose img {
	width: 40px;
	height: 40px;
}

img {
	max-width: 100%;
}


.InnerWrap {
	width: 100%;
	padding: 0 1em;
	box-sizing: border-box;
}



#gNavi ul ,
#gNavi ul a {
	width: 100%;
}



/* */
.hearoBtns p {
	font-size: 1.3rem;
	border-radius: 5px;
}
#mainImg {
	height: 600px;
}
#mainImg h1 ,
#mainImg h1 strong {
	font-size: 3.4rem;
}
#mainImg h1 span {
	background-size: 20%;
}
#mainImg h1:before{
	transform: scale(0.5);
	left: -75px;
	bottom: unset;
	top: 44px;
}
#mainImg h1:after {
	transform: scale(0.5);
	right: -70px;
	bottom: unset;
	top: 0px;
}
a.btn_contact {
	font-size: 2rem;
}
#mainImg .subBtn {
	position: relative;
	top: 250px;
}


#problem .ttl {
	margin: 2em 0;	
}

#problem .lead {
	font-size: 1.2rem;
	text-align: left;
}

.fukidasi {
	margin: 2em 0;
}
#problem .msg {
	display: flex;
	font-size: 2.2rem;
	justify-content: space-between;
}

#problem .msg:before ,
#problem .msg:after {
	background-size: 70%;
	background-position: center;
}

.solutionBlock {
	padding: 1em;
	margin: 3em 0 2em;
}

#solution h2 {
	font-size: 1.8rem;
	padding-left: 5.4em;
}
.solutionBlock .marker {
	width: 85px;
	height: 85px;
	font-size: 2rem;
	top: -1.1em;
}
.solutionBlock .marker span {
	font-size: 2.2rem;
}

.solutionBlock > .flexWrap {
	flex-direction: column;
}

.solutionBlock .lead ,
#solution .tblTtl ,
.solutionBlock .flexWrap > div {
	font-size: 1.4rem;
	line-height: 1.5;
}
.solutionBlock .flexWrap > div {
	margin-bottom: 0;
}
.solutionBlock .flexWrap > p {
	margin-top: 1em;
}

.solutionBlock .marker span.new {
	font-size: 2.2rem;
}

.iraiObi .msg {
	font-size: 2.4rem;
}

/* */
#reason .ttl {
	font-size: 2.6rem;
	margin-bottom: 2.5em;
}
.pointWrap {
	flex-direction: column;
}

#reason .flexWrap > div:nth-child(2) {
	margin: 3em 0 3em;
}
#reason .points {
	font-size: 2.2rem;
}
#reason .lead {
	font-size: 2.1rem;
}
#reason .pointWrap .txt {
	text-align: left;
}

/* */
#spec h3, #faq h3, #contact h3, #about h3 {
	width: unset;
	font-size: 2.6rem;
}

#spec p {
	font-size: 1.8rem;
}


#about {
	padding-top: 2.5em;
}
#about .links {
	flex-direction: column;
	width: 60vw;
	margin: 3em auto;
}
#about .links p:nth-child(2) {
	background: #fff;
	height: 2em;
}


dl.faqBlock {
	padding: 1em 3.5em 1em 1em;
}
dl.faqBlock dt {
	font-size: 1.6rem;
}
.fqSw span {
	width: 28px;	
	top: 17px;
	right: 4px;
}

#contact {
	padding-top: 2.5em;
}
.formList dt, .formList dd {
	float: none;
	width: 100%;
	margin-bottom: 0;
}

table.formTable {
	width: 100%;
	margin-bottom: 2em;
}
table.formTable th, table.formTable td {
	display: block;
	padding: .5em 0 0;
	text-align: left;
}
table.formTable th {
	font-size: .9em;
}
table.formTable td {
	padding-left: 1em;
}

.solImg img {
	display: none;
}

#toTop {
	width: 50px;
	height: 50px;
}

/* footer */
.contactMail span {
	padding: 0 0 1em;
}
footer .address span {
	display: block;
	font-size: 2.6rem;
	margin-bottom: .5em;
}


/* フォーム確認画面 */
#confirm input[type="submit"] {
	width: 70vw;
	margin: 0;
}
#confirm span.submit {
	margin: 0;
	display: block;
	width: 70vw;
}
#confirm span.submit input[type="button"] {
	display:block;
	width: 70vw;
	text-align: center;
	padding: .4em 0;
	margin: 1em 0;
	font-size: 1.9rem;
}
