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

/*--------------------------------------------------------------------------
   reset
   ---------------------------------------------------------------------------*/
   h1,h2,h3,h4,h5,h6,p,span,small,dl,dt,dd,ol,ul,li {
    margin: 0;
    font-size: 100%;
  }
  h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li {
    line-height: 1.6;
  }
  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;
  }
  *,
  *::before,
  *::after { box-sizing: border-box; }
  .cf::after {
    content: "";
    display: block;
    clear: both;
  }

  .bold {
    color: #f19500;
    font-size: 1.8rem;
    font-weight: 700;
}
.marker {
    font-size: 1.8rem;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffc595 60%);
}


/*--------------------------------------
　Base
---------------------------------------*/
html { font-size: 62.5%; }
body {
  color: #333;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,"游ゴシック", YuGothic, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  min-width: 1100px;
  -webkit-font-smoothing: subpixel-antialiased;
}
img {
  max-width: 100%;
  height: auto;
}

.addParts02BoxPlan .addParts02BoxPlanBoxR img,
.addParts02BoxBenefit div img {
  max-height: 400px;
}


a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.fl { float: left; }
.fr { float: right; }
.strong { font-weight: bold; }
.f110 { font-size: 110%; }
.f120 { font-size: 120%; }
.f130 { font-size: 130%; }
.f150 { font-size: 150%; }
.f200 { font-size: 200%; }
.f300 { font-size: 300%; }
.contents p:not([class]) {
  margin: 20px auto;
}
.ind {
  padding-left:1em;
  text-indent:-1em;
  font-size: 12px;
}
/*--------------------------------------
　reset
---------------------------------------*/


/*--------------------------------------
　Header
---------------------------------------*/
header .headTopWrap {
  background: #ffdf64;
  padding:6px;
  color: #222;
}
header .headTopWrap a {}
header .headTopArea {
  width: 1100px;
  margin:0 auto;  
}
header .headTopArea .rightTxt {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: right;
}


/*--------------------------------------
　visArea
---------------------------------------*/
#visArea {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
#visArea .mainArea {
  display: table;
  height: 120px;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}
#visArea .mainArea .mainAreaInner {
  display: table-cell;
  vertical-align: middle;
}
#visArea .mainArea .siteNameArea { margin: 0; }
#visArea .mainArea .siteName {
  box-sizing:border-box;
  width: 660px;
  margin:0 auto;
  padding:15px 10px;
  text-align: center;
}
#visArea .mainArea .siteName img { margin: 0 auto; }


/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav.pc { display:none !important; }
/*#g-nav {  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
#g-nav::before {
  content: "";
  background: linear-gradient(to right, rgba(187,187,187,1), rgba(187,187,187,1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 6px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
#g-nav::after {
  content: "";
  background: linear-gradient(to right, rgba(187,187,187,1), rgba(187,187,187,1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 6px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#g-nav ul {
  display: flex;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1100px;
  height: auto;
  margin: 0 auto;
}
#g-nav li {
  width: 100%;
  min-height: 80px;
  text-align: center;
  position: relative;
}
#g-nav li::before {
  content: "";
  background: linear-gradient(#bbb, #bbb);
  background-size: 1px 1px;
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#g-nav li:last-child::after {
  content: "";
  background: linear-gradient(#bbb, #bbb);
  background-size: 1px 1px;
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#g-nav li a {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 20px 12px;
  position: relative;
}
#g-nav li a span {
  display: table-cell;
  vertical-align: middle;
  font-weight: inherit;
  color: inherit;
  border-bottom: none;
}
#g-nav li a:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #e6dc14;
  position: absolute;
  left: 0;
  bottom: 2px;
  opacity: 1;
}
#g-nav li a:hover { opacity: 0.7; }*/


/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap { margin: 0; }
#pankuzu {
  font-size: 1.3rem;
  margin: 0 auto;
  padding: 12px 0;
  width: 1100px;
}
#pankuzu span {
  border-bottom: none;
  font-weight: inherit;
  color: inherit;
}
#pankuzu a {
  color:#333;
  text-decoration:underline;
}


/*--------------------------------------
　Main Contents
---------------------------------------*/
.contents {
  width: 1100px;
  margin: 0 auto 0;
  padding: 0;
}
.index {
  width: 100%;
  margin: 0 auto;
}
#category,
.page {
  float: left;
  width: 830px;
  margin: 60px 0 0;
}


/*--------------------------------------
　Side
---------------------------------------*/
#side {
  float: right;
  width: 220px;
  margin-top: 60px;
}
#side a { color:#000; }

#side a:hover{
  color:#087084;
}

#side .sideTopBox {
  background: #f5f5dc;
  border: solid 1px #333;
  margin: 60px 0 40px;
  position: relative;
}
#side .sideTopBox a {
  display: block;
  padding: 20px;
}
#side .sideTopBox .catch {
  font-size: 1.6rem;
  margin: 0 0 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
#side .sideTopBox .imgBox { margin: 0 0 15px; }
#side .sideTopBox p { line-height: 1.6; }
#side .sideTopBox .dtlBtn {
  display: block;
  text-align: center;
  color: #fff;
  background: url(img/arrow_white.png) right 10px center no-repeat #333;
  background-size: 6px auto;
  padding: 8px 30px;
  margin: 20px 0 0;
}
#side .sideBox {
  margin: 0 0 30px;
  border-top: 2px solid #333;
}
#side .sideBox .sttl {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
}
#side .sideBox .sttl a {
  display: block;
  padding: 15px;
}
#side .sideBox ul {
  padding: 0;
  margin: 0;
}
#side .sideBox ul li {
  background-image: none;
  padding: 0;
  position: relative;
}
#side .sideBox ul li::before {
  content: "";
  background: linear-gradient(to right, rgba(187,187,187,1), rgba(187,187,187,1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 6px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
#side .sideBox ul li a {
  display: block;
  padding: 10px 25px 10px 12px;
  font-size: 1.3rem;
  background: url(img/arrow_black.png) no-repeat right 10px center;
  background-size: 5px auto;
  text-decoration: none;
}

#side .sideBox ul li a:hover {
  background: url(img/arrow_blue_hover.png) no-repeat right 10px center;
  background-size: 5px auto;  
}
#side .sideBox .subList { margin: 0; }
#side .sideBox .subList li { margin: 0; }
#side .sideBox .subList li a {
  display: block;
  padding: 10px 28px 10px 15px;
}
#side .sideBox .subList li a::before {
  content: "└";
  margin: 0 5px 0 0;
}

/*--------------------------------------
banner
---------------------------------------*/

.banner {
    text-align: center;
}

.category .banner .bannerttl,
.page .banner .bannerttl {
    font-size: 2.6rem;
    font-weight: bold;
    color: #111111;
    margin: 6rem auto 4rem;
    line-height: 1.4;
    padding: 25px 98px;
    background: #fffbef;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    box-shadow: 0px -8px 0px #fffbef, 0px 8px 0px #fffbef;
    background-image: url(img/h3_ico01.png);
    background-repeat: no-repeat;
    background-position: 15px 50%;
}

/* addParts01　アンカー
---------------------------------------*/
.addParts01 {
	width: 100%;
	margin: 0 0 5px;
	padding: 0 4rem 9rem;
	display: flex;
	justify-content: space-between;
}
.addParts01.bg-orange {
	background-color: #fffbef;
}

.addParts01.bg-orange {}
.addParts01 .addParts01BoxWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 25px 0;
	counter-reset: num;
	z-index: 101;
}
.contents .banner .addParts01Box {
	margin: 0 20px 25px 0;
	line-height: 1.4;
	color: #fff;
	position: relative;
	width: calc((100% - 40px) / 3 );
	height: 160px;
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
}
.contents .addParts01Box:nth-child(3n) {
	margin-right: 0;
}
.contents .addParts01Box a{
	background-image: url(img/bg_date01.jpg);
	background-size: cover;
	background-position: center;
}
.contents .addParts01Box.long{
	width: 590px;
	flex-basis: 53.7%;
	margin: 0 auto 25px;
}

