@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 : #000097;/*文字色*/ 
    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 : 5px double #2e5ade;
    border-top : 5px double #2e5ade;
    background: linear-gradient(#ebf6ff, #d0e8ff);
    
}

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



.article h4 {
  color: #000097;/*文字色*/
  font-size: 16px;
  font-weight : bold;
  border-bottom: 1px solid #000097;
  margin-bottom : 18px;
  position: relative;
  border-top-width : 0px;
}

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



.article h6 {
  color: #000097;/*文字色*/
  font-size: 16px;
  font-weight : bold;
  border-bottom: 1px solid #000097;
  margin-bottom : 18px;
  position: relative;
  border-top-width : 0px;
}



text-align: justify; /* 両端揃え(均等割り付け) */

p {
   text-align: justify; /* 両端揃え */
   text-justify: inter-ideograph; /* 両端揃えの種類 */
}

/* メールフォーム */

.mail-title01{
  font-size : 18px;
  font-weight : bold;
  padding-left : 10px;
  padding-bottom : 6px;
  margin-top : 10px;
  margin-bottom : 12px;
  border-left-width : 6px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : silver;
  border-bottom-color : silver;
  background-color : #fafafa;
  padding-top : 6px;
}

.form-range{
  background-color : #fbfdff;
  padding-top : 8px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 8px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #aad5ff;
  border-bottom-color : #aad5ff;
}


/* 日付 */

.date-time{
  position: relative;
  padding: 0.3em;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #000040;
  width : 180px;
  height : auto;
  color : white;
  text-align : center;
  font-size : 15px;
  font-weight : bold;
  letter-spacing : 1px;
}

.date-time::after{
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #000040;
  width: 0;
  height: 0;
}

/* ストライプ文字 */

.stripe{ 
  color: #3366ff;/*文字色*/
  position: relative;
  padding: 0.3em;
}
.stripe:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: repeating-linear-gradient(-45deg, skyblue, #3366ff 2px, white 2px, white 4px);
}


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

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


}
/* カラー・サイズ */

.color-red{
  color : red;
}

.color-blue{
  color : blue;
}

.color-royalblue{
  color : #0080ff;
}

.color-gray{
  color : #808080;
}

.color-lightgray{
  color : #d3d3d3;
}


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

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

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

.bold{
  font-weight : bold;
}

.color-orange{
  color : #ff7f50;
}

.underline{
  text-decoration : underline;
}

.td_bg{
  background-color : #fcfcfc;
}

.td_bg02{
  background-color : #fdfdfd;
}

.td_yellow{
  background-color : #ffffe6;
}


.td_lightgray{
  color : #c0c0c0;
}

.blod{
  font-weight : bold;
}

.no_underline{
  text-decoration : none;
}

.date_weather{
  font-weight : 600;
  font-size : 15px;
  color : white;
  background-color : #000040;
  padding-top : 3px;
  width : 160px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 3px;
  text-align : center;
  letter-spacing : 1px;
}


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

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




.hyogo-bg{
  padding-top : 12px;
  padding-bottom : 12px;
  margin-top : 12px;
  margin-bottom : 12px;
  color : #0080ff;
  font-size : 15px;
  font-weight : bold;
}


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

.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;
}


/************************************
** サイドバナー
************************************/

/* 水難事故01 */
.section-01 {
  max-width: 300px;
  margin: 20px auto;
}
a.btn_09-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-weight : bold;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100px;
  padding: 20px 20px 20px 75px;
  background-color: #f3fafa;
  border: 5px solid #407f7f;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
}
a.btn_09-01::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  background-image: url("https://www.teguchi.info/wp-content/uploads/2021/07/01.png");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_09-01 span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
a.btn_09-01 span span {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}
a.btn_09-01:hover {
  color: #2f4f4f;
  background-color: #ffffee;
}
/* 秋の火災予防運動 */

.section-02 {
  max-width: 300px;
  margin: 20px auto;
}
a.btn_09-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-weight : bold;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100px;
  padding: 20px 20px 20px 75px;
  background-color: #f3fafa;
  border: 5px solid #407f7f;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
}
a.btn_09-02::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  background-image: url("https://www.teguchi.info/wp-content/uploads/2021/10/fire.png");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_09-02 span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
a.btn_09-02 span span {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}
a.btn_09-02:hover {
  color: #2f4f4f;
  background-color: #ffffee;
}


/* 気温予想 */

.section-03 {
  max-width: 300px;
  margin: 20px auto;
}
a.btn_09-03 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-weight : bold;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100px;
  padding: 20px 20px 20px 75px;
  background-color: #f3fafa;
  border: 5px solid #407f7f;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
}
a.btn_09-03::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  background-image: url("https://www.teguchi.info/wp-content/uploads/2021/09/icon-2.png");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_09-03 span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
a.btn_09-03 span span {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}
a.btn_09-03:hover {
  color: #2f4f4f;
  background-color: #ffffee;
}


/* いつから・いつまで */

