@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700");
main .contents h2 .en, main .contents .tag {
	font-family: 'PT Sans Narrow', sans-serif;
}

* {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	box-sizing: border-box;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 100;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 200;
}
html {
	font-size: 16px;
	overflow-y: scroll;
}
html.sp {
	font-size: 16px !important;
}

body, th, main .contents .format table td, td, input, select, textarea {
	font-size: 16px;
	font-size: 1rem;
	line-height: 17.6px;
	line-height: 1.1rem;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}

body {
	margin: 0px auto !important;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #143c8c;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
	backface-visibility: hidden;
}
a:hover {
	opacity: 0.7;
}
a.ex {
	padding-right: 22px;
	background: url(../images/blank_main.png) no-repeat right;
	background-size: 15px 15px;
}
.l_tablet a.ex {
	padding-right: 15px;
	background-size: 10px 10px;
}
a[href$=".pdf"]:after, a.ico_pdf:after {
	position: relative;
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	width: 12px;
	height: 14px;
	top: -4px;
	margin-left: 5px;
	background: url(../images/ico_pdf.png) no-repeat;
	background-size: 12px 14px;
}
@media all and (-ms-high-contrast: none) {
  a[href$=".pdf"]:after, a.ico_pdf:after {
		top: -5px;
  }
}

dl, ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p {
	margin: 0px;
}

.clear {
	clear: both;
}

.sp .view_pc {
	display: none !important;
}

.view_sp {
	display: none !important;
}
.sp .view_sp {
	display: block !important;
}

.view_tablet {
	display: none !important;
}
.tablet .view_tablet {
	display: block !important;
}

header {
	display: block;
	background: #ffffff;
	position: relative;
	z-index: 500;
}
.sp header {
	height: 52px;
}
header #logo {
	position: relative;
	width: 100%;
	max-width: 1256px;
	margin: auto;
	padding: 10px 28px;
	padding: 5px 14px;
	height: 51px;
}
.sp header #logo {
	padding: 5px 14px;
}
.tablet header #logo {
	display: table;
	padding: 5px 60px 5px 10px;
}
header #logo a.stan {
	height: 38px;
	width: auto;
}
header #logo a.stan.tablet {
	display: table-cell;
	vertical-align: middle;
}
header #logo p.tx {
	position: absolute;
	left: 260px;
	top: 20px;
	font-size: 12px !important;
}
.tablet header #logo p.tx {
	left: 250px;
	top: 22px;
	font-size: 10px !important;
}
.sp header #logo p.tx {
	display: none;
}
header #logo a.ns {
	position: absolute;
	width: 130px;
	height: 16px;
	right: 15px;
	top: 18px;
}
header #logo a.ns img {
	max-width: 100%;
	height: auto;
}
.tablet header #logo a.ns {
	right: 60px;
}
.sp header #logo a.ns {
	display: none;
}
header h1 {
	margin: 0px;
	padding: 0px;
}
header #spmenuswitch {
	display: none;
}
.tablet header #spmenuswitch {
	display: block;
}
header #spmenuswitch a {
	position: absolute;
	display: block;
	width: 58px;
	height: 58px;
	top: 0px;
	right: 0px;
	text-align: left;
	text-indent: -10000px;
}
header #spmenuswitch a > span {
	position: absolute;
	display: block;
	top: 22.5px;
	left: 14px;
	width: 30px;
	height: 5px;
	background: #143c8c;
	-webkit-transition: 0.3s 0.3s;
	transition: 0.3s 0.3s;
}
header #spmenuswitch a > span:before {
	content: "";
	position: absolute;
	display: block;
	top: -12px;
	left: 0px;
	width: 30px;
	height: 5px;
	background: #143c8c;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
header #spmenuswitch a > span:after {
	content: "";
	position: absolute;
	display: block;
	top: 12px;
	left: 0px;
	width: 30px;
	height: 5px;
	background: #143c8c;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
header #spmenuswitch a:before {
	content: "";
	position: absolute;
	display: block;
	top: 25px;
	left: 14px;
	width: 30px;
	height: 5px;
	background: #143c8c;
	-webkit-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
header #spmenuswitch a:after {
	content: "";
	position: absolute;
	display: block;
	top: 25px;
	left: 14px;
	width: 30px;
	height: 5px;
	background: #143c8c;
	-webkit-transform: rotate(135deg) scale(0);
	transform: rotate(135deg) scale(0);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
header #spmenuswitch a.open > span {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
header #spmenuswitch a.open > span:before {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
}
header #spmenuswitch a.open > span:after {
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 0;
}
header #spmenuswitch a.open:before {
	transform: rotate(45deg) scale(1);
	-webkit-transition: 0.4s 0.3s;
	transition: 0.4s 0.3s;
}
header #spmenuswitch a.open:after {
	transform: rotate(135deg) scale(1);
	-webkit-transition: 0.4s 0.3s;
	transition: 0.4s 0.3s;
}
header #spnavi {
	display: none;
	position: absolute;
	top: 51px;
	width: 100%;
	background: #143c8c;
	z-index: 1000;
	border-bottom: 1px solid #fff;
}
header #spnavi li a {
	display: block;
	padding: 15px 10px;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 16px !important;
}
header #spnavi li a.ex span {
	padding-right: 22px;
	background: url(../images/blank_white.png) no-repeat right;
	background-size: 15px 15px;
}
header #spnavi li.search {
	display: block;
	padding: 15px 10px;
	border-top: 1px solid #fff;
	color: #fff;
	text-align: center;
}
header #spnavi li.search p {
	margin: 0 !important;
}
header #spnavi li.search p input[type="text"] {
	padding: 5px;
	margin-right: 10px;
}
header #spnavi li.search p#srchLogo {
	display: none;
}
header #spnavi li.search img {
	display: none;
}

#globalnavi {
	position: absolute;
	width: 100%;
	max-width: 1256px;
	right: 50%;
	padding: 0px 28px;
	background: #143c8c url(../images/bg_grid.jpg) repeat-y;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	z-index: 500;
}
.tablet #globalnavi {
	display: none;
}
#globalnavi.fix {
	position: fixed;
	top: 0px;
}
#globalnavi > div {
	position: relative;
	width: 100%;
	margin: auto;
	padding-left: calc(20.8333333% + 25px);
	padding-right: 40px;
}
.pc #globalnavi > div {
	padding-left: calc(16.8333333% + 10px);
}
#globalnavi .title {
	position: absolute;
	top: 0px;
	left: 0px;
	display: table;
	width: 20.83333%;
	height: 70px;
	background: #143c8c;
	z-index: 99;
}
#globalnavi .title > * {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.pc #globalnavi .title {
	width: calc(16.8333333%);
}
#globalnavi .title a {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 26.4px;
	line-height: 1.65rem;
	color: #ffffff;
	font-weight: bold;
	background: url(../images/bg_title.jpg) repeat-y;
}
.pc #globalnavi .title a {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 22px;
	line-height: 1.375rem;
}
#globalnavi .menu {
	display: table;
	width: auto;
	height: 60px;
}
#globalnavi .menu > * {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
#globalnavi .menu > * {
	text-align: left;
}
#globalnavi .menu > li > a {
	display: table;
	padding-left: 12px;
	padding-right: 12px;
	height: 100%;
	font-size: 16px;
	font-size: 1rem;
	line-height: 17.6px;
	line-height: 1.1rem;
	color: #ffffff;
	font-weight: bold;
}
.pc #globalnavi .menu > li > a {
	padding-left: 10px;
	padding-right: 10px;
}
#globalnavi .menu > li > a.ac, #globalnavi .menu > li > a.current, #globalnavi .menu > li > a:hover {
	color: #143c8c;
	background-color: rgba(255, 255, 255, 0.6);
}
#globalnavi .menu > li > a > span {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
#globalnavi .menu > li > a.blank:after {
	display: table-cell;
	content: "";
	width: 13px;
	height: 13px;
	padding-left: 6px;
	vertical-align: middle;
	background: url(../images/blank_white.png) no-repeat center center;
}
#globalnavi .menu > li > a.blank:hover:after {
	background: url(../images/blank_main.png) no-repeat center center;
}
#globalnavi .menu .megamenu {
	display: none;
	position: fixed;
	width: 100%;
	max-width: 1256px;
	background: #143c8c url(../images/bg_grid.jpg) repeat-y;
	z-index: 50;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
#globalnavi .menu .megamenu .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.6);
}
#globalnavi .menu .megamenu .bg p {
	font-size: 38px;
	font-size: 2.375rem;
	line-height: 41.8px;
	line-height: 2.6125rem;
	font-weight: bold;
	padding: 30px 0 0 30px;
	color: rgba(255, 255, 255, 0.4);
}
#globalnavi .menu .megamenu .front {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 50px 28px 20px;
}
#globalnavi .menu .megamenu .front.slant {
	background: url(../images/bg_slant.png) right 20px top no-repeat;
}
#globalnavi .menu .megamenu .front.slant .new {
	position: absolute;
	right: 185px;
	top: 76px;
}
.pc #globalnavi .menu .megamenu .front.slant {
	background: none;
}
.pc #globalnavi .menu .megamenu .front.slant .new {
	display: none;
}
#globalnavi .menu .megamenu .front a {
	color: #143c8c;
	font-weight: bold;
}
#globalnavi .menu .megamenu .front .main {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 22px;
	line-height: 1.375rem;
}
#globalnavi .menu .megamenu .front .main a {
	position: relative;
}
#globalnavi .menu .megamenu .front .main a:after {
	content: "";
	position: absolute;
	width: 27px;
	height: 25px;
	right: -34px;
	top: 0px;
	background: url(../images/arrow.png) no-repeat;
}
.pc #globalnavi .menu .megamenu .front .main a:after {
	top: -4px;
}
#globalnavi .menu .megamenu .front .mega_list {
	margin-top: 30px;
}
#globalnavi .menu .megamenu .front .mega_list:after {
	content: "";
	display: block;
	clear: both;
}
#globalnavi .menu .megamenu .front .mega_list > div {
	float: left;
	width: calc( (100% - 80px) /5 );
}
#globalnavi .menu .megamenu .front .mega_list > div + div {
	margin-left: 20px;
}
#globalnavi .menu .megamenu .front .mega_list > div > a.img {
	display: block;
	position: relative;
}
#globalnavi .menu .megamenu .front .mega_list > div > a.img:hover {
	opacity: 1;
}
#globalnavi .menu .megamenu .front .mega_list > div > a.img:hover:before {
	content: "";
	position: absolute;
	display: block;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 3px solid #143c8c;
	top: 0;
}
#globalnavi .menu .megamenu .front .mega_list > div > a.img > span {
	background: none;
	padding: 0;
	margin: 0;
}
.pc #globalnavi .menu .megamenu .front .mega_list > div {
	width: calc(25% - 15px);
}
.pc #globalnavi .menu .megamenu .front .mega_list.product > div.ul {
	width: 100%;
	margin-left: 0px !important;
	margin-top: 20px;
}
.pc #globalnavi .menu .megamenu .front .mega_list.product > div.ul li {
	float: left;
	width: calc(33.3% - 13.3px);
}
.pc #globalnavi .menu .megamenu .front .mega_list.product > div.ul li + li {
	margin-top: 0px;
	margin-left: 20px;
}
.pc #globalnavi .menu .megamenu .front .mega_list.case > div.case_area {
	display: none;
}
.pc #globalnavi .menu .megamenu .front .mega_list.voice > div:nth-of-type(n+5) {
	display: none;
}
#globalnavi .menu .megamenu .front .mega_list img {
	display: block;
	width: 100%;
	vertical-align: bottom;
}
#globalnavi .menu .megamenu .front .mega_list.product > div a.img:hover span:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	top: calc(50% - 1.5px);
	background: #143c8c;
}
#globalnavi .menu .megamenu .front .mega_list.product > div a.img:hover span:after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 3px;
	top: 0;
	left: calc(50% - 1.5px);
	background: #143c8c;
}
#globalnavi .menu .megamenu .front .mega_list span {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 19.6px;
	line-height: 1.225rem;
	background: url(../images/arrow.png) right 2px no-repeat;
	background-size: 18px 18px;
	padding-right: 24px;
	padding-top: 3px;
	min-height: 21px;
}
.pc #globalnavi .menu .megamenu .front .mega_list span {
	background-size: 12px 12px;
	padding-right: 18px;
	padding-top: 1px;
}
#globalnavi .menu .megamenu .front .mega_list li + li {
	margin-top: 8px;
}
#globalnavi .menu .megamenu .front .mega_list li a {
	display: block;
	width: 100%;
	height: 49px;
	line-height: 49px;
	background: #143c8c;
	color: #fff;
	text-align: center;
}
#globalnavi .menu .megamenu .front .mega_list li span {
	min-height: 21px;
	position: relative;
	background: url(../images/arrow_w.png) right 2px no-repeat;
	background-size: 18px 18px;
}
.pc #globalnavi .menu .megamenu .front .mega_list li span {
	background-size: 12px 12px;
}
#globalnavi .menu .megamenu .front .mega_list a.img span {
	background: none;
	padding: 0;
	margin: 0;
}
#globalnavi .menu .megamenu .front .mega_contact {
	margin-top: 30px;
	padding-bottom: 20px;
	position: relative;
}
#globalnavi .menu .megamenu .front .mega_contact .contact a {
	display: block;
	width: 700px;
	height: 49px;
	line-height: 49px;
	margin: 0 auto;
	background: #143c8c;
	color: #fff;
	text-align: center;
	padding-right: 15px;
}
.l_tablet #globalnavi .menu .megamenu .front .mega_contact .contact a {
	width: 500px;
}
#globalnavi .menu .megamenu .front .mega_contact .contact a span {
	display: inline-block;
	padding-right: 22px;
	padding-top: 3px;
	background: url(../images/arrow_w.png) right center no-repeat;
	background-size: 19px 19px;
}
#globalnavi .menu .megamenu .front .mega_contact .follow {
	position: absolute;
	right: 0px;
	bottom: 20px;
}
#globalnavi .menu .megamenu .front .mega_contact .follow p + p {
	margin-top: 10px;
}
#globalnavi .menu .megamenu .front .mega_contact .follow p a {
	background: url(../images/arrow.png) right 2px no-repeat;
	background-size: 19px 19px;
	padding-right: 22px;
	padding-top: 3px;
	line-height: 19px;
}
.l_tablet #globalnavi .menu .megamenu .front .mega_contact .follow p a {
	background-size: 16px 16px;
	padding-top: 3px;
}
#globalnavi .link, #globalnavi .link2 {
	position: absolute;
	right: 0px;
	top: 12px;
	height: 100%;
}
#globalnavi .link a, #globalnavi .link2 a {
	display: block;
	width: 11em;
	font-size: 16px;
	font-size: 1rem;
	line-height: 38px;
	color: #143c8c;
	text-align: center;
	font-weight: bold;
	background: #ffffff;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}
#globalnavi .link a:after, #globalnavi .link2 a:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 4px;
	vertical-align: middle;
	background: url(../images/blank_main.png) no-repeat center center;
}
#globalnavi .link .megamenu, #globalnavi .link2 .megamenu {
	display: none;
	position: fixed;
	width: 100%;
	max-width: 1256px;
	background: #143c8c url(../images/bg_grid.jpg) repeat-y;
	z-index: 50;
	right: 50%;
	top: 60px;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
