/*-------------------------------------------------------------------------------------------*/
/* 24 COLUMN | RESPONSIVE GRID SYSTEM | http://responsive.gs */
/*-------------------------------------------------------------------------------------------*/
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; *behavior: url(/js/boxsizing.htc);}
.container {margin: 0 auto; padding: 0 16px; max-width: 1024px;}
.container:after, .row:after, .col:after, .clr:after, .group:after {content: ""; display: table; clear: both;}
.row {padding-bottom: 0; }
.col {display: block; float: left; width: 100%;}
@media ( min-width : 481px ) {
  .gutters > .col {margin-left: 4%;}
  .gutters > .col:first-child {margin-left: 0;}
}
@media ( min-width : 481px ) {
  .span-1 { width: 4.16666666667%; }
  .span-2 { width: 8.33333333333%; }
  .span-3 { width:12.5%; }
  .span-4 { width: 16.6666666667%; }
  .span-5 { width: 20.8333333333%; }
  .span-6 { width: 25%; }
  .span-7 { width: 29.1666666667%; }
  .span-8 { width: 33.3333333333%; }
  .span-9 { width: 37.5%; }
  .span-10 { width: 41.6666666667%; }
  .span-11 { width: 45.8333333333%; }
  .span-12 { width: 50%; }
  .span-13 { width: 54.1666666667%; }
  .span-14 { width: 58.3333333333%; }
  .span-15 { width: 62.5%; }
  .span-16 { width: 66.6666666667%; }
  .span-17 { width: 70.8333333333%; }
  .span-18 { width: 75%; }
  .span-19 { width: 79.1666666667%; }
  .span-20 { width: 83.3333333333%; }
  .span-21 { width: 87.5%; }
  .span-22 { width: 91.6666666667%; }
  .span-23 { width: 95.8333333333%; }
  .span-24 { width: 100%; }

  .gutters > .span-1 { width: 0.33%; }
  .gutters > .span-2 { width: 4.66%; }
  .gutters > .span-3 { width: 9.0%; }
  .gutters > .span-4 { width: 13.33%; }
  .gutters > .span-5 { width: 17.66%; }
  .gutters > .span-6 { width: 22.0%; }
  .gutters > .span-7 { width: 26.33%; }
  .gutters > .span-8 { width: 30.66%; }
  .gutters > .span-9 { width: 35.0%; }
  .gutters > .span-10 { width: 39.33%; }
  .gutters > .span-11 { width: 43.67%; }
  .gutters > .span-12 { width: 48.0%; }
  .gutters > .span-13 { width: 52.33%; }
  .gutters > .span-14 { width: 56.67%; }
  .gutters > .span-15 { width: 61%; }
  .gutters > .span-16 { width: 65.34%; }
  .gutters > .span-17 { width: 69.67%; }
  .gutters > .span-18 { width: 74%; }
  .gutters > .span-19 { width: 78.34%; }
  .gutters > .span-20 { width: 82.67%; }
  .gutters > .span-21 { width: 87%; }
  .gutters > .span-22 { width: 91.34%; }
  .gutters > .span-23 { width: 95.67%; }
  .gutters > .span-24 { width: 100%; }

  .offset-1 { margin-left: 4.1666666667% !important;}
  .offset-2 { margin-left: 8.3333333333% !important;}
  .offset-3 { margin-left: 12.5% !important;}
  .offset-4 { margin-left: 16.6666666667% !important;}
  .offset-5 { margin-left: 20.8333333333% !important;}
  .offset-6 { margin-left: 25% !important;}
  .offset-7 { margin-left: 29.1666666667% !important;}
  .offset-8 { margin-left: 33.3333333333% !important;}
  .offset-9 { margin-left: 37.5% !important;}
  .offset-10 { margin-left: 41.6666666667% !important;}
  .offset-11 { margin-left: 45.8333333333% !important;}
  .offset-12 { margin-left: 50% !important;}
  .offset-13 { width: 54.1666666667% !important; }
  .offset-14 { width: 58.3333333333% !important; }
  .offset-15 { width: 62.5% !important; }
  .offset-16 { width: 66.6666666667% !important; }
  .offset-17 { width: 70.8333333333% !important; }
  .offset-18 { width: 75% !important; }
  .offset-19 { width: 79.1666666667% !important; }
  .offset-20 { width: 83.3333333333% !important; }
  .offset-21 { width: 87.5% !important; }
  .offset-22 { width: 91.6666666667% !important; }
  .offset-23 { width: 95.8333333333% !important; }

  .gutters > .offset-1 { margin-left: 4.33% !important;}
  .gutters > .offset-2 { margin-left: 8.66% !important;}
  .gutters > .offset-3 { margin-left: 13% !important;}
  .gutters > .offset-4 { margin-left: 17.33% !important;}
  .gutters > .offset-5 { margin-left: 21.66% !important;}
  .gutters > .offset-6 { margin-left: 26% !important;}
  .gutters > .offset-7 { margin-left: 30.33% !important;}
  .gutters > .offset-8 { margin-left: 34.66% !important;}
  .gutters > .offset-9 { margin-left: 39% !important;}
  .gutters > .offset-10 { margin-left: 43.33% !important;}
  .gutters > .offset-11 { margin-left: 47.67% !important;}
  .gutters > .offset-12 { margin-left: 52% !important;}
  .gutters > .offset-13 { margin-left: 56.33% !important;}
  .gutters > .offset-14 { margin-left: 60.67% !important;}
  .gutters > .offset-15 { margin-left: 65% !important;}
  .gutters > .offset-16 { margin-left: 69.34% !important;}
  .gutters > .offset-17 { margin-left: 73.67% !important;}
  .gutters > .offset-18 { margin-left: 78% !important;}
  .gutters > .offset-19 { margin-left: 82.34% !important;}
  .gutters > .offset-20 { margin-left: 86.67% !important;}
  .gutters > .offset-21 { margin-left: 91% !important;}
  .gutters > .offset-22 { margin-left: 95.34% !important;}
  .gutters > .offset-23 { margin-left: 99.67% !important;}
}

/*-------------------------------------------------------------------------------------------*/
/* Mobile
/*-------------------------------------------------------------------------------------------*/

@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Medium"); }
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Bold"); font-weight: bold; }

/* Transition */
*, a, a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* Tags */
body {
  color: #4d4d4d;
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
}

img {
  width: 100%;
  vertical-align: middle;
}

