@charset "UTF-8";
/* general */
body {
	min-width: 100%;
}
#contents .theme-bm .sp-in,
#contents .theme-bm .sp {
	display: none !important;
}
#contents .theme-bm .pc {
	display: block !important;
}
#contents .theme-bm .pc-in {
	display: inline-block !important;
}
#contents .theme-bm .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contents .theme-bm .flex.center {
	align-items: center;
}
#contents .theme-bm .txt-center {
	text-align: center;
}
#contents .theme-bm .txt-bold {
	font-weight: 700 !important;
}
#contents .theme-bm .txt-icon {
	position: relative;
	padding-left: 12px;
}
#contents .theme-bm .txt-icon::before {
	content: '';
	position: absolute;
	left: 3px;
	top: 6px;
	width: 8px;
	height: 8px;
	background: #242424;
}
#contents .theme-bm .blue01 {
	color: #014099 !important;
}
#contents .theme-bm .blue02 {
	color: #187fcc !important;
}
#contents .theme-bm .line-yellow {
	background: linear-gradient( rgba(254, 153, 1, 0) 0%, rgba(254, 153, 1, 0) 70%, rgba(254, 153, 1, 1) 70%, rgba(254, 153, 1, 1) 95%, rgba(254, 153, 1, 0) 95% );
}
#contents {
	margin: 0;
}
#contents .theme-bm {
	line-height: 1.5;
	color: #242424;
}
#contents .wrap {
	width: 100%;
}
#contents .theme-bm .inner {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
#contents .theme-bm .inner a,
#contents .theme-bm .inner a span {
	/*display: block;*/
}

#contents .theme-bm .inner a.btn,
#contents .theme-bm .inner a.btn span {
	display: block;
}

