@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.7
*/

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

.grecaptcha-badge { visibility: hidden; }


/* レイアウト */


#header {
  margin-bottom: 0;
  padding-top : 24px;
}
td{
	background-color : white;
}


/* タイトル */
#site-title {
  font-size: 16px;
}

#site-description {
  color : #fafafa;
}


/* 目次 */
#page-index{
  background-color : #fcfcfc;border-width : 1px;border-style : solid;border-color : #cccccc;
  font-size : 18px;
  padding-top : 8px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 8px;
  margin-top : 8px;
  margin-bottom : 12px;
}



************************************
** 見出し
************************************/

/* 見出し */

.article h1 {
    font-size: 18px;
    font-weight : bold;
}

.article h2 {
    color : #808000;/*文字色*/ 
    font-size : 16px;
    font-weight : bold;
    letter-spacing : 1px;
    text-align : center;
    padding-top : 16px;
    padding-bottom : 16px;
    line-height : 20px;
    margin-top : 48px;
    margin-bottom : 12px;
    border-bottom : 7px double #bdb76b;
    border-top : 7px double #bdb76b;
    background: linear-gradient(#fffaf0, #faf0e6);
    
}

.article h3 {
    color: #808000;/*文字色*/
    border-top-style : none;    
    font-size: 18px;
    box-shadow: 1px 1px 2px lightgray;
    font-weight : bold;
    border-left: 8px solid #bdb76b;
    border-bottom: 1px solid #bdb76b;
    margin-top : 20px;
    margin-bottom : 20px;
    padding:10px 0;
    padding-left : 12px;
}


.article h4 {
  color: #808000;/*文字色*/
  font-size : 18px;
  border-bottom: double 4px #bdb76b;
  border-top-style : none;
  padding-left : 12px;
}


.article h5 {
    color: #808000;/*文字色*/
    border-top-style : none;    
    font-size: 18px;
    box-shadow: 1px 1px 2px lightgray;
    font-weight : bold;
    border-left: 8px solid #bdb76b;
    border-bottom: 1px solid #bdb76b;
    margin-top : 20px;
    margin-bottom : 20px;
    padding:10px 0;
    padding-left : 12px;
}

.article h6 {
  color: #808000;/*文字色*/
  font-size : 18px;
  border-bottom: double 4px #bdb76b;
  border-top-style : none;
  padding-left : 12px;
}



/* コンタクトフォーム（チェックタテ並び） */

span.wpcf7-list-item {display: block;}


/* アコーディオンポインター */

summary {
  cursor: pointer;
  margin-bottom : 12px;
  font-weight : bold;
}


}
/* カラー */

.color-red{
  color : red;
}

.color-blue{
  color : blue;
}

.color-darkblue{
  color : darkblue;
}


.color-royalblue{
  color : royalblue;
}

.color-mediumblue{
  color : mediumblue;
}

.color-dodgerblue{
  color : dodgerblue;
}

.color-gray{
  color : #808080;
}

.color-lightgray{
  color : #d3d3d3;
}

.color-orange{
  color : #ff7f50;
}
/* サイズ */

.font-size12{
  font-size : 12px;
}
.font-size13{
  font-size : 13px;
}

.font-size14{
  font-size : 14px;
}

.font-size15{
  font-size : 15px;
}

.font-size16{
  font-size : 16px;
}

.font-size17{
  font-size : 17px;
}

.font-size18{
  font-size : 18px;
}

.font-size20{
  font-size : 20px;
}

.font-size22{
  font-size : 22px;
}
.font-size23{
  font-size : 23px;
}

.font-size24{
  font-size : 24px;
}


.bold{
  font-weight : bold;
}

.color-orange{
  color : #ff7f50;
}

.underline{
  text-decoration : underline;
}

.td_bg{
   background: linear-gradient(#ffffff, #e9e9e9);
   text-align : center;
}

.td_bg02{
  background-color : #f8f8f8;
  text-align : center;
}

.td_yellow{
  background-color : #ffffe6;
}


.td_lightgray{
  color : #c0c0c0;
}

.blod{
  font-weight : bold;
}

.no_underline{
  text-decoration : none;
}



.text-right{
  text-align : right;
}

.text-left{
  text-align : left;
}


/* テキストボタン（青） */

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #4169e1;
  margin-top : 8px;
  margin-bottom : 8px;
  border: solid 1px #4169e1;
  border-radius: 3px;
  transition: .4s;
  text-align : center;
  width : 100%;

}

