@charset "utf-8";

/*----------------------------------------------------------------------------
　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;
}
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: #333;
  font-size: 1.7rem;
  font-family: 'Yu Gothic UI',YuGothic,'Yu Gothic',sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

a {
	color: #333;
  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;
}

/* 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;
	}
}





/*--------------------------------------
　Color
---------------------------------------*/
.cl01 {
	color: #e17005;
}
.cl02 {
	color: #004ba2;
}
.cl03 {
	color: #f89231;
}





/*--------------------------------------
　Header
---------------------------------------*/
header {
	width: 100%;
	min-width: 900px;
	box-sizing: border-box;
}

header .logo_wrap {
	background: #669fd8;
	width: 300px;
	padding: 1rem 1.5rem;
	border-radius: 0 0 20px 0; 
}
header .logo_wrap a {
	display: block;
}

header .logo_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .logo {
	width: 44px;
	box-sizing: border-box;
}

header .sitename {
	width: calc(100% - 44px);
	padding: 0 0 0 1rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.3;
}
header .sitename span {
	font-size: 1.7rem;
	font-weight: bold;
}

header .sponsored {
	margin: 0.5rem 0 0;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
}

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

	header .logo_wrap {
		display: inline-block;
		width: auto;
		padding: 1rem 1rem;
		border-radius: 0 0 10px 0; 
	}

	header .logo {
		width: 12%;
		box-sizing: border-box;
	}

	header .sitename {
		width: 88%;
		padding: 0 0 0 0.5rem;
		font-size: 6px;
	}
	header .sitename span {
		font-size: 1.2rem;
	}

	header .sponsored {
		margin: 0.3rem 0 0;
		font-size: 10px;
	}
}


/*--------------------------------------
　Navi
---------------------------------------*/
/*----- hb-menu -----*/
#hb-menu {
	display: table;
	position: fixed;
	top: 0;
	right: 0;
	width: 65px;
	height: 65px;
	background: #eb821e;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 10000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#hb-menu .hb-inner {
	display: table-cell;
	vertical-align: middle;
}
#hb-menu span {
	display: block;
	background: #fff;
	width: 30px;
	height: 4px;
	margin: auto;
	border-radius: 10px;
	-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: 8px;
}

/* ナビゲーションアイコン：アクティブ */
.hb-open span:nth-of-type(1) {
	-webkit-transform: translateY(12px) translateX(0) rotate(45deg);
	-ms-transform: translateY(12px) translateX(0) rotate(45deg);
	transform: translateY(12px) translateX(0) rotate(45deg);
}
.hb-open span:nth-of-type(2) {
	margin-top: 5px;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.hb-open span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-12px) translateX(0) rotate(-45deg);
	transform: translateY(-12px) 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: #fff8c8;
	width: 100%;
	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_contents {
	display: flex;
	justify-content: space-between;
	min-width: 900px;
	box-sizing: border-box;
}

.hb_contents .hb_left {
	width: 50%;
	box-sizing: border-box;
}

.hb_contents .com01_parts {
	background: none;
	padding: 0 0 0;
}
.hb_contents .com01_parts:before,
.hb_contents .com01_parts:after {
	display: none;
}

.hb_contents .com01_parts .com01_inner {
	max-width: 85%;
}

.hb_contents .com01_parts .icon {
	width: 100px;
	height: 100px;
}
.hb_contents .com01_parts .icon:before {
	width: 100px;
	height: 100px;
}
.hb_contents .com01_parts .icon span {
	font-size: 1.5rem;
}

.hb_contents .com01_parts .com01_block {
	margin: -4rem 0 0;
	padding: 5rem 5rem 4rem;
}

.hb_contents .com01_parts .ttl a {
	font-size: 3rem;
}

.hb_contents .com01_parts .box {
	display: block;
	margin: 3rem 0 0;
}

.hb_contents .com01_parts .img_box {
	max-width: 85%;
	margin: auto;
}

.hb_contents .com01_parts .txt_box {
	width: 100%;
	margin: 2rem 0 0;
	padding: 0 0 0 0;
}

.hb_contents .com01_parts .btn-web a {
	max-width: 400px;
}


.hb_contents .hb_right {
	width: 50%;
	box-sizing: border-box;
}

.hb_menu_wrapper {
	max-width: 85%;
	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 #333;
}

.hb_menu_title_link {
	display: block;
	padding: 0 3rem 0 0;
	color: #333;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
}
.hb_menu_title_link:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


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

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

.hb_menu_list_link {
	display: inline-block;
	padding: 0 0 0 1.5rem;
	color: #333;
	font-size: 1.7rem;
	line-height: 1.6;
	position: relative;
}
.hb_menu_list_link:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*--------------------------------------
　SP Navi
---------------------------------------*/
/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	/*----- hb-menu -----*/
	#hb-menu {
		width: 50px;
		height: 50px;
	}
	#hb-menu span {
		width: 22px;
		height: 2px;
	}
	#hb-menu span:nth-of-type(2),
	#hb-menu span:nth-of-type(3){
		margin-top: 6px;
	}

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

	/*----- g-nav -----*/
	.g-nav .g-nav-inner {
		padding: 3rem 1.5rem 6rem;
	}


	.hb_contents {
		display: block;
		min-width: 100%;
	}

	.hb_contents .hb_left {
		width: 100%;
	}

	.hb_contents .com01_parts .com01_inner {
		max-width: 100%;
	}

	.hb_contents .com01_parts .icon {
		width: 70px;
		height: 70px;
	}
	.hb_contents .com01_parts .icon:before {
		width: 70px;
		height: 70px;
	}
	.hb_contents .com01_parts .icon span {
		font-size: 1.7rem;
	}

	.hb_contents .com01_parts .com01_block {
		margin: -3rem 0 0;
		padding: 4rem 2rem 3rem;
	}

	.hb_contents .com01_parts .ttl a {
		font-size: 2rem;
	}

	.hb_contents .com01_parts .box {
		margin: 2rem 0 0;
	}

	.hb_contents .com01_parts .img_box {
		max-width: 50%;
	}

	.hb_contents .com01_parts .txt_box {
		margin: 1.5rem 0 0;
	}

	.hb_contents .com01_parts .btn-web a {
		max-width: 100%;
	}


	.hb_contents .hb_right {
		width: 100%;
		margin: 2rem 0 0;
	}

	.hb_menu_wrapper {
		max-width: 100%;
	}


	.hb_menu_title {
		padding: 1.5rem 2rem 1.5rem 0;
		position: relative;
	}
	.hb_menu_title:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		background: none;
		border-top: solid 1px #333;
		border-right: solid 1px #333;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.hb_menu_title.open:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}	
	.hb_menu_title.first {
		padding: 1.5rem 0 1.5rem 0;
	}
	.hb_menu_title.first:after {
		display: none;
	}


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

	.hb_menu_list {
		display: none;
	}

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

	.hb_menu_list_link {
		display: block;
		padding: 1.5rem 2rem 1.5rem 1.5rem;
		font-size: 1.5rem;
	}
	.hb_menu_list_link:after {
		content: "";
		position: absolute;
		left: inherit;
		top: 50%;
		right: 5px;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}





