@charset "UTF-8";

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

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



/************************************
** 基本
************************************/

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


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

.mokuji-midashi{
  font-size : 18px;
  font-weight : bold;
  background-color : #f5f5f5;
  letter-spacing : 4px;
  text-align : center;
  padding-top : 8px;
  padding-left : 12px;
  padding-right : 12px;
  padding-bottom : 8px;
  margin-top : 6px;
  margin-bottom : 2px;
  box-shadow : 7px -7px #696969;
  width : 200px;
}
#site-description {
  color : #fafafa;
}

td{
  background-color : white;
}

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

#page-index02{
  font-size : 16px;
  background-color : #f8f8f8;
  padding-top : 8px;
  padding-left : 12px;
  padding-right : 8px;
  padding-bottom : 8px;
  margin-top : 12px;
  margin-bottom : 12px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : silver;
  border-bottom-color : #fcfcfc;;
}

#page-index03{
  font-size : 16px;
  background-color : #f8f8f8;
  padding-top : 8px;
  padding-left : 12px;
  padding-right : 8px;
  padding-bottom : 8px;
  margin-top : 12px;
  margin-bottom : 12px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : silver;
  border-bottom-color : #fcfcfc;;
}
/* 見出し */

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

.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);
    position: relative;
    
}

.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 : 30px;
    margin-bottom : 20px;
    padding:10px 0;
    padding-left : 12px;
    position: relative;
}
.article h4 {
  color: #000097;/*文字色*/
  font-size: 16px;
  font-weight : bold;
  border-bottom: double 4px #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: double 4px #000097;
  margin-bottom : 18px;
  position: relative;
  border-top-width : 0px;
}
/* カラー */

.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;
}
.underline{
  text-decoration : underline;
}
/* 文字位置 */

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

.right-link{
  text-align : right;
  padding-top : 4px;
  padding-left : 4px;
  padding-right : 6px;
  padding-bottom : 4px;
  margin-top : 4px;
  margin-left : 4px;
  margin-right : 4px;
  margin-bottom : 4px;
}

.text-left{
  text-align : left;
}
.text-center{
  text-align : center;
  padding-top : 6px;
  padding-bottom : 6px;
  margin-top : 6px;
  margin-bottom : 6px;
}

/* 背景 */

.bg-sata{
  background-color : #ddeeff;
}

.bg-sun{
  background-color : #ffeaea;
}

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

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

.td_bg03{
  color : white;
  background-color : #6a6a6a;
  text-align : center;
}

.td_bg05{
  color : #ffffff;
  background-color : #004080;
  text-align : center;
}

.td_ave{
   background-color : #fafafa;
  text-align : center;
}

.bg_tab{
   background: linear-gradient(#ffffff,  #e9e9e9);
   text-align : center;
   font-weight : bold;
   border-left-width : 1px;
   border-right-width : 1px;
   border-left-style : solid;
   border-right-style : solid;
   border-left-color : silver;
   border-right-color : silver;
}

.bg-city{
  background-color : #dcefff;
}

.td_yellow{
  background-color : #ffffe6;
  text-align : center;
}
.td-century{
  background-color : #fff7f2;
  text-align : center;
}

.td_lightgray{
  color : #c0c0c0;
  text-align : center;
}

.td-kaisuu{
  color : #ffffff;
  background-color : #696969;
  text-align : center;
}

.td-chiiki{
  background-color : #eaffff;border-width : 0px;
  text-align : center;
}


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

/* 日付 */

.date-time{
  margin-top : 20px;
  position: relative;
  padding: 0.3em;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #000040;
  width : 200px;
  height : auto;
  color : white;
  text-align : center;
  font-size : 16px;
  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;
}

/************************************
** リストデザイン
************************************/

.list-1{
    list-style: none;
    padding:0 !important;
    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 !important;
   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 !important;
   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 !important;
  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 !important;
   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 !important;
   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 !important;
   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 !important;
   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;
}

/************************************
** テキストボタン
************************************/

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

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

}

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

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

.btn-flat-dashed-border {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background-color : #ffffff;
  margin-top : 8px;
  margin-bottom : 8px;
  color: #1e90ff;
  border: dashed 1px #1e90ff;
  border-radius: 3px;
  transition: .4s;
  text-align : center;
  width : 100%;
}

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

/* リンクボタン */

.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;        /* カーソル時の影消去 */
}


/* 光るテキストボタン */

a.btn_29 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: auto;
	margin: auto;
	padding: 1rem 4rem;
	position: relative;
	border-radius: 5px;
	border: 2px solid #27acd9;
	font-weight: bold;
	letter-spacing: 2px;
	background: transparent;
	color: #27acd9;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
