@charset "UTF-8";
/*
 * Theme Name: epi
 * Theme URL: https://epihealth.jp
 * Description: This is our original theme for 健康エピジェネティックス ネットワーク.
 * Author: Two Bits.
 * Author URL: https://twobits.jp
 * Version:1.0
 */

/* 
RESET CSS
*/

html, body, div, span, object, iframe,
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

/* 基本色 */
:root {
	--main-color: #215AA8;/*・Epiブルー  */
	--text-bright-color: #fff;
    --green-color:#8FC31F;
    --super-light-blue: #E7F8FE;/*スーパーライトブルー */
     --super-light-gray: #FAFAFA;/*スーパーライトブルー */
	--large-width: 1280px;
}
/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8em;
  font-family: "游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;

   font-weight: 500;

  color: #000;
  -webkit-text-size-adjust: 100%;
}

@media screen and ( max-width : 880px ) {
  body {font-size: 14px;}
}

html{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}
table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: middle;
  border: none;
}

/* 
clearfix
*/

.clearfix::after {content: "";display: table;clear: both;}


.clear{clear: both}

ul {list-style: none;}

p {margin-bottom: 1em;}

p.lead {
font-size: 1.2em;
text-align: center;
padding: 100px 0;
}

/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */

a {
  outline:none;
  color: #3B4043;
}
p a {
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
color:#3B4043;
text-decoration: none;
}

a:hover {
  text-decoration: none;
}
p a:hover {
 color:#08c;
}


a,a:hover,
a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

.red {color:#C63333}
input{
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;
}





/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.center {
  text-align: center !important;
}

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

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

@media (min-width: 880px) {

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}


}


*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}



@media (min-width:881px){
.sp{display:none}
.sp-br {
  display: none;
}
}

@media(max-width:880px){
.sp_none{display:none !important;}
.pc-br {
  display: none;
}

}

img {
    max-width: 100%;
    height: auto;
}




.small {
font-size: 0.8em;
}
.smaller {
  font-size: 0.9em;
}



p.mb5,
.mb5{margin-bottom: 5px;}
p.mb10,
.mb10 {margin-bottom: 10px;}
p.mb15,
.mb15 {margin-bottom: 15px;}
p.mb20,
.mb20 {margin-bottom: 20px;}
p.mb30,
.mb30 {margin-bottom: 30px;}
p.mb40,
.mb40 {margin-bottom: 40px;}
p.mb50,
.mb50 {margin-bottom: 50px;}
p.mb70,
.mb70 {margin-bottom: 70px;}
p.mb100,
.mb100 {margin-bottom: 100px;}
.mt20 {margin-top: 20px;}

hr {
border : 0; height: 1px; background-image: linear-gradient(to right, rgba(179,235,251,0.30), rgba(84,153,173,0.70), rgba(179,235,251,0.30));  margin:40px 0 50px;
}





/* ----------loadWrap---------- */
.loadWrap{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20001;
}
.loadWrap img{
	width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

#header {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}
#gNav a:hover {
  color: #999;
}



.h_nav nav li a {
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media only screen and ( max-width : 1023px ) {

.h_nav nav li a {
  font-size: 14px;
  letter-spacing: 0.1em;
}
}
    
.h_nav nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #efefef;
}

@media only screen and ( max-width : 880px ) {
  #header {
    padding: 10px 0;
    height: 65px;
  }
  
  p.catch-title{
  position: absolute;
  top:3px;
left:80px;
font-size: 12px;
  }
  
  .h_logo {
    width: 250px;
    position: absolute;
    top: 11px;
    left: 10px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  .h_nav nav li .fa {
    display: none;
  }
}


@media print, screen and ( min-width : 881px ) {
  #header {
    height: 80px;
  }
  
  #header .container{
  position: relative;
  }

p.catch-title{
  position: absolute;
  top:3px;
left:153px;
font-size: 14px;
  }


  
  .h_logo img {
    width: 350px;
  }
  
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  
  
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-left: 2em;
      font-weight: 600;
  }

  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 15px 10px;
    display: block;
    border-bottom: none;
    font-size:0.75em;
    line-height: 1.3;
      text-align: left;
  }
   
    
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
       
  }

    
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #08c;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
     line-height: 1.4em;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}

@media only screen and ( max-width : 1023px ) {
  #gNav li {
    position: relative;
    margin-left: 1.5em;
      font-weight: 600;
      font-size: 0.9em;
  }
}

/* ----------------------------------------
ナビゲーションメニュー　ホバーエフェクト
---------------------------------------- */

#gNav a,
#gNav a:visited,
#gNav a:hover,
#gNav a:active{
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
	position:relative;
	text-decoration:none;
}

#gNav a:after{
  content: "";
  transition:0.5s all ease;
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  position:absolute;
  bottom:0.8em;
  height:2px;
  height:0.1rem;
  width:0;
  background:#08c;/*・buru-  */
  left:50%;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
}

#gNav a:hover:after{
  width:100%;
}




/* ----------------------------------------
/* *Slick Slider
---------------------------------------- */


/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

/* ヒーローイメージ */
.conHero{margin: 0px;z-index: 1;
position: relative;
}

