@charset "UTF-8";
.title_area .en{
	margin-bottom: 0;
}

.visit #main_title_area{
	height: 450px;
	background: url(../img/visit/bg_main_title_area.jpg) no-repeat center top;
	background-size: cover;
}
.store #main_title_area{
	height: 450px;
	background: url(../img/store/bg_main_title_area.jpg) no-repeat center top;
	background-size: cover;
}
.line #main_title_area{
	height: 450px;
	background: #2EC350;
}
.line #main_title_area .wrap{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
}
.line #main_title_area .wrap:after{
	content: "";
	position: absolute;
	top: 0%;
	right: 15%;
	display: block;
	width: 18%;
	max-width: 220px;
	height: 100%;
	background: url(../img/line/bg_main_title_area.svg) no-repeat center 75%;
	background-size: 100% auto;
}
#navigation{
	background: #01467F;
}
#navigation ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
	margin: auto;
}
#navigation ul li{
	width: calc(100% / 5);
	min-width: 8em;
	font-size: 1.6rem;
}
#navigation ul li a,
#navigation ul li span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 4.37em;
	color: #fff;
	text-align: center;
}
#navigation ul li a:hover,
#navigation ul li span{
	color: #181818;
	background: #FFD14D;
	opacity: 1;
}

@media screen and (max-width: 840px){
	.visit #main_title_area,
	.store #main_title_area{
		height: auto;
		padding: 10% 0;
	}
	.line #main_title_area{
		height: 250px;
	}
	.line #main_title_area .wrap:after{
		right: 0;
		background: url(../img/line/bg_main_title_area.svg) no-repeat center center;
		background-size: 100% auto;
	}
	#navigation ul li{
		width: 50%;
		font-size: 1.4rem;
	}
}

/*sec01*/
#sec01{
	position: relative;
	padding: 55px 0 90px;
	background: #F0F0F0;
}
#sec01 .wrap{
	max-width: 1100px;
}
#sec01 .caution{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 700px;
	height: 2.66em;
	margin: 0 auto 40px;
	font-size: 1.5rem;
	color: #CE1223;
	font-weight: normal;
	background: #fff;
	border-radius: 20px;
}
#sec01 h2{
	margin-bottom: 0.8em;
	font-size: 5rem;
	font-weight: bold;
	text-align: center;
}
#sec01 h2 span{
	position: relative;
	padding-bottom: 0.1em;
	color: #CE1223;
}
#sec01 h2 span:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #CE1223;
	border-radius: 2.5px;
}
#sec01 .txt p{
	font-size: 1.8rem;
	text-align: center;
	font-weight: normal;
}
#sec01 .tel_box a{
	display: block;
	max-width: 720px;
	width: 90%;
	margin: 50px auto 0;
	border: 3px solid #181818;
	border-radius: 5px;
	overflow: hidden;
}
#sec01 .tel_box a p{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 3em;
	font-size: 4rem;
	color: #2C2B2B;
	text-align: center;
	background: #FFD14D;
}
#sec01 .tel_box a p img{
	width: 1.5em;
	margin-right: 0.5em;
}
#sec01 .tel_box a p.black{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 3em;
	font-size: 2.3rem;
	color: #FFD14D;
	text-align: center;
	background: #181818;
}
#sec01 .fukidashi{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 612px;
	height: 2.65em;
	margin: 60px auto 40px;
	font-size: 3rem;
	color: #fff;
	background: #01467F;
	border-radius: 40px;
}
#sec01 .fukidashi:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 14px 13px 0 13px;
	border-color: #01467f transparent transparent transparent;
}
#sec01 .white_box{
	justify-content: space-between;
	margin-bottom: 20px;
}
#sec01 .white_box .in{
	width: calc(96% / 3);
	padding: 20px;
	background: #fff;
	border-radius: 10px;
}
#sec01 .white_box .in figcaption{
	margin: 0.8em 0 0.2em;
	font-size: 1.9rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
