@charset "utf-8";
/* ===================================================================
  style info : ヘッダーやフッターなどサイト内共通
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
body {
  font-family: 'Noto Sans', sans-serif;
  background-color: #ffffff;
  color: #142536;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  min-height: 100vh;
}

a:hover {
opacity: 0.7;
}
section {
	max-width: 1600px;
	margin: auto;
	margin-top: 80px;
	margin-bottom: 85px;
}

.sp {
display: none;
}
.pc {
display: block;
}

html {
	scroll-behavior: smooth;
}

/*----------------------------------------------------
  リンク
----------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active {
  color: #151515;
  text-decoration: none;
  transition: all .5s ease;
}

.link_txt01 {
  color: #ff223d !important;
}

.link_txt01:hover {
  opacity: 0.5;
}

.link_txt02 {
  color: #151515 !important;
}

.link_txt02:hover {
  color: #05a6dd !important;
}

.link_txt03 {
  color: #0073aa !important;
}

.link_txt03:hover {
  color: #05a6dd !important;
}

/* -----------------------------------------------------------
  .txt_deco
----------------------------------------------------------- */
.txt_deco01 {
  text-decoration: underline !important;
}

.txt_deco01:hover {
  text-decoration: none !important;
}

/* -----------------------------------------------------------
  .note
----------------------------------------------------------- */
.note {
  display: flex;
}

.note:before {
  content: "※";
  margin-right: 0.1em;
}

/* -----------------------------------------------------------
  .list
----------------------------------------------------------- */
.list {
  line-height: 1.4;
}

.list > li {
  display: flex;
  margin-top: 0.25em;
}

.list > li:first-of-type {
  margin-top: 0;
}

.list > li:before {
  content: "・";
  margin-right: 0.15em;
  margin-left: -0.05em;
}

/* -----------------------------------------------------------
  inner
----------------------------------------------------------- */
.inner {
		max-width: 1920px;
  min-width: 810px;
  width: 100%;
  margin: 0 auto;
}

/*----------------------------------------------------
  toggle-panel
----------------------------------------------------*/
#panel-btn {
  display: none;
}

.overlay {
  display: none;
}

/* -----------------------------------------------------------
  header
----------------------------------------------------------- */
header {
}

header .site_id {
  line-height: 0;
}
header.pc div.inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header.pc {
	padding: 20px;
	position: fixed;
	z-index: 9999;
	background-color: #fff;
	max-width: 1920px;
	width: 100%;
}

/* -----------------------------------------------------------
  .g_nav
----------------------------------------------------------- */
nav.g_nav ul {
	display: flex;
	gap: 50px;
}
nav.g_nav ul li:nth-child(7) a {
	background-color: #66CDAA;
	padding: 10px 35px;
}
nav.g_nav {
	flex: 1 1;
	display: flex;
	justify-content: flex-end;
}
a.header_logo {
	padding-left: 3%;
}

/* -----------------------------------------------------------
  mv
----------------------------------------------------------- */
.mv img {
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
}
.mv {
background-image:url(../img/top/mv_back.jpg);
height: 1000px;
	position: relative;
}

/* -----------------------------------------------------------
  .wrapper
----------------------------------------------------------- */
.wrapper {
}

/* -----------------------------------------------------------
  .container
----------------------------------------------------------- */
.container {
}

/* -----------------------------------------------------------
  .contents
----------------------------------------------------------- */
.contents {
}

/* -----------------------------------------------------------
  aside
----------------------------------------------------------- */
aside {
}




