/* --------------------------------------------------
 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;
}

#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, 0.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: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 0px;
  text-align: left;
}

#mainField {
  width: 100%;
  margin-top: 30px;
  padding-bottom:80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#mainField #articleColumn {
  width: 78.6%;
  margin-left: 15px;
}

.healthcareContentBlock p {
  font-size: 15px;
  line-height: 1.86;
  margin-bottom: 30px;
}

.healthcareMain {
  background: #f6f6f6;
  padding: 0 40px 40px;
  margin-bottom: 50px;
  font-weight: normal;
}

/* rankingArea
---------------------------------------- */
.rankingArea {
  width: 100%;
  margin-top: 80px;
  background-color: #f0fefc;
}

.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;
}

.articleArea h3::before {
  content: "";
  margin: auto;
  width: 100%;
  height: 19px;
  background: url(../../../../yomimono/assets/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;
  line-height: 1.5;
}

.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;
  text-transform: none;
}

.featureContents h2::before {
  content: "";
  margin: auto;
  width: 100%;
  height: 19px;
  background: url(../../../../yomimono/assets/img/common/bg_line.png) 0 0 repeat-x;
  position: absolute;
  top: 15%;
  left: 0;
  z-index: 1;
}

/* --------------------------------------------------
  Aside Segment
-------------------------------------------------- */
#mainField #asideColumn {
  width: 19.4%;
  text-align: left;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#mainField #asideColumn a,
#mainField #asideColumn a:link,
#mainField #asideColumn a:visited {
  color: #4c4c4c;
  text-decoration: none;
}

#mainField #asideColumn a:hover,
#mainField #asideColumn a:active,
#mainField #asideColumn a:focus {
  color: #4c4c4c;
  text-decoration: none;
}

/* 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;
  font-weight: normal;
  line-height: 1.5;
}

#asideBackNumber ul li a span:after {
  content: '';
  background: url(../../../../yomimono/assets/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, 0.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 {
    margin-top: 0;
    display: block;
  }
  #mainField #articleColumn {
    width: 100%;
    margin-left: 0;
  }
  .healthcareMain {
    padding: 0 10px 40px;
    margin-bottom: 0;
  }
  .healthcareContentBlock p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  /* 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;
    text-transform: none;
  }
  .featureContents h2::before {
    content: "";
    display: none;
  }
  /* --------------------------------------------------
  Aside Segment
-------------------------------------------------- */
  #mainField #asideColumn {
    width: 100%;
  }
  /* 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(../../../../assets/img/common/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;
    background: #fff;
    font-size: 16px;
  }
  /* SP end */
}

/* 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;
}

/* link
-------------------------------------------------- */
a.m-link-blank {
  text-decoration: none;
}

a.m-link-blank span {
  text-decoration: underline;
  font-size: 15px;
}

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(../../../../yomimono/assets/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(../../../../yomimono/assets/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: 42.89855%;
}

.m-column-two-adj01-imgR .m-column-txt {
  width: 57.10144%;
}

.m-column-two-adj02-imgR .m-column-img {
  width: 47.82608%;
}

.m-column-two-adj02-imgR .m-column-txt {
  width: 52.17391%;
}

.m-column-two-adj01-imgL .m-column-img {
  width: 47.82608%;
}

.m-column-two-adj01-imgL .m-column-txt {
  width: 52.17391%;
}

.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: 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;
  line-height: 1.5;
  font-weight: normal;
}

.m-column-two .m-column-two-box .m-column-two-txt .m-column-two-txt-lead {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.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: 33.3%;
  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;
}

.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;
}

.m-column-three-area .m-column-three-date {
  font-size: 12px;
  color: #666;
}

.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: 34px 0 21px -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;
}

.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;
}

/* 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 {
    font-size: 16px;
  }

  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: 25px 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;
  }

  /* 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: 768px) {
  #wrapper {
    padding: 0;
  }
  #wrapper #container {
    padding: 60px 0 0 0;
  }
}

@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;
}

/* ==================================================
  Vol1
================================================== */
/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol1 section#healthcare02 {
    margin-top: -80px;
    padding-top: 80px;
  }
  /* SP end */
}

/* ==================================================
  Vol2
================================================== */
#vol2 .col-adj01 {
  width: 249px !important;
}

#vol2 .col-adj02 {
  width: 379px !important;
}