@media screen and (max-width: 1280px) {
	#contents .theme-bm .inner {
		box-sizing: border-box;
		padding: 0 10px;
	}
}
@media screen and (max-width: 768px) {
	.contents {
		padding: 0 !important;
		margin: 0;
	}
	#footer {
		margin-top: 0;
	}
	#contents .theme-bm .inner {
		padding: 0 20px;
	}
	#contents .theme-bm .sp-in {
		display: inline-block !important;
	}
	#contents .theme-bm .sp {
		display: block !important;
	}
	#contents .theme-bm .pc,
	#contents .theme-bm .pc-in {
		display: none !important;
	}
	#contents .theme-bm p {
		margin-bottom: 0;
		color: #242424;
	}
}
/* title */
#contents .theme-bm .area-ttl {
	font-size: 36px;
}
#contents .theme-bm .area-ttl.bg-top {
	padding-top: 38px;
	background: url('/web_images/image/ico_circle.png') top center no-repeat;
}
#contents .theme-bm .area-ttl-inner {
	font-size: 32px;
	padding-bottom: 10px;
	border-bottom: 2px solid #242424;
}
#contents .theme-bm .area-ttl-inner span {
	display: inline-block;
	padding: 5px 0 6px 15px;
	border-left: 10px solid #b7b7b7;
}
@media screen and (max-width: 768px) {
	#contents .theme-bm .area-ttl {
    font-size: 21px;
	}
	#contents .theme-bm .area-ttl .blue02 {
    font-size: 20px;
	}
	#contents .theme-bm .area-ttl.bg-top {
		padding-top: 16px;
		background: url('/web_images/image/ico_circle_sp.png') top center no-repeat;
		background-size: 90px 6px;
	}
	#contents .theme-bm .area-ttl-inner {
    font-size: 20px;
    padding-bottom: 4px;
    border-bottom: 2px solid #242424;
	}
	#contents .theme-bm .area-ttl-inner span {
    padding: 0 0 0 9px;
    border-left: 8px solid #b7b7b7;
	}
}
/* link-area */
#contents .theme-bm .link-area ul {
	margin: 40px auto 0;
	max-width: 894px;
}
#contents .theme-bm .link-area ul li {
	width: calc(432 / 894 * 100%);
}
#contents .theme-bm .link-area ul li a {
	display: block;
	font-size: 22px;
}
#contents .theme-bm .link-area li a span {
	padding: 19px 20px 20px;
	border-radius: 40px;
	position: relative;
}
#contents .theme-bm .link-area li a.type01 span {
	border: 2px solid #014099;
}
#contents .theme-bm .link-area li a.type02 span {
	border: 2px solid #187fcc;
}
#contents .theme-bm .link-area li a span::after {
	content: '';
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 14px;
}
#contents .theme-bm .link-area li a.type01 span::after {
	background: url('/web_images/image/ico_arrow02.png') center no-repeat;
	background-size: contain;
}
#contents .theme-bm .link-area li a.type02 span::after {
	background: url('/web_images/image/ico_arrow03.png') center no-repeat;
	background-size: contain;
}
#contents .theme-bm .area-btn {
	margin: 0 auto;
	max-width: 500px;
}
#contents .theme-bm .btn-block.type01 {
	margin: 0 auto;
	max-width: 432px;
}
#contents .theme-bm .btn-block.type01 a span {
	position: relative;
	font-size: 22px;
	padding: 19px 20px 20px;
	border: 2px solid #187fcc;
	border-radius: 40px;
	background: #fff;
}
#contents .theme-bm .btn-block.type01 a span::after {
	content: '';
	position: absolute;
	top: 40%;
	right: 17px;
	transform: rotate(-90deg);
	width: 26px;
	height: 14px;
	background: url('/web_images/image/ico_arrow03.png') center no-repeat;
	background-size: contain;
}
@media screen and (max-width: 1280px) {
	#contents .theme-bm .link-area li a span::after {
		right: 12px;
	}
}
@media screen and (max-width: 768px) {
	#contents .theme-bm .link-area ul {
    margin: 30px auto 0;
    max-width: 85.075%;
	}
	#contents .theme-bm .link-area ul li {
    width: 100%;
	}
	#contents .theme-bm .link-area ul li:nth-child(n+2) {
		margin-top: 20px;
	}
	#contents .theme-bm .link-area ul li a {
    font-size: 16px;
	}
	#contents .theme-bm .link-area li a span {
    padding: 11px 10px;
    border-radius: 30px;
	}
	#contents .theme-bm .link-area li a span::after {
    right: 14px;
		width: 17px;
    height: 9px;
	}
	#contents .theme-bm .area-btn {
    max-width: 85.075%;
	}
	#contents .theme-bm .btn-block.type01 {
		max-width: 85.075%;
	}
}
/* mv-area */
#contents .theme-bm .mv-area {
	position: relative;
	height: 25.811vw;
}
#contents .theme-bm .mv-text {
	position: absolute;
	top: 7.8%;
	left: 50%;
	transform: translateX(-50%);
	letter-spacing: 0.075em;
}
#contents .theme-bm .mv-text .ttl01 {
	font-size: 1.458vw;
	font-weight: 600;
}
#contents .theme-bm .mv-text .ttl02 {
	font-size: 3.125vw;
}
#contents .theme-bm .mv-text .ttl02 span {
	font-size: 2.188vw;
}
#contents .theme-bm .mv-text .ttl03 {
	font-size: 3.125vw;
	display: flex;
	align-items: center;
}
#contents .theme-bm .mv-text .ttl03 > span:first-child {
	font-size: 2.188vw;
	display: inline-block;
	font-weight: 600;
	margin-right: 0.729vw;
	padding: 0.521vw 1.302vw 0.573vw;
	background: #fe9900;
	color: #fff;
}
#contents .theme-bm .mv-text .ttl04 {
	font-size: 1.719vw;
	font-weight: 600;
	margin-top: 1.250vw;
	line-height: 1.25;
}
#contents .theme-bm .mv-text .ttl04 > span {
	display: inline-block;
	padding: 0 2.708vw;
	position: relative;
}
#contents .theme-bm .mv-text .ttl04 > span::before {
	content: '';
	position: absolute;
	top: 0.677vw;
	left: 0;
	width: 2.708vw;
	height: 3.49vw;
	background: url('/web_images/image/ico_ttl_mv01.png') center no-repeat;
	background-size: contain;
}
#contents .theme-bm .mv-text .ttl04 > span::after {
	content: '';
	position: absolute;
	top: 0.677vw;
	right: 1px;
	width: 2.708vw;
	height: 3.49vw;
	background: url('/web_images/image/ico_ttl_mv02.png') center no-repeat;
	background-size: contain;
}
#contents .theme-bm .mv-text .ttl04 > span > span:first-child span {
	font-size: 1.198vw;
}
#contents .theme-bm .mv-text .ttl04 > span > span:last-child {
	font-size: 1.302vw;
}
#contents .theme-bm .mv-text .ttl04 > span > span:last-child .line-yellow {
	font-size: 1.875vw;
	background: linear-gradient( rgba(254, 153, 1, 0) 0%, rgba(254, 153, 1, 0) 75%, rgba(254, 153, 1, 1) 75%, rgba(254, 153, 1, 1) 97%, rgba(254, 153, 1, 0) 97%);
}
#contents .theme-bm .mv-text .ttl05 {
	font-size: 1.042vw;
	font-weight: 600;
	margin-top: 0.885vw;
}
#contents .theme-bm .mv-text .ttl05 > span {
	display: inline-block;
	line-height: 1.8;
	padding: 0 3.125vw;
	position: relative;
}
#contents .theme-bm .mv-text .ttl05 > span::before {
	content: '';
	position: absolute;
	top: 0.469vw;
	left: 0;
	width: 2.188vw;
	height: 1.615vw;
	background: url('/web_images/image/ico_ttl_mv03.png') center no-repeat;
	background-size: contain;
}
#contents .theme-bm .mv-text .ttl05 > span::after {
	content: '';
	position: absolute;
	top: 0.469vw;
	right: 0.781vw;
	width: 2.188vw;
	height: 1.615vw;
	background: url('/web_images/image/ico_ttl_mv04.png') center no-repeat;
	background-size: contain;
}
#contents .theme-bm .mv-text .txt-line {
	display: inline;
	padding-bottom: 0.15625vw;
	border-bottom: 0.1045vw solid #187fcc;
}
@media screen and (max-width: 768px) {
	#contents .theme-bm .mv-area {
		height: auto;
	}
	#contents .theme-bm .mv-text {
		top: 23px;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		letter-spacing: 0;
	}
	#contents .theme-bm .mv-text .ttl01 {
		font-size: 13px;
	}
	#contents .theme-bm .mv-text .ttl02 {
		font-size: 26px;
	}
	#contents .theme-bm .mv-text .ttl02 span {
		font-size: 18px;
	}
	#contents .theme-bm .mv-text .ttl03 {
		font-size: 26px;
		justify-content: center;
	}
	#contents .theme-bm .mv-text .ttl03 > span:first-child {
		font-size: 18px;
		margin-right: 10px;
    padding: 6px 23px 7px;
	}
	#contents .theme-bm .mv-text .ttl04 {
		font-size: 16px;
		margin-top: 13px;
		line-height: 1.4;
	}
	#contents .theme-bm .mv-text .ttl04 > span {
		padding: 0 22px;
	}
	#contents .theme-bm .mv-text .ttl04 > span::before,
	#contents .theme-bm .mv-text .ttl04 > span::after {
		top: 7px;
		width: 26px;
		height: 33.5px;
	}
	#contents .theme-bm .mv-text .ttl04 > span > span:first-child span {
		font-size: 11px;
	}
	#contents .theme-bm .mv-text .ttl04 > span > span:last-child {
		font-size: 11px;
	}
	#contents .theme-bm .mv-text .ttl04 > span > span:last-child .line-yellow {
		font-size: 16px;
	}
	#contents .theme-bm .mv-text .ttl05 {
		font-size: 12px;
		margin-top: 7px;
	}
	#contents .theme-bm .mv-text .ttl05 > span {
		padding: 0 25px;
	}
	#contents .theme-bm .mv-text .ttl05 > span::before,
	#contents .theme-bm .mv-text .ttl05 > span::after {
		top: 7px;
		width: 21px;
		height: 15.5px;
	}
	#contents .theme-bm .mv-text .txt-line {
		padding-bottom: 0;
		border-bottom: 2px solid #187fcc;
	}
}
@media screen and (max-width: 340px) {
	#contents .theme-bm .mv-text .ttl03 {
    font-size: 20px;
	}
	#contents .theme-bm .mv-text .ttl03 > span:first-child {
    font-size: 13px;
	}
	#contents .theme-bm .mv-text .ttl05 {
    font-size: 9px;
	}
}
/* problem-area */
#contents .theme-bm .problem-area {
	margin-top: 60px;
	padding: 60px 0 101px;
	background: #f5f7f8;
	position: relative;
}
#contents .theme-bm .problem-area::after {
	content: '';
	position: absolute;
	bottom: -79px;
	left: 50%;
	transform: translateX(-50%);
	width: 304px;
	height: 79px;
	background: url('/web_images/image/ico_arrow06.png') center no-repeat;
	background-size: contain;
}
#contents .theme-bm .problem-list {
	margin: 48px auto 0 80px;
	max-width: 990px;
}
#contents .theme-bm .problem-list li {
	width: calc(244 / 990 * 100%);
	height: 244px;
	position: relative;
}
#contents .theme-bm .problem-list .problem-list-content {
	border-radius: 50%;
	border: 1px solid #014099;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: #fff;
}
#contents .theme-bm .problem-list li::after {
	content: '';
	position: absolute;
	bottom: -42px;
	right: -51px;
	width: 137px;
	height: 120px;
}
#contents .theme-bm .problem-list li:first-child::after {
	background: url('/web_images/image/img_problem01.png') center no-repeat;
}
#contents .theme-bm .problem-list li:nth-child(2)::after {
	background: url('/web_images/image/img_problem02.png') center no-repeat;
	right: -62px;
}
#contents .theme-bm .problem-list li:last-child::after {
	background: url('/web_images/image/img_problem03.png') center no-repeat;
}
#contents .theme-bm .problem-list li p {
	font-size: 20px;
}
@media screen and (max-width: 1280px) {
	#contents .theme-bm .problem-list {
		margin: 48px auto 0;
	}
	#contents .theme-bm .problem-list li {
		width: 23.797vw;
		height: 23.797vw;
		max-width: 244px;
		max-height: 244px;
	}
	#contents .theme-bm .problem-list li p {
		font-size: 1.563vw;
	}
}
@media screen and (max-width: 768px) {
	#contents .theme-bm .problem-area {
    margin-top: 40px;
    padding: 40px 0 81px;
	}
	#contents .theme-bm .problem-list {
    margin: 32px auto 0;
	}
	#contents .theme-bm .problem-list li {
		width: 43.200vw;
		height: 43.200vw;
		max-width: 100%;
		max-height: 100%;
	}
	#contents .theme-bm .problem-list li:first-child {
		width: 100%;
	}
	#contents .theme-bm .problem-list li:first-child::after {
		display: none;
	}
	#contents .theme-bm .problem-list li:first-child .problem-list-content {
		width: 43.200vw;
		margin: 0 auto;
		position: relative;
	}
	#contents .theme-bm .problem-list li:first-child .problem-list-content::after {
		content: '';
		position: absolute;
		bottom: -41px;
    right: -2px;
		width: 21.467vw;
		height: 19.2vw;
		max-width: 161px;
		max-height: 144px;
		background: url('/web_images/image/img_problem01_sp.png') center no-repeat;
		background-size: contain;
	}
	#contents .theme-bm .problem-list li:nth-child(n+2) {
		margin-top: 50px;
	}
	#contents .theme-bm .problem-list li:nth-child(2)::after {
		bottom: -41px;
		right: -1px;
		width: 21.733vw;
		height: 19.2vw;
		max-width: 163px;
		max-height: 144px;
		background: url('/web_images/image/img_problem02_sp.png') center no-repeat;
		background-size: contain;
	}
	#contents .theme-bm .problem-list li:nth-child(3)::after {
		bottom: -41px;
		right: -1px;
		width: 22.133vw;
		height: 19.2vw;
		max-width: 166px;
		max-height: 144px;
		background: url('/web_images/image/img_problem03_sp.png') center no-repeat;
		background-size: contain;
	}
	#contents .theme-bm .problem-list li p {
    font-size: 15px;
		margin-bottom: 0;
	}
	#contents .theme-bm .problem-area::after {
    bottom: -10.45vw;
    width: 40.533vw;
    height: 10.533vw;
	}
}
/* cpt-studio-area */
#contents .theme-bm .cpt-studio-area {
	margin-top: 117px;
}
#contents .theme-bm .cpt-studio-area .area-ttl span {
	display: inline-block;
	padding: 35px 48px 0;
	position: relative;
}
#contents .theme-bm .cpt-studio-area .area-ttl span::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 49px;
	height: 51px;
	background: url('/web_images/image/ico_ttl01.png') center no-repeat;
}
#contents .theme-bm .cpt-studio-area .area-ttl span::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 51px;
	background: url('/web_images/image/ico_ttl02.png') center no-repeat;
}
#contents .theme-bm .cpt-studio-area .area-txt {
	font-size: 24px;
	margin-top: 17px;
	letter-spacing: 0.075em;
}
#contents .theme-bm .cpt-studio-list {
	margin-top: 43px;
}
#contents .theme-bm .cpt-studio-list li {
	width: calc(270 / 1200 * 100%);
	background: #f5f7f8;
	border-radius: 20px;
	box-shadow: 2px 6px 6px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 27px 20px 30px;
}
#contents .theme-bm .cpt-studio-list li:nth-child(n+5) {
	margin-top: 40px;
	padding-bottom: 19px;
}
#contents .theme-bm .cpt-studio-list li .ttl {
	font-size: 24px;
}
#contents .theme-bm .cpt-studio-list li .image {
	margin-top: 12px;
}
#contents .theme-bm .cpt-studio-list li .image img {
	margin: 0 auto;
}
#contents .theme-bm .cpt-studio-list li:nth-child(5) .image {
	margin-top: 15px;
}
#contents .theme-bm .cpt-studio-list li:nth-child(n+6) .image {
	margin-top: 23px;
}
#contents .theme-bm .cpt-studio-list li .txt {
	font-size: 14px;
	margin-top: 12px;
}
#contents .theme-bm .cpt-studio-list li:nth-child(n+6) .txt {
	margin-top: 28px;
}
#contents .theme-bm .cpt-studio-area .area-bnr {
	margin-top: 45px;
}
#contents .theme-bm .cpt-studio-area .area-bnr .image {
	margin: 32px auto 0;
	max-width: 750px;
}
#contents .theme-bm .cpt-studio-area .area-bnr img {
	width: 100%;
}
#contents .theme-bm .cpt-studio-area .area-btn {
	margin-top: 86px;
}
#contents .theme-bm .cpt-studio-area .area-btn a {
	position: relative;
}
#contents .theme-bm .cpt-studio-area .area-btn a::before {
	content: '無料';
	position: absolute;
	top: -47px;
	left: 20px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	font-size: 24px;
	font-weight: 700;
	color: #040404;
	background: #fe9901;
	border: 1px solid #014099;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	box-sizing: border-box;
	padding-bottom: 4px;
}
#contents .theme-bm .cpt-studio-area .area-btn span {
	position: relative;
	font-size: 22px;
	padding: 19px 20px 20px;
	border-radius: 40px;
	border: 2px solid #014099;
}
#contents .theme-bm .cpt-studio-area .area-btn span::after {
	content: '';
	position: absolute;
	top: 40%;
	right: 17px;
	transform: rotate(-90deg);
	width: 26px;
	height: 14px;
	background: url('/web_images/image/ico_arrow02.png') center no-repeat;
	background-size: contain;
}
@media screen and (max-width: 768px) {
	#contents .theme-bm .cpt-studio-area {
    margin-top: 68px;
	}
	#contents .theme-bm .cpt-studio-area .area-ttl span {
    padding: 15px 26px 0;
	}
	#contents .theme-bm .cpt-studio-area .area-ttl span::before {
    width: 29.5px;
    height: 31px;
    background: url('/web_images/image/ico_ttl01_sp.png') center no-repeat;
    background-size: contain;
	}
	#contents .theme-bm .cpt-studio-area .area-ttl span::after {
    width: 29.5px;
    height: 31px;
    background: url('/web_images/image/ico_ttl02_sp.png') center no-repeat;
    background-size: contain;
	}
	#contents .theme-bm .cpt-studio-area .area-txt {
    font-size: 18px;
    margin-top: 6px;
    letter-spacing: 0;
	}
	#contents .theme-bm .cpt-studio-list {
    margin-top: 0;
	}
	#contents .theme-bm .cpt-studio-area .bx-wrapper{
		border: none;
		border-radius: 10px;
		background: #f5f7f8;
		box-shadow: 2px 6px 6px rgba(0, 0, 0, 0.1);
		padding-top: 28px;
		padding-bottom: 20px;
		margin-left: 27.5px;
		margin-right: 27.5px;
		margin-top: 31px;
	}
	#contents .theme-bm .cpt-studio-area .bx-wrapper .bx-controls-direction a{
		top: 41.5%;
	}
	#contents #multi_column .bx-wrapper .bx-pager.bx-default-pager a{
		background: #fff;
		border: 1px solid #b7b7b7;
		width: 12px;
		height: 12px;
		border-radius: 10px;
	}
	#contents .theme-bm .bx-wrapper .bx-pager.bx-default-pager a.active{
		background: #187fcc;
		border: 1px solid #187fcc;
	}
	#contents .theme-bm .bx-wrapper .bx-next{
		background: url('/web_images/image/icon_arrow_next_sp.png') no-repeat 0px 0px;
		width: 50px;
		height: 50px;
		background-size: 100%;
		right: -27px;
	}
	#contents .theme-bm .bx-wrapper .bx-prev{
		background: url('/web_images/image/icon_arrow_pre_sp.png') no-repeat 0px 0px;
		width: 50px;
		height: 50px;
		background-size: 100%;
		left: -27px;
	}
	#contents .theme-bm  .bx-wrapper img {
    margin: 0 auto;
		max-width: 71.429%;
	}
	#contents .theme-bm .cpt-studio-list li {
    border-radius: 0;
    box-shadow: none;
		padding: 0;
		margin-bottom: 20px;
	}
	#contents .theme-bm .cpt-studio-list li:nth-child(n+5) {
    margin-top: 0;
    padding-bottom: 0;
	}
	#contents .theme-bm .cpt-studio-list li .ttl {
    font-size: 14px;
	}
	#contents .theme-bm .cpt-studio-list li .image {
    margin-top: 26px;
	}
	#contents .theme-bm .cpt-studio-list li .txt {
    padding: 0 22px;
		margin-top: -12px;
    margin-bottom: 0;
	display: none;
	}
	#contents .theme-bm .cpt-studio-list li:nth-child(n+6) .txt {
    margin-top: 6px;
	}
	#contents .theme-bm .bx-wrapper .bx-pager.bx-default-pager a {
    background: none;
    border: 1px solid #b7b7b7;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	}
	#contents .theme-bm .bx-wrapper .bx-controls-auto,
	#contents .theme-bm .bx-wrapper .bx-pager {
    bottom: -39px;
	}
	#contents .theme-bm .cpt-studio-area .area-bnr {
    margin-top: 68px;
	}
	#contents .theme-bm .cpt-studio-area .area-bnr .image {
    margin: 21px auto 0;
    max-width: 670px;
	}
	#contents .theme-bm .cpt-studio-area .area-btn {
    margin-top: 57px;
	}
	#contents .theme-bm .cpt-studio-area .area-btn span {
    font-size: 16px;
    padding: 10px 23px 12px;
	}
	#contents .theme-bm .cpt-studio-area .area-btn a::before {
    top: -28px;
    left: 11px;
    width: 54.5px;
    height: 54.5px;
    font-size: 15px;
    padding-bottom: 0;
	}
	#contents .theme-bm .cpt-studio-area .area-btn span::after {
    right: 10px;
    width: 17px;
    height: 9px;
	}
}
/* consultation-block */
#contents .theme-bm .consultation-block {
	margin-top: 60px;
}
#contents .theme-bm .consultation-list {
	margin: 75px auto 0;
	max-width: 1150px;
}
#contents .theme-bm .consultation-list li {
	width: 140px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	height: 140px;
	border-radius: 50%;
	background: #dcecf8;
}
#contents .theme-bm .consultation-list li::before {
	content: '';
	position: absolute;
	top: -21px;
	left: 50%;
	transform: translateX(-50%);
	width: 53px;
	height: 53px;
	z-index: 1;
}
#contents .theme-bm .consultation-list li:first-child:before {
	background: url('/web_images/image/img_consultation_number01.png') center no-repeat;
	background-size: contain;
}
#contents .theme-bm .consultation-list li:nth-child(2):before {
	background: url('/web_images/image/img_consultation_number02.png') center no-repeat;
	background-size: contain;
}
#contents .theme-bm .consultation-list li:nth-child(3):before {
	background: url('/web_images/image/img_consultation_number03.png') center no-repeat;
	background-size: contain;
}
#contents .theme-bm .consultation-list li:nth-child(4):before {
	background: url('/web_images/image/img_consultation_number04.png') center no-repeat;
	background-size: contain;
}
#contents .theme-bm .consultation-list li:nth-child(5):before {
	background: url('/web_images/image/img_consultation_number05.png') center no-repeat;
	background-size: contain;
}
#contents .theme-bm .consultation-list li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -82px;
	transform: translateY(-50%);
	width: 52px;
	height: 39px;
	z-index: 1;
	background: url('/web_images/image/ico_arrow05.png') center no-repeat;
}
@media screen and (max-width: 1280px) {
	#contents .theme-bm .consultation-list li {
    width: 10.938vw;
    font-size: 2.031vw;
    height: 10.938vw;
	}
	#contents .theme-bm .consultation-list li::before {
    width: 4.141vw;
    height: 4.141vw;
	}
	#contents .theme-bm .consultation-list li:not(:last-child)::after {
    right: -75%;
	}
}
@media screen and (max-width: 768px) {
	#contents .theme-bm .consultation-block {
    margin-top: 40px;
	}
	#contents .theme-bm .consultation-list {
    margin: 60px auto 0;
    max-width: 91.045%;
	}
	#contents .theme-bm .consultation-list li {
    width: 100%;
    font-size: 21px;
    height: auto;
    border-radius: 0;
		padding: 15px 10px;
	}
	#contents .theme-bm .consultation-list li:nth-child(n+2) {
		margin-top: 9.3334vw;
	}
	#contents .theme-bm .consultation-list li::before {
    width: 57px;
    height: 57.5px;
		top: -24px;
    left: 14px;
    transform: translateX(0);
	}
	#contents .theme-bm .consultation-list li:first-child:before {
		background: url('/web_images/image/img_consultation_number01_sp.png') center no-repeat;
		background-size: contain;
	}
	#contents .theme-bm .consultation-list li:nth-child(2):before {
		background: url('/web_images/image/img_consultation_number02_sp.png') center no-repeat;
		background-size: contain;
	}
	#contents .theme-bm .consultation-list li:nth-child(3):before {
		background: url('/web_images/image/img_consultation_number03_sp.png') center no-repeat;
		background-size: contain;
	}
	#contents .theme-bm .consultation-list li:nth-child(4):before {
		background: url('/web_images/image/img_consultation_number04_sp.png') center no-repeat;
		background-size: contain;
	}
	#contents .theme-bm .consultation-list li:nth-child(5):before {
		background: url('/web_images/image/img_consultation_number05_sp.png') center no-repeat;
		background-size: contain;
	}
	#contents .theme-bm .consultation-list li:not(:last-child)::after {
    top: auto;
		bottom: -8vw;
    right: 50%;
    transform: translate(50%,0);
    width: 11.733vw;
    height: 7.2vw;
		max-width: 88px;
		max-height: 54px;
    background: url('/web_images/image/ico_arrow05_sp.png') center no-repeat;
		background-size: contain;
	}
}
/* contact-block */
#contents .theme-bm .contact-block {
	margin-top: 48px;
}
#contents .theme-bm #contact {
	padding-top: 12px;
}
#contents .theme-bm .contact-block > .txt {
	font-size: 16px;
	margin-top: 20px;
}
#contents .theme-bm .contact-content {
	margin: 30px auto 0;
	max-width: 980px;
}
#contents .theme-bm .contact-content .col {
	width: 380px;
	position: relative;
}
#contents .theme-bm .contact-content .col .ttl {
	font-size: 24px;
	padding: 12px;
	background: #f0f0f0;
}
#contents .theme-bm .contact-content .col .ttl02 {
	margin-top: 40px;
}
#contents .theme-bm .contact-content .col .txt {
	font-size: 16px;
}
#contents .theme-bm .contact-content .col .txt.sml {
	font-size: 14px;
	margin-top: 21px;
}
#contents .theme-bm .contact-content .col .txt01 {
	margin-top: 19px;
}
#contents .theme-bm .contact-content .col01 .txt02 {
	margin-top: 10px;
}
#contents .theme-bm .contact-content .col03 .txt04 {
	margin-top: 20px;
}
#contents .theme-bm .contact-content .col03 .txt05 {
	margin-top: 12px;
}
#contents .theme-bm .contact-content .col04 .txt03 {
	margin-top: 20px;
}
#contents .theme-bm .contact-content .phone-number {
	font-size: 40px;
	margin-top: 10px;
}
#contents .theme-bm .contact-content .col04 .btn-block {
	position: absolute;
	bottom: 0;
}
#contents .theme-bm .contact-content .btn-block a {
	margin: 22px auto 0;
	max-width: 330px;
}
#contents .theme-bm .contact-content .btn-block span {
	font-size: 20px;
	padding: 11px 14px 13px;
	border: 2px solid #187fcc;
	border-radius: 30px;
	position: relative;
}
#contents .theme-bm .contact-content .btn-block span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	width: 10px;
	height: 18px;
	background: url('/web_images/image/ico_arrow01.png') center no-repeat;
	background-size: contain;
}
@media screen and (max-width: 1280px) {
	#contents .theme-bm .contact-content .col {
    width: 48%;
	}
}
@media screen and (max-width: 768px) {
	#contents .theme-bm .contact-block {
    margin-top: 29px;
	}
	#contents .theme-bm .contact-block > .txt {
    font-size: 14px;
	}
	#contents .theme-bm .contact-content .col {
    width: 100%;
	}
	#contents .theme-bm .contact-content .col02 {
		margin-top: 31px;
	}
	#contents .theme-bm .contact-content .col .ttl {
    font-size: 18px;
    padding: 6px 10px 7px;
	}
	#contents .theme-bm .contact-content .col .txt01 {
    margin-top: 14px;
	}
	#contents .theme-bm .contact-content .phone-number {
    font-size: 35px;
    margin-top: 5px;
	}
	#contents .theme-bm .contact-content .col01 .txt02 {
    margin-top: 6px;
	}
	#contents .theme-bm .contact-content .col .txt.sml {
    margin-top: 10px;
	}
	#contents .theme-bm .contact-content .col04 .btn-block {
		position: relative;
	}
	#contents .theme-bm .contact-content .btn-block a {
    margin: 18px auto 0;
    max-width: 78.806%;
	}
	#contents .theme-bm .contact-content .btn-block span {
    font-size: 14px;
    padding: 9px 20px;
	}
	#contents .theme-bm .contact-content .btn-block span::after {
    right: 14px;
    width: 7px;
    height: 13px;
	}
	#contents .theme-bm .contact-content .col .ttl02 {
    margin-top: 30px;
	}
	#contents .theme-bm .contact-content .col03 .txt04 {
		margin-top: 14px;
	}
	#contents .theme-bm .contact-content .col04 .txt03 {
		margin-top: 15px;
	}
	#contents .theme-bm #contact {
    padding-top: 0;
	}
}
/* member-block */
#contents .theme-bm .member-block {
	margin-top: 60px;
}
#contents .theme-bm .member-content {
	margin-top: 40px;
	padding: 95px 0 84px;
	background: url('/web_images/image/bg_member01.png') center no-repeat;
	background-size: cover;
}
#contents .theme-bm .member-content .sub-ttl {
	font-size: 26px;
	max-width: 629px;
	margin: 0 auto;
	background: #444;
	color: #fff;
	border-radius: 25px;
	padding: 5px 5px 4px;
	letter-spacing: 0.05em;
}
#contents .theme-bm .member-content .ttl {
	font-size: 50px;
	max-width: 670px;
	margin: 17px auto 0;
	position: relative;
	letter-spacing: 0.1em;
	text-shadow: 0 3px 6px rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
}
#contents .theme-bm .member-content .ttl::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 51px;
	height: 62px;
	background: url('/web_images/image/ico_ttl03.png') center no-repeat;
	background-size: contain;
}
#contents .theme-bm .member-content .ttl::after {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: 51px;
	height: 62px;
	background: url('/web_images/image/ico_ttl04.png') center no-repeat;
	background-size: contain;
}
#contents .theme-bm .member-content .ttl .box-yellow {
	font-size: 35px;
	padding: 8.5px 27px 9px;
	background: #fe9900;
	color: #fff;
	text-shadow: none;
	letter-spacing: -0.04em;
	display: inline-block;
	margin-right: 10px;
}
#contents .theme-bm .member-list {
	margin: 66px auto 0;
	max-width: 924px;
}
#contents .theme-bm .member-list li {
	width: 282px;
	border-radius: 10px;
	border: 1px solid #014099;
	padding: 32px 0;
	position: relative;
	background: rgba(255, 255, 255, 0.85);
}
#contents .theme-bm .member-list li::before {
	content: '今なら';
	position: absolute;
	font-size: 18px;
	font-weight: 700;
	top: -22px;
	left: 5px;
	width: 66px;
	height: 27px;
	transform: rotate(-10deg);
	color: #fff;
	z-index: 2;
	letter-spacing: 0.075em;
}
#contents .theme-bm .member-list li::after {
	content: '';
	position: absolute;
	top: -39px;
	left: -18px;
	width: 113px;
	height: 60px;
	background: url('/web_images/image/bg_member02.png') center no-repeat;
	background-size: contain;
	z-index: 1;
}
#contents .theme-bm .member-list li p {
	font-size: 30px;
	transform: rotate(-6deg);
}
#contents .theme-bm .member-list li p span {
	position: relative;
}
#contents .theme-bm .member-list li p span::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 33%;
	background: #fe9900;
	padding: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-background-clip: content-box;
	background-clip: content-box;
	outline: 1px solid transparent;
	z-index: -1;
}
#contents .theme-bm .member-block .btn-block {
	margin-top: 40px;
}
@media screen and (max-width: 1280px) {
	#contents .theme-bm .member-list {
    max-width: 90%;
	}
	#contents .theme-bm .member-list li {
		width: 28%;
	}
	#contents .theme-bm .member-list li p {
    font-size: 2.344vw;
	}
}
@media screen and (max-width: 768px) {
	#contents .theme-bm .member-block {
    margin-top: 40px;
	}
	#contents .theme-bm .member-content {
    margin-top: 30px;
    padding: 36px 0 35px;
    background: url('/web_images/image/bg_member01_sp.png') center no-repeat;
    background-size: cover;
	}
	#contents .theme-bm .member-content .sub-ttl {
    font-size: 16px;
    background: none;
    color: #242424;
    border-radius: 0;
    padding: 0;
		text-shadow: 0 0 4px rgb(255, 255, 255, 1);
	}
	#contents .theme-bm .member-content .ttl {
    font-size: 25px;
    margin: 2px auto 0;
    letter-spacing: 0.025em;
    text-shadow: 0 2px 2.5px rgb(255, 255, 255, 1);
		display: inline-block;
    padding: 0 30px;
	}
	#contents .theme-bm .member-content .ttl .box-yellow {
    font-size: 18px;
    padding: 4px 14px 5px;
    margin-right: 5px;
	}
	#contents .theme-bm .member-content .ttl::before {
    top: 6px;
    left: 3px;
    width: 26.5px;
    height: 32.5px;
	}
	#contents .theme-bm .member-content .ttl::after {
    top: 6px;
    right: 2px;
    width: 26.5px;
    height: 32.5px;
	}
	#contents .theme-bm .member-list {
    margin: 38px auto 0;
    max-width: 91%;
	}
	#contents .theme-bm .member-list {
		justify-content: center;
	}
	#contents .theme-bm .member-list li {
    width: 44.286%;
		border-radius: 5px;
    padding: 14px 0 15px;
	}
	#contents .theme-bm .member-list li:first-child {
		margin-right: 11.428%;
	}
	#contents .theme-bm .member-list li:nth-child(3) {
		margin-top: 31px;
	}
	#contents .theme-bm .member-list li p {
    font-size: 16px;
	}
	#contents .theme-bm .member-list li::before {
    font-size: 12.5px;
    top: -16px;
    left: -9px;
    width: 60px;
    height: 31.5px;
    letter-spacing: 0;
	}
	#contents .theme-bm .member-list li::after {
		top: -21px;
		left: -10px;
		width: 60px;
		height: 31.5px;
	}
	#contents .theme-bm .member-block .btn-block {
    margin-top: 30px;
    max-width: 85.075%;
	}
	#contents .theme-bm .btn-block.type01 a span {
    font-size: 16px;
    padding: 10px 10px 12px;
	}
	#contents .theme-bm .btn-block.type01 a span::after {
    right: 9px;
    width: 17px;
    height: 9px;
	}
}
@media screen and (max-width: 340px) {
	#contents .theme-bm .member-content .ttl {
    font-size: 20px;
	}
	#contents .theme-bm .member-content .ttl .box-yellow {
    font-size: 14px;
    padding: 4px 10px 5px;
	}
	#contents .theme-bm .member-list li p {
    font-size: 14px;
	}
}
/* benefit-area */
#contents .theme-bm .benefit-area {
	margin-top: 60px;
	padding: 57px 0 60px;
	background: #f5f7f8;
}
#contents .theme-bm .benefit-area .area-ttl .sub-ttl {
	font-size: 28px;
	position: relative;
	padding: 0 20px;
}
#contents .theme-bm .benefit-area .area-ttl .sub-ttl::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 13px;
	height: 24px;
	background: url('/web_images/image/ico_ttl05.png') center no-repeat;
	background-size: contain;
}
#contents .theme-bm .benefit-area .area-ttl .sub-ttl::after {
	content: '';
	position: absolute;
	top: 6px;
	right: 8px;
	width: 13px;
	height: 24px;
	background: url('/web_images/image/ico_ttl06.png') center no-repeat;
	background-size: contain;
}
#contents .theme-bm .benefit-area .area-ttl .ttl span {
	font-size: 60px;
}
#contents .theme-bm .benefit-list {
	margin: 56px auto 0;
	max-width: 1160px;
}
#contents .theme-bm .benefit-list li {
	width: 330px;
}
#contents .theme-bm .benefit-list li:nth-child(n+4) {
	margin-top: 20px;
	padding-top: 43px;
	border-top: 2px solid #014099;
}
#contents .theme-bm .benefit-list li .ttl {
	font-size: 28px;
	margin-top: 18px;
	line-height: 1.43;
}
#contents .theme-bm .benefit-list li .txt {
	font-size: 18px;
	margin-top: 10px;
	line-height: 1.56;
}
#contents .theme-bm .benefit-list li .txt02 {
	margin-top: 0;
}
#contents .theme-bm .benefit-list li .note {
	font-size: 14px;
	margin-top: 7px;
}
@media screen and (max-width: 1280px) {
	#contents .theme-bm .benefit-list li {
    width: 31%;
	}
}
@media screen and (max-width: 768px) {
	#contents .theme-bm .benefit-area {
    margin-top: 40px;
    padding: 33px 0 40px;
	}
	#contents .theme-bm .benefit-area .area-ttl .sub-ttl {
    font-size: 21px;
    padding: 0 14px;
	}
	#contents .theme-bm .benefit-area .area-ttl .sub-ttl::before {
    top: 6px;
    left: 0;
    width: 9.5px;
    height: 18px;
	}
	#contents .theme-bm .benefit-area .area-ttl .sub-ttl::after {
		top: 6px;
    right: 0;
    width: 9.5px;
    height: 18px;
	}
	#contents .theme-bm .benefit-area .area-ttl .ttl span {
    font-size: 45px;
		line-height: 1.3;
	}
	#contents .theme-bm .benefit-list {
    margin: 36px auto 0;
	}
	#contents .theme-bm .benefit-list li {
    width: 100%;
	}
	#contents .theme-bm .benefit-list li:nth-child(n+2) {
		margin-top: 18px;
    padding-top: 29px;
    border-top: 2px solid #014099;
	}
	#contents .theme-bm .benefit-list li .image {
		align-items: center;
	}
	#contents .theme-bm .benefit-list li .img01 {
		width: 17.015%;
	}
	#contents .theme-bm .benefit-list li .img02 {
		width: 22.5375%;
		margin-top: 6px;
	}
	#contents .theme-bm .benefit-list li .ttl-box {
		width: 57.224%;
	}
	#contents .theme-bm .benefit-list li .ttl {
    font-size: 19px;
    margin-top: 0;
	}
	#contents .theme-bm .benefit-list li .txt {
    font-size: 15px;
    margin-top: 4px;
    line-height: 1.56;
    margin-left: 18.62675%;
    margin-right: 10px;
	}
	#contents .theme-bm .benefit-list li .note {
    margin-left: 18.62675%;
    margin-right: 10px;
	}
}
/* membership-rank-area */
#contents .theme-bm .membership-rank-area {
	margin-top: 66px;
}
#contents .theme-bm .mbs-rank-content {
	margin-top: 49px;
	position: relative;
}
@media screen and (max-width: 768px) {
	#contents .theme-bm .membership-rank-area {
    margin-top: 39px;
	}
	#contents .theme-bm .mbs-rank-content {
    margin-top: 31px;
	}
}
/* rank-privilege-block */
#contents .theme-bm .rank-privilege-block {
	margin-top: 60px;
}
#contents .theme-bm .text-list {
	margin-top: 20px;
	font-size: 14px;
}
#contents .theme-bm .text-list li:nth-child(n+2) {
	margin-top: 21px;
}
#contents .theme-bm .text-list li p a {
	display: inline;
	color: #187fcc;
}
#contents .theme-bm .text-list li p a:hover {
	text-decoration: underline;
}
#contents .theme-bm .rank-privilege-block .btn-block {
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	#contents .theme-bm .rank-privilege-block {
    margin-top: 40px;
	}
	.sp-accordion {
		position: relative;
	}
	.sp-accordion span {
		display: block !important;
		position: relative;
		padding-right: 22px !important;
	}
	.sp-accordion span.plus::before {
    /*content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    width: 4px;
    height: 22px;
		border-radius: 2px;
    background: #242424;
    transform: translateY(-50%);*/
	}
	.sp-accordion span.plus::after,
	.sp-accordion span.minus::after {
   /* content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 22px;
    height: 4px;
		border-radius: 2px;
    background: #242424;
    transform: translateY(-50%);*/
	}
	#contents .theme-bm .text-list {
		/*display: none;*/
	}
	#contents .theme-bm .sp-accordion.active ~ .text-list {
		display: block;
	}
	#contents .theme-bm .rank-privilege-block .btn-block {
    margin-top: 32px;
    max-width: 85.075%;
	}
}
/* pc-recommend-area */
#contents .theme-bm .pc-recommend-area {
	margin-top: 56px;
}
#contents .theme-bm .pc-recommend-area .area-ttl {
	line-height: 1.5;
}
#contents .theme-bm .pc-recommend-content {
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	#contents .theme-bm .pc-recommend-area {
    margin-top: 39px;
	}
	#contents .theme-bm .pc-recommend-content {
    margin: 30px -20px 0;
	}
}
/* link-area02 */
#contents .theme-bm .link-area02 li a span::after {
	transform: translateY(-50%) rotate(-90deg);
	right: 17px;
}
@media screen and (max-width: 1280px) {
	#contents .theme-bm .link-area02 li a span::after {
		right: 7px;
	}
}
/* voice-area */
#contents .theme-bm .voice-area {
	margin-top: 60px;
	padding: 60px 0 101px;
	background: #f5f7f8;
	position: relative;
}
#contents .theme-bm .voice-list {
	margin: 49px auto 0 90px;
	max-width: 986px;
}
#contents .theme-bm .voice-list li {
	width: calc(244 / 990 * 100%);
	height: 244px;
	position: relative;
}
#contents .theme-bm .voice-list .voice-list-content {
	border-radius: 50%;
	border: 1px solid #014099;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: #fff;
}
#contents .theme-bm .voice-list li p {
	font-size: 20px;
}
#contents .theme-bm .voice-list li::after {
	content: '';
	position: absolute;
	bottom: -42px;
	right: -36px;
	width: 120px;
	height: 120px;
}
#contents .theme-bm .voice-list li:first-child::after,
#contents .theme-bm .voice-list li:last-child::after {
	background: url('/web_images/image/img_voice_member01.png') center no-repeat;
}
#contents .theme-bm .voice-list li:nth-child(2)::after {
	background: url('/web_images/image/img_voice_member02.png') center no-repeat;
	right: -46px;
}
@media screen and (max-width: 1280px) {
	#contents .theme-bm .voice-list {
    margin: 49px auto 0;
	}
	#contents .theme-bm .voice-list li {
    width: 23.797vw;
    height: 23.797vw;
    max-width: 244px;
    max-height: 244px;
	}
	#contents .theme-bm .voice-list li p {
    font-size: 1.563vw;
	}
}
@media screen and (max-width: 768px) {
	#contents .theme-bm .voice-area {
    margin-top: 40px;
    padding: 40px 0 81px;
	}
	#contents .theme-bm .voice-list {
    margin: 32px auto 0;
	}
	#contents .theme-bm .voice-list li {
		width: 43.200vw;
		height: 43.200vw;
		max-width: 100%;
		max-height: 100%;
	}
	#contents .theme-bm .voice-list li:first-child {
		width: 100%;
	}
	#contents .theme-bm .voice-list li:first-child::after {
		display: none;
	}
	#contents .theme-bm .voice-list li:first-child .voice-list-content {
		width: 43.200vw;
		margin: 0 auto;
		position: relative;
	}
	#contents .theme-bm .voice-list li:first-child .voice-list-content::after {
		content: '';
		position: absolute;
		bottom: -42px;
    right: 5px;
		width: 19.2vw;
		height: 19.2vw;
		max-width: 144px;
		max-height: 144px;
		background: url('/web_images/image/img_voice_member01_sp.png') center no-repeat;
		background-size: contain;
	}
	#contents .theme-bm .voice-list li:nth-child(n+2) {
		margin-top: 50px;
	}
	#contents .theme-bm .voice-list li:nth-child(2)::after {
		bottom: -42px;
		right: 6px;
		width: 19.2vw;
		height: 19.2vw;
		max-width: 144px;
		max-height: 144px;
		background: url('/web_images/image/img_voice_member02_sp.png') center no-repeat;
		background-size: contain;
	}
	#contents .theme-bm .voice-list li:nth-child(3)::after {
		bottom: -42px;
		right: 7px;
		width: 19.2vw;
		height: 19.2vw;
		max-width: 144px;
		max-height: 144px;
		background: url('/web_images/image/img_voice_member01_sp.png') center no-repeat;
		background-size: contain;
	}
	#contents .theme-bm .voice-list li p {
    font-size: 13px;
		margin-bottom: 0;
	}
}
/* faq */
#contents .theme-bm .faq-area {
	margin-top: 57px;
}
#contents .theme-bm .faq-area .area-ttl {
	line-height: 1.5;
}
#contents .theme-bm .accordion-container {
  position: relative;
  max-width: 100%;
  height: auto;
  margin: 43px auto 0;
}
#contents .theme-bm .faq-area .FJ-items__item--a p {
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
#contents .theme-bm .faq-area a {
	display: inline;
	color: #187fcc;
	font-size: 14px;
	font-weight: 400;
}
#contents .theme-bm .faq-area .FJ-items--lists .FJ-items__item--a h2 {
	background: none !important;
	color: #000;
	padding: 5px 0 5px 10px !important;
	border-left: 5px solid #187fcc !important;
	margin-top: 10px !important;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400 !important;
}
#contents .theme-bm .faq-area h3 {
	color: #000 !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}
