@charset "utf-8";

/* font-awesome */
@import url(../fonts/font-awesome-4.7.0/css/font-awesome.min.css);
/* font-awesome ここまで */

@font-face {
    font-family: 'Noto Sans Japanese';
    font-feature-settings : "palt";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Noto-Sans-CJK-JP/fonts/NotoSansCJKjp-DemiLight.woff') format('woff'),  url('../fonts/Noto-Sans-CJK-JP/fonts/NotoSansCJKjp-DemiLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-feature-settings : "palt";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Noto-Sans-CJK-JP/fonts/NotoSansCJKjp-Regular.woff') format('woff'),  url('../fonts/Noto-Sans-CJK-JP/fonts/NotoSansCJKjp-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-feature-settings : "palt";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Noto-Sans-CJK-JP/fonts/NotoSansCJKjp-Medium.woff') format('woff'),  url('../fonts/Noto-Sans-CJK-JP/fonts/NotoSansCJKjp-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-feature-settings : "palt";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Noto-Sans-CJK-JP/fonts/NotoSansCJKjp-Bold.woff') format('woff'),  url('../fonts/Noto-Sans-CJK-JP/fonts/NotoSansCJKjp-Bold.ttf') format('truetype');
}

html {
    font-size: 62.5%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    color: rgba(68,79,88,1.00);
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.08rem;
    line-height: 1.4em;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    word-break: break-all;
    word-wrap: break-word;
}

address, caption {
	font-style:normal;
	font-weight:normal;
}

/* Google Chrome レスポンシブ画像ぼやける問題 暫定処置 */
img {
    -webkit-backface-visibility: hidden;
    vertical-align: middle;
}
/* Google Chrome レスポンシブ画像ぼやける問題 暫定処置 ここまで */

a:link,
a:visited {
    color: rgba(68,79,88,1.00);
    text-decoration: none;
}

a:hover,
a:active {
    color: rgba(52,93,157,1.00);
}

@media only screen and (max-width: 767px) {
a:hover,
a:active {
    color: rgba(68,79,88,1.00);
}
}

ol, ul {
	list-style:none;
}

.social_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px 15px 5px 5px;
}

.social_area .facebook_btn {
	margin-right: 13px;
}

.social_area .twitter_btn {
	margin-right: 13px;
	margin-top: 1px;
}

.social_area .twitter-share-button {
	width: 70px !important;
}

.social_area .g-plusone_btn {
	margin-right: 20px;
	margin-top: 1px;
}

.social_area #___plusone_0 {
	width:40px !important;
}

td,
th,
p,
h1,
h2,
h3,
h4,
h5,
h6,
label {
    word-break: break-all;
    word-wrap: break-word;
    font-weight: normal;
}

a:focus {
    outline: none;
}

sup,
sub {
    font-size: 70%;
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    font-size: 0px;
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.res-img {
    width: 100%;
    height: auto;
}

.border-bottom-none {
    border-bottom: none !important;
}

.fontsize-20 {
    font-size: 20px !important;
}

.fontsize-19 {
    font-size: 19px !important;
}

.fontsize-18 {
    font-size: 18px !important;
}

.fontsize-17 {
    font-size: 17px !important;
}

.fontsize-16 {
    font-size: 16px !important;
}

.fontsize-15 {
    font-size: 15px !important;
}

.fontsize-14 {
    font-size: 14px !important;
}

.fontsize-13 {
    font-size: 13px !important;
}

.fontsize-12 {
    font-size: 12px !important;
}

.fontsize-11 {
    font-size: 11px !important;
}

.fontsize-10 {
    font-size: 10px !important;
}

.fontsize-9 {
    font-size: 9px !important;
}

.fontsize-8 {
    font-size: 8px !important;
}

.fontsize-7 {
    font-size: 7px !important;
}

.fontsize-10p {
    font-size: 10% !important;
}

.fontsize-20p {
    font-size: 20% !important;
}

.fontsize-30p {
    font-size: 30% !important;
}

.fontsize-40p {
    font-size: 40% !important;
}

.fontsize-50p {
    font-size: 50% !important;
}

.fontsize-60p {
    font-size: 60% !important;
}

.fontsize-70p {
    font-size: 70% !important;
}

.fontsize-80p {
    font-size: 80% !important;
}

.fontsize-90p {
    font-size: 90% !important;
}

.fontsize-110p {
    font-size: 110% !important;
}

.fontsize-120p {
    font-size: 120% !important;
}

.fontsize-130p {
    font-size: 130% !important;
}

.fontsize-140p {
    font-size: 140% !important;
}

.fontsize-150p {
    font-size: 150% !important;
}

.fontsize-160p {
    font-size: 160% !important;
}

.fontsize-170p {
    font-size: 170% !important;
}

.fontsize-180p {
    font-size: 180% !important;
}

.fontsize-190p {
    font-size: 190% !important;
}

.fontsize-200p {
    font-size: 200% !important;
}

.fontsize-smaller {
    font-size: smaller !important;
}

.fontweight-normal {
	font-weight: 400 !important;
}

.fontweight-bold {
	font-weight: 700 !important;
}

@media only screen and (min-width: 1280px) {

.pc_cut {
    display: none!important;
}

#Sidebar-off .w1190px-box,
#Sidebar-off .library-box {
    width: 1190px;
    margin-left: auto!important;
    margin-right: auto!important;
    position: relative;
}
	
}

