@charset "UTF-8";

/*----------------------------------------------------------------
  Fonts
  ----------------------------------------------------------------*/

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-display: auto;
	src: url("../fonts/fa-solid-900.eot");
	src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/fa-solid-900.woff2") format("woff2"),
		 url("../fonts/fa-solid-900.woff") format("woff"),
		 url("../fonts/fa-solid-900.ttf") format("truetype"),
		 url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

/*----------------------------------------------------------------
  HTML Elements
  ----------------------------------------------------------------*/

html {
	font: 62.5%/1.5 "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

body {
	padding: 0;
	background-color: #fff;
	font-family: inherit;
	font-size: 1.6rem;
	color: #000;
}

header,
footer,
section,
article,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
table,
tbody,
thead,
tfoot,
tr,
td,
th,
figure,
figcaption {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	table-layout: fixed;
}

img {
	vertical-align: bottom;
}

/*----------------------------------------------------------------
  Common Classes
  ----------------------------------------------------------------*/

.btn-link-blue {
	display: block;
	background-color: #95c4e2;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #004c8a;
}

.btn-link-lightblue {
	background: #d8efff url( ../img/icon_angle_r_lightblue_6x10.png ) right 40px center no-repeat;
	text-decoration: none;
	font-weight: 700;
	color: #2baaed;
}

.btn-link-red {
	display: inline-block;
	width: 110px;
	padding: 2px 0;
	border: 1px solid #f8505e;
	border-radius: 12px;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1.2rem;
	color: #f8505e;
	transition: background-color 0.3s;
}

.btn-link-red:hover,
.btn-link-red:active {
	background-color: #f8505e;
	color: #fff;
}

.content-header {
	margin-bottom: 20px;
	background: transparent url(../img/icon_border.png) left center no-repeat;
	font-size: 2.4rem;
	color: #0163be;
}

.content-subheader {
	font-size: 1.8rem;
	font-weight: bold;
	color: #0163be;
}

.cur-p:hover,
.cur-p:active {
	cursor: pointer;
}

.dashed {
	margin: 0;
	height: 1px;
	border: none;
	background: transparent repeating-linear-gradient(to right, #fff 0px, #fff 1px, #c1c1c1 1px, #c1c1c1 3px, #fff 3px, #fff 4px) center center repeat-x;
}

.f-trigger {
	position: relative;
	opacity: 1;
	transform: translateY(0px);
	transition: opacity 1s, transform 1s;
}

.ff-fa,
.ff-fa-a::after,
.ff-fa-b::before {
	font-family: "Font Awesome 5 Free";
}

.ff-sawarabi {
	font-family: "Sawarabi Mincho";
}

.fw-b {
	font-weight: bold;
}

.header-border {
	font-family: "Sawarabi Mincho";
	font-weight: 700;
	color: #0163b1;
}

.hover-op {
	opacity: 1;
	transition: opacity 0.3s;
}

.hover-op:hover,
.hover-op:active {
	opacity: 0.7;
}

.hover-ul {
	text-decoration: none;
}

.hover-ul:hover,
.hover-ul:active {
	text-decoration: underline;
}

.inner {
	width: 100%;
	margin: 0 auto;
}

.kome {
	position: relative;
	padding-left: 1.6rem;
}

.kome::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.list-alphabet {
	list-style-type: lower-alpha;
}

.list-decimal-blue {
	list-style-type: none;
	counter-reset: ldb;
}

.list-decimal-blue li {
	position: relative;
	counter-increment: ldb;
}

.list-decimal-blue li::before {
	position: absolute;
	left: 0;
	content: counter(ldb)" .";
	font-family: "Sawarabi Mincho";
	font-weight: bold;
	color: #0075a9;
}

.list-n {
	list-style-type: none;
}

.main-header {
	font-weight: bold;
	font-size: 2.4rem;
	color: #0163be;
}

.main-header::after {
	content: attr(data-snippet);
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 1.2rem;
	color: #9d9d9d;
}

.map-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.mw-100 {
	max-width: 100%;
	padding: 0 0 20px 0px;
}

.ov-h {
	overflow: hidden;
}

.ta-c {
	text-align: center;
}

.td-u {
	text-decoration: underline;
}

.w-100 {
	width: 100%;
}

/*----------------------------------------------------------------
  Header
  ----------------------------------------------------------------*/

.page-header {
	border-top: 3px solid #0298e3;
}

.page-header-btn ul {
	display: flex;
	list-style-type: none;
}

.page-header-btn a {
	display: inline-block;
	padding: 0 6px;
	border: 1px solid #98d0ed;
	border-radius: 4px;
	background-color: #fff;
	color: #37abe4;
	text-decoration: none;
	transition: background-color 0.3s;
}

.page-header-btn a:hover,
.page-header-btn a:active {
	background-color: #98d0ed;
	color: #fff;
}

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

.page-header-tel {
	text-align: center;
	color: #e32635;
}

.page-header-tel-info {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.page-header-global a {
	text-decoration: none;
	line-height: 1;
	color: #4c4c4c;
}

.page-header-global a::after {
	content: attr(data-snippet);
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2rem;
	color: #75b7f4;
}

.jumbotron-top {
	background: #15a5ef linear-gradient(to top, #d9e4ed 0%, #15a5ef 100%) top left no-repeat;
}

.jumbotron-page {
	position: relative;
}

.jumbotron-page span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}

/*----------------------------------------------------------------
  Wireframe
  ----------------------------------------------------------------*/

.breadcrumbs ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}

.breadcrumbs li {
	display: block;
	margin-right: 1.2rem;
	font-size: 1.2rem;
	color: #75b7f4;
}

.breadcrumbs li:nth-of-type(n+2)::before {
	content: '>';
	margin-right: 1.2rem;
	color: #4c4c4c;
}

.breadcrumbs a {
	text-decoration: none;
	color: #4c4c4c;
}

.breadcrumbs a:hover,
.breadcrumbs a:active {
	text-decoration: underline;
}

.sidebar {
	background: #ebebeb url(../img/bg_dotted.png) center center repeat;
}

.sidebar-nav {
	margin-bottom: 20px;
}

.sidebar-nav ul {
	padding: 0 10px;
	background-color: #fff;
	list-style-type: none;
	color: #4c4c4c;
}

.sidebar-nav a {
	position: relative;
	display: block;
	padding: 15px 10px 15px 5px;
	font-weight: bold;
	color: inherit;
}

.sidebar-nav a::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 6px;
	height: 10px;
	margin-top: -5px;
	background: transparent url(../img/icon_angle_r_lightblue_6x10.png) center center no-repeat;
}