/* -----------------------------------------------------------
  MEOとは
----------------------------------------------------------- */
section#customer {
	font-family: 'Noto Sans', sans-serif;
}
section#meo_about {
	font-family: 'Noto Sans', sans-serif;
}
h2 {
	text-align: center;
		position: relative;
		font-size: 50px;
		width: 400px;
		margin: auto;
}
h2:before {
background-image: url(../img/top/about_left.png);
	content: "";
	position: absolute;
	width: 45px;
	height: 45px;
	top: 5px;
	left: 10px;
}
h2:after {
background-image: url(../img/top/about_right.png);
	content: "";
	position: absolute;
	height: 45px;
	width: 45px;
	top: 5px;
	right: 10px;
}
.content_flex {
	display: flex;
	margin-top: 95px;
}
.users {
	display: flex;
}
.users dt {
	color: #66CDAA;
	font-size: 30px;
	font-weight: 500;
}
.users dd p {
	color: #323232;
	font-size: 20px;
}
.users dd {
	font-size: 70px;
	color: #DC143C;
	font-weight: 500;
}
.users dd span.small {
	font-size: 50px;
	color: #DC143C;
	font-weight: 500;
}
.users img {
	margin-left: 86px;
}
.users {
	display: flex;
	border: 2px solid #66cdaa;
	border-radius: 10px;
	padding: 50px;
	max-width: 864px;
	padding-left: 70px;
	margin: auto;
		margin-top: 50px;
		align-items: center;
}
.about-content_right {
	margin-left: 35px;
}
.about-content_left {
	width: 35%;
}
.about-content_right p {
	font-size: 22px;
}
/* -----------------------------------------------------------
		  MEO対策の重要性
----------------------------------------------------------- */
section#meo_importance {
	font-family: 'Noto Sans', sans-serif;
}
section#meo_importance h2 {
	max-width: 600px;
	width: 100%;
}
section#meo_importance h3 {
	font-size: 50px;
	color: #66cdaa;
	border-bottom: 2px solid #66cdaa;
	padding-bottom: 10px;
	text-wrap: wrap;
}
.importance_flex {
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
}
.importance_left p {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
}
.importance_left {
	flex-basis: 50%;
	margin: auto;
}
.importance_right {
	flex-basis: 43%;
}
.importance_right img {
	margin: auto;
}
.importance_right dd,
.importance_right dt {
	max-width: 615px;
	display: flex;
}
.importance_right dd {
	padding-left: 17px;
}
.importance_right dt:before {
	content: "※";
}
p.point {
	text-align: center;
	background-color: #000;
	color: #fff;
	border-radius: 120px;
	width: 135px;
	height: 135px;
	padding-top: 15px;
	font-size: 20px;
	position: absolute;
		top: -80px;
		left: -66px;
}
p.point span {
					font-size: 20px;
}
p.point span:nth-child(2) {
	font-size: 58px;
	margin-top: -14px;
	display: block;
}
p.point span:nth-child(1) {
	display: block;
	margin-top: 7px;
}
.point03,
.point02,
.point01 {
	border: 2px solid #66cdaa;
	border-radius: 10px;
	position: relative;
	padding: 50px 65px;
	max-width: 1537px;
		margin-left: 63px;
	margin-top: 155px;
	background-color: #fff;
}
.back_green {
	background-color: #E6FFF7;
	padding-top: 45px;
	padding-bottom: 45px;
	position: relative;
}
.question {
	display: flex;
	align-items: center;
}
.question p:nth-child(1) {
	font-size: 22px;
	background-color: #66cdaa;
	padding: 5px;
	color: #fff;
}
.question p:nth-child(2) {
	font-size: 18px;
	margin-left: 10px;
}
.importance_point02_right img,
.importance_point02_center img,
.importance_point02_left img {
	width: 100%;
	margin-top: 30px;
}
.importance_point02_right,
.importance_point02_center,
.importance_point02_left {
	flex-basis: 30%;
}
p.end {
	text-align: end;
	margin-top: 40px;
}
.importance_point03_left,
.importance_point03_right {
	flex-basis: 45%;
}
.back_green:after {
	content: '';
	width: 0px;
	border-style: solid;
	border-bottom: 0;
	position: absolute;
	bottom: -80px;
	border-right: 120px solid transparent;
	border-left: 120px solid transparent;
	border-top: 80px solid #e6fff7;
	right: 0;
	left: 0;
	margin: auto;
}
.importance_point03_left img {
	margin-top: 30px;
}