#globalnavi .link .megamenu .bg, #globalnavi .link2 .megamenu .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.6);
}
#globalnavi .link .megamenu .bg p, #globalnavi .link2 .megamenu .bg p {
	font-size: 38px;
	font-size: 2.375rem;
	line-height: 41.8px;
	line-height: 2.6125rem;
	font-weight: bold;
	padding: 30px 0 0 30px;
	color: rgba(255, 255, 255, 0.4);
}
#globalnavi .link .megamenu .front, #globalnavi .link2 .megamenu .front {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 30px 0px 15px;
}
#globalnavi .link .megamenu .front .lead, #globalnavi .link2 .megamenu .front .lead {
	text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 36px;
	line-height: 2.25rem;
	font-weight: bold;
}
#globalnavi .link .megamenu .mega_contact, #globalnavi .link2 .megamenu .mega_contact {
	margin-top: 30px;
	padding-bottom: 20px;
	position: relative;
}
#globalnavi .link .megamenu .mega_contact .contact a, #globalnavi .link2 .megamenu .mega_contact .contact a {
	display: block;
	width: 700px;
	height: 49px;
	line-height: 49px;
	margin: 0 auto;
	background: #143c8c;
	color: #fff;
	text-align: center;
	padding-right: 15px;
}
.l_tablet #globalnavi .link .megamenu .mega_contact .contact a, .l_tablet #globalnavi .link2 .megamenu .mega_contact .contact a {
	width: 500px;
}
#globalnavi .link .megamenu .mega_contact .contact a span, #globalnavi .link2 .megamenu .mega_contact .contact a span {
	display: inline-block;
	padding-right: 22px;
	padding-top: 3px;
	background: url(../images/arrow_w.png) right center no-repeat;
	background-size: 19px 19px;
}
#globalnavi .link .megamenu .mega_contact .follow, #globalnavi .link2 .megamenu .mega_contact .follow {
	position: absolute;
	right: 0px;
	bottom: 20px;
}
#globalnavi .link .megamenu .mega_contact .follow p + p, #globalnavi .link2 .megamenu .mega_contact .follow p + p {
	margin-top: 10px;
}
#globalnavi .link .megamenu .mega_contact .follow p a, #globalnavi .link2 .megamenu .mega_contact .follow p a {
	background: url(../images/arrow.png) right 2px no-repeat;
	background-size: 19px 19px;
	padding-right: 22px;
	padding-top: 3px;
	line-height: 19px;
}
.l_tablet #globalnavi .link .megamenu .mega_contact .follow p a, .l_tablet #globalnavi .link2 .megamenu .mega_contact .follow p a {
	background-size: 16px 16px;
	padding-top: 3px;
}
#globalnavi .link2 {
	width: 10em;
	right: 13em;
}

#logo_change {
	display: none;
}
.sp #logo_change {
	display: block;
	background: #eee;
	padding: 10px;
	font-size: 11px;
	line-height: 1.5;
}

#category_title {
	background: url(../images/bg_category_title.png) center center no-repeat;
	padding-bottom: 10px;
}
.tablet #category_title {
	height: auto;
	padding: 30px 0;
}
#category_title > div {
	position: relative;
	width: 100%;
	max-width: 1256px;
	margin: auto;
	padding: 90px 28px 10px;
}
.sp #category_title > div {
	padding: 45px 14px 5px;
}
.tablet #category_title > div {
	padding-top: 0;
}
.tablet #category_title > div #breadcrumbs {
	display: none;
}
#category_title > div #breadcrumbs ul {
	display: block;
	font-size: 0;
	line-height: 0;
}
#category_title > div #breadcrumbs li {
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 18.2px;
	line-height: 1.1375rem;
	color: #828282;
}
#category_title > div #breadcrumbs li:after {
	position: relative;
	content: "";
	display: inline-block;
	margin: 0px 4px;
	width: 5px;
	height: 5px;
	top: -1px;
	vertical-align: middle;
	border-top: 1px solid #555555;
	border-right: 1px solid #555555;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#category_title > div #breadcrumbs a {
	color: #143c8c;
}
#category_title > div h1 {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 60px;
	line-height: 3.75rem;
	margin: 10px 0 0 0;
}
.tablet #category_title > div h1 {
	margin-top: 0;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 42px;
	line-height: 2.625rem;
}
.sp #category_title > div h1 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 30px;
	line-height: 1.875rem;
}
#category_title > div h1 span {
	display: block;
	font-size: 20.8px;
	font-size: 1.3rem;
	line-height: 22.88px;
	line-height: 1.43rem;
}
.tablet #category_title > div h1 span {
	font-size: 16px;
	font-size: 1rem;
	line-height: 17.6px;
	line-height: 1.1rem;
}

main {
	display: block;
	overflow: hidden;
}

#footercontact {
	padding: 30px 28px;
	background: #e8e8e8;
}
#footercontact ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	max-width: 300px;
	margin: auto;
}
#footercontact ul > * {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
#footercontact ul > li {
	padding: 0px 10px;
}
#footercontact ul a {
	position: relative;
	display: inline-block;
	padding-top: 120px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 19.8px;
	line-height: 1.2375rem;
	font-weight: bold;
	color: #000000;
}
#footercontact ul a:before {
	content: "";
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	top: 0px;
	left: 50%;
	margin-left: -50px;
	background: #143c8c;
	border-radius: 50%;
	z-index: 0;
}
#footercontact ul a:after {
	content: "";
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	top: 0px;
	left: 50%;
	margin-left: -50px;
	background: none no-repeat center center;
	z-index: 1;
}
#footercontact ul .contact a:after {
	background-image: url(../images/contact.png);
}
#footercontact ul .faq a:after {
	background-image: url(../images/faq.png);
}

#footersitemap {
	background: #143c8c url(../images/bg_grid.jpg) repeat;
}
#footersitemap > div {
	position: relative;
	width: 100%;
	max-width: 1256px;
	margin: auto;
	padding: 0px 28px;
}
.sp #footersitemap > div {
	padding: 0px 14px;
}
#footersitemap > div > ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#footersitemap > div > ul > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
.sp #footersitemap > div > ul {
	padding: 30px 0 50px 0;
}
.sp #footersitemap > div > ul * {
	display: block;
}
#footersitemap > div > ul > li {
	padding: 50px 30px 40px 0;
}
.sp #footersitemap > div > ul > li {
	padding: 20px 0 0 0;
}
#footersitemap > div > ul > li.relatedlink {
	width: 350px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	background: #103070;
	background-color: rgba(16, 48, 90, 0.8);
}
.tablet #footersitemap > div > ul > li.relatedlink {
	width: 30%;
}
.sp #footersitemap > div > ul > li.relatedlink {
	width: 100%;
	padding-bottom: 20px;
	margin-top: 20px;
}
#footersitemap > div > ul > li.relatedlink li + li {
	margin-top: 15px;
}
#footersitemap dl {
	min-height: 110px;
}
.sp #footersitemap dl {
	min-height: 0;
}
#footersitemap dl:last-child {
	min-height: 0;
}
#footersitemap dt {
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
#footersitemap dd {
	margin-left: 0px;
}
#footersitemap dd ul {
	padding-left: 20px;
}
#footersitemap dd ul li {
	display: block;
	margin-top: 10px;
	color: #ffffff;
}
#footersitemap a {
	font-size: 16px;
	font-size: 1rem;
	line-height: 20.8px;
	line-height: 1.3rem;
	color: #ffffff;
}
#footersitemap a.blank:after {
	display: inline-block;
	content: "";
	width: 13px;
	height: 13px;
	margin-left: 4px;
	margin-top: 2px;
	vertical-align: top;
	background: url(../images/blank_white.png) no-repeat center center;
}

footer {
	display: block;
	text-align: center;
	background: #ffffff;
}
footer > div {
	position: relative;
	width: 100%;
	max-width: 1256px;
	margin: auto;
	padding: 20px 28px;
	overflow: hidden;
}
.sp footer > div {
	padding: 10px 14px;
}
footer p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 21px;
	line-height: 1.3125rem;
	color: #000000;
}

#footer_alert {
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0;
	background: #eee;
	z-index: 10000;
}
#footer_alert .inner {
	display: table;
	width: 100%;
	padding: 60px 10px 60px 30px;
	font-size: 18px;
}
.sp #footer_alert .inner {
	display: block;
	width: 100%;
	padding: 60px 10px 20px 10px;
	font-size: 14px;
}
#footer_alert .inner .tx {
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 250px);
	line-height: 1.5;
}
.sp #footer_alert .inner .tx {
	display: block;
	width: 100%;
}
#footer_alert .inner .btn {
	display: table-cell;
	vertical-align: middle;
	width: 250px;
	text-align: center;
}
.sp #footer_alert .inner .btn {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
#footer_alert .inner .btn span {
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	color: #fff;
	background: #143c8c;
	transition: 0.5s;
}
#footer_alert .inner .btn span:hover {
	opacity: 0.7;
}
#footer_alert .close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transition: 0.5s;
}
#footer_alert .close:hover {
	opacity: 0.7;
}
#footer_alert .close:before {
	display: block;
	position: absolute;
	content: "";
	top: 1px;
	left: 9px;
	padding: 0;
	width: 2px;
	height: 20px;
	background: #000;
	transform: rotate(45deg);
}
#footer_alert .close:after {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: 0px;
	width: 20px;
	height: 2px;
	margin-top: 0x;
	background: #000;
	transform: rotate(45deg);
}

main .contents * + .lead, main .contents * + .text, main .contents * + .image, main .contents * + .imagebox, main .contents * + .button, main .contents * + .table, main .contents * + .format, main .contents * + .googlemap, main .contents * + .policylist, main .contents * + .projectfilter, main .contents * + .projectmenu, main .contents * + .case_detail, main .contents * + .news_area, main .contents * + .noblock {
	margin-top: 32px;
}
.sp main .contents * + .lead, main .contents .sp * + .lead, .sp main .contents * + .text, main .contents .sp * + .text, .sp main .contents * + .image, main .contents .sp * + .image, .sp main .contents * + .imagebox, main .contents .sp * + .imagebox, .sp main .contents * + .button, main .contents .sp * + .button, .sp main .contents * + .table, main .contents .sp * + .table, .sp main .contents * + .format, main .contents .sp * + .format, .sp main .contents * + .googlemap, main .contents .sp * + .googlemap, .sp main .contents * + .policylist, main .contents .sp * + .policylist, .sp main .contents * + .projectfilter, main .contents .sp * + .projectfilter, .sp main .contents * + .projectmenu, main .contents .sp * + .projectmenu, .sp main .contents * + .case_detail, main .contents .sp * + .case_detail, .sp main .contents * + .news_area, main .contents .sp * + .news_area, .sp main .contents * + .noblock, main .contents .sp * + .noblock {
	margin-top: 24px;
}

.nowrap {
	display: inline-block;
}

