@charset "utf-8";

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


/*----------------------------------------------------------------------------
　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: #3d2f2f;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

a {
	color: #3d2f2f;
  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;
}
.pk {
  color: #e3306d;
}

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

/* SP ------------------------------*/
@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;
  margin: auto;
	z-index: 1;
}

header .sitename_wrap {
  text-align: right;
  line-height: 1.3;
  padding-top: 1rem;
}
header .sitename_wrap a {
  display: inline-block;
}
header .sitename {
  font-size: 1.2rem;
}
header .sponsored {
	font-size: 1rem;
	margin: 0 0 0 8px;
}
header .operation {
  margin: 1rem 0 0 0;
  font-size: 1.2rem;
}

.header_home {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.5rem 2rem;
}


.header_lower {
	background: #fff;
  box-shadow: 0px 2px 7px 0px rgba(236,220,223,1.00);
  padding: 1rem 1rem;
}
.header_lower .boxInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_lower .logo_wrap {
  width: 230px;
}
.header_lower .logo_wrap a {
  display: block;
}
.header_lower .sitename_wrap {
  width: calc(100% - 250px);
}

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

  header .sitename_wrap {
    text-align: right;
  }
  header .sitename {
    font-size: 1.1rem;
  }
  header .sponsored {
    font-size: 1rem;
    margin: 0 0 0 5px;
  }
  header .operation {
    margin: 5px 0 0 0;
    font-size: 1.1rem;
  }

  .header_home {
    padding: 5px 5px;
  }
  
  
  .header_lower {
    padding: 1rem 5px;
  }
  .header_lower .logo_wrap {
    width: 25%;
  }
  .header_lower .logo_wrap a {
    display: block;
  }
  .header_lower .sitename_wrap {
    width: 75%
  }
}


/*--------------------------------------
　#hb-menu
---------------------------------------*/
/*----- hb-menu -----*/
#hb-menu {
	display: table;
	position: fixed;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background: #333333;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 10000;
}
header.header_home #hb-menu {
  display: none!important;
}

#hb-menu .hb-inner {
	display: table-cell;
	vertical-align: middle;
}
#hb-menu span {
	display: block;
	background: #fff;
	width: 30px;
	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: 12px;
}

/* ナビゲーションアイコン：アクティブ */
.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: #333;
	width: 50%;
	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 #fff;
}

.hb_menu_title_link {
	display: block;
	padding: 0 3rem 0 0;
	color: #fff;
	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;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.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;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
	position: relative;
}
.hb_menu_list_link::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	background: #fff;
	width: 8px;
	height: 1px;
}


/*--------------------------------------
　SP #hb-menu
---------------------------------------*/
/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	/*----- hb-menu -----*/
	#hb-menu {
		display: table;
		position: fixed;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		background: #333333;
		box-sizing: border-box;
		cursor: pointer;
		z-index: 10000;
	}
  header.header_home #hb-menu {
    display: table!important;
  }

	#hb-menu .hb-inner {
		display: table-cell;
		vertical-align: middle;
	}
	#hb-menu span {
		display: block;
		background: #fff;
		width: 22px;
		height: 1px;
		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: 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);
	}

	/* 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: #333;
		width: 100%;
		height: 100%;
		padding: 6rem 2rem;
		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: 100%;
		margin: auto;
	}

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

	
	.hb_menu_title {
		padding: 1.5rem 2.5rem 1.5rem 0;
		border-bottom: 1px solid #fff;
		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 #fff;
		border-right: solid 1px #fff;
		-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;
		color: #fff;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.6;
		pointer-events: none;
		position: relative;
	}
	.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 #fff;
		border-right: solid 1px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	
	.hb_menu_list {
		display: none;
		box-sizing: border-box;
		margin-top: 0;
	}
	
	.hb_menu_list_item {
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 0;
		box-sizing: border-box;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		position: relative;
	}
	.hb_menu_list_item:first-child {
		display: block;
	}
	
	.hb_menu_list_link {
		display: block;
		padding: 1.5rem 2.5rem 1.5rem 1.5rem;
		color: #fff;
		font-size: 1.4rem;
		line-height: 1.6;
		position: relative;
	}
	.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 #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}





/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
	width: 1100px;
	margin: 6rem auto 0;
  font-size: 1.2rem;
  position: relative;
	z-index: 1;
}
#pankuzu a {
	display: inline-block;
  text-decoration: underline;
	line-height: 1.8;
}
#pankuzu a:hover {
  text-decoration: none;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	#pankuzu {
		width: 100%;
		margin: 3rem auto 0;
		padding: 0 1.5rem 0.5rem 1.5rem;
		box-sizing: border-box;
		font-size: 1.2rem;
		white-space: nowrap;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	#pankuzu::-webkit-scrollbar{
		height: 3px;
}
	#pankuzu::-webkit-scrollbar-track{
		background: #efefef;
		margin: 0 1.5rem;
		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: #faf6ee;
	width: 100%;
	min-width: 1100px;
	box-sizing: border-box;
}

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


.l-footer-area__inner {
  max-width: 1100px;
  margin: 0 auto;
	padding: 6rem 0 5rem;
}


.l-footer-logo {
	max-width: 270px;
	margin: auto;
}
.l-footer-logo a {
	display: block;
}


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


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


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

.l-footer-menu__title__link {
	display: inline-block;
	padding: 0 3rem 0 0;
	color: #333333;
  font-size: 1.8rem;
	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;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.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 2rem 0 0;
	color: #333333;
	font-size: 1.5rem;
	line-height: 1.6;
	position: relative;
}
.l-footer-menu__list__link:after {
	content: "";
 	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.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: #333333;
	font-size: 1.4rem;
	line-height: 1.6;
	position: relative;
}
.l-footer-submenu__list__link::before {
	content: "";
 	position: absolute;
	top: 11px;
	left: 0;
	background: #333333;
	width: 8px;
	height: 1px;
}


.l-footer-area .menseki {
	background: #f7f7f7;
	max-width: 100%;
  margin: 5rem auto 0;
  padding: 2rem 3rem;
  box-sizing: border-box;
	color: #333;
	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: #333;
  font-size: 1rem;
  text-align: center;
	line-height: 1.8;
}


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

.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;
	font-size: 1.4rem;
	line-height: 1.5;
}
.l-footer-copy a {
	display: inline-block;
  text-decoration: underline;
}
.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 #333;
	border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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


	.l-footer-area__inner {
		max-width: 100%;
		padding: 3rem 1.5rem 4rem;
	}


	.l-footer-logo {
		width: 50%;
	}


	.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;
	}
	.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 #333333;
		border-right: solid 1px #333333;
		-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 #333333;
	}
	.l-footer-menu__list__item:first-child {
		display: block;
	}

	.l-footer-menu__list__link {
		padding: 1.5rem 2.5rem 1.5rem 1.5rem;
		font-size: 1.4rem;
	}
	.l-footer-menu__list__link:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 1px solid #333333;
		border-right: 1px solid #333333;
		-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 #333333;
	}

	.l-footer-submenu__list__link {
		padding: 1.5rem 0 1.5rem 3rem;
	}
	.l-footer-submenu__list__link::before {
		content: "";
		position: absolute;
		top: 26px;
		left: 15px;
		background: #333333;
		width: 6px;
		height: 1px;
	}


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


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


	.l-footer-copy {
		display: block;
		max-width: 100%;
		padding: 1rem 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: #3d2f2f;
		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 #333;
		border-right: 1px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}





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

.l-pagetop__link {
	background: #e3306d;
  width: 100%;
  height: 100%;
  display: block;
	border-radius: 50%;
  position: relative;
}
.l-pagetop__link:after {
	display: block;
	content: "";
	position: absolute;
	top: 43%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.l-pagetop span {
	display: none;
}

/* SP ------------------------------*/
	@media screen and (max-width: 768px) {
	.l-pagetop {
		bottom: 90px;
		right: 5px;
		width: 40px;
		height: 40px;
	}

	.l-pagetop__link:after {
		width: 8px;
		height: 8px;
		margin-left: -4px;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}
}





/*--------------------------------------
　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: 6rem 0 10rem;
  position: relative;
  z-index: 0;
}

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

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .contents_wrap {
    min-width: 100%;
  }
  
	.contents {
		width: 100%;
		min-width: 100%;
		padding: 4rem 1.5rem 6rem;
	}
}





/*--------------------------------------
　Title
---------------------------------------*/
h2,
h3,
h4,
h5,
h6 {
	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 {
	font-weight: bold;
}


/*----- h1 -----*/
.contents .h1_area {
	width: 100%;
	height: auto;
	background: url("img/h1_bg.jpg") center center no-repeat;
  background-size: cover;
	margin: 0 0 8rem;
  padding: 10rem 0 5rem;
	position: relative;
}
.contents .h1_area::before {
  content: "";
  position: absolute;
	width: 212px;
  height: 28px;
	background: url("img/h1_txt.png") center top no-repeat;
  background-size: contain;
	top: 5rem;
  left: 0;
	right: 0;
	margin: auto;
}
.contents h1 {
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 4rem;
	padding: 0 8.6rem;
	position: relative;
}
.contents h1::after {
  content: "";
  position: absolute;
	width: 100%;
  height: 1px;
	background: rgba(61,47,47,0.10);
  bottom: -2.5rem;
	left: 0;
  right: 0;
	margin: auto;
}
.contents .h1_area p {
	font-size: 1.3rem;
	text-align: center;
}


/*----- h2 -----*/
.contents h2 {
	height: auto;
	color: #fff;
	font-size: 3.2rem;
	margin: 14rem 0 4rem;
	padding: 1.3rem 5rem 1.3rem 5rem;
	position: relative;
	z-index: 0;
}
.contents h2::before {
	content: "";
	position: absolute;
	background: #e96c80;
	clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.contents h2::after {
	content: "";
  position: absolute;
	width: 212px;
  height: 28px;
	background: url("img/h2_txt.png") center top no-repeat;
  background-size: contain;
	top: 0;
	right: 20px;
	transform: translateY(-62%);
}

.contents h2 a {
	color: #fff;
	position: relative;
}
.contents h2 a::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -40px;
	width: calc(100% + 7rem);
	height: calc(100% + 4rem);
}
.contents h2 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*----- h3 -----*/
.contents h3 {
	font-size: 2.6rem;
	background: #fff;
	margin: 4rem 0 4rem;
	border: 1px solid #e3306d;
	padding: 1.6rem 3rem 1.6rem 6rem;
	box-sizing: border-box;
	position: relative;
}
.contents h3::before {
	content: "";
	position: absolute;
	width: 60px;
  height: 60px;
	border-left: solid 4px #e3306d;
  border-top: solid 4px #e3306d;
  top: -4px;
  left: -4px;
}

.contents h3 a {
	position: relative;
}
.contents h3 a::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -70px;
	width: calc(100% + 10rem);
	height: calc(100% + 1.5rem);
}
.contents h3 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #e3306d;
	border-right: solid 2px #e3306d;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.step_ttl {
	margin: 4rem 0 4rem;
	padding: 1.6rem 3rem 1.6rem 12rem;
	font-size: 2.6rem;
  font-weight: bold;
	background: #fff;
  line-height: 1.5;
	border: 1px solid #e3306d;
	position: relative;
}
.step_ttl::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	background: url("img/step_01.png") left center no-repeat;
  background-size: contain;
	top: 50%;
  left: 1rem;	
	transform: translateY(-50%);
}


/*----- h4 -----*/
.contents h4 {
	color: #fff;
	background: #c0ae83;
	margin: 4rem 0 4rem;
	padding: 1.4rem 3rem 1.4rem 6rem;
	font-size: 2.2rem;
	position: relative;
}
.contents h4::before {
	content: "";
	position: absolute;
	width: 35px;
	height: 1px;
	background: #fff;
	top: 50%;
	left: 0;
}

