@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Zen+Kurenaido&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600&family=Mochiy+Pop+One&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Zen+Kurenaido&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500;600;700&family=Dancing+Script:wght@400;500;600&family=Mochiy+Pop+One&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Zen+Kurenaido&display=swap');

@media screen and (min-width: 651px){
html,body {
	margin:0;
	padding:0;
	scroll-behavior: smooth;
	font-size: 62.5%; /*フォントサイズの規定値を１０pxに*/
	font-family: 'Noto Sans JP';
}
body {
margin: 0;
font-family: 'Noto Sans JP';
 font-size: 1.5rem;
 font-weight: 400;
 font-style: normal;
 color: #333;
 position: relative;
 
}

.esc-pc{
display: none
}
body{
font-size: clamp(0.9rem, 1.1vw, 1.7rem);
}
a{
	color: #444;
	text-decoration: none;
}
img { 
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
a img  {
	border:none;
}
a:hover{
color: #00C!important;
font-weight: 500
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
li{
display: block;
padding-bottom: 2px;
border-bottom: #666 1px solid;
margin-bottom: 20px;
margin-left:0;
}
table{
 border-collapse: collapse;
 width: 100%;
}
.ie7 body{
	overflow:hidden;
}
.img_right{
	float:right;
	margin-left:10px;
}
.clear{
	clear: both;
}
.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
/*均等配置2列ーーーーーーーーーーーーーーーーーー*/
.box_flex2{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_flex2 .inner{
width: 46%;
padding: 1%;
margin-bottom: 20px;
}
.box_flex2 .inner img{
max-width: 100%
}
/*均等配置3列ーーーーーーーーーーーーーーーーーー*/
.box_flex3{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_flex3::after{
  content:"";
  display: block;
  width:31%;
}
.box_flex3 .inner{
width: 31%;
padding: 1%;
margin-bottom: 20px;
}
/*均等配置４列ーーーーーーーーーーーーーーーーーー*/
.box_flex4{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_flex4::before{
  content:"";
  display: block;
  width:22%;
  order:1;
}
.box_flex4::after{
  content:"";
  display: block;
  width:22%;
}
.box_flex4 .inner{
width: 22%;
padding: 1%;
margin-bottom: 20px;
}

.inner img{
width: 100%;
}
.document {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	max-width:95%;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}


.header{
background-color: #EEE;
padding: 2%;
display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
h1 {
  width:350px;
  max-width: 25%;
}
h1 img{
width: 100%;
}
.pagetitle{
width: 50%;
font-size: 2.0rem;
font-weight: 600
}
.pagetitle .tamura{
font-size: 1.6rem;
padding-top: 15px
}
/*フッター--------------------------------------------------------------------------*/

#footer {
padding-top: 50px;
background-color: #555;
color: #FFF;
font-weight: 500;
font-family: 'Noto Sans JP';
}

#footer .copy{
font-size: 1.4rem;
text-align: center;
padding: 15px 0;
}

/*メイン画像ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/*サブメニュー-----------------------------------------*/

.submenu{
width: 550px;
max-width: 30%;
padding: 0;
position: absolute;
padding-left: 3px;
color: #FFF;
top:20px;
z-index: 9998;
}
.box_submenu{
display: flex;
flex-wrap: wrap;
justify-content: space-between
}
.box_submenu a{
display: block;
width: 49.5%;
padding: 2% 1% 2% 1%;
border: #CCC 1px solid;
box-sizing: border-box;
font-size: clamp(0.9rem,0.6vw,1.2rem);
font-weight: 600;
color: #333;
position: relative;
margin-bottom: 15px;
transition: 0.5s
}
.box_submenu a:hover{
background-color: #999;
color: #FFF;
}
.box_submenu .bt_digest{
width: 100%
}
.box_submenu .bt_digest a{
width: 100%;
background-color: #DFF7E0;
color: #49730A;
text-align: center;
font-size: 1.5rem
}
.copyright a{
width: 100%;
font-size: 1.4rem;
font-weight: 600
}
.article{
width: 67%;
margin-left: auto;
margin-right: 2%;
line-height: 180%
}
.guide{
padding-top: 10px;
color: #CC7D0B;
line-height: 160%
}
.subtitle {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  padding-top: 150px;
  margin-bottom: 50px;
  font-size: 2.5rem;
  font-weight: 600
}

.subtitle:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}

.yogo a{
color: #6FAF5F;
font-weight: 500;
text-decoration: underline
}
.kusuri a{
color:#039FE0;
font-weight: 500;
text-decoration: underline
}
.text-red{
color: #C00;
font-weight: 500
}
.box_lead{
padding: 2%;
background-color: #f4f4f4;
}
.box_lead table{
width: 100%;
border-collapse: collapse;
}
.box_lead table td{
padding: 1%;
border: #ccc 1px solid
}
.box_lead table td:nth-child(1){
width: 30%;
}
.box_lead table td:nth-child(2){
width: 30%;
}
.box_lead table td:nth-child(3){
width: 40%;
}
ol li{
font-size: 18.rem;
font-weight: 600;
margin-bottom: 30px;
border-bottom: #666 1px dashed
}
.subtitle2 {
  position: relative;
  padding-left: 25px;
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 15px
}

.subtitle2:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
.subtitle2:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}
.flex_like{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border: #CCC 1px solid;
padding: 2%;
width: 800px;
max-width: 90%;
margin: 50px auto
}
.flex_like .inner{
width: 50%;
margin-bottom: 30px
}
.flex_like .negativehead{
text-align: center;
padding: 3px 0;
font-size: 2.0rem;
font-weight: 600;
color: #D17922
}
.flex_like .negative{
background-color:#D17922; 
text-align: center;
padding: 3px 0;
font-size: 1.8rem;
font-weight: 600;
color: #FFF
}
.flex_like .positivehead{
text-align: center;
padding: 3px 0;
font-size: 2.0rem;
font-weight: 600;
color:#78B557
}
.flex_like .positive{
background-color:#78B557; 
text-align: center;
padding: 3px 0;
font-size: 1.8rem;
font-weight: 600;
color: #FFF
}
.flex_like2{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 50px
}
.flex_like2::before{
  content:"";
  display: block;
  width:31%;
  order:1;
}
.flex_like2 .inner{
width: 31%;
background-color: #f4f4f4;
font-size: 1.6rem;
font-weight: 600;
text-align: center;
padding: 1%;
margin-bottom: 25px;
border-radius: 5px
}
dl{
padding: 50px 0
}
dt{
font-size: 2.0rem;
font-weight: 600;
background-color: #999;
color: #FFF;
padding: 5px 5px 5px 15px
}
dd{
margin-left: 0;
margin-bottom: 50px;
border: #999 1px solid;
padding: 2%

}
.box_image{
width: 1000px;
max-width: 100%;
margin: 50px auto
}
.box_image img{
width: 100%
}
.box_yogo{
border: #6FAF5F 1px solid;
padding: 2%
}
.title_yogo{
color: #6FAF5F;
font-size: 1.8rem;
font-weight: 600;
margin-bottom: 20px;
}
.com_yogo{
font-size: 1.4rem;
padding-bottom: 4px;
border-bottom: #666 1px dashed;
margin-bottom: 40px;
}
.monshin table{
width: 100%;
border-collapse: collapse
}
.monshin table td{
border: 1px #999 solid;
padding: 1%;
width: 50%;
font-size: 1.4rem;
vertical-align: top
}
.monshin table tr:nth-child(odd){
background-color: #EEE
}
/*ダイジェスト版ー--------------------------------------------------------------------------*/

.header .bt a{
display: block;
width: 90%;
max-width: 80%;
border: #74A771 1px solid;
background-color: #FFF;
padding: 10px 0;
text-align: center;
font-size: 1.6rem;
font-weight: 500;
color:#74A771;
transition: 0.5s;
margin: 20px 0 0 0 
}
.header .bt a:hover{
background-color: #74A771;
color: #FFF
}
.box_digest{
width: 1200px;
max-width: 90%;
margin: 0 auto 50px auto
}
.box_digest .text1{
color: #069;
font-size: 2.0rem;
font-weight: 600;
padding-top: 50px;
padding-bottom: 20px
}
.box_digest .bt{
padding: 30px 0
}
.box_digest .bt a{
display: block;
width: 650px;
max-width: 80%;
border: #74A771 1px solid;
padding: 10px 0;
text-align: center;
font-size: 2.0rem;
font-weight: 500;
color:#74A771;
transition: 0.5s;
margin: 0 auto
}
.box_digest .bt a:hover{
background-color: #74A771;
color: #FFF
}
.box_digest .box2{
font-size: 1.4rem
}
.box_digest .box2 .mail{
padding: 15px 0;
font-weight: 600;
font-size: 1.6rem
}
/*ページトップ--------------------------------------*/

#page-top {
	position: fixed;
	bottom: 10px;
	right:-10px;
	font-size: 77%;
	z-index: 9999
}
#page-top a {
	text-decoration: none;
	color: rgba(000,000,000,0.7);;
	font-weight:bold;
	font-size:50px;
	width: 100px;
	padding: 5px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.7;
}
}

