@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.3
*/

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
.card_left{
  float: left;
  width: 70%;
}
.card_right{
  float: right;
  width: 30%;
  text-align: center;
}
.card_clear{
  clear: both;
}
.card_clear2{
  clear: both;
  background-color: #FEF;
  padding: 10px;
  margin-bottom: 20px;
}
.box2{
  margin: 20px 0.5% 20px 0.5%;
  padding: 50px 10px;
  width: 400px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
}
.back_1{
  background-image: url(box1.png);
  background-repeat: no-repeat;
}
.back_2{
  background-image: url(box2.png);
  background-repeat: no-repeat;
}
.p_home{
  margin: 10px 200px;;
}
.contents{
  margin: 0 auto;
  text-align: center;
}
.ha_center{
  width: 26em;
}
.pc { display: block !important; }
.sp { display: none !important; }
@media screen and (max-width: 700px){
  /*スマホ用*/
.p_home{
  margin: 10px 10px;
}
.card_left{
  width: 65%;
}
.card_right{
  width: 35%;
}
.box2{
  margin: 10%;
  padding: 50px 10px;
  width: 80%;
  text-align: center;
  display: inline-block;
}
.back_1{
  background-image: url(box3.png);
  background-repeat: no-repeat;
}
.back_2{
  background-image: url(box4.png);
  background-repeat: no-repeat;
}
.pc { display: none !important; }
.sp { display: block !important; }
}

@media screen and (max-width: 550px){
  .card_left{
    width: 100%;
  }
  .card_right{
    width: 100%;
  }
  .p_home{
    margin: 10px 10px;
  }
  .ha_center{
    width:auto;
  }
}

h1 {
  color: #0096c8;
  font-size: 1.3em;
  border-bottom: dashed 2px #6594e0;
}
.kiyaku{
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
  }
.kiyaku{
      font-size: 1.2em;
      font-weight: bold;
      text-align: center;
    }
.kiyaku_h2{
  font-size: 1em;
  font-weight: bold;
  padding-top: 10px;
}
.kiyaku_p{
  padding-left: 1em;
}
.kiyaku_ol,.kiyaku_ol li{
  margin-left: 1em;
}
.kiyaku_right{
    text-align: right;
}
a{
  text-decoration: none;
}

.happy_list li{
  display: inline-block;
  padding: 3px 10px;
  width: 6.3em;
  line-height: 1.4em;
  border-radius: 30px;
  box-shadow: 2px 2px 4px gray;
  text-align: center;
  vertical-align: bottom;
  margin-right: 2px;
  margin-bottom: 2px;
}
ul.happy_list{
}
.list_pink{
  background-color: #ffd6ff;
  padding-top: 2px;
}
.list_blue{
  background-color: #d6ffff;
}
.div_fff_left{
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}
.red{
  color: red;
}
.bold_1{
  font-weight: bold;
}
dt.dt_left,.div_left2{
  float: left;
  font-weight: bold;
}
dd.dd_margin_left{
  margin-left: 100px;
}
dd.dd_margin_left2{
  margin-left: 200px;
}
dd.dd_margin_leftside{
  margin-left: 100px;
}
dd.dd_margin_left3{
  float: left;
  margin-left: 80px;
}
.div_fff{
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}
div .div_blog3{
  background-color: #fff;
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
}
.section_css{
  margin: 20px;
}
.div_blog2{
  border: groove 3px #fff;
  padding: 10px;
  min-height: 150px;
  height: auto !important;
}
dt.dt3,.p_top{
  margin-top: 10px;
}
.dt3_h2{
  background-color: #87cefa;
  padding: 10px;
  margin: 10px 0 20px 0;
  border-radius: 5px;
  color: blue;
}
dd.dd2{
  margin-left: 20px;
}
.p_bottom{
  margin-bottom: 10px;
}
.p_bottom2{
  margin-bottom: 100px;
  background-color: #87cefa;
}
.submit_1{
  margin-top: 10px;
    display       : inline-block;
    border-radius : 4%;
    text-align    : center;
    cursor        : pointer;
    padding       : 6px 9px;
    color         : #4da6ff;
    background    : #ffffff;
    line-height   : 1em;
    transition    : .3s;
    box-shadow    : 6px 6px 3px #666666;
    border        : 2px solid #4da6ff;
  }
  .submit_1:hover {
    box-shadow    : none;
    background    : #4da6ff;
    color         : #ffffff;
  }
  .submit_1,.happy_list a,.submit_2,.submit_3{
    text-decoration: none;
  }
  .submit_3{
    margin-top: 10px;
      display       : inline-block;
      border-radius : 4%;
      text-align    : center;
      cursor        : pointer;
      padding       : 6px 9px;
      color         : #fff;
      background    : #4da6ff;
      line-height   : 1em;
      transition    : .3s;
      box-shadow    : 6px 6px 3px #666666;
      border        : 2px solid #fff;
    }
    .submit_3:hover {
      box-shadow    : none;
      background    : #fff;
      color         : #4da6ff;
    }

  .div_fff2{
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
  }
  .mypage_div{
    background-color: #fff;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 1px 1px 2px blue;
    padding: 20px 30px 20px 0;
  }
  .mypage_li li {
    position: relative;
    list-style-type: none!important;/*ポチ消す*/
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin-bottom: 10px;
    line-height: 1.5;
    background: #dbebf8;
    vertical-align: middle;
    color: #505050;
    border-radius: 15px 0px 0px 15px;
    box-shadow: 1px 1px 2px #1E90FF;
    text-align: left;
  }

  .mypage_li li:before{
    display:inline-block;
    vertical-align: middle;
    /*以下白丸つくる*/
    content:'';
    width:1em;
    height: 1em;
    background: #fff;
    border-radius: 50%;
    margin-right: 8px;
  }
  .a_box1{
      text-decoration:none;
  }
  .list3{
    color: blue;
    border: none;
    margin: 10px 2px;
    padding: 10px;
  }