a.btn_29:hover {
	color: #fff;
	background: #27acd9;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a.btn_29:hover::before {
	-webkit-animation: sh02 0.5s 0s linear;
	-moz-animation: sh02 0.5s 0s linear;
	animation: light 0.5s 0s linear;
}
a.btn_29::before {
	content: '';
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 0%;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 50px 30px #fff;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
@keyframes light {
	from {opacity: 0; left: 0%;}
	50% {opacity: 1;}
	to {opacity: 0;left: 100%;}
}

/************************************
** ボックス
************************************/

/* ボックス4 */

.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; /* 文字の内側余白リセット*/
}

/* ボックス8 */
.box8 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.box8 p {
    margin: 0; 
    padding: 0;
}

/* ボックス26 */

.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;
}
/* ボックス27 */

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #5eaddb;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #5eaddb;
    color: #ffffff;
 
}
.box27 p {
    margin: 0; 
    padding: 0;
}
/* ボックス28-目次-1 */

.box28 {
    position: relative;
    background-color : #fffff7;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}
/* ボックス29-目次-2 */
.box29 {
    margin: 2em 0;
    background: #dcefff;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}

/* ボックス30 */
.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;
}
/* ボックス50 */

.box50 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 1px #c0c0c0;
    border-radius: 4px;
}
.box50 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 17px;
    background: #FFF;
    color: #696969;
}
.box50 p {
    margin: 0; 
    padding: 0;
}


/************************************
** ノート
************************************/

.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_dimgray{
  color : #ffffff;
  background-color : #696969;
  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;

}



/************************************
** サイドバナー（テキスト+イラスト）
************************************/

/* 地震発生回数 */

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

/* 水難事故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/2023/07/icon.gif");
  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;
}

.under22{
  background-color : #e6ffff;
  text-align : center;
  padding-top : 8px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 8px;
  margin-top : 4px;
  margin-left : 0px;
  margin-right : 4px;
  margin-bottom : 4px;
  width : 200px;
  font-size : 14px;
  letter-spacing : 1px;
}
/* 交通安全クイズ */
.quiz{
  background-color : #f0fff0;
  padding-top : 8px;
  padding-left : 12px;
  padding-right : 8px;
  padding-bottom : 8px;
  margin-top : 8px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 8px;border-width : 2px;border-style : solid;border-color : #00ff00;
  border-radius: 6px 6px 6px 6px;
}

/* 気温予想 */

.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/2023/07/summer-1.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;
}


/************************************
** ディッカッション
************************************/

/* ディッカッションの入力欄の必須文字を消す */
.comment-notes .email-notes,
.comment-form-email {display: none}
.comment-notes { display: none; }

/* ディッカッションの背景色 */
body.page-id-152867 {
  background-color: #f8f8f8;
}

summary {
  cursor: pointer;
  margin-bottom : 12px;
  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;
}

/* 点滅 */

.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/* 光画像 */

.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}
 
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 5s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

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


.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: linear-gradient(#bfffff,#ffffff, #bfffff);
background-color: #eeffff;
 vertical-align: middle;
 margin: 10px;
 padding: 10px;
border-right-width : 2px;
border-right-style : inset;
border-right-color : #bfffff;
}
.box_ave{
 display: table-cell;
 text-align : center;
background: linear-gradient(#ffffe1,#ffffff, #ffffe1);
 vertical-align: middle;
 margin: 10px;
 padding: 10px;
border-right-width : 2px;
border-right-style : inset;
border-right-color : #ffffd5;
}
.box_high{
 display: table-cell;
 text-align : center;
background: linear-gradient(#ffd5bf,#ffffff, #ffd5bf);
 vertical-align: middle;
 margin: 10px;
 padding: 10px;
border-right-width : 2px;
border-right-style : inset;
border-right-color : #ffd5bf;
}
.td_month{
  font-size : 18px;
  font-weight : bold;
  color : white;
  background-color : #004080;
}

.tem01{
  background-color : #eaf4ff;
}
/* 旬ごとの気温の色区分 */

.td-temp-shun{
   font-size: 12px;
   background-color : #f4f4f4;
}
.td-temp25{
  background-color : orange;
}

.td-temp30{
  background-color : #ff0000;
}

.td-temp33{
  background-color : #cc0000;
}

.td-temp35{
  background-color : #990099;
}

.td-temp-city{
  font-size: 18px;
  font-weight : bold;
  background-color : #e7e7e7;
}

.td-temp-year{
  font-size: 16px;
  background-color : #f4f4f4;
  
}
.td-temp-year2020{
   font-size: 14px;
   background-color : #f4f4f4;
  
}


.td-tmp-month{
  font-weight : bold;
}

/* 気温の色分 */

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


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

.scrollable-table td {
	white-space: normal;
}
.td_suinan{
   background: linear-gradient(#ffffff, #e9e9e9);
   text-align : center;
   font-weight : bold;
}

.td-width01{
   width : 20%;
}
.td-width02{
   width : 15%;
}
.td-width03{
  width : 25%;
}
.td-width04{
  width : 40%;
}

.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;
}
/* 水難事例ボタン */
.button-suinanjirei {
  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 : 6px;
  margin-bottom : 10px;
  border-width : 1px;border-style : solid;border-color : silver;  text-decoration : none;
  background    : #f8f8ff;     /* 背景色     */
  color         : #000000;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 1px 1px #f5f5f5;  /* 影の設定 */
}
.button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
}

.under22{
  font-size : 14px;
  background-color : #eeffff;
  text-align : center;
  margin-top : 8px;
  margin-left : 4px;
  margin-right : 4px;
  margin-bottom : 8px;
  width : 220px;
  padding-top : 12px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 12px;
}
/* 水難事故02
 */

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

/* テキストバナー（水難事故） */

.bana-suinan{
    width:100%;
    height:140px;
    line-height:140px;
}
.bana-suinan a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#4169E1;
    text-align:center;
    border:4px solid #FFFFFF;
    color:#FFFFFF;
    font-size:24px;
    font-weight:bold;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    box-shadow:1px 1px 6px 0px #FFFFFF inset;
    transition: all 0.5s ease;
}
.bana-suinan a:hover{
    background:#FFAA00;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:10px;
    border:4px solid #FFFFFF;
    box-shadow:none;
}