.importance_point03_right img {
	margin-top: 30px;
}
section#customers h2 {
	max-width: 800px;
	margin-top: 160px;
		margin-bottom: 95px;
	width: 100%;
}
section#customers h3 {
	font-size: 40px;
	text-align: center;
	color: #66cdaa;
}
.structure p {
	font-size: 30px;
	margin-top: 30px;
	font-weight: 600;
	text-align: center;
}
.structure {
	display: flex;
	justify-content: space-evenly;
	margin-top: 60px;
	margin-bottom: 75px;
}
.structure img {
	margin: auto;
}
.structure_center:after,
.structure_left:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 20px solid transparent;
	border-left: 30px solid #66cdaa;
	right: -100px;
}
.structure_center,
.structure_left {
	position: relative;
}
.structure02 h3 {
	color: #fff !important;
	background-color: #142536;
	padding: 20px;
	margin-bottom: 50px;
}
.structure02 {
	border: 2px solid #142536;
	border-radius: 10px;
}
.structure_explanation p {
	font-size: 22px;
	text-align: center;
	width: 90%;
		margin: auto;
}
.structure_explanation {
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
	align-items: center;
}
.structure_explanation div img {
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 90%;
}
p.red {
	color: #E03456;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 30px;
}
p.green {
	color: #66cdaa;
	margin-bottom: 20px;
}
p.green span {
	background-color: #66cdaa;
	color: #fff;
	border-radius: 50px;
	padding: 10px 60px;
	margin-right: 10px;
}
p.mini {
	font-size: 18px;
}

