@charset "UTF-8";

/*
* Theme Name: テンプレート02_01
* Author: Iscream Design
* Version: 1.5
* Description:
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

/* iPad対策 */
.body-wrap {
  overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0px;
  padding: 0;
  border-bottom: #333333 1px solid;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

strong {
  font-weight: bold;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: inherit;
}

body {
  position: relative;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  color: #222;
  min-width: 1054px;
  background: #FFFFFF;
}

a {
  color: #222;
  text-decoration: underline;
}

a:hover {
  color: #222;
  text-decoration: none;
}

.fade,
.fade a,
.fade a:hover {
  text-decoration: none;
}

.container {
  width: 1054px;
}

.container02 {
  width: 100%;
}

.fade:hover {
  text-decoration: none;
}

@media only screen and (max-width: 800px) {
  body {
    min-width: 0px;
  }

  .container,
  .container02 {
    width: 100%;
  }
}

/*------------------------------------------------------------
header_01
--------------------------------------------------------------*/
.header_01 {
  position: relative;
  width: 100%;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.header_01 .full-pad-05 {
  margin-bottom: 20px;
}

.header_logo {
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 800px) {
  .header_01 {
    position: static;
  }

  .header_01 h1 {
    padding-right: 40px;
  }

  .header_01 .full-pad-05 {
    padding-right: 40px;
    margin-bottom: 0;
    background: none !important;
  }

  .header_logo {
    margin: 0;
  }

  .header_logo img {
    max-height: 26px;
    margin: 12px 0;
  }
}

/*------------------------------------------------------------
header_contact
--------------------------------------------------------------*/
.header_contact {
  text-align: right;
  line-height: 1.2em;
}

.header_contact li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: left;
}

.header_contact li:last-child {
  margin-right: 0;
}

.header_contact dt,
.header_contact dd {
  display: inline-block;
  vertical-align: top;
  padding: 3px 0;
}

.header_contact dt {
  width: 5.5em;
  margin-right: 1em;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .header_contact {
    text-align: center;
  }

  .header_contact li {
    display: block;
    margin-right: 0;
    vertical-align: top;
    margin-bottom: 10px;
    text-align: center;
  }

  .header_contact li:first-child {
    margin-right: 0;
  }

  .header_contact dl {
    margin: 0 10px;
  }

  .header_contact dt {
    width: 5em;
    margin-bottom: 5px;
  }

  .header_contact dd {
    width: 100%;
  }
}

/*------------------------------------------------------------
gNavi
--------------------------------------------------------------*/
.gNavi>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gNavi>ul>li {
  padding: 0;
  margin: 0;
}

.gNavi>ul>li>a {
  display: block;
  text-decoration: none;
  color: #333333;
  transition: .2s;
}

.gNavi>ul>li>a:hover {
  opacity: .7;
}

.no-link:hover {
  color: #333333;
}

/*------------------------------------------------------------
navi_01
--------------------------------------------------------------*/
.navi_01>ul {
  -ms-flex-pack: distribute;
  justify-content: flex-end;
}

.navi_01>ul>li {
  width: auto;
  margin-right: 50px;
}

.navi_01>ul>li:last-child {
  margin-right: 0;
}

.navi_01>ul>li>a {
  padding: 20px 0;
}

/*------------------------------------------------------------
navi_02
--------------------------------------------------------------*/
.navi_02>ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navi_02>ul>li>a {
  padding: 20px 0;
}

/*------------------------------------------------------------
dd
--------------------------------------------------------------*/
.gNavi .dd {
  position: relative;
  z-index: 999999;
}

.gNavi .dd ul {
  position: absolute;
  display: none;
  background: #27323d;
  left: 50%;
  text-align: left;
  transform: translateX(-50%);
  padding: 10px 0;
  width: auto;
}

.gNavi .dd ul li {
  font-size: 15px;
  line-height: 1em;
  text-align: center;
  padding: 0 20px;
  white-space: nowrap;
}

.gNavi .dd ul li:last-child {
  border-bottom: none;
}

.gNavi .dd ul li a {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  padding: 15px 10px;
}

.gNavi .dd ul li a:hover {
  color: #FFFFFF;
}

/*------------------------------------------------------------
dd_hol
--------------------------------------------------------------*/
.gNavi .dd_hol {
  position: relative;
  z-index: 999999;
}

.gNavi .dd_hol div {
  position: absolute;
  display: none;
  background: #27323d;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  padding: 10px 0;
  width: 440px;
}

.gNavi .dd_hol ul {
  display: inline-block;
  text-align: left;
}

.gNavi .dd_hol ul li {
  font-size: 15px;
  line-height: 1em;
  padding: 0 20px;
  white-space: nowrap;
}

.gNavi .dd_hol ul li:last-child {
  border-bottom: none;
}

.gNavi .dd_hol ul li a {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  padding: 15px 10px;
}

.gNavi .dd_hol ul li a:hover {
  color: #FFFFFF;
}

/* ドロップダウンメニュー */
--------------------------------------------------------------*/ .gNavi .dropdown {
  position: relative;
}

.gNavi .dropdown .child {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 230px;
  z-index: 50;
  background: #fff;
  border: 1px solid #d8d8d8;
  padding: 15px 20px;
}

.gNavi .dropdown ul li:last-child {
  margin: 0;
}

.gNavi .dropdown ul li a {
  border-bottom: 1px dotted #d8d8d8;
  padding: 10px 0;
  font-size: 14px;
  display: block;
  line-height: 1.5;
  transition: .2s;
}

.gNavi .dropdown ul li a:hover {
  color: #0b99e0;
}

.gNavi .dropdown .child.child-col3 {
  width: 660px;
}

.gNavi .dropdown .child.child-col3 .child-col3-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gNavi .dropdown .child.child-col3 ul {
  width: 31.3%;
}

.no-link {
  cursor: default;
}

/*------------------------------------------------------------
humberger
--------------------------------------------------------------*/
@media only screen and (max-width: 800px) {
  .sp-navi-btns {
    border-top: 1px solid #fff;
    background: #0b0b60;
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 10000;
  }

  .sp-navi-btns div {
    width: calc(100% / 4);
    position: relative;
  }

  .sp-navi-btns .item {
    border-right: 1px solid #fff;
    background-size: 20px;
    background-position: top 15px center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 10px;
    font-family: "FOT-筑紫明朝 Pr6N M", sans-serif;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    position: relative;
  }

  .sp-navi-btns .item.btn-home {
    background-image: url(images/shared/sp_icon/ico_home.svg);
  }

  .sp-navi-btns .item.btn-phone {
    background-image: url(images/shared/sp_icon/ico_phone.svg);
  }

  .sp-navi-btns .item.btn-pc {
    background-image: url(images/shared/sp_icon/ico_pc.svg);
  }

  .sp-navi-btns .item.btn-mail {
    background-image: url(images/shared/sp_icon/ico_mail.svg);
  }

  .sp-navi-btns .item.btn-access {
    background-image: url(images/shared/sp_icon/ico_access.svg);
  }

  .sp-navi-btns .item.btn-pagetop {
    position: relative;
  }

  .sp-navi-btns .btn-pagetop:before {
    content: "";
    display: block;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 9px;
    width: 9px;
    transform: rotate(-45deg);
    position: absolute;
    left: calc(50% - 4px);
    top: 15px;
  }

  .sp-navi-btns .btn-pagetop:after {
    content: "";
    display: block;
    background: #fff;
    height: 17px;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 15px;
  }

  .sp-navi-btns .item a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 42px 0 0;
    height: 100%;
  }

  .sp-navi-btns .humberger {
    cursor: pointer;
    position: relative;
  }

  .sp-navi-btns .humberger .ttl {
    display: block;
    color: #fff;
    font-family: "FOT-筑紫明朝 Pr6N M", sans-serif;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    padding: 43px 0 0;
  }

  .sp-navi-btns .humberger span:not(.ttl) {
    background: #fff;
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: 0.4s;
  }

  .sp-navi-btns .humberger span:not(.ttl):nth-of-type(1) {
    top: 20px;
  }

  .sp-navi-btns .humberger span:not(.ttl):nth-of-type(2) {
    top: 26px;
  }

  .sp-navi-btns .humberger span:not(.ttl):nth-of-type(3) {
    top: 32px;
  }

  .sp-navi.is-open .sp-navi-btns .humberger span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 6px) rotate(-45deg);
    transform: translate(-50%, 6px) rotate(-45deg);
  }

  .sp-navi.is-open .sp-navi-btns .humberger span:nth-of-type(2) {
    opacity: 0;
  }

  .sp-navi.is-open .sp-navi-btns .humberger span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -6px) rotate(45deg);
    transform: translate(-50%, -6px) rotate(45deg);
  }

  .overlay {
    background: transparent;
    position: fixed;
    pointer-events: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    transition: 0.2s;
  }

  .is-open .overlay {
    background: rgba(0, 0, 0, 0.7);
    pointer-events: auto;
  }

  .sp-navi {
    -webkit-text-size-adjust: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
  }

  .sp-navi.is-open .sp-navi-inner {
    transform: translate3d(0, 0, 0);
  }

  .sp-navi .sp-navi-inner {
    background: #FFF;
    position: fixed;
    top: 0;
    right: 0;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 50px 0 100px;
    height: 100%;
    width: 100%;
    transition: .5s;
    transform: translate3d(100%, 0, 0);
    z-index: 10;
  }

  .sp-navi .sp-navi-inner .navi-main {
    margin: 0 0 30px;
  }

  .sp-navi .sp-navi-inner .navi-main>li {
    border-bottom: 1px solid #ddd;
    position: relative;
  }

  .sp-navi .sp-navi-inner .navi-main img {
    margin-bottom: 5px;
    margin-right: 10px;
  }

  .sp-navi .sp-navi-inner .navi-main>li:before {
    background: #0b0b60;
    content: "";
    height: 3px;
    width: 8px;
    position: absolute;
    left: 10px;
    top: 23px;
  }

  .sp-navi .sp-navi-inner .navi-main>li:first-child {
    border-top: 1px solid #ddd;
  }

  .sp-navi .sp-navi-inner .navi-main>li>a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.5px;
    padding: 15px 10px 15px 30px;
    overflow: hidden;
    line-height: 1.3em;
    text-decoration: none;
    color: #333;
  }

  .sp-navi .sp-navi-inner .navi-main>li>ul>li {
    border-top: 1px dashed #ddd;
    width: 100%;
  }

  .sp-navi .sp-navi-inner .navi-main>li>ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    padding: 10px 10px 10px 50px;
    position: relative;
    text-decoration: none;
    color: #333;
  }

  .sp-navi .sp-navi-inner .navi-main>li>ul>li>a:before {
    background: #0b0b60;
    content: "";
    height: 1px;
    width: 10px;
    position: absolute;
    left: 26px;
    top: 19px;
  }

  .sp-navi .sp-navi-inner .navi-other {
    padding: 0 15px;
  }

  .sp-navi-inner .navi-main img {
    padding-left: 9px;
  }
}

