@charset "utf-8";
/* CSS Document */

/*------------------------------------
    共通
------------------------------------*/

main section{
	margin-bottom: 40px;
}

/*--hタグ--*/
.hTypeBgwhite{
	background-color: #fff;
	color: #4e4e4e;
	padding: 10px 0;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #adadad;
}
.hTypeBgwhite span{
	display: inline-block;
	background-image: linear-gradient(to right, #3c5ef5 0%, #63e4ce 100%);
	color: #fff;
	margin-right: 10px;
	padding: 5px 10px;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.3em;
}
.hTypeBgwhite em{
	font-weight: 600;
}
/**/
.hTypeBrdrBlue{
	background-color: #fff;
	color: #222;
	margin-bottom: 15px;
	padding: 5px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #444bc0;
}


@media screen and (max-width: 768px) {
	/*--hタグ--*/
	.hTypeBgwhite{
		padding: 10px 5px 5px;
		font-size: 30px;
	}
	.hTypeBgwhite span{
		margin-right: 0;
		padding: 2px 5px;
		font-size: 23px;
		line-height: 1.4em;
	}
}
@media screen and (max-width: 480px) {
	/*--hタグ--*/
	.hTypeBgwhite{
		font-size: 24px;
	}
	.hTypeBgwhite span{


		font-size: 20px;
	}
}

/*------------------------------------
    メインイメージ
------------------------------------*/
.mainImgBox{
    background-color: #F5F5F5;
	margin: auto;
    padding: 30px 0;
}
.mainImgBox .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
	margin: 0 auto;
}
/**/
.mainImgBox .inner .sideBox{
    width: 270px;
}
.mainImgBox .inner .sideBox dl{
    margin-bottom: 10px;
}
.mainImgBox .inner .sideBox dl dt{
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: -0.03em;
    border-bottom: 1px solid #333;
}
.mainImgBox .inner .sideBox dl dt em{
    color: #F04043;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3em;
}
.mainImgBox .inner .sideBox ul li{
    margin-bottom: 10px;
    text-align: center;
}
.mainImgBox .inner .sideBox ul li p{
	margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
}
.mainImgBox .inner .sideBox ul li span{
	display: inline-block;
	background-image: linear-gradient(to bottom, transparent 60%, #f4e600 60%);
	color: #C00;
}


@media screen and (max-width: 768px) {
    .mainImgBox{
        padding: 20px 0;
    }
    .mainImgBox .inner{
        width: 100%;
    }
    .mainImgBox .inner h2{
        width: 100%;
        margin: 0 auto 20px;
    }
    
    /**/
    .mainImgBox .inner .sideBox{
        width: 95%;
        margin: auto;
    }
    .mainImgBox .inner .sideBox dl{
        margin-bottom: 10px;
    }
    .mainImgBox .inner .sideBox dl dt{
        font-size: 20px;
        text-align: center;
    }
    .mainImgBox .inner .sideBox dl dt em{
        font-size: 34px;
    }
    .mainImgBox .inner .sideBox ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .mainImgBox .inner .sideBox ul li{
        width: 49%;
    }
    .mainImgBox .inner .sideBox ul li img{
        max-width: 270px;
    }
	.mainImgBox .inner .sideBox ul li p{
		font-size: 15px;
	}
}
@media screen and (max-width: 480px) {
    .mainImgBox .inner .sideBox dl dt{
        font-size: 18px;
    }
    .mainImgBox .inner .sideBox dl dt em{
        font-size: 28px;
    }
	.mainImgBox .inner .sideBox ul li p{
		font-size: 14px;
	}
}


/*------------------------------------
    製作シーン
------------------------------------*/
section.sceneBox{
	background-color: #f5f5f5;
}

section.sceneBox h2{
	padding: 30px 0 15px;
}
section.sceneBox h2 br{
	display: none;
}
section.sceneBox h2.hTypeBgwhite em{
	color: #e2165f;
}

/**/
section.sceneBox > .inner{
	width: 1200px;
	margin: auto;
	padding: 30px 0;
}
section.sceneBox > .inner ul li{
	width: 550px;
	margin-bottom: 30px;
}
section.sceneBox > .inner ul li:last-child{
	margin-bottom: 0;
}
section.sceneBox > .inner ul li h3{
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.8em;
	position: relative;
}
section.sceneBox > .inner ul li h3 a{
	display: block;
	color: #3d59e1;
}
section.sceneBox > .inner ul li h3 img{
	margin-bottom: 10px;
}
section.sceneBox > .inner ul li h3:after{
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: #454545;
	position: absolute;
	left: 0;
	bottom: -5px;
}

/*スライダー*/
section.sceneBox .swiper-slide{
	margin: auto;
	padding: 0 25px;
}

/**/
section.sceneBox .swiper-button-prev,
section.sceneBox .swiper-button-next{
	width: 46px;
	height: 46px;
	background-image: none;
	transition: all 0.3s ease-out;
	top: 48%;
	bottom: 30px;
	opacity: 0.5;
}
section.sceneBox .swiper-button-prev{
	left: 0;
}
section.sceneBox .swiper-button-next{
	right: 0;
}

section.sceneBox .swiper-button-prev:before,
section.sceneBox .swiper-button-next:before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 5px solid #666;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
section.sceneBox .swiper-button-prev:before{
	border-left: 5px solid #666;
	left: 5px;
	transform: rotate(-45deg);
}
section.sceneBox .swiper-button-next:before{
	border-right: 5px solid #666;
	right: 5px;
	transform: rotate(45deg);
}

section.sceneBox .swiper-button-prev:hover,
section.sceneBox .swiper-button-next:hover{
	opacity: 0.9;
}

/**/
section.sceneBox .swiper-pagination{
	width: 100%;
}
section.sceneBox .swiper-pagination span{
	margin: 0 5px;
}
section.sceneBox .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	bottom: 0;
}