.contents .addParts01Box.date a{
	background-image: url(img/bg_date01.jpg);
}
.contents .addParts01Box.kids a{
	background-image: url(img/bg_kids01.jpg);
}
.contents .addParts01Box.joshikai a{
	background-image: url(img/bg_joshikai01.jpg);
}
.contents .addParts01Box.kaishoku a{
	background-image: url(img/bg_kaishoku01.jpg);
}
.contents .addParts01Box.douryo a{
	background-image: url(img/bg_douryo01.jpg);
}
.contents .addParts01Box.insta a{
	background-image: url(img/bg_insta01.jpg);
}
.contents .addParts01Box.solo a{
	background-image: url(img/bg_solo01.jpg);
}
.contents .addParts01Box.lunch a{
	background-image: url(img/bg_lunch01.jpg);
}
.contents .addParts01Box.lever a{
	background-image: url(img/bg_lever01.jpg);
}
.contents .addParts01Box.takeout a{
	background-image: url(img/bg_takeout01.jpg);
}
.addParts01Box a {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.addParts01BoxWrap .addParts01Box a::before {
	content: "";
}

.addParts01Box a::after {
	content: "1";
	width: 40px;
	height: 40px;
	background: #f19500;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	counter-increment: num;
	content: counter(num);
}
.addParts01Box .name { padding: 0 0 8px 114px; }
.addParts01Box p span {font-weight: bold;color: #333;}



/*--------------------------------------
Footer
---------------------------------------*/
footer {
  margin: 10.0rem 0 0;
  padding: 0;
  background-color: #fffbef;
}
footer .areaInner {
  width: 100%;
  padding: 6.0rem 0 5.0rem 0;
}
footer .areaInner .inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
footer .areaInner .logo {
  width: auto;
  margin: 0 auto 5.0rem;
}
footer .areaInner .logo a {
  display: block;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
footer .areaInner .logo a:hover { opacity: 0.7; }
footer .areaInner .footBox { margin: 0 0 3.0rem 0; }
footer .areaInner .footBox .sttl {
  border-bottom: 1px solid #333;
  padding: 0 0 1.0rem 0;
  margin: 0 0 1.4rem 0;
}
footer .areaInner .footBox .sttl a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  background: url("img/foot_arrow.png") left center no-repeat;
  background-size: 11px auto;
  border: none;
  padding: 0.3rem 0 0.3rem 2.0rem;
  margin: 0;
}
footer .areaInner .footBox .sttl a:hover {
  text-decoration: none;
  opacity: 0.7;
}
footer .footBox ul { padding: 0 2.0rem; }
footer .areaInner .footBox .accChild {
  padding: 0;
  box-sizing: border-box;
}
footer .areaInner .footBox .accChild .sp { display: none; }
footer .areaInner .footBox .accChild li.subCat {
  width: 24%;
  margin: 0 1% 0.8rem 0;
}
footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n + 1) {margin: 0 0 2.6rem 0;}
footer .areaInner .footBox .accChild li.subCat a {
  display: inline-block;
  background: url("img/arrow_black.png") 5px 8px no-repeat;
  background-size: 5px auto;
  padding: 0 0 0 1.5rem;
}
footer .areaInner .footBox .accChild li.subCat::before {
	content: none;
}
footer .areaInner .footBox .accChild li.subCat::after { content: ""; }
footer .areaInner .footBox .accChild .pc + li::before {
  letter-spacing: 0;
  color: #a40024;
}
footer .areaInner .footBox .accChild .pc + li::before {
  letter-spacing: 0;
  color: #a40024;
}
footer .areaInner .footBox .accChild .pc + li.subCat::before { content: ""; }
footer .areaInner .footBox .accChild li {
  float: left;
  display: inline-block;
  margin: 0 0 0 0;
}
footer .areaInner .footBox .accChild li a {
  font-size: 1.3rem;
  font-weight: normal;
  color: #333;
  padding: 0;
}
footer .areaInner .footBox .accChild .subList {
  padding: 0 0 0 1.5rem;
  margin: 0 0 0 0;
}
footer .areaInner .footBox .accChild .subList li {
  padding: 0.2rem 0 0 0;
  display: block;
  float: none;
  margin: 0;
  position: relative;
}
footer .areaInner .footBox .accChild .subList li::before {
  content: "└";
  color: #333;
  position: absolute;
  top: 2px;
  left: 0;
  margin-right: 0.4rem;
}
footer .areaInner .footBox .accChild .subList li a {
  font-size: 1.3rem;
  background-image: none;
  padding: 0 0 0 1.8rem;
}
/*noticeArea*/
footer .areaInner .noticeArea {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border-radius: 0;
  padding: 2.5rem 3.0rem;
  margin: 5.0rem auto 0;
}
footer .areaInner .noticeArea p {
  font-size: 1.2rem;
  color: #333;
  margin: 0;
}
footer .areaInner p.ucp {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  color: #333;
  margin: 1.5rem auto 0;
}
footer .botArea {background-color: #f09400;}
footer .botArea .inner {
  width: 1100px;
  padding: 1.2rem 0 1.5rem;
  margin: 0 auto;
}
footer .botArea .inner.cf { content: none; }
footer p.sitemap a {
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: right;
  float: right;
  padding: 0.5rem 0;
  text-decoration: underline;
  color: #fff;
}
footer p.sitemap a:hover { text-decoration: none; }
footer p.copy {
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  float: left;
  padding: 0.5rem 0;
}
footer a {
  text-decoration: underline;
}
footer a:hover { text-decoration: underline; }


/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
  position: fixed;
  bottom: 2.0rem;
  right: 2.0rem;
  z-index: 100;
  width: 60px;
}
#page-top img:hover { opacity: 0.7; }


/* ================== */
/*  サイトマップ　　　*/
/* ================== */
.contents .page.mappage { }
.contents .page.mappage h2 { margin: 68px auto 28px; }
.contents .page.mappage h2 a { }
.contents .page.mappage h2 a:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.7;
}
.contents .page.mappage ul { margin: 0 auto 0.6rem; }
.contents .page.mappage ul li { padding: 0 0 0.6rem 2.2rem; }
.contents .page.mappage ul.subList li:last-child { margin: 0 0 1.0rem; }
.contents .page.mappage ul li a { }
.contents .page.mappage ul li a:hover { opacity: 0.7; }
.contents .page.mappage ul.subList li a { font-size: 1.4rem; }


/* ================== */
/*  メインコンテンツ　*/
/* ================== */
.contents .h2_box {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 70px;
}

.contents .h2_box .en span {
  padding: 0 5px;
  display: inline-block;
}

.contents .h2_box.green h2::before {
  background-color: #d1e6c3;
}

.contents .h2_box.green h2::after {
  border: 2px solid #88cc29;
}

.contents .h2_box.red h2::before {
  background-color: #e6c3c3;
}

.contents .h2_box.red h2::after {
  border: 2px solid #ed3751;
}


.contents .h2_box .en {
  position: absolute;
  left: 40px;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #fff;
  background: #f19500;
}
.contents .h2_box.green .en {
  background: #88cc29;
}
.contents .h2_box.red .en {
  background: #ed3751;
}

.contents .h2_box .en .black {
  background: #333;
  padding: 0 5px;
  color: #fff;
  display: inline-block;
  letter-spacing: 2px;
}


.index h2:not([class]),
.category h1:not([class]),
.page h1:not([class]) {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.4;
  color:#111111;
  text-align: center;
  padding: 25px 80px;
  margin: 25px auto 30px;
  position: relative;
}

.index h2:not([class]) .min_h, .category h1:not([class]) .min_h, .page h1:not([class])  .min_h {
	font-size: 20px;
}

.index h2:not([class]){
  margin: 10rem 0 4rem 4rem;
}

