
@charset "UTF-8";
/* CSS Document */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

reset

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* --HTML-- */
html {
  background: #fff;
  color: #333;
  overflow-y: scroll; }

/* --BODY-- */
body {
  margin: 0;
  padding: 0; }

/* --OTHER TAGS-- */
a img, img {
  border: 0;
  vertical-align: bottom; }

a.linkExternal {
    background: url(/media_library/lp/asp1000r/images/icon_link_external.gif) no-repeat scroll 0 center transparent;
    padding: 3px 0 3px 13px;
    word-break: break-all;
    word-wrap: break-word !important;
    margin: 0 2px;
}
blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul, menu, nav, figure {
  margin: 0;
  padding: 0; }

abbr, acronym {
  border: 0; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

caption, th {
  text-align: left; }

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%; }

/* for IE7 */
* + html code, kbd, pre, samp, tt {
  font-size: 108%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold; }

ol, ul, menu, nav {
  list-style: none; }

header, footer, main, menu, nav, figure, figcaption {
  display: block; }

q:before, q:after {
  content: ''; }

/* form */
button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

basic

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html {
  font-size: 62.5%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 10px;
  font-size: 1.0rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-weight: 500;
  color: #333;
  line-height: 1.8; }

* html input {
  padding: 2px; }

/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clear {
  clear: both; }

img {
  max-width: 100%;
  width: auto;
  /* IE8のみ */
  height: auto;
  vertical-align: bottom; }

/* footer {
  padding-bottom: 90px; } */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

style

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* margin-top */
.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }


/* padding-top */
.pt0 {
  padding-top: 0px !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

/* margin-right */
.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr40 {
  margin-right: 40px !important; }

/* padding-right */
.pr0 {
  padding-right: 0px !important; }

.pr5 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px !important; }

/* margin-bottom */
.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

/* padding-bottom */
.pb00 {
  padding-bottom: 0px !important; }

.pb05 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

/* margin-left */
.ml00 {
  margin-left: 0px !important; }

