

#rwd-content  {
overflow-x:hidden;
}


#rwd-content a:hover {
opacity: 0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}


.share_box {
text-align: center;
margin: 40px auto 120px;
}
.share_box .ttl_share {
display: block;
width: 60px;
height: auto;
margin: 0 auto 12px;
}
.share_box a {
display: inline-block;
margin: 0 4px;
width: 60px;
}
.share_box a img {
display: block;
width: 100%;
height: auto;
}


.mainimg {
margin-bottom: 40px;
}
/*.mainimg h1 {
position: absolute;
z-index: 10000;
max-width: 660px;
width: 66vw;
right:0;
left:0;
top:12vw;
margin: auto;
}*/


.txt_section {
position: relative;
max-width: 1080px;
width: 100%;
margin-left: auto;
margin-right: auto;
}


.txt_section .txt_box {
position: relative;
background: #fff;
padding: 30px 20px;
text-align: center;
}
.txt_section .txt_box h2 {
display: inline-block;
margin: 0 auto 30px;
text-align: center;
font-weight: bold;
border-bottom: solid 2px #173074;
padding: 0 1em 10px;
letter-spacing: 2px;
font-size: 3rem;
}
.txt_section .txt_box p {
margin-bottom: 40px;
text-align: center;
max-width: 900px;
}
@media (max-width: 980px) {
.txt_section .txt_box p {
text-align: left;
}
/* max-width: 980px */}

.txt_section .txt_box .share_box {
margin: 0 auto;
}
.txt_section .txt_box .txtimg01 {
position: absolute;
z-index: 11100;
max-width: 395px;
width: 38vw;
height: auto;
top:-6vw;
left:-17vw;
}
@media (max-width: 1080px) {
.txt_section .txt_box .txtimg01 {
width: 33vw;
height: auto;
top:-11vw;
left:-12vw;
}
/* max-width: 1080px */}
@media (min-width: 1281px){
.txt_section .txt_box .txtimg01 {
top:-140px;
left:-154px;
}
/* min-width: 1281px */}

.txt_section .txt_box .txtimg02 {
position: absolute;
z-index: 11200;
max-width: 288px;
width: 28vw;
height: auto;
top:-6vw;
right:-6vw;
}
@media (min-width: 1281px){
.txt_section .txt_box .txtimg02 {
top:-77px;
right:-77px;
}
/* min-width: 1281px */}
.txt_section .txt_box .txtimg03 {
position: absolute;
z-index: 11300;
max-width: 139px;
width: 14vw;
height: auto;
bottom:-4vw;
left:-2vw;
}
@media (min-width: 1281px){
.txt_section .txt_box .txtimg03 {
bottom:-52px;
left:-26px;
}
/* min-width: 1281px */}
.txt_section .txt_box .txtimg04 {
position: absolute;
z-index: 11400;
max-width: 405px;
width: 40vw;
height: auto;
bottom:-7vw;
right:-8vw;
}
@media (min-width: 1281px){
.txt_section .txt_box .txtimg04 {
bottom:-90px;
right:-103px;
}
/* min-width: 1281px */}

.movie_box {
background: #000;
width: 75%;
max-width: 840px;
margin: 0 auto 30px;
}
.movie_box .movie_inbox {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.movie_box .movie_inbox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.btn_ych {
margin-bottom: 100px;
}


.product_img {
display: block;
max-width: 1220px;
width: 100%;
height: auto;
margin: 0 auto 40px;
}


.applicaton_box {
background: #EFEFEF;
margin-bottom: 50px;
padding: 70px 0 50px;
}
h3.ttl_txt,
.applicaton_box h3 {
display: block;
margin: 0 auto 40px;
width: 90%;
max-width: 360px;
}


.applicaton_box dl.date_txt {
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
line-height: 1.6;
}
.applicaton_box dl.date_txt:first-of-type {
margin-bottom: 5px;
}
.applicaton_box dl.date_txt dt {
display: inline-block;
width: 120px;
}
.applicaton_box dl.date_txt dd {
font-weight: bold;
}


#rwd-content .rwd-notes-list01 dt {
width: 100px;
position: relative;
font-weight: bold;
}

#rwd-content .rwd-table-type01 {
border: none;
margin-bottom: 40px;
border-bottom: #828282 1px solid;
}
#rwd-content .rwd-table-type01 th,
#rwd-content .rwd-table-type01 td {
border-right: none;
border-left: none;
}
#rwd-content .rwd-table-type01 th {
text-align: left;
font-weight: bold;
background: none;
padding-left: 30px;
}

ul.txt_kadai {
line-height: 1.875;
  list-style: none;
  padding:0;
  margin:0;
font-weight: bold;
margin-bottom: 1em;
}
ul.txt_kadai li { 
  padding-left: 1em; 
  text-indent: -1em;
}
ul.txt_kadai li:before {
    content: "● ";
    color: #789ACA;
}
.rwd-table-type01 .sample {
display: block;
max-width: 403px;
width: 100%;
height: auto;
margin-bottom: 10px;
}

a.btn_back.btn_application {
display: block;
width: 400px;
line-height: 1.4;
margin-left:auto;
margin-right:auto;
border: none;
font-size: 1.5rem;
padding: 20px 30px;
text-align: center;
border-radius: 8px;
color:#fff!important;
font-weight: bold;
background:#173074 url("../img/arw_btn.png") no-repeat center left;
}


a.btn_back.btn_application.btn_blank::after {
display: inline-block;
content:"";
width: 16px;
height: 14px;
background: url(/shared/img/rwd_icon_newwin_white.svg) no-repeat;
margin:2px 0 0 10px;
}

a.btn_back.btn_application2 {
display: block;
width: 320px;
line-height: 1.4;
margin-left:auto;
margin-right:auto;
border: none;
font-size: 1.5rem;
padding: 20px 30px;
text-align: center;
border-radius: 8px;
color:#fff!important;
font-weight: bold;
background:#173074 url("../img/arw_btn.png") no-repeat center left;
}

a.btn_back.btn_application2::after {
display: inline-block;
content:"";
width: 16px;
height: 14px;
background: url(/shared/img/rwd_icon_newwin_white.svg) no-repeat;
margin:2px 0 0 10px;
}


.line-through {
  color: #f00;
  text-decoration : line-through;
	padding-right: 1em;
}
.line-through span {
  color: #000;
}
.end_txt {
  color: #f00;
}


.bluet{ line-height: 1.2; border: #173074 solid 1px; margin: 10px 0; padding: 20px; color: #225761;}
.bluet ul{padding: 5px 0!important;}
.bluet ul li{font-size: 1.4rem!important;list-style: none!important; margin-left: 0!important; padding-left: 2em!important; text-indent: -2em!important; margin-bottom: 0.8em; line-height: 1.4;}
.bluet ul li:before {content: ""!important;}
.bluet ul li:last-of-type {margin-bottom: 0;}
.bluet strong{display: inline-block;margin-bottom: 0.5em;}
.bluet p{font-size: 1.4rem!important; }

.step_box {
line-height: 1.2;
font-size: 1.1rem;
display: inline-block;
color:#fff;
background: #999;
padding: 4px 8px;
}



.rwd-table-type01 ol li {
margin-left: 1.5em;
margin-bottom: 10px;
}


#entry .rwd-subsection-headline.rwd-border-left-thin {
border-left: 5px solid #173074;
}


p .dots {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
} 