@charset "utf-8";
.wrapbox01 {
    width:90%;
	max-width:1080px;
	height:auto;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.wrapbox02 {
    width:90%;
	max-width:1200px;
	height:auto;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
/******************** タイトル系 ********************/
.subtitle01 {
    float:left;
    width:100%;
    position:relative;
    text-align:center;
    font-size:26px;
    letter-spacing:0.1em;
    padding-top:90px;
    box-sizing:border-box;
    margin-bottom:50px;
}
.subtitle01 .en {
    float:left;
    width:100%;
    font-size:10px;
    letter-spacing:0.2em;
}
.subtitle01:before {
    content:"";
    width:36px;
    height:36px;
    position:absolute;
    top:50px;
    left:50%;
    margin-left:-18px;
    border-radius:18px;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    background:transparent;
    -webkit-box-shadow:inset 0 0 0 2px #000000;
    box-shadow:inset 0 0 0 2px #000000;
    clip:rect(0px, 36px, 17px, auto);
    -webkit-clip-path:rectangle(50%, 50%, 100%, 100%, 0, 0);
}
.subtitle01:after {
    content:"";
    width:2px;
    height:50px;
    position:absolute;
    top:0px;
    left:50%;
    margin-left:-1px;
    background-color:#000000;
}
/******************** ボックス系 ********************/
.box01 {
    float:left;
    width:100%;
    position:relative;
}
.box02 {
    float:left;
    width:48%;
    position:relative;
}
.chuusha {
    width:510px;
    position:relative;
}
/******************** ボタン系 ********************/
.btn01 {
    float:left;
    width:160px;
    position:relative;
    text-align:center;
    letter-spacing:0em;
    padding-bottom:10px;
    box-sizing:border-box;
}
.btn01:before {
    content:"";
    width:100%;
    height:2px;
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:#ce2b37;
    box-sizing:border-box;
    transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.btn01:after {
    content:"";
    width:10px;
    height:2px;
    position:absolute;
    bottom:3px;
    right:-1px;
    background-color:#ce2b37;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.btn01:hover:before {
    left:10px;
}
.btn01:hover:after {
    right:-11px;
}
/******************** リスト系 ********************/
.list01 {
    float:left;
    width:100%;
    position:relative;
}
.list01 li {
    float:left;
    width:30%;
    max-width:360px;
    position:relative;
    text-align:center;
    margin-right:5%;
    margin-bottom:60px;
}
.list01 li:nth-child(3n),
.list01 li:last-child {
    margin-right:0px;
}
.list01 li:last-child {
	margin-bottom:0px;
}
/******************** 表系 ********************/
.list001 {
    float:left;
    width:100%;
    position:relative;
    padding-top:18px;
    padding-bottom:18px;
    padding-left:10px;
    padding-right:10px;
    border-bottom:1px solid #e6e6e6;
    box-sizing:border-box;
}
.list001 dt {
    float:left;
    position:relative;
    padding-left:15px;
    box-sizing:border-box;
}
.list001 dt:before {
    content:"";
    width:5px;
    height:5px;
    position:absolute;
    top:14px;
    left:0px;
    background-color:#000000;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
.list001 dd {
    float:right;
    position:relative;
    text-align:right;
}
.list002 {
    float:left;
    width:100%;
    position:relative;
    margin-bottom:15px;
}
.list002 dt {
    position:absolute;
    top:0px;
    left:0px;
    font-size:16px;
    letter-spacing:0.1em;
    padding-right:50px;
    box-sizing:border-box;
}
.list002 dt:before {
	content:"";
	width:37px;
	height:2px;
	position:absolute;
	top:16px;
	right:0px;
	background-color:#000000;
}
.list002 dd {
    float:left;
    width:100%;
    position:relative;
    padding-left:140px;
    box-sizing:border-box;
}
.list002:last-child {
    margin-bottom:0px;
}
.list003 {
	float:left;
	width:100%;
	position:relative;
	padding-top:28px;
	padding-bottom:30px;
	border-bottom:1px solid #e6e6e6;
	box-sizing:border-box;
}
.list003 dt {
	position:absolute;
	top:28px;
	left:28px;
	z-index:1;
}
.list003 dd {
	float:left;
	width:100%;
	position:relative;
	padding-left:178px;
	box-sizing:border-box;
}
.list003 dd a:hover {
	text-decoration:underline;
}
.list003:first-child {
	border-top:1px solid #e6e6e6;
}
/******************** テキスト系 ********************/
.underline {
	text-decoration:underline;
}
.green_line {
    display:inline-block;
    background-image:url("../images/green_line.png");
    background-position:left bottom;
    background-repeat:repeat-x;
    background-size:21px auto;
    padding-bottom:10px;
    padding-left:3px;
    padding-right:3px;
    box-sizing:border-box;
}
.text_center {
	text-align:center;
}
.text_right {
	text-align:right;
}
.text_left {
	text-align:left;
}
.text_bold {
    font-weight:bold;
}
.text_green {
    color:#87c357;
}
.text_midashi {
    font-family:"toppan-bunkyu-midashi-go-std", sans-serif;
    font-style:normal;
    font-weight:600;
}
.text_abel {
    font-family:"menca", sans-serif;;
    font-weight:lighter;
font-style: italic;
}
.fs18 {
    font-size:18px;
}
.fs17 {
    font-size:17px;
}
.fs16 {
    font-size:16px;
}
.fs13 {
    font-size:13px;
    line-height:1.4em;
}
/******************** ライン系 ********************/
.line01 {
    position:relative;
    padding-bottom:70px;
    margin-bottom:70px;
    box-sizing:border-box;
}
.line01:before {
    content:"";
    width:110%;
    height:1px;
    position:absolute;
    bottom:0px;
    left:-5%;
    background-color:#f2f2f2;
}
/******************** マージン系 ********************/
.mt40 {
    margin-top:40px;
}
.mb210 {
    margin-bottom:210px;
}
.mb130 {
    margin-bottom:130px;
}
.mb80 {
    margin-bottom:80px;
}
.mb70 {
    margin-bottom:70px;
}
.mb60 {
    margin-bottom:60px;
}
.mb50 {
    margin-bottom:50px;
}
.mb40 {
    margin-bottom:40px;
}
.mb30 {
    margin-bottom:30px;
}
.mb20 {
    margin-bottom:20px;
}
/******************** ページナビ系 ********************/
.wp-pagenavi  {
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	line-height:1em;
	font-weight:normal;
	font-size:14px;
	margin-top:100px;
}
.wp-pagenavi a {
	display:inline-block;
	position:relative;
	border-top:none;
	border-bottom:2px solid #000000;
	border-left:none;
	border-right:none;
	text-decoration:none;
	font-size: 16px;
	font-family: "menca", sans-serif;;
	font-weight:lighter;
font-style: italic;
	letter-spacing:0.05em;
	padding-top:20px;
	padding-bottom:18px;
	box-sizing:border-box;
}
.wp-pagenavi a:hover {
	text-decoration:none;
}
.wp-pagenavi .previouspostslink {
	width:94px;
	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: 16px;
	margin-right:30px;
	border-top:none;
	border-left:none;
	border-right:none;
	font-family: "menca", sans-serif;;
	font-weight:lighter;
font-style: italic;
	letter-spacing:0.05em;
	border-bottom:2px solid #000000;
	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:-2px;
	border-left:2px solid #87c357;
	box-sizing:border-box;
}
.wp-pagenavi .backpostslink {
	width:160px;
	letter-spacing:0.1em;
}
.wp-pagenavi .nextpostslink {
	width:94px;
	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:2px solid #000000;
	text-decoration:none!important;
	font-size: 16px;
	font-family: "menca", sans-serif;;
	font-weight:lighter;
font-style: italic;
	letter-spacing: 0.05em;
	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:178px;
}
/* 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 */