﻿@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: 2.2rem;
	letter-spacing: 0.05rem;
	color: #333;
}
a{
	text-decoration: none;
	transition: 0.3s;
}
.object-fit-img{
    object-fit: cover;
    font-family: 'object-fit: cover;'
}



@media screen and (min-width:769px){
	html {
		font-size: 72%;
	}
	body {
		line-height: 2.3rem;
	}
}



/*------------------------------------------------ヘッダー・メニューここから*/
.header_container{
	max-width: 1024px;
  	height:auto;
	margin: 30px auto;
	text-align: center;
	padding: 0 15px;
	box-sizing: border-box;
}
.header_container ul{
	text-align: center;
}
.header_container p{
	display: none;
}
.header_container span{
	font-size: 0.9rem;
	line-height: 1rem;
	color: #415566;
	position:relative;
	bottom:-5px;
}
.header_container h1 a{
  display:inline:block;
	font-size: 2.3rem;
	line-height: 0;
	color: #3d90d9;
	position:relative;
	
}
.header_container h1 a:link,.header_container h1 a:hover,.header_container h1 a:visted,.header_container h1 a:active{
	color: #3d90d9;
}
.logo_axa{
	max-width: 80px;
	vertical-align: bottom;
}
.logo_mdp{
	max-width: 50px;
  	margin-top:10px;
	vertical-align: bottom;
}
/*ハンバーガーメニュー*/
/*開閉ボタン*/
#header_navbtn{
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #3d90d9;
	background-color: #fff;
	z-index: 100;
	box-shadow: 0 2px 8px 2px rgba(0,0,0,0.25);
	cursor: pointer;
}
#header_navbtn div{
	position: relative;
}
#header_navbtn span{
	display: block;
	height: 2px;
	background-color: #3d90d9;
	position:absolute;
	width: 30px;
	left: 25%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#header_navbtn span:nth-child(1){
	top: 18px;
}
#header_navbtn span:nth-child(2){
	top: 28px;
}
#header_navbtn span:nth-child(3){
	top: 38px;
}
	/*開閉ボタンopen時*/
	.open #header_navbtn{
		border: 0;
	    background:rgba(255,255,255,0.00);
		box-shadow: 0 0 0 0 rgba(0,0,0,0);
	}
	.open #header_navbtn span:nth-child(1) {
		top: 29px;
		width: 40px;
	   -webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open #header_navbtn span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #header_navbtn span:nth-child(3) {
		top: 29px;
		width: 40px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
  #js-slidemenu{
    display: block !important;
    position: static;
    background:#fff;
    height: auto;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
  }
  #js-slidemenu ul{
		display: flex;
		justify-content: space-between;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#js-slidemenu li {
		width: 31.5%;
		margin-bottom: 13px;
	}
	#js-slidemenu li:first-child {
		width: 34%;
	}

	#js-slidemenu li a {
		position: relative;
		display: block;
		width: 100%;
		padding: 7px;
		border-radius: 100px;
		box-shadow: 0 3px 8px 0 rgba(82,82,82,0.35);
		font-size: 1.3rem;
		font-weight: bold;
		color: #415566;
		box-sizing: border-box;
	}
	#js-slidemenu li:nth-child(2) a {
		padding: 7px 7px 7px 20px;
	}
	#js-slidemenu li:nth-child(3) a {
		padding: 7px 7px 7px 11px;
	}
	
	#js-slidemenu li a::after { content: ""; position: absolute; top: 12px; right: 7px; display: block; width: 13px; height: 14px;}
	#js-slidemenu li:nth-child(1) a::after { background: url("/miraidrive/archive/images/nav_arrow01.png") 0 0 no-repeat;}
	#js-slidemenu li:nth-child(2) a::after { background: url("/miraidrive/archive/images/nav_arrow02.png") 0 0 no-repeat;}
	#js-slidemenu li:nth-child(3) a::after { background: url("/miraidrive/archive/images/nav_arrow03.png") 0 0 no-repeat;}
	#js-slidemenu li:nth-child(4) a::after { background: url("/miraidrive/archive/images/nav_arrow04.png") 0 0 no-repeat;}
	
	#js-slidemenu li:nth-child(1) a { border: solid 3px #415566; color: #415566;}
	#js-slidemenu li:nth-child(2) a { border: solid 3px #3d90d9; color: #3d90d9;}
	#js-slidemenu li:nth-child(3) a { border: solid 3px #f7b00c; color: #f7b00c;}
	#js-slidemenu li:nth-child(4) a { border: solid 3px #f7b00c; color: #f7b00c;}


	#js-slidemenu li a:hover{
		opacity: 0.6;
	}
	#js-slidemenu img{
		width: 30px;
		margin-bottom: 5px;
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
	}
	.js-slidemenu-sp,.js-slidemenu-sp.home,.js-slidemenu-sp.category,.js-slidemenu-sp.caption{
		display: none;
	}