.contents h4 a {
	color: #fff;
	position: relative;
}
.contents h4 a::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -40px;
	width: calc(100% + 7rem);
	height: calc(100% + 4rem);
}
.contents h4 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	/*----- h1 -----*/
  .contents .h1_area {
    margin: 0 0 4rem;
    padding: 7.0rem 0 1rem;
  }
	.contents .h1_area::before {
    width: 180px;
    height: 28px;
    background: url("img/h1_txt.png") center top no-repeat;
    background-size: contain;
    top: 3rem;
  }
  .contents h1 {
    font-size: 2.5rem;
		text-align: justify;
    margin: 0 0 3rem;
		padding: 0 3rem;
  }
  .contents h1::after {
    bottom: -2rem;
  }
  .contents .h1_area p {
    font-size: 1.3rem;
    text-align: justify;
		padding: 0 3rem;
  }
	
	
	/*----- h2 -----*/
  .contents h2 {
    font-size: 2.2rem;
    margin: 9rem 0 3rem;
    padding: 1.5rem 3rem 1.5rem 2rem;
  }
  .contents h2::before {
    clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
  }
  .contents h2::after {
    width: 200px;
    height: 28px;
    background: url("img/h2_txt.png") center top no-repeat;
    background-size: contain;
    top: 0;
    right: 1rem;
    transform: translateY(-62%);
  }
  
	.contents h2 a {
    padding: 0 3.5rem 0 0;
  }
  .contents h2 a::before {
    top: -15px;
    left: -20px;
    width: calc(100% + 4rem);
    height: calc(100% + 3rem);
  }
  .contents h2 a::after{
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
	
	
	/*----- h3 -----*/
  .contents h3 {
    font-size: 1.8rem;
    margin: 3rem 0 3rem;
    padding: 1.5rem 2rem 1.5rem 2rem;
  }
  .contents h3::before {
    width: 40px;
    height: 40px;
    border-left: solid 3px #e3306d;
    border-top: solid 3px #e3306d;
    top: -3px;
    left: -3px;
  }

  .contents h3 a::before {
    top: -15px;
    left: -20px;
    width: calc(100% + 4rem);
    height: calc(100% + 3rem);
  }
  .contents h3 a::after{
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 1px #e3306d;
    border-right: solid 1px #e3306d;
  }


  .step_ttl {
    margin: 3rem 0 3rem;
    padding: 1.5rem 2rem 1.5rem 9rem;
    font-size: 1.8rem;
  }
  .step_ttl::before {
    width: 70px;
    height: 70px;
    background: url("img/step_01.png") left center no-repeat;
    background-size: contain;
  }
  
	
	/*----- h4 -----*/
  .contents h4 {
    margin: 3rem 0 3rem;
    padding: 1.3rem 1.3rem 1.3rem 4rem;
    font-size: 1.6rem;
  }
  .contents h4::before {
    width: 25px;
  }

  .contents h4 a {
    padding: 0 1.8rem 0 0;
  }
  .contents h4 a::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -40px;
    width: calc(100% + 7rem);
    height: calc(100% + 4rem);
  }
  .contents h4 a::after{
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}





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

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

.txt {
	font-size: 1.4rem;
	text-align: justify;
	line-height: 2em;
}

.tc {
	text-align: center;
}
.txt_bold {
	font-weight: bold;
}
.marker {
	background: linear-gradient(transparent 70%, #c5f1ff 0%);
	font-weight: bold;
}

/* margin */
.mb_70 {
	margin: 0 auto 70px;
}


p.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;
	-webkit-overflow-scrolling: touch;
	scrollbar-color: #aeaeae #e7e7e7;
	scrollbar-width: thin;
}
p.caption::-webkit-scrollbar {
	height: 2px;
}
p.caption::-webkit-scrollbar-track {
	background: #e7e7e7;
	margin: 0 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
p.caption::-webkit-scrollbar-thumb {
	background: #aeaeae;
	border-radius: 0;
	box-shadow: none;
}
p.caption a {
	color: #888;
	text-decoration: underline;
}

.illust.caption {
    text-align: right;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	/* margin */
  .mb_70 {
    margin: 0 auto 40px;
}
	
	.contents p {
		margin: 2rem 0 2rem;
		line-height: 1.8;
	}
	
	p.caption {
		margin: 1rem 0 0 0!important;
    font-size: 1rem;
	}
}





/*--------------------------------------
　リスト
---------------------------------------*/
/*----- ulリスト -----*/
.ul_area {
	display: flex;
}
.ul_area ul {
	width: 50%;
}
.contents ul {
	margin: 4rem 0 4rem;
}
.contents ul li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
	font-size: 1.6rem;
  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: #6bb9d4;
  width: 10px;
  height: 10px;
	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;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	/*----- ulリスト -----*/
	.ul_area {
	  display: block;
  }
  .ul_area ul {
    width: 100%;
  }
	.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: 10px;
		width: 8px;
		height: 8px;
	}
}





/*--------------------------------------
　リンク
---------------------------------------*/
.btn-area {
	display: flex;
	justify-content: center;
}
.btn-area .btn-web,
.btn-area .btn-internal,
.btn-area .btn-line {
	width: 360px;
	margin: 0 20px;
}
.btn-web a,
.btn-internal a,
.btn-line a {
	display: block;
	max-width: 360px;
	margin: 4rem auto 4rem;
	padding: 2.0rem 6rem 2.0rem 5rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-radius: 6px;
	text-decoration: none!important;
	position: relative;
}
.btn-web a::after,
.btn-internal a::after,
.btn-line a::after {
	content: "";
	position: absolute;
	width: 24px;
  height: 6px;
	background: url("img/arrow_01.png") center center no-repeat;
  background-size: contain;
	top: 50%;
	right: 20px;
	margin-top: -3px;
}
.btn-web.border a,
.btn-internal.border a,
.btn-line.border a {
	border: 2px solid #fff;
	box-sizing: border-box;
}


/*----- btn-web（外部リンク） -----*/
.btn-web a {
	background: #6bb9d4;
}


/*----- btn-internal（内部リンク） -----*/
.btn-internal a {
	background: #3d2f2f;
}


/*----- btn-line（LINEリンク） -----*/
.btn-line a {
	background: #51d87e;
}


/*----- btn-link（テキストリンク） -----*/
.btn-link {
	text-align: right;
}
.btn-link a {
	display: inline-block;
	margin: 4rem 0 4rem;
	padding: 0 2rem 0 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
}
.btn-link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: solid 2px #3d2f2f;
	border-right: solid 2px #3d2f2f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

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


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

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.btn-area {
    display: block;
  }
	.btn-area .btn-web,
  .btn-area .btn-internal,
  .btn-area .btn-line {
    width: 90%;
    margin: 3rem auto 3rem;
  }
	.btn-internal a,
	.btn-web a,
  .btn-line a {
		display: block;
		max-width: 90%;
		margin: 3rem auto 3rem;
		padding: 1.8rem 4rem;
		box-sizing: border-box;
		color: #fff;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		border-radius: 3px;
		position: relative;
	}
	.btn-web a::after,
  .btn-internal a::after,
  .btn-line a::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 6px;
    background: url("img/arrow_01.png") center center no-repeat;
    background-size: contain;
    top: 50%;
    right: 1rem;
    margin-top: -3px;
  }
  .btn-web.border a,
  .btn-internal.border a,
  .btn-line.border a {
    border: 2px solid #fff;
    box-sizing: border-box;
  }


	/*----- btn-link（テキストリンク） -----*/
	.btn-link {
		text-align: center;
	}
	.btn-link a {
		margin: 3rem 0 3rem;
		padding: 0 2rem 0 0;
	}
  .btn-link a::after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: solid 1px #3d2f2f;
    border-right: solid 1px #3d2f2f;
  }

	
	/*----- btn-tel（電話ボタン） -----*/
	.btn-tel a {
		display: block;
		background: #e96c80;
		max-width: 90%;
		margin: 3rem auto 3rem;
		padding: 1.8rem 5rem;
		box-sizing: border-box;
		color: #fff;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		border-radius: 3px;
		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_area table {
	background: #fff;
  width: 100%;
  margin: 8rem 0 8rem;
	box-sizing: border-box;
	border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #808080;
}

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

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

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.table_area table {
		margin: 5rem 0 5rem;
	}

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

	.table_area table td {
		padding: 1.2rem;
		font-size: 1.4rem;
		border-left: none;
		border-bottom: 1px solid #808080;
	}
	.table_area.normal table td {
		display: block;
	}
	
	.table_area table tbody tr:last-child td:last-child {
		border-bottom: none;
	}
	
	/* scroll */
	.table_area.scroll {
    overflow-x: scroll;
  }
  .table_area.scroll table {
    width: 100%;
		min-width: 600px;
		margin: 0 0 1rem;
		padding: 5rem 0 4rem;
    border-collapse: collapse;
    white-space: nowrap;
  }
	.table_area.scroll table th {
		border-left: 1px solid #808080;
	}
	.table_area.scroll table td {
		border-left: 1px solid #808080;
	}
}





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

.float-wrap .cf-main {
	padding: 0 10%;
	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: 400px;
  padding-right: 4rem;
}
.float-img.fr {
  float: right;
  width: 400px;
  padding-left: 4rem;
}

.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-copy {
	color: #e3306d;
	margin: 2rem 0 2rem 0;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}
.float-wrap .catch-copy.tc {
  text-align: center;
}

.float-wrap p {
	font-size: 1.6rem;
	text-align: justify;
	margin: 0 0 3rem;
}


/*----- ターブルが入る場合 -----*/ 
.float-txt .table_area table {
	width: calc(100% - 400px);
	margin: 0 0 2rem;
	box-sizing: border-box;
}


/*----- リストが入る場合 -----*/ 
/*.float-txt ul {
	width: calc(100% - 400px);
	box-sizing: border-box;
}
.float-txt.right ul {
	margin: 0 0 0 auto;
	padding-left: 4rem;
}
.float-txt.left ul {
	margin: 0 0 0 0;
	padding-right: 4rem;
}*/

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.float-wrap {
		margin: 5rem 0 5rem;
	}
	
	.float-wrap .cf-main {
    padding: 0 0;
  }
	
	.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-copy {
		margin: 1.5rem 0 1.5rem;
		font-size: 1.8rem;
	}
	.float-wrap .catch-copy.tc {
    text-align: justify;
  }
	
	.float-wrap p {
		margin: 1.5rem 0 1.5rem;
	}
	
	/*----- ターブルが入る場合 -----*/ 
  .float-txt .table_area table {
    width: 100%;
    margin: 0 0 2rem;
  }
	
	/*----- リストが入る場合 -----*/ 
	/*.float-txt ul {
		width: 100%;
	}
	.float-txt.right ul {
		margin: 0 0 0 0;
		padding-left: 0;
	}
	.float-txt.left ul {
		margin: 0 0 0 0;
		padding-right: 0;
	}*/
}





/*--------------------------------------
　toc_parts
---------------------------------------*/
.toc_parts {
  max-width: 710px;
	margin: 10rem auto 10rem;
}

.toc_parts .toc_ttl {
	font-size: 2.8rem;
	font-weight: bold;
	border-bottom: 1px solid #e3306d;
	padding: 0 3rem 2rem;
  position: relative;
  cursor: pointer;
}
.toc_parts .toc_ttl::before,
.toc_parts .toc_ttl::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	background: #3d2f2f;
	width: 22px;
	height: 1px;
	margin-top: -1px;
	transition: all 0.4s;
}
.toc_parts .toc_ttl::after {
	transform: rotate(90deg);
}
.toc_parts .toc_ttl.open::before {
  display: none;
}
.toc_parts .toc_ttl.open::after {
  transform: rotate(180deg);
}

