@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;
	}
}
/*------------------------------------------------全体ここまで*/
/* CSS Document */
/*--------------------------------------------------------4月号CSS*/
/*----------------------安全運転*/
/*背景*/
.column_text_point{
	padding: 10px;
	margin: 14px 0 0;
    background-image: linear-gradient(-45deg, #fff 25%, #fafdca 25%, #fafdca 50%, #fff 50%, #fff 75%, #fafdca 75%, #fafdca);
	background-size: 8px 8px;
}
/*チェックマーク*/
.column_text_point ol{
	padding-left: 1.3em;
}
.column_check_icon_apr{
	position: relative;
}
.column_check_icon_apr::before{
  display: block;
  content: '';
  position: absolute;
  top: 0.5em;
  left: -1em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #e65535;
  border-bottom: 2px solid #e65535;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.column_check_title_apr{/*チェックマークの文字部分*/
	color: #e65535;
	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: #e65535;
	padding: 0.4em 0 0.2em;
	border-top: 1px solid #e65535;
	border-bottom: 1px solid #e65535;
}
.column_text_point .text,.column_text_line .text{
	padding: 10px 0;
}
.column_text .strong{
	font-weight: bold;
	/*border-bottom: 1px dotted #e65535;*/
	background: linear-gradient(transparent 50%, #fafdca 0%);
}
/*「!」アイコンタイトル*/
.column_text_point .sub,.column_text_line .sub{
	font-weight: bold;
	text-align: center;
}
.column_text_point .sub{
	padding-top: 10px;
}
.column_text_line .sub{
	margin: -32px auto 0;
	background-color: #fff;
	width: 12em;
}
.column_text_point .sub:before,.column_text_line .sub:before{
  font-family: "Font Awesome 5 Free";
  content: '\f06a';
  font-size: 1.4rem;
  color: #e65535;
  padding-right: 4px;
}
/*枠線*/
.column_text_line{
	margin-top: 30px;
	border: 1px solid #e65535;
	padding: 20px 20px 10px;
}
/*クイズ*/
.column_quiz{
	margin: 10px 0 40px;
}
.column_quiz_content .title{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background-color: #f5f9fd;
	border-radius: 50%;
	position: relative;
}
.column_quiz_content .title img{
	width: 40px;
	position: absolute;
	top: 27%;
	left: 18%;
}
.column_quiz_content .text{
	margin-top: -30px;
	color: #3d90d9;
	background-color: #f5f9fd;
	border-radius: 10px;
	padding: 28px 10px 10px;
	margin-bottom: 15px;
}
.column_quiz_answer dt{/*答え内容*/
	display: none;
	padding: 10px 20px 20px;
	color: #e65535;
}
.column_quiz_answer dd{/*答えをチェックボタン*/
	display: block;
	text-align: center;
	color: #e65535;
	font-size: 1.2rem;
	border: 1px solid #e65535;
	border-radius: 20px;
	padding: 2px 4px;
	width: 10em;
	margin: 0 auto;
	cursor: pointer;
}
.column_quiz_answer p{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.column_quiz_answer .my_icon{/*矢印アイコン*/
	font-size: 1.2rem;
	color: #e65535;
}
.column_quiz_answer .my_answer{/*まるバツアイコン*/
	font-size: 2rem;
	color: #e65535;
}
@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;
	}
}
/*-----------------------------------------------------------おでかけ*/
.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.2rem;
	color: #9dc440;
	padding-left: 13px;
	background-image: url("../../images/column/icon_arrow_green.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px;
}
#nav_campaign li a:link{
	color: #9dc440;
}
#nav_campaign li a:visited{
	color: #9dc440;
}
#nav_campaign li a:hover{
	color: #f7387f;
	text-decoration: underline;
	background-image: url("../../images/column/icon_arrow_pink.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:769px){
	#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: 13px;
		padding-left: 20px;
	}
	#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 10px 60px;
	   max-width: 995px;
	   margin: 0 auto;
	}
}
/*各地域*/
.forPC{
	display: none;
}
.forSP{
	display: block;
}
#campaign_container{
	margin-bottom: 60px;
}
.wrap_title{
	border-top:1px solid #f7387f;
	border-bottom:1px solid #f7387f;
	padding: 12px 0;
	text-align: center;
	margin-bottom: 22px;
}
#touhoku .title_area,#kanto .title_area,#tyubu .title_area,#hokuriku .title_area,#kansai .title_area,#chugoku .title_area,#kyushu .title_area{
	font-size: 2rem;
	color: #f7387f;
	letter-spacing: 0.2em;
	margin-bottom: 0.3em;
}
#touhoku .title_sa,#kanto .title_sa,#tyubu .title_sa,#hokuriku .title_sa,#kansai .title_sa,#chugoku .title_sa,#kyushu .title_sa{
	font-size: 1.6rem;
	color: #f7387f;
	font-weight: 600;
}
.wrap_menu{
	margin: 32px 0;
}
.title_menu,figcaption{
	text-align: center;
	color: #00184a;
}
.title_menu{
	font-size: 1.8rem;
	font-weight: bold;
}
figcaption{
	padding-top: 8px;
	font-size: 1.2rem;
	line-height: 1.7rem;
}
.title_menu.left,figcaption.left{
	text-align: left;
}
/*画像*/
.osusume_menu,figure{
	margin: 0 auto;
}
.osusume_menu{
	max-width: 167px;
	padding-bottom: 10px;
}
figure{
	max-width: 225px;
	padding: 16px 0;
}
.figure_02{
	width: 50%;
	padding: 16px 0;
}
/*施設情報*/
#kanto,#tyubu,#hokuriku,#kansai,#chugoku,#kyushu{
	margin-top: 42px;
}
.wrap_facility{
	background-color: rgba(247,56,127,0.1);
	padding: 20px;
}
.wrap_facility h4{
	font-size: 1.3rem;
	letter-spacing: 0.2em;
	color: #f7387f;
	font-weight: 600;
	margin-bottom: 15px;
}
.title_facility{
	font-weight: bold;
}
.add{
	font-size: 1rem;
}
.info_facility{
	margin: 20px 0;
}
.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;
	}
	#touhoku,#kanto,#tyubu,#hokuriku,#kansai,#chugoku,#kyushu{
		max-width: 1070px;
		margin: 0 auto;
		padding: 0 10px;
	}
	#kanto,#tyubu,#hokuriku,#kansai,#chugoku,#kyushu{
		margin-top: 90px;
	}
	.wrap_title{
		margin-bottom: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#touhoku .title_area,#kanto .title_area,#tyubu .title_area,#hokuriku .title_area,#kansai .title_area,#chugoku .title_area,#kyushu .title_area{
		font-size: 4rem;
		margin-bottom: 0;
		padding: 30px 0;
	}
	#touhoku .title_sa,#kanto .title_sa,#tyubu .title_sa,#hokuriku .title_sa,#kansai .title_sa,#chugoku .title_sa,#kyushu .title_sa{
		font-size: 2rem;
		font-weight: 500;
		margin-left: 0.5em;
	}
	.lead{
		max-width: 585px;
		margin: 0 auto;
	}
	.wrap_menu{
		max-width: 985px;
		margin: 0 auto;
		padding: 44px 0;
	}
	.wrap_menu.big ul{
		display: flex;
		flex-flow:row-reverse;
		justify-content: space-between;
		align-items: flex-start;
	}
	.wrap_menu.medium ul{
		display: flex;
		flex-flow:row-reverse;
		justify-content: center;
		align-items: flex-start;
	}
	.wrap_menu.big li:nth-child(2){
		flex: 0 0 32%;
	}
	.title_menu,figcaption{
		text-align: left;
	}
	.title_menu{
		font-size: 3rem;
		line-height: 1.3;
		padding-bottom: 18px;
	}
	figcaption{
		padding-bottom: 24px;
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.osusume_menu.big,figure{
		margin: 0;
	}
	.osusume_menu{
		max-width: 230px;
		padding-bottom: 22px;
	}
	figure{
		max-width: 316px;
		padding: 0;
		margin-right: 30px;
	}
	.figure_02{
		width: 100%;
		max-width: 239px;
	    padding: 0;
		margin-right: 30px;
		margin-bottom: 20px;
	}
	.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;
	}
	.info_margin{
		margin-bottom: 10px;
	}
}
/*--------------------------------------------------------4月号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;
  	}
  }
/*------------------------------------------------フッターここまで*/
