@charset "UTF-8";







.entry-header{
	margin-top: 100px;
	text-align: center;
	margin-bottom: .5rem;

}

.entry-content{
	width: 100%;
	color: #666;
	margin: 0 auto;
}

h1.entry-title {
	position: relative;
	display: inline-block;
	font-size: 24px;
    font-weight: 600;
	margin-bottom: .3rem;
}

h1.entry-title a{
	text-decoration: none;
	color: #003366;
}

h1.entry-title:before {
	content: '';
	position: absolute;
	bottom: -5px;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #79b6c8;
	border-radius: 2px;
  }

  .entry-content .top_img{
	background: #FAF6F0;
	font-size: 0;
	margin: 100px 0 150px;
  }

  .entry-content .top_img img{
    margin: 0;
}

.entry-content .box_1{
	display: block;
width: 75%;
margin: 0 auto;
}

.entry-content .box_1 img{
	margin-bottom: 35px;
}

.entry-content .box_1 p{
	width: 60%;
   line-height: 1.8;
}


figure.tb_list_l{
	width: 60%;
}

figure.tb_list_l ul{
	width: 100%;
}



div.entry-meta{
	font-size: 0.8em;
	color: #999;
	margin: 0 auto 15px;
}



.entry-content p{
	width: 80%;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.1rem;
	margin: 0 auto .75rem;
	
}

.entry-content p.center_txt{
	text-align: center;
}

.entry-content p a{
	text-decoration: none;
	color: #037af9;
}

.entry-content p.top_guide{
     text-align: center;
	 list-style: 1.7;
	 margin-bottom: 35px;
}





.entry-content strong{
	font-weight: bold;
}







.entry-content h1,
.entry-content h2,
.entry-content h3 {
	position: relative;
	text-align: center;
	display: block;
	letter-spacing: .3rem;
	font-size: 24px;
    font-weight: 500;
	margin: 80px auto 50px;
}
.entry-content h1:before ,
.entry-content h2:before,
.entry-content h3:before {
	content: '';
	position: absolute;
	bottom: -5px;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #79b6c8;
	border-radius: 2px;
  }

.entry-content h3{
font-size: 18px;
	}
	

.entry-content h4{
	width: 85%;
	font-size: 1em;
	border-left: 3px solid #79b6c8;
	text-indent: 0.5em;
	font-weight: 500;
	margin: 0 auto 1.5em;
	}
	
.entry-content h5{
	width: 85%;
	font-size: 1em;
	border-left: 3px solid #79b6c8;
	text-indent: 0.5em;
	font-weight: 500;
	margin: 0 auto 1.5em;
	}
	
.entry-content ul{
	width: 85%;
	margin: 0 auto 1em;
}	
	
.entry-content ul li{
	list-style-position: inside;
	line-height: 1.8;
	margin: 0px 0px 3px 1em;
}

.entry-content ol li{
	line-height: 1.8;
	margin: 0px 0px 3px 1em;
}

/*li用のバックグランド*/
.entry-content ul.bk,
.entry-content ol.bk{
	background: #ffffe2;
	border: 1px #999 solid;
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 8px;
}

.entry-content ul.bk_blue,
.entry-content ol.bk_blue{
	background: #dfeffb;
	border: 1px #999 solid;
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 8px;
}


.entry-content ul.bk_red,
.entry-content ol.bk_red{
	background: #fde6e6;
	border: 1px #999 solid;
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 8px;
}	

.entry-content  ul.ck li{
    list-style: none;
}

.entry-content  ul.ck li:before{
 font-family: "Font Awesome 5 Free";
 content: "\f152"; /* 絵文字のコード */
  font-weight: 900;
 margin-right: 4px;
 color: #06477d;
}


.entry-content .wp-caption,
.entry-content .wp-caption-text{
	width: 98%;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin: 0 auto 16px;
}



.grid_box{
	display: block;
	width: min(100%,1350px);
	margin: 0 auto;
}

.grid_3{
	gap: 2%;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	margin: 35px 10%; 
}

.grid_3 img{
	border: 1px solid #999;
}


@media only screen and (max-width: 736px) {/*スマホ*/

	.entry-content{
		width: 100%;
		margin: 0 auto;
	}
	


h1.entry-title {
	font-size: 1.5em;
}

.entry-content .top_img{
	font-size: 0;
	margin: 50px 0 100px;
  }


  .entry-content .box_1 {
	width: 100%;
  }


.entry-content .box_1 p{
	width: 80%;
}

.entry-content p.center_txt{
	text-align: left;
}


figure.tb_list_l{
	width: 98%;
}



.entry-content ul{
	margin: 0 auto 1em;
}

.entry-content li{
	font-size: 1.1em;
	margin: 0 auto 5px;
}

h1.entry-title {
	font-weight: bold;
	}

.entry-content h2 {
	font-size: 18px;
}

.entry-content h3 {
	font-size: 16px;
}

.entry-content h4,
.entry-content h5{
	font-size: 1.1rem;
	}

.entry-content p{
	width: 96%;
	font-size: 1rem;
	line-height: 1.8;
	letter-spacing: 0.1rem;
	margin: 0 auto 1rem;
	
}

.entry-content br{
	display: block;
	content: "";
	margin-bottom: .3rem;
}

.entry-content .wp-caption{
	max-width: 100%;
}


.grid_3{
	gap: 1%;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	margin: 35px 1%; 
}





}/*スマホ*/


@media only screen and  (min-width: 737px) and (max-width: 1024px){


.entry-content .wp-caption{
	max-width: 100%;
}

.entry-content .top_img{
	font-size: 0;
	margin: 50px 0 100px;
  }

  .entry-content .box_1 {
	width: 100%;
  }


.entry-content .box_1 p{
	width: 80%;
}

figure.tb_list_l{
	width: 90%;
}


}













