@charset "UTF-8";
/*! color
------------------------------------------------- */
/*=============================================================
 02_base
=============================================================*/
/*! color
------------------------------------------------- */
/*!  02_base
================================================ */
html { width: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

@media (min-width: 600px) { html { min-width: 1280px; overflow: auto; } }

/* if use Yu Gothic */
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 100; }

@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 200; }

@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 300; }

@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 400; }

@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Bold"); font-weight: bold; }

body { position: relative; width: 100%; font-size: 1.4rem; font-weight: medium; color: #323131; font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; -webkit-text-size-adjust: 100%; overflow-x: hidden; letter-spacing: 0.05em; line-height: 1.5; }

@media (min-width: 600px) { body { min-width: 1280px; font-size: 1.6rem; line-height: 1.625; } }

::-moz-selection { background: #fce8db; }

::selection { background: #fce8db; }

::-moz-se lection { background: #fce8db; }

/* layout
-------------------------------------------------*/
#contents { background-color: #f5f5f8; width: 100%; padding: 25px 0 40px; }

@media (min-width: 600px) { #contents { padding: 50px 90px 90px; }
  #contents:after { content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden; } }

#contents .inner { padding-left: 15px; padding-right: 15px; }

@media (min-width: 600px) { #contents .inner { margin-left: auto; margin-right: auto; padding-left: 0; padding-right: 0; } }

@media (min-width: 600px) { #contents:not(.single) #main { margin-right: -240px; float: left; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; padding-right: 280px; }
  #contents:not(.single) #sidebar { width: 240px; float: right; }
  #contents:not(.single) .inner { max-width: 100%; } }

/* for IE */
main { display: block; }

/* end for IE */
.inner { padding: 0 15px; }

@media (min-width: 600px) { .inner { max-width: 1620px; margin: auto; padding: 0; } }

.cf::after { content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden; }

/*! breakpoint
-------------------------------------------------
600pxで切り替え
-------------------------------------------------
*/
@media (max-width: 599px) { .viewSp { display: block; }
  .viewPc { display: none; } }

@media (min-width: 600px) { .viewSp { display: none; }
  .viewPc { display: block; } }

/* box-sizing
-------------------------------------------------
-------------------------------------------------
*/
html, body, header, footer, h1, h2, h3, h4, h5, section, article, div, dl, dt, dd, ol, ul, li, p, a, span { -webkit-box-sizing: border-box; box-sizing: border-box; }

#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents section, #contents article, #contents div, #contents dl, #contents dt, #contents dd, #contents ol, #contents ul, #contents li, #contents p, #contents a, #contents span { max-height: 100%; }

/* img
-------------------------------------------------
-------------------------------------------------
*/
img { max-width: 100%; vertical-align: top; height:auto; }

/* link
-------------------------------------------------
-------------------------------------------------
*/
a { outline: none; text-decoration: none; }

/* weight
-------------------------------------------------
-------------------------------------------------
*/
span, em { font-weight: inherit; }

/* other
-------------------------------------------------
-------------------------------------------------
*/
iframe { max-width: 100%; }

li { list-style: none; }

/*=============================================================
 03_layout
=============================================================*/
/*!  #gHeader
================================================ */
#gHeader { background: #fff; height: 61px; position: relative; border-bottom: 1px solid #d6d5d5; /*!  .hdNav * only PC
================================================ */ /*!  .spNav * only SP
================================================ */ /*!  btn  * only SP
================================================ */ }

@media (min-width: 600px) { #gHeader { height: 134px; overflow: hidden; padding: 0 90px; } }

#gHeader .hdTxt { background: #f4f5f0; position: absolute; width: 100%; height: 24px; left: 0; color: rgba(51, 51, 51, 0.5); font-size: 1.2rem; font-weight: 500; padding: 0 90px; text-align: right; line-height: 24px; }

#gHeader .logo { position: absolute; left: 15px; top: 4.5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (min-width: 600px) { #gHeader .logo { left: 90px; top: 24px; z-index: 1; } }

#gHeader .logo a { display: block; color: #323131; }

#gHeader .logo .subTxt { font-size: 2rem; font-weight: 700; }

@media (min-width: 600px) { #gHeader .logo .subTxt { font-size: 3rem; letter-spacing: 0.1em; margin: 0 auto 0 auto; } }

#gHeader .logo img { width: 77.5px; margin-right: 10px; }

@media (min-width: 600px) { 
  #gHeader .logo img { width: 166px; margin-right: 30px; -webkit-transform: translateY(-13px); transform: translateY(-13px); -webkit-transition: all .3s; transition: all .3s; opacity: 1; }
  #gHeader .logo img:hover { opacity: .7; } 
  
}

#gHeader .logo02 {
  position: absolute; 
  width: 110px;
  right: 15px;
  top: 12px;
}
@media (min-width: 600px) {
  #gHeader .logo02 { 
    width: 268px;    
    right: 90px; 
    top: 36px; 
  }
  #gHeader .logo02 a:hover {
    opacity: .7;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

@media (max-width: 599px){
  #gHeader .hdSns{
    position: relative;
    overflow: hidden;
    padding: 0 15px 13px;
    background: #8dc153;
  }
  #gHeader .hdSns .inner{
    max-width: 345px;
    margin: auto;
    text-align: right;
  }
  #gHeader .hdSns .tit{
    display: inline-block;
    margin-right: 6px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    vertical-align: middle;
    
  }
  #gHeader .hdSns .btnList{
    overflow: hidden;
    display: inline-block;
    width: 99px;
    vertical-align: middle;
  }
  #gHeader .hdSns .btnList .item{
    float: left;
    width: 47px;
    height: 40px;
    border-radius: 6px;
    background: #fff;
  }
  #gHeader .hdSns .btnList .item + .item{
    margin-left: 5px;
  }
  #gHeader .hdSns .btnList .item a{
    display: block;
    height: 100%;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #gHeader .hdSns .btnList .item a img{
    display: block;
    margin: auto;
  }
}
@media (min-width: 600px){
  #gHeader .hdSns{
    position: absolute;
    bottom: 27px;
    right: 375px;
    width: 84px;
  }
  #gHeader .hdSns .btnList{
    overflow: hidden;
  }
  #gHeader .hdSns .btnList .item{
    float: left;
    width: 40px;
    height: 32px;
  }
  #gHeader .hdSns .btnList .item + .item{
    margin-left: 4px;
  }
  #gHeader .hdSns .btnList .item a {
    display: block;
    height: 100%;
    padding-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #gHeader .hdSns .btnList .item a:hover{
    opacity: .7;
  }
  #gHeader .hdSns .btnList .item a img{
    display: block;
    margin: auto;
  }
  #gHeader .hdSns + .hdNav{
    right: 440px;
  }
}