/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
	width: 900px;
	margin: 3rem 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: 1.5rem 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: #f1eee7;
	width: 100%;
	min-width: 1000px;
	box-sizing: border-box;
}


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


.l-footer-logo {
	text-align: center;
}
.l-footer-logo a {
	display: inline-block;
}
.l-footer-logo .logo_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.l-footer-logo .logo {
	width: 74px;
	box-sizing: border-box;
}
.l-footer-logo .sitename {
	width: auto;
	padding: 0 0 0 2rem;
	box-sizing: border-box;
	color: #555;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
}
.l-footer-logo .sitename span {
	font-size: 2.6rem;
	font-weight: bold;
}


.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 #fff;
	position: relative;
}

.l-footer-menu__title__link {
	display: inline-block;
	padding: 0 3rem 0 0;
	color: #333;
  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 #f89231;
	border-right: 2px solid #f89231;
	-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: #333;
	font-size: 1.7rem;
	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 #f89231;
	border-right: 2px solid #f89231;
  -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: #333;
	font-size: 1.5rem;
	line-height: 1.6;
	position: relative;
}
.l-footer-submenu__list__link:before {
	content: "";
 	position: absolute;
	top: 10px;
	left: 0;
	background: #f89231;
	width: 6px;
	height: 1px;
}


.l-footer-area .menseki {
	background: #fff;
  margin: 5rem auto 0;
  padding: 2rem 3rem;
  box-sizing: border-box;
	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: #eb821e;
}

.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: 1000px;
  margin: 0 auto;
  padding: 1.5rem 0;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5;
}
.l-footer-copy a {
	display: inline-block;
  text-decoration: underline;
	color: #fff;
}
.l-footer-copy a:hover {
  text-decoration: none;
}

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

/* 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 .logo {
		width: 44px;
	}
	.l-footer-logo .sitename {
		padding: 0 0 0 1rem;
		font-size: 1rem;
	}
	.l-footer-logo .sitename span {
		font-size: 1.7rem;
	}


	.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 #f89231;
		border-right: solid 1px #f89231;
		-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.7rem;
		pointer-events: none;
	}
	.l-footer-menu__title__link:after {
		display: none;
	}


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

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

	.l-footer-menu__list__link {
		padding: 1.5rem 2rem 1.5rem 1.5rem;
		font-size: 1.5rem;
	}
	.l-footer-menu__list__link:after {
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: 1px solid #f89231;
		border-right: 1px solid #f89231;
	}


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

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

	.l-footer-submenu__list__link {
		padding: 1.5rem 0 1.5rem 3rem;
	}
	.l-footer-submenu__list__link:before {
		top: 24px;
		left: 15px;
		background: #f89231;
		width: 6px;
		height: 1px;
	}


	.l-footer-area .menseki {
		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 7.5rem;
		font-size: 1.2rem;
		text-align: center;
	}
	

	.sitemap {
		margin: 2rem 0 0 0;
		text-align: center;
	}
	.sitemap a {
		padding: 0 1rem 0 0;
		font-size: 1.5rem;
		color: #333;
		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: 165px;
  right: 20px;
  width: 46px;
  height: 46px;
  z-index: 0;
}

.l-pagetop__link {
	background: #333;
  width: 100%;
  height: 100%;
  display: block;
	box-sizing: border-box;
	border-radius: 50%;
  position: relative;
	transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.l-pagetop__link:after {
	display: block;
	content: "";
	position: absolute;
	top: 43%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -6px;
	border-top: 3px solid #eb821e;
	border-left: 3px solid #eb821e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.l-pagetop span {
	display: none;
}

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

	.l-pagetop__link:after {
		top: 43%;
		left: 50%;
		width: 8px;
		height: 8px;
		margin-left: -4px;
		border-top: 2px solid #eb821e;
		border-left: 2px solid #eb821e;
	}
}





/*--------------------------------------
　Main Contents
---------------------------------------*/
.contents {
  width: 100%;
	min-width: 900px;
  margin: auto;
  padding: 6rem 0 12rem;
	box-sizing: border-box;
	overflow: hidden;
}

#category,
#page {
  width: 900px;
  margin: auto!important;
  padding: 0!important;
	box-sizing: border-box;
}

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





/*--------------------------------------
　Title
---------------------------------------*/
h2,
h3,
h4,
h5,
h6,
.cc {
	font-weight: bold;
	line-height: 1.4;
	box-sizing: border-box;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	display: block;
	font-weight: bold;
	box-sizing: border-box;
}
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	font-weight: bold;
}


#category h1,
#page h1 {
	background: #eb821e;
	margin: 5rem 0 5rem;
	padding: 2.5rem 4rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
	border-radius: 14px;
	position: relative;
}
#category h1:before,
#page h1:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background: url("img/h1_deco.png") center top no-repeat;
	background-size: 100% auto;
	width: 108px;
	height: 56px;
	margin: 0 auto 1.5rem;
}


