@charset "utf-8";
/* CSS Document */



/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP vt";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700-vertical.woff2") format("woff2"), url("fonts/NS-700-vertical.woff") format("woff");
  font-display: swap;
}


/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  font-size: 100%;
}

ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  vertical-align: top;
}

li {
  list-style-type: none;
  vertical-align: baseline;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/*--------------------------------------
　Base
---------------------------------------*/
* {
  box-sizing: border-box;
}

img {
  -webkit-backface-visibility: hidden;
}


body {
  background: #fff;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5em;
  line-height: 2.1;
  color: #000000;
}

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

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  opacity: .5;
}

p a {
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.strong {
  font-weight: 700;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f150 {
  font-size: 150%;
}

.f200 {
  font-size: 200%;
}

.f300 {
  font-size: 300%;
}


/* Micro clearfix */

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}


.flImg {
  float: left;
}

.frImg {
  float: right;
}


h1,
h2 {
  position: relative;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  padding: 0;
  line-height: 1.4;
}

h3,
h4,
h5,
h6 {
  position: relative;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  padding: 0;
  line-height: 1.5;
}


.sttl {
  position: relative;
  margin: 0 0 12px;
  font-size: 2.2rem;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.6;
}

.catch {
  position: relative;
  margin: 0 0 12px;
  font-size: 2.2rem;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.6;
}


.fontS {
  font-size: 67%;
}

.fontL {
  font-size: 110%;
}

.fontBold {
  font-weight: 700;
}


html {
  font-size: 62.5%;
}








/*------------
600px--common
------------*/

.sp,
.sp_br {
  display: none !important;
}

.sp2 {
  display: none;
}


body {
  position: relative;
  width: 100%;
  min-width: 1000px;
}

.forTab {
  overflow: hidden;
}


a {
  transition: all .2s ease-in-out;
}

a:hover,
a:hover img {
  opacity: 0.5;
}


.mainWrap h1 a,
.mainWrap h2 a,
.mainWrap h3 a,
.mainWrap h4 a,
.mainWrap h5 a,
.mainWrap h6 a {
  text-decoration: none;
}


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





/*--------------------------------------
　body_PC
---------------------------------------*/
body {}



/*--------------------------------------
　Header_PC
---------------------------------------*/
#header {
  position: relative;
  z-index: 1;
  padding: 4px 20px 6px;
  background: #000000;
  font-size: 1.1rem;
  color: #fff;
}

.fixHead {
  position: relative;
  z-index: 12;
  padding: 18px 20px;
  background: url("./img/fixhead.jpg") 0 0 no-repeat;
  background-size: cover;
}


.headers .logo {}

.headers .logo a:hover img {
  opacity: 1;
}

.headers .logoImg {
  width: 156px;
  float: left;
  margin: 0 18px 0 0;
}

.headers .logoTxt {
  width: 246px;
  float: left;
  font-size: 1.1rem;
  line-height: 1.4;
}

.headers .logoTxt .line1 {
  display: block;
  margin: 0 0 4px;
  padding: 0 0 6px;
  border-bottom: 1px solid #000;
  font-size: 1.2rem;
}

.headers .logoTxt .line2 {
  display: block;
  margin: 0 0 4px;
}

.headers .logoTxt .fontL {
  font-size: 1.8rem;
  font-weight: 700;
}


.headers .btn-web {
  position: absolute;
  top: -10px;
  right: 26px;
}

.headers .btn-web a {
  width: 290px;
  padding: 8px 100px 10px 20px;
  box-shadow: rgba(0, 0, 0, 1.0) 6px 6px 0 0;
  text-align: left;
}

.headers .btn-web a::before {
  top: auto;
  bottom: 12px;
  right: 14px;
  width: 77px;
  height: 100%;
  background: url("./img/fixhead_ck.svg") 99% 99% no-repeat;
  background-size: 77px auto;
}



.fixHead.m_fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}



/*--------------------------------------
　page-top_PC
---------------------------------------*/
#page-top {
  position: fixed;
  z-index: 101;
  bottom: 20px;
  right: 20px;
  width: 70px;
}

#page-top {
  transition: .3s;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
#page-top.active {
  opacity: 1;
  visibility: visible;
}

/*このクラスが付与されると停止する*/
#page-top.absolute {}

/*--------------------------------------
　fixBan_PC
---------------------------------------*/
#fixBan {
  position: fixed;
  z-index: 100;
  bottom: calc(90px + 2%);
  right: 0;
  width: 260px;

  transition: .3s;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
#fixBan.active {
  opacity: 1;
  visibility: visible;
}

/*このクラスが付与されると停止する*/
#fixBan.absolute {
  /*position: absolute;
z-index: 10000;
top: -300px;
bottom: auto;
opacity: 0;*/
}





/*--------------------------------------
　Global Nav
---------------------------------------*/
#sp_nav {
  display: none;
}




/*--------------------------------------
　Global Nav
---------------------------------------*/





/*--------------------------------------
　Main Contents_PC
---------------------------------------*/

#contents {
  position: relative;
  z-index: 11;
  width: 100%;
  padding: 20px 0 100px;
}

.mainWrap {
  position: relative;
  padding: 10px 0 0;
  min-height: 500px;
  width: 770px;
  float: left;
}

#side {
  width: 270px;
  float: right;
  margin: 20px 0 0;
}



.index {
  width: 100%;
}

.index a,
.mainWrap a {
  display: block;
}

.index p a,
.mainWrap p a,
.index li a,
.mainWrap li a,
.index td a,
.mainWrap td a {
  display: inline;
}


.headNote {
  width: 900px;
  margin: 0 auto;
  padding: 15px 0 0;
  text-align: center;
  font-size: 1.1rem;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}





/*--------------------------------------
　Pankuzu_PC
---------------------------------------*/
#pankuzuWrap {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0 0 50px;
}

#pankuzu {
  padding: 8px 0 8px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #666666;
}

#pankuzu a {
  text-decoration: underline;
  color: #666666;
}



/*--------------------------------------
　Footer_PC
---------------------------------------*/

footer {
  position: relative;
  z-index: 15;
  margin: 0 0 0;
  width: 100%;
  background: #000;
  color: #fff;
}


footer .footInner {
  position: relative;
  padding: 70px 9vw 40px;
  min-width: 1100px;
}



footer .logoArea {
  width: 430px;
  float: left;
  margin: 10px 5vw 0 0;
}

footer .logo {}

footer .logo a:hover img {
  opacity: 1;
}

footer .logoImg {
  width: 156px;
  float: left;
  margin: 0 18px 0 0;
}

footer .logoTxt {
  width: 246px;
  float: left;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #fff;
}

footer .logoTxt .line1 {
  display: block;
  margin: 0 0 4px;
  padding: 0 0 6px;
  border-bottom: 1px solid #fff;
  font-size: 1.2rem;
}

footer .logoTxt .line2 {
  display: block;
  margin: 0 0 4px;
}

footer .logoTxt .fontL {
  font-size: 1.8rem;
  font-weight: 700;
}

footer a {
  color: #fff;
}