@media screen and (max-width: 768px) {
	#contents .theme-bm .faq-area {
    margin-top: 39px;
	}
	#contents .theme-bm .faq-area .inner {
    padding: 0;
	}
	#contents .theme-bm .accordion-container {
    margin: 31px auto 0;
	}
	#contents .theme-bm .faq-area .FJ-items--lists {
    padding: 0 10px !important;
	}
	#contents .theme-bm .faq-area .FJ-items--lists .FJ-items__item--a h2 {
		background: none !important;
    color: #000;
    padding: 5px 0 5px 10px !important;
    border-left: 5px solid #187fcc !important;
    margin-top: 10px !important;
	}
	#contents .theme-bm .faq-area h3 {
		font-size: 15px!important;
    font-weight: 600!important;
    line-height: 1.2!important;
    padding: 0 20px 5px 20px!important;
    text-align: left!important;
		color: #18191a!important;
	}
}
/* overview-block */
#contents .theme-bm .overview-block {
	margin-top: 60px;
}
@media screen and (max-width: 768px) {
	#contents .theme-bm .overview-block {
		margin-top: 40px;
		padding: 0 20px;
	}
}
/* service-area */
#contents .theme-bm .service-area {
	margin-top: 60px;
}
#contents .theme-bm .service-list {
	margin: 48px auto 0;
	max-width: 1064px;
}
#contents .theme-bm .service-list li {
	width: 335px;
}
#contents .theme-bm .service-list li:nth-child(n+4) {
	margin-top: 30px;
}
@media screen and (max-width: 1280px) {
	#contents .theme-bm .service-list li {
    width: 30%;
	}
}
@media screen and (max-width: 768px) {
	#contents .theme-bm .service-area {
    margin-top: 41px;
	}
	#contents .theme-bm .service-list {
    margin: 32px auto 0;
	}
	#contents .theme-bm .service-list li {
    width: 47.761%;
	}
	#contents .theme-bm .service-list li:nth-child(n+3) {
		margin-top: 15px;
	}
}
/* registration-area */
#contents .theme-bm .registration-area {
	margin-top: 60px;
	padding: 65px 0;
	background: #dcecf8;
}
#contents .theme-bm .registration-area .txt {
	font-size: 16px;
	margin-top: 39px;
}
#contents .theme-bm .registration-area .btn-block {
	margin-top: 43px;
}
@media screen and (max-width: 768px) {
	#contents .theme-bm .registration-area {
    margin-top: 40px;
    padding: 39px 0;
	}
	#contents .theme-bm .registration-area .txt {
    margin: 18px auto 0;
    line-height: 1.625;
    width: 97%;
	}
	#contents .theme-bm .registration-area .btn-block {
    margin-top: 30px;
	}
}
/* inquiry-area */
#contents .theme-bm .inquiry-area {
	background: #dcecf8;
	padding-bottom: 100px;
}
#contents .theme-bm .inquiry-list {
	margin-top: 49px;
}
#contents .theme-bm .inquiry-list li {
	width: calc(380 / 1200 * 100%);
	padding-bottom: 21px;
	position: relative;
	background: #fff;
}
#contents .theme-bm .inquiry-list li .ttl {
	font-size: 24px;
	padding: 12px 10px;
	background: #f0f0f0;
}
#contents .theme-bm .inquiry-list li .phone {
	font-size: 40px;
	margin-top: 8px;
}
#contents .theme-bm .inquiry-list li .txt {
	font-size: 16px;
	margin-top: 20px;
	padding: 0 10px;
}
#contents .theme-bm .inquiry-list li .txt02 {
	margin-top: 11px;
}
#contents .theme-bm .inquiry-list li .note {
	font-size: 14px;
	margin-top: 20px;
	padding: 0 10px;
}
#contents .theme-bm .inquiry-list .btn-block {
	position: absolute;
	width: 100%;
	bottom: 20px;
	padding: 0 10px;
	box-sizing: border-box;
}
#contents .theme-bm .inquiry-list .btn-block a {
	margin: 22px auto 0;
	max-width: 330px;
	width: 100%;
}
#contents .theme-bm .inquiry-list .btn-block span {
	font-size: 20px;
	padding: 11px 14px 13px;
	border: 2px solid #187fcc;
	border-radius: 30px;
	position: relative;
}
#contents .theme-bm .inquiry-list .btn-block span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	width: 10px;
	height: 18px;
	background: url('/web_images/image/ico_arrow01.png') center no-repeat;
	background-size: contain;
}
@media screen and (max-width: 1280px) {
	#contents .theme-bm .inquiry-list .btn-block span {
		font-size: 1.563vw;
	}
	#contents .theme-bm .inquiry-list .btn-block span::after {
		width: 0.781vw;
		height: 1.406vw;
	}
}
@media screen and (max-width: 768px) {
	#contents .theme-bm .inquiry-area {
    padding-bottom: 40px;
	}
	#contents .theme-bm .inquiry-list {
    margin-top: 32px;
	}
	#contents .theme-bm .inquiry-list li {
    width: 100%;
    padding-bottom: 20px;
	}
	#contents .theme-bm .inquiry-list li:nth-child(n+2) {
		margin-top: 20px;
	}
	#contents .theme-bm .inquiry-list .btn-block {
    position: relative;
    bottom: auto;
    padding: 0;
	}
	#contents .theme-bm .inquiry-list li .ttl {
    font-size: 18px;
    padding: 6px 10px 7px;
	}
	#contents .theme-bm .inquiry-list li .txt {
    margin-top: 14px;
    padding: 0 10px;
	}
	#contents .theme-bm .inquiry-list li .phone {
    font-size: 35px;
    margin-top: 5px;
	}
	#contents .theme-bm .inquiry-list li .txt02 {
    margin-top: 5px;
	}
	#contents .theme-bm .inquiry-list li .note {
    margin-top: 10px;
	}
	#contents .theme-bm .inquiry-list .btn-block a {
    margin: 17px auto 0;
    max-width: 78.806%;
	}
	#contents .theme-bm .inquiry-list .btn-block span {
    font-size: 14px;
		padding: 9px 14px 10px;
	}
	#contents .theme-bm .inquiry-list .btn-block span::after {
    width: 7px;
    height: 13px;
    right: 13px;
	}
}
/* hover pc */
@media screen and (min-width: 769px) {
	#contents .theme-bm a.hover01:hover span {
		border: 2px solid #187fcc !important;
		background: #014099 !important;
		color: #fff !important;
	}
	#contents .theme-bm a.hover02:hover span {
		border: 2px solid #014099 !important;
		background: #187fcc !important;
		color: #fff !important;
	}
	#contents .theme-bm a.hover01:hover span::after,
	#contents .theme-bm a.hover02:hover span::after {
		background: url('/web_images/image/ico_arrow_ov.png') center no-repeat !important;
    background-size: contain !important;
	}
	#contents .theme-bm .btn-block:not(.type01) a.hover02:hover span::after {
		background: url('/web_images/image/ico_arrow01_ov.png') center no-repeat !important;
    background-size: contain !important;
	}
}