#category h2,
#page h2 {
	background: #f0eee7;
	margin: 4rem 0 2rem;
	padding: 2rem 3rem;
	font-size: 2.8rem;
	border-left: 4px solid #eb821e;
	position: relative;
}

#category h2 a,
#page h2 a {
	padding: 0 3rem 0 0;
	position: relative;
}
#category h2 a:after,
#page h2 a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #eb821e;
	border-right: solid 2px #eb821e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


#category h3,
#page h3 {
	margin: 4rem 0 2rem;
	padding: 0 0 1.5rem 0;
	font-size: 2.4rem;
	border-bottom: 6px dotted #eb821e;
}

#category h3 a,
#page h3 a {
	padding: 0 3rem 0 0;
	position: relative;
}
#category h3 a:after,
#page h3 a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #eb821e;
	border-right: solid 2px #eb821e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


#category h4,
#page h4 {
	color: #4da9f0;
	margin: 4rem 0 2rem;
	font-size: 2rem;
}

#category h4 a,
#page h4 a {
	display: inline-block;
	padding: 0 3rem 0 0;
	color: #4da9f0;
	position: relative;
}
#category h4 a:after,
#page h4 a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #4da9f0;
	border-right: solid 2px #4da9f0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	#category h1,
	#page h1 {
		margin: 4rem 0 4rem;
		padding: 1.5rem 2rem;
		font-size: 2.5rem;
		border-radius: 8px;
	}
	#category h1:before,
	#page h1:before {
		background: url("img/h1_deco.png") center top no-repeat;
		background-size: 100% auto;
		width: 54px;
		height: 28px;
		margin: 0 auto 1rem;
	}

	#category h2,
	#page h2 {
		margin: 3rem 0 2rem;
		padding: 1.5rem 1.5rem;
		font-size: 2.2rem;
		border-left: 2px solid #eb821e;
	}


	#category h3,
	#page h3 {
		margin: 3rem 0 2rem;
		padding: 0 0 1rem 0;
		font-size: 1.8rem;
		border-bottom: 3px dotted #eb821e;
	}


	#category h4,
	#page h4 {
		margin: 3rem 0 2rem;
		font-size: 1.7rem;
	}
}




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

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

.contents p span {
	color: #eb821e;
	font-weight: bold;
}
.contents p span.mark01 {
	color: #eb821e;
	font-weight: bold;
}
.contents p span.mark02 {
	background: linear-gradient(transparent 40%, #ffe953 0%);
	color: #333;
}
.contents p span.mark03 {
	padding: 0 0 0.3rem;
	color: #333;
	border-bottom: 2px solid #eb821e;
}

.caption {
	margin: 1rem 0 0 0;
	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;
	text-align:center;
}
.caption::-webkit-scrollbar {
	height: 2px;
}
.caption::-webkit-scrollbar-track {
	background: #e7e7e7;
	margin: 0 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.caption::-webkit-scrollbar-thumb {
	background: #aeaeae;
	border-radius: 0;
	box-shadow: none;
}
.caption a {
	color: #888;
	text-decoration: underline;
}

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





/*--------------------------------------
　リスト
---------------------------------------*/
/*----- ulリスト -----*/
.contents ul {
	margin: 4rem 0 4rem;
}
.contents ul li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
	font-size: 1.7rem;
  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: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #eb821e;
	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リスト -----*/
	.contents ul {
		margin: 2rem 0 2rem;
	}
	.contents ul li {
		padding: 0 0 0 1.5rem;
		font-size: 1.7rem;
	}
	.contents ul li:before {
		top: 10px;
		width: 8px;
		height: 8px;
	}
}





/*--------------------------------------
　リンク
---------------------------------------*/
.btn-web a,
.btn-internal a {
	display: block;
	max-width: 600px;
	margin: 4rem auto 4rem;
	padding: 2.2rem 6rem;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-radius: 100px;
	text-decoration: none!important;
	position: relative;
}
.btn-internal-2b{
    max-width: 900px;
    margin: auto;
    display: flex;
}

/*----- btn-web（外部リンク） -----*/
.btn-web a {
	background: #004ba2 url("img/linkarrow_01.png") right 25px center no-repeat;
	background-size: 26px auto;
	padding: 2.2rem 8rem;
	color: #fff;
}
.btn-web a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translate(0,-50%);
	background: url("img/icon_wifi01.gif") left top no-repeat;
	background-size: 100% auto;
	width: 46px;
	height: 36px;
}


/*----- btn-internal（内部リンク） -----*/
.btn-internal a {
	background: #fff url("img/linkarrow_02.png") right 25px center no-repeat;
	background-size: 20px auto;
	border: 4px solid #eb821e;
	box-shadow: 8px 8px 0px 0px #eb821e;
}
.btn-internal-2b .btn-internal a {
	width:90%;
}

/*----- btn-link（テキストリンク） -----*/
.btn-link {
	text-align: right;
}
.btn-link a {
	display: inline-block;
	margin: 4rem 0 4rem;
	padding: 0 3rem 0 0;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
	text-decoration: underline;
	text-underline-offset: 8px;
	text-decoration-color: #f89231!important;
	text-decoration-thickness: 2px!important;
	position: relative;
}
.btn-link a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	background: url("img/linkarrow_02.png") left top no-repeat;
	background-size: 100% auto;
	width: 20px;
	height: 20px;
}
.btn-link a:hover {
	text-decoration: underline!important;
	text-decoration-color: #f89231!important;
	text-decoration-thickness: 2px!important;
}


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

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.btn-web a,
	.btn-internal a {
		display: block;
		max-width: 85%;
		margin: 3rem auto 3rem;
		padding: 1.8rem 4rem;
		box-sizing: border-box;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		border-radius: 100px;
		text-decoration: none!important;
		position: relative;
	}