.ml05 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml11 {
  margin-left: 11px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml80 {
  margin-left: 80px !important; }

.ml1em {
  margin-left: 1em !important; }

.ml2em {
  margin-left: 2em !important; }

/* padding-left */
.pl00 {
  padding-left: 0px !important; }

.pl05 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

/* float */
.fL {
  float: left !important; }

.fR {
  float: right !important; }

/* text-align */
.alignR {
  text-align: right !important; }

.alignL {
  text-align: left !important; }

.alignC {
  text-align: center !important; }

/* indent */
.textIndent1 {
  text-indent: -1em;
  margin-left: 1em; }

/* font-weight */
.fwBold {
  font-weight: bold !important; }

.fwNormal {
  font-weight: normal !important; }

.txtRed {
  color: #d7021b !important; }

.style-dec {
  list-style-type: decimal; }

.style-disc {
  list-style-type: none; }

.style-disc > li::before {
  content: '・'; }

.style-img-disc {
  list-style-type: none; }

.style-img-checkBox {
  list-style-type: none; }

.style-circle {
  counter-reset: number;
  /* 名前を付けたカウンターをリセット */
  list-style: none;
  /* olが数字を付けることをキャンセル */
  margin: 0;
  padding: 0; }

.style-circle > li {
  line-height: 2em;
  margin-bottom: 0.4em;
  font-size: 120%; }

.style-circle > li:before {
  counter-increment: number;
  content: counter(number);
  background: #079ad3;
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin-right: .3em;
  font-weight: bold; }

.style-small-circle {
  counter-reset: number;
  /* 名前を付けたカウンターをリセット */
  list-style: none;
  /* olが数字を付けることをキャンセル */
  margin: 0;
  padding: 0; }

.style-small-circle > li {
  line-height: 1.3; }

.style-small-circle > li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  border-radius: 50%;
  color: #333;
  margin-right: .3em;
  border: 1px solid #333;
  font-size: 90%; }

.bggray {
  background: #f8f8f8; }

.bgblue {
  background: #ddeef4; }

.btn-orange {
  background: #eb7000;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
  transition: all 0.18s ease 0s;
  position: relative;
  padding: 15px 40px;
  font-size: 1.4rem; }

.btn-orange:hover {
  background: #f99e34;
  color: #fff; }

.btn-orange:hover::after {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%); }

.hukidashi-orange {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #eb7000;
  font-size: 90%;
  font-weight: bold;
  border-radius: 10px;
  border: 1px solid #eb7000; }

.hukidashi-orange::before {
  content: "";
  position: absolute;
  left: 15%;
  bottom: -14px;
  border: 12px solid transparent;
  border-width: 0 0 0 15px;
  border-top: 14px solid #fff;
  z-index: 2; }

.hukidashi-orange::after {
  content: "";
  position: absolute;
  left: 15%;
  bottom: -16px;
  border: 12px solid transparent;
  border-width: 0px 0 0 16px;
  border-top: 15px solid #eb7000; }

.linkIcon {
  font-size: 90%; }

.linkIcon:hover {
  text-decoration: underline;
  color: #f99e34; }

.attention {
  font-size: 90%;
  color: red;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

common

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#top_control {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333;
  height: 90px;
  z-index: 1000; }

#top_control .pagetop {
  display: block;
  width: 90px; }

#top_control .inner {
  width: 950px;
  margin: auto;
  height: 100%; }

.topcontrol-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  font-size: 1.3rem;
  line-height: 1.2; }
  .topcontrol-box > a {
    display: block; }
.topcontrol__item {
  background: #555;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  height: 80px;
  width: 270px;
  margin: 0 15px 0 0;
  padding: 5px;
  box-sizing: border-box; }
  .topcontrol__item-img {
    margin: 0 5px 0 0; }
  .topcontrol__item-download {
    margin: 0 5px 0 0; }

.item-txt__title {
  color: #fff;
  background: #888;
  font-size: 1.2rem;
  padding: 3px 4px;
  margin: 0 0 3px 0; }
  .item-txt__title.request {
    margin-bottom: 5px; }

/*画像のフェードイン*/
.fadein {
  opacity: 0;
  transform: translate(0, 90px);
  transition: all 500ms; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.container {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 80px 0 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #079ad3; }

a:hover {
  color: #079ad3; }

.pcnone {
  display: none !important; }

.spnone {
  display: block !important; }

.pcnone_767{
  display: none !important; }


.spnone_767{
  display: block !important; }


h2 {
  font-size: 2.8rem;
  padding: 25px;
  text-align: center;
  font-weight: normal;
  line-height: 1.3; }
  h2 span {
    font-size: 2.2rem; }

h3 {
  font-size: 2.2rem;
  color: #2375B1;
  margin: 25px 0 20px;
}

h3.alignC {
  border: 0; }

strong {
  font-size: 105%; }

ol {
  padding-left: 1.5em; }

hr {
  border: 0;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

headder

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.siteHeader {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #fff;
}
.siteHeader.scrollin{
  box-shadow: 0 2px 4px 0 rgba(99, 114, 130, 0.1);
}
.siteHeader-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px; }
.siteHeader__time {
  border: 1px solid #888;
  padding: 2px 8px 0; }
.siteHeader__time p {
  font-size: 12px; }
.siteHeader__tel {
  margin-top: 5px; }
.siteHeader__tel p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap; }
.siteHeader__tel p a{
  /*iPhone対応*/
  color:#333;
  text-decoration:none;}
.siteHeader__etaxtokureitel {
  text-align: right;
  line-height: 1.4;
}
.siteHeader__etaxtokureitel2 {
  text-align: right;
  line-height: 1.4;
  height: 100%;
}
.siteHeader__etaxtokureitel p {
  font-size: 1.3rem;
}
.siteHeader__etaxtokureitel p.no {
  font-size: 1.8rem;
  color: #2375B1;
}

.siteHeader__cv {
  height: 100%;
  display: flex;
  align-items: center;
}
.siteHeader__cv-btn {
  color: #079ad3;
  font-weight: bold;
  padding: 0 35px 0 20px;
  font-size: 1.4rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px #DEDEDE solid;
  background: #fafbfc url(/media_library/consolidate/lp/etaxtokurei/images/arrow_blue_right.svg) 95% center no-repeat;
  background-size: 7px 10px;
  transition: all .4s;
  width: 85px;
}
.siteHeader__cv--web {
  border-left: 1px #DEDEDE solid;

}
.siteHeader__cv--inquery {

}
.siteHeader__cv--web:hover {
  background-color: #d0e8f5;
  color: #079ad3;
}
.siteHeader__cv--inquery:hover {
  background-color: #d0e8f5;
  color: #079ad3;
}
.siteHeader__inner {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1360px;
  height: 80px;
  margin: 0 auto;
  padding: 0 0 0 10px;}

.siteHeader__title {
  line-height: 1.4;
  /* width: 420px; */
}

@media screen and (max-width: 767px) {
  .siteHeader__title > a {
    display: inline-block;
    width: 25vw;
  }
  .siteHeader__title > a img {
    max-width: 100%;
  }
  .siteHeader__inner2 {}
  .siteHeader__inner2 .siteHeader__title {
    max-width: 55%;
  }
  .siteHeader__cv--web,
  .siteHeader__cv--inquery {
    padding: 0 2vw;
    background-image: none;
    font-size: 3vw;
  }
}

.siteHeader__cta {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 80px; }

.cta__item {
  width: 200px;
  margin: 0 10px 0 0; }

.cta__item:last-child {
  margin: 0; }

.cta__btn {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  line-height: 1.5;
  border-radius: 6px;
  transition: all 0.18s ease 0s;
  position: relative; }

.cta__btn:hover::after {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%); }

.cta__btn--isOrange {
  background: #eb7000; }

.cta__btn--isOrange:hover {
  background: #f99e34;
  color: #fff; }

.cta__btn--isBlue {
  background: #079ad3; }

.cta__btn--isBlue:hover {
  background: #3ac2f7;
  color: #fff; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

main visual

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mv_left, .mv_right {
  width: 50%; }

.mv_left h1 {
  padding: 8% 2%;
  text-align: right; }

.mv_right {
  padding: 2%; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
メインビジュアルセミナー用
*/
.mv_right-box {
  padding: 8% 5%; }

.mv_right-seminar {
  position: relative;
  width: 506px;
  text-align: left; }

.seminer_btn-box {
  position: absolute;
  bottom: 13px;
  left: 36px; }

.seminer_btn-box a:hover {
  opacity: 0.6; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.youtube-container iframe {
  width: 604px;
  height: 340px; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

nav

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* .nav {
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  margin-bottom: 4%;
}

.nav__list {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap; }

.nav__list-title {
  background: #FFF;
  padding: 1vw 5vw;
  border-left: 5px solid #0c73b5;
  border-bottom: 1px dotted #FFF;
  font-size: 1.4rem;
  letter-spacing: normal;
}
.nav__list-item {
  width: 195px;
  height: 85px;
  background-size: 1px 38px;
  text-align: center;
  line-height: 1.4; }

.nav__list-item:last-child {
  background: none; }

.nav__link {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
  background-size: 5px 8px;
  letter-spacing: normal;
}
.nav__link:hover {
  background-color: #d0e8f5; } */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

section

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
section {
  padding: 0 0 0 0; }
section.mv {
  padding-bottom: 30px; }
section.rank {
  padding-top: 50px; }

section > li {
  margin-bottom: 15px; }

section > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

section > li > li {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 0;
  text-indent: -1em;
  margin-left: 1em; }

.section__headder--blue {
  background-position: 50% 100%;
  padding-bottom: 22px;
  margin-bottom: 40px; }

.section__headder--blue h2 {
  background-color: #079ad3;
  color: #fff; }

.section__headder--light-blue {
  background-position: 50% 100%;
  padding-bottom: 22px;
  margin-bottom: 40px; }

.section__headder--light-blue h2 {
  border-top: 2px solid #045777;
  background-color: #c1ecfd;
  color: #045777; }

.section__inner {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;

  font-weight: normal;
  padding-bottom: 60px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

各section

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.inner__text-box {
  padding: 20px;
  overflow: hidden; }

.inner__text-box--white {
  padding: 10px 20px 40px 35px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  }

.inner__text-box--white-freeIcon {
  position: absolute;
  top: -5px;
  right: 100px;
  display: block; }

.inner__text-box--white-freeText {
  display: none;
  font-size: 80%; }

.intro-box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 0 0 90px 0; }
.intro-box:last-child{
    padding: 0 0 30px 0;
}
.intro__num {
  padding: 0 20px 0 0; }
  .intro__num p {
    font-size: 3rem;
    line-height: 1; }
.intro__detail-box {
  display: flex;
  flex-direction: column; 
  flex: 1;
}
  .intro__detail-box > p {
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: bold; }

.detail__txt {
  display: flex;
  background: #eee;
  margin-top: 70px;
  padding: 25px 35px;
  position: relative; }
  .detail__txt.photoL {
    margin-top: 100px; }
  .detail__txt-box {
    margin-left: 255px; }
  .detail__txt img {
    position: absolute;
    left: 20px;
    bottom: 20px; }
  .detail__txt>a:hover{
     opacity: 0.7;
  }
  .detail__txt-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 10px 0;
    flex-wrap: wrap; }
  .detail__txt-name {
    font-weight: bold;
    margin: 0 15px 0 0;
    font-size: 1.8rem; }
  .detail__txt-name a{
    color:#333;
}
  .detail__txt-name a:hover{
  text-decoration: underline;
}    
  .detail__txt-cateBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
  .detail__txt-category {
    background: #079ad3;
    color: #fff;
    padding: 3px 10px;
    margin: 0 15px 0 0;
    font-size: 1.2rem; }
  .detail__txt-voice {
    line-height: 1.5; }

.webcolumn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 80px; }

.webcolumn__text {
  margin-right: 30px; }

.webcolumn__text a {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  padding-top: 10px; }

.webcolumn__text-header {
  font-weight: bold;
  position: relative;
  padding-left: 25px; }

.webcolumn__text-box {
  padding-left: 25px; }

.webcolumn__text-subtitle {
  font-size: 102%;
  line-height: 1.5; }

.webcolumn__text-title {
  font-size: 108%;
  font-weight: bold;
  line-height: 1.5; }

.point__header-txt {
  text-align: center;
  font-weight: bold;
  font-size: 105%;
  line-height: 1.6; }

.point__note {
  padding: 15px 0;
  font-size: 80%; }

.point__note p {
  text-indent: -2em;
  margin-left: 2em; }

.point__box {
  border: 1px solid #ccc;
  padding: 30px;
  position: relative;
  margin-top: 60px; }

.point__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start; }

.point__list dt {
  background-color: #e5e5e5;
  border-radius: 5px;
  width: 25%;
  white-space: nowrap;
  text-align: center;
  padding: 10px;
  font-weight: bold; }

.point__list dt span {
  font-weight: normal;
  font-size: 80%; }

.point__list dd {
  width: calc(75% - 40px);
  padding: 10px 0 10px 20px;
  margin-bottom: 15px; }

.point__list dd:last-child {
  margin-bottom: 0; }

.merit__list li {
  margin-left: 45px; }

.merit__ex {
  margin-top: 65px;
  border: 1px solid #ccc;
  position: relative; }

.merit__ex-header {
  text-align: center;
  display: inline-block;
  position: absolute;
  background: #fff;
  top: -10px;
  left: calc(50% - 11em - 21px);
  padding: 0 20px;
  font-weight: bold;
  font-size: 120%;
  letter-spacing: 1px;
  line-height: 1.2; }

.merit__ex-list {
  padding: 30px 20px 20px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.3; }

.support__header{
    color: #fff;
    background: #079ad3;
    padding: 15px;
    text-align: center;
    margin-top: 10px;
}
.support-box{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 30px 0 0 0;
}
.support__img-guidebook{
    margin: 0 20px 20px 0;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
.support__download-list{
}
.support__download-list > li {
  font-weight: bold;
  margin-bottom: 12px; }

.support__download-list > li p {
  padding-left: 17px;
  font-weight: normal; }

.support__download-list > li:last-child {
  margin-bottom: 0; }

.support__seminar-link {
  font-weight: bold; }

.support__seminar-link:hover {
  text-decoration: underline;
  color: #f99e34; }

.user-voice {
  margin-bottom: 45px; }

.user-voice__list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.user-voice__list > li {
  width: 33.3333%;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 50px; }

.user-voice__list-item {
  padding: 0 20px; }

.user-voice__note {
  text-align: right; }

.user-voice__btn {
  width: 60%; }

.item-box__thumb {
  display: block;
  margin: 0 0 10px; }

.item-box__title {
  font-weight: bold;
  font-size: 110%;
  display: block;
  line-height: 1.3; }

.item-box__title:hover {
  text-decoration: underline;
  color: #f99e34; }

.item-box__system {
  border-top: 1px dashed #dedede;
  margin: 12px 0 0;
  padding: 12px 0 0; }

.item-box__system dt {
  border-left: 5px solid #dedede;
  padding: 0 0 0 7px;
  line-height: 1.6;
  margin: 0 0 5px; }

.item-box__system dd > ul {
  margin: 5px 0 0; }

.item-box__system dd > ul > li {
  display: inline-block;
  color: #079ad3;
  border: 1px solid #079ad3;
  border-radius: 5px;
  line-height: 1;
  padding: 5px;
  margin: 0 5px 5px 0;
  font-size: 1.4rem;
  text-indent: 0; }

.lineup {
  text-align: center;
  width: 75%;
  margin: auto;
  padding-bottom: 15px; }

.lineup table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #dedede; }

.lineup table th, .lineup table td {
  border: solid 1px #dedede;
  text-align: left; }

.lineup table th a, .lineup table td a {
  padding: 20px;
  display: block; }

.lineup table th {
  border-right-style: none;
  line-height: 1.5; }

.lineup table td {
  border-left-style: none; }

.linkage__list {
  margin-bottom: 20px; }

.linkage__list > li {
  margin-bottom: 20px;
  font-weight: bold; }

.linkage__list-box {
  background: #f8f8f8;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 5px;
  flex-wrap: wrap; }

.linkage__list-box img {
  margin: 10px 5px; }

.news a:hover {
  text-decoration: underline;
  color: #f99e34; }

.news-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 25px;
  flex-wrap: nowrap; }

.news__date {
  margin-right: 20px; }

.news__link {
  padding-left: 1em; }

.contact__cta {
  text-align: center; }

.contact__cta-btn {
  background: #079ad3;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
  transition: all 0.18s ease 0s;
  position: relative;
  padding: 25px 80px;
  font-size: 25px;
  font-size: 2.5rem;
  box-sizing: border-box; }

.contact__cta-btn:hover {
  background: #3ac2f7;
  color: #fff; }

.contact__cta-btn:hover::after {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%); }

.contact-box {
  margin: 60px 0 0;
  padding: 25px 30px;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.contact-box__list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.contact-box__list dt {
  width: 10%; }

.contact-box__list dt span {
  display: inline-block;
  border: 1px solid #333;
  width: 100%;
  box-sizing: border-box;
  text-align: center; }

.contact-box__list dd {
  width: 90%;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
  box-sizing: border-box; }

.contact-box__list dd:last-child {
  margin: 0; }

.contact-box__title {
  width: 30%; }

.contact-box__detail {
  width: 70%; }

.content {
  padding: 0 25px;
  overflow: hidden; }

.copyright {
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
  font-size: 1.2rem; }

.copyright_logo {
  width: 100px;
  display: block;
  margin: 0 auto 10px; }

.copyright small {
  font-size: inherit; }

@media screen and (max-width: 1199px) {
  .nav__list-item {
    width: 49%;
    height: 40px; }

  .mv_container {
    flex-wrap: wrap;
    max-height: none; }

  .mv_left, .mv_right {
    width: 100%;
    text-align: center; }

  .mv_left h1 {
    text-align: center;
    padding: 5% 5% 2%; }

  .mv_right {
    padding: 2% 5% 5%; }

  /* .section__inner {
    padding: 0 3%;
   } */

  /*セミナー用*/
  .mv_right-box {
    padding: 2% 0 4%; }

  .mv_right-seminar {
    text-align: center;
    margin: auto; } }
@media screen and (max-width: 950px) {
  .spnone_950 {
    display: none !important; }

  #top_control .inner {
    width: 100%; }

  .topcontrol-box {
    justify-content: center;
    font-size: 1.3rem;
    line-height: 1.3; }

  .topcontrol__item-img {
    display: none; }

  .topcontrol__item {
    justify-content: center;
    align-items: center;
    width: 27vw;
    margin: 0 5px 0 0; }

  .item-txt__title {
    display: none; }

  .topcontrol__item img {
    display: none; }

  .topcontrol__item.request {
    justify-content: center; } 
    
  .support-box{
        flex-wrap: wrap;
    }
    .support__img-guidebook{
        max-width: 300px;
        width: 80%;
    }

}
@media screen and (max-width: 767px) {
  .pcnone_767 {
    display: block!important; }
  .spnone_767 {
    display: none!important; }

  #top_control {
    height: 60px;
    /*    width: 100%;
        text-align: center;
        background: #ccc;
        position: relative;*/ }

  #top_control .pagetop {
    width: 60px;
    min-width: 60px;
    max-height: 60px;
    }

  .topcontrol__item {
    height: 50px;
    margin: 0 2px 0 0; }
    
  .topcontrol__item-download {
    margin: 0 0 0 0; }

  .siteHeader__time {
    display: none; }

  .container {
    font-size: 1.4rem;
    /* padding: 50px 0 0; */
    padding: 80px 0 0;
   }

  .siteHeader {
    height: 50px;
    border-bottom: 1px solid #fff;
    box-sizing: content-box; }

  .siteHeader__inner {
    padding: 0 0 0 10px;
    height: 50px; }

  .siteHeader__cta {
    width: 100%;
    height: 50px; }

  .siteHeader__tel {
    margin-top: 0;
    margin-left: 25px; }

  .siteHeader__tel p {
    font-size: 4.1vw; }

    .cta__item {
    display: table;
    width: 50%;
    height: 100%;
    margin: 0; }

  .cta__btn {
    display: table-cell;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 0;
    padding: 0;
    vertical-align: middle; }

  h2, h3 {
    font-size: 1.6rem; }
    h2 span{
    font-size: 1.4rem; }

    li li {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 5px; }

  .nav__link {
    font-size: 1.2rem; }

  /**セミナー用*/
  .mv_right-seminar {
    max-width: 100%; }

  .mv_right-box {
    padding: 5% 5% 2%; }

  .seminer_btn-box {
    bottom: 5%;
    width: 90%;
    right: 3%;
    left: auto;
    }

  .youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }

  .youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  .section__headder--blue, .section__headder--light-blue {
    background-position: 50% 85%;
    margin-bottom: 4%; }

  .section__headder--blue h2, .section__headder--light-blue h2 {
    padding: 15px 10px; }

  .inner__text-box {
    padding: 2% 0; }

  .inner__text-box--white {
    padding: 0 3% 3%; }

  .inner__text-box--white-freeIcon {
    right: 5%; }

  .content {
    padding: 0 1%; }

  .webcolumn {
    margin-top: 10%; }

  .webcolumn__text {
    margin-right: 2%; }

  .webcolumn__text-subtitle {
    margin-bottom: 1%; }

  .point__box {
    padding: 4% 5% 3% 5%; }

  .point__box::before {
    top: -40px;
    left: 8px; }

  .point__list dt {
    width: 100%; }

  .point__list dd {
    width: 100%;
    padding: 3%;
    margin-bottom: 0; }

  .merit__ex-header {
    left: calc(50% - 11em);
    font-size: 105%;
    letter-spacing: normal;
    top: -9px;
    padding: 0 5px; }

  .merit__ex-list {
    padding: 5% 3% 3%; }

  .merit__ex-list li {
    margin-bottom: 3%; }

  .merit__ex-list li:last-child {
    margin-bottom: 0; }

  .lineup {
    width: 100%; }

  .lineup table th, .lineup table td {
    padding: 0; }

  .lineup table th a, .lineup table td a {
    padding: 10px; }

  .user-voice {
    margin-bottom: 30px; }

  .user-voice__list > li {
    width: 50%;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 10%; }

  .user-voice__list-item {
    padding: 0 5%; }

  .user-voice__note {
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.4; }

  .user-voice__btn {
    width: 60%; }

  .item-box__system dd > ul > li {
    font-size: 1.2rem; }

  .contact__cta-btn {
    width: 100%;
    padding: 15px 0;
    font-size: 1.4rem; }

  .contact-box {
    flex-wrap: wrap; }

  .contact-box__title {
    flex: none;
    width: 100%;
    margin-bottom: 5%; }

  .contact-box__detail {
    width: 100%; }

  .contact-box__list dt {
    width: 100%; }

  .contact-box__list dd {
    width: 100%;
    padding: 2% 0 5%;
    margin: 0; }

  .detail__txt, .detail__txt.photoL {
    margin-top: 20px;
    position: static;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px; }
  .detail__txt>a{
    width: 100%;
    text-align: center;
  }
  .detail__txt img {
    position: static;
    margin: 0 0 20px 0; }

  .detail__txt-box {
    margin-left: 0;
    width: 100%; }

  .detail__check {
    flex-wrap: wrap; }

  .detail__check-item {
    width: 100%;
    margin-bottom: 10px; }

  .intro__num p {
    font-size: 2.5rem; }

  .intro__detail-box > p {
    font-size: 1.8rem; }

  .detail__txt-name {
    font-size: 1.5rem; }

  .detail__txt-category {
    font-size: 1.0rem;
    margin: 0 5px 2px 0; }

  .detail__txt-cateBox {
    flex-wrap: wrap; } 
    
    .support__header{
        padding: 5px;
    }
    
}
@media screen and (max-width: 399px) {
  .container {
    font-size: 1.3rem; }

  h2, h3 {
    font-size: 1.4rem; }
    h2 span{
    font-size: 1.3rem; }

    li li {
    font-size: 1.3rem; }
    .topcontrol-box {
        font-size: 1.2rem;
    }
    
  /*セミナー用*/
  .seminar__btn a {
    font-size: 1rem;
    padding: 2% 20%; }

  .nav__list-item {
    width: 49%;
    height: 35px; }

  .section__headder--blue, .section__headder--light-blue {
    background-position: 50% 80%; }

  .section__headder--blue h2, .section__headder--light-blue h2 {
    padding: 15px 0; }

  .inner__text-box--white-freeIcon {
    display: none; }

  .inner__text-box--white-freeText {
    display: block; }

  .pcnone {
    display: block !important; }

  .spnone {
    display: none !important; }

  .style-circle > li {
    font-size: 108%; }

  .btn-orange {
    padding: 2% 7%;
    font-size: 1.2rem; }

  .point__box::before {
    width: 40px;
    height: 53.3px; }

  .merit__ex-header {
    left: calc(50% - 6em); }

  .merit__ex-list {
    padding: 10% 5% 5%; }

  .webcolumn {
    flex-wrap: wrap;
    justify-content: center; }

  .webcolumn__text {
    margin-right: 0; }

  .webcolumn__text-box {
    padding-left: 0; }

  .webcolumn__img {
    text-align: center;
    margin: 10px 25px; }

  .item-box__system dd > ul > li {
    font-size: 1.1rem; }

  .news-box {
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px; } 
}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

ここからasp1000r.html専用

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

express_page_only

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#asp1000r .section__inner {
  /* max-width: 1100px; */
}

#asp1000r h3 {
  color: #378277;
  font-size: 3.2rem;
  font-weight: normal;
}
#asp1000r .section__headder {
  padding-top: 80px;
  padding-bottom: 20px;
  position: relative;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.siteHeader

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.siteHeader__navPc {
  width: calc(100% - 143px);
  text-align: right;
}
.siteHeader__navPc ul {
  display: inline-flex;
  font-weight: normal;
  align-items: center;}
.siteHeader__navPc > ul li:not(:last-child) {
  display: inline-block;
  overflow: hidden;
  margin-right: 30px;
}
.siteHeader__navPc a {
  color: #333;
  word-break: keep-all;
  font-size: 1.5rem;}
.siteHeader__navPc > ul li:not(:last-child) a {
  position: relative;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  font-size: 1.4rem;
}
.siteHeader__navPc > ul li:not(:last-child) a:before {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.siteHeader__navPc > ul li:not(:last-child) a:before {
  bottom: 0;
  left: -100%;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
  background-color: #0073b5;
}
.siteHeader__navPc > ul li:hover a:before {
  transform: translateX(100%);
}
.siteHeader__navPc a.siteHeader__navPc--button {
  display: inline-block;
  font-size: 1.4rem;
  background: #0c73b5;
  color: #FFF;
  padding: 3px 20px;
  border-radius: 30px;
  box-sizing: border-box;
  border: 2px solid #0c73b5;
}
.siteHeader__navPc a.siteHeader__navPc--button:hover {
  color: #0c73b5;
  background: #FFF;
}
.siteHeader__button {
  width: 50%;
  background: #0073b5;
  color: #fff !important;
  transition: all 0.18s ease 0s;
  position: relative;
  padding: 10px 10px;
  font-size: 1.4rem;
  font-weight: normal;
  border-radius: 22px;}
.nav {
  background: #004b5d;
  height: 80px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: center; }
.nav__list {
  display: flex;
  justify-content: space-between;
  margin: 0; }
.nav__list.inner {
  width: 900px;
  letter-spacing: -.4em;
  font-size: 0;
 }
.nav__link {
  display: block;
  color: #fff;
  text-decoration: none; }
.nav-btn {
  display: none; }
.spnone_1024 {
  display: block;
}
.pcnone_1024 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .spnone_1024 {
    display: none;
  }
  .pcnone_1024 {
    display: block;
  }
  .nav__list {
    position: absolute;
    right: -100%;
    display: block;
    background: #0c73b5;
    top: 82px;
    box-shadow: 20px 20px 20px 5px #0000007d;
    transition: all .4s; }
  .nav__list.inner {
    width: 50%;
    height: auto;
  }
  .nav__list-item {
    color: #fff;
    display: inline-block; }
  .nav__list.active {
    right: -0; }
  .nav__link {
    padding: 0;
    padding-left: 32px;
    background: url("/media_library/lp/tkc_express/images/arrow_right.png") 15px center no-repeat;
    line-height: 35px;
    text-align: left;
    border-bottom: 1px dotted #fff;
    overflow: hidden;
  }
  .nav {
    height: 80px;
  }
  .nav-btn {
    width: 80px;
    height: 80px;
    background-color: #fff;
    display: block;
    padding: 25px 19px;
    box-sizing: border-box;
    border-left: 1px solid #efefef; }
  .nav-btn span {
    display: block;
    background: #333;
    width: 100%;
    height: 3px;
    margin: 4px auto 6px;
    transition: all .4s;
    }
  .nav-btn span.active:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg); }
  .nav-btn span.active:nth-of-type(2) {
    opacity: 0; }
  .nav-btn span.active:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg); }
}
@media screen and (max-width: 767px) {
  .nav {
    height: 50px;
  }
  .nav-btn {
    width: 50px;
    height: 50px;
    padding: 11px 12px;
  }
  .nav__list {
    top: 52px;
  }
  .nav__list.inner {
    width: 100%; }
}















/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

ここからetaxtokurei.html専用

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

etaxtokurei_page_only

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.link__line {
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {
  .section__inner {
    padding: 0 3% 30px;
   }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

btn

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.btnCenterBox{
  text-align: center;
  margin-top: 20px;
}
.btnleftBox{
  text-align: left;
  margin-top: 20px;
}
.btn {
  display: inline-block;
  font-size: 1.4rem;
  color: #FFF;
  padding: 3px 20px;
  border-radius: 30px;
  box-sizing: border-box;
  font-weight: normal;
  white-space: nowrap;
  transition: all 0.18s ease 0s;
  min-width: 210px;
  text-align: center;
}
.btnblue {
  background: #0c73b5;
  border: 2px solid #0c73b5;
}
.btnblue:hover {
  background: #ffffff;
  color: #0c73b5;
}
.btngray {
  background: #9C9C9C;
  border: 2px solid #9C9C9C;
}
.btngray:hover {
  background: #ffffff;
  color: #9C9C9C;
}
.btn a {
  color: #fff;
}
.btn__blank::before {
  content: "→";
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
  margin-right: 5px;
}
.btn__blank::after {
  content: "";
  background: url(/media_library/lp/asp1000r/images/blank_img.png) no-repeat;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
}
.btnblue:hover .btn__blank::after {
  background-image: url(/media_library/lp/asp1000r/images/blank_img_on_blue.png);
}
.btnred:hover .btn__blank::after {
  background-image: url(/media_library/lp/asp1000r/images/blank_img_on_red.png);
}
.btn__dl::before {
  content: "";
  background: url(/media_library/lp/asp1000r/images/dl_img.png) no-repeat;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.btn__pdf::before {
  content: "";
  background: url(/media_library/lp/asp1000r/images/pdf_img.png) no-repeat;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.btnblue:hover .btn__pdf::before {
  background-image: url(/media_library/lp/asp1000r/images/pdf_img_on.png);
}
.btn__word::before {
  content: "";
  background: url(/media_library/lp/asp1000r/images/word_img.png) no-repeat;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background-size: contain;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.btnblue:hover .btn__word::before {
  background-image: url(/media_library/lp/asp1000r/images/word_img_on.png);
}
.contact--btn {
  width: 340px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

fixed

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#fixed {
  background: rgba(0, 0, 0, .85);
  width: 100%;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  transition: all .7s ease;
}
#fixed .section__inner {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#fixed .fixed__text {
  color: #FFF;
  display: inline-block;
  margin: 0;
}
#fixed .fixed__text > h3{
  margin: 0 0 10px 0;
  line-height: 1.5rem;
  color: #FFF;
}
#fixed .fixed__text > h3 > em{
  font-size: 1.8rem;
  font-weight: bold;
}
#fixed .fixed__text > p {
  font-size: 1.3rem;
  line-height: 1.3;
}
#fixed .fixed__btn {
  display: inline-block;
  margin: 0;
}
#fixed .fixed__btn > a {
  background: #c60000;
  color: #FFF;
  padding: 15px 20px;
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
}
.clone-nav {
  transform: translateY(110%);
}
.is-show {
  transform: translateY(0);
}
@media screen and (max-width: 950px) {
  #fixed .section__inner {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  #fixed .fixed__text {
    display: none;
  }
  #fixed .section__inner {
    padding: 10px 0;
    display: block;
  }
  #fixed .fixed__btn {
    display: block;
    text-align: center;
    margin: 10px 0;
  }
}





#side {
  position: fixed;
  left: calc(100vw - 125px);
  top: 18vh;
  z-index: 1000;
}
#side ul li {
  height: 125px;
  width: 130px;
  font-size: 15px;
  display: table;
  margin: 0 0 20px 0;
  transform: translateX(5px);
}
#side ul li a{
  color: #fff;
  font-weight: normal;
  position: relative;
  display: block;
  text-align: center;
}
.side__button {
  background: #0073b5;
  border-radius: 23px 5px 5px 23px / 23px 0px 0px 23px;
  padding: 13px 22px 8px 8px;
  box-sizing: border-box;
  border: 2px solid #0c73b5;
  box-shadow: 3px 0px 8px 0px rgba(2, 4, 7, 0.7);
  border-right: 0;
}
#side ul li a:hover {
  color: #0073b5;
  background: #FFF;
  transform: translateX(-5px);
  transition: all 0.18s ease 0s;
}
#side ul li a span {
  display: block;
  line-height: 1.3;
  font-size: 13px;
}
#side ul li a.side__button--dl span {
  background: url(/media_library/lp/asp1000r/images/dl_img_side.png) no-repeat;
  background-position: left 50% bottom 35px;
  padding: 84px 0 0;
}
#side ul li a.side__button--dl:hover span {
  background: url(/media_library/lp/asp1000r/images/dl_img_side_on.png) no-repeat;
  background-position: left 50% bottom 35px;
}
#side ul li a.side__button--call span {
  background: url(/media_library/lp/asp1000r/images/call_img_side.png) no-repeat;
  background-position: left 50% bottom 45px;
  padding: 68px 0 0;
}
#side ul li a.side__button--call:hover span {
  background: url(/media_library/lp/asp1000r/images/call_img_side_on.png) no-repeat;
  background-position: left 50% bottom 45px;
}
#side ul li a.side__button--experience span {
  background: url(/media_library/lp/asp1000r/images/experience_img_side.png) no-repeat;
  background-position: left 50% bottom 48px;
  padding: 68px 0 0;
}
#side ul li a.side__button--experience:hover span {
  background: url(/media_library/lp/asp1000r/images/experience_img_side_on.png) no-repeat;
  background-position: left 50% bottom 48px;
}