.sidebar-logo {
	padding: 10px 10px 15px;
	border-radius: 10px;
	background-color: #fff;
	font-size: 1.2rem;
	color: #343434;
}

.sidebar-logo img {
	margin-bottom: 10px;
	margin: 3px;
}

/*----------------------------------------------------------------
  Index
  ----------------------------------------------------------------*/

.header-icon-border {
	padding-left: 20px;
	background: transparent url(../img/icon_border.png) left center no-repeat;
}

.top-service-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
       /* height: 305px;*/	
}

.top-service-list li {
	max-width: 150px;
	padding: 0 4px;
}

.top-service-thumbnail {
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
	letter-spacing: -0.1rem;
	color: #0163be;
}

.top-service-thumbnail img {
	margin-bottom: 20px;
}

.top-service-list p {
	font-size: 1.4rem;
	color: #2e2e2e;
	/*営業種目案内テキスト折り返し*/
	display: flex;
	/*width: 170px;*/
	overflow-wrap: break-word;
}

.top-service-list .btn-link-red {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -55px;
}

.top-service-link {
	display: block;
	margin: 0 auto 40px;
}

.top-recommend {
	display: flex;
	/*flex-direction: column;*/
	align-items: center;
	justify-content: center;
	width: 100%;
	/*background-color: #c0e2f1;*/
	color: #0163be;
}