.btn-internal-2b{
    max-width: 100%;
    margin: auto;
    display: block;
}
.btn-internal-2b .btn-internal a {
	width:100%;
}

	/*----- btn-web（外部リンク） -----*/
	.btn-web a {
		background: #004ba2 url("img/linkarrow_01.png") right 15px center no-repeat;
		background-size: 18px auto;
		padding: 1.8rem 5rem;
	}
	.btn-web a:before {
		left: 15px;
		background: url("img/icon_wifi01.gif") left top no-repeat;
		background-size: 100% auto;
		width: 28px;
		height: 22px;
	}


	/*----- btn-internal（内部リンク） -----*/
	.btn-internal a {
		background: #fff url("img/linkarrow_02.png") right 15px center no-repeat;
		background-size: 18px auto;
		border: 2px solid #eb821e;
		box-shadow: 4px 4px 0px 0px #eb821e;
	}


	/*----- btn-link（テキストリンク） -----*/
	.btn-link a {
		margin: 3rem 0 3rem;
		padding: 0 2.5rem 0 0;
		font-size: 1.5rem;
		text-underline-offset: 5px;
		text-decoration-thickness: 1px!important;
	}
	.btn-link a:after {
		background: url("img/linkarrow_02.png") left top no-repeat;
		background-size: 100% auto;
		width: 18px;
		height: 18px;
	}
	.btn-link a:hover {
		text-decoration-thickness: 1px!important;
	}

	
	/*----- btn-tel（電話ボタン） -----*/
	.btn-tel a {
		display: block;
		background: #eb1e1e;
		max-width: 85%;
		margin: 3rem auto 3rem;
		padding: 1.8rem 5rem;
		box-sizing: border-box;
		color: #fff;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		border-radius: 100px;
		text-decoration: none!important;
		position: relative;
	}
.hb_contents .com01_parts .com01_block .btn-tel a {
		max-width: 100%;
		margin: 2rem auto 0rem;
	}

	.btn-tel a:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 25px;
		background: url("img/icon_tel.png") left center no-repeat;
		background-size: 100% auto;
		width: 19px;
		height: 34px;
		margin: -17px 0 0;
		-webkit-animation: telicon 1s steps(1, start) infinite;
		animation: telicon 1s steps(1, start) infinite;
	}
}

@keyframes telicon {
	0% {
			transform:rotate(10deg)
	}
	
	50% {
		transform:rotate(-10deg)
	}

	100% {
			transform:rotate(10deg)
	}
}




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

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

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

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

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

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





/*--------------------------------------
　画像＋テキスト
---------------------------------------*/
.float-wrap {
	margin: 8rem 0 8rem;
	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: 390px;
  padding-right: 4rem;
}
.float-img.fr {
  float: right;
  width: 390px;
  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 p {
	margin: 0 auto 0;
}

.float-wrap .catch-copy {
	margin: 2rem 0 2rem 0;
	color: #e26f02;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.float-wrap {
		margin: 5rem 0 5rem;
	}
	
	.float-img.fl {
		float: left;
		width: 100%;
		padding-right: 0;
	}
	.float-img.fr {
		float: right;
		width: 100%;
		padding-left: 0;
	}
	
	.float-img.fl.small {
		width: 40%;
		margin-right: 4%;
	}
	.float-img.fr.small {
		width: 40%;
		margin-left: 4%;
	}
	
	.float-img .caption {
		margin: 1rem 0 1.5rem 0;
	}

	.float-wrap .catch-copy {
		margin: 1.5rem 0 1.5rem 0;
		font-size: 1.8rem;
	}
}





/*--------------------------------------
　toc_parts
---------------------------------------*/
.toc_parts {
	background: #fff;
	margin: 10rem 0 10rem;
	box-sizing: border-box;
	border: 4px solid #ffefa2;
	border-radius: 20px;
}

.toc_parts .ttl {
	background: #ffefa2;
	padding: 3rem 2rem 3rem;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	border-radius: 16px 16px 16px 16px;
	cursor: pointer;
	position: relative;
	transition: all 0.8s;
}
.toc_parts .ttl:before,
.toc_parts .ttl:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 40px;
	background: #333;
	width: 30px;
	height: 6px;
	margin-top: -3px;
	border-radius: 10px;
	transition: all 0.4s;
}
.toc_parts .ttl:after {
	transform: rotate(90deg);
}
.toc_parts .ttl.open {
	border-radius: 16px 16px 0 0;
}
.toc_parts .ttl.open:before {
  display: none;
}
.toc_parts .ttl.open::after {
  transform: rotate(180deg);
}

.toc {
	display: none;
	padding: 3rem 6rem 2rem;
	box-sizing: border-box;
}
.toc .chapter {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 0;
}
.toc .chapter li {
	width: calc(50% - 6rem);
	margin: 0 0 2rem;
	padding: 0 2rem 0 2rem;
	box-sizing: border-box;
	font-size: 1.7rem;
	line-height: 1.8;
  position: relative;
}
.toc .chapter li:before {
	content: "";
  position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #eb821e;
	box-sizing: border-box;
	border-radius: 50%;
}
.toc .chapter li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #eb821e;
	border-right: solid 2px #eb821e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toc .chapter li a {
	display: block;
	font-weight: bold;
  text-decoration: none;
	position: relative;
}
.toc .chapter li.check a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	background: url("img/sb_check.png") left top no-repeat;
	background-size: 100% auto;
	width: 52px;
	height: 32px;
	margin: -1rem 0 0 2rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.toc_parts {
		margin: 3rem 0 3rem;
		border: 2px solid #ffefa2;
		border-radius: 10px;
	}

	.toc_parts .ttl {
		padding: 2rem 1.5rem 2rem;
		font-size: 1.8rem;
		border-radius: 8px 8px 8px 8px;
	}
	.toc_parts .ttl:before,
	.toc_parts .ttl:after {
		right: 15px;
		width: 22px;
		height: 3px;
		margin-top: -1px;
	}
	.toc_parts .ttl.open {
		border-radius: 8px 8px 0 0;
	}

	.toc {
		display: none;
		padding: 2rem 2rem 1rem;
	}
	.toc .chapter {
		display: block;
	}
	.toc .chapter li {
		width: 90%;
		margin: 0 0 1rem;
		padding: 0 1.5rem 0 1.5rem;
		font-size: 1.7rem;
		line-height: 1.6;
	}
	.toc .chapter li:before {
		top: 8px;
	}
	.toc .chapter li:after {
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: solid 1px #eb821e;
		border-right: solid 1px #eb821e;
	}
	.toc .chapter li.check a:after {
		background: url("img/sb_check.png") left top no-repeat;
		background-size: 100% auto;
		width: 36px;
		height: 22px;
		margin: -0.5rem 0 0 2rem;
	}
}