.sp .nowrap_sp {
	display: inline-block;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

main .contents * + .column, main .contents * + .layout, main .contents * + .menu, main .contents * + .box, main .contents * + .tag, main .contents * + .categorynavi, main .contents * + .photogallery, main .contents * + .customer_index, main .contents * + .case_area, main .contents * + .case_index, main .contents * + .case_photo, main .contents * + .slider, main .contents .customer_area * + .profile, main .contents * + .pager, main .contents * + .tab, main .contents * + .partner_area, main .contents * + .contact_area, * + .slideshow, * + .button {
	margin-top: 48px;
}

main .contents .lead * + p, main .contents .text * + p, main .contents .text * + ul, main .contents .text * + ol, main .contents .text * + .image.floatright, main .contents .text * + .image.floatleft {
	margin-top: 16px;
}

main .contents {
	position: relative;
	padding: 0px;
}
main .contents:after {
	content: "";
	display: block;
	clear: both;
}
main .contents > div:not(.background) {
	position: relative;
	width: 100%;
	max-width: 1256px;
	margin: auto;
	padding: 40px 28px;
}
.sp main .contents > div:not(.background) {
	padding: 20px 14px;
}
.sp main .contents > div:not(.background) {
	width: auto;
	margin-bottom: 40px;
}
main .contents .center {
	text-align: center;
}
main .contents .left {
	text-align: left;
}
main .contents .right_sp_c {
	text-align: right;
}
.sp main .contents .right_sp_c {
	text-align: center;
}
main .contents h1 + *, main .contents h2 + *, main .contents h3 + *, main .contents h4 + *, main .contents h5 + *, main .contents h6 + * {
	margin-top: 0px !important;
}
main .contents h2 {
	clear: both;
	display: block;
	margin: 0px 0px 32px;
	padding: 0px;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 42px;
	line-height: 2.625rem;
	font-weight: bold;
	border-bottom: 2px solid #143c8c;
	padding-bottom: 10px;
}
.sp main .contents h2 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 27px;
	line-height: 1.6875rem;
}
main .contents h2 .en {
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 63px;
	line-height: 3.9375rem;
}
main .contents h2.center {
	text-align: center;
}
main .contents h2 span.comment {
	padding-left: 20px;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 21px;
	line-height: 1.3125rem;
}
.tablet main .contents h2 span.comment {
	display: block;
	padding-left: 0;
	margin-top: 10px;
}
.sp main .contents h2 span.comment {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 18px;
	line-height: 1.125rem;
}
main .contents * + h2 {
	margin-top: 72px;
}
main .contents h3 {
	clear: both;
	position: relative;
	margin: 0px 0px 16px;
	padding: 0px;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 33px;
	line-height: 2.0625rem;
	color: #143c8c;
}
main .contents * + h3 {
	margin-top: 32px;
}
main .contents h4 {
	clear: both;
	display: block;
	margin: 0px 0px 16px;
	padding: 0px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
}
main .contents * + h4 {
	margin-top: 32px;
}
main .contents .h4_large {
	font-size: 19.2px;
	font-size: 1.2rem;
	line-height: 28.8px;
	line-height: 1.8rem;
	font-weight: bold;
}
main .contents .lead.center {
	text-align: center;
}
.sp main .contents .lead.center {
	text-align: left;
}
main .contents .lead p {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 30.6px;
	line-height: 1.9125rem;
	font-weight: bold;
}
.sp main .contents .lead p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 27.2px;
	line-height: 1.7rem;
}
main .contents.product h2 {
	border-bottom: none;
	border-left: 10px solid #143c8c;
	padding: 0 0 0 15px;
	position: relative;
	font-size: 32px;
	font-size: 2rem;
	line-height: 48px;
	line-height: 3rem;
}
.sp main .contents.product h2 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 36px;
	line-height: 2.25rem;
}
main .contents.product h2:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 5px;
	left: 0px;
	top: 0;
	background: #c80000;
}
main .contents.product h3 {
	color: #000;
	padding: 12px 0 12px 65px;
	border-bottom: 2px solid #143c8c;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 36px;
	line-height: 2.25rem;
	background: no-repeat;
	background-size: 54px 54px;
	min-height: 61px;
}
.sp main .contents.product h3 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 27px;
	line-height: 1.6875rem;
	background-position: left center;
	background-size: 40px 40px;
	padding: 9px 0 9px 50px;
	min-height: 0;
}
main .contents.product h3#foundation01 {
	background-image: url(../images/ico/foundation01.png);
}
main .contents.product h3#foundation02 {
	background-image: url(../images/ico/foundation02.png);
}
main .contents.product h3#foundation03 {
	background-image: url(../images/ico/foundation03.png);
}
main .contents.product h3#foundation04 {
	background-image: url(../images/ico/foundation04.png);
}
main .contents.product h3#foundation05 {
	background-image: url(../images/ico/foundation05.png);
}
main .contents.product h3#roof01 {
	background-image: url(../images/ico/roof01.png);
}
main .contents.product h3#roof02 {
	background-image: url(../images/ico/roof02.png);
}
main .contents.product h3#roof03 {
	background-image: url(../images/ico/roof03.png);
}
main .contents.product h3#roof04 {
	background-image: url(../images/ico/roof04.png);
}
main .contents.product h3#roof05 {
	background-image: url(../images/ico/roof05.png);
}
main .contents.product h3#roof07 {
	background-image: url(../images/ico/roof07.png);
}
main .contents.product h3#wall01 {
	background-image: url(../images/ico/wall01.png);
}
main .contents.product h3#wall02 {
	background-image: url(../images/ico/wall02.png);
}
main .contents.product h3#wall03 {
	background-image: url(../images/ico/wall03.png);
}
main .contents.product h3#wall04 {
	background-image: url(../images/ico/wall04.png);
}
main .contents.product h3#wall05 {
	background-image: url(../images/ico/wall05.png);
}
main .contents.product h3#wall06 {
	background-image: url(../images/ico/wall06.png);
}
main .contents.product h3#wall07 {
	background-image: url(../images/ico/wall07.png);
}
main .contents.product h3#fittings01 {
	background-image: url(../images/ico/fittings01.png);
}
main .contents.product h3#fittings02 {
	background-image: url(../images/ico/fittings02.png);
}
main .contents.product h3#fittings03 {
	background-image: url(../images/ico/fittings03.png);
}
main .contents.product h3#fittings04 {
	background-image: url(../images/ico/fittings04.png);
}
main .contents.product h3#fittings05 {
	background-image: url(../images/ico/fittings05.png);
}
main .contents.product h3#roof06 {
	background-image: url(../images/ico/roof06-07.png);
	background-size: 115px 54px;
	padding: 12px 0 12px 130px;
}
main .contents.product h3.no_border {
	padding: 0;
	border-bottom: none;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 30px;
	line-height: 1.875rem;
}
.sp main .contents.product h3.no_border {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 27px;
	line-height: 1.6875rem;
	padding: 0;
}
main .contents.product h3.no_icon {
	background: none;
	padding-left: 0;
}
.sp main .contents.product h3#roof06 {
	background-size: 85px 40px;
	padding: 9px 0 9px 95px;
}
main .contents.product .catch {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 33px;
	line-height: 2.0625rem;
	font-weight: bold;
}
.sp main .contents.product .catch {
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
}
main .contents.product dl.line2 {
	display: table;
	width: 100%;
	width: auto;
	line-height: 1.5;
}
main .contents.product dl.line2 > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
.sp main .contents.product dl.line2 {
	display: block;
}
.sp main .contents.product dl.line2 > * {
	display: block;
	margin: 0;
}
main .contents.product * + dl {
	margin-top: 32px;
}
main .contents .img_right {
	display: table;
	width: 100%;
}
main .contents .img_right > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
.sp main .contents .img_right {
	display: block;
}
main .contents .img_right .tx {
	width: calc(100% - 384px);
	padding-right: 20px;
}
.sp main .contents .img_right .tx {
	display: block;
	width: 100%;
	padding-right: 0;
}
main .contents .img_right .img {
	width: 384px;
}
.sp main .contents .img_right .img {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
main .contents .img_right .img img {
	width: 384px;
	height: auto;
}
.sp main .contents .img_right .img img {
	width: 100%;
	height: auto;
}
main .contents .img_right .img.normal {
	text-align: right;
}
.sp main .contents .img_right .img.normal {
	text-align: center;
}
main .contents .img_right .img.normal img {
	width: auto;
}
.sp main .contents .img_right .img.normal img {
	width: auto;
}
main .contents .img_right.border {
	padding-top: 30px;
}
main .contents .img_right + .img_right.border {
	border-top: 1px solid #aaa;
}
main .contents * + .img_right {
	margin-top: 32px;
}
main .contents .stack {
	margin-top: 0px !important;
}
main .contents .text:after {
	content: "";
	display: block;
	clear: both;
}
main .contents .text p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 27.2px;
	line-height: 1.7rem;
}
main .contents .text p .required {
	color: #fb3b3b;
	margin-left: 4px;
	margin-right: 4px;
}
main .contents .text p.error_mes {
	color: #fb3b3b;
}
main .contents .text p.center {
	text-align: center;
}
main .contents .text p.right {
	text-align: right;
}
main .contents .text .comment {
	font-size: 12.8px;
	font-size: 0.8rem;
	line-height: 21.76px;
	line-height: 1.36rem;
}
main .contents .text ul {
	clear: both;
	font-size: 16px;
	font-size: 1rem;
	line-height: 27.2px;
	line-height: 1.7rem;
}
main .contents .text ul > li {
	margin-left: 14px;
	text-indent: -14px;
}
main .contents .text ul > li:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 4px;
	background: #143c8c;
}
main .contents .text ul > li + li {
	margin-top: 4px;
}
main .contents .text ol {
	font-size: 16px;
	font-size: 1rem;
	line-height: 27.2px;
	line-height: 1.7rem;
	counter-reset: number;
}
main .contents .text ol > li {
	margin-left: 1.2em;
	text-indent: -0.63em;
}
main .contents .text ol > li:before {
	counter-increment: number;
	content: counter(number) ".";
	display: inline-block;
	margin-right: 0.3em;
}
main .contents .text ol > li + li {
	margin-top: 4px;
}
main .contents .text .image.floatright {
	float: right;
	margin-left: 32px;
	margin-bottom: 16px;
}
.sp main .contents .text .image.floatright {
	margin-left: 16px;
	margin-bottom: 8px;
}
main .contents .text .image.floatleft {
	float: left;
	margin-right: 32px;
	margin-bottom: 16px;
}
.sp main .contents .text .image.floatleft {
	margin-right: 16px;
	margin-bottom: 8px;
}
.sp main .contents .text .image.spclear {
	float: none;
	width: auto !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
main .contents .text .btn {
	text-align: center;
}
main .contents .text .btn a {
	display: inline-block;
	background: #143c8c;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px;
	margin: 0px 20px;
}
main .contents .text .btn a:before {
	display: none;
}
.sp main .contents .text .btn a + a {
	margin-top: 20px;
}
main .contents .image img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}
.sp main .contents .image.w100 img {
	width: 100%;
	height: auto;
}
main .contents .image.half.right {
	text-align: right;
}
.sp main .contents .image.half.right {
	text-align: center;
}
main .contents .image.half img {
	display: inline-block;
}
.sp main .contents .image.half img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
main .contents .image.half img + img {
	margin-left: 15px;
}
.sp main .contents .image.half img + img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
main .contents .image.no_margin img {
	margin: 0;
}
main .contents .image a:hover img {
	opacity: 0.7;
}
main .contents .image p {
	margin: auto;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 21px;
	line-height: 1.3125rem;
}
* + main .contents .image p {
	margin-top: 8px;
}
main .contents .image.left img {
	margin-left: 0px;
}
main .contents .image.left p {
	margin-left: 0px;
}
main .contents .image.right img {
	margin-right: 0px;
}
main .contents .image.right p {
	margin-right: 0px;
}
main .contents .catch span {
	display: inline-block;
	background: #f00;
	color: #fff;
	padding: 5px 12px;
}
main .contents .catch p {
	margin-top: 15px;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 42px;
	line-height: 2.625rem;
}
.sp main .contents .catch p {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 27px;
	line-height: 1.6875rem;
}
main .contents .imagebox {
	display: table;
	width: 100%;
}
main .contents .imagebox > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
.sp main .contents .imagebox.spcol1 {
	display: block;
}
.sp main .contents .imagebox.spcol1 > * {
	display: block;
	width: auto !important;
}
.sp main .contents .imagebox.spcol1 > * + * {
	padding-top: 32px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
main .contents .imagebox > * {
	margin-top: 0px !important;
}
main .contents .imagebox > * + * {
	padding-left: 32px;
}
main .contents .imagebox.reverse {
	direction: rtl;
}
main .contents .imagebox.reverse > * {
	direction: ltr;
}
main .contents .imagebox.reverse > * + * {
	padding-left: 0px;
	padding-right: 32px;
}
main .contents .imagebox > .image img {
	width: 100%;
}
main .contents .imagebox > .image p {
	width: auto !important;
}
main .contents .column {
	margin-bottom: -48px;
	margin-left: -48px;
	margin-right: -4px;
}
.sp main .contents .column {
	margin-left: -24px;
	margin-bottom: -24px;
}
main .contents .column:after {
	content: "";
	display: block;
	clear: both;
}
main .contents .column > * {
	float: left;
	margin-bottom: 48px;
	margin-left: 48px;
}
.sp main .contents .column > * {
	margin-left: 24px;
	margin-bottom: 24px;
}
main .contents .column.col1 > * {
	width: calc((100% - 48px * 1 - 4px) / 1);
}
.sp main .contents .column.col1 > * {
	width: calc((100% - 24px * 1 - 4px) / 1);
}
.sp main .contents .column.spcol1 > * {
	width: calc((100% - 24px * 1 - 4px) / 1) !important;
}
main .contents .column.col2 > * {
	width: calc((100% - 48px * 2 - 4px) / 2);
}
.sp main .contents .column.col2 > * {
	width: calc((100% - 24px * 2 - 4px) / 2);
}
.sp main .contents .column.spcol2 > * {
	width: calc((100% - 24px * 2 - 4px) / 2) !important;
}
main .contents .column.col3 > * {
	width: calc((100% - 48px * 3 - 4px) / 3);
}
.sp main .contents .column.col3 > * {
	width: calc((100% - 24px * 3 - 4px) / 3);
}
.sp main .contents .column.spcol3 > * {
	width: calc((100% - 24px * 3 - 4px) / 3) !important;
}
main .contents .column.col4 > * {
	width: calc((100% - 48px * 4 - 4px) / 4);
}
.sp main .contents .column.col4 > * {
	width: calc((100% - 24px * 4 - 4px) / 4);
}
.sp main .contents .column.spcol4 > * {
	width: calc((100% - 24px * 4 - 4px) / 4) !important;
}
main .contents .column.col5 > * {
	width: calc((100% - 48px * 5 - 4px) / 5);
}
.sp main .contents .column.col5 > * {
	width: calc((100% - 24px * 5 - 4px) / 5);
}
.sp main .contents .column.spcol5 > * {
	width: calc((100% - 24px * 5 - 4px) / 5) !important;
}
main .contents .layout {
	display: table;
	width: calc(100% + 56px);
	margin-left: -28px;
	margin-right: -28px;
}
main .contents .layout > * {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
main .contents .layout:after {
	content: "";
	display: block;
	clear: both;
}
.sp main .contents .layout {
	width: calc(100% + 28px);
	margin-left: -14px;
	margin-right: -14px;
}
main .contents .layout > * {
	padding: 0px 28px;
}
.sp main .contents .layout > * {
	padding: 0px 14px;
}
main .contents .layout > *.left {
	text-align: left;
}
main .contents .layout > *.right {
	text-align: right;
}
main .contents .layout > *.top {
	vertical-align: top;
}
main .contents .layout > *.bottom {
	vertical-align: bottom;
}
.sp main .contents .layout.spcol1 {
	display: block;
	width: auto;
	margin-left: 0px;
	margin-bottom: -24px;
	margin-right: 0px;
}
.sp main .contents .layout.spcol1 > * {
	display: block;
	margin-bottom: 24px;
	padding: 0px;
	width: auto !important;
}
.sp main .contents .button {
	text-align: center;
}
main .contents .button > div {
	display: inline-block;
	-webkit-perspective: 100px;
	perspective: 100px;
}
main .contents .button > div > * {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-color: #143c8c;
}
main .contents .button > div > *:hover {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-color: #1746a2;
	opacity: 1;
}
main .contents .button > div > *.press {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-color: #0e295f;
	-webkit-transform: translateZ(-5px);
	transform: translateZ(-5px);
}
.sp main .contents .button > div {
	display: block;
}
main .contents .button > div + div {
	margin-left: 20px;
}
.sp main .contents .button > div + div {
	margin-top: 20px;
	margin-left: 0px;
}
main .contents .button a {
	position: relative;
	display: inline-block;
	min-width: 190px;
	padding: 12px 20px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 17.6px;
	line-height: 1.1rem;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
}
main .contents .button a:before {
	content: "";
	position: absolute;
	display: block;
	right: 5px;
	bottom: 5px;
	border: 5px solid transparent;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}
main .contents .button a.center {
	text-align: center;
}
.sp main .contents .button a {
	width: 100%;
}
main .contents .button.nega > div {
	-webkit-perspective: 100px;
	perspective: 100px;
}
main .contents .button.nega > div > * {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-color: #ffffff;
}
main .contents .button.nega > div > *:hover {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-color: white;
	opacity: 1;
}
main .contents .button.nega > div > *.press {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-color: #e6e6e6;
	-webkit-transform: translateZ(-5px);
	transform: translateZ(-5px);
}
main .contents .button.nega a {
	color: #143c8c;
	border: 1px solid #143c8c;
}
main .contents .button.nega a:before {
	border-right-color: #143c8c;
	border-bottom-color: #143c8c;
}
main .contents .button.center {
	text-align: center;
}
main .contents .button.right {
	text-align: right;
}
.sp main .contents .button.right {
	text-align: center;
}
main .contents .table {
	overflow-x: auto;
}
main .contents .table table {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}
main .contents .table table tbody {
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
}
main .contents .table table th, main .contents .table .format table td, main .contents .format .table table td {
	padding: 20px 12px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-weight: normal;
	color: #ffffff;
	background: #143c8c;
}
.sp main .contents .table table th, .sp main .contents .table .format table td, .sp main .contents .format .table table td {
	white-space: nowrap;
}
.sp main .contents .table table th span, .sp main .contents .table .format table td span, .sp main .contents .format .table table td span {
	display: block;
}
.sp main .contents .table table th * + span, .sp main .contents .table .format table td * + span, .sp main .contents .format .table table td * + span {
	margin-top: 4px;
}
main .contents .table table tbody th, main .contents .table .format table tbody td, main .contents .format .table table tbody td {
	vertical-align: top;
	text-align: left;
	color: #000000;
	background: #ff3333;
}
main .contents .table table td {
	padding: 20px;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-weight: normal;
	color: #000000;
	background: #ffffff;
}
main .contents .table table tbody tr:nth-child(even) th, main .contents .table .format table tbody tr:nth-child(even) td, main .contents .format .table table tbody tr:nth-child(even) td {
	background: #ff0000;
}
main .contents .table table tbody tr:nth-child(even) td {
	background: #d9d9d9;
}
main .contents .table table .left {
	text-align: left;
}
main .contents .table table .right {
	text-align: right;
}
main .contents .table table .center {
	text-align: center;
}
main .contents .table table .top {
	vertical-align: top;
}
main .contents .table table .bottom {
	vertical-align: bottom;
}
main .contents .table table .middle {
	vertical-align: middle;
}
main .contents .table > p {
	margin-top: 8px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 27.2px;
	line-height: 1.7rem;
}
main .contents .format table {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	border-bottom: 1px solid #b3b3b3;
}
main .contents .format table th, main .contents .format table td {
	padding: 16px 8px;
	vertical-align: top;
	text-align: left;
	font-size: 16px;
	font-size: 1rem;
	line-height: 27.2px;
	line-height: 1.7rem;
	font-weight: bold;
	color: #000000;
	border-top: 1px solid #b3b3b3;
}
main .contents .format table td {
	font-weight: normal;
}
.sp main .contents .format table {
	display: block;
}
.sp main .contents .format table tbody {
	display: block;
}
.sp main .contents .format table tr {
	display: block;
}
.sp main .contents .format table th, .sp main .contents .format table td {
	display: block;
}
.sp main .contents .format table td {
	display: block;
	padding-top: 0px;
	border-top: 0px;
}
main .contents .menu {
	margin-bottom: -20px;
	margin-left: -20px;
	margin-right: -4px;
}
main .contents .menu:after {
	content: "";
	display: block;
	clear: both;
}
.sp main .contents .menu {
	margin-bottom: -10px;
	margin-left: -10px;
}
main .contents .menu > * {
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
}
.sp main .contents .menu > * {
	margin-left: 10px;
	margin-bottom: 10px;
}
main .contents .menu.col1 > * {
	width: calc((100% - 20px * 1 - 4px) / 1);
}
.sp main .contents .menu.col1 > * {
	width: calc((100% - 10px * 1 - 4px) / 1);
}
.sp main .contents .menu.spcol1 > * {
	width: calc((100% - 10px * 1 - 4px) / 1) !important;
}
main .contents .menu.col2 > * {
	width: calc((100% - 20px * 2 - 4px) / 2);
}
.sp main .contents .menu.col2 > * {
	width: calc((100% - 10px * 2 - 4px) / 2);
}
.sp main .contents .menu.spcol2 > * {
	width: calc((100% - 10px * 2 - 4px) / 2) !important;
}
main .contents .menu.col3 > * {
	width: calc((100% - 20px * 3 - 4px) / 3);
}
.sp main .contents .menu.col3 > * {
	width: calc((100% - 10px * 3 - 4px) / 3);
}
.sp main .contents .menu.spcol3 > * {
	width: calc((100% - 10px * 3 - 4px) / 3) !important;
}
main .contents .menu.col4 > * {
	width: calc((100% - 20px * 4 - 4px) / 4);
}
.sp main .contents .menu.col4 > * {
	width: calc((100% - 10px * 4 - 4px) / 4);
}
.sp main .contents .menu.spcol4 > * {
	width: calc((100% - 10px * 4 - 4px) / 4) !important;
}
main .contents .menu.col5 > * {
	width: calc((100% - 20px * 5 - 4px) / 5);
}
.sp main .contents .menu.col5 > * {
	width: calc((100% - 10px * 5 - 4px) / 5);
}
.sp main .contents .menu.spcol5 > * {
	width: calc((100% - 10px * 5 - 4px) / 5) !important;
}
main .contents .menu > a {
	position: relative;
	display: block;
	padding-bottom: calc(1.625rem + 26px);
	background: #ffffff;
	overflow: hidden;
}
.sp main .contents .menu > a {
	padding-bottom: calc(1.42188rem + 26px);
}
main .contents .menu > a:hover img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
main .contents .menu > a div {
	overflow: hidden;
}
main .contents .menu > a img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
main .contents .menu > a strong {
	display: block;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 33px;
	line-height: 2.0625rem;
}
main .contents .menu > a strong span {
	display: inline-block;
}
.sp main .contents .menu > a strong {
	font-size: 19.25px;
	font-size: 1.20313rem;
	line-height: 28.875px;
	line-height: 1.80469rem;
}
main .contents .menu > a > span {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0px;
	padding: 12px 12px 16px;
	color: #ffffff;
	background: #143c8c;
}
main .contents .menu > a > span p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 21px;
	line-height: 1.3125rem;
}
main .contents .menu > a > span p.more {
	font-weight: bold;
}
main .contents .menu > a > span p + p {
	margin-top: 8px;
}
main .contents .menu > a > span.slide {
	bottom: 50px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
main .contents .menu > a > span.slide strong {
	padding-bottom: 16px;
}
html:not(.sp) main .contents .menu > a:hover > span.slide {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
}
main .contents .menu > a:after {
	content: "";
	position: absolute;
	display: block;
	bottom: 5px;
	right: 5px;
	border: 5px solid transparent;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}
main .contents .menu.simple a {
	padding: 19px 19px 0px;
	border: 1px solid #d9d9d9;
}
.sp main .contents .menu.simple a {
	padding: 9px 9px 0px;
}
main .contents .menu.simple a > span {
	position: static;
	display: table;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 19px;
	color: #000000;
	background: transparent;
}
main .contents .menu.simple a > span > * {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.sp main .contents .menu.simple a > span {
	padding-bottom: 9px;
}
main .contents .menu.simple a > div + span {
	padding-top: 12px;
}
main .contents .menu.simple a:after {
	border-right-color: #143c8c;
	border-bottom-color: #143c8c;
}
main .contents .box {
	padding: 32px;
	border: 1px solid #ff0000;
}
.sp main .contents .box {
	padding: 16px;
}
main .contents .googlemap {
	position: relative;
	padding-top: 50%;
}
.sp main .contents .googlemap {
	padding-top: 75%;
}
main .contents .googlemap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
}
main .contents .youtube {
	max-width: 640px;
	margin: auto;
}
main .contents .youtube > div {
	position: relative;
	padding-top: 56.25%;
}
main .contents .youtube > div > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
}
main .contents .youtube p {
	margin: auto;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 21px;
	line-height: 1.3125rem;
}
* + main .contents .youtube p {
	margin-top: 8px;
}
main .contents .policylist {
	margin: 10px -5px 0px -20px;
}
main .contents .policylist:after {
	content: "";
	display: block;
	clear: both;
}
main .contents .policylist > div {
	position: relative;
	float: left;
	width: calc((100% - 80px - 5px) / 4);
	margin-left: 20px;
	margin-top: 20px;
	overflow: hidden;
}
main .contents .policylist > div:hover .cover {
	bottom: 0px !important;
}
main .contents .policylist .cover {
	position: absolute;
	width: 100%;
	bottom: -280px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.8);
	-webkit-transition: bottom 600ms;
	transition: bottom 600ms;
}
main .contents .policylist .cover .title {
	display: table;
	width: 100%;
	height: 60px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20.8px;
	line-height: 1.3rem;
	letter-spacing: -1px;
}
main .contents .policylist .cover .title > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: middle;
}
main .contents .policylist .cover .title strong {
	padding: 0px 0px 10px;
}
main .contents .policylist .cover .text {
	margin-top: 0px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
	letter-spacing: -1px;
	font-weight: bold;
	color: #143c8c;
	overflow: auto;
}
main .contents .tag {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px;
	padding-right: 20px;
	min-width: 140px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 19.8px;
	line-height: 1.2375rem;
	font-weight: bold;
	color: #ffffff;
	background: #828282;
}
main .contents .tag:before {
	content: "";
	position: absolute;
	display: block;
	right: -1px;
	top: -1px;
	border: 7px solid transparent;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
}
main .contents .tag + * {
	margin-top: 0px !important;
}
main .contents .projectlist {
	position: relative;
	padding: 0px 55px;
}
main .contents .projectlist:before {
	content: "";
	display: block;
	position: absolute;
	width: 100vw;
	height: 220px;
	right: 50%;
	bottom: -40px;
	background: #e4e4e4;
	transform: translateX(50%);
}
main .contents .projectlist li {
	float: left;
	padding: 0px 6px;
}
main .contents .projectlist li a {
	display: block;
	overflow: hidden;
}
main .contents .projectlist li a:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
main .contents .projectlist li .image {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}
main .contents .projectlist li .image img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: 800ms;
	transition: 800ms;
}
main .contents .projectlist li .title {
	display: block;
	margin-bottom: 10px;
	height: 2.5rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20.8px;
	line-height: 1.3rem;
	letter-spacing: -1px;
	color: #000000;
	font-weight: bold;
	overflow: hidden;
}
main .contents .projectlist li .more {
	display: inline-block;
	position: relative;
	padding-right: 36px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 17.6px;
	line-height: 1.1rem;
	color: #143c8c;
	font-weight: bold;
}
main .contents .projectlist li .more:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	right: 0px;
	border: 3px solid #143c8c;
	border-top-color: transparent;
	border-right-color: transparent;
}
main .contents .projectlist li .more:after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	right: 5px;
	width: 21px;
	height: 3px;
	background: #143c8c;
}
main .contents .projectlist .navi .prev a {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 50px;
	height: 65px;
	text-indent: -10000px;
	background: #143c8c;
	overflow: hidden;
}
main .contents .projectlist .navi .prev a:before {
	content: "";
	display: block;
	position: absolute;
	top: 26px;
	left: 17px;
	border: 6px solid transparent;
	border-left: 0px;
	border-right: 5px solid #ffffff;
}
main .contents .projectlist .navi .prev a:after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 21px;
	width: 12px;
	height: 4px;
	background: #ffffff;
}
main .contents .projectlist .navi .next a {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 50px;
	height: 65px;
	text-indent: -10000px;
	background: #143c8c;
	overflow: hidden;
}
main .contents .projectlist .navi .next a:before {
	content: "";
	display: block;
	position: absolute;
	top: 26px;
	right: 17px;
	border: 6px solid transparent;
	border-right: 0px;
	border-left: 5px solid #ffffff;
}
main .contents .projectlist .navi .next a:after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	right: 21px;
	width: 12px;
	height: 4px;
	background: #ffffff;
}
main .contents .categorynavi {
	position: relative;
}
main .contents .categorynavi li {
	display: table;
	width: 32%;
	max-width: 255px;
	height: 65px;
}
main .contents .categorynavi li > * {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
main .contents .categorynavi li a {
	padding: 5px 10px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 22px;
	line-height: 1.375rem;
	color: #ffffff;
	font-weight: bold;
	background: #818181;
}
main .contents .categorynavi .prev {
	position: absolute;
	top: 0px;
	left: 0px;
}
main .contents .categorynavi .prev a {
	padding-left: 50px;
	text-align: left;
	background: #143c8c;
}
main .contents .categorynavi .prev a:before {
	content: "";
	display: block;
	position: absolute;
	top: 29px;
	left: 10px;
	border: 3px solid #ffffff;
	border-top-color: transparent;
	border-left-color: transparent;
}
main .contents .categorynavi .prev a:after {
	content: "";
	display: block;
	position: absolute;
	top: 32px;
	left: 15px;
	width: 21px;
	height: 3px;
	background: #ffffff;
}
main .contents .categorynavi .next {
	position: absolute;
	top: 0px;
	right: 0px;
}
main .contents .categorynavi .next a {
	padding-right: 50px;
	text-align: right;
	background: #143c8c;
}
main .contents .categorynavi .next a:before {
	content: "";
	display: block;
	position: absolute;
	top: 29px;
	right: 10px;
	border: 3px solid #ffffff;
	border-top-color: transparent;
	border-right-color: transparent;
}
main .contents .categorynavi .next a:after {
	content: "";
	display: block;
	position: absolute;
	top: 32px;
	right: 15px;
	width: 21px;
	height: 3px;
	background: #ffffff;
}
main .contents .categorynavi .current {
	margin: auto;
}
main .contents .photogallery {
	position: relative;
	padding: 10px 0px;
}
main .contents .photogallery:before {
	content: "";
	display: block;
	position: absolute;
	width: 100vw;
	height: 100%;
	right: 50%;
	top: 0px;
	background: url(../images/border.gif);
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
main .contents .photogallery ul {
	position: relative;
	margin: -10px -5px 0px -10px;
	overflow: hidden;
}
main .contents .photogallery ul li {
	float: left;
	width: calc((100% - 55px) / 5);
	margin-left: 10px;
	margin-top: 10px;
}
main .contents .photogallery a {
	display: block;
	overflow: hidden;
}
main .contents .photogallery a img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: 400ms;
	transition: 400ms;
}
main .contents .photogallery a:hover img {
	transform: scale(1.1);
}
main .contents .projectfilter:after {
	content: "";
	display: block;
	clear: both;
}
main .contents .projectfilter .filter {
	position: relative;
	padding: 10px 10px 0px;
	background: #e4e4e4;
}
main .contents .projectfilter .filter:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0px;
	bottom: 0px;
	background: #ffffff;
	z-index: 0;
}
main .contents .projectfilter .filter p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 15.4px;
	line-height: 0.9625rem;
}
main .contents .projectfilter .filter ul {
	position: relative;
	display: table;
	width: calc(100% - 40px);
	table-layout: fixed;
	margin: 10px auto 0px;
	z-index: 1;
}
main .contents .projectfilter .filter ul > * {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: bottom;
}
main .contents .projectfilter .filter ul li {
	padding: 0px 5px;
}
main .contents .projectfilter .filter a {
	position: relative;
	display: block;
	padding: 10px 5px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20.8px;
	line-height: 1.3rem;
	font-weight: bold;
	color: #ffffff;
	background: #828282;
}
main .contents .projectfilter .filter a span {
	display: inline-block;
}
main .contents .projectfilter .filter a.current {
	background: #143c8c;
}
main .contents .projectfilter .filter a.current:after {
	position: absolute;
	content: "";
	display: block;
	bottom: -10px;
	left: 50%;
	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 10px solid #143c8c;
	border-bottom: 0px;
}
main .contents .projectfilter .list {
	margin-top: 45px;
	opacity: 1;
	transition: 400ms;
}
main .contents .projectfilter .list.hide {
	opacity: 0;
}
main .contents .projectfilter .list ul {
	margin: 0px -5px -35px -20px;
}
main .contents .projectfilter .list ul:after {
	content: "";
	display: block;
	clear: both;
}
main .contents .projectfilter .list li {
	float: left;
	width: calc((100% - 85px) / 4);
	margin-left: 20px;
	margin-bottom: 35px;
}
main .contents .projectfilter .list li.hide {
	display: none;
}
main .contents .projectfilter .list li a {
	position: relative;
	display: block;
	overflow: hidden;
}
main .contents .projectfilter .list li a:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
main .contents .projectfilter .list li a.closeup:before {
	content: "Close Up";
	display: block;
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0px 5px;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 26px;
	color: #ffffff;
	font-weight: bold;
	background: #143c8c;
	z-index: 15;
}
main .contents .projectfilter .list li a.closeup:after {
	content: "Close Up";
	display: block;
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0px 5px 0px 15px;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 26px;
	font-weight: bold;
	background: #143c8c;
	z-index: 14;
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
}
main .contents .projectfilter .list li a.closeup .image {
	position: relative;
}
main .contents .projectfilter .list li a.closeup .image:before {
	content: "";
	position: absolute;
	display: block;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	top: 0px;
	left: 0px;
	border: 4px solid #143c8c;
	z-index: 10;
}
main .contents .projectfilter .list li .image {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}
main .contents .projectfilter .list li .image img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: 800ms;
	transition: 800ms;
}
main .contents .projectfilter .list li .title {
	display: block;
	margin-bottom: 10px;
	height: 2.5rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20.8px;
	line-height: 1.3rem;
	letter-spacing: -1px;
	color: #000000;
	font-weight: bold;
	overflow: hidden;
}
main .contents .projectfilter .list li .more {
	display: inline-block;
	position: relative;
	padding-right: 36px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 17.6px;
	line-height: 1.1rem;
	color: #143c8c;
	font-weight: bold;
}
main .contents .projectfilter .list li .more:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	right: 0px;
	border: 3px solid #143c8c;
	border-top-color: transparent;
	border-right-color: transparent;
}
main .contents .projectfilter .list li .more:after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	right: 5px;
	width: 21px;
	height: 3px;
	background: #143c8c;
}
main .contents .projectmenu {
	clear: both;
}
main .contents .projectmenu h3 {
	margin: 0px 0px 15px;
	padding: 0px;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 31.2px;
	line-height: 1.95rem;
	text-align: center;
}
main .contents .projectmenu h3 a {
	color: #000000;
}
main .contents .projectmenu ul {
	margin: 0px -5px -32px -16px;
}
main .contents .projectmenu ul:after {
	content: "";
	display: block;
	clear: both;
}
main .contents .projectmenu ul li {
	float: left;
	width: calc((33.33% - 17.6px) / 3);
	margin-left: 16px;
	margin-bottom: 32px;
}
main .contents .projectmenu ul li > a {
	position: relative;
	display: block;
	overflow: hidden;
}
main .contents .projectmenu ul li > a > span {
	position: absolute;
	bottom: -310px;
	width: 100%;
	padding: 10px 10px 15px;
	color: #ffffff;
	background: rgba(20, 60, 140, 0.7);
	-webkit-transition: bottom 600ms;
	transition: bottom 600ms;
}
main .contents .projectmenu ul li > a:hover > span {
	bottom: 0px !important;
}
main .contents .projectmenu ul li > a .title {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 21.6px;
	line-height: 1.35rem;
	letter-spacing: -1px;
	font-weight: bold;
}
main .contents .projectmenu ul li > a .text {
	display: block;
	margin-top: 0px !important;
	padding-top: 5px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
	overflow: hidden;
}
main .contents .projectmenu ul li > a .more {
	position: relative;
	display: block;
	padding: 25px 50px 0px 0px;
	text-align: right;
	font-size: 16px;
	font-size: 1rem;
	line-height: 17.6px;
	line-height: 1.1rem;
	font-weight: bold;
}
main .contents .projectmenu ul li > a .more:before {
	content: "";
	display: block;
	position: absolute;
	top: 29px;
	right: 10px;
	border: 3px solid #ffffff;
	border-top-color: transparent;
	border-right-color: transparent;
}
main .contents .projectmenu ul li > a .more:after {
	content: "";
	display: block;
	position: absolute;
	top: 32px;
	right: 15px;
	width: 21px;
	height: 3px;
	background: #ffffff;
}
main .contents .projectmenu ul li > a img {
	display: block;
	width: 100%;
	height: auto;
}
main .contents .customer_index {
	margin: 0 -5px -20px -21px;
}
main .contents .customer_index:after {
	content: "";
	display: block;
	clear: both;
}
.sp main .contents .customer_index {
	margin: 32px 0 0 0;
}
main .contents .customer_index > a {
	position: relative;
	display: block;
	float: left;
	margin-left: 21px;
	margin-bottom: 20px;
	padding: 0px 0px 20px;
	width: calc(33.33% - 22.6px);
	background: #ffffff;
	box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.2);
}
.sp main .contents .customer_index > a {
	width: 100%;
	float: none;
	margin-left: 0px;
	padding: 0px 0px 10px;
}
main .contents .customer_index > a:after {
	content: "";
	display: block;
	position: absolute;
	right: 4px;
	bottom: 4px;
	border: 5px solid transparent;
	border-right-color: #143c8c;
	border-bottom-color: #143c8c;
}
main .contents .customer_index > a .image {
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}
main .contents .customer_index > a .image img {
	display: block;
	width: 100%;
	height: auto;
	transition: 800ms;
}
main .contents .customer_index > a:hover .image img {
	transform: scale(1.1);
}
main .contents .customer_index > a .title {
	display: block;
	margin: 0px 20px 5px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 23.4px;
	line-height: 1.4625rem;
	font-weight: bold;
	color: #143c8c;
	min-height: 60px;
}
.sp main .contents .customer_index > a .title {
	margin: 0px 10px 5px;
	min-height: 0px;
}
main .contents .customer_index > a .sub {
	display: block;
	margin: 0px 20px 5px;
	font-size: 14.4px;
	font-size: 0.9rem;
	line-height: 18.72px;
	line-height: 1.17rem;
}
.sp main .contents .customer_index > a .sub {
	margin: 0px 10px 5px;
}
main .contents .customer_index > a .company {
	display: block;
	margin: 0px 20px 5px;
	font-size: 17.6px;
	font-size: 1.1rem;
	line-height: 22.88px;
	line-height: 1.43rem;
}
.sp main .contents .customer_index > a .company {
	margin: 0px 10px 5px;
}
main .contents .case_area > div:not(:first-child) {
	display: none;
}
main .contents .case_index {
	margin: 32px -5px -20px -21px;
}
main .contents .case_index:after {
	content: "";
	display: block;
	clear: both;
}
.sp main .contents .case_index {
	margin: 32px 0 0 0;
}
main .contents .case_index > a {
	position: relative;
	display: block;
	float: left;
	margin-left: 21px;
	margin-bottom: 20px;
	width: calc((100% - 47px) / 2);
	background: #ffffff;
	color: #000;
	box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.2);
}
.sp main .contents .case_index > a {
	width: 100%;
	float: none;
	margin-left: 0px;
	padding: 0;
}
main .contents .case_index > a:after {
	content: "";
	display: block;
	position: absolute;
	right: 4px;
	bottom: 4px;
	border: 5px solid transparent;
	border-right-color: #143c8c;
	border-bottom-color: #143c8c;
}
main .contents .case_index > a .title {
	margin: 0px 0px 5px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 26px;
	line-height: 1.625rem;
	font-weight: bold;
}
.sp main .contents .case_index > a .title {
	padding-top: 10px;
	margin: 0px 0px 5px 10px;
	min-height: 0px;
}
main .contents .case_index > a .wrap {
	display: table;
	width: 100%;
}
main .contents .case_index > a .wrap > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
.l_tablet main .contents .case_index > a .wrap {
	display: block;
}
.sp main .contents .case_index > a .wrap {
	display: table;
}
main .contents .case_index > a .img {
	width: 294px;
}
.l_tablet main .contents .case_index > a .img {
	display: block;
	width: 100%;
}
.sp main .contents .case_index > a .img {
	margin: 0 auto;
	display: table-cell;
	width: 35%;
	vertical-align: bottom;
}
main .contents .case_index > a .image {
	display: block;
	overflow: hidden;
}
.sp main .contents .case_index > a .image {
	position: relative;
	padding-bottom: 100%;
}
main .contents .case_index > a .image img {
	display: block;
	width: 100%;
	height: auto;
	transition: 800ms;
}
.sp main .contents .case_index > a .image img {
	position: absolute;
	width: auto;
	height: 100%;
	max-width: none;
	left: -20%;
	margin: auto;
}
main .contents .case_index > a:hover .image img {
	transform: scale(1.1);
}
main .contents .case_index > a .tx {
	width: calc(100% - 294px);
	padding: 10px;
}
.sp main .contents .case_index > a .tx {
	padding: 0 10px 10px 20px;
	display: table-cell;
	width: 65%;
	vertical-align: top;
}
.sp main .contents .case_index > a .tx .title {
	margin: 0px 10px 5px;
	min-height: 0px;
}
main .contents .case_index > a .tx span.colon {
	vertical-align: bottom;
	width: 1em;
}
.sp main .contents .case_index > a .tx span.colon {
	display: none;
}
.l_tablet main .contents .case_index > a .tx {
	display: block;
	width: 100%;
}
main .contents .case_index > a .title {
	display: block;
	margin: 0px 0px 5px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 26px;
	line-height: 1.625rem;
	font-weight: bold;
}
.sp main .contents .case_index > a .title {
	margin: 0px 10px 5px;
	min-height: 0px;
}
main .contents .case_index > a .inner_wrap {
	display: table;
	width: 100%;
}
main .contents .case_index > a .inner_wrap > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
main .contents .case_index > a .inner_wrap > span:first-child {
	width: 4.5em;
	vertical-align: bottom;
}
main .contents .case_index > a .inner_wrap + .inner_wrap {
	margin-top: 8px;
}
main .contents .case_index > a .ico {
	margin-top: 15px;
}
.sp main .contents .case_index > a .ico {
	display: none;
}
main .contents .case_index > a .ico li {
	display: inline-block;
}
main .contents .case_index > a .ico li > span {
	display: block;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
}
main .contents .case_index > a .ico li > span.foundation01 {
	background-image: url(../images/ico/foundation01.png);
}
main .contents .case_index > a .ico li > span.foundation02 {
	background-image: url(../images/ico/foundation02.png);
}
main .contents .case_index > a .ico li > span.foundation03 {
	background-image: url(../images/ico/foundation03.png);
}
main .contents .case_index > a .ico li > span.foundation04 {
	background-image: url(../images/ico/foundation04.png);
}
main .contents .case_index > a .ico li > span.foundation05 {
	background-image: url(../images/ico/foundation05.png);
}
main .contents .case_index > a .ico li > span.roof01 {
	background-image: url(../images/ico/roof01.png);
}
main .contents .case_index > a .ico li > span.roof02 {
	background-image: url(../images/ico/roof02.png);
}
main .contents .case_index > a .ico li > span.roof03 {
	background-image: url(../images/ico/roof03.png);
}
main .contents .case_index > a .ico li > span.roof04 {
	background-image: url(../images/ico/roof04.png);
}
main .contents .case_index > a .ico li > span.roof05 {
	background-image: url(../images/ico/roof05.png);
}
main .contents .case_index > a .ico li > span.roof06 {
	background-image: url(../images/ico/roof06.png);
}
main .contents .case_index > a .ico li > span.roof07 {
	background-image: url(../images/ico/roof07.png);
}
main .contents .case_index > a .ico li > span.wall01 {
	background-image: url(../images/ico/wall01.png);
}
main .contents .case_index > a .ico li > span.wall02 {
	background-image: url(../images/ico/wall02.png);
}
main .contents .case_index > a .ico li > span.wall03 {
	background-image: url(../images/ico/wall03.png);
}
main .contents .case_index > a .ico li > span.wall04 {
	background-image: url(../images/ico/wall04.png);
}
main .contents .case_index > a .ico li > span.wall05 {
	background-image: url(../images/ico/wall05.png);
}
main .contents .case_index > a .ico li > span.wall06 {
	background-image: url(../images/ico/wall06.png);
}
main .contents .case_index > a .ico li > span.wall07 {
	background-image: url(../images/ico/wall07.png);
}
main .contents .case_index > a .ico li > span.fittings01 {
	background-image: url(../images/ico/fittings01.png);
}
main .contents .case_index > a .ico li > span.fittings02 {
	background-image: url(../images/ico/fittings02.png);
}
main .contents .case_index > a .ico li > span.fittings03 {
	background-image: url(../images/ico/fittings03.png);
}
main .contents .case_index > a .ico li > span.fittings04 {
	background-image: url(../images/ico/fittings04.png);
}
main .contents .case_index > a .ico li > span.fittings05 {
	background-image: url(../images/ico/fittings05.png);
}
main .contents #case_all .sub_cat {
	display: none;
}
main .contents .case_etc_index .image {
	display: block;
	overflow: hidden;
	position: relative;
}
main .contents .case_etc_index .image a:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../images/large_glass.png) no-repeat;
	right: 5px;
	bottom: 5px;
}
main .contents .case_etc_index .image img {
	display: block;
	width: 100%;
	height: auto;
	transition: 800ms;
}
main .contents .case_etc_index .image:hover img {
	transform: scale(1.1);
}
main .contents .case_etc_index .title {
	display: block;
	margin: 0px 0px 5px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 23.4px;
	line-height: 1.4625rem;
	font-weight: bold;
	margin-top: 10px;
}
.sp main .contents .case_etc_index .title {
	margin: 10px 0px 5px;
	min-height: 0px;
}
main .contents .case_etc_index .inner_wrap {
	display: table;
	width: 100%;
}
main .contents .case_etc_index .inner_wrap > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
main .contents .case_etc_index .inner_wrap > span:first-child {
	width: 4.5em;
	vertical-align: bottom;
}
main .contents .case_etc_index .inner_wrap + .inner_wrap {
	margin-top: 8px;
}
main .contents .case_etc_index .inner_wrap .colon {
	width: 1em;
}
main .contents .case_detail {
	display: table;
	width: 100%;
	table-layout: fixed;
}
main .contents .case_detail > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
.sp main .contents .case_detail {
	display: block;
}
main .contents .case_detail > .img {
	width: 50%;
}
main .contents .case_detail > .img a:hover {
	opacity: 1;
}
main .contents .case_detail > .img img {
	max-width: 100%;
	height: auto;
}
.sp main .contents .case_detail > .img {
	display: block;
	width: 100%;
}
main .contents .case_detail > .tx {
	width: 50%;
	padding-left: 20px;
}
.sp main .contents .case_detail > .tx {
	display: block;
	width: 100%;
	padding-left: 0;
	margin-top: 20px;
}
main .contents .case_detail > .tx table {
	width: 100%;
	border-collapse: collapse;
}
main .contents .case_detail > .tx table th, main .contents .case_detail > .tx .format table td, main .contents .format .case_detail > .tx table td {
	width: 110px;
	padding: 10px 0;
	border-top: 1px solid #cacaca;
	text-align: left;
	line-height: 1.5;
}
main .contents .case_detail > .tx table td {
	padding: 10px 0;
	border-top: 1px solid #cacaca;
	text-align: left;
	line-height: 1.5;
}
main .contents .case_detail > .tx table td .buzai:after {
	content: "";
	display: block;
	clear: both;
}
main .contents .case_detail > .tx table td .buzai > div {
	float: left;
	width: calc(33.33% - 8px);
}
.sp main .contents .case_detail > .tx table td .buzai > div {
	float: none;
	width: 100%;
	margin: 0;
}
.sp main .contents .case_detail > .tx table td .buzai > div + div {
	margin-top: 15px;
}
main .contents .case_detail > .tx table td .buzai > div:nth-of-type(4n) {
	margin-left: 16px;
}
.sp main .contents .case_detail > .tx table td .buzai > div:nth-of-type(4n) {
	margin: 0;
}
main .contents .case_detail > .tx table td .buzai > div:nth-of-type(n+4) {
	margin-top: 15px;
}
main .contents .case_detail > .tx table td .buzai > div a {
	display: block;
	min-height: 30px;
	padding-left: 35px;
	font-size: 12.8px;
	font-size: 0.8rem;
	line-height: 14.08px;
	line-height: 0.88rem;
	background: no-repeat;
	background-size: 30px 30px;
}
main .contents .case_detail > .tx table td .buzai > div a.foundation01 {
	background-image: url(../images/ico/foundation01.png);
}
main .contents .case_detail > .tx table td .buzai > div a.foundation02 {
	background-image: url(../images/ico/foundation02.png);
}
main .contents .case_detail > .tx table td .buzai > div a.foundation03 {
	background-image: url(../images/ico/foundation03.png);
}
main .contents .case_detail > .tx table td .buzai > div a.foundation04 {
	background-image: url(../images/ico/foundation04.png);
}
main .contents .case_detail > .tx table td .buzai > div a.foundation05 {
	background-image: url(../images/ico/foundation05.png);
}
main .contents .case_detail > .tx table td .buzai > div a.roof01 {
	background-image: url(../images/ico/roof01.png);
}
main .contents .case_detail > .tx table td .buzai > div a.roof02 {
	background-image: url(../images/ico/roof02.png);
}
main .contents .case_detail > .tx table td .buzai > div a.roof03 {
	background-image: url(../images/ico/roof03.png);
}
main .contents .case_detail > .tx table td .buzai > div a.roof04 {
	background-image: url(../images/ico/roof04.png);
}
main .contents .case_detail > .tx table td .buzai > div a.roof05 {
	background-image: url(../images/ico/roof05.png);
}
main .contents .case_detail > .tx table td .buzai > div a.roof06 {
	background-image: url(../images/ico/roof06.png);
}
main .contents .case_detail > .tx table td .buzai > div a.roof07 {
	background-image: url(../images/ico/roof07.png);
}
main .contents .case_detail > .tx table td .buzai > div a.wall01 {
	background-image: url(../images/ico/wall01.png);
}
main .contents .case_detail > .tx table td .buzai > div a.wall02 {
	background-image: url(../images/ico/wall02.png);
}
main .contents .case_detail > .tx table td .buzai > div a.wall03 {
	background-image: url(../images/ico/wall03.png);
}
main .contents .case_detail > .tx table td .buzai > div a.wall04 {
	background-image: url(../images/ico/wall04.png);
}
main .contents .case_detail > .tx table td .buzai > div a.wall05 {
	background-image: url(../images/ico/wall05.png);
}
main .contents .case_detail > .tx table td .buzai > div a.wall06 {
	background-image: url(../images/ico/wall06.png);
}
main .contents .case_detail > .tx table td .buzai > div a.wall07 {
	background-image: url(../images/ico/wall07.png);
}
main .contents .case_detail > .tx table td .buzai > div a.fittings01 {
	background-image: url(../images/ico/fittings01.png);
}
main .contents .case_detail > .tx table td .buzai > div a.fittings02 {
	background-image: url(../images/ico/fittings02.png);
}
main .contents .case_detail > .tx table td .buzai > div a.fittings03 {
	background-image: url(../images/ico/fittings03.png);
}
main .contents .case_detail > .tx table td .buzai > div a.fittings04 {
	background-image: url(../images/ico/fittings04.png);
}
main .contents .case_detail > .tx table td .buzai > div a.fittings05 {
	background-image: url(../images/ico/fittings05.png);
}
main .contents .case_detail > .tx p {
	line-height: 1.5;
}
main .contents .case_detail > .tx * + p {
	margin-top: 20px;
}
main .contents .case_photo {
	display: table;
	width: 100%;
}
main .contents .case_photo > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: middle;
}
.sp main .contents .case_photo {
	display: block;
}
main .contents .case_photo > .title {
	width: 160px;
	background: #143c8c;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.sp main .contents .case_photo > .title {
	width: 100%;
	display: block;
	padding: 10px 0;
	margin-bottom: 20px;
}
main .contents .case_photo > .img {
	width: calc(100% - 160px);
	padding-left: 15px;
}
.sp main .contents .case_photo > .img {
	display: block;
	width: 100%;
	padding-left: 0px;
}
main .contents .case_photo > .img ul {
	width: 100%;
}
main .contents .case_photo > .img ul:after {
	content: "";
	display: block;
	clear: both;
}
main .contents .case_photo > .img ul li {
	float: left;
	width: calc(20% - 15px);
	line-height: 0;
	margin-left: 15px;
}
.sp main .contents .case_photo > .img ul li {
	width: calc(33.3% - 10px);
	margin: 0 15px 15px 0px;
}
main .contents .case_photo > .img ul li:nth-of-type(5n+1) {
	margin-left: 0;
}
main .contents .case_photo > .img ul li:nth-of-type(n+6) {
	margin-top: 15px;
}
.sp main .contents .case_photo > .img ul li:nth-of-type(n+6) {
	margin-top: 0;
}
.sp main .contents .case_photo > .img ul li:nth-of-type(3n) {
	margin-right: 0;
}
main .contents .case_photo > .img ul li a:focus {
	outline: none;
}
main .contents .case_photo > .img ul li img {
	width: 100%;
	height: auto;
}
main .contents .slider {
	padding: 0 40px;
}
main .contents .slider.single {
	padding: 0;
}
main .contents .slider.single img {
	margin-bottom: 15px;
}
main .contents .slider > div {
	width: 100%;
}
main .contents .slider > div:after {
	content: "";
	display: block;
	clear: both;
}
main .contents .slider > div .slide-arrow {
	position: absolute;
	width: 30px;
	height: 100px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
	backface-visibility: hidden;
}
main .contents .slider > div .slide-arrow:hover {
	opacity: 0.7;
}
main .contents .slider > div .slide-arrow:before {
	display: block;
	content: "";
	position: absolute;
	top: 36px;
	left: 0px;
	width: 30px;
	height: 3px;
	background: #143c8c;
	transform: rotate(120deg);
}
main .contents .slider > div .slide-arrow:after {
	display: block;
	content: "";
	position: absolute;
	top: 60px;
	left: 0px;
	width: 30px;
	height: 3px;
	background: #143c8c;
	transform: rotate(60deg);
}
main .contents .slider > div .slide-arrow.prev-arrow {
	left: -40px;
}
main .contents .slider > div .slide-arrow.prev-arrow:before {
	transform: rotate(120deg);
}
main .contents .slider > div .slide-arrow.prev-arrow:after {
	transform: rotate(60deg);
}
main .contents .slider > div .slide-arrow.next-arrow {
	right: -40px;
}
main .contents .slider > div .slide-arrow.next-arrow:before {
	transform: rotate(60deg);
}
main .contents .slider > div .slide-arrow.next-arrow:after {
	transform: rotate(120deg);
}
main .contents .slider > div div.slick-slide {
	margin: 0 8px;
}
main .contents .slider > div:not(.slick-slider) div {
	width: calc((100% - 48px) / 4);
	float: left;
}
main .contents .slider > div:not(.slick-slider) div + div {
	margin-left: 16px;
}
main .contents .slider > div .slick-disabled {
	visibility: hidden;
}
main .contents .slider > div a {
	display: block;
}
main .contents .slider > div img {
	width: 100%;
	height: auto;
}
main .contents .customer_area {
	display: table;
	width: 100%;
}
main .contents .customer_area > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
.sp main .contents .customer_area {
	display: block;
}
main .contents .customer_area .tx {
	width: calc(100% - 384px);
	padding-right: 30px;
}
.sp main .contents .customer_area .tx {
	display: block;
	width: 100%;
	padding-right: 0px;
}
main .contents .customer_area .tx p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 27.2px;
	line-height: 1.7rem;
}
main .contents .customer_area .img {
	width: 384px;
	max-width: 384px;
	text-align: center;
}
.sp main .contents .customer_area .img {
	display: block;
	width: 100%;
	margin-top: 48px;
}
main .contents .customer_area .img > div + div {
	margin-top: 15px;
}
main .contents .customer_area .img img {
	max-width: 100%;
	height: auto;
}
main .contents .customer_area .profile {
	background: url(../images/bg_slant.png);
	padding: 15px;
}
.sp main .contents .customer_area .profile {
	width: 100%;
	padding: 10px;
}
main .contents .customer_area .profile > div {
	background: #fff;
	padding: 20px;
}
.sp main .contents .customer_area .profile > div {
	padding: 15px;
}
main .contents .customer_area .profile.wide {
	width: calc(100% - 384px);
}
.sp main .contents .customer_area .profile.wide {
	width: 100%;
}
main .contents .pager {
	text-align: center;
}
.sp main .contents .pager {
	position: relative;
	padding-bottom: 60px;
}
main .contents .pager > span {
	display: inline-block;
	vertical-align: middle;
}
.sp main .contents .pager > span {
	position: absolute;
}
main .contents .pager > span + span {
	margin-left: 20px;
}
.sp main .contents .pager > span + span {
	margin-left: 0;
}
main .contents .pager > span.prev a, main .contents .pager > span.next a {
	display: block;
	width: 30px;
	height: 30px;
	background: #143c8c;
}
main .contents .pager > span.prev a:after, main .contents .pager > span.next a:after {
	position: relative;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	top: 5px;
	vertical-align: middle;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
main .contents .pager > span.prev a:after {
	left: 3px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
main .contents .pager > span.next a:after {
	left: -3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
main .contents .pager > span.back a {
	color: #143c8c;
}
.sp main .contents .pager > span.prev {
	width: 30px;
	left: 0;
	right: 50px;
	bottom: 0;
	margin: 0 auto;
}
.sp main .contents .pager > span.next {
	width: 30px;
	left: 50px;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.sp main .contents .pager > span.back {
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
}
.sp main .contents .tab {
	display: none;
}
main .contents .tab ul {
	border-bottom: 1px solid #143c8c;
	font-size: 0;
}
main .contents .tab ul:after {
	content: "";
	display: block;
	clear: both;
}
main .contents .tab ul li {
	display: inline-block;
	vertical-align: bottom;
	font-size: 16px;
	font-size: 1rem;
	line-height: 17.6px;
	line-height: 1.1rem;
}
main .contents .tab ul li a {
	display: block;
	color: #fff;
	font-weight: bold;
	background: #cacaca;
	padding: 15px 5px;
	text-align: center;
}
main .contents .tab ul li a.ac {
	width: 100%;
	background: #143c8c;
	padding: 22px 5px;
	top: 0;
}
main .contents .tab.col5 li {
	width: calc((95% - 25px) / 5);
}
main .contents .tab.col5 li + li {
	margin-left: 5px;
}
main .contents .tab.col7 li {
	width: calc(13.2% - 4.2px);
}
main .contents .tab.col7 li + li {
	margin-left: 5px;
}
main .contents * + .tab_select {
	margin-top: 20px;
}
main .contents .partner_area > div:not(:first-child) {
	display: none;
}
main .contents .partner_area > div > div {
	display: table;
	width: 100%;
}
main .contents .partner_area > div > div > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: middle;
}
.sp main .contents .partner_area > div > div {
	display: block;
}
.sp main .contents .partner_area > div > div > .tx {
	display: block;
}
main .contents .partner_area > div > div > .tx p + p {
	margin-top: 10px;
}
main .contents .partner_area > div > div > .tx .company {
	font-weight: bold;
}
main .contents .partner_area > div > div > .tx .company.platinum:after {
	content: "";
	display: inline-block;
	width: 72px;
	height: 20px;
	margin-left: 15px;
	background: url(../images/platinum.jpg) no-repeat;
	vertical-align: bottom;
}
.sp main .contents .partner_area > div > div > .tx .company.platinum:after {
	display: block;
	margin-left: 0px;
	margin-top: 10px;
}
main .contents .partner_area > div > div > .link {
	text-align: right;
	width: 222px;
}
.sp main .contents .partner_area > div > div > .link {
	display: block;
	text-align: center;
	margin: 20px auto 0;
}
.sp main .contents .partner_area > div > div > .link:after {
	content: "";
	display: block;
	clear: both;
}
main .contents .partner_area > div > div > .link li {
	display: inline-block;
}
main .contents .partner_area > div > div > .link li.map {
	float: left;
}
main .contents .partner_area > div > div > .link li.site {
	float: right;
}
main .contents .partner_area > div > div > .link li a {
	display: block;
	padding: 7px 15px;
	background: #143c8c;
	color: #fff;
}
main .contents .partner_area > div > div > .link li a:after {
	display: inline-block;
	content: "";
	width: 13px;
	height: 13px;
	margin-left: 4px;
	vertical-align: middle;
	background: url(../images/blank_white.png) no-repeat center center;
}
main .contents .partner_area > div > div > .link li a.inner:after {
	display: none;
}
main .contents .partner_area > div > div > .link li + li {
	margin-left: 10px;
}
main .contents .partner_area > div > div + div {
	margin-top: 15px;
	border-top: 1px solid #cacaca;
	padding-top: 15px;
}
main .contents .faq > div + div {
	margin-top: 20px;
}
main .contents .faq .q {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding: 5px 0 0 35px;
	line-height: 1.5;
}
main .contents .faq .q:before {
	position: absolute;
	content: "Q";
	color: #fff;
	background: #cacaca;
	left: 0;
	top: 0;
	padding: 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
}
main .contents .faq .q span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
main .contents .faq .q span:before {
	content: "";
	position: absolute;
	top: 9px;
	right: -7px;
	display: block;
	width: 20px;
	height: 2px;
	background: #143c8c;
}
main .contents .faq .q span:after {
	content: "";
	position: absolute;
	top: 0;
	right: 2px;
	display: block;
	width: 2px;
	height: 20px;
	background: #143c8c;
	transition: 0.5s;
}
main .contents .faq .q.open span:after {
	opacity: 0;
	transform: rotate(270deg);
}
main .contents .faq .a {
	display: none;
	position: relative;
	padding: 5px 0 0 35px;
	margin-top: 20px;
	line-height: 1.5;
}
main .contents .faq .a:before {
	position: absolute;
	content: "A";
	color: #fff;
	background: #f00;
	left: 0;
	top: 0;
	padding: 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
}
main .contents .news_select {
	min-width: 100px;
}
main .contents .news_area > div:not(:first-child) {
	display: none;
}
main .contents dl.news dt {
	margin: 0;
	line-height: 1.5;
}
main .contents dl.news dd {
	margin: 7px 0 0 0;
	line-height: 1.5;
	padding-bottom: 10px;
	border-bottom: 1px solid #cacaca;
}
main .contents dl.news dd + dt {
	margin-top: 15px;
}
main .contents .contact_area {
	padding: 30px 230px;
	background: url(../images/bg_slant.png);
}
.pc main .contents .contact_area {
	padding: 30px 130px;
}
.sp main .contents .contact_area {
	padding: 30px 20px;
}
main .contents .contact_area > div {
	display: table;
	width: 100%;
}
main .contents .contact_area > div > * {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.sp main .contents .contact_area > div {
	display: block;
}
.sp main .contents .contact_area > div > div {
	display: block;
}
main .contents .contact_area > div > div.button a {
	display: inline-block;
	width: auto;
	padding: 20px 50px;
	text-align: center;
}
.sp main .contents .contact_area > div > div.button a {
	padding: 20px 30px;
}
.sp main .contents .contact_area > div > div.tx {
	margin-top: 30px;
}
main .contents .contact_area > div > div.tx .tel span {
	position: relative;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 30px;
	font-weight: bold;
	padding-left: 60px;
}
main .contents .contact_area > div > div.tx .tel span:before {
	content: "";
	position: absolute;
	width: 42px;
	height: 30px;
	left: 0;
	background: url(../images/freedial.png) no-repeat;
}
main .contents .contact_area > div > div.tx .tel2 {
	margin-top: 15px;
}
main .contents .h2_process {
	display: table;
	width: 100%;
	background: url(../images/bg_slant.png);
}
main .contents .h2_process > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: middle;
}
main .contents .h2_process > .num {
	background: #143c8c;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 33px;
	line-height: 2.0625rem;
	width: 60px;
	text-align: center;
	padding: 10px 0 10px 0px;
}
main .contents .h2_process > h2 {
	margin: 0;
	padding: 10px 0 10px 20px;
	border: none;
}
main .contents .h2_process > h2:after {
	display: none;
}
main .contents .bottom_arrow {
	position: relative;
	padding-bottom: 50px;
}
main .contents .bottom_arrow:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90px;
	height: 30px;
	background: url(../images/bottom_arrow.png) no-repeat;
}
main .contents .bottom_arrow + * {
	margin-top: 40px;
}
main .contents .vscroll {
	width: 100%;
	margin: 30px 0;
	height: 150px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #000;
}
main .contents .vscroll .ol_nb {
	margin-top: 15px;
	padding-left: 1.5em;
	list-style: decimal;
	line-height: 1.6;
}
main .contents .vscroll .ol_nb li {
	margin-bottom: 10px;
}
main .contents .noblock img {
	display: inline;
}
.sp main .contents .noblock img {
	width: auto;
	max-width: 100%;
	margin: auto;
}
main .contents .catchs p {
	margin-top: 15px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 40px;
	line-height: 2.5rem;
}

/* main .contents end */
.slideshow {
	position: relative;
}
.slideshow .size img {
	display: block;
	width: 100%;
	max-width: 960px;
	height: auto;
}
.slideshow .caroufredsel_wrapper {
	position: absolute !important;
	top: 0px !important;
	height: 100% !important;
}
.slideshow .list {
	height: 100% !important;
}
.slideshow .list > div {
	position: relative;
}
.slideshow .list > div.top .stage > div {
	width: calc(100% - 64px);
	top: 0px;
	left: 32px;
	right: 32px;
}
.slideshow .list > div.bottom .stage > div {
	width: calc(100% - 64px);
	left: 32px;
	right: 32px;
	bottom: 0px;
}
.slideshow .list > div.left .stage > div {
	width: 100%;
	max-width: 320px;
	top: 0px;
	left: 82px;
	bottom: 0px;
}
.slideshow .list > div.right .stage > div {
	width: 100%;
	max-width: 320px;
	top: 0px;
	right: 82px;
	bottom: 0px;
}
.slideshow .list .image {
	position: relative;
	background: none no-repeat center center;
	background-size: cover;
}
.slideshow .list .image img {
	display: block;
	width: 100%;
	max-width: 960px;
	height: auto;
}
.slideshow .list .stage {
	position: absolute;
	top: 0px;
	right: 50%;
	width: 100%;
	height: 100%;
	max-width: 1024px;
	padding: 0px 32px;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
.slideshow .list .stage > div {
	position: absolute;
	padding: 50px 20px 40px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.7);
}
.slideshow .list .stage h2 {
	margin: 0px 0px 30px;
	padding: 0px;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 31.2px;
	line-height: 1.95rem;
}
.slideshow .list .stage p {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 30.6px;
	line-height: 1.9125rem;
}
.slideshow .navi {
	position: absolute;
	width: 100%;
	max-width: 1024px;
	top: 50%;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	z-index: 100;
}
.slideshow .navi .prev a {
	position: absolute;
	left: 32px;
	top: 50%;
	display: block;
	width: 50px;
	height: 65px;
	margin-top: -32px;
	text-indent: -10000px;
	background: #143c8c;
	overflow: hidden;
	z-index: 100;
}
.slideshow .navi .prev a:before {
	content: "";
	display: block;
	position: absolute;
	top: 26px;
	left: 17px;
	border: 6px solid transparent;
	border-left: 0px;
	border-right: 5px solid #ffffff;
}
.slideshow .navi .prev a:after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 21px;
	width: 12px;
	height: 4px;
	background: #ffffff;
}
.slideshow .navi .next a {
	position: absolute;
	right: 32px;
	top: 50%;
	display: block;
	width: 50px;
	height: 65px;
	margin-top: -32px;
	text-indent: -10000px;
	background: #143c8c;
	overflow: hidden;
	z-index: 100;
}
.slideshow .navi .next a:before {
	content: "";
	display: block;
	position: absolute;
	top: 26px;
	right: 17px;
	border: 6px solid transparent;
	border-right: 0px;
	border-left: 5px solid #ffffff;
}
.slideshow .navi .next a:after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	right: 21px;
	width: 12px;
	height: 4px;
	background: #ffffff;
}

