﻿@charset "utf-8";
/*----------------------------------------------------
creation date 2015.11
http://www.sevenbank.co.jp/soukin/
Copyright (C) Seven Bank,Ltd. All Rights Reserved.
----------------------------------------------------*/

/*------------------------------------
   LP fukuoka
====================================*/
/*------------------------------------
    base
====================================*/
body {
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  color: #333333;
  background: #eee;
  -webkit-text-size-adjust: none;
}

ol {
  list-style: none;
}

a:link {
  color: #336699;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #6699cc;
  text-decoration: none;
}
a {
  background: url("/soukin/shared/image/icon_arrow_r_s.png") no-repeat left
    center;
  padding-left: 10px;
}
a.none {
  padding-left: 0;
  background: none;
}
a.tel {
  color: #333;
  text-decoration: none;
  cursor: text;
}
.tCenter {
  text-align: center;
}
@media (max-width: 768px) {
  a.tel {
    color: #336699;
    text-decoration: underline;
    cursor: default;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}

img {
  vertical-align: middle;
}

.br {
  margin-bottom: 1em;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}

.mt1em {
  margin-top: 1em !important;
}
.mr1em {
  margin-right: 1em !important;
}
.mb1em {
  margin-bottom: 1em !important;
}
.ml1em {
  margin-left: 1em !important;
}

.align_r {
  text-align: right !important;
}
.align_l {
  text-align: left !important;
}
.align_c {
  text-align: center !important;
}

.float_l {
  float: left;
}
.float_r {
  float: right;
}

.indent1em {
  text-indent: 1em !important;
}
.tIndent1em,
.tIndent1em > li {
  text-indent: -1em;
  padding-left: 1em;
}

.notes {
  font-size: 77%;
}
.bold {
  font-weight: bold !important;
}
strong {
  font-weight: bold !important;
}
em {
  color: #cc0000;
}
sup {
  font-size: 83%;
  vertical-align: super;
}
.txt_line {
  text-decoration: underline !important;
}
.txtRed02 {
  color: #ff0000 !important;
}
.smallTxt {
  font-size: 70% !important;
}
.largeTxt {
  font-size: 120% !important;
}

/*------------------------------------
   layout
   header
   content
   social
   Box
   notesArea
   footer_menu
   footer

====================================*/
#contentWrap {
  max-width: 900px;
  background: #eeeeee;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 30px #808080;
  box-shadow: 0px 0px 30px #808080;
}

@media (max-width: 768px) {
  #contentWrap {
    width: 100%;
    margin: 0 auto;
  }
}
/* header
------------------------------------*/
header {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  text-align: left;
  padding-bottom: 10px;
}
/* logo */
header #site_ttl {
  padding-top: 10px;
  float: left;
}
header #site_ttl a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
header #site_ttl img {
  margin: 0 10px;
}
@media (max-width: 519px) {
  header #site_ttl img {
    width: 120px;
  }
}
/* lang */
header #lang {
  float: right;
  width: auto;
  font-size: 93%;
  margin: 10px 10px 0;
}

@media (max-width: 519px) {
  header #lang {
    clear: both;
    float: right;
  }
}

header #lang p,
header #lang dl {
  display: inline-block;
}
header #lang p {
  min-height: 14px;
  margin-right: 1px;
  padding: 10px 20px 9px;
  font-weight: bold;
  background: #ffe351;
}
header #lang dl dt {
  display: inline-block;
  min-height: 14px;
  padding: 10px 27px 9px 30px;
  font-weight: bold;
  background-color: #ddd;
  background-image: url(/soukin/shared/image/icon_arrow_b_s.png);
  background-position: 14px 15px;
  background-repeat: no-repeat;
  cursor: pointer;
}
header #lang dl dt.open {
  background-image: url(/soukin/shared/image/icon_menu_close.gif);
  background-position: 10px 11px;
}
header #lang dl dd {
  position: absolute;
  display: none;
  padding: 0 10px 10px;
  background: #ddd;
  z-index: 1000;
}
header #lang dl dd ul li {
  float: none;
  margin-bottom: 1px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: #fff;
}

