@charset "UTF-8";
/*--------------------------------------------------------*/
/*　調整用スタイル　*/
/*--------------------------------------------------------*/
/*　余白（margin）　*/
.mt0 {
  margin-top: 0em !important;
}

.mt025 {
  margin-top: .25em !important;
}

.mt05 {
  margin-top: .5em !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mt15 {
  margin-top: 1.5em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mt4 {
  margin-top: 4em !important;
}

.mb0 {
  margin-bottom: 0em !important;
}

.mb025 {
  margin-bottom: .25em !important;
}

.mb05 {
  margin-bottom: .5em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb15 {
  margin-bottom: 1.5em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.mb4 {
  margin-bottom: 4em !important;
}

.mr025 {
  margin-right: .25em !important;
}

.mr05 {
  margin-right: .5em !important;
}

.mr1 {
  margin-right: 1em !important;
}

.ml025 {
  margin-left: .25em !important;
}

.ml05 {
  margin-left: .5em !important;
}

.ml1 {
  margin-left: 1em !important;
}

.mlara {
  margin-right: auto !important;
  margin-left: auto !important;
}

/*　余白（padding）　*/
.pt1 {
  padding-top: 1em !important;
}

/*　幅　*/
.w10per {
  width: 10%;
}

.w15per {
  width: 15%;
}

.w20per {
  width: 20%;
}

.w25per {
  width: 25%;
}

.w30per {
  width: 30%;
}

.w40per {
  width: 40%;
}

.w50per {
  width: 50%;
}

.w60per {
  width: 60%;
}

.w70per {
  width: 70%;
}

.w80per {
  width: 80%;
}

.w90per {
  width: 90%;
}

.w100per {
  width: 100%;
}

.w33per {
  width: 33.30%;
}

/*　行間（line-height）　*/
.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

/*　フォント　*/
.size10 {
  font-size: 10px;
  font-size: 1rem;
}

.size12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.size14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fb {
  font-weight: bold;
}

.fn {
  font-weight: normal;
}

.i {
  font-style: italic;
}

.red {
  color: #f00;
}

.red2 {
  color: #c00;
}

.orange {
  color: #f60;
}

.blue {
  color: #00f;
}

.gray {
  color: #999;
}

.blue1 {
  color: #6993AE;
}

.blue2 {
  color: #BACDD9;
}

.blue3 {
  color: #EFF3F7;
}

.pink {
  color: #F4C6D2;
}

.purple {
  color: #C0C7FE;
}

.mame {
  color: #79b74a;
}

.color-bluegreen {
  color: #4cbd9c;
}

.color-blue {
  color: #2c428d;
}

.color-yellow {
  color: #edb402;
}

.color-red {
  color: #ff5252;
}

.color-purple {
  color: #b81681;
}

.color-yellowgreen {
  color: #94ca7f;
}

.color-orange {
  color: #ff7f50;
}

/* 文字揃え */
.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.bottom {
  vertical-align: bottom !important;
}

.top {
  vertical-align: top !important;
}

/* float */
.f_left {
  float: left;
}

.f_right {
  float: right;
}

.f_clear {
  clear: both;
}

/* clearfix （http://zxcvbnmnbvcxz.com/css-clearfix/） */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.oldie .cf {
  zoom: 1;
}

/*--------------------------------------------------------*/
/*　japanlifesupport（2017～）専用スタイル　*/
/*--------------------------------------------------------*/
p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.95;
}

dt, dd, li {
  font-size: 15px;
  font-size: 1.5rem;
}

img {
  vertical-align: bottom;
}

.entry-fb {
  color: #c00;
  font-weight: bold;
}

/*--------------------------------------------------------*/
/*　	ボックス／強調したい要素　*/
/*--------------------------------------------------------*/
.box01-main, .box01-mame, .box01-pink, .box01-blue, .box01-orange {
  padding: 1em;
}
@media only screen and (min-width: 768px) {
  .box01-main, .box01-mame, .box01-pink, .box01-blue, .box01-orange {
    padding: 1.5em;
  }
}

.box02-main, .box02-skype, .box02-mame, .box02-pink, .box02-blue, .box02-orange {
  padding: 1em;
}
@media only screen and (min-width: 768px) {
  .box02-main, .box02-skype, .box02-mame, .box02-pink, .box02-blue, .box02-orange {
    padding: 1em;
  }
}

.box03-main, .box03-mame, .box03-pink, .box03-blue, .box03-orange {
  padding: 1em;
}
.box03-main p, .box03-mame p, .box03-pink p, .box03-blue p, .box03-orange p {
  font-size: 14px;
  font-size: 1.4rem;
}
.box03-main .ttl, .box03-mame .ttl, .box03-pink .ttl, .box03-blue .ttl, .box03-orange .ttl {
  padding-bottom: .3em;
  margin-bottom: .5em;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .box03-main, .box03-mame, .box03-pink, .box03-blue, .box03-orange {
    padding: 1em;
  }
}

/*　.box01　*/
.box01-main {
  border: solid 1px #9bb7c9;
  background-color: #EFF3F7;
}

.box02-main, .box02-skype {
  border: solid 1px #9bb7c9;
  background-color: #EFF3F7;
}

.box03-main {
  background-color: #EFF3F7;
}
.box03-main .ttl {
  border-bottom: solid 1px #9bb7c9;
}

.box01-mame {
  border: solid 1px #a2cd81;
  background-color: #f4f7f2;
}

.box02-mame {
  border: solid 1px #a2cd81;
  background-color: #f4f7f2;
}

.box03-mame {
  background-color: #f4f7f2;
}
.box03-mame .ttl {
  border-bottom: solid 1px #a2cd81;
}

.box01-pink {
  border: solid 1px #ffb9ba;
  background-color: #fff6f6;
}

.box02-pink {
  border: solid 1px #ffb9ba;
  background-color: #fff6f6;
}

.box03-pink {
  background-color: #fff6f6;
}
.box03-pink .ttl {
  border-bottom: solid 1px #ffb9ba;
}

.box01-blue {
  border: solid 1px #849ab9;
  background-color: #EFF3F7;
}

.box02-blue {
  border: solid 1px #849ab9;
  background-color: #EFF3F7;
}

.box03-blue {
  background-color: #EFF3F7;
}
.box03-blue .ttl {
  border-bottom: solid 1px #849ab9;
}

.box01-orange {
  border: solid 1px #ff944d;
  background-color: #FFF8C4;
}

.box02-orange {
  border: solid 1px #ff944d;
  background-color: #FFF8C4;
}

.box03-orange {
  background-color: #FFF8C4;
}
.box03-orange .ttl {
  border-bottom: solid 1px #ff944d;
}

/* Skyupe用（http://japanlifesupport.com/support/lesson.html） */
.box02-skype {
  border-color: #00AFF0;
  border-style: dotted;
  border-radius: 5px;
  background-color: #EDF9FE;
}
.box02-skype p {
  font-size: 14px;
  font-size: 1.4rem;
}
.box02-skype p:first-child {
  position: relative;
  padding-left: 1.8em;
  color: #00AFF0;
  font-weight: bold;
}
.box02-skype p:first-child:before {
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  top: -.3em;
  left: 0;
}

.box-merit, .box-demerit, .box-normal {
  display: block;
  padding: 1em;
  border-radius: 3px;
}
.box-merit dt, .box-demerit dt, .box-normal dt {
  padding-bottom: .5em;
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: 1px solid #FF6C70;
}
.box-merit dt:before, .box-demerit dt:before, .box-normal dt:before {
  margin-right: .3em;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
.box-merit dd, .box-demerit dd, .box-normal dd {
  padding-top: .5em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.box-merit {
  border: 1px solid #ffb9ba;
}
.box-merit dt {
  border-bottom-color: #ffb9ba;
}
.box-merit dt:before {
  content: "";
  color: #FF6C70;
}

.box-demerit {
  border: 1px solid #849ab9;
}
.box-demerit dt {
  border-bottom-color: #849ab9;
}
.box-demerit dt:before {
  content: "";
  color: #577399;
}

.box-normal {
  border: 1px solid #fdce8b;
}
.box-normal dt {
  border-bottom-color: #fdce8b;
}
.box-normal dt:before {
  content: "";
  color: #FBAE40;
}

.box04 {
  display: inline-block;
  padding: .5em;
  min-height: 14em;
  min-width: 9em;
  margin-right: .5em;
  text-align: center;
  vertical-align: top;
  border: 3px solid #BACDD9;
}
.box04 figcaption {
  margin-top: .5em;
  font-size: 13px;
  font-size: 1.3rem;
}

/*--------------------------------------------------------*/
/*　	ボタン　*/
/*--------------------------------------------------------*/
/*　.btn01　*/
.btn01, .btn01-amazonorange, .btn01-orange, .btn01-red, .btn01-blue, .btn01-blue2, .btn01-pink, .btn01-green {
  text-align: center;
  background-color: #f2f6f9;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, transparent), to(transparent));
  background-size: 7px 7px;
}
.btn01 a, .btn01-amazonorange a, .btn01-orange a, .btn01-red a, .btn01-blue a, .btn01-blue2 a, .btn01-pink a, .btn01-green a {
  display: inline-block;
  padding: .5em 2em;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  color: #20202F;
  text-shadow: 1px 1px 1px #eee;
  text-decoration: none;
  background-color: #fafafa;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.06), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: transparent;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn01 a:hover, .btn01-amazonorange a:hover, .btn01-orange a:hover, .btn01-red a:hover, .btn01-blue a:hover, .btn01-blue2 a:hover, .btn01-pink a:hover, .btn01-green a:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 0 rgba(0, 0, 0, 0.09), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
}
.item01-pickup .btn01, .item01-pickup .btn01-amazonorange, .item01-pickup .btn01-orange, .item01-pickup .btn01-red, .item01-pickup .btn01-blue, .item01-pickup .btn01-blue2, .item01-pickup .btn01-pink, .item01-pickup .btn01-green {
  background-color: #f3f3b7;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, transparent), to(transparent));
}

.btn01-amazonorange a {
  background-color: #FF9900;
  text-shadow: 1px 1px 1px #cc7a00;
  color: #fff;
}

.btn01-orange a {
  background-color: #ff7f50;
  text-shadow: 1px 1px 1px #ff5a1d;
  color: #fff;
}

.btn01-red a {
  background-color: #ff5252;
  text-shadow: 1px 1px 1px #ff1f1f;
  color: #fff;
}

.btn01-blue a {
  background-color: #2c428d;
  text-shadow: 1px 1px 1px #203066;
  color: #fff;
}

.btn01-blue2 a {
  background-color: #267dcc;
  text-shadow: 1px 1px 1px #1e63a1;
  color: #fff;
}

.btn01-pink a {
  background-color: #FF8C97;
  text-shadow: 1px 1px 1px #ff5969;
  color: #fff;
}

.btn01-green a {
  background-color: #79b74a;
  text-shadow: 1px 1px 1px #61933b;
  color: #fff;
}

/*--------------------------------------------------------*/
/*　	フロー図　*/
/*--------------------------------------------------------*/
/*　.flow01 .flow02　*/
.flow01-blue1 li, .flow01-blue1-num li, .flow02-blue1 li, .flow02-blue1-num li, .flow01-blue2 li, .flow01-blue2-num li, .flow02-blue2 li, .flow02-blue2-num li, .flow01-blue3 li, .flow01-blue3-num li, .flow02-blue3 li, .flow02-blue3-num li, .flow01-pink li, .flow01-pink-num li, .flow02-pink li, .flow02-pink-num li, .flow01-purple li, .flow01-purple-num li, .flow02-purple li, .flow02-purple-num li, .flow01-mame li, .flow01-mame-num li, .flow02-mame li, .flow02-mame-num li {
  display: inline-block;
  position: relative;
  margin: 0 .7em .5em 0;
  padding: .1em .5em 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.flow01-blue1 li:after, .flow01-blue1-num li:after, .flow02-blue1 li:after, .flow02-blue1-num li:after, .flow01-blue2 li:after, .flow01-blue2-num li:after, .flow02-blue2 li:after, .flow02-blue2-num li:after, .flow01-blue3 li:after, .flow01-blue3-num li:after, .flow02-blue3 li:after, .flow02-blue3-num li:after, .flow01-pink li:after, .flow01-pink-num li:after, .flow02-pink li:after, .flow02-pink-num li:after, .flow01-purple li:after, .flow01-purple-num li:after, .flow02-purple li:after, .flow02-purple-num li:after, .flow01-mame li:after, .flow01-mame-num li:after, .flow02-mame li:after, .flow02-mame-num li:after {
  content: "";
  display: inline-block;
  height: 1.15em;
  width: 1.15em;
  position: absolute;
  top: .2em;
  right: -.6em;
  z-index: -1;
  vertical-align: middle;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flow01-blue1 li:last-child:after, .flow01-blue1-num li:last-child:after, .flow02-blue1 li:last-child:after, .flow02-blue1-num li:last-child:after, .flow01-blue2 li:last-child:after, .flow01-blue2-num li:last-child:after, .flow02-blue2 li:last-child:after, .flow02-blue2-num li:last-child:after, .flow01-blue3 li:last-child:after, .flow01-blue3-num li:last-child:after, .flow02-blue3 li:last-child:after, .flow02-blue3-num li:last-child:after, .flow01-pink li:last-child:after, .flow01-pink-num li:last-child:after, .flow02-pink li:last-child:after, .flow02-pink-num li:last-child:after, .flow01-purple li:last-child:after, .flow01-purple-num li:last-child:after, .flow02-purple li:last-child:after, .flow02-purple-num li:last-child:after, .flow01-mame li:last-child:after, .flow01-mame-num li:last-child:after, .flow02-mame li:last-child:after, .flow02-mame-num li:last-child:after {
  content: none;
}

/*　.flow03　*/
.flow03-blue1-num li, .flow03-blue2-num li, .flow03-blue3-num li, .flow03-pink-num li, .flow03-purple-num li, .flow03-mame-num li {
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
  margin-right: .2em;
}
.flow03-blue1-num li:after, .flow03-blue2-num li:after, .flow03-blue3-num li:after, .flow03-pink-num li:after, .flow03-purple-num li:after, .flow03-mame-num li:after {
  margin-left: .2em;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: #ddd;
}
.flow03-blue1-num li:last-child:after, .flow03-blue2-num li:last-child:after, .flow03-blue3-num li:last-child:after, .flow03-pink-num li:last-child:after, .flow03-purple-num li:last-child:after, .flow03-mame-num li:last-child:after {
  content: none;
}
.flow03-blue1-num li:before, .flow03-blue2-num li:before, .flow03-blue3-num li:before, .flow03-pink-num li:before, .flow03-purple-num li:before, .flow03-mame-num li:before {
  display: block;
  padding: 0 !important;
  top: 0.5em !important;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/*　.flow04　*/
/*　.flow05　*/
.flow05-blue1 > div, .flow05-blue2 > div, .flow05-blue3 > div, .flow05-pink > div, .flow05-purple > div, .flow05-mame > div {
  position: relative;
  margin-top: 5em;
  padding: 1em;
  background-color: #f7f8f9;
}
.flow05-blue1 > div:first-child, .flow05-blue2 > div:first-child, .flow05-blue3 > div:first-child, .flow05-pink > div:first-child, .flow05-purple > div:first-child, .flow05-mame > div:first-child {
  margin-top: 0;
}
.flow05-blue1 > div:first-child:after, .flow05-blue2 > div:first-child:after, .flow05-blue3 > div:first-child:after, .flow05-pink > div:first-child:after, .flow05-purple > div:first-child:after, .flow05-mame > div:first-child:after {
  content: none;
}
.flow05-blue1 > div:after, .flow05-blue2 > div:after, .flow05-blue3 > div:after, .flow05-pink > div:after, .flow05-purple > div:after, .flow05-mame > div:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -3.3em;
  border-style: solid;
  border-width: 1.5em 5em 0 5em;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow05-blue1 > div p, .flow05-blue2 > div p, .flow05-blue3 > div p, .flow05-pink > div p, .flow05-purple > div p, .flow05-mame > div p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.flow05-blue1 > div > .ttl, .flow05-blue2 > div > .ttl, .flow05-blue3 > div > .ttl, .flow05-pink > div > .ttl, .flow05-purple > div > .ttl, .flow05-mame > div > .ttl {
  padding: 0 0 .3em;
  margin-bottom: .9em;
  font-size: 15px;
  font-size: 1.5rem;
}
.flow05-blue1 > div .item01, .flow05-blue2 > div .item01, .flow05-blue3 > div .item01, .flow05-pink > div .item01, .flow05-purple > div .item01, .flow05-mame > div .item01, .flow05-blue1 > div .item01-pickup, .flow05-blue2 > div .item01-pickup, .flow05-blue3 > div .item01-pickup, .flow05-pink > div .item01-pickup, .flow05-purple > div .item01-pickup, .flow05-mame > div .item01-pickup,
.flow05-blue1 > div .item02,
.flow05-blue2 > div .item02,
.flow05-blue3 > div .item02,
.flow05-pink > div .item02,
.flow05-purple > div .item02,
.flow05-mame > div .item02,
.flow05-blue1 > div .item03,
.flow05-blue2 > div .item03,
.flow05-blue3 > div .item03,
.flow05-pink > div .item03,
.flow05-purple > div .item03,
.flow05-mame > div .item03,
.flow05-blue1 > div .item-sup,
.flow05-blue2 > div .item-sup,
.flow05-blue3 > div .item-sup,
.flow05-pink > div .item-sup,
.flow05-purple > div .item-sup,
.flow05-mame > div .item-sup,
.flow05-blue1 > div .item-lesson,
.flow05-blue2 > div .item-lesson,
.flow05-blue3 > div .item-lesson,
.flow05-pink > div .item-lesson,
.flow05-purple > div .item-lesson,
.flow05-mame > div .item-lesson,
.flow05-blue1 > div .item-waku,
.flow05-blue2 > div .item-waku,
.flow05-blue3 > div .item-waku,
.flow05-pink > div .item-waku,
.flow05-purple > div .item-waku,
.flow05-mame > div .item-waku,
.flow05-blue1 > div .item-ref-img,
.flow05-blue2 > div .item-ref-img,
.flow05-blue3 > div .item-ref-img,
.flow05-pink > div .item-ref-img,
.flow05-purple > div .item-ref-img,
.flow05-mame > div .item-ref-img {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .flow05-blue1 > div, .flow05-blue2 > div, .flow05-blue3 > div, .flow05-pink > div, .flow05-purple > div, .flow05-mame > div {
    padding: 1.5em;
  }
  .flow05-blue1 > div .item-lineup, .flow05-blue2 > div .item-lineup, .flow05-blue3 > div .item-lineup, .flow05-pink > div .item-lineup, .flow05-purple > div .item-lineup, .flow05-mame > div .item-lineup {
    background-color: #fff;
  }
}

.flow01-blue1-num li:nth-child(9):before, .flow02-blue1-num li:nth-child(9):before, .flow03-blue1-num li:nth-child(9):before, .flow01-blue2-num li:nth-child(9):before, .flow02-blue2-num li:nth-child(9):before, .flow03-blue2-num li:nth-child(9):before, .flow01-blue3-num li:nth-child(9):before, .flow02-blue3-num li:nth-child(9):before, .flow03-blue3-num li:nth-child(9):before, .flow01-pink-num li:nth-child(9):before, .flow02-pink-num li:nth-child(9):before, .flow03-pink-num li:nth-child(9):before, .flow01-purple-num li:nth-child(9):before, .flow02-purple-num li:nth-child(9):before, .flow03-purple-num li:nth-child(9):before, .flow01-mame-num li:nth-child(9):before, .flow02-mame-num li:nth-child(9):before, .flow03-mame-num li:nth-child(9):before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: .1em .4em 0 .4em;
  content: "9";
}
.flow01-blue1-num li:nth-child(8):before, .flow02-blue1-num li:nth-child(8):before, .flow03-blue1-num li:nth-child(8):before, .flow01-blue2-num li:nth-child(8):before, .flow02-blue2-num li:nth-child(8):before, .flow03-blue2-num li:nth-child(8):before, .flow01-blue3-num li:nth-child(8):before, .flow02-blue3-num li:nth-child(8):before, .flow03-blue3-num li:nth-child(8):before, .flow01-pink-num li:nth-child(8):before, .flow02-pink-num li:nth-child(8):before, .flow03-pink-num li:nth-child(8):before, .flow01-purple-num li:nth-child(8):before, .flow02-purple-num li:nth-child(8):before, .flow03-purple-num li:nth-child(8):before, .flow01-mame-num li:nth-child(8):before, .flow02-mame-num li:nth-child(8):before, .flow03-mame-num li:nth-child(8):before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: .1em .4em 0 .4em;
  content: "8";
}
.flow01-blue1-num li:nth-child(7):before, .flow02-blue1-num li:nth-child(7):before, .flow03-blue1-num li:nth-child(7):before, .flow01-blue2-num li:nth-child(7):before, .flow02-blue2-num li:nth-child(7):before, .flow03-blue2-num li:nth-child(7):before, .flow01-blue3-num li:nth-child(7):before, .flow02-blue3-num li:nth-child(7):before, .flow03-blue3-num li:nth-child(7):before, .flow01-pink-num li:nth-child(7):before, .flow02-pink-num li:nth-child(7):before, .flow03-pink-num li:nth-child(7):before, .flow01-purple-num li:nth-child(7):before, .flow02-purple-num li:nth-child(7):before, .flow03-purple-num li:nth-child(7):before, .flow01-mame-num li:nth-child(7):before, .flow02-mame-num li:nth-child(7):before, .flow03-mame-num li:nth-child(7):before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: .1em .4em 0 .4em;
  content: "7";
}
.flow01-blue1-num li:nth-child(6):before, .flow02-blue1-num li:nth-child(6):before, .flow03-blue1-num li:nth-child(6):before, .flow01-blue2-num li:nth-child(6):before, .flow02-blue2-num li:nth-child(6):before, .flow03-blue2-num li:nth-child(6):before, .flow01-blue3-num li:nth-child(6):before, .flow02-blue3-num li:nth-child(6):before, .flow03-blue3-num li:nth-child(6):before, .flow01-pink-num li:nth-child(6):before, .flow02-pink-num li:nth-child(6):before, .flow03-pink-num li:nth-child(6):before, .flow01-purple-num li:nth-child(6):before, .flow02-purple-num li:nth-child(6):before, .flow03-purple-num li:nth-child(6):before, .flow01-mame-num li:nth-child(6):before, .flow02-mame-num li:nth-child(6):before, .flow03-mame-num li:nth-child(6):before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: .1em .4em 0 .4em;
  content: "6";
}
.flow01-blue1-num li:nth-child(5):before, .flow02-blue1-num li:nth-child(5):before, .flow03-blue1-num li:nth-child(5):before, .flow01-blue2-num li:nth-child(5):before, .flow02-blue2-num li:nth-child(5):before, .flow03-blue2-num li:nth-child(5):before, .flow01-blue3-num li:nth-child(5):before, .flow02-blue3-num li:nth-child(5):before, .flow03-blue3-num li:nth-child(5):before, .flow01-pink-num li:nth-child(5):before, .flow02-pink-num li:nth-child(5):before, .flow03-pink-num li:nth-child(5):before, .flow01-purple-num li:nth-child(5):before, .flow02-purple-num li:nth-child(5):before, .flow03-purple-num li:nth-child(5):before, .flow01-mame-num li:nth-child(5):before, .flow02-mame-num li:nth-child(5):before, .flow03-mame-num li:nth-child(5):before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: .1em .4em 0 .4em;
  content: "5";
}
.flow01-blue1-num li:nth-child(4):before, .flow02-blue1-num li:nth-child(4):before, .flow03-blue1-num li:nth-child(4):before, .flow01-blue2-num li:nth-child(4):before, .flow02-blue2-num li:nth-child(4):before, .flow03-blue2-num li:nth-child(4):before, .flow01-blue3-num li:nth-child(4):before, .flow02-blue3-num li:nth-child(4):before, .flow03-blue3-num li:nth-child(4):before, .flow01-pink-num li:nth-child(4):before, .flow02-pink-num li:nth-child(4):before, .flow03-pink-num li:nth-child(4):before, .flow01-purple-num li:nth-child(4):before, .flow02-purple-num li:nth-child(4):before, .flow03-purple-num li:nth-child(4):before, .flow01-mame-num li:nth-child(4):before, .flow02-mame-num li:nth-child(4):before, .flow03-mame-num li:nth-child(4):before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: .1em .4em 0 .4em;
  content: "4";
}
.flow01-blue1-num li:nth-child(3):before, .flow02-blue1-num li:nth-child(3):before, .flow03-blue1-num li:nth-child(3):before, .flow01-blue2-num li:nth-child(3):before, .flow02-blue2-num li:nth-child(3):before, .flow03-blue2-num li:nth-child(3):before, .flow01-blue3-num li:nth-child(3):before, .flow02-blue3-num li:nth-child(3):before, .flow03-blue3-num li:nth-child(3):before, .flow01-pink-num li:nth-child(3):before, .flow02-pink-num li:nth-child(3):before, .flow03-pink-num li:nth-child(3):before, .flow01-purple-num li:nth-child(3):before, .flow02-purple-num li:nth-child(3):before, .flow03-purple-num li:nth-child(3):before, .flow01-mame-num li:nth-child(3):before, .flow02-mame-num li:nth-child(3):before, .flow03-mame-num li:nth-child(3):before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: .1em .4em 0 .4em;
  content: "3";
}
.flow01-blue1-num li:nth-child(2):before, .flow02-blue1-num li:nth-child(2):before, .flow03-blue1-num li:nth-child(2):before, .flow01-blue2-num li:nth-child(2):before, .flow02-blue2-num li:nth-child(2):before, .flow03-blue2-num li:nth-child(2):before, .flow01-blue3-num li:nth-child(2):before, .flow02-blue3-num li:nth-child(2):before, .flow03-blue3-num li:nth-child(2):before, .flow01-pink-num li:nth-child(2):before, .flow02-pink-num li:nth-child(2):before, .flow03-pink-num li:nth-child(2):before, .flow01-purple-num li:nth-child(2):before, .flow02-purple-num li:nth-child(2):before, .flow03-purple-num li:nth-child(2):before, .flow01-mame-num li:nth-child(2):before, .flow02-mame-num li:nth-child(2):before, .flow03-mame-num li:nth-child(2):before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: .1em .4em 0 .4em;
  content: "2";
}
.flow01-blue1-num li:nth-child(1):before, .flow02-blue1-num li:nth-child(1):before, .flow03-blue1-num li:nth-child(1):before, .flow01-blue2-num li:nth-child(1):before, .flow02-blue2-num li:nth-child(1):before, .flow03-blue2-num li:nth-child(1):before, .flow01-blue3-num li:nth-child(1):before, .flow02-blue3-num li:nth-child(1):before, .flow03-blue3-num li:nth-child(1):before, .flow01-pink-num li:nth-child(1):before, .flow02-pink-num li:nth-child(1):before, .flow03-pink-num li:nth-child(1):before, .flow01-purple-num li:nth-child(1):before, .flow02-purple-num li:nth-child(1):before, .flow03-purple-num li:nth-child(1):before, .flow01-mame-num li:nth-child(1):before, .flow02-mame-num li:nth-child(1):before, .flow03-mame-num li:nth-child(1):before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: .1em .4em 0 .4em;
  content: "1";
}

