@charset "UTF-8";

/*-----------------------------------

	headline

-----------------------------------*/

#headline {
    background: url(../img/use/headline_bg.png) no-repeat right center, #dcdcdb;
	margin-bottom: 25px;
}

@media screen and (max-width: 840px) {
    #headline {
        background: url(../img/use/sp/headline_bg.png) no-repeat right center, #dcdcdb;
/*        background-size: cover;*/
    }
}
@media screen and (max-width: 640px) {
	#headline {
        background: url(../img/use/sp/headline_bg.png) no-repeat right center, #dcdcdb;
		background-size: contain;
    }
}

/*-----------------------------------

	use_wrap

-----------------------------------*/
h3 {
	background: #ec7832;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	padding: 15px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-weight: 700;
}
h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.gray_wrap {
	background: #f4f3ef;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
}
section {
    padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
    p {
        font-size: 12px;
    }
    h3 {
    	font-size: 16px;
    	line-height: 1;
    	padding: 15px;
    }
    h4 {
    	font-size: 14px;
    }
    section {
        padding-bottom: 30px;
    }
}
/*-- use_wrap01 --*/
#use_wrap01 {
	padding-bottom: 50px;
}
#use_wrap01 .gray_wrap ul li {
	width: 100%;
	margin-bottom: 5px;
}
#use_wrap01 .gray_wrap ul li a{
	display: block;
	background: #fff;
	padding: 20px 20px 20px 130px;
	border-radius: 5px;
	line-height: 1;
    position: relative;
    letter-spacing: 0;
    font-size: 14px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
}
#use_wrap01 .gray_wrap ul li a:hover{
    background: #fcf0da;
}
#use_wrap01 .gray_wrap ul li.mov a::before {
    position: absolute;
    content: '\f167';
    font-family: "font awesome 5 brands";
    font-weight: 400;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #ec7832;
    color: #fff;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
#use_wrap01 .gray_wrap ul li.mov a::after {
    content: "動画";
    color: #ec7832;
    display: block;
    width: 75px;
    line-height: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45px;
    margin: auto;
    font-size: 12px;
    letter-spacing: 0;
}
#use_wrap01 .gray_wrap ul li.panf a::before {
    position: absolute;
    content: '\f518';
    font-family: "font awesome 5 free";
    font-weight: 900;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #3b738c;
    color: #fff;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
#use_wrap01 .gray_wrap ul li.panf a::after {
    content: "パンフレット";
    color: #3b738c;
    display: block;
    width: 75px;
    line-height: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45px;
    margin: auto;
    font-size: 12px;
    letter-spacing: 0;
}

