@charset "utf-8";

/* --------------------------------------------------
 Minify CSS
 https://cssminifier.com/
 -------------------------------------------------- */

/* --------------------------------------------------
 Reset
-------------------------------------------------- */

/* Structure Module
-------------------------------------------------- */
html {
margin:0;
padding:0;
}

body {
margin:0;
padding:0;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}


/* Text Module
-------------------------------------------------- */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

small, 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;
font-size:100%;
vertical-align:baseline;
background:transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}


/* Form Module
-------------------------------------------------- */
input, select, textarea {
-moz-appearance: none;
-webkit-appearance: none;
}


/* Text Module
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-size:100%;
font-weight:normal;
}

p {
margin:0;
padding:0;
}

address {
margin:0;
padding:0;
font-style:normal;
}

div {
margin:0;
padding:0;
}

em, strong {
font-style:normal;
font-weight:normal;
}

blockquote, q {
margin:0;
padding:0;
}

pre, code {
margin:0;
padding:0;
}

cite, code, dfn, var, kbd, samp {
font-style:normal;
font-weight:normal;
}

abbr, acronym {
border:0;
font-variant:normal;
}


/* Hypertext Module
-------------------------------------------------- */
a:link {

}
a:link {

}
a:visited {

}
a:hover {

}
a:active {

}
a:focus {

}
a {

}


/* List Module
-------------------------------------------------- */
dl, dt, dd, ul, ol, li {
margin:0;
padding:0;
}
ul, ol {
list-style:none;
}


/* Display Module
-------------------------------------------------- */
sup {
font-size:77%;
vertical-align:top;
}
sub {
font-size:77%;
vertical-align:baseline;
}


/* Forms Module
-------------------------------------------------- */
form, fieldset, legend, input, textarea {
margin:0;
padding:0;
}
fieldset {
border:0;
}
legend{
color:#000;
}
button {
margin:0;
padding:0;
border:0;
background:none;
cursor:pointer;
}

input, textarea, select {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}
input, textarea, select{
*font-size:100%;
}


/* Tables Module
-------------------------------------------------- */
table {
border:0;
border-collapse:collapse;
border-spacing:0;
}
th, td {
margin:0;
padding:0;
border:0;
}
th, caption {
font-style:normal;
font-weight:normal;
text-align:left;
}


/* Image Module
-------------------------------------------------- */
img {
border:0;
vertical-align:middle;
}
@charset "utf-8";

body{

}
a, a:link, a:visited {

}
img {
  max-width:100%;
  height:auto;
}
sup {
  font-size:43%;
  position:relative;
  top:2px;
  line-height:1;
  vertical-align:text-top;
}
iframe {
  border: none;
}
.btnOn a:hover img{
  opacity:0.7;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
}
.btnOn a.current:hover img{
  opacity:1;
  filter:alpha(opacity=100);
  -moz-opacity:1;
}

/* --------------------------------------------------
   Header Segment
-------------------------------------------------- 
#header {
  width:100%;
  height: 60px;
  margin:0 auto;
  padding:0;
  background-color: #fff;
  border-bottom:2px solid #ccc;
}
#header.simple .headLogo {
  width:320px;
  height: 60px;
  margin:0 auto;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:nowrap;
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
  -ms-flex-pack:start;
  justify-content:flex-start;
}
#header .headLogo > a{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  height: 20px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity  0.2s ease;
}
#header .headLogo > a > img{display: block;}
#header .headLogo > a > img:nth-of-type(1){width: 116px; margin-right: 15px}
#header .headLogo > a > img:nth-of-type(2){width: calc(100% - 131px);}
#header .headLogo > a:hover{opacity: .6;}
*/

/* breadcrumbs
---------------------------------------- */
#breadcrumbs{
  display: block;
  width: 100%;
  max-width: 980px;
  padding: 20px 0 0;
  margin: 0 auto;
}

#breadcrumbs > ol{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#breadcrumbs > ol > li{
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
}

#breadcrumbs > ol > li a {
  color: #333;
  font-weight: normal;
}

#breadcrumbs > ol > li::after {
  content: '\>';
  padding: 0 1em;
  font-weight: normal;
}

#breadcrumbs > ol > li:last-child::after {
  display: none;
}
#breadcrumbs > ol > li:last-child a{
  text-decoration: none;
}

#breadcrumbsSP{display: none;}

/* btnPageTop
---------------------------------------- */
#btnPageTop{
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#btnPageTop > a{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 40px;
  border-radius: 2px;
  height: 40px;
  opacity: 0;
  background: rgba(51,51,51,.5);
  position: absolute;
  right: 40px;
  bottom: 20px;
  z-index: 10;
  -webkit-transition: opacity 0.2s ease,transform 0.2s ease;
  -moz-transition: opacity 0.2s ease,transform 0.2s ease;
  -o-transition: opacity 0.2s ease,transform 0.2s ease;
  transition: opacity 0.2s ease,transform 0.2s ease;
  -webkit-transform: translate(0, 80px);
  -moz-transform: translate(0, 80px);
  -o-transform: translate(0, 80px);
  transform: translate(0, 80px);
}

#btnPageTop.view > a{
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

#btnPageTop.fixed > a{
  position: fixed;
}

#btnPageTop.fixedFootOpen > a{
  position: absolute;
  z-index: 1;
}

#btnPageTop > a > img{
  display: block;
  max-width: 16px;
  height: auto;
  width: auto;
}

/* --------------------------------------------------
   Content Segment
-------------------------------------------------- */

#contentArea {
  position:relative;
}
#contentArea .segInner {
  width:980px;
  margin:0 auto;
  padding-top:0px;
  text-align:left;
}
.healthcareContentBlock p {
  font-size:15px;
  line-height:1.86;
  margin-bottom:30px;
}
.healthcareMain {
  background:#f6f6f6;
  padding:0 40px 40px;
  margin-bottom:50px;
}

/* contents
---------------------------------------- */
.contents {
  width: 100%;
  margin-top: -32px;
}
.contents h2 {
  text-align: center;
  font-size: 28px;
  color: #444;
}
.contents h2 span {
  display: block;
  line-height: 1.4;
  letter-spacing: 4px;
}
.contents h3 {
  text-align: center;
  font-size: 22px;
  color: #333;
  letter-spacing: 2px;
}

/* mainArea
---------------------------------------- */
.mainArea {
  width: 100%;
  height: 330px;
  background: url(../img/bg_main.jpg) center 0 no-repeat;
  background-color: #f5fffd;
}
.mainArea h1 {
  text-align: center;
  padding-top: 63px;
}

/* mainArea2
---------------------------------------- */
.mainArea2 {
  width: 100%;
  height: 330px;
  background: url(../img/bg_main_02.jpg) center 0 no-repeat;
  background-color: #fff3f3;
}
.mainArea2 h1 {
  text-align: center;
  padding-top: 63px;
}


/* newTopicsArea
---------------------------------------- */
.newTopicsArea {
  width: 100%;
  max-width: 1070px;
  margin: -172px auto 64px;
}
.newTopicsArea h2 {
  margin-bottom: 34px;
}

/* recommendArea
---------------------------------------- */
.recommendArea {
  width: 100%;
  padding-top: 62px;
  border-top: 1px solid #ccc;
}
.recommendArea h2 {
  margin-bottom: 31px;
}
.recommendArea .recommendBox {
  max-width: 979px;
  margin: 0 auto;
}

