@charset "utf-8";
.wrapbox01 {
    width:100%;
    max-width:1080px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}
.wrapbox02 {
    width:90%;
    max-width:1200px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}
/******************** タイトル系 ********************/
.subtitle01 {
    float:left;
    width:100%;
    position:relative;
    text-align:center;
    font-size:26px;
    letter-spacing:0.05em;
    line-height:1.4em;
    padding-top:65px;
    box-sizing:border-box;
    margin-bottom:60px;
}
.subtitle01 .en {
    display:inline-block;
    float:left;
    width:100%;
    color:#00c381;
    font-size:11px;
    letter-spacing:0.15em;
}
.subtitle01:before {
    content:"";
    width:2px;
    height:47px;
    position:absolute;
    top:0px;
    left:50%;
    margin-left:-1px;
    background-color:#00c381;
}
.subtitle02 {
    float:left;
    width:100%;
    position:relative;
    text-align:center;
    color:#FFF;
    font-size:22px;
    letter-spacing:0.05em;
    background-color:#00c381;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    padding-top:14px;
    padding-bottom:14px;
    box-sizing:border-box;
    margin-bottom:35px;
}
.subtitle02:before {
    content:"";
    position:absolute;
    bottom:-17px;
    left:50%;
    margin-left:-10px;
    display:block;
    width:0px;
    height:0px;
    border-style:solid;
    border-width:17px 10px 0 10px;
    border-color:#00c381 transparent transparent transparent;
}
.pink {
    background-color:#ff5578;
}
.pink:before {
    border-color:#ff5578 transparent transparent transparent;
}
.subtitle03 {
    float:left;
    width:100%;
    position:relative;
    font-size:22px;
    letter-spacing:0.05em;
    padding-bottom:25px;
    margin-bottom:20px;
    box-sizing:border-box;
}
.subtitle03:before {
    content:"";
    width:36px;
    height:2px;
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:#00c381;
}
.subtitle04 {
    float:left;
    width:100%;
    position:relative;
    font-size:20px;
    color:#000000;
    letter-spacing:0em;
    padding-left:22px;
    padding-bottom:20px;
    border-bottom:1px solid #e4e4e4;
    box-sizing:border-box;
    margin-bottom:35px;
}
.subtitle04:before {
    content:"";
    width:8px;
    height:8px;
    position:absolute;
    top:12px;
    left:4px;
    background-color:#00c381;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}
.subtitle05 {
    float:left;
    width:100%;
    position:relative;
    font-size:18px;
    color:#000000;
    letter-spacing:0em;
    margin-bottom:5px;
}
.subtitle05:before {
    content:"";
    width:6px;
    height:6px;
    position:absolute;
    top:14px;
    left:-15px;
    background-color:#00c381;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
.subtitle06 {
    float:left;
    width:100%;
    position:relative;
    text-align:center;
    font-size:24px;
    letter-spacing:0.05em;
    line-height:1.75em;
    padding-bottom:30px;
    margin-bottom:60px;
    box-sizing:border-box;
}
.subtitle06:before {
    content:"";
    width:60px;
    height:2px;
    position:absolute;
    bottom:0px;
    left:50%;
    margin-left:-30px;
    background-color:#00c381;
}
.subtitle07 {
    float:left;
    width:100%;
    position:relative;
    font-size:26px;
    letter-spacing:0.05em;
    line-height:1.75em;
    padding-bottom:30px;
    margin-bottom:30px;
    box-sizing:border-box;
}
.subtitle07:before {
    content:"";
    width:60px;
    height:2px;
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:#00c381;
}
.subtitle08 {
    float:left;
    width:100%;
    position:relative;
    font-size:20px;
    color:#000000;
    letter-spacing:0em;
    padding-left:15px;
    box-sizing:border-box;
}
.subtitle08:before {
    content:"";
    width:8px;
    height:8px;
    position:absolute;
    top:12px;
    left:0px;
    background-color:#00c381;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}
/******************** ボックス系 ********************/
.graybox01 {
    float:left;
    width:100%;
    position:relative;
    border:5px solid #f3f5f7;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    padding-top:25px;
    padding-bottom:25px;
    padding-left:55px;
    padding-right:55px;
    box-sizing:border-box;
}
.box01 {
	float:left;
	width:100%;
	position:relative;
}
.box02 {
    float:left;
    width:47.5%;
    max-width:570px;
    position:relative;
}
.wrapbox01 .box02 {
    width:47.2%;
    max-width:510px;
}
.box03 {
	float:left;
	width:33%;
	position:relative;
}
.box04 {
    float:left;
    width:48.3%;
    max-width:580px;
    position:relative;
}
/******************** ボタン系 ********************/
.btn01 {
    display:inline-block;
    width:240px;
    height:60px;
    position:relative;
    text-align:center;
    color:#FFF;
    font-size:17px;
    background-image:url("../images/green_back.png");
    background-position:left top;
    background-repeat:no-repeat;
    background-size:cover;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    padding-top:12px;
    box-sizing:border-box;
}
.btn01:before {
    content:"";
    width:18px;
    height:18px;
    position:absolute;
    top:20px;
    left:20px;
    background-image:url("../images/icon_arrow01.png");
    background-position:left top;
    background-repeat:no-repeat;
    background-size:contain;
    transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.btn01:hover:before {
	left:25px;
}
.btn02 {
    display:inline-block;
    width:430px;
    height:72px;
    position:relative;
    text-align:center;
    color:#FFF;
    font-size:24px;
    background-image:url("../images/pink_back.png");
    background-position:left top;
    background-repeat:no-repeat;
    background-size:cover;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    padding-top:18px;
    box-sizing:border-box;
}
.btn02:before {
    content:"";
    width:18px;
    height:18px;
    position:absolute;
    top:27px;
    left:20px;
    background-image:url("../images/icon_arrow01_pink.png");
    background-position:left top;
    background-repeat:no-repeat;
    background-size:contain;
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
}
.btn02:hover:before {
	left:25px;
}
.big {
    width:530px;
    height:112px;
    padding-top:35px;
}
.big:before {
    top:43px;
}
.green {
    width:530px;
    background-image:url("../images/green_back_big.png");
}
.green:before {
    background-image:url("../images/icon_arrow01.png");
}
/******************** リスト系 ********************/
.list01 {
	float:left;
	width:100%;
	position:relative;
	list-style-type:decimal;
	list-style-position:outside;
	text-indent:0.8em;
	padding-left:1.5em;
	box-sizing:border-box;
}
.list01 li {
	float:left;
	width:100%;
}
.list02 {
    float:left;
    width:100%;
    position:relative;
}
.list02 li {
    float:left;
    width:100%;
    position:relative;
    font-size:18px;
    padding-left:40px;
    box-sizing:border-box;
    margin-bottom:10px;
}
.list02 li:last-child {
	margin-bottom:0px;
}
.list02 li:before {
    content:"";
    width:25px;
    height:18px;
    position:absolute;
    top:8px;
    left:0px;
    background-image:url("../images/icon_check02.png");
    background-position:left top;
    background-repeat:no-repeat;
    background-size:contain;
}
/******************** 表系 ********************/
.list001 {
	float:left;
	width:100%;
	position:relative;
	letter-spacing:0.1em;
	border-bottom:1px solid #dcdcdc;
	padding-bottom:35px;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
	margin-bottom:35px;
}
.list001 dt {
	position:absolute;
	top:0px;
	left:20px;
	color:#000000;
	font-size:17px;
	letter-spacing:0.1em;
	padding-left:57px;
	box-sizing:border-box;
	z-index:1;
}
.list001 dd {
	float:left;
	width:100%;
	position:relative;
	color:#000000;
	font-size:17px;
	padding-left:290px;
	box-sizing:border-box;
}
.list002 {
    float:left;
    width:100%;
    position:relative;
    margin-bottom:20px;
}
.list002:last-child {
	margin-bottom:0px;
}
.list002 dt {
    top:8px;
    left:0px;
    font-size:15px;
    padding-left:50px;
}
.list002 dd {
    padding-left:130px;
}
.list003 {
	float:left;
	width:100%;
	position:relative;
	border-bottom:1px solid #e6e6e6;
	padding-top:18px;
	padding-bottom:18px;
	box-sizing:border-box;
}
.list003 dt {
	width:251px;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	background-color:#eceef0;
	padding-top:18px;
	box-sizing:border-box;
	z-index:1;
}
.list003 dd {
	float:left;
	width:100%;
	position:relative;
	padding-left:290px;
	padding-right:10px;
	box-sizing:border-box;
}
.list003:first-child {
	border-top:1px solid #e6e6e6;
}
.list004 {
	float:left;
	width:100%;
	position:relative;
	color:#000000;
	background-color:#edeff1;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	padding-top:24px;
	padding-bottom:24px;
	box-sizing:border-box;
	margin-bottom:30px;
}
.list004 dt {
	position:absolute;
	top:24px;
	left:35px;
	font-size:18px;
	padding-left:20px;
	box-sizing:border-box;
	z-index:1;
}
.list004 dt:before {
	content:"";
	width:5px;
	height:5px;
	position:absolute;
	top:15px;
	left:0px;
	background-color:#00c381;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.list004 dd {
	float:left;
	width:100%;
	position:relative;
	padding-left:264px;
    padding-right: 40px;
	box-sizing:border-box;
}
.list004:last-child {
	margin-bottom:0px;
}
.list005 {
	float:left;
	width:100%;
	position:relative;
	font-size:14px;
	padding-top:25px;
	padding-bottom:25px;
	border-bottom:1px solid #e6e6e6;
	box-sizing:border-box;
}
.list005 dt {
	position:absolute;
	top:25px;
	left:26px;
	color:#00c381;
	letter-spacing:0.1em;
	z-index:1;
}
.list005 dd {
	float:left;
	width:100%;
	position:relative;
	padding-left:167px;
	box-sizing:border-box;
}
.list005 dd a:hover {
	text-decoration:underline;
}
.list005:first-child {
	border-top:1px solid #e6e6e6;
}
.number_list {
	float:left;
	width:100%;
	position:relative;
	margin-bottom:15px;
}
.number_list dt {
	width:32px;
	height:32px;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	color:#FFF;
	background-color:#00c381;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
}
.number_list dd {
	float:left;
	width:100%;
	position:relative;
	padding-left:42px;
	box-sizing:border-box;
}
.number_list:last-child {
	margin-bottom:0px;
}
/******************** テキスト系 ********************/
.underline {
	text-decoration:underline;
}
.text_center {
	text-align:center;
}
.text_right {
	text-align:right;
}
.text_left {
	text-align:left;
}
.text_bold {
    font-weight:bold;
}
.text_normal {
    font-weight:500;
}
.text_pink {
    color:#ff5578;
}
.text_red {
    color:#e01c24;
}
.text_green {
    color:#00c381!important;
}
.text_lato {
    font-family:lato, sans-serif;
    font-weight:900;
    font-style:normal;
    letter-spacing:0.1em;
}
.text_midashi {
    font-family:a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-style:normal;
    font-weight:600;
}
.icon01 {
	font-family:CONDENSEicon;
	font-weight:normal;
}
.fs34 {
	font-size:34px;
}
.fs26 {
	font-size:26px;
}
.fs24 {
	font-size: 24px!important;
}
.fs22 {
    font-size:22px;
}
.fs18 {
    font-size:18px;
}
.fs15 {
    font-size:15px;
}
.fs14 {
    font-size:14px;
    line-height:2em;
}
/******************** ライン系 ********************/
.line01 {
    border-bottom:1px solid #e4e4e4;
    padding-bottom:10px;
    margin-bottom:20px;
    box-sizing:border-box;
}
.line02 {
	position:relative;
	padding-bottom:150px;
	margin-bottom:150px;
	box-sizing:border-box;
}
.line02:before {
	content:"";
	width:1220px;
	height:1px;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-610px;
	background-color:#ececec;
}
/******************** マージン系 ********************/
.mt70 {
	margin-top:70px;
}
.mt20 {
    margin-top:20px;
}
.mt05 {
    margin-top:5px;
}
.mb100 {
    margin-bottom:100px;
}
.mb80 {
    margin-bottom:80px;
}
.mb60 {
    margin-bottom:60px;
}
.mb40 {
    margin-bottom:40px;
}
.mb30 {
    margin-bottom:30px;
}
.mb20 {
    margin-bottom:20px;
}
.mb10 {
    margin-bottom:10px;
}
.mb05 {
	margin-bottom:5px;
}
.ml15 {
    margin-left:15px;
}
.mr53 {
    margin-right:53px;
}
.mr40 {
    margin-right:40px;
}
.mr36 {
    margin-right:36px;
}
.mr24 {
    margin-right:24px;
}
.mr20 {
    margin-right:20px;
}
/******************** ページナビ系 ********************/
.wp-pagenavi  {
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	line-height:1em;
	font-weight:normal;
	font-size:17px;
	margin-top:100px;
}
.wp-pagenavi a {
	display:inline-block;
	position:relative;
	border-top:none;
	border-bottom:1px solid #e6e6e6;
	border-left:none;
	border-right:none;
	text-decoration:none;
	font-size:17px;
	padding-top:20px;
	padding-bottom:18px;
	box-sizing:border-box;
}
.wp-pagenavi a:hover {
	text-decoration:none;
}
.wp-pagenavi .previouspostslink {
	width:95px;
	margin-right:40px;
}
.wp-pagenavi .larger {
	width:35px;
	margin-right:30px;
	text-align:center;
}
.wp-pagenavi .smaller {
	width:54px;
	margin-right:20px;
}
.wp-pagenavi .current {
	width:35px;
	position:relative;
	font-size:17px;
	margin-right:30px;
	border-top:none;
	border-left:none;
	border-right:none;
	color:#00c381;
	border-bottom:1px solid #e6e6e6;
	display:inline-block;
	padding-top:20px;
	padding-bottom:18px;
	box-sizing:border-box;
}
.wp-pagenavi .current:before {
	content:"";
	height:10px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-1px;
	border-left:1px solid #00c381;
	box-sizing:border-box;
}
.wp-pagenavi .backpostslink {
	width:160px;
	letter-spacing:0.1em;
}
.wp-pagenavi .nextpostslink {
	width:95px;
	margin-left:10px;
}
.wp-pagenavi .pages {
	display:none;
}
.wp-pagenavi .extend {
	display:none;
}
.wp-pagenavi .first {
	display:none;
}
.wp-pagenavi .last {
	display:none;
}
.pagenavi {
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	margin-top:100px;
}
.pagenavi a:hover {
	text-decoration:none;
}
.pagenavi a {
	display:inline-block;
	border-bottom:1px solid #e6e6e6;
	text-decoration:none;
	color:#000000;
	font-size:17px;
	letter-spacing:0.1em;
	padding-bottom:10px;
	box-sizing:border-box;
}
.pagenavi .previouspostslink a {
	width:98px;
	position:absolute;
	bottom:0px;
	left:0px;
}
.pagenavi .nextpostslink a {
	width:98px;
	position:absolute;
	bottom:0px;
	right:0px;
}
.backpostslink a {
	width:154px;
}
@media screen and (min-width:751px) and ( max-width:1299px) {
.mt70 {
    margin-top:40px;
}
}
/* clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	color:#CC9900;
}
.clearfix {
	display:inline-table;
	min-height:1%;
	margin-bottom:0px;
	overflow:auto;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
	overflow:hidden;
}
/* clearfix */