.section-04 {
  max-width: 300px;
  margin: 20px auto;
}
a.btn_09-04 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-weight : bold;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100px;
  padding: 20px 20px 20px 75px;
  background-color: #f3fafa;
  border: 5px solid #407f7f;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
}
a.btn_09-04::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  background-image: url("https://www.teguchi.info/wp-content/uploads/2021/10/cat-winter.png");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_09-04 span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
a.btn_09-04 span span {
  display: block;
  font-size: 20px;
  margin-bottom: 7px;
}
a.btn_09-04:hover {
  color: #2f4f4f;
  background-color: #ffffee;
}


/* 地震発生回数 */

.section-05 {
  max-width: 300px;
  margin: 20px auto;
}
a.btn_09-05 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-weight : bold;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100px;
  padding: 20px 20px 20px 75px;
  background-color: #f3fafa;
  border: 5px solid #407f7f;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
}
a.btn_09-05::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  background-image: url("https://www.teguchi.info/wp-content/uploads/2021/07/jisin.png");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_09-05 span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
a.btn_09-05 span span {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}
a.btn_09-05:hover {
  color: #2f4f4f;
  background-color: #ffffee;
}



/* リストデザイン */

.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;
}


/************************************
** 気温予想
************************************/


.box_temp-fore {
  margin-top : 10px;
  margin-bottom : 10px;
}

.box_month {
 display: table-cell;
 text-align : center;
 color : white;
 background-color : #004080;
 vertical-align: middle;
 margin: 10px;
 padding: 10px;
}
.box_low {
 display: table-cell;
 text-align : center;
 background-color: #eeffff;
 vertical-align: middle;
 margin: 10px;
 padding: 10px;
}
 
.box_ave{
 display: table-cell;
 text-align : center;
 background-color: #ffffee;
 vertical-align: middle;
 margin: 10px;
 padding: 10px;
}
 
.box_high{
 display: table-cell;
 text-align : center;
 background-color: #ffeeee;
 vertical-align: middle;
 margin: 10px;
 padding: 10px;
}

.td_month{
  font-size : 18px;
  font-weight : bold;
  color : white;
  background-color : #004080;
}
.tem01{
  background-color : #eaf4ff;
}
}

/************************************
** 気温の色分け
************************************/

.hi-01{
   background-color : #fff7f7;
}

.hi-02{
  background-color : #ffe6e6;
}

.hi-03{
  background-color : #ffd9d9;
}

.low-01{
  background-color : #f2ffff;
}

.low-02{
  background-color : #e6ffff;
}

.low-03{
  background-color : #d9ffff;
}



/************************************
** 水難事故
************************************/


/* box30 */

.child-water{
  color : #0080ff;
  background-color : #eeffff;
  width : 270px;
  font-size : 15px;
  padding-top : 4px;
  padding-left : 4px;
  padding-right : 4px;
  padding-bottom : 4px;
  text-align : center;
}

.box30 {
    text-decoration : none;
    font-size: 14px;
    margin: 2em 0;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    text-decoration : none;
    font-size: 16px;
    background: #f0f8ff;
    padding: 4px;
    text-align: center;
    color: #000;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
    text-decoration : none;
}


/* 1.川の事故防止 ++++++++++ */
.slider-box p, .slider-box div, .loop-box ul, .loop-box li {
  box-sizing: border-box; margin: 0 !important; padding: 0 !important;
}

/* 2.ベースBOXの設定 +++++++++++++++++++++ */
.slider-box {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%; /* 画面又は親要素に対するサイズ - 変更可 */
  background: #fff; /* 背景色 - 変更可・削除可 */
  margin: 0 auto; /* Box外の余白 - 変更可 */
  padding: 0px 0 0; /* 上端からスライダーまでの距離 - 変更可・削除可 */
}

/* 3.チェックボックスを利用した停止・再生などの設定 +++++++++++++++++ */
.slider-check {
  display: none;
}
.slider-check:checked ~ .loop-box > .loop {
  animation-play-state: paused;
}
.slider-label {
  display: block;
  cursor: pointer;
  color: #fff; /* 文字色 - 変更可 */
  font-size: 24px; /* 文字サイズ - 変更可 */
  line-height: 2; /* ボタン部分の高さ - 変更可 */
  text-align: center;  
}
.slider-label::before {
  content: "\025a0  テスト"; /* 停止テキスト - 変更可 */
  } 
.slider-check:checked ~ div > .slider-label::before {
  content: "\025b6  MOVE"; /* 再生テキスト - 変更可 */
}