/*------------------------------------------------------------
main
--------------------------------------------------------------*/
.mainimg img {
  object-fit: cover;
  min-height: 550px;
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .mainimg img {
    object-fit: scale-down;
    min-height: 0;
    width: 100%;
  }
}

/*------------------------------------------------------------
main-slider
--------------------------------------------------------------*/
.main-slider li {
  height: auto;
  width: 100%;
}

.main-slider img {
  width: 100%;
  min-height: 750px;
  object-fit: cover;
  height: auto;
  margin-bottom: -10px;
}

@media only screen and (max-width: 800px) {
  .main-slider img {
    width: 100%;
    min-height: 0;
    object-fit: fill;
    height: auto;
  }
}

/*------------------------------------------------------------
main
--------------------------------------------------------------*/
.text_box {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 8px, rgba(0, 0, 0, 0.4) -1px 1px 8px, rgba(0, 0, 0, 0.4) 1px -1px 8px, rgba(0, 0, 0, 0.4) -1px -1px 8px;
}

.text_box .maintext01 {
  font-size: 34px;
  color: #fff;
}

.text_box .maintext01 span {
  font-size: 50px;
}

@media only screen and (max-width: 800px) {
  .text_box .maintext01 {
    font-size: 4.5vw;
    width: auto;
  }

  .text_box .maintext01 span {
    font-size: 7vw;
    width: auto;
  }
}

