@charset "utf-8";

.share_style .cont_block{
	padding-bottom: 100px;
}
.breadcrumb{
	margin: 20px 0 90px;
}
.breadcrumb ul{
	overflow: hidden;
}
.breadcrumb li{
	float: left;
	background: url(../common/img/pc/ico/arrow_right.png) no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-left: 20px;
	font-size: 14px;
}
.breadcrumb li:first-child{
	background: none;
	margin-left: 0;
	padding-left: 0;
}
.main_block{
	width: 670px;
	float: left;
	box-sizing: border-box;
}
.side_block{
	width: 280px;
	float: right;
	box-sizing: border-box;
}
.side_nav li{
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
}
.side_nav li:first-child{
	color: #fff;
	background: #006538;
	padding: 15px 20px;
}
.side_nav li a{
	display: block;
	padding: 15px 20px;
	box-sizing: border-box;
}
.share_style .top_inf_text{
	text-align: left;
	line-height: 1.6;
	font-size: 16px;
	margin-bottom: 50px;
}
h2.share_tetle{
	font-size: 30px;
	margin-bottom: 40px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.main_border{
	position: relative;
	/* border: 1px solid #e60021; */
	border: 1px solid #000;
	width: 100%;
	display: block;
	margin-top: 15px;
}
.sub_border{
	border: 1px solid #000;
	width: 30%;
	position: absolute;
	left: 0;
	top: -1px;
}
h3.share_tetle{
	color: #fff;
	background: #231815;
	position: relative;
    padding: 7px 20px 8px;
    margin-bottom: 25px;
}
h3.share_tetle:before{
    content: "";
    width: 10px;
    height: 40px;
    /* background: #e60021; */
	background: #006538;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.cont_box{
	margin-bottom: 40px;
}
/*================================
    document
=================================*/
#document #keyvisual{
    height: 297px;
    background: url(../img/pc/dl/kv/kv_img.jpg) no-repeat;
    background-size: auto;
    background-position: top;
    position: relative;
}
@media screen and (min-width: 1366px){
#document #keyvisual{
    height: auto;
    background: url(../img/pc/dl/kv/kv_img.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    padding-top: 21.74%;
}
}
.kv_title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}
.kv_title:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	background: #e60021;
	width: 500px;
	height: 100%;
	margin-left: -1000px;
}
.kv_title h2{
	font-size: 30px;
	color: #fff;
	background: url(../img/pc/dl/kv/header_bg.png) no-repeat;
	padding: 29px 0 28px;
}
.beginners{
	margin-bottom: 60px;
}


/*===============================================
●tablet.css 画面の横幅が750pxまで
===============================================*/
@media screen and (max-width: 750px){
.breadcrumb {
    margin-bottom: 20px;
}
.main_block {
    width: 100%;
    float: none;
}
.side_block {
	display: none;
	width: 100%;
}
h2.share_tetle {
	font-size: 24px;
    margin-bottom: 20px;
}
.main_border {
    margin-top: 10px;
}
h3.share_tetle:before {
    height: 34px;
}
.share_style .top_inf_text {
    margin-bottom: 20px;
}
.beginners {
    margin-bottom: 40px;
}
.kv_title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.kv_title .inner{
	padding: 0;
}
.kv_title h2 {
    font-size: 20px;
    color: #fff;
	padding: 20px;
}
.kv_title:before {
    content: none;
}
#document #keyvisual {
    height: 300px;
    background: url(../img/sp/dl/kv/kv_img.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}
.breadcrumb li {
    font-size: 14px;
}
}


/* 20231013追加 */

.side-green li:first-child{
    background: #006538;
}

.side-green li{
    border-bottom: 1px solid #000;
}