@media screen and (max-width: 950px) {
  #side {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
  }
  #side ul {
    display: flex;
    background: #0073b5;
    box-shadow: 3px 0px 8px 0px rgba(2, 4, 7, 0.7);
  }
  #side ul li {
    height: 100%;
    width: 100%;
    font-size: 15px;
    display: block;
    margin: 0 0 0 0;
  }
  #side ul li:nth-child(2) {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .side__button {
    background: #0073b5;
    border-radius: 0 0 0 0 / 0 0 0 0;
    padding: 5px;
    box-sizing: border-box;
    border: 2px solid #0c73b5;
    box-shadow: none;
  }
  #side ul li a:hover {
    transform: translateX(0);
  }
  #side ul li a span {
    font-size: 12px;
  }
  #side ul li a.side__button--dl span {
    background: url(/media_library/lp/asp1000r/images/dl_img_side.png) no-repeat;
    background-size: 26px 26px;
    background-position: left 50% top 3px;
    padding: 35px 0 14px;
  }
  #side ul li a.side__button--dl:hover span {
    background: url(/media_library/lp/asp1000r/images/dl_img_side_on.png) no-repeat;
    background-size: 26px 26px;
    background-position: left 50% top 3px;
  }
  #side ul li a.side__button--call span {
    background: url(/media_library/lp/asp1000r/images/call_img_side.png) no-repeat;
    background-size: 32px 24px;
    background-position: left 50% top 6px;
    padding: 35px 0 0;
  }
  #side ul li a.side__button--call:hover span {
    background: url(/media_library/lp/asp1000r/images/call_img_side_on.png) no-repeat;
    background-size: 32px 24px;
    background-position: left 50% top 6px;
  }
  #side ul li a.side__button--experience span {
    background: url(/media_library/lp/asp1000r/images/experience_img_side.png) no-repeat;
    background-size: 32px 20px;
    background-position: left 50% top 6px;
    padding: 35px 0 0;
  }
  #side ul li a.side__button--experience:hover span {
    background: url(/media_library/lp/asp1000r/images/experience_img_side_on.png) no-repeat;
    background-size: 32px 20px;
    background-position: left 50% top 6px;
  }
}
@media screen and (max-width: 767px) {

}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

