@charset "UTF-8";
/* ---------------------------------------
  基本情報
-----------------------------------------*/
html, body {
	height: 100%;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, figcaption {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: 400;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	text-align: left;
	color: #4D4D4D;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	word-break: break-word;
}

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	font-weight: 400;
	color: #4D4D4D;
}

textarea {
	resize: vertical;
}

select::-ms-expand {
	display: none;
}

a {
	text-decoration: none;
	color: inherit;
	outline: none;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
/* base
--------------------------------*/
p, dt, dd, li, th, td,
input, button, textarea, select, figcaption{
	font-size: 1.4rem;
	line-height: 2;
}

body.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wrap {
	max-width: 900px;
	width: calc(100% - 60px);
	margin: 0 auto;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}

.tal {
	text-align: left !important;
}

.bold {
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	body {
		min-width: 1000px;
	}
}
@media screen and (max-width: 767px) {
	body {
		-webkit-text-size-adjust: 100%;
	}

	img {
		width: 100%;
	}

	p, dt, dd, li, th, td, input, button, textarea, select {
		font-size: 0.8rem;
	}

	.sp-tac {
		text-align: center !important;
	}

	.sp-tar {
		text-align: right !important;
	}

	.sp-tal {
		text-align: left !important;
	}
}
/* ---------------------------------------------
  header
-----------------------------------------------*/
@media screen and (max-width: 767px) {
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #FFFFFF;
		z-index: 100;
		border-bottom: 1px solid #B2B2B2;
	}
}
.header .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 1220px;
	padding: 60px 0 30px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.header .wrap {
		padding: 19px 0;
		height: 58px;
	}
}
.header .logo {
	width: 200px;
}
@media screen and (max-width: 767px) {
	.header .logo {
		width: 100px;
		margin: 0 auto;
	}
	.header .logo img {
		vertical-align: middle;
	}
}
.header .logo a {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}
.header .logo a:hover {
	opacity: 0.7;
}
.header .menu-trigger {
	display: none;
}
@media screen and (max-width: 767px) {
	.header .menu-trigger {
		display: block;
		width: 23px;
		height: 32px;
		position: absolute;
		top: 50%;
		right: -5px;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		z-index: 100;
	}
	.header .menu-trigger span {
		display: block;
		width: 23px;
		height: 3px;
		background: #D7132E;
		position: absolute;
		left: 0;
		-webkit-transform: translateY(-50%) skewX(-55deg);
		        transform: translateY(-50%) skewX(-55deg);
	}
	.header .menu-trigger span:nth-child(1) {
		top: 25%;
	}
	.header .menu-trigger span:nth-child(2) {
		top: 50%;
	}
	.header .menu-trigger span:nth-child(3) {
		top: 75%;
	}
}
.header .navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
	.header .navi {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		max-width: 300px;
		width: 80%;
		height: 100%;
		background: #4D4D4D;
		z-index: 100;
		padding: 55px 25px;
		overflow-y: auto;
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
	}
}
.header .navi_logo {
	display: none;
}
@media screen and (max-width: 767px) {
	.header .navi_logo {
		width: 100px;
		display: block;
		margin-top: 80px;
	}
}
.header .navi_user {
	text-align: right;
}
@media screen and (max-width: 767px) {
	.header .navi_user {
		text-align: center;
		margin-top: 15px;
	}
}
.header .navi_user a {
	color: #FFFFFF;
	display: inline-block;
	background: #D7132E;
	position: relative;
	z-index: 1;
	padding: 2px 35px 2px 15px;
	border-radius: 20px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.header .navi_user a {
		font-size: 1.6rem;
		display: block;
		padding: 5px 30px 5px 10px;
	}
}
.header .navi_user a:hover {
	opacity: 0.7;
}
.header .navi_user a::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: url(../img/common/icon_user.svg) no-repeat center center #FFFFFF;
	background-size: 15px;
}
@media screen and (max-width: 767px) {
	.header .navi_user a::before {
		right: 6px;
		width: 30px;
		height: 30px;
		background-size: 20px;
	}
}
.header .navi_user.store {
}
@media screen and (max-width: 767px) {
	.header .navi_user.store {
		margin-top: 35px;
	}
}
.header .navi_user.store a {
	padding: 2px 15px 2px 15px;
}
@media screen and (max-width: 767px) {
	.header .navi_user.store a {
		padding: 5px 10px 5px 10px;
	}
}
@media screen and (max-width: 767px) {
	.header .navi_user.store a::before {
		display: none;
	}
}
.header .navi_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.header .navi_list {
		display: block;
		margin-top: 0;
		border-bottom: 1px solid #FFFFFF;
	}
}
.header .navi_list li {
	position: relative;
}
@media screen and (max-width: 767px) {
	.header .navi_list li {
		border-top: 1px solid #FFFFFF;
	}
}
.header .navi_list li::before {
	content: "|";
	margin: 0 8px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}
