@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  position: relative;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  background: #fff;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Yu Gothic, YuGothic, '游ゴシック', 'メイリオ', Meiryo, 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  color: #333;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 3.64583vw;
  }
}

@media screen and (max-width: 768px) {
  body.is-fixed {
    overflow: hidden;
  }
}

@media screen and (min-width: 769px),
print {
  p {
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  p {
    line-height: 1.7;
  }
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #755000;
}

a:hover img {
  opacity: .7;
}

a img {
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

small {
  font-size: 70%;
}

/* ------------------------------------------------------------
	header
 ------------------------------------------------------------ */
.lay-header {
  border-bottom: 4px #0C3388 solid;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  max-width: none;
  text-align: unset;
  padding: 0;
}

.lay-header_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .lay-header_container {
    height: 74px;
    max-width: 960px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-header_container {
    height: 66px;
    padding-left: 2.60417vw;
    padding-right: 2.60417vw;
  }
}

@media only screen and (min-width: 769px) {
  .lay-header_logo {
    width: 237px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-header_logo {
    width: 170px;
  }
}

.lay-header .lay-header_logo img {
  width: auto;
}

.lg_container .section_05 {
  padding-top: 78px;
}

@media only screen and (max-width: 768px) {
  .lg_container .section_05 {
    padding-top: 70px;
  }
}

.lay-header_task {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lay-header_speaker {
  display: none;
}

@media only screen and (max-width: 768px) {
  .lay-header_speaker {
    width: 40px;
  }
}

/* ------------------------------------------------------------
	footer
   ------------------------------------------------------------ */
#footer {
  width: 100%;
  background: #444444;
  text-decoration: none;
  padding-bottom: 20px;
  border-top: 2px solid #AF8E21;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
  margin-top: 80px;
}

#footerB {
  border-top: 4px solid #0C3387;
}

#footer .footerInner {
  width: 1080px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.footSitemap {
  float: left;
  width: 800px;
}

.footSitemap ul.footNav_box {
  clear: both;
  list-style-type: none;
  overflow: hidden;
}

.footSitemap ul.footNav_box_second {
  margin-top: 60px;
}

.footSitemap ul.footNav_box li {
  float: left;
  width: 200px;
}

.footSitemap ul.footNav_box li:nth-child(3) {
  float: left;
  width: 170px;
}

.footSitemap_ttl a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.footSitemap ul.footNav_box ul {
  list-style-type: none;
  margin-top: 30px;
}

.footSitemap ul.footNav_box ul li {
  background: url('https://www.hokuhokutt.co.jp/cmn/img/icn_footer.png') no-repeat left 5px;
  margin-bottom: 5px;
  padding-left: 15px;
}

.footSitemap ul.footNav_box ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
}

.footLink {
  float: right;
  width: 270px;
}

.footLink ul {
  list-style-type: none;
}

.footLink ul li {
  background: #fff;
  margin-bottom: 15px;
}

#footer #footerNav {
  width: 100%;
  border-top: 1px solid #fff;
  padding: 30px 0 20px 0;
  overflow: hidden;
}

#footer #footerNavIn {
  max-width: 1080px;
  margin: 0 auto;
}

#footer #footerNav ul {
  list-style-type: none;
  text-align: center;
}

#footer #footerNav li {
  padding-left: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#footer #footerNav li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

#footer #footerNav li a:hover {
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: underline;
}

#footer #footerNav li+li {
  border-left: 1px solid #fff;
  line-height: 1em;
}


#footer #footerCopyright {
  width: 100%;
  background: #fff;
  text-align: center;
  font-size: 12px;
  padding: 22px 0;
}

a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  opacity: 0.7;
}