@media (min-width: 600px) { #gHeader .hdNav { position: absolute; right: 90px; top: 47px; } }

#gHeader .hdNav .item { padding: 0 15px; border-bottom: 1px solid #dadada; }
/*　ヘッダーフォントサイズ変更の調整追加作業 */
@media screen and (min-width: 600px) { #gHeader .hdNav .item { margin-bottom: 5px;/*margin-bottom: 15px;*/ border-bottom: 1px solid #dadada; } }
/*　ヘッダーフォントサイズ変更の調整追加作業ここまで */
@media (min-width: 600px) { 
  #gHeader .hdNav .item { display: inline-block; padding: 0; border: none; } 
  #gHeader .hdNav .item:nth-child(2) {
    margin-left: 10px;
  }
}

#gHeader .hdNav .item a { font-weight: 700; font-size: 1.4rem; color: #323131; display: block; height: 64px; line-height: 64px; }

@media (min-width: 600px) { #gHeader .hdNav .item a { font-size: 1.3rem; line-height: 1; height: 12px; margin-bottom: 10px; }
  #gHeader .hdNav .item a:hover { text-decoration: underline; } }

#gHeader .hdNav .item a:before { content: ''; width: 11px; height: 11px; margin-right: 8px; display: inline-block; background: url(../img/common/ico_arw01.png) left top no-repeat; background-size: contain; vertical-align: middle; -webkit-transform: translateY(-1px); transform: translateY(-1px); }
/*　ヘッダーフォントサイズ変更の調整作業 */
@media (min-width: 600px) { #gHeader .hdNav .item a:before { width: 14px; height: 15px; margin-right: 6px; -webkit-transform: translateY(0); transform: translateY(0); } }
/*　ヘッダーフォントサイズ変更の調整作業ここまで height: 14px;→height: 15px;*/
#gHeader .hdForm { background: #8dc153; position: relative; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 75px; padding: 15px; }

@media screen and (min-width: 600px) { #gHeader .hdForm { background: none; width: 286px; height: 32px; padding: 0; } }

@media screen and (max-width: 600px) { #gHeader .hdForm .searchTxt { background: #fff; width: 100%; height: 45px; border-radius: 22.5px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 40px 0 20px; } }

@media screen and (min-width: 600px) { #gHeader .hdForm .searchTxt { background-color: #f4f5f0; width: 270px; height: 32px; border-radius: 32px; padding: 0 0 0 10px; } }

#gHeader .hdForm .search { position: absolute; right: 30px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 1; width: 20px; height: 20px; }

@media (min-width: 600px) { #gHeader .hdForm .search { right: 15px; width: 18px; height: 18px; } }

#gHeader .hdForm .search:hover { cursor: pointer; }

#gHeader .hdForm .search:before { content: ''; width: 20px; height: 20px; display: block; background: url(../img/common/ico_search01.png) left top no-repeat; background-size: contain; }

@media screen and (min-width: 600px) { #gHeader .hdForm .search:before { width: 18px; height: 18px; margin-left: -7px; } }

#gHeader .hdForm .search .searchBtn { display: none; }

#gHeader #spNav { 
  display: none; position: fixed; z-index: 9999; bottom: 45px; width: 100%; background: #fff; 
  
  max-height: calc(100vh - 45px);
	-webkit-overflow-scrolling : touch;
  overflow: auto;
}
#gHeader #spNav::-webkit-scrollbar {
  display: none;
}

#gHeader #spNav .list > .item { border-bottom: 1px solid #dadada; }

#gHeader #spNav .list > .item > .link { color: #323131; font-size: 1.5rem; font-weight: 700; text-align: center; display: block; height: 64px; line-height: 64px; position: relative; }

#gHeader #spNav .list > .item > .link span { position: absolute; left: 15px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

#gHeader #spNav .btnClose { background-color: #e2e8ed; height: 70px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px 35px; }

#gHeader #spNav .btnClose span { background-color: #8dc153; border-radius: 6px; display: block; height: 50px; line-height: 50px; color: #fff; font-size: 1.6rem; font-weight: 700; text-align: center; position: relative; }

#gHeader #spNav .btnClose span:before { content: ''; width: 15px; height: 15px; margin-right: 10px; -webkit-transform: translateY(-1px); transform: translateY(-1px); display: inline-block; background: url(../img/common/header/ico_close01.png) left top no-repeat; background-size: contain; vertical-align: middle; }

#spNav .child .item a{
  position: relative;
  display: block;
  padding: 8px 20px 8px 13px;
  color: #fff;
}
#spNav .child .item + .item{
  border-top: 1px solid #fff;
}
#spNav .child .item a::before{
  position: absolute;
  content: "";
  top: 50%;
  right: 11px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-style: solid;
  border-width: 3px 0 3px 4px;

}
#spNav .child.cat01 .item a{
  background: #76b9e3;
}
#spNav .child.cat02 .item a{
  background: #e294c4;
}
#spNav .child.cat01 .item a::before{
  border-color: transparent transparent transparent #3b7a9e;
}
#spNav .child.cat02 .item a::before{
  border-color: transparent transparent transparent #9d447e;
}
/* #gHeader .btnMenu { position: absolute; top: 12px; right: 15px; -webkit-transition: all .4s; transition: all .4s; background-color: #87b951; width: 38px; height: 36px; border-radius: 2px; }

#gHeader .btnMenu span { -webkit-transition: all .4s; transition: all .4s; position: absolute; display: block; width: 18px; height: 2px; left: 10px; background: #fff; }

#gHeader .btnMenu span:nth-child(1) { top: 11px; }

#gHeader .btnMenu span:nth-child(2) { top: 17px; }

#gHeader .btnMenu span:nth-child(3) { top: 23px; }

#gHeader .btnMenu.open span:nth-child(1) { top: 17px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

#gHeader .btnMenu.open span:nth-child(2) { opacity: 0; }

#gHeader .btnMenu.open span:nth-child(3) { top: 17px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } */

/*!  #gNav * only PC
================================================ */
@media screen and (min-width: 600px) { 
  #gNav { height: 77px; padding: 0 90px; border-top: 1px solid #d6d5d5; border-bottom: 1px solid #d6d5d5; }
  #gNav .list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 33px; margin-top: -33px; }
  #gNav .list > .item { position: relative; width: 25%; height: 78px; text-align: center; z-index: 5; }
  #gNav .list > .item:first-child { border-left: 1px solid #d6d5d5; }
  #gNav .list > .item .link { height: 78px; border-right: 1px solid #d6d5d5; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #323131; font-size: 1.6rem; font-weight: 700; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: all .3s; transition: all .3s; opacity: 1; }
  #gNav .list > .item .link:hover { opacity: .7; }
  #gNav .list > .item .link span { margin-right: 16px; } 
  #gNav .child {
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
  }
  #gNav .child .item a{
    position: relative;
    display: block;
    padding: 12px 30px 12px 16px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    transition: all .3s;
  }
  #gNav .child .item a:hover{
    opacity: .8;
  }
  #gNav .child .item + .item{
    border-top: 1px solid #fff;
  }
  #gNav .child .item a::before{
    position: absolute;
    content: "";
    top: 50%;
    right: 11px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-style: solid;
    border-width: 5px 0 5px 8px;

  }
  #gNav .child.cat01 .item a{
    background: #76b9e3;
    background: rgba(118,185,227,.9);
  }
  #gNav .child.cat02 .item a{
    background: #e294c4;
    background: rgba(226,148,196,.9);
  }
  #gNav .child.cat03 .item a{
    background: #dda171;
    background: rgba(221,161,113,.9);
  }
  #gNav .child.cat04 .item a{
    background: #e3df76;
    background: rgba(249,211,32,.9);
  }
  #gNav .child.cat01 .item a::before{
    border-color: transparent transparent transparent #3b7a9e;
  }
  #gNav .child.cat02 .item a::before{
    border-color: transparent transparent transparent #9d447e;
  }
  #gNav .child.cat03 .item a::before{
    border-color: transparent transparent transparent #784c29;
  }
  #gNav .child.cat04 .item a::before{
    border-color: transparent transparent transparent #a59420;
  }
  #gNav .list > .item:hover .child{
    opacity: 1;
    visibility: visible;
  }
} 