/* Flexbox */
.flexbox {
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Underline */
.underline {
  display: inline-block;
  margin: 0 0.2rem;
  border-radius: 4px;
  background: linear-gradient(transparent 65%, #fdff39 65%);
}

/* Button */
.btn_base {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  box-shadow:5px 5px 10px 0px rgba(131,131,131,0.30);
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.btn_or {
  border: 3px solid #fff;
  background: #ff7c00;
  background: -moz-linear-gradient(top, #ff7c00 0%, #ff7c00 50%, #ff6300 50%, #ff6300 100%);
  background: -webkit-linear-gradient(top, #ff7c00 0%,#ff7c00 50%,#ff6300 50%,#ff6300 100%);
  background: linear-gradient(to bottom, #ff7c00 0%,#ff7c00 50%,#ff6300 50%,#ff6300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c00', endColorstr='#ff6300',GradientType=0 );
}

.btn_pk {
  background-color: #ff6590;
}

.btn_bl {
  background-color: #416ab7;
}

.btn_gr {
  background-color: #24a31a;
}

.btn_rd {
  background-color: #d84221;
}

.btn_s {
  padding: 2% 2rem 2% 0.5rem;
  font-size: 3vw;
  line-height: 1.2rem;
  letter-spacing: 1px;
}

.btn_m {
  padding: 2% 2rem 2% 0.5rem;
  font-size: 3vw;
  line-height: 1.2rem;
  letter-spacing: 2px;
}

.btn_l {
  display: block;
  margin: 0 auto;
  width: 90%;
  padding: 4% 3rem 3.2% 1rem;
  font-size: 5vw;
  font-weight: 900;
  line-height: 1.6rem;
  letter-spacing: 3px;
}

.btn_base:before {
  position: absolute;
  top: 50%;
  margin-top: -0.6rem;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}

.btn_base:after {
  position: absolute;
  top: 50%;
  margin-top: -0.6rem;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}

.icon_angle_right:after {
  content: "\f105";
  font-size: 140%;
}

.icon_search:after {
  content: "\f002";
  font-size: 110%;
}

.icon_lock {
  padding: 2% 0.5rem 2% 2rem;
}

.icon_lock:before {
  content: "\f023";
  font-size: 100%;
}

.btn_s:after {
  right: 0.3rem;
  margin-top: -0.55rem;
  font-size: 110%;
}

.btn_m:before {
  left: 0.5rem;
}

.btn_m:after {
  right: 0.5rem;
}

.btn_l:after {
  right: 1rem;
  margin-top: -0.75rem;
}

.btn_base:hover {
  margin-top: -1px;
  margin-bottom: 1px;
  opacity: 0.9;
  box-shadow:3px 3px 6px 0px rgba(131,131,131,0.20);
}

.btn_base small {
  display: block;
  font-size: 70%;
  font-weight: 700;
  letter-spacing: 1px;
}

/* header -----------------------------------------------------------------------------------*/
#header {
  top: 0;
  height: 50px;
  background: #0168be;
  color: #fff;
  z-index: 1000;
}

#header h1 {
  display: none;
}

#header_logo a {
  display: inline-block;
  margin-top: 14px;
}

#header_logo a img {
  vertical-align: middle;
}

#header_nav {
  display: none;
  background-color: #f2f5f1;
}

#header_nav ul, #header-nav a {
  color: #fff;
}


/* footer -----------------------------------------------------------------------------------*/
#footer {
  padding: 5% 2% 5% 2%;
}

#footer li {
  display: inline-block;
  margin-top: 2%;
  width: 49%;
  font-size: 0.75rem;
  list-style-type: none;
}

#footer p {
  margin-top: 3%;
  font-size: 0.75rem;
}

#footer p:nth-of-type(1) {
  margin-top: 5%;
}

#footer #approval_num_pc {
  display: none;
  text-align: right;
}

#footer #approval_num_sp {
  display: block;
  text-align: right;
}

#footer p span {
  display: inline-block;
}

#go_top_bottom {
  display: none;
  position: fixed;
  right: 2%;
  bottom: 7%;
  z-index: 10;
}

#go_top_bottom a {
  position: relative;
  display: block;
  width: 80px;
  height: 60px;
  padding-top: 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 5px 5px 10px 0px rgba(131,131,131,0.5);
  background-color: rgba(43, 93, 187, 0.9);
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  line-height: 1.3;
  overflow: hidden;
}

#go_top_bottom a:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -0.4rem;
  margin-left: -1rem;
  width: 30px;
  height: 30px;
  content: '';
  background: url(/assets/img/index/img_arrow_go_top.png) center center no-repeat;
  background-size: 100%;

/*  content: "\f139";*/
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

#go_top_bottom a:hover {
  opacity: 0.9;
  box-shadow:3px 3px 6px 0px rgba(131,131,131,0.20);
}

#go_top_bottom a:hover:after {
  margin-top: -0.5rem;
}


/* article ----------------------------------------------------------------------------------*/

/* bg */
#article_03 {
  background: url(/assets/img/index/bg_stripe_01.png);
}

#article_02, #article_04 {
  background: url(/assets/img/index/bg_stripe_02.png);
}

#article_05 {
  background: url(/assets/img/index/bg_stripe_03.png);
}

/* header */
article > header {
  height: 120px;
  background-color: #fff;
}

article > header > .container {
  height: 120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#article_01 > header > .container {
  background-image: url(/assets/img/index/head_article_01_02.png);
}

#article_02 > header > .container {
  background-image: url(/assets/img/index/head_article_02.png);
}

#article_03 > header > .container {
  background-image: url(/assets/img/index/head_article_03_02.png);
}

#article_04 > header > .container {
  background-image: url(/assets/img/index/head_article_04.png);
}

#article_05 > header > .container {
  background-image: url(/assets/img/index/head_article_05.png);
}

#article_06 > header > .container {
  background-image: url(/assets/img/index/head_article_06.png);
}

article > header h2 {
  visibility: hidden;
}

/* contact ---------------------------------------------------- */
.contact {
  position: relative;
  margin-top: 5%;
}

