@charset "utf-8";
/*
Theme Name:collect-wp
Author:informsystem
Description:ムビ活コレクトサイトのテーマです。
Version:1.0
*/
@import url("css/wp-native-style.css");
/*-------------------------------------------------

base

-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll; /* filter:expression(document.execCommand("BackgroundImageCache",false, true));*/
}
body {
	color: #000000;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	word-wrap: break-word;
}
figure {
	  margin: 0;
}
img {
	max-width: 100%;
	border: none;
	vertical-align: text-bottom;
}
table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
ul li {
	list-style-type: none;
}
ul.list_indent li {
	list-style-type: disc;
	margin-left: 1.3em;
}
ul.list_note li, ul.list_circle li, ul.list_point li {
	position: relative;
	padding-left: 1.5em;
}
ul.list_note li:not(:last-child), ul.list_circle li:not(:last-child), ul.list_point li:not(:last-child) {
	margin-bottom: 0.5rem;
}
ul.list_note li:before, ul.list_circle li:before, ul.list_point li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "※";
}
ul.list_circle li:before {
	content: "fiber_manual_record";
	font-family: 'Material Symbols Outlined';
}
ul.list_point li:before {
	content: "check_box";
	font-family: 'Material Symbols Outlined';
}
ol {
	counter-reset: item;
	list-style-type: none;
}
ol li {
	text-indent: -1.3em;
	margin-left: 1.3em;
}
ol li:before {
	color: #1f9acd;
	counter-increment: item;
	content: counter(item)'.';
	font-weight: bold;
	padding-right: 0.5em;
}
.indent {
	text-indent: 1em !important;
}
.sup, .super {
	font-size: 0.5em;
	vertical-align: super;
	margin: 0 !important;
}
.small {
	font-size: 0.8em !important;
	font-weight: normal !important;
	line-height: 1.4;
}
.small.super {
	vertical-align: top;
}
.bold {
	font-weight: bold !important;
}
.clear {
	clear: both !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
input, select, textarea, button {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	padding: 0.5em;
	border: 1px solid #E0DDD3;
	box-sizing: border-box;
}
table input, textarea {
	width: 80%;
}
input[type="submit"] {
	-webkit-appearance: none;
}
input[type="radio"], input[type="checkbox"] {
	-webkit-transform: scale(1);
	transform: scale(1);
}
textarea {
	resize: vertical;
}
hr {
	border: none;
	border-bottom: 1px solid #000000;
	padding-top: 3em;
	margin-bottom: 3em;
}
.red {
	color: #FF0004;
}
.blue {
	color: #0075BA;
}
.green {
	color: #039395;
}
.gray {
	color: #DDDDDD;
}
.orange {
	color: #ED6A02;
}
.yellow {
	color: #FFFEAA;
}
.mb_xs {
	margin-bottom: 0.5rem !important;
}
.mb_s {
	margin-bottom: 1rem !important;
}
.mt_s {
	margin-top: 1rem !important;
}
.mb_m {
	margin-bottom: 3rem !important;
}
.mt_m {
	margin-top: 3rem !important;
}
.mb_l {
	margin-bottom: 6rem !important;
}
.w_s {
	width: 30% !important;
}
.w_m {
	width: 70% !important;
}
.w_l {
	width: 100% !important;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media screen and (max-width:720px) {
	body {
		font-size: 14px;
		-moz-box-sizing: border-box;
	}
	img {
		height: auto;
		width /***/ : auto;
	}
	input, select, textarea, button {
		font-size: 14px;
	}
	input, select, textarea {
		max-width: 100%;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}
/*-------------------------------------------------

link

-------------------------------------------------*/
a {
	color: #000000;
}
a:hover {
	color: #666666;
}
.link_txt {
	color: #006DD9;
}
.btn_red, .btn_green, .btn_blue {
	position: relative;
	display: inline-block;
	min-width: 50%;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	padding: 1em;
	border: 3px solid #FF0004;
	background: #FF0004;
	box-shadow: 5px 5px 0px 0px rgba(255, 255, 255, 1);
	cursor: pointer;
	transition: ease .5s;
}
.btn_green {
	border: 3px solid #039395;
	background: #039395;
}
.btn_blue {
	border: 3px solid #0075BA;
	background: #0075BA;
}
.btn_red:after, .btn_green:after, .btn_blue:after {
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	content: "expand_circle_right";
	font-family: 'Material Symbols Outlined';
}
.btn_red:hover {
	color: #FF0004;
	background: #FFFFFF;
}
.btn_green:hover {
	color: #039395;
	background: #FFFFFF;
}
.btn_blue:hover {
	color: #0075BA;
	background: #FFFFFF;
}
@media screen and (max-width:720px) {
	.btn_red, .btn_green {
		width: 80%;
		min-width: auto;
		font-size: 1.2rem;
	}
}
/*-------------------------------------------------

header

-------------------------------------------------*/
header {
	position: fixed;
	top: 2rem;
	left: 5%;
	width: 90%;
	height: 80px;
	min-width: 1200px;
	border-radius: 10em 0 0 10em;
	background: #FFFFFF;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	z-index: 99999;
}
figure.logo {
	position: absolute;
	top: 50%;
	left: 2rem;
	transform: translateY(-50%);
	width: 200px;
	z-index: 99999;
}
figure.logo img {
	display: block;
	width: 100%;
	transition: ease .5s;
}
@media screen and (max-width:720px) {
	header {
		top: 0;
		left: 0;
		width: 100%;
		height: 70px;
		min-width: auto;
		border-radius: 0;
	}
}
/*-------------------------------------------------

nav

-------------------------------------------------*/
header nav ul {
	position: absolute;
	top: 50%;
	right: 14rem;
	transform: translateY(-50%);
}
header nav ul {
	display: flex;
}
header nav ul li {
	margin: 0 1em;
}
header nav ul li a {
	text-decoration: none;
}
.btn_contact {
	position: absolute;
	top: 0;
	right: 0;
}
.btn_contact a {
	display: inline-block;
	line-height: 74px;
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: none;
	padding: 0 2em;
	border: 3px solid #FF0004;
	background: #FF0004;
	transition: ease .5s;
}
.btn_contact a:hover {
	color: #FF0004;
	background: #FFFFFF;
}
@media screen and (max-width:720px) {
	header nav {
		position: fixed;
		top: 70px;
		left: 0;
		right: 0;
		bottom: 0;
		display: none;
		padding-bottom: 4rem;
		background: #E1E1E1;
		opacity: 0;
		transition: ease .5s;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	header nav.open {
		display: block;
		opacity: 1;
	}
	header nav ul {
		position: static;
		display: block;
		width: 80%;
		margin: 2rem auto;
		transform: translateY(0);
	}
	header nav ul li {
		text-align: center;
		margin: 1em 0;
	}
	header nav ul li a {
		display: block;
		padding: 1em;
		border-radius: 10em;
		background: #FFFFFF;
	}
	.btn_contact {
		position: static;
		width: 80%;
		margin: 0 auto;
	}
	.btn_contact a {
		position: relative;
		display: block;
		text-align: center;
		line-height: 1.4;
		padding: 1em 2em;
	}
	.btn_contact a:after {
		position: absolute;
		top: 50%;
		right: 1em;
		transform: translateY(-50%);
		content: "expand_circle_right";
		font-family: 'Material Symbols Outlined';
	}
}
/*-------------------------------------------------

menu

-------------------------------------------------*/
@media screen and (max-width:720px) {
	.menu_bar {
		position: absolute;
		top: 50%;
		right: 4%;
		transform: translateY(-50%);
		display: inline-block;
		width: 30px;
		height: 30px;
		vertical-align: middle;
		cursor: pointer;
		transition: ease .5s;
		z-index: 9999;
	}
	.menu_bar span {
		position: absolute;
		left: 0;
		display: inline-block;
		width: 100%;
		height: 4px;
		box-sizing: border-box;
		background: #000000;
		transition: ease .5s;
	}
	.menu_bar span:nth-of-type(1) {
		top: 3px;
	}
	.menu_bar.active span:nth-of-type(1) {
		transform: translateY(10px) rotate(-45deg);
	}
	.menu_bar span:nth-of-type(2) {
		top: 13px;
	}
	.menu_bar.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu_bar span:nth-of-type(3) {
		top: 23px;
	}
	.menu_bar.active span:nth-of-type(3) {
		transform: translateY(-10px) rotate(45deg);
	}
}
/*-------------------------------------------------

common

-------------------------------------------------*/
.wrap {
	width: 1000px;
	padding: 0 5%;
	margin: 0 auto;
}
.area_title {
	padding-top: 160px;
	background: url("/wp-content/uploads/bg_title.jpg") no-repeat center center;
	background-size: cover;
}
.flex_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.flex_title .area_left {
	width: 50%;
	padding-bottom: 2em;
}
.flex_title .area_left h1 {
	font-size: 3rem;
	line-height: 1.4;
}
.flex_title .area_right {
	width: 50%;
}
.flex_title .area_right figure {
	line-height: 0;
	text-align:center;
}
.flex_title .area_right figure img {
	max-width: 70%;
}
.area_common{
	padding:4rem 0;
}
h2 {
	font-size: 2.4rem;
	line-height: 1.4;
}
h3 {
	font-size: 1.6rem;
	line-height: 1.4;
}
h4 {
	font-size: 1.2rem;
	line-height: 1.4;
}
h5 {
	font-size: 1.1rem;
	line-height: 1.4;
}
@media screen and (max-width:720px) {
	.wrap {
		width: 94%;
		padding: 0;
	}
	.area_title {
		padding-top: 100px;
		background-position: left top;
	}
	.flex_title {
		display: block;
	}
	.flex_title .area_left {
		width: auto;
	}
	.flex_title .area_left h1 {
		font-size: 1.6rem;
		text-align: center;
	}
	.flex_title .area_right {
		width: auto;
		text-align: center;
		margin-bottom: 2rem;
	}
	h2 {
		font-size: 1.4rem;
	}
	h3 {
		font-size: 1.2rem;
	}
	h4 {
		font-size: 1.1rem;
	}
	h5 {
		font-size: 1.1rem
	}
}
/*-------------------------------------------------

topImg

-------------------------------------------------*/
.area_topImg {
	position: relative;
	padding-top: 180px;
	padding-bottom: 2rem;
	overflow: hidden;
}
.area_topImg:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 55%;
	height: 120%;
	background: linear-gradient(135deg, #4BB0F1 0%, #218FE0 100%);
	clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
	z-index: 1;
}
.flex_topImg {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	min-width: 1000px;
	z-index: 2;
}
.flex_topImg .area_left {
	width: 36%;
	text-align: right;
}
.flex_topImg .area_left h1 img {
	width: 400px;
}
.flex_topImg .area_left .btn_red {
	font-size: 1.2rem;
	width: calc(400px - 2rem - 6px);
	min-width: auto;
}
.flex_topImg .area_right {
	width: 60%;
}
@media screen and (max-width:720px) {
	.area_topImg {
		padding-top: 100px;
	}
	.area_topImg:after {
		width: 25%;
		clip-path: polygon(60% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	.flex_topImg {
		display: block;
		min-width: auto;
	}
	.flex_topImg .area_left {
		width: auto;
		text-align: center;
	}
	.flex_topImg .area_left h1 img {
		width: 80%;
	}
	.flex_topImg .area_left .btn_red {
		width: 80%;
	}
	.flex_topImg .area_right {
		width: auto;
		text-align: center;
		margin-bottom: 1rem
	}
	.flex_topImg .area_right figure img {
		width: 80%;
	}
}

/*-------------------------------------------------

information

-------------------------------------------------*/
.area_information{
	padding: 3rem 0;
}
ul.list_information{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2rem;
	border-radius: 1rem;
	background: #E2F5FB;
}
ul.list_information li{
	width: 48%;
	margin-bottom: 1rem;
}
ul.list_information li:nth-last-child(1),
ul.list_information li:nth-last-child(2){
	margin-bottom: 0;
}
ul.list_information li a{
	text-decoration: none;
}
.flex_information{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex_information .area_left{
	width: 24%;
	background: #E2E2E2;
}
.flex_information .area_left figure{
	width: 100%;
	line-height: 0;
	border: 1px solid #000000;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}
.flex_information .area_left figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.flex_information .area_right{
	width: 72%;
}
.flex_information .area_right p{
	font-size: 0.8rem;
}
.flex_information .area_right h3{
	font-size: 1rem;
}
ul.list_pager {
	text-align:center;
}
ul.list_pager li {
	display: inline-block;
	margin: 0 1rem;
}
@media screen and (max-width:720px) {
	ul.list_information{
		display: block;
	}
	ul.list_information li{
		width: auto;
		padding-bottom: 1rem;
		border-bottom: 1px solid #FFFFFF;
	}
	ul.list_information li:nth-last-child(2){
		margin-bottom: 1rem;
	}
	ul.list_information li:last-child{
		padding-bottom: 0;
		border-bottom: none;
	}
}
/*-------------------------------------------------

intro

-------------------------------------------------*/
.area_intro {
	padding: 4em 0;
	background: url("/wp-content/uploads/bg_title.jpg") no-repeat center center;
	background-size: cover;
}
.flex_intro {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.flex_intro .area_left {
	width: 30%;
	text-align: right;
}
.flex_intro .area_left figure img {
	width: 260px;
}
.flex_intro .area_right {
	width: 66%;
}
@media screen and (max-width:720px) {
	.area_intro {
		background-position: left top;
	}
	.flex_intro {
		display: block;
	}
	.flex_intro .area_left {
		width: auto;
		text-align: center;
	}
	.flex_intro .area_left figure img {
		width: 50%;
	}
	.flex_intro .area_right {
		width: auto;
		margin-bottom: 2rem;
	}
}
/*-------------------------------------------------

case

-------------------------------------------------*/
.area_case {
	padding: 4em 0;
	background: url("/wp-content/uploads/txt_case.png") no-repeat left 4rem;
	background-size: auto;
	background-color: #FFC824;
}
.swiper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.swiper-slide {
	height: auto !important;
}
.swiper-slide h3 {
	font-size: 1.2rem;
}
.swiper-slide figure img {
	border-radius: 1rem;
}
@media screen and (max-width:720px) {
	.swiper {
		max-width: 100%;
	}
}
/*-------------------------------------------------

feature

-------------------------------------------------*/
.area_feature {
	padding: 4em 0;
	background: url("/wp-content/uploads/txt_feature.png") no-repeat right 4rem;
	background-size: auto;
	background-color: #F9F1A0;
}
.box_bgWhite {
	padding: 3rem;
	background: #FFFFFF;
}
ul.list_feature {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.list_feature li {
	width: 48%;
	margin-bottom: 2rem;
}
ul.list_feature li:nth-last-of-type(1), ul.list_feature li:nth-last-of-type(2) {
	margin-bottom: 0;
}
ul.list_feature li figure {
	line-height: 0;
	border: 1px solid #000000;
}
ul.list_feature li h3 {
	color: #ED6A02;
	font-size: 1.2rem;
}
@media screen and (max-width:720px) {
	.box_bgWhite {
		padding: 1.5rem;
	}
	ul.list_feature {
		display: block;
	}
	ul.list_feature li {
		width: auto;
	}
	ul.list_feature li:not(:last-child) {
		margin-bottom: 2rem;
	}
}
/*-------------------------------------------------

function

-------------------------------------------------*/
.area_function {
	padding: 4em 0;
	background: url("/wp-content/uploads/txt_function.png") no-repeat left 4rem;
	background-size: auto;
	background-color: #A6DCED;
}
ul.list_function {
	display: flex;
	justify-content: space-between;
}
ul.list_function li {
	width: 30%;
}
ul.list_function li figure {
	line-height: 0;
	border: 1px solid #000000;
}
ul.list_function li h3 {
	color: #0075BA;
	font-size: 1.2rem;
}
@media screen and (max-width:720px) {
	ul.list_function {
		display: block;
	}
	ul.list_function li {
		width: auto;
	}
	ul.list_function li:not(:last-child) {
		margin-bottom: 2rem;
	}
}
/*-------------------------------------------------

fee

-------------------------------------------------*/
.area_fee {
	padding: 4em 0;
	background: url("/wp-content/uploads/txt_fee.png") no-repeat right 4rem;
	background-size: auto;
}
.box_lineRed {
	padding: 3rem;
	border: 5px solid #FF0004;
	background: #FFFFFF;
}
.txt_initialCost {
	font-size: 2rem;
	line-height: 1.4;
}
.txt_initialCost span {
	color: #FF0004;
	font-size: 6rem;
	font-weight: bold;
	line-height: 1;
	padding: 0 0.5rem;
}
.bubble_lineRed {
	position: relative;
	display: inline-block;
	color: #FF0004;
	font-weight: normal;
	line-height: 1.4;
	padding: 1rem 2rem;
	margin-bottom: 14px;
	border: 3px solid #FF0004;
	border-radius: 10em;
	background: #FFFFFF;
}
.bubble_lineRed:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #FF0004 transparent transparent;
	translate: -50% 100%;
}
.bubble_lineRed:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 11px 11px 0 11px;
	border-color: #FFFFFF transparent transparent;
	translate: -50% 100%;
}
.txt_price {
	font-size: 1.6rem;
	line-height: 1.4;
}
.txt_price span {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	padding-right: 0.5rem;
}
.box_lineOrange {
	padding: 3rem;
	border: 5px solid #ED6A02;
	background: #FFFEAA;
}
.bg_trial {
	background-image: url("/wp-content/uploads/img_trial.png");
	background-repeat: no-repeat;
	background-position:  2rem 2rem;
}
.box_bgRed {
	color: #FFFFFF;
	padding: 3rem;
	background: #FF0004;
}
.box_bgRed h4 {
	display: inline-block;
	color: #FF0004;
	padding: 0.4rem 2rem;
	background: #FFFFFF;
}
.bubble_bgYellow {
	position: relative;
	display: inline-block;
	font-weight: normal;
	line-height: 1.4;
	padding: 1rem 2rem;
	margin-bottom: 14px;
	border: 1px solid #000000;
	border-radius: 2rem;
	background: #FFFEAA;
}
.bubble_bgYellow:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #000000 transparent transparent;
	translate: -50% 100%;
}
.bubble_bgYellow:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 13px 13px 0 13px;
	border-color: #FFFEAA transparent transparent;
	translate: -50% 100%;
}
.flex_txtImg {
	display: flex;
	justify-content: space-between;
}
.flex_txtImg .area_left {
	width: 26%;
	text-align: right;
}
.flex_txtImg .area_right {
	width: 70%;
}
@media screen and (max-width:720px) {
	.box_lineRed {
		padding: 1.5rem;
	}
	.txt_initialCost {
		font-size: 1.8rem;
	}
	.txt_initialCost span {
		font-size: 4rem;
	}
	.bubble {
		font-size: 1.8rem;
	}
	.txt_price {
		font-size: 1.4rem;
	}
	.txt_price span {
		font-size: 2.4rem;
	}
	.box_lineOrange {
		padding: 1.5rem;
	}
	.bg_trial {
		background-position:  1rem 1rem;
		background-size: 14%;
	}
	.box_bgRed {
		padding: 1.5rem;
	}
	.flex_txtImg {
		display: block;
	}
	.flex_txtImg .area_left {
		width: auto;
		text-align: center;
		margin-bottom: 2rem;
	}
	.flex_txtImg .area_right {
		width: auto;
	}
}
/*-------------------------------------------------

comparison

-------------------------------------------------*/
.area_comparison {
	padding: 4em 0;
	background: url("/wp-content/uploads/txt_comparison.png") no-repeat left 4rem;
	background-size: auto;
	background-color: #E2E2E2;
}
table.table_comparison th {
	color: #FFFFFF;
	line-height: 1.4;
	padding: 1em;
	border: 1px solid #000000;
	background: #FFFFFF;
}
table.table_comparison tr th:nth-child(1) {
	border: none;
}
table.table_comparison tr th:nth-child(2) {
	background: #E6AE00;
}
table.table_comparison tr th:nth-child(3) {
	background: #0086D6;
}
table.table_comparison td {
	padding: 1em;
	border: 1px solid #000000;
	background: #FFFFFF;
}
table.table_comparison tr td:first-child {
	font-weight: bold;
	text-align: center;
	background: #FFFEAA;
}
@media screen and (max-width:720px) {
	.scroll {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.scroll:before {
		content: "横にスクロールできます →";
		display: block;
		font-size: 0.8rem;
		margin-bottom: 0.5rem;
	}
	.scroll table {
		min-width: 500px;
	}
}
/*-------------------------------------------------

faq

-------------------------------------------------*/
.area_faq {
	padding: 4em 0;
	background: url("/wp-content/uploads/txt_qa.png") no-repeat right 4rem;
	background-size: auto;
}
.area_faq .wrap {
	width: 800px;
}
.list_faq dt {
	position: relative;
	display: block;
	font-weight: bold;
	line-height: 1.4;
	padding: 1.5em 4em 1.5rem 4rem;
	border: 5px solid #000000;
	border-radius: 10em;
	background: #FFFFFF;
	cursor: pointer;
	z-index: 999;
}
.list_faq dt:not(:first-child) {
	margin-top: 2rem;
}
.list_faq dt:before {
	position: absolute;
	top: 1.5rem;
	left: 2rem;
	content: "Q.";
}
.list_faq dt:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	content: "expand_circle_down";
	font-family: 'Material Symbols Outlined';
	font-size: 2em;
}
.list_faq dt.open:after {
	content: "expand_circle_up";
}
.list_faq dd {
	position: relative;
	padding: 4.6rem 2rem 2rem 4rem;
	margin-top: -2.6rem;
	margin-bottom: 2rem;
	border: 2px solid #000000;
	border-top: none;
	background: #FFFFFF;
	z-index: 99;
}
.list_faq dd:before {
	position: absolute;
	top: 4.6rem;
	left: 2rem;
	content: "A.";
}
@media screen and (max-width:720px) {
	.area_faq .wrap {
		width: 94%;
	}
}
/*-------------------------------------------------

contact

-------------------------------------------------*/
.area_contact {
	padding: 4em 0;
	background: #FFFAAF;
}
@media screen and (max-width:720px) {}
/*-------------------------------------------------

caseDetail

-------------------------------------------------*/
.area_caseDetail {
	padding: 4em 0;
	background: #E9E1D4;
}
ul.list_caseDetail > li {
	padding: 3rem;
	background: #FFFFFF;
}
ul.list_caseDetail > li:not(:last-child) {
	margin-bottom: 2rem;
}
.icn_caseNum img {
	width: 120px;
}
.categry_case {
	display: inline-block;
	font-weight: bold;
	font-size: 1.2rem;
	padding: 0.5em 1em;
	background: #FFC824;
}
.flex_case {
	display: flex;
	justify-content: space-between;
}
.flex_case h3 {
	display: inline-block;
	font-size: 1.2rem;
	text-align: center;
	padding: 0.5em 1em;
	border: 1px solid #000000;
	border-radius: 10em;
	background: #FFFEAA;
}
.flex_case .area_left {
	width: 62%;
}
.flex_case .area_right {
	width: 34%;
}
.flex_voice {
	display: flex;
	justify-content: space-between;
	padding: 2rem;
	background: #FFFEAA;
}
.flex_voice h3 {
	display: inline-block;
	font-size: 1.2rem;
	padding: 0.5em 1em;
	border: 1px solid #000000;
	border-radius: 10em;
	background: #FFFFFF;
}
.flex_voice .area_left {
	width: 20%;
}
.flex_voice .area_right {
	width: 76%;
}
@media screen and (max-width:720px) {
	ul.list_caseDetail > li {
		padding: 1.5rem;
	}
	.categry_case {
		font-size: 1.1rem;
	}
	.flex_case {
		display: block;
	}
	.flex_case .area_left {
		width: auto;
		margin-bottom: 2rem;
	}
	.flex_case .area_right {
		width: auto;
		text-align: center;
	}
	.flex_voice {
		display: block;
		padding: 1.5rem;
	}
	.flex_voice .area_left {
		width: auto;
		margin-bottom: 1rem;
		text-align: center;
	}
	.flex_voice .area_left img {
		width: 200px;
	}
	.flex_voice .area_right {
		width: auto;
	}
}
/*-------------------------------------------------

company

-------------------------------------------------*/
table.table_vertical th {
	line-height: 1.4;
	padding: 1em;
	border: 1px solid #000000;
	background: #FFFFFF;
}
table.table_vertical td {
	padding: 1em;
	border: 1px solid #000000;
	background: #FFFFFF;
}
/*-------------------------------------------------

footer

-------------------------------------------------*/
footer {
	color: #FFFFFF;
	padding: 3em 0;
	background: #004AAD;
}
ul.nav_footer {
	font-size: 0.8em;
	text-align: center;
}
ul.nav_footer li {
	display: inline-block;
	line-height: 1;
	padding: 0 1em;
}
ul.nav_footer li:not(:last-child) {
	border-right: 1px solid #FFFFFF;
}
ul.nav_footer li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul.nav_footer li a:hover {
	text-decoration: underline;
}
footer p a {
	color:#FFFFFF;
	text-decoration:none;
}
footer p a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
footer .copy {
	font-size: 0.8em;
	text-align: center;
}
@media screen and (max-width:720px) {
	footer ul:first-child.nav_footer {
		display: none;
	}
}
/*-------------------------------------------------

pagenavi

-------------------------------------------------*/
.wp-pagenavi {
	clear: both;
	font-size: 0.9em;
	text-align: center;
}
.wp-pagenavi a {
	text-decoration: none;
	border: none !important;
	padding: 0.2em 0.5em;
	margin: 0.2em;
}
.wp-pagenavi span {
	border: none !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #FFF;
	font-weight: bold;
	border: none !important;
	background: #1f9acd;
}