.button {
	text-align: center;
}
.button a {
	display: inline-block;
	padding: 10px 30px;
	background: #143c8c;
	color: #fff;
	line-height: 20px;
	text-align: center;
}
.button a span {
	display: inline-block;
	padding-top: 1px;
	padding-right: 28px;
	background: url(../images/arrow_w.png) right 2px no-repeat;
	background-size: 19px 19px;
}
.tablet .button a span {
	padding-top: 3px;
}

#topintroduction {
	background: #ffffff;
	overflow: hidden;
	background: url(../../images/product_bg.png) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
}
.sp #topintroduction {
	padding: 40px 0;
}
#topintroduction > div {
	position: relative;
	width: 100%;
	max-width: 1256px;
	margin: auto;
	padding: 0px 28px 0px;
}
.sp #topintroduction > div {
	padding: 0px 14px 0px;
}
#topintroduction > div h2 {
	margin: 0px 0px 60px;
	padding: 0px;
	text-align: center;
}
.sp #topintroduction > div h2 {
	margin-bottom: 30px;
}
#topintroduction > div h2 span {
	display: block;
	margin: 0px 0px 20px;
	font-size: 48px;
	font-size: 3rem;
	line-height: 52.8px;
	line-height: 3.3rem;
	font-weight: bold;
	color: #143c8c;
}
.sp #topintroduction > div h2 span {
	margin-bottom: 10px;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 33px;
	line-height: 2.0625rem;
}
#topintroduction > div h2 strong {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 19.8px;
	line-height: 1.2375rem;
	font-weight: bold;
	color: #143c8c;
}
#topintroduction > div .col:after {
	content: "";
	display: block;
	clear: both;
}
#topintroduction > div .col .map {
	width: 938px;
	float: left;
}
#topintroduction > div .col .map > div {
	position: relative;
	display: inline-block;
	width: 100%;
}
#topintroduction > div .col .map > div .arrow {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#topintroduction > div .col .map > div .blank {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 11;
}
.pc #topintroduction > div .col .map {
	width: 100%;
	float: none;
	text-align: center;
}
.pc #topintroduction > div .col .map img {
	max-width: 100%;
	height: auto;
}
.sp #topintroduction > div .col .map {
	width: 100%;
}
#topintroduction > div .col .list {
	width: calc(100% - 938px);
	float: left;
	padding-left: 30px;
}
.pc #topintroduction > div .col .list {
	margin-top: 30px;
	width: 100%;
	float: none;
	padding-left: 0;
}
#topintroduction > div .col .list ul {
	height: 454px;
}
.pc #topintroduction > div .col .list ul {
	height: auto;
}
.pc #topintroduction > div .col .list ul:after {
	content: "";
	display: block;
	clear: both;
}
#topintroduction > div .col .list ul li {
	height: calc(33.3% - 13.3px);
}
#topintroduction > div .col .list ul li + li {
	margin-top: 20px;
}
.pc #topintroduction > div .col .list ul li {
	width: calc(33.3% - 13.3px);
	height: auto;
	float: left;
}
.pc #topintroduction > div .col .list ul li + li {
	margin-top: 0px;
	margin-left: 20px;
}
.sp #topintroduction > div .col .list ul li {
	width: 100%;
}
.sp #topintroduction > div .col .list ul li + li {
	margin-left: 0px;
	margin-top: 10px;
}
#topintroduction > div .col .list ul li a {
	position: relative;
	display: block;
	height: 100%;
	text-align: center;
	background: #143c8c;
	font-weight: bold;
	background: #f0f0f0;
	box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.2);
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
	backface-visibility: hidden;
}
#topintroduction > div .col .list ul li a:hover {
	opacity: 0.7;
}
.pc #topintroduction > div .col .list ul li a {
	padding: 15px 0;
	box-shadow: none;
	border: 1px solid #ccc;
}
#topintroduction > div .col .list ul li a span {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pc #topintroduction > div .col .list ul li a span {
	position: static;
	transform: none;
}
#topintroduction > div .col .list ul li a:after {
	content: "";
	display: block;
	position: absolute;
	right: 4px;
	bottom: 4px;
	border: 5px solid transparent;
	border-right-color: #143c8c;
	border-bottom-color: #143c8c;
}

