#wrap_contact{
	width:750px;
	color:#000;
	font-family: "メイリオ", Meiryo, sans-serif, "ＭＳ Ｐゴシック", MS PGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro !important;
}

.m-t40{margin-top: 40px;}
.m-t50{margin-top: 50px;}
.m-t60{margin-top: 60px;}
.block{display: block;}

.contents_contact{
	margin:0 auto;
	width: 700px;
}

.contents_contact p{
	color: #666;
	font-size: 16px;
	line-height: 160%;
}
.contents_contact p a{
	font-weight: bold;
}

.title-02 {
	color:#666;
	font-size: 24px;
	font-weight: bold;
	border-left: 8px solid #F90;
	display:block;
	padding: 8px 5px 4px 12px;
	margin-top:20px;
	margin-bottom:10px;
}

h4.tit_ca{
    width: 100%;
    display: block;
	text-align: left;
    font-size: 18px;
	font-family: "メイリオ", Meiryo, sans-serif, "ＭＳ Ｐゴシック", MS PGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro !important;
	font-weight: bold;
	color: #666;
	padding: 1.4rem 3.4rem 1.2rem 1rem;
	background-color: #fffde4;
	border:1px solid #f90;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}

h4.tit_ca2{
    width: 100%;
    display: block;
	text-align: left;
    font-size: 18px;
	font-family: "メイリオ", Meiryo, sans-serif, "ＭＳ Ｐゴシック", MS PGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro !important;
	font-weight: bold;
	color: #666;
	padding: 1.4rem 3.4rem 1.2rem 1rem;
	background-color: #fffde4;
	border:1px solid #f90;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}

/*　アコーディオン/リストをボタン化　*/

.list_box .inner {display: none;}
.list_box .inner .open {display: block;}
.list_box .open2 {display: block;}
.list_box {
	margin-bottom: -21px;
}


.list_box li.list_item{
	display: block;
	position: relative;
	padding: 10px 20px 40px;
}

/*　矢印アイコン　*/
.tit_ca:after {
	font-family: "Font Awesome 5 Free";
    content: "\f107";
    position: absolute;
    top:35%;
    right: 3%;
	font-size: 32px;
	font-weight: 900;
	color: #f90;
}
.tit_ca.active::after {
	font-family: "Font Awesome 5 Free";
    content: "\f106";
}
.tit_ca2:after {
	font-family: "Font Awesome 5 Free";
    content: "\f106";
    position: absolute;
    top:35%;
    right: 3%;
	font-size: 32px;
	font-weight: 900;
	color: #f90;
}
.tit_ca2.active::after {
	font-family: "Font Awesome 5 Free";
    content: "\f107";
}


.tab{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	flex-wrap: wrap;
}
.tab img{
    width: 150px;
	height: 150px;
	display: block;
	margin: 10px 20px 20px 0;
}
.tab img:last-child{
	margin-right: 0px;
}

ul.list_txt{
  padding: 0px 20px;
  margin-top: 1em;
  margin-bottom: 1em;
}

ul.list_txt li{
  font-size: 16px;
  line-height: 180%;
  color: #666;
  list-style-type: disc !important;
}

ul.list_txt2{
  padding: 0px 20px;
  margin-top: 1em;
  margin-bottom: 1em;
}

ul.list_txt2 li{
  font-size: 16px;
  line-height: 180%;
  color: #666 !important;
  font-weight: bold;
  list-style-type: disc !important;
}

ul.list_txt2 li a:hover{
  color: #f90 !important;
  font-weight: bold;
}

ul.list_txt2 li a:link,ul.list_txt2 li a:active,ul.list_txt2 li a:visited{
  color: #666;
  font-weight: bold;
}

#output{
  font-size: 16px;
  line-height: 160%;
  color: #666;
  /*font-weight: bold;*/
  border: 1px solid #f90;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  margin-top: 20px;
  background-color: #fffde4;
  font-family: "メイリオ", Meiryo, sans-serif, "ＭＳ Ｐゴシック", MS PGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro !important;
}

#output a{
  font-weight: bold;
}

#output:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -14px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fffde4;
  z-index: 2;
}

#output:after {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -16px;
  border: 14px solid transparent;
  border-bottom: 14px solid #f90;
  z-index: 1;
}