#vol2 .col-adj03 {
  width: 390px !important;
}

#vol2 .col-adj04 {
  width: 300px !important;
}

#vol2 .res-mb15-00px {
  margin-bottom: 15px !important;
}

#vol2 .res-mb60-50px {
  margin-bottom: 60px !important;
}

#vol2 .res-pr10px {
  padding-right: 10px !important;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol2 .col-adj01,
  #vol2 .col-adj02,
  #vol2 .col-adj03,
  #vol2 .col-adj04 {
    width: auto !important;
  }
  #vol2 .res-mb15-00px {
    margin-bottom: 0px !important;
  }
  #vol2 .res-mb60-50px {
    margin-bottom: 50px !important;
  }
  #vol2 .res-pr10px {
    padding-right: 0px !important;
  }
  /* SP end */
}

/* ==================================================
  Vol3
================================================== */
#vol3 .adj-col-size01 .m-column-img {
  width: 39.27536% !important;
  max-width: 271px;
}

#vol3 .adj-col-size01 .m-column-txt {
  width: 60.72464% !important;
  max-width: 419px;
}

#vol3 .adj-col-size02 .m-column-img {
  width: 47.82609% !important;
  max-width: 330px;
}

#vol3 .adj-col-size02 .m-column-txt {
  width: 52.17391% !important;
  max-width: 360px;
}

#vol3 .res-mb00-20px {
  margin-bottom: 0px !important;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol3 .adj-col-size01 .m-column-img,
  #vol3 .adj-col-size01 .m-column-txt,
  #vol3 .adj-col-size02 .m-column-img,
  #vol3 .adj-col-size02 .m-column-txt {
    width: auto !important;
    max-width: 100%;
  }
  #vol3 .res-mb00-20px {
    margin-bottom: 20px !important;
  }
  /* SP end */
}

/* ==================================================
  Vol4
================================================== */
#vol4 .m-column-two-base.col-adj01 .m-column-img {
  width: 40%;
  max-width: 250px;
  padding-right: 20px;
}

#vol4 .m-column-two-base.col-adj01 .m-column-txt {
  width: 60%;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol4 .m-column-two-base.col-adj01 .m-column-img {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #vol4 .m-column-two-base.col-adj01 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  /* SP end */
}

/* ==================================================
  Vol5
================================================== */
#vol5 .m-column-two-base.m-col-adj01 .m-column-img {
  width: 38.84057%;
  max-width: 268px;
}

#vol5 .m-column-two-base.m-col-adj01 .m-column-txt {
  width: 61.15942%;
  max-width: 422px;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol5 .m-column-two-base.m-col-adj01 .m-column-img {
    width: 100%;
    max-width: 100%;
  }
  #vol5 .m-column-two-base.m-col-adj01 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  /* SP end */
}

/* ==================================================
  Vol6
================================================== */
#vol6 .m-col-adj01 .m-column-img {
  width: 44.34783%;
  max-width: 306px;
}

#vol6 .m-col-adj01 .m-column-txt {
  width: 55.65217%;
  max-width: 384px;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol6 .m-col-adj01 .m-column-img,
  #vol6 .m-col-adj01 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  /* SP end */
}

/* ==================================================
  Vol7
================================================== */
#vol7 .m-col-adj01 .m-column-img {
  width: 37.39131%;
  max-width: 258px;
}

#vol7 .m-col-adj01 .m-column-txt {
  width: 62.60869%;
  max-width: 432px;
}

#vol7 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol7 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol7 .fw-b {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol7 .m-col-adj01.m-box-bd {
    padding: 15px;
  }
  #vol7 .m-col-adj01 .m-column-img,
  #vol7 .m-col-adj01 .m-column-txt,
  #vol7 .m-col-adj02 .m-column-img,
  #vol7 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol7 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol8
================================================== */
#vol8 .m-col-adj01 .m-column-img {
  width: 33.33334%;
  max-width: 230px;
}

#vol8 .m-col-adj01 .m-column-txt {
  width: 66.66666000000001%;
  max-width: 460px;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol8 .m-box-bd {
    padding: 15px;
  }
  #vol8 .m-col-adj01 .m-column-img,
  #vol8 .m-col-adj01 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol8 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol9
================================================== */
#vol9 .m-col-adj01 .m-column-img {
  width: 33.33334%;
  max-width: 230px;
}