.contents.product #topintroduction {
	padding-top: 0;
}

.clf {
	min-height: 1px;
}

.clf:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html .clf {
	height: 1px;
	overflow: visible;
}

/**/
p.contact-form-information {
	font-size: 14px;
	line-height: 1.5em;
}

div.contact-form {
	border-top: 1px solid #C1C1C1;
	width: 520px;
	text-align: left;
}

div.contact-form div.contact-form-field,
div.contact-form div.contact-form-submit {
	padding: 20px 0 20px 0;
	border-left: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
	width: 518px;
}

div.contact-form div.contact-form-field.highlight {
	background: url(../images/cf-field-bg.gif) repeat;
}

div.contact-form div.contact-form-submit input {
	margin-left: 190px;
	padding: 5px 25px;
	border: 1px solid #CCCCCC;
	background-color: #656565;
	color: #FFFFFF;
}

div.contact-form div.contact-form-submit input:hover {
	background-color: #999999;
}

div.contact-form div.contact-form-field p.form-label {
	display: block;
	float: left;
	margin: 0;
	padding: 0 25px 0 10px;
	width: 155px;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2em;
	color: #333333;
}

div.contact-form div.contact-form-field p.form-label span.must {
	display: block;
	margin: 3px 0 0 0;
	font-size: 10px;
	color: #FF3333;
}

