@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
li { list-style-type: none; }
.rad {
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
.rad6 {
	border-radius: 6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;   /* Firefox用 */
}
.rad10 {
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
.rad20 {
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
}
img { vertical-align: top; }
/*====================================================================
	clearfix設定
 ====================================================================*/

.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after { clear: both; }
.cf { *zoom: 1;
}
/*====================================================================
	font設定
 ====================================================================*/

@font-face {
	font-family: noto-l;
	src: url(../../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
	font-family: noto-r;
	src: url(../../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
	font-family: noto-m;
	src: url(../../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
	font-family: noto-b;
	src: url(../../fonts/NotoSansCJKjp-Bold.otf);
}
.fonts_en01 { font-family: Marcellus; }
.noto-l { font-family: noto-l }
.noto-r { font-family: noto-r }
.noto-m { font-family: noto-m }
.noto-b { font-family: noto-b }
#html,
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
	background-color: #fff;
}
#container {
	width: 100%;
	box-sizing: border-box;
}
/* --- header --- */
#top header {
	background-color: #fff;
	padding-bottom: 20px;
}
#top header img { width: 100%; }
/* --- contents --- */
#contents {
	width: 92%;
	padding: 0 4%;
	background-color: #fafafa;
	padding-bottom: 60px;
}
#contents li { margin: 0 0 60px 0; }
#contents #title {
	border-bottom: 3px solid #77beee;
	margin: 0 0 30px;
}
#contents #title img {
	display: block;
	width: 265px;
	margin: 0px auto;
	padding: 30px 0 20px 0;
}
#contents .bus {
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
}
/* --- Arrow Box --- */
.arrow_box {
	position: relative;
	margin: 24px auto;
	background: #ffffff;
	border: 2px solid #dddddd;
	text-align: center;
}
.arrow_box:after,
.arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 13px;
	margin-left: -13px;
}
.arrow_box:before {
	border-color: rgba(221, 221, 221, 0);
	border-bottom-color: #dddddd;
	border-width: 16px;
	margin-left: -16px;
}
.arrow_box .title {
	padding: 7px 0 5px;
	margin: 8px 8px;
	background-color: #0b1610;
}
.arrow_box p {
	color: #777;
	margin: 12px 4px;
	font-size: 16px;
	line-height: 1.6em;
}
.arrow_box .title img { height: 24px; }
/* --- notice --- */
#notice {
	width: 92%;
	padding: 0 4%;
	background-image: url(../../images/dot3.png);
	background-size: 48px 48px;
	padding-bottom: 100px;
}
#notice #title {
	text-align: center;
	padding: 20px 0 4px 0;
	border-bottom: 3px solid #006835;
}
#notice #title img {
	margin: 10px auto;
	width: 206px;
}
/* --- footer --- */
footer {
	position: relative;
	width: 100%;
	top: -40px;
}

@media screen and (max-width: 640px) {
footer #footer_cloud {
	background: url(../images/bk_footer.png) repeat-x;
	background-size: 640px auto;
	min-height: 220px;
	background-position: center top;
}
#bottoms {
	background: url(../images/line4.png) no-repeat;
	background-size: 640px 22px;
	background-position: center 10px;
}
}

@media screen and (min-width: 641px) {
footer #footer_cloud {
	background: url(../images/bk_footer.png) no-repeat;
	background-size: 100% 250px;
	min-height: 250px;
}
#bottoms {
	background: url(../images/line4.png) no-repeat;
	background-size: 100% 22px;
	background-position: 0 10px;
}
}
footer #logo img {
	position: relative;
	top: 50px;
	display: block;
	width: 160px;
	margin: 0px auto;
	cursor: pointer;
}
footer #tel {
	background-color: #006835;
	text-align: center;
}
footer #tel img {
	width: 265px;
	padding-bottom: 14px;
}
footer #footer_navi {
	background-color: #fafafa;
	background: url(../images/line_footer.png) repeat-x center;
	background-position: bottom;
	background-size: 640px 60px;
	display: block;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
footer #footer_navi ul {
	width: 92%;
	margin: 0 4%;
	padding: 10px 0 10px 0;
	overflow: hidden;
}
footer #footer_navi ul li {
	width: 30%;
	float: left;
	margin: 14px 5% 0 0;
}
footer #footer_navi ul li:nth-child(3n) { margin-right: 0; }
footer #footer_navi li a:hover {
	opacity: 0.7;
	transition: 0.4s;
}
footer #footer_navi img { width: 100%; }
copyright {
	display: block;
	padding: 44px 0 0px 0;
	text-align: center;
	font-size: 10px;
	color: #77beee;
}
/* --- 固定ボタン --- */
#modal-button img {
	position: fixed;
	bottom: 10px;
	left: 20px;
	width: 40px;
}
#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: 40px;
}
/* --- animateModal --- */
#modal01 {
	text-align: center;
	width: 100%;
}
#modal01 #modal-title {
	width: 120px;
	margin: 24px 0 10px 0;
}
#modal01 .modal-contents { padding: 0 0 24px 0; }
#modal01 ul {
	overflow: hidden;
	padding: 0 2%;
}
#modal01 li {
	width: 49%;
	float: left;
	margin-bottom: 5px;
}
#modal01 ul li:nth-child(2n) { float: right; }
#modal01 li img { width: 100%; }
.close-modal01 {
	display: block;
	margin: 15px 2% 12px;
	padding: 4px;
	background-color: #ed6d0f;
	color: #fff;
	cursor: pointer;
}
/* --------------------------------------------------------------------------------- */
#contents #folder {
	font-size: 15px;
	padding: 16px 0 0;
	margin: 0 0 40px;
}
#contents #folder img {
	width: 32px;
	position: relative;
	top: 4px;
}
#contents #folder a { color: #555; }
/* ------------------------------------
	flow
   ------------------------------------ */