.category h1:not([class]),
.page h1:not([class]) { margin: 25px 0 40px; }
.index h2:not([class])::before,
.category h1:not([class])::before,
.page h1:not([class])::before {
  content: "";
  width: calc(100% - 40px);
  height: 110px;
  background-color: #ffdf64;
  position: absolute;
  top: -25px;
  left: -4rem;
  z-index: -1;
}
.index h2:not([class])::after,
.category h1:not([class])::after,
.page h1:not([class])::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #f19500;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.index h3:not([class]),
.category h2:not([class]),
.page h2:not([class]) {
  font-size: 2.6rem;
  font-weight: bold;
  color:#111111;
  margin: 6rem auto 4rem;
  line-height: 1.4;
  padding: 25px 120px;
  background: #fffbef;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  box-shadow: 0px -8px 0px #fffbef, 0px 8px 0px #fffbef;
  background-image: url(img/h3_ico01.png);
  background-repeat: no-repeat;
  background-position: 23px 50%;
}
.index h4:not([class]),
.category h3:not([class]),
.page h3:not([class]) {
  font-size: 2.2rem;
  font-weight: bold;
  color:#111;
  margin: 5rem 5rem 3rem 0;
  padding: 15px 20px;
  line-height: 1.5;
  border: #f19500 3px solid;
  border-left:none;
}
.index h5:not([class]),
.category h6:not([class]),
.category h4:not([class]),
.category h5:not([class]),
.category h6:not([class]),
.page h4:not([class]),
.page h5:not([class]),
.page h6:not([class]) {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  color:#111;
  padding: 0 20px 13px 20px;
  margin: 70px auto 30px;
  border-bottom:dashed 1px #333;
}
.index h3:not([class]) a,
.index h4:not([class]) a,
.index h5:not([class]) a,
.index h6:not([class]) a,
.category h2:not([class]) a,
.category h3:not([class]) a,
.category h4:not([class]) a,
.category h5:not([class]) a,
.category h6:not([class]) a,
.page h2:not([class]) a,
.page h3:not([class]) a,
.page h4:not([class]) a,
.page h5:not([class]) a,
.page h6:not([class]) a {
  display: inline-block;
  padding-right:3rem;
  background:url(img/arrow_black.png) no-repeat right 50%;
  background-size:8px auto;
  color:#111;
}
.sitemap h2 a { color: #333; }

/*--------------------------------------
　check
---------------------------------------*/
.contents .check {
  width: 100%;
  max-width: 1100px;
  text-align:center;
  margin: 7rem auto 3rem;
}
.contents .check .en{
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #f19500;
  line-height: 1;
}
.contents .check.green .en{
  color: #88cc29;
}

.contents .check.red .en{
  color: #ed3751;
}


.contents .check .check_tit {
  font-size: 3rem;
  font-weight: bold;
  text-align:center;
  padding: 1rem 0;
  display: inline-block;
  border-bottom: 2px solid #222;
}

.contents .green .check_tit, .contents .red .check_tit {
    border-bottom: 2px solid #222;
}

.contents .addInner > .green >green {
    margin: 7rem auto 0rem;
}


.contents .check .check_tit span{
  font-size: 3.6rem;
}
.contents .check .check_tit a{
  display: inline-block;
  padding-right: 3rem;
  background: url(img/arrow_black.png) no-repeat right 50%;
  background-size: 8px auto;
}
.caption {
  margin: 8px 0 0;
  font-size: 1.0rem;
  line-height: 1.3;
  word-break: break-all;
  color: #999;
}


/*--------------------------------------
　list
---------------------------------------*/
.contents ul {
  max-width: 1100px;
  margin: 25px auto 25px;
  padding: 10px 10px 0;
}
.contents ul li {
  padding: 0 0 6px 15px;
  position: relative;
}
.contents ul li::before {
  content: '';
  display: block;
  background-color: #008aa3;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 0;
}
.contents ul li a,
.contents ol li a { text-decoration: underline; }
.contents ul li a:hover,
.contents ol li a:hover {
  opacity: 1;
  text-decoration: none;
}
.contents ol {
  max-width: 1100px;
  margin: 25px auto 25px;
  padding: 10px 10px 0;
}
.contents ol li {
  padding: 2px 0 2px;
  list-style: none;
  position: relative;
  counter-increment: number;
}
.contents ol li::before {
  display: block;
  background-color: #fffbef;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
  color: #111111;
  text-align: center;
  line-height: 1.7;
  font-size: 1.2rem;
}
.contents ol li:nth-child(-n + 9)::before {/* content: counter(number); */}
.contents ol li:nth-child(n + 10)::before { content: counter(number); }
/* ul,ol reset */
.contents .addParts01 ul,
.contents .addParts01 ol,
.contents .addParts02 ol,
.contents .addParts03 ul,
.contents .addParts03 ol,
.contents .float-wrap ul,
.contents .float-wrap ol,
.contents .box-wrap ul,
.contents .box-wrap ol,
.contents .frame ul,
.contents .frame ol {
  padding: 0;
  margin: 0;
}
.contents .addParts01 ul li,
.contents .addParts01 ol li,
.contents .addParts02 ul li,
.contents .addParts02 ol li,
.contents .addParts03 ul li,
.contents .addParts03 ol li,
.contents .float-wrap ul li,
.contents .float-wrap ol li,
.contents .box-wrap ul li,
.contents .box-wrap ol li,
.contents .frame ol li { padding: 0; }
.contents .addParts01 ul li::before,
.contents .addParts01 ol li::before,
.contents .addParts02 ul li::before,
.contents .addParts02 ol li::before,
.contents .addParts03 ul li::before,
.contents .addParts03 ol li::before,
.contents .float-wrap ul li::before,
.contents .float-wrap ol li::before,
.contents .box-wrap ul li::before,
.contents .box-wrap ol li::before,
.contents .frame ul li::before,
.contents .frame ol li::before {
  content: none;
  display: inline;
  width: auto;
  height: auto;
  min-width: initial;
  min-width: auto;
  min-height: initial;
  min-height: auto;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #000;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  text-shadow: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  position: static;
}


/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap {
  max-width: 1100px;
  margin: 40px auto 40px;
  box-sizing: border-box;
}
.float-wrap.narrow{
  max-width: 820px;
}
.float-wrap img { width: 100%; }
.float-wrap .flame { position: relative; }
.float-wrap .fl {
  width: 350px;
  margin: 0 30px 10px 0;
  text-align: center;
}
.float-wrap .fr {
  width: 350px;
  margin: 0 0 10px 30px;
  text-align: center;
}
.float-wrap .ct {
  width: 500px;
  margin: 0 auto 20px;
  text-align: center;
}
.float-wrap.ct .catch {
  text-align: center;
  margin:0 auto;
}
.contents .float-wrap .catch_box{
  display: flex;
  flex-wrap: wrap;
}
.contents .float-wrap .catch_box .ribon {
  white-space: nowrap;
  margin: 0.2rem 3rem 2rem 0;
  width: 100px;
  text-align: center;
}
.contents .float-wrap .catch_box .ribon span {
  display: block;
  background-color: #474747;
  border-radius: 2px 0 0 2px;
  line-height: 3.4rem;
  padding: 0;
  font-weight: bold;
  color: #fff;
  position: relative;
  border-left: 6px solid #ed3751;
  font-size: 1.5rem;
}
.contents .float-wrap .catch_box .ribon span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 14px;
  border-color: transparent transparent transparent #474747;
  position: absolute;
  right: -14px;
  top: 0;
}

.contents .float-wrap .catch {
  display:table;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  position:relative;
  margin: 0;
}
.contents .float-wrap .catch.center{
  text-align: center;
  display: block;
  margin: auto;
}
.contents .float-wrap p.catch { margin: 0 0 20px; }

.contents .page .float-wrap .catch{
    color: #f19500;
}

/* btns */
.btn-internal,
.btn-web,
.btn-tel {
  width: 90%;
  text-align: center;
  margin: 30px auto;
  padding: 0;
  max-width: 450px;
  cursor: pointer;
}
/*btn-internal*/
.btn-internal a {
  box-sizing: border-box;
  display: block;
  padding: 22px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background: #222;
  position: relative;
  border-radius: 200px;
}
.btn-internal a:hover {
  transition: all .2s ease-in;
}
/*btn-web*/
.btn-web a {
  display: block;
  padding: 2.5rem 12%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background-color: #336fc1;
  transition: all .2s ease-in;
  position: relative;
  border-radius: 200px;
}
.btn-web a:hover {
  opacity: 1;
  transition: all .2s ease-in;
}
/*btn-tel*/
.btn-tel a {
  display: block;
  padding: 22px 60px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background: url(img/ico_tel.png) no-repeat left 23px top 50% #f19500;
  position: relative;
  overflow: visible;
  border-radius: 200px;
}
.btn-tel a:hover { opacity: 1; }
.btn-tel { display: none; }
/*　ボタンの装飾 */
.btn-internal a::before, .btn-web a::before {
  content: '';
  position: absolute;
  border: solid transparent;
  border-width: 8px 12px;
  border-left-color: #fff;
  right: 2%;
  top: 50%;
  margin-top: -6px;
}
.btn-internal a:hover,
.btn-web a:hover {
  opacity: 0.6;
}
.btn-internal a:hover::before,
.btn-web a:hover::before {
  right:1%;
  transition: all .2s ease-in;  
}
.btn-internal a::after,
.btn-web a::after,
.btn-tel a::after {
  content: '';
  position: absolute;
}
.btn-internal a:hover::after,
.btn-web a:hover::after {
  transform: rotateZ(180deg);
}
/*　テキストリンク */
.contents .btn-link {
  max-width: 1100px;
  margin: 30px auto;
  text-align: right;
}
.btn-link a {
  position: relative;
  display: inline-block;
  padding: 5px 0 4px 26px;
  background: url(img/ico_arrow.png) 0 50% no-repeat;
  background-size: 16px auto;
  line-height: 1.3;
  color:#333;
  font-weight:bold;
  text-decoration: underline;
}
.btn-link a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: all .2s ease-in;
}