.toc_parts .toc_ttl img {
	width: 76px;
	height: auto;
	margin: 1.4rem 0 0 4rem;
}

#toc {
  display: none;
}
.toc_parts .toc_block {
  display: none;
}
#toc ol.chapter {
	margin: 0 0 0;
}

/* h2 list */
.toc_block ol.chapter li {
	font-size: 1.8rem;
	border-bottom: 1px solid #e5e5e5;
  line-height: 1.8;
	margin: 0 0 0 0;
	padding: 2.5rem 2rem;
	position: relative;
	overflow-wrap: break-word;
	counter-increment: toccount;
}
.toc_block ol.chapter li:last-child {
	margin: 0 0 0 0;
}
.toc_blockoc ol.chapter li::before {
	display: none;
	content: counter(toccount,decimal-leading-zero);
	position: absolute;
  top: -7px;
  left: 0;
	background: none;
  width: inherit;
  height: inherit;
  border-radius: 0;
	color: #008670;
	font-size: 2.4rem;
  font-weight: 900;
}
.toc_block ol.chapter li a {
  display: block;
	font-weight: 900;
	text-decoration: none;
  padding: 0 4rem 0 0;
  position: relative;
}
.toc_block ol.chapter li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 1px solid #e3306d;
	border-right: 1px solid #e3306d;
}
.toc_block ol.chapter li a::after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}


/* h3 list */
#toc .chapter .chapter {
	display: none;
  margin: 0 0 0 5rem;
}
#toc .chapter .chapter li {
	margin: 0 0 1rem;
	padding: 0 0 0 0;
	font-size: 1.6rem;
	position: relative;
	counter-increment: none;
}
#toc .chapter .chapter li::before {
	display: none;
}
#toc .chapter .chapter li a {
  padding: 0 0 0 0;
}
#toc .chapter .chapter li a::after {
  display: none;
}

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

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .toc_parts {
    margin: 6rem 0 6rem;
    padding: 2rem 0 2rem;
  }

  .toc_parts .toc_ttl {
    font-size: 1.8rem;
    padding: 0 1rem 1rem;
  }
  .toc_parts .toc_ttl::before,
  .toc_parts .toc_ttl::after {
    right: 10px;
    width: 14px;
  }

  .toc_parts .toc_ttl img {
    width: 20%;
    margin: 0.5rem 0 0 1.5rem;
  }
  
	/* h2 list */
  .toc_block ol.chapter li {
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 0 0 0 0;
    padding: 1rem 0 1rem 1rem;
  }
  
  .toc_block ol.chapter li a {
    padding: 0 2rem 0 0;
  }
  .toc_block ol.chapter li a::after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
}





/*--------------------------------------
　article_parts
---------------------------------------*/
.contents .article_parts ul {
	margin: 0 0 4rem;
}

.article_parts {
  max-width: 710px;
	margin: 10rem auto 10rem;
}

.article_parts .article_ttl {
	font-size: 2.8rem;
	font-weight: bold;
	border-bottom: 1px solid #e3306d;
	padding: 0 3rem 2rem;
  position: relative;
  cursor: pointer;
}
.article_parts .article_ttl::before,
.article_parts .article_ttl::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	background: #3d2f2f;
	width: 22px;
	height: 1px;
	margin-top: -1px;
	transition: all 0.4s;
}
.article_parts .article_ttl::after {
	transform: rotate(90deg);
}
.article_parts .article_ttl.open::before {
  display: none;
}
.article_parts .article_ttl.open::after {
  transform: rotate(180deg);
}

.article_parts .article_ttl img {
	width: 183px;
	height: auto;
	margin: 1.4rem 0 0 4rem;
}

.article_parts .article_block li {
	font-size: 1.8rem;
	border-bottom: 1px solid #e5e5e5;
  line-height: 1.8;
	margin: 0 0 0 0;
	padding: 2.5rem 2rem;
	position: relative;
	overflow-wrap: break-word;
	counter-increment: toccount;
}
.article_parts .article_block li:last-child {
	margin: 0 0 0 0;
}
.contents .article_parts  ul li::before {
  content: "";
  display: none;
	position: absolute;
  top: 11px;
  left: 0;
	background: #6bb9d4;
  width: 10px;
  height: 10px;
	box-sizing: border-box;
  border-radius: 50%;
}
.article_parts .article_block li a {
  display: block;
	font-weight: 900;
	text-decoration: none;
  padding: 0 4rem 0 0;
  position: relative;
}
.article_block li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 1px solid #e3306d;
	border-right: 1px solid #e3306d;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .article_parts {
    margin: 6rem 0 6rem;
    padding: 2rem 0 2rem;
  }

  .article_parts .article_ttl {
    font-size: 1.8rem;
    padding: 0 1rem 1rem;
  }
  .article_parts .article_ttl::before,
  .article_parts .article_ttl::after {
    right: 10px;
    width: 14px;
  }
  .article_parts .article_ttl img {
    width: 45%;
    margin: 0.5rem 0 0 1.5rem;
  }

  .article_parts .article_block li {
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 0 0 0 0;
    padding: 1rem 0 1rem 1rem;
  }
  .article_parts .article_block li a {
    padding: 0 2rem 0 0;
  }
  .article_block li a::after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
}





/*--------------------------------------
　acc_parts
---------------------------------------*/
.acc_parts .acc_btn {
  cursor: pointer;
  position: relative;
}
.acc_parts .acc_content {
  display: none;
}
.acc_parts .acc_content.show {
  display: block;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .acc_parts_sp .acc_btn {
    cursor: pointer;
    position: relative;
  }
  .acc_parts_sp .acc_content_sp {
    display: none;
  }
  .acc_parts_sp .acc_content_sp.show {
    display: block;
  }
}




