/* Copyright 2015 Adobe Systems Incorporated.  All rights reserved. */
@font-face {
  font-family: 'source_sans_proregular';
  src: url('../fonts/sourcesanspro-regular-webfont.eot');
  src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
       url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
       url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

#previewApp {
    box-sizing: border-box;
    position:fixed; 
    top:0px; 
    left:0px; 
    bottom:0px; 
    right:0px; 
    width:100%;
    height:100%; 
    border:none; 
    margin:0; 
    padding:0; 
    overflow:hidden;
    z-index:99;
}
#pairingApp {
    display: none;
}
.overlay {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.8);
    z-index:100;
    color:white;
    display: none;
    font-family: 'source_sans_proregular';
    line-height: 25px;
	-webkit-text-size-adjust:none;
	text-size-adjust:none;
}

.container {
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    border:0;
}

.container td {
    vertical-align: middle;
    text-align: center;
}   

.centerAlign {
    text-align: center;
}

.margin2x {
    margin-bottom: 24px;
}

.margin1x {
    margin-bottom: 12px;
}

/* 2020.07.17 追加分 start */
.right_top_contents {
    width: 740px;
    background-color: #fff;
    float: right;
}

.right_top_contents .top_title {
    background: -moz- 100% / 30px url(../img/pat_stripe.png), linear-gradient(#1946ec 10%, #1269ea 19%, #fff 60%);
    background: -webkit- 100% / 30px url(../img/pat_stripe.png), linear-gradient(#1946ec 10%, #1269ea 19%, #fff 60%);
    background: 100% / 30px url(../img/pat_stripe.png), linear-gradient(#1946ec 10%, #1269ea 19%, #fff 60%);
    padding: 20px;
}

.right_top_contents .top_title > p:first-child {
    color: #fff;
    font-size: 2em;
    text-align: center;
    text-shadow: 0 2px 1px #333;
}

.right_top_contents .topic_title {
    background-color: #fff;
    border: 1px solid #f75e2f;
    border-radius: 12px;
    -webkit-box-shadow: rgba(85, 85, 85, 0.65098) 0px 0px 2px 2px inset;
    box-shadow: rgba(85, 85, 85, 0.65098) 0px 0px 2px 2px inset;
    color: #f75e2f;
    font-size: 1.8em;
    font-weight: bold;
    margin: 10px 7px 0 12px;
    padding: 10px 40px 10px 45px;
    position: relative;
}
.right_top_contents .topic_title::before {
    content: "";
    display: block;
    width: 52px;
    height: 55px;
    background: center / cover no-repeat url(../img/topic_icon.png);
    position: absolute;
    top: -13px;
    left: -17px;
}

.right_top_contents .course_wrap {
    height: 250px;
	background-color: #f4f7a0;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}
.right_top_contents .course_wrap::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    opacity: 0;
    visibility: hidden;
}

.right_top_contents .course_wrap > img {
    height: 100%;
}
.right_top_contents .course_wrap > img:only-child {
	margin: auto;
	right: 0;
}
.right_top_contents .course_wrap > img:nth-child(1) {
    position: absolute;
    top: 0;
    bottom: 0;
	left: 0;
    z-index: 1;
}
.right_top_contents .course_wrap > img:nth-child(2) {
    width: 240px;
    height: 100%;
    margin: auto;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.right_top_contents .camp_title {
    width: 100%;
}

.right_top_contents .course_description {
    padding: 40px 25px 30px;
}

.right_top_contents > .topic_title {
    margin: 0 30px 20px 30px;
}

.right_top_contents .big_arrow {
    display: block;
    width: 100%;
    max-width: 641px;
    margin: 0 auto 20px;
}
/* 2020.07.17 追加分 end */