.contact img {
  position: absolute;
  top: -10%;
  left: 1%;
  z-index: 50;
  width: 15%;
  filter: drop-shadow(5px 5px 6px #8383833d);
}





/*-------------------------------------------------------------------------------------------*/
/* PC */ @media (min-width: 481px) {
/*-------------------------------------------------------------------------------------------*/

/* Tags */
img {
  width: auto;
}

/* Flexbox */
.flexbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* Fixed Sticky */
.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
 }

/* Button */
.btn_base {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  box-shadow:5px 5px 10px 0px rgba(131,131,131,0.30);
  color: #fff;
  font-weight: 800;
}

.btn_s {
  padding: 2px 2rem 4px 1rem;
  font-size: 0.85rem;
}

.btn_m {
  padding: 8px 2rem 8px 1rem;
  font-size: 0.9rem;
}

.btn_l {
  display: inline-block;
  width: auto;
  padding: 12px 4rem 10px 2rem;
  font-size: 1.4rem;
}

.icon_lock {
  padding: 2% 0.5rem 2% 2rem;
}


/* header -----------------------------------------------------------------------------------*/
#header {
  height: 60px;
}

#header h1 {
  display: inline-block;
  padding-top: 6px;
  font-size: 0.8rem;
}

#header_logo {
  display: block;
  margin-top: 4px;
  max-width: 162px;
}

#header_logo a {
  display: inline-block;
  margin-top: 0;
}

/* header_nav ------------------------------------------------- */
#header_nav {
  display: block;
  top: 60px;
  z-index: 1000;
  padding: 0.5% 0;
  height: auto;
  background-color: rgba(255, 255, 255, 0.9);
}

#header_nav .container {
  position: relative;
}

/* min_toc ---------------------------------------------------- */
.min_toc {
  top: 42px !important;
}

/* sub_nav ---------------------------------------------------- */
#sub_nav {
  position: absolute;
  top: -34px;
  right: 2%;
  width: 55%;
}

#sub_nav div {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  margin: 0 1%;
  text-align: center;
}

#sub_nav div:first-child {
  margin-left: 0;
}

#sub_nav div:last-child {
  margin-right: 0;
}

#sub_nav div a {
  padding-right: 1.5rem;
  display: block;
  color: #fff;
  font-weight: 800;
  font-size: 1.6vw;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  text-decoration: none;
}

#sub_nav div a:hover {
  opacity: 0.8;
}

#sub_nav div a:after {
  position: absolute;
  top: 50%;
  margin: -0.4rem 0 0 0.5rem;
  font-size: 80%;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  content: "\f138";
}

#sub_nav div .btn_m {
  padding: 4px 1.2rem 6px 0.3rem;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  border: 1px solid #000;
}

#sub_nav div .btn_m:hover {
  margin: 0;
}

#sub_nav div .btn_m:after {
  right: 0.5rem;
}

#sub_nav div .btn_or {
  border: none;
  border-radius: 60px;
  font-size: 1.6vw;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}

/* min_header ------------------------------------------------- */
.min_header {
  height: 42px !important;
}

.min_header h1 {
  display: none;
  color: transparent;
}

.min_header #header_logo {
  margin-top: -15px;
}

.min_header + #header_nav #sub_nav {
  top: -35px !important;
}

/* toc -------------------------------------------------------- */
#toc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#toc div {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  margin: 0 0.5%;
  width: calc(95% / 6);
  text-align: center;
}

#toc div:first-child {
  margin-left: 0;
}

#toc div:last-child {
  margin-right: 0;
  width: 200px;
}

#toc div a {
  display: block;
  color: #0168be;
  font-weight: 800;
  font-size: 1.6vw;
  line-height: 1.3;
  text-decoration: none;
}

#toc div a:hover {
  opacity: 0.6;
}

#toc div a span {
  display: inline-block;
}

#toc div .btn_base {
  color: #fff;
  font-size: 1.3vw;
}

#toc .btn_base:after {
  margin-top: -0.75rem;
}

/* footer -----------------------------------------------------------------------------------*/
#footer {
  padding: 1.5% 2% 1% 2%;
}

#footer nav {
  text-align: center;
}

#footer ul {
  display: inline-block;
  margin: 0 auto;
}

#footer li {
  display: inline-block;
  margin-top: 1% 0 1% 0.25%;
  width: auto;
  font-size: 0.75rem;
  list-style-type: none;
}

#footer li:before {
  content: '|';
  margin-right: 0.5rem;
}

#footer li:nth-of-type(1):before {
  content: '';
  margin-right: 0.5rem;
}

#footer p {
  margin-top: 1%;
  text-align: center;
}

#footer p:nth-of-type(1) {
  margin-top: 2%;
}

#footer #approval_num_pc {
  display: block;
}

#footer #approval_num_sp {
  display: none;
}

#go_top_bottom {
  bottom: 6%;
}

/* article ----------------------------------------------------------------------------------*/

/* head ------------------------------------------------------- */
article > header {
  height: 162px;
  background-color: #fff;
}

article > header > .container {
  height: 162px;
}

/* contact ---------------------------------------------------- */
.contact {
  display: block;
  margin: 40px auto 0 auto;
  text-align: center;
}

 .contact img {
  position: relative;
  margin-top: 0px;
  margin-right: -24px;
  top: -20px;
  left: 0%;
  width: 126px;
}

/*-------------------------------------------------------------------------------------------*/
/* ????????????????????? */ }
/*-------------------------------------------------------------------------------------------*/





/*-------------------------------------------------------------------------------------------*/
/* PC */ @media (min-width: 861px) {
/*-------------------------------------------------------------------------------------------*/

/* header_nav ------------------------------------------------- */
#header_nav {
  padding: 8px 0;
}

/* sub_nav ---------------------------------------------------- */
#sub_nav {
  top: -50px;
  width: 40%;
}

#sub_nav div a {
  font-size: 0.9rem;
  line-height: 1.3;
}

#sub_nav div .btn_or {
  padding: 2% 1.5rem 2% 0.5rem;
  font-size: 0.85rem;
}

#sub_nav div .btn_m:after {
  right: 0.5rem;
}

/* min_header ------------------------------------------------- */

.min_header + #header_nav #sub_nav {
  top: -42px !important;
}

/* toc -------------------------------------------------------- */

#toc div a {
  font-size: 0.95rem;
  line-height: 1.3;
}

#toc div .btn_base {
  font-size: 0.95rem;
}

/*-------------------------------------------------------------------------------------------*/
/* ????????????????????? */ }
/*-------------------------------------------------------------------------------------------*/
/* ??????LP???pbase????????????????? */





/*-------------------------------------------------------------------------------------------*/
/* Mobile */
/*-------------------------------------------------------------------------------------------*/

/* info ------------------------------------------------------- */
.atten {
  margin: 12px 2% 12px 2%;
  padding: 4px 12px 10px 12px;
  border: 2px solid #fb2b2b;
  border-radius: 6px;
  background-color: #fff;
  color: #fb2b2b;
  font-size: 0.85rem;
  line-height: 1.4;
  text-align: center;
}