/*--------------------------------------
　links_parts
---------------------------------------*/
.links_parts {
	background: #f1eee7;
	max-width: 640px;
	margin: 10rem auto 10rem;
	padding: 4rem 6rem;
	box-sizing: border-box;
	border-radius: 20px;
}

.links_parts .ttl {
	color: #e26f02;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.links_parts ul {
	margin: 3rem 0 0;
}
.links_parts ul li {
	margin: 0 0 1.5rem;
	padding: 0 0 0 2rem;
}
.links_parts ul li:last-child {
	margin: 0 0 0;
}
.links_parts ul li:before {
	top: 10px;
	width: 8px;
	height: 8px;
}

.links_parts ul li a {
	display: inline-block;
	padding: 0 3rem 0 0;
	box-sizing: border-box;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.8;
	text-decoration: none;
	position: relative;
}
.links_parts ul li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #eb821e;
	border-right: solid 2px #eb821e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.links_parts {
		max-width: 100%;
		margin: 4rem auto 4rem;
		padding: 3rem 2rem;
		border-radius: 10px;
	}

	.links_parts .ttl {
		font-size: 1.8rem;
	}

	.links_parts ul {
		margin: 2rem 0 0;
	}
	.links_parts ul li {
		margin: 0 0 1rem;
		padding: 0 0 0 1.5rem;
	}
	.links_parts ul li:before {
		top: 8px;
	}

	.links_parts ul li a {
		display: block;
		padding: 0 1.5rem 0 0;
		font-size: 1.7rem;
		line-height: 1.6;
	}
	.links_parts ul li a:after {
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: solid 1px #eb821e;
		border-right: solid 1px #eb821e;
	}
}





/*--------------------------------------
　voice_parts
---------------------------------------*/
.voice_parts {
	margin: 5rem 0 5rem;
}

.voice_parts .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 6rem;
}
.voice_parts .box:last-child {
	margin: 0 0 0;
}

.voice_parts .img_box {
	width: 180px;
	box-sizing: border-box;
}
.voice_parts .box:nth-child(even) .img_box {
	order: 2;
}

.voice_parts .txt_box {
	width: calc(100% - 180px);
	padding: 0 0 0 8rem;
	box-sizing: border-box;
}
.voice_parts .box:nth-child(even) .txt_box {
	padding: 0 8rem 0 0;
	order: 1;
}

.voice_parts .txt_box_inner {
	background: #f0eee7;
	padding: 4rem 5rem;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
}
.voice_parts .txt_box_inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	background: url("img/icon_01.png") left top no-repeat;
	background-size: 100% auto;
	width: 40px;
	height: 40px;
	margin: -3rem 0 0 -1rem;
}
.voice_parts .txt_box_inner:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -16px;
	border: 16px solid transparent;
	border-right: 30px solid #f0eee7;
}
.voice_parts .box:nth-child(even) .txt_box_inner:before {
	left: inherit;
	right: 100%;
	margin: -3rem -1rem 0 0;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.voice_parts .box:nth-child(even) .txt_box_inner:after  {
	right: inherit;
	left: 100%;
	margin-top: -16px;
	border: 16px solid transparent;
	border-left: 30px solid #f0eee7;
}

.voice_parts .cc {
	color: #e26f02;
	font-size: 2.2rem;
}

.voice_parts .txt {
	margin: 2rem 0 0;
	font-size: 1.7rem;
}

.voice_parts .caption {
	margin: 2rem 0 0;
	font-size: 1rem;
	text-align: right;
}
.voice_parts .caption2 {
	margin: 1rem;
	font-size: 1.3rem;
	text-align: center;
}


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

	.voice_parts .box {
		display: block;
		margin: 0 0 3rem;
	}

	.voice_parts .img_box {
		margin: auto;
		text-align:center;
	}
	.voice_parts .img_box img{
		width: 75%;
	}

	.voice_parts .txt_box {
		width: 90%;
		margin: 2rem auto 0;
		padding: 0 0 0 0;
	}
	.voice_parts .box:nth-child(even) .txt_box {
		padding: 0 0 0 0;
	}

	.voice_parts .txt_box_inner {
		padding: 3rem 2rem;
		border-radius: 10px;
	}
	.voice_parts .txt_box_inner:before {
		background: url("img/icon_01.png") left top no-repeat;
		background-size: 100% auto;
		width: 30px;
		height: 30px;
		margin: -2.5rem 0 0 -0.5rem;
	}
	.voice_parts .txt_box_inner:after {
		top: inherit;
		bottom: 100%;
		right: inherit;
		left: 50%;
		margin-top: 0;
		margin-left: -12px;
		border: 12px solid transparent;
		border-bottom: 16px solid #f0eee7;
	}
	.voice_parts .box:nth-child(even) .txt_box_inner:before {
		margin: -2.5rem -0.5rem 0 0;
	}
	.voice_parts .box:nth-child(even) .txt_box_inner:after  {
		left: 50%;
		margin-top: -12px;
		border: 12px solid transparent;
		border-bottom: 16px solid #f0eee7;
	}

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

	.voice_parts .txt {
		margin: 1.5rem 0 0;
		font-size: 1.5rem;
	}

	.voice_parts .caption {
		margin: 1rem 0 0;
		text-align: left;
	}
}





