@charset "UTF-8";
a:active {
  color: #1572cf;
}
a:visited{
  color: #1572cf;
}
.m2{
	margin:2rem 0;
}
.block{
}
.block.top{
}
.image-box{
	background: #0093c3;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.top_main_images{
}
.top_main_images.fs{
	margin: 0 0 0.5rem;
}
.top-lead-box{
	margin: 2rem auto;
	width: 90%;
}
.top-lead-box p{
	text-align: center;
	font-size: 140%;
}
.button-box{
}
.button-box ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	list-style:none;
	padding:0;
}
.button-box li{
	background: #fffc20;
	width: 30%;
	text-align: center;
	border-radius: 20px;
	font-size: 140%;
	color: #0093c3;
}
.button-box li a{
	padding: 1rem 0.5rem;
}
.button-box li a:hover{
	text-decoration:none;
	opacity: 0.5;
}
a.btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 80%;
	margin: auto;
	padding: 0.8rem 2rem;
	font-weight: bold;
	border: 2px solid #0093c3;
	border-radius: 100vh;
	transition: 0.5s;
	background:#0093c3;
	color:#fff;
}
a.btn:hover {
	text-decoration:none;
	opacity: 0.8;
}

h2.speech_bubble {
	position: relative;
	padding: 1rem 1rem 1rem 1.5rem;
	border: 3px solid #0093c3;
	font-weight: bold;
	font-size: 140%;
	color: #fffc20;
	background: #0093c3;
}

h2.speech_bubble:before,
h2.speech_bubble:after {
    position: absolute;
    top: 100%;
    left: 30px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

h2.speech_bubble:before {
    margin-left: -12px;
    border-color: transparent;
    border-top-color: #0093c3;
    border-width: 12px;
}

h2.speech_bubble:after {
    margin-left: -8px;
    border-color: transparent;
    border-top-color: #0093c3;
    border-width: 8px;
}
.lead_box{
	margin: 2rem 0;
	padding: 2rem;
	background: #fdfca7b5;
	border-radius: 30px;
}
h3.lead_box_ttl{
	font-size: 145%;
	font-weight:bold;
	color: #0093c3;
	border-bottom: 1px solid;
	text-align: center;
	margin: 0 0 2rem;
}
.lead_box_inr{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: 1rem 0 0;
}
.lead_box_image{
	width: 20%;
	text-align: center;
}
.lead_box_image img{
	width: 80%;
}
.lead_box_text{
	width: 78%;
}
.lead_box_text p{
}
.item_box{
}
.item_box_main_images{
	margin: 30px 0 0;
	text-align: center;
	padding: 1.5rem;
}
.item_box_main_images.outlet_item{
	background-image: url("../images/outlet_background.jpg");
	background-position: center top;
	background-size: cover;
	width: 94%;
}
.item_box_main_images.outlet_item_02{
	background-image: url("../images/outlet_background_02.png");
	background-position: center top;
	background-size: cover;
	width: 94%;
}
.item_box_main_images.outlet_item_03{
	background-image: url("../images/outlet_background_03.png");
	background-position: center top;
	background-size: cover;
	width: 94%;
}
.item_box_main_images.battery_item{
	background-image: url("../images/battery_item_background.jpg");
	background-position: center top;
	background-size: cover;
	width: 94%;
}
.item_box_main_images.battery_item_02{
	background-image: url("../images/battery_item_background_02.png");
	background-position: center top;
	background-size: cover;
	width: 94%;
}
.item_box_main_images.battery_item_03{
	background-image: url("../images/battery_item_background_03.png");
	background-position: center top;
	background-size: cover;
	width: 94%;
}
.item_box_main_images h4{
	font-size: 160%;
	color: #FFFFFF;
	border-bottom: solid 2px;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.item_box_main_images img{
	max-width: 400px;
	margin: 20px auto 0;
}
.item_box_main_images .item_box_main_images_dl{
	margin: 20px;
	padding: 10px;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.20);
	border-radius: 10px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}
.item_box_main_images .item_box_main_images_dl dt{
	font-size: 150%;
}
.item_box_main_images .item_box_main_images_dl dd{
	font-size: 120%;
}
.item_box_main_item{
	background: #fdfca7b5;
	padding: 2rem;
	display: block;
	position: relative;
}
.item_box_main_item .ribbon {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 15px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: white;
	background: #ff7470;
	box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1);
}
.item_box_main_item .ribbon:before {
	position: absolute;
	content: '';
	top: -8px;
	left: -7px;
	border: none;
	height: 38px;
	width: 7px;
	background: #ff7470;
	border-radius: 5px 0 0 5px;
}
.item_box_main_item .ribbon:after {
	position: absolute;
	content: '';
	top: -7px;
	left: -5px;
	border: none;
	height: 7px;
	width: 5px;
	background: #b25552;
	border-radius: 5px 0 0 5px;
}
.item_box_main_item h4 {
	margin: 2rem 0 0;
	font-size: 136%;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 0 55px;
	left:15%;
}
.item_box_main_item h4.l6 {
	left:6%;
}
.item_box_main_item h4.l2 {
	left:2%;
}
.item_box_main_item h4:before, .item_box_main_item h4:after {
	content: '';
	position: absolute;
	top: 40%;
	display: inline-block;
	width: 45px;
	height: 2px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
.item_box_main_item h4:before {
	left:0;
}
.item_box_main_item h4:after {
	right: 0;
}
.item_box_main_item_flex{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: 2rem 0 1.5rem;
}
.item_box_main_item_images{
	width: 30%;
}
.item_box_main_item_images img{
	width:200px;
}
.item_box_main_item_txt{
	width: 68%;
}
.item_box_main_item_txt p{
	font-size: 115%;
	margin: 0.5rem 0;
	border-bottom:1px solid;
}
.item_box_main_item_txt ul{
	margin: 0.5rem 0;
	padding: 0 0rem 0 1rem;
	font-size: 98%;
}
.item_box_main_item_txt li{
}
ul.item_box_ul_list{
	list-style:none;
	margin:0;
	padding:0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
ul.item_box_ul_list li{
	width: 49%;
	margin: 0 0 0.5rem;
}
.item_box_list{
	background: #dbdbdb;
	padding: 1rem;
}
h4.item_box_list_title{
	margin: 1rem auto 1.5rem;
  text-align: center;
  color: #fffc20;
  font-size: 150%;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}
.item_box_list_flex{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.item_box_list_flex.space-around{
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.item_box_list_itm{
	background: #fff;
	border: 1px solid #fffc20;
	width: 24%;
}
.item_box_list_itm.w30{
	width:30%;
}
.item_box_list_itm a{
}
.item_box_list_itm a:hover {
	text-decoration:none;
	opacity: 0.8;
}
.item_box_list_itm img{
	width:100%;
}
.item_box_list_itm_text{
	background: #fff;
	padding: 0.5rem;
	color: #000;
}
.item_box_list_itm_text p{
	font-size: 75%;
}
.item_box_list_itm_text p.title{
	font-size: 90%;
}
.btn_box{
	margin: 2rem 0 4rem;
}