/*ハンバーガーメニューの中身*/
#header_navbtn{
  display: none;
}
/*#js-slidemenu{
	display: none;
  position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 500px;
	background-color: rgba(255,255,255,0.9);
	z-index: 90;
	box-shadow: 0 -1px 10px 1px rgba(0,0,0,0.1);
}
.js-slidemenu-sp,.js-slidemenu-sp.home{
	padding: 0 20px 20px;
}
.js-slidemenu-sp.caption{
	padding: 0 20px;
}
.js-slidemenu-sp.category{
	padding: 0 20px 0;
	color: #415566;
	display: flex;
	align-items: center;
}
/*小見出しの線*/
/*.js-slidemenu-sp.category:before{
	content: "";
	width: 12px;
	height: 1px;
	background-color: #415566;
	display:block;
	margin-right: 4px;
}
#js-slidemenu li a{
	display: flex;
	align-items: flex-start;
}
#js-slidemenu a{
	font-weight: bold;
	color: #415566;
}
#js-slidemenu img{
	width: 30px;
	margin: 0 6px 15px 0;
  filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
}
.js-slidemenu-sp.home hr{
	display: block;
	border: none;
	border: 1px solid #959595;
}
.js-slidemenu-sp.caption p:first-of-type{
	font-size: 1.2rem;
	color: #415566;
	margin: 15px 0 15px;
}
.js-slidemenu-sp.caption p+p{
	margin-bottom: 6px;
}*/


@media screen and (min-width:769px){
	#header_navbtn{
		display: none;
	}
	.header_container{
		width: 100%;
		margin: 40px auto 0;
		padding: 0 15px 10px;
	}
	.header_container ul{
		width: 100%;
		align-items: center;
	}
	.header_container p{
		display: block;
		font-size: 1.4rem;
		color: #415566;
		padding-top: 10px;
		padding-bottom: 0;
		position:relative;
		
	}
	.header_container span{
		display: none;
	}
	.header_container h1 a{
		font-size: 3.0rem;
    	position:relative;
    
	}
	.header_title{
		padding: 0 0 15px;
	}
	#js-slidemenu{
		display: block !important;
		position: static;
		background:#fff;
		height: auto;
		box-shadow: 0 0 0 0 rgba(0,0,0,0);
	}
	#js-slidemenu ul{
		display: flex;
		justify-content: space-between;
		max-width: 640px;
		margin: 0 auto;
	}

	#js-slidemenu li,
	#js-slidemenu li:first-child { width: 200px; margin: 0; padding: 10px; border-radius: 100px; box-sizing: border-box;}


	#js-slidemenu li a {
		position: relative;
		display: block;
		padding: 10px;
		border-radius: 100px;
		box-shadow: 0 3px 8px 0 rgba(82,82,82,0.35);
		text-align: center;
		font-size: 1.4rem;
		font-weight: bold;
		color: #415566;
		box-sizing: border-box;
	}
	#js-slidemenu li:nth-child(2) a {
		padding: 10px;
	}
	#js-slidemenu li:nth-child(3) a {
		padding: 10px;
	}

	#js-slidemenu li a::after { content: ""; position: absolute; top: 17px; right: 13px; display: block; width: 13px; height: 14px;}
	#js-slidemenu li:nth-child(1) a::after { background: url("/miraidrive/archive/images/nav_arrow01.png") 0 0 no-repeat;}
	#js-slidemenu li:nth-child(2) a::after { background: url("/miraidrive/archive/images/nav_arrow02.png") 0 0 no-repeat;}
	#js-slidemenu li:nth-child(3) a::after { background: url("/miraidrive/archive/images/nav_arrow03.png") 0 0 no-repeat;}
	#js-slidemenu li:nth-child(4) a::after { background: url("/miraidrive/archive/images/nav_arrow04.png") 0 0 no-repeat;}

	#js-slidemenu li:nth-child(1) a { border: solid 3px #415566; color: #415566;}
	#js-slidemenu li:nth-child(2) a { border: solid 3px #3d90d9; color: #3d90d9;}
	#js-slidemenu li:nth-child(3) a { border: solid 3px #f7b00c; color: #f7b00c;}
	#js-slidemenu li:nth-child(4) a { border: solid 3px #f7b00c; color: #f7b00c;}

	#js-slidemenu li a:hover{
		opacity: 0.6;
	}
	#js-slidemenu img{
		width: 30px;
		margin-bottom: 5px;
    	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
	}
	.js-slidemenu-sp,.js-slidemenu-sp.home,.js-slidemenu-sp.category,.js-slidemenu-sp.caption{
		display: none;
	}
	.logo_axa{
		max-width: 180px;
	}
  .logo_mdp{
		max-width: 90px;
	}
}


