/*20210222updatever.1.0.25------------------------------------------------------------*/
/*《▽ヘッダー部分の調整》--------------------------------------------------------------------*/
header .descr {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    padding:0;
    margin:0;
}
/*《△ヘッダー部分の調整》-----------------------------------------------------------------------*/
/*《▽テーブルの調整》--------------------------------------------------------------------*/
table {
    box-sizing: border-box;
    border-top: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
    margin-bottom: 20px;
    max-width: 100%;
}

table tr th {
    font-size: 0.9em;
    line-height: 1.6;
    padding: 0.6em 0.2em 0.6em 0.2em;
    font-weight: normal;
    color: #424242;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #d7d7d7;
    border-left-color: #d7d7d7;
}

table tr td {
    font-size: 0.9em;
    line-height: 1.6;
    padding: 0.6em 0.2em 0.6em 0.2em;
    font-weight: normal;
    color: #424242;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #d7d7d7;
    border-left-color: #d7d7d7;
    vertical-align:top;
}


table tr td:last-child {
    margin-bottom:0;
}

/*《△テーブルの調整》-----------------------------------------------------------------------*/

/*《▽テーブル・カンパニープロフィールの装飾》--------------------------------------------------------------------*/
table.companylayout{ 
    width: 100%;
    table-layout: fixed;
}

table.companylayout th, table.companylayout td{ 
    padding: 10px; 
    border: 1px solid #ddd;
}

table.companylayout th	{
    width: 25%; 
    text-align: left;
}

table.companylayout tr:nth-child(even) {
    background-color: #EEEEEE;
}

table.companylayout tr:hover {
    background-color: #E0FFFF;
}


/*《△テーブル・カンパニープロフィールの装飾》-----------------------------------------------------------------------*/


/*《▽コンタクトフォーム7》------------------------------------------------------------*/

/* ボックス全体の調整 */
table.inquiry {
    margin-top: 20px;
    color: #36383a;
}

/* 入力欄の調整 */
.post select{
    border-radius:3px;
    border:1px solid #ccc;
}


/* 見出し欄 */
.inquiry th {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background:#f7f7f7;
    border: solid 1px #d7d7d7;
}

/* 入力欄 */
.inquiry td {
    font-size: 14px;
    border: solid 1px #d7d7d7;
}


/* 「必須」項目 */
.haveto {
    font-size: 9px;
    padding: 5px;
    background: #d3381c;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position:relative;
    bottom:1px;
}

/* 任意の調整 */
.any {
    font-size: 9px;
    padding: 5px;
    background: #2a83a2;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position:relative;
    bottom:1px;
}

/* ラジオボタンを縦並び指定 */
.verticallist .wpcf7-list-item {
    display: block;
}

/*入力欄にフォーカスしたら変化する箇所と色*/
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="select"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="quiz"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

/*確認・戻って入力し直し・送信するボタンの装飾-------------------------*/


/*ボタン配置調整*/
.center{
    text-align: center;
    margin-top: 30px;
}
/*ボタン配置調整*/


/*ボタンの並び調整*/
.flex{
    padding: 2% 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flex > *{
    width: 48%;
    background: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 80px;
}

.flex,
.flex > *{
    border: none;
}

/*ボタンの並び調整*/
.sendbtn .btn{
    display: inline-block;
    margin: 0.2em;
    padding: 0.4em 0.4em;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.contactformbtn{
    margin: 0;
    padding: 0;
}


/* 確認ボタンのデザイン変更 */
.kakuninbtn{
    margin: 0;
    padding:20px!important;
    width:75%;
    background: #ff8c00!important;
    color: #fff;
    font-size: 20px!important;
    border-radius: 2px!important;
    font-weight: 900;
}

.kakuninbtn:hover{
    background:#fff!important;
    color:#d2691e;
    border:2px solid #ff8c00;
}

/* 戻るボタンのデザイン変更 */
.modorubtn{
    padding:20px!important;
    width:100%;
    background-color: #df7401!important;
    color: #fff;
    font-size: 20px!important;
    border-radius: 2px!important;
    font-weight: 900;
}

.modorubtn:hover{
    background:#fff!important;
    color:#b45f04;
    border:2px solid #df7401;
}


/* 送信ボタンのデザイン変更 */
.soushinbtn{
    padding: 20px!important;
    width: 75%;
    background-color: #00984f!important;
    color: #fff;
    font-size: 20px!important;
    border-radius: 2px!important;
    font-weight: 900;
}

.soushinbtn:hover{
    background-color: #a5c9c1!important;
    color: #004d25;
    border:2px solid #0174df;
}


/*送信完了・NG・スパム・エラーメッセージ-------------------------*/

/* 確認時のボックスの背景色等 */
.wpcf7-form-control-wrap .wpcf7c-conf {
    background-color: #F5F5F5; 
    border: 1px solid #AEAEAE; 
}

.form-control:disabled, .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eceeef;
    opacity: 1;
}


.wpcf7 div.wpcf7-response-output{
    margin:5px 0;
    padding:3px;
}

p.wpcf7c-elm-step2{
    color: #A90521;
    margin: 0;
    padding: 0;
}

/* 入力エラー時に入力欄を赤く表示 */
.wpcf7 .wpcf7-not-valid {
    background: #ffb6c1;
}

.wpcf7 .wpcf7-validation-errors {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    font-weight: bold;
}

/* 送信完了時のアナウンス */
.wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD;
    font-weight: bold;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
}