.lazy-item {
width:100%;
	margin: 0 auto;
    opacity: 0;
    transition: 3s;
}


.lazy-item img{
    width:inherit;
height: 500px;
object-fit: cover;
}


.slick-initialized{
    opacity: 1;
}

.conHero .catches {
    position: absolute;
    top:40%;
    width:100%;
    text-align: center;
}

.conHero p.catch1{
top:40%;
font-weight:600;
font-size: 2em;
font-family: 'Patua One', cursive;
}
.conHero p.catch2{
font-weight:600;
font-size: 1.3em;
}


@media screen and  (max-width: 880px) {
.conHero p.catch1{
font-size: 1.8em;
margin-bottom: 10px;
}
.conHero p.catch2{
font-size: 1.2em;
}

.lazy-item img{
    width:inherit;
height: 400px;
object-fit:cover;
}

}


@media screen and  (min-width: 1180px) {
.conHero{display: inherit;}
.conHero-tab{display: none;}
.conHero-sp{display: none;}
}
@media screen and ( min-width : 601px )and ( max-width:1179px) {
.conHero{display: none;}
.conHero-tab{display: inherit;}
.conHero-sp{display: none;}
}

@media screen and  (max-width: 600px) {
.conHero{display: none;}
.conHero-tab{display: none;}
.conHero-sp{display: inherit;}
.lazy-item img{
height: 340px;
}
}




/* ---------------------------------------------------------------------------------------------

　   Title

--------------------------------------------------------------------------------------------- */

#sec-concept .top-title h2{
font-family: 'Noto Sans JP', sans-serif;
 font-weight: 500;
letter-spacing: 0.1em;
    line-height: 1.3;
    margin-bottom: 5px;
}


@media screen and  (min-width: 1180px) {
    #sec-concept .top-title h2{
    font-size:30px;
    }
}


@media screen and ( min-width : 601px )and ( max-width:1179px) {
    #sec-concept .top-title h2{
    font-size:24px;
    }
}

@media screen and  (max-width: 600px) {
    #sec-concept .top-title h2{
    font-size:16px;
    }
}



.parent-pageid-17 #title-bg,
.page-id-17 #title-bg {
background:url("images/bi-title2.png"); /* お知らせ*/
}




.page-id-36 #title-bg ,
.parent-pageid-36 #title-bg {
background:url("images/bi-title.png");/* 健エピのご案内*/
}




.single #title-bg,
.page-id-11 #title-bg,
.category #title-bg {
background:url("images/bi-title4.png");/* コラム*/
}



.tax-announcement-cate #title-bg,
.single-announcement #title-bg,
.page.page-id-15 #title-bg {
background:url("images/bi-title3.png");
}



#title-bg {
padding:80px 0 40px;
background-size: cover;
background-position:center;
margin-bottom: 0px;
}



.search #title-bg,
.archive #title-bg,
.single #title-bg {
margin-top: 100px;}


@media screen and ( min-width : 601px )and ( max-width:1179px) {
#title-bg {
padding:70px 0 50px;
}

}

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

#title-bg {
padding:50px 0 30px;
}
.search #title-bg,
.archive #title-bg,
.single #title-bg {

margin-top: 80px;
}
}

h1.single-ti{
font-family: 'Noto Sans JP', sans-serif;
 font-weight: 500;
letter-spacing: 0.1em;
    line-height: 1.3;
    margin-bottom: 20px;}

.page .contents h1,
.single .contents h1{
font-size:1.6em;
line-height: 1.3;
font-weight: 600;
margin:0 0 1.5em;
}

.page .contents #title-bg  h1,
.single .contents #title-bg  h1{
margin:0 0 0;
}


.page  .contents h2,
.single .contents h2{
font-size:1.3em;
line-height: 1.3;
font-weight: 600;
margin:1em 0 1.5em;
padding: 25px 10px ;
border-top: 1px solid #E3E3E3;
 border-bottom: 1px solid #E3E3E3;
}
.page .contents h3,
.single .contents h3{
font-size:1.2em;
line-height: 1.3;
font-weight: 600;
margin:1em 0 1.5em;
padding: 0 0 0 10px ;
border-left: 5px solid #215AA8;
}



.page .contents .info-list h3{
font-size:0.9em;
line-height: 1.3;
font-weight: 400;
padding: 0 0 0 10px ;
border-left: none;
margin:0;
}

.page  .contents h4,
.single .contents h4{
font-size:1.1em;
line-height: 1.3;
font-weight: 600;
margin:0 0 1.5em;
padding: 0 0 0 10px ;
border-left: 3px solid #215AA8;
}
.page  .contents h5,
.single .contents h5{
font-size:1.05em;
line-height: 1.3;
font-weight: 600;
margin:0 0 1.5em;
}


/* ----------------------------------------
* 
/* CONCEPT
---------------------------------------- */
#sec-concept {
 text-align: center;
 background-color: #fff;
}


#sec-concept ul li{display: inline-block;
}
#sec-concept ul li .button{width:220px;
}

@media screen and ( max-width : 880px ) {
#sec-concept p{
 text-align: left;
}
#sec-concept ul li .button{width:160px;
}

}

