@charset "utf-8";

/* HOME
-------------------------------------------------------------------*/
.home .mv{
    position: relative;
    height: calc(100vh + 80px);
    min-height: 600px;
    width: 100%;
}

.home .mv:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,51,163,0.56);
}

.home .mv .video{
	width: 100%;
    height: 100%;
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: -1;
}

.home .mv .video video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home .mv h1{
	position:absolute;
	left:10%;
	bottom:20%;
	z-index:2;
}

.about{
	background:var(--color-primary2);
	border-radius:40px;
	padding:120px 20px 170px 20px;
	margin:-80px 0 0 0;
	position:relative;
	z-index:2;
}

.m-tit{
	font-family: "Cormorant", serif;
	color:#6081A7;
	font-size:56px;
	font-weight:600;
	line-height:0.65;
	border-bottom:1px solid var(--border2);
	margin:0 0 70px 0;
}

.m-tit span{
	font-family: "Zen Kaku Gothic New", sans-serif;
	color:var(--white);
	font-size:16px;
	font-weight:400;
	line-height:0.9;
	padding:0 0 0 20px;
}

.about .box-in{
	display:flex;
}

.about .box-in h3{
	font-size:28px;
	line-height:1.6;
	padding:0 120px 0 0;
}

.about .box-in .txt{
	line-height:2.6;
}

.service{
	padding:120px 20px;
}

.service h3{
	font-size:28px;
	line-height:1.6;
	padding:0 0 60px 0;
}

.service .box-in{
	position:relative;
}

.service__list li{
	margin:0 20px 20px 0;
}

.service__list li span{
	line-height:1.6;
	padding:5px 10px;
	border:1px solid #6081A7;
	display:inline-block;
}

.service .txt{
	line-height:2.4;
}

.service .box-in01 .txt{
	padding:30px 0 0 0;
}

.service .box-in01 .img{
	position:absolute;
	right:-190px;
	top:-330px;
	z-index:3;
}

.service .box-in02{
	margin:100px 0 300px 0;
	display:flex;
	justify-content:flex-end;
}

.service .box-in02 .txt-box{
	width:470px;
}

.service .box-in02 .img{
	position:absolute;
	left:-190px;
	top:0;
	z-index:3;
}

.service .box-in02 h3{
	margin:60px 0 0 0;
}

.service .box-in03 ul{
	display:flex;
	justify-content:space-between;
}

.service .box-in03 ul li{
	width:320px;
	height:500px;
	text-align:center;
	background:url(../img/top/service-bg01.jpg) no-repeat center center;
	background-size:cover;
	box-sizing:border-box;
	padding:90px 40px 0 40px;
}

.service .box-in03 ul li:nth-child(2){
	background:url(../img/top/service-bg02.jpg) no-repeat center center;
	background-size:cover;
}

.service .box-in03 ul li:nth-child(3){
	background:url(../img/top/service-bg03.jpg) no-repeat center center;
	background-size:cover;
}

.service .box-in03 ul li h4{
	font-size:28px;
	line-height:1.6;
	padding:0 0 30px 0;
}

.service .box-in03 ul li p{
	line-height:2;
	font-weight:500;
	text-align:left;
}

.service .box-in04{
	margin:80px 0 0 0;
}

.service .box-in04 ul{
	display:flex;
}

.feature{
	background:var(--color-primary2);
	border-radius:40px;
	padding:120px 20px;
	position:relative;
}

.feature ul{
	padding:10px 0 0 0;
}

.feature ul li{
	background:var(--color-primary);
	border-radius:40px 0 0 40px;
	padding:100px 110px;
	position:relative;
	width:100vw;
	margin:80px 0 0 0;
}

.feature ul li .txt-box{
	position:relative;
}

.feature ul li h3{
	position:absolute;
	left:-30px;
	top:60px;
}

.feature ul li:nth-child(3) h3{
	left:-40px;
}

.feature dl{
	position:relative;
	max-width:700px;
}

.feature dl dt{
	font-size:28px;
	line-height:1.6;
	padding:0 0 30px 0;
}

.feature .txt{
	width:460px;
	line-height:2.2;
}

.feature .img{
	position:absolute;
	right:-350px;
	top:-160px;
}

.feature ul li:nth-child(even){
	margin-left: calc(50% - 50vw);
	width: auto;
	display:flex;
	justify-content:flex-end;
	border-radius:0 40px 40px 0;
}

