﻿@charset "UTF-8";


/* =========================================================
共通スタイル
========================================================= */
html {
    color: #000;
    background: #ffffff;
    font-family: 'メイリオ', 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'ＭＳ Ｐゴシック', 'osaka', 'Arial', 'Helvetica', 'Verdana', 'sans-serif';
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset,img {
    border: 0
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal
}
ol,ul {
    list-style: none
}
caption,th {
    text-align: left
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal
}
input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

/* =========================================================
 special 共通スタイル
========================================================= */
#wrapper {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	background: none repeat scroll 0 0 #fff;
	font-size: 14px;
	text-align: left;
}

.ac-content__text {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.7;
}

.ac-content__text:first-child {
	margin-top: 0;
}

.flex__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:         flex;
}

.flex__wrap.\--isBetween {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;

	-ms-flex-pack: justify;
}

.flex__wrap + .flex__wrap,
.flex__wrap + .content__box,
.flex__wrap + .ac-specialaccordion__text {
	margin-top: 20px;
}

.flex__wrap .content__box:nth-child(2) {
	width: 100%;
}

.flex__wrap .content__box:first-child {
	padding-right: 12px;
}

.flex__wrap.col3 .content__box {
    width: 310px;
}
.flex__wrap.col3 .content__box:first-child {
	padding-right: 0;
}

.content__box-plans {
	margin: 20px 0;
}

.content__box-plan {
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
}

.content__box-plan-image {
	display: block;
	width: 150px;
}

.content__box-plan-image img {
    width: 100%;
}

.content__box-plan-text {
	display: block;
	width: calc(100% - 170px);
}

.content__box-plan__link {
	display: inline-flex;
	align-items: center;
	justify-content: start;
	font-size: 16px;
}

.content__box-plan__link::before {
	content:"";
	display: block;
	margin-right: 5px;
	width: 0px;
	height: 0;
	width: 0;
	border-top: 5px solid transparent;
	border-left: 6px solid #003894;
	border-bottom: 5px solid transparent;
}

.content__box-plan p.ac-content__text {
	margin-top: 0;
}

.link__btn {
	margin: 30px auto 0;
	text-align: center;
}

.link__btn a {
	display: inline-block;
}

.right__link {
	margin: 20px 0 0 auto;
	font-size: 14px;
	line-height: 1.7;
	text-align: right;
}

.btn_link {
	margin: 30px auto 0;
    text-align: center;
    margin-left: 330px;
   
}

.btn_link a {
	background: #FF7A08;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    align-items: center;
    position: relative;
    width: 100%;
    line-height: 2.8;
    font-size: 16px;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
}

.btn_link a::after {
	border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
    display: block;
    height: 9px;
    position: relative;
    transform: rotate(45deg);
    width: 9px;
}

.btn_link a:hover {
	opacity: .8;
}

.\--isBorder_bottom {
	border-bottom: 1px dotted #969696;
}

/*margin*/

.mt-0 {
	margin-top: 0;
}
/* メインビジュアル
--------------------------- */
.ac-mainvisual {
	position: relative;
	margin-bottom: 20px;
}

.ac-mainvisual__headline {
	position: absolute;
	top: 435px;
	left: 30px;
	color: #fff;
	text-shadow: 1px 1px 3px #000, -1px 1px 3px #000, 1px -1px 3px #000, -1px -1px 3px #000;
	font-size: 19px;
	font-weight: 700;
}

.ac-mainvisual__btn {
	position: absolute;
	right: 7px;
	bottom: 7px;
}

/* ナビゲーション
--------------------------- */
.ac-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-box-align: stretch;
	-webkit-align-items: center;
	-webkit-align-items: stretch;
	        align-items: center;
	        align-items: stretch;
	margin: 20px 0;

	-ms-flex-align: center;
	-ms-flex-align: stretch;
	-ms-flex-pack: justify;
}

a.ac-navigation__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:         flex;
	overflow: hidden;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	position: relative;
	width: 100%;
	height: 79px;
	margin-right: 2px;
	border-bottom: 2px solid rgba(0, 0, 0, .2);
	border-radius: 5px;
	color: #fff;
	box-shadow: 3px 2px 4px rgba(255, 255, 255, .4) inset;
	text-shadow: 0 0 3px #000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;

	-ms-flex-align: center;
	-ms-flex-pack: center;
}