em {
	color: #ed6d0f;
	font-style: normal;
}
.bd header img {
	position: relative;
	width: 100%;
}
.bd header h1 {
	width: 100%;
	border-bottom: 3px double #eee;
}
.bd header h1 img {
	width: 240px;
	left: calc(50%-40px);
	display: block;
	margin: 0 auto;
}
.bd h2 img {
	width: 195px;
	display: block;
	margin: 0px auto;
	padding: 10px;
}
.bd h2 {
	border-bottom: 6px solid #bfdedb;
	background-image: url(../../images/dot3.png);
	background-size: 48px 48px;
}
.bd #pic {
	position: relative;
	background: url(../../images/bk_road.png) repeat-y;
	background-size: 100px 200px;
	background-position: center;
	margin-bottom: 80px;
	margin-top: 60px;
}
#flow #b1,
#flow #b2,
#flow #b3,
#flow #b4,
#flow #b5,
#flow #b6 {
	border: 10px solid #bfdedb;
	background-color: #fff;
	padding: 10px 5%;
}
#flow #b1,
#flow #b2,
#flow #b3,
#flow #b4,
#flow #b5 { margin-bottom: 54px; }
#flow .title {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
#flow .cell p {
	background-color: #006957;
	color: #fff;
	width: 49%;
	margin-bottom: 10px;
	text-align: center;
	float: left;
}
#flow .cell p:nth-child(2n) { float: right; }
#flow .cell {
	margin: 0 auto;
	max-width: 460px;
	display: block;
	text-align: center;
}
#flow #pic .photo img { width: 100%; }
#flow #cell1 {
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #6bbc64;
	color: #fff;
	padding: 4px 0;
}
#flow #cell2 {
	font-size: 18px;
	margin-bottom: 10px;
	padding: 4px 0;
	text-align: center;
	background-color: #006835;
	color: #fff;
}
#flow #cell3 {
	font-size: 18px;
	margin: 0 0 20px;
	padding: 4px 0;
	width: 100%;
	text-align: center;
	background-color: #006957;
	color: #fff;
	border-radius: 60px;
}
#flow .p1 {
	font-size: 15px;
	line-height: 1.8em;
	margin: 4px;
}
#flow .p2 {
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 20px;
}
#flow .t2 {
	background-color: #eeeeee;
	text-align: center;
	margin: 8px 0px;
}
#flow .t3 {
	padding: 5px 0 0 0;
	font-size: 15px;
	line-height: 1.6em;
	color: #555;
	margin: 0 0 10px;
}
#flow .t4 {
	padding: 3px 10px;
	background-color: #eeeeee;
	text-align: center;
	margin: 28px 0px 8px 0;
}
#flow .area { margin-bottom: 10px; }
#flow a {
	text-decoration: none;
	color: #fff;
}
/* --- information --- */
#info .car {
	width: 100%;
	background-color: #bfdedb;
	padding: 5px 2%;
}
h3.bus_ttl {
	margin: 0 0 5px;
	border-radius: 5px;
	background: #333;
}
#info .ibus {
	width: 160px;
	margin: 0px auto;
	display: block;
}
#info .title {
	background-color: #fff;
	text-align: center;
	padding: 4px 10px;
}
#info .photo img {
	max-width: 100%;
	margin: 10px auto;
	display: block;
}
#info .photo2 {
	text-align: center;
	padding: 20px 0 0;
}
#info .photo2 img {
	width: 100%;
	max-width: 220px;
}
#info .s1 {
	background-color: #ed6d0f;
	width: 100px;
	text-align: center;
	line-height: 20px;
	padding: 2px 0 0px 0;
	margin: 10px 10px 10px 0;
	color: #fff;
	height: 24px;
	float: left;
}
#info .s1 +p { margin-top: 13px; }
#info .sel {
	margin-top: 10px;
	border-bottom: 2px solid #bfdedb;
}
#info .s5 {
	text-align: center;
	padding: 4px;
	background-color: #6bbc64;
	color: #fff;
}
#info .opt {
	overflow: hidden;
	padding: 10px 0;
}
#info .opt img {
	width: 15%;
	margin: 0 2% 0 0;
	float: left;
}
#info .opt img:last-child {/* margin: 0; */}
#info .dl img { width: 100%; }
#info ul { }
/* --- faq --- */
#faq #contents li {
	border: 2px solid #bfdedb;
	padding: 10px;
	background-color: #fff;
}
#faq #contents li:nth-child(2n) { border: 2px solid #bfdeab; }
#faq #contents li { overflow: hidden; }
#faq #contents li img {
	position: relative;
	top: 0px;
	width: 18px;
	float: left;
}
#faq .que {
	padding: 10px 0 10px 0;
	border-bottom: 3px double #bbbbbb;
}
#faq .que p {
	font-size: 20px;
	color: #333;
}
#faq .ans { padding: 10px 0 10px 0; }
#faq #contents li p { margin: 0 0 0 28px; }
/* --- safety --- */
#safety #contents { padding-bottom: 80px; }
#safety #contents .item img {
	width: 22px;
	font-family: noto-b;
}
#safety #contents .item {
	font-size: 15px;
	padding: 10px 0 5px;
	border-bottom: 3px double #bbb;
}
#safety #contents .t1 { font-size: 18px; }
#safety #contents .t2 {
	font-size: 18px;
	border-bottom: 3px double #bbb;
}
#safety #contents .t3 {
	line-height: 20px;
	margin: 0 0 0 30px;
}
#safety #contents li p {
	font-size: 14px;
	margin: 20px 0 20px 0;
}
#safety p { line-height: 24px; }
#safety table {
	font-size: 14px;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	margin-bottom: 40px;
	background-color: #fff;
}
#safety td {
	margin: 0px 0px;
	padding: 4px 10px;
	border: 1px solid #aaa;
}
.bk-gray { background-color: #dddddd; }
.bk-lightgray { background-color: #f0f0f0; }
.bk-lightcyan { background-color: #d3e9e7; }
.bk-cyan { background-color: #bfdedb; }
.t-center {
	display: block;
	text-align: center;
}
.l1 { width: 20%; }
.l2 { width: 30%; }
.text-left {
	text-align: left;
	padding: 0 0 0 10px;
}
.b-bottom {
	display: block;
	border-bottom: 3px double #bbb;
}
/* --- about --- */
#history table {
	font-size: 16px;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	margin-bottom: 40px;
	background-color: #fff;
	margin-top: 60px;
}
#history table tr th {
	display: block;
	font-weight: normal;
	font-family: noto-m;
	background: #e9f5f4;
	vertical-align: middle;
}
#history table tr th:before {
	content: "▼ ";
	color: #aaa;
	font-size: smaller;
}
#history table tr:nth-child(2n) th { background: #d3e9e7; }
#history td {
	display: block;
	padding: 10px 20px 20px;
	border: none;
	text-align: left;
}
#gmap {
	height: 250px;
	border-radius: 10px;
	overflow: hidden;
	border: 5px solid #D3E9E7;
}
/*========== トピックス ==========*/
#news ul { margin: 20px auto; }
#news li {
	width: 255px;
	height: 285px;
	background-position: top center;
	margin: 0 auto 40px;
	background: url(../../images/tire.png) no-repeat bottom center/230px auto;
}
.topics_block {
	background: #e6e6e6;
	width: 255px;
	height: 255px;
	padding: 20px 20px 15px;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 15px;
}
#news #topicsArea #topics_thumbnail {
	height: 155px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 5px;
	margin: 0 0 10px;
	background: #fff;
	position: relative;
	overflow: hidden;
}
#news #topicsArea a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#news #topicsArea a:hover {
	opacity: 0.7;
	transition: 0.4s;
}
#news #topicsArea #topics_thumbnail img {
	position: absolute;
	width: 110%;
	margin: auto;
	top: 0;
	right: -50%;
	left: -50%;
}
#news #topics_date {
	background: url(../../images/light.png) no-repeat top center/auto 18px;
	height: 18px;
	text-align: center;
	line-height: 1.6;
	font-size: 13px;
	margin: 0 0 5px;
}
#news #topics_title {
	background: #006835;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 13px;
	padding: 0 10px;
	text-align: center;
}
.ichiran_btn {
	display: block;
	width: 172px;
	height: 40px;
	margin: 0 auto;
	padding: 0px 4px 0px 4px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: url(../../images/bk_list.png) no-repeat;
	background-size: 180px 26px;
	font-size: 18px;
}
#news a:hover { color: #fff; }
#list #topicsArea ul {
	overflow: hidden;
	margin: 0 0 50px;
}
#list #topicsArea li {
	background: #fff;
	overflow: hidden;
	border: 2px solid #eee;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 0 20px;
}
#list #topicsArea li a:hover {
	opacity: 0.7;
	transition: 0.4s;
}
#list #topics_thumbnail {
	float: left;
	margin: 0 15px 0 0;
	border-radius: 2px;
	width: 80px;
	box-sizing: border-box;
	border: 2px solid #BFDEDB;
	position: relative;
	height: 60px;
	overflow: hidden;
	display: block;
}
#list #topicsArea li a {
	color: #555;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#list #topics_thumbnail img {
	width: 110%;
	position: absolute;
	margin: auto;
	top: 0;
	right: -50%;
	left: -50%;
}
.date_ttl { float: left; }
#list #topics_date {
	background: #ED6C2D;
	width: 100px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	line-height: 1.5;
	margin: 0 0 5px;
}
#list #topics_title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#topics_number_wrap {
	background: #eee;
	padding: 5px 10px;
	overflow: hidden;
	border-radius: 5px;
}
#topics_total { float: left; }
#topics_paging {
	float: right;
	overflow: hidden;
}
#topics_paging span {
	background: #fff;
	padding: 0 5px;
	margin: 0 0 10px;
}
#detail .topics_ttl_bar {
	overflow: hidden;
	border-bottom: 3px dotted #ccc;
	font-family: noto-m;
	margin: 0 0 40px;
	padding: 0 0 10px;
}
#detail #topics_date {
	background: #ED6C2D;
	color: #fff;
	width: 100px;
	text-align: center;
	margin: 0 0 5px 0;
	border-radius: 5px;
	line-height: 1.5;
}
#detail #topics_title { line-height: 1.2; }
#detail #topics_body img { max-width: 100%; }