.flow01-blue1 li {
  background-color: #6993AE;
}
.flow01-blue1 li:after {
  background-color: #6993AE;
}

.flow01-blue1-num li {
  padding-left: 1.9em;
  background-color: #6993AE;
}
.flow01-blue1-num li:before {
  border-right: 1px solid #fff;
}
.flow01-blue1-num li:after {
  background-color: #6993AE;
}

.flow02-blue1 li {
  border: 1px solid #6993AE;
  border-right: none;
  margin-right: 1em;
}
.flow02-blue1 li:after {
  border-top: 1px solid #6993AE;
  border-right: 1px solid #6993AE;
}
.flow02-blue1 li:last-child {
  border-right: 1px solid #6993AE;
}

.flow02-blue1-num li {
  padding-left: 1.9em;
  border: 1px solid #6993AE;
  border-right: none;
  margin-right: 1em;
}
.flow02-blue1-num li:before {
  color: #fff;
  background-color: #6993AE;
}
.flow02-blue1-num li:after {
  border-top: 1px solid #6993AE;
  border-right: 1px solid #6993AE;
}
.flow02-blue1-num li:last-child {
  border-right: 1px solid #6993AE;
}

.flow03-blue1-num li {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 1.3em;
}
.flow03-blue1-num li:before {
  background-color: #6993AE;
}