a.ac-navigation__list::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
}

.ac-navigation__list:last-child {
	margin-right: 0;
}

.ac-navigation__list:hover {
	opacity: .8;
}

/* 特集コンテンツ
--------------------------- */
.ac-special__content {
	margin-bottom: 50px;
}

.ac-special__headline {
	position: relative;
	box-sizing: border-box;
	height: 75px;
	margin: 0 0 30px;
	padding: 22px 22px 22px;
	color: #fff;
	text-shadow: none;
	font-size: 33px;
	font-weight: bold;
	line-height: 1;
}

.ac-special__subheadline {
	position: relative;
	margin: 45px 0 20px;
	padding: 7px 0 7px 16px;
	color: #000;
	font-size: 27px;
	line-height: 1.2;
	letter-spacing: 0;
}

.ac-special__subheadline::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 85%;
	margin: auto;
	content: '';
}

.ac-special__subheadline2 {
	position: relative;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	border-bottom: 1px dashed #333;
}

.ac-special__subheadline:nth-of-type(1) {
	margin-top: 0;
}

.ac-special__subheadline span {
	font-size: 18px;
}

.ac-special__subheadline span.age {
    padding: 0px 1em;
    margin-left: 1em;
    color: #fff;
    background: #003894;
    border-radius: 26px;
}

.content__box img {
	display: block;
	margin-bottom: 25px;
}

.content__box img:last-child {
	margin-bottom: 0;
}

.content__box__3col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	margin-top: 20px;

	-ms-flex-pack: start;
	    -ms-flex-wrap: wrap;
}

.content__box__3col li {
	width: 310px;
}

.content__box__3col li+ li {
	margin-left: 25px;
}

.content__box__3col li img {
	width: 100%;
}

/* 3つのメリット
--------------------------- */
.point__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	margin: 0 10px;
	padding: 15px 0;
	border-bottom: 1px dotted #969696;

	-ms-flex-align: center;
	-ms-flex-pack: justify;
}

.point__content:first-child {
	padding-top: 0;
}

.point__content:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.point__icon {
	width: 96px;
	height: 96px;
}

.point__description {
	width: 834px;
}

.point__headline {
	color: #20a9af;
	font-size: 27px;
	line-height: 1.2;
}

.point__text {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.7;
}

/*------ SNSボタン ------*/
.sns-box__wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.sns-box__sns-btn {
    margin: auto 3px;
}

.sns-box__sns-btn:hover {
	opacity: .7;
}

.sns-box__sns-btn a {
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 26px;
    padding: 0 5px 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 80px;
}

.sns-box__sns-btn a::before {
    content: '';
    height: 18px;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 18px;
}

.line a {
    background: #00b900;
}
.line a::before {
    background: url(/common/images/icon/icon_line.svg) no-repeat center center;
    background-size: 100%;
    width: 22px;
}

.facebook a {
    background: #4267b2;
}
.facebook a::before {
    background: url(/common/images/icon/icon_facebook.svg) no-repeat center center;
    background-size: 100%;
    width: 22px;
}

.twitter a {
    background: #1da1f2;
}
.twitter a::before {
    background: url(/common/images/icon/icon_twitter.svg) no-repeat center center;
    background-size: 100%;
    width: 22px;
}

.ac-content__btn__list {
	display: flex;
	justify-content:start;
	margin-top: 20px;
	
}

.ac-content__btn__item {
	display: inline-block;
	width: 20%;
	margin-right: 0.5em;
}

.ac-content__btn__item a {
    background: #FF7A08;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    align-items: center;
    position: relative;
    width: 100%;
    line-height: 2.5;
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    letter-spacing: 0.3em;
}

.ac-content__btn__item a::after {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
    display: block;
    height: 9px;
    position: relative;
    transform: rotate(45deg);
    width: 9px;
    margin-left: 10px;
}

.ac-content__btn__item a:hover {
	opacity: .8;
}

.ac-content__list {
	margin-top: .5em;
}
.ac-content__item {
	display: flex;
	justify-content: start;
	align-items: center;
}
.ac-content__item::before {
	content:"";
	display: block;
	width: 4px;
	height: 4px;
	border: 1px solid #000;
	border-radius: 100%;
	margin: 0 0.5em;
}

.advice_text {

}

.advice_writer {
	margin-top: 1em;
	text-align: right;
}