@charset "utf-8";
/* CSS Document */

.contact-form-wrap{
	padding-top: 120px;
}

.contact-item{
	background: #fff;
    padding: 30px 20px;
    margin-top: 20px;
	margin-bottom: 150px;
}

.contact-txt{
	padding: 10px;
    text-align: center;
    margin: 0 auto;
	padding-bottom: 20px;
}

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:180px;
	padding:20px 15px;
	text-align:left;
	color:#333;
	font-weight:normal;
	font-size:18px;
	vertical-align: middle;
	border-bottom:1px solid #ccc;
}

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

.sample-txt{
	color:#999999;
}


.back,.back:hover{
	color:#666;
	display: flex;
    justify-content: center;
    padding-right: 30px;
}

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

.hissu{
	background:#C00;
}

.nini{
	background:#396491;
}


#contact-btn{
	margin: 50px auto 30px;
    max-width: 270px;
    width: 100%;
}

.naviation-bar{
	overflow:hidden;
	margin:0 auto;
}

.naviation-bar ul{
	list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.naviation-bar ul li{
	width: 33.333333%;
    background: #fff;
}

.naviation-bar ul li div{
	padding: 15px;
    text-align: center;
    border-right: solid 1px #396491;
}

.naviation-bar ul li div:last-child {
    border-right: none;
}

.flow-area-hover{
	font-weight:bold;
}

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

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

input[type="checkbox"]{
	display:inline-block;
	margin-top:0 !important;
}

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

.checkbox-label{
	display:inline-block;
	padding-right:16px;
}

.btn{
	background: #C00;
    color: #FFF;
    width: 250px;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 20px 10px;
    border: unset;
}

.btn::before{
	border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    content: "";
    height: 7px;
    width: 7px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    transform: rotate(45deg);
    transition: right .3s;
}

.btn:hover{
	background: #1f344b;
}

.btn:hover::before{
	right: 25px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

.check-wrap{
	text-align:center;
	color:#333;
	font-size:13px;
	margin-top:16px;
}

/* ナビゲーションの色 */
.naviation-bar ul .cl1{
	background: #396491;
    color: #fff;
}
	
/* アラート */
.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:300px;
	border-radius:5px;
	border:1px solid #ccc;
	padding:8px;
}

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:left;
	padding: 40px;
}

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

.thanks-txt-wrap .thanks-console {
	font-size:14px;
	color:#C00;
}

.thanks-txt-wrap .thanks-top-link {
	margin: 50px auto 30px;
    max-width: 270px;
    width: 100%;
}

.thanks-txt-wrap .thanks-top-link a{
	background: #396492;
    color: #fff;
    width: 250px;
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 20px 10px;
}

.thanks-txt-wrap .thanks-top-link a::before{
	border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    content: "";
    height: 7px;
    width: 7px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    transform: rotate(45deg);
    transition: right .3s;
}

.thanks-txt-wrap .thanks-top-link a:hover{
	background: #1f344b;
}

.thanks-txt-wrap .thanks-top-link a:hover::before{
	right: 25px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

/* タブレット以下 */
@media screen and (max-width: 768px) {
	.contact-form-wrap {
		padding-top: 50px;
	}
	.contact th {
		width:30%;
		padding:4px;
		box-sizing:border-box;
	}
	.flow-area,.flow-area-hover{
		font-size:11px;
	}
}

td .privacy_txt {
	width: 100%;
	height: 270px;
	border: solid 1px #c0c0c0;
	overflow-y: scroll;
	padding: 20px 15px;
}

td .privacy_txt p.pv-ttl{
	font-size: 18px;
	color: #d63528;
}

td .privacy_txt dl {
	margin: 20px 0;
}

td .privacy_txt dt {
	font-weight: normal;
}

td .privacy_txt dd {
	margin-left: 0;
}

td .agree-privacy-box {
	margin-top: 20px;
}

td input.agree_privacy:disabled + label{
	color: #afafaf!important;
}

#submit-btn:disabled {
	background: #afafaf!important;
}