@charset "utf-8";

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}

body {
	color: #333;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 1.4rem;
	line-height: 1.7;
}

img {
	max-width: 100%;
	height: auto;
}

.pcNone {
	display: none;
}

input,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	background: none;
}

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

input[type="submit"] {
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]:-webkit-search-decoration {
	display: none;
}
input[type="submit"]:focus {
	outline-offset: -2px;
}

input[type="submit"]:-moz-focus-inner{
	border :0;
}

input[type=radio], input[type=checkbox] {
	display: none;
}

@media screen and (max-width: 767px) {
body {
	font-family: -apple-system, "HelveticaNeue", Helvetica;
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;-webkit-backface-visibility: hidden; /* 追加 */
backface-visibility: hidden; /* 追加 */
}

.spNone {
	display: none !important;
}

.pcNone {
	display: block !important;
}

}

.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}

.color01 {
	color: #e60012;
}

.color02 {
	color: #999;
}

.mt00 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mt150 {
	margin-top: 150px !important;
}
.mt200 {
	margin-top: 200px !important;
}
.mt250 {
	margin-top: 250px !important;
}
.mt300 {
	margin-top: 300px !important;
}

/* link 
*****************************************/
a:link,
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover,
a:active {
	color: #e60012;
	text-decoration: underline;
}

.hover a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity .6s;
}

.hover a:hover img {
	transition: opacity .3s;
	opacity: .6;
}

.imgOver01 > a {
	display: block;
	overflow: hidden;
}

.imgOver01 > a img {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: transform .6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.imgOver01 > a:hover img {
	transition: transform .3s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and (max-width: 767px) {

.hover a:hover img {
	opacity: 1.0;
}

.imgOver01 > a:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

/* header
*****************************************/
.logo01 {
	width: 30%;
	padding: 3% 0 3% 3%;
	line-height: 0;
}

@media screen and (max-width: 767px) {
.logo01 {
	width: 40%;
	padding: 5% 0 5% 5%;
}
}

/* footer
*****************************************/
#global-entry {
	margin-top: 100px;
}

#global-entry > .entry-inner > .entry-wrapper > h2 {
	margin-top: 120px;
	font-size: 3rem;
	line-height: 1.4;
	font-weight: 400;
	text-align: center;
}

.entry-menu-list a {
	text-decoration: none;
	transition: opacity .6s;
}

.entry-menu-list a:hover {
	transition: opacity .3s;
	opacity: .6;
}

.appDownload {
	margin: 45px auto 0;
	width: 100%;
	max-width: 1024px;
}

.appDownload ul li {
	transition: opacity .6s;
}

.appDownload ul li:hover {
	transition: opacity .3s;
	opacity: .6;
}

#footer01 > .inner01 {
	padding: 70px 0;
	background-color: #4c4f56;
}

#footer01 > .inner01 >.inner02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.footeNav01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1144px;
}

.footeNav01 li {
	margin: 0 50px;
}

.footeNav01 li a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #fff;
	font-size: 1.4rem;
	vertical-align: middle;
}

.footeNav01 li a:hover {
	text-decoration: underline;
}

.footeNav01 li a::before, .footeNav01 li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.footeNav01 li a::before {
	left: 3px;
	width: 7px;
	height: 1px;
	background: #fff;
}

.footeNav01 li a::after {
	left: 3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.copyright01 {
	padding: 20px;
	background-color: #000;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 100;
}

@media screen and (max-width: 767px) {
#global-entry {
	margin-top: 50px;
}

#global-entry > .entry-inner .title01 {
	margin-top: 60px;
	font-size: 1.6rem;
}

.entry-menu-list a:hover {
	opacity: 1;
}

.appDownload ul li:hover {
	opacity: 1;
}

#footer01 > .inner01 {
	padding: 20px 0;
}

.footeNav01 {
	margin: 0 auto;
	padding: 0 4%;
}

.footeNav01 li {
	margin: 30px 0 0;
	width: 100%;
	text-align: center;
}

.footeNav01 li a {
	padding-left: 0;
}

.footeNav01 li a:hover {
	text-decoration: none;
}

.footeNav01 li a::before, .footeNav01 li a::after {
	display: none;
}

.copyright01 {
	padding: 16px 2px;
}
}

