﻿@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;
	}
}
/*------------------------------------------------全体ここまで*/

/*------------------------------------------------10月号CSS　キャンペーンここから*/
.campaign_top_container .hero_sp{
	display: block;
	max-width: 750px;
	margin: 0 auto;
	line-height: 0;
}
.campaign_top_container .hero_pc{
	display: none;
}
@media screen and (min-width:480px){
	.campaign_top_container .hero_sp{
		display: none;
	}
	.campaign_top_container .hero_pc{
		display: block;
		max-width: 1180px;
		margin: 0 auto;
		line-height: 0;
	}
}

#nav_campaign{
  padding: 16px 0 12px 0;
  text-align: center;
  background-color: #217ca3;
}
#nav_campaign ul{
  background-color: #217ca3;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
#nav_campaign ul li{
  position: relative;
  padding-left: 1em;
}
#nav_campaign li+li{
  margin-left: 2em;
}
#nav_campaign li::before{
  font-family: "Font Awesome 5 Free";
  content: '\f13a';
  font-weight: 900;
  font-size: 80%;
  color: #fff;
  position: absolute;
  top: 16%;
  left: 0;
}
#nav_campaign li a{
	font-size: 86%;
	color: #fff;
	vertical-align: bottom;
}
#nav_campaign li a:link{
	color: #fff;
}
#nav_campaign li a:visited{
	color: #fff;
}
#nav_campaign li a:hover{
	color: #fff;
	border-bottom: 2px solid #fff;
}
.campaign_second_container{
	background-color: #fbf7ef;
	margin-bottom: 40px;
}
.message_container_2{
	padding: 20px;
}
#present,#entry,#about{
	width: 92%;
	margin:0 auto;
}
#present,#entry{
	margin-bottom: 50px;
}
#about{
	padding-bottom: 40px;
}
	/**リボンここから**/
	.wrap_ribbon{
		text-align:center;
	}
	.ribbon,.ribbon_2,.ribbon_3{
		display: inline-block;
		position: relative;
		height: 60px;
		vertical-align: middle;
		text-align: center;
		padding: 8px 0;
		box-sizing: border-box;
		z-index: 10;
	}
	.ribbon h2,.ribbon_2 h2,.ribbon_3 h2{
		margin: 0;
		padding: 0 88px; /*白線の長さ*/
		border-top: solid 1px #fbf7ef;
		border-bottom: solid 1px #fbf7ef;
		line-height: 35px;
		font-size: 1.2em;
		letter-spacing: 0.2em;
		font-weight: 500;
		color: #fff;
	}
	.ribbon_2 h2{
		padding: 0 60px; /*白線の長さ*/
	}
	.ribbon_3 h2{
		padding: 0 50.5px; /*白線の長さ*/
	}
	.ribbon:before, .ribbon:after, .ribbon_2:before, .ribbon_2:after, .ribbon_3:before, .ribbon_3:after{
	    position: absolute;
	    content: '';
	    width: 0px;
	    height: 0px;
	    z-index: -1;
	}
	.ribbon:before, .ribbon_2:before, .ribbon_3:before{
	   left: 50%;
	   top: 0;
	   width: 80px;
	   border: 26px solid #217ca3;
	   border-right-color: transparent;
	}
	.ribbon:after, .ribbon_2:after, .ribbon_3:after{
	   right: 50%;
	   top: 0;
	   width: 80px;
	   border: 26px solid #217ca3;
	   border-left-color: transparent;
	}
	/**リボンここまで**/