footer .linkArea {
  width: calc(75vw - 430px);
  min-width: 400px;
  float: left;
}

footer .footBox {
  position: relative;
  z-index: 9;
  margin: 0 0 30px;
  text-align: left;
}

.footBox .sttl {
  margin: 0 0 12px;
  padding: 0 0 10px;
  border-bottom: 1px solid #999999;
}

.footBox .sttl a {
  position: relative;
  display: block;
  padding: 4px 10px 4px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}

footer .smap .sttl a {
  font-size: 18px;
  font-size: 1.8rem;
}

.footBox>ul {
  padding: 0 10px;
}

.footBox li {
  display: inline-block;
}

.footBox li ul {}

.footBox li a {
  font-size: 15px;
  font-size: 1.5rem;
}

.footBox li:after {
  content: "　/　";
}

.footBox li:last-child:after {
  content: "";
}


.footBox li.subCat {}

.footBox li.subCat:after {
  content: "";
}

.footBox li.subCat>a {}

.footBox li.subCat>a:after {}

.footBox ul.subList {
  display: inline-block;
  margin: 0 20px 0 0;
}

.footBox ul.subList>li:first-child::before {
  content: "";
  margin: 0 0 0 15px;
}

.footBox ul.subList li:after {
  content: " / ";
}

.footBox ul.subList li:last-child::after {
  content: "";
}



footer .noticeArea {
  position: absolute;
  top: 180px;
  left: 9vw;
  width: 430px;
}

footer .noticeArea p {
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.8;
}

footer .noticeArea p:nth-child(1) {
  margin: 0 0 20px;
}




footer .botArea {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 0 30px;
}

footer .botArea .botInner {}

footer .botArea .copy {
  padding: 0 0 50px;
  font-size: 1.2rem;
  text-align: center;
}

footer .botArea a {
  text-decoration: none;
}





/*--------------------------------------
　side_PC
---------------------------------------*/

/* side01 */
.side01 {
  position: relative;
  margin: 0 0 40px;
  padding: 18px 19px 20px;
  border: 1px solid #000;
  box-shadow: rgba(0, 0, 0, 1.0) 6px 6px 0 0;
  text-align: center;
}

.side01::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -11px;
  width: 53px;
  height: 53px;
  background: url(./img/pickup.png) 0 0 no-repeat;
}

.side01 .catch {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
  font-size: 1.4rem;
}

.side01 .sttl {
  font-size: 2.6rem;
  line-height: 1.3;
}

.side01 .btn {
  width: 230px;
  height: 84px;
  padding: 36px 0 0;
  background: url(./img/sideban01.png) 0 0 no-repeat;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}


/* side02 */
.side02 {
  margin: 0 0 30px;
}

.side02 .sttl {
  width: 180px;
  margin: 0 auto -30px;
  padding: 8px 10px 10px;
  background: #a9a17d;
  text-align: center;
  line-height: 1.4;
  font-size: 1.6rem;
  color: #fff;
}

.side02 .ulBox {
  padding: 56px 19px 10px;
  border: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.side02 .liBox {
  width: calc((100% - 30px) / 2);
  margin: 0 30px 20px 0;
}

.side02 .liBox:nth-child(2n) {
  margin: 0 0 20px;
}

.side02 .liBox a {
  display: block;
  height: 49px;
  background: url(./img/side02.png) 100% 0 no-repeat;
  text-align: center;
  font-weight: 700;
}


/* side03 */
.side03 {
  margin: 0 0 30px;
  padding: 36px 0 0;
  background: url("./img/eng_idx.svg") 10px 0 no-repeat;
  background-size: 48px auto;
}

.side03 .ulBox {
  border-top: 2px solid #000;
}

.side03 .liBox {
  border-bottom: 1px solid #000;
}

.side03 .liBox:last-child {
  border: none;
}

.side03 .liBox a {
  display: block;
  padding: 10px 25px 10px 10px;
  background: url("./img/arrow_bk.svg") calc(100% - 10px) calc(50% - 3px) no-repeat;
  background-size: 22px auto;
  font-size: 1.4rem;
}

/* side04 */
.side04 {
  position: relative;
  padding: 14px 0 20px;
  border: 1px solid #000;
  box-shadow: rgba(0, 0, 0, 1.0) 6px 6px 0 0;
  text-align: center;
}

.side04 .catch {
  margin: 0 0 6px;
  padding: 0 20px 0 0;
  font-size: 1.4rem;
  text-align: right;
}

.side04 .catch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 140px;
  height: 1px;
  background: #ec6b2e;
}

.side04 .sttl {
  font-size: 1.8rem;
}

.side04 .caption {
  padding: 0 10px 4px;
}

.side04 .btn-web {
  margin: 15px auto 0 !important;
  padding: 0 19px;
}

.side04 .btn-web p {
  width: 100%;
  padding: 8px 70px 10px 20px;
  box-shadow: none;
  text-align: left;
  font-size: 1.5rem;
  color: #FFF;
  font-weight: bold;
  line-height: 1.5;
}

.side04 .btn-web p::before {
  top: auto;
  bottom: 10px;
  right: 28px;
  width: 56px;
  height: 100%;
  background: url("./img/side04_ck.svg") 99% 99% no-repeat;
  background-size: 56px auto;
}







/* ================== */
/*  PC共通パーツ　*/
/* ================== */

/* p */
.mainWrap p,
.index p {
  margin: 0 0 15px 0;
  padding: 0 0;
  word-break: break-all;
  line-height: 2.1;
}


.h1Box {
  position: relative;
}

.h1Box h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 40px;
  padding: 20px 0 36px;
  border-bottom: 2px solid #000;
  font-size: 4.2rem;
}

.h1Box h1::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -100vw;
  width: 100vw;
  height: 2px;
  background: #000;
}


.mainWrap h2 {
  position: relative;
  margin: 50px 0;
  padding: 17px 20px 20px;
  background: #f4f4f4;
  font-size: 2.7rem;
}

.mainWrap h2::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -8px;
  right: -8px;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
}

.mainWrap h2 a {
  position: relative;
  display: block;
  padding: 0 45px 0 0;
  background: url("./img/arrow_bk.svg") 99% calc(50% + 1px) no-repeat;
  background-size: 30px auto;
}



.mainWrap h3 {
  position: relative;
  margin: 40px 0 10px;
  padding: 10px 30px 12px 24px;
  font-size: 2.3rem;
}

.mainWrap h3::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 8px;
  height: calc(100% - 30px);
  background: #a9a17d;
}

.mainWrap h3 a {
  position: relative;
  display: block;
  padding: 0 45px 0 0;
  background: url("./img/arrow_bk.svg") 99% calc(50% + 1px) no-repeat;
  background-size: 30px auto;
}

.mainWrap h3::before {}

.mainWrap h3:after {}



.mainWrap h4,
.mainWrap h5,
.mainWrap h6 {
  position: relative;
  margin: 20px 0 10px;
  padding: 14px 10px 14px 0;
  border-bottom: 1px solid #000;
  font-size: 1.9rem;
  color: #807d65;
}