:root * a img {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media screen and (max-width: 1080px) {
  #footer .footerInner {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footSitemap {
    width: 70%;
  }

  .footLink {
    width: 30%;
  }

  .footNav_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .footSitemap ul.footNav_box li {
    width: 50%;
    margin-bottom: 20px;
  }

  .footSitemap ul.footNav_box li:nth-child(3) {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    margin-top: 14vw;
  }

  .footSitemap {
    width: 100%;
    float: none;
  }

  .footNav_box {
    display: block;
  }

  .footSitemap ul.footNav_box li {
    float: none;
  }

  .footSitemap ul.footNav_box ul {
    margin-top: 0;
  }

  .footSitemap ul.footNav_box ul li {
    background: url('https://www.hokuhokutt.co.jp/cmn/img/icn_footer.png') no-repeat left 10px;
  }

  .footSitemap ul.footNav_box li {
    width: 100%;
  }

  .footSitemap ul.footNav_box li:nth-child(3) {
    width: 100%;
  }

  .footSitemap ul.footNav_box ul li a br {
    display: none;
  }

  .footSitemap ul.footNav_box ul li {
    margin-bottom: 0;
  }

  #footer .footerInner {
    padding: 6.51042vw;
  }

  .footLink {
    width: 100%;
  }

  .footLink ul li {
    text-align: center;
    padding: 1.51042vw 0;
  }

  .footSitemap ul.footNav_box_second {
    margin-top: 30px;
  }

  #footer #footerNavIn {
    width: 100%;
  }

  #footer #footerNav li {
    display: block;
    text-align: left;
    line-height: 1.5;
    padding-left: 6.51042vw;
    margin-right: 6.51042vw;
  }

  #footer #footerNav li+li {
    border-left: 0;
    line-height: 1.5;
  }

  #footer #footerCopyright {
    padding: 6.51042vw;
    text-align: left;
  }
}


/* --------------------------------------------------
 ベース上書き
-------------------------------------------------- */
body {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}

a {
  color: #0C3386;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.pc_only {
  display: block !important;
}

.sp_only {
  display: none !important;
}

img {
  max-width: 100%;
}

.step-list-title {
  border-bottom: 1px solid #ccc;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 30px 0 25px 0;
  position: relative;
}

.step-list-title::before {
  background: url(./../img/bg_h2.jpg) center center /cover no-repeat;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }

  .step-list-title {
    font-size: calc(36 / 768 * 100vw);
    margin-bottom: calc(20 / 768 * 100vw);
    padding: calc(46 / 768 * 100vw) 0 calc(40 / 768 * 100vw);
  }

  .step-list-title::before {
    /* height:80%; */
    /* width: calc(10/768 * 100vw); */
  }
}

.pagetop {
  font-size: 14px;
  margin-top: 30px;
  text-align: right;
}

.pagetop a {
  background: url(/img/common/icn_arrow_circle_bottom.gif) no-repeat 0 0.2em;
  color: #755000 !important;
  background-position: left;
  padding-left: 18px;
}

.pagetop:hover a {
  text-decoration: none;
}

.link-arrow {
  font-size: 14px;
  padding-left: 10px;
  position: relative;
}

.link-arrow::before,
.link-arrow::after {
  content: "";
  margin: auto;
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  left: 0;
}

.link-arrow:before {
  box-sizing: border-box;
  border: 6px solid transparent;
  border-left: 6px solid #755000;
  content: "";
  height: 6px;
  width: 6px;
}

.link-arrow:hover {
  text-decoration: none;
}

.arrow img {
  display: block;
  margin: auto;
}

p.arrow:after {
  border-color: #969696;
  border-style: solid;
  border-width: 20px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  content: "aaaa";
  content: "";
  display: block;
  margin: 30px auto 0;
  width: 0px;
}

@media only screen and (max-width: 767px) {
  .pagetop {
    margin-top: 0px;
  }

  .pagetop a {
    padding-left: calc(28 / 768 * 100vw);
    background-size: calc(22 / 768 * 100vw);
    font-size: calc(22 / 768 * 100vw);
  }
}

.method.inner section {
  margin-bottom: 100px;
}

