@charset "UTF-8";

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body{
	margin:0;
	padding:0;
	color: #141410;
	background-color: #ffffff;
	font-size: 1.4rem;/* 14px */
	line-height: 2;
	/* [disabled]line-height:26px; */
	font-family:"Noto Sans JP","Poppins","Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 1px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	body {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	body {
		font-size: 1.3rem;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt160 {
	margin-top: 160px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.pt10 {
	padding-top: 10px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}

/*-------------------- Reset */
h1,
h2,
h3,
p,
dl,
dt,
dd,
li {
  margin: 0;
  word-break: break-word;
}
a {
  color: #000;
  text-decoration: none; 
}
  a:hover {
    text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; 
}
img {
	max-width: 100%;
	height: auto;
}


.img-spnone {
	display: block;
}
.img-pcnone {
	display: none;
}
@media screen and (max-width: 768px) {
	.img-spnone {
		display: none;
	}
	.img-pcnone {
		display: block;
	}
}


.futo {
	font-weight: bold;
}
.en {
	font-family: 'Poppins', sans-serif;
}
.jp {
	font-family: 'Noto Sans JP', sans-serif;
}

.sec {
	width: 100%;
	padding-top: 6em;
	padding-bottom: 6em;
}
@media screen and (max-width: 768px) {
	.sec {
		padding-top: 4em;
		padding-bottom: 4em;
	}
}

 h2 {
  font-size: 3rem;
}
@media screen and (min-width: 481px)  and (max-width: 768px){
 h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
 h2 {
    font-size: 1.8rem;
  }
}


.catch {
	font-size: 2.4rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.catch {
		font-size: 2rem;
	}
}
@media screen and (max-width: 480px) {
	.catch {
		font-size: 1.7rem;
	}
}

.catch2 {
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.catch2 {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 480px) {
	.catch2 {
		font-size: 1.5rem;
	}
}

.catch3 {
	font-size: 1.7rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.catch3 {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 480px) {
	.catch3 {
		font-size: 1.4rem;
	}
}

.box_center {
	text-align: center;
}

.btn_link {
	display: block;
	width: 220px;
	height: 50px;
	padding: 10px;
	background-color: #0046ff;
	color: #ffffff;
	text-align: center;
	border: 1px solid #0046ff;
	border-radius: 25px;
	transition: .2s;
}
.btn_link:hover {
	background-color: #ffffff;
	color: #0046ff;
}
@media screen and (max-width: 768px) {
	.btn_link {
		height: 46px;
		border-radius: 24px;
	}
}





.marker {
	background: rgba(255,243,131,1.0);
	background: -moz-linear-gradient(transparent 60%, rgba(255,243,131,1.0) 60%);
	background: -webkit-linear-gradient(transparent 60%, rgba(255,243,131,1.0) 60%);
	background: linear-gradient(transparent 60%, rgba(255,243,131,1.0) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff383",endColorstr="#fff383",GradientType=1);
}


/*---------------フッター*/
.footer {
    background-color: #454545;
	position: relative;
	overflow: hidden;
}
.footer .footer_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.footer .footer_inner .contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto;
}
.footer .footer_inner .contents .footer_left .company_lead {
	font-size: 1rem;
	line-height: 1.4;
	color: #ffffff;
	margin-bottom: 16px;
}
.footer .footer_inner .contents .footer_left .company_logo {
	width: 200px;
	margin-bottom: 20px;
}
.footer .footer_inner .contents .footer_left .company_info {
	font-size: 1.2rem;
	color: #ffffff;
}
.footer .footer_inner .contents .footer_right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.footer .footer_inner .contents .footer_right .footer_link {
	margin-left: 40px;
}
.footer .footer_inner .contents .footer_right .footer_link.sub {
	margin-left: 1em;
}
.footer .footer_inner .contents .footer_right .footer_link li {
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	line-height: 1.6;
	color: #ffffff;
}
.footer .footer_inner .contents .footer_right .footer_link a {
	font-size: 1.2rem;
	color: #ffffff;
}
.footer .footer_inner .contents .footer_right .footer_link li  .footer_category {
	font-weight: 700;
	font-size: 1.2rem;
	margin: 0 0 10px 0;
}
.footer .footer_inner .contents .copyright {
	width: 100%;
	font-size: 1rem;
	color: #ffffff;
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 991px) {
	.footer .footer_inner .contents {
		flex-direction: column;
		align-items: center;
	}
	.footer .footer_inner .contents .spnone {
		display: none;
	}
	.footer .footer_inner .contents .footer_left .company_lead {
		text-align: center;
	}
	.footer .footer_inner .contents .footer_left .company_logo {
		margin: 0 auto 20px;
	}
	.footer .footer_inner .contents .footer_left .company_info {
		font-size: 1.1rem;
		text-align: center;
	}
	.footer .footer_inner .contents .footer_right {
		display: block;
		margin-top: 20px;
	}
	.footer .footer_inner .contents .footer_right .footer_link {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-left: 0;
	}
	.footer .footer_inner .contents .footer_right .footer_link li {
		margin: 0 15px 15px;
		font-size: 1.1rem;
	}
	.footer .footer_inner .contents .footer_right .footer_link li a {
		font-size: 1.1rem;
	}
	.footer .footer_inner .contents .copyright {
		margin: 20px 0 0;
		text-align: center;
	}
}
@media screen and (max-width: 991px) {
	.footer .footer_inner .contents .copyright {
		margin: 20px 0;
	}
}


/*-----------------------固定お問合せボタン*/
.contact_fixed_btn_wrap.pc_only {
	position: fixed;
	top: 80%;
	right: 0;
	/*transform: translateY(-50%);*/
}
.contact_fixed_btn_wrap.sp_only {
	display: none;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn {
	padding: 15px 15px 17px 17px;
	border-radius: 10px 0 0 10px;
	z-index: 10;
	transition: .3s;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.btn1 {
	background-color: #0046ff;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.btn2{
	background-color: #00b491;
	margin-top: 5px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn:hover {
	margin-left: -10px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn a {
	display: block;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn img {
	width: 120px;
}
@media screen and (max-width: 991px) {
	.contact_fixed_btn_wrap.pc_only {
		display: none;
	}
	.contact_fixed_btn_wrap.sp_only {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn {
		width: 50%;
		text-align: center;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn.btn1{
		background-color: #0b318f;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn.btn2 {
		background-color: #7aa1d5;    background-color: #0066ee;
	}
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a {
		display: block;
		padding: 10px;
	}
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a img {
		width: 100%;
		max-width: 152px;
		margin: 0 auto;
	}
}


/*-----------------------TOP*/
.title_area {
	margin-bottom: 40px;
}
.title_area .section_title {
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	padding-bottom: 0.5em;
	position: relative;
}
.title_area .section_title::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background-color: #0b318f;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
	.top .title_area  .section_title {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 480px) {
	.top .title_area  .section_title {
		font-size: 1.8rem;
	}
}

.top .top_catch {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
}
.top .top_catch .top_catch_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.top_catch_inner h1 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #0046ff;
	text-align: center;
	margin-bottom: 40px;
}
.top_catch .top_catch_inner br.pcnone {
	display: none;
}
.top_catch .top_catch_inner .logo_lead {
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}
 .top_catch .top_catch_inner .catch_logo {
	width: 100%;
	max-width: 240px;
	margin: 16px auto 0;
}
@media screen and (max-width: 768px) {
.top_catch .top_catch_inner h1 {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
 .top_catch .top_catch_inner br.pcnone {
		display: block;
	}
.top_catch .top_catch_inner .logo_lead {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
.top_catch .top_catch_inner h1 {
		font-size: 1.5rem;
		margin-bottom: 30px;
	}
.top_catch .top_catch_inner br.pcnone {
		display: block;
	}
 .top_catch .top_catch_inner .logo_lead {
		font-size: 1.1rem;
	}
.top_catch .top_catch_inner .catch_logo {
		max-width: 200px;
		margin: 10px auto 0;
	}
}


.top_news {
	padding: 70px 0;
    background-color: #ffffff;
	position: relative;
	overflow: hidden;
}
.top .top_news .top_news_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.title_area .section_title {
	text-align: center;
}
.top_news .top_news_inner .news {
	width: 100%;
	max-width: 960px;
	max-height: 220px;
	overflow-y: scroll;
	margin: 0 auto 30px;
}
.top_news .top_news_inner .news dl {
	display: flex;
	flex-wrap: wrap;
	padding: 1.5em;
	border-bottom: 1px solid #dddddd;
	margin-right: 20px;
}
.top_news .top_news_inner .news dl dt {
	width: 150px;    color: #0b318f;
}
 .top_news .top_news_inner .news dl dd {
	width: calc(100% - 150px);
}
.top_news .top_news_inner .news dl dd a {
	color: #141410;
	transition: .2s;
}
.top_news .top_news_inner .news dl dd a:hover {
	color: #0046ff;
}
.top_news .top_news_inner .btn_link {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
.top_news {
		padding: 40px 0;
	}
.top_news .top_news_inner .news {
		max-height: 180px;
		margin: 0 auto 3em;
	}
.top_news .top_news_inner .news dl {
		flex-direction: column;
		padding: 1em 10px;
	}
.top_news .top_news_inner .news dl dt {
		width: 100%;
		margin-bottom: 5px;
	}
.top_news .top_news_inner .news dl dd {
		width: 100%;
	}
.top_news .top_news_inner .news_link {
		margin: 0 auto;
	}
}


.top_service {
	padding: 0;
	position: relative;
}
.top_service .top_servicebox {
	display: flex;
	flex-wrap: wrap;
}
.top .top_service .top_servicebox.box02 {
	flex-direction: row-reverse;
}
.top .top_service .top_servicebox .imagebox {
	width: 50%;
	position: relative;
}
.top_service .top_servicebox .imagebox figure {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 30%;
}
.top_service .top_servicebox.box01 .imagebox figure {
	right: 0;
	top: 0;
	background-image: url("../img/top/img01.jpg");
}
.top_service .top_servicebox.box02 .imagebox figure {
	right: 0;
	top: 0;
	background-image: url("../img/top/img02.jpg");
}
.top_service .top_servicebox .textbox {
	width: 50%;
}
.top_service .top_servicebox .textbox .textbox_inner {
	width: 480px;
	padding: 6% 40px;
	margin: 0 auto;
}
.top_service .top_servicebox .textbox .catch2 {
	font-weight: 700;
	margin-bottom: 1em;
}
 .top_service .top_servicebox .textbox .list_title {
	font-weight: 700;
	margin-top: 1.4em;
}
.top_service .top_servicebox .textbox .list_service li {
	padding: 0 0 0 1.5em;
	position: relative;
}
.top_service .top_servicebox .textbox .list_service li::before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background-position: left center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 8px;
}
.top .top_service .top_servicebox .textbox .list_service.check li::before {
	background-image: url("../img/common/ic_check.png");
}
.top_service .top_servicebox .textbox .list_service.human li {
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.top_service .top_servicebox .textbox .list_service.human li::before {
	background-image: url("../img/common/ic_human.png");
}
@media screen and (max-width: 991px) {
.top_service .top_servicebox, .top .top_service .top_servicebox.box02 {
		flex-direction: column-reverse;
	}
.top_service .top_servicebox .imagebox {
		width: 100%;
		padding-top: 42.56%;
	}
.top_service .top_servicebox .imagebox figure {
		background-position: 50% 20%;
	}
.top_service .top_servicebox .textbox {
		width: 100%;
	}
.top_service .top_servicebox .textbox .textbox_inner {
		width: 100%;
		padding: 6% 20px;
	}
.top_service .top_servicebox .textbox .catch2 > br {
		display: none;
	}
.top_service .top_servicebox .textbox .list_service.human li {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
.top_service .top_servicebox .textbox .list_service.human li {
		font-size: 1.3rem;
		margin: 0 0 7px 0;
	}
}

.top_area {
	padding: 60px 0;
	background-image: url("../img/top/bg_area.jpg");
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;background-color: #ecf0fa;
}
.top_area .top_area_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.top_area .top_area_inner .title_area .section_title {
	text-align: center;
}
.top_area .top_area_inner .dl_area {
	margin-bottom: 20px;
}
.top_area .top_area_inner .dl_area dt {
	font-weight: 700;
	font-size: 1.3rem;
}
.top_area .top_area_inner .dl_area dd {
	font-size: 1.3rem;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
.top_area .top_area_inner .dl_area dt {
		font-size: 1.2rem;
	}
.top_area .top_area_inner .dl_area dd {
		font-size: 1.2rem;
	}
}

.top_area1 {
	padding: 80px 0;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	
	
	
}
.top_area1 .top_area_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}

.top_area1 .top_area_inner .title_area .section_title {
	text-align: center;
}

/*-----------------------第二階層共通*/
.page-title-out {
	clear: both;
	overflow: hidden;
	position: relative;
}
.page-title-out::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgb(0, 0, 0);
background: rgb(98 141 175);
	opacity: .3;
}
#page-title {
	clear: both;
  overflow: hidden;
  position: relative;
	padding-top: calc(6em + 145px);
	padding-bottom: 6.5em;
	z-index: 1;
}
#page-title .page-title-text {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin:0 auto;
	text-align: center;

	/* 	text-shadow: 2px 2px 10px #181717, -2px 2px 10px #222, 2px -2px 10px #222, -2px -2px 10px #222; */
}
#page-title .page-title-text h3 {
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 0.15em;
	font-weight: 600;
	color: #ffffff;color: #0b318f;
}
@media screen and (max-width: 1199px) {
	#page-title {
		padding-top: calc(5em + 60px);
		padding-bottom: 5em;
	}
	#page-title .page-title-text h3 {
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	#page-title .page-title-text h3 {
		font-size: 1.9rem;
	}
}
@media screen and (max-width: 480px) {
	#page-title {
		padding-top: calc(4em + 60px);
		padding-bottom: 4em;
	}
	#page-title .page-title-text h3 {
		font-size: 1.7rem;
	}
}
.daini .section {
	padding: 70px 0;
}
.daini .section_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.daini .section {
		padding: 40px 0;
	}
}


.daini .section-heading {
	margin-bottom: 50px;
	text-align: center;
}
.daini .section-heading h2 {
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	position: relative;
}
.daini .section-heading h2::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background-color: #00b491;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.daini .section-heading .lead {
	font-size: 1.3rem;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
	.daini .section-heading h2 {
		font-size: 2rem;
	}
	.daini .section-heading h2::after {
		width: 40px;
	}
	.daini .section-heading .lead {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 480px) {
	.daini .section-heading h2 {
		font-size: 1.7rem;
	}
	.daini .section-heading h2::after {
		width: 30px;
	}
	.daini .section-heading .lead {
		font-size: 1rem;
	}
}


/*---------------運営会社概要*/
.company {
	overflow: hidden;
}

.company .box_wrap .dl_com {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #dae6eb;
	padding: 20px 0;
}
.company .box_wrap .dl_com:first-of-type {
	border-top: 1px solid #dae6eb;
}
.company .box_wrap .dl_com dt {
	width: 220px;
	font-weight: 600;
	padding-left: 20px;
}
.company .box_wrap .dl_com dd {
	width: calc(100% - 220px);
	padding-left: 40px;
}
.company .box_wrap .dl_com dd a {
	color: #0046ff;
	transition: .2s;
}
.company .box_wrap .dl_com dd a:hover {
	opacity: .7;
}
.company .box_wrap .dl_com dd .subsidiary {
	padding: 10px 0;
	border-top: 1px dashed #dae6eb;
}
.company .box_wrap .dl_com dd .subsidiary:first-child {
	padding: 0 0 10px 0;
	border-top: none;
}
@media screen and (max-width: 768px) {
	.company .box_wrap .dl_com {
		flex-direction: column;
	}
	.company .box_wrap .dl_com dt {
		width: 100%;
		margin-bottom: 10px;
		padding: 0 10px;
	}
	.company .box_wrap .dl_com dd {
		width: 100%;
		padding: 0 10px;
	}
}
.company .greeting .box_wrap {
	max-width: 900px;
}
.company .greeting .box_wrap .imagebox {
	width: 260px;
	margin: 0 auto 40px;
}
.company .greeting .box_wrap .textbox {
	width: 100%;
}
.company .greeting .box_wrap .textbox .text {
	line-height: 2.4;
}
.company .greeting .box_wrap .textbox .name {
	text-align: right;
	margin-top: 3em;
}
@media screen and (max-width: 768px) {
	.company .greeting .box_wrap .imagebox {
		margin: 0 auto 30px;
	}
}

.company .access .box_wrap .map {
	margin-bottom: 2em;
}
.company .access .box_wrap .map .g-maps {
	position: relative;
	height: 0;
	padding-bottom: 400px;
	overflow: hidden;
}
.company .access .box_wrap .map .g-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.company .access .box_wrap .map .g-maps {
		padding-bottom: 56.25%;
	}
}

/*---------------プライバシーポリシー*/
.privacy {
	overflow: hidden;
}
.privacy .section_inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.privacy .catch2 {
	font-weight: 400;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dae6eb;
}
.privacy .dl_privacy dt {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.privacy .dl_privacy dd {
	margin-bottom: 40px;
}
.privacy .dl_privacy dd ul {
	margin-left: 1.5em;
}
.privacy .dl_privacy dd ul li {
	list-style: disc;
}
@media screen and (max-width: 768px) {
	.privacy .dl_privacy dt {
		font-size: 1.4rem;
	}
}

/*---------------サイトマップ*/
.sitemap {
	overflow: hidden;
}
.sitemap .sitemap_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sitemap .sitemap_wrap .col2 {
	width: 46%;
}
.sitemap .sitemap_wrap .col2 ul li {
	padding: 2em 1em;
	border-bottom: 1px solid #dae6eb;
}
.sitemap .sitemap_wrap .col2 ul li:first-child {
	border-top: 1px solid #dae6eb;
}
.sitemap .sitemap_wrap .col2 ul:nth-child(2) li:first-child {
	border-top: none;
}
.sitemap .sitemap_wrap .col2 ul li a {
	display: block;
	color: #141410;
	transition: .2s;
	position: relative;
}
.sitemap .sitemap_wrap .col2 ul li a::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-right: 1px solid #141410;
	border-top: 1px solid #141410;
	transform: rotate(45deg);
	position: absolute;
	right: 5px;
	top: 10px;
	transition: .2s;
}
.sitemap .sitemap_wrap .col2 ul li a:hover {
	color: #0046ff;
}
.sitemap .sitemap_wrap .col2 ul li a:hover::after {
	right: 0;
}
.sitemap .sitemap_wrap .col2 ul li ul {
	margin: 1.5em 0 0 10px;
}
.sitemap .sitemap_wrap .col2 ul li ul li {
	padding: 0 0 2em 20px;
	border-bottom: none;
	position: relative;
}
.sitemap .sitemap_wrap .col2 ul li ul li:first-child {
	border-top: none;
}
.sitemap .sitemap_wrap .col2 ul li ul li:last-child {
	padding: 0 0 0 20px;
}
.sitemap .sitemap_wrap .col2 ul li ul li::before {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background-color: #141410;
	position: absolute;
	left: 0;
	top: 14px;
}
.sitemap .sitemap_wrap .col2 ul li ul li a {
	font-weight: 400;
}
@media screen and (max-width: 768px) {
	.sitemap .sitemap_wrap {
		flex-direction: column;
	}
	.sitemap .sitemap_wrap .col2 {
		width: 100%;
	}
	.sitemap .sitemap_wrap .col2:last-of-type ul li:first-child {
	border-top: none;
}
	.sitemap .sitemap_wrap .col2 ul li ul li::before {
		top: 13px;
	}
}

/*---------------ご相談・お問合せ*/
.contact {
	overflow: hidden;
}
.contact .area_tel {
	margin: 0 auto 60px;
	text-align: center;
}
.contact .area_tel .text {
	margin: 0 auto 30px;
}
.contact .area_tel ul.list_contact {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.contact .area_tel ul.list_contact li {
	width: 250px;
	margin: 0 20px;
}
.contact .area_tel ul.list_contact li.tel {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 3px solid #0049ff;
}
.contact .area_tel ul.list_contact li.btn_link a {
	color: #ffffff;
	font-style: normal;
}
.contact .area_tel ul.list_contact li.btn_link:hover a {
	color: #0049ff;
}
.contact .form_wrap {
	max-width: 1050px;
	margin: 0 auto;
}
.contact .dl_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2em 0;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #dae6eb;
}
.contact .dl_form:first-child {
	border-top: 1px solid #dae6eb;
}
.contact .dl_form dt {
	width: 340px;
	text-align: left;
	line-height: 40px;
}
.contact .dl_form dt span {
	display: inline-block;
	padding: 0 10px;
	font-size: 1.1rem;
	line-height: 2;
	background-color: #7a1c2a;
	color: #ffffff;
	margin-left: 15px;
}
.contact .dl_form dd {
	width: calc(100% - 340px);
}
.contact .dl_form dd .form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 20px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cdd2e1;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.contact .dl_form dd .form-control.short {
	max-width: 400px;
	margin: 0 auto 0 0;
}
.contact .dl_form dd textarea.form-control {
	height: auto;
}
.contact .submit_area {
	margin: 30px auto 0;
	text-align: center;
}
.contact .submit_area input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 200px;
	height: 50px;
	border-radius: 25px;
	padding: 6px 12px;
	margin: 0 auto;
	color: #ffffff;
	background-color: #9f3b42;
	border: 1px solid #9f3b42;
	transition: .2s;
}
.contact input[type=submit]:hover {
	background-color: #ffffff;
	color: #9f3b42;
	cursor: pointer;
}
.contact .btn_link {
	margin: 90px auto;
}
.contact .btn_link:hover {
	color: #ffffff;
}
@media screen and (max-width: 768px) {
	.contact .dl_form {
		flex-direction: column;
	}
	.contact .dl_form dt {
		width: 100%;
		padding-left: 0;
		margin-bottom: 10px;
	}
	.contact .dl_form dt span {
		position: static;
		margin-right: 10px;
	}
	.contact .dl_form dd {
		width: 100%;
	}
}

/*---------------ポンプ交換・清掃・修繕・修理*/
.pump {
	overflow: hidden;
}
.pump .pump_wrap {
	display: flex;
	flex-wrap: wrap;
}
.pump .pump_wrap .pump_links {
	display: block;
	width: 50%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.pump .pump_wrap .pump_links .pump_links_img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s;
}
.pump .pump_wrap .pump_links:hover .pump_links_img {
	transform: scale(1.05);
}
.pump .pump_wrap .pump_links.pump01 .pump_links_img {
	background-image: url("../img/pump/top/pump01.jpg");
}
.pump .pump_wrap .pump_links.pump02 .pump_links_img {
	background-image: url("../img/pump/top/pump02.jpg");
}
.pump .pump_wrap .pump_links.pump03 .pump_links_img {
	background-image: url("../img/pump/top/pump03.jpg");
}
.pump .pump_wrap .pump_links.pump04 .pump_links_img {
	background-image: url("../img/pump/top/pump04.jpg");
}
.pump .pump_wrap .pump_links .pump_links_text {
	width: 100%;
	font-size: 2rem;
	line-height: 1.6;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
@media screen and (max-width: 991px) {
	.pump .pump_wrap .pump_links {
		height: 250px;
	}
	.pump .pump_wrap .pump_links .pump_links_text {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 768px) {
	.pump .pump_wrap {
		flex-direction: column;
	}
	.pump .pump_wrap .pump_links {
		width: 100%;
		height: 200px;
	}
	.pump .pump_wrap .pump_links .pump_links_text {
		font-size: 1.5rem;
	}
}



/*---------------汚水槽・排水槽の清掃*/
.clean {
	overflow: hidden;
}
.clean .clean_wrap {
	display: flex;
	flex-wrap: wrap;
}
.clean .clean_wrap .clean_links {
	display: block;
	width: 50%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.clean .clean_wrap .clean_links .clean_links_img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s;
}
.clean .clean_wrap .clean_links:hover .clean_links_img {
	transform: scale(1.05);
}
.clean .clean_wrap .clean_links.clean01 .clean_links_img {
	background-image: url("../img/clean/top/clean01.jpg");
}
.clean .clean_wrap .clean_links.clean02 .clean_links_img {
	background-image: url("../img/clean/top/clean02.jpg");
}
.clean .clean_wrap .clean_links.clean03 .clean_links_img {
	background-image: url("../img/clean/top/clean03.jpg");
}
.clean .clean_wrap .clean_links.clean04 .clean_links_img {
	background-image: url("../img/clean/top/clean04.jpg");
}
.clean .clean_wrap .clean_links.clean05 .clean_links_img {
	background-image: url("../img/clean/top/clean05.jpg");
}
.clean .clean_wrap .clean_links.clean06 .clean_links_img {
	background-image: url("../img/clean/top/clean06.jpg");
}
.clean .clean_wrap .clean_links .clean_links_text {
	width: 100%;
	font-size: 2rem;
	line-height: 1.6;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
@media screen and (max-width: 991px) {
	.clean .clean_wrap .clean_links {
		height: 250px;
	}
	.clean .clean_wrap .clean_links .clean_links_text {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 768px) {
	.clean .clean_wrap {
		flex-direction: column;
	}
	.clean .clean_wrap .clean_links {
		width: 100%;
		height: 200px;
	}
	.clean .clean_wrap .clean_links .clean_links_text {
		font-size: 1.5rem;
	}
}

/*---------------汚水槽・排水槽の清掃　各ページ*/
.clean_detail {
	overflow: hidden;
}
.clean_detail .clean_detail_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.clean_detail .clean_detail_box .imagebox {
	width: 47%;
}
.clean_detail .clean_detail_box .textbox {
	width: 47%;
}
.clean_detail .clean_detail_box .textbox .catch2 {
	line-height: 1.6;
	font-weight: 700;
	margin-bottom: 1em;
	padding-left: 20px;
	border-left: 6px solid #00b491;
}
.clean_detail .list_detail_box {
	margin: 40px auto 0;
	background-color: #f5f9fa;
	border: 1px solid #cdd2e1;
	border-radius: 10px;
	padding: 2em;
}
.clean_detail .list_detail_box .catch2 {
	line-height: 1.6;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: 1px solid #cdd2e1;
}
.clean_detail .list_detail_box .list_detail li {
	line-height: 1.6;
	margin-bottom: 1em;
	padding-left: 24px;
	position: relative;
}
.clean_detail .list_detail_box .list_detail li:last-child {
	margin-bottom: 0;
}
.clean_detail .list_detail_box .list_detail li::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #5a78be;
	position: absolute;
	left: 0;
	top: 6px;
}
@media screen and (max-width: 768px) {
	.clean_detail .clean_detail_box {
		flex-direction: column;
	}
	.clean_detail .clean_detail_box .imagebox {
		width: 100%;
	}
	.clean_detail .clean_detail_box .textbox {
		width: 100%;
		margin-top: 30px;
	}
	.clean_detail .list_detail_box {
		margin: 30px auto 0;
	}
}


/*---------------実績・事例紹介*/
.case {
	overflow: hidden;
}
.case br.pcnone {
	display: none;
}
.case .intro {
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 0 0;
}
.case .intro .catch2 {
	text-align: center;
	color: #0046ff;
	font-weight: 700;
}
.case .intro ul {
	margin: 40px 0 20px;
}
.case .intro ul li {
	padding: 0 0 0 1.6em;
	line-height: 1.6;
	margin: 0 0 1em 0;
	position: relative;
}
.case .intro ul li::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-image: url("../img/common/ic_check.png");
	background-size: 12px 12px;
	background-position: left center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 6px;
}
.case .ex .ex_box {
	max-width: 960px;
	margin: 0 auto 5em;
	padding: 4em 4em 5em;
	background-color: #f5f9fa;
}
.case .ex .ex_box .catch {
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.07em;
	padding-bottom: 0.7em;
	position: relative;
}
.case .ex .ex_box .catch::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background-color: #00b491;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.case .ex .ex_box ul.list_ex_items li {
	margin-bottom: 50px;
	position: relative;
}
.case .ex .ex_box ul.list_ex_items li::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 20px solid #5a78be;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
}
.case .ex .ex_box ul.list_ex_items li:last-child {
	margin-bottom: 0;
}
.case .ex .ex_box ul.list_ex_items li:last-child::after {
	display: none;
}
.case .ex .ex_box ul.list_ex_items li .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.case .ex .ex_box ul.list_ex_items li .item .imagebox {
	width: 25%;
}
.case .ex .ex_box ul.list_ex_items li .item .textbox {
	width: 70%;
}
@media screen and (max-width: 768px) {
	.case br.pcnone {
		display: block;
	}
	.case .intro {
		padding: 40px 0 0;
	}
	.case .ex .ex_box {
		padding: 3em 3em 4em;
	}
	.case .ex .ex_box ul.list_ex_items li .item .imagebox {
		width: 160px;
	}
	.case .ex .ex_box ul.list_ex_items li .item .textbox {
		width: calc(100% - 200px);
	}
	.case .ex .ex_box ul.list_ex_items li::after {
		width: 15px;
		height: 15px;
		border-top: 15px solid #5a78be;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
	}
}
@media screen and (max-width: 480px) {
	.case br.spnone {
		display: none;
	}
	.case .intro .catch2 {
		text-align: left;
	}
	.case .intro ul {
		margin: 30px 0 20px;
	}
	.case .ex .ex_box {
		padding: 3em 3em 4em;
	}
	.case .ex .ex_box ul.list_ex_items li .item {
		flex-direction: column;
	}
	.case .ex .ex_box ul.list_ex_items li .item .imagebox {
		width: 100%;
		margin-bottom: 20px;
	}
	.case .ex .ex_box ul.list_ex_items li .item .textbox {
		width: 100%;
	}
}

/*---------------こんなことでお困りの皆様へ*/
.trouble {
	overflow: hidden;
	background-image: url("../img/trouble/bg_trouble.jpg");
	background-position: 70% 30%;
	background-size: cover;
	background-repeat: no-repeat;
}
.trouble .catch {
	text-align: center;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 40px;
}
.trouble .troublebox_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.trouble .troublebox_wrap .trouble_box {
	width: 23%;
	margin: 0 1% 30px;
	background-color: rgba(255,255,255,0.7);
	padding: 70px 10px 20px;
	border-radius: 10px;
	background-image: url("../img/common/ic_trouble.png");
	background-size: 40px 40px;
	background-position: center 20px;
	background-repeat: no-repeat;
	box-shadow: 0 0 10px rgba(90,120,190,0.1);
}
.trouble .troublebox_wrap .trouble_box .text {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.6;
}
@media screen and (max-width: 991px) {
	.trouble .troublebox_wrap .trouble_box {
		width: 46%;
		margin: 0 2% 30px;
		padding: 60px 10px 20px;
		background-size: 30px 30px;
	}
	.trouble .troublebox_wrap .trouble_box .text {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 480px) {
	.trouble {
		background-position: 60% center;
	}
	.trouble .troublebox_wrap {
		flex-direction: column;
	}
	.trouble .troublebox_wrap .trouble_box {
		width: 100%;
		margin: 0 auto 20px;
	}
}



















/*---------------最新情報*/
.news {
	overflow: hidden;
}
.news .box {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
}
.news .box .news-heading {
	margin-bottom: 30px;
}
.news .box .news-heading .news_ttl {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 0.5em 0;
	border-bottom: 1px solid #cdd2e1;
}
.news .box .text {
	margin-bottom: 20px;
}
.news .box  figure {
	margin: 30px 0;
}
.news .box  figure img {
	margin: 0 auto;
}
.news .text a {
	color: #0046ff;
	text-decoration: underline;
	transition: .3s;
}
.news .text a:hover {
	text-decoration: none;
	opacity: .7;
}

.news .news_pagenation {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px auto 0;
}
.news .news_pagenation li {
	margin: 0 10px;
}
.news .news_pagenation li a {
	display: block;
	padding: 10px;
	width: 200px;
	border: 1px solid #333333;
	background-color: #ffffff;
	color: #333333;
	text-align: center;
	position: relative;
	font-family: 'EB Garamond', serif;
	transition: .2s;
}
.news .news_pagenation li.n_index a {
	background-color: #f5f5f5;
}
.news .news_pagenation li a:hover {
	background-color: #333333;
	color: #ffffff;
}
.news .news_pagenation li a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	transition: .2s;
}
.news .news_pagenation li.pre a::after {
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	top: 50%;
	left: 10px;
	transform: rotate(45deg) translateY(-50%);
}
.news .news_pagenation li.next a::after {
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	top: 50%;
	right: 10px;
	transform: rotate(-45deg) translateY(-50%);
}
.news .news_pagenation li.pre a:hover::after {
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
.news .news_pagenation li.next a:hover::after {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
	.news .box .news-heading .news_ttl {
		font-size: 1.6rem;
	}
	.news .box  figure {
		margin: 20px 0;
	}
	.news .news_pagenation li {
		margin: 0 5px 10px;
	}
	.news .news_pagenation li a {
		width: 140px;
	}
}
@media screen and (max-width: 480px) {
	.news .box .news-heading .news_ttl {
		font-size: 1.4rem;
	}
	.news .news_pagenation li.next {
		order: 1;
	}
	.news .news_pagenation li.n_index {
		order: 2;
	}
}

/*---------------最新情報一覧*/
.news .news_list_box {
	max-width: 800px;
	margin: 0 auto;
}
.news .news_list_box dl.dl_news {
	padding: 1.5em;
	border-bottom: 1px solid #cdd2e1;
}
.news .news_list_box dl.dl_news dt {
	margin-bottom: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.news .news_list_box dl.dl_news dd{
	line-height: 1.6;
}
.news .news_list_box dl.dl_news dd a {
	color: #0046ff;
	transition: .2s;
}
.news .news_list_box dl.dl_news dd a:hover {
	opacity: .7;
}
.news .btn_link {
	display: block;
	margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
	.news .news_list_box dl.dl_news dt {
		margin-bottom: 5px;
	}
}
.news .pagination-container {
	max-width: 800px;
	margin: 80px auto 0;
}
.news .pagination-container ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.news .pagination-container ul li a {
	display: block;
	padding: 10px 20px;
	margin-left: -1px;
	border: 1px solid #333333;
	background-color: #ffffff;
	color: #333333;
	font-family: 'EB Garamond', serif;
	transition: .2s;
}
.news .pagination-container ul li.navi-active a {
	background-color: #efefef;
}
.news .pagination-container ul li a:hover {
	background-color: #333333;
	color: #ffffff;
}
@media screen and (max-width: 768px) {
	.news .pagination-container {
		margin: 50px auto 0;
	}
	.news .pagination-container ul li a {
		display: none;
	}
	.news .pagination-container ul li.prev a,
	.news .pagination-container ul li.next a {
		display: block;
	}
}


/*---------------ご結婚までの流れ*/
.flow {
	overflow: hidden;
}
.flow .dl_flow_wrap {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}
.flow .dl_flow_wrap::before {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 76px);
	background-color: #ede2d0;
	position: absolute;
	left: 135px;
	top: 20px;
}
.flow .dl_flow_wrap .dl_flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.flow .dl_flow_wrap .dl_flow:last-child {
	margin-bottom: 0;
}
.flow .dl_flow_wrap .dl_flow dt {
	width: 200px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	margin-top: -7px;
	position: relative;
}
.flow .dl_flow_wrap .dl_flow dt span{
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 2.4rem;
	color: #c79f62;
}
.flow .dl_flow_wrap .dl_flow dt::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ede2d0;
	position: absolute;
	right: 60px;
	top: 20px;
}
.flow .dl_flow_wrap .dl_flow dd {
	width: calc(100% - 200px);
}
.flow .dl_flow_wrap .dl_flow dd .catch2 {
	margin-bottom: 10px;
	color: #c79f62;
}
.flow .dl_flow_wrap .dl_flow dd ul li {
	padding: 0 0 0 1.5em;
	margin-bottom: 7px;
	line-height: 1.6;
	position: relative;
}
.flow .dl_flow_wrap .dl_flow dd ul li::before {
	content: "";
	display: block;
	background-color: #c79f62;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	position: absolute;
	left: 5px;
	top: 8px;
}
@media screen and (max-width: 768px) {
	.flow .dl_flow_wrap::before {
		display: none;
	}
	.flow .dl_flow_wrap .dl_flow {
		flex-direction: column;
		padding: 10px 0;
		position: relative;
	}
	.flow .dl_flow_wrap .dl_flow::after {
		content: "";
		display: block;
		width: 1px;
		height: 40px;
		background-color: #c79f62;
		position: absolute;
		left: 25px;
		bottom: -40px;
	}
	.flow .dl_flow_wrap .dl_flow:last-child::after {
		content: none;
	}
	.flow .dl_flow_wrap .dl_flow dt {
		width: 100%;
	}
	.flow .dl_flow_wrap .dl_flow dt span {
		font-size: 2rem;
	}
	.flow .dl_flow_wrap .dl_flow dt::after {
		display: none;
	}
	.flow .dl_flow_wrap .dl_flow dd {
		width: 100%;
	}
}





/*---------------ご挨拶*/
.message {
	overflow: hidden;
}
.message .main_img {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2%;
}
.message .textbox {
	width: 80%;
	max-width: 800px;
	margin: -5% auto 0;
	padding: 3em 4em;
	background-color: #ffffff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	position: relative;
}
.message .textbox .catch {
	color: #c79f62;
	margin-bottom: 30px;
}
.message .textbox .text {
	line-height: 2.2;
}
@media screen and (max-width: 768px) {
	.message .textbox {
		width: 90%;
	}
}
@media screen and (max-width: 480px) {
	.message .textbox {
		padding: 3em;
	}
}
.message .philosophy .textbox {
	margin: 0 auto;
}
.message .philosophy .textbox .text span {
	color: #c79f62;
}
.message .philosophy .philosophy_img {
	margin-top: -5%;
}

/*---------------初めての方へ*/
.guide {
	overflow: hidden;
}
.guide .guide_box {
	max-width: 800px;
	margin: 0 auto 140px;
}
.guide .guide_box .imagebox {
	margin-bottom: 50px;
}
.guide .guide_box .textbox {
	position: relative;
}
.guide .guide_box .textbox .catch {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	color: #c79f62;
	position: absolute;
}
.guide .guide_box.box01 .textbox .catch,
.guide .guide_box.box03 .textbox .catch {
	left: 9%;
	top: -80px;
}
.guide .guide_box.box02 .textbox .catch {
	right: 9%;
	top: -80px;
}
.guide .guide_box .textbox .text {
	width: 70%;
}
.guide .guide_box.box01 .textbox .text,
.guide .guide_box.box03 .textbox .text {
	margin-left: 30%;
}
.guide .guide_box.box02 .textbox .text {
	margin-right: 30%;
}
@media screen and (max-width: 768px) {
	.guide .guide_box {
		max-width: 800px;
		margin: 0 auto 50px;
	}
	.guide .guide_box .imagebox {
		margin-bottom: 20px;
	}
	.guide .guide_box .textbox .catch {
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		position: relative;
	}
	.guide .guide_box.box01 .textbox .catch, .guide .guide_box.box02 .textbox .catch, .guide .guide_box.box03 .textbox .catch {
		top: 0;
		left: 0;
	}
	.guide .guide_box .textbox .text {
		width: 100%;
	}
	.guide .guide_box.box01 .textbox .text, .guide .guide_box.box02 .textbox .text, .guide .guide_box.box03 .textbox .text {
		margin: 20px 0 0;
	}
}

/*---------------婚活サロン*/
.salon {
	overflow: hidden;
}
.salon .intro .intro_box {
	padding: 80px 0;
	margin: 0 auto;
	position: relative;
}
.salon .intro .intro_box .imagebox {
	width: 400px;
	position: absolute;
	z-index: -1;
}
.salon .intro .intro_box .imagebox.box01 {
	top: 0;
	left: 0;
}
.salon .intro .intro_box .imagebox.box02 {
	bottom: 0;
	right: 0;
}
.salon .intro .intro_box .textbox {
	width: 70%;
	max-width: 680px;
	margin: 0 auto;
	padding: 50px;
	background-color: rgba(255,255,255,0.8);
	box-shadow: inset 0 0 20px rgba(199,159,98,0.2);
}
.salon .intro .intro_box .textbox .catch {
	text-align: center;
	color: #c79f62;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.salon .intro .intro_box {
		padding: 100px 0;
	}
	.salon .intro .intro_box .imagebox {
		width: 60%;
	}
	.salon .intro .intro_box .textbox {
		width: 90%;
		padding: 40px;
	}
}
@media screen and (max-width: 480px) {
	.salon .intro .intro_box .imagebox {
		width: 80%;
	}
	.salon .intro .intro_box .textbox {
		padding: 30px;
	}
}
.salon .strength .strength_box_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
}
.salon .strength .strength_box_wrap .strength_box {
	width: 30%;
	margin: 0 1.5%;
	padding: 30px 10px 30px;
	background-color: #ffffff;
	border: 1px solid #c79f62;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.salon .strength .strength_box_wrap .strength_box .number {
	font-size: 3rem;
	padding: 0 20px;
	color: #c79f62;
	background-color: #ffffff;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
	.salon .strength .strength_box_wrap .strength_box {
		width: 100%;
		margin: 0 auto 50px;
	}
	.salon .strength .strength_box_wrap .strength_box .number {
		font-size: 2.6rem;
		top: -26px;
	}
}
.salon .plan .plan_title {
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	text-align: center;
	color: #c79f62;
	margin-bottom: 30px;
}
.salon .plan .plan_title span {
	position: relative;
}
.salon .plan .plan_title span::before,
.salon .plan .plan_title span::after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background-color: #c79f62;
	position: absolute;
	top: 50%;
}
.salon .plan .plan_title span::before {
	left: -35px;
}
.salon .plan .plan_title span::after {
	right: -35px;
}
.salon .plan .plan_text {
	max-width: 600px;
	margin: 0 auto;
}
.salon .plan .plan_box {
	max-width: 800px;
	margin: 40px auto 0;
}
.salon .plan .plan_box .plan_detail_title {
	font-size: 1.6rem;
	padding: 10px;
	background-color: #e2be91;
	color: #ffffff;
	text-align: center;
	border-radius: 26px;
	margin-bottom: 30px;
}
.salon .plan .plan_box .detail_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 2%;
}
.salon .plan .plan_box .detail_list li {
	width: 46%;
	padding: 0 0 0 1.5em;
	margin-bottom: 10px;
	line-height: 1.6;
	position: relative;
}
.salon .plan .plan_box .detail_list li::before {
	content: "";
	display: block;
	background-color: #c79f62;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	position: absolute;
	left: 5px;
	top: 8px;
}
.salon .plan .plan_wrap {
	width: 260px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.salon .plan .plan_wrap .plan_price {
	font-size: 1.6rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.salon .plan .plan_wrap .plan_price .price {
	display: inline-block;
	font-size: 2rem;
	font-weight: 600;
	color: #c79f62;
	padding-left: 30px;
}
.salon .plan .plan_wrap .text {
	text-align: center;
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.salon .plan .plan_title {
		font-size: 2.2rem;
	}
	.salon .plan .plan_box .plan_detail_title {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	.salon .plan .plan_box .detail_list li {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.salon .plan .plan_box {
		margin: 30px auto 0;
	}
	.salon .plan .plan_title {
		font-size: 1.8rem;
	}
	.salon .plan .plan_box .plan_detail_title {
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	.salon .plan .plan_box .scroll {
		width: 100%;
		overflow: scroll;
		padding: 15px 0;
	}
	.salon .plan .plan_box .text_scroll {
		display: block;
	}
	.salon .plan .plan_box .plan_table {
		min-width: 480px;
	}
}

/*---------------カウンセリング*/
.coaching {
	overflow: hidden;
}
.coaching .intro .intro_box .catch3 {
	text-align: center;
	margin-bottom: 20px;
}
.coaching .intro .intro_box .catch2 {
	text-align: center;
	margin-bottom: 40px;
	color: #c79f62;
	letter-spacing: 0.1em;
}
.coaching .intro .intro_box .text {
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 2.2;
}
.coaching .coaching_box_wrap .coaching_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 80px;
}
.coaching .coaching_box_wrap .coaching_box.box02 {
	flex-direction: row-reverse;
}
.coaching .coaching_box_wrap .coaching_box .imagebox {
	width: 50%;
}
.coaching .coaching_box_wrap .coaching_box .textbox {
	width: 50%;
	padding: 0 50px;
}
.coaching .coaching_box_wrap .coaching_box .textbox .catch2 {
	color: #c79f62;
	line-height: 1.6;
	padding-left: 35px;
	position: relative;
}
.coaching .coaching_box_wrap .coaching_box .textbox .catch2::before {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background-color: #c79f62;
	position: absolute;
	top: 15px;
	left: 0;
}
.coaching .coaching_box_wrap .coaching_box .textbox .text {
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	.coaching .coaching_box_wrap .coaching_box, .coaching .coaching_box_wrap .coaching_box.box02 {
		flex-direction: column;
		margin-bottom: 60px;
	}
	.coaching .coaching_box_wrap .coaching_box .textbox .catch2 {
		padding-left: 30px;
	}
	.coaching .coaching_box_wrap .coaching_box .imagebox {
		width: 100%;
	}
	.coaching .coaching_box_wrap .coaching_box .textbox {
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	.coaching .coaching_box_wrap .coaching_box .textbox .catch2::before {
		width: 18px;
		top: 13px;
	}
	.coaching .coaching_box_wrap .coaching_box .textbox .text {
		margin-top: 20px;
	}
}
@media screen and (max-width: 480px) {
	.coaching .coaching_box_wrap .coaching_box .textbox .catch2 {
		padding-left: 25px;
	}
	.coaching .coaching_box_wrap .coaching_box .textbox .catch2::before {
		width: 15px;
		top: 11px;
	}
}

/*---------------カウンセラー紹介*/
.counselors {
	overflow: hidden;
}
.counselors .counselorsbox {
	max-width: 960px;
	margin: 0 auto 50px;
}
.counselors .counselorsbox:last-child {
	margin: 0 auto;
}
.counselors .counselorsbox .counselorsbox_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.counselors .counselorsbox .counselorsbox_inner .imagebox {
	width: 260px;
}
.counselors .counselorsbox .counselorsbox_inner .textbox {
	width: calc(100% - 260px);
	padding-left: 50px;
}
.counselors .counselorsbox .counselorsbox_inner .textbox .name {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.counselors .counselorsbox .counselorsbox_inner .textbox .block {
	margin-bottom: 40px;
}
.counselors .counselorsbox .counselorsbox_inner .textbox .block .catch2 {
	margin-bottom: 20px;
	color: #c79f62;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #c79f62;
}
.counselors .counselorsbox .counselorsbox_inner .textbox .block .list_career li {
	padding: 0 0 0 1.5em;
	margin-bottom: 10px;
	line-height: 1.8;
	position: relative;
}
.counselors .counselorsbox .counselorsbox_inner .textbox .block .list_career li::before {
	content: "";
	display: block;
	background-color: #c79f62;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	position: absolute;
	left: 5px;
	top: 10px;
}
@media screen and (max-width: 768px) {
	.counselors .counselorsbox .counselorsbox_inner {
		flex-direction: column;
	}
	.counselors .counselorsbox .counselorsbox_inner .imagebox {
		margin: 0 auto 20px;
	}
	.counselors .counselorsbox .counselorsbox_inner .textbox {
		width: 100%;
		padding-left: 0;
	}
	.counselors .counselorsbox .counselorsbox_inner .textbox .name {
		font-size: 1.7rem;
		margin-bottom: 10px;
	}
	.counselors .counselorsbox .counselorsbox_inner .textbox .block {
		margin-bottom: 30px;
	}
	.counselors .counselorsbox .counselorsbox_inner .textbox .block .catch2 {
		margin-bottom: 15px;
	}
}

.fright {
    float: right;
}


/*-----------------------下固定バナー*/
#fh5co-clients {
padding: 8px 10px;
	background: rgba(122, 28, 42, 0.9);
	    background: -webkit-linear-gradient(325deg, #073e7c 30%, #002369 70%);
    background: linear-gradient(125deg, #073e7c 30%, #002369 70%);
	border-top:1px solid #ffffff;
    position: fixed !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}
#fh5co-clients .fh5co-clients-inner {
    width: 100%;
	/*max-width: 1170px;*/
	padding: 0 24px;
	margin-left: auto;
	margin-right: auto;
}
#fh5co-clients img{
	z-index: 1100;
	margin-left: auto;

}
.migisen{
	border-right: solid 1px #ffffff;
	height:80%;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}

@media screen and (min-width: 992px) {
	.pc992{
		
	}
	.pc991{
		display: none;
	}
	.copyright{
		padding: 20px 0px 50px 0px;
	}	
	.center991{

}
}
@media screen and (max-width: 991px) {
	.pc992{
		display: none !important;
	}
	.pc991{
		
	}	
	.copyright{
		padding: 20px 0px 30px 0px;
	}	
	.center991{
	text-align: center;
}	
}
@media screen and (min-width: 768px) {
	.pcgazou{
		
	}
	.spgazou{
		display: none;
	}	
}

@media screen and (max-width: 767px) {
	.pcgazou{
		display: none;		
	}
	.spgazou{

	}	
}

@media screen and (min-width: 1000px) {
	.pcgazou1000{
		
	}
	.spgazou999{
		display: none;
	}	
}

@media screen and (max-width: 999px) {
	.pcgazou1000{
		display: none;		
	}
	.spgazou999{

	}	
}


.center1{
	text-align: center;
}
.akamidasi{
	font-size: 18px;
	    font-weight: bold;
	color: #7a1c2a;
		text-align: center;
	border: solid 1px #7a1c2a;
	padding: 10px 10px 12px 10px;
	background: #ffffff;
}

.akamidasi1{
	font-size: 24px;
	    font-weight: bold;
	color: #7a1c2a;
		text-align: center;
}
@media screen and (min-width: 768px) {
.akamidasi1{
	font-size: 20px;
	    font-weight: bold;
	color: #7a1c2a;
		text-align: center;
}	
}

.sansan a  {
position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sansan a img {
	width: 100%;
    transition: 0.8s;
    overflow: hidden;
}
.sansan a:hover img {
	width: 100%;
    transition: 0.8s;
    overflow: hidden;opacity: 0.8;
}

.sansan a p {
    width: 100%;
    text-align: center;
    position: absolute;
    padding-bottom: 20px;
    z-index: 10;
    color: #fff;font-weight: 600;
    font-size: 20px;text-shadow: 1px 2px 3px #191919;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2px;
}
.sansan a p::after{ content: ''; width: 44px;     height: 3px;
    background: #9f3b42; position: absolute; left:50%; bottom: 0%; margin-left: -22px; transition: 0.5s; z-index: 10;}
.sansan a:hover p::after{ width: 100px; margin-left: -50px;}


.f13a{
	font-size: 1.3rem;
}
.sekouarea{
	font-size: 1.3rem;
	line-height: 1.6;
	padding-bottom: 20px;
}


.hidden_box {
    padding: 0;
}


.hidden_box label {
    color: #846629;
    border: solid 2px #846629;
	width: 100%;
    cursor: pointer;
    display: block;
    margin-bottom: 1px;
    padding: 15px;
    position: relative;    font-size: 18px;
	text-align: center;    font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF Medium", "Yu Gothic Medium", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", sans-serif;
	
}
.hidden_box label:after {

    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.hidden_box label:hover:after {

    box-sizing: border-box;
	content: '\f068';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}


.hidden_box label:checked + .hidden_box label:after {
    background: #060606;
    box-sizing: border-box;
	content: '\f068';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}


.hidden_box input {
display: none;
}


.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*Ã£â€šÂ¯Ã£Æ’ÂªÃ£Æ’Æ’Ã£â€šÂ¯Ã£ÂÂ§Ã¤Â¸Â­Ã¨ÂºÂ«Ã¨Â¡Â¨Ã§Â¤Âº*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}



.hidden_box {
    padding: 0;
}


.hidden_box label {
    color: #0b318f;
    border: solid 3px #0b318f;
	width: 100%;
    cursor: pointer;
    display: block;
    margin-bottom: 1px;
    padding: 15px;
    position: relative;    font-size: 20px;
	text-align: center;    font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF Medium", "Yu Gothic Medium", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", sans-serif;
	
}
.hidden_box label:after {

    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0px;
    background: #0b318f;
    color: #ffffff;	
}
.hidden_box label:hover:after {

    box-sizing: border-box;
	content: '\f068';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}


.hidden_box label:checked + .hidden_box label:after {
    background: #060606;
    box-sizing: border-box;
	content: '\f068';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}


.hidden_box input {
display: none;
}


.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.tleft{
	text-align: left;
}
.aka{
	    color: #7a1c2a;
}
.bold{
	font-weight: 600;
}
.wakua{
	padding: 45px;
	border: 1px solid #cccccc;
    /* border-radius: 7px; */
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}




form#mail_form * {

	padding: 0;
}

form#mail_form {
	width: 100%;
	margin: 50px auto;
	padding: 10px 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	/*border-radius: 7px;*/
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2 );
	font-size: 95%;
	line-height: 1.8;
}

form#mail_form dl {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

form#mail_form dl dt {
	clear: both;
	width: 30%;
	float: left;
	border-top: 1px solid #cccccc;
	padding: 15px 0;
	text-align: right;
	overflow: hidden;
}

form#mail_form dl dd {
	width: 65%;
	float: right;
	border-top: 1px solid #cccccc;
	padding: 15px 0 15px 5%;
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child + dd {
	border: none;
}

form#mail_form dl dt span {
	display: block;
	font-size: 85%;
	color: #9f3b42;
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	display: inline-block;
	float: left;
	color: #ffffff;
	padding: 4px 10px;
	border-radius: 3px;
}

form#mail_form dl dt span.required {
	background: #9f3b42;
	border: 1px solid #9f3b42;
}

form#mail_form dl dt span.optional {
    background: #555555;
    border: 1px solid #555555;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 3px;
}


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 );
	}
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */


form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	max-width: 90%;
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin-top: 7px;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 10px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}

form#mail_form select {
	font-size: 100%;
	font-family: inherit;
	margin-top: 10px;
}

form#mail_form textarea {
	display: block;
	width: 90%;
	max-width: 90%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}


form#mail_form ul {
	list-style-type: none;
}

form#mail_form ul li label:hover {
	cursor: pointer;
}


form#mail_form input#company {
	width: 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule {
	width: 30%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
	width: 80%;
}

form#mail_form input#postal + a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #9f3b42;
	border-radius: 3px;
	background: #9f3b42;
	font-size: 100%;
	color: #ffffff;
	text-decoration: none;
}

form#mail_form input#postal + a:hover {
	cursor: pointer;
	background: #5bb58c;
	border: 1px solid #5bb58c;
}

form#mail_form input#address {
	width: 90%;
}


form#mail_form p#form_submit {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
}

form#mail_form input[type="button"] {
	padding: 0.5em 3em;
	border: 1px solid #7a1c2a;
	border-radius: 3px;
	background: #7a1c2a;
	font-size: 100%;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
	width: 100%;
	max-width: 180px;
}

form#mail_form input[type="button"]:hover {
	cursor: pointer;
	background: #9f3b42;
	border: 1px solid #9f3b42;
}