#sec01 h3{
	margin: 85px auto 40px;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
}
#sec01 h3 span{
	color: #CE1223;
}
#sec01 .blue_box{
	justify-content: space-between;
	margin-bottom: 33px;
}
#sec01 .blue_box .in{
	width: calc(96% / 3);
	padding: 35px 10px;
	background: #254D9E;
	border: 3px solid #000;
	border-radius: 10px;
}
#sec01 .blue_box .in h4{
	display: table;
  margin: 0 auto 1em;
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
#sec01 .blue_box .in h4 span{
    position: relative;
    display: inline;
    padding: 0 0.4em;
    z-index: 2;
}
#sec01 .blue_box .in h4 span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.5em;
  background: #1371C1;
  border-radius: 6px;
  z-index: -1;
}
#sec01 .blue_box .in p{
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	line-height: 1.68;
}

@media screen and (max-width: 840px){
	#sec01{
		padding: 10% 0;
	}
	#sec01 .caution{
		max-width: none;
		height: auto;
		padding: 0.5em;
		margin: 0 auto 5%;
		font-size: 1.2rem;
	}
	#sec01 h2{
		font-size: 2.2rem;
	}
	#sec01 h2 span:before{
		height: 2px;
		border-radius: 1px;
	}
	#sec01 .txt p{
		font-size: 1.2rem;
	}
	#sec01 .tel_box a{
		margin: 5% auto 0;
		border: 2px solid #181818;
	}
	#sec01 .tel_box a p{
		height: 4em;
		font-size: 2rem;
	}
	#sec01 .tel_box a p.black{
		height: 4em;
		font-size: 1.4rem;
	}
	#sec01 .fukidashi{
		max-width: none;
		height: auto;
		padding: 0.8em 1em;
		margin: 10% auto;
		font-size: 1.6rem;
	}
	#sec01 .fukidashi:after{
		border-width: 7px 7px 0 7px;
	}
	#sec01 .white_box{
		display: block;
		margin-bottom: 5%;
	}
	#sec01 .white_box .in{
		width: 100%;
		padding: 5%;
		border-radius: 5px;
	}
	#sec01 .white_box .in + .in{
		margin-top: 5%;
	}
	#sec01 .white_box .in figcaption{
		font-size: 1.4rem;
	}
	#sec01 h3{
		margin: 10% auto 5%;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}
	#sec01 .blue_box{
		display: block;
		margin-bottom: 5%;
	}
	#sec01 .blue_box .in{
		width: 100%;
		padding: 5%;
		border: 2px solid #000;
		border-radius: 5px;
	}
	#sec01 .blue_box .in + .in{
		margin-top: 5%;
	}
	#sec01 .blue_box .in h4{
	  font-size: 1.8rem;
	}
	#sec01 .blue_box .in p{
		font-size: 1.2rem;
	}
}

/*service*/
.service{
	padding: 80px 0 100px;
}

@media screen and (max-width: 840px){
	.service{
		padding: 10% 0;
	}
}

/*shortest*/
.shortest{
	padding: 60px 0;
	background: url(../img/index/bg04.jpg) repeat center top;
}
.shortest h2{
	display: table;
  margin: 0 auto 1em;
  font-size: 3.1rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.shortest h2 span{
    position: relative;
    display: inline;
    padding: 0 0.4em;
    z-index: 2;
}
.shortest h2 span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.5em;
  background: #1371C1;
  border-radius: 6px;
  z-index: -1;
}
.shortest .box{
	max-width: 490px;
	height: 140px;
	margin: 0 auto 30px;
	font-size: 3.4rem;
	font-weight: bold;
}
.shortest .box a{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 48px;
	font-size: 3.3rem;
	border: 2px solid #181818;
	border-radius: 5px;
}
.shortest .box.pink a{
	background: #FF969C;
}
.shortest .box.blue a{
	padding: 0 20px;
	background: #79C4FC;
}
.shortest .box a figure{
	width: 20%;
	margin: 0 25px 0 0;
	text-align: center;
}
.shortest .box.blue a img{
	width: 90px;
}
.shortest .box.pink a img{
	width: 100px;
}
.shortest .box a:after{
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	display: block;
	width: 60px;
	height: calc(100% + 2px);
	background: url(../img/common/icon_btn_arrow01.svg) no-repeat center center #181818;
	background-size: 26px auto;
}
.shortest .box + p{
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 840px){
	.shortest{
		padding: 10% 0;
	}
	.shortest h2{
	  font-size: 2rem;
	}
	.shortest .box{
		max-width: none;
		width: 80%;
		height: 88px;
		margin: 0 auto 5%;
		font-size: 1.8rem;
	}
	.shortest .box a{
		padding: 0 20px;
		font-size: 2.2rem;
	}
	.shortest .box a .en{
		font-size: 1.2rem;
	}
	.shortest .box.pink a img{
		width: 50px;
		margin-right: 20px;
	}
	.shortest .box.blue a img{
		width: 75px;
		margin-right: 20px;
	}
	.shortest .box a:after{
		width: 40px;
		background-size: 14px auto;
	}
	.shortest .box + p{
		font-size: 1.2rem;
	}
}

