@charset "UTF-8";

/* scroll fix */
html {
  font-size: 62.5%;
  overflow-y: auto;
}

/*html,*/
/*body {*/
/*  background: #ebf7fc;*/
/*}*/

body {
  font-family: Microsoft YaHei, Sofia, Arial, sans-serif;
  color: #444;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

@media only screen and (max-width: 750px) {
  body {
    min-width: 320px;
  }

  body.noScroll {
    overflow: hidden;
  }
}

input,
textarea {
  font-family: Microsoft YaHei, Sofia, Arial, sans-serif;
}

strong {
  font-weight: bold;
}

/*---ForFireFoxLink------------------*/
a:focus {
  outline: none;
}

/*---clearFix ------------------*/
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* 02.link
----------------------------------------------------------- */
a {
  color: #09F;
  text-decoration: none;
}

a:hover {
  color: #09F;
  text-decoration: underline;
}

/*////////////////////////////////////////

padding, margin

////////////////////////////////////////*/
.padT0 {
  padding-top: 0 !important;
}

.padT1 {
  padding-top: 0.5em !important;
}

.padT2 {
  padding-top: 1em !important;
}

.padT3 {
  padding-top: 1.5em !important;
}

.padT4 {
  padding-top: 2em !important;
}

.padT5 {
  padding-top: 2.5em !important;
}

.padL0 {
  padding-left: 0 !important;
}

.padL1 {
  padding-left: 0.5em !important;
}

.padL2 {
  padding-left: 1em !important;
}

.padL3 {
  padding-left: 1.5em !important;
}

.padL4 {
  padding-left: 2em !important;
}

.padL5 {
  padding-left: 2.5em !important;
}

.padR0 {
  padding-right: 0 !important;
}

.padR1 {
  padding-right: 0.5em !important;
}

.padR2 {
  padding-right: 1em !important;
}

.padR3 {
  padding-right: 1.5em !important;
}

.padR4 {
  padding-right: 2em !important;
}

.padR5 {
  padding-right: 2.5em !important;
}

.padB0 {
  padding-bottom: 0 !important;
}

.padB1 {
  padding-bottom: 0.5em !important;
}

.padB2 {
  padding-bottom: 1em !important;
}

.padB3 {
  padding-bottom: 1.5em !important;
}

.padB4 {
  padding-bottom: 2em !important;
}

.padB5 {
  padding-bottom: 2.5em !important;
}

.marT0 {
  margin-top: 0 !important;
}

.marT1 {
  margin-top: 0.5em !important;
}

.marT2 {
  margin-top: 1em !important;
}

.marT3 {
  margin-top: 1.5em !important;
}

.marT4 {
  margin-top: 2em !important;
}

.marT5 {
  margin-top: 2.5em !important;
}

.marL0 {
  margin-left: 0 !important;
}

.marL1 {
  margin-left: 0.5em !important;
}

.marL2 {
  margin-left: 1em !important;
}

.marL3 {
  margin-left: 1.5em !important;
}

.marL4 {
  margin-left: 2em !important;
}

.marL5 {
  margin-left: 2.5em !important;
}

.marR0 {
  margin-right: 0 !important;
}

.marR1 {
  margin-right: 0.5em !important;
}

.marR2 {
  margin-right: 1em !important;
}

.marR3 {
  margin-right: 1.5em !important;
}

.marR4 {
  margin-right: 2em !important;
}

.marR5 {
  margin-right: 2.5em !important;
}

.marB0 {
  margin-bottom: 0 !important;
}

.marB1 {
  margin-bottom: 0.5em !important;
}

.marB2 {
  margin-bottom: 1em !important;
}

.marB3 {
  margin-bottom: 1.5em !important;
}

.marB4 {
  margin-bottom: 2em !important;
}

.marB5 {
  margin-bottom: 2.5em !important;
}

/* only PC / SP
----------------------------------------------------------- */
.only-pc {
  display: block !important;
}

.only-pci {
  display: inline-block !important;
}

.only-sp {
  display: none !important;
}

.only-spi {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .only-pc {
    display: none !important;
  }

  .only-pci {
    display: none !important;
  }

  .only-sp {
    display: block !important;
  }

  .only-spi {
    display: inline-block !important;
  }
}

.tplInnerWrap {
  width: auto;
  margin: 0 auto;
  clear: both;
}

/* tools
----------------------------------------------------------- */
.sofia {
  font-family: Sofia, Arial, sans-serif;
  font-size: inherit !important;
  margin-left: 0.2em;
  margin-right: 0.2em;
}

/*@media all and (-ms-high-contrast:none) {
	.mincho {
		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}}*/

.hoverOpacity {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

/* #tplHeader
----------------------------------------------------------- */
#tplHeader {
  width: 100%;
  height: 171px;
}

@media screen and (max-width: 750px) {
  #tplHeader {
    display: block;
    height: 55px;
  }
}

#tplHeader #headerContents {
  background-color: #009fd6;
  color: #FFF;
  width: 100%;
  height: 171px;
  z-index: 100;
  border-bottom: 1px solid #fff;
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  /***** logo *****/
  /***** SNS Button *****/
}

