@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/





.bg-color{
    background-color: #f6f6f6;
    margin: 100px calc(50% - 50vw);
    padding: 80px calc(50vw - 50%);
}

/* ページヘッダー */
.l-topTitleArea{
    background-color: #04384c;
    text-align: center;
    min-height: 120px;
}
.u-obf-cover{
    display: none;
}

.top #content{
    margin-bottom: 0;
}

.footer-table tr td:first-of-type{
    width: 20%!important;
}


.single .post_content h2{
    background-color: #04384c;
    padding: 2px 10px;
    color: #fff;
}
.single .post_content h3{
    border-bottom: 1px solid #04384c;
    padding-bottom: 5px;
}




/* ------ お問い合わせ ------------------------ */

/* ContactFrom7 */
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
    background-color: #f6f6f6;
    padding: 8% 3%;
    margin-top: 50px;
}
.contact7 dd {
	margin: 0 0 30px 0;
    border-left: none;
}
.contact7 dd:last-of-type{
    margin-bottom: 0;
}
.contact7 dt {
	font-weight: normal;
    border-left: none;
}
span.wpcf7-spinner{
    display: none;
}
 
/* 必須マーク */
.contact7 .must {
	background-color: #d93e14;
    color: #fff;
    font-size: 14px;
    padding: 2px;
    margin-left: 10px;
}
.contact7 .optional {
	background-color: #666;
    color: #fff;
    font-size: 14px;
    padding: 2px;
    margin-left: 10px;
}
input, textarea{
    width: 100%;
    background-color: #fff;
}
.radio input{
    width: auto;
}
.form-control{
    border-radius: 0;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 40%;
	background-color: #04384c;
	color: #fff;
    font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1em;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
    margin-top: 50px;
    padding-left: 2em;
    height: 44px;
    border-radius: 0;
    border: none;
    margin-bottom: 100px;
}
.btn_contact7 input:hover {
    background-color: #fff;
    color: #04384c;
    border: 1px solid #04384c;
}




@media not all and (min-width: 960px){


    .footer-table tr td:first-of-type {
        width: 30% !important;
    }

    .area-table tr td:first-of-type{
        width: 30%!important
    }

}