#sec-concept h4 {
 text-align: center;
    font-size:1rem;
    margin: 1em 0;
    line-height: 1.3;
    font-family: "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
}
#sec-concept p{
font-size: 18px;
font-family:'Noto Sans JP', sans-serif;
 font-weight: 400;
 letter-spacing: 0.1em;
}



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

#sec-concept p{
font-size: 1.1em;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
}





/* ---------------------------------------------------------------------------------------------

　  Wrapper Rayout

--------------------------------------------------------------------------------------------- */


.page #main {padding:100px 0 0; position:relative;}

@media screen and ( max-width : 880px ) {
.page #main {padding:75px 0 0; position:relative;}
}



.margin-bot {
    margin-bottom: 15px;
  }
  .container {
    padding: 0 15px;
     width:100%;
  }

  section {
    padding: 25px 0;
  }
    section.first-section  {
    padding: 0px 0 25px;
  }
@media screen and ( min-width : 480px )and ( max-width:880px) {
   .margin-bot {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 20px;
  }
  section {
    padding: 50px 0;
  }
}  
@media screen and ( min-width : 881px )and ( max-width:1280px) {

    .margin-bot {
    margin-bottom: 30px;
  }
  .container {
      padding: 0 25px;
  }
  section {
    padding: 75px 0;
  }
}
@media screen and (min-width:1281px) {
.margin-bot {
    margin-bottom: 40px;
  }
  .container {
    max-width: 1280px;
    margin: 0 auto;
      padding: 0 50px;
  }
  section {
    padding: 100px 0;
  }
}


/* ----------------------------------------
* 
/* white-container layout
---------------------------------------- */


.white-container {
width:100%;
max-width:1280px;
background: rgba(255,255,255,1.00);
border-radius: 7px;
margin: -50px auto 0;
padding: 50px 150px 30px;
}



@media screen and (max-width: 1280px) {
.white-container {
width:95%;
padding: 50px auto 30px;
}
}


.white-container ul{
    margin-left: 2em;
}
.white-container ul li{
    list-style:disc;
}

.white-container a,
.white-container a:link{
color:#08c;
text-decoration: none;
}
.white-container a:hover,
.white-container a:active{
text-decoration: underline;
}

.white-container li { font-size: 1rem; line-height: 2;}

  


/* ----------------------------------------
* 
/* division　layout
---------------------------------------- */

@media screen and  (min-width: 881px) {
.half{
display: flex;
justify-content: space-between;
}
.half div{
flex:0 0 50%;
margin-bottom: 15px;
}


.triple{
display: flex;
justify-content: space-between;
}
.triple .triple1{
flex:0 0 33%;
}
.triple .triple2{
flex:0 0 66%;
}


.quarter{
display: flex;
justify-content: space-between;
}
.quarter .quarter1{
flex:0 0 22%;
}
.quarter .quarter2{
flex:0 0 74%;
}

}


/* con-three 3分割 レイアウト*/

.con-three{
		display: flex;
        width:100%;}


.con-three div{
flex:1;}

/* con-box レイアウト*/
.con-box{
  margin-bottom: 100px;
}


/* ----------------------------------------
* 
/*Photo　layout
---------------------------------------- */


@media screen and (min-width:881px) {


.space-beteen {
display: flex;
justify-content: space-between;
}
.space-beteen .fl49{
flex:0 0 49%;
}
.space-beteen .fl48{
flex:0 0 48%;
}


.space-beteen .fl68{
flex:0 0 68%;
}
.space-beteen .fl30{
flex:0 0 30%;
}


}

/*===============================
/* pagescroll*/
/* ===============================*/
.pagescroll {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 20;
}
.pagescroll a:link,
.pagescroll a:visited{
	display: block;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	line-height: 38px;
	width: 40px;
	height: 40px;
	color: #fff;
		background-color:  #215AA8;
        border: 1px solid #fff;

}
.pagescroll a:hover,
.pagescroll a:active{
	color: #fff;
		background-color:   #D61518;/*・blue  */
}




/*===============================
/* ボタン button*/
/* ===============================*/


