@charset "utf-8";
/*@import ;
@font-face {
  font-family: 'noto sans japanese';
  font-feature-settings: "palt";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:  format('woff'),  format('truetype')
}
@font-face {
  font-family: 'noto sans japanese';
  font-feature-settings: "palt";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:  format('woff'),  format('truetype')
}
@font-face {
  font-family: 'noto sans japanese';
  font-feature-settings: "palt";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:  format('woff'),  format('truetype')
}
@font-face {
  font-family: 'noto sans japanese';
  font-feature-settings: "palt";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:  format('woff'),  format('truetype')
}*/

html {
    font-size: 62.5%;
}

#selection-guide #tabpage {
    font-family: -apple-system, blinkmacsystemfont, "noto sans japanese", hiragino kaku gothic pron, meiryo, sans-serif;
    color: #444f58;
    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: normal;
    word-wrap: break-word;
}
.ja_jp #selection-guide #tabpage {font-family: -apple-system, blinkmacsystemfont, "noto sans japanese", hiragino kaku gothic pron, meiryo, sans-serif;}
.zh_cn #selection-guide #tabpage {font-family: "sf pro sc","sf pro text", "sf pro icons", "pingfang sc", "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", helvetica neue, arial, simsun,sans-serif;}
address, caption {
	font-style:normal;
	font-weight:normal;
}

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

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

#tabpage a:hover,
#tabpage a:active {
    color: rgba(52,93,157,1.00);
	text-shadow: 0 0 black;
}

@media print, screen and (max-width: 767.98px) {
#tabpage a:hover,
#tabpage a:active {
    color: rgba(68,79,88,1.00);
	text-shadow: 0 0 black;
}
}

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 {
    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;
}
table.mediatable thead th .fontsize-70p{
	font-size: 60% !important;
}
.ja_jp table.mediatable thead th .fontsize-60p {
    font-size: 80% !important;
}
.ja_jp table.mediatable thead th .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 print, 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 print, screen and (min-width: 1190px) {
#news-grandchild #sidebar-on {
    width: 75%;
}
	
#news-grandchild #sidebar-wrapper {
    width: 22%;
}	
}

	
@media print, 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(/uploads/image/orirlapis/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(/uploads/image/orirlapis/video_dot_03.png);	
}
		
}

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

@media print, screen and (max-width: 959.98px) {
#sidebar-wrapper {
    display: none;
	}	
}
	
@media print, screen and (min-width: 768px) and (max-width: 1279.98px) {

.tablet_cut {
    display: none!important;
}

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


@media print, screen and (max-width: 767.98px) {

.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(/uploads/image/orirlapis/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);
}

.drawer--left .logo-area .mobile-top-btn .item:hover {
    transition: all .2s;
    background-image: url(/uploads/image/orirlapis/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: 0;
    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 p {
    padding-top: 4px;
    font-size: 10px;
}

.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;
}
	
}
