/* CSS Document */
html { scroll-behavior: smooth; }

:root {
	--intro-main-color: #ffffff;
	--intro-line-color: #927d54;
	--intro-header-hei: 100px;
	/* --intro-main-color: rgb(12, 3, 3); */
}
header {
	position: fixed;
	inset: 0;
	z-index: 100;
	/*DEBUG用BOREDER
border: 3px solid black;
*/
}

body {
	padding: 0;
	margin: 0;
	font-family: main;
	background-color: var(--intro-main-color);
}

hr {
	margin: 20px;
	width: 90%;
}

.hover_on {
	cursor: pointer;
	width: fit-content;
	height: fit-content;
	white-space: nowrap;
	padding: auto 0px;
}
.hover_on:hover {
	opacity: 0.7;
}
.hover_on a {
	color: #f3fcfe !important;
}
	
/* LINK設定 */
a {
	color: #284d5f;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #3e7089;
	text-decoration: none
}
img {
	vertical-align: middle;	/* イメージ 中央揃え処理用 */
	border: 0px;
}
/* 
@FONT-FACE {
	font-family: 'main';
	src: url('font/MotoyaExAporo W3.woff') format('woff');
}
@FONT-FACE {
	font-family: 'logo';
	src: url('font/logo.ttf') format('truetype');
} */

.flex_on {
	display: -webkit-flex;	/* Chrome 21-27 */
	display: -moz-box;		/* Firefox 2-21 */
	display: -ms-flexbox;	/* IE9 */
	display: flex;
	position: relative;
}

/* HEADER部 */
.top_header {
	width: 100%;
	height: var(--intro-header-hei);
	text-align: center;
	border-bottom: #a7a7a7 solid 1px;
	margin-bottom: 20px;
	/* color: white; */
	background-color: #f4f9fa;
	/*DEBUG用BOREDER
border: 3px solid red;
*/
}

.top_main {
	width: 150px;
	height: 100px;
	vertical-align: middle;
	margin-left: 30px;
	/* background-color: #fff2e8; */
}
.top_main div {
	width: 70px;
	height: 70px;
	margin: auto;
	/*DEBUG用BOREDER
border: 3px solid red;
*/
}
.top_main img {
	/* width: 60px;
	height: 60px; */
	margin: auto;
}

/* HEADER部:LINK */
.top_sub {
	width: 500px;
	height: fit-content;
	margin: auto;
	text-align: center;
	white-space: nowrap;
	/*DEBUG用BOREDER
border: 3px solid red;
*/
}

/* HEADER部:LOG-IN・新規登録 */
.top_act {
	width: 180px;
	margin: auto 0px auto auto;
	vertical-align: middle;
	right: 30px;
	/*DEBUG用BOREDER
border: 3px solid red;
*/
}
.top_act div {
	width: 120px;
	padding: 10px 20px;
	font-size: 12px;
	margin: auto 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #606060;
}

:root {
	--main-wid: 1000px;
	--main-body-wid: calc(var(--main-wid) - 80px);
	--main-body-mag: 20px;
	--main-body-ttl-hei: 50px;
	--main-body-pad: 30px;
	--main-body-bar-rad: 3px;
}

.main_body_all_l, 
.main_body_all_r {
	/* width: 350px; */
	height: 100%;
	position: relative;
	display: -webkit-flex;	/* Chrome 21-27 */
	display: -moz-box;		/* Firefox 2-21 */
	display: -ms-flexbox;	/* IE9 */
	display: flex;
	font-size: 9px;
	z-index: 10;
}
.main_body_all_l {
	margin: 0 auto 0 var(--main-body-mag);
}
.main_body_all_r {
	margin: 0 var(--main-body-mag) 0 auto;
}
/* 
.main_body_bar_l, 
.main_body_bar_r {
	width: var(--main-body-bar-rad);
	height: 100%;
	background-color: var(--intro-line-color);
	-moz-border-radius: var(--main-body-bar-rad);
	-webkit-border-radius: var(--main-body-bar-rad);
	border-radius: var(--main-body-bar-rad);
} */
/* .main_body_desc_l, 
.main_body_desc_r {
	font-size: 13px;
	padding-left: calc(var(--main-body-pad) + var(--main-body-bar-rad));
	position: absolute;
	top: var(--main-body-ttl-hei);
	line-height: 45px;
} */