.flow05-blue1 > div:after {
  border-color: #6993AE transparent transparent transparent;
}
.flow05-blue1 > div > .ttl {
  border-bottom: 1px solid #6993AE;
}

.flow01-blue2 li {
  background-color: #BACDD9;
}
.flow01-blue2 li:after {
  background-color: #BACDD9;
}

.flow01-blue2-num li {
  padding-left: 1.9em;
  background-color: #BACDD9;
}
.flow01-blue2-num li:before {
  border-right: 1px solid #fff;
}
.flow01-blue2-num li:after {
  background-color: #BACDD9;
}

.flow02-blue2 li {
  border: 1px solid #BACDD9;
  border-right: none;
  margin-right: 1em;
}
.flow02-blue2 li:after {
  border-top: 1px solid #BACDD9;
  border-right: 1px solid #BACDD9;
}
.flow02-blue2 li:last-child {
  border-right: 1px solid #BACDD9;
}

.flow02-blue2-num li {
  padding-left: 1.9em;
  border: 1px solid #BACDD9;
  border-right: none;
  margin-right: 1em;
}
.flow02-blue2-num li:before {
  color: #fff;
  background-color: #BACDD9;
}
.flow02-blue2-num li:after {
  border-top: 1px solid #BACDD9;
  border-right: 1px solid #BACDD9;
}
.flow02-blue2-num li:last-child {
  border-right: 1px solid #BACDD9;
}