#vol9 .m-col-adj01 .m-column-txt {
  width: 66.66666000000001%;
  max-width: 460px;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol9 .m-box-bd {
    padding: 15px;
  }
  #vol9 .m-col-adj01 .m-column-img,
  #vol9 .m-col-adj01 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol9 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol10
================================================== */
#vol10 .m-col-adj01 .m-column-img {
  width: 33.33334%;
  max-width: 230px;
}

#vol10 .m-col-adj01 .m-column-txt {
  width: 66.66666000000001%;
  max-width: 460px;
}

#vol10 .m-box-bd_pc {
  border: solid 1px #cccccc;
  padding: 20px;
  background: #fff;
  max-width: 360px;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol10 .m-box-bd {
    padding: 15px;
  }
  #vol10 .m-col-adj01 .m-column-img,
  #vol10 .m-col-adj01 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol10 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol11
================================================== */
#vol11 .m-col-adj01 .m-column-img {
  width: 33.33334%;
  max-width: 230px;
}

#vol11 .m-col-adj01 .m-column-txt {
  width: 66.66666000000001%;
  max-width: 460px;
}

#vol11 .m-box-bd_pc {
  border: solid 1px #cccccc;
  padding: 20px;
  background: #fff;
  max-width: 360px;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol11 .m-box-bd {
    padding: 15px;
  }
  #vol11 .m-col-adj01 .m-column-img,
  #vol11 .m-col-adj01 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol11 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol12
================================================== */
#vol12 .m-col-adj01 .m-column-img {
  width: 37.39131%;
  max-width: 258px;
}

#vol12 .m-col-adj01 .m-column-txt {
  width: 62.60869%;
  max-width: 432px;
}

#vol12 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol12 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol12 .fw-b {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol12 .m-box-bd {
    padding: 15px;
  }
  #vol12 .m-col-adj01 .m-column-img,
  #vol12 .m-col-adj01 .m-column-txt,
  #vol12 .m-col-adj02 .m-column-img,
  #vol12 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol12 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol13
================================================== */
#vol13 .m-col-adj01 .m-column-img {
  width: 37.39131%;
  max-width: 258px;
}

#vol13 .m-col-adj01 .m-column-txt {
  width: 62.60869%;
  max-width: 432px;
}

#vol13 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol13 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol13 .fw-b {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol13 .m-box-bd {
    padding: 15px;
  }
  #vol13 .m-col-adj01 .m-column-img,
  #vol13 .m-col-adj01 .m-column-txt,
  #vol13 .m-col-adj02 .m-column-img,
  #vol13 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol13 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol14
================================================== */
#vol14 .m-col-adj01 .m-column-img {
  width: 37.39131%;
  max-width: 258px;
}

#vol14 .m-col-adj01 .m-column-txt {
  width: 62.60869%;
  max-width: 432px;
}

#vol14 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol14 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol14 .fw-b {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol14 .m-box-bd {
    padding: 15px;
  }
  #vol14 .m-col-adj01 .m-column-img,
  #vol14 .m-col-adj01 .m-column-txt,
  #vol14 .m-col-adj02 .m-column-img,
  #vol14 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol14 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol15
================================================== */
#vol15 .m-col-adj01 .m-column-img {
  width: 37.39131%;
  max-width: 258px;
}

#vol15 .m-col-adj01 .m-column-txt {
  width: 62.60869%;
  max-width: 432px;
}

#vol15 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol15 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol15 .fw-b {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol15 .m-box-bd {
    padding: 15px;
  }
  #vol15 .m-col-adj01 .m-column-img,
  #vol15 .m-col-adj01 .m-column-txt,
  #vol15 .m-col-adj02 .m-column-img,
  #vol15 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol15 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol16
================================================== */
#vol16 .m-col-adj01 .m-column-img {
  width: 37.39131%;
  max-width: 258px;
}

#vol16 .m-col-adj01 .m-column-txt {
  width: 62.60869%;
  max-width: 432px;
}

#vol16 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol16 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol16 .fw-b {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol16 .m-box-bd {
    padding: 15px;
  }
  #vol16 .m-col-adj01 .m-column-img,
  #vol16 .m-col-adj01 .m-column-txt,
  #vol16 .m-col-adj02 .m-column-img,
  #vol16 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol16 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol17