@media screen and (max-width: 767px) {
	.header .navi_list li::before {
		display: none;
	}
}
.header .navi_list li:first-child::before {
	display: none;
}
.header .navi_list li:hover ul {
	opacity: 1;
	visibility: visible;
}
.header .navi_list li a {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
	display: inline-block;
	padding: 5px 0;
}
.header .navi_list li a:hover {
	opacity: 0.7;
}
.header .navi_list li span{
	cursor: pointer;
	display: inline-block;
	padding: 5px 0;
}
@media screen and (max-width: 767px) {
	.header .navi_list li span,
	.header .navi_list li a {
		font-size: 1.2rem;
		color: #FFFFFF;
		padding: 10px 0 0;
		display: block;
	}
	.header .navi_list li a:last-child {
		padding-bottom: 10px;
	}
}
@media screen and (min-width: 768px) {
	.header .navi_list_child {
		position: absolute;
		top: 35px;
		left: 0;
		padding: 15px 30px;
		background: #F1F1F1;
		z-index: 10;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.header .navi_list_child li {
		white-space: nowrap;
	}
	.header .navi_list_child li::before {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.header .navi_list_child {
		display: block;
		padding-bottom: 10px;
	}
	.header .navi_list_child li {
		border-top: 0;
	}
	.header .navi_list_child li a {
		padding: 0;
	}
	.header .navi_list_child li a:last-child {
		padding-bottom: 0;
	}
}

.overlay {
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
}
.overlay.menu-open {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 767px) {
	.menu-open .menu-trigger span {
		width: 20px;
		height: 5px;
		background: #FFFFFF;
	}
	.menu-open .menu-trigger span:nth-child(1) {
		top: 50%;
		-webkit-transform: translateY(-50%) skewX(-45deg) rotate(90deg);
		        transform: translateY(-50%) skewX(-45deg) rotate(90deg);
	}
	.menu-open .menu-trigger span:nth-child(2) {
		opacity: 0;
	}
	.menu-open .menu-trigger span:nth-child(3) {
		top: 50%;
		-webkit-transform: translateY(-50%) skewX(45deg) rotate(-90deg);
		        transform: translateY(-50%) skewX(45deg) rotate(-90deg);
	}
}
.menu-open .navi {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

/* ---------------------------------------------
  main
-----------------------------------------------*/
@media screen and (max-width: 767px) {
	main {
		padding-top: 58px;
	}
}

/* button
--------------------------------*/
.button-arrow {
	font-size: 2.2rem;
	color: #0071BB;
	padding-right: 20px;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}
.button-arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 0.7em;
	height: 0.7em;
	border-top: 2px solid #0071BB;
	border-right: 2px solid #0071BB;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	right: 0;
}
.button-arrow:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.button-arrow {
		font-size: 1.6rem;
	}
}

.button-green {
	font-size: 2rem;
	font-weight: 700;
	color: #FFFFFF;
	min-width: 290px;
	height: 68px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #55bcab;
	border-radius: 5px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}
.button-green:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.button-green {
		font-size: 1rem;
		font-weight: 700;
		color: #FFFFFF;
		min-width: 145px;
		height: 34px;
	}
}