.btn-flat-border:hover {
  background: #4169e1;
  color: white;
}

/* sns下サイドボタン */

.btn-sns-under{
    height:80px;
    line-height:80px;
}
.btn-sns-under a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#ffdab9;
    text-align:center;
    margin-top : 12px;
    color:#000000;
    font-size:20px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.btn-sns-under a:hover{
    background:#4169e1;
    color:#F0FCFF;
    margin-left:0px;
    margin-top:12px;
    box-shadow:none;
}





/* テキストボタン（点線） */

.btn-flat-dashed-border {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #1e90ff;
  border: dashed 1px #1e90ff;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-dashed-border:hover {
  border-style: dotted;
  color: #679efd;
}




/* リストデザイン */

.list-1{
    list-style: none;
    padding:0;
    margin:0;
}
.list-1 li { 
    position: relative;
    margin:0.5em 0 !important;
    padding-left: 25px;
}
.list-1 li:before {
   background-color:  #ffa952; /* 点の色 */
   position: absolute;
   content: '';
   top:0.9em;
   left: 0.5em;
   width: 7px;
   height: 7px;
   border-radius: 4px;
}

.list-2{
   list-style: none;
   padding:0;
   margin:0;
}
.list-2 li { 
   border-bottom:2px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:0.5em 0 !important;
   max-width:auto; /* 横幅 */
   padding: 0 0 0.5em 1.4em;
}
.list-2 li:last-child{ 
   border:none;
}
.list-2 li:before {
   background-color:  #ffa952; /* 点の色 */
   position: absolute;
   content: '';
   top:0.9em;
   left: 0.5em;
   width: 7px;
   height: 7px;
   border-radius: 4px;
}

.list-3{
   list-style: none;
   padding:0;
   margin:0;
}
.list-3 li { 
   border-bottom:2px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:0.5em 0 !important;
   max-width:auto; /* 横幅 */
   padding: 0 0 0.5em 1.4em;
}
.list-3 li:before {
   font-family: FontAwesome;
   content: "\f058"; /*アイコン*/
   color:  #ffa952; /* 色 */
   position: absolute;
   left:0;

}

.list-4{
  list-style: none;
  padding:0;
  margin:0;
}
.list-4{
  list-style: none;
  padding:0;
  margin:0;
}
.list-4 li { 
  border-bottom:2px dashed;
  border-color:#cdcdcd; /* 線の色 */
  position: relative;
  margin:0.5em 0 !important;
  max-width:500px; /* 横幅 */
  padding: 0 0 0.5em 1.4em;
}
.list-4 li:last-child{ 
  border:none;
}
.list-4 li:before {
  font-family: FontAwesome;
  content: "\f27a"; /*アイコン*/
  color:  #ffa952; /* 点の色 */
  position: absolute;
  left:0;
}

.list-5{
   counter-reset:number; 
   list-style-type: none; 
   padding:0;
   margin:0;
}
.list-5 li { 
   position: relative;
   margin:0.5em 0 !important;
   padding-left: 1.8em;
}
.list-5 li:before {
   counter-increment: number;
   content: counter(number);
   background-color: #ffa952; /* 文字背景色 */
   color: #fff; /* 文字色 */
   position: absolute;
   font-weight:bold;
   font-size: 14px;
   border-radius: 50%;
   left: 0;
   top:0.5em;
   width: 22px;
   height: 22px;
   line-height: 22px;
   text-align: center;
}

.list-6{
   counter-reset:number;
   list-style-type: none;
   padding:0;
   margin:0;
}
.list-6 li { 
   border-bottom:2px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:0.5em 0 !important;
   max-width:500px; /* 横幅 */
   padding: 0 0 0.5em 1.8em;
}
.list-6 li:last-child { 
   border:none;
}
.list-6 li:before {
   counter-increment: number;
   content: counter(number);
   background-color: #ffa952; /* 文字背景色 */
   color: #fff; /* 文字色 */
   position: absolute;
   font-weight:bold;
   font-size: 14px;
   border-radius: 50%;
   left: 0;
   top:0.5em;
   width: 22px;
   height: 22px;
   line-height: 22px;
   text-align: center;
}

.list-7{
   counter-reset:number; 
   list-style-type: none; 
   padding:0;
   margin:0;
}
.list-7 li { 
   position: relative;
   margin:0.5em 0 !important;
   padding-left: 1.8em;
}
.list-7 li:before {
   counter-increment: number;
   content: counter(number);
   background-color: #ffa952; /* 文字背景色 */
   color: #fff; /* 文字色 */
   position: absolute;
   font-weight:bold;
   font-size: 14px;
   left: 0;
   top:0.5em;
   width: 22px;
   height: 22px;
   line-height: 22px;
   text-align: center;
}