.atten p {
  margin-top: 6px;
}

.atten .atten_t  {
  color: #fb2b2b;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.4;
}

.atten .aten_big {
  display: inline-block;
  font-size: 1rem;
}

/* contents_header --------------------------------------------------------------------------*/

/* jumbotron -------------------------------------------------- */
#contents_header .jumbotron {
  padding-bottom: 30px;
  min-height: 550px;
  background: url(/assets/img/index/bg_jumbotron.jpg) no-repeat;
  background-size: cover;
  background-position: 100% 0%;
}

#contents_header .jumbotron h1 {
  margin: 0 auto;
  padding-top: 30px;
  width: 80%;
}

#contents_header .jumbotron h1 img {
  width: 100%;
}

/* Flexbox */
#contents_header .jumbotron .flexbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

#item_jt_01 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 80px;
  width: 100%;
}

#item_jt_01 img {
  width: 100%;
}

#item_jt_02 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 25%;
}

#item_jt_02 img {
  width: 100%;
}

#item_jt_03 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 2%;
  padding-left: 3%; 
  width: 40%;
}

#item_jt_03 img {
  width: 90%;
}

/* lead ------------------------------------------------------- */
#contents_header .lead {
  padding: 20px 0;
  background-color: #f2f5f1;
  font-weight: 800;
  font-size: 0.85rem;
  text-align: center;
}

#contents_header .lead span {
  display: inline-block;
}

#contents_header .lead .contact {
  margin-top: 20px;
}

/* article_01 -------------------------------------------------------------------------------*/

/* header ----------------------------------------------------- */
#article_01 section {
  margin-bottom: 5%;
  padding: 5% 0;
}

#article_01 h3 {
  padding: 2% 2% 2.2% 2%;
  width: 100%;
  border-radius: 60px;
  box-shadow:0px 5px 0px 0px rgba(131,131,131,0.3);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
}

#article_01 .section_01 h3, #article_01 .section_03 h3 {
  background-color: #9eb731;
}

#article_01 .section_02 h3 {
  background-color: #0168be;
}

/* section_01 ------------------------------------------------- */
#article_01 .section_01 {
  background: url(/assets/img/index/bg_stripe_01.png);
}

#article_01 .section_01 h4 {
  margin-top: 5%;
  padding: 0.5% 2% 1% 2%;
  border-radius: 6px 6px 0 0;
  background-color: #d66a04;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.2rem;
}

#article_01 .section_01 .img_ex {
  padding: 2% 0;
  background-color: #fff;
  text-align: center;
}

#article_01 .section_01 .img_ex img {
  width: 50%;
}

#article_01 .section_01 .amount_ex {
  padding: 3%;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
  text-align: center;
}

#article_01 .section_01 .amount_ex img {
  width: 80%;
}

#article_01 .section_01 p {
  padding: 3% 3% 0 3%;
  background-color: #fff;
  font-size: 0.8rem;
}

#article_01 .section_01 .row:nth-of-type(2) p {
  margin-top: 1%;
  padding: 3% 0%;
  border-radius: 6px;
  background-color: transparent;
  font-size: 0.75rem;
  text-align: right;
}

#article_01 .section_01 .row:nth-of-type(3) p {
  margin-top: 5%;
  padding: 3% 5% 3% 5%;
  border-radius: 6px;
  font-size: 0.9rem;
}

#article_01 .section_01 p strong {
  color: #d84221;
} 

#article_01 .section_01 p strong.underline {
  color: #d66a04;
}

/* section_02 ------------------------------------------------- */
#article_01 .section_02 {
  background: url(/assets/img/index/bg_stripe_02.png);
}

#article_01 .section_02 .row {
  margin-top: 5%;
  padding: 3%;
  border-radius: 6px;
  background-color: #fff;
}

#article_01 .section_02 .lead {
  margin: 0 auto;
  padding: 2% 3%;
  border: 1px solid #0168be;
  border-radius: 4px;
  color: #0168be;
  font-size: 0.8rem;
  font-weight: bold;
}

#article_01 .section_02 .lead .notes {
  margin-top: 1%;
  font-size: 0.75rem;
}

#article_01 .section_02 .img {
  margin-top: 5%;
}

#article_01 .section_02 .img img {
  width: 100%;
}

#article_01 .section_02 .img_operator {
  position: relative;
}

#article_01 .section_02 .img_operator img:nth-of-type(1) {
  width: 80%;
}

#article_01 .section_02 .img_operator img:nth-of-type(2) {
  position: absolute;
  top: -50%;
  right: 0;
  width: 20%;
  filter: drop-shadow(5px 5px 6px #8383833d);
}

/* section_03 ------------------------------------------------- */
#article_01 .section_03 {
  margin-bottom: 0px;
  background: url(/assets/img/index/bg_stripe_01.png);
}

#article_01 .section_03 .row img {
  width: 100%;
}

#article_01 .section_03 .img:nth-of-type(1) {
  margin-top: 6%;
}

#article_01 .section_03 .img:nth-of-type(2) {
  margin-top: 5%;
}

#article_01 .section_03 .img:nth-of-type(3) {
  margin-top: 2%;
}

/* article_02 -------------------------------------------------------------------------------*/
#article_02 {
  padding-bottom: 5%;
}

/* section_01,02 ---------------------------------------------- */
#article_02 .row {
  margin-top: 5%;
  padding: 3% 2% 5% 2%;
  background-color: #fff;
}

#article_02 #item_02_01 h3,
#article_02 #item_02_03 h3 {
  margin-top: 5%;
}

#article_02 #item_02_03 h3  {
  width: 60%;
  max-width: 287px;
}

#article_02 .row p {
  margin-top: 5%;
  font-size: 0.8rem;
}

#article_02 .row .label {
  margin-top: 0;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.1rem;
}

#article_02 .row .label:before {
  margin-right: 0.5rem;
  color: #066bbf;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
}

#article_02 .row .notes {
  margin-top: 1%;
  padding-left: 1rem;
}

#article_02 .row .notes:first-letter {
  margin-left: -0.8rem;
}

#article_02 .row .caption {
  margin-top: 0;
  padding: 2.4% 3% 2% 3%;
  background-color: #f2f5f1;
  color: #626f5e;
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
}

#article_02 .row .caption span {
  display: inline-block;
}

#article_02 .row .img {
  margin-top: 5%;
}

