@charset "UTF-8";
/*シェアボタン*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot?5oyspu');
  src: url('../fonts/icomoon/icomoon.eot?5oyspu#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?5oyspu') format('truetype'), url('../fonts/icomoon/icomoon.woff?5oyspu') format('woff'), url('../fonts/icomoon/icomoon.svg?5oyspu#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-line:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
ul.share_box {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  width: 850px;
  margin: 30px auto 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
ul.share_box li {
  display: inline-block;
  margin-left: 10px;
}
ul.share_box li a {
  display: block;
  width: 100px;
  height: 30px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  padding: 2px 0 0;
}
ul.share_box li.facebook a {
  background-color: #545d72;
}
ul.share_box li.twitter a {
  background-color: #8aa4b8;
}
ul.share_box li.line a {
  background-color: #447f44;
}
ul.share_box li .p {
  font-size: 13px;
  position: relative;
  top: -4.5px;
  margin-left: 5px;
}
/*ここまで*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
a {
  color: #000;
  text-decoration: underline;
  outline: none;
  opacity: 1;
  font-weight: bold;
}
a:hover {
  opacity: 0.8;
}
*:hover {
  transition: all .3s ease-out;
}
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  color: #505050;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#main {
  width: 100%;
}
.inner {
  width: 850px;
  padding: 30px 0;
  margin: 0 auto;
}
h2 {
  font-size: 28px;
  line-height: 40px;
  text-align: center;
}
h2 span {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  display: block;
}
h3 {
  font-size: 18px;
}
.txt {
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
}
.center {
  text-align: center;
}
.center span {
  display: block;
}
.inner section {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
figure {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
figcaption {
  font-size: 13px;
  margin-top: 10px;
}
figcaption.center {
  text-align: center;
}
.tpl_b_1 figure.left {
  width: 48%;
  margin-top: 5px;
  margin-right: 2%;
  float: left;
}
.tpl_b_2 figure.left {
  width: 28%;
  margin-top: 5px;
  margin-right: 2%;
  float: left;
}
.tpl_b_1 figure.right {
  width: 48%;
  margin-top: 5px;
  margin-left: 2%;
  float: right;
}
.tpl_b_2 figure.right {
  width: 28%;
  margin-top: 5px;
  margin-left: 2%;
  float: right;
}
.tpl_c_1 figure {
  width: 48%;
  margin: 0 1% 15px;
  float: left;
}
.tpl_c_1 p {
  clear: both;
}
.tpl_c_2 figure {
  width: 31.33%;
  margin: 0 1% 15px;
  float: left;
}
.tpl_c_2 p {
  clear: both;
}
.tpl_c_3 figure {
  width: 40%;
  margin: 0 5%;
  float: left;
}
.tpl_c_4 figure {
  width: 31.33%;
  margin: 0 1%;
  float: left;
}
.tpl_c_5 figure {
  width: 23%;
  margin: 0 1% 15px;
  float: left;
}
.tpl_c_3 figcaption, .tpl_c_4 figcaption {
  font-size: 15px;
}
.border_box {
  border: solid 2px #505050;
  border-radius: 20px;
  padding: 20px 3%;
}
.red {
  color: #750207;
}
.bold {
  font-weight: bold;
}
.sp {
  display: none !important;
}
br.block_pc {
  display: block;
}
br.block_sp {
  display: none;
}
br.sp {
  display: none;
}
span.kome {
  display: inline !important;
  font-size: 11px;
  margin-left: 3px;
}
.caption.kome {
  text-align: right;
  font-size: 13px;
  margin-top: 30px;
}
@media screen and (min-width:700px) and (max-width:1050px) {
  ul.share_box {
    width: 90%;
  }
  #main {
    width: 100%;
  }
  .inner {
    width: 90%;
    padding: 20px 0;
    margin: 0 auto;
  }
  h2 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 25px;
  }
  h2 span {
    font-size: 18px;
    display: block;
  }
  h3 {
    font-size: 18px;
  }
  .txt {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
  }
  .center {
    text-align: center;
  }
  .center span {
    display: block;
  }
  .inner section {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 40px;
  }
  figure {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  figure img {
    width: 100%;
    vertical-align: bottom;
  }
  .tpl_b_1 figure.left {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
  .tpl_b_2 figure.left {
    width: 28%;
    margin-right: 2%;
    float: left;
  }
  .tpl_b_1 figure.right {
    width: 48%;
    margin-left: 2%;
    float: right;
  }
  .tpl_b_2 figure.right {
    width: 28%;
    margin-left: 2%;
    float: right;
  }
  .tpl_c_1 figure {
    width: 48%;
    margin: 0 1% 15px;
    float: left;
  }
  .tpl_c_2 figure {
    width: 31.33%;
    margin: 0 1% 15px;
    float: left;
  }
  .tpl_c_3 figure {
    width: 40%;
    margin: 0 5%;
    float: left;
  }
  .tpl_c_4 figure {
    width: 31.33%;
    margin: 0 1%;
    float: left;
  }
  .tpl_c_5 figure {
    width: 23%;
    margin: 0 1%;
    float: left;
  }
  .tpl_c_3 figcaption, .tpl_c_4 figcaption {
    font-size: 15px;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width:700px) {
  ul.share_box {
    width: 85%;
  }
  ul.share_box li a {
    width: 35px;
    padding: 2px 0;
  }
  ul.share_box li .p {
    display: none;
  }
  #main {
    width: 100%;
  }
  .inner {
    width: 90%;
    padding: 20px 0;
    margin: 0 auto;
  }
  h2 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 25px;
  }
  h2 span {
    font-size: 18px;
    display: block;
  }
  h3 {
    font-size: 18px;
  }
  .txt {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
  }
  .center {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .center span {
    display: inline;
  }
  p.center {
    text-indent: 1em;
  }
  p.center .indent {
    display: block;
    text-indent: 1em;
  }
  .inner section {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  figure {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  figure img {
    width: 100%;
    vertical-align: bottom;
  }
  .tpl_b_1 figure.left {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .tpl_b_2 figure.left {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .tpl_b_1 figure.right {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .tpl_b_2 figure.right {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .tpl_c_1 figure {
    width: 100%;
    margin: 0 auto 15px;
    float: none;
  }
  .tpl_c_2 figure {
    width: 100%;
    margin: 0 auto 15px;
    float: none;
  }
  .tpl_c_3 figure {
    width: 100%;
    margin: 0 auto 15px;
    float: none;
    text-align: center;
  }
  .tpl_c_3 figure img {
    width: 250px;
    margin: 0 auto;
  }
  .tpl_c_4 figure {
    width: 100%;
    margin: 0 auto 30px;
    float: none;
    text-align: center;
  }
  .tpl_c_4 figure img {
    width: 250px;
    margin: 0 auto;
  }
  .tpl_c_5 figure {
    width: 46%;
    margin: 0 1% 15px;
    float: left;
  }
  .tpl_c_3 figcaption, .tpl_c_4 figcaption {
    font-size: 15px;
  }
  .border_box {
    border: solid 2px #505050;
    border-radius: 20px;
    padding: 5px 5%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  br.block_pc {
    display: none;
  }
  br.block_sp {
    display: block;
  }
  br.sp {
    display: block;
  }
  span.sp {
    display: inline-block;
  }
  .caption.kome {
    text-align: left;
  }
}