/************************************
** ボックスナビ
************************************/
.p-nav{
margin:2em 0;/* 全体外余白 */
padding:0;/* 全体内余白 */
}
.p-nav ul{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
list-style:none;
margin:0 !important;
padding:0 !important;
border:none;
}
.p-nav ul li{
-ms-flex-preferred-size: calc(100%/4);/* 4列 */
flex-basis: calc(100%/4);/* 4列 */
margin:0 !important;
padding:0 !important;
text-align:center;
box-shadow: inset 1px 1px 0 0 #e0ddd1, 1px 1px 0 0 #e0ddd1, 1px 0 0 0 #e0ddd1;/* 罫線 */
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
min-height:100px;/* 最低の高さ */
cursor:pointer;
background:#fff;/* 背景色 */
}
.p-nav ul li:hover{
z-index:2;
box-shadow: inset 2px 2px 0 0 #f6a068, 2px 2px 0 0 #f6a068, 2px 0 0 0 #f6a068, 0 2px 0 0 #f6a068;/* 罫線(マウスホバー) */
transition: 0.35s ease-in-out;
}
.p-nav ul li:before{
content:unset !important;
}
.p-nav ul li a{
display:block;
padding: 0.5em 1em;/* 内余白 */
text-decoration:none;
width:100%;
}
.p-nav ul li a:hover{
background:none;
opacity:1;
}
.p-nav ul li a img{
max-width:50% !important;/* 画像横幅 */
height: auto !important;
filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.1));/* 画像影 */
display: inline-block;
}
.p-nav .p-nav-title{
display: block;
color: #666;/* 文字色 */
font-size: 0.7em;/* 文字大きさ */
letter-spacing: 1px;
font-weight: 600;/* 文字太さ */
text-align: center;
line-height: 1.5;/* 文字行間高さ */
}
/* サイドバー */
.sidebar .p-nav ul li{
-ms-flex-preferred-size: calc(100%/2);/* 2列 */
flex-basis: calc(100%/2);/* 2列 */
}
/* スマホ */
@media screen and (max-width: 559px) {
	.p-nav ul li{
		-ms-flex-preferred-size: calc(100%/2);/* 2列 */
		flex-basis: calc(100%/2);/* 2列 */
	}
}
/* fontawesome */
.p-nav ul li a i,.p-nav ul li a svg{
font-size: 40px;/* アイコン大きさ */
padding: 10px 0;/* アイコン余白 */
color: #f6a068;/* アイコン色 */
display:inline-block;
}
/* fontawesome(2番目) */
.p-nav ul li:nth-of-type(2) a i,.p-nav ul li:nth-of-type(2) a svg{
color:#f6a068;/* アイコン色 */
}
/* fontawesome(3番目) */
.p-nav ul li:nth-of-type(3) a i,.p-nav ul li:nth-of-type(3) a svg{
color:#f6a068;/* アイコン色 */
}
/* fontawesome(4番目) */
.p-nav ul li:nth-of-type(4) a i,.p-nav ul li:nth-of-type(4) a svg{
color:#f6a068;/* アイコン色 */
}

/************************************
** ブログカード
************************************/
.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;
  }
}

/************************************
** amazon・楽天
************************************/
.rakuten{
  color : #ffffff;
  background-color : #ff008c;
  padding-top : 8px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 8px;
  font-weight : bold;
  margin-top : 8px;
  margin-bottom : 8px;
}



/************************************
** 装飾
************************************/

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

/* 画像 */

a:hover img{
 opacity:0.8;
 filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
 }

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

/* reCAPTCHAのバッジ（ロゴ）を非表示 */

.grecaptcha-badge { visibility: hidden; }

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

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

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

html,
body {
overflow-x: hidden!important;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}

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

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

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

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

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

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

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

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