/*--------------------------------------
　dots
---------------------------------------*/
.dots_pk {
	background-image: radial-gradient(circle at center, #e3306d 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.4rem; /* 縦方向の位置調整 */
}





/*--------------------------------------
　rankig_parts 追加パーツ
---------------------------------------*/
.rankig_parts {
	border: 1px solid #e3306d;
	margin: 0 0 16rem;
	padding: 5rem 11rem 4.5rem;
	box-sizing: border-box;
	position: relative;
}
.contents .rankig_parts {
    margin: 10rem 0 16rem;
}

/* ranking_ttl */
.rankig_parts .ranking_ttl {
	position: absolute;
	width: 790px;
	font-size: 3rem;
	background: #e3306d;
	text-align: center;
	margin: auto;
	padding: 2rem 2rem;
	box-sizing: border-box;
	display: inline-block;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}


/* table */
.rankig_parts table {
  width: 100%;
	background: #fff;
	box-sizing: border-box;
	border-collapse: collapse;
  border-spacing: 0;
}

.rankig_parts table tr {
	border-bottom: 1px solid #cccccc;
}
.rankig_parts table tbody tr:last-child {
	border-bottom: none;
}

.rankig_parts table th {
  word-break: break-all;
}
.rankig_parts table thead th {
	font-size: 1.8rem;
	padding: 2rem 0;
}
.rankig_parts table thead .th01 {
	width: 15%;
	text-align: center;
}
.rankig_parts table thead .th02 {
	width: 30%;
	text-align: center;
}
.rankig_parts table thead .th03 {
	width: 20%;
	text-align: center;
}
.rankig_parts table thead .th04 {
	width: 35%;
	text-align: center;
}

.rankig_parts table tbody th {
	padding: 2.5rem 0 2.5rem 3rem;
}
.rankig_parts table tbody td {
	padding: 2rem 2rem 2rem 2rem;
}
.rankig_parts table tbody .th01 img {
	width: 73px;
}
.rankig_parts table tbody .th02 img {
	width: 73px;
}
.rankig_parts table tbody .th03 img {
	width: 72px;
}
.rankig_parts table tbody .th04 img {
	width: 73px;
}
.rankig_parts table tbody .th05 img {
	width: 72px;
}

.rankig_parts table tbody .job {
	font-size: 2.2rem;
}

.rankig_parts table tbody .illust {
	text-align: center;
	padding: 2rem 2rem 2rem 0;
}
.rankig_parts table tbody .illust_01 img {
	width: 43px;
}
.rankig_parts table tbody .illust_02 img {
	width: 72px;
}
.rankig_parts table tbody .illust_03 img {
	width: 56px;
}
.rankig_parts table tbody .illust_04 img {
	width: 45px;
}
.rankig_parts table tbody .illust_05 img {
	width: 53.5px;
}

.rankig_parts table tbody .price {
	font-size: 3.4rem;
	text-align: center;
}
.rankig_parts table tbody .price span {
	font-size: 2.2rem;
}

.rankig_parts table tbody .time {
	font-size: 3.6rem;
	text-align: center;
}
.rankig_parts table tbody .time span {
	font-size: 2.2rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.rankig_parts {
    margin: 10rem 0 10rem;
    padding: 3rem 2rem 3rem;
  }

	
  /*----- ranking_ttl -----*/
  .rankig_parts .ranking_ttl {
    width: 80%;
    font-size: 1.6rem;
		line-height: 1.5em;
    padding: 1.3rem 1.5rem;
		transform: translateY(-100%);
  }
	
	
	/*----- wrap -----*/
	.rankig_parts .wrap {
		margin: 0 0 4rem;
	}
	.rankig_parts .wrap:last-child {
		margin: 0 0 0;
	}
	/* upper */
	.rankig_parts .upper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #cccccc;
		padding: 0 0 0.3rem;
		box-sizing: border-box;
	}
	.rankig_parts .upper .rank {
		width: 70%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.rankig_parts .rank .img_box {
		width: 15%;
		margin: 0 5% 0 0;
	}
	.rankig_parts .rank .job {
		width: 45%;
    font-size: 4vw;
  }
	.rankig_parts .rank .illust {
		width: 25%;
		margin: -1rem 0 0;
	}
	.rankig_parts .rank .illust_01 img {
		width: 58%;
	}
	.rankig_parts .rank .illust_02 img {
		width: 88%;
	}
	.rankig_parts .rank .illust_03 img {
		width: 90%;
	}
	.rankig_parts .rank .illust_04 img {
		width: 57%;
		margin: -1rem 0 0;
	}
	.rankig_parts .rank .illust_05 img {
		width: 67%;
		margin: -1rem 0 0;
	}
	
	.rankig_parts .upper .wage {
		text-align: center;
	}
	.rankig_parts .upper .wage .sub {
		font-size: 1.2rem;
		background: #3d2f2f;
		border-radius: 100px;
		text-align: center;
		line-height: 1em;
		margin: 0 auto 0;
		padding: 0.5rem 1.5rem;
		box-sizing: border-box;
		display: inline-block;
	}
	.rankig_parts .upper .wage .sub.first {
		background: #e3306d;
	}
	.rankig_parts .upper p {
		text-align: center;
		margin: 0 auto 0;
	}
	.rankig_parts .upper .price {
    font-size: 5vw;
  }
  .rankig_parts .upper .price span {
    font-size: 3vw;
  }
	
	
	/* under */
	.rankig_parts .under {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.rankig_parts .under p {
		margin: 0.3rem 0 0;
	}
	.rankig_parts .under .sub {
    font-size: 3.5vw;
  }
	.rankig_parts .under .time {
		font-size: 5vw;
    /*font-size: 2.4rem;*/
  }
  .rankig_parts .under .time span {
		font-size: 3vw;
    /*font-size: 1.4rem;*/
  }
}





/*--------------------------------------
　prom_parts 追加パーツ
---------------------------------------*/
.prom_parts {
	width: 100%;
	margin: 0 auto 12rem;
	padding: 0 0 13rem;
	position: relative;
  z-index: 0;
}
.prom_parts::before {
	content: "";
	display: block;
	position: absolute;
	width: 100vw;
	height: 70px;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
  z-index: 0;
}
.prom_parts::after {
	content: "";
	display: block;
	position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
	background: url("img/case_bg.jpg") center center no-repeat;
  background-size: cover;
	width: 100vw;
	height: 100%;
  z-index: -1;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.prom_parts {
    padding: 0 0 0;
  }
  .prom_parts::before {
    height: 30px;
  }
}





/*--------------------------------------
　pr_parts 追加パーツ
---------------------------------------*/
.pr_parts.pr_parts01 {
	margin: 0 auto 8rem 18rem;
}
.pr_parts .pr_parts_inner {
	width: 1100px;
	min-width: 1100px;
	background: #fff;
	border-top: 1px solid #e3306d;
	border-right: 1px solid #e3306d;
	border-bottom: 1px solid #e3306d;
	margin: 9rem 0 0 0;
	padding: 6rem 4rem 6rem 4rem;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.pr_parts .pr_parts_inner::before {
	content: "";
	display: block;
	position: absolute;
	width: 80px;
	height: 38px;
	background: url("img/pr_txt01.png") left bottom no-repeat;
  background-size: contain;
	bottom: 100%;
	left: 0;
}
.pr_parts .pr_parts_inner::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	top: -1px;
	right: 100%;
	border-top: 1px solid #e3306d;
	border-bottom: 1px solid #e3306d;
}
.pr_parts_bg {
	margin: 0 0 5rem;
	padding: 0 0 6rem;
	position: relative;
	z-index: 0;
}
.pr_parts_bg::before {
	content: "";
	display: block;
	position: absolute;
	width: 100vw;
	height: 85%;
	background: url("img/case_bg.jpg") left bottom no-repeat;
  background-size: cover;
	bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
	margin: auto;
	z-index: -10;
}


/*pr_parts_top*/
.pr_parts .pr_parts_top {
	padding: 0 0 3.3rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
}
.pr_parts .pr_parts_top::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #cccccc;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.pr_parts .pr_parts_top::after {
	content: "";
	display: block;
	position: absolute;
    width: 200px;
    height: 245px;
	background: url("img/icon_01.png") center center no-repeat;
  background-size: contain;
	bottom: 15px;
	right: 30px;
}

.pr_parts .pr_parts_top .pr_txt,
.pr_parts .pr_parts_top .pr_ttl {
	width: 50%;
}
.pr_parts .pr_parts_top .pr_txt {
	position: relative;
}
.pr_parts .pr_parts_top .pr_txt p {
	font-size: 2.8rem;
	line-height: 1.8em;
}
.pr_parts .pr_parts_top .pr_txt::before {
	content: "";
	display: block;
	position: absolute;
	width: 41px;
	height: 15px;
	background: url("img/arrow_02.png") center center no-repeat;
  background-size: 100% auto;
	top: 50%;
	right: 50px;
	margin-top: -10px;
}
.pr_parts .pr_parts_top .pr_txt .num {
	font-size: 4rem;
}
.pr_parts .pr_parts_top .pr_ttl {
	font-size: 5.2rem
}


/*pr_parts_under*/
.pr_parts .pr_parts_under {
	padding: 3.3rem 0 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.pr_parts .pr_parts_under .img_box01 {
	width: 25%;
}
.pr_parts .pr_parts_under .caption {
  text-align: center;
}
.pr_parts .pr_parts_under .wrap {
	width: 30%;
	padding: 0 5rem;
}
.pr_parts .pr_parts_under .img_box02 img {
	width: 108px;
	margin: 0 0 1rem;
}
.pr_parts .pr_parts_under .txt_box01 p {
	font-size: 1.6rem;
	line-height: 2em;
	margin: 0 0 0;
}
.pr_parts .pr_parts_under .txt_box01 p span {
	font-size: 2.2rem;
}
.pr_parts .pr_parts_under .txt_box02 {
	width: 45%;
}
.pr_parts .pr_parts_under .txt_box02 p {
	font-size: 1.4rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .pr_parts.pr_parts01 {
    margin: 0 auto 8rem;
  }
  .pr_parts .pr_parts_inner {
    width: 100%;
    min-width: 100%;
		margin: auto;
    padding: 1.5rem 1.5rem 2rem 0;
  }
  .pr_parts .pr_parts_inner::before {
    width: 50px;
    height: 38px;
    bottom: 100%;
    left: 0;
  }
  .pr_parts .pr_parts_inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: -1px;
    right: 100%;
    border-top: 1px solid #e3306d;
    border-bottom: 1px solid #e3306d;
  }
  .pr_parts_bg {
    margin: 9rem 0 0 0;
    padding: 0 0 5rem;
  }
  .pr_parts_bg::before {
    width: 100vw;
    height: 95%;
  }


  /*pr_parts_top*/
  .pr_parts .pr_parts_top {
    padding: 0 0 3.3rem;
    display: block;
  }
  .pr_parts .pr_parts_top::before {
    display: none;
    position: inherit;
  }
  .pr_parts .pr_parts_top::after {
    width: 100px;
    height: 196px;
    bottom: 0;
    right: 0;
  }

	.pr_parts .pr_parts_top .pr_txt {
		margin: 0 0 1.5rem;
		padding: 0 0 1rem;
	}
  .pr_parts .pr_parts_top .pr_txt,
  .pr_parts .pr_parts_top .pr_ttl {
    width: 70%;
  }
	.pr_parts .pr_parts_top .pr_txt p {
    font-size: 1.5rem;
    line-height: 2.2em;
  }
  .pr_parts .pr_parts_top .pr_txt::before {
    content: "";
    display: block;
    position: absolute;
    width: 90%;
    height: 1px;
    background: #cccccc;
    top: 100%;
    right: inherit;
		left: 0;
    margin-top: 0;
  }
	.pr_parts .pr_parts_top .pr_txt span {
    font-size: 2rem;
  }
  .pr_parts .pr_parts_top .pr_ttl {
    font-size: 3rem;
  }


  /*pr_parts_under*/
  .pr_parts .pr_parts_under {
    margin: 0 0 1rem;
    padding: 0 0 0;
  }
  .pr_parts .pr_parts_under .img_box01 {
     width: 40%;
  }
  .pr_parts .pr_parts_under .wrap {
    width: 55%;
		margin: 0 0 0 5%;
    padding: 0 0;
  }
  .pr_parts .pr_parts_under .img_box02 img {
    width: 100px;
    margin: 0 0 0.5rem;
  }
  .pr_parts .pr_parts_under .txt_box01 p {
    font-size: 1.4rem;
    line-height: 1.8em;
  }
  .pr_parts .pr_parts_under .txt_box01 p span {
    font-size: 4.5vw;
  }
  .pr_parts .pr_parts_under .txt_box02 {
    width: 100%;
  }
}

/* SP ------------------------------*/
@media screen and (max-width: 350px) {
	.pr_parts .pr_parts_top::after {
    width: 75px;
    right: -0.6rem;
  }
	.pr_parts .pr_parts_top .pr_txt,
  .pr_parts .pr_parts_top h2 {
    width: 75%;
  }
	
}





/*--------------------------------------
　case_parts 追加パーツ
---------------------------------------*/
.case_parts_inner {
  width: 1100px;
	min-width: 1100px;
  margin: 0 auto 0;
  z-index: -1;
}

/* case_top_ttl */
.case_parts .case_top_ttl {
	font-size: 2.8rem;
	text-align: center;
	line-height: 5rem;
	margin: 0 0 9rem;
	position: relative;
	padding: 0 0 2rem;
}
.case_parts .case_top_ttl::before {
	content: "";
	position: absolute;
	width: 552px;
	height: 48px;
	background: url("img/case_line.png") center center no-repeat;
  background-size: contain;
	bottom: -6rem;
	left: 0;
	right: 0;
	margin: auto;
}
.case_parts .case_top_ttl span {
	font-size: 4.6rem;
}


/* block */
.case_parts .block {
	background: #fff;
	margin: 0 0 4rem;
	padding: 9rem 8rem 8rem;
	box-sizing: border-box;
}
.case_parts .block.last {
	margin: 0 0 9rem;
}


/* top_area */
.case_parts .top_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 2rem;
	position: relative;
	z-index: 10;
}
.case_parts .top_area.rev {
	flex-direction: row-reverse;
}
.case_parts .top_area::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #f6006c;
	top: 37%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.case_parts .top_area .top_txt_area {
	width: 66%;
}
.case_parts .top_area .img_box {
	width: 24%;
	margin: 0 3% 0 0;
}
.case_parts .top_area .img_box.second {
	margin: 0 0 0 3%;
}

.case_parts .top_area .top_txt_area {
	margin: 0 0 3rem;
	padding: 0 0 3.5rem;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}
.case_parts .top_area .top_txt_area::before {
	content: "";
	position: absolute;
	width: 105.5px;
	height: 89.5px;
	background: url("img/case_icon.png") center center no-repeat;
  background-size: contain;
	top: -5.5rem;
	left: -2.8rem;
	z-index: -1;
}
.case_parts .top_area .top_txt_area .sub {
	font-size: 1.8rem;
	margin: 0 0 1rem;
}
.case_parts .top_area .top_txt_area .name {
	font-size: 3rem;
	margin: 0 0 6.5rem;
}
.case_parts .top_area .top_txt_area .name span {
	font-size: 5rem;
}

.case_parts .top_area .txt_box p {
	font-size: 1.4rem;
}