@media screen and (max-width: 750px) {
  #tplHeader #headerContents {
    position: fixed;
    height: 55px;
    border: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }

  #tplHeader #headerContents.headerOpen {
    top: 0px;
  }

  #tplHeader #headerContents.headerClose {
    top: -55px;
  }
}

#tplHeader #headerContents #logo {
  text-align: center;
  position: absolute;
  top: 17px;
  width: 100%;
  height: 100px;
}

@media screen and (max-width: 750px) {
  #tplHeader #headerContents #logo {
    top: 2px;
    z-index: 1;
    height: auto;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
}

#tplHeader #headerContents #logo a {
  display: inline-block;
  position: relative;
  z-index: 1;
}

#tplHeader #headerContents #logo img {
  width: 134px;
  height: auto;
}

@media screen and (max-width: 750px) {
  #tplHeader #headerContents #logo img {
    width: 67px;
    height: auto;
  }
}

#tplHeader #headerContents .snsButton {
  width: 100%;
  min-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 110px;
  padding-right: 110px;
  position: relative;
  top: 0;
  text-align: right;
  letter-spacing: -0.4em;
  padding-top: 30px;
  /*overflow: hidden;*/
  height: 60px;
}

@media screen and (max-width: 750px) {
  #tplHeader #headerContents .snsButton {
    display: none;
    width: 100%;
    min-width: 0;
    padding: 30px 0px;
    text-align: center;
    position: static;
    top: auto;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}

#tplHeader #headerContents .snsButton>div {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  margin-left: 8px;
}

@media screen and (max-width: 750px) {
  #tplHeader #headerContents .snsButton>div {
    position: static;
    margin-left: 30px;
  }

  #tplHeader #headerContents .snsButton>div:first-child {
    margin-left: 0;
  }
}

.dropMenu {
  left: auto;
  opacity: 0;
  visibility: hidden;
  display: block;
  background-color: #fff;
  border: 1px solid #009fd6;
  padding: 5px;
  text-align: center;
  color: #009fd6;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.dropMenu .arrow {
  display: none;
}

@media screen and (max-width: 750px) {
  #tplHeader #headerContents .snsButton {
    position: relative;
  }

  .weixin .dropMenu, .cart .dropMenu {
    position: absolute;
    top: 65px;
    right: 0!important;
    z-index: 999;
  }
  .l-footer .weixin .dropMenu,.l-footer .cart .dropMenu {
    top: 50px;
    right: -40px!important;
  }

  /*.weixin .dropMenu img {*/
  /*  vertical-align: middle;*/
  /*  margin-top: 11px;*/
  /*  width: 55px;*/
  /*  height: 55px;*/
  /*}*/

  .weixin .dropMenu p {
    display: inline-block;
    vertical-align: middle;
    margin-top: 13px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 15px;
  }

  div .dropMenu .arrow {
    border-width: 0 13px 14px 13px;
    top: -14px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
  }

  .cart .dropMenu .arrow {
    margin-left: 75px;
  }
}

.weibo .dropMenu {
  right: 5px;
}

.weixin .dropMenu,
.cart .dropMenu {
  right: 0;
}
.l-footer .weixin .dropMenu,
.l-footer .cart .dropMenu {
  right: -40px;
}


.cart .dropMenu .shoppingList {
  width: 201px;
  margin: 10px;
  overflow: hidden;
}

.cart .dropMenu .shoppingList li {
  float: left;
  margin-top: 0;
  width: 50%;
  text-align: center;
}

.cart .dropMenu .shoppingList li:last-child {
  border-left: 1px solid #dadcdd;
}

.cart .dropMenu .shoppingList li .logo {
  height: 46px;
  text-align: center;
}

.cart .dropMenu .shoppingList li .logo img {
  max-height: 37px;
  max-width: 100%;
}

/*.cart .dropMenu .shoppingList li a {*/
/*  color: #666;*/
/*  padding-right: 10px;*/
/*}*/

.cart .dropMenu .shoppingList li a:hover {
  background: none;
}

.cart .dropMenu .shoppingList li a::after {
  content: none;
}

.weixin:hover .dropMenu,.cart:hover .dropMenu {
  opacity: 1;
  visibility: visible;
}

#tplHeader #headerContents .snsButton>div>a>img {
  width: 30px;
  height: auto;
}

@media screen and (max-width: 750px) {
  #tplHeader #headerContents .snsButton>div>a>img {
    width: 45px;
    height: auto;
  }
}

/* #gnavWrap
--------------------------- */
#gnavWrap {
  width: 100%;
  height: 50px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  /* gnav内snsボタンの処理 */
}

@media screen and (max-width: 750px) {
  #gnavWrap {
    position: fixed;
    top: 0;
    padding-top: 55px;
    height: auto;
    bottom: auto;
  }

  #gnavWrap.hRsize {
    height: 100%;
  }
}

@media screen and (max-width: 750px) {
  #gnavWrap #gnavWrapInner {
    overflow: auto;
    max-height: 100%;
    background-color: #008ac9;
    display: none;
  }
}

#tplHeader #headerContents #gnavWrap .snsButton {
  display: none;
}

.l-menu_snsButtona {
  display: flex;
  align-items: flex-end;
  padding: 0 20px;
  max-height: 60px!important;
}
.l-menu_snsButtona .img1 {
  width: 30px;
}