.feature ul li:last-child{
	border-radius:0;
	padding:40px 60px;
	width:100%;
	display:block;
	margin:80px 0 0 0;
}

.feature ul li:nth-child(even) h3{
	left:auto;
	right:-50px;
	top:60px;
}

.feature ul li:nth-child(even) .img{
	left:-600px;
	right:auto;
}

.feature ul li:last-child .txt{
	width:100%;
}

.home-case{
	padding:120px 20px;
}

.case__list li{
	padding:0 0 30px 0;
}

.case__list li a{
	display:flex;
}

.case__list li span em,
.cate__list li a{
	font-size:14px;
	color:var(--txt);
	display:inline-block;
	padding:3px 20px;
	border:1px solid var(--txt);
	margin:0 40px 0 35px;
	position:relative;
	min-width:140px;
	text-align:center;
}

.cate__list li a{
	margin:0 0 10px 0;
}

.case__list li span em:after{
	content:"";
	position:absolute;
	left:-35px;
	top:50%;
	width:20px;
	height:1px;
	background:var(--border);
}

.home-case .btn{
	padding:20px 0 0 0;
}

.home-case .btn a{
	color:var(--txt);
	font-family: "Cormorant", serif;
	font-size:18px;
	font-weight:500;
	padding:0 0 0 20px;
	display:inline-block;
	position:relative;
}

.home-case .btn a::before,
.home-case .btn a::after {
	content: "";
	position: absolute;
	top: calc(50% - 0.5px);
	left: 0;
	top:50%;
	margin-top:-1px;
	width: 8px;
	height: 1px;
	border-radius: 9999px;
	background-color: var(--txt);
	transform-origin: calc(100% - 0.5px) 50%;
}

.home-case .btn a::before {
	transform: rotate(45deg);
}

.home-case .btn a::after {
	transform: rotate(-45deg);
}

.review{
    background: var(--color-primary2);
    border-radius: 40px;
    padding: 120px 20px;
    position: relative;
}

.review ul li{
    background: var(--color-primary);
    border-radius: 40px;
	margin:50px 0 0 0;
}

.review h3{
	max-width:870px;
	margin:0 auto;
	position:relative;
	font-size:28px;
	line-height:1.6;
	box-sizing:border-box;
	padding:75px;
}

.review h3:after{
	content:"";
	width:80px;
	height:80px;
	border:1px solid var(--border);
	border-right:none;
	border-bottom:none;
	position:absolute;
	left:0;
	top:-10px;
}

.review h3:before{
	content:"";
	width:80px;
	height:80px;
	border:1px solid var(--border);
	border-left:none;
	border-top:none;
	position:absolute;
	right:0;
	bottom:-10px;
}

.review dl{
	max-width:710px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	padding:40px 0;
}

.review dl dt{
	color:var(--txt);
}

.review dl dd{
	width:470px;
	line-height:2;
}

.faq{
	padding:120px 20px;
}

.faq ul{
	padding:0 35px;
}

.faq ul li{
	padding:50px 0;
	border-bottom:1px solid var(--border2);
}

.faq ul li dl{
	display:flex;
}

.faq ul li dl dt{
	font-size:26px;
	line-height:1.6;
	min-width:510px;
	position:relative;
	box-sizing:border-box;
	padding:0 0 0 75px;
}

.faq ul li dl dt:after{
	content:"Q";
	color:var(--border);
	font-size:60px;
	position:absolute;
	left:0;
	top:-10px;
	font-family: "Cormorant", serif;
	line-height:1;
}

.faq ul li dl dd{
	line-height:2.4;
}

.company{
    background: var(--color-primary2);
    border-radius: 40px;
    padding: 120px 20px;
    position: relative;
}

.company .box-in{
	padding:0 35px;
}

.company dl{
	padding:35px 0;
	display:flex;
	border-bottom:1px solid var(--border2);
}

.company dl dt{
	color:var(--txt);
	font-weight:500;
	min-width:150px;
	line-height:2;
}