div.contact-form div.contact-form-field p.form-label span.description {
	display: block;
	padding: 3px 0 0 0;
	font-weight: normal;
	font-size: 12px;
	color: #646464;
}

div.contact-form div.contact-form-field .form-element {
	display: block;
	float: left;
	margin: 0 0 0 0;
	width: 290px;
}

div.contact-form div.contact-form-field .form-element input.contact-form-text-full,
div.contact-form div.contact-form-field .form-element input.contact-form-text-middle,
div.contact-form div.contact-form-field .form-element input.contact-form-text-date,
div.contact-form div.contact-form-field .form-element input.contact-form-text-time {
	padding: 7px;
	border: 1px solid #C1C1C1;
}

div.contact-form div.contact-form-field .form-element input.contact-form-text-full {
	width: 292px;
}

div.contact-form div.contact-form-field .form-element input.contact-form-text-middle {
	width: 150px;
}

div.contact-form div.contact-form-field .form-element input.contact-form-text-date {
	width: 90px;
}

div.contact-form div.contact-form-field .form-element input.contact-form-text-time {
	width: 90px;
}

div.contact-form div.contact-form-field .form-element textarea.contact-form-textarea {
	padding: 7px;
	width: 292px;
	height: 10em;
	border: 1px solid #C1C1C1;
	line-height: 1.5em;
}