@media screen and (max-width: 750px) {
  #tplHeader #headerContents #gnavWrap .snsButton {
    display: block;
    height: auto;
  }

  .current .dropMenu {
    overflow: visible;
    z-index: 2;
    visibility: visible;
    opacity: 1;
  }

  #tplHeader #headerContents #gnavWrap .snsButton>.cart .shoppingList {
    width: auto;
    margin: 0;
    border: 0;
  }

  #tplHeader #headerContents #gnavWrap .snsButton>.cart .shoppingList li {
    background: none;
  }

  #tplHeader #headerContents #gnavWrap .snsButton>.cart .shoppingList li .logo {
    height: 42px;
  }

  #tplHeader #headerContents #gnavWrap .snsButton>.cart .shoppingList li .logo img {
    max-height: 32px;
    max-width: 71px;
  }

  #tplHeader #headerContents #gnavWrap .snsButton>.cart .shoppingList a {
    background: none;
    padding: 10px 0;
  }
}

/* gnav / flxGnavWrap
----------------------- */
#gnav,
.flxGnavWrap {
  display: table;
  width: 980px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {

  #gnav,
  .flxGnavWrap {
    width: 100%;
    height: 100%;
    text-align: left;
  }
}

#gnav nav,
.flxGnavWrap nav {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {

  #gnav nav,
  .flxGnavWrap nav {
    display: block;
    text-align: left;
  }
}

#gnav nav>ul,
.flxGnavWrap nav>ul {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 750px) {

  #gnav nav>ul,
  .flxGnavWrap nav>ul {
    display: block;
  }
}

#gnav nav>ul>li,
.flxGnavWrap nav>ul>li {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  position: relative;
  /* dropTrig */
}

@media screen and (max-width: 750px) {

  #gnav nav>ul>li,
  .flxGnavWrap nav>ul>li {
    display: block;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}

#gnav nav>ul>li a.gnavLink,
.flxGnavWrap nav>ul>li a.gnavLink {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 3px 18px 3px 20px;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  font-size: 15px;
  font-size: 1.5rem;
  white-space: nowrap;
}

@media screen and (max-width: 750px) {

  #gnav nav>ul>li a.gnavLink,
  .flxGnavWrap nav>ul>li a.gnavLink {
    padding: 0;
    border-left: none;
    padding: 18px 0;
    padding-left: 22px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
  }

  #gnav nav>ul>li a.gnavLink:after,
  .flxGnavWrap nav>ul>li a.gnavLink:after {
    content: "";
    width: 6px;
    height: 10px;
    background: url(/common/img/arrow_wh_r.png) left top no-repeat;
    background-size: 6px auto;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
}

#gnav nav>ul>li a.gnavLink .label,
.flxGnavWrap nav>ul>li a.gnavLink .label {
  line-height: 1;
}

#gnav nav>ul>li .bar,
.flxGnavWrap nav>ul>li .bar {
  position: absolute;
  height: 4px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background-color: #ffea04;
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 750px) {

  #gnav nav>ul>li .bar,
  .flxGnavWrap nav>ul>li .bar {
    display: none;
  }
}

#gnav nav>ul>li:hover .bar,
.flxGnavWrap nav>ul>li:hover .bar {
  opacity: 1;
}

#gnav nav>ul>li.current .bar,
.flxGnavWrap nav>ul>li.current .bar {
  opacity: 1;
}

#gnav nav>ul>li:first-child a,
.flxGnavWrap nav>ul>li:first-child a {
  border: none;
}

@media screen and (max-width: 750px) {

  #gnav nav>ul>li,
  .flxGnavWrap nav>ul>li {
    /* open */
  }

  #gnav nav>ul>li.dropTrig>a:after,
  .flxGnavWrap nav>ul>li.dropTrig>a:after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(/common/img/icon_plus_wh.png) left center no-repeat;
    background-size: 10px 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }

  #gnav nav>ul>li.dropTrig>a.open:after,
  .flxGnavWrap nav>ul>li.dropTrig>a.open:after {
    background: url(/common/img/icon_minus_wh.png) left center no-repeat;
    background-size: 10px auto;
  }
}

/* drop menu
----------------- */
.dropMenu {
  position: absolute;
  top: 42px;
  z-index: 1;
  left: auto;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #009fd6;
  padding: 5px;
  text-align: center;
  color: #009fd6;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}


.dropMenu .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  left: 27px;
  top: -6px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

/*@media screen and (max-width: 750px) {*/
/*  .dropMenu .arrow {*/
/*    display: none;*/
/*  }*/
/*}*/

.dropMenu .arrow.ishover {
  border-color: transparent transparent #ffea04 transparent;
}

.dropMenu li {
  margin-top: 2px;
  text-align: left;
}

/*@media screen and (max-width: 750px) {*/
/*  .dropMenu li {*/
/*    margin-top: 0;*/
/*    background-color: #0070b9;*/
/*    border-top: 1px solid rgba(255, 255, 255, 0.5);*/
/*  }*/
/*}*/

/*.dropMenu li a {*/
/*  display: block;*/
/*  white-space: nowrap;*/
/*  color: #009fd6;*/
/*  padding: 14px 44px 12px 10px;*/
/*  position: relative;*/
/*  text-decoration: none;*/
/*  background-color: #fff;*/
/*  -webkit-transition: all .4s;*/
/*  -moz-transition: all .4s;*/
/*  transition: all .4s;*/
/*}*/

/*@media screen and (max-width: 750px) {*/
/*  .dropMenu li a {*/
/*    color: #fff;*/
/*    padding: 18px 0;*/
/*    padding-left: 22px;*/
/*    background-color: #0070b9;*/
/*  }*/
/*}*/

.dropMenu li a:after {
  content: "";
  width: 6px;
  height: 10px;
  background: url(/common/img/arrow_bl_r.png) left top no-repeat;
  background-size: 6px auto;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

@media screen and (max-width: 750px) {
  .dropMenu li a:after {
    background: url(/common/img/arrow_wh_r.png) left top no-repeat;
    background-size: 6px auto;
  }
}

.dropMenu li a:hover {
  background-color: #ffea04;
}

@media screen and (max-width: 750px) {
  .dropMenu li a:hover {
    background-color: #0070b9;
  }
}

.dropMenu li:first-child {
  margin-top: 0px;
}

body.is-tb .dropMenu {
  display: none;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

body.is-tb .dropMenu.tabLink {
  display: block;
}

/* humberger menu
--------------------- */
#humMenuWrap {
  display: none;
}

@media only screen and (max-width: 750px) {
  #humMenuWrap {
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    /* humberger menu animation */
  }

  #humMenuWrap #humMenu,
  #humMenuWrap #humMenu span {
    display: inline-block;
    transition: all .4s;
  }

  #humMenuWrap #humMenu {
    position: relative;
    width: 21px;
    height: 14px;
    z-index: 1;
  }

  #humMenuWrap #humMenu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffea04;
    border-radius: 2px;
  }

  #humMenuWrap #humMenu span:nth-of-type(1) {
    top: 0;
  }

  #humMenuWrap #humMenu span:nth-of-type(2) {
    top: 6px;
  }

  #humMenuWrap #humMenu span:nth-of-type(3) {
    bottom: 0;
  }

  #humMenuWrap #humMenu span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
  }

  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(6px) rotate(45deg);
    }

    50% {
      -webkit-transform: translateY(6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }

  @keyframes menu-bar01 {
    0% {
      transform: translateY(6px) rotate(45deg);
    }

    50% {
      transform: translateY(6px) rotate(0);
    }

    100% {
      transform: translateY(0) rotate(0);
    }
  }

  #humMenuWrap #humMenu span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
  }

  #humMenuWrap #humMenu span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
  }

  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-6px) rotate(-45deg);
    }

    50% {
      -webkit-transform: translateY(-6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }

  @keyframes menu-bar02 {
    0% {
      transform: translateY(-6px) rotate(-45deg);
    }

    50% {
      transform: translateY(-6px) rotate(0);
    }

    100% {
      transform: translateY(0) rotate(0);
    }
  }

  #humMenuWrap #humMenu.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
  }

  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }

    50% {
      -webkit-transform: translateY(6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(6px) rotate(45deg);
    }
  }

  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }

    50% {
      transform: translateY(6px) rotate(0);
    }

    100% {
      transform: translateY(6px) rotate(45deg);
    }
  }

  #humMenuWrap #humMenu.active span:nth-of-type(2) {
    opacity: 0;
  }

  #humMenuWrap #humMenu.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
  }

  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }

    50% {
      -webkit-transform: translateY(-6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(-6px) rotate(-45deg);
    }
  }

  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }

    50% {
      transform: translateY(-6px) rotate(0);
    }

    100% {
      transform: translateY(-6px) rotate(-45deg);
    }
  }
}