form#mail_form input#form_submit_button {
	/*margin-left: 35%;*/
	display:block;
	margin-left: auto;
	margin-right: auto;
}








/* -- responsive ----------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and (max-width: 1000px ) {

form#mail_form {
	width: 95%;
	font-size: 100%;
}

form#mail_form dl {
	overflow: visible;
}

form#mail_form dl dt {
	width: auto;
	float: none;
	text-align: left;
	padding: 15px 0 5px;
	font-weight: bold;
}

form#mail_form dl dd {
	width: auto;
	float: none;
	border-top: none;
	padding: 0px 0 20px 0px;
}

form#mail_form dl dt span {
	font-weight: normal;
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	margin-right: 1em;
	margin-bottom: 2em;
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	margin-top: 0px;
}

form#mail_form input#postal + a {
	padding: 6px 15px 5px;
}

form#mail_form input#form_submit_button {
	margin-left: 0;
}

form#mail_form select {
	font-size: 16px;
	margin-top: 0;
}

form#mail_form input#phone,
form#mail_form input#schedule {
	width: 50%;
}

}
/* 1000pixel end */
.kasen{
	border-bottom: 1px solid;
}
.page_title--daini {
    background: url(../img/top/daini.jpg) no-repeat center/cover;
}

/*---------------運営会社概要*/
.company {
	overflow: hidden;
}