/*賞品内容ここから*/
.wrap_present,.wrap_entry,.wrap_about{
   background-color: #fff;
   padding: 50px 20px 20px;
   margin-top:-34px;
   box-shadow: 0 2px 6px 2px #f3e5ce;
}
.prize_a,.prize_b{
	margin-bottom: 2em;
}
.prize_c{
	margin-bottom: 1em;
}
 	/**円ここから**/
	.circle {
	  position: relative;
	  display: inline-block;
	  width: 60px;
	  height: 60px;
	  border-radius: 50%;
	  border: solid 2px #e29930;
	}
	.circle p{
	  position: absolute;
	  display: inline-block;
	  left: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	  width :60px;
	  text-align:center;
	  color: #e29930;
	  font-weight: bold;
	  line-height: 0;
	  padding-top: 0.3em;
	}
	.text_prize{
	  display: inline-block;
	  font-size: 80%;
	  padding-bottom:1.0em;
	}
	.text_number,.text_point{
	  display: inline-block;
	  font-size: 71.4%;
	}
	.text_number{
	  padding-bottom: 0.9em;
	}
	.circle_2{
	  position: relative;
	  display: inline-block;
	  width: 60px;
	  height: 60px;
	  border-radius: 50%;
	  border: solid 2px #e29930;
	}
	.circle_2 p{
	  position: absolute;
        font-size: 80%;
	  display: inline-block;
	  left: 0;
	  top: 49%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	  width : 60px;
	  text-align:center;
	  color: #e29930;
	  font-weight: bold;
	  line-height: 0;
	  padding-top: 0.3em;
	}
	.text_prize_2{
	  display: inline-block;
        font-size: 80%;
	  padding-bottom:1.2em;
	}
	.text_prize_3{
	  display: inline-block;
        font-size: 70%;
	  padding-bottom:1.2em;
	}
	.text_number_2,.text_point_2{
	  display: inline-block;
	  font-size: 71.4%;
	}
	.text_number_2{
	  padding-bottom: 0.9em;
	}
 	/**円ここまで**/
