@charset "utf-8";

@media only screen and (max-width: 760px) {

/* 共通 ↓ */
p {
	font-size: 14px;
}
.inner {
	width: 89%;
	margin: 0 auto;
	overflow: hidden;
}
img {
	width: 100%;
}
.box-wrap {
	display: block;
}
.box-wrap {
	display: block;
}
.main-tit .sub-tit,
.main_tit span.webf {
	font-size: 34px;
}
.main-tit .sub-tit::before,
.main_tit span.webf::before {
	left: 70%;
}
.main-tit .sub-tit::after,
.main_tit span.webf::after {
	left: 30%;
}
.main-tit h2, .main_tit span {
	font-size: 16px;
}
/* main */
html {
	font-size: 50%;
}
main {
	max-width:100%;
}
header .btn a {
	font-size: 16px;
}
header a.web,
header a.tel {
	padding: 2.5rem 2rem;
}
header .imgwrap {
	width: 39%;
	margin: 15px;
}
header .imgwrap img {
	width: 100%;
}
header .btn {
	margin: 0;
	width: 100vw;
	display: flex;
	bottom: 0;
	right: 0;
}
header .btn a {
	margin: 0;
	display: block;
	font-size: 16px;
	letter-spacing: 0;
	padding: 1rem 1.25rem;
}
header .btn a br.br-sp {
	display: block;
}
header .btn a.web,
header .btn a.tel {
	padding: 2rem 1.25rem;
}
header a.btn i {
	margin-right: 0.5rem;
}
/* top */
#top {
	padding: 0;
	margin-top: 0;
}
#top .wrapper {
	background: url("../img/bg-top-sub_sub.jpg") right center / cover no-repeat;
}
#top .wrapper h2.en {
	display: none;
}
#top .wrapper .top-text img {
	width: 100%;
	max-width: 550px;
}
#top .wrapper .top-text h2 span {
	background: linear-gradient(transparent 98%, #000 99%);
	font-size: 1.9em;
}
#top .wrapper .top-text h3 {
	margin: 5% 0 8%;
}
#top .wrapper .top-text h3 span {
	line-height: 1.6;
	font-size: 1.7em;
}
#top .wrapper .top-cp {
	width: 100%;
	display: -ms-block;
	display: block;
	text-align: center;
	margin: 25px 0 25px 0;
}
#top .wrapper .top-cp img {
	width: 85%;
	margin: 2.5% 5% 2.5% 2%;
}

/* global */
#global-nav {
	display: none;
}

/* important */
#important .bg-dark h3 {
	font-size: 24px;
	line-height: 2;
}
#important .bg-dark h3 span {
	font-size: 30px;
}
#important .bg-dark .box-wrap {
	display: block;
}
#important .bg-dark .img-box {
	width: 75%;
	margin: auto;
}
#important .bg-dark .text-box {
	width: 100%;
	margin: 20px 0;
}
#important .bg-light h3 {
	font-size: 28px;
	line-height: 1.8;
}
#important .bg-light p {
	font-size: 13px;
}
#important br.br-sp {
	display: block;
}

/* ba */

#ba .box-wrap .ba-wrap {
	width: 100%;
}
#ba .box-wrap .ba-wrap .box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* point */
#point .point-list h3 {
	font-size: 1.35em;
}

/* action */
#action .box-wrap .tit-box h3 {
	font-size: 20px;
	margin: 15px 0;
}
#action .box-wrap .tit-box p {
	font-size: 16px;
	margin: 10px 0;
}
#action .box-wrap .tit-box h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0 20px;
}
#action .box-wrap .btn-tit {
	font-size: 14px;
	padding: 0;
	margin: 30px 0 10px;
}
#action .btn-box .box-wrap {
	display: block;
}
#action .box-wrap .ac-btn {
	margin: 10px auto;
	width: 100%;
}

/* trouble */
#trouble .box-wrap.trouble .img-box {
	margin-right: 0;
}
#trouble .box-wrap.trouble .text-box {
	width: 100%;
}
#trouble .box-wrap.trouble .text-box .box-wrap.tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#trouble .box-wrap.trouble .text-box .box-wrap.tit h3 {
	font-size: 26px;
}
#trouble .box-wrap.trouble .text-box dl {
	margin-left: 0;
}
#trouble .box-wrap.trouble .text-box dl dd {
	padding: 5px 0 10px;
	width: 100%;
}