/* #fixNav
----------------------------------------------------------- */
#fixNav {
  width: 100%;
  background-color: #009fd6;
  color: #FFF;
  border-bottom: 1px solid #fff;
  position: fixed;
  top: -51px;
  z-index: 1000;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  /***  ***/
}

@media screen and (max-width: 750px) {
  #fixNav {
    display: none;
  }
}

#fixNav.is-show {
  top: 0px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

#fixNav #fixNavInner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

#fixNav #fixNavInner .minLogo {
  display: inline-block;
  padding-top: 14px;
}

#fixNav #fixNavInner .minLogo img {
  width: 120px;
  height: auto;
}

#fixNav #fixNavInner .flxGnavWrap nav>ul {
  float: right;
}

#fixNav #fixNavInner .flxGnavWrap nav>ul>li {
  padding-top: 2px;
}

/* #tplContents
----------------------------------------------------------- */
#tplContents {
  min-width: 980px;
  /*max-width: 1600px;*/
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

@media only screen and (max-width: 750px) {
  #tplContents {
    min-width: 320px;
    max-width: 100%;
  }
}

/* related article
----------------------------------------------------------- */
#related {
  width: 100%;
  height: 280px;
  background-color: #ffea04;
  padding-top: 16px;
}

@media only screen and (max-width: 750px) {
  #related {
    height: auto;
  }
}

#related #relatedInner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 750px) {
  #related #relatedInner {
    width: 93.75%;
  }
}

#related #relatedInner .relatedTitle {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  /*font-weight: bold;*/
  letter-spacing: 0.1em;
  color: #009fd6;
}

#related #relatedInner .relatedTitle img {
  width: 106px;
  height: auto;
}

