@charset "UTF-8";
/* CSS Document */
figure{
    margin: 0px;
    padding: 0px; 
}
.content,
.content_box2{
    background: url("vol3/bg.jpg") center 0 repeat;
    padding: 0px;
}
.whiteWrap{
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    padding: 0 0 50px 0;
}
header{
    background: none;
    text-align: center;
}
header img{
    margin: 0 auto;
}
@media screen and (max-width:600px){
    .inner{
        width: 100% !important;
    }
}


@media screen and (max-width:1050px){
    header img{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
}
@media screen and (max-width:600px){
    .onlyPC{
        display: none;
    } 
}

.content_box{
    background: #eeeeee;
    text-align: center;
}
.content_box p{
    max-width: 780px;
    margin: 0 auto;
} 
.fontS{
    font-size: 80%;
}

.articleWrap{
    max-width: 780px;
    margin: 0 auto;
}
@media screen and (max-width:768px){
    .articleWrap{
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        box-sizing: border-box;
    }
}
.articleWrap h2.type00{
    line-height: 1.5em;
    margin-top: 0px;
	padding-bottom: 0px;
	border-bottom: 0px solid #000000;
	margin-bottom: 0px;
	background: none;
}
.articleWrap h2.type01{
    line-height: 1.5em;
    margin-top: 0px;
}
.articleWrap h2.type01 span{
	font-size: 15px;
	display: block;
}


.articleWrap h2{
    line-height: 1.5em;
    margin-top: 60px;
    border-bottom: 1px dotted #333333;
    padding: 0 0 20px 0;
    margin-bottom: 15px
}
@media screen and (max-width:600px){
    .articleWrap h2{
        text-align: left !important;
    }
}
.articleWrap p{
    font-size: 15px;
    padding: 0 0 1em 0;
    line-height: 2.0em;
    text-align: left;
    color:  #333333;
}

.articleWrap p .size_l{
	font-size: 18px;
}
.articleWrap .size_ll{
	font-size: 24px;
	text-align: center;
	padding-bottom: 10px;
}
.picRight{
    float: right;
    width: 350px;
    padding: 5px 0 30px 40px;
}
.picRight img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:600px){
    .picRight{
        float: right;
        width: 175px;
        padding: 5px 0 15px 10px;
    }
}
.picRight figcaption{
    font-size: 13px;
    line-height: 1.4em;
    color: #666666;
    font-weight: bold;
    padding-top: 10px;
}
@media screen and (max-width:600px){
    .picRight figcaption{
        font-size: 12px;
        line-height: 1.4em;
        color: #666666;
        font-weight: normal;
        padding-top: 10px;
    }
}

.imgCenter{
    padding: 15px 0 30px 0;
}
.imgCenter img{
    width: 100%;
    height: auto;
}