.button {
  position: relative;
  display: inline-block;
  padding: .3em 1em;
  background-color: #215AA8;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.button.evetn-btn {background: #F8B62D;}

.button.contact-btn {  padding: .3em 4em;}


a.button {
    font-weight: 600;
    font-size:0.9rem;
text-decoration: none;
color:#fff;
}


a:hover.button {
color:#fff;
}






/* ----------------------------------------
* TOP コラム
---------------------------------------- */


.sec-column {background:#E7F8FE}
.sec-column h3 {font-size: 18px; margin-bottom: 10px;}
.column_thumb { margin-bottom: 10px;}
.column_excerpt { line-height: 1.5}
.column_author {text-align: right;margin: 0;}


.column-box-container{
display: flex;
flex-wrap: wrap;
justify-content:flex-start;
}

.column-box-container .column-box{
margin: 0 1% 2% 1%;
background: #fff;
padding:15px 15px 10px;
border-radius: 7px;
}


@media (min-width: 881px) {

.column-box-container .column-box {
flex:0 0 31%;

}

.column-box-container .column-box .thumb {
margin: 0 0 15px;
}


}

@media (max-width: 880px) {

.column-box-container .column-box{
flex:0 0 48%;
}

.column-box-container .column-box .thumb{
margin: 0 0 15px;
}

}
@media (max-width: 460px) {

.column-box-container .column-box{
flex:0 0 98%;

}

.column-box-container .column-box .thumb{
margin: 0 0 15px;
}

}




/* ----------------------------------------
* 新着情報 information
---------------------------------------- */


.information{

background: #f7f7f7;
}


@media (min-width: 880px) {

.info-contaner {
display: flex;
justify-content: space-between;
}
.info-contaner .info-list-contaner {
flex: 0 0 70%
}

.info-contaner .info-box {
flex: 0 0 28%
}

}



.info-list {
display: flex;
justify-content: space-between;
align-items: center;
border: 1px solid #ccc;
margin-bottom: 5px;
padding: 5px 8px 6px;
background: #fff;
}

.info-list p.info-cat {
flex: 0 0 15%;
margin-bottom: 0;
text-align: center;
}
.info-list p.info-cat span{
width:100%;
}

.info-list h3 {
flex: 0 0 61%;
font-size:0.9em;
font-weight: 500;
line-height: 1.3;
}
.info-list h3 a:hover{
color:#08c;

}


.info-list p.info-date {
flex: 0 0 20%;
margin-bottom: 0;
text-align: right;
font-size:0.9em;
}



@media (max-width: 667px) {
.info-list p.info-cat {
flex: 0 0 25%;
font-size:0.9em;
line-height: 1.2;
}

.info-list h3 {
flex: 0 0 72%;
}


.info-list p.info-date {
flex: 0 0 0%;
margin-bottom: 0;
display: none;
}
}



.info-cat span.seminar,
.info-cat span.report,
.info-cat span.event,
.info-cat span.press,
.info-cat span.news {
display: inline-block;
padding:3px 10px 6px;
line-height: 1;
background: #ddd;
color:#fff;
}



.info-cat span.seminar{
background: #00A0E9;
}
.info-cat span.news{
background: #8FC31F;
}
.info-cat span.press{
background: #601986;
}
.info-cat span.event{
background: #F8B62D;
}
.info-cat span.report{
background: #036EB7;
}



.info-cat a {
color:#fff;
font-weight: 500;
font-size: 0.8rem;
}
.info-cat span a:hover {
text-decoration: underline;
color:#fff;
}


/* ----------------------------------------
* 新着情報 info-box
---------------------------------------- */
.info-box {
border: 1px solid #ccc;
background: #FFF8EB;
border-radius: 7px;
padding: 15px 15px 5px;
text-align: center;}

.info-box .heart {
margin: 0 20px 10px 0;
}

.info-box p {
font-size: 0.85em;
line-height: 1.4;
}








 /* ================
   .adjacent_post_links
================ */  
 
.adjacent_post_links {
width:100%;
max-width:1220px;
	margin: 50px auto 0;
    padding:30px  15px;
    border-top:dashed 1px #ccc;
    border-bottom:dashed 1px #ccc;
}

.adjacent_post_links ul {
    display: flex;
    align-items:center;
    font-size:0.85rem;
}

.adjacent_post_links li.next,
.adjacent_post_links li.previous {
	flex: 45%;
	max-width: 450px;

}
.adjacent_post_links li.cate-top {
flex: 10%;
text-align: center;
}
.adjacent_post_links li.cate-top img {
width: 30px;
height:auto;
}
.adjacent_post_links li.next {
text-align: right;
}


.adjacent_post_links li a {
	display: block;
	color:#3B4043;
    text-decoration: none;
        vertical-align:middle;
        line-height: 1.3;
        
}
.adjacent_post_links li a:hover {
	color:#08c;
}

.adjacent_post_links li.previous a {
    background: url(../../../wp-epi/wp-content/themes/gnc/images/bg_previous_link.png) no-repeat left center;
	padding-left: 30px;
}

.adjacent_post_links li.next a {
    background: url(../../../wp-epi/wp-content/themes/gnc/images/bg_next_link.png) no-repeat right center;
	padding-right: 30px;
    color:#3B4043;
}

.cate-top span{margin-top:5px; font-size:0.8em;text-align: center;}

/* ================
  #page-nav
================ */

.page_navi {
border-top: 1px #ccc dashed;
padding-top: 20px;
  text-align: center;
  margin: 100px 0 20px;
  
}
.page_navi li {
  display: inline;
  list-style: none outside none;
       font-size: 14px;
}
.page_navi li a {
  border: 1px solid rgb(102,102,102);
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
   border-radius: 3px;
  position: relative;
  background: #3B4043;
   color:#fff;

}

.page_navi li a:hover {
  border: 1px solid rgb(164,164,164);
  background: #088BC0;
  color:#fff;
}
.page_navi li a:active {
  box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
  top:1px;
}

.page_navi li.current span {
  border: 1px solid rgb(153,153,153);
  color:#3B4043;
  font-weight: bold;
  border-radius: 3px;
}
.page_navi li.first span,
.page_navi li.previous span,
.page_navi li.next span,
.page_navi li.last span {
  background: rgb(248,248,248);
  border: 1px solid rgb(230,230,230);
  color: rgb(180,180,180);
  text-decoration: none;
  border-radius: 3px;
}

.page_navi li.page_nums span {
  background: rgb(102,102,102);
  border: 1px solid rgb(51,51,51);
  color: rgb(255,255,255);
}
.page_navi li a,
.page_navi li.current span,
.page_navi li.first span,
.page_navi li.previous span,
.page_navi li.next span,
.page_navi li.last span,
.page_navi li.page_nums span {
  padding: 0.15em 0.8em;
  display: inline-block;
  position:relative;
}


  

  

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: #FAFAFA;
  padding: 40px 0 0;
  border-top: 1px solid #f1f1f1;

}
.footA h2{
	font-size:1.2em;
    line-height: 1.5;
     font-weight: bold;
}
footer .container {
	padding: 20px 15px 10px;
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
	}
    
@media (min-width: 881px) {
footer .container {
		display: flex;
		flex-wrap: wrap;

	}
.footA {
		flex: 0 0 50%;
}

.footB {
		flex: 0 0 50%;
        padding-top: 50px;
}


}


@media only screen and ( max-width : 880px ) {
.footA {
		text-align: center;
}

}



.office-tb td {padding: 0 3px;line-height: 1.5;}

p.phone{font-size: 20px;font-weight: 600;}

.foot-copyright {
padding:30px 0 20px;
	font-size: 12px;
	text-align: center;
    color:  #fff;/*ブラック */
    background-color: #8FC31F;/*・green  */
    margin-top: 20px;}
    
    

/* ***********************************************************************
 サブ ナビゲーションメニュー pc
*********************************************************************** */


.sidebar{
width:100%;
max-width:1280px;
margin: 0 auto;
}

.columns .sidebar{
display: none;
}


@media screen and  (max-width: 767px) {
.sidebar{
display: none;
}
}



ul.sub_navi {
display:flex;
flex-wrap: wrap;
width:100%;
margin-left: 0px;
}

ul.sub_navi li {
flex:0 0 170px;
margin-right: 10px;
margin-bottom: 1px;
text-align: center;
}

ul.sub_navi li a {
display:block;
background: #088BC0;
padding:10px 5px;
color: #FFF;
font-size: 0.95rem;
font-weight: 600;
line-height: 1.3;
}
ul.sub_navi li.current-cat a,
ul.sub_navi li.current_page_item a,
ul.sub_navi li a:hover {
background: rgba(179,235,251,0.30);
color:#333;
}


/* 
 サブ ナビゲーションメニュー sp
 */

.sidebar2{
width:100%;
max-width:1280px;
margin: 0 auto;
}

@media screen and  (min-width: 768px) {
.sidebar2{
display: none;
}
}

.sidebar2 ul.sub_navi li {
flex:0 0 100%;
margin-right: 0px;
margin-top: 1px;
text-align: center;
}
    
 
 
 

/************************************************
* 表 Table *
************************************************/

    
table  {width:100%; margin:0 auto 10px;}

table th{width:100%;float: left;vertical-align: top;text-align: left; padding:20px 5px 20px 10px; font-weight: 500; border-bottom: 1px #ccc dashed;font-size: 1rem;}

table td {width:100%;float: left;vertical-align: top; padding:20px 5px; border-bottom: 1px #ccc dashed;font-size: 1rem;line-height: 1.5;text-align: left;}



@media screen and (min-width: 881px) {
table th {float: none; width:30%;}
table td {float: none; width:70%;}

}

/************************************************
* お問い合わせフォーム *
************************************************/



#sec-contact div.container {
width:94%;
margin: 10px 3%;
padding:10px 20px 20px;
}



@media screen and ( min-width : 881px )and ( max-width:1280px) {

#sec-contact div.container   {
width:90%;
margin: 40px 5%;
padding:50px;
}
}


@media screen and  (min-width: 1281px) {
#sec-contact div.container  {
width:100%;
max-width:1024px;
margin: 40px auto;
padding:50px 50px 50px;
background: rgba(255,255,255,0.92);
border-radius: 12px;
}

}




