@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

em {font-style: normal;}
textarea {resize: none;}
.center {text-align: center;}
.right {text-align: right;margin-right: 1em;}
.bold {font-weight: bold;}
.italic {font-style: italic;padding: 0 5px 0 4px;}
.uline {text-decoration: underline;}
.red {color: #ff0000;}
.blue {color: #0070c0;}
.g-blue {color: #235180;}
.green {color: #008000;}
.brown {color: #955629;}
.yellow {color: #FF9800;}
.font-l,.font-l a {font-size: 120%;}
.font-s {font-size: 80%;}
.burasage1 {text-indent:-1em;padding-left: 1em;}
.tri-bottom {width: 0;height: 0;margin:0 auto 0 25%;border-top:30px solid #ff4800;border-right: 30px solid transparent;border-bottom: 30px solid transparent;border-left: 30px solid transparent;}
.ulol-margin {margin: 1em 0 2em 0;}

.layout-t table {width: 680px;}
.layout-t table caption {text-align: left;margin-bottom: 2em;}
.layout-t table td {border: 0;padding: 0;}

.space01 {letter-spacing: 0.1em;}
.space015 {letter-spacing: 0.2em;}
.space02 {letter-spacing: 0.25em;}
.space03 {letter-spacing: 0.33em;}
.space05 {letter-spacing: 0.5em;}
.space06 {letter-spacing: 0.66em;}
.space07 {letter-spacing: 0.74em;}
.space08 {letter-spacing: 0.8em;}
.space1 {letter-spacing: 1em;}
.space14 {letter-spacing: 1.43em;}
.space15 {letter-spacing: 1.5em;}
.space2 {letter-spacing: 2em;}
.space3 {letter-spacing: 3em;}
.space4 {letter-spacing: 4em;}
.space5 {letter-spacing: 5em;}
.space6 {letter-spacing: 6em;}

/* テーブル */
table {width: 100% !important;}
.tbl-1 .col1 {width: 30%;}
.tbl-1 .col2, .tbl-1 .col3 {width: 35%;}
.tbl-2 th, .tbl-2 td {width: 50%;}
.tbl-2 .center td {text-align: center;}
.tbl-3 .col1 {width: 6em;}
.tbl-3 th, .tbl-3 td{border: 1px solid #000 !important;}
.tbl-3 td{background-color: #fff !important;}

.tbl-eakon .th-1{width: 13em;}

/* フォーム */
.mw_wp_form th {width: 7em;}
.mw_wp_form table {width: 100%;}
.mw_wp_form .form-btn {text-align: center;margin: 30px 0 40px 0;}
.mw_wp_form .form-btn input {background-image: url(https://blog.hprs1.com/kuruma/wp-content/uploads/otoiawase.png);border: 0;width: 245px;height: 42px;padding: 0px 0 0 35px;font-size: 117%;color: #ffffff;margin: 0;}
.mw_wp_form .form-btn input:hover {-ms-filter: "alpha(opacity=70)";filter: alpha(opacity=70);opacity: 0.7;}