/* フォーム共通設定 */
.css_common_form{
    color:#666;
    font-family: "ＭＳＰゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	width:			100%;
	height:			auto;
	overflow:		hidden;
	margin:			10px auto 0;
	position:		relative;	/* 相対位置指定 */
	background-color: #FFF;
}

.css_common_form img{
	width:			100%;
}

.css_common_form p{
	font-size:16px;
	line-height: 140%;
	padding:2% 6% 4%;
	color:#a3503b;
	/* font-weight: bold;*/
}

.css_common_form .text-center {
    text-align: center;
}

.css_common_form table {
  border-collapse: collapse;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.css_common_form table th,
.css_common_form table td {
  font-size: 16px;
  line-height: 160%;
  padding: 10px;
  border: 1px solid #f90;
  color: #666;
  background-color: #fff;
  font-family: "メイリオ", Meiryo, sans-serif, "ＭＳ Ｐゴシック", MS PGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro !important;
  vertical-align: top;
}
.css_common_form table th {
  font-weight: bold;
  color: #f90;
  background-color: #fffde4;
  text-align: left;
  width: 22%;
}

.css_common_form input[type=email],
.css_common_form input[type=file],
.css_common_form input[type=month],
.css_common_form input[type=number],
.css_common_form input[type=range],
.css_common_form input[type=search],
.css_common_form input[type=tel],
.css_common_form input[type=text],
.css_common_form input[type=time],
.css_common_form input[type=url],
.css_common_form input[type=week],
.css_common_form select,
.css_common_form textarea {
 display:inline-block;
 width:100%;
 padding:.375rem .75rem;
 font-size:16px;
 line-height:150%;
 color:#666;
 background-color:#fff;
 background-clip:padding-box;
 border:1px solid #ccc;
 -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
 transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
 transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

.css_common_form select{ padding:.375rem 1.5rem .375rem .75rem;}

.css_common_form input:focus[type=email],
.css_common_form input:focus[type=file],
.css_common_form input:focus[type=month],
.css_common_form input:focus[type=number],
.css_common_form input:focus[type=range],
.css_common_form input:focus[type=search],
.css_common_form input:focus[type=tel],
.css_common_form input:focus[type=text],
.css_common_form input:focus[type=time],
.css_common_form input:focus[type=url],
.css_common_form input:focus[type=week],
.css_common_form select:focus,
.css_common_form textarea:focus {
 color:#666;
/* background-color:#ffdada; */
 border-color:#FE9903; 
 outline:0;
 -webkit-box-shadow:0 0 0 .2rem rgba(254,153,3,.25);
 box-shadow:0 0 0 .2rem rgba(254,153,3,.25)
}

.css_common_form select {
	height: 40px;
	appearance: button;
		-webkit-appearance: none;
		-moz-appearance: none;
	border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
}
.css_common_form select::-ms-expand {
	 display: none;
}
.css_common_form .pulldown label {
    position: relative;
    display: block;
    width: 200px;
	padding: 0;
    background: #fff;
}
.css_common_form .pulldown label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -3px 0 0 0;
    border: 6px solid transparent;
    border-top: 8px solid #685D51;
}


/* お問い合わせ内容 */
.css_common_form textarea.inq_body:disabled {
	background-color: #cccccc;
}

.css_common_form textarea.inq_body {
	min-height: 205px;
	-webkit-line-clamp: 10;
}

.css_common_form .inq_form_check {
	font-size: 16px;
	padding: 5px;
	display: none;
}

.flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto 30px;
}
.item{flex: 0 1 48.5%;max-width: 48.5%;}
.flex2{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content:space-between;
    margin: 20px auto 30px;
}

/* 送信ボタン */
/*.css_common_form .btn-width .btn-submit {
    width: 50%;
}*/

.css_common_form .btn-submit{
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
    background-color: #f90;
    color: #fff;
    border-style: none;
    cursor:pointer;
	border-radius: 10px;
}
.css_common_form .btn-submit:hover{
  	filter: alpha(opacity=0.7);
    -moz-opacity:0.7;
    opacity:0.7;
    text-decoration: none;
}
/*
.css_common_form .btn-submit:not(:disabled):not(.disabled)[type="submit"] {
    cursor: pointer;
}
*/
.css_common_form .btn-submit:enabled{
    background-color: #f90;
    cursor: pointer;
}
.css_common_form .btn-submit:disabled{
    background-color: #cccccc;
    cursor: auto;
}

