@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
.wrapbox01 {
	width:90%;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}
.wrapbox02 {
	width:90%;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}
.contents01 {
	float:left;
	width:100%;
	position:relative;
}
.contents01 h2 {
	float:left;
	width:100%;
	font-size:16px;
	font-weight:normal;
	letter-spacing:0.1em;
	margin-bottom:30px;
}
.contents01 .contents01_main {
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:5px;
	border-top:1px solid #efefef;
	box-sizing:border-box;
}
.contents01 .contents01_main h3 {
	float:left;
	width:100%;
	font-weight:normal;
	margin-bottom:20px;
}
.contents01 .contents01_main h3 span {
	display:inline-block;
	width:100%;
	font-size:11px;
}
.contents01 .contents01_main p {
	float:left;
	width:100%;
	margin-top:20px;
}

/*タイトル系*/
.subtitle01 {
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	font-weight:normal;
	letter-spacing:0.1em;
	font-size:16px;
}
.subtitle01 span {
	display:inherit;
	font-size:12px;
	font-family:'Quicksand', sans-serif;
	line-height:1.8em;
}
.subtitle02 {
	float:left;
	width:auto;
	position:absolute;
	z-index:1;
	left:20px;
	top:-20px;
}
.subtitle02 img {
	float:left;
	width:auto;
	height:78px;
}
.subtitle03 {
	float:left;
	width:100%;
	position:relative;
	font-size:14px;
	font-weight:normal;
	letter-spacing:0.1em;
	line-height:2em;
	text-align:center;
}
.subtitle03 br {
	display:none;
}
.subtitle04 {
	float:left;
	width:100%;
	position:relative;
	font-size:16px;
	font-weight:normal;
	line-height:1.5em;
	text-align:center;
}



/*アイコン系*/
.icon01 {
	font-family:CONDENSEicon;
	font-weight:normal;
}




/*ボックス系*/
.box01 {
	float:left;
	width:100%;
	position:relative;
}
.box02 {
	float:left;
	width:100%;
	position:relative;
}
.box03 {
	float:left;
	width:100%;
	position:relative;
}
.box04 {
	float:left;
	width:54%;
	position:relative;
}
.box05 {
	float:left;
	width:100%;
	position:relative;
}
.box06 {
	float:left;
	width:47%;
	position:relative;
}
.box07 {
	float:left;
	width:100%;
	position:relative;
}
.box08 {
	float:left;
	width:100%;
	position:relative;
}
.box09 {
	float:left;
	width:100%;
	position:relative;
}
.box10 {
	float:left;
	width:100%;
	position:relative;
}
.box11 {
	float:left;
	width:100%;
	position:relative;
}
.graybox01 {
	background-color:#F5F6F7;
	float:left;
	width:100%;
	box-sizing:border-box;
	padding:30px;
}
.whitebox01 {
    float: left;
    width: 100%;
    position: relative;
    border:1px solid #bb9800;
    padding:30px;
    box-sizing: border-box;
}



/*ボタン系*/
.btn01 {
	display:inline-block;
	width:100%;
	position:relative;
	text-align:center;
	border:1px solid #D5B52B;
	color:#D5B52B;
	background-image:url(../images/icon_arrow01.png);
	background-position:right 15px center;
	background-repeat:no-repeat;
	background-size:30px auto;
	padding-top:10px;
	padding-bottom:10px;
	box-sizing:border-box;
}
.btn01:hover,
.btn02:hover {
	background-position:right 10px center;
}
.btn02 {
	display:inline-block;
	width:100%;
	position:relative;
	text-align:center;
	border-top:1px solid #D5B52B;
	border-bottom:1px solid #D5B52B;
	color:#D5B52B;
	font-size:16px;
	letter-spacing:0.1em;
	background-image:url(../images/icon_arrow01.png);
	background-position:right 30px center;
	background-repeat:no-repeat;
	background-size:30px auto;
	padding-top:15px;
	padding-bottom:15px;
	box-sizing:border-box;
}
.btn03 {
    display: inline-block;
    width:100%!important;
    position: relative;
    text-align: center;
    color: #FFF;
    background-image:url(../images/icon_arrow01_white.png);
	background-position: right 15px center;
	background-repeat:no-repeat;
	background-size:30px auto;
    background-color: #c4970a;
    padding: 12px 0;
    box-sizing: border-box;
}




/*リスト系*/
.list01 {
	float:left;
	width:100%;
	position:relative;
}
.list01 li {
	float:left;
	width:47%;
	position:relative;
	border-bottom:1px dotted #D5B52B;
	margin-right:6%;
	margin-bottom:15px;
	padding-bottom:5px;
	padding-left:12px;
	box-sizing:border-box;
	font-size:13px;
}
.list01 li:before {
	content:"";
	float:left;
	width:5px;
	height:5px;
	position:absolute;
	left:0;
	top:10px;
	background-color:#D5B52B;
	border-radius:5px;
}
.list01 li:nth-child(even) {
	margin-right:0px;
}
.list01 li:last-child {
	margin-right:0px;
	margin-bottom:0px;
}
.list02 {
	float:left;
	width:100%;
	position:relative;
	margin-bottom:10px;
}
.list02 dt {
	float:left;
	width:auto;
	position:absolute;
	font-size:20px;
	font-family:'Quicksand', sans-serif;
	left:10px;
	top:-10px;
	z-index:1;
}
.list02 dd {
	float:left;
	width:100%;
	position:relative;
}
.list03 {
	float:left;
	width:47%;
	position:relative;
	margin-right:6%;
	margin-bottom:50px;
}
.list03:nth-child(odd) {
	margin-right:0px;
}
.list03:fast-child {
	margin-left:120px;
}
.list03:nth-child(6),
.list03:last-child {
	margin-bottom:0px;
}
.list03 dt {
	float:left;
	width:100%;
	position:relative;
	margin-bottom:10px;
	text-align:center;
}
.list03 dt img {
	width:80%;
}
.list03 dd {
	float:left;
	width:100%;
	position:relative;
	text-align:center;
}
.list04 {
	float:left;
	width:100%;
	position:relative;
}
.list04 li {
	float:left;
	width:100%;
	position:relative;
	margin-bottom:50px;
}
.list04 li:last-child {
	margin-right:0px;
}