header #lang dl dd ul li a {
  display: block;
  width: 55px;
  height: 24px;
  margin: 0 1px 1px 0;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(/soukin/shared/image/lang.png);
  background-repeat: no-repeat;
}
header #lang li.btn01 a {
  background-position: 0 0;
}
header #lang li.btn01 a:hover {
  background-position: 0 -24px;
}
header #lang li.btn01 a.current {
  background-position: 0 -48px;
}
header #lang li.btn02 a {
  background-position: -60px 0;
}
header #lang li.btn02 a:hover {
  background-position: -60px -24px;
}
header #lang li.btn02 a.current {
  background-position: -60px -48px;
}
header #lang li.btn03 a {
  background-position: -120px 0;
}
header #lang li.btn03 a:hover {
  background-position: -120px -24px;
}
header #lang li.btn03 a.current {
  background-position: -120px -48px;
}
header #lang li.btn04 a {
  background-position: -180px 0;
}
header #lang li.btn04 a:hover {
  background-position: -180px -24px;
}
header #lang li.btn04 a.current {
  background-position: -180px -48px;
}
header #lang li.btn05 a {
  background-position: -240px 0;
}
header #lang li.btn05 a:hover {
  background-position: -240px -24px;
}
header #lang li.btn05 a.current {
  background-position: -240px -48px;
}
header #lang li.btn06 a {
  background-position: -300px 0;
}
header #lang li.btn06 a:hover {
  background-position: -300px -24px;
}
header #lang li.btn06 a.current {
  background-position: -300px -48px;
}
header #lang li.btn07 a {
  background-position: -360px 0;
}
header #lang li.btn07 a:hover {
  background-position: -360px -24px;
}
header #lang li.btn07 a.current {
  background-position: -360px -48px;
}
header #lang li.btn08 a {
  background-position: -420px 0;
}
header #lang li.btn08 a:hover {
  background-position: -420px -24px;
}
header #lang li.btn08 a.current {
  background-position: -420px -48px;
}
header #lang li.btn09 a {
  background-position: -480px 0;
}
header #lang li.btn09 a:hover {
  background-position: -480px -24px;
}
header #lang li.btn09 a.current {
  background-position: -480px -48px;
}
header #lang li.btn10 a {
  background-position: -540px 0;
}
header #lang li.btn10 a:hover {
  background-position: -540px -24px;
}
header #lang li.btn10 a.current {
  background-position: -540px -48px;
}

header #lang dl dd ul li a {
  display: block;
  width: auto;
  height: auto;
  padding-left: 16px;
  text-indent: 0;
  text-align: left;
  background-image: url(/soukin/shared/image/icon_arrow_r_s.png) !important;
  background-repeat: no-repeat;
  background-position: 0 5px !important;
}
header #lang dl dd ul li a.current {
  color: #333;
  text-decoration: none;
}

/* 言語 */
header #lang p#lang_jpn {
  color: #fff;
  background: #0089ff; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #0089ff 0%,
    #0069ff 100%
  ); /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0089ff),
    to(#0069ff)
  );
  background: -o-linear-gradient(top, #0089ff 0%, #0069ff 100%);
  background: linear-gradient(to bottom, #0089ff 0%, #0069ff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089ff', endColorstr='#0069ff',GradientType=0 ); /* IE6-9 */
}

header #lang p#lang_tlg {
  color: #fff;
  background: #ff6300; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #ff6300 0%,
    #e94000 100%
  ); /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff6300),
    to(#e94000)
  );
  background: -o-linear-gradient(top, #ff6300 0%, #e94000 100%);
  background: linear-gradient(to bottom, #ff6300 0%, #e94000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6300', endColorstr='#e94000',GradientType=0 ); /* IE6-9 */
}

header #lang p#lang_chi {
  color: #fff;
  background: #4420ff; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #4420ff 0%,
    #1a05d3 100%
  ); /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4420ff),
    to(#1a05d3)
  );
  background: -o-linear-gradient(top, #4420ff 0%, #1a05d3 100%);
  background: linear-gradient(to bottom, #4420ff 0%, #1a05d3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4420ff', endColorstr='#1a05d3',GradientType=0 ); /* IE6-9 */
}
header #lang p#lang_eng {
  color: #fff;
  background: #19e300; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #19e300 0%,
    #19e300 100%
  ); /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#19e300),
    to(#19e300)
  );
  background: -o-linear-gradient(top, #19e300 0%, #19e300 100%);
  background: linear-gradient(to bottom, #19e300 0%, #19e300 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19e300', endColorstr='#19e300',GradientType=0 ); /* IE6-9 */
}
header #lang p#lang_ptg {
  color: #fff;
  background: #00fd9f; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #00fd9f 0%,
    #09d473 100%
  ); /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00fd9f),
    to(#09d473)
  );
  background: -o-linear-gradient(top, #00fd9f 0%, #09d473 100%);
  background: linear-gradient(to bottom, #00fd9f 0%, #09d473 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd9f', endColorstr='#09d473',GradientType=0 ); /* IE6-9 */
}
header #lang p#lang_spn {
  color: #fff;
  background: #ff1d0e; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #ff1d0e 0%,
    #cb0300 100%
  ); /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff1d0e),
    to(#cb0300)
  );
  background: -o-linear-gradient(top, #ff1d0e 0%, #cb0300 100%);
  background: linear-gradient(to bottom, #ff1d0e 0%, #cb0300 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1d0e', endColorstr='#cb0300',GradientType=0 ); /* IE6-9 */
}
header #lang p#lang_thi {
  color: #fff;
  background: #0108a5; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #0108a5 0%,
    #000363 100%
  ); /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0108a5),
    to(#000363)
  );
  background: -o-linear-gradient(top, #0108a5 0%, #000363 100%);
  background: linear-gradient(to bottom, #0108a5 0%, #000363 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0108a5', endColorstr='#000363',GradientType=0 ); /* IE6-9 */
}
header #lang p#lang_vnm {
  color: #fff;
  background: #ffdf00; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #ffdf00 0%,
    #ecc300 100%
  ); /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffdf00),
    to(#ecc300)
  );
  background: -o-linear-gradient(top, #ffdf00 0%, #ecc300 100%);
  background: linear-gradient(to bottom, #ffdf00 0%, #ecc300 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf00', endColorstr='#ecc300',GradientType=0 ); /* IE6-9 */
}
header #lang p#lang_ind {
  color: #fff;
  background: #830f86; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #830f86 0%,
    #650869 100%
  ); /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#830f86),
    to(#650869)
  );
  background: -o-linear-gradient(top, #830f86 0%, #650869 100%);
  background: linear-gradient(to bottom, #830f86 0%, #650869 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#830f86', endColorstr='#650869',GradientType=0 ); /* IE6-9 */
}

/* content
------------------------------------*/
#mainVisual {
  background: url(/soukin/shared/image/info/info_mynumber/infomynumber_bg_001.png)
    repeat;
  padding: 30px 40px;
}
.mainVisual_inner {
  background: #ffffff;
  border: solid 2px #333333;
  padding: 15px;
}
.mainVisual_inner h1 {
  font-size: 180%;
  text-align: center;
}
.main_sttl {
  font-size: 110%;
  text-align: center;
}