/*sec03*/
#sec03{
	padding: 90px 0 110px;
	background: #F0F0F0;
}
.line #sec03{
	padding: 90px 0;
}
.line #sec03 .title_area p{
	margin-bottom: 0;
}
#sec03 .title_area + p{
	display: table;
	margin: 0 auto 1em;
	font-size: 3.1rem;
	text-align: center;
	font-weight: bold;
}
#sec03 .title_area + p span{
    position: relative;
    display: inline;
    padding: 0 0.4em;
    z-index: 2;
}
#sec03 .title_area + p span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.5em;
  background: #FFE493;
  border-radius: 6px;
  z-index: -1;
}
#sec03 ol > li{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 40px;
	margin: 62px 0;
	background: #fff;
}
#sec03 ol > li + li:before{
	content: "";
	position: absolute;
	top: -42px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 22px 18.5px 0 18.5px;
	border-color: #1e3e7b transparent transparent transparent;
}
.line #sec03 ol > li + li:before{
	border-color: #2EC350 transparent transparent transparent;
}
#sec03 ol li .in{
	max-width: 694px;
	width: 65%;
}
#sec03 ol li .flex{
	align-items: center;
	margin-bottom: 34px;
}
#sec03 ol li .step{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6em;
	height: 2em;
	padding-top: 0.3em;
	font-size: 2.4rem;
	color: #fff;
	background: #01467F;
	border-radius: 26px;
}
.line #sec03 ol li .step{
	background: #2EC350;
}
#sec03 ol li h3{
	margin-left: 1em;
	font-size: 2.6rem;
	font-weight: bold;
}
#sec03 ol li p{
	font-size: 1.5rem;
	line-height: 1.7;
}
#sec03 ol li p.red{
	margin-top: 1em;
	color: #E10A1F;
}
#sec03 ol li figure{
	max-width: 380px;
	width: 30%;
}
.line #sec03 ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 16px;
}
.line #sec03 ul li{
	width: 45%;
	font-size: 1.6rem;
	color: #2EC350;
	line-height: 1.6;
}
#sec03 .documents_box{
	margin-bottom: 70px;
	border-radius: 10px;
	overflow: hidden;
}
.store #sec03 .documents_box{
	border-radius: 10px 10px 0 0;
}
#sec03 .documents_box h3{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 3em;
	font-size: 3rem;
	color: #fff;
	font-weight: bold;
	background: #01467F;
}
#sec03 .documents_box .in{
	padding: 40px 50px;
	background: #fff;
}
#sec03 .documents_box .in h4{
	margin-bottom: 1em;
	font-size: 1.9rem;
	color: #1E3F7B;
	font-weight: bold;
}
#sec03 .documents_box .in p{
	font-size: 1.5rem;
	line-height: 2;
	font-weight: normal;
}
#sec03 .documents_box .in p.fwb{
	font-weight: bold;
}
#sec03 .documents_box .in p +h4{
	margin-top: 2em;
}
#sec03 .notes{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 74px;
}
#sec03 .notes h3{
	width: 10em;
	padding: 0 50px 0 76px;
	font-size: 2.4rem;
	color: #01467F;
}
#sec03 .notes ul{
	width: calc(100% - 10em);
	padding: 0 0 0 50px;
	border-left: 1px solid #1E3F7B;
}
.store #sec03 .notes ul{
	padding: 1em 0 1em 50px;
}
#sec03 .notes ul li{
	font-size: 1.5rem;
	line-height: 1.7;
	font-weight: normal;
}
#sec03 .cannot h3{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 3em;
	margin-bottom: 40px;
	font-size: 3rem;
	color: #fff;
	font-weight: bold;
	background: #000;
	border-radius: 10px 10px 0 0;
}
#sec03 .cannot .in{
	display: flex;
	flex-wrap: wrap;
}
#sec03 .cannot .in .box{
	width: calc(94% / 4);
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 25px 20px;
	background: #fff;
	border-radius: 2px;
}
#sec03 .cannot .in .box:nth-child(4n){
	margin-right: 0;
}
#sec03 .cannot .in .box h4{
	margin-bottom: 1.2em;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