/* reason_area */
.case_parts .reason_area {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.case_parts .reason_area::before {
	content: "";
	position: absolute;
	width: 41px;
	height: 15px;
	background: url("img/arrow_02.png") center center no-repeat;
  background-size: contain;
	top: 50%;
	left: 0;
	right: 0;
	margin: -2rem auto 0;
}

.case_parts .reason_area .left,
.case_parts .reason_area .right {
	width: 46.5%;
	box-sizing: border-box;
	position: relative;
}
.case_parts .reason_area .left_txt {
	position: absolute;
	width: 163px;
	height: 30px;
	background: url("img/case_txt01.png") left bottom no-repeat;
  background-size: contain;
	bottom: 100%;
	left: 0;
}
.case_parts .reason_area .right_txt {
	position: absolute;
	width: 99px;
	height: 30px;
	background: url("img/case_txt02.png") left bottom no-repeat;
  background-size: contain;
	bottom: 100%;
	left: 0;
}
.case_parts .reason_area .left {
	border: 1px solid #d4c29c;
}
.case_parts .reason_area .right {
	border: 1px solid #e96c80;
}

.case_parts .reason_area .ttl_area {
	font-size: 1.8rem;
	text-align: center;
	padding: 2rem 2rem;
}
.case_parts .reason_area .left .ttl_area {
	background: #d4c29c;
}
.case_parts .reason_area .right .ttl_area {
	background: #e96c80;
}

.case_parts .reason_area .txt_area {
	padding: 3rem 3rem;
}
.case_parts .reason_area .txt_area .txt_box .tanbun {
    padding-bottom: 9rem;
}

.case_parts .reason_area .img_box.img01 {
	width: 299px;
	margin: 2rem auto 0;
}
.case_parts .reason_area .img_box.img02 {
	width: 354px;
	margin: 1.3rem auto 0;
}
.case_parts .reason_area .img_box.img03 {
	width: 269px;
	margin: 2.5rem auto 0;
}
.case_parts .reason_area .img_box.img04 {
	width: 336px;
	margin: 1rem auto 0;
}
.case_parts .reason_area .img_box.img05 {
	width: 298px;
	margin: 1rem auto 0;
}
.case_parts .reason_area .img_box.img06 {
	width: 284px;
	margin: 1rem auto 0;
}


/* point_area */
.case_parts .point_area {
	background: #e35068;
	border: 2px solid #fff;
	padding: 4rem 8rem 4rem;
	box-sizing: border-box;
}

.case_parts .point_area .img_box {
	width: 219.5px;
	margin: 0 auto 1.5rem;
}

.case_parts .point_area .txt_box {
	text-align: center;
	line-height: 1.8em;
}
.case_parts .point_area .txt_box p {
	font-size: 3rem;
	line-height: 1.5em;
}


/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.case_parts {
		height: 100%;
    margin: -47rem auto 6rem;
    padding: 45rem 0 5rem;
  }

  .case_parts_inner {
    width: 100%;
    min-width: 100%;
  }


  /* case_top_ttl */
  .case_parts .case_top_ttl {
    font-size: 1.8rem;
    line-height: 3rem;
    margin: 0 0 7rem;
  }
  .case_parts .case_top_ttl::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 48px;
    background: url("img/case_line.png") center center no-repeat;
    background-size: contain;
    bottom: -5rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .case_parts .case_top_ttl span {
    font-size: 2.5rem;
  }


  /* block */
  .case_parts .block {
    margin: 0 0 3rem;
    padding: 4rem 2rem 3rem;
  }
  .case_parts .block.last {
    margin: 0 0 5rem;
  }


  /* top_area */
  .case_parts .top_area {
		display: block;
    margin: 0 0 2rem;
    position: inherit;
  }
  .case_parts .top_area::before {
    content: "";
    position: inherit;
    width: 100%;
    height: 1px;
    background: #f6006c;
    top: 18%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
  .case_parts .top_area .top_txt_area {
    width: 100%;
  }
  .case_parts .top_area .img_box {
    width: 65%;
    margin: 0 auto 3rem;
  }
  .case_parts .top_area .top_txt_area {
    margin: 0 0 3rem;
    padding: 0 0 3.5rem;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
  }
  .case_parts .top_area .top_txt_area::before {
    width: 60px;
    height: 89.5px;
    background: url("img/case_icon.png") left center no-repeat;
    background-size: contain;
    top: -4rem;
    left: 0;
    z-index: -1;
  }
  .case_parts .top_area .top_txt_area .sub {
    font-size: 1.4rem;
		line-height: 2em;
    margin: 0 0 1rem;
  }
  .case_parts .top_area .top_txt_area .name {
    font-size: 1.4rem;
    margin: 0 0 3rem;
		position: relative;
  }
  .case_parts .top_area .top_txt_area .name::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f6006c;
    bottom: -1rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
  .case_parts .top_area .top_txt_area .name span {
    font-size: 2.7rem;
  }
	
  .case_parts .top_area .txt_box p {
    font-size: 1.4rem;
  }


  /* reason_area */
  .case_parts .reason_area {
    display: block;
		position: inherit;
  }
	.case_parts .reason_area::before {
    content: "";
		display: none;
    position: inherit;
  }

  .case_parts .reason_area .left,
  .case_parts .reason_area .right {
    width: 100%;
  }
	.case_parts .reason_area .left {
		margin: 0 0 7rem;
		position: relative;
	}
	.case_parts .reason_area .left::before {
		content: "";
		position: absolute;
    width: 15px;
    height: 67px;
    background: url("img/sp_arrow_02.png") center center no-repeat;
    background-size: contain;
    top: 100%;
    left: 0;
    right: 0;
		margin: auto;
  }
  .case_parts .reason_area .left_txt {
    width: 108px;
    height: 30px;
    background: url("img/case_txt01.png") left bottom no-repeat;
    background-size: contain;
  }
  .case_parts .reason_area .right_txt {
    width: 66px;
    height: 30px;
    background: url("img/case_txt02.png") left bottom no-repeat;
    background-size: contain;
  }

  .case_parts .reason_area .ttl_area {
    font-size: 1.4rem;
		line-height: 1.5em;
    padding: 1.8rem 1.8rem;
  }

  .case_parts .reason_area .txt_area {
    padding: 2rem 2rem;
  }

  .case_parts .reason_area .img_box.img01 {
    width: 88%;
    margin: 2rem auto 0;
  }
  .case_parts .reason_area .img_box.img02 {
    width: 90%;
    margin: 1rem auto 0;
  }
  .case_parts .reason_area .img_box.img03 {
    width: 85%;
    margin: 1rem auto 0;
  }
  .case_parts .reason_area .img_box.img04 {
    width: 95%;
    margin: 1rem auto 0;
  }
  .case_parts .reason_area .img_box.img05 {
    width: 88%;
    margin: 1rem auto 0;
  }
  .case_parts .reason_area .img_box.img06 {
    width: 88%;
    margin: 1rem auto 0;
  }


  /* point_area */
  .case_parts .point_area {
    border: 1px solid #fff;
    padding: 4rem 2rem 4rem;
  }

  .case_parts .point_area .img_box {
    width: 70%;
    margin: 0 auto 1.5rem;
  }

  .case_parts .point_area .txt_box {
    line-height: 2em;
  }
	.case_parts .point_area .txt_box p {
    font-size: 1.8rem;
  }
}





/*--------------------------------------
　tab_parts 追加パーツ
---------------------------------------*/
/* tabArea */
.tab_parts01 .tabArea {
  display: flex;
	justify-content: space-between;
  position: relative;
  margin: 0 0 0;
  z-index: 1;
}
.tab_parts01 .tabArea li {
  width: calc(50% - 1.5rem);
	background: #e7e3da;
  margin: 0 0 0;
	padding: 2rem 0;
}
.tab_parts01 .tabArea li::before {
  display: none;
}
.tab_parts01 .tabArea li.active {
	color: #fff;
  background: #e96c80;
	position: relative;
}
.tab_parts01 .tabArea.upper li.active::before {
	content: "";
  display: block;
	position: absolute;
	top: 100%;
  left: 50%;
  background: none;
	margin-left: -10px;
  border: 10px solid transparent;
  border-top: 18px solid #e96c80;
  border-radius: 0;
}
.tab_parts01 .tabArea.bottom li.active::before {
	content: "";
  display: block;
	position: absolute;
	top: inherit;
  bottom: 100%;
  left: 50%;
  background: none;
	margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 18px solid #e96c80;
  border-radius: 0;
}
.tab_parts01 .tabArea .tab_txt {
  font-size: 1.6rem;
	text-align: center;
  line-height: 1.5;
}
.tab_parts01 .tabArea .tab_txt span {
  font-size: 2.4rem;
}


/* tabContents */
.tab_parts01 .tabContentsWrap {
  background: #fff;
  padding: 6rem 6rem 6rem;
	z-index: 0;
}
.tab_parts01 .tabContents {
  display: none;
  position: relative;
}


/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	/* tabArea */
  .tab_parts01 .tabArea {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  .tab_parts01 .tabArea li {
    width: 50%;
    background: #e7e3da;
    padding: 1.2rem 0;
  }
  .tab_parts01 .tabArea li.active {
    color: #fff;
    background: #e96c80;
    position: relative;
  }
  .tab_parts01 .tabArea.upper li.active::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 12px solid #e96c80;
  }
  .tab_parts01 .tabArea.bottom li.active::before {
    content: "";
    position: absolute;
    top: inherit;
		bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom: 12px solid #e96c80;
  }
  .tab_parts01 .tabArea .tab_txt {
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.5;
  }
  .tab_parts01 .tabArea .tab_txt span {
    font-size: 1.6rem;
  }


  /* tabContents */
  .tab_parts01 .tabContentsWrap {
    background: #fff;
    padding: 3rem 3rem 3rem;
  }
  .tab_parts01 .tabContents {
    display: none;
    position: relative;
  }
}





/*--------------------------------------
　ques_parts 追加パーツ
---------------------------------------*/
.ques_parts {
	width: 1100px;
	min-width: 1100px;
	margin: auto;
}
.ques_parts .bg01 {
  background: #faf6ee;
  position: relative;
}
.ques_parts .bg01::after {
	content: "";
	position: absolute;
	width: 115px;
  height: 115px;
	border-left: solid 5px #e3306d;
  border-top: solid 5px #e3306d;
  top: -5px;
  left: -5px;
}

.ques_parts .block:last-child {
	margin: 0 0 6rem;
}

/* ttl_area */
.ques_parts .block .ttl_area {
	padding: 2.5rem 7rem 2rem 7rem;
	display: inline-block;
	position: relative;
	z-index: 0;
}
.ques_parts .block .ttl_area::before {
	content: "";
	position: absolute;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.ques_parts .block .flex_area {
	display: flex;
  justify-content: space-between;
	align-items: center;
}
.ques_parts .ttl_area .img_box {
	width: 96px;
}
.ques_parts .block .ttl_area .ques_ttl {
  width: calc(100% - 96px);
	font-size: 2.8rem;
  padding: 0 13rem 0 2rem;
  line-height: 1.5;
}


/*---------- ques01_parts ----------*/
.ques01_parts {
  margin: 0 0 10rem;
  position: relative;
}
.ques01_parts::before {
	content: "";
	position: absolute;
	width: 142px;
	height: 165px;
	background: url("img/ques_illust01.png") right center no-repeat;
  background-size: 100% auto;
	top: -3rem;
	right: 5rem;
	z-index: 5;
}
.ques01_parts .ques_parts_block {
	padding: 5rem 8rem 0;
}

/* main_txt_block */
.ques_parts .main_txt_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 8rem;
}

.ques_parts .main_txt_block .left,
.ques_parts .main_txt_block .right {
	width: calc(50% - 3rem);
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 0 0 3.5rem 4.5rem;
	position: relative;
}
.ques_parts .main_txt_block .left::before,
.ques_parts .main_txt_block .right::before {
	content: "";
  position: absolute;
  bottom: -23px;
  right: 50px;
	border-top: 23px solid #faf6ee;
  border-left: 23px solid transparent;
  z-index: 2;
}
.ques_parts .main_txt_block .left::after,
.ques_parts .main_txt_block .right::after {
	content: "";
  position: absolute;
  bottom: -25px;
  right: 49px;
	border-top: 25px solid #ccc;
  border-left: 25px solid transparent;
  z-index: 1;
}

.ques_parts .main_txt_block .ttl_box {
	display: flex;
	justify-content: space-between;
	margin: 0 0 1rem;
}
.ques_parts .main_txt_block .ttl {
	width: 65%;
	font-size: 1.9rem;
	line-height: 1.8em;
}
.ques_parts .main_txt_block .img_box {
	width: 23%;
}
.ques_parts .main_txt_block .img_box p {
	font-size: 1.4rem;
	text-align: center;
	margin: 1rem auto 0;
}


/* others_txt_block */
.ques_parts .others_txt_block .wrap {
	border-bottom: 1px solid #ccc;
	margin: 0 0 6rem;
	padding: 0 0 0.3rem;
	position: relative;
}