/* 4.スライダー本体とアニメーションの基本設定 ++++++++++++++ */
.loop-box{
  position: relative;
  width: 100%;
  overflow: hidden; 
}
.loop-box, .loop-box ul {
  height: 150px; /* スライダーの高さ - 変更注意 */
}
.loop-box ul {
  position: absolute; left: 0; top: 0;
  display: flex; 
  justify-content: space-between;
  background: #fff; /* スライダーの背景色 - 変更可 */
  list-style: none;
  max-width: 10000%; 
  min-width: 100%;
  width: calc(240px * 1.02 * 7); /* 画像の横幅×枚数 - 変更注意・変更可・変更注意 */
  animation: 35s linear infinite; /* アニメーション設定 - 変更可 */
}
.loop-box li {
  display: flex;
  align-items: center; 
  justify-content: center;
  color: #fff;
  width: calc(100% / 3); /* li の幅を均等にする - 削除可・変更注意 */
}
.loop-box img {
  height: 140px;
  width: 240px;
}

/* 5.アニメーション個別設定 ++++++++++ */
.loop-box ul.loop1 {
  animation-name: loop1;
}
.loop-box ul.loop2 {
  animation-name: loop2;
}
@keyframes loop1 {
  0% {transform: translateX(0); }
  49.99999% {transform: translateX(-100%); }
  50% {transform: translateX(100%); }
}
@keyframes loop2 {
  0% {transform: translateX(100%); }
  100%{transform: translateX(-100%); }
}

/************************************
** ブログカード
************************************/
.blogcard-snippet,
.blogcard-footer {
  display: none;
}
.blogcard-wrap {
  transition: all .3s;
  max-width: 680px;
  margin: 2em auto;
}
.blogcard {
  border:1px solid #eaeaea !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  padding: 10px;
}
.blogcard-wrap:hover {
  background: none;
  transform: translateY(-3px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
}
.blogcard-thumbnail {
  margin: 0;
}
.blogcard-thumbnail img {
  display: block;
}
.blogcard-title {
  color: #555;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 1.5;
  margin: 10px 0 0 0;
  height: 45px;
  overflow: hidden;
}
.blogcard-content {
  min-height: auto;
  margin-left: 185px;
  padding-right: 6px;
}
.blogcard-label {
  top: -11px;
  left: 9px;
  padding: 3px 0.6em;
  background:#aaa;
  padding: 1px 10px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
}
.blogcard-content:after {
  content: "クリックして読む";
  background: #1e90ff; /* 背景色 */
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  width: 180px;
  border-radius: 20px;
  font-size: 13px;
  padding: 1px 0;
  margin-top: 6px;
}
@media screen and (max-width: 834px) {
  .blogcard-content {
    margin-left: 130px;
  }
  .blogcard-title {
    font-size:12px;
    line-height: 1.5;
    height: 35px;
    margin:0;
  }
  .blogcard-content:after {
    content: "タップして読む";
  }
  .blogcard-thumbnail{
    width:120px;
  }
}
@media screen and (max-width: 560px) {
  .blogcard-content:after {
    width: 120px;
    font-size: 12px;
  }
  .blogcard-title {
    margin:0;
  }
}
@media screen and (max-width: 320px) {
  .blogcard-thumbnail {
    width: 100px;
  }
  .blogcard-content {
    margin-left: 110px;
  }
  .blogcard-title {
    height: 35px;
  }
}



/* 装飾 */
.relation{
	background-color : #f2f9ff;border-width : 1px;border-style : solid;border-color : #004080;
padding-top : 6px;
padding-left : 6px;
padding-right : 6px;
padding-bottom : 6px;
}

.frame01{
	border-width : 1px;border-style : solid;border-color : gray;
}

.comments{
font-size : 14px;
line-height : 24px;
background-color : #fafafa;
letter-spacing : 1px;
padding-top : 8px;
padding-left : 8px;
padding-right : 8px;
padding-bottom : 8px;
border-width : 1px;
border-style : solid;
border-color : silver;border-top-left-radius : 5px 5px;border-top-right-radius : 5px 5px;border-bottom-right-radius : 5px 5px;border-bottom-left-radius : 5px 5px;
}


/* 画像 */



.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;

}

.div_18px{
  font-size : 18px;
}



/* クマ関連 */
#kuma_link{
	padding-bottom : 8px;border-width : 1px;border-style : solid;border-color : #a4a4a4;
width : auto;
}

.kuma_title{
	background-color : #f2f2f2;
text-align : center;
padding-top : 6px;
padding-left : 0px;
padding-right : 4px;
padding-bottom : 6px;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
border-bottom-width : 1px;
border-bottom-style : solid;
border-bottom-color : #a4a4a4;
letter-spacing : 1px;
font-size : 16px;
}


.kuma-aria01{
  font-size : 16px;
  line-height : 24px;
}
.kuma-aria02{
  font-size : 18px;
  line-height : 24px;
}


/* テキストボタン（交通安全） */

.btn-flat-border-black {
  display: inline-block;
  width: 240px;
  padding: 0.3em 1em;
  margin-bottom : 20px;
  text-decoration: none;
  text-align : center;
  color:#000000;
  border: solid 1px #c0c0c0;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border-black:hover {
  background: #fcfcfc;
  color: #696969;
}




/* テキストボタン */

.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){
  /*必要ならばここにコードを書く*/
}