table#inquiry_form {
  max-width: 100%;
}


table#inquiry_form th {
  width: 30%;
  padding: 15px 5px;
}
.contact-us table#inquiry_form th {
  color:#3B4043;
}
table#inquiry_form td {
  width: 70%;

  padding: 15px 5px;
}


table#inquiry_form input,
table#inquiry_form textarea{
	font-size: 1em;
	border-radius: 0.3em;
	padding: 10px 10px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	line-height: 150%;
	border: 1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
}
table#inquiry_form input.narrow{
	box-sizing: border-box;
	width: 20%;
}
table#inquiry_form select{
	font-size: 1em;
	border-radius: 0.3em;
	padding: 7px 10px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	line-height: 150%;
	border: 1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
	color: #666;
	background-image: url(images/serach_select.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 15px;
}

table#inquiry_form .care{
	font-size: 0.8em;
	padding: 7px 0 3px;
	line-height: 1.34;
}






table#inquiry_form .contact_btn{
	text-align: center;
}

table#inquiry_form .contact_btn input{
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	color: #fff;
	background-color:  #C63333;
	border: 1px solid  #C63333;
	padding: 7px 50px;
	margin: 10px;
 	cursor: pointer;
 	border-radius: 0.3em;
 	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width:40%;
	display: inline-block;
}