#article_02 #item_02_02,
#article_02 #item_02_04,
#article_02 #item_02_05 {
  margin: 0 auto;
  width: 60%;
}


#article_02 .row .btn {
  margin-top: 5%;
  text-align: center;
}

/* section_03 ------------------------------------------------- */

#article_02 .section_03 .row {
  margin-top: 0;
  padding: 0;
  background-color: transparent;
}

#article_02 .section_03 .row > div {
  margin-top: 5%;
  padding: 3% 2% 5% 2%;
  background-color: #fff;
}

#article_02 .section_03 h3 {
  color: #d66a04;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.1rem;
}

#article_02 .section_03 h3:before {
  margin-right: 0.5rem;
  color: #d66a04;
  font-size: 1rem;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  content: "\f05a";
}

#article_02 #item_02_06 {
  position: relative;
}

#article_02 .section_03 p {
  text-align: center;
}

#article_02 .section_03 .btn {
  margin-top: 8%; 
}

#article_02 .accordion_label {
  display: block;
}

#article_02 .accordion_check {
  display: none;
}

#article_02 .accordion_content {
  overflow: hidden;
  max-height: 0;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#yakkan_01:checked + #yakkan_01_block,
#yakkan_02:checked + #yakkan_02_block
{
  max-height: 9999px;
  padding-bottom: 8px;
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#article_02 .accordion_content .wrapper {
  margin-top: 5%;
  padding: 0 2% 2% 2%;
  background-color: #f2f5f1;
  text-align: left;
}

#article_02 .row .accordion_content .wrapper > p {
  margin-top: 0;
  padding-top: 4%;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: left;
}

#article_02 .accordion_content ol {
  margin: 3% 0 0 1.5rem;
  font-size: 0.75rem;
  list-style-type: decimal;
}

#article_02 .accordion_content ol li {
  margin-top: 1%; 
}

#article_02 .accordion_content .wrapper p.txt_right {
  margin-top: 1%;
  font-weight: normal;
  text-align: right;
}

/* article_03 -------------------------------------------------------------------------------*/

#article_03 {
  padding-bottom: 5%;
}

#article_03 h3 {
  margin-top: 5%;
  padding: 2% 2% 2.2% 2%;
  border-radius: 6px 6px 0 0;
}

#article_03 h3.basic {
  background-color: #0168be;  
}

#article_03 h3.extensive {
  background-color: #d84221;  
}

#article_03 div.basic {
  border: 3px solid #0168be;
}

#article_03 div.extensive {
  border: 3px solid #d84221;
}

#article_03 div div div {
  border-top: none !important;
  background-color: #fff;
}

#article_03 .img {
  position: relative;
  padding-bottom: 3%;
}

#article_03 .img img:nth-of-type(1) {
  position: absolute;
  top: 4%;
  left: 3%;
  width: 25%;
  filter: drop-shadow(5px 5px 6px #8383833d);
}

#article_03 .img img:nth-of-type(2) {
  margin-top: 3%;
  width: 100%;
}

#article_03 p {
  margin: 3% 0 0 30%;
  padding: 0 2% 0 0;
  font-size: 0.8rem;
}

#article_03 p strong {
  display: inline-block;
  margin-left: 0.2rem;
  color: #d84221;
  font-size: 1.1rem;
}

/* article_04 -------------------------------------------------------------------------------*/

#article_04 {
  padding-bottom: 5%;
}

/* section_01 ------------------------------------------------- */

#article_04 h3 {
  margin-top: 5%;
  padding: 3% 2%;
  border-radius: 6px 6px 0 0;
  background-color: #0168be;
}

#article_04 .row {
  padding: 3% 2%;
  border-radius: 0 0 6px 6px;
}

/* section_01 ------------------------------------------------- */
#article_04 .section_01 .row {
  padding-bottom: 38%;
  position: relative;
  background: #fff url(/assets/img/index/bg_section_0401.png) center bottom no-repeat;
  background-size: 40%;
}

#article_04 #item_04_01 {
  margin-top: 6%;
  width: 100%;
  text-align: center;
}

#article_04 #item_04_01 img {
  width: 30%;
}

#article_04 #item_04_02 {
  margin-top: 2%;
  width: 100%;
  font-size: 0.8rem;
}
 
#article_04 strong {
  color: #d84221;
}


/* section_02 ------------------------------------------------- */
#article_04 .section_02 .row {
  padding: 3% 2% 45% 2%;
  background: #fff url(/assets/img/index/bg_section_0402.png) center bottom no-repeat;
  background-size: 50%;
}

#article_04 .section_02 p {
  margin-top: 1%;
  font-size: 0.8rem;
}


#article_04 .section_02 .notes {
  margin-top: 2%;
  padding-left: 1rem;
  font-size: 0.8rem;
}

#article_04 .section_02 .notes:first-letter {
  margin-left: -0.8rem;
}

/* article_05 -------------------------------------------------------------------------------*/

#article_05 {
  padding-bottom: 5%;
}

#article_05 .flexbox > div {
  position: relative;
  margin-top: 5%;
  border-radius: 6px;
  background-color: #fff;
}


#article_05 .flexbox h3 {
  border-radius: 6px 6px 0 0;
  background-color: #d66a04;
  text-align: center;
}

#article_05 .flexbox h3 img {
  max-width: 168px;
}

#article_05 .flexbox .img {
  padding: 5% 0 5% 50%;
  text-align: center;
}

#article_05 .flexbox #item_05_01 .img {
  background: url(/assets/img/index/bg_item_05_01.png) 0% bottom no-repeat;
}

#article_05 .flexbox #item_05_02 .img {
  background: url(/assets/img/index/bg_item_05_02.png) 0% 100% no-repeat;
}

#article_05 .flexbox #item_05_03 .img {
  background: url(/assets/img/index/bg_item_05_03.png) 0% 100% no-repeat;
}

#article_05 .flexbox #item_05_04 .img {
  background: url(/assets/img/index/bg_item_05_04.png) 0% 100% no-repeat;
}

#article_05 .flexbox #item_05_05 .img {
  background: url(/assets/img/index/bg_item_05_05.png) 0% 100% no-repeat;
}

#article_05 .flexbox .img img {
  max-width: 168px;
}

#article_05 .flexbox .details {
  position: absolute;
  top: 80%;
  right: 8%;
}

#article_05 .flexbox #item_05_05 .details {
  top: 74%;
}

#article_05 .flexbox p {
  padding: 2% 4%;
  font-size: 0.75rem;
}

/* article_06 -------------------------------------------------------------------------------*/
#article_06 .section_01 {
  background-color: #d9ecf9;
}