/* title
--------------------------------*/
.title-section {
	font-size: 3.2rem;
	line-height: 1.75;
	text-align: center;
	font-weight: 700;
	margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
	.title-section {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
}
.title-section.white {
	color: #FFFFFF;
}

.title-border {
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.75;
	padding-bottom: 25px;
	margin-bottom: 45px;
	border-bottom: 1px solid #989898;
	margin-top: 100px;
}
.title-border:first-child {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.title-border {
		font-size: 1.6rem;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
}

/* main-visual
--------------------------------*/
.main-visual {
	padding-top: 39%;
	height: 0;
	min-height: 500px;
	background: no-repeat center center/cover;
	position: relative;
}
@media screen and (max-width: 767px) {
	.main-visual {
		min-height: 1px;
	}
}
.main-visual .title {
	font-size: 7.2rem;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	color: #FFFFFF;
	text-align: center;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.main-visual .title {
		font-size: 2.2rem;
	}
}

/* tab-button
--------------------------------*/
.tab-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	border-bottom: 1px solid #cbcbcb;
}
@media screen and (max-width: 767px) {
	.tab-button {
		display: block;
	}
}
.tab-button .link {
	border-top: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
}
@media screen and (max-width: 767px) {
	.tab-button .link {
		border-right: 1px solid #cbcbcb;
	}
}
.tab-button .link a,
.tab-button .link span {
	padding: 6px;
	min-width: 145px;
	text-align: center;
	display: block;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.tab-button .link a,
.tab-button .link span {
		padding: 4px;
		min-width: 1px;
		width: 100%;
	}
}
.tab-button .link a:hover,
.tab-button .link span:hover {
	opacity: 0.7;
}
.tab-button .link.is-current a,
.tab-button .link.is-current span {
	color: #FFFFFF;
	background: #d7132e;
}
.tab-button .link:last-child {
	border-right: 1px solid #cbcbcb;
}

.tab-area {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.tab-area {
		margin-top: 20px;
	}
}
.tab-area_block {
	display: none;
}
.tab-area_block.is-current {
	display: block;
}

/* list-column
--------------------------------*/
.list-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.list-column .item {
	width: 280px;
	margin-right: 30px;
}
@media screen and (max-width: 767px) {
	.list-column .item {
		width: 48%;
		margin-right: 4%;
	}
}
.list-column .item:nth-child(3n) {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.list-column .item:nth-child(3n) {
		margin-right: 4%;
	}
}
@media screen and (max-width: 767px) {
	.list-column .item:nth-child(2n) {
		margin-right: 0;
	}
}
.list-column .item:nth-child(n+4) {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.list-column .item:nth-child(n+3) {
		margin-top: 10px;
	}
}
.list-column .item a {
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #cbcbcb;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}
.list-column .item a:hover {
	opacity: 0.7;
}
.list-column .item .box-text {
	padding: 15px;
}
@media screen and (max-width: 767px) {
	.list-column .item .box-text {
		padding: 10px;
	}
}
.list-column .item .box-text .title {
	font-size: 1.8rem;
	line-height: 1.7;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.list-column .item .box-text .title {
		font-size: 0.9rem;
	}
}
.list-column .item .box-text .time {
	font-size: 1.8rem;
	margin-top: 25px;
}
@media screen and (max-width: 767px) {
	.list-column .item .box-text .time {
		font-size: 0.9rem;
		margin-top: 20px;
	}
}
.list-column .item .box-text .tag_inner {
	font-size: 1.2rem;
	background: #F1F1F1;
	display: inline-block;
	padding: 0 5px;
}
@media screen and (max-width: 767px) {
	.list-column .item .box-text .tag_inner {
		font-size: 0.7rem;
	}
}

/* pagination
--------------------------------*/
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.pagination {
		margin-top: 35px;
	}
}
.pagination li {
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
	.pagination li {
		font-size: 0.9rem;
	}
}
.pagination li a {
	color: #cbcbcb;
	display: inline-block;
	padding: 0 15px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}
.pagination li a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.pagination li a {
		padding: 0 8px;
	}
}
.pagination li.is-current a {
	color: #4D4D4D;
}

