@charset "utf-8";
/*
Theme Name: SKIN_Child
Theme URI:
Template: skin_tcd046
Version: 1.6
*/

@media only screen and (max-width:991px) {
body #main_col {
	margin-bottom: 50px;
}
}


/*/////////////////////////////////////////
// ブロック
/////////////////////////////////////////*/

/*-- 微調整 --*/
.post_content .aligncenter {
 text-align: center;
}



/*/////////////////////////////////////////
// ヘッダー
/////////////////////////////////////////*/

/*-- 微調整 --*/
.fix_top.header_fix #global_menu > ul > li > a {
	color: #666;
}
.mobile_fix_top.header_fix a.menu_button:before {
	color: #666 !important;
}
#header {
	border-top: none !important;
}

/*-- ヘッダー帯追加 --*/
.customHeaderBand {
	background-color: #005BAC;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 25px;
	box-sizing: border-box;
}
.customHeaderBand .header_inner {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	min-height: 0 !important;
	height: auto !important;
}
.customHeaderBand p {
	line-height: 1.2;
	font-size: 12px;
}



/*/////////////////////////////////////////
// コンタクトフォーム
/////////////////////////////////////////*/
.customContact td {
 position: relative;
 line-height: 1.2 !important;
 vertical-align: middle;
 text-align: left;
 height: auto !important;
 border: none !important;
}
.customContact table tr {
 background-color: #fff;
}
.customContact tr:nth-child(odd)  {
 background-color: #F5F8FA;
}
.customContact tr th,
.customContact tr td {
 background: none;
 border: none;
 height: auto !important;
 vertical-align: middle;
 box-sizing: border-box;
}
.customContact tr > th {
 text-align: left;
 position: relative;
}
.customContact tr > td > strong {
 font-weight: normal;
 padding-top: 10px;
 display: block;
}
.mw_wp_form_preview .customContact tr > td > strong {
 display: none !important;
}
.customContact tr > td:last-child {
 width: auto !important;
}
.customContact tr.hissu th::before {
 position: absolute;
 content: '\5fc5\9808';
 top: 50%;
 color: #fff;
 padding: 5px;
 background-color: red;
 transform: translateY(-50%);
 font-weight: bold;
 line-height: 1.2;
 font-size: 14px;
}
.customContact td input,
.customContact td textarea {
 border: 1px solid #dcdcdc;
 padding: 5px;
 box-sizing: border-box;
}
.customContact td select {
 padding: 5px 10px 5px 5px;
}
.customContact .btnBox {
 text-align: center;
}
.customContact .btnBox input[type="submit"] {
 display: inline-block;
 background-color: #004098;
 color: #fff;
 font-weight: bold;
 text-align: center;
 padding: 15px 10px;
 min-width: 130px;
 border-radius: 100px;
 border: solid 2px #004098;
 cursor: pointer;
 transition-property: background-color, color;
 transition-duration: 0.2s;
 transition-timing-function: ease;
 font-size: 16px;
 margin: 4px;
}
.customContact .btnBox input[type="submit"]:only-child {
 padding: 15px 10px;
 min-width: 200px;
 border-radius: 100px;
 font-size: 18px;
 margin: 4px 0;
}
.customContact .btnBox input[name="submitBack"] {
 border-color: #666 !important;
 background-color: #666 !important;
}
.customContact .btnBox input[type="submit"]:hover {
 background-color: #fff;
 color: #004098;
}
.customContact .btnBox input[name="submitBack"]:hover {
 color: #666 !important;
 background-color: #fff !important;
}

.customContact td .error {
 padding-top: 8px !important;
 font-weight: bold;
 color: red;
}
@media screen and (min-width: 768px) {
.customContact tr th,
.customContact tr td {
 font-size: 16px;
}
.customContact tr.hissu th::before {
 right: 15px;
}
.customContact tr > th {
 width: 170px !important;
 padding: 20px 5em 20px 15px !important;
}
.customContact tr > td {
 padding: 20px 15px !important;
}
.customContact td input[size="60"],
.customContact td textarea {
 width: 400px;
}
}
@media screen and (max-width: 767px) {
.customContact tr.hissu th::before {
 right: 15px;
}
.customContact tr,
.customContact tr th,
.customContact tr td {
 display: block !important;
 width: 100% !important;
 height: auto !important;
}
.customContact tr th {
 font-size: 18px;
 font-weight: bold;
}
.customContact tr td {
 font-size: 16px;
}
.customContact tr > th {
 padding: 15px 5em 15px 15px !important;
}
.customContact tr > td {
 padding: 0px 15px 15px 15px !important;
}
.customContact td input,
.customContact td textarea {
 line-height: 1.5;
}
.customContact td input,
.customContact td textarea,
.customContact td select {
 margin: 2px 0;
}
.customContact td input[size="60"],
.customContact td textarea {
 width: 100%;
}
}




/*/////////////////////////////////////////
// 共通バナー
/////////////////////////////////////////*/

#main_col footer .bnrBox img {
 max-width: 100%;
}
#main_col footer .bnrBox a {
 text-align: center;
 display: block;
}