headder

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.siteHeader {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #fff;
}
.siteHeader.scrollin{
  box-shadow: 0 2px 4px 0 rgba(99, 114, 130, 0.1);
}
.siteHeader-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px; }
.siteHeader__time {
  border: 1px solid #888;
  padding: 2px 8px 0; }
.siteHeader__time p {
  font-size: 12px; }
.siteHeader__tel {
  margin-top: 5px; }
.siteHeader__tel p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap; }
.siteHeader__tel p a{
  /*iPhone対応*/
  color:#333;
  text-decoration:none;}

.siteHeader__inner {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1360px;
  height: 80px;
  margin: 0 auto;
  padding: 0 10px;}

.siteHeader__title p {
  font-size: 1.3rem;
}
.siteHeader__title em {
  color: #2375B1;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .siteHeader__etaxtokureitel {
    display: block;
    text-align: right;
    padding: 0 1vw;
  }
}
@media screen and (max-width: 767px) {
  .siteHeader__title,
  .siteHeader__title p {
    font-size: 3vw;
  }
  .siteHeader__etaxtokureitel p {
    font-size: 2vw;
    font-weight: normal;
    line-height: 1;
    margin: 0;
  }
  .siteHeader__etaxtokureitel p.no {
    font-size: 3vw;
  }
  .siteHeader__inner {
    padding: 0 8px;
  }
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

nav

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#mvnav {
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
#mvnav .mvnav__list {
  max-width: 950px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap; }