/* ================== */
/*  テーブル　　　　　*/
/* ================== */
.contents .table-layout { padding: 0; }
.contents table {
  width: 100%;
  max-width: 1100px;
  table-layout: fixed;
  margin: 40px auto 40px;
  border: solid 1px #333;
}
.contents .frame-body table { margin: 20px auto 10px; }
.contents table th {
  width: 22%;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #333;
  background: #fffbef;
  border: solid 1px #333;
  padding: 14px 16px;
}
.contents table td {
  line-height: 2.4rem;
  padding: 14px 20px;
  background: #FFF;
  font-size: 1.4rem;
  text-align: left;
  word-wrap: break-word;
  border: solid 1px #333;
}


/*--------------------------------------
　box-wrap
---------------------------------------*/
.contents .box-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 100px auto;
  display:flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.contents .box-wrap::after {
  content:"";
  width:46%;
  height:0;
}
.contents .box-wrap .box {
  width: 46%;
  margin: 40px 0 20px;
  box-sizing: border-box;
  border-top:solid 1px #333;
  border-bottom:solid 1px #333;
  padding:0 3rem 3rem;
  position: relative;
}
.contents .box-wrap .box:nth-child(even)::before {
  content: "";
  width: 2px;
  height: 100%;
  background: url(img/box-wrap_dotline.png) repeat-y;
  position: absolute;
  top: 0;
  left: -10%;
}
.contents .box-wrap .box .permalink { display: none; }
.contents .box-wrap .box .thumb { position: relative; }
/*box-head*/
.contents .box-wrap .box-head {
  padding:5rem 0 0;
  margin:0 0 10px;
  font-size:2.0rem;
  color: #f19500;
  font-weight:bold;
  line-height:1.6;
  display:flex;
  align-items: center;
  position:relative;
}

.contents .box-wrap .box-head a {
  display:inline-block;
  background:url(img/arrow_black.png) no-repeat right 10px top 50%;
  padding-right:3rem;
  color: inherit;
}
.contents .box-wrap .box-head a:hover {
  opacity: 1;
  color: #087084;
  background-image: url(img/arrow_blue_hover.png);
}


/*--------------------------------------
　frame-wrap
---------------------------------------*/
.contents .frame-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 100px auto;
  overflow:hidden;
  display: flex;
  flex-wrap: wrap;
}

.contents .category .frame-wrap,
.contents .page .frame-wrap {
  margin: 20px auto;
}


.contents .frame-wrap.green{
  margin: 40px auto;  
}

.contents .frame-wrap.green {
  margin-top: 0;
}

.contents .frame-wrap .inner {
 margin: 0 auto; 
}

.contents .frame {
  width:32%;
  box-sizing: border-box;
  border: solid #222 1px;
  padding: 0 2rem 2rem;
  position:relative;
  margin: 35px 2% 35px 0;
  background: #fff;
}

.contents .frame:nth-child(3n) { 
  margin-right:0; 
}

.contents .frame-wrap.green .frame {
  border: solid #88cc29 1px;
}

.contents .frame-catch{
  background:#88cc29;
  text-align: center;
  padding: 1.2rem 1rem;
  border-radius: 10px;
  margin-top: -35px;
  margin-bottom: 0;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}
.contents .frame-catch02{
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 2rem 0;
  border-top: 1px dashed #222;
}
.contents .frame-wrap .frame a {
  display: block;
  text-decoration: none;
}
.contents .frame .frame-head {
  margin:0 -10px;
  padding: 1rem;
  font-size: 2.6rem;
  font-weight: bold;
  line-height:1.6;
  display:flex;
  align-items: center;
  justify-content: center;
}
.contents .frame .frame-head a {
  display: block;
  background:url(img/arrow_black.png) no-repeat right 10px top 50%;
  padding-right: 2.4rem;
  width: 100%;
  text-align: center;
}
.contents .frame .frame-head a:hover {
  opacity: 1;
  color: #087084;
  background-image: url(img/arrow_blue_hover.png);
}

.contents .frame .frame-head02 {
  margin:0 -10px;
  padding: 2rem 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height:1.6;
  display:flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dashed #bbb;
  color: #f19500;
}
.contents .frame .frame-head02 a {
  display: block;
  background:url(img/arrow_blue.png) no-repeat right 10px top 50%;
  padding-right:2.4rem;
  width: 100%;
}
.contents .frame .frame-head02 a:hover {
  opacity: 1;
  color: #087084;
  background-image: url(img/arrow_blue_hover.png);
}


.contents .frame .frame-head p { margin: 1rem 0 ; }
.contents .frame .thumb { margin:1rem 0; }
.contents .frame .frame-body p[class^="btn-"] {
  width: 85%;
  margin: 25px auto 0;
}
.contents .frame .frame-body p[class^="btn-"] a {
  font-size:1.5rem;
  padding: 16px 20px;
}
.frame-body__img-box{
  margin: 0 0 2.5rem;
}
.frame-body__img-box.box-top{
	height:340px;
}
#anchor09 .addParts.bg-orange > div > div:nth-child(6) > div:nth-child(10) .frame-body .frame-body__img-box.box-top {
	height: unset;
}

