@charset "UTF-8";

/*==================================================
====================================================
ボタンとか使いまわされるもの
====================================================
==================================================*/

/*==================================================
タイトル
==================================================*/
.h1-ttl{
	margin: 0 0 14px; /*  */
	line-height: 1.4;
	font-size: 24px; /* 32px */
}
.h1-ttl.default-h1-ttl{
	background-repeat: repeat;
    padding: 6px 10px 6px 0px;
    color: #0f2453;
    font-weight: 300;
    margin-bottom: 40px;
    font-size: 22px;
    /*font-family: 'Literata', serif;*/
    font-weight: 700;
    border-bottom: 2px solid #0f2453;
    width: 100%;
}
.h2-ttl{
	color: #0f2453;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-left: 5px solid #0f2453;
    padding-left: 0.5em;
    width: 100%;
    font-weight: bold;
}
.h3-ttl{
	color: #0753A5;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 100%;
}
.h4-ttl{
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 5px;
	width: 100%;
}
.h5-ttl{
	color: #0753A5;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 5px;
	width: 100%;
}
@media screen and (max-width: 52.5em){
	.h1-ttl.default-h1-ttl{
		width: auto;
		/*margin-left: -20px;
		margin-right: -20px;*/
		margin-bottom: 20px;
	}
}
/*==================================================
ボタン
==================================================*/

/* 通常のボタン
----------------------------------------------------------*/
a.btn,button.btn,input[type="submit"].btn,input[type="button"].btn{
	font-family: FontAwesome, "Roboto Slab", 'M PLUS 1p', sans-serif;
	color: #555;
	background-color: #f3f3f3;
	border: 1px solid #dadada;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	padding: .6666666em; /* 10px */
	font-size: .9375em; /* 15px */
	width: 100%;
	display: block;
	display: inline-block;
	text-decoration: none;
	line-height: 1.5;
	white-space: normal;
}
a.btn:hover,button.btn:hover,input[type="submit"].btn:hover,input[type="button"].btn:hover{
	/*background-color: #f6f6f6;*/
	border-color: #ccc;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
	        box-shadow: 0 0 1px rgba(0,0,0,0.2);
}
a.btn:active,button.btn:active,input[type="submit"].btn:active,,input[type="button"].btn:active{
	background-color: #ddd;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	        box-shadow: 0 0 0 rgba(0,0,0,0);
}

/* 黒いボタン
----------------------------------------------------------*/
a.btn.btn-blk,button.btn.btn-blk,input[type="submit"].btn.btn-blk{
	background-color: #0f2453;
    border-color: #0f2453;
	color: #fff;
}
a.btn.btn-blk:hover,button.btn.btn-blk:hover,input[type="submit"].btn.btn-blk:hover{
	/*-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.75);
	        box-shadow: 0 0 2px rgba(0,0,0,0.75);*/
	background-color: #a58d5d;
	border-color: #a58d5d;
}
a.btn.btn-blk:active,button.btn.btn-blk:active,input[type="submit"].btn.btn-blk:active{
	color: #ddd;
	background-color: #444;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	        box-shadow: 0 0 0 rgba(0,0,0,0);
}

/* 問い合わせページへのボタン
----------------------------------------------------------*/
a.contact-btn.btn,button.contact-btn.btn{
	background-color: #0f2453;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    padding: 1.33333em 0;
    border: 1px solid #0f2453;
    letter-spacing: .05em;
    border-radius: 0;
    border-bottom: 2px solid #a58d5d;
}
a.contact-btn.btn:hover,button.contact-btn.btn:hover{
	background: #a58d5d;
    border: 1px solid #a58d5d;
    border-bottom: 2px solid #a58d5d;
}
a.contact-btn.btn:active,button.contact-btn.btn:active{
	background-color: #0a468c;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	        box-shadow: 0 0 0 rgba(0,0,0,0);
}
a.contact-btn.btn small{
	font-size: .7333333333em; /* 11/15 */
	letter-spacing: normal;
	font-weight: 300;
}

/* 問い合わせでのボタン
----------------------------------------------------------*/
a.btn.submitbtn,button.btn.submitbtn,input[type="submit"].btn.submitbtn{
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	border: solid 1px #0f2453;
	/*-webkit-box-shadow: 0 1px 2px rgba(75,107,149,.33);
		-moz-box-shadow: 0 1px 2px rgba(75,107,149,.33);
		box-shadow: 0 1px 2px rgba(75,107,149,.33);
	background-color: #0753a5;*/
	background-color: #0f2453;
	/*background: -moz-linear-gradient(top,  #1067dd 0%, #0753a5 100%);
	background: -webkit-linear-gradient(top,  #1067dd 0%,#0753a5 100%);
	background: linear-gradient(to bottom,  #1067dd 0%,#0753a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1067dd', endColorstr='#0753a5',GradientType=0 );*/
	width: 100%;
	min-height: 54px;
	margin-top: 3em;
}
.ie9 input[type="submit"].btn.submitbtn,.ie8 input[type="submit"].btn.submitbtn{
	background: #1067dd;
	color: #FFF!important;
}
a.btn.submitbtn:hover,button.btn.submitbtn:hover,input[type="submit"].btn.submitbtn:hover{
	border: 1px solid #a58d5d;
	background: #a58d5d;
	/*-webkit-box-shadow: 0 0 4px rgba(7,83,165,1);
	        box-shadow: 0 0 4px rgba(7,83,165,1);*/
}
a.btn.submitbtn:active,button.btn.submitbtn:active,input[type="submit"].btn.submitbtn:active{
	border: 1px solid #03164c;
	background: #0a468c;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	        box-shadow: 0 0 0 rgba(0,0,0,0);
}

input[type="submit"].btn.submitbtn.wpcf7c-elm-step2:after{
	content: "aa";
	color: #333;
}
@media screen and (max-width: 52.5em){
	a.btn.submitbtn,button.btn.submitbtn,input[type="submit"].btn.submitbtn{
		width: 100%;
	}
}

.wpcf7-back {
    color: #FFF !important;
    font-size: 11px !important;
    font-weight: 400;
    border: solid 1px #b8b8b8 !important;
    background-color: #b8b8b8 !important;
    width: 90%;
    min-height: 54px;
    margin-top: 1.3em;
}

.radio-956 {
    margin-bottom: 0.5em;
    display: inline-block;
}

span.wpcf7-list-item {
	cursor: pointer;
}
@media screen and (max-width: 52.5em){
	span.wpcf7-list-item {
		width: 100%;
		padding: 0.5em 1em;
		border: 1px solid #eee;
		margin: 0 0 0.5em !important;
	}
}

span.wpcf7-list-item label,
.wpcf7-list-item-label {
	cursor: pointer;
}
@media screen and (max-width: 52.5em){
	span.wpcf7-list-item label,
	.wpcf7-list-item-label {
		width: calc(100% - 20px);
		display: inline-block;
		margin-left: 6px;
	}
}
.contactform-dd+div[data-id="group-57"]>.contactform-dt {
    /*display: none;*/
}

.contactform-dt label.confirm-contact-label {
    color: #cf2e2e;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.submitbtn:disabled {
    background-color: #999 !important;
    border: 1px solid #999 !important;
}