#sec03 .cannot .in .box p{
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.7;
}
#sec03 .area{
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #B4B4B4;
}
#sec03 .area h3{
	margin-bottom: 1em;
	font-size: 4.5rem;
	font-weight: bold;
	text-align: center;
}
#sec03 .area .box{
	padding: 40px 50px;
	background: #fff;
}
#sec03 .area .box h4{
	display: table;
  margin: 0 auto 0.5em;
  font-size: 3.1rem;
  text-align: center;
  font-weight: bold;
}
#sec03 .area .box h4 span{
    position: relative;
    display: inline;
    padding: 0 0.4em;
    z-index: 2;
}
#sec03 .area .box h4 span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.5em;
  background: #FFE493;
  border-radius: 10px;
  z-index: -1;
}
#sec03 .area .box h4 + p{
	margin-bottom: 2em;
	font-size: 1.8rem;
	text-align: center;
}
#sec03 .area .box h5{
	margin-bottom: 1em;
	font-size: 2.2rem;
	font-weight: bold;
}
#sec03 .area .box .flex{
	flex-wrap: wrap;
}
#sec03 .area .box .in + .in{
	margin-top: 50px;
}
#sec03 .area .box .in p{
	margin-bottom: 0.5em;
	font-size: 1.5rem;
	font-weight: normal;
}
#sec03 .area .box .in p:after{
	content: "｜";
	padding: 0 0.2em;
}
#sec03 .fukidashi{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 612px;
	height: 3em;
	margin: 60px auto 40px;
	font-size: 3rem;
	color: #fff;
	background: #01467F;
	border-radius: 40px;
}
.line #sec03 .fukidashi{
	max-width: 430px;
	height: 2.65em;
}
#sec03 .fukidashi:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 14px 13px 0 13px;
	border-color: #01467f transparent transparent transparent;
}
#sec03 .white_box{
	justify-content: space-between;
	margin-bottom: 20px;
}
#sec03 .white_box .in{
	width: calc(96% / 3);
	padding: 20px;
	background: #fff;
	border-radius: 10px;
}
#sec03 .white_box + .fukidashi + .white_box{
	margin-bottom: 0;
}
#sec03 .white_box + .fukidashi + .white_box .in{
	padding: 30px 20px;
}
#sec03 .white_box .in figcaption{
	margin: 0.8em 0 0.2em;
	font-size: 1.9rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
#sec03 .white_box .in p{
	margin-top: 1em;
	font-size: 1.5rem;
	text-align: center;
	font-weight: normal;
}
#sec03 .white_box .in p.fwb{
	margin-top: 0;
	font-size: 1.8rem;
	font-weight: bold;
}