.mainWrap h4::before,
.mainWrap h5::before,
.mainWrap h6::before {}

.mainWrap h4 a,
.mainWrap h5 a,
.mainWrap h6 a {
  position: relative;
  display: block;
  padding: 0 40px 0 0;
  background: url("./img/arrow_bk.svg") 99% calc(50% + 1px) no-repeat;
  background-size: 28px auto;
  color: #807d65;
}





/* ulol */
.mainWrap ul,
.index ul,
#mainVis ul {
  margin: 20px 0 20px;
  padding: 10px 10px 0;
}

.mainWrap ul li,
.index ul li,
#mainVis ul li {
  position: relative;
  padding: 3px 0 3px 22px;
}

.mainWrap ul li::before,
.index ul li::before {
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #a9a17d;
}

.mainWrap ol {
  margin: 20px 0 20px;
  padding: 10px 10px 0;
}

.mainWrap ol li {
  padding: 3px 0 3px 22px;
  list-style: none;
  position: relative;
  counter-increment: number;
}

.mainWrap ol li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 15px;
  height: 12px;
  padding: 2px 0 2px;
  background: #ec6b2e;
  color: #fff;
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.0;
  font-size: 1.2rem;
  font-family: Arial, Helvetica, " sans-serif";
  font-weight: 700;
}


.mainWrap ol li:nth-child(-n + 9):before {
  content: counter(number);
}

.mainWrap ol li:nth-child(n + 10):before {
  content: counter(number);
}


.mainWrap li a,
.index li a {
  text-decoration: underline;
}

.mainWrap li a:hover,
.index li a:hover {
  text-decoration: none;
}




/* btns */
.btn-internal,
.btn-web,
.btn-tel {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 30px auto !important;
}

.btn-internal a,
.btn-web a,
.btn-tel a {
  position: relative;
  display: inline-block !important;
  width: 360px;
  padding: 20px 60px 22px;
  box-shadow: rgba(204, 204, 204, 1.0) 6px 6px 0 0;
  text-align: center;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}


.btn-internal a {
  background: #a9a17d;
}

.btn-internal a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: 30px;
  height: 100%;
  background: url("./img/arrow_wt.svg") 99% calc(50% - 2px) no-repeat;
  background-size: 30px auto;
}

.btn-internal a::after {}

.btn-internal a:hover {}

.btn-internal a:hover::after {}


.btn-web {}

.btn-web a,
.btn-web p {
  background: #ec6b2e;
}

.btn-web a::before,
.btn-web p::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: 30px;
  height: 100%;
  background: url("./img/arrow_wt.svg") 99% calc(50% - 2px) no-repeat;
  background-size: 30px auto;
}

.btn-web a::after {}

.btn-web a:hover {}

.btn-web a:hover::after {}


.btn-tel {
  display: none;
}

.btn-tel a {
  background: #89b466;
}

.btn-tel a::before {
  content: "";
  top: 0;
  left: 20px;
  position: absolute;
  width: 28px;
  height: 100%;
  background: url(./img/ico_tel.svg) 7% 50% no-repeat;
  background-size: 24px auto;
}

.btn-tel a::after {}

.btn-tel a:hover {}

.btn-tel a:hover::after {}




.btn-link {
  margin: 20px 0;
  text-align: right;
}

.btn-link a {
  position: relative;
  display: inline-block;
  padding: 4px 30px 5px 0;
  background: url("./img/arrow_bk.svg") 100% 50% no-repeat;
  background-size: 24px auto;
  line-height: 1.5;
  font-weight: 700;
  text-align: right;
  text-decoration: underline;
  text-decoration-color: #a9a17d;
}

.btn-link a:hover {
  text-decoration: none;
}







/* ================== */
/*  テーブル　　　　　*/
/* ================== */
table {
  width: 98%;
  margin: 60px auto;
}

table th {
  width: 22%;
  padding: 20px 16px;
  background: #f4f4f4;
  border: 1px solid #bababa;
  line-height: 1.6;
  text-align: center;
  font-weight: 900;
  word-break: break-all;
}

table td {
  background: #fff;
  border: 1px solid #bababa;
  padding: 20px 16px;
  line-height: 1.6;
  word-break: break-all;
}

table a {
  text-decoration: underline;
}

table a:hover {
  text-decoration: none;
}

table td .caption {
  white-space: normal;
}






/* ================== */
/*  PCカスタマイズ共通　*/
/* ================== */
.caption,
.source {
  margin: 8px 0 0;
  padding: 0 0 4px;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.3;
  color: #999;
  /*overflow: auto;*/
  letter-spacing: 0;
  text-align: center;
  word-break: break-all;
}

.caption a {
  display: inline;
  color: #999;
  text-decoration: underline;
}

.caption a:hover {
  text-decoration: none;
}

.marker {
  position: relative;
  /*background: linear-gradient(transparent 50%, rgba(204, 0, 0, .1) 0%) no-repeat bottom 2px left; */
  border-bottom: 3px solid #ec6b2e;
  padding: 1px 0 0;
  font-weight: 700;
}

.txt_bold {
  font-weight: 700;
  color: #ec6b2e;
}


/* float-wrap */

.mainWrap .float-wrap {
  margin: 50px 0;
  padding: 0 20px;
}

.mainWrap .float-wrap .catch {
  margin: 0 0 12px;
  font-size: 2.2rem;
}


.mainWrap .float-wrap .flame {
  position: relative;
}


.mainWrap .float-wrap img {
  width: auto;
}

.mainWrap .float-wrap p {
  margin: 0;
  padding: 0;
}

.mainWrap .float-wrap .fl {
  width: 320px;
  padding: 0 30px 20px 0;
  text-align: left;
}

.mainWrap .float-wrap .fr {
  width: 320px;
  padding: 0 0 20px 30px;
  text-align: left;
}

.mainWrap .float-wrap .ct {
  width: auto;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
}





/* ================== */
/*  追加パーツ*/
/* ================== */

/* mokuji_PC */
.mokuji {
  position: relative;
  margin: 100px 0;
  padding: 10px 0 20px 120px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
}

.mokuji #toc {
  position: relative;
}

.mokuji ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120px;
  width: 120px;
  height: 100%;
  background: url("./img/eng_idx.svg") 50% 50% no-repeat;
  background-size: auto 18px;
}


.mokuji ul {
  margin: 0;
  padding: 10px 0;
}

.mokuji ul li {
  position: relative;
  margin: 2px 0;
  padding: 2px 0 2px 55px;
  text-align: left;
  line-height: 1.4;
}

.mokuji #toc>ul>li {
  counter-increment: count;
}

.mokuji #toc>ul>li::before {
  content: "0" counter(count)".";
  position: absolute;
  top: 15px;
  left: 0;
  transform: translate(0, -50%);
  background: none;
  font-size: 1.6rem;
  font-weight: 700;
}

.mokuji li a {
  padding: 0;
  width: 0;
  background: none;
  font-weight: 700;
  text-decoration: none;
}