/* form
--------------------------------*/
.form .check {
	cursor: pointer;
	display: inline-block;
	position: relative;
}
.form .check input[type=checkbox] {
	width: 1px;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.form .check span {
	position: relative;
	padding-left: 35px;
}
@media screen and (max-width: 767px) {
	.form .check span {
		padding-left: 20px;
	}
}
.form .check span::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #4D4D4D;
}
@media screen and (max-width: 767px) {
	.form .check span::before {
		top: 1px;
		width: 14px;
		height: 14px;
	}
}
.form .check span::after {
	content: "";
	position: absolute;
	top: -1px;
	left: 7px;
	width: 12px;
	height: 20px;
	border-right: 2px solid #4D4D4D;
	border-bottom: 2px solid #4D4D4D;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	opacity: 0;
}
@media screen and (max-width: 767px) {
	.form .check span::after {
		top: -2px;
		left: 5px;
		width: 7px;
		height: 13px;
	}
}
.form .check input[type=checkbox]:checked + span::after {
	opacity: 1;
}
.form input[type=text],
.form input[type=email],
.form input[type=date],
.form input[type=tel],
.form select,
.form textarea {
	font-size: 2rem;
	line-height: 1.75;
	width: 100%;
	height: 100px;
	background: #FFFFFF;
	border: 1px solid #989898;
	padding: 0 20px;
}
@media screen and (max-width: 767px) {
	.form input[type=text],
	.form input[type=date],
	.form input[type=tel],
.form input[type=email],
.form select,
.form textarea {
		font-size: 1.2rem;
		height: 35px;
	}
}
.form textarea {
	height: 400px;
	padding: 20px;
}
.form .select-wrap{
	width: 100%;
	height: 100px;
	background: #FFFFFF;
	border: 1px solid #989898;
	position: relative;
}
@media screen and (max-width: 767px) {
	.form .select-wrap{
		height: 35px;
	}
}
.form .select-wrap::before{
	content: '';
	position: absolute;
	top: 36px;
	right: 25px;
	border-bottom: 2px solid #989898;
	border-right: 2px solid #989898;
	transform: rotate(45deg);
	width: 20px;
	height: 20px;
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	.form .select-wrap::before{
		top: 9px;
		right: 15px;
		width: 10px;
		height: 10px;
		border-width: 1px;
	}
}
.form .select-wrap select{
	font-size: 2rem;
	line-height: 1.75;
	padding: 0 70px 0 20px;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.form .select-wrap select{
		font-size: 1.2rem;
		padding: 0 40px 0 20px;
	}
}
.form dl dt,
.form dl dd {
	font-size: 2.4rem;
	line-height: 1.75;
}
@media screen and (max-width: 767px) {
	.form dl dt,
.form dl dd {
		font-size: 1.2rem;
	}
}
.form dl dt {
	font-weight: 700;
	margin-top: 45px;
}
@media screen and (max-width: 767px) {
	.form dl dt {
		margin-top: 20px;
	}
}
.form dl dt .normal {
	font-weight: 400;
}
.form dl dt .req {
	color: #55bcab;
}
.form dl dd {
	line-height: 1.75;
	margin-top: 5px;
}
.form dl dd .sub {
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: 30px;
}

.warranty_form .form dl dd .sub {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.form dl dd .sub {
		font-size: 1.2rem;
		margin-top: 20px;
	}
}
.form dl dd .sub + div {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.form dl dd .sub + div {
		margin-top: 5px;
	}
}
.form .doc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
	.form .doc .check-box {
		width: 32%;
		margin-right: 2%;
		position: relative;
		padding-bottom: 40px;
		cursor: pointer;
	}
	.form .doc .check-box:nth-child(3n) {
		margin-right: 0;
	}
	.form .doc .check-box:nth-child(n+4) {
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.form .doc .check-box {
		width: 48%;
		margin-right: 4%;
		position: relative;
		padding-bottom: 30px;
		cursor: pointer;
	}
	.form .doc .check-box:nth-child(2n) {
		margin-right: 0;
	}
	.form .doc .check-box:nth-child(n+3) {
		margin-top: 15px;
	}
}
.form .doc .check-box input[type=checkbox] {
	position: absolute;
	width: 1px;
	visibility: hidden;
	top: 0;
	left: 0;
}
.form .doc .check-box > span {
	border: 1px solid #989898;
	position: relative;
	padding: 10px;
	display: block;
}
@media screen and (max-width: 767px) {
	.form .doc .check-box > span {
		padding: 5px;
	}
}
.form .doc .check-box > span::before {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 20px;
	height: 20px;
	border: 1px solid #4D4D4D;
}
@media screen and (max-width: 767px) {
	.form .doc .check-box > span::before {
		bottom: -23px;
		width: 14px;
		height: 14px;
	}
}
.form .doc .check-box > span::after {
	content: "";
	position: absolute;
	bottom: -33px;
	left: calc(50% - 3px);
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 12px;
	height: 20px;
	border-right: 2px solid #4D4D4D;
	border-bottom: 2px solid #4D4D4D;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	opacity: 0;
}
@media screen and (max-width: 767px) {
	.form .doc .check-box > span::after {
		bottom: -19px;
		left: calc(50% - 2px);
		width: 7px;
		height: 13px;
	}
}
.form .doc .check-box input[type=checkbox]:checked + span::after {
	opacity: 1;
}
.form .doc .check-box .text {
	font-size: 1.6rem;
	line-height: 1.75;
	margin-top: 5px;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.form .doc .check-box .text {
		font-size: 0.9rem;
	}
}
.form .link {
	font-size: 2.2rem;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.form .link {
		font-size: 1.1rem;
		margin-top: 15px;
	}
}
.form .link a {
	color: #0071BB;
}
.form .button {
	text-align: center;
	margin-top: 100px;
}
@media screen and (max-width: 767px) {
	.form .button {
		margin-top: 30px;
	}
}