/* rankingArea
---------------------------------------- */
.rankingArea {
  width: 100%;
  margin-top: 80px;
  background-color: #e4f1f9;
}
.rankingArea h3 {
  margin-bottom: 38px;
  padding-top: 34px;
}
.rankingArea .rankingBox {
  width: 100%;
  max-width: 979px;
  margin: 0 auto;
  padding-bottom: 53px;
}

/* articleArea
---------------------------------------- */
.articleArea {
  width: 100%;
  margin-top: 80px;
}
.articleArea h2 {
  margin-bottom: 25px;
}
.articleArea h3 {
  position: relative;
  margin-bottom: 14px;
  line-height: 1.5;
}
.articleArea h3::before {
  content: "";
  margin: auto;
  width: 100%;
  height: 19px;
  background: url(../img/common/bg_line.png) 0 0 repeat-x;
  position: absolute;
  top: 25%;
  left: 0;
  z-index: 1;
}
.articleArea h3 span {
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.articleArea .articleBox {
  max-width: 979px;
  margin: 0 auto;
}
.articleArea .articleBox {
  margin-bottom: 73px;
}

/* recommendContents
---------------------------------------- */
.recommendContents {
  float: right;
}
.recommendContents h2 {
  font-size:20px;
  font-weight:bold;
  margin-bottom:15px;
}
.recommendContents ul li {
  display:inline-block;
  width:250px;
  margin-left:10px;
}
.recommendContents ul li:first-child {
  margin-left:0;
}
.recommendContents02 {
  background: #f6f6f6;
  padding: 20px 25px 25px;
  margin-top: 55px;
  box-sizing: border-box;
}
.recommendContents02 h2 {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 4px;
}

/* featureContents
---------------------------------------- */
.featureContents {
  margin-top: 55px;
}
.featureContents h2 {
  margin-bottom: 25px;
  font-size: 22px;
  text-align: center;
  position: relative;
}
.featureContents h2 .m-ttl-hd2 {
  max-width: 395px;
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  letter-spacing: 3px;
  display: inline-block;
  box-sizing: border-box;
  line-height: 0.9;
}
.featureContents h2 .m-ttl-hd2 .m-ttl-hd2-sub {
  font-size: 14px;
  letter-spacing: 1px;
}
.featureContents h2::before {
  content: "";
  margin: auto;
  width: 100%;
  height: 19px;
  background: url(../img/common/bg_line.png) 0 0 repeat-x;
  position: absolute;
  top: 15%;
  left: 0;
  z-index: 1;
}

/* asideBnrArea
---------------------------------------- */
#asideBnrArea{
  margin-top:20px;
}
#asideBnrArea ul li{
  margin-top:10px;
}
#asideBnrArea ul li:first-child{
  margin-top:0;
}

/* asideBackNumber
---------------------------------------- */
#asideBackNumber{
  border-top:solid 3px #ddd;
  margin-bottom:0;
}
#asideBackNumber .asideTitle{
  color:#4c4c4c;
  font-size:18px;
  font-weight:bold;
  padding:15px 3px;
  margin-bottom:0;
  line-height: 1.2;
}
#asideBackNumber ul li{
  border-bottom:solid 1px #ddd;
}
#asideBackNumber ul li:first-child{
  border-top:solid 1px #ddd;
}
#asideBackNumber ul li a span{
  position:relative;
  padding:10px 22px 10px 0;
  font-size:14px;
  display:block;
}
#asideBackNumber ul li a span:after{
  content:'';
  background:url(../img/common/icn_arrow.png);
  position:absolute;
  top:50%;
  right:8px;
  width:7px;
  height:12px;
  margin-top:-6px;
}
#asideBackNumber ul li a:hover span{
  text-decoration:underline;
}
a.current{
  cursor: default!important;
}
#asideBackNumber ul li a.current:hover span{
  text-decoration:none;
}

/* --------------------------------------------------
   Footer Segment
-------------------------------------------------- */
#footerSeg{
  margin-top:50px;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color:#999;
  border-top: 1px solid #ccc;
  font-weight: normal;
  line-height: 1.6;
}
#footerSeg #copyright{
  padding:10px 0 15px;
  text-align:center;
  background-color:#fff;
  line-height: 1;
  font-size: 16px;
}
#footerSeg #copyright small{
  font-size:10px;
}

/* ==================================================
  SP max-768px;
================================================== */

@media screen and (max-width:768px) {
/* SP Start */


.btnOn a:hover img{
  opacity:1;
  filter:alpha(opacity=100);
  -moz-opacity:1;
}

/* --------------------------------------------------
   Header Segment
-------------------------------------------------- */
#header.simple{
  height:40px;
}
#header.simple .headLogo{
  display: block;
  width: 145px;
  height: 40px;
  margin: 0 auto;
}

#header.simple .headLogo > a{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  height: 40px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity  0.2s ease;
}
#header.simple .headLogo > a > img{display: block;}
#header.simple .headLogo > a > img:nth-of-type(1){width: 87px; margin: 0 10px 7px 0}
#header.simple .headLogo > a > img:nth-of-type(2){width: calc(100% - 97px);}

/* breadcrumbsSP
---------------------------------------- */
#breadcrumbs{ display: none;}

#breadcrumbsSP{
  display: block;
  width: 100%;
  padding: 20px;
}

#breadcrumbsSP > ol{
  display: block;
  font-size: 16px;
  line-height: 1.5;
}

#breadcrumbsSP > ol > li{
  display: inline;
  font-size: 10px;
  line-height: 2;
}

#breadcrumbsSP > ol > li a {
  color: #333;
  font-weight: normal;
}

#breadcrumbsSP > ol > li::after {
  content: '\>';
  padding: 0 5px;
  font-weight: normal;
}

#breadcrumbsSP > ol > li:last-child::after {
  display: none;
}
#breadcrumbsSP > ol > li:last-child a{
  text-decoration: none;
}

/* btnPageTop
---------------------------------------- */
#btnPageTop{
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#btnPageTop > a{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  opacity: 0;
  background: rgba(51,51,51,.5);
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 10;
  -webkit-transition: opacity 0.2s ease,transform 0.2s ease;
  -moz-transition: opacity 0.2s ease,transform 0.2s ease;
  -o-transition: opacity 0.2s ease,transform 0.2s ease;
  transition: opacity 0.2s ease,transform 0.2s ease;
  -webkit-transform: translate(0, 80px);
  -moz-transform: translate(0, 80px);
  -o-transform: translate(0, 80px);
  transform: translate(0, 80px);
  margin-bottom: 10px;
}

#btnPageTop.view > a{
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

#btnPageTop.fixed > a{
  position: fixed;
  bottom: 40px;
}

#btnPageTop.fixedFootOpen > a{
  position: absolute;
  bottom: 0;
  z-index: 1;
}

#btnPageTop > a > img{
  display: block;
  max-width: 16px;
  height: auto;
  width: auto;
}

/* --------------------------------------------------
   Content Segment
-------------------------------------------------- */