/*--------------------------------------
　comment_parts
---------------------------------------*/
.comment_parts {
	background: #ffefa3;
	margin: 10rem 0 10rem;
	padding: 0 0 8rem;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
}

.comment_parts .icon {
	position: absolute;
	top: -70px;
	left: -30px;
	width: 186px;
	height: 186px;
	color: #fff;
	text-align: center;
	line-height: 1.3;
}
.comment_parts .icon:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url("img/icon_bg02.png") center top no-repeat;
	background-size: 100% auto;
	width: 186px;
	height: 186px;
	animation: 10s linear infinite rotation;
}
.comment_parts .icon span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	font-size: 2.6rem;
	font-weight: bold;
}

.comment_parts .main_cc {
	background: #eb821e;
	max-width: 570px;
	margin: auto;
	padding: 2rem 2rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 3.3rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	border-radius: 0 0 40px 40px;
	position: relative;
}
.comment_parts .main_cc:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -16px;
	border: 16px solid transparent;
	border-top: 26px solid #eb821e;
}

.comment_parts .comment_parts_block {
	padding: 0 6rem;
}

.comment_parts .box {
	margin: 8rem 0 0;
}
.comment_parts .box02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.comment_parts .box01 .img_box {
	width: 270px;
	margin: 0 0 1rem 2rem;
	box-sizing: border-box;
	float: right;
}
.comment_parts .box02 .img_box {
	width: 270px;
	box-sizing: border-box;
}

.comment_parts .box02 .txt_box {
	width: calc(100% - 270px);
	padding: 0 0 0 4rem;
	box-sizing: border-box;
}

.comment_parts .sub {
	display: inline-block;
	background: #4da9f0;
	margin: 0 0 0;
	padding: 0.8rem 4rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	border-radius: 50px 50px 50px 0;
}

.comment_parts .name {
	margin: 2rem 0 0;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}

.comment_parts .cc {
	margin: 2rem 0 0;
	color: #e26f02;
	font-size: 2.6rem;
}

.comment_parts .txt {
	margin: 2rem 0 0;
	font-size: 1.7rem;
}

.comment_parts .btn-link {
	margin: 0 0 0;
	text-align: left;
}
.comment_parts .btn-link a {
	margin: 2rem 0 0;
}

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

	.comment_parts .main_cc_wrap {
		position: relative;
	}
	
	.comment_parts .icon {
		top: 50%;
		left: 5px;
		transform: translate(0,-50%);
		width: 85px;
		height: 85px;
		z-index: 1;
	}
	.comment_parts .icon:before {
		background: url("img/icon_bg02.png") center top no-repeat;
		background-size: 100% auto;
		width: 85px;
		height: 85px;
	}
	.comment_parts .icon span {
		font-size: 1.3rem;
	}

	.comment_parts .main_cc {
		max-width: 100%;
		padding: 2rem 2rem 2rem 10rem;
		font-size: 1.8rem;
		text-align: left;
		border-radius: 0 0 20px 20px;
	}
	.comment_parts .main_cc:after {
		margin-left: -8px;
		border: 8px solid transparent;
		border-top: 12px solid #eb821e;
	}

	.comment_parts .comment_parts_block {
		padding: 0 2rem;
	}

	.comment_parts .box {
		margin: 3rem 0 0;
	}
	.comment_parts .box02 {
		display: block;
	}

	.comment_parts .box01 .img_box {
		width: 30%;
		margin: 0 0 0 0;
		float: inherit;
	}
	.comment_parts .box02 .img_box {
		width: 30%;
	}

	.comment_parts .box02 .txt_box {
		width: 100%;
		padding: 0 0 0 0;
	}

	.comment_parts .flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.comment_parts .name_wrap {
		width: 65%;
		padding: 0 0 0 0;
		box-sizing: border-box;
	}
	.comment_parts .box02 .name_wrap {
		padding: 0 0 0 0;
	}

	.comment_parts .sub {
		padding: 0.5rem 2rem;
		font-size: 1.2rem;
	}

	.comment_parts .name {
		margin: 1rem 0 0;
		font-size: 1.7rem;
	}

	.comment_parts .cc {
		margin: 1rem 0 0;
		font-size: 1.7rem;
	}

	.comment_parts .txt {
		margin: 1rem 0 0;
		font-size: 1.7rem;
	}

	.comment_parts .btn-link a {
		margin: 1.5rem 0 0;
	}
}





/*--------------------------------------
　summary_parts
---------------------------------------*/
.summary_parts {
	margin: 10rem 0 10rem;
	position: relative;
	z-index: 0;
}
.summary_parts:before,
.summary_parts:after {
	content: "";
	position: absolute;
	top: 40px;
	background: #f0eee7;
	width: 100%;
	height: calc(100% - 40px);
	z-index: -1;
}
.summary_parts:before {
	right: 100%;
}
.summary_parts:after {
	left: 100%;
}

.summary_parts .summary_parts_inner {
	position: relative;
}
.summary_parts .summary_parts_inner:after {
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	background: #f0eee7;
	width: 100%;
	height: calc(100% - 40px);
	z-index: -1;
}

.summary_parts .ttl_wrap {
	position: relative;
}

.summary_parts .icon {
	position: absolute;
	top: 50%;
	left: -90px;
	transform: translate(0,-50%);
	width: 198px;
	height: 198px;
	color: #fff;
	text-align: center;
	line-height: 1.3;
}
.summary_parts .icon:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url("img/icon_bg03.png") center top no-repeat;
	background-size: 100% auto;
	width: 198px;
	height: 198px;
	animation: 10s linear infinite rotation;
}
.summary_parts .icon span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	font-size: 2.6rem;
	font-weight: bold;
}

.summary_parts .ttl {
	background: #eb821e;
	padding: 3rem 12rem;
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	border-radius: 20px;
}

.summary_parts .txt_box {
	padding: 5rem 8rem 8rem;
}

.summary_parts .cc {
	font-size: 2.6rem;
}