.frame-body__ribon-wrap{
  display: flex;
  flex-wrap: wrap;
}
.frame-body__ribon-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.frame-body__ribon-box .ribon {white-space: nowrap;margin: 0.2rem 3rem 2rem 0;width: 60px;text-align: center;}
.frame-body__ribon-box .ribon span {
  display: block;
  background-color: #474747;
  border-radius: 2px 0 0 2px;
  line-height: 3.4rem;
  padding: 0;
  font-weight: bold;
  color: #fff;
  position: relative;
  border-left: 6px solid #88cc29;
  font-size: 1.2rem;
}
.frame-body__ribon-box .ribon span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 14px;
  border-color: transparent transparent transparent #474747;
  position: absolute;
  right: -14px;
  top: 0;
}
.frame-body__ribon-box .txt{
  width: calc(100% - 120px);
  word-break: break-all;
  font-size: 1.8rem;
}
.frame-body__ribon-box .txt.small{
  font-size: 1.4rem;
}
/*--------------------------------------
　lower_bottom
---------------------------------------*/
/* selection */
.selection {
  background-color:#e9f3f5;
  padding:2.4rem 0;
  margin:0 0 3.8rem;
}
.selectionInner {
  width:1100px;
  margin:0 auto;
}
.selectionTitle {
  text-align:center;
  display:table;
  margin:0 auto;
  font-size:3.0rem;
  font-weight:bold;
  padding:12px 115px;
  background-image:url(img/selection_img01.png) , url(img/selection_img02.png);
  background-repeat:no-repeat;
  background-position:left 50% , right 50%;
}
.selectionTitle span {
  display:inline-block;
  background: rgb(248,255,139);
  background: linear-gradient(0deg, rgba(248,255,139,1) 0%, rgba(248,255,139,1) 30%, rgba(248,255,139,0) 31%);
  margin:0 2.2rem;
  position:relative;
}
.selectionTitle span::before,
.selectionTitle span::after {
  content:"";
  width:33px;
  height:38px;
  background:url(img/selection_img03.png) no-repeat;
  background-size:100% auto;
  position:absolute;
}
.selectionTitle span::before {
  bottom: -12px;
  left: -32px;
}
.selectionTitle span::after {
  top: -16px;
  right: -30px;
}
.selectionBoxWrap {
  display:flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.selectionBox {
  box-sizing:border-box;
  width:350px;
  background-color:#fff;
  padding:0 2rem 2rem;
  margin:20px 0 0;
}
.selectionBoxHeader {
  margin:0 -2rem 18px;
  padding:14px 10px 12px 110px;
  position:relative;
}
.selectionBoxHeader::after {
  content:"";
  width:100%;
  height:12px;
  background:url(img/selection_img04.png) no-repeat center bottom;
  position:absolute;
  left:0;
  bottom:-12px;
}
.selectionBoxHeader > img {
  display:block;
  position:absolute;
  left:0;
  bottom:0;
}
.selectionBoxTitle {
  font-size:1.7rem;
  line-height:1.6;
  color:#111111;
}
.selectionBoxName,
.index .selectionBoxName {
  font-size:2.5rem;
  font-weight:bold;
  line-height:1.2;
  text-align:center;
  margin:26px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.selectionBox dl {
  background-color:#f5f5dc;
  display:table;
  margin:0 auto;
}
.selectionBox dl dt,
.selectionBox dl dd {
  display:table-cell;
  font-size:1.8rem;
  font-weight:bold;
  line-height:1;
  padding:10px 20px;
}
.selectionBox dl dd { text-align:center; }
.selectionBox dl dd span {
  font-size:4.2rem;
  font-weight:bold;
  color:#ff5252;
}
.contents .selectionBox .btn-web,
.selectionBox .btn-web {
  margin-bottom:0;
  max-width: 90%;
}
.contents .selectionBox .btn-web a, 
.selectionBox .btn-web a {
  font-size:1.5rem;
  padding: 16px 20px;
}
.selectionBox .btn-web a .pc { display:inline !important; }
.selection .note {
  margin:1rem 0 0;
  text-align:right;
  font-size:1.3rem;
}
.selection .note p { margin:0; }

/*--------------------------------------
　もっとみる more
---------------------------------------*/
.contents-more { display: none; }
.btn-more {
  width: 450px;
  margin: 20px auto;
  border: solid 2px #222;
  padding: 22px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-radius: 200px;
}
.btn-more::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #222;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn-more::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background: #222;
  right: 39px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-more.close::after { 
  right: -39px;    
  opacity: 0;
}
.btn-more:hover { opacity: 0.7; }


.addParts01Box p span.sp_none,
.addParts01Box p span.pc {
 font-weight: normal;
}

/*  PC END  */


@media screen and (min-width: 600px) {

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

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

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

 html,
 body {
   width: 100%;
   position: relative;
 }
 body {
   width: 100%;
   min-width: initial;
   min-width: auto;
   font-size: 1.4rem;
   line-height: 1.8;
   /* overflow-x: hidden;*/
   padding-bottom: constant(safe-area-inset-bottom);
   padding-bottom: env(safe-area-inset-bottom);
   font-feature-settings: "palt";
   letter-spacing: 0.1em;
   word-break: break-word;
 }
 .contents p {
   max-width: 100%;
   margin: 1em auto;
 }
 .contents p:not([class]) {
    margin: 1.5rem auto;
}
 a:hover { opacity: 1; }
 
 
 /*--------------------------------------
 　Header
 ---------------------------------------*/
 header .headTopArea { width:auto; }
 header .headTopArea .rightTxt {
   font-size: 1.2rem;
   line-height: 1.4;
   text-align: center;
 }
 
 
 /*--------------------------------------
 　visArea
 ---------------------------------------*/
 #visArea {
   position: relative;
   z-index: 1;
   margin: 0;
   display: none;
 }
 #visArea .mainArea {
   background: none;
   height: auto;
   width: 100%;
   max-width: 100%;
   margin: 0 auto;
 }
 #visArea .mainArea .mainAreaInner { display: block; }
 #visArea .mainArea .siteName {
   width:90%;
   padding: 8px;
 }
 #visArea .mainArea .siteName img {
   width: 100%;
   height:auto;
   max-width:none;
   margin: 0 auto;
 }
 
 
 /*--------------------------------------
 　spMenuBox
 ---------------------------------------*/
 /*navWrap*/
 #navWrap {
   box-sizing: border-box;
   width: 100%;
   height: auto;
   background-color: #faf5d2;
   margin: 0 auto;
 }
 /*navTop*/
 #navWrap .navTop {
   width: 100%;
   height: 80px;
   background-color: #fff;
   border-bottom: 1px solid #b5b5b5;
   position: fixed;
   top: 0;
   opacity: 0;
   z-index: 9999;
   transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
 }
 body.open #navWrap .navTop {
   top: 0 !important;
   opacity: 1!important;
 }
 #navWrap .navTopInner {
   display: flex;
   width: 100%;
   height: 80px;
   padding: 0.5rem 0;
   position: relative;
 }
 #navWrap .siteName {
   display: block;
   vertical-align: middle;
   padding: 1rem;
   border-right: 1px solid #bbb;
   text-align: center;
   width: calc(100% - 50px);
 }
 #navWrap .siteName img{
   display: block;
   width: auto;
   height: 100%;
   margin: auto;
 }
 #menuBtn {
   display: block;
   vertical-align: middle;
   box-sizing: content-box;
   width: 50px;
   height: 100%;
   padding: 0 1.0rem;
   cursor: pointer;
   z-index: 9999;
   position: relative;
 }
 #menuBtn .menu {
   width: 21px;
   height: 16px;
   position: absolute;
   top: 0;
   bottom: 0;
   outline: none;
   border: none;
   background: #000;
   background: url("img/sp_ico_menu.png") center no-repeat;
   background-size: 100%;
   left: 0;
   right: 0;
   margin: auto;
 }
 body.open #menuBtn .menu {
   width: 21px;
   height: 16px;
   background: url("img/sp_ico_close.png") center no-repeat;
   background-size: 100%;
 }
 /*navSp*/
 #navSp {
   position: fixed;
   top: 0;
   box-sizing: border-box;
   width: 100%;
   height: 100%;
   background-color: rgb(255,251,239,0.9);
   z-index: 999;
   display: none;
 }
 #navSp > div {
   height: 100%;
   overflow-y: scroll;/*-webkit-overflow-scrolling: touch;*/
 }
 #navSp a { text-decoration: none; }
 /* 以下装飾など */
 #navSp .navBox { }
 #navSp .navBox:first-child {
   border-top: 1px solid #ccc;
   overflow: hidden;
 }
 #navSp .navBox .sttl a,
 #navSp .sitemap a {
   display: block;
   box-sizing: border-box;
   font-size: 1.4rem;
   font-weight: 400;
   line-height: 1.4;
   color: #000;
   background: url("img/arrow_black.png") 96% center no-repeat;
   background-size: 6px auto;
   padding: 1.5rem 9% 1.5rem 4%;
 }
 #navSp .navBox .tglMenu a {
   background: url("img/arrow_black_down.png") 96% center no-repeat;
   background-size: 10px auto;
 }
 #navSp .navBox .sttl.collapsible a {
   background: url("img/arrow_black_down.png") 96% center no-repeat;
   background-size: 10px auto;
 }
 #navSp .navBox .sttl a br { display: none; }
 #navSp .navBox .sttl.open > a {
   background: url("img/arrow_black_up.png") 96% center no-repeat;
   background-size: 10px auto;
 }
 #navSp .navBox .sttl,
 #navSp .sitemap {
   border-bottom: 1px solid #ccc;
   padding: 0;
   margin: 0;
 }
 #navSp .sitemap { margin: 0 0 100px; }
 #navSp .navBox .accChild {
   display: none;
   font-size: 1.3rem;
   padding: 0;
   box-sizing: border-box;
   background-color: rgba(255, 255, 255, 0.8);
 }
 #navSp .navBox .accChild li { float: none; }
 #navSp .navBox .accChild li a {
   display: block;
   box-sizing: border-box;
   color: #000;
   background: url("img/arrow_black.png") 95.5% center no-repeat;
   background-size: 5px auto;
   border-bottom: 1px solid #ccc;
   padding: 1.2rem 9% 1.2rem 7%;
 }
 #navSp .navBox .accChild li a:first-child { }
 /*navBottom*/
 #navBottom {
   display: block;
   width: 85%;
   position: relative;
   margin: 7.5% auto 7.5%;
 }
 #navBottom a {
   display: block;
   text-decoration: none;
   background: url("img/banner_bg.png") left top repeat;
   border-top: 3px solid #bee6a0;
   padding: 4%;
   position: relative;
   z-index: 1;
 }
 #navBottom a::before {
   content: "";
   background: url("img/banner_illust01.png") no-repeat;
   background-size: 100% auto;
   width: 49px;
   height: 86px;
   position: absolute;
   top: -10px;
   right: -8px;
 }
 #navBottom a::after {
   content: "";
   background: url("img/banner_illust02.png") no-repeat;
   background-size: 100% auto;
   width: 40px;
   height: 64px;
   position: absolute;
   left: -8px;
   bottom: -10px;
 }
 #navBottom .tit {
   font-size: 1.5rem;
   font-weight: bold;
   line-height: 1.5;
   letter-spacing: 0.01em;
   padding: 0 15% 0 3%;
   margin-bottom: 1.0rem;
 }
 #navBottom .txtArea {
   background-color: #fff;
   padding: 0 0 6%;
 }
 #navBottom .catch {
   font-size: 1.3rem;
   line-height: 1.4;
   letter-spacing: 0.01em;
   border-bottom: 1px dotted #ccc;
   padding: 3.5% 5%;
 }
 #navBottom .txt { padding: 3.5% 5%; }
 #navBottom .txt p {
   font-size: 1.3rem;
   line-height: 1.5;
   letter-spacing: 0.01em;
   color: #508291;
   margin: 0;
 }
 #navBottom .btn {
   width: 75%;
   font-size: 1.3rem;
   line-height: 1;
   letter-spacing: 0.01em;
   text-align: center;
   color: #fff;
   background-color: #82b4c3;
   border-radius: 5px;
   padding: 3.5% 4% 3.2% 4%;
   margin: 0 auto;
   box-shadow: 2px 2px 0px rgba(80,130,145,1);
 }
 body.open { height: inherit !important; }
 
 
 /*--------------------------------------
 side
 ---------------------------------------*/
 #side { display: none; }
 
 
 /*--------------------------------------
 pankuzu
 ---------------------------------------*/
 #pankuzuWrap {
   box-sizing: border-box;
   width: 100%;
   padding: .5rem 0 1rem;
   margin: 0 auto;
   overflow: auto;
   white-space: nowrap;
   position: relative;
 }
 #pankuzu {
   box-sizing: border-box;
   width: 92%;
   font-size: 1.1rem;
   line-height: 1.2;
   letter-spacing: 0.05em;
   color: #333;
   padding: 0.7rem 0 0.7rem;
   margin: 0 auto;
   white-space: nowrap;
 }
 #pankuzu a {
   color: #333;
   text-decoration: underline;
   transition: none;
   -o-transition: none;
   -ms-transition: none;
   -moz-transition: none;
   -webkit-transition: none;
 }
 #pankuzu a:hover {
   color: #333;
   text-decoration: underline;
 }
 #pankuzu span:last-child { margin-right: 4%; }
 #pankuzu a span:last-child { margin-right: 0; }
 
 
 /*--------------------------------------
 Main Contents
 ---------------------------------------*/
 .contents {
   box-sizing: border-box;
   width: 100%;
   margin: 0 auto;
   padding: 0;
 }
 .index {
   width: 100%;
   margin: 0;
 }
 #category,
 .page {
   float: none;
   width: 100%;
   margin: 0;
   padding: 0 4%;
 }
 .category > h1:first-of-type,
 .page > h1:first-of-type { margin: 0 auto 3.5rem; }
 
 
 /*--------------------------------------
 　Side
 ---------------------------------------*/
 #side { display: none; }
 
 
 /*--------------------------------------
 Footer
 ---------------------------------------*/
 footer {
   width: 100%;
   margin-top: 6.0rem;
 }
 footer .areaInner {
   position: relative;
   width: 100%;
   margin: 0 auto;
   padding: 3.0rem 0 2.5rem 0;
 }
 footer .areaInner .inner {
   width: 100%;
   padding: 0;
 }
 footer .areaInner .logo {
   display: block;
   box-sizing: border-box;
   width: auto;
   font-size: 1.4rem;
   font-weight: bold;
   line-height: 1.4;
   text-align: center;
   color: #000;
   padding: 0 0 0.5rem 0;
   margin: 0 auto 2.0rem;
 }
 footer .areaInner .logo a {
   display: block;
   font-size: 1.4rem;
   font-weight: bold;
   line-height: 1.4;
   text-align: center;
   color: #000;
   transition: none;
   -o-transition: none;
   -ms-transition: none;
   -moz-transition: none;
   -webkit-transition: none;
 }
 footer .areaInner .logo a:hover {
   -ms-filter: "alpha( opacity=100 )";
   filter: alpha( opacity=100 );
   opacity: 1;
 }
 footer .areaInner .logo + .footBox { border-top: 1px solid #ccc; }
 footer .areaInner .footBox { margin: 0; }
 footer .areaInner .footBox .sttl {
   border: none;
   padding: 0;
   margin: 0;
 }
 footer .areaInner .footBox .sttl a {
   display: block;
   box-sizing: border-box;
   font-size: 1.4rem;
   font-weight: 600;
   color: #000;
   background: url("img/arrow_black_down.png") right 10px center no-repeat;
   background-size: 10px auto;
   padding: 1.0rem 4.0rem 1.0rem 4%;
   transition: none;
   -o-transition: none;
   -ms-transition: none;
   -moz-transition: none;
   -webkit-transition: none;
 }
 footer .areaInner .footBox .sttl a:hover {
   -ms-filter: "alpha( opacity=100 )";
   filter: alpha( opacity=100 );
   opacity: 1;
 }
 footer .areaInner .footBox .sttl.open a {
   background: url("img/arrow_black_up.png") right 10px center no-repeat;
   background-size: 10px auto;
 }
 footer .areaInner { border-top: 1px solid #ccc; }
 footer .areaInner .footBox .sttl {
   border-bottom: 1px solid #ccc;
   padding: 0;
   margin: 0;
 }
 footer .footBox ul { padding: 0; }
 footer .areaInner .footBox .accChild {
   display: none;
   font-size: 1.3rem;
   padding: 0;
   box-sizing: border-box;
   background-color: #ccc;
 }
 footer .areaInner .footBox .accChild li.sp {
   display: block;
   float: none;
 }
 footer .areaInner .footBox .accChild li a {
   display: block;
   box-sizing: border-box;
   font-size: 1.3rem;
   color: #000;
   background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
   background-size: 6px auto;
   border-bottom: 1px solid #ccc;
   padding: 1.0rem 9% 1.0rem 4%;
 }
 footer .areaInner .footBox .accChild li.subCat {
   width: 100%;
   margin: 0;
 }
 footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n + 1) { margin: 0 0 0 0; }
 footer .areaInner .footBox .accChild li.subCat a {
   display: block;
   background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
   background-size: 6px auto;
   padding: 1.0rem 9% 1.0rem 4%;
 }
 footer .areaInner .footBox .accChild li.subCat a::before {
   content: none;
   font-size: 1.2rem;
   position: relative;
   left: -2px;
   margin-right: 0.2rem;
 }
 footer .areaInner .footBox .accChild .subList {
   padding: 0;
   margin: 0;
 }
 footer .areaInner .footBox .accChild .subList li {
   padding: 0;
   display: block;
   float: none;
   margin: 0;
 }
 footer .areaInner .footBox .accChild .subList li::before {
   content: none;
   color: #000;
   margin-right: 0;
 }
 footer .areaInner .footBox .accChild .subList li a {
   font-size: 1.3rem;
   padding: 1.0rem 9% 1.0rem 9%;
   background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
   background-size: 6px auto;
 }
 footer .areaInner .footBox .accChild .subList li a::before {
   content: "└";
   display: block;
   color: #000;
   position: absolute;
   top: 12px;
   left: 4%;
   margin-right: 0.4rem;
 }
 footer .areaInner .noticeArea {
   box-sizing: border-box;
   width: 92%;
   margin: 2.5rem auto 0rem;
   background: #fff;
   padding: 1.5rem;
   font-size: 1.2rem;
   line-height: 1.8;
   border-radius: 0;
 }
 footer .areaInner .noticeArea p { font-size: 1.2rem; }
 footer .areaInner p.ucp {
   font-size: 1.1rem;
   line-height: 1.4;
   text-align: center;
   color: #333;
   margin: 1.5rem auto 0;
 }
 footer .botArea {}
 footer .botArea .inner {
   width: 92%;
   padding: 1.2rem 0 1.2rem;
   margin: 0 auto;
 }
 footer .botArea .inner .cf { content: none; }
 footer p.sitemap {
   font-size: 1.2rem;
   line-height: 1.3;
   text-align: right;
   padding: 0;
   margin: 0;
 }
 footer p.copy {
   width: 100%;
   font-size: 1.2rem;
   line-height: 1.3;
   text-align: center;
   color: #000;
   padding: 0;
   margin: 1em 0 0;
 }
 footer p.sitemap a {
   color: #000;
   text-decoration: underline;
 }
 footer p.copy a {
   color: #000;
   text-decoration: none;
 }
 footer a { text-decoration: none; }
 footer a:hover { text-decoration: none; }
 
 
 /*--------------------------------------
 　PageTop
 ---------------------------------------*/
 #page-top {
   position: fixed;
   bottom: 4%;
   right: 4%;
   width: 50px;
 }
 #page-top img { width: 100%; }
 
 
 /* ================== */
 /*  サイトマップ　　　*/
 /* ================== */
 .contents .page.mappage { }
 .contents .page.mappage h2 { margin: 5.0rem auto 2.0rem; }
 .contents .page.mappage h2 a { }
 .contents .page.mappage h2 a:hover {
   color: #333;
   text-decoration: none;
   opacity: 1;
 }
 .contents .page.mappage ul { margin: 1.0rem auto 1.0rem; }
 .contents .page.mappage ul li { padding: 0 0 0.6rem 1.6rem; }
 .contents .page.mappage ul.subList li:last-child { margin: 0 0 1.0rem; }
 .contents .page.mappage ul li a { }
 .contents .page.mappage ul li a:hover { opacity: 1; }
 .contents .page.mappage ul.subList li a { font-size: 1.4rem; }
 
 
 /* ================== */
 /*  メインコンテンツ　*/
 /* ================== */ 

 
 .contents .h2_box {
 margin-bottom: 0;
 }