#content {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: left;
  background: #fff;
  padding-top: 30px;
}
#content .contentInner {
  padding: 0 50px;
}

@media (max-width: 768px) and (min-width: 519px) {
  #mainVisual {
    padding: 15px 20px;
  }
  .mainVisual_inner {
    padding: 15px;
  }
  #content {
    width: 100%;
    margin: 0 auto;
  }
  #content .contentInner {
    padding: 0 20px;
  }
}
@media (max-width: 519px) {
  #mainVisual {
    padding: 15px 10px;
  }
  .mainVisual_inner {
    padding: 10px;
  }
  .mainVisual_inner h1 {
    font-size: 140%;
  }
  .main_sttl {
    font-size: 100%;
    text-align: left;
  }
  #content {
    width: 100%;
    margin: 0 auto;
  }
  #content .contentInner {
    padding: 0 10px;
  }
}

.box_content {
  border: solid 2px #31953d;
  margin-top: 30px;
}

.box_content_inner {
  padding: 15px;
}
.box_content_inner_min {
  padding: 10px;
}

.box_content_inner ol {
  padding: 10px;
}

.box_content h2 {
  color: #ffffff;
  text-align: center;
  background: #31953d;
  padding: 10px;
  font-size: 18px;
}

h3 {
  text-align: center;
  background: #eee;
  width: 8;
  padding: 10px;
}

h4 {
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  font-size: 16px;
}

h5 {
  font-size: 16px;
}

h5::before {
  content: "■";
}

.content02_sttl {
  position: relative;
  padding-left: 30px;
  margin: 0 0 5px 0;
}
.content02_sttl img {
  position: absolute;
  top: 0;
  left: 0;
}
.content02_box01,
.content02_box03 {
  display: inline-block;
  width: 43%;
  max-width: 316px;
  /*vertical-align:top;*/
}
.content02_box02 {
  display: inline-block;
  width: 14%;
  max-width: 108px;
  text-align: center;
}
.autoImg {
  width: 100%;
  max-width: auto;
}
/*.autoImg02 {
	width:100%;
	max-width:143px;
}*/

.content03 {
  background: #fffeba;
  padding: 20px 30px;
  margin-top: 50px;
}
@media (max-width: 519px) {
  .content02_sttl {
    padding-left: 30px;
    margin: 0 0 5px 0;
  }
  .content03 {
    padding: 10px;
  }
}

a.tel {
  font-size: 160%;
}