.mokuji li a:last-child {
  display: inline-block;
  width: auto;
  padding: 6px 50px 8px 0;
  background: url(./img/arrow_bw.svg) calc(100% - 20px) 50% no-repeat;
  background-size: 24px auto;
  font-size: 1.6rem;
}

.mokuji .contents_btn {
  position: absolute;
  left: calc(50% - 80px);
  bottom: -20px;
  width: 160px;
  padding: 8px 30px;
  border: 1px solid #000;
  background: url(./img/plus.svg) calc(100% - 12px) 50% no-repeat #fff;
  background-size: 12px auto;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
}

.mokuji .contents_btn.boxclose {
  background: url(./img/minus.svg) calc(100% - 12px) 50% no-repeat #fff;
  background-size: 12px auto;
}

.mokuji li br {
  display: none;
}





/* links_PC */
.links {
  position: relative;
  margin: 100px 0;
  padding: 10px 0 10px 120px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
}

.links #toc2 {
  position: relative;
}

.links ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120px;
  width: 120px;
  height: 100%;
  background: url("./img/eng_links.svg") 50% 50% no-repeat;
  background-size: auto 18px;
}


.links ul {
  margin: 0;
  padding: 10px 0;
}

.links ul li {
  position: relative;
  margin: 2px 0;
  padding: 2px 0 2px 0;
  text-align: left;
  line-height: 1.4;
}

.links ul li::before {
  width: 0;
  height: 0;
  background: none;
  border: none;
}

.links li a {
  padding: 0;
  width: 0;
  background: none;
  text-decoration: none;
}

.links li a:last-child {
  display: inline-block;
  width: auto;
  padding: 6px 50px 8px 0;
  background: url(./img/arrow_bw.svg) calc(100% - 20px) 50% no-repeat;
  background-size: 24px auto;
}






/* comm_PC */
.comm {
  position: relative;
  margin: 100px 0;
}

.comm .imgArea {
  position: relative;
  width: 240px;
  float: left;
  margin: 10px 0 0 10px;
}

.comm .flame {
  position: relative;
}

.comm .flame::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.comm .imgArea .phcap {
  position: absolute;
  bottom: 10px;
  left: -10px;
  width: 180px;
  padding: 4px 10px;
  background: #000;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.comm .flame img {
  width: 100%;
}

.comm .txtArea {
  width: 470px;
  float: right;
}

.comm .catch {
  margin: 20px 0 12px;
}

.comm .catch::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  width: 100%;
  height: 100%;
  background: url("./img/wquote.svg") 0 0 no-repeat;
  background-size: 30px auto;
}



/* matome_PC */
.matome {
  position: relative;
  margin: 100px 0;
  padding: 25px 10px 10px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
}

.matome .flame {
  display: table;
}

.matome .logo {
  display: table-cell;
  width: 135px;
  padding: 0 15px 0 0;
  vertical-align: middle;
}

.matome .catch {
  display: table-cell;
  vertical-align: middle;
}

.matome .btnArea {
  padding: 0 0 15px;
  display: flex;
}

.matome .btnArea .btn-internal,
.matome .btnArea .btn-web {
  width: 40%;
  margin: 20px 4% !important;
}

.matome .btnArea .btn-internal a,
.matome .btnArea .btn-web a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
}




/* intv_PC */

.intvWrap {
  margin: 100px 0;
}


.intv {
  position: relative;
  padding: 0 0 30px;
}

.intv::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 173px;
  height: 228px;
  background: #fff;
  border: 1px solid #000;
}

.intv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  width: 21px;
  height: 88px;
  background: url(./img/eng_intv.svg) 0 0 no-repeat;
  background-size: 21px auto;
}

.intv .flame {
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 35px;
}

.intv .sttl {
  margin: 0 50px 14px 280px;
  font-size: 1.8rem;
  vertical-align: middle;
}

.intv .sttl .bBox {
  display: inline-block;
  margin: 0 12px 0 0;
  padding: 4px 10px 6px;
  background: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  vertical-align: middle;
}

.intv .mainArea {
  position: relative;
  margin: 0 0 0 155px;
  padding: 25px 30px 35px 132px;
  background: #f4f4f4;
  box-shadow: rgba(0, 0, 0, 1.0) 10px 10px 0 0;
}

.intv .catch {
  padding: 0 20px 0 0;
}

.intvWrap .intv .flame .imgBox img {
  max-width: 35%;
}

.qa {
  margin: 30px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #000;
}

.qa dt {
  position: relative;
  margin: 0 0 10px;
  padding: 10px 0 10px 48px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}

.qa dt::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 35px;
  height: 100%;
  background: url(./img/eng_q1.svg) 0 0 no-repeat;
  background-size: 31px auto;
}

.qa dd {
  position: relative;
  padding: 15px 0 15px 48px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.7;
}

.qa dd::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 40px;
  height: 100%;
  background: url(./img/eng_a.svg) 0 0 no-repeat;
  background-size: 38px auto;
}

.qa dt * {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #000;
}

.qa dt *::before {
  width: 0;
  height: 0;
  background: none;
  border: none;
}

.qa dd * {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 2.0rem;
  line-height: 1.7;
  color: #000;
}

.qa dd *::before {
  width: 0;
  height: 0;
  background: none;
  border: none;
}





/* intv2_PC */
.intv2 {
  margin: 100px 0;
}

.intv2 .headArea {
  margin: 0 0 40px;
  border-top: 2px solid #000;
}

.intv2 .headArea .eng {
  padding: 8px 0 25px;
  font-size: 1.2rem;
}

.intv2 .headArea .sttl {
  padding: 0 0 0 45px;
}

.intv2 .ulBox {
  display: flex;
  flex-wrap: wrap;
}

.intv2 .liBox {
  width: calc((100% - 30px) / 2);
  margin: 0 30px 40px 0;
}

.intv2 .liBox:nth-child(2n) {
  margin: 0 0 30px;
}

.intv2 .liBox .flame {
  position: absolute;
  top: -12px;
  left: 8px;
  width: 108px;
}

.intv2 .liBox a {
  position: relative;
  padding: 0 20px 25px 120px;
  background: url(./img/intv2_more.svg) 100% 100% no-repeat;
  background-size: 350px auto;
}

.intv2 .liBox p {
  display: flex;
  align-items: center;
  margin: 15px 0 5px;
  font-weight: 700;
  line-height: 1.7;
}

.intv2 .liBox a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 92px;
  background: #fff;
  border: 1px solid #000;
}

.intv2 .liBox a:hover img {
  opacity: 1;
}

/* hosts_PC */
.hosts {
  margin: 100px 0;
  padding: 30px 30px 10px;
  border: 1px solid #000;
}

.hosts .sttl {
  margin: 0 0 30px;
  padding: 12px 20px 14px;
  background: #000;
  line-height: 1.3;
  color: #fff;
}

.hosts .sttl .fontS {
  font-size: 1.2rem;
  font-weight: 400;
}

.hosts .sttl .fontL {
  font-size: 2.6rem;
  vertical-align: middle;
}