.category .banner .bannerttl,
.page .banner .bannerttl {
    font-size: 4.6vw;
    padding: 2rem 1.5rem 2rem 6rem;
    background-size: 5rem;
    background-position: 1rem 50%;
}
 .contents .h2_box .en span {
 }
 .contents .h2_box .en {
  position: absolute;
  left: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #fff;
  background: #f19500;
}
.index h1:not([class]),
.index h2:not([class]),
.index h3:not([class]),
.index h4:not([class]),
.index h5:not([class]),
.index h6:not([class]),
.category h1:not([class]),
.category h2:not([class]),
.category h3:not([class]),
.category h4:not([class]),
.category h5:not([class]),
.category h6:not([class]),
.page h1:not([class]),
.page h2:not([class]),
.page h3:not([class]),
.page h4:not([class]),
.page h5:not([class]),
.page h6:not([class]) { margin: 0 auto; }
.index h2:not([class]),
.category h1:not([class]),
.page h1:not([class]) {
 font-size: 2.5rem;
 line-height: 1.4;
 padding: 2.8rem 2rem 2rem 4rem;
 margin: 2.5rem auto 3.0rem;
}
.index h2:not([class]) {margin: 0 auto 3.0rem;}
.index h2:not([class]) .min_h, .category h1:not([class]) .min_h, .page h1:not([class]) .min_h {font-size: 1.8rem; line-height: 1.5; margin-bottom: 0.5rem;
 display: inline-block;}
