@charset "utf-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Zen Kaku Gothic New" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Zen+Kaku+Gothic+New
*/

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/ZKG-400.woff2") format("woff2"), url("fonts/ZKG-400.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/ZKG-700.woff2") format("woff2"), url("fonts/ZKG-700.woff") format("woff");
  font-display: swap;
}

/*----------------------------------------------------------------------------
　reset
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight:normal;
  vertical-align: baseline;
  box-sizing: border-box;
}
body {
  line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table, tr, th, td, caption {
  vertical-align: middle;
  text-align: left;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
	width: 100%;
}
textarea {
	vertical-align: top;
}



/*----------------------------------------------------------------------------
　Base
-----------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #222;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", serif;
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

a {
	color: #222;
  text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

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

strong {
	font-weight: bold;
}

body, html {
	height: 100%;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

.sp_br {
	display: none;
}
.pc_br {
	display: block;
}

.sp_only {
  display: none;
}
.pc_only {
  display: block;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.wh {
  color: #fff;
}

.fb {
  font-weight: bold;
}
.fb span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
	a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
	}
	
	.sp_br {
		display: block;
	}
	.pc_br {
		display: none;
	}

	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}



/*--------------------------------------
　Header
---------------------------------------*/
header {
	width: 100%;
	min-width: 1100px;
}

header .sitenameWrap {
  text-align: right;
}
header .sitename {
  display: inline-block;
  font-size: 1.5rem;
	line-height: 1.5;
}
header .sponsored {
  display: inline-block;
  margin: 0 0 0 0;
  font-size: 1.5rem;
	line-height: 1.5;
}

.header_lower {
  padding: 1.5rem 2rem 0;
  position: relative;
}
.header_lower::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/lower_bg01.png") center top no-repeat;
  background-size: 100% auto;
  width: 1690px;
  height: 410px;
  min-width: 1100px;
  margin: auto;
  z-index: -1;
}
.header_lower .boxInner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header_lower .logo {
  width: 150px;
}
.header_lower .sitenameWrap {
  width: calc(100% - 150px);
  margin: 0 0 0 3rem;
}

@media screen and (max-width: 768px) {
  header {
    min-width: 100%;
  }

  header .sitename {
    display: block;
    font-size: 1.2rem;
  }
  header .sponsored {
    display: block;
    font-size: 1.2rem;
  }

  .header_lower {
    padding: 1rem 5px 0;
  }
  .header_lower::after {
    width: 100%;
    height: 0;
    min-width: 100%;
    padding-top: calc(100%*410/1690);
  }
  .header_lower .logo {
    width: 20%;
  }
  .header_lower .sitenameWrap {
    width: 80%;
    margin: 0 0 0 1rem;
  }
}


/*--------------------------------------
　#hb-menu
---------------------------------------*/
/*----- hb-menu -----*/
#hb-menu {
	display: table;
	position: fixed;
	top: 0;
	right: 0;
	width: 90px;
	height: 90px;
	background: none;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 10000;
}
#hb-menu .hb-inner {
	display: table-cell;
	vertical-align: middle;
}
#hb-menu span {
	display: block;
	background: #222;
	width: 45px;
	height: 2px;
	margin: auto;
	border-radius: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#hb-menu span:nth-of-type(2),
#hb-menu span:nth-of-type(3){
	margin-top: 13px;
}

/* ナビゲーションアイコン：アクティブ */
.hb-open #hb-menu span:nth-of-type(1) {
	-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
	-ms-transform: translateY(11px) translateX(0) rotate(45deg);
	transform: translateY(11px) translateX(0) rotate(45deg);
}
.hb-open #hb-menu span:nth-of-type(2) {
	margin-top: 5px;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.hb-open #hb-menu span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
	transform: translateY(-11px) translateX(0) rotate(-45deg);
}

/* overlay */
.overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: transparent;
	pointer-events: none;
	z-index: 9999;
	transition: 0.2s;
}
.hb-open .overlay {
	background: none;
	pointer-events: auto;
}

/*----- g-nav -----*/
.g-nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
}
.g-nav .g-nav-inner {
	position: fixed;
	top: 0;
	right: 0;
	background: #fff;
	width: 45%;
	height: 100%;
	padding: 12rem 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	transition: .5s;
	transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	z-index: 9999;
}
.hb-open .g-nav .g-nav-inner {
	position: fixed;
	top: 0;
	transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
}


.hb_menu_wrapper {
	max-width: 80%;
	margin: auto;
}


.hb_menu {
  margin-bottom: 0;
}
.hb_menu:last-child {
  margin-bottom: 0;
}


.hb_menu_title {
	padding: 2rem 0 2rem;
	border-bottom: 1px solid rgba(34,34,34,0.16);
}

.hb_menu_title_link {
	display: block;
	padding: 0 4rem 0 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
}
.hb_menu_title_link:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  background: url("img/arrow04.png") left top no-repeat;
  background-size: contain;
	width: 24px;
	height: 14px;
	margin-top: -7px;
}


.hb_menu_list {
	display: block;
	margin-top: 0;
}

.hb_menu_list_item {
  width: 100%;
	margin: 2rem 0 2rem 2rem;
	padding: 0 0;
	box-sizing: border-box;
	position: relative;
}
.hb_menu_list_item:first-child {
	display: none;
}

.hb_menu_list_link {
	display: block;
	padding: 0 0 0 1.5rem;
	font-size: 1.4rem;
	line-height: 1.6;
	position: relative;
}
.hb_menu_list_link::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	background: #222;
	width: 8px;
	height: 1px;
}