.imgCenter figcaption{
    font-size: 13px;
    line-height: 1.4em;
    color: #666666;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}
@media screen and (max-width:600px){
    .imgCenter figcaption{
        font-size: 12px;
        line-height: 1.4em;
        color: #666666;
        font-weight: normal;
        padding-top: 10px;
        text-align: center;
    }
}

.listBox{
    border: 5px solid #e6e6e6;
    padding: 25px;
    box-sizing: border-box;
    background: #f9f9f9;
    margin: 0 0 15px 0;
}
.listBox .data01{
    padding: 0;
    margin: 0;
}
@media screen and (max-width:768px){
    .listBox .data01{
        border-bottom: none;
        margin: 0 0 0px 0;
    }
}
.listBox .data02{}
.listBox .data02 .icon{
    float: left;
    width: 75px;
    padding: 3px;
    font-size: 13px;
    font-weight: bold;
    color:  #ffffff;
    text-align: center;
    background: #000000;
}
@media screen and (max-width:768px){
    .listBox .data02 .icon{
        float: none;
        width: 100%;
        padding: 3px;
        font-size: 13px;
        font-weight: bold;
        color:  #ffffff;
        text-align: center;
        background: #666666;
        margin: 0 0 10px 0;
    }
}
.listBox .data02 .textBox{
    float:right;
    width: 620px;
    padding: 0px;
}
@media screen and (max-width:768px){
    .listBox .data02 .textBox{
        float: none;
        width: 100%;
        padding: 0px;
    }
}
.listBox .data02 .textBox span{
    font-size: 12px;
}




.content_box2 .inner .btn_wr {
    background: url(nextbtn_bg.jpg)no-repeat center;
    background-size: cover;
    width: 780px;
    display: block;
    margin: auto;
    box-sizing: border-box;
    text-decoration: none;
    transition-duration: 0.3s;
    margin-bottom: 30px;
    margin-top: 60px;
    position: relative;
    line-height: 2em;
    font-weight: bold;
	border: 2px solid #012651;
	max-width: 100%;
}
@media screen and (max-width:600px){
	.content_box2 .inner .btn_wr {
		background: url(nextbtn_bg.jpg)no-repeat;
    	background-size: cover;
	}
}

.content_box2 .inner .btn_wr:hover {

	opacity: 0.5;
}


.content_box2 .inner .btn_wr .icon {
    position: absolute;
    top: -36px;
    left: 0px;
    font-size: 24px;
    color: #012651;
    font-weight: bold;
    transition-duration: 0.3s;
}
.content_box2 .inner .btn_inner {
    font-size: 26px;
    line-height: 1.5em;
    color: #ffffff;
    background: url(nextbtn_arrow.png)no-repeat 80px center;
    background-size: 68px 68px;
    padding: 19px 25px 17px 170px;
    transition-duration: 0.3s;
}
@media screen and (max-width:600px){
	.content_box2 .inner .btn_inner {
		padding: 19px 25px 17px 20%;
		 background: url(nextbtn_arrow.png)no-repeat 3% center;
		background-size: 68px 68px;
		 font-size: 22px;
	}
	
}

.content_box2 .inner .btn_wr:hover .btn_inner {
	background: url(nextbtn_arrow.png)no-repeat 90px center;
    background-size: 68px 68px;
}
@media screen and (max-width:600px){
	.content_box2 .inner .btn_wr:hover .btn_inner {
		background: url(nextbtn_arrow.png)no-repeat 3% center;
		background-size: 68px 68px;
	}
}


.video_box{
	width: 100%;
}
.video_box video{
	max-width: 100%;
}
.video_box iframe{
	width: 100%;
}
.videolink_box{
	padding: 20px 0 20px 0;
	margin-bottom: 30px;
}
.videolink_box .inner{
	width: 780px;
	margin: auto;
	max-width: calc(100% - 40px);
	border: 10px solid #f6f6f6;
	padding: 20px;
	box-sizing: border-box;
}
.videolink_box .inner.ty2{
	max-width: calc(100% - 0px);
	display: block;
	text-decoration: none;
	transition-duration: 0.3s;
}
.videolink_box a.inner.ty2:hover{
	opacity: 0.5;
}


.videolink_box .inner a{
	font-size: 15px;
	display: inline-block;
	text-decoration:none;
	color: #000000;
	margin-bottom: 8px;
	transition-duration: 0.3s;
}
.videolink_box2 .inner li{
	font-size: 15px;
	text-decoration: none;
	color: #000000;
	margin-bottom: 8px;
}
.videolink_box2 .inner li span{
	font-size: 50%;
	display:inline-block;
	margin-right: 10px;
}

.videolink_box2 .inner .ttl{
	margin-bottom: 0px!important;
}
.videolink_box .inner a:hover{
	opacity: 0.5;
}

/*
.videolink_box .inner a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-top: solid 2px #00498a;
    border-right: solid 2px #00498a;
    transform: rotate(
45deg
);
    margin-right: 8px;
    margin-top: -3px;
}*/

.videolink_box .inner .ttl{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.videolink_box2 .inner .ttl{
	text-align: center;
	padding-bottom: 5px;
}
.videolink_box2{
	margin-bottom: 20px;
	text-align: center;
}
.videolink_box2 .inner{


}
.videolink_box .inner .box{
	width: 700px;
	margin: auto;
	max-width: 100%;
}
.videolink_box .inner .box.ty2{
	width: 670px;
	margin: auto;
	max-width: 100%;
}
.videolink_box2 .inner .box{
	width: 480px;
	margin: auto;
	max-width: 100%;
}
.videolink_box2 .inner li{
	margin-bottom: 5px;
}

.videolink_box2 .inner li:last-child{
	margin-bottom: 0px;
}

.inner li .company{
	background-color: #07152f;
	display: inline-block;
	color: #ffffff;
	line-height: 1em;
	padding: 4px 5px 4px 5px;
	margin-right: 7px;
	font-size: 13px;
}
.inner li .txt1{
	font-size: 13px;
	margin-top: 3px;
	display: block;
	color: #777777;
}

.video_contact{
	background-color: #eeeeee;
	padding: 20px 20px 20px 20px;
	margin-top: 20px;
}
.video_contact .company{
	text-align: center;
	padding-bottom: 5px;
    font-size: 17px;
	line-height: 1.4em;
    display: block;
	font-weight: bold;
}

.video_contact .company .ty1{
	display: block;
	color: #555555;
	font-size: 14px;
}
.video_contact .link{
    font-size: 15px;
    text-align: center;
	padding-bottom: 0px;
	
}
.video_contact .link a {
    font-weight: bold;
    color: #1da5ed;
    transition-duration: 0.3s;
}

.video_contact .link a:hover {
	opacity: 0.5;
}
.content_box .ttl2{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #ef0000;
	margin-bottom: 15px;
}
