@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;
}

.mr075 {
  margin-right: .75em !important;
}

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

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

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

.ml075 {
  margin-left: .75em !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%;
}

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

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

.size13 {
  font-size: 13px;
  font-size: 1.3rem;
}

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

.size15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.fb {
  font-weight: bold;
}

.fn {
  font-weight: normal;
}

.red {
  color: #f00;
}

.orange {
  color: #f60;
}

.blue {
  color: #00f;
}

.gray {
  color: #999;
}

.white {
  color: #fff;
}

.mk-yellow {
  background: -moz-linear-gradient(transparent 60%, #fff6cc 0%);
  background: -webkit-linear-gradient(transparent 60%, #fff6cc 0%);
  background: -ms-linear-gradient(transparent 60%, #fff6cc 0%);
  background: -o-linear-gradient(transparent 60%, #fff6cc 0%);
  background: linear-gradient(transparent 60%, #fff6cc 0%);
}

.blue2 {
  color: #3574B5;
}

.red2 {
  color: #EF857D;
}

.yellow {
  color: #FFD200;
}

.orange2 {
  color: #FC913A;
}

.green {
  color: #79C06E;
}

.purple {
  color: #8E81A5;
}

.blue3 {
  color: #63a5e2;
}

.orange3 {
  color: #f60;
}

/* 文字揃え */
.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;
}

/* マイレージ比較用調整 */
img {
  vertical-align: bottom;
}

a {
  text-decoration: underline;
  color: #1A0DAB;
}
a:hover {
  text-decoration: none;
  color: #444;
}
a:visited {
  color: #660099;
}

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

.reco {
  color: #ff5252;
}

/*--------------------------------------------------------*/
/*　	ボックス　*/
/*--------------------------------------------------------*/
/*　ボックス　*/
.box01, .box01-blue, .box01-red, .box01-yellow, .box01-orange, .box01-green, .box01-purple, .box01-blue2 {
  padding: 1em;
  text-align: center;
  border: 1px solid #DDE8F3;
}
.box01.left, .left.box01-blue, .left.box01-red, .left.box01-yellow, .left.box01-orange, .left.box01-green, .left.box01-purple, .left.box01-blue2 {
  text-align: left;
}
.box01 .ttl, .box01-blue .ttl, .box01-red .ttl, .box01-yellow .ttl, .box01-orange .ttl, .box01-green .ttl, .box01-purple .ttl, .box01-blue2 .ttl {
  padding-bottom: .5em;
  margin-bottom: .8em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  border-bottom: 1px solid #DDE8F3;
}
.box01 .ttl-camp, .box01-blue .ttl-camp, .box01-red .ttl-camp, .box01-yellow .ttl-camp, .box01-orange .ttl-camp, .box01-green .ttl-camp, .box01-purple .ttl-camp, .box01-blue2 .ttl-camp {
  margin-bottom: .4em;
  font-weight: bold;
  color: #f60;
}
.box01 .img-camp, .box01-blue .img-camp, .box01-red .img-camp, .box01-yellow .img-camp, .box01-orange .img-camp, .box01-green .img-camp, .box01-purple .img-camp, .box01-blue2 .img-camp {
  float: right;
  margin: 0 0 .5em .5em;
}
.box01 p, .box01-blue p, .box01-red p, .box01-yellow p, .box01-orange p, .box01-green p, .box01-purple p, .box01-blue2 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .box01, .box01-blue, .box01-red, .box01-yellow, .box01-orange, .box01-green, .box01-purple, .box01-blue2 {
    padding: 1.5em;
  }
}

.box02, .box02-blue, .box02-red, .box02-yellow, .box02-orange, .box02-green, .box02-purple, .box02-blue2 {
  margin: 0 -.25em;
}
.box02 .inner, .box02-blue .inner, .box02-red .inner, .box02-yellow .inner, .box02-orange .inner, .box02-green .inner, .box02-purple .inner, .box02-blue2 .inner {
  display: inline-block;
  padding: .5em;
  margin: .5em .25em;
  min-height: 11em;
  min-width: 11em;
  text-align: center;
  vertical-align: top;
  border: 1px solid #BCD1E7;
}
.box02 .inner .img, .box02-blue .inner .img, .box02-red .inner .img, .box02-yellow .inner .img, .box02-orange .inner .img, .box02-green .inner .img, .box02-purple .inner .img, .box02-blue2 .inner .img {
  min-height: 60px;
  position: relative;
}
.box02 .inner .img img, .box02-blue .inner .img img, .box02-red .inner .img img, .box02-yellow .inner .img img, .box02-orange .inner .img img, .box02-green .inner .img img, .box02-purple .inner .img img, .box02-blue2 .inner .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.box02 .inner .ttl, .box02-blue .inner .ttl, .box02-red .inner .ttl, .box02-yellow .inner .ttl, .box02-orange .inner .ttl, .box02-green .inner .ttl, .box02-purple .inner .ttl, .box02-blue2 .inner .ttl {
  margin-top: .5em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.box03, .box03-blue, .box03-red, .box03-yellow, .box03-orange, .box03-green, .box03-purple, .box03-blue2 {
  margin: 0 -.25em;
}
.box03 .inner, .box03-blue .inner, .box03-red .inner, .box03-yellow .inner, .box03-orange .inner, .box03-green .inner, .box03-purple .inner, .box03-blue2 .inner {
  position: relative;
  display: inline-block;
  padding: .5em;
  margin: .5em .25em;
  min-height: 11em;
  min-width: 11em;
  text-align: center;
  vertical-align: top;
  border: 1px solid #BCD1E7;
}
.box03 .inner .img img, .box03-blue .inner .img img, .box03-red .inner .img img, .box03-yellow .inner .img img, .box03-orange .inner .img img, .box03-green .inner .img img, .box03-purple .inner .img img, .box03-blue2 .inner .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.box04 {
  margin-left: .3em;
  padding: 1.2em;
  background-color: #F2F6FA;
}
.box04 p {
  font-size: 13px;
  font-size: 1.3rem;
}

.box01-blue {
  background-color: #3574B5;
  border: 0;
}
.box01-blue .ttl {
  border-bottom-color: black;
}

.box02-blue .inner {
  border: 1px solid #3574B5;
}

.box03-blue .inner {
  border: 1px solid #3574B5;
}

.box01-red {
  background-color: #EF857D;
  border: 0;
}
.box01-red .ttl {
  border-bottom-color: #61120c;
}

.box02-red .inner {
  border: 1px solid #EF857D;
}

.box03-red .inner {
  border: 1px solid #EF857D;
}

.box01-yellow {
  background-color: #fffce2;
  border: 0;
}
.box01-yellow .ttl {
  border-bottom-color: #e2cb00;
}

.box02-yellow .inner {
  border: 1px solid #fffce2;
}

.box03-yellow .inner {
  border: 1px solid #fffce2;
}

.box01-orange {
  background-color: #FC913A;
  border: 0;
}
.box01-orange .ttl {
  border-bottom-color: #361901;
}

.box02-orange .inner {
  border: 1px solid #FC913A;
}

.box03-orange .inner {
  border: 1px solid #FC913A;
}

.box01-green {
  background-color: #79C06E;
  border: 0;
}
.box01-green .ttl {
  border-bottom-color: #11210e;
}

.box02-green .inner {
  border: 1px solid #79C06E;
}

.box03-green .inner {
  border: 1px solid #79C06E;
}

.box01-purple {
  background-color: #8E81A5;
  border: 0;
}
.box01-purple .ttl {
  border-bottom-color: #131017;
}

.box02-purple .inner {
  border: 1px solid #8E81A5;
}

.box03-purple .inner {
  border: 1px solid #8E81A5;
}

.box01-blue2 {
  background-color: #63a5e2;
  border: 0;
}
.box01-blue2 .ttl {
  border-bottom-color: #0b243b;
}

.box02-blue2 .inner {
  border: 1px solid #63a5e2;
}

.box03-blue2 .inner {
  border: 1px solid #63a5e2;
}

/*--------------------------------------------------------*/
/*　	ボタン　*/
/*--------------------------------------------------------*/
/*　.btn01　*/
.btn01-blue, .btn01-red, .btn01-yellow, .btn01-orange, .btn01-green, .btn01-purple, .btn01-blue2 {
  text-align: center;
  line-height: 1.7;
  background-color: #f6f9fb;
  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-blue a, .btn01-red a, .btn01-yellow a, .btn01-orange a, .btn01-green a, .btn01-purple a, .btn01-blue2 a,
.btn01-blue input,
.btn01-red input,
.btn01-yellow input,
.btn01-orange input,
.btn01-green input,
.btn01-purple input,
.btn01-blue2 input {
  display: inline-block;
  padding: .7em 2em;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  color: #fff;
  background-color: #fafafa;
  border: none;
  -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-blue a:hover, .btn01-red a:hover, .btn01-yellow a:hover, .btn01-orange a:hover, .btn01-green a:hover, .btn01-purple a:hover, .btn01-blue2 a:hover,
.btn01-blue input:hover,
.btn01-red input:hover,
.btn01-yellow input:hover,
.btn01-orange input:hover,
.btn01-green input:hover,
.btn01-purple input:hover,
.btn01-blue2 input: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);
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.btn01-blue a span, .btn01-red a span, .btn01-yellow a span, .btn01-orange a span, .btn01-green a span, .btn01-purple a span, .btn01-blue2 a span,
.btn01-blue input span,
.btn01-red input span,
.btn01-yellow input span,
.btn01-orange input span,
.btn01-green input span,
.btn01-purple input span,
.btn01-blue2 input span {
  font-size: 12px;
  font-size: 1.2rem;
}
.btn01-blue input, .btn01-red input, .btn01-yellow input, .btn01-orange input, .btn01-green input, .btn01-purple input, .btn01-blue2 input {
  padding: 1em 2em;
}

.btn01-blue a,
.btn01-blue input {
  background-color: #3574B5;
  text-shadow: 1px 1px 1px #295b8e;
}

.btn01-red a,
.btn01-red input {
  background-color: #EF857D;
  text-shadow: 1px 1px 1px #e95a50;
}

.btn01-yellow a,
.btn01-yellow input {
  background-color: #FFD200;
  text-shadow: 1px 1px 1px #cca800;
}

.btn01-orange a,
.btn01-orange input {
  background-color: #FC913A;
  text-shadow: 1px 1px 1px #fb7508;
}

.btn01-green a,
.btn01-green input {
  background-color: #79C06E;
  text-shadow: 1px 1px 1px #59af4c;
}

.btn01-purple a,
.btn01-purple input {
  background-color: #8E81A5;
  text-shadow: 1px 1px 1px #74658e;
}

.btn01-blue2 a,
.btn01-blue2 input {
  background-color: #63a5e2;
  text-shadow: 1px 1px 1px #388cda;
}

/*--------------------------------------------------------*/
/*　	フロー図　*/
/*--------------------------------------------------------*/
/* 矢印 */
.arrow01-blue, .arrow01-red, .arrow01-yellow, .arrow01-orange, .arrow01-green, .arrow01-purple, .arrow01-blue2 {
  margin: 1em 0;
  text-align: center;
  position: relative;
}
.arrow01-blue:before, .arrow01-red:before, .arrow01-yellow:before, .arrow01-orange:before, .arrow01-green:before, .arrow01-purple:before, .arrow01-blue2:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  border-style: solid;
  border-width: 2em 7em 0 7em;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.arrow01-blue {
  text-shadow: 1px 1px 1px #78a7d8;
}
.arrow01-blue:before {
  border-color: #a0c1e3 transparent transparent transparent;
}

.arrow01-red {
  text-shadow: 1px 1px 1px #fadad8;
}
.arrow01-red:before {
  border-color: white transparent transparent transparent;
}

.arrow01-yellow {
  text-shadow: 1px 1px 1px #ffe466;
}
.arrow01-yellow:before {
  border-color: #ffed99 transparent transparent transparent;
}

.arrow01-orange {
  text-shadow: 1px 1px 1px #fec99e;
}
.arrow01-orange:before {
  border-color: #fee5d1 transparent transparent transparent;
}

.arrow01-green {
  text-shadow: 1px 1px 1px #bbdfb5;
}
.arrow01-green:before {
  border-color: #dceed9 transparent transparent transparent;
}

.arrow01-purple {
  text-shadow: 1px 1px 1px #c3bdd0;
}
.arrow01-purple:before {
  border-color: #dedae5 transparent transparent transparent;
}

.arrow01-blue2 {
  text-shadow: 1px 1px 1px #b9d7f2;
}
.arrow01-blue2:before {
  border-color: #e4effa transparent transparent transparent;
}

/*--------------------------------------------------------*/
/*　	見出し　*/
/*--------------------------------------------------------*/
/* 見出しレベル高・下線 */
.ttl-line-bottom {
  margin: 2.5em 0 1em;
  padding-bottom: .7em;
  font-weight: bold;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 2px solid #3574B5;
}

.ttl-line-left {
  margin: 2em 0 1em;
  padding: .4em .8em;
  font-weight: bold;
  line-height: 1.7;
  font-size: 15px;
  font-size: 1.5rem;
  border-left: 3px solid #BCD1E7;
}

.ttl-line-dot {
  margin: 2em 0 1em;
  padding-bottom: .7em;
  font-weight: bold;
  line-height: 1.7;
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: 1px dotted #BCD1E7;
}

.ttl-bar {
  margin: 2em 0 1em;
  padding-left: 1.3em;
  position: relative;
  font-weight: bold;
  line-height: 1.7;
  font-size: 15px;
  font-size: 1.5rem;
}
.ttl-bar:before {
  position: absolute;
  top: 45%;
  left: 0;
  content: '';
  width: .7em;
  height: .2em;
  background-color: #BCD1E7;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*　.ttl-num　*/
.ttl-num1 {
  margin: 2em 0 1em;
  padding-left: 1.7em;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
.ttl-num1:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "1";
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  z-index: -1;
  background-color: #3574B5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ttl-num2 {
  margin: 2em 0 1em;
  padding-left: 1.7em;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
.ttl-num2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "2";
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  z-index: -1;
  background-color: #3574B5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ttl-num3 {
  margin: 2em 0 1em;
  padding-left: 1.7em;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
.ttl-num3:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "3";
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  z-index: -1;
  background-color: #3574B5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ttl-num4 {
  margin: 2em 0 1em;
  padding-left: 1.7em;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
.ttl-num4:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "4";
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  z-index: -1;
  background-color: #3574B5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ttl-num5 {
  margin: 2em 0 1em;
  padding-left: 1.7em;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
.ttl-num5:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "5";
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  z-index: -1;
  background-color: #3574B5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ttl-num6 {
  margin: 2em 0 1em;
  padding-left: 1.7em;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
.ttl-num6:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "6";
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  z-index: -1;
  background-color: #3574B5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ttl-num7 {
  margin: 2em 0 1em;
  padding-left: 1.7em;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
.ttl-num7:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "7";
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  z-index: -1;
  background-color: #3574B5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ttl-num8 {
  margin: 2em 0 1em;
  padding-left: 1.7em;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
.ttl-num8:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "8";
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  z-index: -1;
  background-color: #3574B5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ttl-num9 {
  margin: 2em 0 1em;
  padding-left: 1.7em;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
.ttl-num9:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "9";
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  z-index: -1;
  background-color: #3574B5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* .ttl-blue2（ニュース・参考資料用） */
.ttl-blue2 {
  margin: 2em 0 0;
  padding: 0 0 .5em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #3574B5;
  line-height: 1.7;
  font-weight: normal;
}

/*--------------------------------------------------------*/
/*　	本文中の画像（イメージ画像・解説画像など）　*/
/*--------------------------------------------------------*/
/*　.img-right　*/
.img-right, .img-right-cre, .img-left {
  margin: 1em 0;
  padding: 0 1em;
  text-align: center;
  background-color: #F2F6FA;
  background-size: 7px 7px;
}
.img-right img, .img-right-cre img, .img-left img {
  max-width: 100%;
}
.img-right-cre img {
  max-width: 140px;
}
@media only screen and (min-width: 768px) {
  .img-right, .img-right-cre, .img-left {
    float: right;
    margin: .3em 0 1em 1em;
    padding: 0;
  }
  .img-right img, .img-right-cre 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;
}

/*--------------------------------------------------------*/
/*　案件表／アイテム紹介枠　*/
/*--------------------------------------------------------*/
.item01 {
  padding: 1em;
  border: 1px solid #BCD1E7;
}
.item01 .cf {
  margin-bottom: 1em;
}
.item01 .img {
  float: left;
}
.item01 .img img {
  width: 140px;
}
.item01 .logo {
  float: left;
  border: 1px solid #BCD1E7;
}
.item01 .logo img {
  margin: 1em;
}
.item01 .ttl {
  padding: 0 0 0 9.5em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
}
.item01 .ttl a:before {
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  margin-right: .5em;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #3574B5;
  border-radius: 50%;
}
.item01 .txt {
  margin-top: .8em;
  padding-top: .8em;
  border-top: 1px solid #DDE8F3;
}
.item01 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.item01 p.size12 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .item01 .cf:before,
  .item01 .cf:after {
    content: none;
  }
  .item01 .tb-right {
    margin-left: 15.3em;
  }
  .item01 .ttl {
    padding: 0 0 0 9em;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .item01 > ul {
    padding-left: 15.2em;
  }
  .item01 .txt {
    margin: 0 0 0 15.3em;
    border-top: none;
  }
}

.item02, .item03 {
  padding: 1em;
  border: 1px solid #DDE8F3;
}
.item02 .item02-top, .item03 .item02-top {
  clear: both;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #DDE8F3;
}
.item02 .img, .item03 .img {
  float: left;
}
.item02 .img img, .item03 .img img {
  width: 140px;
}
.item02 .ttl, .item03 .ttl {
  padding: 0 0 0 9.5em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
}
.item02 .ttl a:before, .item03 .ttl a:before {
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  margin-right: .5em;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #3574B5;
  border-radius: 50%;
}
.item02 .ttl .name, .item03 .ttl .name {
  display: inline-block;
  line-height: 1.7;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  font-weight: normal;
}
.item02 p, .item03 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.item02 p.size12, .item03 p.size12 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.item02 p.size13, .item03 p.size13 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
}
.item02 .camp, .item03 .camp {
  padding: 1em;
  margin: 1em 0;
  background-color: #fffce2;
}
.item02 .camp .ttl, .item03 .camp .ttl {
  display: inline-block;
  padding: .2em .7em;
  margin-bottom: .5em;
  color: #fff;
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #f60;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.item02 .card, .item03 .card {
  padding: 1em;
  margin: 1em 0;
  background-color: #f6f9fb;
}
.item02 .card > .ttl, .item03 .card > .ttl {
  display: inline-block;
  padding: .2em .7em;
  margin-bottom: 1em;
  color: #fff;
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #63a5e2;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.item02 .card .item01, .item03 .card .item01,
.item02 .card .item02,
.item03 .card .item02,
.item02 .card .item03,
.item03 .card .item03,
.item02 .card .item03,
.item03 .card .item03 {
  padding: 0;
  border: 0;
}
.item02 .card .list-crecatch li, .item03 .card .list-crecatch li {
  background-color: #fff;
}
.item02 .ct-link, .item03 .ct-link, .item02 .ct-link02, .item03 .ct-link02 {
  padding: 1em;
  border: 1px solid #3574B5;
}
.item02 .ct-link .ttl, .item03 .ct-link .ttl, .item02 .ct-link02 .ttl, .item03 .ct-link02 .ttl {
  padding: 0;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #3574B5;
}
.item02 .ct-link .txt a, .item03 .ct-link .txt a, .item02 .ct-link02 .txt a, .item03 .ct-link02 .txt a {
  position: relative;
}
.item02 .ct-link .txt a:before, .item03 .ct-link .txt a:before, .item02 .ct-link02 .txt a:before, .item03 .ct-link02 .txt a:before {
  display: inline-block;
  width: 1.6em;
  margin-right: .7em;
  text-align: center;
  vertical-align: inherit;
  font-size: 12px;
  font-size: 1.2rem;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: #fff;
}
.item02 .ct-link .txt a:after, .item03 .ct-link .txt a:after, .item02 .ct-link02 .txt a:after, .item03 .ct-link02 .txt a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3em;
  height: 1.3em;
  margin-right: 1.5em;
  background-color: #3574B5;
  border-radius: 50%;
  z-index: -2;
}
.item02 .ct-link02 .w7em .ttl, .item03 .ct-link02 .w7em .ttl {
  display: none;
}
@media only screen and (min-width: 768px) {
  .item02 .camp, .item03 .camp {
    padding: 1.5em 1em;
  }
  .item02 .ct-link, .item03 .ct-link, .item02 .ct-link02, .item03 .ct-link02 {
    border: none;
    padding: 1em 0;
    position: relative;
  }
  .item02 .ct-link .ttl, .item03 .ct-link .ttl, .item02 .ct-link02 .ttl, .item03 .ct-link02 .ttl {
    position: absolute;
    top: 1.2em;
    left: 0;
    font-weight: bold;
  }
  .item02 .ct-link .txt, .item03 .ct-link .txt, .item02 .ct-link02 .txt, .item03 .ct-link02 .txt {
    padding-left: 4em;
  }
  .item02 .ct-link02, .item03 .ct-link02 {
    padding: 0;
  }
  .item02 .ct-link02 .ttl, .item03 .ct-link02 .ttl {
    display: none;
  }
  .item02 .ct-link02 .w7em, .item03 .ct-link02 .w7em {
    position: relative;
  }
  .item02 .ct-link02 .w7em .ttl, .item03 .ct-link02 .w7em .ttl {
    display: block;
    top: .2em;
  }
  .item02 .ct-link02 .w7em .txt, .item03 .ct-link02 .w7em .txt {
    padding-left: 6.5em;
  }
}

/* カード券面が二つある場合 */
.item03 .img {
  float: none;
  margin-bottom: .5em;
}
.item03 .img p {
  display: inline-block;
  margin-right: .5em;
  margin-bottom: .5em;
}
.item03 .img p:last-child {
  margin-right: 0;
}
.item03 .ttl {
  padding: 0;
}
.item03 .item03-top {
  clear: both;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #DDE8F3;
}
@media only screen and (min-width: 768px) {
  .item03 .img {
    float: left;
    margin-bottom: 0;
  }
  .item03 .img p {
    margin-bottom: 0;
  }
  .item03 .ttl {
    padding-left: 19em;
  }
}

/* 合わせて読みたい */
.item-ref01 {
  position: relative;
  min-height: 60px;
  border: 1px solid #DDE8F3;
}
.item-ref01:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border: 10px solid transparent;
  border-right-color: #DDE8F3;
  border-bottom-color: #DDE8F3;
}
.item-ref01 a {
  padding: 1em;
  display: block;
}
.item-ref01 img {
  width: 60px;
  position: absolute;
  top: .7em;
  left: .7em;
}
.item-ref01 .inner {
  padding: .3em 0 .2em 7em;
}
.item-ref01 .txt {
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .item-ref01 .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* 参考サイト */
.item-ref02, .item-ref02-yellow {
  position: relative;
  min-height: 60px;
  border: 1px solid #DDE8F3;
}
.item-ref02:before, .item-ref02-yellow:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border: 10px solid transparent;
  border-right-color: #DDE8F3;
  border-bottom-color: #DDE8F3;
}
.item-ref02 img, .item-ref02-yellow img {
  width: 60px;
  position: absolute;
  top: .7em;
  left: .7em;
}
.item-ref02 .inner, .item-ref02-yellow .inner {
  padding: 1.3em 1.5em 1.2em 8em;
}
.item-ref02 .ttl, .item-ref02-yellow .ttl {
  font-size: 14px;
  font-size: 1.4rem;
}
.item-ref02 .txt, .item-ref02-yellow .txt {
  font-size: 12px;
  font-size: 1.2rem;
}
.item-ref02 .box, .item-ref02-yellow .box {
  background-color: #F2F6FA;
  padding: 1em;
}
.item-ref02 .box p, .item-ref02-yellow .box p {
  font-size: 13px;
  font-size: 1.3rem;
}
.item-ref02 .link-ref, .item-ref02-yellow .link-ref {
  position: relative;
}
.item-ref02 .link-ref .tag, .item-ref02-yellow .link-ref .tag {
  position: absolute;
  top: 0;
  left: 0;
}
.item-ref02 .link-ref .link, .item-ref02-yellow .link-ref .link {
  display: block;
  padding-left: 6.5em;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .item-ref02 .txt, .item-ref02-yellow .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.item-ref02-yellow {
  background-color: #fffced;
  border: 1px solid #ecd400;
}
.item-ref02-yellow:before {
  border-right-color: #ecd400;
  border-bottom-color: #ecd400;
}

/*--------------------------------------------------------*/
/*　	「オススメ」マークなど、タグ状の装飾　*/
/*--------------------------------------------------------*/
/* 四角いタグ */
.tag01-blue, .tag02-blue, .tag01-red, .tag02-red, .tag01-yellow, .tag02-yellow, .tag01-orange, .tag02-orange, .tag01-green, .tag02-green, .tag01-purple, .tag02-purple, .tag01-blue2, .tag02-blue2, .tag01-orange2, .tag02-orange2, .tag01-green2, .tag02-green2, .tag01-gold, .tag02-gold, .tag01-red2, .tag02-red2 {
  display: inline-block;
  padding: .4em 1em;
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  vertical-align: text-top;
  color: #fff;
}

/* 星タグ */
.star01-blue, .star01-red, .star01-yellow, .star01-orange, .star01-green, .star01-purple, .star01-blue2, .star01-orange2, .star01-green2, .star01-gold, .star01-red2 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
.star01-blue:before, .star01-red:before, .star01-yellow:before, .star01-orange:before, .star01-green:before, .star01-purple:before, .star01-blue2:before, .star01-orange2:before, .star01-green2:before, .star01-gold:before, .star01-red2:before {
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  margin-right: .1em;
}

/* 数字 */
.label-num-blue, .label-num-red, .label-num-yellow, .label-num-orange, .label-num-green, .label-num-purple, .label-num-blue2, .label-num-orange2, .label-num-green2, .label-num-gold, .label-num-red2 {
  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-blue:before, .label-num-red:before, .label-num-yellow:before, .label-num-orange:before, .label-num-green:before, .label-num-purple:before, .label-num-blue2:before, .label-num-orange2:before, .label-num-green2:before, .label-num-gold:before, .label-num-red2:before {
  position: absolute;
  top: .1em;
  left: 0;
  content: '';
  width: 1.5em;
  height: 1.5em;
  z-index: -1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* 枠があるタグ */
.tag03-blue, .tag03-red, .tag03-yellow, .tag03-orange, .tag03-green, .tag03-purple, .tag03-blue2, .tag03-orange2, .tag03-green2, .tag03-gold, .tag03-red2 {
  display: inline-block;
  padding: .3em 1em;
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  vertical-align: text-top;
  background-color: #fff;
}

.tag01-blue {
  background-color: #3574B5;
}

.tag02-blue {
  background-color: #3574B5;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}

.tag03-blue {
  border: 1px solid #3574B5;
  color: #3574B5;
}

.marker01-blue {
  -moz-background: linear-gradient(transparent 70%, #a0c1e3 0%);
  -webkit-background: linear-gradient(transparent 70%, #a0c1e3 0%);
  -o-background: linear-gradient(transparent 70%, #a0c1e3 0%);
  -ms-background: linear-gradient(transparent 70%, #a0c1e3 0%);
  background: linear-gradient(transparent 70%, #a0c1e3 0%);
}

.star01-blue {
  color: #3574B5;
}

.label-num-blue:before {
  background-color: #3574B5;
}

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

.tag02-red {
  background-color: #EF857D;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}

.tag03-red {
  border: 1px solid #EF857D;
  color: #EF857D;
}

.marker01-red {
  -moz-background: linear-gradient(transparent 70%, white 0%);
  -webkit-background: linear-gradient(transparent 70%, white 0%);
  -o-background: linear-gradient(transparent 70%, white 0%);
  -ms-background: linear-gradient(transparent 70%, white 0%);
  background: linear-gradient(transparent 70%, white 0%);
}

.star01-red {
  color: #EF857D;
}

.label-num-red:before {
  background-color: #EF857D;
}

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

.tag02-yellow {
  background-color: #FFD200;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}

.tag03-yellow {
  border: 1px solid #FFD200;
  color: #FFD200;
}

.marker01-yellow {
  -moz-background: linear-gradient(transparent 70%, #ffed99 0%);
  -webkit-background: linear-gradient(transparent 70%, #ffed99 0%);
  -o-background: linear-gradient(transparent 70%, #ffed99 0%);
  -ms-background: linear-gradient(transparent 70%, #ffed99 0%);
  background: linear-gradient(transparent 70%, #ffed99 0%);
}

.star01-yellow {
  color: #FFD200;
}

.label-num-yellow:before {
  background-color: #FFD200;
}

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

.tag02-orange {
  background-color: #FC913A;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}

.tag03-orange {
  border: 1px solid #FC913A;
  color: #FC913A;
}

.marker01-orange {
  -moz-background: linear-gradient(transparent 70%, #fee5d1 0%);
  -webkit-background: linear-gradient(transparent 70%, #fee5d1 0%);
  -o-background: linear-gradient(transparent 70%, #fee5d1 0%);
  -ms-background: linear-gradient(transparent 70%, #fee5d1 0%);
  background: linear-gradient(transparent 70%, #fee5d1 0%);
}

.star01-orange {
  color: #FC913A;
}

.label-num-orange:before {
  background-color: #FC913A;
}

.tag01-green {
  background-color: #79C06E;
}

.tag02-green {
  background-color: #79C06E;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}

.tag03-green {
  border: 1px solid #79C06E;
  color: #79C06E;
}

.marker01-green {
  -moz-background: linear-gradient(transparent 70%, #dceed9 0%);
  -webkit-background: linear-gradient(transparent 70%, #dceed9 0%);
  -o-background: linear-gradient(transparent 70%, #dceed9 0%);
  -ms-background: linear-gradient(transparent 70%, #dceed9 0%);
  background: linear-gradient(transparent 70%, #dceed9 0%);
}

.star01-green {
  color: #79C06E;
}

.label-num-green:before {
  background-color: #79C06E;
}

.tag01-purple {
  background-color: #8E81A5;
}

.tag02-purple {
  background-color: #8E81A5;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}

.tag03-purple {
  border: 1px solid #8E81A5;
  color: #8E81A5;
}

.marker01-purple {
  -moz-background: linear-gradient(transparent 70%, #dedae5 0%);
  -webkit-background: linear-gradient(transparent 70%, #dedae5 0%);
  -o-background: linear-gradient(transparent 70%, #dedae5 0%);
  -ms-background: linear-gradient(transparent 70%, #dedae5 0%);
  background: linear-gradient(transparent 70%, #dedae5 0%);
}

.star01-purple {
  color: #8E81A5;
}

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

.tag01-blue2 {
  background-color: #63a5e2;
}

.tag02-blue2 {
  background-color: #63a5e2;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}

.tag03-blue2 {
  border: 1px solid #63a5e2;
  color: #63a5e2;
}

.marker01-blue2 {
  -moz-background: linear-gradient(transparent 70%, #e4effa 0%);
  -webkit-background: linear-gradient(transparent 70%, #e4effa 0%);
  -o-background: linear-gradient(transparent 70%, #e4effa 0%);
  -ms-background: linear-gradient(transparent 70%, #e4effa 0%);
  background: linear-gradient(transparent 70%, #e4effa 0%);
}

.star01-blue2 {
  color: #63a5e2;
}

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

.tag01-orange2 {
  background-color: #f60;
}

.tag02-orange2 {
  background-color: #f60;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}

.tag03-orange2 {
  border: 1px solid #f60;
  color: #f60;
}

.marker01-orange2 {
  -moz-background: linear-gradient(transparent 70%, #ffc299 0%);
  -webkit-background: linear-gradient(transparent 70%, #ffc299 0%);
  -o-background: linear-gradient(transparent 70%, #ffc299 0%);
  -ms-background: linear-gradient(transparent 70%, #ffc299 0%);
  background: linear-gradient(transparent 70%, #ffc299 0%);
}

.star01-orange2 {
  color: #f60;
}

.label-num-orange2:before {
  background-color: #f60;
}

.tag01-green2 {
  background-color: #224d20;
}

.tag02-green2 {
  background-color: #224d20;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}

.tag03-green2 {
  border: 1px solid #224d20;
  color: #224d20;
}

.marker01-green2 {
  -moz-background: linear-gradient(transparent 70%, #54b650 0%);
  -webkit-background: linear-gradient(transparent 70%, #54b650 0%);
  -o-background: linear-gradient(transparent 70%, #54b650 0%);
  -ms-background: linear-gradient(transparent 70%, #54b650 0%);
  background: linear-gradient(transparent 70%, #54b650 0%);
}

.star01-green2 {
  color: #224d20;
}

.label-num-green2:before {
  background-color: #224d20;
}

.tag01-gold {
  background-color: #d1a821;
}

.tag02-gold {
  background-color: #d1a821;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}

.tag03-gold {
  border: 1px solid #d1a821;
  color: #d1a821;
}

.marker01-gold {
  -moz-background: linear-gradient(transparent 70%, #efdc9c 0%);
  -webkit-background: linear-gradient(transparent 70%, #efdc9c 0%);
  -o-background: linear-gradient(transparent 70%, #efdc9c 0%);
  -ms-background: linear-gradient(transparent 70%, #efdc9c 0%);
  background: linear-gradient(transparent 70%, #efdc9c 0%);
}

.star01-gold {
  color: #d1a821;
}

.label-num-gold:before {
  background-color: #d1a821;
}

.tag01-red2 {
  background-color: #89023E;
}

.tag02-red2 {
  background-color: #89023E;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}

.tag03-red2 {
  border: 1px solid #89023E;
  color: #89023E;
}

.marker01-red2 {
  -moz-background: linear-gradient(transparent 70%, #fc2886 0%);
  -webkit-background: linear-gradient(transparent 70%, #fc2886 0%);
  -o-background: linear-gradient(transparent 70%, #fc2886 0%);
  -ms-background: linear-gradient(transparent 70%, #fc2886 0%);
  background: linear-gradient(transparent 70%, #fc2886 0%);
}

.star01-red2 {
  color: #89023E;
}

.label-num-red2:before {
  background-color: #89023E;
}

/*--------------------------------------------------------*/
/*　リスト／定義リスト　*/
/*--------------------------------------------------------*/
/*　パンくず　*/
.list-pankuz {
  padding: .5em;
  background-color: #DDE8F3;
  border-bottom: 2px solid #3574B5;
}
.list-pankuz li {
  display: inline-block;
  position: relative;
  padding-right: 1em;
  font-size: 11px;
  font-size: 1.1rem;
}
.list-pankuz li:last-child {
  display: none;
}
.list-pankuz li:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .list-pankuz li:last-child {
    display: inline-block;
  }
  .list-pankuz li:last-child:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .list-pankuz {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 2em 0 .7em;
    background-color: transparent;
    border-bottom: none;
  }
}

/* 一言キャッチ */
.list-crecatch li {
  display: inline-block;
  padding: 0 .5em;
  margin-bottom: .2em;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #999;
}

.list-crecatch .blue {
  color: #3574B5;
  border: 1px solid #3574B5;
}

.list-crecatch .red {
  color: #EF857D;
  border: 1px solid #EF857D;
}

.list-crecatch .yellow {
  color: #FFD200;
  border: 1px solid #FFD200;
}

.list-crecatch .orange {
  color: #FC913A;
  border: 1px solid #FC913A;
}

.list-crecatch .green {
  color: #79C06E;
  border: 1px solid #79C06E;
}

.list-crecatch .purple {
  color: #8E81A5;
  border: 1px solid #8E81A5;
}

/* 目次 */
.list-mokuji {
  padding: 1em;
  border: 1px solid #BCD1E7;
}
.list-mokuji li {
  margin-bottom: .2em;
  padding-left: 1.7em;
  position: relative;
}
.list-mokuji li:before {
  position: absolute;
  top: .1em;
  left: .2em;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
}
.list-mokuji li:after {
  position: absolute;
  top: .3em;
  left: 0;
  content: '';
  width: 1.3em;
  height: 1.3em;
  background-color: #BCD1E7;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: -2;
}
.list-mokuji li.lev2 {
  padding-left: 2.7em;
}
.list-mokuji li.lev2:before {
  content: '';
  width: .6em;
  height: 2px;
  top: .8em;
  left: 1.8em;
  background-color: #BCD1E7;
  border-radius: 3px;
}
.list-mokuji li.lev2:after {
  content: none;
}
.list-mokuji p.img {
  display: inline-block;
}

/* 箇条書き */
.list-disc li, .list-disc-orange li, .list-disc-box li {
  padding-left: 1.2em;
  margin-bottom: .2em;
  position: relative;
  line-height: 1.7;
}
.list-disc li:before, .list-disc-orange li:before, .list-disc-box li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: #BCD1E7;
}

.list-disc-orange li:before {
  color: #FC913A;
}

.list-disc-box {
  padding: 1em;
  border: 1px solid #DDE8F3;
}

/* チェックリスト */
.list-checked-blue li, .list-checkbox-blue li, .list-checked-red li, .list-checkbox-red li, .list-checked-blue2 li, .list-checkbox-blue2 li, .list-checked-mame li, .list-checkbox-mame li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: .2em;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
}
.list-checked-blue li:before, .list-checkbox-blue li:before, .list-checked-red li:before, .list-checkbox-red li:before, .list-checked-blue2 li:before, .list-checkbox-blue2 li:before, .list-checked-mame li:before, .list-checkbox-mame li:before {
  position: absolute;
  left: 0;
  top: .31em;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border: solid 1px #BCD1E7;
}
.list-checked-blue li:after, .list-checkbox-blue li:after, .list-checked-red li:after, .list-checkbox-red li:after, .list-checked-blue2 li:after, .list-checkbox-blue2 li:after, .list-checked-mame li:after, .list-checkbox-mame 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-blue li:after {
  border-left: solid 3px #98bce0;
  border-bottom: solid 3px #98bce0;
}

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

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

.list-checkbox-red {
  border: 1px solid #BCD1E7;
  padding: 1em;
}
.list-checkbox-red li:after {
  border-left: solid 3px #EF857D;
  border-bottom: solid 3px #EF857D;
}

.list-checked-blue2 li:after {
  border-left: solid 3px #3574B5;
  border-bottom: solid 3px #3574B5;
}

.list-checkbox-blue2 {
  border: 1px solid #BCD1E7;
  padding: 1em;
}
.list-checkbox-blue2 li:after {
  border-left: solid 3px #3574B5;
  border-bottom: solid 3px #3574B5;
}

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

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

/* .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-w33per */
@media only screen and (min-width: 768px) {
  .list-w33per li, .list-w33per-ellip li {
    width: 30%;
    float: left;
    margin-left: 5%;
  }
  .list-w33per li:nth-child(3n-2), .list-w33per-ellip li:nth-child(3n-2) {
    margin-left: 0;
  }
}

/* .list-w33per-ellip */
.list-w33per-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-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: .3em;
  font-size: 12px;
  font-size: 1.2rem;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: #fff;
}
.list-link li:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: .2em;
  left: 0;
  width: 1.3em;
  height: 1.3em;
  margin-right: 1.5em;
  background-color: #3574B5;
  border-radius: 50%;
  z-index: -2;
}

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

.list-note-red {
  padding: 2em;
  background-color: #F8E6E6;
}
.list-note-red li {
  position: relative;
  padding-left: 1.4em;
  margin-top: .2em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #ed1c32;
}
.list-note-red li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}

/* カード券面入り目次 */
.list-card-mokuji, .list-cardtxt-mokuji, .list-thumbtxt-mokuji, .list-thumb-mokuji, .list-thumbmore-mokuji {
  border-bottom: 1px solid #BCD1E7;
}
.list-card-mokuji .box, .list-cardtxt-mokuji .box, .list-thumbtxt-mokuji .box, .list-thumb-mokuji .box, .list-thumbmore-mokuji .box {
  position: relative;
  padding: 1em;
  border: 1px solid #BCD1E7;
  border-bottom: none;
}
.list-card-mokuji a, .list-cardtxt-mokuji a, .list-thumbtxt-mokuji a, .list-thumb-mokuji a, .list-thumbmore-mokuji a {
  display: table-row;
}
.list-card-mokuji .img, .list-cardtxt-mokuji .img, .list-thumbtxt-mokuji .img, .list-thumb-mokuji .img, .list-thumbmore-mokuji .img {
  display: table-cell;
  vertical-align: top;
}
.list-card-mokuji .img img, .list-cardtxt-mokuji .img img, .list-thumbtxt-mokuji .img img, .list-thumb-mokuji .img img, .list-thumbmore-mokuji .img img {
  max-width: 100px;
}
.list-card-mokuji .ttl, .list-cardtxt-mokuji .ttl, .list-thumbtxt-mokuji .ttl, .list-thumb-mokuji .ttl, .list-thumbmore-mokuji .ttl {
  padding-left: 1em;
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
}
.list-card-mokuji .ttl:before, .list-cardtxt-mokuji .ttl:before, .list-thumbtxt-mokuji .ttl:before, .list-thumb-mokuji .ttl:before, .list-thumbmore-mokuji .ttl:before {
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-right: .5em;
  content: '';
  text-align: center;
  vertical-align: middle;
  background-color: #BCD1E7;
  border-radius: 50%;
}
.list-card-mokuji .new, .list-cardtxt-mokuji .new, .list-thumbtxt-mokuji .new, .list-thumb-mokuji .new, .list-thumbmore-mokuji .new {
  display: inline-block;
  position: absolute;
  top: .5em;
  left: -.7em;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #70c7ff;
  left: 0;
  box-sizing: border-box;
  padding: 0 .6em 0 .2em;
  margin: 0;
  height: 1.8em;
  line-height: 1.8em;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.list-card-mokuji .new:before, .list-cardtxt-mokuji .new:before, .list-thumbtxt-mokuji .new:before, .list-thumb-mokuji .new:before, .list-thumbmore-mokuji .new:before {
  position: absolute;
  content: '';
  top: 0;
  left: -.5em;
  border: none;
  height: 2.4em;
  width: .5em;
  background: #70c7ff;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.list-card-mokuji .new:after, .list-cardtxt-mokuji .new:after, .list-thumbtxt-mokuji .new:after, .list-thumb-mokuji .new:after, .list-thumbmore-mokuji .new:after {
  position: absolute;
  content: '';
  bottom: -.7em;
  left: -.5em;
  border: none;
  height: .7em;
  width: .5em;
  background: #4d99ca;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
@media only screen and (min-width: 768px) {
  .list-card-mokuji, .list-cardtxt-mokuji, .list-thumbtxt-mokuji, .list-thumb-mokuji, .list-thumbmore-mokuji {
    border: 1px solid #BCD1E7;
  }
  .list-card-mokuji .line, .list-cardtxt-mokuji .line, .list-thumbtxt-mokuji .line, .list-thumb-mokuji .line, .list-thumbmore-mokuji .line {
    display: flex;
    border-bottom: 1px solid #BCD1E7;
    background-color: #DDE8F3;
  }
  .list-card-mokuji .line:last-child, .list-cardtxt-mokuji .line:last-child, .list-thumbtxt-mokuji .line:last-child, .list-thumb-mokuji .line:last-child, .list-thumbmore-mokuji .line:last-child {
    border-bottom: none;
  }
  .list-card-mokuji .box, .list-cardtxt-mokuji .box, .list-thumbtxt-mokuji .box, .list-thumb-mokuji .box, .list-thumbmore-mokuji .box {
    width: 33.333%;
    overflow: hidden;
    border: none;
    border-right: 1px solid #BCD1E7;
    background-color: #fff;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .list-card-mokuji .box:nth-child(3n), .list-cardtxt-mokuji .box:nth-child(3n), .list-thumbtxt-mokuji .box:nth-child(3n), .list-thumb-mokuji .box:nth-child(3n), .list-thumbmore-mokuji .box:nth-child(3n) {
    border-right: none;
  }
  .list-card-mokuji .box:hover, .list-cardtxt-mokuji .box:hover, .list-thumbtxt-mokuji .box:hover, .list-thumb-mokuji .box:hover, .list-thumbmore-mokuji .box:hover {
    background-color: #F2F6FA;
  }
  .list-card-mokuji .new, .list-cardtxt-mokuji .new, .list-thumbtxt-mokuji .new, .list-thumb-mokuji .new, .list-thumbmore-mokuji .new {
    padding: 0 2em;
    left: -2em;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .list-card-mokuji .new:before, .list-cardtxt-mokuji .new:before, .list-thumbtxt-mokuji .new:before, .list-thumb-mokuji .new:before, .list-thumbmore-mokuji .new:before, .list-card-mokuji .new:after, .list-cardtxt-mokuji .new:after, .list-thumbtxt-mokuji .new:after, .list-thumb-mokuji .new:after, .list-thumbmore-mokuji .new:after {
    content: none;
  }
}

/* カード券面＋説明文入り目次 */
.list-cardtxt-mokuji .inner, .list-thumbtxt-mokuji .inner {
  padding-left: 1em;
  display: table-cell;
  vertical-align: top;
}
.list-cardtxt-mokuji a, .list-thumbtxt-mokuji a {
  text-decoration: none;
}
.list-cardtxt-mokuji .ttl, .list-thumbtxt-mokuji .ttl {
  display: block;
  padding-left: 0;
  text-decoration: underline;
}
.list-cardtxt-mokuji .txt, .list-thumbtxt-mokuji .txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.85;
  color: #111;
}
@media only screen and (min-width: 768px) {
  .list-cardtxt-mokuji .box, .list-thumbtxt-mokuji .box {
    width: 50%;
  }
  .list-cardtxt-mokuji .box:nth-child(2n), .list-thumbtxt-mokuji .box:nth-child(2n) {
    border-right: none;
  }
}

/* サムネイル入り目次 */
.list-thumb-mokuji .img img, .list-thumbmore-mokuji .img img {
  width: 60px;
}

/* サムネイル＋説明文入り目次 */
.list-thumbtxt-mokuji .ttl {
  padding-bottom: .5em;
}
.list-thumbtxt-mokuji .img img {
  width: 60px;
}

/* サムネイル＋更新日などの付加情報が追加された目次 */
.list-thumbmore-mokuji .ttl {
  padding-bottom: .5em;
}
.list-thumbmore-mokuji time {
  position: absolute;
  bottom: 0;
  right: .3em;
  font-size: 11px;
  font-size: 1.1rem;
  color: #BCD1E7;
}
.list-thumbmore-mokuji .num {
  position: absolute;
  bottom: 0;
  right: .3em;
  font-size: 11px;
  font-size: 1.1rem;
  color: #BCD1E7;
}

/* まるバツリスト */
.list-marubatus li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: .2em;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
}
.list-marubatus li.maru:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: #EF857D;
}
.list-marubatus li.sankaku:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: #FFD200;
}
.list-marubatus li.batsu:before {
  position: absolute;
  left: -.05em;
  top: -.15em;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: #3574B5;
  font-size: 16px;
  font-size: 1.6rem;
}

/* 国旗リスト */
.list-flag li {
  margin-bottom: .2em;
}
.list-flag img {
  vertical-align: middle;
  border: 1px solid #ccc;
}

/* ラベル入りリスト */
.list-labelin li, .list-labelin1 li, .list-labelin2 li, .list-labelin3 li, .list-labelin4 li, .list-labelin5 li, .list-labelin6 li, .list-labelin7 li {
  margin-bottom: .2em;
  position: relative;
}
.list-labelin .label, .list-labelin1 .label, .list-labelin2 .label, .list-labelin3 .label, .list-labelin4 .label, .list-labelin5 .label, .list-labelin6 .label, .list-labelin7 .label {
  position: absolute;
  top: .4em;
  left: 0;
}

.list-labellong li, .list-labelin8 li, .list-labelin9 li, .list-labelin10 li, .list-labelin11 li, .list-labelin12 li, .list-labelin13 li, .list-labelin14 li {
  margin-bottom: .8em;
  position: relative;
}
.list-labellong .label, .list-labelin8 .label, .list-labelin9 .label, .list-labelin10 .label, .list-labelin11 .label, .list-labelin12 .label, .list-labelin13 .label, .list-labelin14 .label {
  position: absolute;
  top: 0;
  left: 0;
}

.list-labelin1 li {
  padding-left: 2.7em;
}

.list-labelin2 li {
  padding-left: 3.7em;
}

.list-labelin3 li {
  padding-left: 4.7em;
}

.list-labelin4 li {
  padding-left: 5.7em;
}

.list-labelin5 li {
  padding-left: 6.7em;
}

.list-labelin6 li {
  padding-left: 7.7em;
}

.list-labelin7 li {
  padding-left: 8.7em;
}

.list-labelin8 li {
  padding-top: 1.7em;
}
@media only screen and (min-width: 768px) {
  .list-labelin8 li {
    padding-top: 0;
    padding-left: 9.7em;
    margin-bottom: .2em;
  }
  .list-labelin8 .label {
    top: .3em;
  }
}

.list-labelin9 li {
  padding-top: 1.7em;
}
@media only screen and (min-width: 768px) {
  .list-labelin9 li {
    padding-top: 0;
    padding-left: 10.7em;
    margin-bottom: .2em;
  }
  .list-labelin9 .label {
    top: .3em;
  }
}

.list-labelin10 li {
  padding-top: 1.7em;
}
@media only screen and (min-width: 768px) {
  .list-labelin10 li {
    padding-top: 0;
    padding-left: 11.7em;
    margin-bottom: .2em;
  }
  .list-labelin10 .label {
    top: .3em;
  }
}

.list-labelin11 li {
  padding-top: 1.7em;
}
@media only screen and (min-width: 768px) {
  .list-labelin11 li {
    padding-top: 0;
    padding-left: 12.7em;
    margin-bottom: .2em;
  }
  .list-labelin11 .label {
    top: .3em;
  }
}

.list-labelin12 li {
  padding-top: 1.7em;
}
@media only screen and (min-width: 768px) {
  .list-labelin12 li {
    padding-top: 0;
    padding-left: 13.7em;
    margin-bottom: .2em;
  }
  .list-labelin12 .label {
    top: .3em;
  }
}

.list-labelin13 li {
  padding-top: 1.7em;
}
@media only screen and (min-width: 768px) {
  .list-labelin13 li {
    padding-top: 0;
    padding-left: 14.7em;
    margin-bottom: .2em;
  }
  .list-labelin13 .label {
    top: .3em;
  }
}

.list-labelin14 li {
  padding-top: 1.7em;
}
@media only screen and (min-width: 768px) {
  .list-labelin14 li {
    padding-top: 0;
    padding-left: 15.7em;
    margin-bottom: .2em;
  }
  .list-labelin14 .label {
    top: .3em;
  }
}

/*--------------------------------------------------------*/
/*　	順序のあるリスト　*/
/*--------------------------------------------------------*/
/* 注意事項　背景色なし・箇条書き */
.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";
}

/*　.list-num　*/
.list-num li {
  position: relative;
  padding-left: 2em;
  margin-top: .2em;
}
.list-num li:after {
  content: '';
  position: absolute;
  top: .2em;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background-color: #3574B5;
  font-size: 13px;
  font-size: 1.3rem;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: -1;
}
.list-num li:nth-child(1):before {
  position: absolute;
  top: -.05em;
  left: -.05em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  color: #fff;
  content: "1";
}
.list-num li:nth-child(2):before {
  position: absolute;
  top: -.05em;
  left: -.05em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  color: #fff;
  content: "2";
}
.list-num li:nth-child(3):before {
  position: absolute;
  top: -.05em;
  left: -.05em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  color: #fff;
  content: "3";
}
.list-num li:nth-child(4):before {
  position: absolute;
  top: -.05em;
  left: -.05em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  color: #fff;
  content: "4";
}
.list-num li:nth-child(5):before {
  position: absolute;
  top: -.05em;
  left: -.05em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  color: #fff;
  content: "5";
}
.list-num li:nth-child(6):before {
  position: absolute;
  top: -.05em;
  left: -.05em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  color: #fff;
  content: "6";
}
.list-num li:nth-child(7):before {
  position: absolute;
  top: -.05em;
  left: -.05em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  color: #fff;
  content: "7";
}
.list-num li:nth-child(8):before {
  position: absolute;
  top: -.05em;
  left: -.05em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  color: #fff;
  content: "8";
}
.list-num li:nth-child(9):before {
  position: absolute;
  top: -.05em;
  left: -.05em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  color: #fff;
  content: "9";
}

/* .list-flow */
.list-flow li {
  display: inline-block;
  margin-right: 1.5em;
  padding: .5em 1em;
  position: relative;
  border: 1px solid #BCD1E7;
  background-color: #F2F6FA;
}
.list-flow li:before {
  position: absolute;
  top: 50%;
  right: -1.3em;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  color: #BCD1E7;
}
.list-flow li:last-child:before {
  content: none;
}
.list-flow li.is {
  color: #fff;
  background-color: #3574B5;
  border: 1px solid #3574B5;
}

/* .list-camp */
.list-camp li, .list-camp-orange li {
  position: relative;
  padding-left: 3.8em;
  margin-bottom: .2em;
}
.list-camp li:before, .list-camp-orange li:before {
  position: absolute;
  top: .4em;
  left: 0;
  padding: .3em .8em;
  text-align: center;
  color: #3574B5;
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem;
  border: 1px solid #3574B5;
  background-color: #fff;
}
.list-camp li:nth-child(1):before, .list-camp-orange li:nth-child(1):before {
  content: "特典1";
}
.list-camp li:nth-child(2):before, .list-camp-orange li:nth-child(2):before {
  content: "特典2";
}
.list-camp li:nth-child(3):before, .list-camp-orange li:nth-child(3):before {
  content: "特典3";
}
.list-camp li:nth-child(4):before, .list-camp-orange li:nth-child(4):before {
  content: "特典4";
}
.list-camp li:nth-child(5):before, .list-camp-orange li:nth-child(5):before {
  content: "特典5";
}
.list-camp li:nth-child(6):before, .list-camp-orange li:nth-child(6):before {
  content: "特典6";
}
.list-camp li:nth-child(7):before, .list-camp-orange li:nth-child(7):before {
  content: "特典7";
}
.list-camp li:nth-child(8):before, .list-camp-orange li:nth-child(8):before {
  content: "特典8";
}
.list-camp li:nth-child(9):before, .list-camp-orange li:nth-child(9):before {
  content: "特典9";
}

.list-camp-orange li:before {
  color: #f60;
  border: 1px solid #f60;
}

/*--------------------------------------------------------*/
/*　	SNS　*/
/*--------------------------------------------------------*/
/*　SNSボタン　*/
footer.entry-foot .sns-fb a {
  background-color: #3B5998;
}
footer.entry-foot .sns-fb a:before {
  margin-top: -1px;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 108%;
}
footer.entry-foot .sns-fb a span {
  position: absolute;
  bottom: .3em;
  right: .3em;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}
footer.entry-foot .sns-tw a {
  background-color: #55acee;
}
footer.entry-foot .sns-tw a:before {
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}

footer.entry-foot {
  margin: 3em 0 1em;
  text-align: right;
  background-color: transparent;
}
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 {
  font-size: 100%;
}
@media only screen and (min-width: 1024px) {
  footer.entry-foot {
    background-color: transparent;
  }
}

/*--------------------------------------------------------*/
/*　	テーブル　*/
/*--------------------------------------------------------*/
.tb02 caption, .tb02-small caption, .tb02-columndown caption, .tb03 caption, .tb03-small caption, .tb03-columndown caption, .tb04 caption, .tb04-small caption, .tb04-spsmall caption, .tb04-columndown caption, .tb04-columndown02 caption {
  padding: .5em 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.tb02 thead th, .tb02-small thead th, .tb02-columndown thead th, .tb03 thead th, .tb03-small thead th, .tb03-columndown thead th, .tb04 thead th, .tb04-small thead th, .tb04-spsmall thead th, .tb04-columndown thead th, .tb04-columndown02 thead th,
.tb02 tbody th,
.tb02-small tbody th,
.tb02-columndown tbody th,
.tb03 tbody th,
.tb03-small tbody th,
.tb03-columndown tbody th,
.tb04 tbody th,
.tb04-small tbody th,
.tb04-spsmall tbody th,
.tb04-columndown tbody th,
.tb04-columndown02 tbody th {
  padding: .5em;
  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, .tb03 thead td, .tb03-small thead td, .tb03-columndown thead td, .tb04 thead td, .tb04-small thead td, .tb04-spsmall thead td, .tb04-columndown thead td, .tb04-columndown02 thead td,
.tb02 tbody td,
.tb02-small tbody td,
.tb02-columndown tbody td,
.tb03 tbody td,
.tb03-small tbody td,
.tb03-columndown tbody td,
.tb04 tbody td,
.tb04-small tbody td,
.tb04-spsmall tbody td,
.tb04-columndown tbody td,
.tb04-columndown02 tbody td {
  padding: .5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

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

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

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

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

.tb02, .tb02-small, .tb02-columndown {
  border: 1px solid #BCD1E7;
}
.tb02 tr, .tb02-small tr, .tb02-columndown tr {
  border-bottom: 1px solid #BCD1E7;
}
.tb02 tr:last-child, .tb02-small tr:last-child, .tb02-columndown tr:last-child {
  border-bottom: none;
}
.tb02 th, .tb02-small th, .tb02-columndown th {
  background-color: #F2F6FA;
}
.tb02 th[rowspan], .tb02-small th[rowspan], .tb02-columndown th[rowspan] {
  background-color: #DDE8F3;
  border-bottom: 1px solid #BCD1E7;
}

.tb03 tr, .tb03-small tr, .tb03-columndown tr {
  border-top: 1px solid #BCD1E7;
}
.tb03 tr:last-child, .tb03-small tr:last-child, .tb03-columndown tr:last-child {
  border-bottom: 1px solid #BCD1E7;
}
.tb03 th, .tb03-small th, .tb03-columndown th {
  background-color: #F2F6FA;
}

.tb04, .tb04-small, .tb04-spsmall, .tb04-columndown, .tb04-columndown02 {
  border: 1px solid #BCD1E7;
}
.tb04 tr, .tb04-small tr, .tb04-spsmall tr, .tb04-columndown tr, .tb04-columndown02 tr {
  border-bottom: 1px solid #BCD1E7;
}
.tb04 tr:last-child, .tb04-small tr:last-child, .tb04-spsmall tr:last-child, .tb04-columndown tr:last-child, .tb04-columndown02 tr:last-child {
  border-bottom: none;
}
.tb04 th, .tb04-small th, .tb04-spsmall th, .tb04-columndown th, .tb04-columndown02 th {
  background-color: #F2F6FA;
  border-left: 1px solid #BCD1E7;
}
.tb04 th[rowspan], .tb04-small th[rowspan], .tb04-spsmall th[rowspan], .tb04-columndown th[rowspan], .tb04-columndown02 th[rowspan] {
  background-color: #DDE8F3;
  border-bottom: 1px solid #BCD1E7;
}
.tb04 td, .tb04-small td, .tb04-spsmall td, .tb04-columndown td, .tb04-columndown02 td {
  border-left: 1px solid #BCD1E7;
}
.tb04 thead, .tb04-small thead, .tb04-spsmall thead, .tb04-columndown thead, .tb04-columndown02 thead {
  border-bottom: 1px solid #BCD1E7;
}
.tb04 thead th, .tb04-small thead th, .tb04-spsmall thead th, .tb04-columndown thead th, .tb04-columndown02 thead th {
  background-color: #DDE8F3;
}

.tb03-columndown tr {
  border-left: 1px solid #BCD1E7;
  border-right: 1px solid #BCD1E7;
}
@media only screen and (min-width: 768px) {
  .tb03-columndown tr {
    border-left: none;
    border-right: none;
  }
}

/* .tbl-wrap */
.tbl-wrap {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .tbl-wrap {
    overflow-x: visible;
    white-space: normal;
  }
}

.tbl-wrap-02 {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/* ▼▼編集部注目のカード用 */
.tb01 tbody tr {
  display: block;
  border-bottom: 1px solid #BCD1E7;
  border-left: 1px solid #BCD1E7;
  border-right: 1px solid #BCD1E7;
}
.tb01 tbody tr:first-child {
  border-top: 1px solid #BCD1E7;
}
.tb01 tbody th {
  display: block;
  padding: .5em;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: left;
  background-color: #F2F6FA;
}
.tb01 tbody td {
  display: block;
  padding: .5em;
  font-size: 13px;
  font-size: 1.3rem;
}
.tb01 tbody td li {
  font-size: 13px;
  font-size: 1.3rem;
}
.tb01 tbody td .list-note li,
.tb01 tbody td .list-notice li {
  font-size: 12px;
  font-size: 1.2rem;
}
.tb01 tbody tr:first-child td {
  display: block;
}
@media only screen and (min-width: 768px) {
  .tb01 tbody tr {
    display: table-row;
    border-right: none;
    border-left: none;
  }
  .tb01 tbody th {
    display: table-cell;
  }
  .tb01 tbody td {
    display: table-cell;
  }
}

.tblong caption {
  padding: .7em 0;
  position: relative;
}
.tblong tbody th {
  padding-right: 2em;
  position: relative;
  color: #564334;
}
.tblong tbody th i {
  position: absolute;
  padding-top: .4em;
  top: 50%;
  right: .5em;
  width: 1.6em;
  height: 1.6em;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  background-color: #3574B5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.serv-box .ttl {
  padding: .5em 0;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  color: #564334;
}
.serv-box .all-more,
.serv-box .oth-more {
  position: absolute;
  top: .7em;
  right: 0;
  padding: 0 .5em;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #F2F6FA;
  border: 1px solid #BCD1E7;
}
.serv-box .all-more:before,
.serv-box .oth-more:before {
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  font-size: 1rem;
  margin-right: .2em;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.serv-box .all-more.open_tbl_close:before,
.serv-box .oth-more.open_tbl_close:before {
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}

.serv-more-oth .ttl {
  display: none;
}
.serv-more-oth tbody tr:first-child {
  border-top: none;
}
@media only screen and (min-width: 768px) {
  .serv-more-oth {
    margin: 1em 0;
    border: 1px solid #BCD1E7;
  }
  .serv-more-oth .ttl {
    padding: .5em;
    display: block;
    background-color: #F2F6FA;
  }
  .serv-more-oth tbody tr:first-child {
    border-top: 1px solid #BCD1E7;
  }
  .serv-more-oth .serv-more-oth-tb {
    padding: 0 1em;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .serv-more-oth .tblong {
    display: none;
    margin: 1em 0;
  }
  .serv-more-oth .oth-more {
    right: .5em;
    padding: 0 1em;
    color: #fff;
    cursor: pointer;
    background-color: #3574B5;
    border: none;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
}

/* ▲▲編集部注目のカード用 */
