/* Scss Document */
.content figure {
  text-align: center; }

.content figure img {
  /*width: 100%;
	height: auto;*/ }

a:hover img {
  opacity: .5;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.flex-wrap {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-box: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .flex-wrap.col2-wrap, .flex-wrap.col3-wrap, .flex-wrap.col4-wrap, .flex-wrap.col5-wrap, .flex-wrap.colf-wrap {
    margin: 0 -15px; }
  .flex-wrap.col2-wrap > * {
    padding: 0 15px;
    width: 50%; }
  .flex-wrap.col3-wrap > * {
    padding: 0 15px;
    width: 33.33333%; }
  .flex-wrap.col4-wrap > * {
    padding: 0 15px;
    width: 25%; }
  .flex-wrap.col5-wrap > * {
    padding: 0 15px;
    width: 20%; }
  .flex-wrap.colf-wrap > * {
    padding: 0 15px; }
  .flex-wrap .col2,
  .flex-wrap .col2-5,
  .flex-wrap .col3,
  .flex-wrap .col4,
  .flex-wrap .col5,
  .flex-wrap .col2-3 {
    padding: 0 15px; }
  .flex-wrap .col2 {
    width: 50%; }
  .flex-wrap .col2-5 {
    width: 37.5%; }
  .flex-wrap .col3 {
    width: 33.33333%; }
  .flex-wrap .col4 {
    width: 25%; }
  .flex-wrap .col5 {
    width: 20%; }
  .flex-wrap .col2-3 {
    width: 66.66666%; }

.w25 {
  width: 25%; }

.w33 {
  width: 33.33333%; }

.w50 {
  width: 50%; }

.w66 {
  width: 66.66666%; }

.w75 {
  width: 75%; }

.content .w25,
.content .w33,
.content .w50,
.content .w66,
.content .w75 {
  margin-right: auto;
  margin-left: auto; }

dl.data dt {
  margin: 0 0 10px;
  padding: 0 0 5px;
  color: #E72119;
  font-size: 14px;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E7211C; }

dl.data dd {
  margin: 0 0 40px;
  overflow: hidden; }

dl.data dd ul {
  width: 335px;
  float: left; }

dl.data dd ul li span {
  color: #D80000;
  margin-top: 15px;
  display: inline-block; }

ul.list li {
  padding-left: 15px;
  background: url(../images/icon09.png) no-repeat left 4px; }

.btn {
  margin: 2em 0;
  text-align: center; }
  .btn a {
    display: inline-block;
    margin: 0 auto;
    padding: .75em 2em;
    border-radius: 2em;
    background: url(../images/common/arrow_white_right.png) top 50% right 1em no-repeat #FF3F00;
    background-size: .5em;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2; }
    .btn a:hover {
      opacity: .5;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      text-decoration: none; }
    .btn a span {
      font-size: 1.6rem; }

table .btn {
  margin: 0; }
  table .btn a {
    padding: .5em 1.5em .5em 1em;
    font-size: 1.8rem;
    color: #fff;
    background: url(../images/index/arrow_white_right.png) center right 0.5em no-repeat #FF3F00;
    background-size: 8px auto; }

.basic-table {
  width: 100%;
  margin-bottom: 1em; }
  .basic-table th {
    padding: .5em 1em;
    border: #CCC 1px solid;
    background: #FAEBA5;
    text-align: center; }
  .basic-table td {
    padding: .5em 1em;
    background: #fff;
    border: #CCC 1px solid; }

.t-note-a {
  text-align: center;
  color: #F00;
  padding-top: 8px;
  padding-right: 5px;
  padding-bottom: 8px;
  padding-left: 5px;
  border: 2px solid #F00;
  font-weight: bold;
  font-size: 1.6rem; }

.mt-ll {
  margin-top: 100px !important; }

.mt-l {
  margin-top: 80px !important; }

.mt-m {
  margin-top: 60px !important; }

.mt-s {
  margin-top: 30px !important; }

.mt-ss {
  margin-top: 15px !important; }

.mt-0 {
  margin-top: 0 !important; }

.mb-ll {
  margin-bottom: 100px !important; }

.mb-l {
  margin-bottom: 80px !important; }

.mb-m {
  margin-bottom: 60px !important; }

.mb-s {
  margin-bottom: 30px !important; }

.mb-ss {
  margin-bottom: 15px !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.notice, .txt-red {
  color: #D80000; }

.yt-wrap {
  text-align: center; }

@media screen and (max-width: 768px) {
  .flex-wrap {
    display: block; }
    .flex-wrap.col2-wrap, .flex-wrap.col3-wrap, .flex-wrap.col4-wrap, .flex-wrap.col5-wrap, .flex-wrap.colf-wrap {
      margin: 0; }
      .flex-wrap.col2-wrap > *, .flex-wrap.col3-wrap > *, .flex-wrap.col4-wrap > *, .flex-wrap.col5-wrap > *, .flex-wrap.colf-wrap > * {
        padding: 0 0px;
        width: 100%; }
    .flex-wrap .col2,
    .flex-wrap .col2-3,
    .flex-wrap .col2-5,
    .flex-wrap .col3,
    .flex-wrap .col4,
    .flex-wrap .col5 {
      padding: 0 0px; }
    .flex-wrap .col2 {
      width: 100%; }
    .flex-wrap .col2-5 {
      width: 100%; }
    .flex-wrap .col2-3 {
      width: 100%; }
    .flex-wrap .col3 {
      width: 100%; }
    .flex-wrap .col4 {
      width: 100%; }
    .flex-wrap .col5 {
      width: 100%; }
  .sp-flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sp-flex-wrap.col2-wrap > * {
      padding: 0 8px;
      width: 100%; }
    .sp-flex-wrap.col3-wrap > * {
      padding: 0 8px;
      width: 100%; }
    .sp-flex-wrap.col4-wrap > * {
      padding: 0 8px;
      width: 50%; }
    .sp-flex-wrap.col4-wrap .col2-5 {
      width: 100%; }
    .sp-flex-wrap.col5-wrap > * {
      padding: 0 8px;
      width: 50%; }
    .sp-flex-wrap.colf-wrap > * {
      padding: 0 8px; }
    .sp-flex-wrap.sp-col2-wrap > * {
      width: 50%; }
    .sp-flex-wrap.sp-col3-wrap > * {
      width: 33.33333%; }
    .sp-flex-wrap.sp-col4-wrap > * {
      width: 25%; }
    .sp-flex-wrap.sp-col5-wrap > * {
      width: 20%; }
    .sp-flex-wrap .col2,
    .sp-flex-wrap .col3,
    .sp-flex-wrap .col2-3,
    .sp-flex-wrap .col4,
    .sp-flex-wrap .col5,
    .sp-flex-wrap .col6 {
      padding: 0 8px; }
    .sp-flex-wrap .col2 {
      width: 50%; }
    .sp-flex-wrap .col3 {
      width: 33.33333%; }
    .sp-flex-wrap .col4 {
      width: 25%; }
    .sp-flex-wrap .col5 {
      width: 20%; }
  .mt-l, .mt-ll, .sp-mt-l {
    margin-top: 40px !important; }
  .mt-m, .sp-mt-m {
    margin-top: 30px !important; }
  .mt-s, .mt-s, .sp-mt-s {
    margin-top: 15px !important; }
  .mb-l, .mb-ll, .sp-mb-l {
    margin-bottom: 40px !important; }
  .mb-m, .sp-mb-m {
    margin-bottom: 30px !important; }
  .mb-s, .mb-ss, .sp-mb-s {
    margin-bottom: 15px !important; }
  .w25,
  .w33,
  .w50,
  .w66,
  .w75 {
    width: 100%; }
  .yt-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
    .yt-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