.company .box_wrap .dl_com {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #dae6eb;
	padding: 20px 0;
}
.company .box_wrap .dl_com:first-of-type {
	border-top: 1px solid #dae6eb;
}
.company .box_wrap .dl_com dt {
	width: 220px;
	font-weight: 600;
	padding-left: 20px;
}
.company .box_wrap .dl_com dd {
	width: calc(100% - 220px);
	padding-left: 40px;
}
.company .box_wrap .dl_com dd a {
	color: #0046ff;
	transition: .2s;
}
.company .box_wrap .dl_com dd a:hover {
	opacity: .7;
}
.company .box_wrap .dl_com dd .subsidiary {
	padding: 10px 0;
	border-top: 1px dashed #dae6eb;
}
.company .box_wrap .dl_com dd .subsidiary:first-child {
	padding: 0 0 10px 0;
	border-top: none;
}
@media screen and (max-width: 768px) {
	.company .box_wrap .dl_com {
		flex-direction: column;
	}
	.company .box_wrap .dl_com dt {
		width: 100%;
		margin-bottom: 10px;
		padding: 0 10px;
	}
	.company .box_wrap .dl_com dd {
		width: 100%;
		padding: 0 10px;
	}
}
.company .greeting .box_wrap {
	max-width: 900px;
}
.company .greeting .box_wrap .imagebox {
	width: 200px;
	margin: 0 auto 40px;
}
.company .greeting .box_wrap .textbox {
	width: 100%;
}
.company .greeting .box_wrap .textbox .text {
	line-height: 2.4;
}
.company .greeting .box_wrap .textbox .name {
	text-align: right;
	margin-top: 3em;
}
@media screen and (max-width: 768px) {
	.company .greeting .box_wrap .imagebox {
		margin: 0 auto 30px;
	}
}