.flow03-blue2-num li {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 1.3em;
}
.flow03-blue2-num li:before {
  background-color: #BACDD9;
}

.flow05-blue2 > div:after {
  border-color: #BACDD9 transparent transparent transparent;
}
.flow05-blue2 > div > .ttl {
  border-bottom: 1px solid #BACDD9;
}

.flow01-blue3 li {
  background-color: #EFF3F7;
}
.flow01-blue3 li:after {
  background-color: #EFF3F7;
}

.flow01-blue3-num li {
  padding-left: 1.9em;
  background-color: #EFF3F7;
}
.flow01-blue3-num li:before {
  border-right: 1px solid #fff;
}
.flow01-blue3-num li:after {
  background-color: #EFF3F7;
}

.flow02-blue3 li {
  border: 1px solid #EFF3F7;
  border-right: none;
  margin-right: 1em;
}
.flow02-blue3 li:after {
  border-top: 1px solid #EFF3F7;
  border-right: 1px solid #EFF3F7;
}
.flow02-blue3 li:last-child {
  border-right: 1px solid #EFF3F7;
}

.flow02-blue3-num li {
  padding-left: 1.9em;
  border: 1px solid #EFF3F7;
  border-right: none;
  margin-right: 1em;
}
.flow02-blue3-num li:before {
  color: #fff;
  background-color: #EFF3F7;
}
.flow02-blue3-num li:after {
  border-top: 1px solid #EFF3F7;
  border-right: 1px solid #EFF3F7;
}
.flow02-blue3-num li:last-child {
  border-right: 1px solid #EFF3F7;
}

.flow03-blue3-num li {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 1.3em;
}
.flow03-blue3-num li:before {
  background-color: #EFF3F7;
}

.flow05-blue3 > div:after {
  border-color: #EFF3F7 transparent transparent transparent;
}
.flow05-blue3 > div > .ttl {
  border-bottom: 1px solid #EFF3F7;
}

.flow01-pink li {
  background-color: #F4C6D2;
}
.flow01-pink li:after {
  background-color: #F4C6D2;
}

.flow01-pink-num li {
  padding-left: 1.9em;
  background-color: #F4C6D2;
}
.flow01-pink-num li:before {
  border-right: 1px solid #fff;
}
.flow01-pink-num li:after {
  background-color: #F4C6D2;
}

.flow02-pink li {
  border: 1px solid #F4C6D2;
  border-right: none;
  margin-right: 1em;
}
.flow02-pink li:after {
  border-top: 1px solid #F4C6D2;
  border-right: 1px solid #F4C6D2;
}
.flow02-pink li:last-child {
  border-right: 1px solid #F4C6D2;
}

.flow02-pink-num li {
  padding-left: 1.9em;
  border: 1px solid #F4C6D2;
  border-right: none;
  margin-right: 1em;
}
.flow02-pink-num li:before {
  color: #fff;
  background-color: #F4C6D2;
}
.flow02-pink-num li:after {
  border-top: 1px solid #F4C6D2;
  border-right: 1px solid #F4C6D2;
}
.flow02-pink-num li:last-child {
  border-right: 1px solid #F4C6D2;
}

.flow03-pink-num li {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 1.3em;
}
.flow03-pink-num li:before {
  background-color: #F4C6D2;
}

.flow05-pink > div:after {
  border-color: #F4C6D2 transparent transparent transparent;
}
.flow05-pink > div > .ttl {
  border-bottom: 1px solid #F4C6D2;
}

.flow01-purple li {
  background-color: #C0C7FE;
}
.flow01-purple li:after {
  background-color: #C0C7FE;
}

.flow01-purple-num li {
  padding-left: 1.9em;
  background-color: #C0C7FE;
}
.flow01-purple-num li:before {
  border-right: 1px solid #fff;
}
.flow01-purple-num li:after {
  background-color: #C0C7FE;
}

.flow02-purple li {
  border: 1px solid #C0C7FE;
  border-right: none;
  margin-right: 1em;
}
.flow02-purple li:after {
  border-top: 1px solid #C0C7FE;
  border-right: 1px solid #C0C7FE;
}
.flow02-purple li:last-child {
  border-right: 1px solid #C0C7FE;
}

.flow02-purple-num li {
  padding-left: 1.9em;
  border: 1px solid #C0C7FE;
  border-right: none;
  margin-right: 1em;
}
.flow02-purple-num li:before {
  color: #fff;
  background-color: #C0C7FE;
}
.flow02-purple-num li:after {
  border-top: 1px solid #C0C7FE;
  border-right: 1px solid #C0C7FE;
}
.flow02-purple-num li:last-child {
  border-right: 1px solid #C0C7FE;
}

.flow03-purple-num li {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 1.3em;
}
.flow03-purple-num li:before {
  background-color: #C0C7FE;
}

.flow05-purple > div:after {
  border-color: #C0C7FE transparent transparent transparent;
}
.flow05-purple > div > .ttl {
  border-bottom: 1px solid #C0C7FE;
}

.flow01-mame li {
  background-color: #79b74a;
}
.flow01-mame li:after {
  background-color: #79b74a;
}

.flow01-mame-num li {
  padding-left: 1.9em;
  background-color: #79b74a;
}
.flow01-mame-num li:before {
  border-right: 1px solid #fff;
}
.flow01-mame-num li:after {
  background-color: #79b74a;
}

.flow02-mame li {
  border: 1px solid #79b74a;
  border-right: none;
  margin-right: 1em;
}
.flow02-mame li:after {
  border-top: 1px solid #79b74a;
  border-right: 1px solid #79b74a;
}
.flow02-mame li:last-child {
  border-right: 1px solid #79b74a;
}

.flow02-mame-num li {
  padding-left: 1.9em;
  border: 1px solid #79b74a;
  border-right: none;
  margin-right: 1em;
}
.flow02-mame-num li:before {
  color: #fff;
  background-color: #79b74a;
}
.flow02-mame-num li:after {
  border-top: 1px solid #79b74a;
  border-right: 1px solid #79b74a;
}
.flow02-mame-num li:last-child {
  border-right: 1px solid #79b74a;
}

.flow03-mame-num li {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 1.3em;
}
.flow03-mame-num li:before {
  background-color: #79b74a;
}

.flow05-mame > div:after {
  border-color: #79b74a transparent transparent transparent;
}
.flow05-mame > div > .ttl {
  border-bottom: 1px solid #79b74a;
}

/*--------------------------------------------------------*/
/*　見出し　*/
/*--------------------------------------------------------*/
.ttl-border-bottom {
  position: relative;
  padding: .4em 0 .6em;
  margin: 2em 0 1em;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.ttl-border-bottom:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 3em;
  border-bottom: 3px solid #F4C6D2;
  z-index: -2;
}
.ttl-border-bottom:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 2em;
  border-bottom: 3px solid #BACDD9;
  z-index: -1;
}

.ttl-bar {
  position: relative;
  margin: 2em 0 1em;
  padding: 0 0 0 1.7em;
  line-height: 1.6;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #2e2e44;
}
.ttl-bar:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  width: 1em;
  border-bottom: 4px solid #F4C6D2;
  z-index: -2;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ttl-bar:after {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  width: .6em;
  border-bottom: 4px solid #BACDD9;
  z-index: -1;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.ttl-bg {
  margin: 2em 0 0;
  padding: .8em .7em .7em;
  position: relative;
  color: #2e2e44;
  text-shadow: 1px 1px 1px #EFF3F7;
  border-bottom: 1px solid #6993AE;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #BACDD9;
}
@media only screen and (min-width: 768px) {
  .ttl-bg {
    padding: .8em 1em .7em;
  }
}

.ttl-circle {
  position: relative;
  margin: 2em 0 1em;
  padding-left: 1.7em;
  line-height: 1.6;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.ttl-circle:before {
  position: absolute;
  top: .2em;
  left: 0;
  content: '';
  display: inline-block;
  height: .6em;
  width: .6em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #BACDD9;
}

.ttl-check, .ttl-check-merit, .ttl-check-demerit, .ttl-check-normal {
  position: relative;
  margin: 2em 0 1em;
  padding: 0 0 0 1.7em;
  line-height: 1.6;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #2e2e44;
}
.ttl-check:before, .ttl-check-merit:before, .ttl-check-demerit:before, .ttl-check-normal:before {
  position: absolute;
  left: 0;
  top: .31em;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border: solid 1px #BACDD9;
}
.ttl-check:after, .ttl-check-merit:after, .ttl-check-demerit:after, .ttl-check-normal:after {
  position: absolute;
  left: .2em;
  top: .2em;
  content: "";
  display: block;
  width: 0.84em;
  height: 0.4em;
  border-left: solid 3px #8faec1;
  border-bottom: solid 3px #8faec1;
  -moz-transForm: rotate(-45deg);
  -webkit-transForm: rotate(-45deg);
  transForm: rotate(-45deg);
}

.ttl-answer {
  padding: 1em;
  margin: 2em .6em 2em;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: normal;
  background-color: #fff;
}
.ttl-answer:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/share/soudan_bg.gif);
  z-index: -1;
  margin: -.6em;
}
@media only screen and (min-width: 768px) {
  .ttl-answer {
    margin: 3em 1em 3em;
  }
  .ttl-answer:before {
    margin: -1em;
  }
}

