﻿@charset "utf-8";
/*
==================================================
Reset, Base
==================================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}
html {
	box-sizing: border-box;
	font-size: 62.5%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
b,strong {
  font-weight: bold;
}
nav, ol, ul {
  list-style: none;
}
img {
  width: 100%;
  height: auto;
  border: 0;
}
body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", Yu Gothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	color: #333;
}
a{
	text-decoration: none;
	transition: 0.2s;
}
@media screen and (min-width:769px){
	html {
		font-size: 72%;
	}
	body {
		line-height: 2.3rem;
	}
}
/*------------------------------------------------ヘッダー・メニューここから*/
/*#header_fixed{
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
}*/
.header_container{
	line-height: 2.2rem;
}

.nav_container ul{
	display: inline-block;
}
.nav_container li{
	float: left;
}
.nav_container{
	text-align: center;
}
.nav_container li+li{
	margin-left: 22px;
}
.nav_container li a{
	font-size: 1rem;
	font-weight: bold;
	color: #10b4a6;
}
.nav_container li a:link{
	color: #10b4a6;
}
.nav_container li a:visited{
	color: #10b4a6;
}
.nav_container li a:hover{
	border-bottom: 1px solid #10b4a6;
}
.logo_axa,.logo_smartdrive{
	max-width: 80px;
	vertical-align: bottom;
}
/*お知らせの吹き出しがある場合使用
.nav_container li:last-of-type{
	position: relative;
	padding-right: 73px;
}
.nav_container li .news{
	position: absolute;
	top: -3px;
	right: 0;
	max-width: 68px;
}*/
@media screen and (min-width:769px){
	.logo_axa,.logo_smartdrive{
		max-width: 180px;
	}
	.nav_container li a,.nav_container li a.red{
		font-size: 1.74rem;
	}
	.nav_container li+li{
		margin-left: 100px;
	}
	/*お知らせの吹き出しがある場合使用
	.nav_container li:last-of-type{
		padding-right: 100px;
	}
	.nav_container li .news{
		top: -5px;
		max-width: 93px;
	}*/
}
/*------------------------------------------------ヘッダー・メニューここまで*/