.prize_top_container{
	text-align: center;
}
.prize_top_container ul{
	display: inline-block;
	overflow: hidden;
}
.prize_top_container li{
	float: left;
}
.prize_top_container h3{
	font-size: 113%;
	text-align: left;
	letter-spacing: 0.05em;
	color: #e29930;
	padding-top: 0.3em;
}
.prize_top_container h4{
	font-size: 107%;
	text-align: left;
	letter-spacing: 0.05em;
	color: #e29930;
	padding-top: 0.3em;
}
.prize_top_container li+li{
	margin-left: 0.5em;
}
.prize_image{
	width: 80%;/*大きい画像サイズ*/
	margin: 0 auto;
	padding-bottom: 1em;
}
.prize_attention{
	font-size: 85%;
}
.wrap_prize_image_2{
	overflow: hidden;
}
.prize_image_2{
	float: left;
	width: 36%;/*小さい画像サイズ*/
}
.prize_text_2{
	float: right;
	width: 100%;
	margin: 0 0 0 -37%;
}
.prize_text_3{
	margin-left: 37%;
}
/*賞品内容ここまで*/
/*エントリー方法ここから*/
.entry_step{
	margin-bottom: 1em;
}
.entry_step h3{
	font-size: 119%;
	text-align: center;
	color: #e29930;
	padding-bottom: 1em;
}
.entry_step_image{
	width: 80%;/*画像サイズ*/
	margin: 0 auto;
	padding-bottom: 1em;
}
.entry_arrow{
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 40px 31px 0 31px;
	border-color: #e29930 transparent transparent transparent;
	margin-bottom: 1em;
}
/*エントリー方法ここまで*/
/*キャンペーン概要ここから*/
.about_pc{
	display: none;
}
.about_campaign{
	margin-bottom: 2em;
}
.wrap_about h4{
	font-size: 107%;
	text-align: center;
	color: #e29930;
}
.sp_hr{
	border: none;
	border-top: 1px solid #e29930;
	padding-bottom: 0.3em;
}
.pc_hr{
	display: none;
}
.about_campaign ul{
	list-style-type: disc;
	padding-left: 1.5em;
}
.entry_date{
	font-size: 107%;
	color: #217ca3;
	font-weight: bold;
}
.entry_date_2{
	color: #217ca3;
}
/*キャンペーン概要ここまで*/
@media screen and (min-width:769px){
	.message_container_2{
	   padding: 40px 10px 60px;
	   max-width: 995px;
	   margin: 0 auto;
	}

	.campaign_second_container{
		max-width: 1180px;
		margin: 0 auto 100px;
		padding-bottom: 100px;
	}
	#nav_campaign{
		max-width: 1180px;
		margin: 0 auto;
  		padding: 30px 0;
	}
	#nav_campaign ul li{
	  padding-left: 2.5em;
	}
	#nav_campaign li::before{
	  font-size: 190%;
  	  top: 0;
	}
	#nav_campaign li+li{
  		margin-left: 5em;
	}
	#nav_campaign li a{
		font-size: 150%;
	}
	#present,#entry{
		width: 90%;
		margin:0 auto;
		margin-bottom: 100px;
	}
	#about{
		width: 90%;
		margin:0 auto;
	}
	.wrap_present{
		display: flex;
		align-items: baseline;
	}
	.wrap_present ul{
		flex: 0 0 50%;
	}
	.wrap_entry ul{
		display: flex;
		justify-content: space-between;
	}
	.wrap_entry li{
		flex: 0 0 40%;
		display: flex;
		flex-flow: column;
	}
	.wrap_entry p{
		display: block;
		margin-top: auto;
	}
		/**リボンここから**/
		.ribbon,.ribbon_2,.ribbon_3{
			padding: 6px 0;
		}
		.ribbon h2,.ribbon_2 h2,.ribbon_3 h2{
			padding: 0 170.5px; /*白線の長さ*/
			line-height: 39px;
			font-size: 150%;
		}
		.ribbon_2 h2{
			padding: 0 128px; /*白線の長さ*/
		}
		.ribbon_3 h2{
			padding: 0 115px; /*白線の長さ*/
		}
		.ribbon:before, .ribbon_2:before, .ribbon_3:before{
		   width: 180px;
		}
		.ribbon:after, .ribbon_2:after, .ribbon_3:after{
		   width: 180px;
		}
		/**リボンここまで**/
	.wrap_present,.wrap_entry,.wrap_about{
	   padding: 60px 30px 40px;
	   margin:-34px;
	}
	.prize_top_container h3{
		font-size: 128%;
		padding-top: 0.5em;
	}
	.prize_top_container h4{
		font-size: 120%;
	}
		/**円ここから**/
		.circle {
		  width: 120px;
		  height: 65px;
		  border: solid 4px #e29930;
		}
		.circle p{
		  width :120px;
		  padding-top: 0.5em;
		}
		.text_prize{
		  display: inline-block;
		  font-size: 110%;
		}
		.text_number,.text_point{
		  font-size: 78%;
		}
		.text_number{
		  padding-bottom: 1em;
		}
	    .circle_2 {
		  width: 70px;
		  height: 55px;
		}
		.circle_2 p {
		  left: 7%;
		  top: 48%;
		}
	    .text_number_2 {
			padding-bottom: 0.8em;
		}
		/**円ここまで**/
	.prize_image{
		width: 100%;/*大きい画像サイズ*/
	}
	.prize_image_2{
		float: left;
		width: 45%;/*小さい画像サイズ*/
	}
	.prize_text_2{
		float: right;
		width: 100%;
		margin: 0 0 0 -47%;
	}
	.prize_text_3{
		margin-left: 47%;
	}
	.prize_a{
		margin-right: 15px;
		margin-bottom: 0;
	}
	.prize_b,.prize_c{
		margin-left: 15px;
	}
	.prize_b{
		margin-bottom: 30px;
	}
	.entry_step h3{
		font-size: 103%;
	}
	.entry_step_box{
		padding-top: 1.7em;
	}
	.entry_step_image{
		width: 100%;
	}
	.entry_arrow{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 32px 0 32px 41px;
		border-color: transparent transparent transparent #e29930;
		margin: 14% 10px 0 10px;
	}
	.sp_hr{
		display: none;
	}
	.wrap_about_2{
		display: flex;
		width: 80%;
		margin: 0 auto;
	}
	.about_title{
		display:flex;
		align-items: center;
	  	flex: 0 0 42%;
		padding-bottom: 1.5em;
	}
	.about_title h4{
		font-size: 120%;
		padding-right: 2em;
	}
	.about_campaign{
		margin-bottom: 0;
		padding-bottom: 1.5em;
	}
	.pc_hr{
		display: block;
		width: 80%;
		border: none;
		border-top: 1px solid #e29930;
		margin: 0 auto;
		padding: 1.5em 0;
	}
}
/*------------------------------------------------10月号CSS　キャンペーンここまで*/