/*--------------------------------------
　SP #hb-menu
---------------------------------------*/
@media screen and (max-width: 768px) {
  /*----- hb-menu -----*/
  #hb-menu {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #222;
  }
  #hb-menu .hb-inner {
    display: table-cell;
    vertical-align: middle;
  }
  #hb-menu span {
    width: 22px;
    height: 1px;
  }
  #hb-menu span:nth-of-type(2),
  #hb-menu span:nth-of-type(3){
    margin-top: 7px;
  }

  /* ナビゲーションアイコン：アクティブ */
  .hb-open #hb-menu span:nth-of-type(1) {
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    -ms-transform: translateY(7px) translateX(0) rotate(45deg);
    transform: translateY(7px) translateX(0) rotate(45deg);
  }
  .hb-open #hb-menu span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  .hb-open #hb-menu span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg);
  }

  /*----- g-nav -----*/
  .g-nav .g-nav-inner {
    width: 100%;
    height: 100%;
    padding: 6rem 2rem;
  }


  .hb_menu_wrapper {
    max-width: 100%;
  }


  .hb_menu_title {
    padding: 1.5rem 2.5rem 1.5rem 0;
    border-bottom: 1px solid rgba(34,34,34,0.16);
    position: relative;
  }
	.hb_menu_title:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: none;
		border-top: solid 1px #222;
		border-right: solid 1px #222;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.hb_menu_title.open:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}	
	.hb_menu_title.first {
		padding: 1.5rem 0 1.5rem 0;
	}
	.hb_menu_title.first:after {
		display: none;
	}

  .hb_menu_title_link {
    display: block;
    padding: 0 0 0 0;
    font-size: 1.5rem;
    pointer-events: none;
  }
  .hb_menu_title_link:after {
    display: none;
  }
	.hb_menu_title.first .hb_menu_title_link {
		pointer-events: auto;
		position: relative;
	}
	.hb_menu_title.first .hb_menu_title_link:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: none;
		border-top: solid 1px #222;
		border-right: solid 1px #222;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}


  .hb_menu_list {
    display: none;
  }

  .hb_menu_list_item {
    width: 100%;
    margin: 0 0 0 0;
    border-bottom: 1px solid rgba(34,34,34,0.16);
  }
  .hb_menu_list_item:first-child {
    display: block;
  }

  .hb_menu_list_link {
    display: block;
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  }
  .hb_menu_list_link::before {
    display: none;
  }
	.hb_menu_list_link::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 1px solid #222;
		border-right: 1px solid #222;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}



/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
	width: 100%;
	margin: 1rem 0;
  font-size: 1.4rem;
  position: relative;
}
#pankuzu a {
	display: inline-block;
  text-decoration: underline;
	line-height: 1.8;
}
#pankuzu a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
	#pankuzu {
		width: 100%;
		margin: 1rem auto;
		padding: 0 0 0.5rem 0;
		box-sizing: border-box;
		font-size: 1.2rem;
		white-space: nowrap;
		overflow: auto;
	}
	#pankuzu::-webkit-scrollbar{
		height: 2px;
}
	#pankuzu::-webkit-scrollbar-track{
		background: #efefef;
		margin: 0 0;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
	#pankuzu::-webkit-scrollbar-thumb {
		background: #cacaca;
		border-radius: 0;
		box-shadow: none;
	}
}



/*--------------------------------------
　Footer
---------------------------------------*/
.l-footer-area {
	background: #222;
	width: 100%;
	min-width: 1100px;
  position: relative;
}

.l-footer-area br {
  display: none;
}


.l-footer-area__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
	padding: 10rem 0 5rem;
}


.l-footer-left {
  width: 270px;
}

.l-footer-logo {
	max-width: 150px;
}
.l-footer-logo a {
	display: block;
}


.l-footer-right {
  width: calc(100% - 320px);
}

.l-footer-menu-wrapper {
  margin: 0 auto 0;
}


.l-footer-menu {
  margin-bottom: 3rem;
}
.l-footer-menu:last-child {
  margin-bottom: 0;
}


.l-footer-menu__title {
	padding: 0 0 1.5rem 0;
	border-bottom: 1px solid #fff;
	position: relative;
}

.l-footer-menu__title__link {
	display: inline-block;
	padding: 0 4rem 0 0;
	color: #fff;
  font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
  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;
	position: relative;
}
.l-footer-menu__title__link:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  background: url("img/arrow03.png") left top no-repeat;
  background-size: contain;
	width: 24px;
	height: 14px;
	margin-top: -7px;
}


.l-footer-menu__list {
  display: flex;
  flex-flow: row wrap;
	box-sizing: border-box;
	margin-top: 3rem;
}

.l-footer-menu__list__item {
  width: calc(100% / 3);
	margin-bottom: 1.5rem;
	padding: 0 2rem;
	box-sizing: border-box;
	position: relative;
}
.l-footer-menu__list__item:first-child {
  display: none;
}

.l-footer-menu__list__link {
	display: block;
	padding: 0 0 0 0;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
	position: relative;
}


.l-footer-submenu__list {
	margin: 1rem 0 0 0;
	padding: 0 2rem;
}

.l-footer-submenu__list__item {
	margin: 0 0 1rem 0;
	position: relative;
}

.l-footer-submenu__list__link {
	display: block;
	padding: 0 0 0 1.5rem;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
	position: relative;
}
.l-footer-submenu__list__link::before {
	content: "";
 	position: absolute;
	top: 11px;
	left: 0;
	background: #fff;
	width: 8px;
	height: 1px;
}


.l-footer-area .menseki {
	background: #353535;
	max-width: 100%;
  margin: 4rem auto 0;
  padding: 1.5rem 2rem;
  box-sizing: border-box;
	color: #fff;
	font-size: 1.2rem;
	line-height: 2;
}
.l-footer-area .menseki span {
  display: inline-block;
}


.l-footer-area .ucp {
  margin: 1.5rem auto 0;
	color: #fff;
  font-size: 1rem;
	line-height: 1.8;
}


.l-footer-copy-wrapper {
  background: #222;
}

.l-footer-copy {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 0;
  color: #fff;
	font-size: 1.3rem;
	line-height: 1.5;
}
.l-footer-copy a {
	display: inline-block;
  text-decoration: underline;
  color: #fff;
}
.l-footer-copy a:hover {
  text-decoration: none;
}