/* 170704 追記 */

.flow-mail{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	border-radius: 60px;
	line-height: 32px;
}

.flow-mail:hover{
	text-decoration: none;
	color: #fff;
}

.flow-mail img{
	padding-right: 10px;
}

/* 171011 追記 */

#guide a{
	text-decoration: none;
}

#seal {
	width: calc(100% - 40px);
	margin: 0 auto;
	background: #fff;
	padding: 10px;
	border: 10px solid #BFDEDB;
}

#seal p {
	text-align: center;
	margin-bottom: 10px;
}

#seal img{
	max-width: 100%;
}

#seal .txt {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
}

/* 230726 追記 */
#info .opt {
	margin-right: -2%;
	padding: 0 0 10px 0;
}

#info .opt img {
	width: calc( 16.666666% - 2% );
	margin: 10px 2% 0 0;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* 230920 追記 */
.scene-section {
	margin-bottom: 60px;
	box-sizing: border-box;
}

.scene-section * {
	box-sizing: border-box;
}

.scene-header {
	margin-bottom: 30px;
}

.scene-title {
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 3px solid #77beee;
}

.scene-title img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 340px;
	margin: auto;
}

.scene-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3% -5% 0;
}

.scene-item {
	display: block;
	width: 50%;
	padding: 0 3% 5% 0;
}

.scene-img {
	display: block;
	width: 100%;
}

.scene-caption {
	margin-top: 5%;
	font-size: .75em;
	text-align: center;
}

.scene-btn {
	margin-top: 30px;
	text-align: center;
}

.scene-btn a {
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
	padding: .5em 1.5em;
	color: #fff;
	border-radius: 10em;
	background-color: #6BBC64;
	text-decoration: none;
}