#contentArea .segInner {
  width:100%;
  padding: 0;
}
#mainField #articleColumn {
  width:100%;
  float:none;
}
.healthcareMain {
  padding:0 10px 40px;
  margin-bottom: 0;
}
.healthcareContentBlock p {
  font-size: 16px;
  margin-bottom:20px;
}

/* contents
---------------------------------------- */
.contents {
  margin-top: 0;
}
.contents h2 {
  font-size: 23px;
}
.contents h2 span {
  letter-spacing: 0;
}
.contents h3 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.3;
}

/* mainArea
---------------------------------------- */
.mainArea {
  height: 0;
  padding-top: 34%;
  background-image: url(../img/bg_sp_main.jpg);
  background-size: cover;
  position: relative;
}
.mainArea h1 {
  max-width: 235px;
  width: 100%;
  padding-top: 0;
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  margin: auto;
}

/* mainArea2
---------------------------------------- */
.mainArea2 {
  height: 0;
  padding-top: 34%;
  background-image: url(../img/bg_sp_main_02.jpg);
  background-size: cover;
  position: relative;
}
.mainArea2 h1 {
  max-width: 235px;
  width: 100%;
  padding-top: 0;
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  margin: auto;
}


/* newTopicsArea
---------------------------------------- */
.newTopicsArea {
  margin: 15px auto 0;
  padding: 0 15px;
}
.newTopicsArea h2 {
  margin-bottom: 15px;
}

/* recommendArea
---------------------------------------- */
.recommendArea {
  padding-top: 30px;
}
.recommendArea h2 {
  margin-bottom: 25px;
}
.recommendArea .recommendBox {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

/* rankingArea
---------------------------------------- */
.rankingArea {
  margin-top: 40px;
}
.rankingArea h3 {
  margin-bottom: 20px;
  padding-top: 30px;
}
.rankingArea .rankingBox {
  padding: 0 15px 30px;
}

/* articleArea
---------------------------------------- */
.articleArea {
  margin-top: 30px;
}
.articleArea h2 {
  margin-bottom: 25px;
}
.articleArea h3 span {
  padding: 0 10px;
  vertical-align: middle;
}
.articleArea .articleBox {
  margin-bottom: 0;
  padding: 0 15px
}
.articleArea .articleBox .m-btn-default {
  margin: 0;
}

/* recommendContents
---------------------------------------- */
.recommendContents {
  float: none;
  width: 100%;
}
.recommendContents h2 {
  font-size:16px;
  color: #fff;
  padding: 10px;
  margin-bottom:0;
  background:#808080;
}
.recommendContents ul {
  padding: 10px;
}
.recommendContents ul li {
  display:block;
  width:100%;
  margin-left:0;
  margin-top: 10px;
}
.recommendContents ul li:first-child {
  margin-top: 0;
}
.recommendContents ul li img {
  width:100%!important;
}
.recommendContents02 {
  padding: 30px 10px;
  margin-top: 30px;
}
.recommendContents02 h2 {
  font-size: 17px;
  margin-bottom: 20px;
  letter-spacing: 0;
}

/* featureContents
---------------------------------------- */
.featureContents {
  margin-top: 30px;
}
.featureContents h2 {
  margin-bottom: 20px;
  padding: 10px 10px 0;
  font-size: 16px;
  text-align: center;
  background-color: #808080;
}
.featureContents h2 .m-ttl-hd2 {
  max-width: 100%;
  background: none;
  padding: 0 0 7px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.1;
}
.featureContents h2 .m-ttl-hd2 .m-ttl-hd2-sub {
  font-size: 12px;
  letter-spacing: 0;
}
.featureContents h2::before {
  content: "";
  display: none;
}

/* --------------------------------------------------
  Aside Segment
-------------------------------------------------- */
#mainField #asideColumn {
  width:100%;
  float:none;
}

/* asideBnrArea
---------------------------------------- */
#asideBnrArea{
  margin-top:10px;
  margin-bottom: 10px;
  padding: 0 10px;
}
#asideBnrArea ul li{
  text-align: center;
}

/* asideBackNumber
---------------------------------------- */
#asideBackNumber{
  border-top:none;
}
#asideBackNumber .asideTitle{
  font-size:16px;
  color: #fff;
  padding: 10px;
  margin-bottom:0;
  background:#808080;
}
#asideBackNumber ul li a span{
  position:relative;
  padding:15px 32px 15px 10px;
}
#asideBackNumber ul li a span:after{
  background:url(../img/common/sp_icn_arrow.png) no-repeat left top;
  background-size: 100% auto;
  top:50%;
  right:10px;
  width:9px;
  height:17px;
  margin-top:-8px;
}

/* --------------------------------------------------
   Footer Segment
-------------------------------------------------- */
#footerSeg{
  margin-top:0;
}
#footerSeg #copyright{
  padding:10px 8px 15px;
}

/* SP end */
}

@charset "utf-8";

/* Float Clear
-------------------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* FontSize
-------------------------------------------------- */
.f-size20 { font-size: 20px!important; }

/* Display
-------------------------------------------------- */
.pc-none { display: none!important;}
.sp-none { display: block!important;}
.img-pc-none { display: none!important;}
.img-sp-none { display: inline-block!important;}

/* Margin
-------------------------------------------------- */

/* MarginTop */
.mt00px { margin-top: 0px!important;}
.mt05px { margin-top: 5px!important;}
.mt10px { margin-top:10px!important;}
.mt15px { margin-top:15px!important;}
.mt20px { margin-top:20px!important;}
.mt25px { margin-top:25px!important;}
.mt30px { margin-top:30px!important;}
.mt35px { margin-top:35px!important;}
.mt40px { margin-top:40px!important;}
.mt45px { margin-top:45px!important;}
.mt50px { margin-top:50px!important;}

/* MarginBottom */
.mb00px { margin-bottom: 0px!important;}
.mb05px { margin-bottom: 5px!important;}
.mb10px { margin-bottom:10px!important;}
.mb15px { margin-bottom:15px!important;}
.mb20px { margin-bottom:20px!important;}
.mb25px { margin-bottom:25px!important;}
.mb30px { margin-bottom:30px!important;}
.mb35px { margin-bottom:35px!important;}
.mb40px { margin-bottom:40px!important;}
.mb45px { margin-bottom:45px!important;}
.mb50px { margin-bottom:50px!important;}

/* MarginLeft */
.ml00px { margin-left: 0px!important;}
.ml05px { margin-left: 5px!important;}
.ml10px { margin-left:10px!important;}
.ml15px { margin-left:15px!important;}
.ml20px { margin-left:20px!important;}
.ml25px { margin-left:25px!important;}
.ml30px { margin-left:30px!important;}
.ml35px { margin-left:35px!important;}
.ml40px { margin-left:40px!important;}
.ml45px { margin-left:45px!important;}
.ml50px { margin-left:50px!important;}

/* MarginRight */
.mr00px { margin-right: 0px!important;}
.mr05px { margin-right: 5px!important;}
.mr10px { margin-right:10px!important;}
.mr15px { margin-right:15px!important;}
.mr20px { margin-right:20px!important;}
.mr25px { margin-right:25px!important;}
.mr30px { margin-right:30px!important;}
.mr35px { margin-right:35px!important;}
.mr40px { margin-right:40px!important;}
.mr45px { margin-right:45px!important;}
.mr50px { margin-right:50px!important;}