.ttl-check-merit:after {
  border-left: solid 3px #FF6C70;
  border-bottom: solid 3px #FF6C70;
}

.ttl-check-demerit:after {
  border-left: solid 3px #577399;
  border-bottom: solid 3px #577399;
}

.ttl-check-normal:after {
  border-left: solid 3px #FBAE40;
  border-bottom: solid 3px #FBAE40;
}

/*--------------------------------------------------------*/
/*　	本文中の画像（イメージ画像・解説画像など）　*/
/*--------------------------------------------------------*/
/*　.img-right　*/
.img-right, .img-left {
  margin: 1em 0;
  padding: 0 1em;
  text-align: center;
  background-color: #f2f6f9;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, transparent), to(transparent));
  background-size: 7px 7px;
}
.img-right img, .img-left img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .img-right, .img-left {
    float: right;
    margin: .3em 0 1em 1em;
    padding: 0;
  }
  .img-right img, .img-left img {
    width: 200px;
  }
}

/*　.img-left　*/
@media only screen and (min-width: 768px) {
  .img-left {
    float: left;
    margin: .3em 1em 1em 0;
  }
}

/*　.img-auto　*/
.img-auto img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

/* ▼▼画像が小さいとき（http://japanlifesupport.com/amusement/rentalcar.html） */
/*　.minimg-right　*/
.minimg-right {
  float: right;
  margin: .3em 0 .3em 1em;
  padding: 0;
}

/*　.minimg-left　*/
.minimg-left {
  float: left;
  margin: .3em 1em .3em 0;
  padding: 0;
}

/*　.img-border01　*/
.img-border01 img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  border: 1px solid #BACDD9;
}

/*　.img-bg01　*/
.img-bg01 {
  text-align: center;
  background-color: #f2f6f9;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, transparent), to(transparent));
  background-size: 7px 7px;
}
.img-bg01 img {
  width: 100%;
  max-width: 500px;
  border: 10px solid #fff;
  box-shadow: 0 0 0 1px #BACDD9;
}

/*--------------------------------------------------------*/
/*　	案件表／アイテム紹介枠　*/
/*--------------------------------------------------------*/
/*　.item01　*/
.item01, .item01-pickup {
  padding: 1em;
  border: 1px solid #BACDD9;
}
.item01 .img-item, .item01-pickup .img-item,
.item01 .img-logo,
.item01-pickup .img-logo {
  text-align: center;
  background-color: #EFF3F7;
}
.item01 .img-item img, .item01-pickup .img-item img,
.item01 .img-logo img,
.item01-pickup .img-logo img {
  width: 100%;
  max-width: 202px;
  border: 1px solid #BACDD9;
}
.item01 .img-miniitem, .item01-pickup .img-miniitem {
  text-align: center;
  background-color: #EFF3F7;
}
.item01 .img-miniitem img, .item01-pickup .img-miniitem img {
  width: 100%;
  max-width: 102px;
  border: 1px solid #BACDD9;
}
.item01 .img-cre, .item01-pickup .img-cre {
  text-align: center;
  background-color: #EFF3F7;
}
.item01 .img-cre img, .item01-pickup .img-cre img {
  width: 100%;
  max-width: 160px;
}
.item01 .tate img, .item01-pickup .tate img {
  width: 100%;
  max-width: 98px;
}
.item01 .ttl, .item01-pickup .ttl {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.7;
}
.item01 .ttl a, .item01-pickup .ttl a {
  display: block;
  position: relative;
  padding: .5em 0 .5em 1.5em;
  color: #3932ff;
  text-decoration: underline;
}
.item01 .ttl a:hover, .item01-pickup .ttl a:hover {
  color: #CC3434;
  text-decoration: none;
}
.item01 .ttl a:visited, .item01-pickup .ttl a:visited {
  color: #609;
}
.item01 .ttl a:before, .item01-pickup .ttl a:before {
  position: absolute;
  top: .9em;
  left: 0;
  width: 1.6em;
  height: 1.6em;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  background-color: #267dcc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.item01 .ttl.ttl-plural a, .item01-pickup .ttl.ttl-plural a {
  padding-bottom: 0;
}
.item01 .ttl.ttl-plural a:last-child, .item01-pickup .ttl.ttl-plural a:last-child {
  padding-bottom: .5em;
}
.item01 .cf, .item01-pickup .cf {
  margin-bottom: 1em;
  border-bottom: 1px solid #BACDD9;
}
.item01 .txt p, .item01-pickup .txt p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .item01, .item01-pickup {
    padding: 1.5em;
  }
  .item01 .img-item, .item01-pickup .img-item,
  .item01 .img-logo,
  .item01-pickup .img-logo {
    float: left;
    margin-right: 2%;
    width: 29%;
  }
  .item01 .img-miniitem, .item01-pickup .img-miniitem {
    float: left;
    margin-right: 2%;
    width: 19%;
  }
  .item01 .img-cre, .item01-pickup .img-cre {
    float: left;
    margin-right: 2%;
    width: 22%;
  }
  .item01 .item-right, .item01-pickup .item-right {
    float: left;
    width: 69%;
  }
  .item01 .item-right.item-mini, .item01-pickup .item-right.item-mini {
    width: 79%;
  }
  .item01 .item-right.item-cre, .item01-pickup .item-right.item-cre {
    width: 76%;
  }
  .item01 .ttl a, .item01-pickup .ttl a {
    padding-top: 0;
  }
  .item01 .ttl a:before, .item01-pickup .ttl a:before {
    top: .2em;
  }
  .item01 .cf, .item01-pickup .cf {
    padding-bottom: 1.5em;
  }
  .item01 > .under, .item01-pickup > .under {
    margin-top: 1em;
  }
}

.item01-pickup {
  position: relative;
  background-color: #ffffe6;
  border: 1px solid #e83929;
}
.item01-pickup:before {
  content: '';
  width: 8em;
  height: 8em;
  display: inline-block;
  background-image: url(../img/share/item_reco.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -1.8em;
  right: -1em;
  z-index: 1;
}
.ch .item01-pickup:before {
  background-image: url(../img/share/item_reco_ch.png);
}
.en .item01-pickup:before {
  background-image: url(../img/share/item_reco_en.png);
}
.item01-pickup .img-logo img {
  border: 1px solid #e83929;
}
.item01-pickup .ttl a:before {
  background-color: #e83929;
}
@media only screen and (min-width: 768px) {
  .item01-pickup .ttl {
    padding-right: 4em;
  }
}

/*　.item02　*/
.item02 {
  padding: 1em;
  border: 1px solid #BACDD9;
}
.item02 .ttl {
  position: relative;
  padding-left: 1.7em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
}
.item02 .ttl a {
  display: block;
  color: #3932ff;
  text-decoration: underline;
}
.item02 .ttl a:hover {
  color: #CC3434;
  text-decoration: none;
}
.item02 .ttl a:visited {
  color: #609;
}
.item02 .ttl:before {
  position: absolute;
  top: .2em;
  left: 0;
  width: 1.6em;
  height: 1.6em;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  background-color: #267dcc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.item02 .img-logo {
  margin: .5em 0;
  text-align: center;
  background-color: #EFF3F7;
}
.item02 .img-logo img {
  width: 100%;
  max-width: 202px;
  border: 1px solid #BACDD9;
}
.item02 .txt p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .item02 {
    padding: 1.5em;
  }
}

/*　.item03　*/
.item03, .item-sup, .item-lesson {
  padding: 1em;
  border: 1px solid #BACDD9;
}
.item03 .ttl, .item-sup .ttl, .item-lesson .ttl {
  padding-bottom: .5em;
  border-bottom: 1px solid #BACDD9;
  font-weight: bold;
}
.item03 .txt p, .item-sup .txt p, .item-lesson .txt p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.item03 .txt p.size12, .item-sup .txt p.size12, .item-lesson .txt p.size12 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .item03, .item-sup, .item-lesson {
    padding: 1.5em;
  }
}

/*　.item-sup　*/
.item-sup .inner, .item-lesson .inner {
  position: relative;
}
.item-sup .img, .item-lesson .img {
  position: absolute;
  top: 0;
  right: 0;
}
.item-sup .img img, .item-lesson .img img {
  width: 80px;
}
.item-sup .txt, .item-lesson .txt {
  padding-right: 9em;
}

/*　.item-lesson　*/
.item-lesson .img {
  position: static;
  float: right;
}
.item-lesson .img img {
  width: 140px;
  margin-left: 1em;
}
.item-lesson .txt {
  padding-right: 0;
}

/*　.item-soudan　*/
.item-soudan {
  padding: 1em;
  position: relative;
  border: 1px solid #d4e0e7;
  background-color: #fdfdfe;
}
.item-soudan .ttl {
  padding-bottom: .5em;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #d4e0e7;
}
.item-soudan .txt p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
}
.item-soudan .txt p.name {
  padding: .7em 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #6993AE;
}
.item-soudan .img {
  position: absolute;
  top: -.5em;
  right: .7em;
}
@media only screen and (min-width: 768px) {
  .item-soudan {
    padding: 1.5em;
  }
}