#related #relatedInner .relatedTitle p {
  margin-top: 10px;
}

@media only screen and (max-width: 750px) {
  #related #relatedInner .relatedTitle {
    font-size: 16px;
    font-size: 1.6rem;
  }

  #related #relatedInner .relatedTitle img {
    width: 107px;
    height: auto;
  }
}

#related #relatedInner ul {
  overflow: hidden;
  padding: 16px 0;
}

#related #relatedInner ul li {
  float: left;
  width: 480px;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.12);
  margin-left: 20px;
}

#related #relatedInner ul li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 750px) {
  #related #relatedInner ul li {
    width: 48.33%;
    margin-left: 3.34%;
  }

  #related #relatedInner ul li:first-child {
    margin-left: 0;
  }
}

#related #relatedInner ul li article {
  display: table;
  padding: 10px;
}

@media only screen and (max-width: 750px) {
  #related #relatedInner ul li article {
    display: block;
  }
}

#related #relatedInner ul li article a {
  display: block;
  text-decoration: none;
}

#related #relatedInner ul li article .img,
#related #relatedInner ul li article .text {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 750px) {

  #related #relatedInner ul li article .img,
  #related #relatedInner ul li article .text {
    display: block;
  }
}

#related #relatedInner ul li article .img img {
  width: 165px;
  height: auto;
}

@media only screen and (max-width: 750px) {
  #related #relatedInner ul li article .img img {
    width: 100%;
    height: auto;
  }
}

#related #relatedInner ul li article .text {
  padding: 0 20px 0 30px;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
  color: #444;
}

@media only screen and (max-width: 750px) {
  #related #relatedInner ul li article .text {
    padding: 15px 10px;
  }
}

#related #relatedInner ul li article .text .articleTitle {
  font-size: 15px;
  font-size: 1.5rem;
  /*font-weight: bold;*/
  color: #009fd6;
  letter-spacing: 0.08em;
  /*margin-bottom: 12px;*/
}

@media only screen and (max-width: 750px) {
  #related #relatedInner ul li article .text .articleTitle {
    /*margin-bottom: 10px;*/
  }
}

#related #relatedInner ul li article .text p {
  margin-top: 12px;
}

@media only screen and (max-width: 750px) {
  #related #relatedInner ul li article .text p {
    margin-top: 10px;
  }
}

#related #relatedInner ul li article .text .more {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #009fd6;
}

/* #breadcrumb
----------------------------------------------------------- */
#breadcrumb {
  overflow: hidden;
  border-top: 1px solid #ebebec;
}

#breadcrumb ul {
  overflow: hidden;
  display: table;
  margin-top: -1px;
}

#breadcrumb ul li {
  /*float: left;*/
  display: table-cell;
  position: relative;
}

#breadcrumb ul li:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16.5px 0 16.5px 11px;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
}

#breadcrumb ul li a,
#breadcrumb ul li p {
  display: block;
  height: 32px;
  line-height: 32px;
  padding-left: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
}

@media only screen and (max-width: 750px) {

  #breadcrumb ul li a,
  #breadcrumb ul li p {
    font-size: 10px;
    font-size: 1rem;
    padding-left: 16px;
  }
}

#breadcrumb ul li a {
  background-color: #009fd6;
  color: #fff;
  position: relative;
  padding-right: 11px;
}

@media only screen and (max-width: 750px) {
  #breadcrumb ul li a {
    padding-right: 3px;
  }
}

#breadcrumb ul li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16.5px 0 16.5px 11px;
  border-color: transparent transparent transparent #00a1d6;
  z-index: 2;
}

#breadcrumb ul li p {
  color: #009fd6;
  padding-left: 23px;
}

@media only screen and (max-width: 750px) {
  #breadcrumb ul li p {
    padding-left: 16px;
  }
}

#breadcrumb ul li:first-child a {
  padding-left: 18px;
}

@media only screen and (max-width: 750px) {
  #breadcrumb ul li:first-child a {
    padding-left: 5px;
  }
}

/* IE10, IE11 */
/* #tplPagetopBox
----------------------------------------------------------- */
#tplPagetopBox {
  line-height: 1;
  width: 72px;
  height: 73px;
  text-indent: -9999px;
  overflow: hidden;
  position: fixed;
  bottom: 88px;
  right: 20px;
  z-index: 100;
  display: none;
}

@media only screen and (max-width: 750px) {
  #tplPagetopBox {
    width: 47px;
    height: 47px;
    bottom: 20px;
  }
}

#tplPagetopBox a {
  display: block;
  width: 72px;
  height: 73px;
  background: url(/common/img/icon_pagetop.png) left top no-repeat;
}

@media only screen and (max-width: 750px) {
  #tplPagetopBox a {
    width: 47px;
    height: 47px;
    background-size: 47px 47px;
  }
}

/* #tplFooter
----------------------------------------------------------- */
#tplFooter {
  color: #FFF;
  clear: both;
  background-color: #ebebec;
}

#tplFooter .tplInnerWrap {
  background: none;
}

#tplFooter .socialButtons {
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

@media only screen and (max-width: 750px) {
  #tplFooter .socialButtons {
    border-top: 1px solid #ebebec;
    padding: 0;
  }
}

#tplFooter .socialButtons ul {
  display: inline-block;
  /*overflow: hidden;*/
  vertical-align: top;
}