.company .access .box_wrap .map {
	margin-bottom: 2em;
}
.company .access .box_wrap .map .g-maps {
	position: relative;
	height: 0;
	padding-bottom: 400px;
	overflow: hidden;
}
.company .access .box_wrap .map .g-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.company .access .box_wrap .map .g-maps {
		padding-bottom: 56.25%;
	}
}

.dl_com-wrap {
    padding: 3em;
    background-color: #ffffff;
}
@media screen and (max-width:600px) {
.dl_com-wrap {
    padding: 2em;
    background-color: #ffffff;
}	
}
.phaikei {
    background-color: #f4f4f4;
}

.imagebox {
    width: 280px;
    margin: 0 auto 20px;
}

@media screen and (max-width:480px) {
.imagebox {
    width: 100%;
    margin: 0 auto 20px;
}		
}
.bg_leftbrdr{
	font-weight: 600;
}
.detail_box {
    margin: 25px auto 0;
    background-color: #ffffff;
border: 2px solid #aeaeae;
    border-radius: 0px;
    padding: 2em;
}
.catch20 {
    line-height: 1.6;
    padding-bottom: 0.5em;
    margin-bottom: 1em;	font-size: 20px;
    border-bottom: 1px solid #cccccc;
}

.list_detail li {
	line-height: 1.5;
	margin-bottom: 1em;
	padding-left: 24px;
	font-size: 14px;

	position: relative;
}