/*　.item-waku　*/
.item-waku, .item-ref-img {
  border: 1px solid #BACDD9;
  padding: 1em;
}
.item-waku p, .item-ref-img p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* .item-lineup */
.item-lineup .item01, .item-lineup .item01-pickup,
.item-lineup .item02,
.item-lineup .item03,
.item-lineup .item-sup,
.item-lineup .item-lesson {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) {
  .item-lineup {
    overflow: hidden;
    border: 1px solid #BACDD9;
  }
  .item-lineup .col {
    padding-bottom: 3275em;
    margin-bottom: -3275em;
    border-right: 1px solid #BACDD9;
  }
  .item-lineup .col:last-child {
    border: none;
  }
  .item-lineup .item01, .item-lineup .item01-pickup,
  .item-lineup .item02,
  .item-lineup .item03,
  .item-lineup .item-sup,
  .item-lineup .item-lesson {
    margin-bottom: 0;
    border: none;
  }
}

/* 参考（画像あり） */
.item-ref-img .page {
  display: table-row-group;
}
.item-ref-img .page .img {
  display: table-cell;
  vertical-align: top;
}
.item-ref-img .page .img img {
  width: 60px;
}
.item-ref-img .page .ttl-waku {
  display: table-cell;
  vertical-align: top;
  padding-left: 1em;
}
.item-ref-img .page .ttl-waku .ttl {
  margin-top: .5em;
}
.item-ref-img a {
  color: #3932ff;
  text-decoration: underline;
}
.item-ref-img a:hover {
  color: #CC3434;
  text-decoration: none;
}
.item-ref-img a:visited {
  color: #609;
}

/*--------------------------------------------------------*/
/*　	「オススメ」マークなど、タグ状の装飾　*/
/*--------------------------------------------------------*/
/*　カラー文字＋ボーダー　*/
.label-abroad, .label-worholi {
  display: inline-block;
  padding: 0 .3em;
  font-size: 11px;
  font-size: 1.1rem;
  color: #ff7f50;
  line-height: 1.6;
  border: 1px solid #ff7f50;
  background-color: #fffefd;
  border-radius: 1px;
}

.label-worholi {
  color: #267dcc;
  border: 1px solid #267dcc;
  background-color: #fdfeff;
}

/* タグ */
.tag01-bluegreen, .tag01-mame, .tag01-blue, .tag01-yellow, .tag01-red, .tag01-purple, .tag01-yellowgreen, .tag01-orange {
  display: inline-block;
  padding: 0 1em;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.8;
  vertical-align: text-top;
  background-color: #6993AE;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.label-num-blue1, .label-num-blue2, .label-num-blue3, .label-num-pink, .label-num-purple, .label-num-mame {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  padding-left: .45em;
  z-index: 2;
  font-weight: normal;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
.label-num-blue1:before, .label-num-blue2:before, .label-num-blue3:before, .label-num-pink:before, .label-num-purple:before, .label-num-mame:before {
  position: absolute;
  top: .1em;
  left: 0;
  content: '';
  width: 1.5em;
  height: 1.5em;
  z-index: -1;
  background-color: #6993AE;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.star01-bluegreen, .star01-blue, .star01-yellow, .star01-red, .star01-purple, .star01-yellowgreen, .star01-orange {
  font-size: 12px;
  font-size: 1.2rem;
}
.star01-bluegreen:before, .star01-blue:before, .star01-yellow:before, .star01-red:before, .star01-purple:before, .star01-yellowgreen:before, .star01-orange:before {
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  margin-right: .1em;
}

.tag01-bluegreen, .tag01-mame {
  background-color: #4cbd9c;
}

.star01-bluegreen {
  color: #4cbd9c;
}

.tag01-blue {
  background-color: #2c428d;
}

.star01-blue {
  color: #2c428d;
}

.tag01-yellow {
  background-color: #edb402;
}

.star01-yellow {
  color: #edb402;
}

.tag01-red {
  background-color: #ff5252;
}

.star01-red {
  color: #ff5252;
}

.tag01-purple {
  background-color: #b81681;
}

.star01-purple {
  color: #b81681;
}

.tag01-yellowgreen {
  background-color: #94ca7f;
}

.star01-yellowgreen {
  color: #94ca7f;
}

.tag01-orange {
  background-color: #ff7f50;
}

.star01-orange {
  color: #ff7f50;
}

.tag01-mame {
  background-color: #79b74a;
}

.label-num-blue1:before {
  background-color: #6993AE;
}

.label-num-blue2:before {
  background-color: #BACDD9;
}

.label-num-blue3:before {
  background-color: #EFF3F7;
}

.label-num-pink:before {
  background-color: #F4C6D2;
}

.label-num-purple:before {
  background-color: #C0C7FE;
}

.label-num-mame:before {
  background-color: #79b74a;
}

.label-merit, .label-demerit, .label-normal {
  display: inline-block;
  padding: 0 .3em;
  font-size: 11px;
  font-size: 1.1rem;
  color: #FF6C70;
  line-height: 1.6;
  border: 1px solid #FF6C70;
  border-radius: 1px;
}
.label-merit:before, .label-demerit:before, .label-normal:before {
  margin-right: .3em;
  vertical-align: middle;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: transparent;
}

.label-merit {
  color: #FF6C70;
  border: 1px solid #FF6C70;
}
.label-merit:before {
  content: "";
}

.label-demerit {
  color: #577399;
  border: 1px solid #577399;
}
.label-demerit:before {
  content: "";
}

.label-normal {
  color: #FBAE40;
  border: 1px solid #FBAE40;
}
.label-normal:before {
  content: "";
}

/*--------------------------------------------------------*/
/*　リスト／定義リスト　*/
/*--------------------------------------------------------*/
/*　パンくず　*/
.list-pankuz {
  padding: 7.1em 0.5em 0.5em;
  background-color: #6993AE;
}
.study .list-pankuz {
  background-color: #4cbd9c;
}
.work .list-pankuz {
  background-color: #2c428d;
}
.internet .list-pankuz {
  background-color: #edb402;
}
.life .list-pankuz {
  background-color: #ff5252;
}
.amusement .list-pankuz {
  background-color: #b81681;
}
.soudan .list-pankuz {
  background-color: #94ca7f;
}
.support .list-pankuz {
  background-color: #ff7f50;
}
.list-pankuz li {
  display: inline-block;
  padding: 0 .2em 0 0;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
}
.list-pankuz li:after {
  margin-left: .4em;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  font-size: 1rem;
}
.list-pankuz li:last-child {
  display: none;
}
.list-pankuz a {
  color: #fff;
}
.list-pankuz a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .list-pankuz {
    padding: 20.1em 0.5em 0.5em;
  }
  .list-pankuz li:last-child {
    display: inline-block;
  }
  .list-pankuz li:last-child:after {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .list-pankuz {
    padding: 22em 0 2em;
    background-color: transparent;
  }
  .study .list-pankuz {
    background-color: transparent;
  }
  .work .list-pankuz {
    background-color: transparent;
  }
  .internet .list-pankuz {
    background-color: transparent;
  }
  .life .list-pankuz {
    background-color: transparent;
  }
  .amusement .list-pankuz {
    background-color: transparent;
  }
  .soudan .list-pankuz {
    background-color: transparent;
  }
  .support .list-pankuz {
    background-color: transparent;
  }
  .list-pankuz li {
    color: #20202F;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .list-pankuz li:last-child a {
    color: #777;
    text-decoration: none;
  }
  .list-pankuz a {
    color: #3932ff;
  }
}

/* 目次（内部リンク） */
.list-mokuji {
  border: 1px solid #BACDD9;
  background-color: #f2f6f9;
  padding: 1em;
  margin-bottom: 2em;
}
.list-mokuji li {
  position: relative;
  margin-bottom: .2em;
  padding-left: 1.8em;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
}
.list-mokuji li:before {
  position: absolute;
  top: .3em;
  left: 0;
  width: 1.5em;
  height: 1.6em;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  background-color: #6993AE;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.list-mokuji a {
  color: #3932ff;
  text-decoration: underline;
}
.list-mokuji a:hover {
  color: #CC3434;
  text-decoration: none;
}
.list-mokuji a:visited {
  color: #609;
}

/* 注意事項 */
.list-note {
  padding: 1.5em;
  background-color: #F8E6E6;
}
.list-note li {
  font-size: 12px;
  font-size: 1.2rem;
  color: #f00;
  line-height: 1.95;
}

/* 注意事項 */
.list-notice-nonum li {
  position: relative;
  padding-left: 1.4em;
  margin-top: .2em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.list-notice-nonum li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}

/* チェックリスト */
.list-checked-main li, .list-checkbox-main li, .list-checked-mame li, .list-checkbox-mame li, .list-checked-pink li, .list-checkbox-pink li, .list-checked-blue li, .list-checkbox-blue li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: .2em;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
}
.list-checked-main li:before, .list-checkbox-main li:before, .list-checked-mame li:before, .list-checkbox-mame li:before, .list-checked-pink li:before, .list-checkbox-pink li:before, .list-checked-blue li:before, .list-checkbox-blue li:before {
  position: absolute;
  left: 0;
  top: .31em;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border: solid 1px #BACDD9;
}
.list-checked-main li:after, .list-checkbox-main li:after, .list-checked-mame li:after, .list-checkbox-mame li:after, .list-checked-pink li:after, .list-checkbox-pink li:after, .list-checked-blue li:after, .list-checkbox-blue li:after {
  position: absolute;
  left: .2em;
  top: .2em;
  content: "";
  display: block;
  width: 0.84em;
  height: 0.4em;
  -moz-transForm: rotate(-45deg);
  -webkit-transForm: rotate(-45deg);
  transForm: rotate(-45deg);
}

