@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
.wrapbox01 {
	width: 1080px;
	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: 230px;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.contents01 .contents01_main {
	float: left;
	width: 848px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
	border-left: 1px solid #efefef;
	box-sizing:border-box;
}
.contents01 .contents01_main h3 {
	float:left;
	width: 100%;
	font-weight: normal;
	margin-bottom: 20px;
	line-height:1.5em;
}
.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: 50px;
	top: -40px;
}
.subtitle03 {
	float:left;
	width:100%;
	position:relative;
	font-size:16px;
	font-weight:normal;
	letter-spacing:0.1em;
	line-height:2em;
}
.subtitle04 {
	float:left;
	width:100%;
	position:relative;
	font-size:20px;
	font-weight:normal;
	letter-spacing:0.1em;
	line-height:2em;
}
.subtitle05 {
	float:left;
	width:100%;
	position:relative;
	font-size:16px;
	font-weight:normal;
	line-height:2em;
}



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




/*ボックス系*/
.box01 {
	float: left;
	width: 100%;
	position: relative;
}
.box02 {
	float: left;
	width: 450px;
	position: relative;
}
.box03 {
	float: left;
	width: 510px;
	position: relative;
}
.box04 {
	float: left;
	width: 285px;
	position: relative;
}
.box05 {
	float: left;
	width: 630px;
	position: relative;
}
.box06 {
	float: left;
	width: 320px;
	position: relative;
}
.box07 {
	float: left;
	width: 700px;
	position: relative;
}
.box08 {
	float: left;
	width: 200px;
	position: relative;
}
.box09 {
	float: left;
	width: 48%;
	position: relative;
}
.box09:nth-child(odd) {
	float: right;
}
.box10 {
	float: left;
	width: 700px;
	position: relative;
	margin-left:190px;
}
.box11 {
	float: left;
	width: 363px;
	position: relative;
}
.graybox01 {
	background-color: #F5F6F7;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
}
.graybox01.p60,
.whitebox01.p60 {
    padding: 50px 60px;
}
.whitebox01 {
    float: left;
    width: 100%;
    position: relative;
    border:1px solid #bb9800;
    padding:30px;
    box-sizing: border-box;
}







/*ボタン系*/
.btn01 {
	display:inline-block;
	width:550px;
	position:relative;
	text-align:center;
	border:1px solid #D5B52B;
	color:#D5B52B;
	font-size:16px;
	font-weight: 7;
	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;
}
.btn01:hover,
.btn02:hover {
	background-position:right 20px center;
}
.btn02 {
	display:inline-block;
	width: 320px;
	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:430px;
    position: relative;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    background-image:url(../images/icon_arrow01_white.png);
	background-position: right 30px center;
	background-repeat:no-repeat;
	background-size:30px auto;
    background-color: #c4970a;
    padding: 15px 0;
    box-sizing: border-box;
}




/*リスト系*/
.list01 {
	float: left;
	width: 100%;
	position: relative;
}
.list01 li {
	float:left;
	width: 225px;
	position: relative;
	border-bottom: 1px dotted #D5B52B;
	margin-right: 60px;
	margin-bottom: 30px;
	padding-bottom: 5px;
	padding-left: 15px;
	box-sizing: border-box;
	font-size: 15px;
}
.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(4n) {
	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: 35px;
	font-family: 'Quicksand', sans-serif;
	left: 20px;
	top: -13px;
	z-index: 1;
}
.list02 dd {
	float:left;
	width: 100%;
	position: relative;
}
.list03 {
	float: left;
	width: 164px;
	position: relative;
	margin-right: 60px;
	margin-bottom: 50px;
}
.list03:last-child {
	margin-right: 0px;
}
.list03 dt {
	float:left;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
.list03 dd {
	float:left;
	width: 100%;
	position: relative;
	text-align: center;
}
.list04 {
	float:left;
	width:100%;
	position:relative;
}
.list04 li {
	float:left;
	width:230px;
	position:relative;
	margin-right:53px;
}
.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: 10px;
}
.list002 dt {
	float:left;
	width: 132px;
	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;
}
.list002:last-child {
	margin-bottom:0px;
}
.list003 {
	float:left;
	width: 100%;
	position: relative;
	margin-bottom: 7px;
}
.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 {
	position: absolute;
	top: 0;
	left: 0;
	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;
}
.list004 dd {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 170px;
	padding-right: 40px;
	box-sizing: border-box;
}



/*その他系*/



/*テキスト系*/

.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_small03 {
	font-size: 12px!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: 100px!important;
	padding-bottom: 100px!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;
}






/*マージン系*/
.mb100 {
	margin-bottom: 100px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb10 {
	margin-bottom: 10px;
}
.mr60 {
	margin-right: 60px;
}
.mr50 {
	margin-right: 50px;
}
.mr40 {
	margin-right: 40px;
}
.mr30 {
	margin-right: 30px;
}
.mr25 {
	margin-right: 25px;
}
.mr20 {
	margin-right: 20px;
}
.mr10 {
	margin-right: 10px;
}
.ml225 {
	margin-left: 225px;
}
.ml200 {
	margin-left: 200px;
}
.ml120 {
	margin-left: 120px;
}
.ml50 {
	margin-left: 50px;
}
.ml40 {
	margin-left: 40px;
}
.ml30 {
	margin-left: 30px;
}
.ml20 {
	margin-left: 20px;
}
.ml10 {
	margin-left: 10px;
}
.mt120 {
	margin-top: 120px;
}
.mt80 {
	margin-top: 80px;
}
.mt70 {
	margin-top: 70px;
}
.mt60 {
	margin-top: 60px;
}
.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;
}
.ml-30 {
	margin-left: -30px;
}






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