/* .main_body_img_l, 
.main_body_img_r {
	top: 50%;
	transform: translateY(-50%);
} */

/* .main_body_img_r {
	position: absolute;
	right: var(--main-body-mag);
	z-index: 9;
}
.main_body_img_l {
	position: absolute;
	left: var(--main-body-mag);
	z-index: 9;
} */

/* .main_title {
	width: 400px;
	height: 120px;
	margin: 0 auto 50px auto;
	background-image: url('./img/flame.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
.main_title div {
	width: fit-content;
	height: fit-content;
	font-size: 20px;
	text-align: center;
	color: white;
	margin: auto;
}
 */
.main_body {
	width: var(--main-body-wid);
	text-align: left;
	padding: 25px 20px 10px 20px;
	margin: 0px auto 20px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}

.main_body a {
	color: rgb(33, 51, 87);
}

.main_body_sub, 
.main_body_desc, 
.main_body_desc_c {
	width: fit-content;
	margin: 0px auto;
}

.main_body_sub {
	font-size: 18px;
	color: #5a81c5;
}
.main_body_sub img {
	margin-bottom: 15px;
}

.main_body_desc {
	text-align: left;
	font-size: 12px;
	padding: 10px;
	color: #737373;
	line-height: 25px;
}

.main_body_desc_c {
	text-align: center;
	font-size: 10px;
	color: #737373;
	line-height: 25px;
	a {
		display: inline-block;
		margin: 15px auto;
	}
}

/* ************************/
/*	MAIL送信
/* ************************/
/* MAIL送信ページ ヘッダー */
.mail_inp_tb {
	font-size: 10pt;
	color: var(--intro-line-color);
	padding: 0px;
	border-collapse: collapse;
}
/* MAIL送信ページ 入力欄 */
.mail_inp_td1 {
	text-align: right;
	/* background-color: var(--intro-line-color); */
	padding: 10px;
	border-top: 1px solid var(--intro-line-color);
	border-bottom: 1px solid var(--intro-line-color);
	border-right: 1px solid var(--intro-line-color);
}
.mail_inp_td2 {
	padding: 10px;
	border-top: 1px solid var(--intro-line-color);
	border-bottom: 1px solid var(--intro-line-color);
	border-left: 1px solid var(--intro-line-color);
}
.mail_inp_td3 {
	padding-top: 15px;
	text-align: center;
	align-items: center;
}

.mail_inp_mark {
	margin-left: 3px;
}

/* ************************/
/*	ページトップへ移動用
/* ************************/
#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: -50px;
	opacity: 0.6;
	background-image: url("../img/pagetop.svg");
	z-index: 100;
}

#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
}

#page_top a::before {
	position: absolute;
}

.dv_banner {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 1000;
/*DEBUG用
*/
}

/* ************************/
/*	PR
/* ************************/
.dv_tbl {
	display: table;
	position: relative;
}
.dv_cel {
	min-width: 234px;
	padding: 0px 10px 10px 10px;
	font-size: 9px;
	display: table-cell;
}
.dv_cel_s {
	padding: 0px 10px 10px 10px;
	font-size: 9px;
	display: table-cell;
}

.dv_pr {
	width: fit-content;
	margin: 10px auto 50px auto;
	padding: 20px 10px 10px 20px;
	background-color: #ceb584;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 3px 2px rgba(50, 50, 50, 0.1) inset;	/* 内側 */
}

.dv_pr_top {
	width: 100px;
	height: 20px;
	margin: 0px auto 10px auto;
	text-align: center;
	position: relative;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #747474;
}
.dv_pr_top span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

/* ************************/
/*	実サイトへ移動用
/* ************************/
#jump_site {
	width: fit-content;
	padding: 15px 20px;
	position: fixed;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	left: 10px;
	bottom: -80px;
	/* bottom: 10px; */
	opacity: 0.8;
	background-color: #f4f9fa;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
	z-index: 100;
}