#article_06 .row {
  padding: 3% 2%;
  border-radius: 0 0 6px 6px;
}

/* section_01 ------------------------------------------------- */
#article_06 h3 {
  margin-top: 5%;
  padding: 3% 2%;
  border-radius: 6px 6px 0 0;
  background-color: #0168be;
}

#article_06 .section_01 .row {
  padding-bottom: 38%;
  position: relative;
  background: #fff url(/assets/img/index/img_section_0601_03.png) center bottom no-repeat;
  background-size: 40%;
}
/* section_02 ------------------------------------------------- */



/* content_footer ---------------------------------------------------------------------------*/
#contents_footer {
  padding-bottom: 5%;
  background-color: #d8effd;
}

#contents_footer .row > div {
  margin-top: 5%;
  margin-left: 0;
  padding: 3% 2% 5% 2%;
  background-color: #fff;
  width: 100%;
}

#contents_footer h2 {
  color: #0168be;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.1rem;
}

#contents_footer h2:before {
  margin-right: 0.5rem;
  color: #0168be;
  font-size: 1rem;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}

#contents_footer #item_06_01 h2:before {
  font-size: 1.2rem;
  content: "\f059";
}

#contents_footer #item_06_02 h2:before {
  content: "\f108";
}

#contents_footer #item_06_03 h2:before {
  content: "\f007";
}

#contents_footer p {
  color: #4d4d4d;
  text-align: center;
}

#contents_footer p a {
  color: #4d4d4d;
  text-decoration: none;
}

#contents_footer #item_06_01 p:nth-of-type(1),
#contents_footer #item_06_02 p:nth-of-type(1),
#contents_footer #item_06_03 p:nth-of-type(1) {
  margin-top: 3%;
  font-size: 0.8rem;
}

#contents_footer #item_06_03 p:nth-of-type(1) {
  margin-top: 3%;
  font-size: 2rem;
  font-weight: bold;
}

#contents_footer #item_06_03 p:nth-of-type(2) {
  margin-top: 3%;
  font-size: 0.75rem;
}

#contents_footer #item_06_03 p:nth-of-type(2) span {
  display: inline-block;
}

#contents_footer #item_06_04 p:nth-of-type(1),
#contents_footer #item_06_05 p:nth-of-type(1) {
  margin-top: 3%;
  font-size: 0.8rem;
}

#contents_footer div div {
  margin-top: 5%;
  text-align: center;
}

#contents_footer div div .btn_base {
  width: 100%
}

#contents_footer .flexbox {
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

#contents_footer .flexbox #item_06_01,
#contents_footer .flexbox #item_06_02,
#contents_footer .flexbox #item_06_03 {
  width: 100%;
}

#contents_footer .flexbox #item_06_02,
#contents_footer .flexbox #item_06_03 {
  margin-left: 0;
}

/*-------------------------------------------------------------------------------------------*/
/* PC */ @media (min-width: 481px) {
/*-------------------------------------------------------------------------------------------*/

/* info ------------------------------------------------------- */
.atten {
  margin: 12px 2% 12px 2%;
  padding: 4px 24px 10px 24px;
  border: 2px solid #fb2b2b;
  border-radius: 6px;
  background-color: #fff;
  color: #fb2b2b;
  font-size: 0.85rem;
  line-height: 1.4;
}

.atten p {
  margin-top: 6px;
}

.atten .atten_t  {
  color: #fb2b2b;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.4;
}

.atten .aten_big {
  display: inline-block;
  font-size: 1rem;
}

/* contents_header --------------------------------------------------------------------------*/

/* lead ------------------------------------------------------- */
#contents_header .lead {
  padding: 42px 0;
  font-size: 1rem;
  line-height: 1.65;
}

#contents_header .lead .flexbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* article_01 -------------------------------------------------------------------------------*/

/* header ----------------------------------------------------- */

#article_01 section {
  margin-bottom: 30px;
  padding: 30px 0;
}

#article_01 h3 {
  margin: 0 auto;
  padding: 12px;
}

#article_01 h3 span {
  display: block;
  margin: 0 auto;
  background-position: 50% 50%;
  color: transparent;
  text-align: center;
  text-indent: -9999px;
  background-size: 100% auto;
}

#article_01 .section_01 h3 {
  max-width: calc(419px + 60px);
}

#article_01 .section_01 h3 span {
  width: 100%;
  max-width: calc(419px + 0px);
  background-image: url(/assets/img/index/head_section_0101.png);
}

#article_01 .section_02 h3 {
  max-width: calc(489px + 60px);
}

#article_01 .section_02 h3 span {
  width: 100%;
  max-width: calc(489px + 0px);
  background-image: url(/assets/img/index/head_section_0102.png);
}

#article_01 .section_03 h3 {
  max-width: calc(208px + 60px);
}

#article_01 .section_03 h3 span {
  width: 100%;
  max-width: calc(208px + 0px);
  background-image: url(/assets/img/index/head_section_0103.png);
}

/* section_01 ------------------------------------------------- */

#article_01 .section_01 h4 {
  margin-top: 24px;
  padding: 1px 0 3px 0;
}

#article_01 .section_01 .img_ex {
  padding: 0;
}

#article_01 .section_01 .img_ex img {
  width: 100%;
}

#article_01 .section_01 .amount_ex {
  padding: 0 15px 15px 15px;
}

#article_01 .section_01 .amount_ex img {
  width: 100%;
}

#article_01 .section_01 p {
  padding: 15px;
}

#article_01 .section_01 .flexbox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto;
  max-width: 900px;
}

#article_01 .section_01 .flexbox .item {
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  width: 30%;
}

#item_01_01 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}

#item_01_02 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  order: 4;
}

#item_01_03 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 7;
  order: 7;
}

#item_01_04 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 10;
  order: 10;
}

#item_01_05 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 15px;
}

#item_01_06 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 5;
  order: 5;
  margin-left: 15px;
}

#item_01_07 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 8;
  order: 8;
  margin-left: 15px;
}

#item_01_08 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 11;
  order: 11;
  margin-left: 15px;
}

#item_01_09 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  margin-left: 15px;
}

#item_01_10 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 6;
  order: 6;
  margin-left: 15px;
}

#item_01_11 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 9;
  order: 9;
  margin-left: 15px;
}

#item_01_12 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 12;
  order: 12;
  margin-left: 15px;
}