.company dl dd{
	line-height:2;
}
@media screen and (max-width: 800px) {
.home .mv{
    height: calc(100dvh + 20px);
    min-height: 500px;
}

.home .mv .video{
	left:-20%;
}

.home .mv h1{
	left:5%;
	width:80%;
	bottom:35%;
}

.about{
	border-radius:20px;
	padding:60px 20px;
	margin:-20px 0 0 0;
}

.m-tit{
	font-size:36px;
	margin:0 0 40px 0;
}

.m-tit span{
	font-size:12px;
}

.about .box-in{
	display:block;
}

.about .box-in h3{
	font-size:24px;
	padding:0 0 30px 0;
}

.about .box-in .txt{
	line-height:2.2;
}

.service{
	padding:60px 20px;
}

.service h3{
	font-size:24px;
	padding:0 0 30px 0;
}

.service__list li{
	margin:0 15px 15px 0;
}

.service .txt{
	line-height:2.2;
}

.service .box-in01 .txt{
	padding:20px 0 30px 0;
}

.service .box-in01 .img{
	position:static;
	margin:0 -20px;
}

.service .box-in02{
	margin:60px 0;
	display:block;
}

.service .box-in02 .txt-box{
	width:100%;
	padding:0 0 40px 0;
}

.service .box-in02 .img{
	position:static;
	margin:0 -20px;
}

.service .box-in02 h3{
	margin:60px 0 0 0;
}

.service .box-in03 ul{
	display:block;
	margin:0 -20px;
}

.service .box-in03 ul li{
	width:100%;
	height:auto;
	background:url(../img/top/sp/service-bg01.jpg) no-repeat center center;
	background-size:cover;
	padding:60px;
	margin:0 0 5px 0;
}

.service .box-in03 ul li:nth-child(2){
	background:url(../img/top/sp/service-bg02.jpg) no-repeat center center;
	background-size:cover;
}

.service .box-in03 ul li:nth-child(3){
	background:url(../img/top/sp/service-bg03.jpg) no-repeat center center;
	background-size:cover;
}

.service .box-in03 ul li h4{
	font-size:24px;
	padding:0 0 30px 0;
}

.service .box-in04{
	margin:60px 0 0 0;
}

.service .box-in04 ul{
	display:block;
}

.feature{
	border-radius:20px;
	padding:60px 20px;
}

.feature ul{
	padding:10px 0 0 0;
}

.feature ul li{
	background:var(--color-primary);
	border-radius:20px 20px 0 0;
	padding:40px 30px 0 30px;
	width:100%;
}

.feature ul li:not(:last-child){
	margin:0 0 40px 0;
}

.feature ul li h3{
	width:80px;
	left:auto;
	right:30px;
	top:-30px;
}

.feature ul li:nth-child(even) h3{
	width:100px;
	left:auto;
	right:30px;
	top:-10px;
}

.feature ul li:nth-child(3) h3{
	left:auto;
	width:100px;
	top:-10px;
}

.feature dl{
	max-width:inherit;
}

.feature dl dt{
	font-size:24px;
	padding:0 0 20px 0;
}

.feature .txt{
	width:100%;
	line-height:2;
	padding:0 0 30px 0;
}

.feature .img{
	position:static;
	margin:0 -30px;
}

.feature ul li:nth-child(even){
	margin-left: auto;
	width: 100%;
	display:block;
	border-radius:20px 20px 0 0;
}

.feature ul li:last-child{
	padding:30px;
	margin:30px 0 0 0;
	border-radius:0;
}

.feature ul li:last-child .txt{
	width:100%;
	padding:0;
}

.home-case{
	padding:60px 20px;
}

.case__list li{
	padding:0 0 20px 0;
}

.case__list li a{
	display:block;
	padding:0 0 0 20px;
}

.case__list li span{
	display:block;
	padding:0 0 10px 0;
}

.case__list li span em,
.cate__list li a{
	font-size:12px;
	padding:2px 10px;
	margin:0;
	min-width:120px;
}
	
.cate__list li a{
	margin:0 10px 10px 0;
}

.case__list li span em:after{
	left:-20px;
	width:10px;
}

.home-case .btn a{
	font-size:16px;
	padding:0 0 0 20px;
}

.home-case .btn a::before,
.home-case .btn a::after {
	width: 6px;
	margin:0;
}

.review{
    border-radius: 20px;
    padding: 60px 20px;
}

.review ul li{
    border-radius: 20px;
	margin:30px 0 0 0;
}

.review h3{
	max-width:inherit;
	font-size:24px;
	padding:40px 60px;
}

.review h3:after{
	width:60px;
	height:60px;
	left:20px;
}

.review h3:before{
	width:60px;
	height:60px;
	right:20px;
}

.review dl{
	max-width:inherit;
	display:block;
	padding:20px 20px 30px 20px;
}

.review dl dd{
	width:100%;
	padding:10px 0 0 0;
}

.faq{
	padding:60px 20px;
}

.faq ul{
	padding:0;
}

.faq ul li{
	padding:30px 0;
}

.faq ul li dl{
	display:block;
}

.faq ul li dl dt{
	font-size:22px;
	min-width:inherit;
	padding:0 0 0 55px;
}

.faq ul li dl dt:after{
	font-size:50px;
	top:-8px;
}

.faq ul li dl dd{
	line-height:2.2;
	padding:10px 0 0 0;
}

.company{
    border-radius: 20px;
    padding: 60px 20px;
}

.company .box-in{
	padding:0;
}

.company dl{
	padding:20px 0;
	display:block;
}

.company dl dt{
	min-width:inherit;
}

.company dl dd{
	line-height:1.8;
}
}