.wpcf7  div.wpcf7-mail-sent-ng {
    background-color: #AD3335;
    color: #ffffff;
    font-weight: bold;
    font-size: 1em;
}

div.wpcf7-spam-blocked {
    background-color: #823A62;
    color: #ffffff;
    font-weight: bold;
    font-size: 1em;
    padding: 2px;
    margin: 5px 0; 
}


/*送信完了の成形-------------------------*/

.sent .forminner{
    display:none;
}

.complete-display{
    display: none;
}

.sent .complete-display{
    display: block;
}

.sent .complete-display p{
    font-size: 1em;
}

.sent .complete-display p a{
    font-weight: bold;
    font-size: 1em;
    margin: 2em 0; 
    color: #B0152F;
}

/*《△コンタクトフォーム7》-----------------------------------------------------------*/


.st-triangle-down {
    margin: -8px auto -8px;
}

.post .entry-title:not(.st-css-no) {
    padding-bottom: 10px;
    border: none;
    border-left: 0px solid #23282d;
    color: #23282d;
    padding-left: 42px!important;
    padding-top: 5px!important;
    background-color: transparent;
    background: none;
}

.responbox, 
.responbox30, 
.responbox33, 
.responbox40, 
.responbox50, 
.responbox60, 
.responbox70,
.responboxfree {
    padding-top:20px;
}


.colum1.st-lp-wide .st-lp-wide-wrapper:first-child {
    padding-top: 15px;
    padding-bottom: 15px;
}

#content-w {
    padding-top: 0px;
}

/*《マージンの調整》-----------------------------------------------------------*/

.margintop-10{
    margin-top: -10px;	
}
.margintop-20{
    margin-top: -20px;	
}
.margintop-30{
    margin-top: -30px;	
}
.margintop-40{
    margin-top: -40px;	
}
.margintop-60{
    margin-top: -60px;	
}

.margintop40{
    margin-top: 40px;	
}

.blockmargintop-30{
    margin-top: -30px;	
}

.blockmargintop-40{
    margin-top: -40px;	
}

.blockmargintop-60{
    margin-top: -60px;	
}

.marginbottom5{
    margin-bottom: 5px;	
}

.marginbottom10{
    margin-bottom: 10px;	
}

.marginbottom40{
    margin-bottom: 40px;	
}

.wpcf7-form .wpcf7-select, select first_as_label {
    color: #666666;
}

/*《トップへ戻るアイコンの方》-----------------------------------------------------------*/
#page-top:not(.page-top-img) a {
    display: none;
}

/*《背景色の調整》-----------------------------------------------------------*/

.bkcolor-f3f3f2{
    background-color: #f3f3f2 ;
}

.bkcolor-fff9f9{
    background-color: #fff9f9 ;
}

.bkcolor-e7e7eb{
    background-color: #e7e7eb ;
}

.bkcolor-ebf6f7{
    background-color: #ebf6f7 ;
}

.bkcolor-c97586{
    background-color: #c97586 ;
}

/*《文字装飾の調整》-----------------------------------------------------------*/
.hutoaka{
    font-weight: bold;
    color: #c9171e;
}

.goma-y{
    -webkit-text-emphasis: filled sesame #F2E205;
    text-emphasis: filled sesame #F2E205;
    font-weight: bold;
}

.goma-r{
    -webkit-text-emphasis: filled sesame #ef5350;
    text-emphasis: filled sesame #ef5350;
    font-weight: bold;
}

.goma-o{
    -webkit-text-emphasis: filled sesame #F28705;
    text-emphasis: filled sesame #F28705;
    font-weight: bold;
}

.goma-k{
    -webkit-text-emphasis: filled sesame #121B26;
    text-emphasis: filled sesame #121B26;
    font-weight: bold;
}


/*《GoogleFont》-----------------------------------------------------------*/
.poppins{
    font-family: 'Poppins', sans-serif!important;
}

/*《Googleマテリアル・fontawesome》-----------------------------------------------------------*/
.material-icons{
    color: #A9A9A9;
}


/*《マイボックス》-----------------------------------------------------------*/
.st-in-mybox {
    padding: 10px 0;
}


/* ここからレスポンシブデザイン・最小横幅959px（PCサイズ）959px～
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
 #contentInner main {
   max-width:100%!important;
   height: auto;
   overflow: hidden;
}
}
/*（最大横幅959px）--------------------------------------------*/


/* 最大で横幅600px（タブレットipadサイズ）
-----------------------------------------------------------------------------*/
@media only screen and (max-width:600px){
html,body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
}
/*（最大横幅600px）--------------------------------------------------------*/


 /* 最大で横幅480px（スマホサイズ）
 -----------------------------------------------------------------------------*/
@media only screen and (max-width:480px){
html,body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.inquiry th,.inquiry td {
    display:block!important;
    width:100%!important;
    border-top:none!important;
    -webkit-box-sizing:border-box!important;
    -moz-box-sizing:border-box!important;
    box-sizing:border-box!important;
}
.inquiry tr:first-child th{
    border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
    font-size:10px;
}
.margintop-10{
    margin-top: -10px;	
}
.margintop-20{
    margin-top: -20px;	
}
.margintop-30{
    margin-top: -40px;	
}
.margintop-40{
    margin-top: -40px;	
}
.margintop-60{
    margin-top: -60px;	
}
.blockmargintop-30{
    margin-top: -20px;	
}
.blockmargintop-60{
    margin-top: -40px;	
}
}

/*（最大横幅480px）--------------------------------------------------------*/