.l-footer-copy .sitemap {
	width: 15%;
	margin: 0 0 0 4rem;
	box-sizing: border-box;
  text-align: right;
}
.l-footer-copy .sitemap a {
	padding: 0 1.5rem 0 0;
 	position: relative;
}
.l-footer-copy .sitemap a:after {
	content: "";
 	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .l-footer-area {
    min-width: 100%;
  }


  .l-footer-area__inner {
    display: block;
    max-width: 100%;
    padding: 5rem 2rem 4rem;
  }


  .l-footer-left {
    width: 100%;
  }

  .l-footer-logo {
    max-width: 35%;
    margin: auto;
  }


  .l-footer-right {
    width: 100%;
  }

  .l-footer-menu-wrapper {
    margin: 3rem auto 0;
  }


  .l-footer-menu {
    margin-bottom: 0;
  }


  .l-footer-menu__title {
    padding: 1.5rem 2.5rem 1.5rem 0;
    border-bottom: 1px solid #fff;
  }
	.l-footer-menu__title:after { 
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: none;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.l-footer-menu__title.open:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

  .l-footer-menu__title__link {
    display: block;
    padding: 0 0 0 0;
    font-size: 1.5rem;
    pointer-events: none;
  }
  .l-footer-menu__title__link:after {
    display: none;
  }


  .l-footer-menu__list {
    display: none;
    margin-top: 0;
  }

  .l-footer-menu__list__item {
    width: 100%;
    margin-bottom: 0;
    padding: 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.6);
  }
  .l-footer-menu__list__item:first-child {
    display: block;
  }

  .l-footer-menu__list__link {
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  }
  .l-footer-menu__list__link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    background: none;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  .l-footer-submenu__list {
    margin: 0 0 0 0;
    padding: 0 0;
  }

  .l-footer-submenu__list__item {
    margin: 0 0 0 0;
    border-top: 1px solid rgba(255,255,255,0.6);
  }

  .l-footer-submenu__list__link {
    padding: 1.5rem 0 1.5rem 3rem;
  }
  .l-footer-submenu__list__link::before {
    top: 26px;
    left: 15px;
    width: 6px;
  }


  .l-footer-area .menseki {
    margin: 3rem auto 0;
    padding: 1.5rem 1.5rem;
    font-size: 1rem;
  }


  .l-footer-area .ucp {
    margin: 1rem auto 0;
    text-align: center;
  }


  .l-footer-copy {
    display: block;
    max-width: 100%;
    padding: 1rem 1rem;
    font-size: 1.2rem;
    text-align: center;
  }

	.sitemap {
		margin: 2rem 0 0 0;
		text-align: center;
	}
	.sitemap a {
		padding: 0 1.5rem 0 1.5rem;
		font-size: 1.4rem;
		color: #fff;
		text-decoration: underline;
		position: relative;
	}
	.sitemap a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}



/*--------------------------------------
　PageTop
---------------------------------------*/
.l-pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 70px;
  z-index: 0;
}

.l-pagetop__link {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
	.l-pagetop {
		bottom: 10px;
		right: 5px;
		width: 45px;
	}
}



/*--------------------------------------
　Main Contents
---------------------------------------*/
.contents_wrap {
  width: 100%;
	min-width: 1100px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.contents {
  width: 1100px;
	min-width: 1100px;
  margin: auto;
  padding: 4rem 0 0;
  position: relative;
  z-index: 0;
}
.contents.pd {
  padding: 4rem 0 12rem;
}

.page-tag {
  padding: 4rem 0 12rem;
}
.page-tag h1 {
  position: relative;
}
.page-tag h1::before {
  content: "";
  position: absolute;
  top: calc(100% - 90px);
  left: calc(100% - 140px);
  background: url("img/lower_bg02.png") left top no-repeat;
  background-size: contain;
  width: 360px;
  height: 360px;
  z-index: -1;
}

#category,
#page {
  width: 100%;
  margin: 0!important;
  padding: 0 0 0!important;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contents_wrap {
    min-width: 100%;
  }
  
	.contents {
		width: 100%;
		min-width: 100%;
		padding: 3rem 2rem 5rem;
	}
  .contents.pd {
    padding: 3rem 2rem 5rem;
  }
  
  .page-tag {
    padding: 3rem 2rem 5rem;
  }
  .page-tag h1::before {
    top: calc(100% - 30px);
    left: calc(100% - 60px);
    width: 30%;
    height: 0;
    padding-top: 30%;
  }
}



/*--------------------------------------
　lower
---------------------------------------*/
.lower_eyecatch {
  margin: 0 0 3rem;
  position: relative;
}
.lower_eyecatch img {
    max-height: 580px;
    height: auto;
    object-fit: cover;
}
.lower_eyecatch::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: calc(100% - 140px);
  background: url("img/lower_bg02.png") left top no-repeat;
  background-size: contain;
  width: 360px;
  height: 360px;
}

.post-date {
  margin: 3rem 0 3rem;
  color: #888;
  font-size: 1.5rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
  .lower_eyecatch {
    margin: 0 0 2rem;
  }
  .lower_eyecatch::after {
    bottom: -30px;
    left: calc(100% - 60px);
    width: 30%;
    height: 0;
    padding-top: 30%;
  }

  .post-date {
    margin: 3rem 0 3rem;
    font-size: 1.4rem;
  }
}



/*--------------------------------------
　Title
---------------------------------------*/
h2,
h3,
h4,
h5,
h6,
.cc {
	font-weight: bold;
	line-height: 1.5;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	display: block;
	font-weight: bold;
}
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.cc span {
	font-weight: bold;
}
h2 br,
h3 br,
h4 br,
h5 br,
h6 br,
.cc br {
	line-height: 0;
}
*:not(br){
  line-height: 1.5;
}

.contents h1 {
	margin: 6rem 0 7rem;
  padding: 0 0 3rem;
	font-size: 4.8rem;
	font-weight: bold;
  text-align: center;
	line-height: 1.4;
  border-bottom: 2px solid #222;
  position: relative;
}
.contents h1::after {
  content: "このサイトはWALL SHAREをスポンサーとしてZenken株式会社が運営しています。";
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  right: 0;
  color: #888;
	font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}


.contents h2 {
    background: #e8e8e8;
    margin: 5rem 0 4rem;
    padding: 2rem 3rem 3rem 4rem;
    color: #222;
    font-size: 3.6rem;
    position: relative;
}
.contents h2::before {
    content: "";
    position: absolute;
    bottom: 80%;
    left: 0;
    background: url(/wp/wp-content/uploads/h2_img.png) left top no-repeat;
    background-size: 66px;
    width: 66px;
    height: 46px;
}
.contents h2::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
	background: #d4d4d4;
  width: 100%;
  height: 2px;
}

.contents h2 a {
	padding: 0 7rem 0 0;
	color: #222;
	position: relative;
}
.contents h2 a::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -40px;
	width: calc(100% + 7rem);
	height: calc(100% + 5rem);
}
.contents h2 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  background: url("img/arrow02.png") left top no-repeat;
  background-size: contain;
	width: 44px;
	height: 26px;
	margin-top: -13px;
}


.contents h3 {
	margin: 4rem 0 3rem;
	padding: 0 0 1.5rem 0;
	font-size: 3rem;
	border-bottom: 2px solid #26b5a8;
}

.contents h3 a {
	padding: 0 7rem 0 0;
	position: relative;
}
.contents h3 a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 1.5rem);
}
.contents h3 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  background: url("img/arrow02.png") left top no-repeat;
  background-size: contain;
	width: 40px;
	height: 24px;
	margin-top: -12px;
}