================================================== */
#vol17 .m-col-adj01 .m-column-img {
  width: 37.39131%;
  max-width: 258px;
}

#vol17 .m-col-adj01 .m-column-txt {
  width: 62.60869%;
  max-width: 432px;
}

#vol17 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol17 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol17 .fw-b {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol17 .m-box-bd {
    padding: 15px;
  }
  #vol17 .m-col-adj01 .m-column-img,
  #vol17 .m-col-adj01 .m-column-txt,
  #vol17 .m-col-adj02 .m-column-img,
  #vol17 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol17 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol18
================================================== */
#vol18 .m-col-adj01 .m-column-img {
  width: 37.39131%;
  max-width: 258px;
}

#vol18 .m-col-adj01 .m-column-txt {
  width: 62.60869%;
  max-width: 432px;
}

#vol18 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol18 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol18 .fw-b {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol18 .m-box-bd {
    padding: 15px;
  }
  #vol18 .m-col-adj01 .m-column-img,
  #vol18 .m-col-adj01 .m-column-txt,
  #vol18 .m-col-adj02 .m-column-img,
  #vol18 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol18 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol19
================================================== */
#vol19 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol19 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol19 .fw-b {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol19 .m-box-bd {
    padding: 15px;
  }
  #vol19 .m-col-adj02 .m-column-img,
  #vol19 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol19 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol20
================================================== */
#vol20 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol20 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol20 .fw-b {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol20 .m-box-bd {
    padding: 15px;
  }
  #vol20 .m-col-adj02 .m-column-img,
  #vol20 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol20 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol21
================================================== */
#vol21 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol21 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol21 .fw-b {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol21 .m-box-bd {
    padding: 15px;
  }
  #vol21 .m-col-adj02 .m-column-img,
  #vol21 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol21 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol22
================================================== */
#vol22 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol22 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol22 .fw-b {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol22 .m-box-bd {
    padding: 15px;
  }
  #vol22 .m-col-adj02 .m-column-img,
  #vol22 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol22 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol23
================================================== */
#vol23 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol23 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol23 .fw-b {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol23 .m-box-bd {
    padding: 15px;
  }
  #vol23 .m-col-adj02 .m-column-img,
  #vol23 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol23 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol24
================================================== */
#vol24 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol24 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol24 .fw-b {
  font-weight: bold;
}

#vol24 .m-box-bd_pc {
  border: solid 1px #cccccc;
  padding: 20px;
  background: #fff;
  max-width: 360px;
}

#vol24 .font-bold {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol24 .m-box-bd {
    padding: 15px;
  }
  #vol24 .m-col-adj02 .m-column-img,
  #vol24 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol24 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol25
================================================== */
#vol25 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol25 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol25 .fw-b {
  font-weight: bold;
}

#vol25 .m-box-bd_pc {
  border: solid 1px #cccccc;
  padding: 20px;
  background: #fff;
  max-width: 360px;
}

#vol25 .font-bold {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol25 .m-box-bd {
    padding: 15px;
  }
  #vol25 .m-col-adj02 .m-column-img,
  #vol25 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol25 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol26
================================================== */
#vol26 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol26 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol26 .fw-b {
  font-weight: bold;
}

#vol26 .m-box-bd_pc {
  border: solid 1px #cccccc;
  padding: 20px;
  background: #fff;
  max-width: 360px;
}

#vol26 .font-bold {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol26 .m-box-bd {
    padding: 15px;
  }
  #vol26 .m-col-adj02 .m-column-img,
  #vol26 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol26 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol27
================================================== */
#vol27 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol27 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol27 .fw-b {
  font-weight: bold;
}

#vol27 .m-box-bd_pc {
  border: solid 1px #cccccc;
  padding: 20px;
  background: #fff;
  max-width: 360px;
}

#vol27 .font-bold {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol27 .m-box-bd {
    padding: 15px;
  }
  #vol27 .m-col-adj02 .m-column-img,
  #vol27 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol27 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol28
================================================== */
#vol28 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol28 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol28 .fw-b {
  font-weight: bold;
}

#vol28 .m-box-bd_pc {
  border: solid 1px #cccccc;
  padding: 20px;
  background: #fff;
  max-width: 360px;
}