.top-recommend p:nth-of-type(1) {
	font-size: 2rem;
}

.top-recommend p:nth-of-type(2) {
	font-size: 1.2rem;
}

.header-icon-horn {
	padding: 0 0 6px 45px;
	border-bottom: 1px solid #bac0c6;
	background: transparent url(../img/icon_horn.png) 0 0.6rem no-repeat;
}

.top-topics-list li {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
	border-bottom: 1px dotted #bac0c6;
}

.top-topics-list-tag {
	width: 70px;
	background-color: #0163be;
	border-radius: 9px;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
}

.top-topics-list-title {
	font-size: 1.2rem;
}

.top-topics-list-title a {
	color: #2e2e2e;
}

.top-topics-list-date {
	font-size: 1.4rem;
	color: #0163be;
}

/*----------------------------------------------------------------
  Service
  ----------------------------------------------------------------*/

.service-header h2 {
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #0163b1;
}

.service-header p,
.service-list {
	color: #4b4b4b;
}

.service-header a {
	color: #0163b1;
}

.service-item h3 {
	margin-bottom: 15px;
	padding: 2px 0 2px 15px;
	border-left: 5px solid #a1c4d9;
}

.service-item figure {
	position: relative;
	margin-bottom: 10px;
}

.service-item figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #bfbfbf;
}

.service-item figure::after {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	width: calc( 100% - 2px );
	height: calc( 100% - 2px );
	border: 1px solid #fff;
}