#mvnav .mvnav__list-item {
  height: 65px;
  background-size: 1px 38px;
  line-height: 1.4;
  border-bottom: 1px solid #DEDEDE;
}
#mvnav .mvnav__list-item:not(:last-child) {
  border-left: 1px solid #DEDEDE;
}
#mvnav .mvnav__link {
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  transition: all .4s;
  background: url(/media_library/consolidate/lp/etaxtokurei/images/arrow_blue_down.svg) 95% center no-repeat;
  background-size: 8px 5px;
}
#mvnav .mvnav__link:hover {
  background-color: #d0e8f5; }
#mvnav .mvnav__list-item a {
  color: #2375B1;
}
#mvnav .mvnav__list-item-red {
  background: #C60000;
}
#mvnav .mvnav__list-item-red a {
  color: #fff;
}
#mvnav .mvnav__list-item-red .mvnav__link {
  background: url(/media_library/consolidate/lp/etaxtokurei/images/arrow_white_down.svg) 97.5% center no-repeat;
  background-size: 8px 5px;
}
#mvnav .mvnav__list-item-yellow {
  background: #fcd300;
}
#mvnav .mvnav__list-item-yellow a {
  color: #333;
}
#mvnav .mvnav__list-item-yellow .mvnav__link {
  background: url(/media_library/consolidate/lp/etaxtokurei/images/arrow_white_down.svg) 97.5% center no-repeat;
  background-size: 8px 5px;
}
#mvnav .mvnav__list-item a span {
  margin: 0 26px 0 15px;
}