/* -----------------------------------------------------------
		  EDGEについて
----------------------------------------------------------- */
section#edge_about {
	font-family: 'Noto Sans', sans-serif;
}
section#edge_about {
	margin-top: 160px;
	position: relative;
	padding-top: 150px;
}
section#edge_about:before {
content: '';
	width: 0px;
	border-style: solid;
	border-bottom: 0;
	position: absolute;
	border-right: 120px solid transparent;
	border-left: 120px solid transparent;
	border-top: 80px solid #ffffff;
	right: 0;rgb(255, 255, 255)
	left: 0;
	margin: auto;
	top: 0;
	left: 0;
}
section#edge_about h2 {
	max-width: 680px;
	width: 100%;
}
section#edge_about h2 img {
	margin: auto;
}
h2:after {
right: 13px;
}
section#edge_about h3:nth-child(1) {
	text-align: center;
	font-size: 40px;
	color: #fff;
	background-color: #142536;
	max-width: 450px;
	margin: auto;
	border-radius: 50px;
	padding: 18px;
	margin-top: 100px;
	position: absolute;
		top: -140px;
		left: 0;
		right: 0;
}
.back_white {
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	padding-top: 10px;
	margin-top: 130px;
	padding-bottom: 80px;
}
.achievements {
	display: flex;
	max-width: 1100px;
		margin: auto;
		justify-content: space-between;
		margin-top: 100px;
}
.achievements dt {
	font-size: 30px;
	text-align: center;
	font-weight: 500;
}
.achievements dd {
	font-size: 50px;
	color: #E03456;
	font-weight: 500;
	text-align: center;
}
.achievements dd span {
	font-size: 110px;
	font-weight: bold;
}
.achievements dl {
	max-width: 500px;
	background-image: url(../img/top/object.png);
	background-position: center;
	width: 100%;
}
.back_gray {
	background-color: #F9F9F9;
	padding-bottom: 10px;
}
.shoplist dt {
	font-size: 30px;
}
.shoplist dd {
	font-size: 33px;
}
.shoplist dd span {
	font-size: 73px;
	font-weight: bold;
}
.shoplist dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #66cdaa;
	padding: 50px;
	max-width: 1200px;
		margin: auto;
}
.shoplist dl:nth-child(3) {
	border: none;
}
.shoplist dt img {
	margin-left: 15px;
}
.shoplist dt {
	font-size: 30px;
	display: flex;
	align-items: center;
}
.shoplist dd:nth-child(odd) {
	color: #000;
	font-size: 25px;
}
.shoplist dd {
	font-size: 33px;
	color: #e03456;
}
.shoplist {
	border: 2px solid #66cdaa;
	border-radius: 10px;
	padding: 30px 60px;
	width: 1325px;
		margin: auto;
		margin-top: 50px;
}
table.reason,
th,
td {
	border: 1px solid #000;
}
table.reason thead tr th:nth-child(1) {
	border-right: none;
}
table.reason thead tr th {
	padding: 10px;
}
table.reason thead {
	background-color: #EEFFF9;
	text-align: center;
}
table.reason img {
	margin: auto;
	margin-bottom: 20px;
}
table.reason tr td:nth-child(1) {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
		padding: 18px;
		background-color: #F1F1F1;
		width: 10%;
}
table.reason tr td {
	font-size: 17px;
	text-align: left;
}
table.reason tr td:nth-child(n+2) {
	padding: 15px 0;
		width: 22.5%;
}
table.reason tr td ul {
	height: 83px;
		margin-top: 25px;
		margin-left: 5%;
		margin-right: 5%;
}
table.reason tr td img {
	margin-top: 10px;
}
tr.second {
	height: 104px;
}
table.reason tr.second td ul {
	height: 30px;
}
tr.second td:nth-child(n+2) {
	padding: 0px;
}
tr.fifth td,
tr.forth td {
	text-align: center !important;
}
table.reason tr td:nth-child(n+3) {
	background-color: #fff;
}
table.reason tr td:nth-child(2) {
	background-color: #FFEEF0;
	border-left: 2px solid #DC143C;
	border-right: 2px solid #DC143C;
}
td.bold {
	font-weight: 500;
	font-size: 30px;
}
tr.fifth td:nth-child(2) {
	font-size: 30px;
	border-bottom: 2px solid #DC143C;
}
table.reason thead tr th:nth-child(2) {
	background-color: #FFEEF0;
	border: 2px solid #DC143C;
	width: calc(22.5% + 2px);
	top: -54px;
	margin-left: -1px;
	border-bottom: solid 1px;
}
table.reason {
	position: relative;
}
table.reason thead tr th:nth-child(2) img {
	margin-top: 20px;
}
table.reason thead tr th:nth-child(2) {
position: absolute;
height: 100px;
}
section#edge_about h3.content,
section#edge_about h3.reason {
	text-align: center;
	font-size: 40px;
	color: #fff;
	background-color: #142536;
	max-width: 450px;
	margin: auto;
	border-radius: 50px;
	padding: 18px;
	margin-top: 100px;
	margin-bottom: 90px;
}
p.title {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	position: relative;
	max-width: 718px;
		margin: auto;
margin-top: 105px;
text-wrap: nowrap;
}
p.title span.font25 {
	font-size: 25px;
}
p.title span.font40 {
	font-size: 40px;
}
p.title:before {
	content: "";
	position: absolute;
	top: 55px;
	left: -50px;
	width: 3px;
	height: 39px;
	background-color: #142536;
	transform: rotate(-42deg);
}
p.title:after {
	content: "";
		position: absolute;
		top: 55px;
		right: -50px;
		width: 3px;
		height: 39px;
		background-color: #142536;
		transform: rotate(42deg);
}
ul.under span,
ul.top span {
	padding-left: 6%;
	display: block;
}
.pdca ul {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}
.pdca div p {
	font-size: 30px;
	font-weight: 500;
}
.pdca div p span {
	font-size: 25px;
	font-weight: 400;
}
.pdca {
	background-image: url(../img/top/pdca_back.png);
	background-position: center;
	margin-bottom: 190px;
}
.pdca ul li div {
	max-width: 477px;
}
ul.top img {
	margin-bottom: 15px;
}
ul.under img {
	margin-top: 15px;
}
p.service_green {
	color: #66cdaa;
	font-size: 50px;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #F3E8A9 20%);
	text-align: center;
}
.service_top {
	display: flex;
	justify-content: space-evenly;
	margin-top: 125px;
}
.service_top div img {
	margin: auto;
	margin-bottom: 60px;
}
p.service_green.short {
	max-width: 400px;
	margin: auto;
	text-wrap: nowrap;

}
.service_top div:nth-child(2) img {
	margin-bottom: 0;
}
h3.ten_service {
	position: static !important;
	background: none;
		width: 100%;
	padding: 0;
		margin-top: 50px;
}
.ten_service dt {
	text-align: center;
	background-color: #142536;
	color: #fff;
	border-radius: 120px;
	width: 120px;
	height: 120px;
	padding-top: 15px;
	font-size: 20px;
	margin-right: 50px;
}
.ten_service dt span {
	display: block;
}
.ten_service dt span:nth-child(1) {
	font-size: 20px;
	margin-top: 3px;
}
.ten_service dt span:nth-child(2) {
	font-size: 58px;
	margin-top: -14px;
}
.ten_service dd {
	font-size: 40px;
	font-weight: 500;
	margin-right: 300px;
}
.ten_service dd span {
	color: #DC143C;
}
.ten_service dl {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #66cdaa;
	padding: 20px 0;
	max-width: 1400px;
		margin: auto;
		width: 100%;
}
.ten_service {
	background-color: #fff;
	padding-bottom: 110px; 
}
dd.margin_none {
	margin-right: 0;
}
h3.ten_service img {
	width: 100%;
}
span.font20 {
	font-size: 20px;
	color: #000 !important;
	font-weight: 400;
}
dd.margin_none.service02 {
	margin-left: 115px;
}
dd.margin_none.service03 {
	margin-left: 130px;
}
dd.margin_none.service04 {
	/* margin-right: 48px; */
}
dd.margin_none.service05 {
	margin-left: 215px;
}
dd.margin_none.service06 {
	margin-left: 490px;
}
dd.margin_none.service07 {
	margin-left: 230px;
}
dd.margin_none.service08 {
	margin-left: 165px;
	margin-left: 205px;
}
dd.margin_right {
	margin-right: 185px;
	line-height: 40px;
		margin-top: 30px;
}
dd.margin_top {
line-height: 40px;
	margin-top: 30px;
}
.option {
	background-color: #E6FFF7;
	position: relative;
	padding-top: 130px;
	max-width: 1350px;
		margin: auto;
	padding-bottom: 50px;
	margin-top: 45px;
}
.option_absolute {
	position: absolute;
	top: -50px;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.option_absolute img {
	margin: auto;
}
.option dt {
	background-color: #66cdaa;
}
.ten_service dl:nth-child(8) {
	border: none;
}
.option dl.border {
	border-top: 2px solid #66cdaa;
	margin-bottom: 23px;
}
dd.margin_none.service09 {
	margin-left: 425px;
		margin-right: 0 !important;
}
dd.margin_right.right {
	margin-top: 0;
	margin-right: 95px;
	text-wrap: balance;
	line-height: 6rem;
}
.option dl {
	width: 1200px;
}
.option dl.border dd {
	margin-right: 110px;
}
dl.border_none {
	border: none;
}
.edge_about_foot p {
	font-size: 35px;
	font-weight: 500;
	text-align: center;
	position: relative;
max-width: 1600px;
	width: 100%;
		margin: auto;
}
.edge_about_foot img {
	margin: auto;
	margin-top: 100px;
}
.edge_about_foot {
	margin-top: 20px;
}
.edge_about_foot p:before{
content: "";
	position: absolute;
	top: 8px;
	left: 79px;
	width: 3px;
	height: 39px;
	background-color: #142536;
	margin-right: 0.8em;
	transform: rotate(-42deg);
}
.edge_about_foot p:after {
content: "";
	position: absolute;
	top: 8px;
right: 79px;
	width: 3px;
	height: 39px;
	background-color: #142536;
	margin-left: 0.8em;
	transform: rotate(42deg);
}
/* -----------------------------------------------------------
		  サービス開始の流れ
----------------------------------------------------------- */
section#start_flow {
	font-family: 'Noto Sans', sans-serif;
}
section#start_flow {
	position: relative;
	padding-top: 85px;
}
section#start_flow:before {
	content: '';
	width: 0px;
	border-style: solid;
	border-bottom: 0;
	position: absolute;
	border-right: 120px solid #f9f9f900;
	border-left: 120px solid #ffffff00;
	border-top: 80px solid #f9f9f9;
	right: 0;
	margin: auto;
	top: -81px;
	left: 0;
}
section#start_flow h2 {
	max-width: 640px;
	margin-bottom: 95px;
	width: 100%;
}
section#start_flow dt {
	text-align: center;
	background-color: #66cdaa;
	color: #fff;
	border-radius: 120px;
	padding-top: 15px;
	font-size: 20px;
	margin-right: 50px;
	position: absolute;
