@charset "utf-8";

html,body { height:100%; }
body{
	height: 100%;
	width: 100%;
}

body{
	font-family: Arial,"Meiryo",verdana,"Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
	font-size: 14px;
	line-height: 1.8em;
}


a{
	color: #3A66BF;
	text-decoration: none;
}

.cap_strong{
	font-weight:bold;
}

.caption_thin{
	font-weight:normal;
	color: #606060;
	font-size: 0.9em;
	line-height: 1.65em;
}
/*//////////////////////////////////////
*/
/*
*{
	overflow: hidden !important;
}




*/


*{
	overflow-x: hidden !important;
}



#inner{
    overflow-y: auto !important;
    width: 100%;
}

.one-section-h2{
    margin:0.4em 0em;
    width: 100%;
    padding: 1em;
/*    background-color: aquamarine;*/
}


h1{
    margin-top: 0.3em;
    text-align: center;
    font-weight: bold;
    font-size: 0.95em;
}

h2{
    background-color: darkgray;
    padding: 0.2em 10px;
    font-size:1.1em;
    color: white;
}

h3{
    margin-top: 0.2em;
    font-weight: bold;
}

.one-img{
    text-align: center;
}



.one-section-h3{
    margin: 0.2em 0;
    padding: 0.2em 0;
    border-bottom: 1px dashed #888888;
    
}
.disc-box{
    width: 100%; 
    display:flex;
    align-items: flex-end;
    justify-content: space-around;
}


.disc-box a{
    display: block;
    
}

.disc-img a img{
    width: 100%;
}




.one-dl{
    text-align: right;
    padding-right: 0.8em;
}

#endLink{
    margin: 0.2em 0 1.5em; 
}

#endLink a{
    display: block;
    font-weight: bold;
    font-size: 1.2em;
}





.disc-video{
    width: 480px;
    height: 270px;
/*    justify-content: center;*/
	overflow: hidden;
    
}


.one-img img{
    width: 480px;
}








.disc-img{
    justify-content: center;
    text-align: center;
}





/*
.disc-img{
    width: 140px;
}

.disc-img a{
    width: 120px;
}

*/

.disc-img{
    width: 140px;
}

.disc-img a{
    width: 80%;
    margin: 0px 10%;
    display: block;
}












.disc-box{
    width: 100%; 
    display:flex;
    align-items: flex-end;
    justify-content: space-around;
    text-align: center;
}




















@media screen and (max-width: 640px) {
    .disc-box{
    flex-direction: column;
    align-items:center;
    justify-content: center;
    }
    
    
    .one-img img{
    width: 300px;
}
    
    
    .disc-video{
    width: 300px;
    height: 169px;
    
}
    
}
/*
@media screen and (min-width: 1081px and max-width 1280px) {
    
.disc-img{
    width: 320px;
}

.disc-img a{
    width: 300px;
}
    
    
}

*/

@media screen and (min-width: 961px){
    .disc-img{
        width: 240px;
    }
    
}

@media screen and (min-width: 1281px) {
    #flex-block{
        display:flex;
        justify-content: space-around;
    }
    #first-block,
    #second-block{
        width: 50%;
        padding: 0 4.8%
    }
     #second-block{
       border-left: dashed 4px #AAAAAA;
    }
    
    #endLink a{
        text-align: center;
    }
    
    .disc-img{
        width: 140px;
    }

}


































