@media only screen and (min-width: 1190px) {
#news-grandchild #Sidebar-on {
    width: 75%;
}
	
#news-grandchild #sidebar-wrapper {
    width: 22%;
}	
}

	
@media only screen and (min-width: 960px) {
.flexbox-Sidebar-on {
    display: flex;
    justify-content: space-between;
    max-width: 1190px;
    margin-left: auto!important;
    margin-right: auto!important;
    position: relative;
}
	
#sidebar-wrapper .indextop {
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 600;
}
	
#sidebar-wrapper .indextop:hover {
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(13,87,167,0.03);
    transition: all .2s;
    cursor: pointer;
    display: block;
}
	
#sidebar-wrapper .indextop:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-image: url(../images/video_dot_03.png);	
}
		
}

@media only screen and (min-width: 960px) and (max-width: 1189px) {
#Sidebar-on {
    width: 75%;
}
	
#sidebar-wrapper {
    width: 22%;
    margin-right: 1.5%;
}	
}

@media only screen and (max-width: 959px) {
#sidebar-wrapper {
    display: none;
	}	
}
	
@media only screen and (min-width: 768px) and (max-width: 1279px) {

.tablet_cut {
    display: none!important;
}

#Sidebar-off .w1190px-box,
#Sidebar-off .library-box {
    margin-left: 2%!important;
    margin-right: 2%!important;
    position: relative;
}
}


@media only screen and (max-width: 767px) {

.mobile_cut {
    display: none!important;
}

.w1190px-box,
.library-box {
    position: relative;
}

.drawer--left .logo-area .mobile-top-btn .item {
    color: #fff;
    font-size: 140%;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    background-image: url(../images/video_dot_03.png);
    background-color: rgba(49,57,64,0.50);
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
    
    .add_back_color{
        background-color: rgba(1, 12, 141, 0.5)!important;
    }

.drawer--left .logo-area .mobile-top-btn .item:hover {
    transition: all .2s;
    background-image: url(../images/video_dot_03.png);
    background-color: rgba(83,107,198,0.65);
}

.drawer--left .logo-area .mobile-top-btn .item:hover:before {
    color: #fff;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.drawer--left .logo-area .mobile-top-btn .item:before {
    font-family: FontAwesome;
    position: absolute;
    top: 6.5px;
    right: 0;
    left: 1px;
    padding: 0 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.drawer--left .logo-area .mobile-top-btn .btn-1 .item:before {
    content: "\f1c1";
}

.drawer--left .logo-area .mobile-top-btn .btn-2 .item:before {
    content: "\f02d";
}

.drawer--left .logo-area .mobile-top-btn .btn-3 .item:before {
    content: "\f0e6";
}

.drawer--left .logo-area .mobile-top-btn .btn-4 .item:before {
    content: "\f003";
}

.drawer--left .logo-area .mobile-top-btn .btn-rec .item:before {
    content: "\f2be";
}

.drawer--left .logo-area .mobile-top-btn p {
    padding-top: 0!important;
    font-size: 10px;
}
    
    .saiyo_sp{
        font-size: 12px!important;
    }

.drawer--left .logo-area {
    display: flex;
    justify-content: space-between;
}

.drawer--left .logo-area .mobile-top-btn {
    display: flex;
    list-style: none;
    text-align: center;
    justify-content: space-between;
    margin-top: 12px;
    margin-right: 4px;
}

.drawer--left .logo-area .mobile-top-btn li {
    width: 50px;
}
	
}