@media screen and (max-width: 650px){
html,body {
	margin:0;
	padding:0;
	scroll-behavior: smooth;
	font-size: 62.5%; /*フォントサイズの規定値を１０pxに*/
	font-family: 'Noto Sans JP';
}
body {
margin: 0;
font-family: 'Noto Sans JP';
 font-size: 1.5rem;
 font-weight: 400;
 font-style: normal;
 color: #333;
 position: relative;
 line-height: 160%
}

.esc-sp{
display: none
}
body{
font-size: clamp(0.9rem, 1.1vw, 1.7rem);
}
a{
	color: #444;
	text-decoration: none;
}
img { 
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
a img  {
	border:none;
}
a:hover{
color: #00C!important;
font-weight: 500
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
li{
display: block;
padding-bottom: 2px;
border-bottom: #666 1px solid;
margin-bottom: 20px;
margin-left:0;
}
table{
 border-collapse: collapse;
 width: 100%;
}
.ie7 body{
	overflow:hidden;
}
.img_right{
	float:right;
	margin-left:10px;
}
.clear{
	clear: both;
}
.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
/*均等配置2列ーーーーーーーーーーーーーーーーーー*/
.box_flex2{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_flex2 .inner{
width: 46%;
padding: 1%;
margin-bottom: 20px;
}
.box_flex2 .inner img{
max-width: 100%
}
/*均等配置3列ーーーーーーーーーーーーーーーーーー*/
.box_flex3{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_flex3::after{
  content:"";
  display: block;
  width:31%;
}
.box_flex3 .inner{
width: 31%;
padding: 1%;
margin-bottom: 20px;
}
/*均等配置４列ーーーーーーーーーーーーーーーーーー*/
.box_flex4{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_flex4::before{
  content:"";
  display: block;
  width:22%;
  order:1;
}
.box_flex4::after{
  content:"";
  display: block;
  width:22%;
}
.box_flex4 .inner{
width: 22%;
padding: 1%;
margin-bottom: 20px;
}

.inner img{
width: 100%;
}
.document {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	max-width:95%;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}


.header{
background-color: #EEE;
padding: 2%;

}
h1 {
  width:350px;
}
h1 img{
width: 100%;
}
.pagetitle{
font-size: 2.0rem;
line-height: 200%;
font-weight: 600
}
.pagetitle .tamura{
font-size: 1.6rem;
padding-top: 15px
}
/*フッター--------------------------------------------------------------------------*/

#footer {
padding-top: 50px;
background-color: #555;
color: #FFF;
font-weight: 500;
font-family: 'Noto Sans JP';
}

#footer .copy{
font-size: 1.4rem;
text-align: center;
padding: 15px 0;
}

/*メイン画像ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/*サブメニュー-----------------------------------------*/

.submenu{
display: none
}

.article{
width: 95%;
margin-left: auto;
margin-right: auto;
line-height: 180%
}
.guide{
padding-top: 10px;
color: #CC7D0B;
line-height: 160%
}
.subtitle {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  padding-top: 150px;
  margin-bottom: 50px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 180%
}

.subtitle:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
  line-height: 200%
}

.yogo a{
color: #6FAF5F;
font-weight: 500;
text-decoration: underline
}
.kusuri a{
color:#039FE0;
font-weight: 500;
text-decoration: underline
}
.text-red{
color: #C00;
font-weight: 500
}
.box_lead{
padding: 2%;
background-color: #f4f4f4;
}
.box_lead table{
width: 100%;
border-collapse: collapse;
}
.box_lead table td{
padding: 1%;
border: #ccc 1px solid
}
.box_lead table td:nth-child(1){
width: 30%;
}
.box_lead table td:nth-child(2){
width: 30%;
}
.box_lead table td:nth-child(3){
width: 40%;
}
ol li{
font-size: 18.rem;
font-weight: 600;
margin-bottom: 30px;
border-bottom: #666 1px dashed
}
.subtitle2 {
  position: relative;
  padding-left: 25px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 180%
}

.subtitle2:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
.subtitle2:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}
.flex_like{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border: #CCC 1px solid;
padding: 2%;
width: 800px;
max-width: 90%;
margin: 50px auto
}
.flex_like .inner{
width: 50%;
margin-bottom: 30px
}
.flex_like .negativehead{
text-align: center;
padding: 3px 0;
font-size: 1.4rem;
font-weight: 600;
color: #D17922
}
.flex_like .negative{
background-color:#D17922; 
text-align: center;
padding: 3px 0;
font-size: 1.4rem;
font-weight: 600;
color: #FFF
}
.flex_like .positivehead{
text-align: center;
padding: 3px 0;
font-size: 1.4rem;
font-weight: 600;
color:#78B557
}
.flex_like .positive{
background-color:#78B557; 
text-align: center;
padding: 3px 0;
font-size:1.4rem;
font-weight: 600;
color: #FFF
}
.flex_like2{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 50px
}
.flex_like2::before{
  content:"";
  display: block;
  width:31%;
  order:1;
}
.flex_like2 .inner{
width: 48%;
background-color: #f4f4f4;
font-size: 1.6rem;
font-weight: 600;
text-align: center;
padding: 1%;
margin-bottom: 25px;
border-radius: 5px
}
dl{
padding: 50px 0
}
dt{
font-size: 1.8rem;
font-weight: 600;
background-color: #999;
color: #FFF;
padding: 5px 5px 5px 15px;
line-height: 180%
}
dd{
margin-left: 0;
margin-bottom: 50px;
border: #999 1px solid;
padding: 2%

}
.box_image{
width: 1000px;
max-width: 100%;
margin: 50px auto
}
.box_image img{
width: 100%
}
.box_yogo{
border: #6FAF5F 1px solid;
padding: 2%
}
.title_yogo{
color: #6FAF5F;
font-size: 1.8rem;
font-weight: 600;
margin-bottom: 20px;
}
.com_yogo{
font-size: 1.4rem;
padding-bottom: 4px;
border-bottom: #666 1px dashed;
margin-bottom: 40px;
}
.monshin table{
width: 100%;
border-collapse: collapse
}
.monshin table td{
border: 1px #999 solid;
padding: 1%;
width: 50%;
font-size: 1.4rem;
vertical-align: top
}
.monshin table tr:nth-child(odd){
background-color: #EEE
}
/*ダイジェスト版ー--------------------------------------------------------------------------*/

.header .bt a{
display: block;
width: 90%;
max-width: 80%;
border: #74A771 1px solid;
background-color: #FFF;
padding: 10px 0;
text-align: center;
font-size: 1.6rem;
font-weight: 500;
color:#74A771;
transition: 0.5s;
margin: 20px 0 0 0 
}
.header .bt a:hover{
background-color: #74A771;
color: #FFF
}
.box_digest{
width: 90%;
margin: 0 auto 50px auto
}
.box_digest .text1{
color: #069;
font-size: 2.0rem;
font-weight: 600;
padding-top: 50px;
padding-bottom: 20px;
 line-height: 160%
}
.box_digest .bt{
padding: 30px 0
}
.box_digest .bt a{
display: block;
width: 650px;
max-width: 80%;
border: #74A771 1px solid;
padding: 10px 0;
text-align: center;
font-size: 2.0rem;
font-weight: 500;
color:#74A771;
transition: 0.5s;
margin: 0 auto
}
.box_digest .bt a:hover{
background-color: #74A771;
color: #FFF
}
.box_digest .box2{
font-size: 1.4rem
}
.box_digest .box2 .mail{
padding: 15px 0;
font-weight: 600;
font-size: 1.6rem
}
/*ページトップ--------------------------------------*/

#page-top {
	position: fixed;
	bottom: 10px;
	right:-10px;
	font-size: 77%;
	z-index: 9999
}
#page-top a {
	text-decoration: none;
	color: rgba(000,000,000,0.7);;
	font-weight:bold;
	font-size:50px;
	width: 100px;
	padding: 5px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.7;
}
}