.summary_parts .txt {
	margin: 2rem 0 0;
}
	
.summary_parts .btn-web {
	margin: 0 0 0;
}
.summary_parts .btn-web a {
	margin: 4rem auto 0;
}
	
.summary_parts .btn-internal {
	margin: 0 0 0;
}
.summary_parts .btn-internal a {
	margin: 3rem auto 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.summary_parts {
		margin: 8rem 0 8rem;
	}
	.summary_parts:before,
	.summary_parts:after {
		top: 20px;
		height: calc(100% - 20px);
	}

	.summary_parts .summary_parts_inner:after {
		top: 20px;
		height: calc(100% - 20px);
	}

	.summary_parts .icon {
		left: 5px;
		width: 85px;
		height: 85px;
	}
	.summary_parts .icon:before {
		background: url("img/icon_bg03.png") center top no-repeat;
		background-size: 100% auto;
		width: 85px;
		height: 85px;
	}
	.summary_parts .icon span {
		font-size: 1.3rem;
	}

	.summary_parts .ttl {
		padding: 2rem 2rem 2rem 10rem;
		font-size: 1.8rem;
		text-align: left;
		border-radius: 10px;
	}

	.summary_parts .txt_box {
		padding: 2rem 0 5rem;
	}

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

	.summary_parts .txt {
		margin: 1rem 0 0;
	}

	.summary_parts .btn-web a {
		margin: 1.5rem auto 0;
	}

	.summary_parts .btn-internal a {
		margin: 1.5rem auto 0;
	}
	
	.summary_parts .btn-tel {
		margin: 0 0 0;
	}
	.summary_parts .btn-tel a {
		margin: 2rem auto 0;
	}
}





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

.interview_parts .box {
	margin: 0 0 4rem;
}
.interview_parts .box:last-child {
	margin: 0 0 0;
}

.interview_parts .cc {
	background: #eb821e;
	color: #fff;
	font-size: 3.2rem;
	border-radius: 20px;
	position: relative;
}
.interview_parts .box01 .cc {
	padding: 3rem 5rem 3rem 12rem;
}
.interview_parts .box01 .cc:before {
	content: "Q";
	position: absolute;
	top: 30px;
	left: 50px;
	color: #fff;
	font-size: 6.6rem;
	font-weight: bold;
}

.interview_parts .box02 .cc {
	padding: 3rem 16rem 3rem 5rem;
}
.interview_parts .box02 .cc:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 50px;
	background: url("img/interview_parts_01.png") left top no-repeat;
	background-size: 100% auto;
	width: 100px;
	height: 152px;
}

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

	.interview_parts .box {
		margin: 0 0 2rem;
	}

	.interview_parts .cc {
		font-size: 1.8rem;
		border-radius: 10px;
	}
	.interview_parts .box01 .cc {
		padding: 1.5rem 2rem 1.5rem 5rem;
	}
	.interview_parts .box01 .cc:before {
		top: 15px;
		left: 10px;
		font-size: 3.3rem;
	}

	.interview_parts .box02 .cc {
		padding: 1.5rem 7rem 1.5rem 2rem;
	}
	.interview_parts .box02 .cc:after {
		right: 10px;
		background: url("img/interview_parts_01.png") left top no-repeat;
		background-size: 100% auto;
		width: 60px;
		height: 92px;
	}
}





/*--------------------------------------
　com01_parts
---------------------------------------*/
.com01_parts {
	background: #fff8c8;
	padding: 4rem 0 8rem;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.com01_parts:before,
.com01_parts:after {
	content: '';
	display: block;
	position: absolute;
	top: -156px;
	right: -156px;
	bottom: -156px;
	left: -156px;
	background-image: url("img/com01_parts_bg.png");
	background-repeat: repeat;
	background-size: 312px 312px;
	z-index: -1;
}
.com01_parts:before {
	-webkit-animation: com01_parts_bg1 2.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal infinite;
	animation: com01_parts_bg1 2.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal infinite;
	background-position: left top;
}
.com01_parts:after {
	-webkit-animation: com01_parts_bg2 2.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal infinite;
	animation: com01_parts_bg2 2.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal infinite;
	background-position: -156px top;
}

.com01_parts .com01_inner {
	max-width: 900px;
	margin: auto;
}

.com01_parts .icon {
	width: 128px;
	height: 128px;
	margin: auto;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	position: relative;
}
.com01_parts .icon:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url("img/icon_bg01.png") center top no-repeat;
	background-size: 100% auto;
	width: 128px;
	height: 128px;
	animation: 10s linear infinite rotation;
}
.com01_parts .icon span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	font-size: 2rem;
	font-weight: bold;
}

.com01_parts .com01_block {
	background: #fff;
	margin: -5rem 0 0;
	padding: 7rem 7rem 6rem;
	box-sizing: border-box;
	border-radius: 20px;
}

.com01_parts .ttl_wrap {
	text-align: center;
}
.com01_parts .ttl a {
	display: inline-block;
	padding: 0 4rem 0 4rem;
	box-sizing: border-box;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
}
.com01_parts .ttl a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%,-50%);
	background: url("img/linkarrow_02.png") left top no-repeat;
	background-size: 100% auto;
	width: 20px;
	height: 20px;
}

.com01_parts .box {
	display: flex;
	justify-content: space-between;
	margin: 4rem 0 0;
}

.com01_parts .img_box {
	max-width: 256px;
	box-sizing: border-box;
}

.com01_parts .txt_box {
	width: calc(100% - 256px);
	padding: 0 0 0 3rem;
	box-sizing: border-box;
}
.com01_parts .txt {
	font-size: 1.7rem;
	line-height: 2;
}

.com01_parts .btn-web a {
	max-width: 530px;
	margin: 3rem auto 0;
}
.com01_parts .btn-web a:before {
	display: none;
}