.contents h4 {
	margin: 4rem 0 2rem;
	font-size: 2.4rem;
}

.contents h4 a {
	padding: 0 5rem 0 0;
	position: relative;
}
.contents h4 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  background: url("img/arrow02.png") left top no-repeat;
  background-size: contain;
	width: 30px;
	height: 18px;
	margin-top: -9px;
}

@media screen and (max-width: 768px) {
  .contents h1 {
    margin: 3rem 0 8rem;
    padding: 0 0 1.5rem;
    font-size: 2.5rem;
    border-bottom: 1px solid #222;
  }
  .contents h1::after {
    top: calc(100% + 20px);
    font-size: 1.2rem;
  }


  .contents h2 {
    margin: 3rem 0 2rem;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    font-size: 2.2rem;
  }
	.contents h2::before {
    bottom: 80%;
    background-size: 50px;
    width: 50px;
    height: 35px;
}
  .contents h2::after {
    bottom: 5px;
    height: 1px;
  }

  .contents h2 a {
    padding: 0 4rem 0 0;
  }
  .contents h2 a::before {
    top: -15px;
    left: -15px;
    width: calc(100% + 3rem);
    height: calc(100% + 3.5rem);
  }
  .contents h2 a::after {
    width: 26px;
    height: 16px;
    margin-top: -8px;
  }


  .contents h3 {
    margin: 3rem 0 2rem;
    padding: 0 0 1rem 0;
    font-size: 1.8rem;
    border-bottom: 1px solid #26b5a8;
  }

  .contents h3 a {
    padding: 0 4rem 0 0;
  }
  .contents h3 a::before {
    height: calc(100% + 1rem);
  }
  .contents h3 a::after {
    width: 22px;
    height: 13px;
    margin-top: -7px;
  }


  .contents h4 {
    margin: 3rem 0 2rem;
    font-size: 1.6rem;
  }

  .contents h4 a {
    padding: 0 3rem 0 0;
  }
  .contents h4 a::after {
    width: 18px;
    height: 10px;
    margin-top: -5px;
  }
}



/*--------------------------------------
　テキスト
---------------------------------------*/
.contents p {
	margin: 2rem 0 2rem;
	font-size: 1.5rem;
	line-height: 1.7;
}

.contents p a {
	text-decoration: underline;
}
.contents p a:hover {
	text-decoration: none;
}

.txt_bold {
	color: #df5e3b;
	font-weight: bold;
}
.marker {
	background: linear-gradient(transparent 70%, #fdd78b 0%);
	font-weight: bold;
}


.caption {
	margin: 1rem 0 0 0!important;
	padding: 0 0 0.5rem 0;
	font-size: 1rem;
	color: #888;
	line-height: 1.3;
	word-wrap: break-word;
	word-break: break-all;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
.caption::-webkit-scrollbar {
	height: 2px;
}
.caption::-webkit-scrollbar-track {
	background: #e7e7e7;
	margin: 0 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.caption::-webkit-scrollbar-thumb {
	background: #aeaeae;
	border-radius: 0;
	box-shadow: none;
}
.caption a {
	color: #888;
	text-decoration: underline;
}
@-moz-document url-prefix() {
  .caption {
    scrollbar-color: #aeaeae #e7e7e7;
  	scrollbar-width: thin;
  }
}

@media screen and (max-width: 768px) {
	.contents p {
		margin: 2rem 0 2rem;
		line-height: 1.7;
	}
	
	.caption {
		margin: 1rem 0 0 0!important;
    font-size: 1rem;
	}
}



/*--------------------------------------
　リスト
---------------------------------------*/
/*----- ulリスト -----*/
.contents ul {
	margin: 4rem 0 4rem;
}
.contents ul li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
	font-size: 1.5rem;
  line-height: 1.8;
	position: relative;
}
.contents ul li:last-child {
  margin: 0 0 0 0;
}
.contents ul li::before {
  content: "";
  display: block;
	position: absolute;
  top: 11px;
  left: 0;
	background: #26b5a8;
  width: 8px;
  height: 8px;
	box-sizing: border-box;
  border-radius: 50%;
}
.contents ul li a {
	display: inline-block;
	text-decoration: underline;
}
.contents ul li a:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	/*----- ulリスト -----*/
	.contents ul {
		margin: 2rem 0 2rem;
	}
	.contents ul li {
		padding: 0 0 0 1.5rem;
		font-size: 1.4rem;
    line-height: 1.6;
	}
	.contents ul li::before {
		top: 8px;
	}
}



/*--------------------------------------
　リンク
---------------------------------------*/
.btn-web a,
.btn-internal a {
	display: block;
	max-width: 460px;
	margin: 5rem auto 10rem;
	padding: 3rem 6rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-radius: 100px;
	text-decoration: none!important;
	position: relative;
}


/*----- btn-web（外部リンク） -----*/
.btn-web a {
	background: #f26333;
}
.btn-web a::after {
	content: "";
	position: absolute;
	top: 50%;
  left: 30px;
  background: url("img/icon_link.png") left top no-repeat;
  background-size: contain;
	width: 22px;
	height: 22px;
	margin-top: -11px;
}


/*----- btn-internal（内部リンク） -----*/
.btn-internal a {
	background: #222;
}
.btn-internal a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
  background: url("img/arrow03.png") left top no-repeat;
  background-size: contain;
	width: 24px;
	height: 14px;
	margin-top: -7px;
}


/*----- btn-link（テキストリンク） -----*/
.btn-link {
  margin: 4rem 3.5rem 4rem 0;
	text-align: right;
}
.btn-link a {
	display: inline;
	font-size: 1.5rem;
  font-weight: bold;
	line-height: 1.5;
  border-bottom: 1px solid #b6b6b6;
	text-decoration: none;
	position: relative;
}
.btn-link a::after {
	content: "";
	position: absolute;
	top: 50%;
  left: 100%;
  background: url("img/arrow04.png") left top no-repeat;
  background-size: contain;
	width: 24px;
	height: 14px;
	margin-top: -7px;
	margin-left: 10px;
}

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


/*----- btn-tel（電話ボタン） -----*/
.btn-tel a {
	display: none;
}