width: 7.5%;
	left: -60px;
	top: 45px;
}
section#start_flow dt span:nth-child(1) {
	font-size: 20px;
	margin-top: 3px;
	display: block;
}
section#start_flow dt span:nth-child(2) {
	font-size: 58px;
	margin-top: -14px;
	display: block;
}
section#start_flow dl {
	display: flex;
	border: 2px solid #66cdaa;
		border-radius: 10px;
		position: relative;
	align-items: center;
	margin: 0 auto 70px;
}
section#start_flow dd.flex {
	display: flex;
	font-size: 20px;
	width: 60%;
		text-align: left;
	align-items: center;
	margin: 25px 55px 25px 0;
}
section#start_flow dd {
	font-size: 32px;
					font-weight: 500;
	width: 40%;
		text-align: center;
}
section#start_flow dd.flex img {
	margin-left: 55px;
}
section#start_flow dl:after {
content: "";
	position: absolute;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	bottom: -70px;
	margin: auto;
	width: 0px;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 30px solid #66cdaa;
}
section#start_flow dl:nth-child(5):after {
display: none;
}
/* -----------------------------------------------------------
  よくある質問
----------------------------------------------------------- */
section#question{
font-family: 'Noto Sans', sans-serif;
}
section#question h2 {
	max-width: 485px;
	margin-bottom: 95px;
	width: 100%;
}
section#question dt {
	font-size: 32px;
	font-weight: 700;
	color: #66cdaa;
	border-bottom: 2px solid #66cdaa;
	margin: 40px 35px 20px 35px;
	line-height: 75px;
}
section#question dd {
	font-size: 22px;
	width: 86%;
	margin: auto;
	margin-bottom: 30px;
	position: relative;
	margin-right: 45px;
}
.question04,
.question03,
.question02,
.question01 {
	display: flex;
	justify-content: space-between;
}
section#question dl {
	background-color: #fff;
	border-radius: 10px;
	width: 48.7%;
}
section#question dd:before {
	content: "A";
	position: absolute;
	color: #DC143C;
	font-weight: 900;
	left: -30px;
}
.question01 dl:nth-child(2) {
	height: 90%;
}
.question02 dl:first-child {
	height: 90%;
}
.question02 {
	align-items: end;
}
.question03 div {
	width: 49%;
}
.question03 div img {
	margin: auto;
}
.question03 {
	margin-top: 37px;
	align-items: end;
}
.question04 {
	margin-top: 37px;
}
.back_green.question:after {
display: none;
}