.ques_parts .others_txt_block .three_rows,
.ques_parts .others_txt_block .two_rows {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ques_parts .others_txt_block .three_rows .wrap {
	width: calc(33.333% - 3rem);
}
.ques_parts .others_txt_block .two_rows .wrap {
	width: calc(50% - 3rem);
}
.ques_parts .others_txt_block .three_rows .wrap::before,
.ques_parts .others_txt_block .two_rows .wrap::before {
	content: "";
  position: absolute;
  bottom: -20px;
  right: 50px;
	border-top: 20px solid #faf6ee;
  border-left: 18px solid transparent;
  z-index: 2;
}
.ques_parts .others_txt_block .three_rows .wrap::after,
.ques_parts .others_txt_block .two_rows .wrap::after {
	content: "";
  position: absolute;
  bottom: -22px;
  right: 49px;
	border-top: 22px solid #ccc;
  border-left: 20px solid transparent;
  z-index: 1;
}

.ques_parts .others_txt_block .ttl_box {
	display: flex;
	justify-content: space-between;
	margin: 0 0 1rem;
}
.ques_parts .others_txt_block .ttl {
	font-size: 1.8rem;
	line-height: 1.8em;
}
.ques_parts .others_txt_block .three_rows .ttl {
	width: 65%;
}
.ques_parts .others_txt_block .three_rows .img_box {
	width: 25%;
}
.ques_parts .others_txt_block .two_rows .ttl {
	width: 75%;
}
.ques_parts .others_txt_block .two_rows .img_box {
	width: 16%;
}
.ques_parts .others_txt_block .img_box p {
	font-size: 1rem;
	text-align: center;
	margin: 0 auto 0;
}


/*---------- ques02_parts ----------*/
.ques02_parts {
  margin: 0 0 10rem;
  position: relative;
}
.ques02_parts::before {
	content: "";
	position: absolute;
    width: 160px;
    height: 129px;
	background: url("img/ques_illust02.png") right center no-repeat;
  background-size: 100% auto;
	top: -2rem;
	right: 5rem;
	z-index: 5;
}
.ques02_parts .ques_parts_block {
	padding: 5rem 8rem 0;
}


/*---------- ques03_parts ----------*/
.ques03_parts {
  margin: 0 0 10rem;
  position: relative;
}
.ques03_parts::before {
	content: "";
	position: absolute;
	width: 120px;
	height: 220px;	
	background: url("img/ques_illust03.png") right center no-repeat;
  background-size: 100% auto;
	top: -7rem;
	right: 5rem;
	z-index: 5;
}
.ques03_parts .ques_parts_block {
	padding: 5rem 8rem 0;
}


/*---------- ques04_parts ----------*/
.ques04_parts {
  margin: 0 0 10rem;
  position: relative;
}
.ques04_parts::before {
	content: "";
	position: absolute;
	width: 159px;
	height: 157px;
	background: url("img/ques_illust04.png") right center no-repeat;
  background-size: 100% auto;
	top: -3rem;
	right: 5rem;
	z-index: 5;
}

.ques04_parts .ques04_parts_block {
	padding: 5rem 8rem 9rem;
}

/* upper */
.ques04_parts_block .upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
	/*margin: 0 0 0;*/
}
.ques04_parts_block .upper .img_box {
  width: 238px;
}
.ques04_parts_block .upper .txt_box {
  width: 520px;
}
.ques04_parts_block .upper .name {
  font-size: 1.9rem;
}
.ques04_parts_block .upper .name span {
  font-size: 2.8rem;
}
.ques04_parts_block .upper .txt {
  margin: 2rem 0 0;
}

/* time_parts */
.ques04_parts_block .time_ttl {
  display: flex;
  align-items: flex-end;
	margin: 4rem 0 7rem;
	position: relative;
}
.ques04_parts_block .time_ttl::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #e3306d;
	bottom: -1rem;
	left: 0;
	right: 0;
	margin: auto;
}
.ques04_parts_block .time_ttl::after {
	content: "";
	position: absolute;
	width: 212px;
	height: 41px;
	background: url("img/schedule_txt01.png") right center no-repeat;
  background-size: 100% auto;
	bottom: -1.4rem;
	right: 0;
}
.ques04_parts_block .time_ttl .img_box {
	width: 69px;
	margin: 0 20px 0 0;
}
.ques04_parts_block .time_ttl .t_ttl {
	font-size: 2.1rem;
  line-height: 1.5;
}
.ques04_parts_block .time_ttl .t_ttl span {
	font-size: 2.8rem;
}

.ques04_parts_block .time_item {
	padding: 0 0 4rem;
	position: relative;
}
.ques04_parts_block .time_item_inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ques04_parts_block .time_item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  height: 100%;
  border-left: 2px dotted #6bb9d4;
}
.ques04_parts_block .time_item:last-child::before {
	border-left: none;
}
.ques04_parts_block .time_item .diamond_box {
	width: 3%;
}
.ques04_parts_block .time_item .diamond_box_inner {
	width: 10px;
  height: 10px;
  background: #6bb9d4;
  transform: rotate(45deg);
	margin: 7px 0 0 0;
}
.ques04_parts_block .time_item .time_box {
	width: 15%;
	color: #6bb9d4;
	font-size: 2.2rem;
}
.ques04_parts_block .time_item .action {
	width: 17%;
	font-size: 2rem;
  line-height: 1.5;
}
.ques04_parts_block .time_item .txt_box {
	width: 65%;
}


/*---------- ques04_parts ----------*/
.ques04_parts .schedule_day_block {
	padding: 0 8rem 5rem;
}

.schedule_day_block {
	display: flex;
	justify-content: space-between;
  align-items: flex-start;
	flex-wrap: wrap;
}
.schedule_day_block .day_block {
  width: calc(50% - 1.5rem);
	background: #fff;
	margin: 0 0 4rem;
	padding: 3rem 3rem 3rem;
}

.schedule_day_block .day_ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 1.5rem;
	border-bottom: 1px solid #e3306d;
}
.schedule_day_block .day_ttl .img_box {
	width: 20%;
}
.schedule_day_block .day_ttl .txt_box {
	width: 75%;
}
.schedule_day_block .day_ttl .catch {
	font-size: 1.4rem;
	margin: 0 0 1rem;
}
.schedule_day_block .day_ttl .name {
	font-size: 1.4rem;
}
.schedule_day_block .day_ttl .name span {
	font-size: 2rem;
}

.schedule_day_block .day_item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2rem 5px 0;
	position: relative;
}
.schedule_day_block .day_item::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 9px;
  height: 100%;
  border-left: 2px dotted #6bb9d4;
}
.schedule_day_block .day_action:last-child .day_item::before {
	border-left: none;
}
.schedule_day_block .day_item .diamond_box {
	width: 3%;
}
.schedule_day_block .day_item .txt_area {
	width: 93%;
}
.schedule_day_block .day_item .diamond_box_inner {
	width: 10px;
  height: 10px;
  background: #6bb9d4;
  transform: rotate(45deg);
	margin: 3px 0 0 0;
}
.schedule_day_block .day_item .time_box {
	color: #6bb9d4;
	font-size: 1.5rem;
	margin: 0 0 1.3rem;
}
.schedule_day_block .day_item .action {
	font-size: 1.6rem;
	margin: 0 0 1.3rem;
}

/* advise */
.schedule_day_block .advise {
	background: #faf6ee;
	margin: 3rem auto 0;
	padding: 2rem 2.5rem;
	position: relative;
}
.schedule_day_block .advise .img_box {
	width: 113px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -12px;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .ques_parts {
    width: 100%;
    min-width: 100%;
		padding: 0;
  }
  
  .ques_parts .bg01::after {
    width: 40px;
    height: 40px;
    border-left: solid 3px #e3306d;
    border-top: solid 3px #e3306d;
    top: -3px;
    left: -3px;
  }

  .ques_parts .block:last-child {
    margin: 0 0 6rem;
  }

  /* ttl_area */
  .ques_parts .block .ttl_area {
		width: 90%;
    padding: 2rem 0 2rem 2rem;
  }
  .ques_parts .block .ttl_area::before {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
  }
  .ques_parts .ttl_area .img_box {
    width: 50px;
  }
  .ques_parts .block .ttl_area .ques_ttl {
		width: calc(100% - 50px);
    font-size: 1.6rem;
    padding: 0 3rem 0 1.5rem;
  }


  /*---------- ques01_parts ----------*/
  .ques01_parts {
    margin: 0 0 6rem;
  }
  .ques01_parts::before {
    width: 20%;
    height: 0;
    padding-top: calc(20%*165/142);
    background: url("img/ques_illust01.png") right center no-repeat;
    background-size: contain;
    top: -3rem;
    right: 0;
  }
  .ques01_parts .ques_parts_block {
    padding: 4rem 1.5rem 0;
  }

  /* main_txt_block */
  .ques_parts .main_txt_block {
    display: block;
    margin: 0 0 5rem;
  }

  .ques_parts .main_txt_block .left,
  .ques_parts .main_txt_block .right {
    width: 100%;
    padding: 0 0 2.5rem 2.5rem;
  }
  .ques_parts .main_txt_block .left::before,
  .ques_parts .main_txt_block .right::before {
    bottom: -20px;
    right: 50px;
    border-top: 20px solid #faf6ee;
    border-left: 18px solid transparent;
  }
  .ques_parts .main_txt_block .left::after,
  .ques_parts .main_txt_block .right::after {
    bottom: -22px;
    right: 49px;
    border-top: 22px solid #ccc;
    border-left: 20px solid transparent;
  }
	.ques_parts .main_txt_block .left {
		margin: 0 0 5rem;
	}

  .ques_parts .main_txt_block .ttl_box {
    margin: 0 0 1rem;
  }
  .ques_parts .main_txt_block .ttl {
    width: 67%;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  .ques_parts .main_txt_block .img_box {
    width: 23%;
  }
  .ques_parts .main_txt_block .img_box p {
    font-size: 1rem;
    margin: 0.7rem auto 0;
  }


  /* others_txt_block */
  .ques_parts .others_txt_block .wrap {
    margin: 0 0 5rem;
    padding: 0 0 0.3rem;
  }

  .ques_parts .others_txt_block .three_rows,
  .ques_parts .others_txt_block .two_rows {
    display: block;
  }
  .ques_parts .others_txt_block .three_rows .wrap {
    width: 100%;
  }
  .ques_parts .others_txt_block .two_rows .wrap {
    width: 100%;
  }

  .ques_parts .others_txt_block .ttl_box {
    margin: 0 0 1rem;
  }
  .ques_parts .others_txt_block .ttl {
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  .ques_parts .others_txt_block .three_rows .ttl {
    width: 67%;
  }
  .ques_parts .others_txt_block .three_rows .img_box {
    width: 25%;
  }
  .ques_parts .others_txt_block .two_rows .ttl {
    width: 67%;
  }
  .ques_parts .others_txt_block .two_rows .img_box {
    width: 25%;
  }
  .ques_parts .others_txt_block .img_box p {
    font-size: 1rem;
    /*text-align: center;*/
    margin: 0.7rem auto 0;
  }


  /*---------- ques02_parts ----------*/
  .ques02_parts {
    margin: 0 0 6rem;
  }
	.ques02_parts::before {
    width: 20%;
    height: 0;
    background: url("img/ques_illust02.png") right center no-repeat;
    background-size: contain;
    top: -1rem;
    right: 0;
		padding-top: calc(15%*103/141);
  }
  .ques02_parts .ques_parts_block {
    padding: 4rem 1.5rem 0;
  }


  /*---------- ques03_parts ----------*/
  .ques03_parts {
    margin: 0 0 6rem;
  }
	.ques03_parts::before {
    width: 20%;
    height: 0;
    background: url("img/ques_illust03.png") right center no-repeat;
    background-size: contain;
    top: -5rem;
    right: 0;
		padding-top: calc(15%*220/104);
  }
  .ques03_parts .ques_parts_block {
    padding: 4rem 1.5rem 0;
  }
  

  /*---------- ques04_parts ----------*/
  .ques04_parts {
    margin: 0 0 6rem;
  }
  .ques04_parts::before {
    background: url("img/ques_illust04.png") right center no-repeat;
    background-size: contain;
    top: -3rem;
    right: 0;
    width: 20%;
    height: 0;
    padding-top: calc(20%*157/159);
  }

  .ques04_parts .ques04_parts_block {
    padding: 3rem 2rem 6rem;
  }

  /* upper */
  .ques04_parts_block .upper .img_box {
    width: 35%;
  }
  .ques04_parts_block .upper .txt_box {
    width: 58%;
		margin: 0 0 0 7%;
  }
  .ques04_parts_block .upper .name {
    font-size: 1.4rem;
  }
  .ques04_parts_block .upper .name span {
    font-size: 2.2rem;
  }
  .ques04_parts_block .txt {
    margin: 1.6rem 0 3rem;
  }

  /* time_parts */
	.ques04_parts_block .time_ttl {
    display: none;
  }

  .ques04_parts_block .time_item {
    padding: 0 0 2rem;
  }
  .ques04_parts_block .time_item_inner {
    display: block;
  }
	.ques04_parts_block .time_item::before {
    top: 10px;
    left: 4px;
    height: 100%;
    border-left: 2px dotted #6bb9d4;
  }
	.ques04_parts_block .time_item_inner .wrap01 {
		display: flex;
		align-items: center;
		margin: 0 0 2rem;
	}
  .ques04_parts_block .time_item .diamond_box {
    width: 10%;
  }
  .ques04_parts_block .time_item .diamond_box_inner {
    width: 10px;
    height: 10px;
    margin: 5px 0 0 0;
  }
	.ques04_parts_block .time_item .time_box {
    width: 90%;
    font-size: 1.6rem;
  }
	.ques04_parts_block .time_item_inner .wrap02 {
		padding: 0 0 0 2.8rem;
	}
	.ques04_parts_block .time_item .action {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .ques04_parts_block .time_item .txt_box {
    width: 100%;
  }
	.ques04_parts_block .time_item .txt_box p {
		margin: 1.6rem 0 0;
	}
	
	
	/* acc_parts */
	.ques04_parts .q_box {
    padding: 0 4rem 0 0;
  }
	.ques04_parts .acc_btn::before,
  .ques04_parts .acc_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: #3d2f2f;
    width: 18px;
    height: 1px;
    margin-top: -1px;
    transition: all 0.4s;
  }
  .ques04_parts .acc_btn::before {
    transform: rotate(90deg);
  }
	.ques04_parts .acc_btn.open::before {
    display: none;
  }
  .ques04_parts .acc_btn.open::after {
    transform: rotate(180deg);
  }
	
  .ques04_parts .acc_content {
    
  }
	

  /*---------- ques04_parts ----------*/
  .ques04_parts .schedule_day_block {
    padding: 0 2rem 5rem;
  }

  .schedule_day_block {
    display: block;
  }
  .schedule_day_block .day_block {
    width: 100%;
    margin: 0 0 4rem;
    padding: 3rem 1.5rem 3rem;
  }

  .schedule_day_block .day_ttl {
		border-bottom: none;
  }
  .schedule_day_block .day_ttl .img_box {
    width: 35%;
  }
  .schedule_day_block .day_ttl .txt_box {
    width: 60%;
  }
  .schedule_day_block .day_ttl .catch {
		color: #e3306d;
    font-size: 1.4rem;
		line-height: 1.3em;
    margin: 0 0 1rem;
  }
  .schedule_day_block .day_ttl .name {
    font-size: 1.4rem;
  }
  .schedule_day_block .day_ttl .name span {
    font-size: 2rem;
  }

  .schedule_day_block .day_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2rem 5px 0;
    position: relative;
  }
  .schedule_day_block .day_item::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 9px;
    height: 100%;
    border-left: 2px dotted #6bb9d4;
  }
  .schedule_day_block .day_item .diamond_box {
    width: 3%;
  }
  .schedule_day_block .day_item .txt_area {
    width: 93%;
  }
  .schedule_day_block .day_item .diamond_box_inner {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 0;
  }
  .schedule_day_block .day_item .time_box {
    font-size: 1.5rem;
    margin: 0 0 1.3rem;
  }
  .schedule_day_block .day_item .action {
    font-size: 1.6rem;
    margin: 0 0 1.3rem;
    line-height: 1.5;
  }

  /* advise */
  .schedule_day_block .advise {
    background: #faf6ee;
    margin: 3rem auto 0;
    padding: 2rem 2.5rem;
    position: relative;
  }
  .schedule_day_block .advise .img_box {
    width: 113px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -12px;
  }	
}





