@charset "utf-8";

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}
 
body {
	min-width: 1080px;
	min-height: 100vh;
	font-size: 1.6rem;
	color: #333;
	line-height: 1.6;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	letter-spacing: .04em;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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;
}

.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

/* link 
*****************************************/
a:link,
a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #333;
	text-decoration: none;
}

.hover a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.hover a:hover img {
	opacity: .6;
}

/* header
*****************************************/
#header01 {
	position: fixed;
	z-index: 9999;
	width: 100%;
	border-bottom: solid 3px #e61f18;
	background-color: #fff;
}

#header01 > .headerIn {
	width: 1080px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#header01 > .headerIn > .logo01 {
	width: 279px;
}

#header01 > .headerIn > .logo01 img {
	vertical-align: middle;
}

.globalNav01 > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.globalNav01 > ul > li {
	border-left: solid 1px #dbdbdb;
}

.globalNav01 > ul > li:last-child {
	border-right: solid 1px #dbdbdb;
}

.globalNav01 > ul > li > a {
	position: relative;
	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;
	height: 87px;
	padding-left: 23px;
	padding-right: 23px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.33;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	letter-spacing: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.globalNav01 > ul > li > a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f2f0ec;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.globalNav01 > ul > li > a:hover:before,
.globalNav01 > ul > li > a:focus:before,
.globalNav01 > ul > li > a:focus:before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* footer
*****************************************/
#footer01 {
	padding-bottom: 34px;
	background-color: #e61f18;
	color: #fff;
}

#footer01 a:link,
#footer01 a:visited {
	color: #fff;
}

#footer01 a:hover,
#footer01 a:active {
	color: #fff;
}

#footer01 > .localNav01 {
	margin-top: 36px;
}

#footer01 > .localNav01_1 {
	margin-top: 10px;
}

.navArea01 {
	padding-top: 28px;
	padding-bottom: 23px;
	background-color: #333;
}

.localNav01,.localNav01_1 {
	text-align: center;
}

.localNav01 > li {
	position: relative;
	display: inline-block;
}

.localNav01 > li:before {
	position: absolute;
	top: 3px;
	left: -3px;
	content: '';
	width: 1px;
	height: 16px;
	background-color: #fff;
}

.localNav01 > li:first-child:before {
	content: none;	
}

.localNav01 > li > a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.4rem;
}

.localNav01_1 > li {
	position: relative;
	display: inline-block;
}

.localNav01_1 > li:before {
	position: absolute;
	top: 3px;
	left: -3px;
	content: '';
	width: 1px;
	height: 16px;
	background-color: #fff;
}

.localNav01_1 > li:first-child:before {
	content: none;	
}

.localNav01_1 > li > a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.4rem;
}

.copyright01 {
	margin-top: 30px;
	font-size: 1.2rem;
	text-align: center;
}

