@charset "UTF-8";
/* CSS Document */
/*
font-family: 'Abel', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Yellowtail', cursive;
*/

.mainContents.dorone {
	padding-top: 0;
	background: url(../img/main.png) no-repeat top center;
	background-size: contain;
}
@media screen and (max-width:750px){ 

.mainContents.dorone {
	background: url(../img/main-sp.png) no-repeat top center;
	background-size: auto;
}
	}


/*-------------------------------------
	パンくず上書き フッター調整
-------------------------------------*/
.breadcrumbs{
  border-top: 80px solid #DDDDDD;
}

.footerContWrap01 .group_ttl::before {
    border-top: inherit;
    border-right: inherit;
    transform: inherit;

}
body {
    text-align: left!important;
}

/*-------------------------------------
	共通（.dorone以下）
-------------------------------------*/
.dorone * {
	letter-spacing: normal;
	font-size: 16px;
	line-height: 140%;
	font-family: 'Noto Sans JP', sans-serif;
}
.dorone * a,
.dorone * span,
.dorone * strong {
	letter-spacing: inherit;
	font-size: inherit;
	line-height: inherit;
}
.dorone .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
}
.dorone h3 {
	text-align: center;
	font-size: 26px;
	margin: 0 0 40px 0;
}
.dorone .pc-none {
	display: none;
}
.dorone .btn-contact {
	max-width: 300px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0 auto;
}
.dorone .btn-contact a {
	display: block;
	padding: 20px 40px 20px 20px;
	background: #ee7800;
	color: #FFF;
	position: relative;
}
.dorone .btn-contact a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-size: 20px;
	font-weight: bold;
	display: block;
	position: absolute;
	top: calc(50% - 12px);
	right: 10px;
}
.dorone .btn-contact a:hover {
	opacity: 0.8;
	transition: 0.3s;
}
@media screen and (max-width:750px){
.dorone .inner {
	width: 100%;
	padding: 50px 0;
}
.dorone .sp-none {
	display: none;
}
.dorone .pc-none {
	display: inherit;
}
}
/*-------------------------------------
	　メインビジュアル（.mainvisual）
-------------------------------------*/
.dorone .mainvisual {
	text-align: center;
	height: 500px;
	position: relative;
}
.dorone .mainvisual::after {
	content: "";
	display: block;
	width: 300px;
	height: 167px;
	background: url(../img/dorone.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 170px;
	left: 80px;
	z-index: 1;
}
.dorone .mainvisual .inner {
	padding: 80px 0 0 0;
}
.dorone .mainvisual .ttl-head {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 60px 0;
	letter-spacing: 1px;
}
.dorone .mainvisual h2 {
	width: fit-content;
	height: 60px;
	line-height: 58px;
	font-size: 30px;
	font-weight: 500;
	color: #FFF;
	margin: 0 auto 20px auto;
	padding: 0 10px 0 10px;
	background: rgba(238,120,0,0.8);
	position: relative;
	text-shadow: 0 0 5px rgba(237,40,0,0.8);
}
.dorone .mainvisual h2::before {
	content: "";
	display: block;
	width: 100px;
	height: 60px;
	background: linear-gradient(-45deg,rgba(238,120,0,0.8) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 45%,rgba(237,40,0,0.8) 45%,rgba(237,40,0,0.8) 52%,rgba(0,0,0,0) 52%);
	position: absolute;
	left: -100px;
	top: 0;
}
.dorone .mainvisual h2::after {
	content: "";
	display: block;
	width: 100px;
	height: 60px;
	background: linear-gradient(-45deg,rgba(0,0,0,0) 48%,rgba(237,40,0,0.8) 48%,rgba(237,40,0,0.8) 55%,rgba(0,0,0,0) 55%,rgba(0,0,0,0) 60%,rgba(238,120,0,0.8) 60%);
	position: absolute;
	right: -100px;
	top: 0;
}
.dorone .mainvisual .note {
	width: fit-content;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0 auto 80px auto;
	background: rgba(0,0,0,0.8);
	padding: 5px 15px;
	border-radius: 3px;
	color: #FFF;
}
.dorone .mainvisual .btn-school-wrap {
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
.dorone .mainvisual .btn-schoollist {
	    width: calc(100% / 4 - 20px);
	text-align: center;
	font-size: 18px;
    margin: 0 10px;
}
.dorone .mainvisual .btn-schoollist a {
	display: block;
    font-size: 20px;
    padding: 15px 35px 15px 15px;
	background: #FFF;
    position: relative;
}
.dorone .mainvisual .btn-schoollist a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-size: 20px;
	font-weight: bold;
	display: block;
	position: absolute;
	top: calc(50% - 12px);
	right: 10px;
}
.dorone .mainvisual .btn-schoollist a:hover {
	background: #007bbb;
	color: #FFF;
	transition: 0.3s;
}
@media screen and (max-width:750px){
	
.dorone .mainvisual .inner {
	padding: 30px 10px 0 10px;
}
	.dorone .mainvisual .ttl-head {
		font-size: 16px;
		    margin: 0 0 30px 0;
	}
	.dorone .mainvisual h2 {
		height: 80px;
    line-height: 30px;
    font-size: 24px;
		padding:  8px 0 0 0;
	}
	.dorone .mainvisual h2::before {
		height: 80px;
		    background: linear-gradient(-45deg,rgba(238,120,0,0.8) 45%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 47%,rgba(237,40,0,0.8) 47%,rgba(237,40,0,0.8) 55%,rgba(0,0,0,0) 55%);
	}
	.dorone .mainvisual h2::after {
		height: 80px;
		    background: linear-gradient(-45deg,rgba(0,0,0,0) 42%,rgba(237,40,0,0.8) 42%,rgba(237,40,0,0.8) 53%,rgba(0,0,0,0) 53%,rgba(0,0,0,0) 55%,rgba(238,120,0,0.8) 55%);
		
	}
	.dorone .mainvisual .note {
		font-size: 14px;
		margin: 0 auto 30px auto;
	}
	.dorone .mainvisual .btn-schoollist {
		width: calc(100% / 2 - 20px);
	}
	.dorone .mainvisual::after {
		    width: 250px;
    height: 140px;
		top: 380px;
		left: calc(50% - 140px);
	}
}
/*-------------------------------------
	　リード（.lead）
-------------------------------------*/
.dorone .lead {
	text-align: center;
	padding: 0 0 100px 0;
	background: linear-gradient(rgba(0,0,0,0) 60%,#d8e9f0);
}
.dorone .lead .inner {
	max-width: 740px;
	padding: 40px 30px 30px 30px;
	background: #FFF;
	box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.3);
	border-radius: 5px;
}
.dorone .lead h3 {
}
.dorone .lead .txt {
	text-align: left;
	max-width: 600px;
	margin: 0 auto;
	line-height: 160%;
	letter-spacing: 1px;
}
.dorone .lead .txt+.txt {
	margin: 10px auto 0 auto;
}
.dorone .lead .img-box {
	max-width: 600px;
	margin: 20px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
.dorone .lead .img-box p {
	width: calc(50% - 1px);
	height: auto;
}
.dorone .lead .img-box p img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:750px){
	.dorone .lead .inner {
		max-width: none;
		box-shadow: none;
	}
	.dorone .lead .img-box {
		max-width: none;
		flex-direction: column;
	}
	.dorone .lead .img-box p {
		width: 100%;
	}
	.dorone .lead .img-box p+p {
		margin: 2px 0 0 0;
	}
}
/*-------------------------------------
	　コース（.course）
-------------------------------------*/
.dorone .course {
	background: linear-gradient(#d8e9f0,#a0d8ef);
}
.dorone .course .inner {
	max-width: 740px;
}
.dorone .course .content-menu {
	display: flex;
	justify-content: center;
	margin: 0 0 50px 0;
	padding: 5px;
	border-radius: 5px;
}
.dorone .course .content-menu li {
	margin: 0 15px;
	font-size: 14px;
}
.dorone .course .content-menu li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f13a";
	font-weight: bold;
	margin: 0 5px 0 0;
}
.dorone .course .content-menu li:hover {
	color: #007bbb;
	transition: 0.3s;
}
.dorone .course .box {
	background: #FFF;
	padding: 30px;
	margin: 0 0 30px 0;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
}
.dorone .course .box:last-of-type {
	margin: 0 0 50px 0;
}
/*詳細*/
.dorone .course .detail {
	padding: 0 0 0 110px;
	margin: 0 0 30px 0;
	position: relative;
}
.dorone .course .detail .ico-day {
	display: block;
	width: 80px;
	padding: 30px 0 30px 0;
	background: #38b48b;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: -32px;
	left: 0;
}
.dorone .course .advance .detail .ico-day {
		background: #00a497;
}
.dorone .course .detail .ico-day strong {
	font-size: 30px;
	margin: 0 0 10px 0;
	display: block;
}
.dorone .course .detail h4 {
	color: #38b48b;
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
.dorone .course .advance .detail h4 {
	color: #00a497;
}
.dorone .course .detail .price {
	font-family: 'Abel', sans-serif;
	font-size: 30px;
	color: #ee7800;
	margin: 0 0 10px 0;
}
.dorone .course .detail .price span {
	font-size:18px;
	vertical-align: baseline;
}
.dorone .course .detail .price span.note {
	font-family: inherit;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.dorone .course .detail .txt+.txt {
	margin: 10px 0 0 0;
}
.dorone .course .detail .txt strong {
	display: block;
	font-weight: 500;
	color: #ee7800;
	text-decoration: underline;
	letter-spacing: 1px;
}
.dorone .course .detail .txt span {
	font-size: 14px;
}
/*スケジュール*/
.dorone .course .box .schedule {
}
.dorone .course .box .day {
	margin: 0 0 20px 0;
}
.dorone .course .schedule h5 {
	margin: 0 0 15px 0;
	font-weight: 500;
	border-bottom: 1px solid #007bbb;
	color: #007bbb;
}
.dorone .course .schedule h5 span {
	font-size: 14px;
	font-weight: normal;
}
.dorone .course .day h6 {
	margin: 0 0 10px 0;
}
.dorone .course .day h6 strong {
	background: #007bbb;
	color: #FFF;
	font-weight: 500;
	margin: 0 10px 0 0;
	padding: 3px 8px;
}
.dorone .course .day h6 .note {
	display: inline-block;
	font-size: 14px;
	color: #007bbb;
}
.dorone .course .box .timeschedule {
	margin: 0 0 15px 0;
}
.dorone .course .box .timeschedule th,
.dorone .course .box .timeschedule td {
	border: 1px solid #a2d7dd;
	padding: 5px 10px;
	vertical-align: middle;
	font-size: 14px;
}
.dorone .course .box .timeschedule th {
	width: 150px;
	background: #ebf6f7;
}
.dorone .course .box .timeschedule td span {
	display: block;
	font-size: 14px;
	color: #007bbb;
	margin: 5px 0 0 0;
}
.dorone .course .box .timeschedule td span+span {
	margin: 2px 0 0 0;
}
@media screen and (max-width:750px){
	.dorone .course .detail .ico-day {
		left: -10px;
	}
	.dorone .course .detail {
		padding: 0;
	}
	.dorone .course .detail h4,
	.dorone .course .detail .price {
		padding: 0 0 0 90px;
	}
	.dorone .course .detail .price span.note {
		display: block;
		line-height: 140%;
	}
	.dorone .course .detail .price {
		margin: 0 0 20px 0;
	}
}
/*-------------------------------------
	　スクール（.school）
-------------------------------------*/
.dorone .school {
	background: #a0d8ef;
}
.dorone .school ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.dorone .school li {
	width: calc(100% / 4 - 20px);
	text-align: center;
	position: relative;
	margin: 0 10px;
}
.dorone .school li a {
	display: block;
	font-size: 20px;
	padding: 15px 35px 15px 15px;
	letter-spacing: 2px;
	background: #FFF;
}
.dorone .school li a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-size: 20px;
	font-weight: bold;
	display: block;
	position: absolute;
	top: calc(50% - 10px);
	right: 10px;
}
.dorone .school li a:hover {
	background: #007bbb;
	color: #FFF;
	transition: 0.3s;
}
@media screen and (max-width:750px){
	.dorone .school li {
		width: calc(100% / 2 - 20px);
	}
}
/*-------------------------------------
	　ポイント（.point）
-------------------------------------*/
.dorone .point {
	padding: 0 0 200px 0;
background: #4676b4 url(../img/bg-img1.png) repeat-x bottom center;
}
.dorone .point h3 {
	color: #FFF;
}
.dorone .point ul {
	display: flex;
	justify-content: space-between;
}
.dorone .point li {
	width: calc(100% / 3 - 20px);
	text-align: center;
	background: #FFF;
	padding: 30px 20px 20px 20px;
	border-radius: 5px;
	box-shadow: 3px 3px rgba(0,0,0,0.2);
	position: relative;
}
.dorone .point li::before {
	font-family: 'Yellowtail', cursive;
	content: "Point 1";
	display: block;
	font-size: 22px;
	transform: rotate(-10deg);
	color: #ee7800;
	position: absolute;
	top: 10px;
	left: 5px;
}
.dorone .point li:nth-child(2)::before {
	content: "Point 2";
}
.dorone .point li:last-child::before {
	content: "Point 3";
}
.dorone .point li h4 {
	font-size: 18px;
	font-weight: 500;
	color: #007bbb;
	margin: 0 0 35px 0;
	height: 60px;
	position: relative;
}
.dorone .point li:first-child h4,
.dorone .point li:nth-child(2) h4 {
	line-height: 60px;
}
.dorone .point li h4::after {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background: #007bbb;
	position: absolute;
	left: calc(50% - 50px);
	bottom: -10px;
}
.dorone .point li p {
	text-align: left;
	line-height: 160%;
	letter-spacing: 1px;
}
.dorone .point li p strong {
	color: #ee7800;
	font-weight: 500;
	line-height: 160%;
}
@media screen and (max-width:750px){
		
.dorone .point ul {
	max-width: 600px;
	flex-direction: column;
	padding: 0 20px;
	margin: 0 auto;
}
	.dorone .point li {
		width: 100%;
	}
	.dorone .point li + li {
		margin: 20px 0 0 0;
	}
}
/*-------------------------------------
	　流れ（.flow）
-------------------------------------*/
.dorone .flow {
background: url(../img/bk-pat.png);
	border-top: 2px solid #FFF;
}
.dorone .flow .inner {
	width: 100%;
	padding: 80px 0 200px 0;
background: url(../img/bg-img2.jpg) repeat-x bottom center;
	border-bottom: 2px solid #FFF;
}
.dorone .flow ul {
	max-width: 700px;
	margin: 0 auto;
}
.dorone .flow li {
	text-align: center;
	font-size: 18px;
	padding: 10px 15px;
	margin: 0 0 50px 0;
	border: 2px solid #007bbb;
	background: #FFF;
	position: relative;
}
.dorone .flow li:last-child {
	margin: 0;
}
.dorone .flow li::after {
	font-family: "Font Awesome 5 Free";
	content: "\f063";
	font-size: 20px;
	font-weight: bold;
	color: #007bbb;
	display: block;
	position: absolute;
	bottom: -40px;
	left: calc(50% - 7.5px);
}
.dorone .flow li:last-child::after {
	content: none;
}
.dorone .flow li a {
	text-decoration: underline;
}
.dorone .flow li a:hover {
	color: #007bbb;
	transition: 0.3s;
}
@media screen and (max-width:750px){
.dorone .flow ul {
		width: 90%;
	}
}
/*-------------------------------------
	　FAQ（.faq）
-------------------------------------*/
.dorone .faq {
	background: linear-gradient(#d8e9f0,#a0d8ef);
	border-bottom: 2px solid #FFF;
}
.dorone .faq .inner {
	max-width: 700px;
}
.dorone .faq .content-menu {
	display: flex;
	justify-content: center;
	margin: 0 0 50px 0;
	padding: 5px;
	background: rgba(255,255,255,0.5);
	border-radius: 5px;
}
.dorone .faq .content-menu li {
	margin: 0 15px;
	font-size: 14px;
}
.dorone .faq .content-menu li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f13a";
	font-weight: bold;
	margin: 0 5px 0 0;
}
.dorone .faq .content-menu li:hover {
	color: #007bbb;
	transition: 0.3s;
}
/*FAQ中身*/
.dorone .faq .box {
	margin: 0 0 30px 0;
}
.dorone .faq .box h4 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #007bbb;
	color: #007bbb;
}
.dorone .faq .box li {
	padding: 10px 0;
}
.dorone .faq .box li .que {
	background: #FFF;
	min-height: 40px;
	padding: 8px 35px 8px 50px;
	cursor: pointer;
	position: relative;
}
.dorone .faq .box li .que span {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #007bbb;
	color: #FFF;
	position: absolute;
top: -5px;
    left: -5px;
}
.dorone .faq .box li .que::after {
	content: "+";
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
.dorone .faq .box li .que.active::after {
	content: "−";
}
.dorone .faq .box li .ans {
	margin: 15px 0 0 0;
	padding: 0 0 30px 50px;
	position: relative;
}
.dorone .faq .box li .ans span {
	font-size: 14px;
}
.dorone .faq .box li .ans span.icon {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	background: #ee7800;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
}
.dorone .faq .box li .ans a {
	text-decoration: underline;
}
.dorone .faq .box li .ans a:hover {
	opacity: 0.8;
	transition: 0.3s;
}
@media screen and (max-width:750px){
	.dorone .faq .content-menu {
		flex-wrap: wrap;
		width: 90%;
		max-width: 350px;
    margin: 0 auto 30px auto;
		justify-content: flex-start;
	}
	.dorone .faq .content-menu li {
	}
	.dorone .faq .box {
		width: 90%;
		margin: 0 auto 30px auto;
	}
}

/*=====================================
	　下層：スクール一覧（school.html）
=====================================*/
.dorone.school .mainvisual .btn-schoollist a::after {
	content: "\f107";
}
.dorone.school .mainvisual .note {
	margin: 0 auto 40px auto;
}
.dorone.school .mainvisual .content-ttl {
	margin: 0 0 20px 0;
	font-size: 24px;
	color: #FFF;
	text-shadow: 0 0 5px #000;
}
.dorone.school .school-detail {
	background: #a0d8ef;
}
.dorone.school .box {
	margin: 0 0 80px 0;
	padding: 40px 0 0 0;
	background: #FFF;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
}
.dorone.school .box .lead-txt {
	max-width: 600px;
	margin: 0 auto 30px auto;
	text-align: left;
}
.dorone.school .box .info {
	display: flex;
	justify-content: space-between;
	margin: 0 30px 30px 30px;
	border: 1px solid #a0d8ef;
	padding: 2px;
	
} 
.dorone.school .box .info .img-box {
	width: 300px;
	height: auto;
}
.dorone.school .box .info .img-box img {
	width: 100%;
	height: auto;
}
.dorone.school .box .info .txt-box {
	width: calc(100% - 300px);
	padding: 20px;
}
.dorone.school .box .info .txt-box li+li {
	margin: 10px 0 0 0;
}
.dorone.school .box .info .txt-box li span.blue {
	font-size: 14px;
	font-weight: 500;
	background: #007bbb;
	color: #FFF;
	padding: 3px 10px;
	margin: 0 10px 0 0;
        width: 80px;
        display: inline-block;
}
.dorone.school .box .info .txt-box li a:hover {
	color: #007bbb;
	text-decoration: underline;
}
.dorone.school .box .access {
	width: 100%;
	height: 300px;
	background: #EEE;
	margin: 40px 0 0 0;
}
@media screen and (max-width:750px){
	.mainContents.dorone.school {
		background: #a0d8ef url(../img/main-sp.png) no-repeat top center;
    background-size: auto;
	}
.dorone.school .mainvisual .note {
	margin: 0 auto 20px auto;
}
.dorone.school .mainvisual .content-ttl {
	font-size: 22px;
	margin: 0 0 10px 0;
}
	.dorone.school .box {
		box-shadow: none;
		width: 95%;
		margin: 0 auto 50px auto;
	}
	.dorone.school .box .lead-txt {
		padding: 0 20px;
	}
	.dorone.school .box .info {
		flex-direction: column;
		width: 90%;
		max-width: 600px;
		margin: 0 auto 20px auto;
	}
	.dorone.school .box .info .img-box {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px auto;
	}
	.dorone.school .box .info .txt-box {
		width: 100%;
	}
}
/*=====================================
	　下層：問い合わせ・申し込み
	（contact.html、entry.html）
=====================================*/
.dorone.contact .inner {
	width: 800px;
	padding: 50px 0 0 0;
}
.dorone.contact .mainvisual {
	height: 300px;
}
.dorone.contact .mainvisual .note {
	margin: 0 auto;
}
.dorone.contact .mainvisual .content-ttl {
	margin: 0 0 20px 0;
	font-size: 24px;
	color: #FFF;
	text-shadow: 0 0 5px #000;
}
.dorone.contact .contact-wrap {
	background: #FFF;
}
.dorone.contact .conatct-menu {
	padding: 50px 0 0 0;
}
.dorone.contact .conatct-menu .inner {
	padding: 0;
}
.dorone.contact .conatct-menu ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.dorone.contact .conatct-menu li {
	width: calc(100% / 4 - 20px);
	text-align: center;
	font-size: 20px;
	position: relative;
	margin: 0 10px;
}
.dorone.contact .conatct-menu li a {
	display: block;
	font-size: 16px;
	letter-spacing: 2px;
	background: #007bbb;
	color: #FFF;
	padding: 15px;
	height: 60px;
}
.dorone.contact .conatct-menu li a:hover {
	background: #999;
	transition: 0.3;
}
.dorone.contact .conatct-menu li.active a {
	font-size: 20px;
	background: #FFF;
	color: #333;
	cursor: default;
}
.dorone.contact .conatct-menu li a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.dorone.contact .conatct-menu li.active a::after {
content: none;
}
.dorone.contact form#mail_form dl dt span {
	font-size: 14px;
}
/*thanksページ*/
.dorone.contact .thanks {
	text-align: center;
	background: #FFF;
	padding: 50px 0 400px 0;
}
.dorone.contact .thanks .back-btn {
	width: 300px;
	margin: 50px auto 0 auto;
	text-align: center;
}
.dorone.contact .thanks .back-btn a {
	display: block;
	background: #ee7800;
	color: #FFF;
	padding: 20px 40px 20px 20px;
	position: relative;
}
.dorone.contact .thanks .back-btn a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-size: 20px;
    font-weight: bold;
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    right: 10px;
}
.dorone.contact .thanks .back-btn a:hover {
	opacity: 0.8;
	transition: 0.3s;
}
@media screen and (max-width:750px){
	.dorone.contact .mainvisual {
		height: 380px;
	}
	.dorone.contact .inner {
		padding: 30px 0 0 0;
	}
	.dorone.contact .mainvisual::after {
		top: 240px;
	}
	.dorone.contact .inner {
		width: 100%;
	}
	.dorone.contact .conatct-menu {
		padding: 0;
	}
	.dorone.contact .conatct-menu ul {
		padding: 0 10px;
	}
	.dorone.contact .conatct-menu li {
    width: calc(100% / 2 - 10px);
		margin: 0 5px;
	}
}