/*------------------------------------------------------------
contents
--------------------------------------------------------------*/
.contents {
  float: left;
  width: 730px;
}

@media only screen and (max-width: 800px) {
  .contents {
    float: none;
    width: auto;
  }
}

/*------------------------------------------------------------
heading
--------------------------------------------------------------*/
.heading {
  padding-top: 40px;
  margin-top: -40px;
}

.pagettl {
  font-family: "FOT-筑紫明朝 Pr6N M", sans-serif;
  font-size: 34px;
  line-height: 1.1;
  text-align: center;
  background: #fafafa;
  background-size: contain;
  padding: 90px 0;
  color: #0b0b60;
  margin-bottom: 30px;
}

.postdata h3,
/*.u-contents h3,*/
.heading_img {
  text-align: center;
  margin-bottom: 40px;
  font-family: "FOT-筑紫明朝 Pr6N M", sans-serif;
  font-size: 26px;
  line-height: 1.4;
  color: #0b0b60;
  background: url("images/shared/h3.png") no-repeat center bottom;
  padding-bottom: 20px;
}

.service h3 {
  text-align: center;
  margin-bottom: 18px !important;
  font-family: "FOT-筑紫明朝 Pr6N M", sans-serif;
  font-size: 22px;
  line-height: 1.4;
  color: #0b0b60;
  background: url("images/shared/h3.png") no-repeat center bottom;
  padding-bottom: 18px;
}

.body h3 {
  text-align: center;
  margin-bottom: 14px !important;
  font-family: "FOT-筑紫明朝 Pr6N M", sans-serif;
  font-size: 22px;
  line-height: 1.4;
  color: #0b0b60;
  background: url("images/shared/h3.png") no-repeat center bottom;
  padding-bottom: 18px;
}

/*.u-contents h4,*/
.heading_btmline,
.postdata h4 {
  font-family: "FOT-筑紫明朝 Pr6N M", sans-serif;
  font-size: 25px;
  line-height: 1.6;
  color: #0b0b60;
  margin-bottom: 25px;
  border-bottom: #ddd 1px solid;
  padding-bottom: 5px;
  position: relative;
}

/*.u-contents h5*/
.txt-strong {
  font-family: "FOT-筑紫明朝 Pr6N M", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  color: #0b0b60;
  margin-bottom: 15px;
  position: relative;
  padding-left: 5px;
  border-bottom-style: dashed;
}

.heading_leftcircle,
.postdata h5 {
  font-family: "FOT-筑紫明朝 Pr6N M", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}

.heading_leftcircle::before,
.postdata h5::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 15px;
  background: #0b0b60;
  left: 0;
  top: 0.2em;
}

.ttl-excerpt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.authorBox {
  border: 1px solid #ddd;
  align-content: stretch;
  display: flex;
  justify-content: space-between;
  padding: 1.5em;
}

.authorBox p:nth-of-type(1) {
  width: 160px;
  text-align: center;
  align-self: center;
}

.authorBox p:nth-of-type(1) .author_name {
  font-size: 16px;
  font-weight: bold;
}

.authorBox p:nth-of-type(1) .author_job {
  display: block;
  font-style: italic;
  line-height: 1.2;
  margin-top: 4px;
  color: #555;
}

.authorBox p:nth-of-type(2) {
  border-left: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding-left: 1.5em;
  width: calc(100% - 160px - 1.5em);
}