/* -SP- Margin */
@media screen and (max-width:768px) {

  /* MarginTop */
  .sp-mt00px { margin-top: 0px!important;}
  .sp-mt05px { margin-top: 5px!important;}
  .sp-mt10px { margin-top:10px!important;}
  .sp-mt15px { margin-top:15px!important;}
  .sp-mt20px { margin-top:20px!important;}
  .sp-mt25px { margin-top:25px!important;}
  .sp-mt30px { margin-top:30px!important;}
  .sp-mt35px { margin-top:35px!important;}
  .sp-mt40px { margin-top:40px!important;}
  .sp-mt45px { margin-top:45px!important;}
  .sp-mt50px { margin-top:50px!important;}

  /* MarginBottom */
  .sp-mb00px { margin-bottom: 0px!important;}
  .sp-mb05px { margin-bottom: 5px!important;}
  .sp-mb10px { margin-bottom:10px!important;}
  .sp-mb15px { margin-bottom:15px!important;}
  .sp-mb20px { margin-bottom:20px!important;}
  .sp-mb25px { margin-bottom:25px!important;}
  .sp-mb30px { margin-bottom:30px!important;}
  .sp-mb35px { margin-bottom:35px!important;}
  .sp-mb40px { margin-bottom:40px!important;}
  .sp-mb45px { margin-bottom:45px!important;}
  .sp-mb50px { margin-bottom:50px!important;}

  /* MarginLeft */
  .sp-ml00px { margin-left: 0px!important;}
  .sp-ml05px { margin-left: 5px!important;}
  .sp-ml10px { margin-left:10px!important;}
  .sp-ml15px { margin-left:15px!important;}
  .sp-ml20px { margin-left:20px!important;}
  .sp-ml25px { margin-left:25px!important;}
  .sp-ml30px { margin-left:30px!important;}
  .sp-ml35px { margin-left:35px!important;}
  .sp-ml40px { margin-left:40px!important;}
  .sp-ml45px { margin-left:45px!important;}
  .sp-ml50px { margin-left:50px!important;}

  /* MarginRight */
  .sp-mr00px { margin-right: 0px!important;}
  .sp-mr05px { margin-right: 5px!important;}
  .sp-mr10px { margin-right:10px!important;}
  .sp-mr15px { margin-right:15px!important;}
  .sp-mr20px { margin-right:20px!important;}
  .sp-mr25px { margin-right:25px!important;}
  .sp-mr30px { margin-right:30px!important;}
  .sp-mr35px { margin-right:35px!important;}
  .sp-mr40px { margin-right:40px!important;}
  .sp-mr45px { margin-right:45px!important;}
  .sp-mr50px { margin-right:50px!important;}
}

/* padding
-------------------------------------------------- */

/* paddingTop */
.pt00px { padding-top: 0px!important;}
.pt05px { padding-top: 5px!important;}
.pt10px { padding-top:10px!important;}
.pt15px { padding-top:15px!important;}
.pt20px { padding-top:20px!important;}
.pt25px { padding-top:25px!important;}
.pt30px { padding-top:30px!important;}
.pt35px { padding-top:35px!important;}
.pt40px { padding-top:40px!important;}
.pt45px { padding-top:45px!important;}
.pt50px { padding-top:50px!important;}

/* paddingBottom */
.pb00px { padding-bottom: 0px!important;}
.pb05px { padding-bottom: 5px!important;}
.pb10px { padding-bottom:10px!important;}
.pb15px { padding-bottom:15px!important;}
.pb20px { padding-bottom:20px!important;}
.pb25px { padding-bottom:25px!important;}
.pb30px { padding-bottom:30px!important;}
.pb35px { padding-bottom:35px!important;}
.pb40px { padding-bottom:40px!important;}
.pb45px { padding-bottom:45px!important;}
.pb50px { padding-bottom:50px!important;}

/* paddingLeft */
.pl00px { padding-left: 0px!important;}
.pl05px { padding-left: 5px!important;}
.pl10px { padding-left:10px!important;}
.pl15px { padding-left:15px!important;}
.pl20px { padding-left:20px!important;}
.pl25px { padding-left:25px!important;}
.pl30px { padding-left:30px!important;}
.pl35px { padding-left:35px!important;}
.pl40px { padding-left:40px!important;}
.pl45px { padding-left:45px!important;}
.pl50px { padding-left:50px!important;}

/* paddingRight */
.pr00px { padding-right: 0px!important;}
.pr05px { padding-right: 5px!important;}
.pr10px { padding-right:10px!important;}
.pr15px { padding-right:15px!important;}
.pr20px { padding-right:20px!important;}
.pr25px { padding-right:25px!important;}
.pr30px { padding-right:30px!important;}
.pr35px { padding-right:35px!important;}
.pr40px { padding-right:40px!important;}
.pr45px { padding-right:45px!important;}
.pr50px { padding-right:50px!important;}

/* -SP- Padding */
@media screen and (max-width:768px) {

  /* paddingTop */
  .sp-pt00px { padding-top: 0px!important;}
  .sp-pt05px { padding-top: 5px!important;}
  .sp-pt10px { padding-top:10px!important;}
  .sp-pt15px { padding-top:15px!important;}
  .sp-pt20px { padding-top:20px!important;}
  .sp-pt25px { padding-top:25px!important;}
  .sp-pt30px { padding-top:30px!important;}
  .sp-pt35px { padding-top:35px!important;}
  .sp-pt40px { padding-top:40px!important;}
  .sp-pt45px { padding-top:45px!important;}
  .sp-pt50px { padding-top:50px!important;}

  /* paddingBottom */
  .sp-pb00px { padding-bottom: 0px!important;}
  .sp-pb05px { padding-bottom: 5px!important;}
  .sp-pb10px { padding-bottom:10px!important;}
  .sp-pb15px { padding-bottom:15px!important;}
  .sp-pb20px { padding-bottom:20px!important;}
  .sp-pb25px { padding-bottom:25px!important;}
  .sp-pb30px { padding-bottom:30px!important;}
  .sp-pb35px { padding-bottom:35px!important;}
  .sp-pb40px { padding-bottom:40px!important;}
  .sp-pb45px { padding-bottom:45px!important;}
  .sp-pb50px { padding-bottom:50px!important;}

  /* paddingLeft */
  .sp-pl00px { padding-left: 0px!important;}
  .sp-pl05px { padding-left: 5px!important;}
  .sp-pl10px { padding-left:10px!important;}
  .sp-pl15px { padding-left:15px!important;}
  .sp-pl20px { padding-left:20px!important;}
  .sp-pl25px { padding-left:25px!important;}
  .sp-pl30px { padding-left:30px!important;}
  .sp-pl35px { padding-left:35px!important;}
  .sp-pl40px { padding-left:40px!important;}
  .sp-pl45px { padding-left:45px!important;}
  .sp-pl50px { padding-left:50px!important;}

  /* paddingRight */
  .sp-pr00px { padding-right: 0px!important;}
  .sp-pr05px { padding-right: 5px!important;}
  .sp-pr10px { padding-right:10px!important;}
  .sp-pr15px { padding-right:15px!important;}
  .sp-pr20px { padding-right:20px!important;}
  .sp-pr25px { padding-right:25px!important;}
  .sp-pr30px { padding-right:30px!important;}
  .sp-pr35px { padding-right:35px!important;}
  .sp-pr40px { padding-right:40px!important;}
  .sp-pr45px { padding-right:45px!important;}
  .sp-pr50px { padding-right:50px!important;}

}