/* contents
*****************************************/
.wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.wrap01.aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.wrap01.aEnd {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.ctsWrap01 {
	margin: 0 auto;
	padding: 0 3%;
	max-width: calc(1200px + 6%);
}

.section01 {
	position: relative;
	margin: 80px auto 0;
	padding: 0 3%;
	max-width: calc(1200px + 6%);
}

.section01:first-of-type{
	margin-top: 100px;
}

.section01:before {
	position: absolute;
	top: 205px;
	left: 430px;
	z-index: -10;
	width: 500px;
	height: 310px;
	background-color: #f0f0f2;
	content: "";
}

.section01.imgLeftType01 > .column01 {
	float: left;
	padding: 0 3% 15px 0;
	width: 63%;
}

.section01.imgLeftType01 > .column02 {
	float: right;
	width: 37%;
}

.section01.imgLeftType02 > .column01 {
	float: right;
	padding: 0 0 15px 3%;
	width: 63%;
}

.section01.imgLeftType02 > .column02 {
	float: left;
	width: 37%;
}

.section01.imgLeftType03 > .column01 {
	float: left;
	padding: 0 3% 15px 0;
	width: 63%;
}

.section01.imgLeftType04 > .column01 {
	float: right;
	padding: 0 0 15px 3%;
	width: 63%;
}

.section01 > .column02 .title01 {
	margin-top: 10px;
	font-size: 2.6rem;
	line-height: 1.4;
	font-weight: 400;
}

.section01 > .column02 .text01 {
	margin-top: 25px;
}

.section01 > .column02 .image01 {
	margin: 30px auto 0;
	width: 150px;
}

.mainImg01 img {
	width: 100%;
}

.frameArea01 {
	position: relative;
	margin-top: 100px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.frameArea01 > .bgImage01 img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
	z-index: -1;
}

.frameArea01 > .inner01 {
	margin: 0 auto;
	padding: 0 3%;
	max-width: 900px;
}

.frameArea01 > .title01 {
	padding: 10px;
	background: #000;
	color: #fff;
	font-size: 2.6rem;
	line-height: 1.4;
	font-weight: 400;
	text-align: center;
}

.frameArea02 {
	margin: 30px 0 0;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.85);
	color: #000;
}

.frameArea02 > .title01 {
	font-weight: bold;
	font-size: 2rem;
}

.frameArea02 > .text01 {
	margin-top: 10px;
}

.frameArea03 {
	margin: 100px auto 0;
	width: 94%;
	max-width: 1200px;
	border: 1px solid #e60012;
}

.frameArea04 {
	margin: 100px auto 0;
	width: 48.5%;
	border: 1px solid #e60012;
}

.frameArea04:nth-child(odd) {
	margin-right: 1.5%;
}
.frameArea04:nth-child(even) {
	margin-left: 1.5%;
}

.frameArea03 > .inner01,
.frameArea04 > .inner01 {
	padding: 20px 4% 40px;
}

.frameArea03 > .title01,
.frameArea04 > .title01 {
	padding: 10px;
	background-color: #e60012;
	color: #fff;
	font-size: 2.6rem;
	line-height: 1.4;
	font-weight: 400;
	text-align: center;
}

.list01 dt {
	position: relative;
	margin-top: 20px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 1.8rem;
}

.list01 dt:before {
	position: absolute;
	top: 0.45em;
	left: 0;
	width: 13px;
	height: 13px;
	background-color: #333;
	content: "";
}

.list01 dd {
	margin-top: 5px;
	color: #666;
}

.list02 {
	counter-reset: counter01;
	list-style: none;
}

.list02 li {
	position: relative;
	padding: 60px 0 0 60px;
	color: #666;
	font-weight: bold;
}

.list02 li:before {
	display: block;
	float: left;
	line-height: 40px;
	margin: -10px 0 0 -60px;
	height: 40px;
	width: 40px;
	background-color: #4c4f56;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	border-radius: 50%;
	counter-increment: counter01;
	content: counter(counter01);
}

.list03 {
	margin: 20px auto 0;
}

.list03.type01 {
	width: 70%;
}

.list03 li {
	position: relative;
	margin-top: 5px;
	padding-left: 16px;
}

.list03 li::before {
	position: absolute;
	top: .6em;
	left: 0;
	content: " ";
	width: 6px;
	height: 6px;
	background-color: #666;
	border-radius: 50%;
}

.clear_list li::before {
	position: absolute !important;
	top: .6em !important;
	left: 0 !important;
	content: " " !important;
	width: 0 !important;
	height: 0 !important;
	background-color: white !important;
	border-radius: 50% !important;
}

