@charset "UTF-8";
/* Common CSS */
/* _setting CSS */
/* ___________________WebFont */
@font-face {
  font-family: 'Gabriola';
  font-style: normal;
  font-weight: normal;
  src: url("../font/font.woff") format("woff");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  font-size: 62.5%;
}

/* ___________________Font */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  color: #333333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana;
}

/* ___________________Link */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.65;
}
a.pdf {
  background: url(../images/common/pdf_icon.png) right center/15px no-repeat;
  text-decoration: underline;
  padding-right: 20px;
  margin-right: 6px;
}

/* ___________________text */
p {
  font-size: 1.4rem;
}

/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  html, body {
    min-width: 1190px;
  }

  .sp {
    display: none;
  }

  #pankuzu {
    padding: 15px 0 12px;
    margin-bottom: 50px;
  }
  #pankuzu li {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #pankuzu li a {
    padding: 0 20px 0 0;
  }
  #pankuzu li:not(:last-child):after {
    content: '>';
    display: inline-block;
    margin-right: 10px;
  }

  /* ___________________header */
  #header {
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 2;
    /* ___________________global navigation */
  }
  #header .header_area01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 30px;
    margin: 0 0 15px;
  }
  #header .header_area01 #logo {
    display: inline-block;
    width: 200px;
    height: 33px;
    margin-top: 5px;
  }
  #header .header_area01 #logo a {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 200px;
    height: 33px;
    background: url(../images/common/logo.png) no-repeat;
    margin: 0 auto;
    padding: 0;
  }
  #header .header_area01 #logo a:hover {
    opacity: 0.8;
  }
  #header .header_area01 #header_menu_wrapper #header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header .header_area01 #header_menu_wrapper #header_menu .item a:hover {
    text-decoration: none;
  }
  #header .header_area01 #header_menu_wrapper #header_menu .contact {
    font-size: 1.3rem;
    margin-right: 20px;
  }
  #header .header_area01 #header_menu_wrapper #header_menu .contact a {
    position: relative;
    display: inline-block;
    height: 40px;
    padding: 17px 0 5px 32px;
    border-bottom: 1px solid #000;
  }
  #header .header_area01 #header_menu_wrapper #header_menu .contact a:before {
    position: absolute;
    left: 0;
    top: 15px;
    content: '';
    display: inline-block;
    width: 27px;
    height: 17px;
    background: url("../images/common/h_contact_img.png") left 0 no-repeat;
  }
  #header .header_area01 #header_menu_wrapper #header_menu .contact a:hover {
    opacity: 0.65;
  }
  #header .header_area01 #header_menu_wrapper #header_menu .event {
    font-size: 1.3rem;
    margin-right: 20px;
  }
  #header .header_area01 #header_menu_wrapper #header_menu .event a {
    position: relative;
    display: inline-block;
    height: 40px;
    padding: 17px 0 5px 30px;
    border-bottom: 1px solid #000;
  }
  #header .header_area01 #header_menu_wrapper #header_menu .event a:before {
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    display: inline-block;
    width: 25px;
    height: 22px;
    background: url("../images/common/h_event_img.png") left top no-repeat;
  }
  #header .header_area01 #header_menu_wrapper #header_menu .event a:hover {
    opacity: 0.65;
  }
  #header .header_area01 #header_menu_wrapper #header_menu .license {
    width: 170px;
    font-size: 1.3rem;
    margin-right: 20px;
  }
  #header .header_area01 #header_menu_wrapper #header_menu .license a {
    position: relative;
    display: inline-block;
    height: 40px;
    padding: 17px 0 0 25px;
    border-bottom: 1px solid #000;
  }
  #header .header_area01 #header_menu_wrapper #header_menu .license a:before {
    position: absolute;
    left: 0;
    top: 13px;
    content: '';
    display: inline-block;
    width: 18px;
    height: 21px;
    background: url("../images/common/h_icon_license.png") left 0 no-repeat;
  }
  #header .header_area01 #header_menu_wrapper #header_menu .license a:hover {
    opacity: 0.65;
  }
  #header .header_area01 #header_menu_wrapper #header_menu .kanri {
    margin-right: 3px;
  }
  #header .header_area01 #header_menu_wrapper #header_menu .kanri a {
    display: block;
    background-color:  #00885a; /*#166bbf;*/
    font-size: 1.3rem;
    color: #fff;
    padding: 13px 6px 13px;
  }
  #header .header_area01 #header_menu_wrapper #header_menu .kanri a:hover {
    background-color: #45a1fa;
  }
  #header .header_area01 #header_menu_wrapper #header_menu .kentei a {
    display: block;
    background-color: #de82a7; /*#ff9c01*/
    position: relative;
    font-size: 1.3rem;
    color: #fff;
    padding: 13px 11px 13px 35px;
  }
  #header .header_area01 #header_menu_wrapper #header_menu .kentei a:before {
    position: absolute;
    top: 10px;
    left: 10px;
    content: '';
    display: inline-block;
    background: url("../images/common/h_exam_img.png");
    width: 19px;
    height: 18px;
  }
  #header .header_area01 #header_menu_wrapper #header_menu .kentei a:hover {
    background-color: #ffc800;
  }
  #header .header_area02 #gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #header .header_area02 #gnav .item {
    position: relative;
    text-align: center;
  }
  #header .header_area02 #gnav .item > a {
    position: relative;
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 1.4rem;
    padding: 0 10px;
  }
  #header .header_area02 #gnav .item > a span {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
  }
  #header .header_area02 #gnav .item > div {
    position: absolute;
    z-index: 1;
    top: 45px;
    background-color: #fff;
    left: 0;
    display: none;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    -webkit-transition: all linear 100ms;
    -o-transition: all linear 100ms;
    transition: all linear 100ms;
    -webkit-box-shadow: 1px 6px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 6px 8px rgba(0, 0, 0, 0.1);
  }
  #header .header_area02 #gnav .item > div a {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    padding: 15px 5px 15px 15px;
  }
  #header .header_area02 #gnav .item > div li {
    border-bottom: 1px solid #e3e3e3;
  }
  #header .header_area02 #gnav .item > div li:hover a {
    background-color: #ff9c01;
    color: #fff;
    text-decoration: none;
  }
  #header .header_area02 #gnav .item > div li:last-of-type {
    border-bottom: none;
  }
  #header .header_area02 #gnav .item > div li:first-child a {
    padding: 13px 5px 13px 15px;
  }
  #header .header_area02 #gnav .item:hover > a {
    text-decoration: none;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ff9c01;
    color: #fff;
    border: none;
  }
  #header .header_area02 #gnav .item:hover > div {
    display: block;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
  #header .header_area02 #gnav .gnav1 {
    width: 120px;
    width: 103px;
  }
  #header .header_area02 #gnav .gnav1 > div {
    width: 200px;
  }
  #header .header_area02 #gnav .gnav2 {
    width: 120px;
    width: 103px;
  }
  #header .header_area02 #gnav .gnav2 > div {
    width: 235px;
  }
  #header .header_area02 #gnav .gnav3 {
    width: 185px;
    width: 165px;
  }
  #header .header_area02 #gnav .gnav3 > div {
    width: 100%;
  }
  #header .header_area02 #gnav .gnav4 {
    width: 235px;
    width: 210px;
  }
  #header .header_area02 #gnav .gnav4 > div {
    width: 270px;
  }
  #header .header_area02 #gnav .gnav5 {
    width: 120px;
    width: 103px;
  }
  #header .header_area02 #gnav .gnav6 {
    width: 160px;
    width: 140px;
  }
  #header .header_area02 #gnav .gnav7 {
    width: 160px;
    width: 140px;
  }
  #header .header_area02 #gnav .gnav7 > div {
    width: 100%;
  }
  #header .header_area02 #gnav .gnav8 {
    width: 160px;
    width: 140px;
  }
  #header .header_area02 > .list {
    display: none;
  }
  #header .header_area02 > .contact_btn {
    display: none;
  }
  #header .header_top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f5f5f5;
  }
  #header .header_top .h_lead {
    font-size: 1.1rem;
    padding: 5px 0;
  }

  /* ___________________footer */
  #footer .f_area01 {
    background-color: #f9f9f9;
    padding: 0 0 45px;
  }
  #footer .f_area01 .common_inner {
    position: relative;
    padding-top: 60px;
  }
  #footer .f_area01 .common_inner #pageTop a {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/common/pageTop.png");
    width: 33px;
    height: 33px;
    position: absolute;
    top: -16px;
    right: 0;
  }
  #footer .f_area01 .common_inner #pageTop a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #footer .f_area01 .f_list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 35px;
  }
  #footer .f_area01 .f_list01 .f_link {
    width: 625px;
    padding-top: 6px;
  }
  #footer .f_area01 .f_list01 .f_link .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .f_area01 .f_list01 .f_link .list .item {
    border-bottom: 1px solid #ccc;
  }
  #footer .f_area01 .f_list01 .f_link .list .item a {
    position: relative;
    display: block;
    font-size: 1.7rem;
    font-weight: 600;
    text-align: center;
    padding: 5px 5px 12px 35px;
  }
  #footer .f_area01 .f_list01 .f_link .list .item a:before {
    position: absolute;
    content: '';
    display: block;
  }
  #footer .f_area01 .f_list01 .f_link .list .item a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #footer .f_area01 .f_list01 .f_link .list .info a {
    padding: 5px 5px 12px 40px;
  }
  #footer .f_area01 .f_list01 .f_link .list .info a:before {
    background: url("../images/common/icon01.png");
    width: 25px;
    height: 20px;
    top: 3px;
    left: 3px;
  }
  #footer .f_area01 .f_list01 .f_link .list .prevention a {
    padding: 5px 5px 12px 40px;
  }
  #footer .f_area01 .f_list01 .f_link .list .prevention a:before {
    background: url("../images/common/icon02.png");
    width: 25px;
    height: 25px;
    top: 0;
    left: 3px;
  }
  #footer .f_area01 .f_list01 .f_link .list .about a:before {
    background: url("../images/common/icon03.png");
    width: 20px;
    height: 17px;
    top: 5px;
    left: 5px;
  }
  #footer .f_area01 .f_list01 .f_license {
    width: 250px;
    height: 46px;
  }
  #footer .f_area01 .f_list01 .f_license a {
    display: block;
    background: url("../images/common/f_license.jpg") center 0/100% no-repeat;
    font-size: 1.5rem;
    line-height: 46px;
    color: #fff;
    padding-left: 75px;
  }
  #footer .f_area01 .f_list01 .f_license a:hover {
    background: url("../images/common/f_license_hover.jpg") center 0/100% no-repeat;
    text-decoration: none;
  }
  #footer .f_area01 .f_list02_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .f_area01 .f_list02_pc dl dt {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.7;
    padding-bottom: 15px;
  }
  #footer .f_area01 .f_list02_pc dl dd {
    font-size: 1.3rem;
    line-height: 1.7;
    padding-bottom: 10px;
  }
  #footer .f_area01 .f_list02_pc dl dd .list {
    margin-top: 5px;
    padding-left: 10px;
  }
  #footer .f_area01 .f_list02_pc dl dd .list .item:not(:last-child) {
    margin-bottom: 5px;
  }
  #footer .f_area01 .f_list02_pc dl dd .list .adjust {
    padding-left: 18px;
  }
  #footer .f_area01 .f_list02_pc dl .head_err {
    padding-top: 10px;
  }
  #footer .f_area01 .f_list02_pc .f_list02_01 {
    margin-right: 50px;
  }
  #footer .f_area01 .f_list02_pc .f_list02_02 {
    margin-right: 45px;
  }
  #footer .f_area01 .f_list02_pc .f_list02_03 {
    margin-right: 65px;
  }
  #footer .f_area01 .f_list02_pc .f_list02_04 {
    margin-right: 55px;
  }
  #footer .f_area01 .f_list03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #footer .f_area01 .f_list03 .f_btn {
    width: 370px;
  }
  #footer .f_area01 .f_list03 .f_btn .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 1px;
  }
  #footer .f_area01 .f_list03 .f_btn .list .item {
    text-align: left;
    -webkit-box-shadow: 1px 1px #d4d4d4;
            box-shadow: 1px 1px #d4d4d4;
  }
  #footer .f_area01 .f_list03 .f_btn .list .item a {
    position: relative;
    display: block;
    font-size: 1.5rem;
  }
  #footer .f_area01 .f_list03 .f_btn .list .item a:before {
    position: absolute;
    content: '';
    display: block;
  }
  #footer .f_area01 .f_list03 .f_btn .list .item a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #footer .f_area01 .f_list03 .f_btn .list .consult {
    width: 190px;
    height: 41px;
  }
  #footer .f_area01 .f_list03 .f_btn .list .consult a {
    width: 190px;
    height: 41px;
    line-height: 41px;
    background-color: #fff;
    padding-left: 55px;
  }
  #footer .f_area01 .f_list03 .f_btn .list .consult a:before {
    background: url("../images/common/icon_mail_orange.png");
    width: 23px;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 18px;
  }
  #footer .f_area01 .f_list03 .f_btn .list .guidance {
    width: 165px;
    height: 41px;
  }
  #footer .f_area01 .f_list03 .f_btn .list .guidance a {
    width: 165px;
    height: 41px;
    line-height: 41px;
    background-color: #fff;
    padding-left: 50px;
  }
  #footer .f_area01 .f_list03 .f_btn .list .guidance a:before {
    background: url("../images/common/icon_sidou.png");
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 18px;
    left: 12px;
  }
  #footer .f_area02 {
    padding: 30px 0 35px;
    border-bottom: 1px solid #e6e6e6;
  }
  #footer .f_area02 .f_list03 {
    padding-bottom: 35px;
  }
  #footer .f_area02 .f_list03 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 620px;
    margin: 0 auto;
  }
  #footer .f_area02 .f_list03 .list .item {
    width: calc(620px / 5);
    text-align: center;
    border-right: 1px solid #ccc;
  }
  #footer .f_area02 .f_list03 .list .item:last-child {
    border-right: 0;
  }
  #footer .f_area02 .f_list03 .list .item a {
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 1.4rem;
  }
  #footer .f_area02 .f_list04 {
    padding-bottom: 35px;
  }
  #footer .f_area02 .f_list04 .list {
    width: 1150px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .f_area02 .f_list04 .list .item {
    width: 230px;
    height: 50px;
    margin-right: 8px;
  }
  #footer .f_area02 .f_list04 .list .item a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #footer .f_area02 .f_list04 .list .item:last-child {
    margin-right: 0;
  }
  #footer .f_area02 .f_list05 {
    text-align: center;
  }
  #footer .f_area02 .f_list05 .f_logo {
    padding-bottom: 13px;
  }
  #footer .f_area02 .f_list05 .f_logo a {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/common/logo.png");
    width: 230px;
    height: 33px;
    margin: 0 auto;
  }
  #footer .f_area02 .f_list05 .f_logo a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #footer .f_area02 .f_list05 .address {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding-right: 10px;
  }
  #footer .f_area02 .f_list05 .address span {
    margin-right: 10px;
  }
  #footer .f_area02 .f_list05 .tel a {
    font-size: 1.4rem;
  }
  #footer .f_area02 .f_list05 .tel.pc {
    display: inline-block;
  }
  #footer .f_bottom {
    overflow: hidden;
    padding: 10px 0;
  }
  #footer .f_bottom .list {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 410px;
  }
  #footer .f_bottom .list .item a {
    font-size: 1.3rem;
  }
  #footer .f_bottom #copyrights {
    float: right;
    display: inline-block;
    text-align: right;
    font-size: 1.0rem;
  }

  .wp-pagenavi {
    text-align: center;
    font-size: 1.7rem;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    display: inline-block;
    width: 32px;
    height: 24px;
    font-size: 1.5rem;
    color: #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    margin-right: 16px;
  }
  .wp-pagenavi a:hover {
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #333;
  }
  .wp-pagenavi .extend,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    border-bottom: none;
  }
  .wp-pagenavi .extend:hover,
  .wp-pagenavi .first:hover,
  .wp-pagenavi .last:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .wp-pagenavi .current {
    color: #333;
    border-bottom: 1px solid #333;
  }
  .wp-pagenavi .previouspostslink {
    display: inline-block;
    color: #333;
    font-size: 0;
    border-bottom: 0;
  }
  .wp-pagenavi .previouspostslink:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 25px;
    background: url("../images/common/nextpostslink.png") center center/45% no-repeat;
    vertical-align: middle;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .wp-pagenavi .previouspostslink:hover {
    border-bottom: 0;
    color: #c7c7c7;
    opacity: 0.7;
  }
  .wp-pagenavi .nextpostslink {
    display: inline-block;
    color: #333;
    font-size: 0;
    border-bottom: 0;
  }
  .wp-pagenavi .nextpostslink:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 25px;
    background: url("../images/common/nextpostslink.png") center center/45% no-repeat;
    vertical-align: middle;
  }
  .wp-pagenavi .nextpostslink:hover {
    border-bottom: 0;
    color: #c7c7c7;
    opacity: 0.7;
  }
  .wp-pagenavi .first {
    font-size: 0;
  }
  .wp-pagenavi .first:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 25px;
    background: url("../images/common/lastlink.png") center center/60% no-repeat;
    vertical-align: middle;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .wp-pagenavi .last {
    font-size: 0;
  }
  .wp-pagenavi .last:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 25px;
    background: url("../images/common/lastlink.png") center center/60% no-repeat;
    vertical-align: middle;
  }

  /* ___________________Layout */
  #main {
    margin-top: 65px;
  }

  .common_inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
  }

  .content_wrap {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* ___________________Layout_title */
  .mtitle {
    position: relative;
    padding-top: 45px;
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
    z-index: 1;
  }
  .mtitle span {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    margin: 5px auto 0;
  }
  .mtitle:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
  }

  .wave_title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .under_bar_title {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  .under_bar_title:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #ff9c01;
    margin: 15px auto 20px;
  }

  .under_bar_title_blue {
    text-align: center;
    font-size: 3.0rem;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  .under_bar_title_blue:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #0b69c2;
    margin: 15px auto 0;
  }

  #wrapper {
    min-width: 1100px;
  }
  #wrapper .main_visual {
    min-width: 1100px;
    height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  #wrapper .main_visual:after {
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    background: url("../images/common/mv_wave_bottom.png");
    background-size: cover;
  }
  #wrapper .main_visual h2 {
    font-size: 4rem;
    color: #fff;
  }
  #wrapper .main_visual h2:after {
    content: '';
    display: block;
    margin: 8px auto 0 auto;
  }

  #social {
    margin: 150px 0 40px 0;
  }
  #social .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 600px;
    margin: 0 auto;
  }
  #social .list .item a {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding: 15px 0 33px 40px;
  }
  #social .list .item a:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 1px;
    background-color: #333;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  #social .list .item a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #social .list .item a:hover:after {
    width: 100%;
  }
  #social .list .blog a {
    background: url("../images/common/link_sns_blog.png") center 0 no-repeat;
    width: 108px;
    height: 32px;
  }
  #social .list .fb a {
    background: url("../images/common/link_sns_fb.png") center 0 no-repeat;
    width: 101px;
    height: 28px;
  }
  #social .list .tw a {
    background: url("../images/common/link_sns_tw.png") center 0 no-repeat;
    width: 84px;
    height: 32px;
  }
  #social .list .insta a {
    background: url("../images/common/link_sns_insta.png") center 0 no-repeat;
    width: 110px;
    height: 28px;
  }

  /* ___________________Layout_btn */
  .contact_btn, .apply_btn {
    width: 318px;
    height: 60px;
  }
  .contact_btn a, .apply_btn a {
    width: 318px;
    height: 60px;
    line-height: 58px;
    background-color: #ff5353;
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    padding-left: 20px;
    border: 1px solid transparent;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .contact_btn a:before, .apply_btn a:before {
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    background: url("../images/common/arrow_white.png") center 0 no-repeat;
    width: 5px;
    height: 8px;
  }
  .contact_btn a:hover, .apply_btn a:hover {
    color: #ff5353;
    border: 1px solid #ff5353;
    background-color: #fff;
    text-decoration: none;
    background-color: #fff;
  }
  .contact_btn a:hover:before, .apply_btn a:hover:before {
    background: url("../images/common/arrow_red.png") center 0 no-repeat;
    width: 5px;
    height: 8px;
  }

  .apply_btn a {
    background-color: #ff9c01;
  }
  .apply_btn a:hover {
    border: 1px solid #ff9c01;
    color: #ff9c01;
  }
  .apply_btn a:hover:before {
    background: url("../images/common/arrow_orange.png") center 0 no-repeat;
  }

  .detail_btn a {
    display: inline-block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    background-color: #ff9c01;
    border: 1px solid transparent;
  }
  .detail_btn a:hover {
    color: #ff9c01;
    background-color: #fff;
    border: 1px solid #ff9c01;
    text-decoration: none;
  }

  .btn_complete_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 60px 0;
  }
  .btn_complete_wrapper.success {
    padding-bottom: 50px;
  }
  .btn_complete_wrapper p {
    width: 230px;
    height: 54px;
    padding: 0 !important;
  }
  .btn_complete_wrapper p a {
    width: 230px;
    height: 54px;
    line-height: 52px;
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid transparent;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .btn_complete_wrapper p a:before {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    background: url(../images/common/arrow_white.png) center 0 no-repeat;
    width: 5px;
    height: 8px;
  }
  .btn_complete_wrapper .btn_complete_l {
    margin-right: 15px;
  }
  .btn_complete_wrapper .btn_complete_l a {
    background-color: #3EC4E6;
  }
  .btn_complete_wrapper .btn_complete_l a:hover {
    color: #3EC4E6;
    border: 1px solid #3EC4E6;
    text-decoration: none;
    background-color: #fff;
  }
  .btn_complete_wrapper .btn_complete_l a:hover:before {
    background: url(../images/common/arrow_light_blue.png) center 0 no-repeat;
    width: 5px;
    height: 8px;
  }
  .btn_complete_wrapper .btn_complete_r a {
    background-color: #ff9c01;
  }
  .btn_complete_wrapper .btn_complete_r a:hover {
    color: #ff9c01;
    border: 1px solid #ff9c01;
    text-decoration: none;
    background-color: #fff;
  }
  .btn_complete_wrapper .btn_complete_r a:hover:before {
    background: url(../images/common/arrow_orange.png) center 0 no-repeat;
    width: 5px;
    height: 8px;
  }

  /* ___________________Layout_tab */
  #tab {
    display: inline-block;
    width: 1040px;
  }
  #tab .list {
    width: 955px;
    margin-left: 70px;
    padding-left: 50px;
    border-bottom: 1px solid #ccc;
  }
  #tab .list .item {
    display: inline-block;
    width: 200px;
    height: 42px;
    text-align: center;
    margin-right: 5px;
  }
  #tab .list .item a {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    width: 200px;
    height: 42px;
    line-height: 40px;
  }
  #tab .list .item:hover a {
    text-decoration: none;
  }
  #tab .list .on {
    position: relative;
    height: 43px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
  }
  #tab .list .on a {
    color: #333;
  }
  #tab .list .on:after {
    content: '';
    display: inline-block;
    background-color: #fff;
    position: absolute;
    width: 198px;
    height: 1px;
    bottom: -2px;
    left: 0;
  }

  #tab02 {
    display: inline-block;
    width: 800px;
    margin-bottom: 60px;
  }
  #tab02 .list {
    width: 100%;
    padding-left: 50px;
    border-bottom: 1px solid #ccc;
  }
  #tab02 .list .item {
    display: inline-block;
    text-align: center;
    margin-right: 3px;
  }
  #tab02 .list .item a {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    width: 100%;
    background-color: #ff9c01;
    padding: 14px 31px;
  }
  #tab02 .list .item:hover a {
    text-decoration: none;
  }
  #tab02 .list .on {
    position: relative;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
  }
  #tab02 .list .on a {
    background-color: #fff;
    color: #333;
  }
  #tab02 .list .on:after {
    content: '';
    display: inline-block;
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
  }

  #menu_tab {
    margin-bottom: 60px;
  }
  #menu_tab .list {
    font-size: 0;
    width: 100%;
    position: relative;
    padding-left: 50px;
  }
  #menu_tab .list:before {
    z-index: 1;
  }
  #menu_tab .list:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #ccc;
    z-index: 1;
  }
  #menu_tab .list .item {
    display: inline-block;
    width: auto;
    height: 42px;
    text-align: center;
    margin-right: 3px;
    position: relative;
    z-index: 0;
  }

  /* ___________________Layout_table */
  .table_2col tbody tr th {
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.7;
    background-color: #f5f5f5;
    border: 1px solid #e7e7e7;
    padding: 15px 20px;
  }
  .table_2col tbody tr td {
    font-size: 1.4rem;
    line-height: 2.0;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 20px;
  }
  .table_2col tbody tr:first-child td {
    border-top: 1px solid #e7e7e7;
  }

  .table_common tbody tr {
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
  .table_common tbody tr th {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.7;
    background-color: #f5f5f5;
    border-top: 1px solid #e7e7e7;
    padding: 5px 10px;
  }
  .table_common tbody tr th:first-child {
    border-left: 1px solid #e7e7e7;
  }
  .table_common tbody tr th {
    border-right: 1px solid #e7e7e7;
  }
  .table_common tbody tr th:last-child {
    border-right: none;
  }
  .table_common tbody tr td {
    border-right: 1px solid #e7e7e7;
    padding: 5px 10px;
  }
  .table_common tbody tr td:last-child {
    border-right: none;
  }
  .table_common tbody tr:first-child {
    border-top: 1px solid #e7e7e7;
  }

  /* ___________________Layout_sidemenu */
  #aside {
    float: right;
  }
  #aside .heading01 {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    top: 3px;
    background: url("../images/common/aside_heading_category.png") center center no-repeat;
    width: 271px;
    height: 32px;
    margin-bottom: 25px;
  }
  #aside .heading02 {
    position: relative;
    font-size: 2.0rem;
    line-height: 1.6;
    padding-left: 3px;
    padding-bottom: 8px;
    margin-bottom: 22px;
    border-bottom: 1px solid #333;
  }
  #aside .heading02:before {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_pen.png") center 0/100% no-repeat;
    width: 23px;
    height: 23px;
    margin-right: 17px;
    vertical-align: text-top;
  }
  #aside .heading03 {
    position: relative;
    font-size: 2.0rem;
    line-height: 1.6;
    padding-left: 3px;
    padding-bottom: 8px;
    margin-bottom: 22px;
    border-bottom: 1px solid #333;
  }
  #aside .heading03:before {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_injection.png") center 0/100% no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 17px;
    vertical-align: text-top;
  }
  #aside .heading_wave {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  #aside .heading_wave:before {
    content: '';
    display: inline-block;
    background: url(../images/common/icon_wave.png) center 0/100% no-repeat;
    width: 36px;
    height: 4px;
    vertical-align: middle;
    margin-right: 7px;
  }
  #aside .cat_area {
    margin-bottom: 45px;
  }
  #aside .cat_area .list .item a, #aside .cat_area .list .item_top a, #aside .cat_area .list .item_sec a, #aside .cat_area .list .item_third a {
    position: relative;
    display: block;
    line-height: 1.6;
    font-size: 1.4rem;
    padding: 8px 0;
    padding-left: 15px;
    color: #666;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 1px;
  }
  #aside .cat_area .list .item a:before, #aside .cat_area .list .item_top a:before, #aside .cat_area .list .item_sec a:before, #aside .cat_area .list .item_third a:before {
    position: absolute;
    top: 16px;
    left: 0;
    content: '';
    display: inline-block;
    background: url("../images/common/aside_list_arrow.png") left 0 no-repeat;
    width: 4px;
    height: 6px;
  }
  #aside .cat_area .list .item a span, #aside .cat_area .list .item_top a span, #aside .cat_area .list .item_sec a span, #aside .cat_area .list .item_third a span {
    line-height: 1.3;
    font-size: 1.4rem;
  }
  #aside .cat_area .list .item .list_child, #aside .cat_area .list .item_top .list_child, #aside .cat_area .list .item_sec .list_child, #aside .cat_area .list .item_third .list_child {
    padding-left: 25px;
  }
  #aside .cat_area .list .item .list_child .item_child a, #aside .cat_area .list .item_top .list_child .item_child a, #aside .cat_area .list .item_sec .list_child .item_child a, #aside .cat_area .list .item_third .list_child .item_child a {
    padding-top: 0;
    padding-left: 15px;
  }
  #aside .cat_area .list .item .list_child .item_child a:before, #aside .cat_area .list .item_top .list_child .item_child a:before, #aside .cat_area .list .item_sec .list_child .item_child a:before, #aside .cat_area .list .item_third .list_child .item_child a:before {
    top: 6px;
  }
  #aside .cat_area .list .item_top {
    line-height: 1.3;
    font-size: 1.4rem;
    color: #656565;
    margin: 8px 0 15px 0;
    padding: 15px 0 0 15px;
    border-top: #ccc dashed 1px;
  }
  #aside .cat_area .list .item_sec, #aside .cat_area .list .item_third {
    margin-left: 20px;
  }
  #aside .cat_area .list .item_sec a, #aside .cat_area .list .item_third a {
    padding: 0 0 8px 15px;
  }
  #aside .cat_area .list .item_sec a:before, #aside .cat_area .list .item_third a:before {
    top: 5px;
  }
  #aside .cat_area .list .item_third {
    margin-left: 38px;
  }

  .related_posts {
    background: url("../images/common/slanting_bg.jpg") repeat;
    padding: 25px 5px 0 5px;
  }
  .related_posts h3 {
    font-size: 1.8rem;
    line-height: 1.3;
    padding-bottom: 15px;
    text-align: center;
  }
  .related_posts .list {
    padding-bottom: 5px;
  }
  .related_posts .list .item {
    width: 100%;
    background-color: #fff;
    margin-bottom: 5px;
  }
  .related_posts .list .item a {
    display: block;
    overflow: hidden;
    padding: 10px;
  }
  .related_posts .list .item a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .related_posts .list .item a figure {
    display: inline-block;
    float: left;
    width: 90px;
    height: 85px;
  }
  .related_posts .list .item a figure img {
    display: block;
    width: auto;
    max-width: 90px;
    max-height: 85px;
    margin: 0 auto;
  }
  .related_posts .list .item a .info {
    float: left;
    display: inline-block;
    width: 135px;
    margin-left: 10px;
  }
  .related_posts .list .item a .info h4 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .related_posts .list .item a .info .month {
    display: block;
    font-size: 1.2rem;
    color: #ababab;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .related_posts .list .item a .info .cat {
    display: inline-block;
    font-size: 1.2rem;
    color: #999;
    background-color: #f8f8f8;
    padding: 5px 10px;
  }

  /* ___________________Layout_ld,tips_link_area */
  .kenko_link_area {
    width: 690px;
    text-align: center;
    padding: 100px 0 40px;
    margin: 0 auto;
  }
  .kenko_link_area div:first-child {
    margin-bottom: 60px;
  }
  .kenko_link_area > div {
    width: 670px;
    margin: 0 auto;
  }
  .kenko_link_area h4 {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 20px;
  }
  .kenko_link_area h4:before {
    content: '＼ ';
    color: #ffa11d;
  }
  .kenko_link_area h4:after {
    content: ' ／';
    color: #ffa11d;
  }
  .kenko_link_area a {
    position: relative;
    display: block;
    width: 670px;
    color: #fff;
    font-size: 2.0rem;
    border-radius: 5px;
    border-bottom: solid 2px #aaa;
    padding: 20px 0;
  }
  .kenko_link_area a:after {
    position: absolute;
    right: 25px;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/common/icon_link_white.png") left 0/100% no-repeat;
  }
  .kenko_link_area a:hover {
    text-decoration: none;
  }
  .kenko_link_area ul {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .kenko_link_area ul li {
    display: inline-block;
    width: 24%;
    margin-bottom: 10px;
  }
  .kenko_link_area ul li a {
    display: block;
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #ffa11d;
    border-bottom: solid 2px #aaa;
    padding: 10px 0;
  }
  .kenko_link_area ul li a:hover {
    background-color: #ffc800;
  }
  .kenko_link_area ul li a .icon {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 10px auto;
  }
  .kenko_link_area ul li a .icon img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .kenko_link_area .kentei h4:before, .kenko_link_area .kentei h4:after {
    color: #ffa11d;
  }
  .kenko_link_area .kentei a {
    background-color: #ffa11d;
  }
  .kenko_link_area .kentei a:hover {
    background-color: #ffc800;
  }
  .kenko_link_area .kanri h4:before, .kenko_link_area .kanri h4:after {
    color: #166bbf;
  }
  .kenko_link_area .kanri a {
    background-color: #166bbf;
  }
  .kenko_link_area .kanri a:hover {
    background-color: #45a1fa;
  }

  /* ___________________Layout_content_cms*/
  .content_body h1, .content_body h2, .content_body h3, .content_body h4 {
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 5px;
    margin: 35px 0 15px;
  }
  .content_body h1:before, .content_body h2:before, .content_body h3:before, .content_body h4:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }
  .content_body .bblue, .content_body h5 {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.3;
    border-left: 5px solid #ff9d00;
    padding: 2px 0 2px 15px;
    margin: 35px 0 20px;
  }
  .content_body h6 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    color: #ff9d00;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .content_body > ul {
    background-color: #fff7eb;
    padding: 20px;
    margin-bottom: 50px;
  }
  .content_body > ul > li {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.5;
    padding-left: 18px;
  }
  .content_body > ul > li:not(:last-child) {
    padding-bottom: 10px;
  }
  .content_body > ul > li:first-child {
    margin-top: 5px;
  }
  .content_body > ul > li:before {
    position: absolute;
    top: 1px;
    left: 0;
    content: '●';
    display: inline-block;
    color: #ff9d00;
    border-radius: 50%;
    font-size: 1.2rem;
  }
  .content_body > ul > li > ul {
    margin: 3px 0 0;
  }
  .content_body > ul > li > ul li {
    position: relative;
    padding-left: 15px;
  }
  .content_body > ul > li > ul li:before {
    position: absolute;
    content: '';
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 2px;
  }
  .content_body > ul > li > ol {
    padding-left: 18px !important;
  }
  .content_body > ul > li > ol > li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .content_body > ul > li > ol > li:not(:last-child) {
    padding-bottom: 10px;
  }
  .content_body > ul > li > ol > li:first-child {
    margin-top: 5px;
  }
  .content_body > ul > li > ol > li:before {
    font-size: 1.7rem;
    font-weight: bold;
    margin-right: 10px;
  }
  .content_body > ol {
    background-color: #fff7eb;
    list-style: none;
    padding: 20px;
    margin-bottom: 50px;
    counter-reset: ol_li;
  }
  .content_body > ol > li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .content_body > ol > li:not(:last-child) {
    padding-bottom: 10px;
  }
  .content_body > ol > li:first-child {
    margin-top: 5px;
  }
  .content_body > ol > li:before {
    counter-increment: ol_li;
    content: counter(ol_li);
    color: #ffa11d;
    font-size: 1.7rem;
    font-weight: bold;
    margin-right: 10px;
  }
  .content_body > ol > li > ul li {
    position: relative;
    padding-left: 15px;
  }
  .content_body > ol > li > ul li:before {
    position: absolute;
    content: '';
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 2px;
  }
  .content_body > ol > li > ol {
    padding-left: 35px !important;
  }
  .content_body > ol > li > ol > li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .content_body > ol > li > ol > li:not(:last-child) {
    padding-bottom: 10px;
  }
  .content_body > ol > li > ol > li:first-child {
    margin-top: 5px;
  }
  .content_body > ol > li > ol > li:before {
    font-size: 1.7rem;
    font-weight: bold;
    margin-right: 10px;
  }
  .content_body b, .content_body strong {
    font-weight: bold;
  }
  .content_body img {
    max-width: 100%;
  }
  .content_body .aligncenter, .content_body .alignnone {
    margin: 0 auto 20px;
  }
  .content_body .alignright {
    display: block;
    float: right;
    margin: 0 0 70px 45px;
  }
  .content_body .alignleft {
    display: block;
    float: left;
    margin: 0 45px 70px 0;
  }
  .content_body blockquote {
    font-style: italic;
    position: relative;
    padding: 25px 35px 25px 65px;
    background: #f1f1f1;
    margin-bottom: 20px;
  }
  .content_body blockquote:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 25px;
    vertical-align: middle;
    background-image: url("../images/common/quote.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 32px;
    height: 25px;
  }
  .content_body blockquote p {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-bottom: 0;
  }
  .content_body iframe {
    max-width: 100%;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  p {
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .pc {
    display: none;
  }

  img {
    width: 100%;
    height: auto;
  }

  a:hover {
    text-decoration: none;
  }

  #pankuzu {
    margin: 15px 0 40px 0;
  }
  #pankuzu li {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #pankuzu li a {
    padding: 0 10px 0 0;
  }
  #pankuzu li:not(:last-child):after {
    content: '>';
    display: inline-block;
    margin-right: 5px;
  }

  /* ___________________Smartphones header */
  #header {
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #fff;
    /* ___________________global navigation */
  }
  #header .common_inner {
    padding: 9px 0 8px;
    width: 97%;
    margin: 0 auto;
  }
  #header .header_area01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .header_area01 #logo {
    display: inline-block;
    width: 160px;
    padding-top: 5px;
  }
  #header .header_area01 #logo a {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 150px;
    height: 25px;
    background: url(../images/common/sp/sp_logo.png) center center/100% no-repeat;
  }
  #header .header_area01 .menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 38px;
    background-color: #494848;
    border: 0;
    outline: 0;
    padding: 10px 11px;
    margin: 0;
  }
  #header .header_area01 .menu span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  #header .header_area01 .menu span:nth-child(1) {
    top: 10px;
  }
  #header .header_area01 .menu span:nth-child(2) {
    top: 18px;
  }
  #header .header_area01 .menu span:last-child {
    top: 26px;
  }
  #header .header_area01 .open span:nth-child(1) {
    top: 17px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #header .header_area01 .open span:nth-child(2) {
    display: none;
  }
  #header .header_area01 .open span:last-child {
    top: 17px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header .header_area01 #header_menu_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .header_area01 #header_menu {
    width: 110px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #header .header_area01 #header_menu .event {
    display: inline-block;
    width: 46px;
    margin-right: 4px;
    border-right: 1px solid #ccc;
  }
  #header .header_area01 #header_menu .event a {
    display: inline-block;
    position: relative;
    padding-top: 28px;
  }
  #header .header_area01 #header_menu .event a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 25px;
    height: 22px;
    background: url("../images/common/sp/sp_h_event_img.png") center bottom/100% no-repeat;
  }
  #header .header_area01 #header_menu .license {
    display: inline-block;
    width: 55px;
  }
  #header .header_area01 #header_menu .license a {
    display: inline-block;
    position: relative;
    padding-top: 28px;
  }
  #header .header_area01 #header_menu .license a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 18px;
    height: 21px;
    background: url("../images/common/sp/sp_h_icon_license.png") center top/100% no-repeat;
  }
  #header #gnav_top #gnav_menu {
    display: inline-block;
    float: right;
    width: 66px;
    margin-right: 10px;
  }
  #header .header_area02 {
    display: none;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 54px);
    overflow-y: scroll;
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 30;
    padding: 0 0 30px;
  }
  #header .header_area02 .event {
    display: block;
    width: 65px;
    margin: 0 auto;
  }
  #header .header_area02 .event a {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/common/sp/sp_h_event_img.png") center bottom/100% no-repeat;
    width: 56px;
    height: 31px;
  }
  #header .header_area02 #gnav {
    padding: 0 20px 5px 20px;
    border-top: 1px solid #e6e6e6;
    margin-top: 15px;
  }
  #header .header_area02 #gnav .item {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.5;
    border-bottom: 1px solid #e5e5e5;
  }
  #header .header_area02 #gnav .item:last-child {
    border-bottom: 0;
  }
  #header .header_area02 #gnav .item:before {
    position: absolute;
    left: 4%;
    top: 18px;
    content: '';
    display: inline-block;
    background: url("../images/common/sp/sp_h_arrow.png") left 0/100% no-repeat;
    width: 7px;
    height: 9px;
  }
  #header .header_area02 #gnav .item a {
    display: block;
    position: relative;
    color: #656565;
    padding: 12px 0 12px 30px;
  }
  #header .header_area02 #gnav .item ul {
    display: none;
    border-top: 1px solid #e5e5e5;
  }
  #header .header_area02 #gnav .item ul li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }
  #header .header_area02 #gnav .item ul a {
    padding: 12px 0 10px 40px;
  }
  #header .header_area02 #gnav .gnav1 > a span, #header .header_area02 #gnav .gnav2 > a span, #header .header_area02 #gnav .gnav3 > a span, #header .header_area02 #gnav .gnav4 > a span, #header .header_area02 #gnav .gnav7 > a span {
    width: 40px;
    height: 40px;
    background: url("../images/common/sp/gnav_open.svg") center 50%/50% no-repeat;
    position: absolute;
    content: '';
    display: inline-block;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #header .header_area02 #gnav .on ul {
    display: block;
  }
  #header .header_area02 #gnav .gnav1.on > a span, #header .header_area02 #gnav .gnav2.on > a span, #header .header_area02 #gnav .gnav3.on > a span, #header .header_area02 #gnav .gnav4.on > a span, #header .header_area02 #gnav .gnav7.on > a span {
    width: 40px;
    height: 40px;
    background: url("../images/common/sp/gnav_close.svg") center 50%/50% no-repeat;
    position: absolute;
    content: '';
    display: inline-block;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #header .header_area02 .list {
    width: 90%;
    border: 1px solid #e5e5e5;
    padding: 20px 15px;
    margin: 0 auto 35px;
  }
  #header .header_area02 .list .item {
    width: 100%;
    height: 50px;
    text-align: center;
    margin: 0 auto;
  }
  #header .header_area02 .list .item a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 48px;
    font-size: 1.6rem;
  }
  #header .header_area02 .list .kanri {
    margin-bottom: 20px;
  }
  #header .header_area02 .list .kanri a {
    background-color: #166bbf;
    color: #fff;
  }
  #header .header_area02 .list .kentei a {
    background-color: #ff9c01;
    position: relative;
    color: #fff;
    padding: 0 18px 0 42px;
  }
  #header .header_area02 .list .kentei a:before {
    position: absolute;
    top: 15px;
    left: 21%;
    content: '';
    display: inline-block;
    background: url(../images/common/h_exam_img.png);
    width: 19px;
    height: 18px;
  }
  #header .header_area02 .contact_btn {
    width: 90%;
    height: 60px;
    margin: 0 auto;
  }
  #header .header_area02 .contact_btn a {
    width: 100%;
    height: 60px;
    line-height: 58px;
    background-color: #ff5353;
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    padding-left: 20px;
    border: 1px solid transparent;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #header .header_area02 .contact_btn a:before {
    position: absolute;
    left: 22%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    background: url(../images/common/sp/sp_arrow_white.png) center 0/100% no-repeat;
    width: 5px;
    height: 8px;
  }

  /* ___________________Smartphones footer */
  #footer {
    position: relative;
  }
  #footer .f_area01 {
    background-color: #f9f9f9;
    padding: 0 0 25px;
  }
  #footer .f_area01 .common_inner {
    position: relative;
    padding-top: 40px;
  }
  #footer .f_area01 .f_list01 {
    overflow: hidden;
    padding-bottom: 35px;
  }
  #footer .f_area01 .f_list01 .f_link {
    padding-bottom: 30px;
  }
  #footer .f_area01 .f_list01 .f_link .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .f_area01 .f_list01 .f_link .list .item {
    border-bottom: 1px solid #ccc;
  }
  #footer .f_area01 .f_list01 .f_link .list .item a {
    position: relative;
    display: block;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 18px 0 18px 55px;
  }
  #footer .f_area01 .f_list01 .f_link .list .item a:before {
    position: absolute;
    content: '';
    display: block;
  }
  #footer .f_area01 .f_list01 .f_link .list .item a:after {
    position: absolute;
    content: '';
    display: block;
    background: url("../images/common/sp/sp_f_arrow.png");
    background-size: 100%;
    width: 7px;
    height: 9px;
    top: 0;
    bottom: 0;
    right: 2px;
    margin: auto 0;
  }
  #footer .f_area01 .f_list01 .f_link .list .info a:before {
    background: url("../images/common/sp/sp_icon01.png");
    background-size: 100%;
    width: 30px;
    height: 24px;
    top: 12px;
    left: 6px;
  }
  #footer .f_area01 .f_list01 .f_link .list .prevention a:before {
    background: url("../images/common/sp/sp_icon02.png");
    background-size: 100%;
    width: 30px;
    height: 30px;
    top: 9px;
    left: 6px;
  }
  #footer .f_area01 .f_list01 .f_link .list .about a:before {
    background: url("../images/common/sp/sp_icon03.png");
    background-size: 100%;
    width: 27px;
    height: 23px;
    top: 15px;
    left: 8px;
  }
  #footer .f_area01 .f_list01 .f_license {
    width: 90%;
    margin: 0 auto;
  }
  #footer .f_area01 .f_list01 .f_license a {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/common/sp/sp_f_license.jpg") center 0/100% no-repeat;
    width: 100%;
    height: 0;
    padding-top: 18.2%;
  }
  #footer .f_area01 .f_list02_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .f_area01 .f_list02_sp .list {
    margin-bottom: 20px;
  }
  #footer .f_area01 .f_list02_sp .list .item a {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    padding: 10px 0;
  }
  #footer .f_area01 .f_list02_sp .list .head {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 15px;
  }
  #footer .f_area01 .f_list02_sp .list .head_err {
    padding-top: 25px;
  }
  #footer .f_area01 .f_list03 .f_btn .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 1px;
  }
  #footer .f_area01 .f_list03 .f_btn .list .item {
    text-align: left;
    margin-right: 4%;
    -webkit-box-shadow: 1px 1px #d4d4d4;
            box-shadow: 1px 1px #d4d4d4;
    width: 47%;
    height: auto;
  }
  #footer .f_area01 .f_list03 .f_btn .list .item a {
    position: relative;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    width: auto;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    padding-left: 19%;
  }
  #footer .f_area01 .f_list03 .f_btn .list .item a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 3%;
  }
  #footer .f_area01 .f_list03 .f_btn .list .item:last-child {
    margin-right: 0;
  }
  #footer .f_area01 .f_list03 .f_btn .list .consult a {
    padding-left: 19%;
  }
  #footer .f_area01 .f_list03 .f_btn .list .consult a:before {
    position: absolute;
    background: url("../images/common/sp/sp_icon_mail_orange.png");
    background-size: 100%;
    width: 20px;
    height: 14px;
  }
  #footer .f_area01 .f_list03 .f_btn .list .guidance a {
    padding-left: 21%;
  }
  #footer .f_area01 .f_list03 .f_btn .list .guidance a:before {
    background: url("../images/common/sp/sp_icon_sidou.png");
    background-size: 100%;
    width: 20px;
    height: 20px;
  }
  #footer .f_area02 {
    padding: 30px 0 35px;
  }
  #footer .f_area02 .f_list04 {
    padding-bottom: 35px;
  }
  #footer .f_area02 .f_list04 .list {
    width: 88%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  #footer .f_area02 .f_list04 .list .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5px;
  }
  #footer .f_area02 .f_list04 .list .item:nth-child(2n) {
    margin-right: 0;
  }
  #footer .f_area02 .f_list04 .list .item a {
    display: block;
  }
  #footer .f_area02 .f_list05 {
    text-align: center;
  }
  #footer .f_area02 .f_list05 .f_logo {
    padding-bottom: 10px;
  }
  #footer .f_area02 .f_list05 .f_logo a {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/common/sp/sp_logo.png");
    background-size: 100%;
    width: 180px;
    height: 30px;
    margin: 0 auto;
  }
  #footer .f_area02 .f_list05 .address {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  #footer .f_area02 .f_list05 .tel a {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-bottom: 5px;
  }
  #footer .f_bottom .common_inner {
    width: 100%;
    margin: 0;
  }
  #footer .f_bottom .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 95%;
    padding-left: 3%;
    margin: 0 auto 35px;
  }
  #footer .f_bottom .list .item {
    margin-right: 6.8%;
    margin-bottom: 15px;
  }
  #footer .f_bottom .list .item a {
    font-size: 1.4rem;
    text-decoration: underline;
  }
  #footer .f_bottom .list .item:last-child {
    margin-right: 0;
  }
  #footer .f_bottom #copyrights {
    padding: 10px 6.8%;
    background-color: #f8f8f8;
    line-height: 1.5;
    font-size: 1.1rem;
  }
  #footer #pageTop {
    position: absolute;
    bottom: 52px;
    right: 0;
  }
  #footer #pageTop a {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/common/sp/sp_pagetop.png");
    background-size: 100%;
    width: 45px;
    height: 40px;
  }

  .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1.7rem;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    display: inline-block;
    width: 13%;
    height: auto;
    color: #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    margin-right: 3%;
    line-height: 1.8;
  }
  .wp-pagenavi a:last-child {
    margin-right: 0;
  }
  .wp-pagenavi .extend,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    border-bottom: none;
  }
  .wp-pagenavi .current {
    color: #333;
    border-bottom: 1px solid #333;
  }
  .wp-pagenavi .previouspostslink {
    display: inline-block;
    width: 30px;
    color: #333;
    font-size: 0;
    border-bottom: 0;
  }
  .wp-pagenavi .previouspostslink:before {
    content: '';
    display: inline-block;
    line-height: 32px;
    width: 35px;
    height: 35px;
    background: url("../images/common/nextpostslink.png") center center/45% no-repeat;
    vertical-align: middle;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .wp-pagenavi .nextpostslink {
    width: 30px;
    display: inline-block;
    color: #333;
    font-size: 0;
    border-bottom: 0;
  }
  .wp-pagenavi .nextpostslink:before {
    content: '';
    display: inline-block;
    line-height: 32px;
    width: 35px;
    height: 35px;
    background: url("../images/common/nextpostslink.png") center center/45% no-repeat;
    vertical-align: middle;
  }
  .wp-pagenavi .first {
    width: 30px;
    font-size: 0;
  }
  .wp-pagenavi .first:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 35px;
    background: url("../images/common/lastlink.png") center center/70% no-repeat;
    vertical-align: middle;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .wp-pagenavi .last {
    width: 30px;
    font-size: 0;
  }
  .wp-pagenavi .last:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 35px;
    background: url("../images/common/lastlink.png") center center/70% no-repeat;
    vertical-align: middle;
  }

  /* ___________________Layout */
  #main {
    margin-top: 50px;
    width: 100%;
  }

  .common_inner {
    width: 90.66%;
    margin: 0 auto;
  }

  /* ___________________Layout_title */
  .mtitle {
    position: relative;
    padding-top: 35px;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .mtitle span {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 5px;
    margin: 0 auto;
  }
  .mtitle:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
  }

  .wave_title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  .under_bar_title {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
  }
  .under_bar_title:after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background-color: #ff9c01;
    margin: 10px auto;
  }

  .under_bar_title_blue {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  .under_bar_title_blue:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #0b69c2;
    margin: 15px auto 0;
  }

  #wrapper {
    width: 100%;
    margin-top: 54px;
  }
  #wrapper .main_visual {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    height: 160px;
  }
  #wrapper .main_visual h2 {
    font-size: 2.7rem;
    color: #fff;
    text-align: center;
  }
  #wrapper .main_visual h2:after {
    content: '';
    display: block;
    margin: 8px auto 0 auto;
  }

  #social {
    margin: 80px 0 35px 0;
  }
  #social .list {
    width: 100%;
    max-width: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  #social .list .item {
    width: 120px;
    margin: 20px 0 0 0;
  }
  #social .list .item a {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
  }
  #social .list .blog a {
    background-image: url("../images/common/sp/sp_link_sns_blog.png");
  }
  #social .list .fb a {
    background-image: url("../images/common/sp/sp_link_sns_fb.png");
  }
  #social .list .tw a {
    background-image: url("../images/common/sp/sp_link_sns_tw.png");
  }
  #social .list .insta a {
    background-image: url("../images/common/sp/sp_link_sns_insta.png");
  }

  /* ___________________Layout_btn */
  .contact_btn, .apply_btn {
    width: 90%;
    height: 60px;
    margin: 0 auto 40px;
  }
  .contact_btn a, .apply_btn a {
    width: 100%;
    height: 60px;
    line-height: 58px;
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    padding-left: 15px;
    background-color: #ff5353;
    border: 1px solid transparent;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .contact_btn a:before, .apply_btn a:before {
    position: absolute;
    left: 17px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    background: url("../images/common/sp/sp_arrow_white.png") center 0/cover no-repeat;
    width: 7px;
    height: 9px;
  }
  .contact_btn a:hover, .apply_btn a:hover {
    color: #ff5353;
    border: 1px solid #ff5353;
    background-color: #fff;
    text-decoration: none;
  }
  .contact_btn a:hover:before, .apply_btn a:hover:before {
    background: url("../images/common/arrow_red.png") center 0 no-repeat;
    width: 5px;
    height: 8px;
  }

  .apply_btn a {
    background-color: #ff9c01;
  }
  .apply_btn a:hover {
    border: 1px solid #ff9c01;
    color: #ff9c01;
  }

  .detail_btn {
    text-align: center;
  }
  .detail_btn a {
    display: block;
    width: 80%;
    height: 48px;
    line-height: 48px;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    background-color: #ff9c01;
    margin: 0 auto;
  }

  .btn_complete_wrapper {
    width: 80%;
    margin: 50px auto;
  }
  .btn_complete_wrapper.success {
    padding-bottom: 20px;
  }
  .btn_complete_wrapper a {
    width: 100%;
    height: 60px;
    line-height: 58px;
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    padding-left: 15px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .btn_complete_wrapper a:before {
    position: absolute;
    left: 17px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    background: url("../images/common/sp/sp_arrow_white.png") center 0/cover no-repeat;
    width: 7px;
    height: 9px;
  }
  .btn_complete_wrapper p:first-of-type {
    margin-bottom: 25px;
  }
  .btn_complete_wrapper .btn_complete_l a {
    background-color: #3EC4E6;
  }
  .btn_complete_wrapper .btn_complete_r a {
    background-color: #ffc800;
  }

  /* ___________________Layout_tab */
  #tab {
    width: 100%;
    margin-bottom: 30px;
  }
  #tab .list {
    width: 100%;
    padding-left: 2.6%;
  }
  #tab .list .item {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  #tab .list .item a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    width: 100%;
    background-color: #0b69c2;
    padding: 10px 10px 10px 15px;
  }
  #tab .list .item a:after {
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    background: url(../images/common/sp/sp_arrow_white.png) center 0/100% no-repeat;
    width: 5px;
    height: 8px;
  }
  #tab .list .on {
    position: relative;
    border: 1px solid #ccc;
  }
  #tab .list .on a {
    background-color: #fff;
    color: #333;
  }
  #tab .list .on:after {
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    background: url(../images/common/sp/sp_arrow_blue.png) center 0/100% no-repeat;
    width: 5px;
    height: 8px;
  }

  #tab02 {
    width: 100%;
    margin-bottom: 30px;
  }
  #tab02 .list {
    width: 100%;
    padding-left: 2.6%;
  }
  #tab02 .list .item {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  #tab02 .list .item a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    width: 100%;
    background-color: #ff9c01;
    padding: 10px 10px 10px 15px;
  }
  #tab02 .list .item a:after {
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    background: url(../images/common/sp/sp_arrow_white.png) center 0/100% no-repeat;
    width: 5px;
    height: 8px;
  }
  #tab02 .list .on {
    position: relative;
    border: 1px solid #ccc;
  }
  #tab02 .list .on a {
    background-color: #fff;
    color: #333;
  }
  #tab02 .list .on:after {
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    background: url(../images/common/sp/sp_arrow_orange.png) center 0/100% no-repeat;
    width: 5px;
    height: 8px;
  }

  #menu_tab {
    margin-bottom: 60px;
  }
  #menu_tab .list {
    width: 100%;
  }
  #menu_tab .list .item {
    width: 100%;
    margin-bottom: 5px;
  }
  #menu_tab .list .item a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    width: 100%;
    padding: 13px 10px 13px 15px;
  }
  #menu_tab .list .item a:after {
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    background: url(../images/common/sp/sp_arrow_white.png) center 0/100% no-repeat;
    width: 5px;
    height: 8px;
  }
  #menu_tab .list .item.on {
    position: relative;
    border: 1px solid #ccc;
  }
  #menu_tab .list .item.on a {
    display: block;
    color: #333;
  }
  #menu_tab .list .item.on:after {
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    background: url(../images/common/sp/sp_arrow_blue.png) center 0/100% no-repeat;
    width: 5px;
    height: 8px;
  }

  .table_2col {
    position: relative;
    width: 100%;
    white-space: nowrap;
    margin: 40px 0 15px;
  }
  .table_2col:before, .table_2col:after {
    position: absolute;
  }
  .table_2col:before {
    content: '→';
    top: -44px;
    left: 0;
    font-size: 2.2rem;
  }
  .table_2col:after {
    content: 'スクロールできます';
    top: -20px;
    left: 0;
    font-size: 1.0rem;
  }
  .table_2col tbody tr th {
    width: 32%;
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6;
    border: 1px solid #e7e7e7;
    background-color: #f5f5f5;
    padding: 10px;
  }
  .table_2col tbody tr td {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 10px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
  .table_2col tbody tr:first-child td {
    border-top: 1px solid #e7e7e7;
  }

  .table_common {
    position: relative;
    width: 100%;
    white-space: nowrap;
    margin: 40px 0 15px;
  }
  .table_common:before, .table_common:after {
    position: absolute;
  }
  .table_common:before {
    content: '→';
    top: -44px;
    left: 0;
    font-size: 2.2rem;
  }
  .table_common:after {
    content: 'スクロールできます';
    top: -20px;
    left: 0;
    font-size: 1.0rem;
  }
  .table_common tbody tr {
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
  .table_common tbody tr th {
    max-width: 300px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.7;
    background-color: #f5f5f5;
    border-top: 1px solid #e7e7e7;
    padding: 5px 10px;
  }
  .table_common tbody tr th:first-child {
    border-left: 1px solid #e7e7e7;
  }
  .table_common tbody tr th {
    border-right: 1px solid #e7e7e7;
  }
  .table_common tbody tr th:last-child {
    border-right: none;
  }
  .table_common tbody tr td {
    max-width: 300px;
    font-size: 1.4rem;
    border-right: 1px solid #e7e7e7;
    padding: 5px 10px;
  }
  .table_common tbody tr td:last-child {
    border-right: none;
  }
  .table_common tbody tr:first-child {
    border-top: 1px solid #e7e7e7;
  }

  .sp_table {
    background-color: #fff;
    white-space: normal;
    margin: 20px 0 15px;
  }
  .sp_table tbody tr th, .sp_table tbody tr td {
    display: block;
    width: 100%;
  }
  .sp_table tbody tr th {
    border: none;
  }
  .sp_table:before, .sp_table:after {
    display: none;
  }

  /* ___________________Layout_sidemenu */
  #aside {
    width: 100%;
  }
  #aside .heading01 {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    top: 3px;
    background: url("../images/common/sp/sp_aside_heading_category.png") center 0/100% no-repeat;
    padding-top: 9.1%;
    width: 100%;
    height: 0;
    margin-bottom: 20px;
  }
  #aside .heading02 {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.4;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
  }
  #aside .heading02:before {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_pen.png") center 0/100% no-repeat;
    width: 23px;
    height: 23px;
    margin-right: 15px;
    vertical-align: middle;
  }
  #aside .heading03 {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.4;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
  }
  #aside .heading03:before {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_injection.png") center 0/100% no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 17px;
    vertical-align: text-top;
  }
  #aside .heading_wave {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  #aside .heading_wave:before {
    content: '';
    display: inline-block;
    background: url(../images/common/sp/sp_icon_wave.png) center 0/100% no-repeat;
    width: 36px;
    height: 4px;
    vertical-align: middle;
    margin-right: 7px;
  }
  #aside .cat_area .list {
    width: 100%;
  }
  #aside .cat_area .list .item, #aside .cat_area .list .item_top, #aside .cat_area .list .item_sec, #aside .cat_area .list .item_third {
    width: 100%;
    margin-bottom: 5px;
    background-color: #f8f8f8;
  }
  #aside .cat_area .list .item a, #aside .cat_area .list .item_top a, #aside .cat_area .list .item_sec a, #aside .cat_area .list .item_third a {
    display: block;
    line-height: 1.3;
    font-size: 1.4rem;
    color: #656565;
    padding: 8px 0 8px 20px;
    position: relative;
  }
  #aside .cat_area .list .item a:before, #aside .cat_area .list .item_top a:before, #aside .cat_area .list .item_sec a:before, #aside .cat_area .list .item_third a:before {
    position: absolute;
    top: 13px;
    left: 10px;
    content: '';
    display: inline-block;
    background: url("../images/common/aside_list_arrow.png") left 0 no-repeat;
    width: 4px;
    height: 6px;
  }
  #aside .cat_area .list .item a span, #aside .cat_area .list .item_top a span, #aside .cat_area .list .item_sec a span, #aside .cat_area .list .item_third a span {
    line-height: 1.3;
    font-size: 1.4rem;
    color: #656565;
  }
  #aside .cat_area .list .item .list_child .item_child, #aside .cat_area .list .item_top .list_child .item_child, #aside .cat_area .list .item_sec .list_child .item_child, #aside .cat_area .list .item_third .list_child .item_child {
    padding-left: 13px;
  }
  #aside .cat_area .list .item .list_child .item_child a, #aside .cat_area .list .item_top .list_child .item_child a, #aside .cat_area .list .item_sec .list_child .item_child a, #aside .cat_area .list .item_third .list_child .item_child a {
    padding-left: 25px;
  }
  #aside .cat_area .list .item_top {
    line-height: 1.3;
    font-size: 1.4rem;
    color: #656565;
    padding: 8px 0 8px 20px;
  }
  #aside .cat_area .list .item_sec, #aside .cat_area .list .item_third {
    margin-left: 20px;
    width: 93%;
    margin-bottom: 10px;
    margin-bottom: 10px;
  }
  #aside .cat_area .list .item_sec a, #aside .cat_area .list .item_third a {
    border-bottom: #ccc solid 1px;
    background: #fff;
  }
  #aside .cat_area .list .item_third {
    margin-left: 40px;
    width: 86.5%;
  }

  .related_posts {
    background: url("../images/common/slanting_bg.jpg") repeat;
    padding: 25px 5px 0 5px;
  }
  .related_posts h3 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 15px;
    text-align: center;
  }
  .related_posts .list {
    padding-bottom: 5px;
  }
  .related_posts .list .item {
    width: 100%;
    background-color: #fff;
    margin-bottom: 5px;
  }
  .related_posts .list .item a {
    display: block;
    overflow: hidden;
    padding: 10px;
  }
  .related_posts .list .item a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .related_posts .list .item a figure {
    float: left;
    width: 90px;
  }
  .related_posts .list .item a figure img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 72px;
    margin: 0 auto;
  }
  .related_posts .list .item a .info {
    display: inline-block;
    margin-left: 10px;
    width: 60%;
  }
  .related_posts .list .item a .info h4 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .related_posts .list .item a .info .month {
    display: block;
    font-size: 1.2rem;
    color: #ababab;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .related_posts .list .item a .info .cat {
    display: inline-block;
    font-size: 1.2rem;
    color: #999;
    background-color: #f8f8f8;
    padding: 5px 10px;
  }

  /* ___________________Layout_ld,tips_link_area */
  .kenko_link_area {
    padding: 70px 0 50px;
  }
  .kenko_link_area div:first-child {
    margin-bottom: 40px;
  }
  .kenko_link_area h4 {
    position: relative;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto 10px;
  }
  .kenko_link_area h4:before {
    content: '＼ ';
    font-size: 24px;
    position: absolute;
    top: 5px;
    left: 8%;
  }
  .kenko_link_area h4:after {
    content: ' ／';
    font-size: 24px;
    position: absolute;
    top: 5px;
    right: 8%;
  }
  .kenko_link_area a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.3;
    border-bottom: solid 2px #aaa;
    border-radius: 5px;
    padding: 15px 0;
  }
  .kenko_link_area a:after {
    position: absolute;
    right: 4%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/common/icon_link_white.png") left 0/100% no-repeat;
  }
  .kenko_link_area .kentei h4:before, .kenko_link_area .kentei h4:after {
    color: #ffa11d;
  }
  .kenko_link_area .kentei a {
    background-color: #ffa11d;
  }
  .kenko_link_area .kanri h4:before, .kenko_link_area .kanri h4:after {
    color: #166bbf;
  }
  .kenko_link_area .kanri a {
    background-color: #166bbf;
  }
  .kenko_link_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .kenko_link_area ul li {
    width: 49%;
    margin-bottom: 10px;
  }
  .kenko_link_area ul li a {
    display: block;
    background-color: #ffa11d;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border-bottom: solid 2px #aaa;
    text-decoration: none;
    padding: 10px 0;
  }
  .kenko_link_area ul li a:hover {
    background-color: #ffc800;
  }
  .kenko_link_area ul li a img {
    width: 40px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
  }

  /* ___________________Layout_content_cms*/
  .content_body h1, .content_body h2, .content_body h3, .content_body h4 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 0 5px;
    margin: 30px 0 15px;
  }
  .content_body h1:before, .content_body h2:before, .content_body h3:before, .content_body h4:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
  }
  .content_body .bblue, .content_body h5 {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    border-left: 5px solid #ff9d00;
    padding: 3px 0 3px 10px;
    margin-bottom: 10px;
  }
  .content_body h6 {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 3px 0;
    margin-bottom: 5px;
    color: #ff9d00;
  }
  .content_body img {
    max-width: 100%;
  }
  .content_body > ul {
    background-color: #fff7eb;
    padding: 20px 20px 20px 30px;
    margin-bottom: 35px;
  }
  .content_body > ul > li {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-left: 18px;
    text-indent: -1em;
  }
  .content_body > ul > li:not(:last-child) {
    padding-bottom: 10px;
  }
  .content_body > ul > li:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '●';
    display: inline-block;
    color: #ff9d00;
    border-radius: 50%;
    font-size: 1.2rem;
  }
  .content_body > ul > li:first-child {
    margin-top: 5px;
  }
  .content_body > ul > li > ul li {
    position: relative;
    padding-left: 18px;
    text-indent: -1em;
  }
  .content_body > ul > li > ul li:before {
    position: absolute;
    content: '';
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    top: 9px;
    left: -8px;
  }
  .content_body > ul > li > ol {
    padding-left: 4% !important;
  }
  .content_body > ul > li > ol > li {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-left: 18px;
    text-indent: -1em;
  }
  .content_body > ul > li > ol > li:not(:last-child) {
    padding-bottom: 10px;
  }
  .content_body > ul > li > ol > li:before {
    font-size: 1.7rem;
    font-weight: bold;
    margin-right: 10px;
  }
  .content_body > ol {
    background-color: #fff7eb;
    list-style: none;
    padding: 20px 20px 20px 25px;
    margin-bottom: 35px;
    counter-reset: ol_li;
  }
  .content_body > ol > li {
    font-size: 1.5rem;
    line-height: 1.5;
    text-indent: -1em;
  }
  .content_body > ol > li:not(:last-child) {
    padding-bottom: 10px;
  }
  .content_body > ol > li:before {
    counter-increment: ol_li;
    content: counter(ol_li);
    color: #ffa11d;
    font-size: 1.7rem;
    font-weight: bold;
    margin-right: 5px;
  }
  .content_body > ol > li:first-child {
    margin-top: 5px;
  }
  .content_body > ol > li > ul {
    padding-left: 5% !important;
  }
  .content_body > ol > li > ul li {
    position: relative;
    padding-left: 15px;
  }
  .content_body > ol > li > ul li:before {
    position: absolute;
    content: '';
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    top: 9px;
    left: -8px;
  }
  .content_body > ol > li > ol {
    padding-left: 8% !important;
  }
  .content_body > ol > li > ol > li {
    font-size: 1.5rem;
    line-height: 1.5;
    text-indent: 0;
  }
  .content_body > ol > li > ol > li:not(:last-child) {
    padding-bottom: 10px;
  }
  .content_body > ol > li > ol > li:before {
    font-size: 1.7rem;
    font-weight: bold;
    margin-right: 10px;
  }
  .content_body b, .content_body strong {
    font-weight: bold;
  }
  .content_body .aligncenter, .content_body .alignnone {
    margin: 0 auto 15px;
  }
  .content_body blockquote {
    font-style: italic;
    position: relative;
    padding: 30px 20px 25px 35px;
    background: #f1f1f1;
    margin-bottom: 20px;
  }
  .content_body blockquote:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 14px;
    vertical-align: middle;
    background: url("../images/common/quote.png") left 0/100% no-repeat;
    width: 22px;
    height: 18px;
  }
  .content_body blockquote p {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-bottom: 0;
  }
  .content_body iframe {
    max-width: 100%;
  }
}
/* ___________________Layout_ld,tips_link_area_PC・SP共通*/
.btn_shiny a {
  position: relative;
  overflow: hidden;
}
.btn_shiny a:before {
  display: block;
  position: absolute;
  z-index: 1;
  left: -30%;
  top: -50%;
  content: "";
  width: 30px;
  height: 300%;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #ffffff), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: shiny 4s infinite linear;
          animation: shiny 4s infinite linear;
}

a.btn_shiny {
  position: relative;
  overflow: hidden;
}
a.btn_shiny:before {
  display: block;
  position: absolute;
  z-index: 1;
  left: -30%;
  top: -50%;
  content: "";
  width: 30px;
  height: 300%;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #ffffff), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: shiny_long 4s infinite linear;
          animation: shiny_long 4s infinite linear;
}

@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shiny {
  0% {
    left: -30%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes shiny_long {
  0% {
    left: -30%;
  }
  50% {
    left: -30%;
  }
  70% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shiny_long {
  0% {
    left: -30%;
  }
  50% {
    left: -30%;
  }
  70% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