/* Align
-------------------------------------------------- */
.alignT { vertical-align:top; }
.alignB { vertical-align:bottom; }
.alignC { text-align: center; }
.alignR { text-align: right; }
.alignL { text-align: left; }

/* Float
-------------------------------------------------- */
.fLeft { float: left!important; }
.fRight { float: right!important; }

/* text
-------------------------------------------------- */
.m-text {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  font-weight: normal;
  padding-bottom: 30px;
}

/* link
-------------------------------------------------- */
a.m-link-blank {
  text-decoration: none;
}
a.m-link-blank span {
  text-decoration: underline;
}
a.m-link-blank span:hover {
  text-decoration: none;
}
a.m-link-blank:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 9px;
  margin-right: 5px;
  background: url(../img/common/icn01.png) no-repeat left top;
  background-size: 100% auto;
}

.m-link-area-default {
  position: relative;
}
.m-link-area-default:hover .m-link-area-default-img {
  opacity: .7;
}
.m-link-area-default-txt:hover {
  background-color: #f5f5f5;
}
.m-link-area-default-txt a {
  text-decoration: none;
}
.m-link-area-default-txt a:hover {
  text-decoration: underline;
}
.m-link-area-default-txt a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line
-------------------------------------------------- */
.m-line-hr {
  border: solid 1px #ccc;
  border-bottom: none;
  border-right: none;
  border-left: none;
  margin: 20px 0;
}