@media screen and (max-width:360px){
	.header_container h1 a{
		font-size: 2.5rem;
		margin-top:0
		position:relative;
		bottom:0;
	}
  .header_container ul{
		align-items: flex-start;
	}
  .js-slidemenu-sp,.js-slidemenu-sp.home,.js-slidemenu-sp.category,.js-slidemenu-sp.caption{
		display: none;
	}
  #js-slidemenu{
    display: block !important;
    position: static;
    background:#fff;
    height: auto;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
  }
  #js-slidemenu ul{
		display: flex;
		justify-content: space-between;
		max-width: 634px;
		margin: 0 auto;
		padding: 0 15px;
	}
	#js-slidemenu li a{
		display: flex;
		flex-flow: column;
		align-items: center;
		font-size: 1.2rem;
		font-weight: bold;
		color: #415566;
	}
	#js-slidemenu li a:hover{
		opacity: 0.6;
	}
	#js-slidemenu img{
		width: 30px;
		margin-bottom: 5px;
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
	}
}
/*------------------------------------------------ヘッダー・メニューここまで*/


/*------------------------------------------------メイン・パンくずここから*/
.breadcrumbs{
	padding: 5px 15px 5px;
}
.b_arrow:after{
	content: "";
	background-image: url("../images/icon_arrow_bread.png");
	background-size: 6.3px auto;
	background-repeat: no-repeat;
	background-position:center;
	padding: 0 10px;
}
.breadcrumbs a{
	font-size: 1.2rem;
	transition: 0.2s;
}
.breadcrumbs a:link{
	color: #415566;
}
.breadcrumbs a:visited{
	color: #415566;
}
.breadcrumbs a:hover{
	opacity: 0.6;
}
.breadcrumbs ul li{
	display: inline;
	line-height: 1.4rem;
	color: #415566;
}
.current_blue span{
	font-weight: bold;
	color: #3d90d9;
}
.current_pink span{
	font-weight: bold;
	color: #cc4468;
}
.current_yellow span{
	font-weight: bold;
	color: #f7b00c;
}
.current_all span{
	font-weight: bold;
	color: #415566;
}
@media screen and (min-width:769px){
	#contents{
		top: 200px;
	}
	.breadcrumbs,#column_container,.article_osusume,.article_category,footer{
		max-width: 1210px;
		margin: 0 auto;
	}
	.breadcrumbs{
		padding: 5px 15px 5px;
	}
	.breadcrumbs a{
		font-size: 1.4rem;
	}
}
/*------------------------------------------------メイン・パンくずここまで*/

/*------------------------------------------------線つき見出しここから*/
.contents_title{
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	color: #415566;
	font-weight: bold;
	margin-bottom: 20px;
}
.contents_title:before, .contents_title:after{
	content: "";
	flex-grow: 1;
	height: 1px;
	background-color: #959595;
	display: block;
}
.contents_title:before {
	margin-right: 1.4rem;
}
.contents_title:after {
	margin-left: 1.4rem;
}
/*------------------------------------------------線つき見出しここまで*/