/* strength */
#strength {
	padding-bottom: 0;
}
#strength .inner:first-child {
	padding: 50px 0 0;
}
#strength .top-block {
	width: 90%;
	margin: 10% auto 20px;
	position: relative;
	z-index: 9;
	min-height: inherit;
}
#strength .top-block::before {
	width: 80vw;
	height: 80vw;
}
#strength .top-block h3 {
	font-size: 1.5em;
	line-height: 1.5;
	text-align: center;
	top: 0;
	margin-bottom: 10px;
}
#strength .top-block img {
	padding-left: 0;
	padding-top: 30vw;
	width: 90%;
}
#strength .merit-list li,
#strength .merit-list li:nth-of-type(2n) {
	width: calc(100% - 10px);
	padding: 20vw 10px;
	border: 1px solid #e3e3e3;
	margin: 0 0 230px 10px;
	box-sizing: border-box;
}
#strength .merit-list li:last-of-type {
	margin-bottom: 62vw;
}
#strength .merit-list li .merit {
	margin-left: -5px;
	font-size: 10px;
}
#strength .merit-list li .merit .big {
	margin-left: -10px;
	font-size: 3em;
}
#strength .merit-list li .text-box {
	width: calc(100% - 70px);
	right: 15px;
	left: 55px;
	top: 30px;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
}
#strength .merit-list li h3 {
	font-size: 20px;
	font-weight: bold;
}
#strength .merit-list li img {
	width: 80%;
	max-width: 400px;
	display: inline-block;
	background-color: #f4f4f4;
	box-shadow: 0px 16px 12px 12px rgb(0 0 0 / 3%);
	position: absolute;
	top: 200px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#strength .merit-list li p {
	line-height: 1.5;
	margin-left: 0;
	font-size: 14px;
	margin-top: 10px;
}
#strength .link .tit-box h3 {
	font-size: 22px;
}
#strength .link .tit-box h2 {
	font-size: 30px;
}

/* menu */
#menu ul.box-wrap li {
	width: 260px;
	margin: auto auto 20px;
}
#menu ul.box-wrap li a.bnr {
	background-size: contain;
	width: 280px;
	margin-left: -10px;
	padding: 170px 10px 10px;
	height: inherit;
}
#menu ul.box-wrap li a.bnr h3 {
	line-height: 2.2;
}
#menu ul.box-wrap li a.bnr p {
	padding: 8px 5px;
	font-size: 11px;
	height: inherit;
}

/* flow */
#flow .box-wrap .txtarea h3 {
	line-height: 1.5;
}

/* price */
#price .cp-box {
	padding: 5%;
	margin: 10% 0 0;
	}
#price .cp-box .tit {
	margin: 5%;
}
#price .cp-box .tit h3 {
	line-height: 1.25;
	font-size: 1.5em;
}
#price .cp-box .point {
	width: 70%;
	height: 45px;
	margin: auto;
	border-radius: 0;
}
#price .cp-box .point p {
	position: relative;
}
#price .cp-box .point p strong br {
	display: none;
}
#price .cp-box .price {
	padding: 10% 0 3%;
}
#price .cp-box .price p.fon-min {
	font-size: 1.25em;
	margin-bottom: 20px;
}
#price .cp-box .price p {
	line-height: 1.5;
}
#price .price-box .left,
#price .price-box .right {
	width: 100%;
	margin: 10% 0 0;
}
#price .price-box h3 {
	font-size: 1.2em;
}
#price .price-box table.pay th,
#price .price-box table.pay td {
	font-size: 14px;
}
#price .price-box table.pay td img {
	width: 140px;
}
.sec11 .main_tit{
	padding: 5rem 0 0;
}

/*　footer　*/
#page-top {
	bottom: 100px;
	right: 0;
}
footer {
	margin-top: 36px;
	padding-bottom: 60px;
}


}