.list_detail li:last-child {
	margin-bottom: 0;
}
.list_detail li::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #0b318f;
	position: absolute;
	left: 0;
	top: 6px;
}



.flex_con {
  display: flex;
  flex-wrap: wrap;

    justify-content: center; /* ÃƒÂ¥Ã‚Â­Ã‚ÂÃƒÂ¨Ã‚Â¦Ã‚ÂÃƒÂ§Ã‚Â´Ã‚Â ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬â„¢flexboxÃƒÂ£Ã‚ÂÃ‚Â«ÃƒÂ£Ã¢â‚¬Å¡Ã‹â€ ÃƒÂ£Ã¢â‚¬Å¡Ã…Â ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ¥Ã‚Â¤Ã‚Â®ÃƒÂ£Ã‚ÂÃ‚Â«ÃƒÂ©Ã¢â‚¬Â¦Ã‚ÂÃƒÂ§Ã‚Â½Ã‚Â®ÃƒÂ£Ã‚ÂÃ¢â€žÂ¢ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â¹ */
    align-items: center;  /* ÃƒÂ¥Ã‚Â­Ã‚ÂÃƒÂ¨Ã‚Â¦Ã‚ÂÃƒÂ§Ã‚Â´Ã‚Â ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬â„¢flexboxÃƒÂ£Ã‚ÂÃ‚Â«ÃƒÂ£Ã¢â‚¬Å¡Ã‹â€ ÃƒÂ£Ã¢â‚¬Å¡Ã…Â ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ¥Ã‚Â¤Ã‚Â®ÃƒÂ£Ã‚ÂÃ‚Â«ÃƒÂ©Ã¢â‚¬Â¦Ã‚ÂÃƒÂ§Ã‚Â½Ã‚Â®ÃƒÂ£Ã‚ÂÃ¢â€žÂ¢ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â¹ */

}
 