table#inquiry_form .contact_btn input:hover,
table#inquiry_form .contact_btn input:active{
	background-color: #E0001F;
}

table#inquiry_form .contact_btn input.reset{
	background-color: #215AA8;
	border: 1px solid #215AA8;
}
table#inquiry_form .contact_btn input.reset:hover,
table#inquiry_form .contact_btn input.reset:active{
background-color: #3779D4;
}

/*  スマホサイズ */
@media screen and (max-width: 700px){

table#inquiry_form td,
table#inquiry_form th  {
	display: inline-block;
	width:100%;
}

}/*  スマホサイズ END*/

/*  SE スマホサイズ */
@media screen and (max-width: 320px){
table#inquiry_form td input,
table#inquiry_form td textarea {
  max-width:280px;
}
}/*  SEスマホサイズ END*/




input[type="text"],
input[type="email"],
textarea {
    background: rgba(255,255,255,.5);
    border: 1px #fff solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
}
input[type="text"],
input[type="email"] {
    width: 100%;

}
textarea {
    width: 100%;

    height: 6rem;
}
input[type="submit"] {
    border: none;
    cursor: pointer;
    line-height: 1;
}

    
/* ---------------------------------------------------------------------------------------------

　   健エピのご案内

--------------------------------------------------------------------------------------------- */
.polka-dot{
background:url("images/bg-polka-dot.jpg")
}

.page-id-11 .polka-dot{
background:url("images/columback.jpg") center -50px repeat;
}


.conbox{
background: #fff;
}
.columns .conbox{
background: rgba(179,235,251,0.30);
}


@media screen and  (min-width: 1180px) {
.conbox{
padding: 70px;
border:solid 70px rgba(179,235,251,0.30);
}
.columns .conbox{
padding: 50px;
border:solid 0px rgba(179,235,251,0.30);
}
}
@media screen and ( min-width : 601px )and ( max-width:1179px) {
.conbox{
padding: 40px;
border:solid 40px rgba(179,235,251,0.30);
}
.columns .conbox{
padding: 20px;
border:solid 0px rgba(179,235,251,0.30);
}
}

@media screen and  (max-width: 600px) {
.conbox{
padding: 30px 10px 10px;
border:solid 10px rgba(179,235,251,0.30);
}
.columns .conbox{
padding: 10px;
border:solid 0px rgba(179,235,251,0.30);
}
}



.conbox h2{
font-family: 'Noto Sans JP', sans-serif;
 font-weight: 500;
letter-spacing: 0.1em;
    line-height: 1.3;
    margin-bottom: 50px;
}

@media screen and  (max-width: 767px) {
.conbox h2{
    margin-bottom: 20px;
}
}

/* ---------------------------------------------------------------------------------------------

　   コラム（投稿）single archive

--------------------------------------------------------------------------------------------- */

body.search
{background: #EFEFEF;}

body.search,
body.archive,
body.single{
background:url("images/columback.jpg") center -50px repeat;
}

p.latest-news_date {display: none;}

.search .wrapper,
.archive .wrapper,
.single .wrapper{
width:100%;
max-width: 1180px;
margin: 40px auto;
padding:0 20px 40px;
}
.search main.contents,
.archive main.contents,
.single main.contents{
background: #fff;
padding:20px 15px;
border: 1px solid #DEDEDE;
border-radius: 10px;
margin-bottom: 10px;
}
.search main.contents,
.archive main.contents{
padding:20px 0px;
}


.search #column-sidebar,
.archive #column-sidebar,
.single #column-sidebar {
width:100%;
margin:0px auto;
}



@media screen and (min-width: 881px) {

.search .wrapper,
.archive .wrapper,
.single .wrapper{
display: flex;
justify-content: space-between;
width:100%;
max-width: 1180px;
margin: 40px auto;
padding:0 20px 40px;
}
.search main.contents,
.archive main.contents,
.single main.contents{
flex:1 1 980px;
background: #fff;
padding:40px;
}
.search main.contents
.archive main.contents
{
padding:40px 20px;
}


.search #column-sidebar,
.archive #column-sidebar,
.single #column-sidebar {
flex:0 0 280px;
margin-left: 30px;
}


}



h2.widget__title{
display: block;
width: 100%;
padding: 7px 10px;
background: #215AA8;
font-size: 16px;
font-weight: 600;
color:#fff;
}


.search #column-sidebar .widget ul,
.archive #column-sidebar .widget ul,
.single #column-sidebar .widget ul  {
list-style: none;
	
	width: 100%;
	padding: 0;
	margin: 0px auto 30px;
}

@media screen and (min-width: 881px) {
.search #column-sidebar .widget ul,
.archive #column-sidebar .widget ul,
.single #column-sidebar .widget ul  {
	width: 280px;

}

}