/*表系*/
.list001 {
	float:left;
	width:100%;
	position:relative;
	border-bottom:1px solid #EFEFEF;
	padding-bottom:25px;
	margin-bottom:25px;
	box-sizing:border-box;
}
.list001 dt {
	float:left;
	width:auto;
	position:relative;
	background-image:url(../images/icon_arrow02.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:10px auto;
	padding-left:20px;
	padding-top:2px;
	box-sizing:border-box;
}
.list001 dd {
	float:right;
	width:auto;
	position:relative;
	font-size:17px;
	letter-spacing:0.1em;
	font-family:'Quicksand', sans-serif;
}
.list002 {
	float:left;
	width:100%;
	position:relative;
	margin-bottom:15px;
}
.list002 dt {
	float:left;
	width:40%;
	font-size:11px;
	text-align:center;
	line-height:1.8em;
	letter-spacing:0.1em;
	border:1px solid #c4970a;
}
.list002 dd {
	float:right;
	font-size:17px;
	font-family:'Quicksand', sans-serif;
	letter-spacing:0.1em;
}
.list003 {
	float:left;
	width:100%;
	position:relative;
	margin-bottom:10px;
	margin-right:14px;
}
.list003 dt {
	float:left;
	width:90px;
	font-size:11px;
	text-align:center;
	line-height:1.8em;
	letter-spacing:0.1em;
	border:1px solid #c4970a;
}
.list003 dd {
	float:right;
	font-size:17px;
	font-family:'Quicksand', sans-serif;
	letter-spacing:0.1em;
}
.list004 {
	float:left;
	width:100%;
	position:relative;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 15px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.list004:last-child {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:0;
}
.list004 dt {
	float: left;
	width: 100%;
	position: relative;
	background-image:url(../images/icon_arrow02.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:10px auto;
	padding-left: 20px;
	padding-top: 2px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.list004 dd {
	float: left;
	width: 100%;
	position: relative;
}



/*その他系*/



/*テキスト系*/

.text_red {
	color:#D40000;
}
.text_yellow {
	color:#D2B56F!important;
}
.text_pink {
	color:#E69C93!important;
}
.underline {
	text-decoration:underline;
}

.text_gray {
	color:#999;
}
.text_bold {
	font-weight:bold;
}
.text_big01 {
	font-size:1.1em!important;
}
.text_big02 {
	font-size:1.2em!important;
}
.text_big03 {
	font-size:1.3em!important;
}
.text_small01 {
	font-size:13px!important;
}
.text_small02 {
	font-size:0.9em!important;
}
.text_white {
	color:#FFFFFF;
}
.text_left {
	text-align:left;
}
.text_center {
	text-align:center;
}
.text_right {
	text-align:right;
}
.px14 {
	font-size:14px;
}
.px19 {
	font-size:19px;
	text-align:left;
}



/*ヘッダーライン系*/
.line01 {
	margin-bottom:60px!important;
	padding-bottom:60px!important;
	position:relative;
}
.line01:before {
	content:"";
	background-color:#EDEDED;
	position:absolute;
	height:1px;
	width:120%;
	left:-10%;
	bottom:0px;
}
.line02 {
	border-bottom:1px solid #efefef;
	margin-bottom:40px!important;
	padding-bottom:40px!important;
	position:relative;
}






/*マージン系*/
.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;
}
.mb15 {
	margin-bottom:15px;
}
.mb10 {
	margin-bottom:10px;
}
.mr50 {
	margin-right:50px;
}
.mr40 {
	margin-right:40px;
}
.mr30 {
	margin-right:30px;
}
.mr25 {
	margin-right:25px;
}
.mr20 {
	margin-right:20px;
}
.mr10 {
	margin-right:10px;
}
.ml50 {
	margin-left:50px;
}
.ml40 {
	margin-left:40px;
}
.ml30 {
	margin-left:30px;
}
.ml20 {
	margin-left:20px;
}
.ml10 {
	margin-left:10px;
}

.mt80 {
	margin-top:40px;
}
.mt70 {
	margin-top:70px;
}
.mt50 {
	margin-top:50px;
}
.mt40 {
	margin-top:40px;
}
.mt30 {
	margin-top:30px;
}
.mt20 {
	margin-top:20px;
}
.mt10 {
	margin-top:10px;
}
.mt05 {
	margin-top:5px;
}
.mt-50 {
	margin-top:-50px;
}
.mt-20 {
	margin-top:-20px;
}
.s_mb20 {
	margin-bottom:20px;
}
.s_mr6 {
	margin-right:6%;
}
.s_mt50 {
	margin-top:50px;
}
.s_mb60 {
	margin-bottom:60px;
}
.s_ml95 {
	margin-left:95px;
}
.s_mb00 {
    margin-bottom: 0!important;
}



/* 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 */