.list04 {
	counter-reset: counter02;
}

.list04 li {
	margin-top: 5px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.list04 li::before {
	counter-increment: counter02;
	content: counter(counter02) ". ";
	font-weight: bold;
}

.logo02 {
	margin: 55px auto 0;
	width: 60.083%;
}

.bnArea01 {
	margin: 100px auto 0;
	padding: 0 3%;
	max-width: calc(1200px + 6%);
	text-align: center;
}

.btn01 {
	margin: 100px auto 0;
	padding: 0 3%;
	max-width: calc(1200px + 6%);
	text-align: center;
}

.btn01 > a {
	position: relative;
	box-sizing: content-box;
	display: inline-block;
	padding: 20px 50px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 1px;
	background: #e20106;
	font-size: 18px;
	transition: opacity .6s;
}

.btn01 > a:hover {
	transition: opacity .3s;
	opacity: .6;
}

.btn01 > a::before, .btn01 > a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
}

.btn01 > a::before {
	right: 15px;
	width: 7px;
	height: 1px;
	background: #fff;
}

.btn01 > a::after {
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.heading01 {
	margin-top: 20px;
	font-size: 2.6rem;
	line-height: 1.4;
	font-weight: 400;
}

.heading01.type01 {
	margin-top: 100px;
	text-align: center;
}

.heading02 {
	margin-top: 20px;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
}

.heading03 {
	margin-top: 20px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
}

.tx01 {
	margin-top: 50px;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-align: center;
}

.tx02 {
	margin-top: 30px;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.5;
}

.tx03 {
	margin-top: 20px;
}

.note01 {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.2rem;
}

.fz12 {
	font-size: 1.2rem;
}

.fz14 {
	font-size: 1.4rem;
}

.fz16 {
	font-size: 1.6rem;
}
.fz18 {
	font-size: 1.8rem;
}
.fz20 {
	font-size: 2rem;
}

@media screen and (max-width:960px) {
.section01 {
	position: relative;
	margin: 80px auto 0;
	padding: 0;
}

.section01:first-of-type{
	margin-top: 100px;
}

.section01:before {
	content: none;
}

.section01 > .column01 img {
	width: 100%;
}

.section01.imgLeftType01 > .column01,
.section01.imgLeftType02 > .column01,
.section01.imgLeftType03 > .column01,
.section01.imgLeftType04 > .column01 {
	float: none;
	padding: 0;
	width: 100%;
}

.section01.imgLeftType01 > .column02,
.section01.imgLeftType02 > .column02,
.section01.imgLeftType03 > .column02,
.section01.imgLeftType04 > .column02 {
	float: none;
	margin-top: 4%;
	padding: 0 3%;
	width: 100%;
}

.section01 > .column02 .title01 {
	margin-top: 0;
	font-size: 2.4rem;
}

.section01 > .column02 .image01 {
	width: 34.78%;
}

}


@media screen and (max-width: 767px) {
.ctsWrap01 {
	padding: 0 4%;
}

.heading01.type01 {
	padding: 0 4%;
}

.frameArea01 > .title01 {
	font-size: 2rem;
}

.frameArea02 > .title01 {
	font-size: 1.8rem;
}

.frameArea04 {
	width: 100%;
}

.frameArea04:nth-child(odd) {
	margin-right: 0;
}
.frameArea04:nth-child(even) {
	margin-left: 0;
}

.frameArea03 > .title01{
	font-size: 2.2rem;
}

.list02 li {
	position: relative;
	padding-top: 40px;
}

.list02 li:before {
	display: block;
	float: left;
	line-height: 40px;
	margin: -10px 0 0 -60px;
	height: 40px;
	width: 40px;
	background-color: #4c4f56;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	border-radius: 50%;
	counter-increment: counter01;
	content: counter(counter01);
}

.list03.type01 {
	width: 100%;
}

.logo02 {
	margin-top: 5%;
	width: 81.6%;
}

.heading01 {
	font-size: 2.2rem;
}

.tx01 {
	margin-top: 5%;
	font-size: 1.8rem;
}

.tx02 {
	margin-top: 3%;
	font-size: 1.6rem;
}

}


/* Clearfix
*****************************************/
.cf::after,
.section01::after {
	content: " ";
	display: block;
	clear: both;
}