div.contact-form div.contact-form-field ul.form-element li {
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
	list-style-type: none;
}

div.contact-form div.contact-form-field div.form-element ul {
	float: left;
	margin-left: 0;
	margin-bottom: 4px;
	list-style-type: none;
}

div.contact-form div.contact-form-field div.form-element ul li {
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
	list-style-type: none;
}

div.contact-form div.contact-form-field div.form-element p {
	clear: left;
}

div.contact-form div.contact-form-field .field_error {
	display: block;
	margin: 3px 0 0 0;
	font-size: 12px;
	color: #FF3333;
}

div.contact-form {
	margin-top: 30px;
	border-top: 1px solid #000 !important;
	width: 100% !important;
}
div.contact-form div.contact-form-field, div.contact-form div.contact-form-submit {
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #000 !important;
	width: 100% !important;
}
div.contact-form div.contact-form-field p.form-label {
	width: 30% !important;
	padding-top: 8px;
}
div.contact-form div.contact-form-field p.form-label.straight {
	padding-top: 2px;
}
div.contact-form div.contact-form-field .form-element {
	width: 70% !important;
	margin: 0;
}
div.contact-form div.contact-form-field .form-element input.contact-form-text-full {
	width: 400px !important;
}
div.contact-form div.contact-form-field .form-element input.digit {
	ime-mode: disabled;
}
div.contact-form div.contact-form-field .form-element textarea.contact-form-textarea {
	width: 400px !important;
}
div.contact-form div.contact-form-field .form-element .half {
	display: table;
}
.sp div.contact-form div.contact-form-field .form-element .half {
	display: block;
}
div.contact-form div.contact-form-field .form-element .half > * {
	display: table-cell;
	vertical-align: middle;
}
.sp div.contact-form div.contact-form-field .form-element .half > * {
	display: block;
}
div.contact-form div.contact-form-field .form-element .half > *.contact-form-text-full {
	width: 180px !important;
}
div.contact-form div.contact-form-field .form-element .half > *.title {
	padding: 0 20px 0 30px;
	font-weight: bold;
	font-size: 14px;
}
.sp div.contact-form div.contact-form-field .form-element .half > *.title {
	padding: 0 0 0 10px;
	margin-top: 15px;
	margin-bottom: 10px;
}
div.contact-form div.contact-form-field .form-element .half.wide .short {
	width: 100px !important;
}
div.contact-form div.contact-form-field .form-element .half.wide .blank {
	width: 40px !important;
}
div.contact-form div.contact-form-field .form-element .half.wide .full {
	width: 535px !important;
}
.sp div.contact-form div.contact-form-field .form-element .half.wide .full {
	width: 100% !important;
}
div.contact-form div.contact-form-field .form-element .min input.contact-form-text-full {
	width: 100px !important;
}
div.contact-form div.contact-form-field .form-element .min p + p {
	margin-top: 15px;
}
div.contact-form div.contact-form-field .form-element .min select {
	min-width: 80px;
}
.sp div.contact-form div.contact-form-field .form-element .min select {
	min-width: 50px;
}
div.contact-form div.contact-form-field .form-element .cell_right input[type="tel"] {
	text-align: right;
}
div.contact-form div.contact-form-submit {
	text-align: center;
}
div.contact-form div.contact-form-submit input {
	margin-left: 0px !important;
	cursor: pointer;
}

.sp div.contact-form div.contact-form-field p.form-label {
	width: 100% !important;
	float: none !important;
	text-align: left !important;
	margin-bottom: 10px !important;
}
.sp div.contact-form div.contact-form-field .form-element {
	width: 100% !important;
	float: none !important;
}
.sp div.contact-form div.contact-form-field .form-element input.contact-form-text-full {
	width: 100% !important;
}
.sp div.contact-form div.contact-form-field .form-element textarea.contact-form-textarea {
	width: 100% !important;
}
.sp div.contact-form div.contact-form-field .form-element .min input.contact-form-text-full {
	width: 90px !important;
}
.sp div.contact-form div.contact-form-field .form-element .min textarea.contact-form-textarea {
	width: 90px !important;
}
.sp #contact_form-field li {
	float: none !important;
}
.sp #content_area div.contact-form div.contact-form-field .form-element {
	width: 100% !important;
	margin: 0;
}

.popup {
	opacity: 0;
	transform: translateY(30px);
	transition: 800ms 200ms !important;
}
.popup.view {
	transform: translateY(0);
	opacity: 1;
}

#topaboutcopy > div {
	position: relative;
	position: relative;
	width: 100%;
	max-width: 1256px;
	margin: auto;
	padding: 0px 28px 40px;
}
.sp #topaboutcopy > div {
	padding: 0px 14px 20px;
}
#topaboutcopy .body {
	position: relative;
	max-width: 1120px;
	margin: auto;
}
#topaboutcopy .body h2 {
	margin: 25px 0px 30px;
	padding: 0px;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 38.4px;
	line-height: 2.4rem;
	color: #143c8c;
	text-align: center;
}
.sp #topaboutcopy .body h2 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 32px;
	line-height: 2rem;
}
#topaboutcopy .body .evolution {
	margin-left: -24px;
	margin-right: -5px;
	margin-bottom: -12px;
}
#topaboutcopy .body .evolution:after {
	content: "";
	display: block;
	clear: both;
}
.sp #topaboutcopy .body .evolution {
	margin: 0;
}
#topaboutcopy .body .evolution a {
	position: relative;
	display: block;
	float: left;
	width: calc((100% - 24px * 4 - 5px) / 4);
	margin-left: 24px;
	margin-bottom: 12px;
	padding: 0px 20px 20px;
	text-align: center;
	background: #ffffff;
	box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.2);
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
	backface-visibility: hidden;
}
#topaboutcopy .body .evolution a:hover {
	opacity: 0.7;
}
.sp #topaboutcopy .body .evolution a {
	width: 100%;
	margin-left: 0;
	margin-bottom: 20px;
}
#topaboutcopy .body .evolution a:after {
	content: "";
	display: block;
	position: absolute;
	right: 4px;
	bottom: 4px;
	border: 5px solid transparent;
	border-right-color: #143c8c;
	border-bottom-color: #143c8c;
}
#topaboutcopy .body .evolution a .tag {
	display: block;
	padding: 5px 00px;
	width: 100%;
	margin: 0 auto 20px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 22px;
	line-height: 1.375rem;
	color: #ffffff;
	font-weight: bold;
	background: #000000;
}
.sp #topaboutcopy .body .evolution a .tag {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 13.2px;
	line-height: 0.825rem;
}
#topaboutcopy .body .evolution a .title {
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 26px;
	line-height: 1.625rem;
	text-align: center;
	font-weight: bold;
	color: #143c8c;
	margin-bottom: 20px;
}
#topaboutcopy .body .evolution a .image {
	display: block;
	margin: 0px 0 20px;
}
#topaboutcopy .body .evolution a .image img {
	width: 100%;
	height: auto;
}
.sp #topaboutcopy .body .evolution a .image {
	display: none;
}
#topaboutcopy .body .evolution a .text {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 23.8px;
	line-height: 1.4875rem;
	text-align: left;
	font-weight: bold;
	color: #000000;
}
.sp #topaboutcopy .body .evolution a .text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 27.2px;
	line-height: 1.7rem;
	font-weight: normal;
}
#topaboutcopy .modal {
	display: none;
}

#modalcover {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1000;
}

#modalstage {
	position: fixed;
	width: calc(100% - 28px * 2);
	max-width: 1200px;
	top: 50%;
	right: 50%;
	margin-top: -50px;
	background: #ffffff;
	z-index: 1200;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	opacity: 0;
}
#modalstage.show {
	margin-top: 10px;
	-webkit-transition: opacity 400ms, margin 800ms;
	transition: opacity 400ms, margin 800ms;
	opacity: 1;
}
#modalstage.hide {
	margin-top: 50px;
	-webkit-transition: opacity 400ms, margin 400ms;
	transition: opacity 400ms, margin 400ms;
	opacity: 0;
}
#modalstage.next {
	margin-right: -50px;
	-webkit-transition: opacity 400ms, margin 800ms;
	transition: opacity 400ms, margin 800ms;
	opacity: 0;
}
#modalstage.change {
	margin-right: 50px;
	-webkit-transition: 0ms;
	transition: 0ms;
	opacity: 0;
}
#modalstage .close {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	top: -40px;
	right: 0px;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
	backface-visibility: hidden;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#modalstage .close:hover {
	opacity: 0.7;
}
#modalstage .close:before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 22px;
	width: 5px;
	height: 32px;
	background: #ffffff;
}
#modalstage .close:after {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	left: 8px;
	width: 32px;
	height: 5px;
	background: #ffffff;
}
#modalstage > div {
	max-height: calc(100vh - 60px);
	overflow-y: auto;
}
#modalstage #evolution01 {
	background: url(../../images/evolution_bg01.png) no-repeat center top;
}
#modalstage #evolution02 {
	background: url(../../images/evolution_bg02.png) no-repeat center top;
}
#modalstage #evolution03 {
	background: url(../../images/evolution_bg03.png) no-repeat center top;
}
#modalstage #evolution04 {
	background: url(../../images/evolution_bg04.png) no-repeat center top;
}
#modalstage .header {
	position: relative;
	margin-bottom: 15px;
}
#modalstage .header .tag {
	display: inline-block;
	padding: 5px 10px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 22px;
	line-height: 1.375rem;
	color: #ffffff;
	font-weight: bold;
	background: #000000;
}
#modalstage .header .title {
	padding: 0px 40px;
	text-align: center;
	font-size: 34px;
	font-size: 2.125rem;
	line-height: 44.2px;
	line-height: 2.7625rem;
	font-weight: bold;
}
.sp #modalstage .header .title {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 31.2px;
	line-height: 1.95rem;
	padding: 10px 10px 0;
}
#modalstage .header .lead {
	margin-top: 10px;
	padding: 0px 40px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
}
.sp #modalstage .header .lead {
	padding: 0 10px;
}
#modalstage .body {
	margin: 0px 0px -20px 0px;
}
#modalstage .body:after {
	content: "";
	display: block;
	clear: both;
}
.sp #modalstage .body {
	padding: 0 10px;
}
#modalstage .body > div {
	float: left;
	width: calc((100% - 165px) / 3);
	margin-left: 40px;
	margin-bottom: 20px;
}
.sp #modalstage .body > div {
	float: none;
	width: 100%;
	margin: 0 0 60px 0;
}
.sp #modalstage .body > div:last-child {
	margin-bottom: 20px;
}
#modalstage .body .title {
	margin-bottom: 20px;
	padding: 12px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 26px;
	line-height: 1.625rem;
	font-weight: bold;
	color: #143c8c;
	text-align: center;
	background: url(../images/bg.jpg);
}
#modalstage .body .title.min {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 22.1px;
	line-height: 1.38125rem;
}
#modalstage .body .title span {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 15.6px;
	line-height: 0.975rem;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