/*--------------------------------------
　editor_parts 追加パーツ
---------------------------------------*/
.editor_parts {
	margin: 12rem 0 12rem;
	padding: 0 10rem;
}

.editor_parts .editor_parts_inner {
	border: 1px solid #cccccc;
	padding: 3.5rem 7rem;
	box-sizing: border-box;
	position: relative;
}
.editor_parts .editor_parts_inner::before {
	content: "";
	position: absolute;
	width: 85px;
	height: 135px;
	background: url("img/editor_illust.png") right center no-repeat;
  background-size: 100% auto;
	top: -4.7rem;
	right: 4rem;
}
.editor_parts .img_eng {
	width: 305px;
	height: 32px;
	background: #fff;
	padding: 0 1rem;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 3rem;
	transform: translateY(-50%);
}
.editor_parts .sub {
	margin: 0 0 2rem;
	font-size: 1.5rem;
	background: #cebf9a;
	padding: 0.6rem 0.6rem 0.6rem 1rem;
	display: inline-block;
}
.editor_parts .ttl {
	font-size: 2.2rem;
  line-height: 1.5;
}
.editor_parts .txt {
	margin: 2rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.editor_parts {
    margin: 0 0 3rem;
    padding: 0 0;
  }

  .editor_parts .editor_parts_inner {
    padding: 2.5rem 2rem 2.5rem;
  }
  .editor_parts .editor_parts_inner::before {
    width: 15%;
    height: 0;
    padding-top: calc(15%*135/85);
    background: url("img/editor_illust.png") right center no-repeat;
    background-size: contain;
    top: -5rem;
    right: 1rem;
  }
  .editor_parts .img_eng {
    width: 50%;
    height: auto;
    padding: 0.5rem 0.5rem;
    left: 1.5rem;
  }
  .editor_parts .sub {
    margin: 0 0 1.5rem;
    font-size: 1.4rem;
    padding: 0.6rem 0.6rem 0.6rem 1rem;
  }
  .editor_parts .ttl {
    font-size: 1.8rem;
		line-height: 1.3em;
  }
  .editor_parts .txt {
    margin: 1.5rem 0 0;
  }
}





/*--------------------------------------
　interview_parts 追加パーツ
---------------------------------------*/
.interview_parts {
	margin: 0 0 10rem;
	padding: 0 10rem;
}

.interview_parts .main_ttl {
	font-size: 2.6rem;
	margin: 0 0 60px;
	padding: 0 0 0 3rem;
	position: relative;
}
.interview_parts .main_ttl::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ff82b5;
	top: 50%;
	right: 100%;
}

.interview_parts .interview_parts_inner {
	border: 1px solid #e3306d;
	box-shadow: 10px 10px #e3306d;
	padding: 4.5rem 0 4.5rem 6rem;
	box-sizing: border-box;
	position: relative;
}

.interview_parts .img_box {
	width: 267px;
	position: absolute;
	top: -40px;
	right: -80px;
}

.interview_parts .txt_box {
	width: 72%;
}
.interview_parts .ttl {
	font-size: 2.2rem;
	margin: 0 0 2.3rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.interview_parts {
    margin: 0 0 8rem;
    padding: 0 0;
  }

  .interview_parts .main_ttl {
    font-size: 2rem;
		line-height: 1.5em;
    margin: 0 0 3rem;
    padding: 0 0 0 2rem;
  }
  .interview_parts .main_ttl::before {
    top: 50%;
    right: 97%;
  }

  .interview_parts .interview_parts_inner {
    box-shadow: 4px 4px #e3306d;
    padding: 2rem 2rem 0 2rem;
    position: inherit;
  }

  .interview_parts .img_box {
    width: 70%;
		margin: auto;
    position: inherit;
    top: inherit;
    right: inherit;
  }

  .interview_parts .txt_box {
    width: 100%;
  }
  .interview_parts .ttl {
    font-size: 1.8rem;
		line-height: 1.5em;
    margin: 0 0 2rem;
  }
}





/*--------------------------------------
　salary_parts 追加パーツ
---------------------------------------*/
.salary_parts {
	background: #faf6ee;
	margin: 6rem 0;
	padding: 50px 100px;
	position: relative;
}
.salary_parts::before {
	content: "";
	position: absolute;
	width: 208px;
	height: 64px;
	background: url("img/salary_txt.png") right center no-repeat;
  background-size: 100% auto;
	top: 0;
	right: 5rem;
	transform: translateY(-50%);
}

.salary_parts .ttl_box {
	font-size: 2.6rem;
	text-align: center;
	margin: 0 0 50px;
}

.salary_parts .wrap_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.salary_parts .wrap {
	width: calc(33.333% - 2rem);
	font-size: 2.2rem;
	background: #fff;
	text-align: center;
	padding: 20px 0;
	position: relative;
}
.salary_parts .wrap .sub {
	font-size: 1.6rem;
	background: #e3306d;
	padding: 8px 10px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%);
}
.salary_parts .wrap .price span {
	font-size: 4.6rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.salary_parts {
    margin: 0 0 60px;
    padding: 5rem 2rem 2rem;
  }
  .salary_parts::before {
    width: 140px;
    height: 64px;
    background: url("img/salary_txt.png") right center no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
		left: 0;
		margin: auto;
  }

  .salary_parts .ttl_box {
    font-size: 2rem;
    margin: 0 0 50px;
  }

  .salary_parts .wrap_block {
    display: block;
  }
  .salary_parts .wrap {
    width: 100%;
    font-size: 1.6rem;
		margin: 0 0 3rem;
    padding: 2rem 2rem;
  }
	.salary_parts .wrap:last-child {
		margin: 0 0 2rem;
	}
  .salary_parts .wrap .sub {
    font-size: 1.4rem;
    padding: 0.7rem 1rem;
  }
  .salary_parts .wrap .price span {
    font-size: 3.2rem;
  }
}





/*--------------------------------------
　item_parts 追加パーツ
---------------------------------------*/
.item_parts {
  margin: 2rem 0 8rem;
  font-size: 0;
}

.item_parts_area {
  margin: 2rem 0 0;
  font-size: 0;
	display: flex;
	justify-content: space-between;
  align-items: flex-start;
	flex-wrap: wrap;
}