@media screen and (max-width: 840px){
	#sec03,
	.line #sec03{
		padding: 10% 0;
	}
	#sec03 .title_area h2{
		margin-bottom: 0;
	}
	#sec03 .title_area + p{
	  font-size: 1.8rem;
	}
	#sec03 ol > li{
		display: block;
		padding: 5%;
		margin: 5% 0 10%;
	}
	#sec03 ol li + li:before{
		top: -5.55%;
		border-width: 10px 9px 0 9px;
	}
	#sec03 ol li .in{
		max-width: none;
		width: 100%;
	}
	#sec03 ol li .flex{
		margin-bottom: 5%;
	}
	#sec03 ol li .step{
		width: 8em;
		font-size: 1.1rem;
	}
	#sec03 ol li h3{
		margin-left: 0.5em;
		font-size: 1.8rem;
	}
	#sec03 ol li p{
		font-size: 1.2rem;
	}
	#sec03 ol li figure{
		max-width: none;
		width: 100%;
		margin-top: 5%;
	}
	.line #sec03 ul{
		margin-top: 3%;
	}
	.line #sec03 ul li{
		width: 100%;
		font-size: 1.2rem;
	}
	#sec03 .documents_box{
		margin-bottom: 10%;
	}
	#sec03 .documents_box h3{
		font-size: 2rem;
	}
	#sec03 .documents_box .in{
		padding: 5%;
	}
	#sec03 .documents_box .in h4{
		margin-bottom: 0.5em;
		font-size: 1.4rem;
	}
	#sec03 .documents_box .in p{
		font-size: 1.2rem;
	}
	#sec03 .notes{
		display: block;
		margin: 0 auto 10%;
	}
	#sec03 .notes h3{
		width: 100%;
		padding: 0 0.5em 0.2em;
		margin-bottom: 0.5em;
		font-size: 1.6rem;
		border-bottom: 1px solid #1E3F7B;
	}
	#sec03 .notes ul{
		width: 100%;
		padding: 0 1em;
		border-left: none;
	}
	.store #sec03 .notes ul{
		padding: 0 1em;
	}
	#sec03 .notes ul li{
		font-size: 1.2rem;
	}
	#sec03 .cannot h3{
		margin-bottom: 5%;
		font-size: 1.6rem;
		border-radius: 5px 5px 0 0;
	}
	#sec03 .cannot .in .box{
		width: calc(98% / 2);
		padding: 5%;
	}
	#sec03 .cannot .in .box:nth-child(2n){
		margin-right: 0;
	}
	#sec03 .cannot .in .box h4{
		margin-bottom: 1em;
		font-size: 1.4rem;
	}
	#sec03 .cannot .in .box p{
		font-size: 1.2rem;
	}
	#sec03 .area{
		padding-top: 10%;
		margin-top: 10%;
	}
	#sec03 .area h3{
		font-size: 2rem;
	}
	#sec03 .area .box{
		padding: 5%;
	}
	#sec03 .area .box h4{
	  font-size: 1.8rem;
	}
	#sec03 .area .box h4 + p{
		margin-bottom: 1em;
		font-size: 1.2rem;
	}
	#sec03 .area .box h5{
		margin-bottom: 0.5em;
		font-size: 1.6rem;
	}
	#sec03 .area .box .in + .in{
		margin-top: 5%;
	}
	#sec03 .area .box .in p{
		font-size: 1.2rem;
	}
	#sec03 .area .box .in p:after{
		padding: 0;
	}
	#sec03 .fukidashi{
		max-width: none;
		height: auto;
		padding: 0.8em 1em;
		margin: 10% auto;
		font-size: 1.6rem;
	}
	#sec03 .fukidashi:after{
		border-width: 7px 7px 0 7px;
	}
	#sec03 .white_box{
		display: block;
		margin-bottom: 5%;
	}
	#sec03 .white_box .in{
		width: 100%;
		padding: 5%;
		border-radius: 5px;
	}
	#sec03 .white_box .in + .in{
		margin-top: 5%;
	}
	#sec03 .white_box + .fukidashi + .white_box .in{
		padding: 5%;
	}
	#sec03 .white_box .in figcaption{
		font-size: 1.4rem;
	}
	#sec03 .white_box .in p{
		margin-top: 0.5em;
    font-size: 1.2rem;
	}
	#sec03 .white_box .in p.fwb{
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 380px){
	#sec03 ol li h3{
		letter-spacing: 0;
	}
}