.flex_con div.flex_con_in {
  width: 50%;
  margin: 0%;
}
.flex_con div.flex_con_in img{
  width: 100%;
}
@media screen and (max-width:1375px) { 
.flex_con div.flex_con_in {
  width: 100%;
  margin: 0px 0;
}
}
@media screen and (min-width:1376px) { 
.pchyouzi1000{
	
}
.sphyouzi1000{
display: none;	
}

.message1box {
    padding: 3%;
}
.message2box {
    padding: 3%;
}	
	
}
@media screen and (max-width:1375px) { 
.pchyouzi1000{
display: none;		
}
.sphyouzi1000{

}

.message1box {
    padding: 4%;
}
.message2box {
    padding: 4%;
}
}
.footer_link.sub {
    margin-left: 1em;
}
.footer_category {
    font-weight: 700;
}

.footer_linkaa a {
line-height: 32px;
}
.dddd{
	display:initial;
}



@media (min-width:501px){
.boxArea .box {
    width: 50%;
    float: left;
}
.boxArea .box3 {
    width: 33.3%;
    float: left;

}	
.boxArea .box44 {
    width: 25%;
    float: left;	
}	
.boxArea .box5 {
    width: 20%;
    float: left;
}
		
.boxArea .box6 {
    width: 20%;
    float: left;
}
}
@media (max-width:500px){
	.boxArea .box {
    width: 100%;
    float: left;
}
	.boxArea .box3 {
    width: 100%;
    float: left;
}	
.boxArea .box44 {
    width: 50%;
    float: left;
}		
.boxArea .box5 {
    width: 50%;
    float: left;
}
		
.boxArea .box6 {
    width: 100%;
    float: left;
}	
}