/* 戻るボタン */
/*.css_common_form .btn-width .btn_gray {
    width: 50%;
}*/

.css_common_form .btn_gray{
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(white,#dfe0e0);
	border: solid 1px #999;
    color: #003399;
    cursor:pointer;
    box-sizing: border-box;
	border-radius: 10px;
}
.css_common_form .btn_gray:hover{
  	filter: alpha(opacity=0.7);
    -moz-opacity:0.7;
    opacity:0.7;
    text-decoration: none;
}
.css_common_form .btn_gray:not(:disabled):not(.disabled)[type="submit"] {
    cursor: pointer;
}


/* エラー関連 */
.css_common_form input.bgred, textarea.bgred {
	background-color: #ffdada;
	border-style:none;
	border:solid 1px #ccc;
}

.css_common_form input[type="text"].bgred, input[type="password"].bgred {
	background-color: #ffdada;
	border-style: none;
	border: solid 1px #ccc;
}

.css_common_form span.bgred {
	background-color: #ffdada;
	border-style:none;
	border:solid 1px #ff0000;
}

.css_common_form .color-red{color:#dd0000;}

.css_common_form .err_box {display:none; background-color:#FF9; color:#F00; padding: 5px 10px; border:#F00 solid 1px; margin: 5px 0;}


/* ガイド文 */
.css_common_form .inq_categ_notice_border {
	position: relative;
	display: inline-block;
	margin: 15px 0 5px;
	padding: 10px 10px;
	min-width: 120px;
	max-width: 100%;
	font-size: 16px;
	background: #FFF;
	border: solid 2px #ff9000;
	box-sizing: border-box;
	line-height: 160%;
}

.css_common_form .inq_categ_notice_border a{
  font-weight: bold;
}

.css_common_form .inq_categ_notice_border:after{
	content: "";
	position: absolute;
	top: -30px;
	left: 30px;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #ff9000;
	z-index: 1;
}

.css_common_form .inq_categ_notice_border:before{
	content: "";
	position: absolute;
	top: -25px;
	left: 30px;
 	margin-left: -16px;
	border: 13px solid transparent;
	border-bottom: 13px solid #fff;
 	z-index: 2;
}


.privacy_img{width: 144px; height: 46px; margin-top: 20px; border: 2px #eee solid; border-radius:5px 5px 5px 20px;}

#contact_from{
/*width: 100%;*/
/*max-width: 400px;*/
/*min-width: 320px;*/
color: #000;
margin: 0px auto;
padding: 4%;
}


.box_sendm {
	padding: 4%;
}

.box_sendm img {
    width: 50%;
	margin: 0 auto 4%;
}

#mailpop4{width:100%;text-align:left;margin:0px auto;margin-bottom:10px;border:4px solid #FF7F00;box-sizing: border-box;}

.sendm_tit{
	position:relative;
	display:block;
	border-radius:5px;
	padding-right:1rem;
	background:linear-gradient(#FFF8D8,white);
	text-align:center;
	font-weight: bold;
	color: #c30;
	border:solid 3px #c30; 
	font-size:28px;
	line-height: 120%;
	padding: 10px 0;
	width: 100%;
	box-sizing:border-box;
	margin-bottom: 4%;
}

p.sendm_txt {
    font-size: 20px;
	font-weight: bold;
    line-height: 2rem;
    text-align: center;
    display: block;
    background: linear-gradient(transparent 90%, #e7d3bf 0%);
    padding: 0 0 5px;
}


.box_sendm {
	margin-right: auto;
	margin-left: auto;
}

#contact_from .btn-gray2{
width: 50%;
padding: 0 25%;
margin: 20px 0;
}


#contact_from .btn-gray2 a{
display: block;
padding: 20px;
font-size: 24px;
font-weight: bold;
background: linear-gradient(white,#dfe0e0);
border: solid 1px #999;
color: #003399;
cursor: pointer;
box-sizing: border-box;
border-radius: 10px;
text-align: center;
font-family: "ＭＳＰゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif"
}

#contact_from .btn-gray2 a:hover{
  	filter: alpha(opacity=0.7);
    -moz-opacity:0.7;
    opacity:0.7;
    text-decoration: none;
}
#contact_from .btn-gray2:not(:disabled):not(.disabled)[type="submit"] {
    cursor: pointer;
}

.inq_categ_notice_border a {
	font-weight:bold;
}