/* icon
-------------------------------------------------- */
.icon-new::after {
  content: "";
  width: 68px;
  height: 69px;
  background: url(../img/icon_new.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: -3px;
  right: -3px;
}

/* mainvisual
-------------------------------------------------- */
.m-main-img {
  text-align: center;
  margin: 0 -40px 40px;
}
.m-main-img img {
  width: 100%;
}

/* heading-title
-------------------------------------------------- */
.m-heading-h2 {
  border-bottom: solid 1px #eb6477;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.m-heading-h2 h2 {
  color: #eb6477;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
.m-heading-h2 h2 sup {
  top: 5px;
}
.m-heading-h3 {
  margin-bottom: 8px;
}
.m-heading-h3 h3 {
  color: #eb6477;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.m-heading-h4 {
  margin-bottom: 8px;
}
.m-heading-h4 h4 {
  color: #4c4c4c;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}

/* label
-------------------------------------------------- */
.m-label {
  padding: 3px 7px;
  font-size: 12px;
  background-color: #f8669a;
  display: inline-block;
  line-height: 1.1;
}
.m-label span {
  color: #fff;
}

/* box
-------------------------------------------------- */
.m-box-bd {
  border: solid 1px #cccccc;
  padding: 30px;
  margin-bottom: 40px;
  background: #fff;
}

/* articles-box
---------------------------------------- */
.m-articles-box {
  width: 100%;
  margin-bottom: 10px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  display: table;
  position: relative;
}
.m-articles-box div {
  display: table-cell;
  vertical-align: top;
}
.m-articles-box .m-articles-box-img {
  width: 132px;
  max-width: 132px;
}
.m-articles-box:hover .m-articles-box-img {
  opacity: .7;
}
.m-articles-box .m-articles-box-txt {
  padding: 10px 10px 0 20px;
}
.m-articles-box .m-articles-box-txt a {
  text-decoration: none;
  cursor: pointer;
}
.m-articles-box .m-articles-box-txt a:hover {
  text-decoration: underline;
}
.m-articles-box .m-articles-box-txt a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.m-articles-box .m-articles-box-txt .m-articles-box-txt-lead {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.m-articles-box .m-articles-box-txt .m-articles-box-txt-sub {
  margin-top: 10px;
  font-size: 14px;
  color: #444;
  line-height: 1.3;
}

/* column
-------------------------------------------------- */

.m-column-two-base,
.m-column-two-imgR,
.m-column-two-imgL {
  margin-bottom: 40px;
}

.m-column-two-base:before,
.m-column-two-base:after {
  content: '';
  display: table;
}
.m-column-two-base:after {
  clear: both;
}

.m-column-two-base .m-column-img {
  float: left;
  width: 47.82609%;
  max-width: 330px;
  text-align: center;
  padding-right: 30px;
}
.m-column-two-base[data-img="imgR"] .m-column-img {
  float: right;
  padding-right: 0;
  padding-left: 30px;
}
.m-column-two-base .m-column-txt {
  float: left;
  width: 52.17391%;
  max-width: 360px;
}
.m-column-two-base[data-spimg="down"] .m-column-txt {
  float: right;
}
.m-column-two-base[data-img="imgR"] .m-column-txt {
  float: left;
}

.m-column-two-imgR .m-column-img {
  float: right;
  width: 50%;
  text-align: center;
  padding-left: 30px;
}
.m-column-two-imgR .m-column-txt {
  float: left;
  width: 50%;
}

.m-column-two-imgL .m-column-img {
  float: left;
  width: 50%;
  text-align: center;
  padding-right: 30px;
}
.m-column-two-imgL .m-column-txt {
  float: left;
  width: 50%;
}

.m-column-two-base .m-column-txt p:last-child,
.m-column-two-imgR .m-column-txt p:last-child,
.m-column-two-imgL .m-column-txt p:last-child {
  margin-bottom: 0;
}

.m-column-two-adj01-imgR .m-column-img {
  width: 296px;
}
.m-column-two-adj01-imgR .m-column-txt {
  width: 394px;
}
.m-column-two-adj02-imgR .m-column-img {
  width: 330px;
}
.m-column-two-adj02-imgR .m-column-txt {
  width: 360px;
}
.m-column-two-adj01-imgL .m-column-img {
  width: 330px;
}
.m-column-two-adj01-imgL .m-column-txt {
  width: 360px;
}

.m-column-two-grid {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.m-column-two-grid .m-column-left {
  display: table-cell;
  vertical-align: top;
}
.m-column-two-grid .m-column-right {
  display: table-cell;
  vertical-align: top;
}

.m-column {
  width: 100%;
  margin-left: -10px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
  -ms-flex-pack:start;
  justify-content:flex-start;
}
.m-column-two {
  width: 47%;
  margin: 0 0 25px 10px;
  padding: 0;
  position: relative;
}
.m-column-two .m-column-two-box {
  width: 100%;
  display: table;
}
.m-column-two .m-column-two-box .m-column-two-img,
.m-column-two .m-column-two-box .m-column-two-txt {
  display: table-cell;
  vertical-align: top;
}
.m-column-two .m-column-two-box .m-column-two-img {
  width: 94px;
  max-width: 94px;
}
.m-column-two:hover .m-column-two-box .m-column-two-img {
  opacity: .7;
}
.m-column-two .m-column-two-box .m-column-two-txt {
  padding-left: 10px;
}
.m-column-two:hover .m-column-two-box .m-column-two-txt {
  background-color: #f5f5f5;
}
.m-column-two .m-column-two-box .m-column-two-txt a {
  text-decoration: none;
  cursor: pointer;
}
.m-column-two .m-column-two-box .m-column-two-txt a:hover {
  text-decoration: underline;
}
.m-column-two .m-column-two-box .m-column-two-txt a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.m-column-two .m-column-two-box .m-column-two-txt .m-column-two-txt-date {
  margin: 8px 0 5px;
  color: #666;
  font-size: 12px;
}
.m-column-two .m-column-two-box .m-column-two-txt .m-column-two-txt-lead {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: bold;
}

.m-column-three {
  width: 100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.m-column-three-area {
  width: 30.8%;
  margin-left: 32px;
  vertical-align: top;
  background-color: #fff;
  position: relative;
}
.m-column-three-area:first-child {
  margin-left: 0;
}
.m-column-three-area:hover .m-column-three-img {
  opacity: .7;
}
.m-column-three-area .m-column-three-img {
  width: 100%;
  max-width: 330px;
}
.m-column-three-area .m-column-three-box {
  padding: 16px 15px 15px;
}
.m-column-three-area:hover .m-column-three-box {
  width: 100%;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.m-column-three-area .m-column-three-lead {
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.m-column-three-area .m-column-three-lead a {
  text-decoration: none;
  cursor: pointer;
}
.m-column-three-area .m-column-three-lead a:hover {
  text-decoration: underline;
}
.m-column-three-area .m-column-three-lead a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.m-column-three-area .m-column-three-txt {
  margin-bottom: 20px;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  font-weight: normal;
}
.m-column-three-area .m-column-three-date {
  font-size: 12px;
  color: #666;
  font-weight: normal;
  line-height: 1.5;
}
.m-column-three-area .m-column-three-date span {
  color: #f8669a;
}

/* grid
-------------------------------------------------- */
.m-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-grid-two {
  margin-left: -5px;
}
.m-grid .m-grid-two-box {
  width: 50%;
  padding-left: 5px;
  box-sizing: border-box;
}
.m-grid-three {
  margin: 0 0 0 -30px;
}
.m-grid .m-grid-three-box {
  width: 33.3333%;
  margin-bottom: 40px;
  padding-left: 30px;
  box-sizing: border-box;
}
.m-grid-five {
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.m-grid .m-grid-five-box {
  width: 20%;
  max-width: 160px;
  margin-left: 42px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-color: #fff;
}
.m-grid .m-grid-five-box:first-child {
  margin-left: 10px;
}
.m-grid .m-grid-box {
  width: 100%;
  display: table;
}
.m-grid .m-grid-img,
.m-grid .m-grid-txt {
  display: table-cell;
}
.m-grid .m-grid-img-l {
  width: 33.2%;
  max-width: 160px;
}
.m-grid .m-grid-img-s {
  width: 39%;
  max-width: 120px;
}
.m-grid .m-grid-txt {
  padding: 17px 15px 5px 20px;
  vertical-align: top;
}
.m-grid.m-grid-three .m-grid-txt {
  padding: 15px 5px 0 15px;
}
.m-grid .m-grid-txt .m-grid-txt-lable {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #f8669a;
  line-height: 1.5;
}
.m-grid .m-grid-txt .m-grid-txt-vol {
  margin-bottom: 5px;
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  font-weight: normal;
}
.m-grid .m-grid-txt .m-grid-txt-lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.m-grid .m-grid-txt .m-grid-txt-lead-m {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}

/* ranking
-------------------------------------------------- */
.m-ranking {
  width: 100%;
  position: relative;
  z-index: 1;
}
.m-ranking .m-ranking-img {
  width: 100%;
  max-width: 160px;
}
.m-ranking .m-ranking-txt {
  padding: 13px 8px 17px 15px;
  background-color: #fff;
}
.m-ranking .m-ranking-txt .m-ranking-txt-lable {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: bold;
  color: #f8669a;
}
.m-ranking .m-ranking-txt .m-ranking-txt-lead {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}
.m-rank01::before {
  content: '';
  width: 48px;
  height: 24px;
  background: url(../img/icon_no1.png) 0 0 no-repeat;
}
.m-rank02::before {
  content: '';
  width: 51px;
  height: 24px;
  background: url(../img/icon_no2.png) 0 0 no-repeat;
}
.m-rank03::before {
  content: '';
  width: 50px;
  height: 24px;
  background: url(../img/icon_no3.png) 0 0 no-repeat;
}
.m-rank04::before {
  content: '';
  width: 52px;
  height: 24px;
  background: url(../img/icon_no4.png) 0 0 no-repeat;
}
.m-rank05::before {
  content: '';
  width: 53px;
  height: 24px;
  background: url(../img/icon_no5.png) 0 0 no-repeat;
}
.m-rank01::before,
.m-rank02::before,
.m-rank03::before,
.m-rank04::before,
.m-rank05::before {
  position: absolute;
  top: -16px;
  left: -10px;
  z-index: 2;
}

/* list
-------------------------------------------------- */
.m-list-num li {
  font-size: 15px;
  line-height: 1.86;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.m-list-caution-num ul li {
  font-size: 12px;
  line-height: 1.75;
  text-indent: -2.6em;
  padding-left: 2.7em;
}

/* images
-------------------------------------------------- */
.m-single-img {
  margin-bottom: 40px;
  text-align: center;
}
.m-single-img-s {
  margin-bottom: 20px!important;
  text-align: center;
}
.m-single-img-res {
  margin-bottom: 30px!important;
  text-align: center;
}

/* btn
-------------------------------------------------- */
.m-btn-default {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #f8669a;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 1;
}
.m-btn-default:hover {
  background-color: #f8669a;
}
.m-btn-default:hover span {
  color: #fff;
}
.m-btn-default:hover span::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.m-btn-default:hover span.active::after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 5px;
}
.m-btn-default span {
  font-size: 16px;
  font-weight: bold;
  color: #f8669a;
  display: inline-block;
  position: relative;
}
.m-btn-default span::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: -20px;
  margin: auto;
  border-bottom: 2px solid #f8669a;
  border-right: 2px solid #f8669a;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: content-box;
}
.m-btn-default span.active::after {
  border-top: 2px solid #f8669a;
  border-right: none;
  border-bottom: none;
  border-left: 2px solid #f8669a;
  top: 5px;
}

/* ==================================================
  SP max-768px;
================================================== */

@media screen and (max-width:768px) {
/* SP Start */

/* FontSize
-------------------------------------------------- */
.sp-f-size15 { font-size: 15px!important; }
.sp-f-size16 { font-size: 16px!important; }

/* lineHeight
-------------------------------------------------- */
.lHeight16 { line-height:1.66!important; }

/* link
-------------------------------------------------- */
a.m-link-blank:before {
  display: inline-block;
  content: '';
  width: 12px;
  height: 10px;
}
a.m-link-blank span:hover {
  text-decoration: underline;
}

/* line
-------------------------------------------------- */
.m-line-hr {
  margin: 15px 0;
}

/* Display
-------------------------------------------------- */
.pc-none { display: block!important;}
.sp-none { display: none!important;}
.img-pc-none { display: inline-block!important;}
.img-sp-none { display: none!important;}

/* mainvisual
-------------------------------------------------- */
.m-main-img {
  margin: 0 -10px 20px;
}

/* heading-title
-------------------------------------------------- */
.m-heading-h2 h2 {
  font-size: 18px;
}
.m-heading-h2 h2 sup {
  top: 3px;
}
.m-heading-h3 {
  margin-bottom: 15px;
}
.m-heading-h3 h3 {
  font-size: 18px;
}
.m-heading-h4 {
  margin-bottom: 10px;
}
.m-heading-h4 h4 {
  font-size: 16px;
}

/* box
-------------------------------------------------- */
.m-box-bd {
  padding: 10px;
  margin-bottom: 30px;
}

/* articles-box
---------------------------------------- */
.m-articles-box .m-articles-box-txt {
  padding: 6px 10px;
  word-break: break-all;
}
.m-articles-box .m-articles-box-txt .m-articles-box-txt-lead {
  margin-top: 5px;
  font-size: 14px;
}
.m-articles-box .m-articles-box-txt .m-articles-box-txt-sub {
  margin-top: 5px;
  font-size: 12px;
}

/* column
-------------------------------------------------- */
.m-column-two-base,
.m-column-two-imgR,
.m-column-two-imgL {
  margin-bottom: 30px;
}
.m-column-two-base .m-column-img,
.m-column-two-base .m-column-txt,
.m-column-two-base[data-img="imgR"] .m-column-img,
.m-column-two-base[data-img="imgR"] .m-column-txt,
.m-column-two-imgR .m-column-img,
.m-column-two-imgR .m-column-txt,
.m-column-two-imgL .m-column-img,
.m-column-two-imgL .m-column-txt {
  float: none;
  width: 100%;
  padding: 0;
}
.m-column-two-base .m-column-img,
.m-column-two-base .m-column-txt {
  max-width: 100%;
}
.m-column-two-base .m-column-img,
.m-column-two-imgR .m-column-img,
.m-column-two-imgL .m-column-img {
  margin-bottom: 20px;
}
.m-column-two-adj01-imgR .m-column-img,
.m-column-two-adj01-imgR .m-column-txt,
.m-column-two-adj02-imgR .m-column-img,
.m-column-two-adj02-imgR .m-column-txt,
.m-column-two-adj01-imgL .m-column-img,
.m-column-two-adj01-imgL .m-column-txt {
  width: 100%;
}
.m-column-two-base[data-spimg="down"] .m-column-img,
.m-column-two-imgR.m-column-img-down .m-column-img {
  margin-bottom: 0;
}
.m-column-two-base[data-spimg="down"] .m-column-txt,
.m-column-two-imgR.m-column-img-down .m-column-txt {
  margin-bottom: 20px;
}

.m-column-two-grid,
.m-column-two-grid .m-column-left,
.m-column-two-grid .m-column-right {
  display: block;
}
.m-column-two-grid .m-column-left,
.m-column-two-grid .m-column-right {
  text-align: center;
}

.m-column {
  margin-left: 0;
  display: block;
}
.m-column-two {
  width: auto;
  margin: 0 10px 15px 10px;
}
.m-column-two .m-column-two-box .m-column-two-img {
  width: 94px;
}
.m-column-two .m-column-two-box .m-column-two-txt {
  padding: 0 10px;
}
.m-column-two .m-column-two-box .m-column-two-txt .m-column-two-txt-date {
  margin: 5px 0;
}
.m-column-two .m-column-two-box .m-column-two-txt .m-column-two-txt-lead {
  font-size: 14px;
  line-height: 1.5;
}

.m-column-three {
  display: block;
}
.m-column-three-area {
  width: 100%;
  margin: 0 0 25px;
  display: block;
}
.m-column-three-area:last-child {
  margin-bottom: 0;
}
.m-column-three-area:nth-child(3) {
  display: none;
}
.m-column-three-area .m-column-three-img {
  max-width: 740px;
  text-align: center;
}
.m-column-three-area .m-column-three-box {
  max-width: 100%;
  padding: 16px 15px 15px;
}

/* grid
-------------------------------------------------- */
.m-grid {
  display: block;
}
.m-grid-two {
  margin-left: 0;
}
.m-grid .m-grid-two-box {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px;
}
.m-grid .m-grid-two-box:last-child {
  margin-bottom: 0;
}
.m-grid-three {
  margin: 0 0 20px 0;
}
.m-grid .m-grid-three-box {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px;
}
.m-grid .m-grid-three-box:last-child {
  margin-bottom: 0;
}
.m-grid .m-grid-five-box {
  width: 100%;
  max-width: 100%;
  padding-left: 10px;
  margin: 0 0 25px;
  display: block;
  background: none;
}
.m-grid .m-grid-five-box:first-child {
  margin-left: 0;
}
.m-grid .m-grid-five-box:last-child {
  margin-bottom: 0;
}
.m-grid .m-grid-img-l {
  width: 28.9%;
  max-width: 200px;
}
.m-grid .m-grid-img-s {
  width: 24%;
  max-width: 160px;
}
.m-grid .m-grid-txt {
  padding: 5px 0px 5px 10px;
}
.m-grid.m-grid-three .m-grid-txt {
  padding: 5px 5px 5px 10px;
  box-sizing: border-box;
}
.m-grid .m-grid-txt .m-grid-txt-lable {
  margin-bottom: 5px;
}
.m-grid .m-grid-txt .m-grid-txt-lead {
  font-size: 15px;
}
.m-grid .m-grid-txt .m-grid-txt-lead-m {
  line-height: 1.5;
}

/* ranking
-------------------------------------------------- */
.m-ranking {
  width: 100%;
  display: table;
  box-sizing: border-box;
}
.m-ranking .m-ranking-img {
  width: 27.4%;
  max-width: 180px;
}
.m-ranking .m-ranking-txt {
  padding: 10px;
}
.m-ranking .m-ranking-img,
.m-ranking .m-ranking-txt {
  display: table-cell;
  vertical-align: top;
}
.m-rank01::before {
  width: 44px;
  height: 17px;
  background: url(../img/sp_icon_no1.png) 0 0 no-repeat;
  background-size: cover;
}
.m-rank02::before {
  width: 46px;
  height: 17px;
  background: url(../img/sp_icon_no2.png) 0 0 no-repeat;
  background-size: cover;
}
.m-rank03::before {
  width: 46px;
  height: 17px;
  background: url(../img/sp_icon_no3.png) 0 0 no-repeat;
  background-size: cover;
}
.m-rank04::before {
  width: 47px;
  height: 17px;
  background: url(../img/sp_icon_no4.png) 0 0 no-repeat;
  background-size: cover;
}
.m-rank05::before {
  width: 47px;
  height: 17px;
  background: url(../img/sp_icon_no5.png) 0 0 no-repeat;
  background-size: cover;
}
.m-rank01,
.m-rank02,
.m-rank03,
.m-rank04,
.m-rank05 {
  width: 100%;
  background-color: #fff;
}
.m-rank01::before,
.m-rank02::before,
.m-rank03::before,
.m-rank04::before,
.m-rank05::before {
  position: absolute;
  top: -12px;
  left: 0;
}

/* btn
-------------------------------------------------- */
.m-btn-default {
  width: auto;
  margin: 0 10px;
}
.m-btn-default:hover span {
  color: #f8669a;
}
.m-btn-default:hover span::after {
  border-bottom: 2px solid #f8669a;
  border-right: 2px solid #f8669a;
}
.m-btn-default:hover span.active::after {
  border-top: 2px solid #f8669a;
  border-left: 2px solid #f8669a;
  border-bottom: none;
  border-right: none;
  top: 5px;
}
.m-btn-default:hover {
  background-color: #fff;
}

/* list
-------------------------------------------------- */
.m-list-num li {
  font-size: 16px;
}

/* images
-------------------------------------------------- */
.m-single-img {
  margin-bottom: 30px;
}
.m-single-img-res {
  margin-bottom: 20px!important;
}
/* SP end */
}

@media screen and (max-width:320px) {
/* SP Start */
.m-ranking .m-ranking-img {
  width: 33.4%;
}
/* SP end */
}
/*
 * Boxer v3.3.0 - 2015-04-04
 * A jQuery plugin for displaying images, videos or content in a modal overlay. Part of the Formstone Library.
 * http://classic.formstone.it/boxer/
 *
 * Copyright 2015 Ben Plum; MIT Licensed
 */


.boxer-lock {
  overflow: hidden !important;
}
#boxer-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
  background: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
          transition: opacity 0.25s linear;
}
.boxer-open #boxer-overlay {
  opacity: 0.75;
}
#boxer {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1003;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 25px #000000;
  opacity: 0;
  margin: 0 auto;
  padding: 10px;
}
#boxer * {
  -webkit-transition: none;
          transition: none;
}
#boxer,
#boxer * {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
#boxer,
#boxer *,
#boxer *:before,
#boxer *:after {
  box-sizing: border-box;
}
#boxer.fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}
#boxer.inline {
  padding: 30px;
}
#boxer.animating {
  -webkit-transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
          transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
}
#boxer.animating .boxer-container {
  -webkit-transition: opacity 0.25s linear 0.25s;
          transition: opacity 0.25s linear 0.25s;
}
.boxer-open #boxer {
  opacity: 1;
}
#boxer.loading .boxer-container {
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
          transition: opacity 0.25s linear;
}
#boxer .boxer-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7.5px;
  right: -7.5px;
  z-index: 105;
  background: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  text-indent: 200%;
  white-space: nowrap;
}
#boxer .boxer-close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #333333;
  content: "\00d7";
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: auto;
  text-align: center;
  text-indent: 0;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