.sirottt{
background: #fff;
    padding: 4.5em;
    border-radius: 6px;
    box-shadow: 5px 5px 0px rgb(7 7 7);
    -moz-box-shadow: 5px 5px 0px rgba(7, 7, 7, 1);
-webkit-box-shadow: 3px 4px 0px rgb(175 175 175);
}
.mbb10{
	margin-top: -10px;
}

@media screen and (max-width: 768px) {
	.pc768{
		
	}
	.sp767{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.pc768{
		display: none;		
	}
	.sp767{

	}
}

.bg_leftbrdr {
    font-size: 17px;
color: #0b318f;
    padding-left: 12px;
    border-left-width: 6px;
    /* line-height: 35px; */
    border-left-style: solid;
    border-left-color: #0b318f;
    border-bottom: 0px solid #7a1c2a;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.llink {
    padding: 0px 6px 6px 0px;
    border-bottom: 1px dotted #555555;
    font-weight: bold;
    color: #7a1c2a;
    font-size: 115%;
    margin-bottom: 10px;
}
.akamidasi{
	padding: 9px 10px;
	text-align: center;
	background: #7a1c2a;
	color: #ffffff;
	font-weight: 500;
	font-size: 20px;
}
.modorubotan{
	    padding: 0.5em 3em;
    border: 1px solid #7a1c2a;
    border-radius: 3px;
    background: #7a1c2a;
    font-size: 100%;
    color: #ffffff;
    font-family: inherit;
    -webkit-appearance: none;
    width: 100%;
    max-width: 180px;
}
.center-block{
	display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.modorubotan:hover {
	    padding: 0.5em 3em;
    border: 1px solid #7a1c2a;
    border-radius: 3px;
    background: #7a1c2a;
    font-size: 100%;
    color: #ffffff;
    font-family: inherit;
    -webkit-appearance: none;
    width: 100%;
    max-width: 180px;opacity: 0.7;
}


.galleryimg img {
vertical-align: middle;
    object-fit: cover;
    width: 100%;
    height: 320px;
    }
.btnauto{
	    display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.btncontact{
	    padding: 1em !important;
    border: 1px solid #7a1c2a;
    border-radius: 3px;
    background: #7a1c2a;
    font-size: 100%;
    color: #ffffff;
    font-family: inherit;
    -webkit-appearance: none;
    width: 100%;
    width: 180px !important;
}
.btncontact:hover{
	    padding: 1em !important;
    border: 1px solid #7a1c2a;
    border-radius: 3px;
    background: #7a1c2a;
    font-size: 100%;
    color: #ffffff;
    font-family: inherit;
    -webkit-appearance: none;
    width: 100%;
    width: 180px !important;
	opacity: 0.7;
}
.w600{
	width: 600px !important;
}
.fff26{
	font-size: 24px;
	color: #ffffff;
	font-weight: 500;
}

@media only screen and (min-width:768px) {

.subBox {
    padding: 50px;
    margin: 0 auto;
    position: relative;
    max-width: 1440px;
    background: rgba(255,255,255,0.93);
}	
.subBox1 {
    padding: 50px;
    margin: 0 auto;
    position: relative;
    max-width: 1440px;
    background: #ffffff;
}	
}

@media only screen and (max-width:767px) {
.subBox {
    padding: 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1440px;
    background: rgba(255,255,255,0.93);
}
.subBox1 {
    padding: 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1440px;
    background: #ffffff;
}	
}

.konna {

    background-image: url("../img/top/haikei1.jpg");
    background-position: center center;
    background-size: cover;
  
}
.ao{
	color: #0b318f;
}
.wakublock2 {
    border: #d2b48c solid 2px;
    border-left: #d2b48c solid 10px;
    padding: 20px;
    background: #fff;
}

.mds-bk2 {
    background-color: #ecf0fa;
    padding: 10px;
	    font-size: 21px;
    line-height: 140%;
	text-align: center;
}
.bld {
    font-weight: bold;
}
.iro {
    color: #0b318f;
}
.catch4 {
    font-size: 18px;
}

.result_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;overflow: hidden;
    display: flex;

}

.result_title {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 20px 0 5px;
    text-align: center;
    border-bottom: 1px solid #0A55A0;
}
.result_li{
	    background: linear-gradient(#CFEDFC, #DDF7E8);    padding: 10px;
}

.result_li {
    width: 24%;
    float: left;
    margin-right: 10px;
}

.result_li:last-child {
    float: left;
    margin-right: 0px;
}
@media only screen and (max-width:1055px) {
.result_li {
    width: 100%;
    float: left;
    margin-right: 0px;
	margin-bottom: 20px;
}	
	
}
.aowaku{
	border: solid 1px #0b318f;
	padding: 30px;
}
.contact_bnr_itemb{
	text-align: center;
}
.cccamail_btn{
	margin: 0 auto;
	text-align: center;
}

.cccamail_btn1{
	margin: 0 auto;
	text-align: center;
}
.cccamail_btn a {
    background-color: #c3a768;
    color: #FFF;
    border: solid #c3a768 0px;
    padding: 3px 20px;
	width: 70%;
border-radius: 0px;display: block;
    font-size: 0.8em;
    margin-left: 10px;
	background: -webkit-linear-gradient(325deg, #073e7c 30%, #002369 70%);
    background: linear-gradient(125deg, ##3f70a7 30%, #002369 70%);
	    margin: 0 auto;
	background: linear-gradient(125deg, #a79766 30%, #a79766 70%);
}
.cccamail_btn a:hover {
    background-color: #aa8b45;
    color: #FFF;
	opacity: 0.7;
    border: solid #aa8b45 0px;
    padding: 3px 20px;
	width: 70%;
	text-decoration: none;
border-radius: 0px;display: block;
    font-size: 0.8em;
    margin-left: 10px;
	    margin: 0 auto;
}
.contact_bnr_ttl {
    font-size: 2.1rem;
    font-weight: bold;
    position: relative;
}
.orng-bk {
    border: solid 1px #222222;
    padding: 20px;
    color: #333333;
}
.step {
    padding: 5px 8px;
    border-radius: 2px;
    background: #0b318f;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    margin-right: 10px;
    vertical-align: middle;
}
@media only screen and (min-width: 993px), print {

 .catch {
	font-size:23px;
	
}

}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.catch {
	font-size:20px;
	
}
}

@media only screen and (max-width: 390px) {
.catch {
    font-size:18px;
	font-weight:bold;
}
}

.sankaku {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #0b318f;
}

.topsaisho {
letter-spacing: 0.5px;
    padding: 7px;
    color: #222222;
	text-align: center;
}
.f11{
	font-size: 11px;
}


@media (min-width:480px){
.boxArea .box {
    width: 50%;
    float: left;
}
.boxArea .box44 {
    width: 25%;
    float: left;
}	
.boxArea .box5 {
    width: 20%;
    float: left;
}
		
.boxArea .box6 {
    width: 16%;
    float: left;
	padding-right: 6px;
}
}
@media (max-width:479px){
	.boxArea .box {
    width: 100%;
    float: left;
}
.boxArea .box44 {
    width: 25%;
    float: left;
}		
.boxArea .box5 {
    width: 50%;
    float: left;
}
		
.boxArea .box6 {
    width: 100%;
    float: left;
}	
}
.fff16{
	font-size: 16px;
}