@media only screen and (max-width: 750px) {
  #tplFooter .socialButtons ul {
    display: block;
    width: 100%;
  }
}

#tplFooter .socialButtons ul li {
  float: left;
  position: relative;
  width: 240px;
}

@media only screen and (max-width: 750px) {
  #tplFooter .socialButtons ul li {
    width: 50%;
  }
}

#tplFooter .socialButtons ul li a {
  display: block;
  width: 240px;
  height: 46px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
}

@media only screen and (max-width: 750px) {
  #tplFooter .socialButtons ul li a {
    width: 100%;
    font-size: 11px;
    font-size: 1.1rem;
    height: auto;
  }
}

#tplFooter .socialButtons ul li a span {
  display: inline-block;
  white-space: nowrap;
}

#tplFooter .socialButtons ul li#Weibo a {
  background-color: #fff;
  color: #000000;
}

#tplFooter .socialButtons ul li#Weibo a span {
  background: url(/common/img/icon_weibo.png) left center no-repeat;
  background-size: 18px auto;
  padding-left: 22px;
}

@media only screen and (max-width: 750px) {
  #tplFooter .socialButtons ul li#Weibo a span {
    background-size: 13px auto;
    padding-left: 16px;
  }
}

#tplFooter .socialButtons ul li#Weixin a {
  background-color: #009fd6;
  color: #fff;
}

#tplFooter .socialButtons ul li#Weixin .dropMenu {
  background: white;
  padding: 22px 0;
  top: auto;
  bottom: 46px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #11a5d9;
}

#tplFooter .socialButtons ul li#Weixin .dropMenu.open {
  display: block;
}

#tplFooter .socialButtons ul li#Weixin .dropMenu p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #009fd6;
  line-height: 15px;
}

#tplFooter .socialButtons ul li#Weixin .dropMenu img {
  vertical-align: middle;
  width: 103px;
  height: 103px;
}

#tplFooter .socialButtons ul li#Weixin a span {
  background: url(/common/img/icon_weixin.png) left center no-repeat;
  background-size: 19px auto;
  padding-left: 28px;
}

@media only screen and (max-width: 750px) {
  #tplFooter .socialButtons ul li#Weixin .dropMenu {
    position: absolute;
  }

  #tplFooter .socialButtons ul li#Weixin .dropMenu img {
    width: 52px;
    height: 52px;
  }

  #tplFooter .socialButtons ul li#Weixin a span {
    background-size: 13px auto;
    padding-left: 20px;
  }
}

#tplFooter .tplOthers {
  background-color: #000;
  overflow: hidden;
  padding: 13px 10px 10px 10px;
}

@media only screen and (max-width: 750px) {
  #tplFooter .tplOthers {
    overflow: visible;
    padding: 0;
  }
}

#tplFooter .tplOthers .footerLink {
  float: left;
}

@media only screen and (max-width: 750px) {
  #tplFooter .tplOthers .footerLink {
    width: 100%;
  }
}

#tplFooter .tplOthers .footerLink .pcLogo {
  float: left;
  vertical-align: middle;
  margin-right: 18px;
}

#tplFooter .tplOthers .footerLink .pcLogo a {
  color: #fff;
  letter-spacing: 0.06em;
  text-decoration: none;
}

@media only screen and (max-width: 750px) {
  #tplFooter .tplOthers .footerLink .pcLogo {
    display: none;
  }
}

#tplFooter .tplOthers .footerLink .footerLinkList {
  float: left;
  vertical-align: middle;
  margin-top: -2px;
}

@media only screen and (max-width: 750px) {
  #tplFooter .tplOthers .footerLink .footerLinkList {
    background-color: #303030;
    float: none;
    width: 100%;
    padding: 10px 10px;
  }
}

#tplFooter .tplOthers .footerLink .footerLinkList li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

@media only screen and (max-width: 750px) {
  #tplFooter .tplOthers .footerLink .footerLinkList li {
    margin-right: 4px;
  }
}

#tplFooter .tplOthers .footerLink .footerLinkList li:last-child {
  margin-right: 0;
}

#tplFooter .tplOthers .footerLink .footerLinkList li a {
  display: block;
  vertical-align: top;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
}

#tplFooter .tplOthers .footerLink .footerLinkList li a {
  letter-spacing: 0.06em;
  background: url(/common/img/icon_fnavi.gif) left center no-repeat;
  background-size: 7px auto;
  padding-left: 10px;
}

#tplFooter .tplOthers .footerLink .footerLinkList li a.arrow {
  background: url(/common/img/icon_fnavi2.gif) left center no-repeat;
  background-size: 5px 5px;
  padding-left: 10px;
}

#tplFooter .tplOthers .footerLink .footerLinkList li a img {
  vertical-align: -2px;
}

@media only screen and (max-width: 750px) {
  #tplFooter .tplOthers .copyrightWrap {
    padding: 7px 10px 4px 10px;
    overflow: hidden;
  }
}

#tplFooter .tplOthers .copyrightWrap .spLogo {
  display: none;
}

@media only screen and (max-width: 750px) {
  #tplFooter .tplOthers .copyrightWrap .spLogo {
    display: block;
    float: left;
  }

  #tplFooter .tplOthers .copyrightWrap .spLogo a {
    letter-spacing: 0.06em;
    height: 13px;
    color: #fff;
    text-decoration: none;
  }
}