#article_01 .section_01 .row:nth-of-type(2) p {
  margin: 10px auto 0 auto;
  max-width: 900px;
  padding: 0;
  border-radius: 6px;
  color: #5f5f5f;
  font-size: 0.9rem;
}

#article_01 .section_01 .row:nth-of-type(3) p {
  position: relative;
  margin: 15px auto 0 auto;
  max-width: 900px;
  padding: 20px 30px 20px 100px;
  border-radius: 6px;
  color: #5f5f5f;
  font-size: 1rem;
  font-weight: bold;
}

#article_01 .section_01 .row:nth-of-type(3) p:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -1.5rem;
  padding-right: 1rem;
  color: #f4b752;
  font-size: 3rem;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  content: "\f06a";  
}

/* section_02 ------------------------------------------------- */

#article_01 .section_02 .row {
  margin-top: 24px;
  padding: 3%;
  border-radius: 6px;
  background-color: #fff;
}


#article_01 .section_02 .lead {
  margin: 0 auto;
  padding: 2% 3%;
  max-width: 780px;
  border: 1px solid #0168be;
  border-radius: 6px;
  font-size: 0.85rem;
}

#article_01 .section_02 .lead .notes {
  margin-top: 10px;
  font-size: 0.8rem;
}

#article_01 .section_02 .img {
  margin-top: 20px;
  text-align: center;
}

#article_01 .section_02 .img img {
  max-width: 870px;
}

#article_01 .section_02 .img_operator {
  margin-top: 20px;
  text-align: left;
}

#article_01 .section_02 .img_operator img:nth-of-type(2) {
  top: -40%;
  width: 18%;
}

/* section_03 ------------------------------------------------- */

#article_01 .section_03 {
  padding-bottom: 2%;
}

#article_01 .section_03 .img:nth-of-type(1) {
  margin: 42px auto 0 auto;
  max-width: 718px;
  text-align: center;
}

#article_01 .section_03 .img:nth-of-type(2),
#article_01 .section_03 .img:nth-of-type(3) {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

#article_01 .section_03 .img:nth-of-type(2) {
  margin-top: 20px;
}

#article_01 .section_03 .img:nth-of-type(3) {
  margin-top: 15px;
}

/* article_02 -------------------------------------------------------------------------------*/
#article_02 {
  padding-bottom: 2%;
}

/* section_01 ------------------------------------------------- */

#article_02 .flexbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 2% 3%;
  width: 100%;
  max-width: 940px;
}

#article_02 .row {
    margin-top: 1.5%;
}

#article_02 .section_01 .row,
#article_02 .section_02 .row {
  border: 1px solid #d8effd;
}

#article_02 .row .label {
  text-align: left;
  width: 100%;
}

#article_02 .row .img {
  margin-top: 0;
}

#article_02 .section_01 .row h3,
#article_02 .section_02 .row h3 {
  margin-top: 3% !important;
}

#article_02 .row h3 img {
  width: 100%;
}

#article_02 #item_02_01 h3 img {
  max-width: 495px;
}

#article_02 #item_02_03 h3 img {
  min-width: 120px;
  max-width: 287px;
}

#article_02 p {
  font-size: 0.9rem;
}

#article_02 .row .notes {
  margin-top: 2%;
  font-size: 0.75rem;
}

#article_02 .row .caption {
  padding: 4.4% 2% 4% 2%;
  font-size: 0.75rem;
  line-height: 1.6;
}

#article_02 #item_02_01 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 4%;
}

#article_02 #item_02_02 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  width: auto;
  max-width: 290px;
}

#article_02 #item_02_02 img {
  width: 100%;
}

#article_02 .section_01 .btn {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 3%;
  width: 100%;
  text-align: right;
}

#article_02 #item_02_03 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#article_02 #item_02_04 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 0 4%;
  width: auto;
  max-width: 200px;
}

#article_02 #item_02_04 img {
  width: 100%;
}

#article_02 #item_02_05 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 0 4%;
  width: auto;
  max-width: 200px;
}

#article_02 #item_02_05 img {
  width: 100%;
}

/* section_03 ------------------------------------------------- */

#article_02 .section_03 .flexbox div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#article_02 .section_03 .row > div {
  margin-top: 1.5%;
  padding: 1.5% 1%;
  border: 1px solid #d8effd;
  background-color: #fff;
}

#article_02 .section_03 .row h3 {
  margin-top: 0;
}

#article_02 .section_03 .btn {
  margin-top: 1%;
}

#article_02 #item_02_06 {
  -webkit-box-flex: 2 1;
  -ms-flex: 2 1;
  flex: 2 1;
}

#article_02 #item_02_07 {
  margin-left: 1.5%;
  -webkit-box-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

#article_02 #item_02_06_01 {
  -webkit-box-flex: 2 1;
  -ms-flex: 2 1;
  flex: 2 1;
}

#article_02 #item_02_06_02 {
  -webkit-box-flex: 3 1;
  -ms-flex: 3 1;
  flex: 3 1;
  margin-left: 2%;
}

#article_02 .row #item_02_07 p {
  margin-top: 0;
  padding-top: 2%;
}

#article_02 .section_03 #item_02_07 .btn {
  padding-top: 4%;
}

#article_02 .accordion_content {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  z-index: 100;
  width: 100%;
}

#article_02 .accordion_content .wrapper {
  margin-top: 0;
  padding: 0 2% 2% 2%;
}

#article_02 .accordion_content .wrapper > p {
  padding-top: 2%;
  font-size: 0.85rem;
}

#article_02 .accordion_content ol {
  margin: 1.5% 0 0 1.5rem;
  font-size: 0.75rem;
}

#article_02 .accordion_content ol li {
  margin-top: 0.8%;
  line-height: 1.3;
}

#article_02 .accordion_content .wrapper p.txt_right {
  margin-top: 0.5%;
  font-size: 0.75rem;
}

/* article_03 -------------------------------------------------------------------------------*/
#article_03 {
  padding-bottom: 2%;
}

/* section_01 ------------------------------------------------- */

#article_03 .flexbox {

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%;
  max-width: 900px;
}

#article_03 .basic, #article_03 .extensive {
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  width: 47%;
  max-width: 440px;
}

#article_03 .extensive {
  margin-left: 2%;
}

#article_03 .flexbox img {
  width: 100%;
}

#article_03 p {
  font-size: 0.8rem;
}

#article_03 .extensive p {
  margin-left: 30%;
}

#article_03 #item_03_01 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}

#article_03 #item_03_02 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
}

#article_03 #item_03_03 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 5;
  order: 5;
}

#article_03 #item_03_05 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}