/*------------------------------------------------コラムここから*/
#column_container{
	padding :0 20px;
	/*margin-bottom: 60px;*/
}
.wrap_category_label span{/*vol*/
	font-size: 1.8rem;
	font-weight: bold;
	color: #959595;
}
#column_container h2{
	text-align: left;
	margin-bottom: 15px;
}
#column_container h2 p{
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.column_text{
	margin-bottom: 2.5em;
}
.column_text img{
	padding-bottom: 15px;
}
.column_text.first{
	margin-top: 2em;
}
.image_column{
	text-align: center;
}
.column_label_blue{
	padding-left: 10px;
	border-left: 8px solid #3d90d9;/*見出しの線の色*/
	margin-bottom: 1em;
}
.column_label_pink{
	padding-left: 10px;
	border-left: 8px solid #cc4468;/*見出しの線の色*/
	margin-bottom: 1em;
}
.column_label_yellow{
	padding-left: 10px;
	border-left: 8px solid #f7b00c;/*見出しの線の色*/
	margin-bottom: 1em;
}
@media screen and (min-width:769px){
	#column_container,#point_container{
		padding: 0 10px 100px;
		max-width: 1050px;
		margin-left:auto;
		margin-right: auto;
	}
	.wrap_category_label span{/*vol*/
		font-size: 1.9rem;
		line-height: 3.3rem;
	}
	#column_container h2{
		margin-bottom: 32px;
	}
	#column_container h2 p{
		font-size: 2.78rem;
		line-height: 5rem;
	}
	/*#column_container h3{
		font-size: 1.75rem;
		line-height: 3.15rem;
	}*/
	.wrap_category_label.wrap_label_co_top{
		margin-bottom: 32px;
	}
	.wrap_category_label.wrap_label_co_top span{
		font-size: 3.47rem;/*vol*/
	}
	.label_co_top{
		font-size: 1.8rem;
		padding: 0.2em 1.3em;
	}
	.category_label_blue.label_co_top{
		border: 2px solid #3d90d9;
	}
	.category_label_pink.label_co_top{
		border: 2px solid #cc4468;
	}
	.category_label_yellow.label_co_top{
		border: 2px solid #f7b00c;
	}
}
/*-------------------------10月号CSS*/
#nav_column{
  text-align: center;
}
#nav_column ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
#nav_column ul:last-of-type{
	margin-bottom: 0;
}
#nav_column li+li{
  margin-left: 2em;
}
#nav_column li a{
	display: block;
	font-size: 1.4rem;
	color: #723b94;
	padding-left: 18px;
	background-image: url("images/icon_arrow_purple.png");
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 12px;
}
#nav_column li a:link{
	color: #723b94;
}
#nav_column li a:visited{
	color: #723b94;
}
#nav_column li a:hover{
	color: #d15000;
	text-decoration: underline;
	background-image: url("images/icon_arrow_orange.png");
}
/*---各県*/
#north{
	margin-top: 42px;
}
.sa_contents{
	display: block;
}
.wrap_sa{
	margin-bottom: 40px;
}
.wrap_title{
	border-top:1px solid #723b94;
	border-bottom:1px solid #723b94;
	padding: 12px 0;
	text-align: center;
	margin-bottom: 22px;
}
.title_area{
	font-size: 2rem;
	color: #723b94;
	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: #723b94;
	text-align: center;
}
.wrap_name .name{
	font-size: 1.6rem;
	font-weight: bold;
}
.wrap_contents .product{
	color: #d15000;
	text-align: center;
	margin-bottom: 10px;

}
figure{
	padding: 16px 0;
	line-height: 0;
}
/*施設情報*/
.wrap_facility{
	background-color: #eae2ef;
	padding: 20px;
	margin-top: 20px;
}
.wrap_facility .square{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #723b94;
	transform: rotate(45deg);
	margin-right: 8px;
}
.wrap_facility h4{
	font-size: 1.3rem;
	letter-spacing: 0.2em;
	color: #723b94;
	font-weight: normal;
	margin-bottom: 8px;
}
.title_facility{
	font-weight: bold;
}
.add{
	font-size: 1rem;
}
.info_facility{
	margin: 15px 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_float_2 li:first-of-type{
	width: 4em;
}
.info_margin{
	margin-bottom: 8px;
}

@media screen and (min-width:900px){
	#nav_column{
		max-width: 1180px;
		margin: 0 auto;
		display: flex;
		align-items: baseline;
		justify-content: center;
	}
	#nav_column ul{
		margin-right: 30px;
	}
	#nav_column li a{
		display: block;
		font-size: 2rem;
		background-size: 20px;
		padding-left: 25px;
	}
	#nav_column li+li{
	  margin-left: 2.5em;
	}
}
@media screen and (min-width:769px){
	#nav_column ul{
		margin-bottom: 25px;
	}
	#nav_column li a{
		font-size: 1.8rem;
		background-size: 22px;
		padding-left: 28px;
		background-position: left top;
	}

	figure{
		padding: 0 0 20px;
	}
	#north,#kanto,#tyubu,#hokuriku,#kansai,#chugoku,#south{
		max-width: 1070px;
		margin: 0 auto;
		padding: 0 10px;
	}
	#north,#kanto,#tyubu,#hokuriku,#kansai,#chugoku,#south{
		margin-top: 90px;
	}
	.sa_contents{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.wrap_sa{
    	margin-bottom: 0;
		flex: 0 0 48%;
	}
	.wrap_sa:nth-child(3),
	.wrap_sa:nth-child(4),
	.wrap_sa:nth-child(5),
	.wrap_sa:nth-child(6){
		margin-top: 40px;
	}
	.wrap_title{
		margin-bottom: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.title_area{
		font-size: 4rem;
		margin-bottom: 0;
		padding: 30px 0;
	}
	.wrap_name .area.margin{
		margin-top: 60px;
	}
	.wrap_name .area,.wrap_name .caption{
		line-height: 1.8;
		font-size: 22px;
	}
	.wrap_name .name{
		line-height: 1.2;
		font-size: 2.4rem;
		font-weight: bold;
		margin-bottom: 1em;
	}
	.wrap_name .area, .wrap_name .caption {
		font-size: 1.6rem;
	}
	.wrap_contents .product {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.wrap_facility{
		margin:40px 0 0;
		padding: 30px;
	}
	.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: 20px 0;
	}
	.info_facility li{
		font-size: 1.2rem;
	}
	.info_margin{
		margin-bottom: 10px;
	}

}
/*-------------------------10月号CSSここまで*/

/*------------------------------------------------コラムここまで*/

/*ふきだしここから*/
.ballon{
	text-align: center;
}
.ballon h1{
 	position: relative;
	display: inline-block;
 	margin-bottom: 25px;
 	color: #fff;
	font-size: 1.7rem;
	background-color: #00aea0;
	/*border-radius: 8px;*/
    padding: 15px 5px;
	width: 100%;
}
.ballon h1:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #00aea0;
}
.ballon.pink h1{/*黄色*/
	background-color: #cc4468;
}
.ballon.pink h1:before{/*黄色*/
	border-top: 15px solid #cc4468;
}
@media screen and (min-width:769px){
	.ballon{
		margin-bottom: 1.5em;
	}
	.ballon h1{
		font-size: 3rem;
		line-height: 1.2;
		padding: 30px 0;
		/*border-radius: 10px;*/
	}
}
/*ふきだしここまで*/