@media only screen and (max-width: 800px) {
  .heading {
    padding-top: 0px;
    margin-top: 0px;
  }

  .pagettl {
    font-size: 24px;
    padding: 40px 15px;
  }

  .heading_img {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .heading_btmline,
  .postdata h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .heading_leftcircle,
  .postdata h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .postdata h3,
  /*.u-contents h3,*/
  .heading_img {
    text-align: center;
    margin-bottom: 40px;
    font-family: "FOT-筑紫明朝 Pr6N M", sans-serif;
    font-size: 22px;
    line-height: 1.4;
    color: #0b0b60;
    background: url("images/shared/h3.png") no-repeat center bottom;
    padding-bottom: 20px;
  }


  .authorBox {
    display: block;
  }

  .authorBox p:nth-of-type(1) {
    width: 100%;
  }

  .authorBox p:nth-of-type(2) {
    border-left: none;
    border-top: 1px solid #ddd;
    padding: 1.5em 0.5em 0.5em;
    width: 100%;
  }
}

/*------------------------------------------------------------
rNavi
--------------------------------------------------------------*/
.rNavi {
  float: right;
  width: 232px;
}

.side_sec01 {
  border-right: #dcd8d4 1px solid;
  border-bottom: #dcd8d4 1px solid;
  border-left: #dcd8d4 1px solid;
  border-top: #dcd8d4 1px solid;
}

.side_ttl {
  padding: 15px 30px;
  border-bottom: 1px solid #DDDDDD;
}

.side_sec01 ul {
  padding: 10px 10px;
}

.side_sec01 li {
  background: url("images/ico_ch.png") no-repeat 20px 0.3em;
  padding-left: 45px;
  padding-right: 20px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.side_sec01 li:last-child {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.side_sec01 li a {
  color: #331401;
  text-decoration: none;
}

.side_sec01 li a:hover {
  text-decoration: underline;
}

.side_sec02 {
  padding: 10px 20px;
  border-top: #c0d152 solid 3px;
  border-right: #dddddd solid 1px;
  border-bottom: #dddddd solid 1px;
  border-left: #dddddd solid 1px;
}

.side_sec02 dt,
.side_sec02 dd {
  display: inline-block;
  vertical-align: top;
}

.side_sec02 dt {
  width: 5em;
  padding: 4px;
  margin-right: 1em;
}

.side_sec03 .side_ttl {
  background: #532a18;
  padding: 15px
}

.side_sec03 .side_list {
  padding: 0 10px;
}

.side_sec03 .side_list li {
  border-bottom: dotted 1px #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
  .rNavi {
    float: none;
    width: auto;
    max-width: 232px;
    margin: auto;
  }
}

/*------------------------------------------------------------
footer_nav03
--------------------------------------------------------------*/
.footer_nav03 {
  display: inline-block;
  vertical-align: top;
  width: 27%;
}

.footer_nav03:nth-child(3) {
  width: 26%;
}

.footer_nav03:last-child {
  width: 18%;
}

.footer_nav03>li {
  position: relative;
  padding-left: 13px;
  margin-right: 13px;
}

.footer_nav03>li::before {
  position: absolute;
  content: '';
  font-size: 13px;
  background-color: #ddd;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
}

.footer_nav03 .child {
  margin-top: 5px;
}

.footer_nav03>li>ul>li {
  padding-left: 13px;
  margin-right: 13px;
  position: relative;
  line-height: 1.4;
  margin-bottom: 12px;
}

.footer_nav03>li>ul>li::before {
  position: absolute;
  content: "- ";
  left: 0;
}

.footer_nav03 li a {
  text-decoration: none;
  color: #333;
}

.footer_nav03 li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 800px) {
  .footer_01 {
    padding-bottom: 65px;
  }

  .footer_nav03,
  .footer_nav03:nth-child(3),
  .footer_nav03:last-child {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
}

/*------------------------------------------------------------------------------------------------------------------------
Parts
--------------------------------------------------------------------------------------------------------------------------*/
.slide_area {
  overflow: hidden;
  padding: 70px 0;
  background: #fafafa;
}

.top_art01 .bg_area {
  background: url("images/top_02.png") top left / contain no-repeat;
  padding: 30px 0;
}

.top_art01 .box_area {
  float: right;
  width: 536px;
  padding: 50px 0 50px 50px;
  background: rgba(255, 255, 255, .97)
}

.top_art01 h2 {
  position: relative;
  z-index: 0
}

.top_art01 h2::before {
  position: absolute;
  z-index: -1;
  content: '';
  background: url("images/top_02_bg_txt.png") left top no-repeat;
  width: 628px;
  height: 45px;
  left: -22px;
  top: 22px;
}

.top_art02 .box.item01 {
  position: relative;
  background: url("images/top_03_arw.png") center bottom 15px no-repeat, url("images/top_03_01.jpg") center center / cover no-repeat;
  padding: 120px 30px 105px;
}

.top_art02 .box.item02 {
  position: relative;
  background: url("images/top_03_arw.png") center bottom 15px no-repeat, url("images/top_03_02.jpg") center center / cover no-repeat;
  padding: 120px 30px 105px;
}

.top_art02 .box.item03 {
  position: relative;
  background: url("images/top_03_arw.png") center bottom 15px no-repeat, url("images/top_03_03.jpg") center center / cover no-repeat;
  padding: 120px 30px 105px;
}

.top_art02 .box.item04 {
  position: relative;
  background: url("images/top_03_arw.png") center bottom 15px no-repeat, url("images/top_03_04.jpg") center center / cover no-repeat;
  padding: 120px 30px 105px;
}

.top_art02 .box.item05 {
  position: relative;
  background: url("images/top_03_arw.png") center bottom 15px no-repeat, url("images/top_03_05.jpg") center center / cover no-repeat;
  padding: 120px 30px 105px;
}

.top_art02 .box.item01::before {
  position: absolute;
  content: '';
  background: url("images/top_03_no01.png") left top no-repeat;
  width: 55px;
  height: 55px;
  left: 50%;
  transform: translate(-50%, 0);
  top: -11px;
}

.top_art02 .box.item02::before {
  position: absolute;
  content: '';
  background: url("images/top_03_no02.png") left top no-repeat;
  width: 55px;
  height: 55px;
  left: 50%;
  transform: translate(-50%, 0);
  top: -11px;
}

.top_art02 .box.item03::before {
  position: absolute;
  content: '';
  background: url("images/top_03_no03.png") left top no-repeat;
  width: 55px;
  height: 55px;
  left: 50%;
  transform: translate(-50%, 0);
  top: -11px;
}

.top_art02 .box.item04::before {
  position: absolute;
  content: '';
  background: url("images/top_03_no04.png") left top no-repeat;
  width: 55px;
  height: 55px;
  left: 50%;
  transform: translate(-50%, 0);
  top: -11px;
}

.top_art02 .box.item05::before {
  position: absolute;
  content: '';
  background: url("images/top_03_no05.png") left top no-repeat;
  width: 55px;
  height: 55px;
  left: 50%;
  transform: translate(-50%, 0);
  top: -11px;
}

.top_art03 {
  background: #fafafa;
  border-top: solid 1px #ededed;
}

.top_art03 .box {
  border: 1px solid #ddd;
  background: url("images/top_04_line.png") center top no-repeat, url("images/top_04_box_bg.png");
  box-shadow: 5px 5px 0 #ededed;
}

.top_art03 h3.num01 {
  background: url("images/top_04_bg01.png") center center no-repeat;
  padding: 10px 0;
}

.top_art03 h3.num02 {
  background: url("images/top_04_bg02.png") center center no-repeat;
  padding: 10px 0;
}

.top_art03 h3.num03 {
  background: url("images/top_04_bg03.png") center center no-repeat;
  padding: 10px 0;
}

.top-list-img .object-fit {
  width: 233px;
  height: 139px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top_art05 {
  border-top: 1px solid #ddd;
}

.top_art06 {
  border-top: 1px solid #ddd;
  background: #fafafa;
}

.top_art06 .box {
  border: 1px solid #ddd;
  background: #fff;
}

.group01 {
  border: 1px solid #ddd;
  background: url("images/top_04_line.png") center top no-repeat, url("images/top_04_box_bg.png");
}

.group02 {
  border: solid 1px #ddd
}

.group03 {
  justify-content: center;
}

.group03 li {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #434382;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  text-align: center;
  margin: 0 15px 20px;
}

@media only screen and (max-width: 800px) {
  .top_art01 .bg_area {
    padding-top: 67.86%;
  }

  .top_art01 .box_area {
    float: none;
    width: 100%;
    padding: 20px;
  }

  .top_art01 h2 {
    background: url("images/top_02_bg_txt.png") left center / contain no-repeat;
  }

  .top_art01 h2::before {
    content: none;
  }

  .group03 li {
    margin: 0 auto 20px;
  }

  .top-list-img .object-fit {
    height: 100px;
    width: 100%;
  }
}

/*------------------------------------------------------------
table
--------------------------------------------------------------*/
.service-postdata table {
  margin-bottom: 20px;
}

.service-postdata table,
.table-bordered {
  border-collapse: collapse;
  border: solid 1px #dddddd;
  width: 100%;
  background: #fff;
}

.service-postdata table th,
.service-postdata table td,
.table-bordered th,
.table-bordered td {
  border: solid 1px #dddddd;
  padding: 10px 15px;
  vertical-align: middle;
  color: #333333;
  font-size: 15px;
}

.service-postdata table th,
.table-bordered th {
  font-family: "FOT-筑紫明朝 Pr6N M", sans-serif;
  text-align: center;
  border-bottom: #dddddd solid 1px;
  background: #0b0b60;
  color: #FFFFFF;
}

.table-bordered02 {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}

.table-bordered02 th,
.table-bordered02 td {
  padding: 20px 15px;
  vertical-align: middle;
  background: #f5f8ff;
  border-bottom: #FFFFFF solid 20px;
}

.table-bordered02 th {
  font-family: "FOT-筑紫明朝 Pr6N M", sans-serif;
  text-align: center;
  background-color: #0b0b60;
  color: #FFFFFF;
}

.table-bordered02 td {
  padding: 20px 30px;
}

.table-bordered03 {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}

.table-bordered03 th,
.table-bordered03 td {
  padding: 20px 10px;
  vertical-align: middle;
  background: #f5f8ff;
  border-bottom: #FFFFFF solid 20px;
}

.table-bordered03 th {
  font-family: "FOT-筑紫明朝 Pr6N M", sans-serif;
  text-align: center;
  background-color: #0b0b60;
  color: #FFFFFF;
}

.table-bordered03 td {
  width: 29%;
}

.th20 th {
  width: 20%;
}

.th30 th {
  width: 30%;
}

.th40 th {
  width: 40%;
}

.th50 th {
  width: 50%;
}

@media only screen and (max-width: 800px) {
  .table-bordered tr {
    border-bottom: #c8ae8b dotted 1px;
  }

  .table-bordered02 tr {
    border-bottom: #c8ae8b dotted 1px;
  }
}

@media only screen and (max-width: 800px) {
  .sp-sc {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .sp-sc table {
    width: 100%;
  }

  .sp-listlayout {
    border: none !important;
  }

  .sp-listlayout tr {
    display: block;
  }

  .sp-listlayout th {
    border: none !important;
    display: list-item;
    list-style: none;
    width: 100% !important;
  }

  .sp-listlayout td {
    border: none !important;
    display: list-item;
    list-style: none;
    width: 100% !important;
  }

  .sp-listlayout {
    table-layout: fixed;
    display: block;
    width: 100%;
  }

  .sp-listlayout * {
    word-wrap: break-word;
  }
}

/*------------------------------------------------------------
more-btn
--------------------------------------------------------------*/
.more-btn a {
  font-family: "FOT-筑紫明朝 Pr6N M", sans-serif;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  background: #0b0b60;
  padding: 15px 40px 15px 40px;
  text-decoration: none;
  display: inline-block;
  transition: .5s ease;
  position: relative;
  text-align: center;
  min-width: 232px;
}

.more-btn a:after {
  content: url("images/shared/btn_ico.png");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more-btn.mini a {
  padding: 5px 25px 5px 15px;
  min-width: inherit;
  width: 100%;
  font-size: 15px;
}

.more-btn.mini a:after {
  content: url("images/shared/ico_arrow.png");
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.more-btn.white a {
  border: #FFFFFF 1px solid;
}

.more-btn02 {
  line-height: 1.2em;
  display: inline-block;
  margin-right: 20px;
  border-right: 1px #FFFFFF solid;
  padding-right: 20px;
}

.more-btn02:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}

.more-btn02 a {
  font-family: "FOT-筑紫明朝 Pr6N M", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  padding: 0 25px 0 0;
  text-decoration: none;
  transition: .5s ease;
  position: relative;
  border-radius: 7px;
}

.more-btn02 a:after {
  content: url("images/shared/ico_arrow_btm.png");
  position: absolute;
  right: 0;
  top: 0.5em;
  transform: translateY(-50%);
}

.more-btn03 a {
  font-family: "FOT-筑紫明朝 Pr6N M", sans-serif;
  font-size: 17px;
  line-height: 1;
  color: #FFFFFF;
  background: #7ec997;
  padding: 15px 20px;
  text-decoration: none;
  display: inline-block;
  transition: .5s ease;
  position: relative;
  text-align: center;
  border-radius: 10px;
  width: 100%;
}

.more-btn a:hover,
.more-btn02 a:hover,
.more-btn03 a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 800px) {
  .more-btn a {
    padding: 15px 30px 15px 30px;
    min-width: 230px;
    font-size: 13px;
  }

  .more-btn.mini a {
    font-size: 13px;
  }
}

/*------------------------------------------------------------
iframe_wrap
--------------------------------------------------------------*/
.ytube,
.iframe_wrap {
  position: relative;
  width: 100%;
  padding-top: 58%;
  /* 高さ÷幅 */
}

.ytube iframe,
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*------------------------------------------------------------
archive_list
--------------------------------------------------------------*/
.archive_list a {
  text-decoration: none !important;
}

.archive_list li:nth-child(3n + 1) {
  clear: both;
}

.archive_list img {
  max-height: 350px;
  width: auto;
}

/*------------------------------------------------------------
line
--------------------------------------------------------------*/
.line {
  position: relative;
}

.line::before {
  content: "";
  position: absolute;
  background: url("images/line.png") no-repeat center right;
  width: 373px;
  height: 1px;
  top: 50%;
  right: 100%;
  transform: translate(-30px, -50%);
}

.line::after {
  content: "";
  position: absolute;
  background: url("images/line.png") no-repeat center left;
  width: 373px;
  height: 1px;
  top: 50%;
  transform: translate(30px, -50%);
  left: 100%;
}

@media only screen and (max-width: 800px) {
  .line::before {
    content: "";
    position: absolute;
    background: url("images/line.png") no-repeat center left;
    width: 31px;
    height: 23px;
    top: 50%;
    transform: translate(-30px, -50%);
    left: 0;
  }

  .line::after {
    content: "";
    position: absolute;
    background: url("images/line.png") no-repeat center right;
    width: 31px;
    height: 23px;
    top: 50%;
    transform: translate(30px, -50%);
    right: 0;
  }
}

/*------------------------------------------------------------
top_map
--------------------------------------------------------------*/
.top_map .mapbox {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 800px) {
  .top_map .mapbox {
    position: static;
  }
}

/*------------------------------------------------------------
下層ページ（移行）
--------------------------------------------------------------*/
.u-contents ol,
.u-contents ul {
  margin: 40px 0;
}

.u-contents ol li,
.u-contents ul li {
  position: relative;
  padding: 0 0 0 15px;
}

.u-contents ol li+li,
.u-contents ul li+li {
  margin-top: 3px;
}

.u-contents ul li::before {
  background: #333;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
}

.p-article05 {
  position: relative;
  margin-bottom: 40px;
}

.p-article05__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 430px;
}

.p-article05--rev .p-article05__content {
  left: auto;
  right: 15px;
}

.p-company-list__item a,
.p-company-list__item a:hover {
  text-decoration: none;
}

.p-article05__content {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 0 5.08475%;
}

.p-article05__title {
  font-size: 32px;
  line-height: 1;
}

.p-article05__sub {
  color: #000000;
  font-size: 16px;
  margin-bottom: 56px;
}

.p-article05__desc {
  color: #000000;
  font-size: 20px;
}

.p-article05__link {
  font-size: 14px;
  color: #0b0b61;
  font-weight: 700;
  transition: color 0.2s ease;
  position: relative;
}

.p-company-list__item a:hover .p-article05__link {
  color: #999;
}

.p-article05__link::after {
  content: ">";
  width: 14px;
  height: 14px;
  margin-left: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 800px) {
  .p-article05__img {
    height: 200px;
  }

  .p-article05__content {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 25px 30px 30px;
    position: static;
    width: 100%;
    height: auto;
  }

  .p-article05__title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0;
  }

  .p-article05__sub {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .p-article05__desc {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .p-article05__link::after {
    top: 1px;
  }
}

/*------------
画像配置（基本編）
--------------*/
.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.l-imgR .l-img,
.l-imgL .l-img {
  margin: 5px 4% 0 0;
  width: 40%;
}

.l-imgR .l-img.small,
.l-imgL .l-img.small {
  width: 250px;
}

.l-imgR .l-desc,
.l-imgL .l-desc {
  flex: 1;
}

.l-imgR.center,
.l-imgL.center {
  align-items: center;
}

.l-imgR {
  flex-direction: row-reverse;
}

.l-imgR .l-img {
  margin: 5px 0 0 4%;
}

/*Column SP*/
.col2,
.col3,
.col4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}

.col2>li {
  width: 50%;
  padding: 0 1%;
  margin-bottom: 20px;
}

.list-img .object-fit {
  width: 321px;
  height: 192px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media only screen and (max-width: 800px) {
  .list-img .object-fit {
    width: auto;
    height: auto;
    object-fit: none;
  }

  .col2>li {
    width: 95%;
    padding: 0 1%;
    margin-bottom: 20px;
  }
}

/*------------------------------------------------------------
topics
--------------------------------------------------------------*/
.topicsbox {
  width: 1024px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  padding: 20px 0;
}

.topicsbox h2 {
  width: 170px;
  text-align: center;
  background: #dddddd;
}

.topicsbox .conto {
  width: 670px;
  background: #dddddd;
}

.topicsbox dt,
.topicsbox dd {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
}

.topicsbox dt {
  width: 108px;
  text-align: left;
}

.topicsbox dd {
  text-align: left;
  padding-left: 20px;
}

.topicsbox dd a {
  text-decoration: none;
}

.topicsbox dd a:hover {
  text-decoration: underline;
}

.topicsbox .link {
  width: 176px;
  background: #dddddd;
}

@media only screen and (max-width: 800px) {
  .topicsbox {
    position: static !important;
  }

  .topicsbox {
    width: auto;
    display: block;
    padding: 10px;
    left: auto;
    transform: none;
  }

  .topicsbox h2 {
    width: 100%;
    padding: 15px;
  }

  .topicsbox .conto {
    width: 100%;
  }

  .topicsbox dl {
    width: auto;
    margin: 10px;
  }

  .topicsbox dt,
  .topicsbox dd {
    display: block;
    vertical-align: top;
    line-height: 1.6;
    width: 100%;
  }

  .topicsbox dd {
    text-align: left;
    padding-left: 0;
  }

  .topicsbox div.text-center {
    width: 100%;
    text-align: right !important;
    padding: 0px 10px 10px;
  }
}

/*------------------------------------------------------------
newsbox
--------------------------------------------------------------*/
.newsbox dt,
.newsbox dd {
  display: table-cell;
  vertical-align: middle;
}

.newsbox dt {
  padding-right: 30px;
}

.newsbox dt img {
  max-width: 150px;
}

@media only screen and (max-width: 800px) {
  .newsbox dt {
    display: block;
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .newsbox dt img {
    max-width: 100%;
  }
}

/*------------------------------------------------------------
newsinbox01
--------------------------------------------------------------*/
.newsinbox01>li {
  display: table-cell;
  vertical-align: middle;
}

.newsinbox01>li:first-child {
  padding-right: 30px;
}

.newsinbox01>li:nth-child(2) {
  padding-right: 30px;
}

.newsinbox01>li:nth-child(2)>div>ul {
  width: 12em;
}

.newsinbox01>li:nth-child(3) {
  width: auto;
}

.newsinbox01>li:nth-child(4) {
  display: block;
  width: 100%;
  margin-top: 5px;
}

@media only screen and (max-width: 800px) {
  .newsinbox01>li:first-child {
    padding-right: 20px;
  }

  .newsinbox01>li:nth-child(2) {
    padding-right: 0;
  }

  .newsinbox01>li:nth-child(2)>div>ul {
    width: auto;
  }

  .newsinbox01>li:nth-child(3) {
    margin-top: 10px;
    display: block;
    width: auto;
  }

  .newsinbox01>li:last-child {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

/*------------------------------------------------------------
view
--------------------------------------------------------------*/
.view {
  margin-bottom: 30px;
  text-align: center;
}

.view .slick-slide img {
  text-align: center;
  margin: 0 auto;
}

.view .view-ttl {
  font-size: 19px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.thumb {
  margin: 0 auto;
  padding: 0px 50px;
}

.thumb .slick-prev,
.thumb .slick-next {
  width: 20px;
  height: 20px;
}

.thumb .slick-slide {
  cursor: pointer;
  margin: 3px 5px;
  opacity: .5;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  text-align: center;
}

.thumb .slick-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 120px;
  width: 120px;
  -webkit-transition: .2s;
  transition: .2s;
  margin: 0 auto;
}

.thumb .slick-slide.slick-current {
  opacity: 1;
}

.thumb .slick-slide.slick-current img {
  border: 2px solid #404040;
}

.thumb .slick-slide:hover {
  opacity: 1;
}

.thumb.slick-dotted {
  margin-bottom: 120px;
}

@media only screen and (max-width: 800px) {
  .view {
    margin-bottom: 20px;
  }

  .view .slick-slide img {
    max-width: none;
    width: 100%;
    height: auto;
  }

  .view .view-ttl {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .thumb {
    margin: 0 auto;
    padding: 0;
  }

  .thumb .slick-prev,
  .thumb .slick-next {
    width: 30px;
    height: 30px;
  }

  .thumb .slick-slide {
    cursor: pointer;
    margin: 5px;
    opacity: .5;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }

  .thumb .slick-slide img {
    height: 21vw;
    width: 100%;
  }

  .thumb.slick-dotted {
    margin-bottom: 60px;
  }

  .slide-view03.slick-dotted {
    margin-bottom: 60px;
  }
}

/*------------------------------------------------------------
fixed-men
--------------------------------------------------------------*/
.fixed-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}

.fixed-menu .sp {
  display: flex;
  background: #fbf9f4;
}

.fixed-menu .sp li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38%;
  text-align: center;
  padding: 15px 0;
  background: #303e4a;
}

.fixed-menu .sp li:nth-child(2) {
  background: #71b842;
}

.fixed-menu .sp li:last-child {
  width: 24%;
}

.fixed-menu .sp li figure {
  width: 70%;
  margin: 0 auto;
}

.fixed-menu .sp li:last-child figure {
  width: 40%;
}

.fixed-menu .sp li a {
  text-decoration: none;
  color: #502b10;
  font-size: 1.7vw;
  width: 100%;
  line-height: 2em;
}

.fixed-menu .sp li:last-child p {
  color: #FFFFFF;
}

@media only screen and (max-width: 800px) {
  body>.pos-rel:first-child {
    padding-bottom: 70px;
  }
}

/*------------------------------------------------------------
fix_btn
--------------------------------------------------------------*/
.fix_btn {
  position: fixed;
  top: 420px;
  right: 0;
}

/*------------------------------------------------------------
accordion
--------------------------------------------------------------*/
.accordion {
  width: 100%;
}

.accordion {
  border-top: 1px dotted #ddd;
}

.accordion:last-of-type {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 40px;
}

.accordion th {
  width: 20px;
}

.accordion td {
  padding-left: 20px;
  vertical-align: middle;
}

.accordion dt {
  cursor: pointer;
  background-image: url(images/plus.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 60px;
}

.accordion dd {
  display: none;
  line-height: 1.8em;
  color: #666666;
  padding-top: 10px;
  padding-bottom: 10px;
}

.accordion dd td p {
  padding-right: 60px;
}

.accordion dt.active {
  background-image: url(images/minus.png);
}

.accordion dt.over {}

@media only screen and (max-width: 800px) {
  .accordion dt {
    padding-right: 50px;
  }
}

/*------------------------------------------------------------
tab
--------------------------------------------------------------*/
.tab {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.tab li {
  color: #aaa;
  display: inline-block;
  margin: 0 15px;
  cursor: pointer;
  list-style: none;
  transition: .3s;
}

.tab li.active {
  position: relative;
  cursor: auto;
  color: #222;
}

.tab li.active::after {
  position: absolute;
  content: '';
  background: #0b0b60;
  width: 100%;
  height: 2px;
  bottom: -11px;
  left: 0;
}

.area .tabcont {
  display: none;
}

.area .tabcont ul:last-child {
  margin-bottom: 0;
}

.area .tabcont.show {
  display: block;
}

.wrap .tabarea {
  display: none;
}

.wrap .tabarea ul:last-child {
  margin-bottom: 0;
}

.wrap .tabarea.show {
  display: block;
}

@media only screen and (max-width: 800px) {
  .tab {
    text-align: center;
  }

  .tab li {
    margin: 0 5px;
  }
}

/*------------------------------------------------------------
faq_sec
--------------------------------------------------------------*/
.faq_sec dl {
  display: table;
  width: 100%;
}

.faq_sec dt,
.faq_sec dd {
  display: table-cell;
}

.faq_sec dt {
  width: 60px;
}

.faq_sec dt p {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  line-height: 35px;
}

.faq_sec dd {
  m
}

.faq_sec dd.ico {
  width: 153px;
}

/*------------------------------------------------------------
flow_arr
--------------------------------------------------------------*/
.flow_arr>li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  background: url("images/shared/flow_arr.png") no-repeat center bottom;
}

.flow_arr>li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}

/*------------------------------------------------------------
flow01_sec
--------------------------------------------------------------*/
.flow01_sec dl {
  display: table;
  width: 100%;
}

.flow01_sec dt,
.flow01_sec dd {
  display: table-cell;
  vertical-align: top;
}

.flow01_sec dt {
  width: 120px;
  padding-top: 2px;
}

.flow01_sec dt .font02 {
  width: 5em;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.flow01_sec dt .font02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ff9921;
}

.flow01_sec dd {}

.flow01_sec dd.ico {
  width: 153px;
}

/*------------------------------------------------------------
flow02_sec
--------------------------------------------------------------*/
.flow02_sec li {
  position: relative;
}

.flow02_sec li::after {
  position: absolute;
  content: url("images/ico_flow_arrow.png");
  top: 50%;
  right: 0;
  transform: translate(50%, -50%)
}

.flow02_sec li:last-child::after {
  content: none;
}

@media only screen and (max-width: 800px) {
  .flow02_sec li {
    margin-bottom: 50px;
  }

  .flow02_sec li::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 120%) rotate(90deg);
  }
}

/*------------------------------------------------------------
leaf_box
--------------------------------------------------------------*/
.leaf_box li {
  margin-bottom: 10px;
  line-height: 1.6;
  padding-left: 30px;
  position: relative;
}

.leaf_box li::before {
  position: absolute;
  content: url("images/ico_check.png");
  left: 0;
  top: 0.2em;
}

.leaf_box02 li {
  margin-bottom: 10px;
  line-height: 1.6;
  background: url("images/ico_check02.png") no-repeat left 0.7em;
  padding-left: 15px;
}

/*------------------------------------------------------------
list-modal
--------------------------------------------------------------*/
.list-modal li {
  cursor: pointer;
}

body.is-hidden {
  overflow: hidden;
}

.modal-contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.modal-container {
  background: #fff;
  padding: 50px;
  width: 900px;
  position: relative;
}

.modal-layout {
  display: flex;
}

.modal-layout .l-img {
  width: 350px;
  margin-right: 80px;
}

.modal-layout .l-desc {
  flex: 1;
  margin: -7px 0 0;
}

.modal-layout .l-ttl {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}

.modal-layout .l-txt {
  color: #6c757d;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.modal-layout .l-dl {
  display: flex;
  flex-wrap: wrap;
}

.modal-layout .l-dl dt {
  border-bottom: 1px dashed #ccc;
  font-weight: bold;
  padding: 5px 0;
  width: 25%;
}

.modal-layout .l-dl dd {
  border-bottom: 1px dashed #ccc;
  text-align: right;
  padding: 5px 0;
  width: 75%;
}

.modal-close {
  cursor: pointer;
  position: absolute;
  right: -70px;
  top: -70px;
  width: 50px;
  height: 50px;
  z-index: 10;
}

.modal-close::before,
.modal-close::after {
  background: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: .5s;
}

.modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-close:hover::before,
.modal-close:hover::after {
  background: rgba(255, 255, 255, 0.5);
}

.modal-overlay {
  display: none;
  cursor: pointer;
  background-color: #333;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: .8;
  cursor: pointer;
  z-index: 200;
}

.modal-overlay.is-on {
  opacity: .8;
}

@media only screen and (max-width: 800px) {
  .modal-contents {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .modal-container {
    overflow: auto;
    padding: 25px 5% 100px;
    height: 100%;
    max-width: 100%;
    width: 100%;
  }

  .modal-layout {
    display: block;
  }

  .modal-layout .l-img {
    width: 100%;
    margin: 0 0 30px;
  }

  .modal-layout .l-desc {
    margin: 0;
  }

  .modal-layout .l-ttl {
    font-size: 20px;
  }

  .modal-layout .l-dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
  }

  .modal-layout .l-dl dt {
    border-bottom: 1px dashed #ccc;
    font-weight: bold;
    width: 25%;
  }

  .modal-layout .l-dl dd {
    border-bottom: 1px dashed #ccc;
    width: 75%;
  }

  .modal-close {
    background: #333;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 10px;
    top: 10px;
  }

  .modal-close::before,
  .modal-close::after {
    width: 40%;
  }

  .modal-overlay {
    display: none;
  }
}

.floatbox::after {
  content: "";
  display: table;
  clear: both;
}

.floatbox .l-img {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
  max-width: 50%;
}

.flex_2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_3 li {
  margin: 0 5px;
}

@media only screen and (max-width: 800px) {
  .floatbox .l-img {
    float: none;
    margin: 0 auto 30px;
    max-width: none;
  }

  .flex_2 {
    display: block;
  }

  .flex_2 .item {
    margin-bottom: 15px;
  }
}

.anchor-btn {
  line-height: 1.2em;
  display: inline-block;
  margin-right: 10px;
  border-right: 1px #dcdbdc solid;
  padding-right: 10px;
}

.anchor-btn a {
  text-decoration: none !important;
}

.anchor-btn a:hover {
  text-decoration: underline !important;
}

@media only screen and (max-width: 800px) {
  .anchor-btn+.anchor-btn {
    padding-top: 10px;
  }
}
