@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以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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

/*ヘッダーロゴ　左寄せ*/
.header-in .tagline {
text-align:left;
	padding-left: 10px;
}

.header-in .logo {
text-align: left;
	padding-left: 10px ;
	
}

/* 必須文字フォーム */
.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}

/* 任意文字フォーム灰色 */

.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}

/* 送信ボタン */
.button102{
     display:block;
     width: 180px;
     height:50px;
     line-height: 20px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #73aed6; /*ボタン色*/
     border-radius: 5px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.button102:hover{
     background-color: #4890e2; /*ボタン色*/
}

/* ボックス55青 */

.box55 {
    position: relative;
    margin: 3em 0;
    padding: 25px 15px 20px;
    border: solid 3px #95ccff;
    border-radius: 8px;
    background: #f0f7ff;
}
.box55 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 15px;
    padding: 0 9px;
    height: 28px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 15px;
    background: #95ccff;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
}
.box55 p {
    margin: 0; 
    padding: 0;
}

/* ボックス56ピンク */

.box56 {
    position: relative;
    margin: 3em 0;
    padding: 25px 15px 20px;
    border: solid 3px #efb3b3;
    border-radius: 8px;
    background: #fcefef;
}
.box56 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 15px;
    padding: 0 9px;
    height: 28px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 15px;
    background: #efb3b3;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
}
.box56 p {
    margin: 0; 
    padding: 0;
}

/* ボックス57オレンジ */

.box57 {
    position: relative;
    margin: 3em 0;
    padding: 25px 15px 20px;
    border: solid 3px #ffc06e;
    border-radius: 8px;
    background: #fff8e8;
}
.box57 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 15px;
    padding: 0 9px;
    height: 28px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 15px;
    background: #ffc06e;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
}
.box57 p {
    margin: 0; 
    padding: 0;
}