@media screen and (max-width: 640px) {
    #use_wrap01 {
    	padding-bottom: 30px;
    }
    #use_wrap01 .gray_wrap ul li a {
        padding-left: 50px;
        font-size: 12px;
    }
    #use_wrap01 .gray_wrap ul li.mov a::after,
    #use_wrap01 .gray_wrap ul li.panf a::after {
        content: '';
        width: auto;
        height: auto;
    }
}
/*-- use_wrap02 --*/
#use_wrap02 .item_wrap{
	overflow:hidden;
}
#use_wrap02 .gray_wrap .item_box{
	float: left;
	width: 32%;
	margin-right: 2%;
}
#use_wrap02 .gray_wrap .item_box li{
    margin-bottom: 10px;
}
#use_wrap02 .gray_wrap .item_box:last-child{
	margin-right: 0;
}
#use_wrap02 .gray_wrap .item_box li a{
	display: block;
	background: #fff;
	padding: 20px 20px 20px 55px;
	border-radius: 5px;
	line-height: 1;
    position: relative;
    letter-spacing: 0;
    font-size: 14px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
}
#use_wrap02 .gray_wrap .item_box li a:hover{
    background: #fcf0da;
}
#use_wrap02 .gray_wrap .item_box li a::after{
    position: absolute;
    content: '\f2d2';
    font-family: "font awesome 5 free";
    font-weight: 400;
    display: block;
    line-height: 1;
    width: 12px;
    height: 10px;
    font-size: 10px;
    text-align: center;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    color: #999999;
}
#use_wrap02 .gray_wrap .item_box li.item01 a::before,#use_wrap02 .gray_wrap .item_box li.item02 a::before,
#use_wrap02 .gray_wrap .item_box li.item03 a::before,#use_wrap02 .gray_wrap .item_box li.item04 a::before,
#use_wrap02 .gray_wrap .item_box li.item05 a::before,#use_wrap02 .gray_wrap .item_box li.item06 a::before,
#use_wrap02 .gray_wrap .item_box li.item07 a::before,#use_wrap02 .gray_wrap .item_box li.item08 a::before,
#use_wrap02 .gray_wrap .item_box li.item09 a::before,#use_wrap02 .gray_wrap .item_box li.item10 a::before,
#use_wrap02 .gray_wrap .item_box li.item11 a::before,#use_wrap02 .gray_wrap .item_box li.item12 a::before,
#use_wrap02 .gray_wrap .item_box li.item13 a::before,#use_wrap02 .gray_wrap .item_box li.item14 a::before,
#use_wrap02 .gray_wrap .item_box li.item15 a::before,#use_wrap02 .gray_wrap .item_box li.item16 a::before,
#use_wrap02 .gray_wrap .item_box li.item17 a::before,#use_wrap02 .gray_wrap .item_box li.item18 a::before {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
}
#use_wrap02 .gray_wrap .item_box li.item01 a::before {
    background: url(../img/use/use_icon01.png) no-repeat center center;
    background-size: contain;
}
#use_wrap02 .gray_wrap .item_box li.item02 a::before {
    background: url(../img/use/use_icon02.png) no-repeat center center;
    background-size: contain;
}
#use_wrap02 .gray_wrap .item_box li.item03 a::before {
    background: url(../img/use/use_icon03.png) no-repeat center center;
    background-size: contain;
}
#use_wrap02 .gray_wrap .item_box li.item04 a::before {
    background: url(../img/use/use_icon04.png) no-repeat center center;
    background-size: contain;
}
#use_wrap02 .gray_wrap .item_box li.item05 a::before {
    background: url(../img/use/use_icon05.png) no-repeat center center;
    background-size: contain;
}
#use_wrap02 .gray_wrap .item_box li.item06 a::before {
    background: url(../img/use/use_icon06.png) no-repeat center center;
    background-size: contain;
}
#use_wrap02 .gray_wrap .item_box li.item07 a::before {
    background: url(../img/use/use_icon07.png) no-repeat center center;
    background-size: contain;
}
#use_wrap02 .gray_wrap .item_box li.item08 a::before {
    background: url(../img/use/use_icon08.png) no-repeat center center;
    background-size: contain;
}
#use_wrap02 .gray_wrap .item_box li.item09 a::before {
    background: url(../img/use/use_icon09.png) no-repeat center center;
    background-size: contain;
}
#use_wrap02 .gray_wrap .item_box li.item10 a::before {
    background: url(../img/use/use_icon10.png) no-repeat center center;
    background-size: contain;
}
#use_wrap02 .gray_wrap .item_box li.item11 a::before {
    background: url(../img/use/use_icon11.png) no-repeat center center;
    background-size: contain;
}
#use_wrap02 .gray_wrap .item_box li.item12 a::before {
    background: url(../img/use/use_icon12.png) no-repeat center center;
    background-size: contain;
}
#use_wrap02 .gray_wrap .item_box li.item13 a::before {
    background: url(../img/use/use_icon13.png) no-repeat center center;
    background-size: contain;
}
#use_wrap02 .gray_wrap .item_box li.item14 a::before {
    background: url(../img/use/use_icon14.png) no-repeat center center;
    background-size: contain;
}
#use_wrap02 .gray_wrap .item_box li.item15 a::before {
    background: url(../img/use/use_icon15.png) no-repeat center center;
    background-size: contain;
}
#use_wrap02 .gray_wrap .item_box li.item16 a::before {
    background: url(../img/use/use_icon16.png) no-repeat center center;
    background-size: contain;
}
#use_wrap02 .gray_wrap .item_box li.item17 a::before {
    background: url(../img/use/use_icon17.png) no-repeat center center;
    background-size: contain;
}
#use_wrap02 .gray_wrap .item_box li.item18 a::before {
    background: url(../img/use/use_icon18.png) no-repeat center center;
    background-size: contain;
}

@media screen and (max-width: 1200px) {
    #use_wrap02 .gray_wrap .item_box li a{
        font-size: 10px;
    }
}

@media screen and (max-width: 840px) {
	#use_wrap02 {
		padding-top: 30px;
	}
}

@media screen and (max-width: 640px) {
	
    #use_wrap02 .gray_wrap .item_box{
    	float: none;
    	width: 100%;
    	margin-right: 0;
        margin-bottom: 10px;
    }
    #use_wrap02 .gray_wrap .item_box li a{
        font-size: 12px;
    }

}