/*------------------------------------------------全体ここから*/
#contents{
	position: absolute;
	z-index: 0;
	left: 0;
	top: 280px;
	width: 100%;
}
.message_container p{
	width: 100%;
	height: 1.5em;
	background-color: #10b4a6;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	padding-bottom: 0.1em;
}
.message_line,.message_line_2{
	width: 6px;
	height: 8px;
}
.message_line{
	margin-right: 0.3em;
}
.message_line_2{
	margin-left: 0.2em;
}
@media screen and (min-width:769px){
	#contents{
		top: 300px;/*変更*/
	}
	.message_container p{
		max-width: 1180px;
		margin: 0 auto;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------全体ここまで*/
/*------------------------------------------------6月CSSここから*/
.campaign_top_container h1{
	line-height: 0;
}
#nav_campaign{
  padding: 20px 0;
  text-align: center;
  background-color: #fff;
}
#nav_campaign ul{
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
#nav_campaign ul:last-of-type{
	margin-bottom: 0;
}
#nav_campaign li+li{
  margin-left: 2em;
}
#nav_campaign li a{
	display: block;
	font-size: 1.4rem;
	color: #1acbe8;
	padding-left: 13px;
	background-image: url("../../images/column/icon_arrow_blue.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px;
}
#nav_campaign li a:link{
	color: #1acbe8;
}
#nav_campaign li a:visited{
	color: #1acbe8;
}
#nav_campaign li a:hover{
	color: #ff9976;
	text-decoration: underline;
	background-image: url("../../images/column/icon_arrow_orange.png");
}
.message_container_2{
	padding-bottom: 20px;
}
.hero_sp{
	max-width: 750px;
	margin: 0 auto;
}
.hero_pc{
	display: none;
}
@media screen and (min-width:480px){
	.hero_sp{
		display: none;
	}
	.hero_pc{
		display: block;
		max-width: 1180px;
		margin: 0 auto;
	}
}
@media screen and (min-width:870px){
	#nav_campaign{
		max-width: 1180px;
		margin: 0 auto;
		display: flex;
		align-items: baseline;
		justify-content: center;
	}
	#nav_campaign ul:first-of-type{
		margin-right: 30px;
		margin-bottom: 0;
	}
	#nav_campaign li a{
		display: block;
		font-size: 1.8rem;
		color: #9dc440;
		background-size: 20px;
		padding-left: 25px;
	}
	#nav_campaign li+li{
	  margin-left: 2.5em;
	}
	.hero_sp{
		display: none;
	}
	.hero_pc{
		display: block;
		max-width: 1180px;
		margin: 0 auto;
	}
  	.message_container_2{
	   padding: 40px 0 60px;
	   max-width: 995px;
	   margin: 0 auto;
	}
}
/*各地域*/
.forPC{
	display: none;
}
.forSP{
	display: block;
}
#campaign_container{
	margin-bottom: 60px;
}
.wrap_title{
	border-top:1px solid #1acbe8;
	border-bottom:1px solid #1acbe8;
	padding: 12px 0;
	text-align: center;
	margin-bottom: 22px;
}
#north .title_area,#kanto .title_area,#tyubu .title_area,#hokuriku .title_area,#kansai .title_area,#chugoku .title_area,#south .title_area{
	font-size: 2rem;
	color: #1acbe8;
	letter-spacing: 0.2em;
	margin-bottom: 0.3em;
}
.wrap_name .area.margin{
	margin-top: 32px;
}
.wrap_name .area,.wrap_name .caption,.wrap_name .name{
	color: #ff9976;
}
.wrap_name .area{
	background-image: url("../../images/column/icon_flag.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 13px auto;
	padding-left: 20px;
	margin-bottom: 0.2em;
}
.wrap_name .name{
	font-size: 16px;
	font-weight: bold;
}
figure{
	padding: 16px 0;
}
/*-----------施設情報*/
#kanto,#tyubu,#hokuriku,#kansai,#chugoku,#south{
	margin-top: 42px;
}
.wrap_facility{
	background-color: rgba(255,153,118,0.1);
	padding: 20px;
	margin-top: 20px;
}
.wrap_facility h4{
	font-size: 1.3rem;
	letter-spacing: 0.2em;
	color: #ff9976;
	font-weight: 600;
	margin-bottom: 15px;
}
.wrap_facility .small{
	font-size: 11px;
	line-height: 1;
}
.title_facility{
	font-weight: bold;
}
.add{
	font-size: 1rem;
}
.info_facility{
	margin: 10px 0 30px;
}
/*.info_facility:last-of-type{
	margin: 0;
}*/
.info_facility li{
	font-size: 12px;
}
.info_float,.info_float_2{
	display: flex;
}
.info_float li:first-of-type{
	flex: 0 0 7em;
}
#info_width_short{
	flex: 0 0 6.5em;
}
#info_width_long{
	flex: 0 0 9em;
}
.info_float_2 li:first-of-type{
	width: 4em;
}
.info_margin{
	margin-bottom: 8px;
}
@media screen and (min-width:769px){
	.forPC{
		display: block;
	}
	.forSP{
		display: none;
	}
	figure{
		padding: 0;
	}
	#north,#kanto,#tyubu,#hokuriku,#kansai,#chugoku,#south{
		max-width: 1070px;
		margin: 0 auto;
		padding: 0 10px;
	}
	#kanto,#tyubu,#hokuriku,#kansai,#chugoku,#south{
		margin-top: 90px;
	}
	.wrap_title{
		margin-bottom: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#north .title_area,#kanto .title_area,#tyubu .title_area,#hokuriku .title_area,#kansai .title_area,#chugoku .title_area,#south .title_area{
		font-size: 4rem;
		margin-bottom: 0;
		padding: 30px 0;
	}
	.wrap_contents ul{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.wrap_contents ul li{
		flex: 0 0 49%;
	}
	.wrap_contents ul li+li{
		margin-left: 2%;
	}
	.wrap_name .area.margin{
		margin-top: 60px;
	}
	.wrap_name .area,.wrap_name .caption{
		line-height: 1.8;
		font-size: 22px;
	}
	.wrap_name .area{
		background-size: 20px auto;
		padding-left: 30px;
		margin-bottom: 0.2em;
	}
	.wrap_name .name{
		line-height: 1.2;
		font-size: 32px;
		font-weight: bold;
		margin-bottom: 1em;
	}
	.wrap_facility{
		/*max-width: 905px;
		margin: 0 auto;*/
		padding: 40px;
	}
	.wrap_facility h4{
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.title_facility{
		font-size: 1.6rem;
		line-height: 1.7;
	}
	.add{
		font-size: 1.1rem;
	}
	.info_facility{
		margin: 30px 0;
	}
	.info_facility li{
		font-size: 1.2rem;
	}
	.wrap_facility .small{
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
	.info_margin{
		margin-bottom: 10px;
	}
}
/*------------------------------------------------特集ここまで*/

/*------------------------------------------------コラムここから*/
/*-----------背景*/
.column_text_point{
	padding: 10px;
	margin: 14px 0 0;
    background-image: linear-gradient(-45deg, #fff 25%, #f1f1f1 25%, #f1f1f1 50%, #fff 50%, #fff 75%, #f1f1f1 75%, #f1f1f1);
	background-size: 8px 8px;
}
/*-----------チェックマーク*/
.column_text_point ol{
	padding-left: 1.3em;
}
.column_check_icon{
	position: relative;
}
.column_check_icon::before{
  display: block;
  content: '';
  position: absolute;
  top: 0.5em;
  left: -1em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #e60012;
  border-bottom: 2px solid #e60012;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.column_check_title{/*チェックマークの文字部分*/
	color: #e60012;
	font-weight: bold;
}
.column_text_point ol{
	padding-top: 8px;
}
.column_text_point ol li+li{
	padding-bottom: 1em;
}
/*-----------見出し・文*/
.column_text h4{
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	color: #e60012;
	padding: 0.4em 0 0.2em;
	border-top: 1px solid #e60012;
	border-bottom: 1px solid #e60012;
}
.column_text .small{
	font-size: 1.2rem;
}
.column_text_point .text,.column_text_line .text{
	padding: 10px 0;
}
.column_text .strong{
	font-weight: bold;
	background: linear-gradient(transparent 50%, #ffcace 0%);
}
@media screen and (min-width:769px){
	.column_text_point,.column_text_line{
		margin: 30px 0;
	}
	.column_quiz{
		flex: 0 0 30%;
	}
	.wrap_column_quiz{
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		margin-top: 40px;
	}
	.column_quiz{
		margin: 0 10px;
	}
	.column_quiz_content .text.adjust{
		padding-bottom: 36px;
	}
}
/*------------------------------------------------6月号CSSここまで*/
/*------------------------------------------------フッターここから*/
  footer{
  	padding: 0 15px;
    max-width: 1210px;
    margin: 0 auto;
  }
  .footer_container{
  	text-align: center;
  }
  .footer_container .footer_link a{
  	color: #333;
  	text-decoration: none;
      display: block;
  	font-size: 1.2rem;
      text-align: left;
  	letter-spacing: 0.05em;
  	margin-bottom: 14px;
  }
  .footer_container .footer_link a:last-of-type{
  	margin-bottom: 30px;
  }
  .footer_container .footer_link a:hover{
  	opacity: 0.6;
  }
  .footer_container #copyright{
  	font-size: 1rem;
      color: #959595;
      padding: 30px 0 80px;
  }
  .footer_line{
  	border: none;
  	border-bottom: 1px solid #959595;
  }
  .image_mirai{
  	max-width: 359px;
  	margin: 0 auto;
  	padding: 0 14px 23px;
  }
  @media screen and (min-width:769px){
  	.footer_container{
  		padding-top: 37px;
  	}
  	.footer_container .footer_link a{
  		display: inline-block;
          line-height: 14px;
  		padding: 0px 20px;
  		border-top: 0;
  		border-right: 1px solid #959595;
  	}
  	.footer_container .footer_link a:last-of-type{
  		margin-bottom: 0;
  		border-right: 0;
  	}
  	.footer_line{
  		display: none;
  	}
  }
/*------------------------------------------------フッターここまで*/
