@charset "utf-8";
/* CSS Document */
.sub-hero-wrap{
	background-image: url(../../../common/img/contact-bg001.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 30%;
	position: relative;
}
.sub-hero-wrap .box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.contact-wrap{
	max-width: 1100px;
    width: 100%;
    margin: 50px auto;
	font-size: 16px;
}
.stepbar {
	text-align: center;
	display: table;
	width: 100%;
	padding-bottom: 20px;
  }
  .stepbar > li {
	display: table-cell;
	width: 33.3333%;
	vertical-align: middle;
  }
  .stepbar > li > span {
	display: block;
    background-color: #bdbdbd;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px;
  }
  .stepbar > li > span.on {
	background-color: #2196f3;
  }
  .contact-form-wrap {
	background: #FFF;
	margin: 0 auto;
	color: #333;
  }
  .tbl_style01 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px 0px;
  }
  button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
	cursor: default;
  }
  button[disabled] {
	background-color: rgb(180, 180, 180);
  }
  .tbl_style01 th {
	text-align: left;
	vertical-align: middle;
	width: 225px;
  }
  .tbl_style01 th, .tbl_style01 td {
	border-bottom: 1px solid #d2d2d2;
  }
  .tbl_style01 th, .tbl_style01 td {
	padding: 25px 0;
  }
  input[type="radio"] {
	margin-top: 0 !important;
	display: none;
  }
  input[type=radio] {
	display: none;
  }
  [type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
  }
  input, textarea {
	font-family: "Noto Sans JP", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  }
  button, input {
	overflow: visible;
  }
  input[type=radio]:checked + label {
	color: #a60007;
	font-weight: bold;
  }
  label[for] {
	cursor: pointer;
  }
  .radio {
	margin-bottom: 0;
  }
  .radio {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 23px;
	position: relative;
	width: auto;
  }
  input[type=radio]:checked + .radio::before {
	border-color: #a60007;
  }
  input[type=radio]:checked + .radio::after {
	opacity: 1;
	transform: scale3d(1, 1, 1);
  }
  .radio::before {
	background: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    content: '';
    display: block;
    height: 15px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 15px;
  }
  .blog-cat h3 {
	  background: #a60008;
	  color: #fff;
	  text-align: center;
	  padding: 8px;
	  font-size: 14px;
	  font-weight: normal;
  }
  
  .cat-box-wrap{
	padding: 16px;
	background: #fff;
	border: 1px solid #ccc;
  }
  .cat-ttl{
	display: flex;
	justify-content: space-between;
	align-content: center;
	color: #fff;
	padding: 12px 10px;
	line-height: 1;
  }
  .cat-name{
	font-size: 14px;
  }
  .cat-link a{
	color: #fff;
	font-size: 12px;
	padding: 4px 12px;
	border: 1px solid #fff;
	line-height: 1;
	text-decoration: none;
  }
  .cat-post{
	display: flex;
	position: relative;
	padding: 10px 0;
  }
  .cat-post a{
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
	left:0;
	display: block;
	z-index: 2;
  }
  .post-img{
	width: 72px;
	height: 72px;
	position: relative;
	overflow: hidden;
  }
  .post-bgimg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f0f1f6 no-repeat center center;
	background-size: cover;
	transition: all 0.5s ease-out;
	transform: matrix3d(
	  1, 0, 0, 0,
	  0, 1, 0, 0,
	  0, 0, 1, 0,
	  0, 0, 0, 1
	);
	will-change: transform;
  }
  .post-bgimg-hover{
	transform: matrix3d(
	  1, 0, 0, 0,
	  0, 1, 0, 0,
	  0, 0, 1, 0,
	  0, 0, 0, 0.9
	);
  }
  
  .post-txt {
	  margin-left: 10px;
	  font-size: 14px;
	  flex: 1;
	  color: #000;
  }
  .post-date{
	color: #999;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 6px;
  }
  .post-ttl{
	line-height: 1.4;
	font-weight: bold;
  }
  
  .btn-primary.disabled, .btn-primary:disabled {
	  color: #fff;
	  background-color: #a60008;
	  border-color: #a60008;
	  transition: all 0.5s ease-out;
  }
  
  .btn.disabled, .btn:disabled {
	  opacity: 1;
  }
  
  .btn-primary:hover {
	  opacity: .65;
  }