#tplFooter .tplOthers .copyrightWrap .copyright {
  font-size: 9px;
  font-size: 0.9rem;
  float: right;
  padding-top: 5px;
  color: #fff;
}

@media only screen and (max-width: 750px) {
  #tplFooter .tplOthers .copyrightWrap .copyright {
    float: left;
    padding-top: 0;
  }
}

@media only screen and (max-width: 750px) {
  #tplFooter .tplOthers .copyrightWrap .copyright span {
    font-size: 9px;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
  }
}

/* IE10, IE11 */
/* magnific-Popup
----------------------------------------------------------- */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.7;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-arrow {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0;
}

/*
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* .comTag
----------------------------------------------------------- */
.main .comTag {
  margin-top: -10px;
  overflow: hidden;
  zoom: 1;
}

.main .comTag li {
  margin: 10px 10px 0 0;
  float: left;
  background-color: #FFF;
}

.main .comTag a {
  padding: 2px 10px 2px 28px;
  display: block;
  display: inline-block;
  color: #009fd6;
  white-space: normal;
  background: #efefef url(/common/img/oshiete_anessa/icon01.gif) no-repeat 8px center;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  white-space: pre-wrap;
}

.main .comTag a:hover {
  opacity: 0.6 !important;
  text-decoration: none;
}

@media only screen and (max-width: 750px) {
  .main .comTag li {
    margin-right: 4px;
  }

  .main .comTag li:last-child {
    margin-right: 0;
  }

  .main .comTag a {
    padding: 2px 5px 1px 14px;
    min-width: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    background-position: 4px center;
    background-size: 9px auto;
  }
}

/* .comList
----------------------------------------------------------- */
.main .comList,
.main .comList .wpp-list {
  margin: -30px -17px 0;
  overflow: hidden;
  zoom: 1;
  position: relative;
}

.main .comList>li,
.main .comList .wpp-list>li {
  padding: 0 17px;
  margin-top: 30px;
  float: left;
  width: 33.3%;
}

.main .comList .photo,
.main .comList .wpp-list .photo {
  margin-bottom: 17px;
  border: 4px solid #fff587;
}

.main .comList a,
.main .comList .wpp-list a {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.main .comList a:hover,
.main .comList .wpp-list a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.main .comList>li p a:hover,
.main .comList .wpp-list>li p a:hover {
  opacity: 0.6;
}

.main .comList .photo img,
.main .comList .wpp-list .photo img {
  width: 100%;
}

#featuredReport .comList01 .wpp-list>li .photo img {
  width: 154px;
  height: auto;
}

@media only screen and (max-width: 750px) {
  #featuredReport .comList01 .wpp-list>li .photo img {
    width: 100%;
    height: auto;
  }
}

.main .comList>li p,
.main .comList .wpp-list>li p {
  margin-bottom: 13px;
}

.main .comList>li p a,
.main .comList .wpp-list>li p a {
  margin-bottom: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #009fd6;
  font-weight: bold;
  display: block;
  /*font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho", "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";*/
  letter-spacing: 2px;
}

.main .comList li span,
.main .comList .wpp-list li span {
  margin-bottom: 0;
  color: #fcd903;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 750px) {

  .main .comList,
  .main .comList .wpp-list {
    margin: 0;
    width: auto;
  }

  .main .comList>li,
  .main .comList .wpp-list>li {
    margin: 0;
    padding: 10px 0;
    float: none;
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
    zoom: 1;
    position: relative;
    border-bottom: 1px dotted #009fd6;
  }

  .main .comList>li:last-child,
  .main .comList .wpp-list>li:last-child {
    border: none;
  }

  .main .comList>li .photo,
  .main .comList .wpp-list>li .photo {
    margin: 0 8px 0 0;
    width: 41.4%;
    float: left;
    border-width: 2px;
  }

  .main .comList>li .photo img,
  .main .comList .wpp-list>li .photo img {
    width: 100%;
    height: auto;
  }

  .main .comList>li p,
  .main .comList .wpp-list>li p {
    margin: 0 0 4px 43%;
    margin-left: 43% !important;
  }

  .main .comList>li p a,
  .main .comList .wpp-list>li p a {
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }

  .main .comList li span,
  .main .comList .wpp-list li span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .main .comList .comTag,
  .main .comList .wpp-list .comTag {
    margin-left: 43.1% !important;
  }
}