.list-8{
   counter-reset:number;
   list-style-type: none;
   padding:0;
   margin:0;
}
.list-8 li { 
   border-bottom:2px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:0.5em 0 !important;
   max-width:auto; /* 横幅 */
   padding: 0 0 0.5em 1.8em;
}
.list-8 li:last-child { 
   border:none;
}
.list-8 li:before {
   counter-increment: number;
   content: counter(number);
   background-color: #ffa952; /* 文字背景色 */
   color: #fff; /* 文字色 */
   position: absolute;
   font-weight:bold;
   font-size: 14px;
   left: 0;
   top:0.5em;
   width: 22px;
   height: 22px;
   line-height: 22px;
   text-align: center;
}

/* リンクボタン */

.button {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 13pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding-left : 4px;padding-right : 4px;  /* 余白       */
  padding-top : 8px;padding-bottom : 8px;
  margin-left : 3px;
  margin-bottom : 10px;
  text-decoration : none;
  background    : #ffffff;     /* 背景色     */
  color         : #003300;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 1px 1px #666666;  /* 影の設定 */
}
.button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
}


/* ボックス01 */

.box4-blue {
	position: relative;	/* 配置に関するもの(ここを基準に) */
	max-width:600px; /* ボックスの横幅 */
	margin: 2em auto;	/* ボックスの外側余白(上下:2em　左右:auto) */
	padding: 1.7em 2em;	/* ボックスの内側余白(上下:1.7em　左右:2em) */
	border: 2px dotted #0e7ac4;	/* ボックスの線 (太さ　線の種類　線の色)*/
	border-radius: 4px;	/* ボックスの角丸 */
}
.box4-blue .box-title {
	position: absolute; /* 配置に関するもの(ここを動かす) */
	top: -10px; /* 上から（-10px）移動*/
	left: 30px; /* 左から(30px)移動 */
	background: #fff; /* タイトル背景色 */
	color: #0e7ac4; /* タイトル文字色 */
	padding: 0 10px;/* タイトルの余白 */
	line-height: 1;/* タイトルの行の高さ */
	font-size: 20px;/* タイトル文字の大きさ */
	font-weight: bold;/* タイトル文字の太さ */
}
.box4-blue p {
	margin: 0; /* 文字の外側余白リセット*/
	padding: 0; /* 文字の内側余白リセット*/
}
/* ボックス02 */


.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #1e90ff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #1e90ff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}



.box26-data {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 1px #a9a9a9;
    border-radius: 4px;
　 font-size: 16px;
}
.box26-data .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 6px;
    line-height: 1;
    font-size: 16px;
    background: #ffffff;
    color: #808080;
    font-weight: bold;
}
.box26-data p {
    margin: 0; 
    padding: 0;
   font-size: 16px;
   color : #696969;
}
.box26-data li {
   font-size: 16px;
  color : #808080;
}

/* 画像 */



.border_radius {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* ノート */

.note{
 
  border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px; border-bottom-left-radius: 5px 5px;
  padding : 12px 8px;
  margin-top : 12px;
  letter-spacing : 1px;
  background-color : #fafafa;
}

.note_yellow{
  background-color : #fffff2;
  padding-top : 6px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 6px;
}

.note_01{
 
 border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px;
 border-bottom-right-radius: 5px 5px; border-bottom-left-radius: 5px 5px;
 padding: 8px; border: 1px solid silver;
 margin-top : 12px;
 letter-spacing : 1px;
}
.note_04{
  background-color : #fffbff;
  padding-top : 12px;
  padding-left : 12px;
  padding-right : 12px;
  padding-bottom : 12px;
  margin-top : 12px;
  margin-bottom : 12px;

}

/* テキストボタン */

.data_name{
	text-align: center;
background-color: #f2f2f2;
font-size : 14px;
}
table{
	background-color: gray;
border-width : 0px;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
padding-top : 0px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 0px;
}

/* テキストボタン（メイン） */


a.cp_btn {
	display: block;
	width: auto;
	padding: 1.8em;
	text-align: center;
        font-weight : bold;
	text-decoration: none;
	color: #191970;
	border: 2px solid #191970;
	border-radius: 3px;
	transition: .4s;
}
a.cp_btn:hover {
	background: #191970;
	color: #fff;
}

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

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

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

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