@media screen and (max-width: 768px) {
	.btn-internal a,
	.btn-web a {
    max-width: 90%;
    margin: 3rem auto 6rem;
    padding: 2rem 4.5rem;
    font-size: 1.4rem;
	}

  
  /*----- btn-web（外部リンク） -----*/
  .btn-web a::after {
    left: 15px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }


  /*----- btn-internal（内部リンク） -----*/
  .btn-internal a::after {
    right: 15px;
    width: 19px;
    height: 12px;
    margin-top: -6px;
  }

	
	/*----- btn-link（テキストリンク） -----*/
  .btn-link {
    margin: 3rem 3rem 3rem 0;
  }
  .btn-link a {
    font-size: 1.5rem;
  }
  .btn-link a::after {
    width: 19px;
    height: 12px;
    margin-top: -6px;
    margin-left: 8px;
  }

	
	/*----- btn-tel（電話ボタン） -----*/
	.btn-tel a {
		display: block;
		background: #26b5a8;
		max-width: 90%;
		margin: 3rem auto 3rem;
		padding: 2rem 5rem;
		box-sizing: border-box;
		color: #fff;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		border-radius: 100px;
		text-decoration: none!important;
		position: relative;
	}
  .btn-tel a::before {
		content: "";
		position: absolute;
		top: 50%;
    left: 25px;
    background: url("img/icon_tel.png") left top no-repeat;
    background-size: contain;
		width: 15px;
		height: 26px;
		margin-top: -13px;
	}
}



/*--------------------------------------
　Table
---------------------------------------*/
table {
	background: #fff;
  width: 100%;
  margin: 8rem 0 8rem;
	box-sizing: border-box;
	border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #cbcbcb;
}

table th {
	background: #eee;
	padding: 1.5rem;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
  word-break: break-all;
	border-left: 2px solid #cbcbcb;
	border-bottom: 2px solid #cbcbcb;
}
table th a {
	font-weight: bold;
	text-decoration: underline;
}
table th a:hover {
	text-decoration: none;
}

table td {
	padding: 1.5rem;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.4;
  word-break: break-all;
	border-left: 2px solid #cbcbcb;
	border-bottom: 2px solid #cbcbcb;
}
table td a {
	text-decoration: underline;
}
table td a:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	table {
		margin: 5rem 0 5rem;
    border: 1px solid #cbcbcb;
	}

	table th {
		display: block;
		padding: 1.2rem;
		font-size: 1.4rem;
		border-left: none;
		border-bottom: 1px solid #cbcbcb;
	}

	table td {
		display: block;
		padding: 1.2rem;
		font-size: 1.4rem;
		border-left: none;
		border-bottom: 1px solid #cbcbcb;
	}
	
	table tbody tr:last-child td:last-child {
		border-bottom: none;
	}
}



/*--------------------------------------
　画像＋テキスト
---------------------------------------*/
.float-wrap {
	margin: 5rem 0 4rem;
	box-sizing: border-box;
}

.float-img {
  position: relative;
}

.float-img .flame img {
	display: block;
	width: auto;
	margin: auto;
  vertical-align: top;
}

.float-img.fl {
  float: left;
  width: 510px;
  padding-right: 5rem;
}
.float-img.fr {
  float: right;
  width: 510px;
  padding-left: 5rem;
}

.float-img .caption {
	margin: 1rem 0 0 0;
	font-size: 1rem;
	color: #888;
	text-align: center;
	line-height: 1.3;
	word-wrap: break-word;
	word-break: break-all;
}

.float-wrap .catch {
	margin: 2rem 0 2rem 0;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
}
.float-wrap.ct .catch {
  text-align: center;
}

.float-wrap p {
	margin: 2rem 0 2rem;
}

/*----- リストが入る場合 -----*/ 
.float-txt ul {
	width: calc(100% - 510px);
}
.float-txt.right ul {
	margin: 0 0 0 auto;
}
.float-txt.left ul {
	margin: 0 0 0 0;
}

@media screen and (max-width: 768px) {
	.float-wrap {
		margin: 3rem 0 3rem;
	}
	
	.float-img.fl {
		float: inherit;
		width: 100%;
		padding-right: 0;
	}
	.float-img.fr {
		float: inherit;
		width: 100%;
		padding-left: 0;
	}
	
	.float-img .caption {
		margin: 1rem 0 1.5rem 0;
	}

	.float-wrap .catch {
		margin: 1.5rem 0 1.5rem;
		font-size: 1.8rem;
	}
	.float-wrap.ct .catch {
    text-align: left;
  }

	.float-wrap p {
		margin: 1.5rem 0 1.5rem;
	}
	
  /*----- リストが入る場合 -----*/ 
  .float-txt ul {
    width: 100%;
  }
  .float-txt.right ul {
    margin: 0 0 0 0;
  }
}



/*--------------------------------------
　toc_parts
---------------------------------------*/
.toc_parts {
  max-width: 900px;
	margin: 5rem auto 5rem;
	padding: 3rem 4rem 3rem;
  border-top: 2px solid #d4d4d4;
  border-bottom: 2px solid #d4d4d4;
  position: relative;
}

.toc_parts .eng {
  position: absolute;
  top: 15px;
  left: 0;
  width: 310px;
}

.toc_parts .ttlWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.toc_parts .ttl {
  width: calc(100% - 100px);
	font-size: 2.8rem;
	font-weight: bold;
  position: relative;
}
.toc_parts .acc {
  display: inline-block;
  background: #222;
  width: 100px;
  margin: 0 -4rem 0 0;
  padding: 8px 3rem 8px 1.5rem;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 100px;
  position: relative;
}
.toc_parts .acc::before,
.toc_parts .acc::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	background: #fff;
	width: 15px;
	height: 2px;
	margin-top: -1px;
	transition: all 0.4s;
}
.toc_parts .acc::after {
	transform: rotate(90deg);
}
.toc_parts .ttlWrap.open .acc::before {
  display: none;
}
.toc_parts .ttlWrap.open .acc::after {
  transform: rotate(180deg);
}
.toc_parts .acc span::after {
  content: "開く";
  font-weight: bold;
}
.toc_parts .ttlWrap.open .acc span::after {
  content: "閉じる";
}

#toc {
  display: none;
	margin: 3rem 0 0 0;
}

