@charset "UTF-8";

/*
Template:story_tcd041
Theme Name:kumi_child
*/


/*----------------------------------------
トップページ
----------------------------------------*/
.content02 p{
  font-size: 18px;
}




/*----------------------------------------
画像整列
----------------------------------------*/
/*画像均等割りの親要素*/

.col-flex,
.col-flex-b{
    width: 100%;
    margin:0 auto 30px;
    display: flex;
    justify-content: space-between;
}
/*2カラム画像整列-均等 A:均等　B:左広　C:右広*/
.col-flex img,
.col-flex-b img{
    width: 100%;
    text-align: center;
    margin: 0;
}
/*2カラム均等配列　左右同幅*/
.flex-item-2{
    width: 48%;
    height: auto;
}
/*2カラム均等配列　広いほう*/
.flex-item-2B{
    width: 60%;
    height: auto;
}
/*2カラム均等配列　狭いほう*/
.flex-item-2C{
    width: 36%;
    height: auto;
}

@media only screen and (max-width:767px) {
/*画像整列の親要素*/

.col-flex{
  display: block;
}
/*画像整列*/
.col-flex .flex-item-2,
.col-flex .flex-item-2B,
.col-flex .flex-item-2C,
.col-flex .flex-item-3,
.col-flex .flex-item-4,
.col-flex .flex-item-5{
width: 100%;
height: auto;
} 
}

/*----------------------------------------
問合せフォーム
----------------------------------------*/
#wpcf7-f5-p18-o1{
  border: none;
  background-color: #fff;
  margin-bottom: 80px !important;
}
table.inquiry{
  width: 95%;
  margin: 0 auto;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
select,
textarea,
.field {
  border: 1px solid #ccc !important;
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 2em;
  transition: background-color 0.24s ease-in-out;
  letter-spacing: 1px;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
table.inquiry th {
    text-align: left;
    font-size: 16px;
    color: #444;
    padding-right: 10px;
    width: 30%;
    background: #f5f2ef;
    border: solid 1px #d7d7d7;
    font-weight: 600;
    text-transform: uppercase;
}
table.inquiry td {
    font-size: 15px;
    border: solid 1px #d7d7d7;
    padding: 12px;
}
.entry-content table.inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7;
}
.haveto {
    font-size: 8px;
    padding: 6px;
    background-color: #d00000;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}
.any {
    font-size: 8px;
    padding: 6px;
    background-color: #202F7A;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}
#formbtn {
    display: block;
    padding: 12px;
    width: 350px;
    background: #202F7A;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #202F7A;
    border-radius: 2px;
    margin: 25px auto 0;
}
#formbtn:hover {
    background: #CAB38A;
    color: #FFF;
    border: 2px solid #CAB38A;
}

@media(max-width:500px) {
table.inquiry td,
table.inquiry th {
    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;
}
table.inquiry tr:first-child th {
    border-top: 1px solid #eee !important;
}
table.inquiry .any,
table.inquiry .haveto {
    font-size: 10px;
}
}

/*=========フォーム下のチェックボックスのカスタマイズ====================*/
#wpcf7-f5-p18-o1 form p{
  margin-top: 30px;
  padding-left: 30px;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;
}
.wpcf7-list-item-label {
  color: #2c4b2a;
  font-weight: 600;
  cursor: pointer;
  font-size: 18px;
}
input[type="checkbox"] {
  position: absolute;
  opacity: 0;/*既存のチェックボックスを見えなくする*/
}
.wpcf7-list-item-label:before {
  content: '';
  border: 3px solid #2c4b2a;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 20px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: url("/wp/wp-content/uploads/2022/01/check-pink.png") no-repeat center;
  background-size: contain;
}

/*----------------------------------------
サイドバー
----------------------------------------*/
.widget_media_image {
  background: #871a75;
}
.widget_media_image a{
  display: block;
}
.widget_media_image img{
  width: 100%;
  border: solid 1px #871a75;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.widget_media_image a:hover img {
  opacity: .5;
  transition: 0.3s;
}

/*----------------------------------------
リスト
----------------------------------------*/
/*11pxのアイコン　デフォルトのリストマーク変更*/
.post-content li{
    list-style: none;
    font-size: 1em; 
    background:url(/wp/wp-content/uploads/2022/01/ecalic021_047.png) no-repeat left 13px !important; 
  margin: 0 0 6px 0 !important;
  padding: 0 0 0 1em !important;
}



/*----------------------------------------
フッター
----------------------------------------*/
.line{
  text-align: center;
}
.line a{
  margin: 30px auto;
  padding: .7em 3em;
  display: inline-block;
  border: solid 2px #FFF;
  border-radius: 35px;
  background-color: #36b100;
  color: #FFF !important;
  font-size: 18px;
}
.line a:hover{
  background-color: #FFF;
  color: #36b100 !important;
  border: solid 2px #36b100;
}
p.merumaga-bn{
  text-align: center;
  line-height: 1.8;
}
.merumaga-bn a{
  text-decoration: none;
  width: 100%;
  margin: 0 auto;
  padding: .5em;
  display: block;
  border: double 8px #CAB38A;
  background-color: #104D13;
  color: #CAB38A !important;
  font-size: 18px;
}
.merumaga-bn a:hover{
  background-color: #0A300C;
}
.merumaga-bn span{
  font-size: 20px;
  font-weight: 600;
}



.single #single_share_bottom{
margin-top: 50px;
}


/*-------------------------------
文字装飾
-------------------------------*/
u{
  text-decoration:none;
  border-bottom:1px solid !important;
  padding-bottom:2px !important; 
}
.marker{
  background: linear-gradient(transparent 70%, #ffff87 0%); 
  display: inline; 
  padding: 0 2px 4px;
}

/*----------------------------------------
見出し
----------------------------------------*/
.page .post-content h2,
.single .post-content h2{
  position: relative;
  padding: 0.7em;
  margin: 0 auto 40px;
  background: #202F7A;
  color: #FFF !important;
}
.post-content h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(56, 63, 100);
}

.post-content h3 {
  border-bottom: solid 3px #202F7A;
  position: relative;
  line-height: 2em;
  margin: 0 auto 30px;
  padding: 0 !important;
}
.post-content h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #CAB38A;
  bottom: -3px;
  width: 30%;
}

/*-------------------
---------------------

　ウィジェットの見出しh4は、本体の追加CSSに記載

---------------------
-------------------*/



/*----------------------------------------
吹き出し
----------------------------------------*/

.liquid-speech-balloon-avatar{
  width: 20%;
  height: auto;
}
.liquid-speech-balloon-avatar::after{
  display: none;
}
.liquid-speech-balloon-text{
  margin: 2em 0 3em;
  border-color: #871a75;
  background-color:#FFF;
  color:#871a75;
}
.liquid-speech-balloon-text p{
  margin-bottom: 0;
}
.liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow{
border-left: 10px solid #871a75;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 767px){
#top-slider-content .top-slider-logo{
font-size: 20px !important;
}
#top-slider-content .top-slider-text {
font-size: 15px !important;
}
.content01-title {
font-size: 40px !important;
}
.content02-button {
margin: 20px auto 50px;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
.content01-title {
font-size: 30px !important;
}
.content01 p{
font-size: 18px !important;
}  
}