@media screen and (max-width: 600px) { #gNav { height: 60px; padding: 0 90px; border-top: 1px solid #d6d5d5; border-bottom: 1px solid #d6d5d5; }
  #gNav .list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 20px; }
  #gNav .list > .item { width: 25%; height: 21px; text-align: center; }
  #gNav .list > .item:first-child { border-left: 1px solid #d6d5d5; }
  #gNav .list > .item .link { height: 21px; border-right: 1px solid #d6d5d5; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #323131; font-size: 1.6rem; font-weight: 700; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: all .3s; transition: all .3s; opacity: 1; }
  #gNav .list > .item .link:hover { opacity: .7; }
  #gNav .list > .item .link span { margin-right: 16px; } 
}
/*@media screen and */
/*!  .spOverlay * only SP
================================================ */
.spOverlay { display: none; position: absolute; z-index: 5; top: 60px; width: 100%; height: 100%; background: rgba(70, 70, 70, 0.6); }

/*!  #mainImg
================================================ */
/*!  #home
------------------------------------------------- */
#home #mainImg .inner { margin: 0; padding: 0; }

#home #mainImg .slideWrap .slider .link {
  display: block;
  position: relative;
}  
#home #mainImg .slideWrap .slider .link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all .3s; 
  transition: all .3s;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 600px) { 
  #home #mainImg { background: #000; border-bottom: 4px solid #8dc153; }
  #home #mainImg .inner { 
    max-width: 1920px; 
    margin: 0 auto; 
    /* background-image: url(../img/home/bg_main01.png), url(../img/home/bg_main02.png); 
    background-position: left top, right top; 
    background-size: contain; 
    background-repeat: no-repeat;  */
  }
  /* #home #mainImg .slideWrap {
     width: 1100px; 
     margin: 0 auto; 
     position: relative; 
    }
  #home #mainImg .slideWrap .slider { 
    margin: 0 auto; 
    width: 1100px; 
    height: 458px; 
  }  */
  #home #mainImg .slideWrap .slider img {
    width: 100%;
  }  
  #home #mainImg .slideWrap .slider .link:hover:before {
    opacity: 0.3;
  }
}

/*!  #breadcrumb
================================================ */
#breadcrumb { padding: 20px 90px 30px; height: 85px; background: #F5F5F8; margin-bottom: -40px; }

#breadcrumb ol {overflow:hidden;}

#breadcrumb ol li { display: inline; font-size: 1.4rem; }

#breadcrumb ol li + li { padding-left: 5px; }

#breadcrumb ol li + li:before { margin-right: 0px; content: ">"; }

#breadcrumb ol li a { display: inline-block; text-decoration: none; color: #323131; }

#breadcrumb ol li a:hover { text-decoration: underline; }

/*!  #sidebar
================================================ */
#sidebar { margin: 35px 15px 0; }

#sidebar .sidebar-banner{
  margin-bottom: 20px;
}
#sidebar .sidebar-banner a:hover{
  opacity: .7;
}
@media (max-width: 599px) {
  #sidebar .sidebar-banner {
    margin-top: 20px;
    text-align: center;
  }
}
@media (min-width: 600px) { #sidebar { margin: 0; } }
#sidebar .bnr {
  margin-bottom: 25px;
}

#sidebar .bnr a {
  display: block;
}

#sidebar .about {
  background: #fff;
  padding: 20px 20px 14px;
}
#sidebar .about .tit {
  position: relative;
  line-height: 1;
  padding-bottom: 15px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
#sidebar .about .tit::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 80px;
  height: 2px;
  margin-left: -40px;
  background: #e7e7dc;
  content: "";
}
#sidebar .about .tit img {
  display: block;
  width: 145px;
  margin: 0 auto 20px;
}
#sidebar .about .txt {
  line-height: 1.75;
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;

}
@media all and (min-width: 600px) {
  #sidebar .bnr a {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #sidebar .bnr a:hover {
    opacity: 0.7;
  }
  #sidebar .about {
    padding: 20px 22px 25px;
  }
  #sidebar .about .tit {
    padding-bottom: 17px;
    font-size: 2rem;
  }
  #sidebar .about .tit::after {
    width: 100px;
    margin-left: -50px;
  }
  #sidebar .about .tit img {
    width: 165px;
  }
  #sidebar .about .txt {
    line-height: 1.43;
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
#sidebar .rankingList {
  margin-top: 25px;
}
@media (min-width: 600px) {
#sidebar .rankingList {
  margin-top: 0;
}
}
#sidebar .rankingList .tit { color: #fff; font-weight: 700; font-size: 1.7rem; height: 45px; line-height: 45px; background: #8dc153 url(../img/common/sidebar/ico_ranking01.png) 10px 50% no-repeat; background-size: 30px; padding-left: 48.5px; }