.list-checked-main li:after {
  border-left: solid 3px #6993AE;
  border-bottom: solid 3px #6993AE;
}

.list-checkbox-main {
  border: 1px solid #BACDD9;
  padding: 1em;
}
.list-checkbox-main li:after {
  border-left: solid 3px #6993AE;
  border-bottom: solid 3px #6993AE;
}

.list-checked-mame li:after {
  border-left: solid 3px #79b74a;
  border-bottom: solid 3px #79b74a;
}

.list-checkbox-mame {
  border: 1px solid #BACDD9;
  padding: 1em;
}
.list-checkbox-mame li:after {
  border-left: solid 3px #79b74a;
  border-bottom: solid 3px #79b74a;
}

.list-checked-pink li:after {
  border-left: solid 3px #FF6C70;
  border-bottom: solid 3px #FF6C70;
}

.list-checkbox-pink {
  border: 1px solid #BACDD9;
  padding: 1em;
}
.list-checkbox-pink li:after {
  border-left: solid 3px #FF6C70;
  border-bottom: solid 3px #FF6C70;
}

.list-checked-blue li:after {
  border-left: solid 3px #577399;
  border-bottom: solid 3px #577399;
}

.list-checkbox-blue {
  border: 1px solid #BACDD9;
  padding: 1em;
}
.list-checkbox-blue li:after {
  border-left: solid 3px #577399;
  border-bottom: solid 3px #577399;
}

/* .list-w25per */
@media only screen and (min-width: 768px) {
  .list-w25per li, .list-w25per-ellip li {
    width: 22%;
    float: left;
    margin-left: 4%;
  }
  .list-w25per li:nth-child(4n-3), .list-w25per-ellip li:nth-child(4n-3) {
    margin-left: 0;
  }
}

/* .list-w25per-ellip */
.list-w25per-ellip li {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* .list-w50per */
@media only screen and (min-width: 768px) {
  .list-w50per li, .list-w50per-ellip li {
    width: 48%;
    float: left;
  }
  .list-w50per li:nth-child(even), .list-w50per-ellip li:nth-child(even) {
    margin-left: 4%;
  }
}

/* .list-w50per-ellip */
.list-w50per-ellip li {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* .list-disc */
.list-disc li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: .2em;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
}
.list-disc li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: #BACDD9;
}
.list-disc li a {
  color: #3932ff;
  text-decoration: underline;
}
.list-disc li a:hover {
  color: #CC3434;
  text-decoration: none;
}
.list-disc li a:visited {
  color: #609;
}

/* .list-link */
.list-link li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: .2em;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
}
.list-link li:before {
  position: absolute;
  top: .2em;
  left: 0;
  width: 1.6em;
  height: 1.6em;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background-color: #267dcc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.list-link li a {
  color: #3932ff;
  text-decoration: underline;
}
.list-link li a:hover {
  color: #CC3434;
  text-decoration: none;
}
.list-link li a:visited {
  color: #609;
}

/*--------------------------------------------------------*/
/*　	順序のあるリスト　*/
/*--------------------------------------------------------*/
/* 注意事項　背景色なし・箇条書き */
.list-notice li {
  position: relative;
  padding-left: 2em;
  margin-top: .2em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.list-notice li:nth-child(9):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※9";
}
.list-notice li:nth-child(8):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※8";
}
.list-notice li:nth-child(7):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※7";
}
.list-notice li:nth-child(6):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※6";
}
.list-notice li:nth-child(5):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※5";
}
.list-notice li:nth-child(4):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※4";
}
.list-notice li:nth-child(3):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※3";
}
.list-notice li:nth-child(2):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※2";
}
.list-notice li:nth-child(1):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※1";
}

/*--------------------------------------------------------*/
/*　	SNS　*/
/*--------------------------------------------------------*/
/*　SNSボタン　*/
.list-sns .sns-fb a, footer.entry-foot .sns-fb a {
  background-color: #3B5998;
}
.list-sns .sns-fb a:before, footer.entry-foot .sns-fb a:before {
  margin-top: -1px;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 108%;
}
.list-sns .sns-fb a span, footer.entry-foot .sns-fb a span {
  position: absolute;
  bottom: .3em;
  right: .3em;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}
.list-sns .sns-tw a, footer.entry-foot .sns-tw a {
  background-color: #0f1419;
}
.list-sns .sns-tw a:before {
  content: "";
  display: inline-block;
  height: 1.25em;
  width: 1.25em;
  transform: translate(.5em,.45em);
  background:
    url("../img2024/share/sns-x.svg")
    top center / cover
    no-repeat;
}
footer.entry-foot .sns-tw a:before {
  content: "";
  display: inline-block;
  height: 1.2em;
  width: 1.2em;
  transform: translateY(.25em);
  background:
    url("../img2024/share/sns-x.svg")
    top center / cover
    no-repeat;
}
.list-sns .sns-ln a, footer.entry-foot .sns-ln a {
  background-color: #00c300;
}
.list-sns .sns-ln a:before, footer.entry-foot .sns-ln a:before {
  margin-top: -6px;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 132%;
}
.list-sns .sns-ln, footer.entry-foot .sns-ln {
  position: relative;
}
.list-sns .sns-ln span, footer.entry-foot .sns-ln span {
  display: block;
  padding: .1em .2em;
  position: absolute;
  top: 50%;
  left: 4.5em;
  width: 6.66667em;
  font-size: 11px;
  font-size: 1.1rem;
  color: #777;
  text-align: center;
  border: 1px solid #aaa;
  background-color: #fcfcfc;
  -moz-border-radius: 0.22222em;
  -webkit-border-radius: 0.22222em;
  border-radius: 0.22222em;
  -moz-transform: translate(0, -47%);
  -webkit-transform: translate(0, -47%);
  transform: translate(0, -47%);
}
.list-sns .sns-ln span:before, footer.entry-foot .sns-ln span:before {
  border-right: 6px solid #888;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: '';
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  left: -6px;
  top: 50%;
}
.list-sns .sns-ln span:after, footer.entry-foot .sns-ln span:after {
  border-right: 6px solid #fcfcfc;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: '';
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  left: -5px;
  top: 50%;
}
.en .list-sns .sns-ln span, .en footer.entry-foot .sns-ln span {
  width: 11.66667em;
}

.list-sns {
  margin: 1.5em 0;
}
.list-sns li {
  display: inline-block;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.list-sns li:hover {
  opacity: .7;
}
.list-sns a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 2.22222em;
  height: 0;
  padding-top: 2.16667em;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 0.22222em;
  -webkit-border-radius: 0.22222em;
  border-radius: 0.22222em;
}
.list-sns a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 2.16667em;
}