.scene-btn a::before {
	content: "";
	display: block;
	width: 1.4em;
	height: 1.4em;
	margin: 0 .75em 0 0;
	border-radius: 100%;
	background: url(../images/scene_btn_icon.svg) no-repeat center;
	background-size: cover;
}

.scene-btn a:hover {
	text-decoration: none;
}

/* 20240312追加 */
.pdf-link {
	display: inline-block;
	color: #555;
	padding: 0.7em;
	border: solid 1px #6bbc64;
	text-decoration: none;
}


/* 20250224 追加 */
input:focus {
	box-sizing:border-box;
	/*border:2px solid #E5016E;*/
}
textarea:focus, input:focus{
	box-sizing:border-box;
	/*border:2px solid #E5016E;*/
}

select:focus {
	/*border: 2px solid #E5016E;*/
	box-sizing: border-box;
}
article.index {
	display: none;	
}

@media print, screen and (min-width: 737px) {

.consent-text {
	font-size: 12pt;
	line-height: 29px;
	font-weight: normal;
	text-align:center;
	margin-bottom: 20px;
}
.consent-text span{display: inline-block;/* vertical-align:13%;*/}
.consent-text a{color: #000;text-decoration:underline; margin-right:2px;}
.consent-text a:hover{color: #000;text-decoration:none;}

.form1100 {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.textbox-form1 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.textbox-form2 {
	padding-top: 20px;
	padding-bottom: 80px;
}

.form-textbox {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 20px;
}
.form-textbox h2{
	font-size: 22pt;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 20px;
}

.form-textbox p{
	font-size: 12pt;
	line-height: 29px;
	font-weight: normal;
	margin-bottom: 20px;
}

.form-textbox h3{
	font-size: 23pt;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
.form-textbox h3 span{font-size: 18pt;}
.form-textbox h3 a{color: #000;}
.form-textbox h3 a:hover{
	color: #000;
	text-decoration: underline;
}


.form-under {
	font-size: 11pt;
	line-height: 28px;
	text-align: center;
	margin-bottom: 30px;
}

.formbtm-space {
	padding-bottom: 80px;
	margin-bottom: 30px;
}

.imp-sell{
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding: 1.5%;
	box-sizing: border-box;
	font-size: 13pt;
	border-radius: 0;
	background: #fff;
	border: #ccc 2px solid;
	line-height: 29px;
}	
.imp-pen {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding: 1.5%;
	box-sizing: border-box;
	font-size: 13pt;
	border-radius: 0;
	border:#ededed 2px solid;
	background-color: #ededed;
}

.imp-base {
	-webkit-appearance: none;
	appearance: none;
	/*width: 100%;*/
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 13pt;
	line-height: 1.5;
	border-radius: 0;
	background: #fff;
	border:#ededed 2px solid;
	background-color: #ededed;
	display: inline-block;
	margin: 0 3px 5px 0;
}

.imp-base2 {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 13pt;
	line-height: 1.5;
	border-radius: 0;
	background: #fff;
	border:#ededed 2px solid;
	background-color: #ededed;
}



.form-telnum {
	font-size: 15pt;
	line-height: 40px;
	font-weight: 700;
}
.form-telnum span {
	font-size: 25pt;
	font-weight: 700;
	line-height: 40px;
	vertical-align: -5%;
	display: inline-block;
	margin-left: 3px;
}


.form-midashi3 {
	font-size: 25pt;
	line-height: 43px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 45px;
}

.form-comennt1 {
	font-size: 12pt;
	line-height: 33px;
	font-weight: normal;
	margin-bottom: 45px;
}

.form-comennt2 {
	font-size: 12pt;
	line-height: 33px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 15px;
}
#formWrap {
	box-sizing: border-box;
	padding: 50px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;	
	-webkit-box-shadow: 1px 1px 35px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 35px rgba(0,0,0,.1);
	-o-box-shadow: 1px 1px 35px rgba(0,0,0,.1);
	box-shadow: 1px 1px 35px rgba(0,0,0,.1);
}


.form-table-space {margin-bottom: 40px;}
.form-table img{
	margin: 0.5%;
	float: left;
	width: 32%;
	height: 160px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.form-table {
	box-sizing: border-box;
	font-size: 12pt;
	margin-bottom: 50px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 27px;	
}
.form-table th, .cp_table  td {width: 100%;}
/*.form-table div {padding-top: 25px;}*/
.form-table th {
	font-size: 12pt;
	font-weight: 500;
	box-sizing: border-box;
	width: 300px!important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-top: 22px;
	padding-bottom: 25px;
	text-align: left;
}
.form-table tr {
	display: block;
	width: 100%;
	/*margin-bottom: 10px;*/
}
.form-table td {
	width: 800px!important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	/*margin-bottom: 10px;*/
	box-sizing: border-box;
	padding-top: 22px;
	padding-bottom: 25px;
}



.form-table2 img{
	margin: 0.5%;
	float: left;
	width: 32%;
	height: 160px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.form-table2 {
	box-sizing: border-box;
	font-size: 12pt;
	margin-bottom: 50px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 27px;	
}
.form-table2 th, .cp_table  td {width: 100%;}
/*.form-table2 div {padding-top: 25px;}*/
.form-table2 th {
	font-size: 12pt;
	font-weight: 500;
	box-sizing: border-box;
	width: 300px!important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebe7e3;
	padding-top: 22px;
	padding-bottom: 25px;
}
.form-table2 tr {
	display: block;
	width: 100%;
	/*margin-bottom: 10px;*/
}
.form-table2 td {
	width: 750px!important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebe7e3;
	/*margin-bottom: 10px;*/
	box-sizing: border-box;
	padding-top: 22px;
	padding-bottom: 25px;
}



.btn-primary {
	color: #fff;
	background-color: #222;
	font-size: 13pt;
	line-height: 33px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	width: 700px;
	font-weight: 600;
	cursor: pointer;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #888;
	background-color: #ddd;
	font-size: 13pt;
	line-height: 33px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	width: 700px;
	font-weight: 600;
	cursor: pointer;
}




input[type="submit"]{
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}




input[type="submit"]{
	position: relative;
	display: inline-block;
	padding: 10px;
	width: 300px;
	color: #fff;
	line-height: 33px;
	text-align: center;
	background-color: #000;
	font-size: 12pt;
	cursor: pointer;
	margin-right: 5px;
	margin-left: 5px;
}


input[type="submit"]:hover {
    color: #fff;
    background-color: #666;
	cursor: pointer;
}


input[type="button"]{
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}
input[type="button"]{
	position: relative;
	display: inline-block;
	padding: 10px;
	width: 300px;
	color: #fff;
	line-height: 33px;
	text-align: center;
	background-color: #333;
	font-size: 12pt;
	cursor: pointer;
	margin-right: 5px;
	margin-left: 5px;
}


input[type="button"]:hover {
    color: #fff;
    background-color: #000;
	cursor: pointer;
}


p.error_messe{
	margin:5px 0;
	color:red;
}




.top-button {
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 1%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-left: 5%;
	font-size: 12pt;
	line-height: 33px;
	font-weight: normal;
	-webkit-border-radius: 46px;
	-moz-border-radius: 46px;
	border-radius: 46px;
}
.top-button::before,
.top-button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.top-button,
.top-button::before,
.top-button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.top-button {
	color: #333;
	border: 3px solid #333;
}
.top-button:hover {
	color: #FFF;
	background-color: #000;
	border: 3px solid #000;
}

.form-center {
	text-align: center;
}

.form-recap{
	text-align: center;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}




.demo1 button, .demo1 input[type=button],
.demo1 input[type=reset], .demo1 input[type=submit] {
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #F60;
	color: #FFF;
	clear: both;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}
.demo1 button:hover, .demo1 input[type=button]:hover,
.demo1 input[type=reset]:hover, .demo1 input[type=submit]:hover	{
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #000;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}
.demo1 button:active, .demo1 input[type=button]:active,
.demo1 input[type=reset]:active, .demo1 input[type=submit]:active	{
	font-size: 14pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #000;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}


.mark-on {
	font-size: 8pt;
	color: #FFF;
	background-color: #D0101B;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: 15%;
	margin-right: 10px;
	margin-left: auto;
	display: inline-block;
	line-height: 22px;
	height: 22px;
	font-weight: normal;
}
.mark-off{
	font-size: 8pt;
	color: #FFF;
	background-color: #666666;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: 15%;
	margin-right: 10px;
	margin-left: auto;
	display: inline-block;
	line-height: 22px;
	height: 22px;
	font-weight: normal;
}

::placeholder  {font-family: 'YakuHanJP','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.form1000 {
	border: 1px solid #CCCCCC;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	background-color: #FFF;
}
.formspace {
	padding: 5%;
}


input[type=checkbox] { display:none; } 
input[type=checkbox] + label:before {
	font-family: FontAwesome;
	display: inline-block;
}

input[type=checkbox] + label:before {
	content: "\f0c8";
	color: #EDEDED;
	font-size: 17pt;
	line-height: 1.5;
	vertical-align: middle;
} 
input[type=checkbox] + label:before {
	letter-spacing: 5px;
	padding-left: 1px;
} 


input[type=checkbox]:checked + label:before {
	content: "\f14a";
	color: #000;
	font-size: 17pt;
	line-height: 29px;
} 
input[type=checkbox]:checked + label:before {letter-spacing: 5px;} 

.formtex span {
	vertical-align: 10%;
	display: inline-block;
	margin-right: 20px;
}



/*ラジオ*/

.radiospace {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.radio01 span {
	vertical-align: 10%;
	display: inline-block;
	margin-right: 20px;
	margin-left: 10px;
}

.radio01 {
	padding-bottom: 5px;
	margin-right: 10px;
}
.radio01-input{
  display: none;
}
.radio01-input + label{
	padding-left: 15px;
	position: relative;
	margin-right: 5px;
}
.radio01-input + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	border: 1px solid #999;
	border-radius: 50%;
}
.radio01-input:checked + label{
	color: #000;
}
.radio01-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #000000;
}




/*ラジオ*/
/*セレクトボックス*/

.selectbox {
	width: 100%;
	position: relative;
	
}
select{
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding: 2%;
	box-sizing: border-box;
	font-size: 13pt;
	border-radius: 0;
	background: #fff;
	border:#ccc 2px solid;
}
.selectbox::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 5%;
	top: 45%;
	transform: rotate(45deg)translateY(-30%);
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
}
.color.selectbox select{
	color: #FFF;
	background-color: #333;
	border:#333 2px solid;
}
.color.selectbox::after{
	padding: 2%;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
}
/*セレクトボックス*/


.form750 {width: 100%;}

.privacy {
	height: 300px;
	overflow: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px;
	/*margin-bottom: 50px;*/
	clear: both;
	background-color: #f9f9f9;
	margin-top: 50px;
}
.privacy::-webkit-scrollbar{width: 5px;}
.privacy::-webkit-scrollbar-thumb{background: #000;}
.privacy::-webkit-scrollbar-track-piece:start{background: #cecece;}
.privacy::-webkit-scrollbar-track-piece:end{background: #cecece;}
.privacy-tittle {
	font-size: 15pt;
	line-height: 22px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-weight: 600;
}
.privacy-tittle2 {
	font-size: 11pt;
	line-height: 22px;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-bottom: 2px;
}
.pri-text {
	font-size: 11pt;
	line-height: 26px;
	margin-bottom: 20px;
}


ul.privacy-point {
	list-style-type: none;
	padding-left: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;	
}
ul.privacy-point li{padding-left: 0.7em;}  
ul.privacy-point li:before {
	content: "\●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.4em;
	font-size: 9pt;
	color: #000;
}
.privacy-point li {
	position: relative;
	font-size: 11pt;
	line-height: 22px;
	text-align: left;
}

}



@media screen and (min-width: 0px) and (max-width: 736px) {

.form1100 {
	margin-right: 15px;
	margin-left: 15px;
}

.textbox-form1 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.textbox-form2 {
	padding-top: 10px;
	padding-bottom: 40px;
}
.form-under {
	font-size: 10pt;
	line-height: 22px;
	text-align: center;
	margin-bottom: 30px;
}

.form-textbox {
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 40px;
	padding-bottom: 20px;
}
.form-textbox h2{
	font-size: 14pt;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 20px;
}

.form-textbox p{
	font-size: 11pt;
	line-height: 23px;
	font-weight: normal;
	margin-bottom: 10px;
}

.form-textbox h3{
	text-align: center;
	font-size: 18pt;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
.form-textbox h3 span{font-size: 12pt;}
.form-textbox h3 a{color: #000;}
.form-textbox h3 a:hover{
	color: #000;
	text-decoration: underline;
}



.imp-sell{
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding: 3%;
	box-sizing: border-box;
	font-size: 11pt;
	line-height: 26px;
	border-radius: 0;
	background: #fff;
	border:#ccc 2px solid;
}	
.imp-pen {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding: 3%;
	box-sizing: border-box;
	font-size: 11pt;
	border-radius: 0;
	border:#ededed 2px solid;
	background-color: #ededed;
	
}

.imp-base {
	-webkit-appearance: none;
	appearance: none;
	/*width: 100%;*/
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 13pt;
	border-radius: 0;
	background: #fff;
	border: #ededed 2px solid;
	background-color: #ededed;
	line-height: 1.5;
	display: inline-block;
	margin: 0 3px 5px 0;
}

.imp-base2 {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 13pt;
	line-height: 1.5;
	border-radius: 0;
	background: #fff;
	border:#ededed 2px solid;
	background-color: #ededed;
}


.form-telnum {
	font-size: 11pt;
	line-height: 40px;
	font-weight: 700;
}
.form-telnum span {
	font-size: 15pt;
	font-weight: 700;
	line-height: 40px;
	vertical-align: 0%;
	display: inline-block;
	margin-left: 3px;
}
	
.form-midashi3 {
	font-size: 14pt;
	line-height: 33px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 35px;
}

.form-comennt1 {
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 25px;
}
.form-comennt2 {
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 15px;
}

#formWrap {
	margin-right: 5px;
	margin-left: 5px;
	padding: 15px;
	background-color: #FFF;	
	-webkit-box-shadow: 1px 1px 35px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 35px rgba(0,0,0,.1);
	-o-box-shadow: 1px 1px 35px rgba(0,0,0,.1);
	box-shadow: 1px 1px 35px rgba(0,0,0,.1);
}

.form-table-space {margin-bottom: 40px;}

.form-table {
	box-sizing: border-box;
	font-size: 11pt;
	margin-bottom: 10px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 27px;	
}
.form-table th, .cp_table  td {width: 100%;}
.form-table div {/*padding-top: 25px;*/}
.form-table th {
	font-size: 11pt;
	font-weight: 500;
	box-sizing: border-box;
	display: block;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebe7e3;*/
	padding-top: 10px;
	/*padding-bottom: 10px;*/
	text-align: left;
}
.form-table tr {
	display: block;
	width: 100%;
	/*margin-bottom: 10px;*/
}
.form-table td {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	margin-bottom: 5px;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
}





.form-table2 {
	box-sizing: border-box;
	font-size: 11pt;
	margin-bottom: 10px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 27px;	
}
.form-table2 th, .cp_table  td {width: 100%;}
.form-table2 th {
	font-size: 11pt;
	font-weight: 500;
	box-sizing: border-box;
	display: block;
	padding: 15px;
	background-color: #EDEDED;
	border: 1px solid #EDEDED;
}
.form-table2 tr {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.form-table2 td {
	display: block;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #ebe7e3;	
}
.demo5 {
	
	display: table;
	margin-right: auto;
	margin-left: auto;
}

.btn-primary {
	color: #fff;
	background-color: #222;
	font-size: 11pt;
	line-height: 33px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	
	padding-bottom: 15px;
	
	width: 200px;
	font-weight: 600;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #888;
	background-color: #ddd;
	font-size: 11pt;
	line-height: 33px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	
	padding-bottom: 15px;
	
	width: 200px;
	font-weight: 600;
}


input[type="submit"]{
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}
input[type="submit"]{
	position: relative;
	display: inline-block;
	padding: 10px;
	width: 130px;
	color: #fff;
	line-height: 33px;
	text-align: center;
	background-color: #000;
	font-size: 11pt;
	cursor: pointer;
}


input[type="button"]{
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}
input[type="button"]{
	position: relative;
	display: inline-block;
	padding: 10px;
	width: 130px;
	color: #fff;
	line-height: 33px;
	text-align: center;
	background-color: #666;
	font-size: 11pt;
	cursor: pointer;
}
p.error_messe{
	margin:5px 0;
	color:red;
}



.top-button {
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 1%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-left: 5%;
	font-size: 11pt;
	line-height: 33px;
	font-weight: normal;
	-webkit-border-radius: 46px;
	-moz-border-radius: 46px;
	border-radius: 46px;
}
.top-button::before,
.top-button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.top-button,
.top-button::before,
.top-button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.top-button {
	color: #333;
	border: 3px solid #333;
}
.top-button:hover {
	color: #FFF;
	background-color: #000;
	border: 3px solid #000;
}

.form-center {text-align: center;}

.form-recap{
	text-align: center;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

/*input:focus {
	box-sizing:border-box;
	border:2px solid #24bbb2;
}
textarea:focus, input:focus{
	box-sizing:border-box;
	border:2px solid #24bbb2;
}

select:focus {
	border:2px solid #24bbb2;
	box-sizing:border-box;
}
article.index {
	display: none;	
}
*/


.demo1 {
	margin-bottom: 15px;
}
.demo1 button, .demo1 input[type=button],
.demo1 input[type=reset], .demo1 input[type=submit] {
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 11pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #000;
	color: #FFF;
	border: 0;
	clear: both;
}
.demo1 button:hover, .demo1 input[type=button]:hover,
.demo1 input[type=reset]:hover, .demo1 input[type=submit]:hover	{
	font-size: 11pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #F60;
	color: #FFF;
	border: 0;
}
.demo1 button:active, .demo1 input[type=button]:active,
.demo1 input[type=reset]:active, .demo1 input[type=submit]:active	{
	font-size: 11pt;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #000;
	color: #FFF;
	border: 0;
}

.mark-on {
	font-size: 8pt;
	color: #FFF;
	background-color: #D0101B;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: 15%;
	margin-right: 10px;
	margin-left: auto;
	display: inline-block;
	line-height: 22px;
	height: 22px;
	font-weight: normal;
}
.mark-off {
	font-size: 8pt;
	color: #FFF;
	background-color: #666;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: 15%;
	margin-right: 10px;
	margin-left: auto;
	display: inline-block;
	line-height: 22px;
	height: 22px;
	font-weight: normal;
}
::placeholder  {font-family: 'YakuHanJP','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.form1000 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.formspace {
	padding: 2%;
}



input[type=checkbox] { display:none; } 
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox] + label:before {
	content: "\f0c8";
	color: #EDEDED;
	font-size: 15pt;
	vertical-align: middle;
} 
input[type=checkbox] + label:before {
	letter-spacing: 5px;
	padding-left: 1px;
} 


input[type=checkbox]:checked + label:before {
	content: "\f14a";
	color: #000;
	font-size: 15pt;
	vertical-align: middle;
} 
input[type=checkbox]:checked + label:before {letter-spacing: 5px;} 


/*ラジオ*/

.radiospace {
	margin-top: 0px!important;
	display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.formtex span {
	vertical-align: 8%;
	display: inline-block;
	margin-right: 20px;
}



/*ラジオ*/


.radio01 span {
	vertical-align: 3%;
	display: inline-block;
	margin-right: 20px;
	margin-left: 10px;
}

.radio01 {
	padding-bottom: 5px;
	line-height: 25px!important;
	margin-right: 10px;
	font-size: 11pt;	
}
.radio01-input{
	
	display: none;
}
.radio01-input + label{
	padding-left: 15px;
	position: relative;
	margin-right: 5px;
}
.radio01-input + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	border: 1px solid #999;
	border-radius: 50%;
	
}
.radio01-input:checked + label{
	color: #000;
	
}
.radio01-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #000000;
}


/*.form-text9 {
	margin-left: 10px;
	margin-bottom: 0px!important;
	padding: 0px!important;
	margin-top: 0px!important;
	
}*/


/*ラジオ*/

/*セレクトボックス*/

.selectbox {
	width: 100%;
	position: relative;
}
select{
	padding: 3%;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	box-sizing: border-box;
	font-size: 12pt;
	border-radius: 0;
	background: #fff;
	border:#ccc 2px solid;
}
.selectbox::after{
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	right: 5%;
	top: 43%;
	transform: rotate(45deg)translateY(-30%);
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
}
.color.selectbox select{
	color: #FFF;
	background-color: #333;
	border:#333 2px solid;
}
.color.selectbox::after{
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
}

.privacy {
	box-sizing: border-box;
	height: 300px;
	overflow: auto;
	margin-right: 5px;
	margin-left: 5px;
	padding: 20px;
	margin-bottom: 20px;
	clear: both;
	background-color: #f9f9f9;
	margin-top: 30px;
}
.privacy::-webkit-scrollbar{width: 5px;}
.privacy::-webkit-scrollbar-thumb{background: #333;}
.privacy::-webkit-scrollbar-track-piece:start{background: #cecece;}
.privacy::-webkit-scrollbar-track-piece:end{background: #cecece;}
.privacy-tittle {
	font-size: 10pt;
	line-height: 22px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-weight: 600;
}
.privacy-tittle2 {
	font-size: 10pt;
	line-height: 22px;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-bottom: 2px;
	font-weight: 600;
}
.pri-text {
	font-size: 10pt;
	line-height: 22px;
	margin-bottom: 20px;
}

ul.privacy-point {
	list-style-type: none;
	padding-left: 6px;
	margin-bottom: 5px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;	
}
ul.privacy-point li{padding-left: 0.9em;}  
ul.privacy-point li:before {
	content: "\●";
	padding-right: 0.2em;
	position: absolute;
	left: -0.2em;
	font-size: 10pt;
	color: #000;
}
.privacy-point li {
	position: relative;
	font-size: 10pt;
	line-height: 18px;
	text-align: left;
	margin-bottom: 5px;
}
.consent-text {
	font-size: 10pt;
	line-height: 29px;
	font-weight: normal;
	text-align:center;
	margin-bottom: 20px;
}
.consent-text span{display: inline-block; vertical-align:20%;}
.consent-text a{color: #000;text-decoration:underline;}
.consent-text a:hover{color: #000;text-decoration:none;}

input{
    -webkit-appearance: none;
}

input[type="button"]{
    -webkit-appearance: none;
}

input.submitBtn:disabled{
	background-color: #aaa;
	cursor:not-allowed;
}
.formbtm-space {
	padding-bottom: 50px;
}
	
}

@media print, screen and (min-width: 737px) {

.s1100 {
	min-width: 1000px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom:80px;
}
.privacys {
	margin: 100px 0 150px;
	background-color: #FFF;
	padding: 50px;
	box-sizing: border-box;
	border: 1px solid #D6D6D6;
	overflow-y: scroll;
	height: 400px;
}
.privacys h2{
	font-size: 20pt;
	line-height: 40px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background: none;
}
.privacys h3{
	font-size: 16pt;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 5px;
	padding-top: 15px;
}
.privacys p{
	font-size: 11pt;
	line-height: 25px;
	font-weight: normal;
	margin-bottom: 10px;
}
.privacys h4{
	font-size: 14pt;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 5px;
	padding-top: 10px;
}
.privacys a { color: #000;text-decoration:underline;}
.privacys a:hover { color: #333; text-decoration:none;}

ul.point-dot {
	list-style-type: none;
	padding-left: 5px;
	overflow: hidden;
}
ul.point-dot li{padding-left: 0.7em;}  
ul.point-dot li:before {
	content: "\●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.4em;
	font-size: 9pt;
	color: #000;
}
.point-dot li {
	position: relative;
	font-size: 11pt;
	line-height: 25px;
	text-align: left;
}

ol.point-maru {
	counter-reset: my-counter;
	padding-left: 10px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
ol.point-maru li{
	padding-left: 20px;
	position: relative;
}
ol.point-maru li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #000;
	color: #FFF;
	display: inline-block;
	line-height: 22px;
	margin-left: -27px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	font-size: 9pt;
	margin-right: 5px;
	vertical-align: 5%;
}
ol.point-maru li {
	position: relative;
	font-size: 11pt;
	line-height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}




ol.point-maru2 {
	counter-reset: my-counter;
	padding-left: 10px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
ol.point-maru2 li{
	padding-left: 20px;
	position: relative;
}
ol.point-maru2 li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	color: #000;
	display: inline-block;
	line-height: 22px;
	margin-left: -27px;
	text-align: center;
	/*height: 22px;*/
	width: 22px;
	/*border-radius: 50%;*/
	font-size: 11pt;
	margin-right: 5px;
	vertical-align: -2%;
}
ol.point-maru2 li {
	position: relative;
	font-size: 11pt;
	line-height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}



.protable {padding-top: 20px;padding-bottom: 10px;}
.protable-table {
	box-sizing: border-box;
	font-size: 12pt;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 25px;
	border-spacing: 0;	
}
.protable-table th, .cp_table  td {width: 100%;}
.protable-table div {}
.protable-table th {
	font-size: 11pt;
	font-weight: 500;
	box-sizing: border-box;
	width: 400px!important;
	padding: 20px;
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
}
.protable-table tr {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.protable-table td {
	background-color: #FFF;
	font-size: 11pt;
	font-weight: normal;
	width: 75%!important;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #f0f0f0;
	position: relative;
}

}



@media screen and (min-width: 0px) and (max-width: 736px) {
	
	
.s1100 {
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 40px;
	padding-bottom:40px;
}
.privacys {
	margin: 50px 0 0;
	background-color: #FFF;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #D6D6D6;
	overflow-y: scroll;
	height: 300px;
}
.privacys h2{
	font-size: 14pt;
	line-height: 35px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background: none;
}
.privacys h3{
	font-size: 12pt;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 5px;
	padding-top: 15px;
}
.privacys p{
	font-size: 10pt;
	line-height: 21px;
	font-weight: normal;
	margin-bottom: 10px;
}
.privacys h4{
	font-size: 12pt;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 5px;
	padding-top: 10px;
}
.privacys a { color: #000;text-decoration:underline;}
.privacys a:hover { color: #333; text-decoration:none;}

ul.point-dot {
	list-style-type: none;
	padding-left: 5px;
	overflow: hidden;
}
ul.point-dot li{padding-left: 0.7em;}  
ul.point-dot li:before {
	content: "\●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.4em;
	font-size: 9pt;
	color: #000;
}
.point-dot li {
	position: relative;
	font-size: 10pt;
	line-height: 22px;
	text-align: left;
	margin: 0;
}

ol.point-maru {
	counter-reset: my-counter;
	padding-left: 10px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
ol.point-maru li{
	padding-left: 10px;
	position: relative;
	margin: 0 !important;
}
ol.point-maru li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #000;
	color: #FFF;
	display: inline-block;
	line-height: 18px;
	margin-left: -22px;
	text-align: center;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	font-size: 9pt;
	margin-right: 4px;
	vertical-align: 0%;
}
ol.point-maru li {
	position: relative;
	font-size: 10pt;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}




ol.point-maru2 {
	counter-reset: my-counter;
	padding-left: 10px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
ol.point-maru2 li{
	padding-left: 10px;
	position: relative;
	margin: 0 !important;
}
ol.point-maru2 li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	color: #000;
	display: inline-block;
	line-height: 22px;
	margin-left: -27px;
	text-align: center;
	/*height: 22px;*/
	width: 22px;
	/*border-radius: 50%;*/
	font-size: 10pt;
	margin-right: 5px;
	vertical-align: -2%;
}
ol.point-maru2 li {
	position: relative;
	font-size: 10pt;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}



.protable {padding-top: 20px;padding-bottom: 10px;}
.protable-table {
	box-sizing: border-box;
	font-size: 11pt;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 21px;
	border-spacing: 0;	
}
.protable-table th, .cp_table  td {width: 100%;}
.protable-table div {}
.protable-table th {
	font-size: 10pt;
	line-height: 21px;
	font-weight: 500;
	box-sizing: border-box;
	display: block;
	padding: 10px;
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
}
.protable-table tr {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.protable-table td {
	background-color: #FFF;
	font-size: 10pt;
	line-height: 21px;
	font-weight: normal;
	display: block;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #f0f0f0;
	position: relative;
}
}

.contact-btn {
	line-height: 1.5 !important;
}
.contact-btn a {
	padding: 5px 0 0;
	width: 60%;
	position: fixed;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	display: inline-block;
	min-height: 29px;
	background-color: #fff;
	color: #006957 !important;
	border-color: #006957;
	border-style: solid;
	border-width: 3px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	z-index: 10;
	line-height: 1.5;
	text-decoration: none;
}
.contact-btn a:hover {
	text-decoration: none;
	opacity: 0.9;
}
.contact-btn a img {
	margin: 2px 5px 0 0 ;
	display: inline-block;
	width: 30px !important;
	height: auto;
}
.form-table label {
	display: inline-block;
}
.form-table td a {
	color: #006835;
	text-decoration: underline;
}
.form-table td a:hover {
	text-decoration: none;
}