.hosts .imgArea {
  width: 300px;
  float: right;
  margin: 0 0 0 30px;
}

.hosts .btn-web {
  margin: 20px auto !important;
}

.hosts .btn-link {
  text-align: center;
}

.hosts .btn-link a {
  padding: 4px 30px 5px;
}


/* End_PC */





@media screen and (max-width: 480px) {


  /*------------
common--480px
------------*/

  html {}

  .mainWrap .catch,
  .mainWrap .sttl,
  .index .catch,
  .index .sttl {
    font-size: 1.8rem;
  }

  #contents {
    position: relative;
    z-index: 0;
  }




  body {
    min-width: 320px;
    text-align: left;
    line-height: 2.0;
    word-break: break-all;
    overflow-x: hidden;
  }


  .sp,
  .sp_br {
    display: block !important;
  }

  .pc,
  .pc_br {
    display: none !important;
  }

  img:not([width]) {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  a {
    text-decoration: none;
  }

  a:hover,
  a:hover img {
    opacity: 1;
  }

  .areaInner {
    width: auto;
    margin: 0;
  }

  .fontL {
    font-size: 125%;
  }



  /* notice 30px_4% */




  /*--------------------------------------
　body_SP
---------------------------------------*/
  body {}



  /*--------------------------------------
　Header_SP
---------------------------------------*/
  #header {
    position: relative;
    z-index: 1;
    padding: 8px 15% 10px;
    background: #777;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #fff;
    text-align: center;
  }

  .fixHead {
    position: relative;
    z-index: 12;
    padding: 18px 4%;
    background: #ebebeb;
  }

  .headers .logoImg {
    width: 110px;
    float: left;
    margin: 3px 10px 0 0;
  }

  .headers .logoTxt {
    width: 65%;
    float: left;
    font-size: 1.0rem;
    line-height: 1.2;
  }

  .headers .logoTxt .line1 {
    display: block;
    margin: 0 0 3px;
    padding: 0 0 4px;
    border-bottom: 1px solid #000;
    font-size: 1.1rem;
  }

  .headers .logoTxt .line2 {
    display: block;
    margin: 0 0 2px;
  }

  .headers .logoTxt .fontL {
    font-size: 1.6rem;
    font-weight: 700;
  }


  .fixHead.m_fixed {
    position: static;
  }





  /*--------------------------------------
　page-top_SP
---------------------------------------*/
  #page-top-sp {
    position: fixed;
    z-index: 101;
    bottom: 65px;
    right: 10px;
    width: 55px;
  }

  #page-top-sp {
    transition: .3s;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
  }

  /*このクラスが付与されると表示する*/
  #page-top-sp.active {
    opacity: 1;
    visibility: visible;
  }

  /*このクラスが付与されると表示する*/
  #page-top-sp.absolute {}

  /*--------------------------------------
　fixBan_SP
---------------------------------------*/
  #fixBan_sp {
    position: fixed;
    z-index: 102;
    bottom: 0;
    right: 0;
    width: 179px;
    transition: .3s;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
  }

  /*このクラスが付与されると表示する*/
  #fixBan_sp.active {
    opacity: 1;
    visibility: visible;
  }

  /*このクラスが付与されると表示する*/
  #fixBan_sp.absolute {}






  /*--------------------------------------
　Global Nav_SP
---------------------------------------*/

  /* ハンバーガーメニュー */
  #gNav #showRight {
    width: 41px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 10000;
  }

  #gNav button.active {
    background: url(./img/sp-btn-menu_off.png) 0 0 no-repeat;
    background-size: 41px auto;
  }

  #gNav button.active img {
    opacity: 0;
  }


  /* General styles for all menus */
  .cbp-spmenu {
    position: fixed;
    padding: 50px 0 0;
    background: #000000;
    /*overflow: auto;*/
  }


  .cbp-spmenu #mainMenu {
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
    position: relative;
    z-index: 1;
    overflow: auto;
    margin: 0 0;
    padding: 20px 0 0;
    height: 100%;
    /*border-top: 1px solid #cccccc;*/
  }

  .cbp-spmenu #mainMenu::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari 対応 */
  }


  .cbp-spmenu a {
    display: block;
    padding: 14px 10% 14px;
    text-decoration: none;
    line-height: 1.3;
    font-size: 1.4rem;
    color: #fff;
  }

  .cbp-spmenu li a {
    padding: 16px 10% 16px;
  }

  .cbp-spmenu .sttl {
    margin: 0;
    font-size: 1.6rem;
  }

  .cbp-spmenu .sttl a {
    background: url(./img/arrow_wt.svg) 96% 50% no-repeat;
    background-size: 19px auto;
  }

  .cbp-spmenu .sttl.tglMenu a {
    background: url(./img/arrow_wt_down2.svg) 95% 50% no-repeat;
    background-size: 13px auto;
  }

  .cbp-spmenu .sttl.open a {
    background: url(./img/arrow_wt_up2.svg) 95% 50% no-repeat;
    background-size: 13px auto;
  }

  .cbp-spmenu .home a {
    background: url("./img/arrow_wt.svg") 96% 50% no-repeat;
    background-size: 19px auto;
  }

  .cbp-spmenu li a {
    background: url(./img/arrow_wt.svg) 96% 50% no-repeat #666666;
    background-size: 19px auto;
    padding: 14px 10% 14px calc(5% + 1em);
  }

  .cbp-spmenu a:hover {
    opacity: 1;
  }

  .cbp-spmenu a:active {}

  /* Orientation-dependent styles for the content of the menu */
  .cbp-spmenu-vertical {
    /*width: calc(100% - 100px);*/
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
  }

  .cbp-spmenu-vertical a {
    border-bottom: 1px solid #999999;
    padding: 16px 10% 16px 5%;
  }

  .cbp-spmenu-vertical .home a {
    border-bottom: 1px solid #999999;
  }

  .cbp-spmenu-vertical .smap .home a {
    border-top: none;
  }



  /* Vertical menu that slides from the left or right */
  .cbp-spmenu-right {
    opacity: 0;
    right: -100%;
    /*right: -280px;*/
    /*right: 0;*/
  }

  .cbp-spmenu-right.cbp-spmenu-open {
    opacity: 1;
    right: 0;
    z-index: 1000;
  }


  /* Transitions */
  .cbp-spmenu,
  .cbp-spmenu-push {
    transition: all 0.3s ease;
  }

  #gNav .accChild {
    display: none;
  }

  body.body-fix {
    overflow: hidden;
  }





  /*--------------------------------------
Main Contents_SP
---------------------------------------*/

  #contents {
    position: relative;
    overflow-x: hidden;
    z-index: 13;
    width: 100%;
    padding: 0 0 0;
  }


  .mainWrap {
    position: relative;
    margin: 0 0 50px;
    padding: 0 0 0;
    width: auto;
    float: none;
  }

  .mainWrap .areaInner {
    width: auto;
  }


  .headNote {
    width: auto;
    margin: 0 0 40px;
    padding: 15px 5% 0;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5;
  }





  /* ================== */
  /*  pankuzu_SP　*/
  /* ================== */

  #pankuzuWrap {
    overflow: auto;
    white-space: nowrap;
    margin: 0 4%;
    padding: 4px 0 6px;
    position: static;
    box-sizing: border-box;
    width: auto;
  }

  #pankuzuWrap::-webkit-scrollbar {
    height: 3px;
  }

  #pankuzuWrap::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #ddd;
  }

  #pankuzuWrap::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #bbb;
  }

  #pankuzu {
    box-sizing: border-box;
    width: 100%;
    padding: 0.3em 0;
    font-size: 1.1rem;
  }

  #pankuzu a {}




  /* ================== */
  /*  footer_SP　*/
  /* ================== */


  footer {
    width: 100%;
    padding: 0 0 40px;
    background: #000;
  }

  footer .footInner {
    width: auto;
    margin: 0;
    padding: 40px 0 10px;
    min-width: 0;
  }

  footer .logoArea {
    width: auto;
    float: none;
    margin: 0 4% 40px;
  }

  footer .logoImg {
    width: 110px;
    float: left;
    margin: 3px 10px 0 0;
  }

  footer .logoTxt {
    width: 65%;
    float: left;
    font-size: 1.0rem;
    line-height: 1.2;
  }

  footer .logoTxt .line1 {
    display: block;
    margin: 0 0 3px;
    padding: 0 0 4px;
    border-bottom: 1px solid #000;
    font-size: 1.1rem;
  }

  footer .logoTxt .line2 {
    display: block;
    margin: 0 0 2px;
  }

  footer .logoTxt .fontL {
    font-size: 1.6rem;
    font-weight: 700;
  }


  footer a {
    line-height: 1.4;
    font-size: 1.3rem;
  }

  footer .linkArea {
    width: auto;
    min-width: 0;
    float: none;
  }


  footer .footBox {
    margin: 0 0 0;
    /*z-index: 0;*/
  }

  .footBox:first-of-type {
    border-top: 1px solid #999999;
  }

  .footBox a {
    text-decoration: none;
  }

  .footBox a:hover {
    opacity: 1;
  }


  .footBox .sttl {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
  }

  .footBox .sttl a {
    display: block;
    padding: 1.2em 10% 1.3em 4%;
    font-size: 1.4rem;
    background: url(./img/arrow_wt_down2.svg) 95% 50% no-repeat;
    background-size: 13px auto;
    border-bottom: 1px solid #999999;
    text-align: left;
  }

  .footBox>ul {
    padding: 0;
  }

  .footBox li {
    display: block;
  }


  .footBox li:after {
    content: "";
  }

  .footBox li a {
    display: block;
    padding: 1.0em 10% 1.0em 10.5%;
    background: url(./img/arrow_wt.svg) 96% 50% no-repeat;
    background-size: 19px auto;
    border-bottom: 1px solid #999999;
    text-align: left;
    font-size: 1.4rem;
  }

  .footBox li li a {
    padding: 1.0em 7% 1.0em 16.5%;
  }


  .footBox li a.ssttl {
    display: block;
    padding: 1.0em 7% 1.0em 4.5%;
    background: url(./img/arrow_wt.svg) 96% 50% no-repeat;
    background-size: 19px auto;
    border-bottom: 1px solid #999999;
  }

  .footBox li.sp a {
    padding: 1.1em 7% 1.1em 4.5%;
  }

  /* サイトマップ */
  footer .smap .sttl a {
    background: url(./img/arrow_wt.svg) 96% 50% no-repeat;
    background-size: 19px auto;
    font-size: 1.4rem;
  }


  .footBox.accordion .accChild {
    display: none;
    /*background: #d2ebee;*/
  }

  .footBox.accordion .accChild a {
    background: url(./img/arrow_wt.svg) 96% 50% no-repeat #666666;
    background-size: 19px auto;
    border-bottom: 1px solid #999999;
  }

  .footBox.accordion .open a {
    background: url(./img/arrow_wt_up2.svg) 95% 50% no-repeat;
    background-size: 13px auto;
  }

  .footBox.accordion .open a.ssttl {
    background: url(./img/arrow_wt_down2.svg) 95% 50% no-repeat;
    background-size: 13px auto;
  }

  .footBox ul.subList {
    display: block;
    margin: 0 0 0;
  }

  .footBox ul.subList>li:first-child::before {
    content: "";
    margin: 0;
  }

  .footBox ul.subList li:after {
    content: "";
  }



  footer .noticeArea {
    position: static;
    width: auto;
    margin: 0 0;
    padding: .5em 0 0;
  }

  footer .noticeArea p {
    font-size: 1.1rem;
    text-align: left;
  }

  footer .noticeArea p:nth-child(1) {
    padding: 12px 5% 0;
  }

  footer .noticeArea p.botPrg {
    margin: 0 0 20px;
    padding: 0 0 0;
    text-align: center;
  }

  footer .botArea {
    width: auto;
    margin: 0 0;
    padding: 0 1% 20px;
    text-align: center;
  }

  footer .botArea .copy {
    padding: 0 5% 10px;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.6;
  }

  footer .botArea a {
    display: block;
    text-decoration: none;
    font-size: 1.1rem;
  }




  /* ================== */
  /*  SP共通パーツ　*/
  /* ================== */

  /* p */
  .mainWrap p,
  .index p {
    margin: 1rem 0;
    padding: 0 5%;
    line-height: 1.8;
  }


  .h1Box {
    position: relative;
    margin: 0 0 3px;
  }

  .h1Box h1 {
    margin: 0 5% 20px;
    padding: 40px 5% 20px 0;
    border-bottom: 2px solid #000;
    font-size: 2.6rem;
  }

  .h1Box h1::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: -100vw;
    width: 100vw;
    height: 2px;
    background: #000;
  }

  .h1Box h1::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    width: 40px;
    height: 20px;
    background: url("./img/eng_topic.svg") 0 0 no-repeat;
    background-size: 40px auto;
  }


  .mainWrap h2 {
    position: relative;
    margin: 20px 5% 15px;
    padding: 15px 4% 18px;
    background: #f4f4f4;
    font-size: 2.4rem;
  }

  .mainWrap h2::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -5px;
    right: -5px;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
  }

  .mainWrap h2 a {
    position: relative;
    display: inline-block;
    padding: 0 12% 0 0;
    background: url("./img/arrow_bk.svg") 99% calc(50% + 2px) no-repeat;
    background-size: 20px auto;
  }


  .mainWrap h3 {
    position: relative;
    margin: 30px 5%;
    padding: 5px 2% 6px 4%;
    font-size: 2.0rem;
  }

  .mainWrap h3::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: calc(100% - 12px);
    background: #a9a17d;
  }

  .mainWrap h3 a {
    position: relative;
    display: block;
    padding: 0 12% 0 0;
    background: url("./img/arrow_bk.svg") 99% calc(50% + 2px) no-repeat;
    background-size: 20px auto;
  }

  .mainWrap h3::before {}

  .mainWrap h3:after {}




  .mainWrap h4,
  .mainWrap h5,
  .mainWrap h6 {
    margin: 20px 5%;
    padding: 8px 2% 10px;
    border-bottom: 1px solid #000;
    font-size: 1.8rem;
    color: #807d65;
  }

  .mainWrap h4::before,
  .mainWrap h5::before,
  .mainWrap h6::before {}

  .mainWrap h4 a,
  .mainWrap h5 a,
  .mainWrap h6 a {
    padding: 2px 12% 2px 0;
    background: url("./img/arrow_bk.svg") 99% calc(50% + 2px) no-repeat;
    background-size: 20px auto;
    color: #807d65;
  }




  .mainWrap ul {
    margin: 1.5em 4% 1.5em;
    padding: 0.5em 1% 0;
  }

  .mainWrap ul li {
    padding: 0 0 .4rem 1.7rem;
  }

  .mainWrap ul li::before,
  .index ul li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #a9a17d;
  }


  .mainWrap ol {
    margin: 1.5em 4% 1.5em;
    padding: 0.5em 1% 0;
  }

  .mainWrap ol li {
    padding: 0 0 .4rem 2.0rem;
  }

  .mainWrap ol li::before {
    width: 1.4rem;
    height: 1.5rem;
    top: 9px;
    left: 0;
    box-sizing: border-box;
    padding: 0.15em 0 0;
    letter-spacing: 0;
    line-height: 1.0;
    font-size: 1.2rem;
  }







  /*  btns*/
  .btn-internal,
  .btn-web,
  .btn-tel,
  .btn-link {
    width: 85%;
    margin: 1.5em auto !important;
    padding: 0 !important;
  }


  .btn-internal a,
  .btn-web a,
  .btn-tel a {
    position: relative;
    display: block !important;
    width: auto;
    padding: 1.1em 12% 1.2em;
    box-shadow: rgba(204, 204, 204, 1.0) 4px 4px 0 0;
    font-size: 1.5rem;
  }

  .btn-internal a::before {
    top: 0;
    right: 12px;
    width: 20px;
    height: 100%;
    background: url("./img/arrow_wt.svg") 99% calc(50% - 2px) no-repeat;
    background-size: 20px auto;
  }

  .btn-internal a:hover {
    opacity: 1;
  }


  .btn-web a::before {
    top: 0;
    right: 12px;
    width: 20px;
    height: 100%;
    background: url("./img/arrow_wt.svg") 99% calc(50% - 2px) no-repeat;
    background-size: 20px auto;
  }

  .btn-web a:hover {
    opacity: 1;
  }




  .btn-tel {
    display: block;
  }

  .btn-tel a::before {
    top: 0;
    left: 20px;
    width: 24px;
    height: 100%;
    background: url(./img/ico_tel.svg) 0 50% no-repeat;
    background-size: 24px auto;
  }

  .btn-tel a::after {}

  .btn-tel a:hover {}


  .btn-link {
    margin: 20px 0;
    text-align: right;
  }

  .btn-link a {
    position: relative;
    display: inline-block;
    padding: 4px 8% 4px 0;
    background: url("./img/arrow_bk.svg") 100% 50% no-repeat;
    background-size: 20px auto;
    line-height: 1.5;
    font-weight: 700;
    text-align: right;
    text-decoration: underline;
    text-decoration-color: #a9a17d;
  }

  .btn-link a:hover {
    text-decoration: underline;
  }


  /* ================== */
  /*  テーブル　　　　　*/
  /* ================== */

  table {
    width: 88%;
    margin: 40px auto;
    border-bottom: 1px solid #bababa;
  }

  table th {
    width: 100%;
    display: block;
    padding: 1.5rem 2rem;
    border-bottom: none;
    line-height: 1.3;
    text-align: center;
  }

  table td {
    width: 100%;
    display: block;
    padding: 1.5rem 2rem;
    border-bottom: none;
    line-height: 1.4;
    text-align: center;
  }










  /* ================== */
  /*  SPカスタマイズ共通　*/
  /* ================== */
  .caption,
  .source {
    margin: 0.6em 0 0;
    font-size: 1.0rem;
    line-height: 1.3;
    word-break: break-all;
    color: #999;
  }

  .caption a:hover {
    text-decoration: underline;
  }


  .marker {
    border-bottom: 2px solid #ec6b2e;
  }



  /*  float-wrap */

  .mainWrap .float-wrap .flame {
    position: relative;
  }

  .mainWrap .float-wrap {
    margin: 2.5em 6%;
    padding: 0 1%;
  }

  .mainWrap .float-wrap .catch {
    margin: 0em 0 0.4em;
    line-height: 1.7;
    font-size: 1.8rem;
  }

  .mainWrap .float-wrap p {
    margin: 0;
    padding: 0;
  }

  .mainWrap .float-wrap .fl,
  .mainWrap .float-wrap .fr,
  .mainWrap .float-wrap .ct {
    float: none;
    padding: 0 0 0.5em;
    width: 100%;
    width: auto;
    text-align: left;
  }

  .mainWrap .float-wrap .fl.t_small {
    width: 40%;
    float: left;
    padding: 0 5% 0 0;
  }

  .mainWrap .float-wrap .fr.t_small {
    width: 40%;
    float: right;
    padding: 0 0 0 5%;
  }

  .mainWrap .float-wrap img {}



  /* ================== */
  /*  追加パーツ*/
  /* ================== */


  /* mokuji_SP */
  .mokuji {
    position: relative;
    margin: 80px 5%;
    padding: 55px 2% 15px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
  }

  .mokuji #toc {
    position: relative;
  }

  .mokuji ul::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./img/eng_idx.svg") 50% 0 no-repeat;
    background-size: auto 18px;
  }


  .mokuji ul {
    margin: 0;
    padding: 10px 0;
  }

  .mokuji ul li {
    position: relative;
    margin: 2px 0;
    padding: 2px 0 2px 12%;
    text-align: left;
    line-height: 1.4;
  }

  .mokuji #toc>ul>li {
    counter-increment: count;
  }

  .mokuji #toc>ul>li::before {
    content: "0" counter(count)".";
    position: absolute;
    top: 13px;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    background: none;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .mokuji li a {
    padding: 0;
    width: 0;
    background: none;
    font-weight: 700;
    text-decoration: none;
  }

  .mokuji li a:last-child {
    display: inline-block;
    width: auto;
    padding: 6px 10% 8px 0;
    background: url(./img/arrow_bw.svg) calc(100% - 2px) 50% no-repeat;
    background-size: 20px auto;
    font-size: 1.5rem;
  }

  .mokuji .contents_btn {
    position: absolute;
    left: 30%;
    bottom: -16px;
    width: 40%;
    padding: 7px 5% 8px;
    border: 1px solid #000;
    background: url(./img/plus.svg) calc(100% - 12px) 50% no-repeat #fff;
    background-size: 12px auto;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
  }

  .mokuji .contents_btn.boxclose {
    background: url(./img/minus.svg) calc(100% - 12px) 50% no-repeat #fff;
    background-size: 12px auto;
  }







  /* links_SP */
  .links {
    position: relative;
    margin: 80px 5%;
    padding: 55px 2% 10px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
  }

  .links #toc2 {
    position: relative;
  }

  .links ul::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./img/eng_links.svg") 50% 0 no-repeat;
    background-size: auto 18px;
  }


  .links ul {
    margin: 0;
    padding: 10px 0;
  }

  .links ul li {
    position: relative;
    margin: 2px 0;
    padding: 2px 0 2px 0;
    text-align: left;
    line-height: 1.4;
  }

  .links ul li::before {
    width: 0;
    height: 0;
    background: none;
    border: none;
  }

  .links li a {
    padding: 0;
    width: 0;
    background: none;
    font-weight: 400;
    text-decoration: none;
  }

  .links li a:last-child {
    display: inline-block;
    width: auto;
    padding: 6px 10% 8px 0;
    background: url(./img/arrow_bw.svg) calc(100% - 2px) 50% no-repeat;
    background-size: 20px auto;
    font-size: 1.5rem;
  }




  /* comm_SP */
  .comm {
    position: relative;
    margin: 80px 5%;
  }

  .comm .imgArea {
    position: relative;
    width: 35%;
    float: left;
    margin: 5px 2rem 0 5px;
  }

  .comm .flame {
    position: relative;
  }

  .comm .flame::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }

  .comm .imgArea .phcap {
    position: absolute;
    bottom: 5px;
    left: -5px;
    width: 10rem;
    padding: 2px 2% 4px;
    background: #000;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }

  .comm .flame img {
    width: 100%;
  }

  .comm .txtArea {
    width: auto;
    float: none;
  }

  .comm .catch {
    margin: 5px 0 20px;
  }

  .comm .catch::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./img/wquote.svg") 42% 0 no-repeat;
    background-size: 24px auto;
  }

  .comm p {
    padding: 0;
  }





  /* matome_PC */
  .matome {
    position: relative;
    margin: 80px 5%;
    padding: 15px 0 15px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
  }

  .matome .flame {
    display: table;
    margin: 0 0 15px;
  }

  .matome .logo {
    display: table-cell;
    width: 32%;
    padding: 0 15px 0 2%;
    vertical-align: middle;
  }

  .matome .catch {
    display: table-cell;
    vertical-align: middle;
  }

  .matome p {
    padding: 0;
  }

  .matome .btnArea {
    padding: 0 0;
    display: block;
  }

  .matome .btnArea .btn-internal,
  .matome .btnArea .btn-web {
    width: 85%;
    margin: 25px auto !important;
  }

  .matome .btnArea .btn-internal a,
  .matome .btnArea .btn-web a {
    display: block;
    width: 100%;
  }




  /* intv_PC */

  .intvWrap {
    margin: 80px 5%;
  }

  .intv {
    position: relative;
    padding: 0 0 20px;
  }

  .intv::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 12px;
    left: -5px;
    width: 87px;
    height: 114px;
    background: #fff;
    border: 1px solid #000;
  }

  .intv::after {
    content: "";
    position: absolute;
    top: 75px;
    right: 2%;
    width: 18px;
    height: 74px;
    background: url(./img/eng_intv.svg) 0 0 no-repeat;
    background-size: 18px auto;
  }

  .intv .flame {
    position: absolute;
    width: 35%;
    top: -5px;
    left: 10px;
  }

  .intv .sttl {
    margin: 0 8% 20px 40%;
    padding: 40px 0 0;
    font-size: 1.8rem;
    vertical-align: middle;
  }

  .intv .sttl .bBox {
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 2px 4% 4px;
    background: #000;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    vertical-align: middle;
  }

  .intv .mainArea {
    margin: 0 0 0;
    padding: 50px 5% 25px;
    background: #f4f4f4;
    box-shadow: rgba(0, 0, 0, 1.0) 8px 8px 0 0;
  }

  .intv .catch {
    padding: 0 0 0 0;
  }

  .intv p {
    padding: 0;
  }

  .intvWrap .intv .flame .imgBox img {
    max-width: 100%;
  }

  .qa {
    margin: 20px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #000;
  }

  .qa dt {
    position: relative;
    margin: 0 0 10px;
    padding: 5px 0 5px 10%;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.7;
  }

  .qa dt::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 22px;
    height: 100%;
    background: url(./img/eng_q1.svg) 0 0 no-repeat;
    background-size: 22px auto;
  }

  .qa dd {
    position: relative;
    padding: 5px 0 5px 10%;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.7;
  }

  .qa dd::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 26px;
    height: 100%;
    background: url(./img/eng_a.svg) 0 0 no-repeat;
    background-size: 26px auto;
  }

  .qa dt * {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1.7;
    color: #000;
  }

  .qa dt *::before {
    width: 0;
    height: 0;
    background: none;
    border: none;
  }

  .qa dd * {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font-size: 1.6rem;
    line-height: 1.7;
    color: #000;
  }

  .qa dd *::before {
    width: 0;
    height: 0;
    background: none;
    border: none;
  }




  /* intv2_PC */
  .intv2 {
    margin: 80px 5%;
  }

  .intv2 .headArea {
    margin: 0 0 20px;
    border-top: 2px solid #000;
  }

  .intv2 .headArea .eng {
    padding: 4px 0 15px;
    font-size: 1.2rem;
  }

  .intv2 .headArea .sttl {
    padding: 0 0 20px;
    font-size: 2.0rem;
    text-align: center;
  }

  .intv2 .ulBox {
    display: block;
  }

  .intv2 .liBox {
    width: auto;
    margin: 0 0 30px 0;
  }

  .intv2 .liBox:nth-child(2n) {
    margin: 0 0 30px;
  }

  .intv2 .liBox .flame {
    position: absolute;
    top: -5px;
    left: 7px;
    width: 88px;
  }

  .intv2 .liBox a {
    position: relative;
    min-height: 98px;
    padding: 0 0 15px 27%;
    background: url(./img/intv2_more.svg) 100% 100% no-repeat;
    background-size: 90% auto;
  }

  .intv2 .liBox p {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 1.5;
  }

  .intv2 .liBox a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 65px;
    background: #fff;
    border: 1px solid #000;
  }


  /* hosts_PC */
  .hosts {
    margin: 80px 5%;
    padding: 5% 5% 5px;
    border: 1px solid #000;
  }

  .hosts .sttl {
    margin: 0 0 20px;
    padding: 10px 4% 14px;
    background: #000;
    line-height: 1.3;
    color: #fff;
  }

  .hosts .sttl .fontS {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .hosts .sttl .fontL {
    font-size: 2.0rem;
    vertical-align: middle;
  }

  .hosts .imgArea {
    width: auto;
    float: none;
    margin: 0 0 10px;
  }

  .hosts p {
    margin: 15px 0 10px;
    padding: 0;
  }

  .hosts .btn-web {
    width: 100%;
    margin: 10px auto 20px !important;
  }

  .hosts .btn-link {
    width: 100%;
    text-align: center;
  }

  .hosts .btn-link a {
    padding: 4px 8% 4px;
  }





}

/* End_SP */