.search #column-sidebar .widget ul  li,
.archive #column-sidebar .widget ul  li,
.single #column-sidebar .widget ul  li {
list-style: none;

	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #78A713;
}
.search #column-sidebar .widget ul  li:last-child,
.archive #column-sidebar .widget ul  li:last-child,
.single #column-sidebar .widget ul  li:last-child {
	border-bottom: 0px;
}
.search #column-sidebar .widget ul  li a,
.archive #column-sidebar .widget ul  li a,
.single #column-sidebar .widget ul  li a {
	display: block;
	position: relative;
	z-index: 10;

	margin: 0;
	padding: 10px 10px 10px 50px;
	background: #8FC31F;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
	text-decoration: none;
}
.search #column-sidebar .widget ul  li a:hover,
.archive #column-sidebar .widget ul  li a:hover,
.single #column-sidebar .widget ul  li a:hover {
	background: #8FC31F;
}
.search #column-sidebar .widget ul  li a:before,
.archive #column-sidebar .widget ul  li a:before,
.single #column-sidebar .widget ul  li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.search #column-sidebar .widget ul  li a:hover:before,
.archive #column-sidebar .widget ul  li a:hover:before,
.single #column-sidebar .widget ul  li a:hover:before {
	left: 27px;
}



/* ----------------------------------------
* コラム　archive latest
---------------------------------------- */



.latest {
 padding: 10px 0 10px;

}

.latest .container {
width:100%;
	margin: 10px auto 10px;
}




.latest .container article {
	margin: 10px 0;
	color: inherit;
	text-decoration: none;
            background: #fff;
            padding:5px;
            position:relative;
            clear: both;
}


.latest article a:hover {
	opacity: 0.8;
    color:#0088cc;

}
.latest article h2 a {
    color:#0088cc;

}
.latest article a:hover {
	opacity: 0.8;
    color:#0088cc;

}


.latest article .text {
	margin: 0 0 10px;
    text-align: left;
    padding-top: 3px;
/*  
    overflow: auto;
*/   
}

.latest article  .text h2 {
	font-size: 14px;
    text-align: left;
    line-height: 1.3;
    margin-top: 0px;
    margin-bottom: 2px;
}



.latest article .photo {
	max-height: 80px;
    max-width: 80px;
	background-position: center;
	background-size: cover;
        float: left;
             margin-right: 15px;   
}
.latest article .photo img{
             border: 1px solid #dedede;     
}

.excer p,
.post_excerpt p,
.latest article p {
	margin-bottom: 2px;
	font-size: 14px;
    line-height: 1.3;
}

.latest .excer  p {
		display: none;
}




@media (min-width: 881px) {

.latest .container {

    width:100%;

	margin: 0px auto 30px;
}
	
.latest .container article {
	margin: 10px;
	border: solid 0px #CDD6DD;
	color: inherit;
	text-decoration: none;
            background: #fff;
            padding:5px;
}



.latest {
    padding: 20px 0 20px;
}

.latest article .text h2 {
	font-size: 16px;
    margin: 0 0 10px;
}

.summary {
display:inherit;
	font-size: 12px;
}
.postinfo {
display:inherit;
	font-size: 0.9em;
    text-align: right;
    position:absolute;
    right:16px;
    top:0px;
}

.latest article .photo {
	min-height: 120px;
     min-width: 120px;
	background-position: center;
	background-size: cover;
    border: 0px solid #ddd;
}

.latest .excer  p {
		display:inherit;
	}

    
}

p.postcat {
display: none}



@media (max-width: 880px) {
.postinfo {
display: none;
}
}

@media (max-width: 374px) {


	.latest article  p {
		display: none;
	}

	.latest .text  p {
		display: none;
	}
}

.postcat span.etc,
.postcat span.event,
.postcat span.press-release,
.postcat span.news {
display: inline-block;
padding:3px 10px 3px;
line-height: 1;
background: #ddd;
color:#fff;
}


.postcat span.news{
background: #999;
}
.postcat span.press-release{
background: #999;
}
.postcat span.event{
background: #999;
}
.postcat span.etc{
background: #999;
}

p.postcat {
margin:0;
}

.postcat a {
color:#fff;
font-weight: 500;
font-size: 0.8rem;
}
.postcat span a:hover {
text-decoration: underline;
color:#fff;
}




.latest-news_date{
text-align: right;
font-size: 0.9em;
}


/* ----------------------------------------
* greeting
---------------------------------------- */

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




.greeting .quarter1 img {
width: 80%;
    max-width: 180px;
    height: auto;
}

}

/* ---------------------------------------------------------------------------------------------

　   コメント

--------------------------------------------------------------------------------------------- */


div#comments {
margin: 30px 0;
clear: both;
 border-top:dashed 1px #ccc;
 padding-top: 30px;
}

/* ｢コメント承認待ち｣のテキスト色の薄いグレーが背景に埋もれないよう、濃いグレーに変更します。 */
#comments .comment-awaiting-moderation,
#commentform .form-allowed-tags,
#commentform .form-allowed-tags * {
  color: #6A7079;
}





/* 画面幅が359px以下の場合、記事タイトル、コメントタイトル、返信タイトルを18pxに指定しています。 */
@media (max-width: 359px) {
  #content article .entry-title,
  #comments .comments-title,
  #reply-title {
    font-size: 18px;
  }
}



/* 画面幅が643px以下の場合、記事タイトル、コメントタイトル、返信タイトルを21pxに指定しています。 */


  #content article .entry-title,
  #comments .comments-title,
  #reply-title {
    font-size: 18px;
  }