.item_parts .item {
	width: calc(33.333% - 2rem);
	background: #fff;
	border: 1px solid #6bb9d4;
	border-radius: 6px;
  vertical-align: top;
  margin: 0 0 2rem;
  padding: 2.5rem 2.5rem 2.5rem;
	display: inline-block;
	position: relative;
}
.item_parts .q_box {
  display: flex;
  align-items: center;
  padding: 0 4rem 0 0;
}
.item_parts .ttl01 {
  font-size: 1.8rem;
	line-height: 1.8em;
}
.item_parts .a_box {
  margin: 2rem 0 0;
}
.item_parts .acc_btn::after {
  content: "";
	position: absolute;
	top: 50%;
	right: 0;
  background: url("img/acc_open_01.png") left top no-repeat;
  background-size: contain;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.item_parts .acc_btn.open::after {
  background: url("img/acc_close_01.png") left top no-repeat;
  background-size: contain;
}

/* more */
.item_parts .more {
  text-align: right;
}
.item_parts .more a {
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0 1rem 0 0;
 	position: relative;
}
.item_parts .more a:after {
	content: "";
 	position: absolute;
	top: 50%;
	right: 0;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.item_parts {
    margin: 2rem 0 8rem;
    font-size: 0;
    display: block;
  }

  .item_parts_area {
    margin: 2rem 0 0;
    font-size: 0;
    display: block;
  }

  .item_parts .item {
    width: 100%;
    border-radius: 3px;
    margin: 0 0 2rem;
    padding: 2rem 2rem 2rem;
  }
  .item_parts .q_box {
    padding: 0 4rem 0 0;
  }
  .item_parts .ttl01 {
    font-size: 1.8rem;
    line-height: 1.8em;
  }
  .item_parts .a_box {
    margin: 0 0 0;
  }
  .item_parts .acc_btn::after {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }

  /* more */
  .item_parts .more a {
    padding: 0 1rem 0 0;
  }
	.item_parts p.more {
		margin: 0 0 0;
	}
}





/*--------------------------------------
　point_parts 追加パーツ
---------------------------------------*/
.point_parts {
	background: #faf6ee;
	margin: 0 0 9rem;
	position: relative;
}
.point_parts::before {
	content: "";
	position: absolute;
	width: 229px;
	height: 64px;
	background: url("img/point_txt.png") left center no-repeat;
  background-size: contain;
	top: 0;
	left: 4.5rem;
	transform: translateY(-50%);
}
.contents .point_parts {
    margin: 6rem 0 9rem;
}
.point_parts .ttl_box {
	font-size: 2.6rem;
	line-height: 1.5em;
	margin: 3.5rem 0 3.5rem;
	padding: 2.8rem 15rem 2.8rem 10rem;
	display: inline-block;
	position: relative;
	z-index: 0;
}
.point_parts .ttl_box::before {
	content: "";
	position: absolute;
	background: #e3306d;
	clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.point_parts .point_parts_inner {
	padding: 0rem 10rem 1.8rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.point_parts {
    margin: 0 0 6rem;
  }
  .point_parts::before {
    width: 125px;
    height: 70px;
    left: 3rem;
  }

  .point_parts .ttl_box {
		width: 90%;
    font-size: 1.8rem;
    line-height: 1.5em;
    margin: 2.8rem 0 0;
    padding: 2rem 2rem 2rem 2rem;
  }
  .point_parts .ttl_box::before {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
  }
  .point_parts .point_parts_inner {
    padding: 0rem 2rem 1rem;
  }
}





/*--------------------------------------
　sponsored_parts 追加パーツ
---------------------------------------*/
.sponsored_parts_bg {
	width: 100%;
  position: relative;
  z-index: 0;
	margin: 8rem 0 17rem 0;
}
.sponsored_parts_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
	width: 100vw;
	height: 100%;
	background: url("img/sponsored_bg.jpg") center center no-repeat;
  background-size: cover;
  z-index: -1;
}
.contents .sponsored_parts_bg {
    margin: 17rem 0;
}
.sponsored_parts_inner {
	width: 1100px;
	min-width: 1100px;
	margin: auto;
	padding: 22rem 0 2rem 20rem;
	box-sizing: border-box;
	position: relative;
}
.sponsored_parts_inner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	right: 1000px;
}
.sponsored_parts_inner::after {
	content: "";
	position: absolute;
	width: 392px;
	height: 62px;
	background: url("img/sponsored_txt01.png") right center no-repeat;
  background-size: contain;
	bottom: 100%;
	right: 0;
}

.sponsored_parts .upper .img_box01 {
	width: 474px;
	position: absolute;
	top: -6rem;
	left: 0;
}
.sponsored_parts .upper .caption {
    text-align: center;
    color: #fff;
}
.sponsored_parts .upper .caption a {
    color: #fff;
}

.sponsored_parts .upper .img_box02 {
	width: 108.5px;
	margin: 0 0 1.5rem;
}
.sponsored_parts .upper .txt_area {
	width: 50%;
	position: absolute;
	top: 6rem;
	left: 50%;
}
.sponsored_parts .upper .txt_area_inner {
	position: relative;
}
.sponsored_parts .upper .txt_area_inner::before {
	content: "";
	position: absolute;
	width: 136px;
	height: 106px;
	background: url("img/sponsored_txt03.png") right center no-repeat;
  background-size: contain;
	top: -3.5rem;
	left: 40%;
}
.sponsored_parts .upper .txt_box01 {
	font-size: 1.6rem;
	border: 1px solid #fff;
	margin: 0 0 1.8rem;
	padding: 0.8rem 1rem;
	box-sizing: border-box;
	display: inline-block;
}
.sponsored_parts .upper .txt_box02 {
	font-size: 2.8rem;
}
.header_lower.sponsored_parts_bg {
    margin: 17rem 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.sponsored_parts_bg {
    margin: 5rem 0 5rem 0;
  }
	.contents .sponsored_parts_bg {
    margin: 10rem 0 0;
}

  .sponsored_parts_inner {
    width: 100%;
    min-width: 100%;
		height: 100%;
    margin: auto;
    padding: 4rem 2rem 2rem 2rem;
  }
  .sponsored_parts_inner::before {
    content: "";
		display: none;
    position: inherit;
  }
  .sponsored_parts_inner::after {
    width: 270px;
    height: 62px;
    background: url("img/sponsored_txt01.png") right bottom no-repeat;
    background-size: contain;
    bottom: 100%;
    right: 0;
		left: 0;
		margin: auto;
  }

  .sponsored_parts .upper .img_box01 {
    width: 100%;
		margin: 0 auto 3rem;
    position: inherit;
    top: inherit;
    left: inherit;
  }

  .sponsored_parts .upper .img_box02 {
    width: 120px;
    margin: 0 0 1.5rem;
  }
  .sponsored_parts .upper .txt_area {
    width: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
		margin: 0 0 3rem;
  }
  .sponsored_parts .upper .txt_area_inner::before {
    width: 120px;
    height: 106px;
    background: url("img/sponsored_txt03.png") right center no-repeat;
    background-size: contain;
    top: -2rem;
    left: inherit;
		right: 1rem;
  }
  .sponsored_parts .upper .txt_box01 {
    font-size: 1.4rem;
    margin: 0 0 1.4rem;
    padding: 0.5rem 1rem;
  }
  .sponsored_parts .upper .txt_box02 {
    font-size: 2rem;
  }
}










/*--------------------------------------
　透過アコーディオン
---------------------------------------*/
.acc_wrap {
  position: relative;
}

.acc_wrap input {
  display: none;
}

.acc_wrap label {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  background: #fff;
  width: 240px;
  margin: auto;
  padding: 1.5rem 5rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #000;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.4s;
  z-index: 2;
}
.acc_wrap label::before,
.acc_wrap label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background: #000;
  width: 15px;
  height: 1px;
  margin-top: -1px;
  transition: all 0.3s ease;
}
.acc_wrap label::after {
  transform: rotate(90deg);
}
.acc_wrap input:checked + label::before {
  display: none;
}
.acc_wrap input:checked + label::after {
  transform: rotate(180deg);
}

.acc_wrap label span {
  font-weight: bold;
}	
.acc_wrap label span::before {
  content: "もっと見る";
}
.acc_wrap input:checked + label span::before {
  content: "閉じる";
}

.acc_wrap .acc_container {
  height: 150px;
  overflow: hidden;
  position: relative;
}
.acc_wrap input:checked ~ .acc_container {
  height: auto;
}

.acc_wrap .acc_container::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(250,246,238,0) 0%, rgba(250,246,238,.9) 50%, rgba(250,246,238,.9) 50%, #faf6ee 100%);
  background: linear-gradient(top, rgba(250,246,238,0) 0%, rgba(250,246,238,.9) 50%, rgba(250,246,238,.9) 50%, #faf6ee 100%);
  width: 100%;
  height: 100px;
  transition: all 0.4s;
  z-index: 1;
}
.acc_wrap input:checked ~ .acc_container::before {
  background: none;
  height: auto;
}

.acc_wrap .acc_inner {
  padding: 0 0 4rem;
}


.ques01_parts .acc_wrap .acc_container {
  height: 0px;
}
.ques02_parts .acc_wrap .acc_container {
  height: 0px;
}
.ques03_parts .acc_wrap .acc_container {
  height: 0px;
}
.ques04_parts .acc_wrap .acc_container {
  height: 50px;
}
.ques01_parts .acc_wrap .acc_container::before {
  background: -webkit-linear-gradient(top, rgba(250,246,238,0) 0%, rgba(250,246,238,.9) 50%, rgba(250,246,238,.9) 50%, #faf6ee 100%);
  background: linear-gradient(top, rgba(250,246,238,0) 0%, rgba(250,246,238,.9) 50%, rgba(250,246,238,.9) 50%, #faf6ee 100%);
  height: 100px;
}


.schedule_day_block .acc_wrap label {
  bottom: -50px;
  width: 160px;
}
.schedule_day_block .acc_wrap label span::before {
  content: "more";
}
.schedule_day_block .acc_wrap input:checked + label span::before {
  content: "close";
}
.schedule_day_block .acc_wrap .acc_container {
  height: 370px;
}
.schedule_day_block .acc_wrap .acc_container::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
}
.schedule_day_block .acc_wrap .acc_inner {
  padding: 0 0 2rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .acc_wrap label {
    bottom: -25px;
    width: 60%;
    margin: auto;
    padding: 1.5rem 0;
    font-size: 1.5rem;
  }
  .acc_wrap label::before,
  .acc_wrap label::after {
    right: 10px;
  }

  .acc_wrap .acc_container {
    height: 150px;
  }
  .acc_wrap input:checked ~ .acc_container {
    height: auto;
  }

  .acc_wrap .acc_container::before {
    width: 100%;
    height: 100px;
  }
  .acc_wrap input:checked ~ .acc_container::before {
    background: none;
    height: auto;
  }

  .acc_wrap .acc_inner {
    padding: 0 0 2rem;
  }


  .ques01_parts .acc_wrap .acc_container {
    height: 0px;
  }
  .ques02_parts .acc_wrap .acc_container {
    height: 0px;
  }
  .ques03_parts .acc_wrap .acc_container {
    height: 0px;
  }
  .ques04_parts .acc_wrap .acc_container {
    height: 30px;
  }
  .ques01_parts .acc_wrap .acc_container::before {
    height: 100px;
  }


  .schedule_day_block .acc_wrap label {
    bottom: -50px;
    width: 60%;
  }
  .schedule_day_block .acc_wrap .acc_container {
    height: 270px;
  }
  .schedule_day_block .acc_wrap .acc_inner {
    padding: 0 0 2rem;
  }
}





/*--------------------------------------
　fixed_bnr
---------------------------------------*/
.fixed_area {
  display: none;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .fixed_area {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
	  transition: all 0.3s ease;
  }
	.fixed_area.stop {
    opacity: 0;
  }
  .fixed_area.stop a {
    pointer-events: none;
  }
  
  .fixed_area_inner {
    display: flex;
    justify-content: space-between;
  }

  .fixed_toc .fixed_toc_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #6bb9d4;
    width: 80px;
    height: 65px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
    z-index: 100;
  }
  .fixed_toc .fixed_toc_btn span {
    position: relative;
  }
  .fixed_toc .fixed_toc_btn span::after {
    content: "";
    display: block;
    background: url("img/bnr_icon01.png") left top no-repeat;
    background-size: contain;
    width: 34px;
    height: 16px;
    margin: 5px auto 0;
    transition: all 0.5s ease;
  }

  .fixed_toc .toc_nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
  }
  .fixed_toc .toc_nav .toc_nav_inner {
    position: fixed;
    top: 65px;
    right: 0;
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: calc(100% - 65px);
    padding: 1rem 2rem 2rem;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    transition: .5s;
    transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    z-index: 999;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .is-open .toc_nav .toc_nav_inner {
    position: fixed;
    top: 0;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  
  .fixed_toc .toc_nav ul li {
    font-size: 1.5rem;
    line-height: 1.5;
    border-bottom: 1px solid #e5e5e5;
  }
  .fixed_toc .toc_nav ul li a {
    display: block;
    padding: 1.5rem 1.5rem 1.5rem 0;
    font-weight: bold;
    position: relative;
  }	
  .fixed_toc .toc_nav ul li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #e3306d;
    border-right: 1px solid #e3306d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }	
  
  
  .fixed_bnr {
    width: calc(100% - 80px);
    height: 65px;
    margin: 0 0 0 auto;
  }
  .fixed_bnr a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e3306d;
    width: 100%;
    height: 65px;
    padding: 0 18% 0 1rem;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
    position: relative;
  }
  .fixed_bnr a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    background: url("img/bnr_icon02.png") left top no-repeat;
    background-size: contain;
    width: 15%;
    height: 0;
    padding-top: calc(15%*38/48);
  }
  .fixed_bnr a span {
    font-size: 4.8vw;
  }
  
  
}