#toc ul.chapter {
	margin: 0 0 0;
}
#toc ul.chapter li {
  margin: 0 0 1.5rem 0;
	padding: 0 0 0 3.5rem;
  font-size: 1.6rem;
  overflow-wrap: break-word;
	position: relative;
	counter-increment: toccount;
}
#toc ul.chapter li:last-child {
	margin: 0 0 0 0;
}
#toc ul.chapter li::before {
	content: counter(toccount,decimal-leading-zero);
	position: absolute;
  top: -11px;
  left: 0;
	background: none;
  width: inherit;
  height: inherit;
  border-radius: 0;
	color: #5280c2;
	font-size: 2.4rem;
  font-weight: bold;
}
#toc ul.chapter li a {
	display: block;
  font-weight: bold;
	text-decoration: none;
}
#toc .chapter .chapter {
  margin: 0 0 2rem 3.5rem;
}
#toc .chapter .chapter:last-child {
  margin: 0 0 0 3.5rem;
}
#toc .chapter .chapter li {
	margin: 0 0 1rem 0;
	padding: 0 0 0 1.5rem;
	font-size: 1.4rem;
	position: relative;
	counter-increment: none;
}
#toc .chapter .chapter li::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: solid 1px #222;
	border-right: solid 1px #222;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
#toc .chapter .chapter li a {
  font-weight: 400;
}

#toc ul.chapter li br {
	display: none;
}

@media screen and (max-width: 768px) {
  .toc_parts {
    max-width: 100%;
    margin: 4rem auto 4rem;
    padding: 2rem 1.5rem 2rem;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
  }

  .toc_parts .eng {
    top: 10px;
    width: 50%;
  }

  .toc_parts .ttl {
    width: calc(100% - 90px);
    font-size: 1.8rem;
  }
  .toc_parts .acc {
    width: 90px;
    margin: 0 -1.5rem 0 0;
    padding: 5px 2rem 5px 1.5rem;
    font-size: 1.2rem;
  }
  .toc_parts .acc::before,
  .toc_parts .acc::after {
    width: 12px;
    height: 1px;
  }

  #toc {
    margin: 2rem 0 0 0;
  }

  #toc ul.chapter li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 3rem;
    font-size: 1.5rem;
  }
  #toc ul.chapter li::before {
    top: -7px;
    font-size: 2rem;
  }
  #toc .chapter .chapter {
    margin: 0 0 1.5rem 3rem;
  }
  #toc .chapter .chapter:last-child {
    margin: 0 0 0 3rem;
  }
}



/*--------------------------------------
　tag_parts
---------------------------------------*/
.tag_parts {
  margin: 10rem 0 10rem;
}

ul.tagList {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 0 0;
}
ul.tagList li {
  margin: 0 1.5rem 1.5rem 0;
  padding: 0 0 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
ul.tagList li a {
  display: block;
  background: #fff;
  padding: 8px 1.5rem;
  color: #888;
  font-weight: bold;
  border: 1px solid #888;
  border-radius: 100px;
  text-decoration: none;
}
ul.tagList li:last-child {
  margin: 0 1.5rem 1.5rem 0;
}
ul.tagList li::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .tag_parts {
    margin: 6rem 0 6rem;
  }

  ul.tagList li {
    margin: 0 5px 5px 0;
  }
  ul.tagList li a {
    padding: 5px 1rem;
    font-size: 1.3rem;
    border: 1px solid #888;
  }
  ul.tagList li:last-child {
    margin: 0 5px 5px 0;
  }
}



/*--------------------------------------
　related_article
---------------------------------------*/
.related_article {
  margin: 15rem auto 15rem;
  position: relative;
  z-index: 0;
}
.related_article::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 140px);
  left: calc(100% - 100px);
  background: url("img/related_article_bg01.png") left top no-repeat;
  background-size: contain;
  width: 390px;
  height: 310px;
  z-index: -1;
}
.related_article::after {
  content: "";
  position: absolute;
  top: calc(100% - 100px);
  right: calc(100% - 200px);
  background: url("img/related_article_bg02.png") left top no-repeat;
  background-size: contain;
  width: 460px;
  height: 320px;
  z-index: -1;
}

.related_article_inner {
  display: flex;
  justify-content: space-between;
}

.related_article .eng_ttl {
  width: 80px;
}

.related_article .article_block {
  width: calc(100% - 150px);
  padding: 5rem 0 0;
  border-top: 1px solid #222;
}

.related_article .ttl {
  display: inline-block;
  background: #222;
  padding: 5px 1.5rem;
  font-size: 2.4rem;
}

.related_article ul.articleList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 4rem 0 0;
}
.related_article ul.articleList li {
  width: calc(50% - 2rem);
  margin: 0 0 3rem 0;
  padding: 0 0 0 0;
}
.related_article ul.articleList li::before {
  display: none;
}
.related_article ul.articleList li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem 0 0;
  text-decoration: none;
  position: relative;
}
.related_article ul.articleList li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  background: url("img/arrow04.png") left top no-repeat;
  background-size: contain;
	width: 24px;
	height: 14px;
	margin-top: -7px;
}

.related_article .imgBox {
  width: 160px;
  margin: 0 2rem 0 0;
  flex-grow: 1;
}