@media screen and (max-width: 1199px) {
  #mvnav .mvnav__list-item {
    height: 60px; }
}
@media screen and (max-width: 1024px) {
  #mvnav .mvnav__list-item:not(:last-child) {
    width: 49.8%;
    border-left: 0;
  }
  #mvnav .mvnav__list-item:last-child {
    width: 100%;
  }
  #mvnav .mvnav__list-item:nth-child(even) {
    border-left: 1px solid #DEDEDE;
  }
}
@media screen and (max-width: 767px) {
  #mvnav .mvnav__list-item {
    height: 45px; }
  #mvnav .mvnav__link {
  font-size: 1.2rem; }
  #mvnav .mvnav__list-item:last-child {
    width: 100%;
  }
  #mvnav .mvnav__list-item:last-child br {
    display: none;
  }
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

mv_container

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#mv .mv__container {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  background: url(/media_library/consolidate/lp/etaxtokurei/images/main_bg.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  padding: 90px 50px;
  position: relative;
}
#mv .mv__container .mv__container--tit {
  display: flex;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  background: rgba(255, 255, 255, .78);
}
#mv .mv__container .mv__container--tit h1 {
  width: 100%;
  font-size: 4.5rem;
  color: #2375B1;
  font-weight: normal;
  line-height: 1.5;
  padding: 30px 40px;
}
#mv .mv__container .mv__container--tit h1 span.mv__container--tit--2 {
  font-size: 4rem;
}
#mv .mv__container .mv__container--tit h1 span.mv__container--tit--1 {
  font-size: 4rem;
  background: url(/media_library/consolidate/lp/etaxtokurei/images/mv_container_bg.png) no-repeat 0 0;
  background-size: 100%;
  background-position: bottom;
}
#mv .mv__container .mv__container--tit h1 span.mv__container--tit--1 em {
  font-size: 5rem;
  font-weight: bold;
}
#mv .mv__container .mv__container--tit h1 span.mv__container--tit--3 {
  font-size: 3.8rem;
}
#mv .mv__container .mv__container--tit h1 span.mv__container--tit--3 em {
  font-size: 4.4rem;
}
#mv .mv__container .mv__container--tit figure {
  position: absolute;
  top: -80px;
  right: -100px;
}
@media screen and (max-width: 1024px) {
  #mv .mv__container {
    padding: 15px 15px 40%;
  }
  #mv .mv__container .mv__container--tit figure {
    top: 80%;
    right: 0;
    left: 0;
    text-align: center;
  }
  #mv .mv__container .mv__container--tit figure img {
    max-width: 50%;
    margin-left: 8%;
  }
  #mv .mv__container .mv__container--tit h1 {
    font-size: 5vw;
    padding: 30px 10%;
  }
  #mv .mv__container .mv__container--tit h1 span.mv__container--tit--2 {
    font-size: 5.8vw;
  }
  #mv .mv__container .mv__container--tit h1 span.mv__container--tit--1 {
    font-size: 5.8vw;
  }
  #mv .mv__container .mv__container--tit h1 span.mv__container--tit--1 em {
    font-size: 6.8vw;
  }
  #mv .mv__container .mv__container--tit h1 span.mv__container--tit--3 {
    font-size: 5.6vw;
  }
  #mv .mv__container .mv__container--tit h1 span.mv__container--tit--3 em {
    font-size: 6.2vw;
  }
}
@media screen and (max-width: 950px) {
  #mv .mv__container {
    padding: 15px 15px 45%;
  }
}
@media screen and (max-width: 767px) {
  #mv .mv__container .mv__container--tit h1 {
    padding: 30px 15px;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

section__headder

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.section__headder h2 {
  font-weight: bold;
  position: relative;
  padding: 60px 25px 30px;
  color: #2375B1;
}
.section__headder h2 span {
  font-size: 4.2rem;
  white-space: nowrap;
  font-weight: normal;
}
.section__headder h2 span em {
  font-weight: bold;
}
.section__headder--sub {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.section__headder--sub em {
  font-size: 150%;
  font-weight: bold;
}
@media screen and (max-width: 950px) {
  .section__headder p {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .section__headder h2 span {
    font-size: 2.2rem;
  }
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

overview

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#overview {
  background: url(/media_library/consolidate/lp/etaxtokurei/images/overview_bg.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: center;
}
.overview__content--inner {
  padding: 0 20px;
}
.overview__content--inner dl {
  display: flex;
}
.overview__content--inner dd span {
  display: block;
}
.overview__content--inner dd span:not(:last-child) {
  margin-bottom: 10px;
}
.overview__content--inner ul li span {
  margin-left: 20px;
}
.overview__content--inner ul li {
  position: relative;
}
.overview__content--inner ul li::before {
  content: "●";
  color: #2375B1;
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.5em;
  font-size: 1.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overview__content--inner h4 {
  display: inline-block;
  font-size: 1.4rem;
  color: #FFF;
  padding: 3px 20px;
  border-radius: 30px;
  box-sizing: border-box;
  font-weight: normal;
  white-space: nowrap;
  min-width: 210px;
  text-align: center;
  margin: 30px 0 20px;
  background: #9C9C9C;
  border: 2px solid #9C9C9C;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

point

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.point__content--inner--text span {
  background: #C60000;
  border-radius: 30px;
  padding: 4px 10px;
  height: 20px;
  color: #fff;
}
.point__content--inner--text h3 {
  color: #C60000;
  font-size: 2.6rem;
}
#point_01 {
  min-height: 340px;
  background: url(/media_library/consolidate/lp/etaxtokurei/images/point_01_bg.png) no-repeat;
  background-position: right;
}
#point_02 {
  min-height: 340px;
  background: url(/media_library/consolidate/lp/etaxtokurei/images/point_02_bg.png) no-repeat;
}
#point_02 .point__content--inner--text {
  padding-left: 170px;
}
#point_02 .point__content--inner--text img {
  margin: 20px 0 10px;
}
@media screen and (max-width: 950px) {
  .point__content--inner--text h3 {
    font-size: 1.8rem;
  }
  .point__content--inner--text {
    text-align: center;
  }
  .point__content--inner--text p {
    text-align: left;
  }
  #point_01 {
    padding-bottom: 43vw;
    background-position: bottom;
  }
  #point_02 {
    background: none;
  }
  #point_02 .point__content--inner--text {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #point_01 {
    background-size: 311px 267px;
  }
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