.no-opacity #boxer .boxer-close {
  text-indent: -999px;
}
#boxer .boxer-loading {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
          transition: opacity 0.25s linear;
}
#boxer .boxer-loading:before,
#boxer .boxer-loading:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 110%;
  content: '';
  display: block;
}
#boxer .boxer-loading:before {
  border: 5px solid rgba(51, 51, 51, 0.25);
}
#boxer .boxer-loading:after {
  -webkit-animation: boxer-loading-spin 0.75s linear infinite;
          animation: boxer-loading-spin 0.75s linear infinite;
  border: 5px solid transparent;
  border-top-color: #333333;
}
#boxer.loading .boxer-loading {
  opacity: 1;
}
@-webkit-keyframes boxer-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes boxer-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#boxer .boxer-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 103;
  background: #ffffff;
  overflow: hidden;
}
#boxer .boxer-content {
  width: 100%;
  background: #ffffff;
  opacity: 1;
  overflow: hidden;
  padding: 0;
}
#boxer.inline .boxer-content,
#boxer.iframe .boxer-content {
  width: auto;
}
#boxer .boxer-image {
  float: left;
}
#boxer .boxer-video {
  width: 100%;
  height: 100%;
}
#boxer .boxer-iframe {
  width: 100%;
  height: 100%;
  border: none;
  float: left;
  overflow: auto;
}
#boxer .boxer-meta {
  clear: both;
}
#boxer .boxer-control {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  overflow: hidden;
  text-indent: 200%;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
  white-space: nowrap;
}
#boxer .boxer-control:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto;
}
#boxer .boxer-control.previous {
  left: 20px;
}
#boxer .boxer-control.previous:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10.4px solid #333333;
  margin-left: 14px;
}
#boxer .boxer-control.next {
  right: 20px;
}
#boxer .boxer-control.next:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10.4px solid #333333;
  margin-right: 14px;
}
#boxer .boxer-control.disabled {
  opacity: 0;
}
.no-opacity #boxer .boxer-control {
  text-indent: -999px;
}
.no-touch #boxer .boxer-control {
  opacity: 0;
}
.no-touch #boxer:hover .boxer-control {
  opacity: 1;
}
.no-touch #boxer:hover .boxer-control.disabled {
  opacity: 0;
  cursor: default !important;
}
#boxer .boxer-meta {
  padding: 0;
}
#boxer .boxer-position {
  color: #999999;
  font-size: 12px;
  margin: 0;
  padding: 15px 15px 0 15px;
}
#boxer .boxer-caption p {
  color: #666666;
  font-size: 14px;
  margin: 0;
  padding: 15px;
}
#boxer .boxer-caption.gallery p {
  padding-top: 0;
}
#boxer .boxer-error {
  width: 250px;
}
#boxer .boxer-error p {
  color: #990000;
  font-size: 14px;
  margin: 0;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
}
#boxer.mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111111;
  border-radius: 0;
  padding: 40px 0 0;
}
#boxer.mobile .boxer-close,
#boxer.mobile .boxer-close:hover {
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  background: #111111;
  border-radius: 0;
}
#boxer.mobile .boxer-close:before,
#boxer.mobile .boxer-close:hover:before {
  color: #cccccc;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