/*------------------------------------------------カテゴリーラベルここから*/
.wrap_category_label{
	margin-bottom: 4px;
}
.category_label_blue,.category_label_pink,.category_label_yellow{
	display: inline-block;
	font-size: 80%;
	line-height: 1;
	padding: 4px 12px;
	border-radius: 50px;
}
.category_label_blue{
	color: #3d90d9;
	border: 1px solid #3d90d9;
}
.category_label_pink{
	color: #cc4468;
	border: 1px solid #cc4468;
}
.category_label_yellow{
	color: #f7b00c;
	border: 1px solid #f7b00c;
}
/*------------------------------------------------カテゴリーラベルここまで*/

/*------------------------------------------------カテゴリボタンここから*/
.category_btn{
	position: relative;
	transition: 0.2s;
}
.category_btn a{
	display: block;
	font-size: 12px;
	width: 102px;
	color: #fff;
	padding: 4px 10px;
	border-radius: 50px;
	position: relative;
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
}
.category_btn a:before{
    content: "";
    width: 40px;
    position: absolute;
    top: 50%;
    right: -20px;
    border-top: 1px solid #415566;
}
.category_btn a:after{
    content: "";
    height: 5px;
    position: absolute;
    top: 50%;
    right: -19px;
    margin-top: -4px;
    border-left: 2px solid #415566;
	transform: skewX(45deg);
}
.btn_blue{
	background-color: #3d90d9;
}
.btn_blue:hover{
	color: #3d90d9;
	background-color: #d8e9f7;
}
.btn_pink{
	background-color: #cc4468;
}
.btn_pink:hover{
	color: #cc4468;
	background-color: #f7e1e7;
}
.btn_yellow{
	background-color: #f7b00c;
}
.btn_yellow:hover{
	color: #f7b00c;
	background-color: #fdefce;
}
.btn_all{
	background-color: #415566;
}
.btn_all:hover{
	color: #415566;
	background-color: #d9dde0;
}
/*------------------------------------------------カテゴリーボタンここまで*/

/*------------------------------------------------記事のボックスここから*/
.article_box{
	display: block;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.2);
	margin-bottom: 30px;
	background-color: #fff;
	transition: 0.2s;
}
.article_box:last-of-type{
	margin-bottom: 0;
}
.article_box ul{
	display: flex;
}
.article_box li:first-of-type{
	width: 80%;
}
.article_box_img{
	line-height: 0;
}
.article_box_img img{
	width: 100%;
	height: 165px;
	object-fit: cover;
}
.article_box_contents{
	width: 100%;
	padding: 20px 10px;
	transition: 0.2s;
}
.article_box_title{
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: #415566;
	font-weight: bold;
}
.article_box_date{
	font-size: 1rem;
	color: #959595;
}
.article_box:hover{
	opacity: 0.7;
}
@media screen and (min-width:769px){
	.wrap_article_box{
		display: flex;
		justify-content: space-around;
		padding: 0 30px;
	}
	.article_box{
		margin-right: 30px;
		margin-bottom: 0;
	}
	.article_box:last-of-type{
		margin-right: 0;
	}
	.article_box.category,.article_box.top2,.article_box.osusume{
		flex: 0 0 32%
	}
	.article_box ul{
		display: block;
	}
	.article_box li:first-of-type{
		width: 100%;
	}
	.article_box_img{
		line-height: 0;
	}
	.article_box_img img{
		height: 207px;
	}
	.article_box_contents{
		width: auto;
		padding: 20px;
	}
	.article_box_title{
		font-size: 1.4rem;
		line-height: 2.4rem;
		color: #415566;
		font-weight: bold;
	}
	.article_box_date{
		font-size: 1.2rem;
		color: #959595;
	}
}
/*------------------------------------------------記事のボックスここまで*/

/*------------------------------------------------フッターここから*/
footer{
	padding: 0 15px;
}
.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;
	}
}
/*------------------------------------------------フッターここまで*/