/* -----------------------------------------------------------
    お問い合わせ
----------------------------------------------------------- */
section#form {
	font-family: 'Noto Sans', sans-serif;
}
.el_input__md {
	max-width: 352px;
}
textarea#comment,
.el_input,
.el_textarea {
-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #F4F6F8;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	color: var(--black);
	height: 48px;
	line-height: 1.75;
	max-width: 724px;
	padding: 0 20px;
	width: 100%;
}
textarea#comment {
	padding-top: 10px;
}
input.default_cursor_cs {
	margin-right: 10px;
}
.form_box {
	border: none;
	max-width: 1230px;
		margin-left: auto;
		margin-right: auto;
		width: 98%;
}
.form_box dd {
	border: none;
	padding: 0 0 50px;
	max-width: 600px;
		width: 100%;
}
ul.horiz.name {
	display: flex;
	justify-content: space-between;
	max-width: 500px;
	width: 100%;
}
ul.horiz.name li span.default_cursor_cs {
	margin-right: 10px;
}
ul.horiz.name li {
	display: flex;
	align-items: center;
}
.form_box dt {
	border: none;
	text-align: left;
	padding: 0px 30px 10px 0;
	width: 28%;
}
				    .el_input__sm {
	max-width: 260px;
				    }
dt.default_cursor_cs {
	font-size: 20px;
	font-weight: 400;
}
span.required.default_cursor_cs {
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	padding: 1px 8px 0;
	text-align: center;
	vertical-align: 3px;
	background-color: #DC143C;
	float: right;
}

dl.name input.el_input.el_input__md {
	max-width: 350px;
	margin-right: 20px;
}
/* dl.name dd span {
	font-size: 22px;
	font-weight: 300;
	margin-right: 20px;
} */
input.el_input.el_input__md {
	max-width: 808px;
}
span.tel {
	padding: 0 23px;
}
.mail_address input.el_input.el_input__lg {
	max-width: 808px;
}