/* CONTACT
-------------------------------------------------------------------*/
.contact{
	padding:120px 20px;
}

.contact .box-in{
	padding:0 35px;
}

.contact .txt-box{
	padding:30px 50px;
	background:var(--color-primary2);
}

.contact .txt-box .txt{
	font-size:18px;
	line-height:1.8;
}

.contact .txt-box .tel{
	padding:10px 0 0 0;
}

.contact .txt-box .tel a{
	font-size:30px;
	padding:0 0 0 40px;
	font-weight:500;
	background:url(../img/top/contact-tel.png) no-repeat left 13px;
}

.form{
	padding:80px 0 0 0;
}

.form dl {
	display: flex;
	margin: 0 0 40px 0;
}

.form dl dt {
	position: relative;
	padding: 15px 0 0 0;
	min-width: 290px;
	width: 290px;
	box-sizing: border-box;
	vertical-align: middle;
	font-weight:500;
}

.form dl dt.hissu:after {
	content: "必須";
	color:#FFC800;
	padding: 0 0 0 20px;
}

.form dl.none dt {
	padding: 0;
}

.form dl dd {
	width: 100%;
}

.form input, .form textarea {
	width: 100%;
	font-size: 16px;
	line-height: 1.6;
	padding: 20px 30px;
	background: var(--white);
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", serif;
	border: none;
}

.form select {
	font-size: 16px;
	line-height: 1.6;
	padding: 15px;
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", serif;
	border: none;
	background: var(--white);
}

.form .wpcf7-radio {
	display: block;
	padding: 0;
}

.form .wpcf7-radio > * {
	display: inline-block;
	margin: 0;
}

.form .wpcf7-radio input[type=radio] {
	display: none;
}

.form .wpcf7-radio .wpcf7-list-item-label {
	position: relative;
	padding-left: 40px;
	line-height: 1.5;
	cursor: pointer;
}

.form .wpcf7-list-item > label {
	display: inline-block;
	margin: 0 30px 0 0;
}

/*.form .wpcf7-list-item.first > label {
	margin: 0;
}*/

.form .wpcf7-radio .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	border: 1px solid #6F6F6F;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 50%;
	background: var(--white);
}

.form .wpcf7-radio .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	left: 7px;
	transform: translateY(-50%);
	background:var(--color-primary2);
	border-radius: 50%;
	opacity: 0;
	transition: 0.3s;
}

.form .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.md-useful-form-wrap .wpcf7-response-output {
	max-width: 700px;
	margin: 30px auto 0 !important;
	text-align: center;
	display: none !important;
}

.check .wpcf7-list-item-label {
	position: relative;
	cursor: pointer;
}

.check input[type=checkbox] {
	display: none;
}

.check input[type=checkbox] + span {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}

.check input[type=checkbox] + span::before {
	content: "";
	position: absolute;
	width: 20px;
	aspect-ratio: 1/1;
	top: 3px;
	left: 0;
	background: var(--white);
}

.check input[type=checkbox] + span::after {
	content: "";
	position: absolute;
	width: 15px;
	aspect-ratio: 1/1;
	top: 5px;
	left: 3px;
	background: url(../img/common/check-solid.svg) no-repeat center center;
	background-size: contain;
	opacity: 0;
	transition: 0.3s;
}