.service-index {
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.service-index a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 15px 20px 15px 15px;
	background:
		url(../img/icon_angle_r_lightblue_6x10.png) right 14px center no-repeat,
		transparent linear-gradient(to bottom, #d6edff 0%, #fff 100%) center no-repeat;
	border-radius: 10px;
	text-decoration: none;
	color: #0163B1;
	font-size: 2.4rem;
}

.service-index a img {
	width: 100px;
}

.service-index a span {
	width: calc(100% - 110px);
}

.service-header-various {
	background:
		url( ../img/bg_service_various.png ) left top no-repeat,
		transparent linear-gradient( to bottom, #d6edff 0%, #fff 50%, #fff 100% ) center top no-repeat;
}

.service-header-interior {
	background:
		url( ../img/bg_service_interior.png ) left top no-repeat,
		transparent linear-gradient( to bottom, #d6edff 0%, #fff 50%, #fff 100% ) center top no-repeat;
}

.service-header-dress {
	background:
		url( ../img/bg_service_dress.png ) left top no-repeat,
		transparent linear-gradient( to bottom, #d6edff 0%, #fff 50%, #fff 100% ) center top no-repeat;
}

.service-header-bag {
	background:
		url( ../img/bg_service_bag.png ) left top no-repeat,
		transparent linear-gradient( to bottom, #d6edff 0%, #fff 50%, #fff 100% ) center top no-repeat;
}

.service-header-shoes {
	background:
		url( ../img/bg_service_shoes.png ) left top no-repeat,
		transparent linear-gradient( to bottom, #d6edff 0%, #fff 50%, #fff 100% ) center top no-repeat;
}

.service-header-leather {
	background:
		url( ../img/bg_service_leather.png ) left top no-repeat,
		transparent linear-gradient( to bottom, #d6edff 0%, #fff 50%, #fff 100% ) center top no-repeat;
}

.service-header-futon {
	background:
		url( ../img/bg_service_futon.png ) left top no-repeat,
		transparent linear-gradient( to bottom, #d6edff 0%, #fff 50%, #fff 100% ) center top no-repeat;
}

.service-header-fur {
	background:
		url( ../img/bg_service_fur.png ) left top no-repeat,
		transparent linear-gradient( to bottom, #d6edff 0%, #fff 50%, #fff 100% ) center top no-repeat;
}

.service-header-clothes {
	background:
		url( ../img/bg_service_clothes.png ) left top no-repeat,
		transparent linear-gradient( to bottom, #d6edff 0%, #fff 50%, #fff 100% ) center top no-repeat;
}

.service-header-kimono {
	background:
		url( ../img/bg_service_kimono.png ) left top no-repeat,
		transparent linear-gradient( to bottom, #d6edff 0%, #fff 50%, #fff 100% ) center top no-repeat;
}

.service-header-repair {
	background:
		url( ../img/bg_service_repair.png ) left top no-repeat,
		transparent linear-gradient( to bottom, #d6edff 0%, #fff 50%, #fff 100% ) center top no-repeat;
}

.service-header-delivery {
	background:
		url( ../img/bg_service_delivery.png ) left top no-repeat,
		transparent linear-gradient( to bottom, #d6edff 0%, #fff 50%, #fff 100% ) center top no-repeat;
}

.service-header-article {
	background:
		url( ../img/bg_service_article.png ) left top no-repeat,
		transparent linear-gradient( to bottom, #d6edff 0%, #fff 50%, #fff 100% ) center top no-repeat;
}

.service-header-carpet {
	background:
		url( ../img/bg_service_jutan.png ) left top no-repeat,
		transparent linear-gradient( to bottom, #d6edff 0%, #fff 50%, #fff 100% ) center top no-repeat;
}


.service-nav {
	width: 240px;
	margin: 0 auto;
	padding: 5px;
	border-radius: 17px;
}

.recommend-header {
	margin-top: 40px;
}

.recommend-text {
	margin: 35px 10px;
	background-color: #fbfbfb;
}




/*----------------------------------------------------------------
  追加
 ----------------------------------------------------------------*/








/*----------------------------------------------------------------
  Before/After
  ----------------------------------------------------------------*/

.beforeafter-link a {
	padding: 10px 50px 10px 20px;
	border-radius: 25px;
	font-size: 2rem;
}

.ba-item {
	display: flex;
	justify-content: space-between;
	background: transparent url( ../img/icon_caret_r_lightblue_18x22.png ) center no-repeat;
	width: 100%;
}

.ba-item figcaption {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	color: #2baaed;
}

.ba-item-before {
	background-color: #efefef;
}

.ba-item-after {
	background-color: #d8efff;
}

.ba-nav {
	width: 240px;
	padding: 5px;
	border-radius: 17px;
}

/*----------------------------------------------------------------
  Company
  ----------------------------------------------------------------*/

.company-tab ul {
	display: flex;
	justify-content: center;
	list-style-type: none;
}

.company-tab a {
	display: block;
	padding: 0 14px;
	border: 1px solid #f34b59;
	background-color: #f34b59;
	border-radius: 14px;
	line-height: 2;
	text-decoration: none;
	font-size: 1.4rem;
	color: #fff;
	transition: background-color 0.3s;
}

.company-tab a:hover,
.company-tab a:active,
.company-tab .current {
	background-color: #fff;
	color: #f34b59;
}

.company-wrapper li {
	padding-left: 40px;
	font-size: 1.8rem;
}

.company-wrapper li::before {
	top: -8px;
	font-size: 2.4rem;
}

.company-management h3,
.company-management li {
	margin-bottom: 25px;
}

.company-info {
	display: flex;
	flex-wrap: wrap;
}

.company-info dl dt {
	color: #0075a9;
}

.company-info dl dt:nth-of-type(n+2) {
	margin-top: 24px;
}

.company-info-map {
	position: relative;
	width: 100%;
	padding-top: 45%;
}

/*----------------------------------------------------------------
  Related
  ----------------------------------------------------------------*/

.related-map {
	position: relative;
	margin: 0 auto;
}

.related-map a {
	position: absolute;
	left: 80.4%;
	width: 14.2%;
	height: 3.3%;
}

.related-map a:nth-of-type(1) {
	top: 77%;
}

.related-map a:nth-of-type(2) {
	top: 81.8%;
}

.related-map a:nth-of-type(3) {
	top: 86.6%;
}

.related-map a:nth-of-type(n+4) {
	width: 38.6%;
	height: 5.3%;
}

.related-map a:nth-of-type(4) {
	top: 24%;
	left: 30%;
}

.related-map a:nth-of-type(5) {
	top: 40.9%;
	left: 17.3%;
}

.related-map a:nth-of-type(6) {
	top: 79.4%;
	left: 32%;
}

.corporate-photo ul,
.company-table {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.corporate-photo li {
	width: 30%;
}

.company-table p + p {
	margin-top: 20px;
}

/*----------------------------------------------------------------
  Greetings
  ----------------------------------------------------------------*/

.greeting-text h3 {
	font-size: 2rem;
	font-family: "Sawarabi Mincho", serif;
}

.greeting-text p:last-of-type {
	text-align: right;
	font-family: "Sawarabi Mincho";
	color: #343434;
}

.greeting-slogan dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.greeting-slogan li:nth-last-of-type(even) dl {
	flex-direction: row-reverse;
}

.greeting-slogan dt {
	text-align: center;
	color: #fff;
}

.greeting-slogan li:nth-of-type(1) {
	background-color: #fff0f2;
}

.greeting-slogan li:nth-of-type(1) dt {
	background-color: #f16070;
	padding: 41px 0 31px;
}

.greeting-slogan li:nth-of-type(2) {
	background-color: #fffdef;
}

.greeting-slogan li:nth-of-type(2) dt {
	background-color: #e7c322;
}

.greeting-slogan li:nth-of-type(3) {
	margin-bottom: 0;
	background-color: #eff7ff;
}

.greeting-slogan li:nth-of-type(3) dt {
	background-color: #53a4ef;
}

/*----------------------------------------------------------------
  History
  ----------------------------------------------------------------*/

.history-wrapper {
	padding: 45px 0 0 5px;
	background: transparent url(../img/icon_weather.png) top left no-repeat;
}

.history-inner h2 {
	width: 55px;
	line-height: 1.4;
	border-radius: 11px;
	text-align: center;
	color: #fff;
}

.history-showa h2 {
	background-color: #0075a9;
}

.history-heisei h2 {
	background-color: #0a4ac6;
}

.history-reiwa h2 {
	background-color: #7da9ff;
}

.history-inner dl {
	display: flex;
	flex-wrap: wrap;
}

.history-inner dt {
	width: 60px;
	margin-bottom: 20px;
	font-weight: bold;
}

.history-showa {
	margin-bottom: 30px;
}

.history-showa dt {
	color: #0075a9;
}

.history-heisei dt {
	color: #0a4ac6;
}

.history-reiwa dt {
	color: #7da9ff;
}

.history-inner dd {
	width: calc(100% - 60px);
	margin-bottom: 20px;
}

.history-inner dt:last-of-type,
.history-inner dd:last-of-type {
	margin-bottom: 0;
}

/*----------------------------------------------------------------
  Recruit
  ----------------------------------------------------------------*/

.recruit-index-list a {
	display: block;
}

.header-recruit,
.subheader-recruit {
	font-weight: bold;
	color: #0163be;
}

.header-recruit-arbeit {
	background: #f1f9fe url( ../img/bg_recruit_1.jpg ) right center / cover no-repeat;
}

.header-recruit-new-graduate {
	background: #f1f9fe url( ../img/bg_recruit_2.jpg ) right center / cover no-repeat;
}

.header-recruit-career {
	background: #f1f9fe url( ../img/bg_recruit_3.jpg ) right center / cover no-repeat;
}

.recruit-text div,
.recruit-more {
	border-radius: 16px;
	padding: 20px 16px;
	background-color: #ecf9ff;
	font-size: 1.4rem;
	color: #4d4d4d;
}

.recruit-text .asterisk {
	padding-left: 0.7rem;
	text-indent: -0.7rem;
}

.recruit-text .asterisk::before {
	content: '*';
}

.recruit-icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
}

.recruit-icon li {
	margin: 0 12px 10px;
	padding: 1px 15px;
	border: 1px solid #a2d1ef;
	border-radius: 17px;
	font-size: 2rem;
	font-weight: bold;
	color: #004c97;
}

.recruit-table {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #39ace4;
}

.recruit-table dt {
	padding: 10px 0;
	border-top: 1px solid #39ace4;
	font-weight: bold;
	color: #004c97;
}

.recruit-table dd {
	padding: 10px 0;
	border-top: 1px solid #39ace4;
	color: #4c4c4c;
}

.recruit-table strong {
	color: #000;
}

.recruit-more strong {
	color: inherit;
	display: block;
	margin: 0 0 12px;
}

.recruit-table dd dt,
.recruit-table dd dd {
	width: 100%;
	padding: 0;
	border-top: none;
}

.recruit-table dd dd + dt {
	margin-top: 20px;
}

.recruit-table th {
	padding-right: 15px;
}

.recruit-btn a {
	display: block;
	margin: 0 auto;
	padding: 6px;
	border: 1px solid #ba253b;
	border-radius: 8px;
	background: #ef4a5c linear-gradient( to bottom, rgba( 223, 43, 42, 0 ) 0%, rgba( 223, 43, 42, 1 ) 100% ) 0 0 no-repeat;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 2rem;
	color: #fff;
}

.recruit-flow {
	table-layout: fixed;
	border-collapse: collapse;
}

.recruit-flow caption {
	margin: 0 0 15px;
	text-align: left;
	font-weight: bold;
	color: #004c97;
}

.recruit-flow tr:nth-of-type( odd ) {
	background-color: #f0f0f0;
}

.recruit-flow th {
	font-weight: bold;
	color: #004c97;
}

/*----------------------------------------------------------------
  Reparation
  ----------------------------------------------------------------*/

.reparation-text ol {
	padding-left: 20px;
}

.reparation-text .list-n {
	padding-left: 0;
}

.reparation-text .list-n ol {
	margin-left: 20px;
}

.reparation-text table {
	margin: 15px 0;
}

.reparation-text td {
	vertical-align: top;
}

.reparation-text td:nth-of-type(1) {
	padding-right: 1.6rem;
}

/*----------------------------------------------------------------
  Q&A
  ----------------------------------------------------------------*/

.qanad-wrapper dl {
	margin: 0 10px;
}

.qanad-wrapper dt {
	position: relative;
	background-color: #ececec;
	color: #313131;
}

.qanad-wrapper dt::before,
.qanad-wrapper dd::before {
	position: absolute;
	left: 20px;
	font-weight: bold;
	font-size: 1.8rem;
}

.qanad-wrapper dt::before {
	content: 'Q.';
	top: 50%;
	transform: translateY( -50% );
	color: #0163be;
}

.qanad-wrapper dt::after {
	content: '';
	position: absolute;
	left: -18px;
	top: 50%;
	z-index: 1;
	width: 18px;
	height: 18px;
	transform: translateY( -50% );
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 9px solid transparent;
	border-right: 9px solid #ececec;
}

.qanad-wrapper dd {
	position: relative;
	margin-right: 10px;
	padding-left: 50px;
}

.qanad-wrapper dd::before {
	content: 'A.';
	top: -4px;
	color: #fe4357;
}

.qanad-wrapper ul {
	padding-left: 24px;
}

.qanad-wrapper table {
	width: 100%;
	border: 1px solid #d2d2d2;
	table-layout: fixed;
	border-collapse: collapse;
}

.qanad-wrapper th,
.qanad-wrapper td {
	border: 1px solid #d2d2d2;
	vertical-align: top;
}

.qanad-wrapper th {
	font-weight: bold;
	background-color: #f8f8f8;
}

/*----------------------------------------------------------------
  Contact
  ----------------------------------------------------------------*/
/*
.form-wrapper label span {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: middle;
	box-shadow: 0 0 1px #a0a0a0;
}

.form-wrapper label input:checked + span {
	background-color: #000;
}
*/

.form-wrapper dt {
	font-size: 1.8rem;
	font-weight: bold;
	color: #0163be;
}

.required {
	display: inline-block;
	margin-left: 10px;
	padding: 0 5px;
	border-radius: 9px;
	background-color: #ef525f;
	vertical-align: middle;
	font-weight: normal;
	font-size: 1.2rem;
	color: #fff;
}

.form-privacy {
	margin-top: 5px;
}

.form-half,
.form-full,
.form-wrapper textarea {
	padding: 4px 10px;
	border: 1px solid #a0a0a0;
}

.form-half::placeholder,
.form-full::placeholder {
	color: #a0a0a0;
}

.form-privacy {
	background-color: #e6e6e6;
	color: #434343;
}

.form-privacy h3 {
	margin-bottom: 20px;
}

.form-privacy dl {
	font-size: 1.4rem;
	overflow-y: scroll;
	counter-reset: fp;
}

.form-privacy dt {
	color: inherit;
	font-size: 100%;
	counter-increment: fp;
}

.form-privacy dt::before {
	content: counter( fp )'. ';
}

.form-wrapper input[type="checkbox"] {
	margin-right: 15px;
}

.form-wrapper > dd:first-of-type,
.form-wrapper > dd:last-of-type {
    border-top: 1px solid #e6e6e6;
}
.btnArea {
	text-align: center;
}

.form-wrapper-submit {
	display: inline-block;
	width: 100%;
	max-width: 180px;
	margin: 0 12px;
	padding: 12px;
	border: none;
	border-radius: 10px;
	background-color: #ef525f;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	color: #fff;
}
.wpcf7c-conf, .wpcf7c-conf:focus {
  background-color: transparent;
  border: none;
}
.wpcf7-list-item {
	display: block !important;
}
span.wpcf7-not-valid-tip {
	font-size: 12px !important;
}
.txtC {
	text-align: center;
}


/*----------------------------------------------------------------
  Footer
  ----------------------------------------------------------------*/

.contact-fix {
	position: fixed;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	right: -1px;
	transform: translateY(-50%);
	z-index: 10;
}

.contact-fix a {
	position: relative;
	display: block;
	border: 1px solid #fff;
	background: transparent url(../img/bg_contact_fix.png) top left / cover no-repeat;
	line-height: 1;
	text-decoration: none;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
}

.contact-fix a::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	background: transparent url(../img/fukidashi.png) center center / cover no-repeat;
}

.contact-fix img {
	width: 20px;
	margin-bottom: 10px;
	vertical-align: baseline;
}

.page-footer {
	background-color: #0163be;
	color: #fff;
}

.footer-logo {
	font-size: 1.2rem;
}

.footer-logo a {
	display: block;
	background-color: #fff;
}

.footer-nav ul {
	display: flex;
	justify-content: flex-end;
	line-height: 1;
	list-style-type: none;
	font-size: 1.4rem;
}

.footer-nav a {
	color: #cbe2f8;
}

.page-top {
	position: fixed;
	right: 10px;
}

.page-top-button {
	width: 54px;
	padding: 3px 5px 7px;
	border: 2px solid #b2b2b2;
	border-radius: 10px;
	background-color: #fff;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2rem;
	color: #37abe4;
	outline: none;
	transition: background-color 0.3s;
}

.page-top-button:hover,
.page-top-button:active {
	background-color: #37abe4;
	color: #fff;
}

.page-top-button::before {
	content: '\f106';
	display: block;
	font-size: 1.6rem;
}