#boxer.mobile .boxer-loading:before {
  border-color: rgba(153, 153, 153, 0.25);
}
#boxer.mobile .boxer-loading:after {
  border-top-color: #999999;
}
#boxer.mobile .boxer-container {
  background: #111111;
}
#boxer.mobile .boxer-content {
  background-color: #111111;
}
#boxer.mobile .boxer-control {
  width: 50px;
  height: 100%;
  background: #111111;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
}
#boxer.mobile .boxer-control.previous {
  left: 0;
}
#boxer.mobile .boxer-control.previous:before {
  border-right-color: #eeeeee;
  margin-left: 19px;
}
#boxer.mobile .boxer-control.next {
  right: 0;
}
#boxer.mobile .boxer-control.next:before {
  border-left-color: #eeeeee;
  margin-right: 19px;
}
.no-touch #boxer.mobile .boxer-control,
.no-touch #boxer.mobile:hover .boxer-control {
  opacity: 1;
}
.no-touch #boxer.mobile .boxer-control.disabled,
.no-touch #boxer.mobile:hover .boxer-control.disabled {
  opacity: 0;
  cursor: default !important;
}
#boxer.mobile .boxer-meta {
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111111;
  padding: 15px 65px;
}
#boxer.mobile .boxer-position {
  color: #999999;
  font-size: 12px;
  margin: 0;
  padding: 0 15px 0 0;
}
#boxer.mobile .boxer-caption p {
  color: #eeeeee;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
#boxer.mobile .boxer-image {
  -webkit-transition: none !important;
          transition: none !important;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#boxer.mobile.animated .boxer-image {
  -webkit-transition: -webkit-transform 0.25s ease-out !important;
          transition: transform 0.25s ease-out !important;
}
#boxer.mobile.inline .boxer-content,
#boxer.mobile.iframe .boxer-content {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 768px) {
  #wrapper {
    padding: 0;
  }
  #wrapper #container {
    padding: 60px 0 0 0;
  }
}
