@charset "utf-8";
.pc_only {}
.sp_only {
 display: none;
}
.xSmallFont {
 font-size: 15px;
}
.smallFont {
 font-size: 13px;
}
.largeFont {
 font-size: 18px;
}
.xLargeFont {
 font-size: 24px;
}
.none {
 display: none;
}
.f_family {
 font-family: YuGothic, '游ゴシック', sans-serif;
}
.bold {
 font-weight: bold;
}
.t_center {
 text-align: center;
}
.t_left {
 text-align: left;
}
.t_right {
 text-align: right;
}
.bg_bk {
 background: #FFF;
}
body {
 background: #FFF;
 font-size: 22px;
 font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
main {
 padding: 0 0 0 0;
 overflow-x: hidden !important;
}
/*************
header
*************/
header {
 height: 41px;
 width: 100%;
 background-color: #000;
}
header .service-logo {
 width: 123px;
 height: auto;
 margin: 0 auto;
}
header .service-logo img {
 width: 123px;
 height: 41px;
 margin: 0 auto;
}
/*************
main visual
*************/
.mv {
 /*background-image: url("/mobile/set/data/service/5glab/nelke-xr-theater/jujutsukaisen-stage/img/shared/pc_bg2.jpg");
 background-repeat: no-repeat;
 background-position: center top;
 background-size: cover;
 height: auto;*/
 background-color: #69c8f0;
 background: repeating-linear-gradient(-60deg,#e5e5e5,#e5e5e5 3px,#FFF 0,#FFF 9px);
 padding: 30px 0;
}
.mv1 {
 padding: 0;
 width: 100%;
 margin: 0 auto;
 z-index: 200;
}
.mv1 img {
 border-radius: 20px;
}
.mv2 {
 width: 100%;
 max-width: 700px;
 margin: 0 auto;
 text-align: center;
}
.mv2 h2 {
 margin: 0 auto;
 padding: 30px 0 20px;
}
.mv2 h2 img {
 max-width: 225px;
}
.mat {}
.mv .mv_wrap {
 max-width: 1000px;
 height: auto;
 padding: 50px 50px 50px;
 position: relative;
 background-color: #FFF;
 border-radius: 30px;
 margin: 0 auto 30px;
}
.mv .mv_wrap p.lp_discription {
 color: #FFF;
 background-color: #69c8f0;
 position: relative;
 padding: 1em;
 text-align: center;
 line-height: 1.4em;
 border-radius: 8px;
 /*text-shadow: 1px 1px 0 #e4f4f1, -1px -1px 0 #e4f4f1, -1px 1px 0 #e4f4f1, 1px -1px 0 #e4f4f1, 0px 1px 0 #e4f4f1, 0-1px 0 #e4f4f1, -1px 0 0 #e4f4f1, 1px 0 0 #e4f4f1, 2px 2px 10px #e4f4f1, -2px 2px 10px #e4f4f1, 2px -2px 10px #e4f4f1, -2px -2px 10px #e4f4f1*/
}
.boxSd {
 -webkit-box-shadow: 0 0 20px rgb(53 78 161 / 20%);
 box-shadow: 0 0 20px rgb(53 78 161 / 20%);
}
/*************
contets
*************/
.contents {
 background: #fff;
}
.contents .con_wrap {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
 padding: 50px 0;
}
.menuBox {
 width: 100%;
 padding: 10px 0;
}
.menuWrap {
 max-width: 950px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-around;
}
#moonlight .menuWrap a {
 padding: 0.5em 1em;
 display: block;
 text-decoration: none;
 color: #000;
}
.m1, .m2, .m3, .m4 {
 position: relative;
 width: 48%;
 font-weight: bold;
 font-size: 22px;
 background-color: #FFF;
 border-radius: 12px;
}
.m1, .m2, .m3, .m4 {
 border-left: 4px solid #69c8f0;
 border-top: 4px solid #69c8f0;
 border-bottom: 4px solid #69c8f0;
 border-right: 4px solid #69c8f0;
}

.m1 span {
 color: #BD66A7;
}
.m2 span {
 color: #76933D;
}
.m3 span {
 color: #BD8B66;
}
.m1:after {
 display: block;
 content: "";
 position: absolute;
 top: calc(50% - 6px);
 right: 10px;
 width: 6px;
 height: 6px;
 border-top: solid 2px #BD66A7;
 border-right: solid 2px #BD66A7;
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
}
.m2:after {
 display: block;
 content: "";
 position: absolute;
 top: calc(50% - 6px);
 right: 10px;
 width: 6px;
 height: 6px;
 border-top: solid 2px #76933D;
 border-right: solid 2px #76933D;
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
}
.m3:after {
 display: block;
 content: "";
 position: absolute;
 top: calc(50% - 6px);
 right: 10px;
 width: 6px;
 height: 6px;
 border-top: solid 2px #BD8B66;
 border-right: solid 2px #BD8B66;
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
}
.m4:after {
 display: block;
 content: "";
 position: absolute;
 top: calc(50% - 6px);
 right: 10px;
 width: 6px;
 height: 6px;
 border-top: solid 2px #000;
 border-right: solid 2px #000;
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
}
img.arrow {
 position: absolute;
 width: 22px;
 height: auto;
 left: 50%;
 margin-left: -11px;
 bottom: 15px;
}
.h_whats {
 display: inline-block;
 width: auto;
 font-size: 28px;
 font-weight: bold;
 padding: 0.25em 0.5em;
 margin: 0 0 0 -4px;
}
.h_whats.ar {
 border: 4px solid #000;
 border-image: linear-gradient(to right, #629fb9, #bd66a7);
 border-image-slice: 1;
}
.h_whats.vr {
 border: 4px solid #000;
 border-image: linear-gradient(to right, #629fb9, #bd8b66);
 border-image-slice: 1;
}
.h_whats.fr {
 border: 4px solid #000;
 border-image: linear-gradient(to right, #629fb9, #99bd66);
 border-image-slice: 1;
}
.h_list {
 width: 169px;
 border: 4px solid #000;
 padding: 15px 15px 15px 20px;
 margin: 0;
}
.h_title {
 font-size: 46px;
 text-shadow: 3px 3px 0 #c3d9e3;
 margin: 0 auto 0 auto;
 line-height: 1.2;
}
.h_sub {
 color: #FFF;
 font-weight: bold;
 padding: 0.35em 1em;
 display: inline-block;
 letter-spacing: 2px;
 min-width: 350px;
 text-align: center;
 font-size: 22px;
}
.h_title_sub {
 font-size: 22px;
 font-weight: bold;
 margin: 0 auto 0 auto;
 text-align: center;
 color: #666666;
}
.appTxt2 {
 font-size: 32px;
 text-align: center;
 color: #FFF;
 font-weight: bold;
 text-shadow: 2px 2px 0 #333;
 margin: 0 auto 0 auto;
 line-height: 1.4;
 padding: 1.5em 0 1.75em;
 position: relative;
 background-image: url("/mobile/set/data/service/5glab/nelke-xr-theater/jujutsukaisen-stage/img/shared/cover.png");
 background-repeat: repeat-y;
 background-size: contain;
}
.ar .grd {
 background: linear-gradient(to right, #629fb9, #bd66a7);
}
.vr .grd {
 background: linear-gradient(to right, #629fb9, #bd8b66);
 padding-bottom: 33px;
}
.fr .grd {
 background: linear-gradient(to right, #629fb9, #99bd66);
 padding-bottom: 33px;
}
.contents p {
 padding: 0 20px;
 margin: 30px auto 0;
 color: #555;
}
.contents .txt_bk {
 font-size: 28px;
 margin: 40px 0 0 0;
 color: #FFF;
 font-weight: bold;
 line-height: 1.4em;
 padding: 0 5px;
}
.contents .txt_bk > span {
 position: relative;
 display: inline-block;
 padding: 0;
}
.contents .txt_bk > span::before {
 content: "";
 position: absolute;
 bottom: 1px;
 left: -5px;
 top: 1px;
 right: -5px;
 background-color: #000;
 z-index: -1;
}
.cont_image {
 max-width: 380px;
 height: auto;
 margin-top: 20px;
}
.dl_area {
 padding: 60px 15px;
}
.dl_area h6 {
 font-size: 22px;
 margin-top: 30px;
 color: #ccc;
}
.dl_area p {
 margin: 0;
 font-size: 15px;
 color: #888;
}
img.app_logo {
 width: 600px;
 height: auto;
 display: block;
 margin: 0 auto;
}
.app_dl {
 border-bottom: 8px solid #62899b;
}
.app_dl:hover {
 margin-top: 24px !important;
 border-bottom: none;
}
.ar div.bg {
 background: linear-gradient(to right, #c3ecfb, #eac1fb);
 width: 640px;
 padding: 0;
 margin: 16px auto 0;
}
.vr div.bg {
 background: linear-gradient(to right, #c3ecfb, #ebb48d);
 width: 640px;
 padding: 0;
 margin: 16px auto 0;
}
.fr div.bg {
 background: linear-gradient(to right, #c3ecfb, #c4ee88);
 width: 640px;
 padding: 0;
 margin: 16px auto 0;
}
#moonlight .ar div.bg a, #moonlight .vr div.bg a, #moonlight .fr div.bg a {
 display: block;
 padding: 22px 30px;
}
.contents.list {
 background: linear-gradient(180deg, rgba(166, 195, 207, 1) 0%, rgba(236, 236, 236, 1) 6%, rgba(236, 236, 236, 1) 30%, rgba(255, 255, 255, 1) 100%);
}
.panelBox {
 display: flex;
 width: 100%;
 max-width: 840px;
 margin: 0 auto;
 justify-content: space-between;
 flex-wrap: wrap;
 padding: 0 15px;
}
.panelBox > div {
 max-width: 380px;
 width: 48%;
}
.panelBox p {
 padding: 0;
 margin: 20px auto 0;
 color: #000;
}
.listBox {
 display: flex;
 width: 100%;
 max-width: 840px;
 margin: 0 auto;
 justify-content: space-between;
 flex-wrap: wrap;
 padding: 0 15px;
}
.listBox > div {
 max-width: 380px;
 width: 48%;
 margin-bottom: 40px;
}
.listBox p {
 padding: 0;
 margin: 20px auto 0;
 color: #000;
}
#moonlight .listBox a {
 color: #669999;
 text-decoration: none;
 font-size: 21px;
 font-weight: bold;
 transition: all .3s;
}
.listBox a:hover .cont_image, .listBox a:hover .listTtl {
 opacity: 0.75;
}
.addTxt {
 color: #FFF;
 text-align: center;
 font-size: 16px;
 padding: 1em 0 40px;
}
.addTxt2 {
 color: #FFF;
 text-align: center;
 font-size: 22px;
 padding: 1em 0 1em;
 width: 100%;
 max-width: 840px;
 margin: 0 auto;
}
img.imgL {
 width: 100%;
 max-width: 840px;
 height: auto;
 display: block;
 margin: 0 auto;
 border-radius: 13px;
}
.listImg {
 position: relative
}
.listImg .cont_image {
 max-width: 380px;
 height: auto;
 margin-top: 0;
}
.icon {
 position: absolute;
 bottom: -30px;
 left: 0;
}
.icon img {
 width: 82px;
 height: 82px;
}
.listTtl {
 margin-top: 40px;
}
#link {
 width: 100%;
 padding: 50px 10px;
 border-top: 1px solid #E5E5E5;
 background-color: #FFF;
}
.linkBox {
 display: flex;
 width: 400px;
 margin: 0 auto;
 align-items: center;
 justify-content: space-around;
}
#moonlight .linkBox a {
 display: block;
 transition: all 0.3s;
}
.linkBox a:hover {
 opacity: 0.75;
}
.link1 {
 max-width: 120px;
}
.link2 {
 max-width: 180px;
}
.mt50 {
 margin-top: 50px !important;
}
.mt100 {
 margin-top: 100px !important;
}
.fin {
 position: relative;
}
.fin img {
 opacity: 0.5;
}
.fin p {
 text-shadow: 0 0 1px #6699cc, 0 0 20px #6699cc, 0 0 10px #6699cc, 0 0 10px #6699cc, 0 0 60px #6699cc;
 color: #FFF;
 font-size: 40px;
 font-weight: bold;
 position: absolute;
 top: 50%;
 left: 50%;
 -ms-transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 margin: 0 !important;
 padding: 0 !important;
 white-space: nowrap;
}
.cnBox {
 max-width: 840px;
 margin: 0 auto;
 color: #000;
}
.cnBox .ttl {
 text-align: center;
 font-size: 32px;
 margin: 0 auto 1em;
 font-weight: bold;
}
.cnBox .testLead {
 font-weight: bold;
 position: relative;
 padding: 0 0 0 0;
 font-size: 28px;
 line-height: 1.2;
 margin: 0;
 display: flex;
 align-items: center;
 width: 100%;
}
.cnBox .testLead span {
 background-color: #FFF;
 color: #000;
 font-weight: bold;
 padding: 0 0.45em;
 display: block;
 text-align: center;
 margin: 0 1em 0 0;
 font-size: 40px;
 line-height: 1.5;
 border: 4px solid #FFF;
 border-image: linear-gradient(to right, #629fb9, #bd66a7);
 border-image-slice: 1;
}
.mb10 {
 margin-bottom: 10px;
}
.mb20 {
 margin-bottom: 20px;
}
.mb30 {
 margin-bottom: 30px;
}
.mtb1 {
 margin: 2em auto 1em;
 font-weight: bold;
 font-size: 26px;
}
.mtb2 {
 margin: 1em auto 0.5em;
 font-weight: bold;
 font-size: 22px;
}
.pt0 {
 padding-top: 0 !important;
}
.cnBox .subtxt {
 padding: 0.5em 0 0em 4.5em;
}
.cnBox .small {
 font-size: 18px;
}
.indent1 {
 text-indent: -1em;
 padding-left: 1em;
}
.indent2 {
 text-indent: -1em;
 padding-left: 1em;
}
.indent3 {
 padding-left: 3em;
}
.indent4 {
 padding-left: 1.25em;
}
.tac {
 text-align: center;
}
.subBox {
 padding: 1em 5em 0 5em;
}
.leadBox {
 padding: 20px 0;
 background: #FFF;
 background: linear-gradient(90deg, rgba(255, 255, 255, 1) 3.5%, #629fb9 3.5%, #629fb9 4%, rgba(255, 255, 255, 1) 4%, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
}
.leadBox.npt {
 padding-top: 0;
}
.leadBox.npb {
 padding-bottom: 0;
}
.entry {
 max-width: 90%;
 border-bottom: 1px solid #FFF;
 font-weight: bold;
 display: inline-block;
 text-align: center;
}
.s_01 .accordion_one {
 max-width: 1024px;
 margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
 border: 4px solid #FFF;
 border-image: linear-gradient(to right, #629fb9, #bd66a7);
 border-image-slice: 1;
 color: #000;
 font-size: 26px;
 font-weight: bold;
 padding: 20px 11%;
 text-align: center;
 position: relative;
 z-index: +1;
 cursor: pointer;
 transition-duration: 0.2s;
 margin: 0 auto 0;
}
.s_01 .accordion_one .accordion_header:hover {
 opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 top: 50%;
 right: 5%;
 width: 40px;
 height: 40px;
 border: 1px solid #000;
 margin-top: -20px;
 box-sizing: border-box;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 transform-origin: center center;
 transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
 display: block;
 width: 18px;
 height: 18px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 transform-origin: center center;
 transition-duration: 0.2s;
 position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
 display: flex;
 content: '';
 background-color: #000;
 border-radius: 10px;
 width: 18px;
 height: 4px;
 position: absolute;
 top: 7px;
 left: 0;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
 transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
 width: 4px;
 height: 18px;
 top: 0;
 left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
 content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
 display: none;
 padding: 0 0 30px 0;
 box-sizing: border-box;
}
.s_01 .accordion_one .accordion_inner .box_one {
 height: auto;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
 margin: 0;
}
.btnBox {
 margin: 40px auto;
}
#moonlight .btnM {
 font-weight: bold;
 font-size: 28px;
 text-align: center;
 color: #FFF;
 background: #bd66a7;
 background: linear-gradient(to right, #629fb9, #bd66a7);
 line-height: 1;
 border-radius: 12px;
 max-width: 480px;
 opacity: 1;
 margin: 0 auto 0;
 position: relative;
}
#moonlight .btnMa {
 display: block;
 color: #FFF;
 padding: 0.75em 0;
 text-decoration: none;
}
#moonlight .btnMa:hover {
 display: block;
 color: #FFF;
 opacity: 0.7;
}
#moonlight .btn:hover::before {
 right: 3%;
}
.pdl {
 padding-left: 110px;
}
.step-link{
	color: #0000EE;
text-decoration: underline;
font-weight: bold;}
@media screen and (max-width: 1024px) {
 .s_01 .accordion_one .accordion_header {
  font-size: 18px;
 }
 .s_01 .accordion_one .accordion_header .i_box {
  width: 30px;
  height: 30px;
  margin-top: -15px;
 }
}
@media screen and (max-width: 767px) {
 .s_01 .accordion_one .accordion_header {
  font-size: 16px;
  text-align: left;
  padding: 1em 2.5em 1em 1em;
  margin: 15px auto 20px;
 }
}
/*************
page top button
*************/
#page-top {
 z-index: 99;
 width: 60px;
 display: inline-block;
 margin-bottom: 50px;
}
#moonlight #page-top a {
 text-decoration: none;
}
#page-top a:link .page_top_hover, #page-top a:visited .page_top_hover {
 display: none;
}
#page-top a:hover .page_top_link, #page-top a:visited:hover .page_top_link, #page-top a:active .page_top_link {
 display: none;
}
#page-top a:hover .page_top_hover, #page-top a:visited:hover .page_top_hover, #page-top a:active .page_top_hover {
 display: inline-block;
}
#page-top img {
 width: 60px;
 height: auto;
 vertical-align: middle;
}
/*************
footer
*************/
footer {
 font-size: 12px !important;
 color: #FFF;
 text-align: center;
 padding: 50px 0px;
 background: #000;
}
#moonlight footer a {
 ext-decoration: underline;
}
footer .copy {
 font-family: HiraKakuPro-W3;
 padding: 0 20px;
 line-height: 1.67;
 text-align: center;
}
@media only screen and (max-width: 1000px) {

 .panelBox > div, .listBox > div {
  width: calc(50% - 7.5px);
 }
}
@media only screen and (max-width: 900px) {
 .contents .txt_bk {
  font-size: 3.1vw;
 }
 .largeFont {
  font-size: 1.8vw;
 }
}
.qrBox {
 width: 120px;
 margin: 0 auto;
}
.qrBox2 {
 width: 180px;
 margin: 0 auto;
}
.fixedBox {
 width: 100%;
 padding: 15px 0;
 margin: 0 auto;
 display: none;
 background-color: rgba(0, 0, 0, 0.85);
}
.fixedBox.on {
 position: fixed;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: 9999;
}
.fixedBox .btnBox {
 width: 90vw;
 max-width: 480px;
 margin: 0 auto;
 display: flex;
 align-items: center;
 justify-content: space-around;
}
.fixedBox .btnBox.off {
 opacity: 0.7;
}
.fixedBox .qrTxt {
 font-size: 22px;
 font-weight: bold;
 color: #FFF;
}
.fixedBox .qrBox {
 width: auto;
 margin: 0;
}
.fixedBox .btnBox img {
 width: 120px;
}
.movieBox {
 width: calc(100% - 30px);
 max-width: 840px;
 margin: 0 auto;
}
.movieWrap {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
}
.movieWrap iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border: 1px solid #333;
}
.flex {
 display: flex;
 justify-content: space-between;
}
.flexItem {
 width: 49%;
}
.tike1 {
 background-color: rgba(98, 159, 185, 0.4);
 border-radius: 10px;
 box-shadow: 0px 0px 8px rgb(255 255 255 / 20%) inset;
 padding: 1.5em 0.75em;
 min-height: 391px;
}
.tike2 {
 background-color: rgba(189, 102, 167, 0.4);
 border-radius: 10px;
 box-shadow: 0px 0px 8px rgb(255 255 255 / 20%) inset;
 padding: 1.5em 0.75em;
 min-height: 391px;
}
.price {
 font-size: 38px;
 color: #FFF;
 font-weight: bold;
 text-align: center;
 margin: 0.5em auto;
 text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, 0px 2px 0 #000, 0 -2px 0 #000, -2px 0 0 #000, 2px 0 0 #000;
}
.price span {
 font-size: 22px;
 color: #FFF;
 font-weight: bold;
}
.item {
 font-weight: bold;
 font-size: 19px;
 color: #FFF;
 position: relative;
 padding-left: 1.5em;
}
.item::after {
 font-size: 19px;
 content: '';
 display: block;
 position: absolute;
 top: .5em;
 left: 0.25em;
 width: 0.75em;
 height: 0.25em;
 border-left: 3px solid #FFF;
 border-bottom: 3px solid #FFF;
 transform: rotate(-45deg);
}
.sampleImg {
 font-size: 22px;
 margin: 1.5em auto 0.75em;
}
.sampleTxt {
 font-size: 16px;
 text-align: center;
 line-height: 1.4;
 font-weight: bold;
}
.shopList {
 border: 2px solid #FFF;
 padding: 0.25em;
 text-align: center;
 font-size: 18px;
 font-weight: bold;
 width: 80%;
 margin: 1.75em auto 0;
}
.shopListSub {
 font-size: 17px;
 font-weight: bold;
 margin: 1em auto;
 text-align: center;
 line-height: 1.4;
}
.shopListTxt {
 font-size: 14px;
}
.mt1em {
 margin-top: 1em;
}
.sTxt {
 font-size: 14px;
}
.sTxt a {
 color: #FFF;
 text-decoration: underline;
}
.sTxt a:hover {
 color: #FFF;
 text-decoration: none;
}
.login {
 width: 1em;
 height: 1em;
 vertical-align: middle;
 margin: -4px 2px 0;
}
.step3Img {
 max-width: 620px;
 margin: 30px auto 60px;
}
.mt0 {
 margin-top: 0 !important;
}
.mb0 {
 margin-bottom: 0 !important;
}
.guideBox {
 width: 100%;
 margin: 0 auto;
}
.info {
 padding: 0 0 30px 0;
 max-width: 840px;
 margin: 0 auto;
}
.infoBox {
 border-bottom-left-radius: 8px;
 border-bottom-right-radius: 8px;
 background-color: #FFF;
 padding: 1em;
 text-align: left;
 color: #000;
 width: 100%;
 max-width: 840px;
 font-size: 21px;
 margin: 0 auto;
}
.infoBox a, .infoBox a:visited {
 color: #000;
 font-weight: bold;
 text-decoration: underline;
}
.infoBox a:hover {
 color: #000;
 text-decoration: none;
}
.infoTtl {
 border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 font-size: 28px;
 color: #FFF;
 background-color: #629fb9;
 text-align: center;
 font-weight: bold;
 line-height: 1.75em;
 margin-bottom: 0;
}
.scanTxt {
 border-radius: 8px;
 background-color: #69c8f0;
 color: #FFF;
 padding: 1em;
 font-weight: bold;
 margin: 2em auto;
}
.scanTxt2 {
 font-size: 22px;
 font-weight: normal;
 margin-bottom: 1em;
}