@media screen and (max-width: 768px) {
	section.sceneBox h2 br{
		display: inline-block;
	}
	
	section.sceneBox > .inner{
		width: 98%;
		padding: 20px 0;
	}
	section.sceneBox > .inner ul li{
		width: 98%;
		max-width: 550px;
		margin: 10px auto 30px;
	}

	/*スライダー*/
	section.sceneBox .swiper-slide{
		width: 100%;
		padding: 0 25px;
	}
	section.sceneBox .swiper-button-prev:before,
	section.sceneBox .swiper-button-next:before{
		width: 20px;
		height: 20px;
	}
	section.sceneBox .swiper-button-prev:before{
		left: 5px;
	}
	section.sceneBox .swiper-button-next:before{
		right: 5px;
	}
}
@media screen and (max-width: 480px) {
	section.sceneBox > .inner ul li h3{
		font-size: 18px;
	}
}



/*------------------------------------
    種類から選ぶ
------------------------------------*/
section.typeBox .hTypeBgwhite br{
	display: none;
}
section.typeBox .hTypeBgwhite em{
	color: #ff811b;
}

/**/
section.typeBox > .inner{
	width: 1200px;
	margin: auto;
	padding: 30px 0;
}

/**/
section.typeBox > .inner ul.typeSelect{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}
section.typeBox > .inner ul.typeSelect li{
	width: 325px;
	margin: 0 10px;
	padding: 6px;
	position: relative;
}
section.typeBox > .inner ul.typeSelect li:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
}
section.typeBox > .inner ul.typeSelect li br{
	display: none;
}
section.typeBox > .inner ul.typeSelect li a{
	display: block;
	height: 100%;
	background-color: #fff;
	padding: 25px 20px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
section.typeBox > .inner ul.typeSelect li a:hover{
	opacity: 1;
	background-color: #fff176;
}

/**/
section.typeBox > .inner ul.typeSelect li.flag{ background-image: linear-gradient(to bottom, #185efe 0, #3a9aff 100%);}
section.typeBox > .inner ul.typeSelect li.flag:after{ border-top: 12px solid #3a9aff;}
section.typeBox > .inner ul.typeSelect li.flag a{ color: #185efe;}

section.typeBox > .inner ul.typeSelect li.maku{ background-image: linear-gradient(to bottom, #ff4114 0, #ffa22b 100%);}
section.typeBox > .inner ul.typeSelect li.maku:after{ border-top: 12px solid #ffa22b;}
section.typeBox > .inner ul.typeSelect li.maku a{ color: #ff4114;}

section.typeBox > .inner ul.typeSelect li.other{ background-image: linear-gradient(to bottom, #92e66c 0, #47cc35 100%);}
section.typeBox > .inner ul.typeSelect li.other:after{ border-top: 12px solid #47cc35;}
section.typeBox > .inner ul.typeSelect li.other a{ color: #47cc35;}


/*----*/
section.typeBox > .inner .typeList{
	margin-bottom: 40px;
}
section.typeBox > .inner .typeList:last-child{
	margin-bottom: 0;
}

section.typeBox > .inner .typeList h3{
	margin-bottom: 15px;
	padding: 3px 3px 3px 15px;
	font-size: 20px;
	font-weight: 600;
}

section.typeBox > .inner .typeList#typeFlag h3{
	border-left: 4px solid #185efe;
}
section.typeBox > .inner .typeList#typeMaku h3{
	border-left: 4px solid #ff4417;
}
section.typeBox > .inner .typeList#typeOther h3{
	border-left: 4px solid #48cf35;
}

/**/
section.typeBox > .inner .typeList ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
section.typeBox > .inner .typeList ul:after{
	content: "";
	display: block;
	width: 370px;
	height: 0;
}
section.typeBox > .inner .typeList ul li{
	width: 370px;
	margin-bottom: 30px;
}
section.typeBox > .inner .typeList ul li h4{
	margin-bottom: 10px;
}

section.typeBox > .inner .typeList ul li p{
	font-size: 12px;
	line-height: 1.6em;
}

@media screen and (max-width: 768px) {
	section.typeBox h2 br{
		display: inline-block;
	}
	
	/**/
	section.typeBox > .inner{
		width: 95%;
	}
	
	/**/
	section.typeBox > .inner ul.typeSelect{
		justify-content: space-between;
	}
	section.typeBox > .inner ul.typeSelect li{
		width: 32%;
		margin: 0;
		padding: 5px;
	}
	section.typeBox > .inner ul.typeSelect li br{
		display: inline-block;
	}
	section.typeBox > .inner ul.typeSelect li a{
		padding: 10px 10px;
		font-size: 16px;
		line-height: 1.4em;
	}
	
	/*----*/
	section.typeBox > .inner .typeList{
		margin-bottom: 40px;
	}
	section.typeBox > .inner .typeList:last-child{
		margin-bottom: 0;
	}
	
	section.typeBox > .inner .typeList h3{
		font-size: 18px;
	}
	
	/**/
	section.typeBox > .inner .typeList ul:after,
	section.typeBox > .inner .typeList ul li{
		width: 48%;
	}
}
@media screen and (max-width: 480px) {
	/**/
	section.typeBox > .inner ul.typeSelect li a{
		padding: 10px 5px;
		font-size: 14px;
		letter-spacing: 0.05em;
	}
	
	/*----*/
	section.typeBox > .inner .typeList{
		margin-bottom: 40px;
	}
	section.typeBox > .inner .typeList:last-child{
		margin-bottom: 0;
	}
	
	section.typeBox > .inner .typeList h3{
		font-size: 18px;
	}
	
	/**/
	section.typeBox > .inner .typeList ul:after,
	section.typeBox > .inner .typeList ul li{
		width: 100%;
	}
}




/*------------------------------------
    設置方法から選ぶ
------------------------------------*/
section.environmentBox .hTypeBgwhite{
	margin-bottom: 15px;
	padding: 5px;
	font-size: 33px;
}
section.environmentBox .hTypeBgwhite br{
	display: none;
}
section.environmentBox .hTypeBgwhite em{
	color: #ff811b;
}

/**/
section.environmentBox > ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto;
}
section.environmentBox > ul li{
	width: 430px;
	margin-bottom: 30px;
}
section.environmentBox > ul li h3{
	margin-bottom: 10px;
}
section.environmentBox > ul li dl dt{
	color: #707070;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	section.environmentBox .hTypeBgwhite{
		font-size: 28px;
	}
	section.environmentBox .hTypeBgwhite br{
		display: inline-block;
	}
	section.environmentBox .hTypeBgwhite + p{
		width: 95%;
		margin: auto;
	}

	/**/
	section.environmentBox > ul{
		width: 95%;
	}
	section.environmentBox > ul li{
		width: 48%;
	}
}
@media screen and (max-width: 480px) {
	section.environmentBox .hTypeBgwhite{
		font-size: 25px;
	}

	/**/
	section.environmentBox > ul li{
		width: 100%;
	}
}


/*------------------------------------
    4ステップ
------------------------------------*/
section.stepBox .hTypeBgwhite{
	margin-bottom: 15px;
	padding: 5px;
	font-size: 28px;
}
section.stepBox .hTypeBgwhite br{
	display: none;
}
section.stepBox .hTypeBgwhite em{
	color: #ff811b;
}

/**/
section.stepBox {
    counter-reset: step;
}
section.stepBox > .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    flex-direction: row-reverse;
	margin: 20px auto 30px;
}
section.stepBox > .inner > div.imgBox{
    width: 450px;
}
section.stepBox > .inner > dl{
    width: 430px;
}
section.stepBox > .inner > dl dt{
    margin-bottom: 10px;
    padding: 4px;
    padding-left: 150px;
    font-size: 20px;
    line-height: 1.6em;
    position: relative;
}
section.stepBox > .inner > dl dt:before{
    content: "STEP"counter(step,decimal-leading-zero);
    counter-increment: step;
    display: block;
    width: 120px;
    color: #407BFB;
    font-weight: 600;
    text-align: center;
    border-left: 3px solid #407BFB;
    border-right: 1px solid #407BFB;
    position: absolute;
    left: 0;
}

/*STEP1*/
section.stepBox .stepContact{
	width: 680px;
	margin: 20px auto;
	text-align: center;
}
section.stepBox .stepContact > p{
	display: inline-block;
	margin: 0 auto 20px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
	border-bottom: 1px solid #454ac0;
}
section.stepBox .stepContact ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.stepBox .stepContact ul li{
	margin-bottom: 15px;
}


@media screen and (max-width: 768px) {
	section.stepBox .hTypeBgwhite{
		font-size: 25px;
	}
	section.stepBox .hTypeBgwhite + p{
		width: 95%;
		margin: auto;
	}
	
	/**/
	section.stepBox > .inner{
		width: 95%;
	}
	section.stepBox > .inner > div.imgBox{
		width: 100%;
		text-align: center;
	}
	section.stepBox > .inner > div.imgBox img{
		max-width: 450px;
	}
	section.stepBox > .inner > dl{
		width: 100%;
		margin-bottom: 15px;
	}
	
	/*STEP1*/
	section.stepBox .stepContact{
		width: 90%;
	}
	section.stepBox .stepContact > p{
		font-size: 18px;
	}
	
	section.stepBox .stepContact ul li{
		width: 48%;
	}
}


/*------------------------------------
    製作事例
------------------------------------*/
.h_record{
	font-size: 30px;
	letter-spacing: 0.08em;
	margin-bottom: 15px;
}
.record_box {
	margin-top: 40px;
}
.record_box > li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 25px 30px;
	background: #f9fbfc;
	margin-bottom: 30px;
	border:solid 2px #bdbdbd;
}
.record_box li .record_img{
	width: 255px;
}
.record_box li .record_img img{
	width: 100%;
	height: auto;
}
.record_box li .record_detail{
	width: 550px;
}
.record_box li .record_detail .detail_top{
	font-size: 20px;
	letter-spacing: 0.08em;
	color: #255acc;
	padding-bottom: 3px;
	border-bottom: solid 1px;
	margin-bottom: 12px;
}
.record_box li .record_detail dl dt{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #383838;
	margin-bottom: 5px;
}
.record_box li .record_detail dl dd ul{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.record_box li .record_detail dl dd p{
	line-height: 1.8em;
	margin-bottom: 15px;
}
.record_box li .record_detail dl dd ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	color: #fff;
	text-align: center;
	padding: 12px 20px;
}
.record_box li .record_detail dl dd ul li a::after{
	content: "";
	display: block;
	width: 6px;
	height: 10px;
	background: #fff;
	clip-path: polygon(0 0,100% 50%,0 100%);
}
.record_box li .record_detail dl dd ul li.btn_record a{
	background: #0d111d;
}
.record_box li .record_detail dl dd ul li.btn_companyflag a{
	background: #31358e;
}
.record_box li .record_detail dl dd ul li.btn_flag a{
	background: #af22cc;
}
.record_box li .record_detail dl dd ul li.btn_team a{
	background: #cb226d;
}
.record_box li .record_detail dl dd ul li.btn_handflag a{
	background: #4099ed;
}
.record_box li .record_detail dl dd ul li.btn_greencloth a{
	background: #078423;
}
.record_box li .record_detail dl dd ul li.btn_kokki a{
	background: #ad1d59;
}
.record_box li .record_detail dl dd ul li.btn_championshipflag a{
	background: #ae21cb;
}
.record_box li .record_detail dl dd ul li.btn_continuityflag a{
	background: #f95b15;
}
.record_box li .record_detail dl dd ul li.btn_clubflag a{
	background: #aa5900;
}
.record_box li .record_detail dl dd ul li.btn_schoolflag a{
	background: #a70100;
}
.record_box li .record_detail dl dd ul li.btn_pennant a{
	background: #13a5a3;
}
.record_box li .record_detail dl dd ul li.btn_nobori a{
	background: #ed28a3;
}
.record_box li .record_detail dl dd ul li.btn_mininobori a{
	background: #f424a7;
}
.record_box li .record_detail dl dd ul li.btn_swing a{
	background: #1e63d0;
}
.record_box li .record_detail dl dd ul li.btn_oudanmaku a{
	background: #0fa5a4;
}
.record_box li .record_detail dl dd ul li.btn_genba-sheet a{
	background: #1e2ca5;
}
.record_box li .record_detail dl dd ul li.btn_banner a{
	background: #fe7e01;
}
.record_box li .record_detail dl dd ul li.btn_tapestry a{
	background: #59b100;
}
.record_box li .record_detail dl dd ul li.btn_tentoumaku a{
	background: #fc4e79;
}
.record_box li .record_detail dl dd ul li.btn_wagon a{
	background: #f40151;
}
.record_box li .record_detail dl dd ul li.btn_backdrop a{
	background: #6728da;
}
.record_box li .record_detail dl dd ul li.btn_team-maku a{
	background: #01b46f;
}
.record_box li .record_detail dl dd ul li.btn_poster a{
	background: #1d6b13;
}
.record_box li .record_detail dl dd ul li.btn_gateflag a{
	background: #25b8cb;
}
.link_portfolio{
	display: flex;
	align-items: center;
	column-gap: 5px;
	width: fit-content;
	font-size: 16px;
	letter-spacing: 0.05em;
	padding:0 4px 2px;
	border-bottom: solid 1px #585858;
	margin: 0 0 60px auto;
}
.link_portfolio::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #2e2e2e;
	clip-path: polygon(0 0,100% 50%,0 100%);
}
.link_portfolio:hover{
	opacity: 1;
	color: #1774d4;
	border-color: #1774d4;
}
.link_portfolio:hover::after{
	background: #1774d4;
}

@media screen and (max-width: 768px) {
	.h_record + p{
		width: 95%;
		margin: 0 auto ;
	}
	.record_box{
		display: flex;
		column-gap: 15px;
		padding: 0 2.5% 10px;
		overflow-x: scroll;
		margin-bottom: 20px;
	}
	.record_box > li {
		width: 380px;
		display: flex;
		flex-direction: column;
		padding: 15px 15px 25px;
		flex-shrink: 0;
		margin-bottom: 0;
	}
	.record_box li .record_img{
		width: 100%;
		margin: 0 auto 15px;
	}
	.record_box li .record_detail{
		width: 100%;
		flex-grow: 1;
	}
	.record_box li .record_detail dl dd ul{
		justify-content: center;
	}
	.link_portfolio{
		margin-right: 2.5%;
	}
	.record_box li .record_detail dl dd ul li {
		width: 90%;
	}
}

@media screen and (max-width: 480px) {
	.h_record{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.record_box{
		margin: 30px auto 10px;
	}
	.record_box > li{
		width: 85%;
	}
	.record_box li .record_detail .detail_top,
	.record_box li .record_detail dl dt{
		font-size: 15px;
	}
	.record_box li .record_detail dl dd p{
		font-size: 13px;
	}
	.record_box li .record_detail dl dd ul li{
		width: 100%;
	}
	.record_box li .record_detail dl dd ul li a{
		padding: 10px 15px;
	}
	.link_portfolio{
		font-size: 14px;
	}
}


/*------------------------------------
    最新コラム
------------------------------------*/
.h_blog{
	font-size: 30px;
	letter-spacing: 0.08em;
	line-height: 1.5em;
	margin-bottom: 30px;
	padding-bottom: 5px;
}
.blog_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 25px;
	margin-bottom: 25px;
}
.blog_box li{
	width: 430px;
}
.blog_box li a img{
width: 100%;
height: auto;
}
.blog_box li .text{
	padding: 10px 15px 15px;
	background: #f4f4f4;
	transition-duration: .3s;
}
.blog_box li .text .title{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.blog_box li a:hover{
	opacity: 1;
}
.blog_box li a:hover img{
	opacity: .6;
}
.blog_box li a:hover .text{
	background: #c3e0f7;
}

@media screen and (max-width: 768px) {
	.blog_box{
		width: 95%;
		margin: 0 auto 20px;
	}
	.blog_box li{
		width: 48%;
	}
}

@media screen and (max-width: 480px) {
	.h_blog{
		font-size: 20px;
	}
	.blog_box li{
		width: 100%;
	}
	.blog_box li .text .title{
		font-size: 14px;
	}

}

/*------------------------------------
    8つの特典
------------------------------------*/
section.benefitsBox > h3{
	margin-bottom: 15px;
}
section.benefitsBox > h3 + p{
	margin: 20px auto;
}

section.benefitsBox .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto;
}
section.benefitsBox .inner dl{
	width: 430px;
	margin-bottom: 20px;
}
section.benefitsBox .inner dl dt{
	color: #1774d4;
	margin-bottom: 10px;
	padding-left: 85px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3em;
	border-bottom: 1px solid #1774d4;
	position: relative;
}
section.benefitsBox .inner dl dt:before{
	content: "";
	display: block;
	width: 70px;
	height: 40px;
	background-color: #1774d4;
	background-repeat: no-repeat;
	background-position: center;
	padding: 3px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

section.benefitsBox .inner dl:nth-of-type(1) dt:before{
	background-image: url(../../_images/top/benefits-number1.gif);
}
section.benefitsBox .inner dl:nth-of-type(2) dt:before{
	background-image: url(../../_images/top/benefits-number2.gif);
}
section.benefitsBox .inner dl:nth-of-type(3) dt:before{
	background-image: url(../../_images/top/benefits-number3.gif);
}
section.benefitsBox .inner dl:nth-of-type(4) dt:before{
	background-image: url(../../_images/top/benefits-number4.gif);
}
section.benefitsBox .inner dl:nth-of-type(5) dt:before{
	background-image: url(../../_images/top/benefits-number5.gif);
}
section.benefitsBox .inner dl:nth-of-type(6) dt:before{
	background-image: url(../../_images/top/benefits-number6.gif);
}
section.benefitsBox .inner dl:nth-of-type(7) dt:before{
	background-image: url(../../_images/top/benefits-number7.gif);
}
section.benefitsBox .inner dl:nth-of-type(8) dt:before{
	background-image: url(../../_images/top/benefits-number8.gif);
}

/**/
section.benefitsBox .linkBtn{
	display: block;
	width: 80%;
	background-color: #7a80d8;
	color: #fff;
	margin: 0 auto;
	padding: 10px;
	padding-right: 30px;
	font-size: 16px;
	line-height: 1.8em;
	text-align: center;
	position: relative;
}
section.benefitsBox .linkBtn:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}


@media screen and (max-width: 768px) {
	section.benefitsBox > h3 + p{
		width: 95%;
	}
	
	section.benefitsBox .inner{
		width: 95%;
		margin: auto;
	}
	section.benefitsBox .inner dl{
		width: 48%;
		margin-bottom: 20px;
	}
	section.benefitsBox .inner dl dt{
		padding-left: 60px;
		font-size: 17px;
	}
	section.benefitsBox .inner dl dt:before{
		background-size: 85% auto;
		width: 50px;
		height: 30px;
	}

}

@media screen and (max-width: 480px) {
	section.benefitsBox .inner dl{
		width: 100%;
	}
	section.benefitsBox .inner dl dt{
		padding-left: 65px;
	}
}


/*------------------------------------
    更新履歴
------------------------------------*/
section.newsBox .inner{
	max-height: 200px;
	margin: 30px auto;
	padding: 20px;
	border: 1px solid #ddd;
	overflow-y: auto;
}
section.newsBox .inner dl{
	display: flex;
	flex-wrap: wrap;
}
section.newsBox .inner dl dt{
	color: #515151;
	width: 15%;
	margin-bottom: 5px;
	padding: 5px 0 0;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1em;
	border-top: 1px dotted #999;
}
section.newsBox .inner dl dd{
	width: 85%;
	margin-bottom: 5px;
	padding: 5px 0 0;
	border-top: 1px dotted #999;
}
section.newsBox .inner dl dd a{
	background-color: #e0e8fc;
}
section.newsBox .inner dl dd.new:before{
	content: "NEW";
	display: inline-block;
	background-color: #df0044;
	color: #fff;
	margin-right: 5px;
	padding: 0 5px;
	font-weight: 500;
	line-height: 1.5em;
}

@media screen and (max-width: 768px) {
	section.newsBox .inner{
		width: 95%;
		padding: 3%;
	}
	section.newsBox .inner dl dt{
		width: 100%;
	}
	section.newsBox .inner dl dd{
		width: 100%;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 480px) {
	section.newsBox .inner{
		width: 95%;
		padding: 3%;
	}
	section.newsBox .inner dl dt{
		width: 100%;
		font-size: 15px;
	}
	section.newsBox .inner dl dd{
		width: 100%;
		margin-bottom: 15px;
	}
}











