@charset "utf-8";
/* CSS Document */


.title-border:before,
.title-border:after {
border-top: 0px solid #725800;
content: "";
flex-grow: 1;

}
.title-border:before {
margin-right: 1rem;
}
.title-border:after {
margin-left: 1rem;
}

h2 {
    overflow: hidden;
    text-align: center;
}

h2 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}

h2 span:before,
h2 span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

h2 span:before {
    right: 100%;
}

h2 span:after {
    left: 100%;
}



/*画像に対してテキストを回り込ませる*/


p {
	margin-bottom: 15px;
	line-height: 1.6em;
}
.float_none {
	clear: both;
}

figure {
margin: 0 auto;
padding: 0;
}

figure img {
	width: 80%;
   max-width: 280px;
}


/* flex 3段組み*/
.items3 {
	  width:96%;
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
	  box-sizing: border-box;
		text-decoration: none;
	margin-left:10px;
}
.items3 .item3 {
  width:33%;
	margin-top: 20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.item-img3 {
margin: 0;
  padding: 0;
}
.item-body3 {
  margin: 20;
	 padding: 10 0;
	border-bottom:solid 1px #CCCCCC;

}
/* マウスで選ぶ時は下線e*/
 .item-body3 a:link  {text-decoration: none;}
 .item-body3 a:visited    {text-decoration: none;}
 .item-body3 a:hover        {text-decoration: underline;} 

.item-title3 {
  font-size: 1.2em;
  font-weight:700;
	  color:#0D0084;  

}
.item-body3 p {
  font-size: 0.95em;
	line-height: 1.35em;
  color: #000000;
	background:#ffffff;
  	margin: 10 0 0 0;
	
}

/* 記事用 */

.Conts-health {
  width: 95%;
  height: auto;
	margin-top: 1em;
	padding-right:1.3em;
  background-color: #ffffff;	
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:1.0em;
line-height: 1.3em;
	
}
/*
.Conts-health img{
	  width: 95%;
	padding-left:10px;
}
*/


.Conts-health dt{
	width: 95%;
	border-bottom: 0px solid #eeeeee;
	font-size:1.5em;
	font-weight: bold;
	padding-left:10px;
	padding-bottom:0px;
	margin: 10;
}
.Conts-health dt::first-letter{
	font-size: 1.6em;
}

.Conts-health dd{
	margin: 1em 0;
	padding-left:20px;
	padding-right:10px;
}

.Conts-health p{
	margin: 0 auto;
	padding: 0 10 0 20px;
	text-align: justify;
}


/* */
.sengen6 {
	margin-left:1.2em; 
}
.sengen6 p{
	font-size: 1.0em; 
	line-height: 1.1em;
	color:#0E0057;
}


/* flex 3段組み SP*/
.items3 {
	  width:96%;
  display: flex;
		/*flex-direction: column;*/
	flex-wrap: wrap;
	  box-sizing: border-box;
		text-decoration: none;
	margin-left:10px;
}
.items3 .item3 {
  width:33%;
	margin-top: 20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.item-img3 {
margin: 0;
  padding: 0;
}
.item-body3 {
  margin: 20;
	 padding: 10 0;
	border-bottom:solid 1px #CCCCCC;

}
figure {
	float:center;
	margin: 0;
	width: 100%;
}
figure img {
	max-width: 280px;
}

/* シンプル 枠 1*/
.kakomi-box1 {
 margin: 2em auto;
 padding: 1em;
 width: 100%;
 background-color: #fff; /* 背景色 */
 border: 1px solid #ccc; /* 枠線 */
}

/* タイトル付　枠　1　*/
.kakomi-box11 {
 position: relative;
 margin: 1em auto;
 padding: 1.2em;
 color: #555555; /* 文章色 */
 background-color: #fff; /* 背景色 */
 border: 1px solid #555555; /* 枠線の太さ・色 */
 width: 95%;
}
.title-box11 {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 background-color: #fff; /* タイトル背景色 */
 color: #555555; /* タイトル文字色 */
}


.box30 {
	width:95%;
    margin: 0 auto;
	padding: 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}






@media only screen and (max-width: 767px) {


	/*  記事用 */

.Conts-health {
  width: 95%;
  height: auto;
	margin-top: 1em;
	padding-right:1.3em;
  background-color: #ffffff;	
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:1.0em;
line-height: 1.3em;
}

.Conts-health img{
	  width: 98%;
	padding-left:10px;
}

.Conts-health dt{
	width: 98%;
	border-bottom: 1px solid #eeeeee;
	font-size:1.5em;
	font-weight: bold;
	padding-left:10px;
	padding-bottom:10px;
	margin: 10;
}
.Conts-health dt::first-letter{
	font-size: 1.6em;
}

.Conts-health dd{
	margin: 1em 0;
	padding-left:20px;
	padding-right:20px;
}
.Conts-health p{
	margin: 0 auto;
	padding: 0 10 0 100px;
	 text-align: justify;
}
	}