ul .list2{
   text-decoration: none;
   margin-left: 10px;
   margin-bottom: 7px;
   background-color: #f0f8ff;
   padding: 10px;
  }
  ul .list4{
     text-decoration: none;
     color: blue;
     margin-left: 10px;
     margin-bottom: 7px;
     background-color: #fff;
     padding: 10px;
    }

  ul .list2,.list3{
    display: flex;
    list-style: none;
  }
  .div_4{
    text-align: center;
    clear: both;
  }
  .p_posts_b2{
    padding-right: 20px;
    text-align: right;
    font-size: 0.8em;
  }
.card-wrap{
   padding: 20px;
   background: #FFF;
   border-radius: 3px;
   box-shadow: 0 0px 20px rgba(0,0,0,0.2);
   margin-bottom: 40px;
}
.card-wrap2{
   padding: 10px;
   background: #ffffe0;
   border-radius: 3px;
   box-shadow: 0 0px 20px rgba(0,0,0,0.2);
   margin-bottom: 5px;
}

.blue_bold{
  color: #1e90ff;
  font-weight: bold;
  padding-top: 20px;
}
.botom_margin{
  margin-bottom: 30px;
}
.favoriteLists{
  text-align: right;
  border-bottom: 2px solid #4da6ff;
}
.favoriteLists2{
  padding: 30px;
  text-align: right;
}

.p_bottom{
  padding-bottom: 15px;
}
.none_form{
  background-color: white;
  font-size: 1em;
  border: none;
}
.table_top{
  margin-top: 20px;
}
.div_white{
  background-color: white;
  padding: 10px;
}
.table_blue{
  background-color: #00bfff;
  color: white;
  text-align: center;
}
.label_1{
  margin-right: 10px;
}
.th_1{
  border-top: solid  #00bfff;
  border-bottom: solid  #00bfff;
}
.table_td{
  background-color: #87cefa;
}
.table_3 td,.table_3 th{
  border-color: #87cefa;
}
.table_3{
  margin-bottom: 100px;
}
.p_price{
  font-weight: bold;
  font-size: 1.4em;
}
.div_form{
  border-radius: 1%;
  background-color: #fff;
  padding: 10px;
}
.h2_css{
  font-size: 1em;
  padding: 5px;
  border-top: 3px dotted #000;
  border-bottom: 3px dotted #000;
}
.li_happy{
  list-style: none;
}
.section_css{
  margin: 20px;
}
.p_table{
  float:left;
}
input.submit_happy{
  float: right;
  background-color: #EEE;
  padding: 5px;
  width: 100px;
}
/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;

}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);

}
.title::after{
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;/*はじめは非表示*/
  background: #f3f3f3;
	margin:0 3% 3% 3%;
  padding: 3%;
}
.p_clinic{
  background-color: #00bfff;
  padding: 10px;
  color: white;
  margin-top: 10px;
}
.span_1{
  color: #fff;
  background-color: #00bfff;
  font-size: 1.1em;
  padding: 10px;
  border-radius: 50px;
  margin-bottom: 50px;
  font-weight: bold;
}
.h4_1{
  margin-bottom: 10px;
  font-size: 1.1em;
}
.step{
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	clear: both;
}
.pp{
  margin-bottom:15px;
  margin-top: 10px;
}
.pp2{
  margin-bottom:15px;
  margin-top: 10px;
  text-align: center;
}

.botan{
  text-align: center;
  color: #1e90ff;
  background-color: #fff;
  font-size: 1.1em;
  padding: 10px 30px;
  border-radius: 10px;
  margin-bottom: 50px;
  font-weight: bold;
  border: 1px solid #ccc;
}
.yahoo{
  text-align: center;
}
.p_blue{
  background-color: #00bfff;
  padding: 10px;
  color: white;
  font-weight: bold;
  margin: 20px 0;
  border-radius: 10px;
}
.pic1{
	border-radius: 20px;
}
.contents2 {
  background-color: white;
  padding: 20px;
}
.contents3 {
  background-color: #f5f5f5;
  padding: 10px;
  margin: 20px;
  border-radius: 15px;
  border: 2px solid #dcdcdc;
}
.item1 {
  float: left;
}
.item2 {
  float: left;
  padding-left: 20px;
}
.item3 {
  clear: both;
}
.span1{
  font-weight: bold;
}
.mypage{
  color :red;
  background-color: #fffacd;
  padding: 10px;
  border-radius: 10px;
}
.ha_right{
  text-align: right;
  vertical-align: bottom;
}
.ha_left{
  text-align: left;
  vertical-align: bottom;
  }
.table_1 ,.table_1 td{
  margin-top: 20px;
  background-color: #d8eeff;
  box-shadow: none;
  border: none;
}
.table_1 .ha_center{
  border-bottom: 1px dashed blue;
}
.p_6{
  margin-top: 10px;
  font-weight: bold;
}
.user_name{
  text-align: right;
  padding-right: 20px;
  font-size: 0.8em;
}