/* 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.aStart {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.wrap01.aEnd {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.mainArea01 {
	width: 1080px;
	margin: 0 auto;
	padding-top: 140px;
	padding-bottom: 50px;
}

.mainArea01 + .inner01 {
	padding-top: 10px;
	padding-bottom: 90px;
}

.mainArea01 + .subSection01.type01 {
	padding-top: 0;
}

.mainCol01 {
	position: relative;
	width: 832px;
}

.mainCol01 > .text01 {
	position: absolute;
	top: 55px;
	left: 43px;
}

.mainCol02 {
	width: 247px;
}

.mainCol03 {
	position: relative;
	width: 864px;
}

.mainCol03 > .text01 {
	position: absolute;
	z-index: 10;
	left: 50px;
	top: 50%;
	-webkit-transform: translateY(-38%);
	transform: translateY(-38%);
	color: #000;
	text-shadow: 0px 0px 8px #ffffff,0px 0px 7px #ffffff,0px 0px 5px #fff,0px 0px 1px #fff;
	font-size: 3.2rem;
	letter-spacing: .06em;
}

.mainCol04 {
	width: 215px;
}

.mainCol04 > .box01,
.mainCol04 > .box01.type01 {
	height: 100px;
}

.mainCol04 > .box01 > .text01 {
	font-size: 1.6rem;
	line-height: 1.4;
}

.mainCol04 > .box01 > .button01 {
	margin-top: 5px;
}

.mainCol04 > .box01 > .button01 > a {
	padding: 9px 15px 5px;
}

.box01 {
	height: 216px;
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
    flex-direction: column;
	background-color: #e61f18;
}

.box01 > .text01 {
	color: #fff;
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.4;
}

.box01 > .button01 {
	margin-top: 8px;
	box-shadow:0px 3px 1px 0px rgba(0,0,0,.2);
}

.box01 > .button01 > a {
	display: block;
	position: relative;
	padding: 11px 25px 7px;
	border-radius: 2px;
	background-color: #fff;
	color: #e61f18;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.box01 > .button01 > a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.box01 > .button01 > a:hover:before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.box01 > .button01 > a:hover,
.box01.type01 > .button01 > a:hover{
	color: #fff;
}

.box01 > .button01 > a > span {
	position: relative;
	padding-left: 25px;
}

.box01 > .button01 > a > span:before {
	position: absolute;
	top: 1px;
	left: 0;
	width: 17px;
	height: 22px;
	background: url(../images/ic01.png) no-repeat 0 0;
	content: "";
	-webkit-transition: all .3s;
	transition: all .3s;
}

.box01 > .button01 > a:hover > span:before,
.box01.type01 > .button01 > a:hover > span:before{
	background-image: url(../images/ic04.png);
}

.box01.type01 {
	height: 215px;
	margin-top: 1px;
	background-color: #0947b7;
}

.box01.type01 > .button01 > a {
	color: #0947b7;
}

.box01.type01 > .button01 > a > span:before {
	top: 1px;
	left: 0;
	background-image: url(../images/ic02.png);
}

.inner01 {
	width: 1080px;
	margin: 0 auto;
}

.subSection01 {
	padding-top: 72px;
	padding-bottom: 100px;
	background-color: #f2f0ec;
}

.subSection01.type01 {
	background-color: #fff;
}

.subSection01.type01 > .heading01 > span {
	background-color: #fff; 
}

.subSection01.type01 > .heading01:before {
	background-color: #dbdbdb;
}

.subSection01 > .inner01 {
	margin-top: 48px;
}

.subSection02 > .inner01 {
	margin-top: 50px;
}

.subSection02 > .inner01:first-child {
	margin-top: 30px;
}

.subSection02 > .inner01 > .text01 {
	margin-top: 20px;
	font-weight: bold;
}

.subSection02 > .inner01 > .text01 + .text01 {
	margin-top: 5px;
}

.subSection02 > .text01 {
	margin-top: 50px;
	text-align: right;
}

.heading01 {
	position: relative;	
	font-size: 3.6rem;
	text-align: center;
}

.heading01.type01 {
	letter-spacing: 0.1em;
}

.heading01 > span {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 32px;
	background-color: #f2f0ec; 
}

.heading01:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #d5d1cd;
	content: "";
}

.heading02 {
	padding: 13px 0 10px;
	background-color: #333;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

.heading02.type01 {
	background-color: #e61f18;
}

.heading02.type01 > span {
	display: inline-block;
	position: relative;
}

.heading02.type01 > span.type01 {
	text-indent: -.5em;
}

.heading02.type01 > span:before,
.heading02.type01 > span:after {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #f3908c transparent transparent transparent;
	content: "";
}

.heading02.type01 > span:before {
	left: -50px;
	top: 10px;
}
.heading02.type01 > span:after{
	right: -50px;
	top: 10px;
}

.heading03 {
	position: relative;
	padding-bottom: 4px;
	border-bottom: solid 2px #333;
	font-size: 2.0rem;
	font-weight: bold;
}

.heading03:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 256px;
	height: 2px;
	background-color: #e61f18;
	content: "";
}

.heading03 + .list03 {
	margin-top: 20px;
}

.frameArea01 {
	margin-top: 30px;
	padding: 25px 20px 20px;
	border: solid 1px #dbdbdb;
}

.frameArea01 > .title01 {
	font-size: 2.4rem;
	font-weight: bold;
}

.frameArea02 {
	padding: 30px 60px;
	background-color: #fff;
}

.frameArea02 .col07.bgColor02:before {
	border-color: transparent #f2f0ec transparent transparent;
}

.frameArea03 {
	padding: 30px 60px 0;
}

.frameArea04 {
	padding: 15px 60px 0;
	background-color: #fff;
}

.frameArea04 .col07.bgColor02:before {
	border-color: transparent transparent transparent #f2f0ec;
}

.frameArea04 .col07:before {
	top: 50%;
	margin-top: -12px;
}

.frameArea05 {
	padding: 20px;
}

.col01 {
	width: 520px;
}

.col01 > a {
	display: block;
	overflow: hidden;
}

.col01 > a > .btn01 {
	position: relative;
	z-index: 2;
	font-size: 2.0rem;
	text-align: center;
}

.col01 > a > .image01 {
	position: relative;
	z-index: 1;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.col01 > a > .image01.on {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.col02 {
	width: 530px;
}

.col02:nth-of-type(n+3) {
	margin-top: 20px;
}

.col03 {
	display: block;
	width: 260px;
	overflow: hidden;
}

.col03:nth-of-type(n+5) {
	margin-top: 13px;
}

.col03 > .image01 {
	position: relative;
	z-index: 1;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.col03 > .image01.on {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.col03 > .btn01 {
	position: relative;
	z-index: 2;
}

.col04 {
	width: 336px;
	margin-top: 15px;
}

.col05 {
	width: 530px;
	margin: 30px auto 0;
}

.col05.type01 {
	margin-left: 0;
	margin-right: 0;
}

.col05 > .btn01 {
	padding: 20px 16px 18px 60px;
	font-size: 2.0rem;
}

.col05 > .btn01.type01 {
	padding-left: 40px;
}

.col05 > .btn01:after {
	right: 18px;
}

.col06 {
	width: 300px;
}

.col07 {
	position: relative;
	width: 620px;
	padding: 16px 20px;
	border-radius: 2px;
	background-color: #fff;
}

.col07:before {
	position: absolute;
	width: 0;
	height: 0;
	left: -20px;
	top: 10px;
	border-style: solid;
	border-width: 12px 20px 12px 0;
	border-color: transparent #ffffff transparent transparent;
	content: "";
}

.col07 > .text01 {
	margin-top: 9px;
	margin-bottom: 7px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}

.col07.type01 {
	width: 717px;
}

.col07.type01:before {
	right: -20px;
	left: inherit;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #ffffff;
}

.col08 {
	width: 199px;
}

.col08 > .image01 {
	margin-top: -10px;
}

.col09 {
	width: 510px;
	padding: 1px;
	border: solid 1px #dbdbdb;
	background-color: #fff;
}

.col09 > .txtBlock03:first-child {
	margin-top: 20px;
}

.col09 .btn01 {
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 2.0rem;
	text-align: center;
}

.txtBlock01 {
	width: 420px;
	margin: 48px auto 0;
}

.txtBlock01 > .wrap01 {
	width: 380px;
	margin: 20px auto 0;
}

.txtBlock01 > .wrap01 > p {
	width: 180px;
}

.txtBlock02 {
	width: 830px;
	margin: 20px auto;
}

.txtBlock03 {
	margin: 15px 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.txtBlock03 > dt {
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-right: 20px;
	border-radius: 50%;
	background-color: #e61f18;
	color: #fff;
	font-weight: bold;
	font-size: 2.0rem;
}

.txtBlock03 > dd {
	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;
	width: 380px;
}

.txtBlock03 > dd > .text01 {
	width: 100%;
}

.newsBox01 + .newsBox01 {
	margin-top: 35px;
}

.newsBox01 > .text01 {
	color: #818181;
	font-size: 1.4rem;
	font-weight: bold;
}

.newsBox01 > .text02 {
	margin-top: 4px;
	font-weight: bold;
}

.list01 > li {
	position: relative;
	padding-left: 15px;
}

.list01 > li:before {
	position: absolute;
	top: .5em;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #8a8a8a;
	content: "";
}

.list02 {
	margin-top: 30px;
	counter-reset: li;
}

.list02 > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin-top: 10px;
	border-radius: 2px;
	background-color: #fff;
}

.list02 > li > .text01 {
	min-height: 70px;
	padding: 15px 30px 12px 80px;
	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;
}

.list02.type01 > li {
	background-color: #f2f0ec;
}

.list02 > li:before {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #333333;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 3.0rem;
	text-align: center;
	counter-increment: li;
    content: counter(li);
}

.list02 > li:first-child {
	margin-top: 0;
}

.list03 {
	margin-top: 40px;
}

.list03.type01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list03 > dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
    flex-direction: column;
	float: left;
	clear: both;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background-color: #333;
	color: #fff;
	font-weight: bold;
}

.list03 > dt > .text01 {
	display: table;
	padding-bottom: 2px;
	border-bottom: solid 1px #fff;
	font-size: 1.3rem;
	letter-spacing: .02em;
}

.list03 > dt > .text02 {
	font-family: 'Open Sans', sans-serif;
	font-size: 3.2rem;
	line-height: 1.1;
}

.list03 > dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 82px;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-top: 10px;
}

.list03 > dd:last-child,
.list03.type01 > dd:last-child {
	margin-bottom: 0;
}

.list03 > dd > .text01 {
	font-weight: bold;
	font-size: 1.8rem;
}

.list03.type01 > dd {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 40px;
}

.list04 {
	position: relative;
	margin-top: 28px;
	padding-bottom: 28px;
	border-bottom: solid 1px #333;
}

.list04:before {
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -18px;
	width: 35px;
	height: 18px;
	background: url(../images/ic05.png) no-repeat 0 0;
	content: "";
}

.list04.type01:before {
	content: none;
}

.list04 > dt {
	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;
	border-left: solid 4px #e61f18;
	background-color: #fff;
	font-size: 2.3rem;
	font-weight: bold;
}

.list04 > dt > .text01 {
	display: inline-block;
	margin-right: 20px;
	padding-left: 13px;
	padding-right: 11px;
	background-color: #333;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 2.8rem;
}

.list04 > dt > .text02 {
	display: inline-block;
	padding-top: 4px;
}

.list04 > dd {
	margin-top: 15px;
}

.list04 > dd > .text01 {
	font-weight: bold;
}

.list05 > dt {
	margin-top: 36px;
	padding: 24px 20px 18px 80px;
	border-radius: 2px;
	background-color: #f2f0ec;
	font-weight: bold;
}

.list05.type01 > dt {
	background-color: #fff;
}

.list05 > dt:first-child,
.list05.type01 > dt:first-child {
	margin-top: 0;
}

.list05 > dd {
	margin-top: 20px;
	padding: 15px 20px 0 80px;
}

.list05 > dt,
.list05 > dd {
	position: relative;
	min-height: 50px;
}

.list05 > dt:before {
	content: "Q";
	top: 8px;
	background-color: #0947b7;
}

.list05 > dd:before {
	content: "A";
	top: 0;
	background-color: #e61f18;
}

.list05 > dt:before,
.list05 > dd:before{
	position: absolute;
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	left: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 3.0rem;
	line-height: 1.0;
}

.list06 {
	margin-top: 5px;
}

.list06 > li {
	margin-top: 10px;
	margin-left: 1.0em;
	text-indent: -1.0em;
}

.list06 > li:first-child {
	margin-top: 0;
}

.list06 > li > .txt06 {
	text-indent: 0em;
}

.list07 {
	margin-top: 30px;
	counter-reset: li;
}

.list07 > li {
	margin-top: 30px;
	margin-left: 1.5em;
	text-indent: -1.5em;
}

.list07 > li:before {
	font-weight: bold;
	counter-increment: li;
    content: counter(li)". ";
}

.list07 > li:first-child {
	margin-top: 0;
}

.table01 {
	width: 100%;
	background-color: #fff;
}

.table01 th {
	padding: 15px 20px;
	border-bottom: solid 1px #fff;
	background-color: #333;
	color: #fff;
}

.table01 tr:last-child > th {
	border-bottom: solid 1px #333;
}

.table01.type01 th {
	border-bottom: none;
	border-right: solid 1px #fff;
}

.table01.type01 tr > th:last-child {
	border-right: none;
}

.table01 td {
	padding: 15px 30px 15px 20px;
	border: solid 1px #dbdbdb;
}

.table01.type01 td {
	padding-left: 20px;
}

.table01 th,
.table01 td {
	text-align: left;
}

.table02 {
	width: 100%;
	border-right: solid 1px #dbdbdb;
}

.table02 th {
	border-left: solid 1px #fff;
	background-color: #dbdbdb;
	font-weight: bold;
	text-align: left;
}

.table02 tr > th:first-child {
	border-left: solid 1px #dbdbdb;
}

.table02 td {
	border-left: solid 1px #dbdbdb;
	border-bottom: solid 1px #dbdbdb;
}

.table02 th,
.table02 td {
	padding: 17px 20px 14px;
}

.table02 td.bgColor01 {
	border-right: solid 1px #ecbec1;
}

.table02 tr > td.bgColor01:last-child {
	border-right: solid 1px #dbdbdb;
}

.table02 td.cell01 {
	position: relative;
}

.table02 td.cell01:before {
	position: absolute;
	top: 0;
	left: -1px;
	width: 1px;
	height: 100%;
	background-color: #dbdbdb;
	content: "";
}

.btn01 {
	position: relative;
	display: block;
	padding: 12px 16px 10px;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.btn01:link,
.btn01:visited {
	color: #fff;
	text-decoration: none;
}

.btn01:before,
.btn01.on:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e61f18;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn01:after {
	position: absolute;
	right: 12px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 3px solid #e61f18;
	border-right: 3px solid #e61f18;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	content: "";
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn01:hover:before,
.btn01.on:before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.btn01:hover:after,
.btn01.on:after{
	border-top-color: #fff;
	border-right-color: #fff;
}

.btn02 {
	position: relative;
	padding: 18px 20px;
	border: solid 1px #dbdbdb;
	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;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.btn02:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e61f18;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn02:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.btn02:hover {
	color: #fff;
}

.btn02:after {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 3px solid #e61f18;
	border-right: 3px solid #e61f18;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	content: "";
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn02:hover:after {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	content: "";
}

.btn02.type01 {
	padding-top: 42px;
	padding-bottom: 38px;
}

.btn02.type02 {
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	padding-top: 32px;
	padding-bottom: 28px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.3;
}

.btn02.type02.line02 {
	padding-top: 20px;
	padding-bottom: 16px;
}

.btn02.type02 > .icon02 {
	font-size: 1.4rem;
}

.btn02 > .image01 {
	margin-right: 20px;
}

.btn02 > .text01 {
	font-size: 2.4rem;
	font-weight: bold;
}

.localNav02 {
	width: 1080px;
	margin: 0 auto;
}

.localNav02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: -20px;
}

.localNav02 > li > a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 14px 0 31px;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.localNav02 > li > a:before {
	position: absolute;
	bottom: 17px;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #e61f18;
	border-right: 3px solid #e61f18;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
}

.localNav02.type01 > li:nth-child(1) {
	width: 298px;
}
.localNav02.type01 > li:nth-child(2) {
	width: 211px;
}
.localNav02.type01 > li:nth-child(3) {
	width: 254px;
}
.localNav02.type01 > li:nth-child(4) {
	width: 314px;
}

.localNav02 > li > a:hover {
	opacity: .6;
}

.localNav02.type02 > li {
	width: -webkit-calc(1079px / 2);
	width: calc(1079px / 2);
}

.localNav02.type03 > li {
	width: -webkit-calc(1077px / 4);
	width: calc(1077px / 4);
}

.localNav02.type03 > li:nth-child(n+5) {
	margin-top: 1px;
}

.localNav02.type04 > li:nth-child(1) {
	width: 254px;
}
.localNav02.type04 > li:nth-child(2) {
	width: 269px;
}
.localNav02.type04 > li:nth-child(3) {
	width: 268px;
}
.localNav02.type04 > li:nth-child(4) {
	width: 286px;
}

.localNav02.type05 > li:nth-child(1) {
	width: 227px;
}
.localNav02.type05 > li:nth-child(2) {
	width: 192px;
}
.localNav02.type05 > li:nth-child(3) {
	width: 239px;
}
.localNav02.type05 > li:nth-child(4),
.localNav02.type05 > li:nth-child(5){
	width: 209px;
}

.txt01 {
	margin-top: 20px;
}

.txt02 {
	margin-top: 5px;
}

.txt03 {
	margin-top: 30px;
}

.txt04 {
	margin-top: 10px;
}

.txt05 {
	margin-top: 15px;
}

.txt06 {
	position: relative;
	margin-top: 5px;
	padding-left: 18px;
}

.txt06:before {
	position: absolute;
	top: 9px;
	left: 5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #8a8a8a;
	content: "";
}

.icon01 {
	position: relative;
	margin-right: 20px;
	padding-left: 28px;
	color: #e61f18;
	font-size: 1.8rem;
	font-weight: bold;
}

.icon01:before {
	position: absolute;
	top: 2px;
	left: -2px;
	width: 21px;
	height: 21px;
	background: url(../images/ic03.png) no-repeat 0 0;
	content: "";
}

.icon02 {
	position: relative;
	top: -1px;
	display: inline-block;
	margin-left: 8px;
	padding: 2px 2px 0px;
	border: solid 1px #333;
	font-size: 1.1rem;
	line-height: 1.0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.icon02.type01 {
	top: -2px;
	margin-left: 20px;
	padding: 4px 5px 2px;
	border: solid 1px #e61f18;
	background-color: #fff;
	color: #e61f18;
	font-weight: normal;
	font-size: 1.6rem;
}

.icon03 {
	position: relative;
	top: -2px;
	display: inline-block;
	margin-right: 8px;
	padding: 1px 5px 0;
	background-color: #333;
	color: #fff;
	font-size: 1.4rem;
}

.icon04 {
	position: relative;
	top: -1px;
	display: inline-block;
	margin-left: 8px;
	padding: 2px 2px 0px;
	border: solid 1px red;
	color: red;
	font-size: 1.1rem;
	line-height: 1.0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.link01 {
	position: relative;
	display: inline-block;
	margin-top: 4px;
	padding-left: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.link01:hover {
	color: #e61f18;
}

.link01:hover > .icon02 {
	color: #333;
}

.link01:before {
	position: absolute;
	left: 2px;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -6px;
	border-top: 2px solid #e61f18;
	border-right: 2px solid #e61f18;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	content: "";	
}
.link02 {
	position: relative;
	display: inline-block;
	margin-top: 4px;
	padding-left: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.link02:hover {
	color: #e61f18;
}

.link02:hover > .icon02 {
	color: #333;
}

.link02:before {
	position: absolute;
	left: 2px;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -6px;
	border-top: 2px solid #e61f18;
	border-right: 2px solid #e61f18;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	content: "";	
}

.w01 {
	width: 200px;
}

.w02 {
	width: 325px;
}

.w03 {
	width: 215px;
}

.w04 {
	width: 430px;
}

.w05 {
	width: 268px;
}

.color01 {
	color: #e61f18;
}

.bgColor01 {
	background-color: #ffe4e6;
}

.bgColor02 {
	background-color: #f2f0ec;
}

.col01 > a,
.col03,
.btn02,
.link01{
	text-decoration: none !important;
}

.movieBox{
width: 450px;
height: 315px;
margin: 25px;
}

.movieFlex{
display: flex;
justify-content: center;
}

/* Clearfix
*****************************************/
.cf:after {
	content: " ";
	display: block;
	clear: both;
}

/* お知らせセクション
*****************************************/
.noticeSection {
	width: 100%;
	max-width: 1080px;
	margin: 40px auto 0;
	border: 3px solid #e61f18;
	background-color: #fff5f5;
}

.noticeHeader {
	padding: 15px 0 0;
	text-align: center;
	background-color: #fff5f5;
}

.noticeHeader h2 {
	margin: 0;
	font-size: 2.2rem;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.08em;
}

.noticeContent {
	padding: 25px 40px 30px;
	background-color: #fff5f5;
}

.noticeContent p {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #333;
}

.noticeContent p:first-child {
	margin-bottom: 8px;
}

.noticeContent .companyName {
	color: #e61f18;
	font-weight: bold;
}