.check input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    padding: 5px 0 0 0;
    font-weight: 600;
}

.form ::placeholder {
	color: #888888 !important;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.privacy-txt{
	padding:40px 0 40px 0;
}

.contact .privacy {
	height:300px;
    box-sizing: border-box;
    padding: 40px 30px 10px 30px;
    overflow: auto;
	background: var(--white);
}

.contact .privacy h3{
	color: var(--border2);
	line-height:1.6;
	padding:0 0 5px 0;
	font-weight:500;
}

.contact .privacy p{
	color:#333333;
	line-height:1.6;
	font-size:14px;
	padding:0 0 20px 0;
}

.contact .privacy p a{
	color:#333333;
}

.contact .check{
	text-align:center;
	padding:30px 0;
}

.conbtn input[type=submit]{
	line-height: 80px;
	height: 80px;
	background:var(--color-primary2);
	margin:0 auto;
	width: 480px;
	color: var(--white);
	font-size: 18px;
	font-weight: 500;
	display: block;
	position: relative;
	font-family: "Zen Kaku Gothic New", sans-serif;
	border: 1px solid var(--border);
	cursor: pointer;
}
@media screen and (max-width: 800px) {
.contact{
	padding:60px 20px;
}

.contact .box-in{
	padding:0;
}

.contact .txt-box{
	padding:30px;
}

.contact .txt-box .txt{
	font-size:16px;
}

.contact .txt-box .tel a{
	font-size:30px;
	line-height:1;
	padding:0 0 0 35px;
	background:url(../img/top/sp/contact-tel.png) no-repeat left center;
	background-size:25px;
}
	
.form{
	padding:80px 0 0 0;
}

.form dl {
	display: block;
	margin: 0 0 20px 0;
}

.form dl dt {
	padding: 0 0 10px 0;
	min-width: inherit;
	width: 100%;
}

.form dl dt.hissu:after {
	padding: 0 0 0 10px;
}

.form dl.none dt {
	padding: 0 0 10px 0;
}

.form input, .form textarea {
	padding: 20px;
}

.form .wpcf7-radio .wpcf7-list-item-label {
	padding-left: 30px;
}

.form .wpcf7-list-item > label {
	margin: 0 20px 5px 0;
}

.form .wpcf7-radio .wpcf7-list-item-label::before {
	width: 20px;
	height: 20px;
}

.form .wpcf7-radio .wpcf7-list-item-label::after {
	width: 10px;
	height: 10px;
	left: 5px;
}

.privacy-txt{
	padding:20px 0 20px 0;
}

.contact .privacy {
    padding: 20px 20px 0 20px;
}

.contact .privacy p{
	font-size:13px;
}

.conbtn input[type=submit]{
	line-height: 60px;
	height: 60px;
	width: 100%;
	font-size: 16px;
}
}

/* CASE
-------------------------------------------------------------------*/
.tax-case-cate .m-tit {
	font-size: 34px;
    line-height: 1;
}

.list-area{
	padding:120px 20px;
}

.list-area .box-in{
	display:flex;
	justify-content:space-between;
}

.list-area .list-box{
	min-width:780px;
}

.list-area .cate-box{
	order:2;
}

.list-area .cate-box h2{
	font-size:18px;
	font-weight:600;
	color: var(--border);
	font-family: "Cormorant", serif;
	padding:0 0 20px 0;
}

.list-area .morelink{
    color: var(--txt);
    font-family: "Cormorant", serif;
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 0 20px;
    position: relative;
	margin:40px 0 0 0;
	display:inline-block;
	cursor:pointer;
}

.list-area .morelink::before,
.list-area .morelink::after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 1px;
	height: 8px;
	border-radius: 9999px;
	background-color: var(--txt);
	transform-origin: 50% calc(100% - 0.5px);
}

.list-area .morelink::before {
	transform: rotate(45deg);
}

.list-area .morelink::after {
	transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
.tax-case-cate .m-tit {
	font-size: 24px;
}	
	
.list-area{
	padding:60px 20px;
}

.list-area .box-in{
	display:block;
}
	
.cate__list{
	display:flex;
	flex-wrap:wrap;
}

.list-area .list-box{
	min-width:inherit;
	padding:60px 0 0 0;
}
	
.list-area .cate-box{
	padding:20px;
	background:#0C2762;
}

.list-area .cate-box h2{
	font-size:16px;
	padding:0 0 15px 0;
}

.list-area .morelink{
    font-size: 16px;
	margin:30px 0 0 0;
}

.list-area .morelink::before,
.list-area .morelink::after {
	bottom: 10px;
	height: 6px;
}
}

