@charset "UTF-8";
/*------------------------------common上書き-------------------------------*/
.container_left{
	border-right: dotted 1px #cfcfcf;
}
.container_left,
.container_right{
	width: 490px;
	padding: 20px 40px;
	margin-bottom: 20px;
}
.container_left a,
.container_right a{
	color: #336699;
	text-decoration: none;
}

h3{
    color:#c01920;
	border-bottom: 2px solid #c01920;
}

@media screen and (max-width:1000px) {
	h2:before{
		background: #006699;
	}
	h2.grad_red:before{
		background: #006699;
	}
	h2.glay:before{
		background: #006699;
	}
	h2.info{
		border-bottom: solid 1px #006699;
	}
	h3{
    margin: 0 0 1em 0;
    padding: 0 0 0.2em 0;
	font-size: 1.2em;
}
}


@media screen and (max-width:641px) {
	.container_left{
		border-right: none;
	}
	.container_left,
	.container_right{
		width: 100%;
		padding: 20px;
	}
}



/*------------------------------画像・テキストカラム-------------------------------*/
.col_img{
    float: left;
    width: 80px;
}
.col_txt{
	position: relative;
    color: #444;
	margin-left: 100px;
}
.col_txt_title{
    color: #336699;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding-bottom: 5px;
    border-bottom: dashed 1px #cfcfcf;
}
.col_txt_title>a{
    color: #336699;
    text-decoration: none;
}
.col_txt_detail>a{
    color: #444;
    text-decoration: none;
}
.col_txt_title>a:hover,
.col_txt_detail>a:hover{
	text-decoration: underline;
}

/*------------------------------TEXT05-------------------------------*/
.center_box{
    border: solid 1px #cfcfcf;
    border-radius: 5px;
    background: #f2f2f2;
    margin: 0 20px 20px 20px;
    padding: 20px;
}
.center_box .center{
	text-align: center;
}
.center_box .dotted_bottom{
    position: relative;
    border-top: none;
    border-bottom: dashed 1px #cfcfcf;
    padding: 0 0 0 20px;
    line-height: 30px;
}
.center_box .dotted_bottom:before{	
    display: block;
    position: absolute;
    content: "▶";
    color: #c11920;
    top: 0px;
    left: 0;
    right: auto;
    line-height: 30px;
}
.center_box.color_beige{
	background: #f8f9e3;
}
.center_box.color_pink{
	background: #fbf7f4;
}
@media screen and (max-width:641px) {
	.center_box{
	    margin: 0 0 20px 0;
	    padding: 20px
	}
	.center_box img{
		width: 40%;
	}	
}

/*------------------------------メインビジュアル-------------------------------*/
.main_static{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(../../../img/press/press_main_vis.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 390px;
    overflow: hidden;
    position: relative;
}
.main_static .txt{
	color: #444;
}

h2.head_title{
	color: #ffffff;
	font-size: 2em;
	font-weight: 500;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 5px #444;
}

@media screen and (max-width:1000px) {
	.main_static{
		margin: 85px 0 0 0;
		width: 100%;
	}
	.main_static .txt{
	    width: 100%;
	    font-size: 12px;
	    margin: 0;
	    padding: 20px;
	    background: #fff;
	}
}
@media screen and (max-width:641px) {
	.main_static{
	width: 100%;
	margin: 0 auto;
	background: url(../../../img/press/press_main_vis_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 78.933vw;
}
	h2.head_title{
	color: #ffffff;
	font-size: 1.2em;
	font-weight: 500;
	height: auto;
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 5px #444;	
}
}
/*------------------------------ボタン-------------------------------*/
.bill,
.s_staff_new{
	height: 35px;
	text-align: center;
	margin-bottom: 20px;
}
.bill .btn>a,
.s_staff_new .btn>a{
	height: 45px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 80px;
	border: solid 1px #fff;
	border-radius: 5px;
	box-shadow: 1px 2px 2px 2px #cfcfcf;
}
.bill .btn>a span,
.s_staff_new .btn>a span{
	position: relative;
	padding-left: 25px;
}
.bill .btn>a span:before,
.s_staff_new .btn>a span:before{
	content: url(../../../img/common/ico_arrow_w.png);
	width: 20px;
	height: 20px;
	position: absolute;
    top: 2px;
    left: 0;
}
.bill .btn>a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #195824), color-stop(0.49, #117e2a), color-stop(0.00, #30ad25));
	background: -webkit-linear-gradient(top, #30ad25 0%, #117e2a 49%, #195824 100%);
	background: -moz-linear-gradient(top, #30ad25 0%, #117e2a 49%, #195824 100%);
	background: -o-linear-gradient(top, #30ad25 0%, #117e2a 49%, #195824 100%);
	background: -ms-linear-gradient(top, #30ad25 0%, #117e2a 49%, #195824 100%);
	background: linear-gradient(to bottom, #30ad25 0%, #117e2a 49%, #195824 100%);
}
.bill .btn>a:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #217d31), color-stop(0.49, #17ba3c), color-stop(0.00, #3bcc2e));
	background: -webkit-linear-gradient(top, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
	background: -moz-linear-gradient(top, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
	background: -o-linear-gradient(top, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
	background: -ms-linear-gradient(top, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
	background: linear-gradient(to bottom, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
}
.s_staff_new .btn>a{
	font-style: italic;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffa220), color-stop(0.49, #e0a138), color-stop(0.00, #ebe952));
	background: -webkit-linear-gradient(top, #ebe952 0%, #e0a138 49%, #ffa220 100%);
	background: -moz-linear-gradient(top, #ebe952 0%, #e0a138 49%, #ffa220 100%);
	background: -o-linear-gradient(top, #ebe952 0%, #e0a138 49%, #ffa220 100%);
	background: -ms-linear-gradient(top, #ebe952 0%, #e0a138 49%, #ffa220 100%);
	background: linear-gradient(to bottom, #ebe952 0%, #e0a138 49%, #ffa220 100%);
}
.s_staff_new .btn>a:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffb54d), color-stop(0.49, #eac76c), color-stop(0.00, #fcf1a1));
	background: -webkit-linear-gradient(top, #fcf1a1 0%, #eac76c 49%, #ffb54d 100%);
	background: -moz-linear-gradient(top, #fcf1a1 0%, #eac76c 49%, #ffb54d 100%);
	background: -o-linear-gradient(top, #fcf1a1 0%, #eac76c 49%, #ffb54d 100%);
	background: -ms-linear-gradient(top, #fcf1a1 0%, #eac76c 49%, #ffb54d 100%);
	background: linear-gradient(to bottom, #fcf1a1 0%, #eac76c 49%, #ffb54d 100%);
}
@media screen and (max-width:641px) {
	.bill,
	.s_staff_new{
		margin-top: 30px;
	}
	.bill .btn>a{
	    padding: 10px 15%;
	}
	.s_staff_new .btn>a{
		padding: 10px 5%;
	}
}

.chapter ul{
	padding: 0px 0px 10px 0;
	margin-bottom: 2em;
}

.chapter li{
	border-bottom: dotted 1px #cfcfcf;
	padding: 10px 0px 10px 0;
	margin: 0px;
	list-style: none;
	font-size:16px;
}

h3{margin-bottom: 0;}

@media screen and (max-width:641px) {
	.chapter li{
	font-size:1em;
}
}