@media (max-width: 519px) {
  .content02_box01,
  .content02_box02,
  .content02_box03 {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .content02_box02 {
    margin: 30px auto;
  }
  .icon_arw img {
    width: 80px;
  }
}

/* btn
------------------------------------*/
/* .btn_icontype_mynum01 */
.btn_icontype_mynum01 {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-right: solid 1px #b0620b;
  border-bottom: solid 1px #b0620b;
  background: #ffa709; /* Old browsers */ /* FF3.6+ */ /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffa709 0%, #ff7e14 100%) #ffa709; /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffa709),
      to(#ff7e14)
    )
    #ffa709;
  background: linear-gradient(top, #ffa709 0%, #ff7e14 100%) #ffa709; /* W3C */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0 30px;
}

.btn_icontype_mynum01 a {
  display: block;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
}
.btn_icontype_mynum01 a {
  padding: 24px 30px 20px;
  text-decoration: none;
}
.btn_icontype_mynum01 a:hover {
  text-decoration: underline;
}
.btn_icontype_mynum02 a {
  display: block;
  font-size: 160%;
  font-weight: bold;
  color: #fff;
  padding: 15px 10px 10px;
  text-decoration: none;
}
.btn_icontype_mynum03 {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-right: solid 1px #00577b;
  border-bottom: solid 1px #00577b;
  background: rgb(0, 162, 208);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 162, 208, 1)),
    to(rgba(0, 101, 149, 1))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 162, 208, 1) 0%,
    rgba(0, 101, 149, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 162, 208, 1) 0%,
    rgba(0, 101, 149, 1) 100%
  );
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px 0 20px;
}
.btn_icontype_mynum03 a {
  display: block;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
}
.btn_icontype_mynum03 a {
  padding: 24px 30px 20px;
  text-decoration: none;
}
.btn_icontype_mynum03 a:hover {
  text-decoration: underline;
}

@media (max-width: 519px) {
  .btn_icontype_mynum02 {
    width: 80%;
  }
  .btn_icontype_mynum01 a,
  .btn_icontype_mynum03 a {
    font-size: 120%;
    background-position: 10px 50%;
    padding: 20px 10px 15px;
  }
}

/* footer_menu
------------------------------------*/
#content .contentInner #footer_menu {
  text-align: right;
  font-size: 100%;
  margin-right: 10px;
}
#content .contentInner #footer_menu li {
  padding-bottom: 8px;
}

/* footer
------------------------------------*/
#footer_menu {
  margin-top: 30px;
}
#footerWrap {
  width: 100%;
  text-align: center;
  background: #333333; /* Old browsers */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#333333),
    color-stop(6%, #3d3d3d),
    color-stop(41%, #666666),
    to(#666666)
  );
  background: -o-linear-gradient(
    top,
    #333333 0%,
    #3d3d3d 6%,
    #666666 41%,
    #666666 100%
  );
  background: linear-gradient(
    to bottom,
    #333333 0%,
    #3d3d3d 6%,
    #666666 41%,
    #666666 100%
  ); /* W3C */
}
#footer {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 77%;
  color: #fff;
}
#footer p {
  padding: 15px 10px 20px 0;
  text-align: right;
}
.flex_myNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.box_item {
  position: relative;
  margin-bottom: 70px;
  border: solid 2px #ddd;
}

ol .box_item:not(:last-child)::before {
  content: "＋";
  display: inline-block;
  font-size: 70px;
  font-weight: bold;
  position: absolute;
  bottom: -90px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  color: #31953d;
}

ol .box_item:last-child::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-bottom: 8px solid #31953d;
  border-right: 8px solid #31953d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -50px;
  left: 48%;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.yusouList li {
  position: relative;
}

.yusouList li:first-child::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-bottom: 8px solid #ffa500;
  border-right: 8px solid #ffa500;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: -96%;
  bottom: 45%;
}

.flex_dir_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex_myNum p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.flex_jusC_spaA {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex_jusC_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex_aliI_c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_myNum img {
  width: 100%;
}

.flex_2col > li {
  width: calc(90% / 2);
}

.flex_3col li {
  width: calc(90% / 3);
}

.flex_dir_col img {
  width: calc(90% / 2);
}

[class^="flex_ryomen"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_ryomen {
  height: 145px;
}

.flex_ryomen02 {
  height: 100px;
}

.flex_ryomen03 {
  height: 218px;
}

[class^="flex_ryomen"] img {
  width: calc((100% - 10px) / 2);
  height: auto;
}

[class^="flex_ryomen"] img:first-child {
  padding-right: 5px;
}

.flex_aliI_b {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex_aliI_fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.icon_ryomen {
  background: #31953d;
  color: #fff;
  padding: 0 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-weight: normal;
}

.icon_ryomen_block {
  background: #31953d;
  color: #fff;
  padding: 0 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-weight: normal;
  display: block;
}

.w30 {
  width: 50%;
}

@media screen and (max-width: 828px) {
  [class^="flex_ryomen"] {
    height: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .flex_myNum {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex_3col li,
  .flex_2col > li {
    width: 100%;
    margin-bottom: 20px;
  }
  .yusouList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .yusouList li:first-child {
    padding-bottom: 60px;
  }
  .yusouList li:first-child::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 10px;
    left: 60px;
  }
  .sp_only {
    display: inline-block;
  }
}