.addParts.bg-orange.bg-orange h2 {margin: 0;}
.category h1:not([class]),
.page h1:not([class]) {margin: 2.5rem 0 2rem;}
.index h2:not([class])::before,
.category h1:not([class])::before,
.page h1:not([class])::before {
 width: calc(100% - 15px);
 height: calc(100% - 35px);
 top: -13px;
}
.index h2:not([class])::after,
.category h1:not([class])::after,
.page h1:not([class])::after {
 width: calc(100% - 15px);
 background-size: 50px auto;
}
.index h3:not([class]),
.category h2:not([class]),
.page h2:not([class]) {
 font-size: 1.8rem;
 margin: 4rem auto 2rem;
 line-height: 1.4;
 padding: 1.2rem 0 1.2rem 6rem;
 background-size: 40px auto;
 background-position: 8px;
}
.index h4:not([class]),
.category h3:not([class]),
.page h3:not([class]) {
 font-size: 1.8rem;
 margin: 4.0rem auto 2.0rem;
 padding: 1.2rem 1.0rem 1.2rem 5.2rem;
}
.index h5:not([class]),
.category h6:not([class]),
.category h4:not([class]),
.category h5:not([class]),
.category h6:not([class]),
.page h4:not([class]),
.page h5:not([class]),
.page h6:not([class]) {
 font-size: 1.6rem;
 line-height: 1.5;
 padding: 0 1.0rem 1.1rem 1.0rem;
 margin: 4.0rem auto 1.5rem;
}
.sitemap h2 a { color: #333; }

 /*--------------------------------------
 　check
 ---------------------------------------*/
 /*check*/
 .contents .check {
   margin: 4rem auto 2rem;
 }
  .contents .check .en{
   font-size: 1.8rem;
  }

 .contents .check .check_tit {
   margin: auto;
   font-size: 2.6rem;
   padding: 1rem 0;
   background-size:auto 16px;
 }
 .contents .check .check_tit span{
   font-size: 2.8rem;
 } 
 /*--------------------------------------
 　list
 ---------------------------------------*/
 .contents ul {
   width: 100%;
   box-sizing: border-box;
   margin: 2.0rem auto 2.0rem;
   padding: 0 3% 0;
 }
 .contents ul li {
   font-size: 1.3rem;
   min-height: 12px;
   padding: 0 0 0.3rem 8%;
   position: relative;
 }
 .contents ul li::before {
   width: 8px;
   height: 8px;
   top: 8px;
   left: 0;
 }
 .contents ol {
   width: 100%;
   box-sizing: border-box;
   margin: 2.0rem auto 2.0rem;
   padding: 0 3% 0;
 }
 .contents ol li {
   font-size: 1.3rem;
   padding: 0 0 0.3rem 8%;
   list-style: none;
   position: relative;
   counter-increment: number;
 }
 .contents ol li::before {
   width: 16px;
   height: 16px;
   top: 5px;
   left: 0;
   font-size: 1.0rem;
   line-height: 1.6;
   letter-spacing: -0.5px;

 }
 .contents ol li:nth-child(-n + 9):before { content: counter(number); }
 .contents ol li:nth-child(n + 10):before { content: counter(number); }
 
 
 /*--------------------------------------
 　float-wrap
 ---------------------------------------*/
 .contents .float-wrap {
   max-width: 100%;
   margin: 4.0rem auto 4.0rem;
   position: relative;
 }
 .contents .float-wrap .flame {
   width: 85%;
   margin: 0 auto;
 }
 .contents .float-wrap .float-img {
   box-sizing: border-box;
   width: auto;
   margin: 0 auto 1.0rem;
   text-align: center;
 }
 .contents .float-wrap img {
   box-sizing: border-box;
   max-width: 100%;
 }
 .contents .float-wrap .sttl {
   padding: 0;
   margin: 0;
   background: none;
   border: none;
   font-size: 1.6rem;
   line-height: 1.4;
 } 
 .contents .float-wrap p {
   margin: 0;
   padding: 0;
 }
 .contents .float-wrap p.catch {
   padding: 0;
   font-size: 1.8rem;
 }
 .contents .float-wrap .ct .catch {
   display:block;
   font-size: 1.6rem;
   line-height: 1.6;
   margin: 0 0 1.5rem;
   padding: 0 0 0 34px;
 }
 .contents .float-wrap .fl {
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 1.0rem 0;
   text-align: center;
   float: none;
 }
 .contents .float-wrap .fr {
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 1.0rem 0;
   text-align: center;
   float: none;
 }
 .contents .float-wrap .ct {
   box-sizing: border-box;
   width: 100%;
   margin: 0 auto 1.0rem;
   padding: 0 0 1.0rem;
   text-align: center;
 }
 .contents .float-wrap .fl.t_small {
   box-sizing: content-box;
   width: 40%;
   padding: 0 6% 0.5rem 0;
   text-align: center;
   float: left;
 }
 .contents .float-wrap .fr.t_small {
   box-sizing: content-box;
   width: 40%;
   padding: 0 0 0.5rem 6%;
   text-align: center;
   float: right;
 }
 .contents .float-wrap .fl.t_small .flame,
 .contents .float-wrap .fr.t_small .flame { width: 100%; }
 .contents .float-wrap .float-body.fl {
   width: auto;
   position: static;
   text-align: left;
 }
 .contents .float-wrap .float-body.fr {
   width: auto;
   position: static;
   text-align: left;
 }
 /*float-wrap-head*/
 .index .float-wrap .float-wrap-head,
 .category .float-wrap .float-wrap-head,
 .page .float-wrap .float-wrap-head {
   display: table;
   width: auto !important;
   height: auto;
   background: none;
   border: none;
   font-size: 1.6rem;
   font-weight: bold;
   line-height: 1.4;
   text-align: left;
   color: #000;
   margin: 0 auto 0.8rem;
   position: relative;
 }
 .index .float-wrap .float-wrap-head a,
 .category .float-wrap .float-wrap-head a,
 .page .float-wrap .float-wrap-head a {
   width: auto;
   font-size: 100%;
   text-decoration: none;
 }
 .index .float-wrap .float-wrap-head a:hover,
 .category .float-wrap .float-wrap-head a:hover,
 .page .float-wrap .float-wrap-head a:hover {
   color: #000;
   text-decoration: none;
 }
 .index .float-wrap .float-body.fl .float-wrap-head,
 .category .float-wrap .float-body.fl .float-wrap-head,
 .page .float-wrap .float-body.fl .float-wrap-head,
 .index .float-wrap .float-body.fr .float-wrap-head,
 .category .float-wrap .float-body.fr .float-wrap-head,
 .page .float-wrap .float-body.fr .float-wrap-head { width: 100%; }
 .contents .float-wrap .float-wrap-head::after { content: none; }
 /*  btns*/
 .btn-tel { display: block; }
 .contents .btn-internal,
 .contents .btn-web,
 .contents .btn-tel,
 .contents .btn-link {
   max-width: 85%;
   margin: 2.0rem auto;
   padding: 0;
   width: 85%;
 }
 .btn-internal a,
 .btn-web a,
 .btn-tel a {
   display: block;
   padding: 1.8rem 3.0rem 1.8rem;
   font-size: 1.5rem;
 }
 .contents .btn-link {
   max-width: 100%;
   text-align: left;
 }
 .btn-link a {
   display: block;
   padding: 1.6rem 3.8rem;
   font-size: 1.4rem;
   font-weight: 500;
   text-decoration: none;
   background: none;
   border: 2px solid #222;
   border-radius: 200px;
   text-align: center;
 }

 .btn-link a::after {
    content: '';
    position: absolute;
    border: solid transparent;
    border-width: 8px 12px;
    border-left-color: #222;
    right: 2%;
    top: 50%;
    margin-top: -6px; 
 }
 .btn-link a:hover {
   opacity: 1;
   text-decoration: none;
 }
 .btn-internal a:hover::before,
 .btn-web a:hover::before {
   right: -7;
   transition: none;
 }
 .btn-internal a:hover::after,
 .btn-web a:hover::after { transform: none; }
 .btn-web a:hover {
  opacity: 1;
  transition: none;
  background-color: #f85454;
}
/* ================== */
/*  テーブル　　　　　*/
/* ================== */
.contents table {
 box-sizing: border-box;
 width: 100%;
 max-width: initial;
 max-width: auto;
 table-layout: fixed;
 margin: 3.0rem auto 3.0rem;
 border-bottom: none;
}
.contents table th {
 width: 100%;
 padding: 1.0em 2.5%;
 line-height: 1.3;
 text-align: center;
 font-size: 1.3rem;
 color: #333;
 display: block;
 font-weight: normal;
 border: none;
 border-bottom: solid 1px #333;
}
.contents table td {
 width: 100%;
 display: block;
 line-height: 2.4rem;
 padding: 1.0em 5%;
 background: #fff;
 font-size: 1.3rem;
 text-align: left;
 word-wrap: break-word;
 border: none;
 border-bottom: solid 1px #333;
}


 /*--------------------------------------
 　box-wrap
 ---------------------------------------*/
 .contents .box-wrap {
   max-width: 100%;
   margin: 6.0rem auto;
   display:block;
 }
 .contents .box-wrap .box {
   width: 100%;
   margin: 35px 0 20px;
   padding: 0 1rem 1rem;
 }
 .contents .box-wrap .box-head::before {
  width: 30px;
  height: 30px;
  left: 24px;
  top: -15px;
}
.contents .box-wrap .box-head {
 padding: 2rem 0 0;
 margin: 0 0 10px;
 font-size: 1.7rem;
}


 /*--------------------------------------
 　frame-wrap
 ---------------------------------------*/
 .contents .frame-wrap {
   max-width: 100%;
   margin: 0 auto 1rem;
   display:block;
 }
 .contents .frame {
   width: 100%;
   float:none;
   padding: 0 1.4rem 2rem;
   margin: 6rem 0 8rem;
 }
 .contents .frame::after {
   width: 60px;
   height: 45px;
   top: -30px;
 }
 
 .contents .frame-catch{
  background:#88cc29;
  text-align: center;
  padding: 1.2rem 1rem;
  border-radius: 10px;
  margin-top: -35px;
  margin-bottom: 0;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}
.contents .frame-catch02{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 2rem 0;
  border-top: 1px dashed #222;
}
.contents .frame-wrap .frame a {
  display: block;
  text-decoration: none;
}
.contents .frame .frame-head {
  margin:0 -10px;
  padding: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height:1.6;
  display:flex;
  align-items: center;
  justify-content: center;
}
.contents .frame .frame-head a {
  display: block;
  background:url(img/arrow_blue.png) no-repeat right 10px top 50%;
  padding: 1rem 2.4rem;
  width: 100%;
  text-align: center;
}
.frame-body__ribon-box .ribon {
	white-space: nowrap;
	margin: 0.2rem 3rem 2rem 0;
	width: 70px;
	text-align: center;
}
.frame-body__ribon-box .ribon span {
  display: block;
  background-color: #474747;
  border-radius: 2px 0 0 2px;
  line-height: 3.4rem;
  padding: 0;
  font-weight: bold;
  color: #fff;
  position: relative;
  border-left: 6px solid #88cc29;
  font-size: 1.4rem;
}
.frame-body__img-box.box-top {
    height: unset;
}
 /*--------------------------------------
　lower_bottom
---------------------------------------*/
/* selection */
.selection {
 background-color:#e9f3f5;
 padding:1rem;
 margin:0 0 3rem;
}
.selectionInner {
 width:100%;
 margin:0 auto;
}  
.selectionBox {
 width: 32%;
 overflow:hidden;
}
.selectionTitle {
 font-size: 1.6rem;
 padding: 0 40px 12px;
 background-size: 26px auto , 26px auto;
 line-height: 1.4;
}
.selectionTitle span { margin:0 1rem; }
.selectionTitle span::before,
.selectionTitle span::after {
 width: 20px;
 height: 23px;
}
.selectionTitle span::before {
 bottom: -2px;
 left: -20px;
}
.selectionTitle span::after {
 top: -3px;
 right: -15px;
}
.selectionBox {
 border:solid 1px #398899;
 padding: 0 8px 8px;
 margin: 0px 0 0;
}
.selectionBoxHeader {
 margin: 0 0 10px;
 padding: 8px 0;
}
.selectionBoxHeader::after {
 bottom: -6px;
 background-size: auto 6px;
}
.selectionBoxHeader > img { display:none; }
.selectionBoxTitle {
 font-size: 1rem;
 display:flex;
 justify-content:center;
 align-items: center;
 text-align:center;
}
.selectionBoxName {
 font-size: 3vw;
 line-height: 1.4;
 font-weight: bold;
 margin:10px auto;
 display:flex;
 justify-content:center;
 align-items: center;
 text-align: center;
}
.selectionBox dl,
.selectionBox dl dt,
.selectionBox dl dd { display:block; }
.selectionBox dl dt,
.selectionBox dl dd {
 font-size: 1rem;
 padding: 8px 4px;
 text-align:center;
}
.selectionBox dl dd { padding-top:0; }
.selectionBox dl dd span { font-size: 1.6rem; }
.selectionBox .btn-web {
 max-width:100%;
 width:100%;
 margin:10px 0 0;   
}
.selectionBox .btn-web::after { display: none; }
.selectionBox .btn-web a {
 font-size: 1.2rem;
 padding: 8px 9px;
 border:none;
 box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
 background-image: url(img/arrow_white.png);
 background-repeat: no-repeat;
 background-position: right 4px top 50%;
 background-size: 5px auto;
}
.selectionBox .btn-web a .pc { display:none !important; }
.selectionBox .btn-web a:before,
.selectionBox .btn-web a:after,
.selectionBox .btn-tel a:before,
.selectionBox .btn-tel a:after{ display:none; }
.selection .note {
 overflow:auto;
 /* white-space:nowrap; */
 text-align:left;
 font-size:1rem;
}
.selectionBox .btn-tel {
  margin: 1rem 0 0;
  max-width: 100%;
}
.selectionBox .btn-tel a {
  font-size: 1.2rem;
  padding: 7px 9px;
  background-size: 13px auto;
  background-position: 7px;
}

  /* addParts01
  ---------------------------------------*/
  .addParts01{
  	padding: 8% 4%;
  }
  .addParts01.bg-orange {
    padding-top: 0;
}
  .addParts01BoxWrap { margin: 0 auto; }
  .addParts01BoxWrap .addParts01Box,.addParts01BoxWrap .addParts01Box.long {
  	width: 100%;
  	padding: 0;
  	margin: 0 auto 4rem;
  	flex-basis: 100%;
  }
  .addParts01BoxWrap .addParts01Box a {
  	height: 100%;
  	background-color: #f4f3f1;
  }
  .addParts01Box a::after {
  }
  .addParts01Box .name {
  	padding: 0;
  	position: absolute;
  	left: 0;
  	right: 0;
  	top: -30px;
  	margin: 0 auto;
  	z-index: 3;
  	padding-left: 43px;
  }
  .addParts01Box .name img {
  	height: 17px;
  }
  .contents .addParts01Box p {
  }

  .contents .banner .addParts01Box {
  	font-size: 2.2rem;
  	width: 100%;
  	margin-right: 0;
  	pointer-events: auto;
  }


  /*--------------------------------------
   もっとみる more
   ---------------------------------------*/
   .contents-more { display: none; }
   .btn-more {
    width: 80%;
    padding: 12px;
    font-size: 1.4rem;
  }

  .btn-more::after {
  }
  .btn-more.close::after {
    width: 30px;
    height: 16px;
    bottom: -6px;
  }
  .btn-more:hover { opacity: 1; }
}