.method .sec-head {
  padding-top: 74px;
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
  display: table;
  height: 170px;
  height: calc(218px + 74px);
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.method .sec-head.bg-type01 {
  background: url(./../img/sec-head_bg1.jpg) center center /cover no-repeat;
}

.method .sec-head.bg-type02 {
  background-image: url(./../img/sec-head_bg2.jpg) center center /cover no-repeat;
}

.method .sec-head h1,
.method .sec-head h2 {
  color: #FFF;
  display: table-cell;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.6;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .method.inner section {
    margin-bottom: calc(100 / 768 * 100vw);
  }

  .method .sec-head {
    padding-top: 66px;
    background-size: cover;
    box-shadow: none;
    height: auto;
    margin-bottom: calc(60 / 768 * 100vw);
    text-align: left;
  }

  .method .sec-head.bg-type01 {
    background-image: url(./../img/sec-head_bg1.jpg);
  }

  .method .sec-head.bg-type02 {
    background-image: url(/img/service/method/sec-head_bg2_sp.png);
    background-position: top;
  }

  .method .sec-head h1,
  .method .sec-head h2 {
    font-size: calc(36 / 768 * 100vw);
    padding: calc(50 / 768 * 100vw) calc(40 / 768 * 100vw);
    text-align: center;
  }
}

.sec-inner {
  margin: auto;
  max-width: 1000px;
  padding: 0 30px;
}

.sec-inner p {
  font-size: 16px;
  line-height: 1.8;
}

.sec-inner .note {
  font-size: 13px;
  margin-left: 16px;
  position: relative;
}

.sec-inner .note span {
  left: -16px;
  position: absolute;
}

.sec-inner .note2 {
  font-size: 13px;
  margin-left: 32px;
  position: relative;
}

.sec-inner .note2 span {
  left: -32px;
  position: absolute;
}

.sec-inner .note.fs16 {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .sec-inner p {
    font-size: calc(30 / 768 * 100vw);
    margin-bottom: calc(20 / 768 * 100vw);
  }

  .sec-inner .note {
    font-size: calc(30 / 768 * 100vw);
    line-height: 1.6;
    margin-left: calc(40 / 768 * 100vw);
    margin-bottom: calc(40 / 768 * 100vw);
    position: relative;
  }

  .sec-inner .note span {
    position: absolute;
    left: calc(-40 / 768 * 100vw);
  }

  .sec-inner .note2 {
    width: 90%;
    font-size: calc(30 / 768 * 100vw);
    line-height: 1.6;
    margin-left: calc(60 / 768 * 100vw);
    margin-bottom: calc(60 / 768 * 100vw);
    position: relative;
  }

  .sec-inner .note2 span {
    position: absolute;
    left: calc(-60 / 768 * 100vw);
  }
}

.box-wrapp {
  position: relative;
}

.box-wrapp h4 {
  position: relative;
  background: #0D3388;
  color: #FFF;
  display: block;
  font-weight: 700;
  line-height: 1.6;
  margin: auto;
  padding: 15px;
  text-align: center;
  width: 25%;
  left: 0;
  right: 0;
  z-index: 2;
}

.box-wrapp p b {
  font-weight: 700;
}

.box-wrapp .box-inner {
  background: #F5F5F5;
  position: relative;
  top: -28px;
  margin-bottom: 20px;
  padding: 60px 40px 40px;
}

.box-inner.arrow:after {
  border-color: #969696;
  border-style: solid;
  border-width: 20px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  content: "";
  display: block;
  margin: 40px auto;
  position: absolute;
  width: 0px;
  left: 0;
  right: 0;
}

.arrow-02 {
  background: #F5F5F5;
  position: relative;
}

.arrow-02 span {
  display: block;
  border-top: #DDDDDD solid 1px;
  margin-inline: 40px;
}

.arrow-02 span:after {
  border-color: #969696;
  border-style: solid;
  border-width: 20px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  content: "";
  display: block;
  padding-bottom: 10px;
  margin: 0 auto;
  width: 0px;
  top: 0;
  left: 0;
  right: 0;
}

.box-inner p {
  margin-bottom: 10px;
}

.box-inner p img {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .box-wrapp {
    margin-top: 6vw;
  }

  .box-wrapp h4 {
    font-size: calc(28 / 768 * 100vw);
    padding: calc(24 / 768 * 100vw);
    width: 50%;
  }

  .box-wrapp .box-inner {
    padding: calc(80 / 768 * 100vw) calc(50 / 768 * 100vw) calc(30 / 768 * 100vw);
  }

  .box-wrapp.arrow:after {
    border-width: calc(40 / 768 * 100vw);
    width: 0px;
    left: 0;
    right: 0;
  }

  .box-inner.arrow:after {
    border-width: calc(30 / 768 * 100vw);
    display: block;
    margin: calc(30 / 768 * 100vw) auto 0;
    position: absolute;
    width: 0px;
    left: 0;
    right: 0;
  }

  .box-wrapp .box-inner {
    background: #F5F5F5;
    position: relative;
    top: -calc(40 / 768 * 100vw);
    z-index: 1;
    margin-bottom: calc(40 / 768 * 100vw);
  }

  .box-inner p {
    margin-bottm: 1vw;
  }
}

.Annotation-2colmn {
  display: flex;
}

.Annotation-2colmn-l {
  width: 280px;
}

.Annotation-2colmn-r {
  width: 600px;
}

.Annotation-2colmn img {
  margin: 0 auto
}

@media only screen and (max-width: 767px) {
  .Annotation-2colmn {
    display: block;
  }

  .Annotation-2colmn-l {
    width: calc(707 / 768 * 100vw);
  }

  .Annotation-2colmn-r {
    width: calc(707 / 768 * 100vw);
  }
}

.box-2colmn-wrapp {
  display: flex;
}

.box-2colmn-wrapp .box-2col {
  width: 48%;
}

.box-2colmn-wrapp .box-2col img {
  box-shadow: none;
}

.box-single-wrapp .box-inner {
  background: #FFF;
  border: 1px solid #707070;
  border-top: none;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
  padding: 30px 20px;
}

.box-single-wrapp .box-inner .btn_graybg {
  width: 70%;
}

.box-2colmn-wrapp .box-inner p,
.box-single-wrapp .box-inner p {
  font-size: 14px;
}

.box-single-wrapp .box-inner img {
  box-shadow: none;
  margin-bottom: 10px;
}

.box-2colmn-wrapp .box-2col .box-inner {
  background: #FFF;
  border: 1px solid #C62A1C;
  margin-bottom: 0;
  min-height: 480px;
  padding: 50px 20px 20px;
  text-align: center;
}

.box-2colmn-wrapp .box-2col .box-inner p {
  text-align: left;
}

.box-2colmn-wrapp .box-2col .box-inner img {
  margin-top: 20px;
  width: 100%;
}

.box-2colmn-wrapp .box-2col+.box-2col {
  margin-left: 40px
}

.box-single-wrapp h5,
.box-2colmn-wrapp h5 {
  background: #AB8917;
  /* background:#D90000; */
  color: white;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0px;
  padding: 10px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.box-2colmn-wrapp h5.balloon:after {
  content: "";
  position: absolute;
  display: block;
  border-color: #AB8917;
  /* border-color: #D90000; */
  border-style: solid;
  border-width: 20px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  margin: auto;
  width: 0px;
  left: 0;
  right: 0;
}

.box-2colmn-wrapp h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
  padding-left: 12px;
  position: relative;
}

.box-2colmn-wrapp h6:before {
  content: "";
  position: absolute;
  background: red;
  height: 8px;
  width: 8px;
  left: 4px;
  top: 7px;
}

.box-2colmn-wrapp.line-glay .box-2col {
  border: 1px solid #E6E6E6;
  font-size: 14px;
  padding: 30px;
  margin: 30px auto 100px;
}

.box-txt_center {
  margin: 0px auto 50px;
  text-align: center;
}

@media only screen and (max-width: 767px) {

  .box-wrapp p,
  .box-2colmn-wrapp p {
    padding: 0;
  }

  .box-2colmn-wrapp {
    display: block;
  }

  .box-2colmn-wrapp .box-2col {
    width: 100%;
  }

  .box-2colmn-wrapp .box-2col .box-inner {
    margin-bottom: calc(20 / 768 * 100vw);
    min-height: 0;
    padding: calc(50 / 768 * 100vw);
    padding-top: calc(100 / 768 * 100vw);
  }

  .box-2colmn-wrapp .box-2col .box-inner img {
    margin-top: calc(50 / 768 * 100vw);
  }

  .box-2colmn-wrapp .box-2col+.box-2col {
    margin-left: 0;
  }

  .box-txt_center {
    margin: font-size: calc(32 / 768 * 100vw);
  }
}

.content-end {
  margin-top: 50px;
}

.content-end p {
  border-top: 1px solid #E6E6E6;
  font-size: 18px;
  font-weight: 700;
  padding-top: 50px;
  text-align: center;
}

.content-end p span {
  color: #AB8917;
  /* color:#D90000; */
}

@media only screen and (max-width: 767px) {
  .content-end {
    border-top: 1px solid #E6E6E6;
    margin-top: calc(50 / 768 * 100vw);
  }

  .content-end p {
    border-top: none;
    font-size: calc(30 / 768 * 100vw);
    padding-top: calc(50 / 768 * 100vw);
    text-align: left;
    width: 100%;
  }
}

/* アコーディオン
---------------------------------------- */
.accordion-area {
  list-style: none;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.accordion-wrapp {
  padding-bottom: 20px;
}

.accordion-title:before {
  background: url(./../img/bg_h3.jpg) center center /cover no-repeat;
  content: "";
  height: 100%;
  left: 0;
  width: 7px;
  height: 45px;
  top: 50%;
  position: absolute;
  z-index: 5;
  transform: translateY(-50%);
}

@media only screen and (max-width: 780px) {
  .accordion-title:before {}
}

.accordion-title {
  position: relative;
  cursor: pointer;
  line-height: 1.4;
  padding: 30px 75px 30px 170px;
  transition: all .5s ease;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
}

.accordion-title span {
  position: absolute;
  color: #D90000;
  color: #AB8917;
  left: 30px;
  max-width: 120px;
}

.accordion-wrapp .box {
  display: none;
}

.box .box-inner .box-txt {
  background: #f3f3f3;
  margin: 20px auto 50px;
  padding: 30px 40px;
}

.ico-pdf {
  position: relative;
  z-index: 5;
}

.ico-pdf:after {
  content: "";
  position: absolute;
  background-image: url("/img/common/icn_pdf.png");
  top: 1px;
  right: -24px;
  height: 18px;
  width: 18px;
}

@media only screen and (max-width: 767px) {
  .accordion-title {
    position: relative;
    cursor: pointer;
    font-size: calc(32 / 768 * 100vw);
    font-weight: 700;
    line-height: 1.6;
    margin-left: 0px;
    padding: calc(20 / 768 * 100vw) calc(80 / 768 * 100vw) calc(20 / 768 * 100vw) calc(40 / 768 * 100vw);
    width: 100%;
  }

  .accordion-title span {
    display: block;
    position: static;
    width: 100%;
    padding: 0 0 calc(20 / 768 * 100vw);
    max-width: 100%;
  }

  .box .box-inner .box-txt {
    font-size: calc(28 / 768 * 100vw);
    margin: calc(20 / 768 * 100vw) auto calc(58 / 768 * 100vw);
    padding: calc(40 / 768 * 100vw);
    padding-right: calc(40 / 768 * 100vw);
  }

  .accordion-title .togglebtn {
    /* right: calc(20 / 768 * 100vw); */
    /* width: calc(50 / 768 * 100vw); */
    /* height: calc(50 / 768 * 100vw); */
  }

  .ico-pdf {
    font-size: calc(26 / 768 * 100vw);
  }

  .ico-pdf:after {
    content: "";
    position: absolute;
    background-image: url("/sp/img/top/icn_top_14.png");
    background-size: cover;
    top: 50%;
    margin-top: -10px;
    right: -7vw;
    height: calc(45 / 768 * 100vw);
    width: calc(40 / 768 * 100vw);
  }
}



/* 追加部分
-------------------------------------------------- */

.btn_graybg {
  color: black;
  display: inline-block;
  background: #F5F5F5;
  border: 1px solid #E6E6E6;
  border-radius: 0;
  position: relative;
  padding: 12px 40px;
  transition: all .2s ease;
  text-decoration: none;
}

.btn_graybg span {
  position: relative;
  display: block;
}

.btn_graybg:hover {
  opacity: .4;
}

.btn_graybg span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.btn_graybg span:before {
  left: -18px;
  box-sizing: border-box;
  height: 3px;
  border: 4px solid transparent;
  border-left: 9px solid #d90000;
  border-left: 9px solid #AB8917;
}

.box-2col .btn_graybg {
  text-align: center;
  margin: auto !important;
}

.renkei-wrapp img {
  width: 700px;
  display: block;
  margin: 70px auto 30px;
  text-align: center;
}

.renkei-wrapp a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.w-620 {
  width: 620px;
  margin: auto;
}

.w-620 b {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.w-620 .box-2colmn-wrapp .box-2col .box-inner {
  border: 1px solid #707070;
  border-top: none;
  text-align: center;
  padding: 10px 0 30px;
  min-height: 0;
}

.w-620 .box-2colmn-wrapp .box-2col .box-inner p {
  text-align: center;
}

.w-620 .box-2colmn-wrapp .box-2col .box-inner img {
  max-width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  height: auto;
  width: auto;
}

.w-620 .box-2colmn-wrapp .box-2col+.box-2col {
  margin-left: 20px;
}

.w-620 .box-2colmn-wrapp.arrow {
  position: relative;
  margin-bottom: 80px;

}

.w-620 .box-2colmn-wrapp.arrow:after {
  border-color: #969696;
  border-style: solid;
  border-width: 20px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  content: "";
  display: block;
  margin: 0px auto;
  position: absolute;
  width: 0;
  left: 0;
  right: 0;
  bottom: -70px;
}

.box-inner.flex-2 {
  display: flex;
  flex-direction: row-reverse;
}

.box-inner.flex-2 img {
  max-width: 100%;
  width: 340px !important;
  box-shadow: none;
}

.box-inner.flex-2 .note {
  margin-left: 15px;
}

.box-inner.flex-2 p:first-child {
  margin-left: 40px;
  width: 450px;

}

.box-inner.flex-2 div {
  margin-left: 43px;
  position: relative;
  width: 52%;
}

.box-inner.flex-2 div p:first-child {
  margin-left: 0px !important;
  width: 100%;
}

.box-inner.flex-2.arrow:after {
  border-color: #969696;
  border-style: solid;
  border-width: 20px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  content: "";
  display: block;
  margin: 40px auto 0;
  position: absolute;
  width: 0px;
  left: 0;
  right: 0;
  bottom: -40px;
}

@media only screen and (max-width: 767px) {
  .btn_graybg {
    line-height: 1.4;
  }

  .w-620 {
    width: 100%;
    margin: auto;
  }

  .w-620 b {
    font-size: calc(28 / 768 * 100vw);
    font-weight: 700;
    margin-bottom: calc(20 / 768 * 100vw);
  }

  .w-620 .box-2colmn-wrapp .box-2col+.box-2col {
    margin-left: 0;
    margin-top: calc(30 / 768 * 100vw);
  }

  .w-620 .box-2colmn-wrapp .box-2col .box-inner a {
    width: 80%;
  }

  .box-2colmn-wrapp.line-glay {
    margin: calc(100 / 768 * 100vw) 0 calc(100 / 768 * 100vw) 0;
  }

  .box-2colmn-wrapp.line-glay .box-2col {
    margin: 0 0 calc(30 / 768 * 100vw) 0;
  }

  .box-inner.flex-2 {
    display: block;
  }

  .box-inner.flex-2 img {
    width: 100% !important;
    margin-top: calc(20 / 768 * 100vw);
    margin-right: 0px;
  }

  .box-inner.flex-2 div,
  .box-inner.flex-2 p:first-child {
    margin-left: 0px;
    width: 100%;
  }

  .box-2colmn-wrapp .box-inner .btn_graybg {
    width: 100%;
  }

  .box-single-wrapp .box-inner .btn_graybg {
    width: 100%;
  }

  .renkei-wrapp img {
    width: 80%;
    display: block;
    margin: calc(70 / 768 * 100vw);
    auto calc(30 / 768 * 100vw);
    text-align: center;
  }

  .zoomup {
    color: #969696;
    font-size: calc(50 / 768 * 100vw);
    font-weight: 700;
    position: relative;
  }

  .zoomup:after {
    content: "";
    height: calc(80 / 768 * 100vw);
    width: calc(80 / 768 * 100vw);
    background: red;
    position: absolute;
    top: calc(-20 / 768 * 100vw);
    right: calc(100 / 768 * 100vw);
    z-index: 1;
  }

  .zoomup:before {
    content: "＋";
    color: white;
    font-size: calc(80 / 768 * 100vw);
    position: absolute;
    top: calc(-18 / 768 * 100vw);
    right: calc(101 / 768 * 100vw);
    z-index: 5;
  }
}

/* LightBox
-------------------------------------------------------------------------------- */
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  overflow: hidden;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 90% !important;
  margin: 0 auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  overflow-x: scroll;
  margin: 0 5%;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

lb-container {}

.lb-container img {
  width: 220% !important;
  height: auto !important;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
  width: 100%;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  min-width: 110px;
  height: 30px;
  background: url(/img/service/method/close.png) top right no-repeat;
  position: absolute;
  bottom: 0;
  left: calc(270 / 768 * 100vw);
  outline: none;
  top: calc(850 / 768 * 100vw);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.passkey {
  line-height: 1.8;
}

.is-text_red {
  color: #D90000;
  font-weight: 700;
}

.passkey-links {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(2, 1fr);
  column-gap: 28px;
  row-gap: 15px;
  background-color: #F1EBDC;
  padding: 20px 25px;
}

.passkey-link {
  padding-left: 22px;
  background: url(./../img/icn_arrow_square_bottom.jpg) no-repeat 0 0.5em;
}

.passkey-link a {
  color: #755000;
}

.accordion-title.passkey-title {
  padding: 24px;
}

.accordion-title.passkey-title:has(.togglebtn) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-title.passkey-title.open {
  cursor: auto;
}

.passkey-box .box-wrapp .box-inner {
  top: 0;
}

.passkey-box .box-wrapp .box-inner img {
  display: inline-block;
  object-fit: contain;
}

.passkey-box .box-inner {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
}

.passkey-box .box-inner.arrow {
  content: "";
  display: block;
  width: 100%;
}

.passkey-box-lists ol li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.merit-titles {
  display: flex;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  font-weight: 700;
}

.merit-label {
  width: 160px;
  background-color: #0D3388;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 15px;
  flex-shrink: 0;
}

.merit-title {
  padding: 15px 30px;
  flex-grow: 1;
}

.merit-list {
  padding-left: 1.5em;
  position: relative;
}

.merit-list::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #AB8917;
  position: absolute;
  top: 5px;
  left: 0;
}

@media only screen and (max-width: 400px) {
  .merit-list::before {
  top: calc(3 / 390 * 100vw);
}
}

.attention-lists li {
  padding-left: 1em;
}

.attention-lists li .list-decoration-none {
  padding-left: 0em;
}

.accordion-wrapp .box .is-end {
  color: #0D3388;
  font-weight: 700;
  border: 1px solid #0D3388;
  padding-block: 15px;
  text-align: center;
}

.accordion-title.passkey-title:has(.togglebtn):hover {
  opacity: 0.75;
}

@media only screen and (max-width: 1023px) {
  .passkey-box .box-inner {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .merit-titles {
    font-size: calc(32 / 768 * 100vw);
  }

  .merit-label {
    width: calc(200 / 768 * 100vw);
  }

  .merit-title {
    padding: calc(10 / 768 * 100vw) calc(20 / 768 * 100vw);
    align-self: center;
  }

  .merit-list {
    font-size: calc(30 / 768 * 100vw);
  }

  .passkey {
    line-height: 1.6;
  }

  .passkey-links {
    grid-template-columns: repeat(1, auto);
    grid-template-rows: auto;
  }

  .passkey-box .box-inner {
    flex-direction: column;
    gap: calc(30 / 640 * 100vw);
  }

  .accordion-title.passkey-title:has(.togglebtn) {}
}

.passkey-figure-wrap {
  display: flex;
  justify-content: space-around;
}

.passkey-figcaption {
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .passkey-figure-wrap {
    flex-direction: column;
    gap: 20px;
  }

  .passkey-figcaption {
    padding-bottom: 4px;
  }
}

/* li　リスト
--------------------------------------------------------------- */

ul.list li {
  position: relative;
  list-style: none;
}

ul.list li::before {
  display: block;
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  background-color: #0C3388;
  transform: translateY(-1px);
}

@media only screen and (min-width: 390px) and (max-width: 767px) {
  ul.list li::before {
    top: calc(9 / 390 * 100vw);
  }
}

@media only screen and (max-width: 389px) {
  ul.list li::before {
    top: calc(8 / 390 * 100vw);
  }
}

ul.list li ul li::before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #0C3388;
}

.list-decoration-none::before {
  display: none !important;
}

.accordion-title .togglebtn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 140px;
  height: fit-content;
}

.accordion-title .togglebtn:after {
  background-color: #4f8acd;
  border-radius: 5px;
  content: "開く";
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  height: calc(2em);
  width: 70px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 15px;
  top: calc((100% - 2em) / 2);
}

.close.accordion-title .togglebtn:after {
  content: "閉じる";
}

/* ----------　TOPへ戻るボタン　---------- */
#page-top {
  position: fixed;
  bottom: 4px;
  right: 15px;
  z-index: 999;
  transition: .3s;
  margin-bottom: 16px;
}

#page-top a {
  background: url(./../img/btn_pagetop.png) no-repeat left top;
  text-decoration: none;
  color: #fff;
  width: 62px;
  height: 62px;
  text-align: center;
  display: block;
}

#page-top a:hover {
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  opacity: 0.7;
}

/* お問い合わせ
--------------------------------------------------------------- */

.contact_wrap {
  margin-inline: 30px;
}
.contact {
  max-width: 940px;
  margin: 0 auto;
}

.contact p {
  margin-bottom: 10px;
}

.contact_panel {
  clear: both;
  width: 100%;
  background: #FBF8F0;
  padding: 30px 35px;
}

.contact_ttl {
  font-size: 20px;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 10px;
}

.contact_tel {
  margin-bottom: 0;
}

.contact_tel span.tel {
  display: table-cell;
  font-size: 20px;
  vertical-align: middle;
}

.contact_tel span.number {
  display: table-cell;
  font-size: 30px;
  color: #990000;
}

@media screen and (max-width: 767px) {
  .contact_tel span.number{
    font-size: 26px;
    color: #990000 !important;
  }
  .contact_sub-ttl {
    font-size: 14px;
  }
}