@media screen and (min-width: 768px) {
	.safari .form .check span::before {
		top: 2px;
	}
	.safari .form .check span::after {
		top: -4px;
	}
}
/* margin
--------------------------------*/
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}


/* new-item
--------------------------------*/
.new-item{
	background: #464646;
	padding: 50px 0;
}
.new-item .wrap{
	display: flex;
	justify-content: space-between;
	max-width: 1115px;
	align-items: center;
}
.new-item .item{

}
.new-item .box-text{
	width: 534px;
}
.new-item .new{
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.2;
	color: #f6921e;
	text-align: center;
	border: 3px solid #f6921e;
	padding: 10px;
}
.new-item .title{
	margin-top: 35px;
	text-align: center;
}
.new-item .text{
	max-width: 328px;
	margin: 65px auto 0;
	text-align: center;
}
.new-item .button{
	margin-top: 20px;
}
.new-item .button a{
	font-size: 2.5rem;
	color: #FFFFFF;
	line-height: 1.2;
	padding: 13px;
	border-radius: 15px;
	display: block;
	text-align: center;
	border: 3px solid #FFFFFF;
	transition: 0.3s;
}
.new-item .button a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.new-item{
		padding: 40px 0;
	}
	.new-item .wrap{
		display: block;
	}
	.new-item .item{
		width: 225px;
		margin: 0 auto;
	}
	.new-item .box-text{
		width: auto;
		max-width: 325px;
		margin: 40px auto 0;
	}
	.new-item .new{
		font-size: 2.1rem;
		padding: 8px;
	}
	.new-item .title{
		margin-top: 25px;
	}
	.new-item .text{
		max-width: 80%;
		margin: 35px auto 0;
	}
	.new-item .button{
		margin-top: 20px;
	}
	.new-item .button a{
		font-size: 2rem;
		padding: 10px;
		border-radius: 15px;
	}
}