/*sec04*/
#sec04{
	position: relative;
	padding: 100px 0;
}
#sec04:before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	background: url(../img/index/bg02.jpg) repeat center top;
	z-index: -1;
}
#sec04 .deco{
	position: absolute;
	top: -38px;
	left: 50%;
	transform: translate(-50% , 0);
}
#sec04 .deco2{
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translate(-50% , 0);
	width: 90%;
	text-align: center;
}
#sec04 .tit_slider{
	top: 180px;
}
#sec04 .title_area{
	margin-bottom: 60px;
}
#sec04 .title_area .en,
#sec04 .title_area h2{
	color: #fff;
}
#sec04 form{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 600px;
	height: 52px;
	padding: 0 25px;
	margin: 0 auto 56px;
	background: #fff;
	border-radius: 26px;
}
#sec04 form div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
#sec04 input{
	width: 100%;
	font-size: 1.4rem;
}
#sec04 input::placeholder{
	color: #8E8E8E;
}
#sec04 input.submit{
	width: 18px;
	height: 18px;
	background: url(../img/common/icon_submit.svg) no-repeat center center;
	background-size: cover;
	cursor: pointer;
}
#sec04 input.submit:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#sec04 ul.newarrival_slider{
	padding-bottom: 10px;
	overflow: hidden;
}
#sec04 ul.newarrival_slider li{
	max-width: 340px;
	margin: 0 10px;
}
#sec04 ul.newarrival_slider li a{
	position: relative;
	display: block;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.16);
}
#sec04 ul.newarrival_slider li a:before{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 4px solid transparent;
	border-radius: 5px;
	transition: border-color 0.2s;
	z-index: 2;
}
#sec04 ul.newarrival_slider li a:hover{
	opacity: 1;
}
#sec04 ul.newarrival_slider li a:hover:before {
	border-color: #FED63B;
}
#sec04 ul.newarrival_slider li .shop{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.3em;
	padding: 0 1em;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	background: #FED63B;
	border-radius: 5px 0 5px 0;
}
#sec04 ul.newarrival_slider li .in{
	padding: 0 10px 16px;
}
#sec04 ul.newarrival_slider li .date{
	margin: 1em 0;
	font-size: 1.4rem;
	color: #B9B9B9;
}
#sec04 ul.newarrival_slider li h3{
	font-size: 1.5rem;
	line-height: 1.6;
	text-decoration: underline;
}
#sec04 .slick-prev,
#sec04 .slick-next{
	display: block;
	left: 0;
	right: 0;
	width: 64px;
	height: 64px;
	margin: 0 auto;
	background: #CE1223;
	border-radius: 50%;
	z-index: 3;
}
#sec04 .slick-list{
	overflow: unset;
}
#sec04 .slick-prev{
	transform: translateX(-545px) translateY(-50%);
}
#sec04 .slick-next{
	transform: translateX(545px) translateY(-50%);
}
#sec04 .slick-prev:hover,
#sec04 .slick-next:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#sec04 .slick-prev:before,
#sec04 .slick-next:before{
	content: "";
  display: inline-block;
  width: 14.5px;
  height: 9.32px;
  opacity: 1;
}
#sec04 .slick-prev:before{
  background: url(../img/common/icon_btn_slide_prev.svg) no-repeat center center;
  background-size: cover;
  transform: rotate(180deg);
}
#sec04 .slick-next:before{
  background: url(../img/common/icon_btn_slide_next.svg) no-repeat center center;
  background-size: cover;
}
#sec04 .btn a{
	margin: 60px auto 0;
	color: #fff;
	background: #254D9E;
	border: 2px solid #fff;
}
#sec04 .btn a:hover{
	color: #254D9E;
	background: #fff;
}
#sec04 .btn a:before{
	background: url(../img/common/icon_btn_arrow02_on.svg) no-repeat center center;
	background-size: cover;
}
#sec04 .btn a:hover:before{
	background: url(../img/common/icon_btn_arrow02.svg) no-repeat center center;
	background-size: cover;
}
#sec04 .tag_box{
	max-width: 1100px;
	padding: 35px 40px 25px;
	margin: 42px auto 0;
	background: #00A8DB;
	border: 2px dashed #01467F;
	border-radius: 15px;
}
#sec04 .tag_box ul{
	display: flex;
	flex-wrap: wrap;
}
#sec04 .tag_box ul li{
	margin-right: 10px;
	margin-bottom: 10px;
}
#sec04 .tag_box ul li a{
	display: flex;
	justify-content: center;
	align-items: center; 
	height: 2em;
	padding: 0 0.8em;
	font-size: 1.4rem;
	color: #01467F;
	background: #fff;
	border-radius: 14px;
}
#sec04 .tag_box ul li a:before{
	content: "#";
	margin-right: 0.5em;
}
#sec04 .tag_box ul li a:hover{
	color: #fff;
	background: #08467F;
	opacity: 1;
}