.content-color{
	background:#d6aa33;
	}
	

.con-tit{
	margin-bottom:16px !important;
	}
.contact-txt{
	padding: 30px 10px;
	font-size:15px;
	text-align:center;
	margin:0 auto;
	}
.contact-form-wrap{

	background:#FFF;
	margin:0 auto;
	color:#333;
	}

#contact_content {
	float:left;
	width:713px;
	margin-bottom:20px;
	padding:0px 0px 20px 0px ;
	background-color:#FFFFFF;
}

table.contact {
	width:100%;
	margin:16px 0px 16px 0px;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	empty-cells:show;
	word-break:break-all;
}

.contact th {
	width:25%;
	padding:15px;
	text-align:left;
	color:#333;
	font-weight:normal;
	    vertical-align: middle;
	border-bottom:1px solid #ccc;
}

.contact td {
	text-align:left;
	padding:15px;
	border-bottom:1px solid #ccc;
	width: 75%;
}

.sample-txt{
color:#999999;}


.back,.back:hover{
	 line-height:40px;
	color:#666;
	text-decoration: none;
	margin-bottom: 10px;
    display: block;
	}



.icon{
	color:#fff;
	border-radius:5px;
	font-size:11px;
	padding:3px;
	  margin-left: 4px;
	  white-space:nowrap;
	  word-break:keep-all;
	}

.hissu{
	background:#C00;
	}

.nini{
	background:#3f51b5;
	}


#contact-btn{
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}

.naviation-bar{
	border-radius:5px;
	overflow:hidden;
	margin:0 auto;
	}
.naviation-bar ul{
	list-style:none;
	margin:0;
	padding:0;
	}
.naviation-bar ul li{
	float:left;
	width: 33.333333%;
	height:40px;
	position:relative;
	}
.naviation-bar ul li div{
	padding: 6px 0 0 16px;
	}
.flow-area{
	font-weight:bold;
	background:#FFF;
	padding:2px;
	color:#333;
	border-radius:5px;
	}
.flow-area-hover{
	background:#ee3124;
	padding:2px;
	color:#fff;
	border-radius:5px;
	font-weight:bold;
}


.arrow{
	width: 0;
    height: 0;
    border: 20px solid transparent;
	position:absolute;
	right:-30px;
	top:0;
	z-index:1;
	}

input[type="radio"]{
	margin-top:0 !important;
	}

input[type="checkbox"]{
	display:inline-block;

	}
textarea[name="user_comment"]{
	width:100%;
	min-height:150px;
	}

.checkbox-label{
	display:inline-block;
	padding-right:16px;
	}
.check-wrap{
	text-align:center;
	color:#333;
	font-size:13px;
	margin-top:16px;
	}
/* ナビゲーションの色 */

.cl1{
	background:#ccc;
	}
.cl2{
	background:#efefef;
	}

.cl1 .arrow{
    border-left: 10px solid #ccc;
	}
.cl2 .arrow{
    border-left: 10px solid #efefef;
	}
	
/* アラート */
.error-info{
	font-size:12px;
	color:#C00;
	padding:10px;
	border:1px solid #CCC;
	margin-bottom:10px;
	background:#FFF;
	margin-top:16px;
	}
.console{
	margin-top:8px;
	display:block;
	font-size:12px;
	color:#C00;
	}

input[type="text"],input[type="tel"],input[type="email"]{
	width:100%;
	max-width:1000px;
	border-radius:5px;
	border:1px solid #ccc;
	padding:20px;
	color: #000;
	
	}

select{
	border-radius:5px;
	border:1px solid #ccc;
	padding:8px;
	}


textarea{
	border:1px solid #ccc;
	border-radius:5px;
	padding:8px;
	}

.thanks-txt-wrap {
	line-height:2em;
	text-align:center;
	    padding: 40px;
}

.thanks-txt-wrap .thanks-txt {
	font-size:14px;
}

.thanks-txt-wrap .thanks-console {
	font-size:12px;
	color:#C00;
}
.checkbox-inline {
    width: 25%;
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 0 !important;
}

.customer-color{
	background:#09F;
	color:#fff;
	}

.content-wrap {
	max-width: 1200px;
	margin: auto;
}