.related_article .article_ttl {
  width: calc(100% - 160px);
  font-size: 1.6rem;
  font-weight: bold;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .related_article {
    margin: 8rem auto 8rem;
  }
  .related_article::before {
    bottom: calc(100% - 50px);
    left: inherit;
    right: -40px;
    width: 40%;
    height: 0;
    padding-top: calc(40%*310/390);
  }
  .related_article::after {
    top: calc(100% - 50px);
    right: inherit;
    left: -40px;
    width: 50%;
    height: 0;
    padding-top: calc(50%*320/460);
  }

  .related_article_inner {
    display: block;
  }

  .related_article .eng_ttl {
    width: 55%;
  }

  .related_article .article_block {
    width: 100%;
    padding: 2rem 0 0;
  }

  .related_article .ttl {
    padding: 5px 1rem;
    font-size: 1.8rem;
  }

  .related_article ul.articleList {
    display: block;
    margin: 2rem 0 0;
  }
  .related_article ul.articleList li {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .related_article ul.articleList li:last-child {
    margin: 0 0 0 0;
  }
  .related_article ul.articleList li a {
    padding: 0 3rem 0 0;
  }
  .related_article ul.articleList li a::after {
    width: 19px;
    height: 12px;
    margin-top: -6px;
  }

  .related_article .imgBox {
    width: 35%;
    margin: 0 1rem 0 0;
  }

  .related_article .article_ttl {
    width: 65%;
    font-size: 1.5rem;
  }
}



/*--------------------------------------
　slide_parts
---------------------------------------*/
.caseWrap {
  max-width: 1000px;
  margin: auto;
}


.slide_parts {
  max-width: 1000px;
  margin: 6rem auto 0;
}

.slide_parts .slider_thum {
  margin: 1.5rem auto 0;
}
.slide_parts .thum_item {
  margin: 0 3px 0 0;
}
.slide_parts .slider_thum .slick-current {
  padding: 0 0 1rem;
  border-bottom: 2px solid #e27355;
}

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

.slide-arrow {
	display: block;
	position: absolute;
	top: 50%;
  background: url("img/slide-arrow.png") left top no-repeat;
  background-size: contain;
	width: 74px;
	height: 74px;
	z-index: 999;
	cursor: pointer;
}
.prev-arrow {
	left: -50px;
}
.next-arrow {
	right: -50px;
	transform: scale(-1, 1);
}

.slick-slide:focus {
  outline: none;
}
.slick-slide {
  display: none;
}
.slick-initialized .slick-slide {
  display: block;
}

@media screen and (max-width: 768px) {
  .slide_parts {
    max-width: 100%;
    margin: 4rem auto 0;
  }

  .slide_parts .slider_thum {
    margin: 1rem 0 0;
  }
  .slide_parts .thum_item {
    margin: 0 2px 0 0;
  }
  .slide_parts .slider_thum .slick-current {
    padding: 0 0 5px;
    border-bottom: 3px solid #e27355;
  }

  .slide-arrow {
    display: none!important;
  }
}



/*--------------------------------------
　table_parts
---------------------------------------*/
.table_parts {
  max-width: 1000px;
  margin: 3rem auto 0;
}

.table_parts table {
  margin: 0 0 0;
  border: none;
}
.table_parts table th {
  width: 20%;
  background: none;
  padding: 2rem 2rem;
  font-size: 1.5rem;
  text-align: left;
  border-left: none;
  border-bottom: 2px solid #e8e8e8;
}
.table_parts table tr:first-child th {
  border-top: 2px solid #e8e8e8;
}
.table_parts table td {
  padding: 2rem 2rem;
  font-size: 1.5rem;
  text-align: left;
  border-left: none;
  border-bottom: 2px solid #e8e8e8;
}
.table_parts table tr:first-child td {
  border-top: 2px solid #e8e8e8;
}

@media screen and (max-width: 768px) {
  .table_parts {
    max-width: 100%;
    margin: 3rem auto 0;
  }

  .table_parts table th {
    width: 100%;
    padding: 1.5rem 1.5rem 0;
    font-size: 1.4rem;
    border-bottom: none;
  }
  .table_parts table tr:first-child th {
    border-top: 1px solid #e8e8e8;
  }
  .table_parts table td {
    padding: 5px 1.5rem 1.5rem;
    font-size: 1.4rem;
    border-bottom: 1px solid #e8e8e8;
  }
  .table_parts table tr:first-child td {
    border-top: none;
  }
  .table_parts table tr:last-child td {
    border-bottom: 1px solid #e8e8e8!important;
  }
}



/*--------------------------------------
　voice_parts
---------------------------------------*/
.voice_parts {
  background: #f3f3f3 url("img/voice_parts_bg.png") left -80px top -25px no-repeat;
  background-size: 300px auto;
  max-width: 1000px;
  margin: 5rem auto 0;
  padding: 5rem 5rem 5rem;
}

.voice_parts .voice_block {
  display: flex;
  justify-content: space-between;
}

.voice_parts .boxL {
  width: calc(100% - 380px);
}

.voice_parts .voice_ttl {
  padding: 0 0 1.5rem;
  font-size: 2rem;
  border-bottom: 2px solid #c8c8c8;
}

.voice_parts .cc {
  margin: 3rem 0 0;
  font-size: 2.4rem;
}

.voice_parts .txt {
  margin: 2rem 0 0;
}

.voice_parts .boxR {
  width: 330px;
}

@media screen and (max-width: 768px) {
  .voice_parts {
    background: #f3f3f3 url("img/voice_parts_bg.png") left -30px top -15px no-repeat;
    background-size: 50% auto;
    max-width: 100%;
    margin: 6rem auto 6rem;
    padding: 3rem 2rem 3rem;
  }

  .voice_parts .voice_block {
    display: block;
  }

  .voice_parts .boxL {
    width: 100%;
  }

  .voice_parts .voice_ttl {
    padding: 0 0 1rem;
    font-size: 1.6rem;
    border-bottom: 1px solid #c8c8c8;
  }

  .voice_parts .cc {
    margin: 2rem 0 0;
    font-size: 1.8rem;
  }

  .voice_parts .txt {
    margin: 1.5rem 0 0;
  }

  .voice_parts .boxR {
    width: 100%;
  }
  
  .voice_parts .imgBox {
    margin: 2rem 0 0;
  }
}



/*--------------------------------------
　sv_parts
---------------------------------------*/
.sv_parts {
  margin: 10rem 0 0;
  padding: 13rem 0 13rem;
  position: relative;
}
.sv_parts::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/sv_parts_bg01.jpg") center center no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100%;
  min-width: 1100px;
  z-index: -1;
}

.sv_parts .sv_parts_inner {
  background: #f3f3f3;
  background-image: url("img/sv_parts_bg02.png"), url("img/sv_parts_bg03.png");
  background-size: 640px auto, 520px auto;
  background-position: left -160px top 80px, right -140px bottom 30px;
  background-repeat: no-repeat, no-repeat;
  max-width: 1100px;
  margin: auto;
  padding: 5rem 8rem 6rem;
}

.sv_parts .sv_ttl {
  font-size: 2.6rem;
  text-align: center;
}
.sv_parts .sv_ttl .sub {
  display: inline-block;
  background: #222;
  margin: 0 0 2rem;
  padding: 5px 1.5rem;
  font-size: 1.6rem;
}
.sv_parts .sv_ttl .large {
  font-size: 3rem;
}

.sv_parts .sv_parts_block {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 0;
}

.sv_parts .boxL {
  width: calc(100% - 520px);
}

.sv_parts .cc {
  font-size: 2.4rem;
}

.sv_parts .txt {
  margin: 2rem 0 0;
}

.sv_parts .boxR {
  width: 470px;
}

.sv_parts .btn-web a {
  width: 360px;
  margin: 6rem auto 0;
}

.sv_parts .btn-link {
  margin: 3rem 3.5rem 0 0;
}