@media screen and (max-width: 840px){
	#sec04{
		padding: 70px 0 50px;
	}
	#sec04 .deco{
		top: -8vw;
		width: 70%;
	}
	#sec04 .deco2{
		display: none;
	}
	#sec04 .tit_slider{
		top: 115px;
	}
	#sec04 .title_area{
		margin-bottom: 5%;
	}
	.tit_slider{
		top: 170px;
	}
	#sec04 form{
		max-width: none;
		width: 90%;
		height: 52px;
		padding: 0 5%;
		margin: 0 auto 40px;
	}
	#sec04 input{
		font-size: 1.5rem;
	}
	#sec04 ul.newarrival_slider li{
		width: 286pxpx;
	}
	#sec04 ul.newarrival_slider li a{
		box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.16);
	}
	#sec04 ul.newarrival_slider li a:before{
		width: calc(100% - 4px);
		height: calc(100% - 4px);
		border: 2px solid transparent;
	}
	#sec04 ul.newarrival_slider li .date{
		margin: 1em 0 0.5em;
	}
	#sec04 ul.newarrival_slider li h3{
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#sec04 .slick-prev,
	#sec04 .slick-next{
		width: 38px;
		height: 38px;
	}
	#sec04 .slick-prev{
		transform: translateX(-170px) translateY(-50%);
	}
	#sec04 .slick-next{
		transform: translateX(170px) translateY(-50%);
	}
	#sec04 .btn a{
		width: 75%;
		margin: 30px auto 0;
		color: #254D9E;
		background: #fff;
	}
	#sec04 .btn a:before{
		background: url(../img/common/icon_btn_arrow02.svg) no-repeat center center;
		background-size: cover;
	}
	#sec04 .tag_box{
		padding: 20px 5% 12px;
		margin: 30px 5% 0;
	}
	#sec04 .tag_box ul li{
		margin-right: 8px;
		margin-bottom: 8px;
	}
	#sec04 .tag_box ul li a{
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 380px){
	#sec04 .slick-prev{
		transform: translateX(-150px) translateY(-50%);
	}
	#sec04 .slick-next{
		transform: translateX(150px) translateY(-50%);
	}
}

/*sec05*/
#sec05 .title_area + p + p{
	font-size: 1.6rem;
	text-align: center;
}

@media screen and (max-width: 840px){
	#sec05 .title_area + p + p{
		font-size: 1.2rem;
	}
}

/*sec06*/
#sec06{
	padding: 80px 0 120px;
	background: url(../img/index/bg02.jpg) repeat center top;
}
#sec06 .title_area p,
#sec06 .title_area h2{
	color: #fff;
}
#sec06 .title_area p{
	margin-bottom: 0;
}
#sec06 .title_area h2 + p{
	margin: 0.5em 0 1.5em;
	font-size: 2.5rem;
	text-align: center;
}

/*qa_con*/
.qa_con .wrap{
	max-width: 1000px;
}
.qa_con dl{
	padding: 0 36px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.qa_con dl + dl{
	margin-top: 20px;
}
.qa_con dl dt{
	position: relative;
	padding: 1.8em 70px 1.8em 76px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.7;
	cursor: pointer;
}
.qa_con dl dt:before{
	content: "Q";
	position: absolute;
	top: 0.5em;
	left: 0;
	font-size: 4rem;
	color: #1E3F7B;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
}
.qa_con dl dt span{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	margin: auto;
	background: #000;
	border-radius: 50%;
}
.qa_con dl dt.acc_active span{
	background: #1E3F7B;
}
.qa_con dl dt span:before,
.qa_con dl dt span:after{
	position: absolute;
	content: "";
	width: 18px;
	height: 1px;
	background: #fff;
	transition: 0.5s;
}
.qa_con dl dt span:after{
	transform: rotate(90deg);
}
.qa_con dl dt.acc_active span:after{
	transform: rotate(0);
}
.qa_con dl dd{
	display: none;
	position: relative;
	padding: 2em 10px 3.5em 76px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.7;
	border-top: 1px solid #E0E0E0;
}
.qa_con dl dd:before{
	content: "A";
	position: absolute;
	top: 0.3em;
	left: 0;
	font-size: 4rem;
	color: #CE1223;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
}

@media screen and (max-width: 840px){
	#sec06{
		padding: 10% 0;
		background-size: auto 200%;
	}
	#sec06 .title_area p, #sec06 .title_area h2{
		margin-bottom: 0;
	}
	#sec06 .title_area h2 + p{
		font-size: 1.2rem;
	}
	.qa_con dl{
		padding: 0 5%;
		border-radius: 5px;
	}
	.qa_con dl + dl{
		margin-top: 5%;
	}
	.qa_con dl dt{
		padding: 1em 2.5em;
		font-size: 1.4rem;
	}
	.qa_con dl dt:before{
		top: 0.4em;
		font-size: 2.2rem;
	}
	.qa_con dl dt span{
		width: 1.5em;
		height: 1.5em;
	}
	.qa_con dl dt span:before,
	.qa_con dl dt span:after{
		width: 0.8em;
	}
	.qa_con dl dd{
		padding: 1.5em 2.5em 2em;
		font-size: 1.2rem;
	}
	.qa_con dl dd.acc_con{
		display: block;
	}
	.qa_con dl dd:before{
		top: 0.4em;
		font-size: 2.2rem;
	}
}
/*sec07*/
#sec07{
	padding: 70px 0 60px;
}
#sec07 h2{
	margin-bottom: 1em;
	font-size: 4.5rem;
	font-weight: bold;
	text-align: center;
}
#sec07 h2 span{
	color: #2EC350;
}
#sec07 h2 + p{
	margin-bottom: 3em;
	font-size: 1.8rem;
	text-align: center;
}
#sec07 .flex{
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 20px;
	max-width: 1000px;
	margin: auto;
}
#sec07 .box{
	width: 49%;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}