/* ---------------------------------------------
  footer
-----------------------------------------------*/
.footer_top {
	padding: 75px 0;
	background: #cbcbcb;
}
@media screen and (max-width: 767px) {
	.footer_top {
		padding: 20px 0 10px;
	}
}
.footer_top .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	max-width: 1100px;
}
@media screen and (max-width: 767px) {
	.footer_top .wrap {
		display: block;
	}
}
.footer_top .logo {
	width: 173px;
	margin-right: 110px;
}
@media screen and (max-width: 767px) {
	.footer_top .logo {
		width: 86px;
		margin: 0 auto;
	}
}
.footer_top .footer-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
@media screen and (max-width: 767px) {
	.footer_top .footer-navi {
		display: block;
	}
}
.footer_top .footer-navi_main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.footer_top .footer-navi_main {
		border-top: 1px solid #989898;
		margin-top: 15px;
		padding: 15px 15%;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
.footer_top .footer-navi_sub {
	margin-left: 90px;
	padding-left: 90px;
	border-left: 1px solid #4D4D4D;
}
@media screen and (max-width: 767px) {
	.footer_top .footer-navi_sub {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
		border-top: 1px solid #989898;
		padding: 15px 15%;
	}
}
.footer_top .footer-navi_list {
	margin-right: 80px;
}
@media screen and (max-width: 767px) {
	.footer_top .footer-navi_list {
		margin-right: 0;
	}
}
.footer_top .footer-navi_list:last-child {
	margin-right: 0;
}
.footer_top .footer-navi_list li {
	font-size: 1.4rem;
	margin-top: 7px;
}
@media screen and (max-width: 767px) {
	.footer_top .footer-navi_list li {
		font-size: 0.8rem;
		margin-top: 4px;
	}
}
.footer_top .footer-navi_list li a {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}
.footer_top .footer-navi_list li a:hover {
	opacity: 0.7;
}
.footer_top .footer-navi_list > li:first-child {
	margin-top: 0;
}

.footer_top .footer-navi_shop{
	margin-top: 10px;
}
.footer_top .footer-navi_shop a{
	font-size: 1.4rem;
	color: #FFFFFF;
	border-radius: 20px;
	text-align: center;
	background: #d7132e;
	display: inline-block;
	width: 100%;
	max-width: 220px;
	padding: 4px;
	transition: 0.3s;
}
@media screen and (max-width: 767px) {
	.footer_top .footer-navi_shop a{
		font-size: 0.8rem;
		max-width: 100%;
	}
}
.footer_top .footer-navi_shop a:hover{
	opacity: 0.7;
}

.footer_bottom {
	padding: 10px;
	background: #4D4D4D;
}
@media screen and (max-width: 767px) {
	.footer_bottom {
		padding: 6px;
	}
}
.footer_bottom .copyright {
	font-size: 1.4rem;
	color: #FFFFFF;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.footer_bottom .copyright {
		font-size: 0.7rem;
	}
}

.footer .mail{
	margin-top: 75px;
}
@media screen and (max-width: 767px) {
	.footer .mail{
	    margin-top: 20px;
	}
}
.footer .mail_title{
	font-weight: 400;
	color: #e4002d;
}
.footer .mail .public-form{
	background: #FFFFFF;
	padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 232px;
}
@media screen and (max-width: 767px) {
	.footer .mail .public-form{
	    max-width: 100%;
	    width: 100%;
	}
}
.footer .mail input[type="text"]{
	background: #FFFFFF;
	height: 25px;
	border: 1px solid #4D4D4D;
	flex: 1;
	margin-right: 5px;
	padding: 0 5px;
	width: calc(100% - 45px - 5px - 10px);
}
@media screen and (max-width: 767px) {
	.footer .mail input[type="text"]{
		height: 20px;
	}
}
.footer .mail input[type="submit"]{
	cursor: pointer;
	height: 25px;
	font-weight: 400;
	background: #cbcbcb;
	transition: opacity 0.3s;
	width: 45px;
}
@media screen and (max-width: 767px) {
	.footer .mail input[type="submit"]{
		height: 20px;
	}
}
.footer .mail input[type="submit"]:hover{
	opacity: 0.7;
}


.footer_bnr{
	padding: 25px 0;
	background: #d7132e;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	.footer_bnr{
		padding: 12px 0;
	}
}
.footer_bnr.is-show{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.footer_bnr.is-hide{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.footer_bnr_inner{
	max-width: 1000px;
	width: calc(100% - 60px);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
}
.footer_bnr_button{
	width: 48.5%;
}
.footer_bnr_button a{
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	display: block;
	border: 3px solid #FFF;
	transition: 0.3s;
	padding: 17px;
}
@media screen and (max-width: 767px) {
	.footer_bnr_button a{
		font-size: 1.2rem;
		border: 2px solid #FFF;
		padding: 8px;
	}
}
.footer_bnr_button a:hover{
	background: #ffff00;
	color: #4d4d4d;
}


/* ------------------------------
    clearfix
------------------------------ */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* ContactForm7 */
.wpcf7-spinner {
	display: block;
	margin: 10px auto 0;
}
.wpcf7-response-output {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 2.4;
}

/* End Hack */