#modalstage .body .text {
	font-size: 14.5px;
	font-size: 0.90625rem;
	line-height: 24.65px;
	line-height: 1.54063rem;
}
#modalstage .body .text p + p {
	margin-top: 16px;
}
#modalstage .body .text .comment {
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 13px;
	line-height: 0.8125rem;
	margin-top: 6px !important;
}
#modalstage .body .images {
	margin: 20px -5px -10px -10px;
	font-size: 0;
	line-height: 0;
}
#modalstage .body .images:after {
	content: "";
	display: block;
	clear: both;
}
#modalstage .body .images .image {
	display: inline-block;
	width: calc(100% - 15px);
	margin-left: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}
.sp #modalstage .body .images .image {
	text-align: center;
}
#modalstage .body .images .image.half {
	width: calc((100% - 25px) / 2);
}
#modalstage .body .images .image img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}
.sp #modalstage .body .images .image img {
	display: inline;
}
#modalstage .body .images .image p {
	padding: 5px 0px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20.8px;
	line-height: 1.3rem;
}
#modalstage .footer {
	padding: 20px;
}
.sp #modalstage .footer {
	padding: 40px 10px;
}
#modalstage .footer .button {
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#modalstage .footer .button a {
	position: relative;
	display: inline-block;
	padding: 5px 15px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 22px;
	line-height: 1.375rem;
	color: #ffffff;
	font-weight: bold;
	background: #000000;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
	backface-visibility: hidden;
}
#modalstage .footer .button a:hover {
	opacity: 0.7;
}
.sp #modalstage .footer .button a {
	display: block;
}
#modalstage .footer .button a.next {
	padding-right: 25px;
}
#modalstage .footer .button a.next:before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#modalstage .footer .button span {
	display: inline-block;
	padding: 5px 15px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 22px;
	line-height: 1.375rem;
	color: #ffffff;
	background: #cacaca;
}
.sp #modalstage .footer .button span {
	display: block;
}
#modalstage .footer .button * + * {
	margin-left: 15px;
}
.sp #modalstage .footer .button * + * {
	margin-left: 0px;
	margin-top: 15px;
}

.list-big ol {
	font-size: 1.2rem !important;
	font-weight: bold;
	line-height: 2.0rem !important;
}

main .contents.product h3#about-sp01 {
	background-image: url("../images/ico/about-sp01.png");
}

main .contents.product h3#about-sp02 {
	background-image: url("../images/ico/about-sp02.png");
}

main .contents.product h3#about-sp03 {
	background-image: url("../images/ico/about-sp03.png");
}

main .contents.product h3#about-sp04 {
	background-image: url("../images/ico/about-sp04.png");
}

main .contents.product h3#about-sp05 {
	background-image: url("../images/ico/about-sp05.png");
}

main .contents.product h3#about-sp06 {
	background-image: url("../images/ico/about-sp06.png");
}

main .contents.product h3#about-sp07 {
	background-image: url("../images/ico/about-sp07.png");
}

.tx-big {
	text-align: center;
	font-size: 1.2rem !important;
	font-weight: bold;
}

#category_title.history {
	position: relative;
	display: flex;
	align-items: center;
	background: url(../../images/history_bg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 500px;
	z-index: 2;
}
#category_title.history::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	z-index: 2;
}
#category_title.history > div {
	position: relative;
	z-index: 5;
}
#category_title.history > div h1 {
	margin: 0 0 30px 0;
	text-align: center;
	color: #fff;
	font-size: 48px;
	font-size: 3rem;
	line-height: 62.4px;
	line-height: 3.9rem;
}
.sp #category_title.history > div h1 {
	margin-bottom: 20px;
	font-size: 32px;
	font-size: 2rem;
	line-height: 41.6px;
	line-height: 2.6rem;
}
#category_title.history > div p {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 48px;
	line-height: 3rem;
	font-weight: bold;
}
.sp #category_title.history > div p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 32px;
	line-height: 2rem;
}

main .contents .history_block {
	position: relative;
	border-top: 40px solid #fff;
}
main .contents .history_block::before {
	content: "";
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
	background-size: cover;
	z-index: -1;
}
main .contents .history_block .block01_bg > div::after {
	content: "";
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-position: center center;
	background-size: cover;
	transition: opacity 2s;
	opacity: 0;
}
main .contents .history_block .block01_bg > div.bg_1972::after {
	opacity: 1;
	background-image: url(../../images/bg_1972.jpg);
	z-index: -5;
}
main .contents .history_block .block01_bg > div.bg_1980::after {
	background-image: url(../../images/bg_1980.jpg);
	z-index: -4;
}
.a1980 main .contents .history_block .block01_bg > div.bg_1980::after {
	opacity: 1;
}
main .contents .history_block .block01_bg > div.bg_1990::after {
	background-image: url(../../images/bg_1990.jpg);
	z-index: -4;
}
.a1990 main .contents .history_block .block01_bg > div.bg_1990::after {
	opacity: 1;
}
main .contents .history_block .block01_bg > div.bg_2000::after {
	background-image: url(../../images/bg_2000.jpg);
	z-index: -3;
}
.a2000 main .contents .history_block .block01_bg > div.bg_2000::after {
	opacity: 1;
}
main .contents .history_block .block01_bg > div.bg_2010::after {
	background-image: url(../../images/bg_2010.jpg);
	z-index: -2;
}
.a2010 main .contents .history_block .block01_bg > div.bg_2010::after {
	opacity: 1;
}
main .contents .history_block .h2 {
	position: relative;
	width: calc(100% + 10px);
	box-shadow: 0 0 5px inset #000;
	background: url(../../images/h2_bg.jpg) repeat-x center right;
	background-size: auto 100%;
	z-index: 1;
}
main .contents .history_block .h2::after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #fff;
	opacity: 0.5;
	z-index: 2;
}
main .contents .history_block .h2 h2 {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 1220px;
	padding: 0 20px 0 0;
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 39.6px;
	line-height: 2.475rem;
	color: #fff;
	line-height: 120px;
	z-index: 5;
	border-bottom: 0;
}
.sp main .contents .history_block .h2 h2 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 26.4px;
	line-height: 1.65rem;
	line-height: 80px;
}
main .contents .history_block .h2 h2 > span {
	display: inline-block;
	padding-left: 20px;
	min-width: 20rem;
	height: 100%;
	background: #002264;
}
.sp main .contents .history_block .h2 h2 > span {
	min-width: 12rem;
}
main .contents .history_block .h2 h2::before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	right: 100%;
	background: #002264;
	z-index: 5;
}
main .contents .history_block .h2.message h2 > span {
	background: #4D4D4D;
}
main .contents .history_block .h2.message h2::before {
	background: #4D4D4D;
}
main .contents .history_block .inner {
	position: relative;
	max-width: 1220px;
	margin: auto;
	padding: 40px 260px 80px 20px;
	z-index: 5;
}
.sp main .contents .history_block .inner {
	padding: 20px 10px;
}
main .contents .history_block .block01::after {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: calc((100% - 244px) / 2);
	background: #F0F0F0;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
}
.sp main .contents .history_block .block01::after {
	left: 18px;
}
main .contents .history_block .block01.top::after {
	top: 45px;
	height: calc(100% - 45px);
}
main .contents .history_block .block01.bottom::after {
	height: calc(100% - 45px);
}
.sp main .contents .history_block .block01.bottom::after {
	height: calc(100% - 20px);
}
main .contents .history_block .block01 > div {
	position: relative;
	width: calc(50% - 30px);
	margin: 0 0 40px auto;
}
.sp main .contents .history_block .block01 > div {
	width: calc(100% - 40px);
	margin: 0 0 20px 40px;
}
main .contents .history_block .block01 > div .title {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 28px;
	line-height: 1.75rem;
	font-weight: bold;
}
main .contents .history_block .block01 > div .title span {
	color: #062B71;
}
main .contents .history_block .block01 > div .text {
	margin-top: 10px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 27.2px;
	line-height: 1.7rem;
}
main .contents .history_block .block01 > div::before {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	top: 5px;
	left: -40px;
	border: 5px solid #062B71;
	border-radius: 50%;
	background: #fff;
	z-index: 5;
}
main .contents .history_block .block01 > div .image {
	margin-top: 10px;
}
main .contents .history_block .block01 > div .image img {
	margin-left: 0;
}
.sp main .contents .history_block .block01 > div .image img {
	margin-right: auto;
	margin-left: auto;
}
main .contents .history_block .block01 > div:nth-of-type(2n) {
	margin: 0 auto 40px 0;
	text-align: right;
}
.sp main .contents .history_block .block01 > div:nth-of-type(2n) {
	margin: 0 0 20px 40px;
	text-align: left;
}
main .contents .history_block .block01 > div:nth-of-type(2n)::before {
	left: auto;
	right: -40px;
}
.sp main .contents .history_block .block01 > div:nth-of-type(2n)::before {
	right: auto;
	left: -40px;
}
main .contents .history_block .block01 > div:nth-of-type(2n) .image img {
	margin-left: auto;
	margin-right: 0;
}
.sp main .contents .history_block .block01 > div:nth-of-type(2n) .image img {
	margin-right: auto;
	margin-left: auto;
}
main .contents .history_block .block02 {
	background: #fff;
}
main .contents .history_block .block02 .inner > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -20px 0 0 -20px;
}
.sp main .contents .history_block .block02 .inner > div {
	margin: -10px 0 0 0;
}
main .contents .history_block .block02 .inner > div > a {
	position: relative;
	width: calc((100% - 60px) / 3);
	min-height: 19rem;
	margin: 20px 0 0 20px;
	padding: 10px;
	z-index: 1;
}
.sp main .contents .history_block .block02 .inner > div > a {
	width: 100%;
	max-width: 400px;
	margin: 10px 0 0 0;
	min-height: 10rem;
}
main .contents .history_block .block02 .inner > div > a::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #062B71;
	opacity: 0.8;
	z-index: 2;
}
main .contents .history_block .block02 .inner > div > a .image {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
	background-size: cover;
}
main .contents .history_block .block02 .inner > div > a .text {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
	padding: 10px;
	margin: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	color: #fff;
	z-index: 5;
}
main .contents .history_block .block02 .inner > div > a .text p {
	margin: 0;
	width: 100%;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 32px;
	line-height: 2rem;
	text-align: center;
}
.sp main .contents .history_block .block02 .inner > div > a .text p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 22.4px;
	line-height: 1.4rem;
}
main .contents .history_block .block02 .inner > div > a .text p.title {
	position: relative;
	font-weight: bold;
	padding-bottom: 19px;
	margin-bottom: 15px;
}
main .contents .history_block .block02 .inner > div > a .text p.title::after {
	content: "";
	position: absolute;
	display: block;
	width: 48px;
	height: 4px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background: #fff;
}
main .contents .history_block .block02 .inner > div > a .modal {
	display: none;
}
main .contents .history_block .sidemenu {
	position: absolute;
	top: 150px;
	right: 0;
	padding: 10px 20px;
	right: calc((100% - 1220px) / 2);
	background: rgba(255, 255, 255, 0.8);
	z-index: 100;
}
.pc main .contents .history_block .sidemenu {
	right: 0;
}
.sp main .contents .history_block .sidemenu {
	display: none;
}
main .contents .history_block .sidemenu ul {
	position: relative;
	width: 160px;
	margin: 0 0 0 auto;
}
main .contents .history_block .sidemenu ul li {
	position: relative;
	padding-left: 15px;
}
main .contents .history_block .sidemenu ul li::before {
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	left: 0;
	top: 0.8rem;
	background: #7E7E7E;
}
main .contents .history_block .sidemenu ul li a {
	color: #7E7E7E;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 34px;
	line-height: 2.125rem;
	font-weight: bold;
}
main .contents .history_block .sidemenu ul li.current::before {
	background: #062B71;
}
main .contents .history_block .sidemenu ul li.current a {
	color: #062B71;
}
main .contents .history_block .sidemenu ul li + li {
	margin-top: 20px;
}

#history_modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 10px !important;
}
#history_modal .sp_close {
	display: none;
}
.sp #history_modal .sp_close {
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 5px;
	right: 10px;
	cursor: pointer;
}
.sp #history_modal .sp_close::before, .sp #history_modal .sp_close::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	width: 25px;
	height: 3px;
	background-color: #fff;
}
.sp #history_modal .sp_close::before {
	transform: rotateZ(-45deg);
}
.sp #history_modal .sp_close::after {
	transform: rotateZ(45deg);
}
#history_modal > .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	max-width: 800px;
	max-height: 600px;
	overflow-y: auto;
	padding: 30px 20px;
	background-color: rgba(255, 255, 255, 0.8);
}
.sp #history_modal > .inner {
	max-height: 80%;
}
#history_modal > .inner .close {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #143c8c;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.sp #history_modal > .inner .close {
	display: none;
}
#history_modal > .inner .close::before, #history_modal > .inner .close::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	width: 20px;
	height: 1px;
	background-color: #fff;
}
#history_modal > .inner .close::before {
	transform: rotateZ(-45deg);
}
#history_modal > .inner .close::after {
	transform: rotateZ(45deg);
}
#history_modal > .inner .title {
	color: #143c8c;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 34px;
	line-height: 2.125rem;
	font-weight: bold;
	text-align: center;
}
.sp #history_modal > .inner .title {
	font-size: 18px;
	line-height: 1.4;
}
#history_modal > .inner .tx {
	margin-top: 20px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 25.2px;
	line-height: 1.575rem;
}
.sp #history_modal > .inner .tx {
	font-size: 14px;
	line-height: 1.4;
}
#history_modal > .inner .img {
	margin-top: 20px;
	text-align: center;
}
#history_modal > .inner .img img {
	max-width: 100%;
	height: auto;
}

body.fancybox-active {
	overflow: hidden;
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0;
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s,visibility 0s linear .25s;
	box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s,visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translateZ(0);
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity,-webkit-transform;
	transition-property: transform,opacity;
	transition-property: transform,opacity,-webkit-transform;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
	background: #000;
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
	background: #e5e3df;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
	display: none;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: opacity,-webkit-transform;
	transition-property: transform,opacity;
	transition-property: transform,opacity,-webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

.fancybox-iframe {
	display: block;
	padding: 0;
	border: 0;
	height: 100%;
}

.fancybox-error, .fancybox-iframe {
	margin: 0;
	width: 100%;
	background: #fff;
}

.fancybox-error {
	padding: 40px;
	max-width: 380px;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px;
}

.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, 0.6);
	transition: color .3s ease;
	cursor: pointer;
	outline: none;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
	color: #fff;
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: 0;
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-button--share svg path {
	stroke-width: 1;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
	display: none;
}

.fancybox-button--zoom svg path {
	fill: transparent;
}

.fancybox-navigation {
	display: none;
}

.fancybox-show-nav .fancybox-navigation {
	display: block;
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px;
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0;
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: none;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
	top: 0;
	right: -40px;
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0;
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
	pointer-events: all;
	position: relative;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

.fancybox-slide > .fancybox-loading {
	border: 6px solid rgba(99, 99, 99, 0.4);
	border-top: 6px solid rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999;
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px;
	font-size: 35px;
	font-weight: 700;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

p.fancybox-share__links {
	margin-right: -10px;
}

.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	transition: all .2s;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 15px;
	background: transparent;
	color: #5d5b5b;
	font-size: 14px;
	outline: none;
	border: 0;
	border-bottom: 2px solid #d7d7d7;
}

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap;
}

.fancybox-thumbs-x > ul {
	overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
		width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
		right: 110px;
  }

  .fancybox-thumbs > ul > li {
		max-width: calc(100% - 10px);
  }
}
.fancybox-button--play, .fancybox-button--fullscreen, .fancybox-button--thumbs, .fancybox-button--share, .fancybox-button--thumbs, .fancybox-close-small {
	display: none !important;
}