.c-form-radio__label {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.c-form-radio input[type='radio'] {
	position: absolute;
	opacity: 0;
}
.c-form-radio__label:before {
	content: '';
	display: block;
	position: absolute;
	background-color: #fff;
	top: 50%;
}
.c-form-radio input[type='radio']:checked+label#radio01-07:after,
.c-form-radio input[type='radio']:checked+label#radio01-08:after,
.c-form-radio input[type='radio']:checked+.c-form-radio__label:after {
	display: block;
}
.c-form-radio__label:after {
	content: '';
	display: none;
	position: absolute;
	background-color: #66cdaa;
	top: 50%;
}
.c-form-radio__label:before {
	width: 28px;
		height: 28px;
	margin: -20px 0 0 0;
	border-radius: 20px;
	left: 12px;
	border: 1px solid #aaa;
	top: 16px;
}
.c-form-radio__label:after {
	width: 18px;
		height: 18px;
		margin: -12px 0 0 2px;
		border-radius: 15px;
		left: 15px;
		top: 13px;
}
.c-form-radio__label {
	padding-left: 50px;
	font-size: 20px;
	margin-right: 30px;
}
.c-form-radio.u-block {
	display: inline-block;
}
label#radio01-04,
label#radio01-03,
label#radio01-08,
label#radio01-07 {
	margin-right: 30px;
}
.Inquiry_details input.el_input.el_input__md {
	max-width: 818px;
	height: 147px;
}
dd.c-tbl__data .c-form-radio.u-block:nth-child(n+4) {
	margin-top: 20px;
}
.c-form-radio.u-block.last_form {
	display: block;
	margin-top: 30px;
}
.form_box dl {
	display: flex;
	align-items: baseline;
}

dl.chance dt {
	padding-top: 0;
}
.shadow {
	box-shadow: 6px 5px 12px #00000012;
	background-color: #fff;
	border-radius: 10px;
	padding: 95px 0 85px 0;
}
span.optional.default_cursor_cs {
	background-color: #707070;
	float: right;
	color: #ffffff;
		display: inline-block;
		font-size: 14px;
		font-weight: 500;
		line-height: 22px;
		padding: 1px 8px 0;
		text-align: center;
		vertical-align: 3px;
}
section#foam h2 {
	max-width: 685px;
	margin-bottom: 95px;
	width: 100%;
}
span.select {
	font-size: 17px;
	color: #66cdaa;
	display: block;
	margin-top: 25px;
}
p.cautionary {
	font-size: 16px;
	width: 76%;
	margin: auto;
}
p.cautionary a {
	color: #19ACC5;
	border-bottom: 1px solid #19ACC5;
}
.c-form-radio.u-block.btn {
	margin: auto;
		text-align: center;
		max-width: 1600px;
		margin-top: 100px;
		width: 100%;
}
label#radio01-09 {
	font-size: 20px;
}
.c-form-radio.u-block.btn p {
	font-size: 18px;
	margin-top: 10px;
}
p#form_submit {
	background-color: #DC143C;
	color: #fff;
	padding: 15px 45px;
	font-size: 24px;
	font-weight: bold;
	border-radius: 50px;
	max-width: 210px;
		width: 100%;
		margin: auto;
}
p#form_submit:hover {
opacity: 0.7;
}
.c-btn-list__itm {
	text-align: center;
}
.c-btn-list.r-center01.r-1line.u-mt-m {
	margin-top: 55px;
}








/* -----------------------------------------------------------
  footer
----------------------------------------------------------- */
nav.f_nav ul {
	display: flex;
	justify-content: space-around;
}
footer {
	background-color: #66cdaa;
	height: 300px;
	padding-top: 90px;
}
nav.f_nav ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.inner div {
	display: flex;
	justify-content: space-between;
	max-width: 1600px;
	margin: auto;
}
nav.f_nav {
	width: 75%;
}
p.copyright {
	color: #fff;
	text-align: center;
	margin-top: 134px;
	font-weight: 600;
}
a#topBtn {
	margin-right: 90px;
	right: 0;
}

span.error_blank,
span.error_format,
span.error_match {
  display: block;
  color: #be1a21;
  line-height: 2.5;
}

span.error_check {
  display: none;
  color: #be1a21;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba( 255, 255, 255, 0.2 );
  border-right: 5px solid rgba( 255, 255, 255, 0.2 );
  border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ( 0 );
  -ms-transform: translateZ( 0 );
  transform: translateZ( 0 );
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
0% {
  -webkit-transform: rotate( 0deg );
  transform: rotate( 0deg );
}
100% {
  -webkit-transform: rotate( 360deg );
  transform: rotate( 360deg );
}
}

@keyframes load-circle {
0% {
  -webkit-transform: rotate( 0deg );
  transform: rotate( 0deg );
}
100% {
  -webkit-transform: rotate( 360deg );
  transform: rotate( 360deg );
}
}