/* CASE-DETAIL
-------------------------------------------------------------------*/
.case-detail{
	padding:120px 20px;
}

.case-detail .box{
	max-width:700px;
	margin:0 auto;
}

.case-detail .box h1{
	font-size:28px;
	line-height:1.6;
	padding:10px 0 30px 0;
}

.case-detail .img{
	padding:0 0 60px 0;
	text-align:center;
}

.case-detail .cate > li a {
    font-size: 14px;
    color: var(--txt);
    display: inline-block;
    padding: 3px 20px;
    border: 1px solid var(--txt);
    margin: 0 10px 10px 0;
    position: relative;
    min-width: 140px;
    text-align: center;
}

.case-detail .box-in p{
	line-height:2;
	padding:0 0 30px 0;
}

.case-detail .f-link{
	padding:100px 0 0 0;
	display:flex;
	justify-content:center;
	position:relative;
}

.case-detail .f-link .link{
	padding:0 5px;
}

.case-detail .f-link .link a,
.m-btn a{
    width: 255px;
    height: 80px;
    line-height: 78px;
    border: 1px solid var(--border);
    display: block;
    box-sizing: border-box;
	position:relative;
	text-align:center;
	color: var(--border);
	font-size:18px;
	font-weight:600;
	font-family: "Cormorant", serif;
}

.case-detail .f-link .prev{
	position:absolute;
	left:0;
	top:100px;
}

.case-detail .f-link .next{
	position:absolute;
	right:0;
	top:100px;
}

.case-detail .f-link .prev a,
.case-detail .f-link .next a{
    width: 80px;
    height: 80px;
    line-height: 78px;
    border: 1px solid var(--border);
    display: block;
    box-sizing: border-box;
	position:relative;
}

.case-detail .f-link .prev a:after,
.case-detail .f-link .next a:after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
    left: 35px;
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--border);
    border-right: 2px solid var(--border);
	transform: rotate(45deg);
}

.case-detail .f-link .prev a:after{
	transform: rotate(-135deg);
}

@media screen and (max-width: 800px) {
.case-detail{
	padding:60px 20px;
}

.case-detail .box{
	max-width:inherit;
}

.case-detail .box h1{
	font-size:24px;
	padding:10px 0 20px 0;
}

.case-detail .img{
	padding:0 0 40px 0;
	text-align:center;
}

.case-detail .cate > li a {
	font-size: 12px;
	padding: 2px 10px;
	min-width: 120px;
}

.case-detail .box-in p{
	padding:0 0 20px 0;
}

.case-detail .f-link{
	padding:200px 0 0 0;
	display:block;
}

.case-detail .f-link .link{
	padding:20px 0 0 0;
}

.case-detail .f-link .link a,
.m-btn a{
    width: 100%;
    height: 60px;
    line-height: 58px;
	font-size:16px;
}

.case-detail .f-link .prev{
	top:70px;
}

.case-detail .f-link .next{
	top:70px;
}

.case-detail .f-link .prev a,
.case-detail .f-link .next a{
    width: 60px;
    height: 60px;
    line-height: 58px;
}

.case-detail .f-link .prev a:after,
.case-detail .f-link .next a:after{
    left: 25px;
}
}

/* THANKS/404
-------------------------------------------------------------------*/
.thanks-area{
	padding:120px 20px;
	text-align:center;
}

.thanks-area h1{
	font-size:28px;
	line-height:1.6;
	padding:0 0 30px 0;
	width:700px;
	border-bottom:1px solid var(--border);
	margin:0 auto;
}

.thanks-area .txt{
	line-height:2;
	padding:50px 0 100px 0;
}

.thanks-area .m-btn a{
	margin:0 auto;
}


@media screen and (max-width: 800px) {
.thanks-area{
	padding:60px 20px;
	text-align:left;
}

.thanks-area h1{
	font-size:24px;
	padding:0 0 30px 0;
	width:100%;
	text-align:center;
}

.thanks-area .txt{
	padding:30px 0 60px 0;
}

}