#article_03 #item_03_06 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  order: 4;
}

#article_03 #item_03_07 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 6;
  order: 6;
}

/* article_04 -------------------------------------------------------------------------------*/
#article_04 {
  padding-bottom: 2%;
}

/* section_01 ------------------------------------------------- */

#article_04 h3 {
  margin-top: 3%;
  padding: 3% 2%;
  tex-align: center;
}

#article_04 h3 img {
   width: 100%;
   max-width: 900px;
}

#article_04 .section_01 .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 4% 22% 4% 4%;
  position: relative;
  min-height: 160px;
  background: #fff url(/assets/img/index/bg_section_0401.png) 95% bottom no-repeat;
  background-size: 16%;
}

#article_04 #item_04_01 {
  -webkit-box-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-top: 0;
  width: 100%;
}

#article_04 #item_04_01 img {
  width: 100%;
}

#article_04 #item_04_02 {
  -webkit-box-flex: 4 1;
  -ms-flex: 4 1;
  flex: 4 1;
  margin: 0 0 0 6%;
}

#article_04 #item_04_02 p {
  margin-top: 1rem;
  font-size: 1rem;
}

#article_04 #item_04_02 p:nth-of-type(1) {
  margin-top: 0;
}

/* section_02 ------------------------------------------------- */
#article_04 .section_02 .row {
  padding: 3% 2% 5% 2%;
  background: #fff url(/assets/img/index/bg_section_0402.png) 5% bottom no-repeat;
  background-size: 32%;
}

#article_04 .section_02 .row div {
  padding-left: 40%;
}

#article_04 .section_02 p {
  margin-top: 1rem;
  font-size: 1rem;
}

#article_04 .section_02 .notes {
  margin-top: 1rem;
}

/* article_05 -------------------------------------------------------------------------------*/

/* section_01 ------------------------------------------------- */
#article_05 {
  padding-bottom: 3%;
}

#article_05 > .row {
  margin: 3% auto 0 auto ;
  max-width: 820px;
}

#article_05 > .row img {
  width: 100%;
}

#article_05 .flexbox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: -30px auto 0 auto;
  max-width: 900px;
}

#article_05 .flexbox > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  margin: 130px 0.5% 0 0.5%;
  padding-bottom: 0.5%;
  max-width: 168px;
}

#article_05 h3 {
  position: relative;
}

#article_05 h3:before {
  position: absolute;
  top: -200px;
  left: 0;
  display: inline-block;
  width: 168px;
  max-width: 168px;
  height: 200px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

#article_05 #item_05_01 h3:before {
  background-image: url(/assets/img/index/bg_item_05_01.png);
}

#article_05 #item_05_02 h3:before {
  background-image: url(/assets/img/index/bg_item_05_02.png);
}

#article_05 #item_05_03 h3:before {
  background-image: url(/assets/img/index/bg_item_05_03.png);
}

#article_05 #item_05_04 h3:before {
  background-image: url(/assets/img/index/bg_item_05_04.png);
}

#article_05 #item_05_05 h3:before {
  background-image: url(/assets/img/index/bg_item_05_05.png);
}

#article_05 h3 img {
  width: 100%;
}

#article_05 .flexbox > div .img {
  padding: 6% 0;
  background-image: none !important;
}

#article_05 .flexbox > div .img  img {
  width: 100%;
}

#article_05 .flexbox .details {
  position: static;
  padding: 4% 0;
  background: url(/assets/img/index/bg_stripe_01.png);
  text-align: center;
}

#article_05 .flexbox > div p {
  margin-top: 3%;
  font-size: 0.7rem;
  line-height: 1.4;
  text-align: center;
}

/* content_footer ---------------------------------------------------------------------------*/
#contents_footer {
  padding-bottom: 3%;
  background-color: #d8effd;
}

#contents_footer .flexbox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-direction: row;
}

#contents_footer .row > div {
  margin: 2% 0 0 0%;
  padding: 1.5% 2% 1.5% 2%;
  background-color: #fff;
}

#contents_footer div div {
  margin-top: 2%;
}
  
#contents_footer #item_06_03 p:nth-of-type(1) {
  margin-top: 3%;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
}

#contents_footer #item_06_03 p:nth-of-type(1) span {
  display: inline-block;
}

#contents_footer #item_06_04 p:nth-of-type(1), #contents_footer #item_06_05 p:nth-of-type(1) {
  margin-top: 1.5%;
}

/*-------------------------------------------------------------------------------------------*/
/* ????????????????????? */ }
/*-------------------------------------------------------------------------------------------*/





/*-------------------------------------------------------------------------------------------*/
/* PC */ @media (min-width: 861px) {
/*-------------------------------------------------------------------------------------------*/

/* contents_header --------------------------------------------------------------------------*/

/* jumbotron -------------------------------------------------- */
#contents_header .jumbotron {
  min-height: 500px;
  background-position: 70% 40%;
}

#contents_header .jumbotron h1 {
  margin: 0 auto;
  padding-top: 56px;
  max-width: 508px;
}

/* Flexbox */
#contents_header .jumbotron .flexbox {
  display: block;
  position: relative;
}

#item_jt_01 {
  margin: 50px auto 0 auto;
  max-width: 560px;
}

#item_jt_01 img {
  width: 100%;
}

#item_jt_02 {
  position: absolute;
  top: -240px;
  left: 18px;
  width: 100%;
  max-width: 118px;
}

#item_jt_03 {
  position: absolute;
  top: -90px;
  left: 0;
  margin-top: 0;
  padding-left: 0; 
  width: 100%;
  max-width: 144px;
}

#item_jt_03 img {
  width: 100%;
}

/* lead ------------------------------------------------------- */
#contents_header .lead .flexbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

#contents_header .lead .flexbox > div:nth-of-type(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#contents_header .lead .contact {
  margin-top: 0;
  width: 350px;
  text-align: right;
}


/* content_footer ---------------------------------------------------------------------------*/
#contents_footer .flexbox #item_06_02,
#contents_footer .flexbox #item_06_03 {
  margin-left: 12px;
}
  
#contents_footer .flexbox #item_06_01 {
  margin-left: 0;
  width: calc(96% / 3);
}

#contents_footer .flexbox #item_06_02 {
  width: calc(96% / 3);
}

#contents_footer .flexbox #item_06_03 {
  width: calc(96% / 3);
}

/*-------------------------------------------------------------------------------------------*/
/* ????????????????????? */ }
/*-------------------------------------------------------------------------------------------*/