#sec07 .box h4{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 2.5em;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	background: #1E3F7B;
}
#sec07 .box .in{
	padding: 30px 20px;
	background: #fff;
	border: 3px solid #1E3F7B;
	border-top: none;
}
#sec07 .box .in .flex{
	justify-content: center;
	align-items: center;
}
#sec07 .box .in .btn a{
	width: 100%;
	height: 3.2em;
	margin: 26px 0 0;
	font-size: 2rem;
	color: #fff;
	background: #35C756;
	border: none;
	border-radius: 5px;
	box-shadow: none;
}
#sec07 .box .in .btn a:before{
	display: none;
}
#sec07 .box .in .btn a:hover{
	background: #35C756;
	opacity: 0.5;
}
#sec07 .box .in img{
	width: 72px;
}
#sec07 .box .in img.pc{
	width: 120px;
}
#sec07 .box .in .txt{
	margin: 0 1em;
	font-size: 2rem;
}
#sec07 .box .in .txt p{
	font-weight: bold;
}
#sec07 .box .in .txt p + p{
	margin-top: 0.5em;
	font-size: 1.4rem;
	font-weight: normal;
}

@media screen and (max-width: 840px){
	#sec07{
		padding: 10% 0;
	}
	#sec07 h2{
		font-size: 2rem;
	}
	#sec07 h2 + p{
		font-size: 1.2rem;
	}
	#sec07 .flex{
		display: block;
	}
	#sec07 .box{
		width: 100%;
		margin-bottom: 5%;
	}
	#sec07 .box .in{
		flex-wrap: wrap;
	}
	#sec07 .box .in .btn a{
		height: 3em;
		margin: 5% 0 0;
		font-size: 2rem;
	}
	#sec07 .box h4{
		height: auto;
		padding: 0.5em 1em;
		font-size: 2rem;
	}
	#sec07 .box .in{
		padding: 5%;
		border: 2px solid #1E3F7B;
	}
	#sec07 .box .in img{
		width: 60px;
	}
	#sec07 .box .in .flex{
		display: flex;
	}
	#sec07 .box .in .flex_sp{
		margin-left: 5%;
	}
	#sec07 .box .in .txt{
		margin: 0;
	}
	#sec07 .box .in .txt p{
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	#sec07 .box .in p{
		font-size: 1.4rem;
		font-weight: normal;
		letter-spacing: 0.05em;
	}
	#sec07 .box .in .btn a{
		width: 90%;
		height: 3em;
		margin: 3% auto 0;
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 380px){
	#sec07 h2{
		font-size: 1.8rem;
	}
	#sec07 .box .in p{
		font-size: 1.4rem;
	}
}
#shop{
	margin-top: -1px;
}