footer.entry-foot {
  margin: 3em 0 1em;
  text-align: right;
}
footer.entry-foot:before {
  content: none;
}
footer.entry-foot li {
  display: inline-block;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer.entry-foot li:hover {
  opacity: .7;
}
footer.entry-foot a {
  padding: .3em .7em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 0.14286em;
  -webkit-border-radius: 0.14286em;
  border-radius: 0.14286em;
}
footer.entry-foot a:before {
  margin-right: .3em;
}
footer.entry-foot .sns-fb a:before,
footer.entry-foot .sns-ln a:before {
  font-size: 100%;
}
@media only screen and (min-width: 1024px) {
  footer.entry-foot {
    background-color: transparent;
  }
}

/*--------------------------------------------------------*/
/*　	テーブル　*/
/*--------------------------------------------------------*/
.tb02 caption, .tb02-small caption, .tb02-columndown caption, .tb02-columndown02 caption, .tb03 caption, .tb03-small caption, .tb03-spsmall caption {
  padding: .5em 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #6993AE;
}
.tb02 thead, .tb02-small thead, .tb02-columndown thead, .tb02-columndown02 thead, .tb03 thead, .tb03-small thead, .tb03-spsmall thead,
.tb02 tbody,
.tb02-small tbody,
.tb02-columndown tbody,
.tb02-columndown02 tbody,
.tb03 tbody,
.tb03-small tbody,
.tb03-spsmall tbody {
  background-color: rgba(255, 255, 255, 0.7);
}
.tb02 thead th, .tb02-small thead th, .tb02-columndown thead th, .tb02-columndown02 thead th, .tb03 thead th, .tb03-small thead th, .tb03-spsmall thead th,
.tb02 tbody th,
.tb02-small tbody th,
.tb02-columndown tbody th,
.tb02-columndown02 tbody th,
.tb03 tbody th,
.tb03-small tbody th,
.tb03-spsmall tbody th {
  padding: .5em .7em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: normal;
  text-align: left;
}
.tb02 thead td, .tb02-small thead td, .tb02-columndown thead td, .tb02-columndown02 thead td, .tb03 thead td, .tb03-small thead td, .tb03-spsmall thead td,
.tb02 tbody td,
.tb02-small tbody td,
.tb02-columndown tbody td,
.tb02-columndown02 tbody td,
.tb03 tbody td,
.tb03-small tbody td,
.tb03-spsmall tbody td {
  padding: .5em .7em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.tb02-small thead th, .tb03-small thead th,
.tb02-small tbody th,
.tb03-small tbody th {
  font-size: 12px;
  font-size: 1.2rem;
}
.tb02-small thead td, .tb03-small thead td,
.tb02-small tbody td,
.tb03-small tbody td {
  font-size: 12px;
  font-size: 1.2rem;
}
.tb02-small thead td li, .tb03-small thead td li,
.tb02-small tbody td li,
.tb03-small tbody td li {
  font-size: 12px;
  font-size: 1.2rem;
}

.tb03-spsmall thead th,
.tb03-spsmall tbody th {
  font-size: 12px;
  font-size: 1.2rem;
}
.tb03-spsmall thead td,
.tb03-spsmall tbody td {
  font-size: 12px;
  font-size: 1.2rem;
}
.tb03-spsmall thead td li,
.tb03-spsmall tbody td li {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .tb03-spsmall thead th,
  .tb03-spsmall tbody th {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tb03-spsmall thead td,
  .tb03-spsmall tbody td {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tb03-spsmall thead td li,
  .tb03-spsmall tbody td li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.tb02-columndown thead tr, .tb01-columndown thead tr,
.tb02-columndown tbody tr,
.tb01-columndown tbody tr {
  display: block;
}
.tb02-columndown thead th, .tb01-columndown thead th,
.tb02-columndown tbody th,
.tb01-columndown tbody th {
  display: block;
}
.tb02-columndown thead td, .tb01-columndown thead td,
.tb02-columndown tbody td,
.tb01-columndown tbody td {
  display: block;
}
@media only screen and (min-width: 768px) {
  .tb02-columndown thead tr, .tb01-columndown thead tr,
  .tb02-columndown tbody tr,
  .tb01-columndown tbody tr {
    display: table-row;
  }
  .tb02-columndown thead th, .tb01-columndown thead th,
  .tb02-columndown tbody th,
  .tb01-columndown tbody th {
    display: table-cell;
  }
  .tb02-columndown thead td, .tb01-columndown thead td,
  .tb02-columndown tbody td,
  .tb01-columndown tbody td {
    display: table-cell;
  }
}

.tb02-columndown02 thead {
  display: none;
}
.tb02-columndown02 tbody tr {
  display: block;
}
.tb02-columndown02 tbody th {
  display: block;
}
.tb02-columndown02 tbody td {
  display: block;
  display: table-row;
  border-top: 1px solid #BACDD9;
}
.tb02-columndown02 tbody td span {
  display: table-cell;
  vertical-align: middle;
  padding: .5em;
}
.tb02-columndown02 tbody td:before {
  display: table-cell;
  vertical-align: middle;
  content: attr(data-label);
  padding: .5em;
  width: 30%;
  border-right: 1px solid #BACDD9;
  background-color: #fdfdfe;
}
@media only screen and (min-width: 768px) {
  .tb02-columndown02 thead {
    display: table-header-group;
  }
  .tb02-columndown02 tbody tr {
    display: table-row;
  }
  .tb02-columndown02 tbody th {
    display: table-cell;
  }
  .tb02-columndown02 tbody td {
    display: table-cell;
    border-left: 1px solid #BACDD9;
  }
  .tb02-columndown02 tbody td:before {
    content: none;
  }
  .tb02-columndown02 tbody td span {
    padding: 0;
  }
}

.tb02, .tb02-small, .tb02-columndown, .tb02-columndown02 {
  border: 1px solid #BACDD9;
}
.tb02 thead th, .tb02-small thead th, .tb02-columndown thead th, .tb02-columndown02 thead th {
  padding: .5em .7em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.8;
  background-color: #6993AE;
  border-left: 1px dotted #BACDD9;
}
.tb02 thead th:first-child, .tb02-small thead th:first-child, .tb02-columndown thead th:first-child, .tb02-columndown02 thead th:first-child {
  border-left: none;
}
.tb02 tr, .tb02-small tr, .tb02-columndown tr, .tb02-columndown02 tr {
  border-bottom: 1px solid #BACDD9;
}
.tb02 tr:last-child, .tb02-small tr:last-child, .tb02-columndown tr:last-child, .tb02-columndown02 tr:last-child {
  border-bottom: none;
}
.tb02 th, .tb02-small th, .tb02-columndown th, .tb02-columndown02 th {
  background-color: #EFF3F7;
}

.tb03, .tb03-small, .tb03-spsmall {
  border: 1px solid #BACDD9;
}
.tb03 thead th, .tb03-small thead th, .tb03-spsmall thead th {
  padding: .5em .7em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
  background-color: #6993AE;
  border-left: 1px dotted #BACDD9;
}
.tb03 thead th:first-child, .tb03-small thead th:first-child, .tb03-spsmall thead th:first-child {
  border-left: none;
}
.tb03 thead th a, .tb03-small thead th a, .tb03-spsmall thead th a {
  color: #fff;
}
.tb03 thead th a:hover, .tb03-small thead th a:hover, .tb03-spsmall thead th a:hover {
  text-decoration: none;
}
.tb03 thead th .img img, .tb03-small thead th .img img, .tb03-spsmall thead th .img img {
  width: 100%;
  max-width: 200px;
}
.tb03 tr, .tb03-small tr, .tb03-spsmall tr {
  border-bottom: 1px solid #BACDD9;
}
.tb03 tr:last-child, .tb03-small tr:last-child, .tb03-spsmall tr:last-child {
  border-bottom: none;
}
.tb03 th, .tb03-small th, .tb03-spsmall th {
  background-color: #EFF3F7;
}
.tb03 td, .tb03-small td, .tb03-spsmall td {
  border-left: 1px dotted #BACDD9;
}

/*　.tb01　*/
.tb01, .tb01-small, .tb01-columndown {
  border-top: 1px solid #BACDD9;
}
.tb01 caption, .tb01-small caption, .tb01-columndown caption {
  color: #6993AE;
  font-size: 12px;
  font-size: 1.2rem;
}
.tb01 thead tr, .tb01-small thead tr, .tb01-columndown thead tr {
  border-bottom: 1px solid #BACDD9;
}
.tb01 thead th, .tb01-small thead th, .tb01-columndown thead th {
  padding: .5em .7em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.8;
  background-color: #6993AE;
  border-left: 1px dotted #BACDD9;
}
.tb01 thead th:first-child, .tb01-small thead th:first-child, .tb01-columndown thead th:first-child {
  border-left: none;
}
.tb01 thead td, .tb01-small thead td, .tb01-columndown thead td {
  padding: .5em .7em;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #fff;
}
.tb01 tbody tr, .tb01-small tbody tr, .tb01-columndown tbody tr {
  border-bottom: 1px solid #BACDD9;
}
.tb01 tbody th, .tb01-small tbody th, .tb01-columndown tbody th {
  padding: .5em .7em;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
  color: #2e2e44;
  font-weight: normal;
  min-width: 6em;
  background-color: #EFF3F7;
}
.tb01 tbody td, .tb01-small tbody td, .tb01-columndown tbody td {
  padding: .5em .7em;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
  border-left: 1px dotted #BACDD9;
  background-color: #fff;
}
.tb01 tbody p, .tb01-small tbody p, .tb01-columndown tbody p {
  line-height: 1.76;
}
.tb01 li, .tb01-small li, .tb01-columndown li {
  font-size: 14px;
  font-size: 1.4rem;
}

.tb01-small thead th,
.tb01-small thead td,
.tb01-small tbody th,
.tb01-small tbody td {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .tb01-small thead th,
  .tb01-small thead td,
  .tb01-small tbody th,
  .tb01-small tbody td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.tb01-columndown {
  border: 1px solid #BACDD9;
  border-bottom: none;
}
.tb01-columndown tbody th {
  text-align: left;
  border-bottom: 1px dotted #BACDD9;
}
.tb01-columndown tbody td {
  border-left: none;
}
@media only screen and (min-width: 768px) {
  .tb01-columndown {
    border: none;
    border-top: 1px solid #BACDD9;
  }
  .tb01-columndown tbody td {
    border-left: 1px dotted #BACDD9;
  }
}

/*--------------------------------------------------------*/
/*　	構造化データ用FAQ　*/
/*--------------------------------------------------------*/
div.faq {
  border: solid 1px #BACDD9;
}
div.faq .ttl-faq {
  background: #BACDD9;
  text-align: center;
  padding: 1em;
  position: relative;
  margin-bottom: 2.5em;
  text-shadow: 1px 1px 1px #EFF3F7;
}
div.faq .ttl-faq::before {
  content: 'FAQ';
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: .5em;
}
div.faq .ttl-faq::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #BACDD9 transparent transparent transparent;
  border-width: 12px 12px 0 12px;
}
div.faq dl {
  padding: 1em;
}
div.faq dl dt {
  font-weight: bold;
  margin-bottom: 1.5em;
  position: relative;
  padding-left: 48px;
}
div.faq dl dt::before {
  position: absolute;
  left: 0;
  top: -4px;
  content: 'Q';
  display: inline-block;
  border: solid 2px #BACDD9;
  background: #BACDD9;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  margin-right: .75em;
  font-family: 'メイリオ', 'Meiryo UI', sans-serif;
  padding: 3px;
}
div.faq dl dt::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 26px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #BACDD9 transparent transparent transparent;
  border-width: 7px 7px 0 7px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
div.faq dl dd {
  margin-bottom: 3em;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-left: 48px;
}
div.faq dl dd::before {
  position: absolute;
  left: 0;
  top: -6px;
  content: 'A';
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  border: solid 2px #BACDD9;
  color: #BACDD9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  font-family: 'メイリオ', 'Meiryo UI', sans-serif;
  padding: 3px;
}
div.faq dl dd::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 26px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #BACDD9 transparent transparent transparent;
  border-width: 7px 7px 0 7px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
div.faq dl dd span::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 23px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 7px 7px 0 7px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 100;
}
div.faq dl dd:last-child {
  margin-bottom: 1em;
}


@media only screen and (min-width: 768px) {
  div.faq .ttl-faq {
    padding: 1.5em;
  }
  div.faq dl {
    padding: 1.5em;
  }
  div.faq dl dd {
    margin-bottom: 3em;
  }

}