@media all and (-ms-high-contrast:none) {

  .main .comList>li p a,
  .main .comList .wpp-list>li p a {
    letter-spacing: 1px;
    /*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
  }
}

/* .comList01
----------------------------------------------------------- */
.main .comList01,
.main .comList01 .wpp-list {
  width: auto;
  margin: 0;
}

.main .comList01>li,
.main .comList01 .wpp-list>li {
  margin: 0;
  padding: 15px 0;
  width: 100%;
  border-bottom: 1px dotted #4BBBE2;
}

.main .comList01 .bTop,
.main .comList01>li:first-child,
.main .comList01 .wpp-list .bTop,
.main .comList01 .wpp-list>li:first-child {
  border-top: 1px dotted #4BBBE2;
}

.main .comList01>li .photo,
.main .comList01 .wpp-list>li .photo {
  margin: 0 20px 0 0;
  float: left;
  border: 3px solid #fff587;
}

.main .comList01>li p,
.main .comList01 .wpp-list>li p {
  margin: 0 0 11px 182px;
}

.main .comList01>li p a,
.main .comList01 .wpp-list>li p a {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.main .comList01>li .comTag,
.main .comList01 .wpp-list>li .comTag {
  margin-left: 182px;
}

@media only screen and (max-width: 750px) {

  .main .comList01>li,
  .main .comList01 .wpp-list>li {
    padding: 11px 0;
    margin: 0;
  }

  .main .comList01:last-child>li:first-child,
  .main .comList01:last-child .wpp-list>li:first-child {
    border-top: none;
  }

  .main .comList01>li:last-child,
  .main .comList01 .wpp-list>li:last-child {
    border-bottom: 1px dotted #009fd6;
  }

  .main .comList01>li .photo,
  .main .comList01 .wpp-list>li .photo {
    margin: 0 8px 0 0;
  }

  .main .comList01>li p a,
  .main .comList01 .wpp-list>li p a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* .comTitle
----------------------------------------------------------- */
.main .comTitle {
  margin-bottom: 15px;
  padding: 4px 12px;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  /*font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho", "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";*/
  background-color: #38b4df;
  letter-spacing: 1px;
}

@media only screen and (max-width: 750px) {
  .main .comTitle {
    margin-bottom: 0;
    padding: 5px 12px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
}

/*@media all and (-ms-high-contrast:none){
		.main .comTitle {
			font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}}*/

/* .featuredReport
----------------------------------------------------------- */
#featuredReport {
  margin-bottom: 30px;
}

#featuredReport .comList01 .wpp-list {
  margin-top: -10px;
}

#featuredReport .comList01 .wpp-list>li {
  padding: 10px 0;
}

#featuredReport .comList01 .wpp-list>li:first-child {
  border-top: none;
}

#featuredReport .comList01 .wpp-list>li .photo {
  margin-right: 15px;
}

#featuredReport .comList01 .wpp-list>li p {
  margin: 8px 0 0 125px;
}

#featuredReport .comList01 .wpp-list>li p a {
  font-size: 13px;
  font-size: 1.3rem;
  /*font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
}

#featuredReport .comList01 .wpp-list>li p span {
  font-size: 11px;
  font-size: 1.1rem;
}

@media only screen and (max-width: 750px) {
  #featuredReport {
    margin-bottom: 25px;
  }

  #featuredReport .comList01 .wpp-list {
    margin-top: 0;
  }

  #featuredReport .comList01 .wpp-list>li .photo {
    margin: 0;
    width: 28%;
  }

  #featuredReport .comList01 .wpp-list>li p {
    margin: 0 0 0 31% !important;
  }

  #featuredReport .comList01 .wpp-list>li p a {
    margin-bottom: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }

  #featuredReport .comList01 .wpp-list>li p span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* .headLine01
----------------------------------------------------------- */
.headLine01 {
  padding: 9px 0;
  color: #ffea04;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  /*font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho", "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";*/
  letter-spacing: 2px;
  background: url(/howtouse/img/title_bg.gif) repeat left bottom;
}

@media only screen and (max-width: 750px) {
  .headLine01 {
    padding: 8px 0 4px;
    font-size: 17px;
    font-size: 1.7rem;
    border-top: 1px solid #a8def1;
    background-size: 10px auto;
  }
}

/*@media all and (-ms-high-contrast:none){
				.headLine01 {
					font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;} }*/

/* .comMainVisual
----------------------------------------------------------- */
.comMainVisual {
  padding: 76px 0 54px;
  text-align: center;
  background: url(/common/img/com_main_visual_bg.jpg) no-repeat center bottom;
}

.comMainVisual h1 {
  margin-bottom: 23px;
}

.comMainVisual h1 img {
  margin: 0 auto;
}

.comMainVisual p {
  margin: 0 auto;
  max-width: 980px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #009fd6;
  line-height: 1.9;
}

@media only screen and (max-width: 750px) {
  .comMainVisual {
    padding: 35px 0 26px;
    background: url(/common/img/sp_main_visual_bg.jpg) no-repeat center bottom;
    background-size: 100% auto;
  }

  .comMainVisual h1 {
    margin-bottom: 18px;
  }

  .comMainVisual h1 img {
    margin: 0 auto;
    height: auto;
  }

  .comMainVisual p {
    margin: 0 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.45;
  }
}

/* footer modal */
.footer-modal .mfp-iframe-scaler iframe {
  background: white;
  border-radius: 5px;
}

.footer-modal .mfp-iframe-holder .mfp-close {
  top: -20px;
  right: -20px;
  text-align: center;
  padding-right: 0;
  width: 40px;
  height: 40px;
  background: #ffea04;
  border-radius: 50%;
  color: #009fd6;
  opacity: 1;
  text-indent: 0;
}

.footer-modal .mfp-iframe-holder .mfp-content {
  padding-top: 0;
  max-width: none;
  width: 900px;
  height: 506px;
}

@media only screen and (max-width: 750px) {
  .footer-modal .mfp-iframe-holder .mfp-content {
    width: 92%;
    height: 75%;
  }
}