/*------------------------------------------------ポイントここから*/
#point_container{
	padding :0 20px;
	margin-bottom: 60px;
}
.point_text{
	margin-bottom: 1em;
}
.point_text a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  color: #ff925c;
  padding-right: 0.3em;
}
.point_text a:link{
	color: #ff925c;
}
.point_text a:visited{
	color: #ff925c;
}
.point_text a:hover{
	border-bottom: 1px solid #ff925c;
}
.wrap_image_point{
	display: block;
	width: 80%;
	margin: 0 auto;
}
.image_point{
	background-color: #fff;
	box-shadow: 0 2px 6px 2px rgba(0,0,0,0.2);
	padding: 10px;
	margin-bottom: 20px;
}
.image_point figure{
	max-width: 100%;
	padding: 0;
}
.image_point figcaption span{
	color: #10b4a6;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 2.5rem;
	text-align: left;
}
.image_point figcaption{
	color: #999;
	text-align: left;
	font-size: 1.4rem;
	line-height: 2.2rem;
}
.point_text:last-child{
    margin-top: 1em;
}
@media screen and (min-width:768px){
	.wrap_image_point{
		display: flex;
	}
	.image_point{
		width: 38%;
		margin: 20px;
	}
	.point_text:last-child{
		margin-top: 2em;
		padding-left: 20px;
	}
}
/*------------------------------------------------ポイントここまで*/

/*------------------------------------------------フッターここから*/
  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;
  	}
  }
/*------------------------------------------------フッターここまで*/

/*------------------------------------------------TOPへ戻るここから*/
#page_top{
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #333;
  opacity: 0.6;
  border-radius: 50%;
  margin: 10px;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f077';
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -2%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*------------------------------------------------TOPへ戻るここまで*/