#vol28 .font-bold {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol28 .m-box-bd {
    padding: 15px;
  }
  #vol28 .m-col-adj02 .m-column-img,
  #vol28 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol28 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol29
================================================== */
#vol29 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol29 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol29 .fw-b {
  font-weight: bold;
}

#vol29 .m-box-bd_pc {
  border: solid 1px #cccccc;
  padding: 20px;
  background: #fff;
  max-width: 360px;
}

#vol29 .font-bold {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol29 .m-box-bd {
    padding: 15px;
  }
  #vol29 .m-col-adj02 .m-column-img,
  #vol29 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol29 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol30
================================================== */
#vol30 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol30 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol30 .fw-b {
  font-weight: bold;
}

#vol30 .m-box-bd_pc {
  border: solid 1px #cccccc;
  padding: 20px;
  background: #fff;
  max-width: 360px;
}

#vol30 .font-bold {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol30 .m-box-bd {
    padding: 15px;
  }
  #vol30 .m-col-adj02 .m-column-img,
  #vol30 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol30 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol31
================================================== */
#vol31 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol31 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol31 .fw-b {
  font-weight: bold;
}

#vol31 .m-box-bd_pc {
  border: solid 1px #cccccc;
  padding: 20px;
  background: #fff;
  max-width: 360px;
}

#vol31 .font-bold {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol31 .m-box-bd {
    padding: 15px;
  }
  #vol31 .m-col-adj02 .m-column-img,
  #vol31 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol31 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol32
================================================== */
#vol32 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol32 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol32 .fw-b {
  font-weight: bold;
}

#vol32 .m-box-bd_pc {
  border: solid 1px #cccccc;
  padding: 20px;
  background: #fff;
  max-width: 360px;
}

#vol32 .font-bold {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol32 .m-box-bd {
    padding: 15px;
  }
  #vol32 .m-col-adj02 .m-column-img,
  #vol32 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol32 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol33
================================================== */
#vol33 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol33 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol33 .fw-b {
  font-weight: bold;
}

#vol33 .m-box-bd_pc {
  border: solid 1px #cccccc;
  padding: 20px;
  background: #fff;
  max-width: 360px;
}

#vol33 .font-bold {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol33 .m-box-bd {
    padding: 15px;
  }
  #vol33 .m-col-adj02 .m-column-img,
  #vol33 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol33 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}
/* ==================================================
  Vol34
================================================== */
#vol34 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol34 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol34 .fw-b {
  font-weight: bold;
}

#vol34 .m-box-bd_pc {
  border: solid 1px #cccccc;
  padding: 20px;
  background: #fff;
  max-width: 360px;
}

#vol34 .font-bold {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol34 .m-box-bd {
    padding: 15px;
  }
  #vol34 .m-col-adj02 .m-column-img,
  #vol34 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol34 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  Vol35
================================================== */
#vol35 .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

#vol35 .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

#vol35 .fw-b {
  font-weight: bold;
}

#vol35 .m-box-bd_pc {
  border: solid 1px #cccccc;
  padding: 20px;
  background: #fff;
  max-width: 360px;
}

#vol35 .font-bold {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  #vol35 .m-box-bd {
    padding: 15px;
  }
  #vol35 .m-col-adj02 .m-column-img,
  #vol35 .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  #vol35 .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}

/* ==================================================
  box_img
================================================== */
.box_img .m-col-adj02 .m-column-img {
  width: 26.08696%;
  max-width: 180px;
}

.box_img .m-col-adj02 .m-column-txt {
  width: 73.91304%;
  max-width: 510px;
}

.box_img .fw-b {
  font-weight: bold;
}

.box_img .m-box-bd_pc {
  border: solid 1px #cccccc;
  padding: 20px;
  background: #fff;
  max-width: 360px;
}

.box_img .font-bold {
  font-weight: bold;
}

/* ==================================================
  SP max-768px;
================================================== */
@media screen and (max-width: 768px) {
  /* SP Start */
  .box_img .m-box-bd {
    padding: 15px;
  }
  .box_img .m-col-adj02 .m-column-img,
  .box_img .m-col-adj02 .m-column-txt {
    width: 100%;
    max-width: 100%;
  }
  .box_img .m-box-bd .m-column-two-base .m-column-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* SP end */
}