method

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#method {
  background: #F3FAFF;
}
.method__content--tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  margin: 0 auto;
}
.method__content--tabs--item {
  width: calc(100%/2);
  height: 50px;
  border-top: 3px solid #E2EBF2;
  background-color: #E2EBF2;
  line-height: 50px;
  font-size: 1.4rem;
  text-align: center;
  color: #2375B1;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.method__content--tabs--item:hover {
  opacity: 0.75;
}
input[name="method__content--tabs--item"] {
  display: none;
}
.method__content--tabs--inner {
  display: none;
  padding: 20px 20px 0;
  clear: both;
  overflow: hidden;
}
#method_01:checked ~ #method_01_content,
#method_02:checked ~ #method_02_content {
  display: block;
}
.method__content--tabs input:checked + .method__content--tabs--item {
  border-top: 3px solid #2375B1;
  background-color: #fff;
}
.method__content--tabs--inner--dl {
  position: relative;
  padding: 20px 10px;
  background: #F6F6F6;
  border: 3px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 10px 0;
}
.method__content--tabs--inner--dl::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(/media_library/consolidate/lp/etaxtokurei/images/method_01_after.png) no-repeat;
  background-size: 174px 225px;
  width: 174px;
  height: 225px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8%;
}
.method__content--tabs--inner--dl h3 {
  color: #C60000;
  margin: 15px 0 10px;
  padding-left: 0 !important;
}
.method__content--tabs--inner--dl h3::before {
  display: none !important;
}
.method__content--tabs--inner--dl h3,
.method__content--tabs--inner--dl p,
.method__content--tabs--inner--dl a {
  width: 65%;
}
.method__content--tabs--inner--dl a {
  background: #C60000;
  color: #fff;
  display: inline-block;
  transition: all 0.18s ease 0s;
  position: relative;
  padding: 13px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: normal;
  border: 2px solid #C60000;
  margin: 15px 0 20px;
  border-radius: 5px;
  font-weight: bold;
}
.method__content--tabs--inner--dl a:hover {
  background: #fff;
  color: #C60000;
}
.method__content--tabs--inner--dl a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.method__content--tabs--inner--dl a > span{
  display: inline-block;
}
.method__content--tabs--inner--dl a::after {
  content: "";
  display: inline-block;
  background: url(/media_library/consolidate/lp/etaxtokurei/images/method_download_icon.png) no-repeat;
  width: 50px;
  height: 50px;
  background-position: center;
}
.method__content--tabs--inner--dl a:hover::after {
  background-image: url(/media_library/consolidate/lp/etaxtokurei/images/method_download_icon_hover.png);
}
#method_02_content.method__content--tabs--inner h3 {
  position: relative;
  margin: 15px 0 10px;
  padding-left: 20px;
}
#method_02_content.method__content--tabs--inner h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #2375B1;
  width: 5px;
  height: 100%;
  left: 0;
}
#method_02_content h4 {
  position: relative;
  margin: 10px 0;
}
#method_02_content h4 span {
  margin-left: 20px;
}
#method_02_content h4::before {
  content: "●";
  color: #2375B1;
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.5em;
  font-size: 1.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.method__content--tabs--inner--cloud {
  padding: 20px 10px;
  background: #F6F6F6;
  border: 3px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 10px 0;
}
.method__content--tabs--inner--cloud h4 {
  background: #fff;
  color: #2375B1;
  border-radius: 50px;
  text-align: center;
  padding: 5px 0;
  margin: 0 !important;
}
.method__content--tabs--inner--cloud h4::before {
  display: none !important;
}
.method__content--tabs--inner--cloud figure {
  padding: 30px 0;
  text-align: center;
}
.method__content--tabs--inner--cloud p {
  font-size: 1.4rem;
  width: 92%;
  margin: 0 auto;
  line-height: 1.5;
}
.method__content--tabs--inner--cloud a.method__bluebtn {
  margin: 30px 0 0;
}
.method__bluebtn {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  color: #2375B1;
  padding: 3px 20px;
  box-sizing: border-box;
  font-weight: normal;
  white-space: nowrap;
  transition: all 0.18s ease 0s;
  min-width: 210px;
  text-align: center;
  border: 1px solid #2375B1;
  border-radius: 3px;
  margin: 30px 0 40px;
}
.method__bluebtn::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(/media_library/consolidate/lp/etaxtokurei/images/arrow_blue.svg) 90% center no-repeat;
  background-size: 5px 8px;
  height: 8px;
  width: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
.method__content--tabs--inner--start {
  width: 90%;
  margin: 0 auto;
}
.method__content--tabs--inner--start h5 {
  text-align: center;
  color: #2375B1;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.3;
  margin: 15px 0 10px;
}
.method__content--tabs--inner--start figure {
  text-align: center;
}
#method_02_content dl dt {
  color: #2375B1;
  position: relative;
  padding: 0 20px;
  display: inline;
  font-size: 2rem;
}
#method_02_content dl dt::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #2375B1;
  left: 7px;
  bottom: 0;
  transform: rotate(-40deg);
}
#method_02_content dl dt::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #2375B1;
  right: 13px;
  bottom: 0;
  transform: rotate(40deg);
}
#method_02_content dl dd {
  display: inline;
}