@media (min-width: 600px) { #sidebar .rankingList .tit { line-height: 55px; height: 55px; background: #8dc153 url(../img/common/sidebar/ico_ranking01.png) 12px 50% no-repeat; background-size: 36px; padding-left: 60px; } }

#sidebar .rankingList .list { margin-bottom: -4px; }

#sidebar .rankingList .list .item { background: #fff; margin-bottom: 4px; position: relative; padding: 16px 15px; }

@media (min-width: 600px) { #sidebar .rankingList .list .item { padding: 18px 15px; } }

#sidebar .rankingList .list .item:before { position: absolute; right: 8px; top: 10px; width: 40px; height: 40px; display: block; font-family: 'Quicksand', sans-serif; color: #fff; font-size: 2.6rem; line-height: 40px; text-align: center; border-radius: 100%; z-index: 1; }

@media (min-width: 600px) { #sidebar .rankingList .list .item:before { right: 10px; top: 8px; width: 44px; height: 44px; font-size: 3rem; line-height: 44px; } }

#sidebar .rankingList .list .item:nth-of-type(1):before { background-color: #d1b500; content: "1"; }

#sidebar .rankingList .list .item:nth-of-type(2):before { background-color: #afaaaa; content: "2"; }

#sidebar .rankingList .list .item:nth-of-type(3):before { background-color: #d18750; content: "3"; }

#sidebar .rankingList .list .item:nth-of-type(4):before { background-color: #aaa; content: "4"; }

#sidebar .rankingList .list .item:nth-of-type(5):before { background-color: #aaa; content: "5"; }

#sidebar .rankingList .list .item a { display: block; color: #323131; }

@media (min-width: 600px) { #sidebar .rankingList .list .item a { -webkit-transition: all .3s; transition: all .3s; opacity: 1; }
  #sidebar .rankingList .list .item a:hover { opacity: .7; } }

#sidebar .rankingList .list .pic { position: relative; }

#sidebar .rankingList .list .cat { position: absolute; -webkit-transform: translateY(-100%); transform: translateY(-100%); width: 35px; padding: 0; text-align: center; }

#sidebar .rankingList .list .cat:before { height: 35px; width: 35px; }

@media (min-width: 600px) { #sidebar .rankingList .list .cat { width: 33px; }
  #sidebar .rankingList .list .cat:before { height: 33px; width: 33px; -webkit-transform: translateY(0); transform: translateY(0); } }

#sidebar .rankingList .list .stit { font-size: 1.5rem; font-weight: 700; line-height: 1.42857; padding-top: 5px; letter-spacing: 0; }

@media (min-width: 600px) { #sidebar .rankingList .list .stit { font-size: 1.4rem; padding-top: 9px; } }

#sidebar .tagList { padding-top: 25px; margin-bottom: -20px; }

@media (min-width: 600px) { #sidebar .tagList { padding-top: 20px; margin-bottom: 0; } }

#sidebar .tagList .tit { background-color: #d6d5d5; text-align: center; height: 45px; font-size: 1.7rem; line-height: 45px; font-weight: 700; margin-bottom: 12px; }

@media (min-width: 600px) { #sidebar .tagList .tit { margin-bottom: 8px; } }

#sidebar .tagList .list { margin-right: -3px; margin-left: -3px; margin-bottom: -6px; }

#sidebar .tagList .list .col { width: 50%; float: left; padding-left: 3px; padding-right: 3px; }

@media (min-width: 600px) { #sidebar .tagList .list { margin-right: -2px; margin-left: -2px; margin-bottom: -4px; }
  #sidebar .tagList .list .col { width: 50%; float: left; padding-left: 2px; padding-right: 2px; } }

#sidebar .tagList .list .item a { color: #323131; display: block; background: #fff; text-align: center; min-height: 35px; font-size: 1.3rem; font-weight: 700; line-height: inherit; margin-bottom: 6px; display: flex;
align-items: center; justify-content:center; }

@media (min-width: 600px) { #sidebar .tagList .list .item a { height: 30px; line-height: inherit; display: flex; align-items: center; justify-content:center; font-size: 1.1rem; margin-bottom: 4px; padding:3px 10px; }
  #sidebar .tagList .list .item a:hover { text-decoration: underline; } }

#sidebar .sns {
  margin-top: 26px;
}
#sidebar .sns .tit{
  margin-bottom: 14px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
#sidebar .sns .list{
  overflow: hidden;
  width: 96px;
  margin: auto;
}
#sidebar .sns .list .item{
  float: left;
  width: 44px;
}
#sidebar .sns .list .item + .item{
  margin-left: 8px;
}
#sidebar .sns .list .item a{
    display: block;
}
@media (min-width: 600px) {
  #sidebar .sns .list .item a{
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #sidebar .sns .list .item a:hover{
    opacity: .7;
  }
}


/*!  #gFooter
================================================ */
#gFooter .ftNav { padding: 25px 20px 34px; }

@media (min-width: 600px) { #gFooter .ftNav { padding: 45px 0; } }

#gFooter .ftNav .list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin: 0 auto 37px; }

@media (min-width: 600px) { #gFooter .ftNav .list { margin: 0 auto 45px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

#gFooter .ftNav .list .item:nth-of-type(1) { width: 23%; }

#gFooter .ftNav .list .item:nth-of-type(2) { width: 20%; }

#gFooter .ftNav .list .item:nth-of-type(3) { width: 27%; }

#gFooter .ftNav .list .item:nth-of-type(4) { width: 16%; }

@media (min-width: 600px) { #gFooter .ftNav .list .item:nth-of-type(1), #gFooter .ftNav .list .item:nth-of-type(2), #gFooter .ftNav .list .item:nth-of-type(3), #gFooter .ftNav .list .item:nth-of-type(4) { width: 120px; } }

#gFooter .ftNav .list .item .link { display: block; text-align: center; font-size: 1rem; font-weight: 700; color: #323131; line-height: 1.4; }

@media (min-width: 600px) { #gFooter .ftNav .list .item .link { font-size: 1.3rem; -webkit-transition: all .3s; transition: all .3s; opacity: 1; }
  #gFooter .ftNav .list .item .link:hover { opacity: .7; } }

#gFooter .ftNav .list .item .link span { margin: 0 auto 6px; }

@media (min-width: 600px) { #gFooter .ftNav .list .item .link span { margin: 0 auto 12px; width: 50px; height: 50px; } }

#gFooter .ftNav .logo { font-size: 1.1rem; font-weight: 700; text-align: center; }

@media (min-width: 600px) { #gFooter .ftNav .logo { text-align: center; font-size: 1.5rem; } }

#gFooter .ftNav .logo a { color: #323131; font-size:2rem; }

#gFooter .ftNav .logo img { display: block; width: 130px; margin: 0 auto 8px; }

@media (min-width: 600px) { #gFooter .ftNav .logo img { width: 158px; margin: 0 auto 17px; -webkit-transition: all .3s; transition: all .3s; opacity: 1; }
  #gFooter .ftNav .logo img:hover { opacity: .7; }
  #gFooter .ftNav .logo a { font-size:2rem; } }

#gFooter .copyright { background: #8dc153; text-align: center; height: 40px; color: #fff; font-size: 1rem; font-weight: 700; line-height: 40px; }

@media (min-width: 600px) { #gFooter .copyright { height: 64px; font-size: 1.6rem; line-height: 64px; } }

/*! .pageTop
------------------------------------------------- */
.pageTop a { display: block; text-indent: -9999px; background-color: #d2d2d3; height: 50px; position: relative; }

.pageTop a:before { content: ''; width: 10px; height: 10px; border-left: 3px solid #fff; border-top: 3px solid #fff; left: 50%; top: 50%; -webkit-transform: translateY(-30%) translateX(-50%) rotate(45deg); transform: translateY(-30%) translateX(-50%) rotate(45deg); display: block; position: absolute; }

@media (min-width: 600px) { .pageTop a { display: none; } }

/*=============================================================
 04_modules
=============================================================*/
/*! color
------------------------------------------------- */
/*!  tit
================================================ */
/*! .mod_tit01
------------------------------------------------- */
/*.mod_tit01, .mod_tit02 { font-size: 2rem; font-weight: 700; line-height: 1.3; position: relative; margin-bottom: 14px; padding: 0 15px; }

@media (min-width: 600px) { .mod_tit01, .mod_tit02 { padding: 0; font-size: 3rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 17px; } }

.mod_tit01 .tit, .mod_tit02 .tit { letter-spacing: 0.1em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.mod_tit01 span, .mod_tit02 span { font-weight: 700; }

.mod_tit01 span[class*="icon"], .mod_tit02 span[class*="icon"] { width: 40px; height: 40px; margin-right: 10px; }

@media (min-width: 600px) { .mod_tit01 span[class*="icon"], .mod_tit02 span[class*="icon"] { width: 52px; height: 52px; margin-right: 20px; } }

.mod_tit01 .paging, .mod_tit02 .paging { font-size: 1.2rem; position: absolute; right: 13px; bottom: 6px; }

@media (min-width: 600px) { .mod_tit01 .paging, .mod_tit02 .paging { position: static; font-size: 1.4rem; margin-left: auto; } }*/


.mod_tit01, .mod_tit02 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
	margin-bottom: 14px;
	padding: 0 15px;
}

@media (min-width: 600px) {
	.mod_tit01, .mod_tit02 {
		padding: 0;
		font-size: 3rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 17px;
	}
}
.mod_tit01 .tit, .mod_tit02 .tit {
	letter-spacing: 0.1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mod_tit01 span, .mod_tit02 span {
	font-weight: 700;
}
.mod_tit01 span[class*="icon"], .mod_tit02 span[class*="icon"] {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

@media (min-width: 600px) {
	.mod_tit01 span[class*="icon"], .mod_tit02 span[class*="icon"] {
		width: 52px;
		height: 52px;
		margin-right: 20px;
	}
}
.mod_tit01 .paging, .mod_tit02 .paging {
	font-size: 1.2rem;
	position: absolute;
	right: 13px;
	bottom: 6px;
}

@media (min-width: 600px) {
	.mod_tit01 .paging, .mod_tit02 .paging {
		position: static;
		font-size: 1.4rem;
		margin-left: auto;
	}
}



.mod_tit00  .titWrap {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 10px 5px 20px;
    padding: 20px;
    background: #FFF;
	position: relative;
}
.mod_tit00 .titWrap .tit {
	letter-spacing: 0.1em;
	display: block;
	text-align: center;
	padding:30px 0;
}
.mod_tit00 .titWrap .tit span {
	font-size: 2rem;
	font-weight: 700;
}
.mod_tit00 .titWrap span[class*="icon"] {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -20px;
	left: calc(50% - 25px);
}
.mod_tit00 .titWrap .tit span.mod_ie_txt {
	margin: 10px auto;
}
.mod_tit00 .titWrap .titImg {
	margin: 20px auto;
}
.mod_tit00 .titWrap .titTxt {
	font-size: 1.4rem;
}

.mod_tit00.catDescription .titTxt .box{
	clear: both;
	border:#f4f4f4 1px solid;
	padding:20px;
	margin-top:20px;

}
@media (min-width: 600px) {
	.mod_tit00 .titWrap .titImg {
		float:left;
		width:35%;
	}
	.mod_tit00  .titWrap {
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.3;
		margin: 0 5px 40px;
		padding: 10px 30px;
		background: #FFF;
		position: relative;
		overflow:hidden;
	}
	.mod_tit00 .titWrap .titWrapIn {
		float:right;
		width:60%;
		position:relative;
	}
	.mod_tit00 .titWrap .tit {
		padding: 7px 0;
		text-align:left;
		margin: 24px 0 17px;
	}
	.mod_tit00 .titWrap .tit span[class*="icon"] {
		width: 52px;
		height: 52px;
		margin-right: 20px;
		position: absolute;
		top: 23px;
		left: 0;
	}
	.mod_tit00 .titWrap .tit span.mod_ie_txt {
		margin: 0 0 0 60px;
		font-size: 3rem;
	}
	.mod_tit00 .titWrap .titImg img{
	}
	.mod_tit00 .titWrap .titTxt{
		/*font-size: 2rem;
		line-height: 1.3;*/
		font-size: 1.8rem;
		line-height: 1.5;
		margin-bottom:20px;
	}
	
	.noEntry {
		text-align:center;
		padding:50px 0 200px;
	}
	.mod_tit00.catDescription .titTxt .box {
		font-size:1.5rem;
		margin-top:20px;
	}
}



@media (min-width: 600px) and (max-width: 1400px) {
  .mod_tit00.catDescription{}
  .mod_tit00.catDescription .titImg{
    margin-right: 5%;
  }
/*  .mod_tit00.catDescription .titWrapIn{
    float: none;
    width: 100%;
  .mod_tit00.catDescription .titWrap .tit span[class*="icon"]{
    top: 0;
    left: 40%;
  }
  }*/
.mod_tit00.catDescription .titTxt .box {
	font-size:1.5rem;
}
	.mod_tit00.catDescription .titTxt .intro {
		padding-left:40%
	}
}

.mod_tit01 h2.titList:before {
	position: absolute;
	left: 0px;
	bottom: 0;
	content: '';
	width: 8px;
	height: 100%;
	background-color: #5bb2df;
}

.mod_tit01 h2.titType02:before {
	background-color: #e68bbf;
}

.mod_tit01 h2.titType03:before {
	background-color: #f19f52;
}

.mod_tit01 h2.titType04:before {
	background-color: #fad112;
}

@media (min-width: 600px) {
	.mod_tit01 h2.titList span {
		margin-left: 1rem;
		padding-left: 1rem;
	}
	.mod_tit01 h2.titList:before {
		left: 0px;
		width: 8px;
	}
}




/*
#styleguide
mod_tit01

```
<div class="mod_tit01">
  <h2 class="tit"><span class="mod_icon01"></span><span class="mod_ie_txt">医療機器って何？</span></h2>
  <p class="paging">page 1/5</p>
</div>
```
*/
/*! .mod_tit02
------------------------------------------------- */
.mod_tit02 { font-size: 1.7rem; line-height: 1.5; }

@media (min-width: 600px) { .mod_tit02 { font-size: 2.5rem; } }

@media (min-width: 600px) { .mod_tit02 span[class*="icon"] { width: 43px; height: 43px; } }

.mod_tit02 span { text-indent: -10px; }

@media (min-width: 600px) { .mod_tit02 span { text-indent: none; } }

/*
#styleguide
mod_tit02

```
<div class="mod_tit02">
  <h2 class="tit">
    <span class="mod_icon01"></span>
    <span class="mod_ie_txt">「医療機器って何？」のその他の記事一覧</span>
  </h2>
</div>
```
*/
/*! color
------------------------------------------------- */
/*!  button
================================================ */
/*! .mod_icon01
------------------------------------------------- */
.mod_icon01, .mod_icon02, .mod_icon03, .mod_icon04 { display: block; width: 40px; height: 40px; border-radius: 100%; background: #5bb2df url(../img/common/ico01.png) left top no-repeat; background-size: contain; }

@media (min-width: 600px) { .mod_icon01, .mod_icon02, .mod_icon03, .mod_icon04 { width: 36px; height: 36px; } }

.mod_icon02 { background-color: #e68bbf; background-image: url(../img/common/ico02.png); }

.mod_icon03 { background-color: #f8a059; background-image: url(../img/common/ico03.png); }

.mod_icon04 { background-color: #fad112; background-image: url(../img/common/ico04.png); }

/*
#styleguide
mod_icon01

```
<span class="mod_icon01"></span>
```
*/
/*! .mod_cat01
------------------------------------------------- */
.mod_cat01, .mod_cat02, .mod_cat03, .mod_cat04 { display: inline-block; font-size: 1.2rem; font-weight: 700; background-color: #5bb2df; color: #fff; height: 30px; line-height: 30px; padding-left: 28px; padding-right: 5px; position: relative; }

@media (min-width: 600px) { .mod_cat01, .mod_cat02, .mod_cat03, .mod_cat04 { height: 33px; font-size: 1.4rem; line-height: 32px; padding-left: 38px; padding-right: 14px; } }

.mod_cat01:before, .mod_cat02:before, .mod_cat03:before, .mod_cat04:before { position: absolute; height: 30px; width: 30px; content: ""; left: 0; display: block; background: url(../img/common/ico01.png) left top no-repeat; background-size: contain; }

@media (min-width: 600px) { .mod_cat01:before, .mod_cat02:before, .mod_cat03:before, .mod_cat04:before { height: 38px; width: 38px; -webkit-transform: translateY(-3px); transform: translateY(-3px); } }

.mod_cat02 { background-color: #e68bbf; }

.mod_cat02:before { background-image: url(../img/common/ico02.png); }

.mod_cat03 { background-color: #f8a059; }

.mod_cat03:before { background-image: url(../img/common/ico03.png); }

.mod_cat04 { background-color: #fad112; }

.mod_cat04:before { background-image: url(../img/common/ico04.png); }

/*! color
------------------------------------------------- */
/*!  column/list/form/table/
================================================ */
/*! .mod_list01
------------------------------------------------- */
@media (min-width: 600px) { .mod_list01, .mod_list02 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; 
  /* -webkit-box-align: center; -ms-flex-align: center; align-items: center;  */
  -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: -1.90909%; }
  .mod_list01:after, .mod_list02:after { content: ""; display: block; width: 23.63636%; }
  .mod_list01:before, .mod_list02:before { content: ""; display: block; width: 23.63636%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } }

.mod_list01 .item, .mod_list02 .item { background: #fff; position: relative; padding-bottom:20px; }

@media (min-width: 600px) { .mod_list01 .item, .mod_list02 .item { width: 23.63636%; margin-bottom: 1.90909%; }
  .mod_list01 .item > a, .mod_list02 .item > a { display: block; -webkit-transition: all .3s; transition: all .3s; opacity: 1; }
  .mod_list01 .item > a:hover, .mod_list02 .item > a:hover { opacity: .7; }
  .mod_list01 .item > a:hover .pic img, .mod_list02 .item > a:hover .pic img { -webkit-transform: scale(1.2); transform: scale(1.2); } }

.mod_list01 .item .pic, .mod_list02 .item .pic { position: relative; overflow: hidden; }

.mod_list01 .item .pic img, .mod_list02 .item .pic img { width: 100%; -webkit-transition: all .3s; transition: all .3s; -webkit-transform: scale(1); transform: scale(1); }

.mod_list01 .item .new, .mod_list02 .item .new { width: 50px; height: 50px; position: absolute; left: 0; top: 0; }

@media (min-width: 600px) { .mod_list01 .item .new, .mod_list02 .item .new { width: 55px; height: 55px; } }

.mod_list01 .item .cat, .mod_list02 .item .cat { position: absolute; width: 100%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.mod_list01 .item .tit, .mod_list02 .item .tit { font-size: 2rem; font-weight: 700; line-height: 1.23529; color: #323131; padding: 29px 13px 2px; }

@media (min-width: 600px) { .mod_list01 .item .tit, .mod_list02 .item .tit { line-height: 1.47059; font-size: 1.6rem; padding: 38px 0 7px; padding-left: 8.29268%; padding-right: 8.29268%; } }
@media screen and (min-width: 600px) {
.mod_list01 .item .time, .mod_list02 .item .time { font-size: 1.7rem; font-weight: 700; color: #afaaaa; padding: 0 15px; }
}
@media screen and (max-width: 600px) {
.mod_list01 .item .time, .mod_list02 .item .time { font-size: 1.3rem; font-weight: 700; color: #afaaaa; padding: 0 15px; }
}
@media screen and (min-width: 600px) { .mod_list01 .item .time, .mod_list02 .item .time { display: block; padding-bottom: 20px; font-size: 1.7rem; padding-left: 8.29268%; padding-right: 8.29268%; letter-spacing: 0; } }
@media screen and (max-width: 600px) { .mod_list01 .item .tag, .mod_list02 .item .tag { font-size: 1.1rem; font-weight: 700; line-height: 1.45455; color: #323131; border-top: 1px solid #e2e2df; margin: 11px 15px 0; padding: 13px 0 16px; } }
@media screen and (min-width: 600px) { .mod_list01 .item .tag, .mod_list02 .item .tag { font-size: 1.236rem; font-weight: 700; line-height: 1.45455; color: #323131; border-top: 1px solid #e2e2df; margin: 11px 15px 0; padding: 13px 0 16px; } }
@media (min-width: 600px) { .mod_list01 .item .tag, .mod_list02 .item .tag { border-top: 10px solid #f5f5f8; margin: 0; padding: 12px 0; padding-left: 8.29268%; padding-right: 8.29268%; } }

@media (min-width: 600px) { .mod_list01 .item .tag span, .mod_list02 .item .tag span { margin-right: 5px; } }

.mod_list01 .item .tag span:after, .mod_list02 .item .tag span:after { content: "｜"; color: #7d7d7d; padding-left: 2px; }

@media (min-width: 600px) { .mod_list01 .item .tag span:after, .mod_list02 .item .tag span:after { content: none; } }

.mod_list01 .item .tag span a, .mod_list02 .item .tag span a { color: #323131; }

@media (min-width: 600px) { .mod_list01 .item .tag span a, .mod_list02 .item .tag span a { text-decoration: underline; }
  .mod_list01 .item .tag span a:hover, .mod_list02 .item .tag span a:hover { text-decoration: none; } }


.mod_list01 .item .share,
.mod_list02 .item .share{
  overflow: hidden;
  width: 95px;
  padding-right: 9px;
  margin: 0 0 0 auto;
}
.mod_list01 .item .share li,
.mod_list02 .item .share li{
  float: left;
  width: 43px;
  height: 33px;
}
.mod_list01 .item .share li a,
.mod_list02 .item .share li a{
  position: relative;
  display: block;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.mod_list01 .item .share li a .ico,
.mod_list02 .item .share li a .ico{
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-indent: 200%;
  white-space: nowrap;
}
.mod_list01 .item .share li.twitter a .ico,
.mod_list02 .item .share li.twitter a .ico{
  background-image: url(../img/common/ico_x01.png);
}
.mod_list01 .item .share li.facebook a .ico,
.mod_list02 .item .share li.facebook a .ico{
  background-image: url(../img/common/ico_facebook01.png);
}
@media (min-width: 600px) {
  .mod_list01 .item .share li a:hover,
  .mod_list02 .item .share li a:hover{
    opacity: .7;
  }
}


/*
#styleguide
mod_list01
リスト（４列）

*/
/*! .mod_list02
------------------------------------------------- */
@media (min-width: 600px) { .mod_list02:after { width: 31.8306%; }
  .mod_list02:before { content: none; } }

@media (min-width: 600px) { .mod_list02 .item { width: 31.8306%; margin-bottom: 2.52732%; } }

/*
#styleguide
mod_list02
リスト（3列）

*/
/*! .mod_column01
------------------------------------------------- */
.mod_column01 { background: #fff; padding: 12px 15px 50px; margin-bottom: 35px; overflow:hidden; }

@media (min-width: 600px) { .mod_column01 { padding: 28px 58px 60px; margin-bottom: 50px; } }

.mod_column01 .heading { padding: 0 0 15px; }

@media (min-width: 600px) { .mod_column01 .heading { padding: 0 0 30px; } }

.mod_column01 .heading .date { color: #afaaaa; font-weight: 700; font-size: 1.2rem; }

@media (min-width: 600px) { .mod_column01 .heading .date { font-size: 1.5rem; } }

.mod_column01 .heading .tit { font-weight: 700; font-size: 1.8rem; padding: 4px 0 13px; line-height: 1.25; }

@media (min-width: 600px) { .mod_column01 .heading .tit { line-height: 1.35714; font-size: 2.8rem; padding: 4px 0 23px; } }

.mod_column01 .heading .tag > span { border: 1px solid #d2d2d3; height: 30px; line-height: 30px; font-size: 1.1rem; font-weight: 700; text-align: center; display: inline-block; padding: 0 12px; margin-right: 2px; margin-bottom: 5px; }

@media (min-width: 600px) { .mod_column01 .heading .tag > span { margin-bottom: 0; padding: 0 10px; } }

.mod_column01 .heading .tag > span a { color: #323131; }

@media (min-width: 600px) { .mod_column01 .heading .tag > span a:hover { text-decoration: underline; } }

.mod_column01 .body .pic { margin-bottom: 15px; width: 100%; }

@media (min-width: 600px) { .mod_column01 .body .pic { margin-bottom: 27px; } }

.mod_column01 .body .pic img { width: 100%; max-width: 100%; }

.mod_column01 .body h2 { line-height: 1.52; font-weight: 700; font-size: 1.7rem; position: relative; padding: 10px 20px; border-left: 4px solid #a4ca7c; margin: 20px 0 10px; background:#f5f5f8; }

@media (min-width: 600px) { .mod_column01 .body h2 { font-size: 2.5rem; border-left: 8px solid #a4ca7c; margin: 30px 0 20px; clear:both; } }

@media all and (min-width: 600px) and (-ms-high-contrast: none) { .mod_column01 .body h2 { padding-top: 5px; } }

.mod_column01 .body h2:before { position: absolute; left: -4px; bottom: 0; content: ''; width: 4px; height: 50%; background-color: #8dc153; }

@media (min-width: 600px) { .mod_column01 .body h2:before { left: -8px; width: 8px; } }

.mod_column01 .body h3 { line-height: 1.65217; font-size: 1.6rem; color: #8dc153; font-weight: 700; margin: 15px 0 9px; }

@media (min-width: 600px) { .mod_column01 .body h3 { font-size: 2.3rem; margin-top: 15px; margin-bottom: 15px; } }

.mod_column01 .body h4 { line-height: 1.9; font-weight: 700; font-size: 1.5rem; background-color: #f5f5f8; padding: 4px 18px; letter-spacing: 0; margin-bottom: 7px; }

@media (min-width: 600px) { .mod_column01 .body h4 { font-size: 2rem; padding: 6px 20px; margin-top: 15px; margin-bottom: 15px; } }

@media all and (min-width: 600px) and (-ms-high-contrast: none) { .mod_column01 .body h4 { padding-top: 8px; padding-bottom: 4px; } }

.mod_column01 .body .txt { line-height: 1.6; font-size: 1.3rem; margin-bottom: 17px; }

.mod_column01 .body > div.wp-caption { width: 100% !important; height:auto;}
.mod_column01 .body > div.wp-caption img { width:auto; height:auto; }

.mod_column01 .body .wp-caption-text { color: #aaa; font-size: 1.3rem; padding: 10px 0; }

.mod_column01 .body p.msgH2 { font-size: 1.8rem; font-weight:bold; margin-bottom:15px;}

@media (min-width: 600px) { .mod_column01 .body .txt { line-height: 1.73333; font-size: 1.5rem; }

.mod_column01 .body img.liquidImage { width: 70% !important; height:auto !important;}
.mod_column01 .body p.msgH2 { font-size: 2.8rem; font-weight:bold; margin-bottom:15px;}

.mod_column01 .body > div.wp-caption { width: auto !important;}
 }


.mod_column01 .body .boxStyle { border:1px solid #d6d5d5; padding:20px; margin-bottom:20px;  border-radius:5px; }


.mod_column01 .body .alignright { display: block; margin: 0 0 10px auto; text-align: right; float:right; }/* 配置位置 右 */
.mod_column01 .body .alignleft { display: block; margin: 0 auto 10px 0; text-align: left; float:left;  }/* 配置位置 左 */
.mod_column01 .body .aligncenter { display: block; margin: 0 auto 10px; text-align: center; }/* 配置位置 中央 */


.mod_column01 .body strong,
.mod_column01 .body b {
  font-weight: bold;
}
.mod_column01 .body .size-medium {
  width: 68%;
  height: auto;
}
.mod_column01 .body a {
  color: #8dc153;
  text-decoration: underline;
}
.mod_column01 .body a:hover {
  color: #8dc153;
  text-decoration: none;
}

#single .sns {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #f5f5f8;
}
#single .sns .list{
  width: 180px;
  margin: auto;
}
#single .sns .list .item{
}
#single .sns .list .item + .item{
  margin-top: 10px;
}
@media (min-width: 600px){
  #single .sns {
    margin-top: 95px;
    padding-top: 50px;
  }
  #single .sns .list{
    overflow: hidden;
    width: 508px;
  }
  #single .sns .list .item{
    float: left;
    width: 244px;
  }
  #single .sns .list .item + .item{
    margin: 0 0 0 20px;
  }
  #single .sns .list .item a{
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #single .sns .list .item a:hover{
    opacity: .7;
  }
}
/*
#styleguide
mod_column01
記事詳細

*/
/*! color
------------------------------------------------- */
/*!  pagination
================================================ */
/*! .mod_pagination01
------------------------------------------------- */
.mod_pagination01 { margin-left: 15px; margin-right: 15px; }

.mod_pagination01 a { color: #323131; }

@media (min-width: 600px) { .mod_pagination01 a:hover { text-decoration: underline; } }

@media (min-width: 600px) { .mod_pagination01 { margin: 0 auto; padding: 42px 0 0 20%; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

.mod_pagination01 .paging { font-size: 1.2rem; text-align: right; padding: 8px 0; }

@media (min-width: 600px) { .mod_pagination01 .paging { padding: 0 0 0 148px; font-size: 1.4rem; } }

.mod_pagination01 .page_navi { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; }

@media (min-width: 600px) { .mod_pagination01 .page_navi { width: auto; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.mod_pagination01 .page_navi li { border: 1px solid #d2d2d3; background-color: #fff; width: 13.10345%; height: 38px; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media (min-width: 600px) { .mod_pagination01 .page_navi li { width: 50px; height: 50px; }
  .mod_pagination01 .page_navi li + li { margin-right: -2px; } }

.mod_pagination01 .page_navi li > a, .mod_pagination01 .page_navi li > span { display: block; line-height: 38px; height: 38px; text-align: center; font-size: 1.3rem; font-weight: 500; }

@media (min-width: 600px) { .mod_pagination01 .page_navi li > a, .mod_pagination01 .page_navi li > span { height: 50px; font-size: 1.5rem; line-height: 50px; } }

.mod_pagination01 .page_navi li .arrow { height: 38px; display: block; background: url(../img/home/ico_arw02.png) center 50% no-repeat; background-size: 80%; }

@media (min-width: 600px) { .mod_pagination01 .page_navi li .arrow { height: 50px; background-size: 45%; } }

@media (min-width: 600px) { .mod_pagination01 .page_navi li.previous { margin-right: 10px; width: 70px; } }

@media (min-width: 600px) { .mod_pagination01 .page_navi li.next { margin-left: 11px; width: 70px; } }

.mod_pagination01 .page_navi li.next .arrow { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.mod_pagination01 .page_navi li.current { background-color: #d2d2d3; }

.mod_pagination01 .page_navi li.current span { font-weight: 700; }

/*
#styleguide
mod_pagination01

```
<div class="mod_pagination01">
  <p class="paging">page 1/5</p>
  <ul class="page_navi">
    <li class="previous"><a href="" rel="prev"><span class="arrow"></span></a></li>
    <li class="current"><span>1</span></li>
    <li class=""><a href="">2</a></li>
    <li class=""><a href="">3</a></li>
    <li class=""><a href="">4</a></li>
    <li class=""><a href="">5</a></li>
    <li class="next"><a href="" rel="next"><span class="arrow"></span></a></li>
  </ul>
</div>
```
*/
/*! color
------------------------------------------------- */
/*!  button
================================================ */
/*! .mod_ie_txt
------------------------------------------------- */
@media all and (-ms-high-contrast: none) { .mod_ie_txt { display: inline-block; -webkit-transform: translateY(0.2em); transform: translateY(0.2em); } }

/*=============================================================
 05_helper
=============================================================*/
/*=============================================================
 06_lib
=============================================================*/
/*! color
------------------------------------------------- */
/*!  slick
================================================ */
#arrows { display: none; }

@media (min-width: 600px) { #arrows { display: block; } }

.slick-prev, .slick-next { width: 50px !important; height: 50px !important; }

.slick-prev img, .slick-next img { width: 50px !important; height: 50px !important; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.slick-arrow { z-index: 10; }

.slick-prev { left: -70px !important; }

.slick-next { right: -70px !important; }

.slick-prev:before, .slick-next:before { content: "" !important; }

.slick-prev img, .slick-next img { -webkit-transform: translateY(-40%) !important; transform: translateY(-40%) !important; }

.slick-dots { height: 30px; bottom: 0px !important; }
@media (min-width: 600px) {
.slick-dots { bottom: -36px !important; }
.slider.slick-slide:not(.slick-center) {
  opacity: .5;
}
}

.slick-dots li { margin: 10px 0 0 !important; }

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots li button::before { content: "" !important; width: 10px !important; height: 10px !important; border-radius: 100% !important; background-color: #E2F0D9 !important; opacity: 1 !important; }

.slick-dots li.slick-active button::before { background-color: #87b951 !important; }

@media (min-width: 600px) {
#gHeader .mod_ie_txt {
  font-size: 1.6rem;
}
#gNav .mod_ie_txt {
  font-size: 2rem;
}
#column .mod_ie_txt {
  font-size: 1.6rem;
}
#column .tit {
  font-size: 1.9rem;
}
}

@media (min-width: 600px) {
ul.mod_list01 li.item.js-height {
  margin-bottom: 40px;
}
}
@media screen and (min-width: 600px) {
  #know  #gNav .mod_ie_txt,
  #know  #gNav .mod_icon01 { margin-top: 10px; }
}
/*各ページ　グローバルメニュー調整*/
@media screen and (min-width: 600px) {
/*#what #gNav .mod_ie_txt { margin-top: 10px; }
#what #gNav .mod_icon04 { margin-top: 10px; }
#what #gNav .mod_icon03 { margin-top: 10px; }
#what #gNav .mod_icon01 { margin-top: 10px; }
#what #gNav .mod_icon02 { margin-top: 10px; }
#know #gNav .mod_ie_txt { margin-top: 10px; }
#know #gNav .mod_icon04 { margin-top: 10px; }
#know #gNav .mod_icon03 { margin-top: 10px; }
#know #gNav .mod_icon01 { margin-top: 10px; }
#know #gNav .mod_icon02 { margin-top: 10px; }
#listen #gNav .mod_ie_txt { margin-top: 10px; }
#listen #gNav .mod_icon04 { margin-top: 10px; }
#listen #gNav .mod_icon03 { margin-top: 10px; }
#listen #gNav .mod_icon01 { margin-top: 10px; }
#listen #gNav .mod_icon02 { margin-top: 10px; }
#news #gNav .mod_ie_txt { margin-top: 10px; }
#news #gNav .mod_icon04 { margin-top: 10px; }
#news #gNav .mod_icon03 { margin-top: 10px; }
#news #gNav .mod_icon01 { margin-top: 10px; }
#news #gNav .mod_icon02 { margin-top: 10px; }*/
}
/*レスポンシブのため@media screen and をつけてスマホ用とPC用を記述してください*/

/* 20200812追加
================================================ */
@media screen and (min-width: 600px) {

  .ftInfo .ftInner {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding: 50px 90px 90px;
    box-sizing: border-box;
  }
  .ftInfo .ftWrap {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
  }
  .ftInfo .list + .list {
    margin-left: 40px;
  }
  .ftInfo .list a:hover {
    text-decoration: underline;
  }
  .ftInfo .list .item {
    margin-bottom: 10px;
  }
  .ftInfo .list .item .link {
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
    color: #000;
    font-weight: 700;
  }
  .ftInfo .list .item .link:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
  }
  .ftInfo .list .child .childLink {
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
    color: #000;
  }
  .ftInfo .list .child .childLink:before {
    content: '・';
    position: absolute;
    top: -2px;
    left: 14px;
    font-weight: 700;
  }
  .ftInfo .list.is_clr01 .link:before,
  .ftInfo .list.is_clr01 .child .childLink:before {
    border-color: #5bb2df;
    color: #5bb2df;
  }
  .ftInfo .list.is_clr02 .link:before,
  .ftInfo .list.is_clr02 .child .childLink:before {
    border-color: #e68bbf;
    color: #e68bbf;
  }
  .ftInfo .list.is_clr03 .link:before,
  .ftInfo .list.is_clr03 .child .childLink:before {
    border-color: #f8a059;
    color: #f8a059;
  }
  .ftInfo .list.is_clr04 .link:before,
  .ftInfo .list.is_clr04 .child .childLink:before {
    border-color: #fad112;
    color: #fad112;
  }


  .ftInfo .about {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    min-width: 390px;
    width: 390px;
  }
  .ftInfo .about .tit {
    position: relative;
    min-width: 210px;
    width: 210px;
    margin-right: 20px;
    padding-right: 20px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
  .ftInfo .about .tit:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 100px;
    background: #e7e7dc;
    transform: translateY(-50%);
  }
  .ftInfo .about .tit img {
    display: block;
    width: 165px;
    margin: 0 auto 20px;
  }
  .ftInfo .about .txt {
    line-height: 1.43;
    font-weight: 500;
    font-size: 1.4rem;
  }
}

.hdContent {
  position: fixed;
  bottom: -45px;
  left: 0;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  box-sizing: border-box;
  box-shadow: -3px 4px 15px rgba(0,0,0,0.5);
  background: #8dc153;
  z-index: 2000;
  -webkit-transition: all .3s; 
  transition: all .3s;
}
.hdContent.is-fixed {
  bottom: 0;
}


.hdContent .btnMenu { position: relative; -webkit-transition: all .4s; transition: all .4s;  width: 45px; height: 45px; }

.hdContent .btnMenu span { -webkit-transition: all .4s; transition: all .4s; position: absolute; display: block; width: 18px; height: 2px; left: 14px; background: #fff; }

.hdContent .btnMenu span:nth-child(1) { top: 16px; }

.hdContent .btnMenu span:nth-child(2) { top: 22px; }

.hdContent .btnMenu span:nth-child(3) { top: 28px; }

.hdContent .btnMenu.open span:nth-child(1) { top: 24px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.hdContent .btnMenu.open span:nth-child(2) { opacity: 0; }

.hdContent .btnMenu.open span:nth-child(3) { top: 24px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.hdContent {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.hdContent .item a {
  display: block;
}
.hdContent .item img {
  display: block;
  width: 55px;
  margin: auto;
}
body {
  padding-bottom: 45px;
}
@media screen and (min-width: 600px) {
body {
  padding-bottom: 0;
}
.hdContent {
  display: none !important;
}
}