.page_header {
	background-color: #2a2a2a;
	color: #fff;
	padding: 5px 0 10px;
	margin-top: 80px;
}
.page_header .mincho{
	height: 85px;
}
.position{
	position: relative;
}
.icon_form {
	background-color: #a60008;
	color: #FFFFFF;
	position: absolute;
	right: 50px;
	font-size: .8rem;
	padding: 3px 10px 2px;
}
.icon_form.blue {
	background-color: #3f51b5;
}

.mt-2 {
	margin-top: 16px !important;
}

.tbl_style01 th, .tbl_style01 td {
	padding: 25px 0;
}
.tbl_style01 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px 0px;
}
.tbl_style01 th, .tbl_style01 td {
	border-bottom: 1px solid #d2d2d2;
}
.tbl_style01 th {
	text-align: left;
	vertical-align: middle;
}
.input_form {
	color: #8f8f8f;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
}

.input_form {
	height: 3.5em;
	width: 96%;
	padding: 0 2%;
}
textarea {
	resize: none;
}
.hide {
	display: none;
}
.btnwrap {
	border-radius: 30px;
    color: #fff;
    max-width: 250px;
    width: 100%;
    text-align: center;
    margin: 50px auto 0;
}
.flowMove {
	width: 250px;
    display: block;
    background: #a60007;
    font-weight: bold;
    padding: 20px 10px;
    border-radius: 30px;
	color: #FFFFFF;
	border: none;
    font-size: 16px;
    font-weight: normal;
	cursor: pointer;
}
a.flowMove {
	width: 250px;
    display: block;
    background: #a8a6a5;
    font-weight: bold;
    padding: 20px 10px;
    border-radius: 30px;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
}
.flowMove:hover {
	transition: .3s ease-in-out;
	opacity: .6;
}
.txt {
	margin-bottom: 50px;
	text-align: left;
}
.message.input_form {
	height: 17em;
}
.last_message{
    padding: 50px 10px;
}
.container h2{
	font-size: 18px;
    line-height: 1.2;
    text-align: center;
}
.txt_box{
	line-height: 1.2;
    max-width: 455px;
    width: 100%;
    margin: 30px auto;
}
.back_to_top{
	border-radius: 30px;
    color: #fff;
    max-width: 250px;
    width: 100%;
    text-align: center;
    margin: 50px auto 0;
}
.back_to_top a{
	width: 250px;
    display: block;
    background: #4b4a4b;
    padding: 20px 10px;
    border-radius: 30px;
	color: #fff;
}
.back_to_top a:hover{
	transition: .3s ease-in-out;
	opacity: .6;
}
.contact-lnk {
    display: flex;
    align-items: center;
}
.contact-privacy {
    flex-direction: column;
    align-items: flex-start !important;
}
.contact-privacy .privacy_txt {
    width: 100%;
    height: 270px;
    border: solid 1px #c0c0c0;
    overflow-y: scroll;
    padding: 20px 15px;
}
.contact-privacy .privacy_txt .pv-ttl {
    font-size: 18px;
    font-weight: bold;
}
.contact-privacy .privacy_txt dl {
    margin: 20px 0;
}
.contact-privacy .checkbox {
    padding-top: 20px;
}
label[for] {
    cursor: pointer;
}
.checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox::before {
    background: #fff;
    border: 1px solid #333;
    /* border-radius: 3px; */
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox::after {
    border-right: 2px solid #a60007;
    border-bottom: 2px solid #a60007;
    content: '';
    display: block;
    height: 18px;
    left: 11px;
    margin-top: -6px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 9px;
}
input[type=checkbox]:checked + label {
    color: #a60007;
    font-weight: bold;
}
input[type=checkbox]:checked + .checkbox::before {
    border-color: #a60007;
}
input[type=checkbox]:checked + .checkbox::after {
    opacity: 1;
    transform: rotate(45deg) scale3d(1, 1, 1);
}

/* タブレット以下 */

@media screen and (max-width: 768px) {
.contact th {
	width:30%;
	padding:4px;
	box-sizing:border-box;
}
.flow-area,.flow-area-hover{
	font-size:11px;
}
.tbl_style01 th {
	width: 100%;
	display: block;
	border-bottom: none;
	padding: 10px 0;
}
.tbl_style01 td {
	width: 100%;
	display: block;
	padding: 15px 0;
}
.icon_form {
	margin-left: 10px;
	padding: 2px 5px;
	position: static;
}

}