@media screen and (min-width: 767px) {
  .method__content--tabs--inner--dl h3 br {
    display: none;
  }
  .method__content--tabs--inner--dl a br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .method__content--tabs--inner--dl h3, .method__content--tabs--inner--dl p, .method__content--tabs--inner--dl a {
    width: 100%;
  }
  .method__content--tabs--inner--dl h3 {
    font-size: 2rem;
    text-align: center;
  }
  .method__content--tabs--inner--dl::after {
    display: none;
  }
}







.rank__btn {
  margin-top: 25px;
  margin-top: 25px;
  max-width: 1100px;
  margin: 30px auto 0;
  text-align: center; }
.rank__btn span {
  background: #fff;
  color: #0073b4;
  border-radius: 5px;
  padding: 10px;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
}
.rank__btn span::before {
  content: "";
  background: url(/media_library/lp/tkc_express/images/dl_img_side_on.png) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-right: 5px;
}
.rank__btn--dl:hover > span {
  background: #0072b4;
  color: #fff;
}
.rank__btn--dl:hover span::before {
  background-image: url(/media_library/lp/tkc_express/images/dl_img_side.png);
}
.rank__btn p {
  font-size: 80%;
}
@media screen and (max-width: 950px) {
  .rank__btn--dl {
    width: 100%;
    text-align: center;
  }
  .rank__btn span {
    box-sizing: border-box;
    width: 100%;
  }
  .section__inner > div{
    margin-bottom: 30px;
  }
  .rank__right--box {
    text-align: center;
  }
  .rank__btn {
    width: 70%;
    padding-right: 60px;
    margin: auto;
  }
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

flow

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#flow {
  background: url(/media_library/consolidate/lp/etaxtokurei/images/flow_bg.png) no-repeat;
  background-position: right bottom;
}
.flow__content .section__inner ul {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flow__content .section__inner ul li {
  position: relative;
  padding: 10px;
}
.flow__content .section__inner ul li span.balloon {
  content: "";
  display: block;
  width: 68px;
  height: 26px;
  position: absolute;
  background: url(/media_library/consolidate/lp/etaxtokurei/images/flow_balloon.png) no-repeat;
  background-position: left top;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  padding: 22px 0 20px;
}
.flow__content .section__inner ul li::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 30%;
  bottom: 40px;
  left: 0;
  background: no-repeat;
  background-position: center;
}
.flow__content .section__inner ul li.who::after {
  background-image: url(/media_library/consolidate/lp/etaxtokurei/images/flow_who.png);
}
.flow__content .section__inner ul li.towhom::after {
  background-image: url(/media_library/consolidate/lp/etaxtokurei/images/flow_towhom.png);
}
.flow__content .section__inner ul li.what::after {
  background-image: url(/media_library/consolidate/lp/etaxtokurei/images/flow_what.png);
}
.flow__content .section__inner ul li.when::after {
  background-image: url(/media_library/consolidate/lp/etaxtokurei/images/flow_when.png);
  bottom: 25px;
}
.flow__content .section__inner ul li.how::after {
  background-image: url(/media_library/consolidate/lp/etaxtokurei/images/flow_how.png);
  bottom: 45px;
}
.flow__content .section__inner ul li p {
  background: #F9F9F9;
  width: 260px;
  height: 260px;
  border-radius: 150px;
  padding: 15px;
}
.flow__content .section__inner ul li p span {
  margin-top: 50px;
  display: block;
  font-size: 1.8rem;
}
.flow__content .section__inner ul li.how p span {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #flow {
    background-size: 100%;
  }
  .flow__content .section__inner {
    padding-bottom: 25vw;
  }
  .flow__content .section__inner ul li.who{ margin: 0 auto 0 0; }
  .flow__content .section__inner ul li.towhom{ margin: 0 0 0 auto; }
  .flow__content .section__inner ul li.what{ margin: 0 auto 0 0; }
  .flow__content .section__inner ul li.when{ margin: 0 0 0 auto; }
  .flow__content .section__inner ul li.how{ margin: 0 auto 0 0; }

  .section__tablescroll{
    overflow-x: scroll;
  }
  .section__tablescroll::-webkit-scrollbar {
    height: 10px;
  }
  .section__tablescroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .section__tablescroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

write

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#write {
  background: url(/media_library/consolidate/lp/etaxtokurei/images/write_bg.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: center;
}
.write__content--img {
  text-align: center;
}
.write__content--noli li {
  position: relative;
  margin: 10px 0;
}
.write__content--noli li p {
  display: inline-block;
  padding-left: 30px;
}
.write__content--noli li span {
  display: inline-block;
  position: absolute;
}
.write__content--noli li ul {
  padding-left: 30px;
}
.write__content--noli li ul.write__content--noli--check {
  display: inline-block;
  padding: 0 20px;
  vertical-align: top;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 10px;
  margin-left: 30px;
}
.write__content--noli li ul.write__content--noli--check li {
  position: relative;
}
.write__content--noli li ul.write__content--noli--check li p{
  margin: 0;
  padding: 0;
}
.write__content--noli--table {
  width: 100%;
  border: 1px solid #9C9C9C;
}
.write__content--noli--table thead tr {
  color: #FFF;
  border: 1px solid #9C9C9C;
}
.write__content--noli--table thead tr th {
  padding: 5px;
  border: 1px solid #9C9C9C;
  border-right: 1px solid #fff;
  background: #9C9C9C;
}
.write__content--noli--table thead tr th:last-child {
  border-right: 1px solid #9C9C9C;
}
.write__content--noli--table tbody tr th {
  background: #9C9C9C;
  border: 1px solid #9C9C9C;
  border-right: 1px solid #fff;
  color: #FFF;
  padding: 10px;
}
.write__content--noli--table tbody tr th:last-child  {
  border-right: 1px solid #9C9C9C;
}
.write__content--noli--table tbody tr td {
  padding: 10px;
  vertical-align: baseline;
  text-align: left;
  border: 1px solid #9C9C9C;
}
.write__content--noli--table tbody tr td:last-child {
  white-space: nowrap;
}
.write__content--noli--table tbody tr td:nth-child(2){
  min-width: 300px;
}
.write__content--noli--table tbody tr td:nth-child(3){
  min-width: 100px;
}
.write__content--noli--table .red{
  color: #C60000;
  font-weight: bold;
  font-size: 105%;
}
#write h4 {
  text-align: center;
  margin: 30px 0 10px;
  font-weight: bold;
}
.checkbox-on {
  background: url(/media_library/consolidate/lp/etaxtokurei/images/icon_check_on.png) no-repeat;
  width: 22px;
  height: 20px;
  display: inline-block;
  background-size: 100%;
  vertical-align: middle;
}
.checkbox-off {
  background: url(/media_library/consolidate/lp/etaxtokurei/images/icon_check_off.png) no-repeat;
  width: 22px;
  height: 20px;
  display: inline-block;
  background-size: 100%;
  vertical-align: middle;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

site

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#site {
  background: #F3FAFF;
}
.site__content--col2 {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.site__content--col2--inner {
  width: 48%;
  vertical-align: top;
}
.site__content--col2--inner a {
  text-decoration: underline;
  word-break: break-all;
}
.site__content h3 {
  color: #fff;
  background: #2375B1;
  padding: 5px 10px;
  border-radius: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .site__content--col2--inner a br {
    display: none;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

dl

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#dl iframe {
  height: 100vh;
}
#dl .section__inner {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 700px;
  max-width: 100%;
}
#dl .mess {
  background: rgba(198, 0, 0, 0.1);
  width: 950px;
  margin: auto;
  text-align: center;
  color: #C60000;
  padding: 25px 10px;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #dl .section__inner {
    display: block;
  }
  #dl .section__inner figure{
    display: none;
  }
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

footer

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.copyright {
  border-top: 1px solid #DEDEDE;
}