@media screen and (max-width: 768px) {
  .sv_parts {
    margin: 6rem 0 0;
    padding: 5rem 0 5rem;
  }
  .sv_parts::after {
    background: url("img/sv_parts_bg01_sp.jpg") center center no-repeat;
    background-size: cover;
    width: 100vw;
    height: 0;
    min-width: 100%;
    padding-top: calc(100%*1242/750);
  }

  .sv_parts .sv_parts_inner {
    background-image: url("img/sv_parts_bg02.png"), url("img/sv_parts_bg03.png");
    background-size: 100% auto, 60% auto;
    background-position: left -80px top 60%, right -70px top 100px;
    background-repeat: no-repeat, no-repeat;
    max-width: 100%;
    padding: 3rem 2rem 3rem;
  }

  .sv_parts .sv_ttl {
    font-size: 1.4rem;
  }
  .sv_parts .sv_ttl .sub {
    margin: 0 0 1rem;
    padding: 3px 1rem;
    font-size: 1.5rem;
  }
  .sv_parts .sv_ttl .large {
    font-size: 2rem;
  }

  .sv_parts .sv_parts_block {
    display: block;
    margin: 2rem 0 0;
  }

  .sv_parts .boxL {
    width: 100%;
  }

  .sv_parts .cc {
    font-size: 1.7rem;
  }

  .sv_parts .txt {
    margin: 2rem 0 0;
  }

  .sv_parts .boxR {
    width: 100%;
  }

  .sv_parts .imgBox {
    margin: 2rem 0 0;
  }

  .sv_parts .btn-web a {
    width: 90%;
    margin: 4rem auto 0;
  }

  .sv_parts .btn-link {
    margin: 2rem 3rem 0 0;
  }
}



/*--------------------------------------
　fixed_bnr
---------------------------------------*/
.fixed_bnr {
    position: fixed;
    bottom: 140px;
    right: 0;
    width: 200px;
    z-index: 1;
    transition: all 0.3s ease;
}

.fixed_bnr a {
  display: block;
  background: #222;
  padding: 1.5rem 0 1.5rem 2rem;
  color: #fff;
  line-height: 1.4;
  border-radius: 40px 0 0 0;
  position: relative;
}

.fixed_bnr .bnr_txt {
  font-size: 2rem;
}
.fixed_bnr .bnr_txt .eng {
  display: block;
  padding: 0 2rem 5px 0;
  color: #f76533;
  line-height: 1.3;
  border-bottom: 2px solid #f76533;
	font-size: 1.4rem;
}
.fixed_bnr .bnr_txt .arrow {
  display: block;
  margin: 1rem 0 0;
  padding: 0 4.5rem 0 0;
  line-height: 1.3;
  position: relative;
	font-size: 2rem;
}
.fixed_bnr .bnr_txt .arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    background: url(img/icon_link.png) left top no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    margin-top: -14px;
}

.fixed_bnr.stop {
  opacity: 0;
}
.fixed_bnr.stop a {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
      .fixed_bnr {
        bottom: 0;
        left: 0;
        right: inherit;
        width: 100%;
        max-width: 60%;
    }

  .fixed_bnr a {
    padding: 8px 1.5rem 8px 0;
    border-radius: 0 15px 0 0;
  }

  .fixed_bnr .bnr_txt {
    font-size: 1.5rem;
    text-align: center;
  }
  .fixed_bnr .bnr_txt .eng {
    padding: 0 1rem 5px 1rem;
    border-bottom: 1px solid #f76533;
	  text-align: left;
  }
  .fixed_bnr .bnr_txt .arrow {
    display: inline-block;
    margin: 5px 0 0;
    padding: 0 2.5rem 0 0;
	  font-size: 4vw;
  }
  .fixed_bnr .bnr_txt .arrow::after {
        right: 0;
        width: 18px;
        height: 18px;
        margin-top: -8px;
    }
}



/*--------------------------------------
　fixed_nav
---------------------------------------*/
.fixed_nav {
  background: #fff;
  width: 100%;
  height: 90px;
  min-width: 1100px;
  padding: 0 0 0 3rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.fixed_nav .fixed_nav_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.fixed_nav .logo {
  width: 140px;
}

.fixed_nav .header_nav {
  display: flex;
  justify-content: flex-end;
  width: 55%;
  margin: 0 12rem 0 0;
  text-align: center;
}
.fixed_nav .header_nav li {
  margin: 0 2rem;
}
.fixed_nav .header_nav .nav_txt {
  font-size: 1.8rem;
  font-weight: bold;
}
.fixed_nav .header_nav .eng {
  color: #cdcdcd;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .fixed_nav {
    display: none!important;
  }
}



/*--------------------------------------
　タグページ用
---------------------------------------*/
.tagBox_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tagBox_wrap .tagBox {
  width: calc((100% - 60px) / 3);
  margin: 0 0 5rem 0;
}
.tagBox_wrap .tagBox:nth-of-type(3n-1):nth-last-of-type(1) {
	margin: 0 auto 3rem 3rem;
}

.tagBox_wrap .tagBox_ttl {
	margin: 2rem 0 0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.tagBox_wrap .tagBox_ttl a {
  display: flex;
  align-items: center;
  padding: 0 4rem 0 0;
  font-weight: bold;
  position: relative;
}
.tagBox_wrap .tagBox_ttl a::after {
  content: "";
	position: absolute;
	top: 50%;
	right: 0;
  background: url("img/arrow02.png") left top no-repeat;
  background-size: contain;
	width: 30px;
	height: 18px;
	margin-top: -9px;
}

.tagBox_wrap .des {
  margin: 2rem 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

.tagBox_wrap ul.tagList {
  margin: 2rem 0 0;
}
.tagBox_wrap ul.tagList li a {
  padding: 5px 1.5rem;
}

@media screen and (max-width: 768px) {
  .tagBox_wrap {
    display: block;
  }

  .tagBox_wrap .tagBox {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .tagBox_wrap .tagBox:nth-of-type(3n-1):nth-last-of-type(1) {
    margin: 0 0 3rem 0;
  }
  .tagBox_wrap .tagBox:last-child {
    margin: 0 0 0 0;
  }

  .tagBox_wrap .tagBox_ttl {
    margin: 1.5rem 0 0;
    font-size: 1.8rem;
  }
  .tagBox_wrap .tagBox_ttl a {
    display: block;
    padding: 0 3rem 0 0;
  }
  .tagBox_wrap .tagBox_ttl a::after {
    width: 18px;
    height: 10px;
    margin-top: -5px;
  }

  .tagBox_wrap .des {
    margin: 1.5rem 0 0;
    font-size: 1.4rem;
  }

  .tagBox_wrap ul.tagList {
    margin: 1.5rem 0 0;
  }
  .tagBox_wrap ul.tagList li a {
    padding: 3px 1rem;
  }
}