@keyframes com01_parts_bg1 {
	0% {
		-webkit-transform: translate(0, 0);
		transform:translate(0, 0)
	}
	25% {
		-webkit-transform: translate(156px, 156px);
		transform:translate(156px, 156px)
	}
	100% {
		-webkit-transform: translate(156px, 156px);
		transform:translate(156px, 156px)
	}
}
@keyframes com01_parts_bg2 {
	0% {
		-webkit-transform: translate(0);
		transform:translate(0)
	}
	25% {
		-webkit-transform: translate(-156px, -156px);
		transform:translate(-156px, -156px)
	}
	100% {
		-webkit-transform: translate(-156px, -156px);
		transform:translate(-156px, -156px)
	}
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.com01_parts {
		padding: 2rem 1.5rem 4rem;
	}
	.com01_parts:before,
	.com01_parts:after {
		top: -78px;
		right: -78px;
		bottom: -78px;
		left: -78px;
		background-image: url("img/com01_parts_bg.png");
		background-repeat: repeat;
		background-size: 156px 156px;
	}
	.com01_parts:before {
		-webkit-animation: com01_parts_bg1_sp 2.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal infinite;
		animation: com01_parts_bg1_sp 2.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal infinite;
		background-position: left top;
	}
	.com01_parts:after {
		-webkit-animation: com01_parts_bg2_sp 2.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal infinite;
		animation: com01_parts_bg2_sp 2.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal infinite;
		background-position: -78px top;
	}

	.com01_parts .com01_inner {
		max-width: 100%;
	}

	.com01_parts .icon {
		width: 70px;
		height: 70px;
	}
	.com01_parts .icon:before {
		background: url("img/icon_bg01.png") center top no-repeat;
		background-size: 100% auto;
		width: 70px;
		height: 70px;
	}
	.com01_parts .icon span {
		font-size: 1.2rem;
	}
	
	.com01_parts .com01_block {
		margin: -3rem 0 0;
		padding: 4rem 2rem 3rem;
		border-radius: 10px;
	}

	.com01_parts .ttl a {
		padding: 0 3.5rem 0 3.5rem;
		font-size: 2rem;
	}
	.com01_parts .ttl a:after {
		background: url("img/linkarrow_02.png") left top no-repeat;
		background-size: 100% auto;
		width: 18px;
		height: 18px;
	}

	.com01_parts .box {
		display: block;
		margin: 2rem 0 0;
	}

	.com01_parts .img_box {
		max-width: 100%;
	}

	.com01_parts .txt_box {
		width: 100%;
		margin: 1.5rem 0 0;
		padding: 0 0 0 0;
	}
	.com01_parts .txt {
		font-size: 1.5rem;
		line-height: 1.7;
	}

	.com01_parts .btn-web a {
		max-width: 85%;
		margin: 2rem auto 0;
	}
}
@keyframes com01_parts_bg1_sp {
	0% {
		-webkit-transform: translate(0, 0);
		transform:translate(0, 0)
	}
	25% {
		-webkit-transform: translate(78px, 78px);
		transform:translate(78px, 78px)
	}
	100% {
		-webkit-transform: translate(78px, 78px);
		transform:translate(78px, 78px)
	}
}
@keyframes com01_parts_bg2_sp {
	0% {
		-webkit-transform: translate(0);
		transform:translate(0)
	}
	25% {
		-webkit-transform: translate(-78px, -78px);
		transform:translate(-78px, -78px)
	}
	100% {
		-webkit-transform: translate(-78px, -78px);
		transform:translate(-78px, -78px)
	}
}
	






/*--------------------------------------
　animation
---------------------------------------*/
@keyframes rotation {
  0%{
		transform:rotate(0);
	}
  100%{
		transform:rotate(360deg);
	}
}





/*--------------------------------------
　fixed_btn
---------------------------------------*/
.fixed_btn {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1;
}

.fixed_btn .fixed_web {
	width: 160px;
}

.fixed_btn .fixed_web a {
	display: flex;
	align-items: center;
	background: #004ba2 url("img/linkarrow_01.png") center bottom 10px no-repeat;
	background-size: 14px auto;
	width: 100%;
	padding: 3.5rem 1.5rem 3rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
	border-radius: 8px;
	position: relative;
	text-align:center;
}
.fixed_btn .fixed_web a:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	background: url("img/icon_wifi01.gif") left top no-repeat;
	background-size: 100% auto;
	width: 24px;
	height: 20px;
	margin: auto;
}

.fixed_btn .fixed_tel a {
	display: none;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.fixed_btn {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.fixed_btn .fixed_btn_inner {
		display: flex;
		justify-content: space-between;
	}

	.fixed_btn .fixed_web {
		width: 50%;
		box-sizing: border-box;
	}
	.fixed_btn .fixed_web a {
		width: 100%;
		background: #004ba2 url("img/linkarrow_01.png") right 10px center no-repeat;
		background-size: 14px auto;
		padding: 0.8rem 3rem 0.8rem;
		font-size: 2.6vw;
		border-radius: 0 0 0 0;
		-webkit-writing-mode: inherit;
		-moz-writing-mode: inherit;
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		text-align:left;
	}
	.fixed_btn .fixed_web a:before {
		top: 50%;
		left: 5px;
		transform: translate(0,-50%);
		right: inherit;
		background: url("img/icon_wifi01.gif") left top no-repeat;
		background-size: 100% auto;
		width: 18px;
		height: 14px;
	}

	.fixed_btn .fixed_tel {
		width: 50%;
		box-sizing: border-box;
	}
	.fixed_btn .fixed_tel a {
		display: block;
		background: #eb1e1e;
		padding: 0.8rem 1.5rem 0.8rem 3.5rem ;
		box-sizing: border-box;
		color: #fff;
		font-size: 2.6vw;
		font-weight: bold;
		line-height: 1.4;
		position: relative;
	}
	.fixed_btn .fixed_tel a:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		background: url("img/icon_tel.png") left top no-repeat;
		background-size: 100% auto;
		width: 14px;
		height: 25px;
		margin: -12px 0 0;
		-webkit-animation: telicon 1s steps(1, start) infinite;
		animation: telicon 1s steps(1, start) infinite;
	}
}