/* 記事タイトル、コメントタイトル、返信タイトルを28pxに指定しています。 */
@media (min-width: 768px) {
#comments .comments-title,
#reply-title {
  font-size: 20px;
}
}



/* コメント欄部分の余白の調整を行なっています。 */
#comments .comments-title {
  margin-top: 12px;
  margin-bottom: 12px;
}
#comments .comment-list article {
  padding-top: 12px;
  padding-bottom: 12px;
}
#comments .comment-list article .comment-metadata {
  margin-bottom: 10px;
}
#comments .comment-list article .comment-content p {
  margin-bottom: 12px;
}
#respond {
  padding-top: 15px;
  padding-bottom: 15px;
}
#reply-title {
  margin-top: 11px;
  margin-bottom: 11px;
}
#commentform p {
  margin-bottom: 12px;
}


input#siteguard_captcha,
input#url,
input#email,
input#author,
#commentform p textarea{
  border: 1px solid #ccc;
  background: #fff;
}


/* ウェブサイトの入力欄とメールアドレスの入力欄を消す*/
.comment-form-url{ display:none; }
.comment-form-email{ display:none; }



/* コメントフォーム部分の幅の調整を行なっています。 */
#commentform [for="author"],
#commentform [for="email"],
#commentform [for="url"],
#commentform [for="comment"] {
  width: 136px;
}

.logged-in-as a,
.comment-meta a,
.reply a{
	color: #336699;
	color: var(--main-color);
}
.logged-in-as a,
.comment-meta a{
font-size:0.8rem;
text-decoration: none;
}
.reply a:hover{
opacity: 0.8;
}
.commentlist {list-style: none}
.commentlist li{
padding: 15px 0 ;}
.commentlist li:not(:first-child){
border-top: 1px dashed #ccc;}




/* コメントボタンの色を青のグラデーションに設定します。 */
#comments button,
#comments input[type="submit"],
#comments input[type="button"],
#comments input[type="reset"] {
  background: #0071bc; /* 古いブラウザ用 */
  background: -webkit-linear-gradient(top, #0089DC 0%, #00619C 100%); /* Chrome 10+, Safari 5.1+ */
  background: linear-gradient(to bottom, #0089DC 0%, #00619C 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089DC', endColorstr='#00619C', GradientType=0); /* IE6-9 */
  border-bottom-color: #00395C;
  color:#fff;
  padding: 10px 15px;
}

/* コメントボタンマウスオーバー時の色を設定します。 */
#comments button:hover, button:focus,
#comments input[type="submit"]:hover, input[type="submit"]:focus,
#comments input[type="button"]:hover, input[type="button"]:focus,
#comments input[type="reset"]:hover, input[type="reset"]:focus {
  background: #0089DC; /* 古いブラウザ用 */
  background: -webkit-linear-gradient(top, #009DFC 0%, #0071bc 100%); /* Chrome 10+, Safari 5.1+ */
  background: linear-gradient(to bottom, #009DFC 0%, #0071bc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009DFC', endColorstr='#0071bc', GradientType=0); /* IE6-9 */
}

/* コメントボタンクリック時の色を設定します。 */
#comments button:active,
#comments input[type="submit"]:active,
#comments input[type="button"]:active,
#comments input[type="reset"]:active {
  background: #0071bc; /* 古いブラウザ用 */
  background: -webkit-linear-gradient(top, #00619C 0%, #0089DC 100%); /* Chrome 10+, Safari 5.1+ */
  background: linear-gradient(to bottom, #00619C 0%, #0089DC 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00619C', endColorstr='#0089DC', GradientType=0); /* IE6-9 */
  border-top-color: #00395C;
}

.trackback {display: none;}

/* ---------------------------------------------------------------------------------------------

　　　検索フォーム

--------------------------------------------------------------------------------------------- */


#searchform, #searchform div  {
padding-left: 7px;
}
#searchform label  {display: none}
.screen-reader-text {
  display: none;
}

#s  {
  border:solid 1px;
  border-color:#aaa #ddd #ddd #aaa;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

  position: relative;
  padding: 8px 8px;
  width: 210px;
  font-size: 14px;
  margin: 10px 5px 3px 0;
}

#s:hover, #s:focus  {
  background-color: #F2F2F2
}

#searchsubmit  {
  background-color: #3F9DE8;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #ffffff;
  border:solid 1px;
  border-color:#aaa #ddd #ddd #aaa;
  padding: 5px 8px;
  font-size: 14px;
}
#searchsubmit  {
  margin: 0 0 2px;
}

.widget_search{
  margin: 0 0 10px;
}

/* ---------------------------------------------------------------------------------------------

　　タグクラウド

--------------------------------------------------------------------------------------------- */

.widget_tag_cloud .tagcloud a {
 background:#eee;
 border:none;	
 color: #666;
 padding: 6px;
 margin:3px;
 border-radius: 3px;
 font-size:12px;
}

.widget_tag_cloud .tagcloud a:hover {
 background: #8FC31F; 
 color: #fff; 
}

.tagcloud{
  padding: 7px;
}
.tagcloud  a{
  font-size:12px  !important;
}


/* ---------------------------------------------------------------------------------------------

　　Youtube

--------------------------------------------------------------------------------------------- */

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
      margin-bottom: 20px;
}
    
