
@charset "utf-8";
/*=============================================================
Common Layout
=============================================================*/
/* #topicPath
---------------------------------------------------*/
#topicPath li,
#topicPath li a{
  color:#fff;
}
/*=============================================================
MAIN
=============================================================*/
#ttlOuter{
}
#ttl{
  width: 100%;
  max-width: 1040px;
  padding:0 20px;
  box-sizing:border-box;
  margin: 0 auto;
  height:140px;
  position:absolute;
  bottom:50%;
  left:50%;
  transform:translate(-50%,0);
  text-shadow:0px 0px 5px #000000,0px 0px 5px #000000;
}
#ttlInner{
  position:relative;
  width:100%;
  height:100%;
  text-align:center;
  color:#fff;
  line-height:1.65;
}
/* #ttlInner::after{
content:"";
width:660px;
height:280px;
background: rgba(0,0,0,0.5);
border-radius:20px;
position:absolute;
top:0;
left:0;
z-index:-1;
}
*/

#ttlTxt{
  padding:10px;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
}
#ttlInner h1{
  font-size:60px;
}
@media all and (-ms-high-contrast: none){
  #ttlInner h1{
    transform:translateY(30px);
  }
}
#ttlLead{
  width:660px;
  height:140px;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,0);
}
#ttlLeadInner{
  position:relative;
  width:100%;
  height:100%;
  text-align:center;
  color:#fff;
  line-height:1.65;
}
#ttlLeadInner p{
  padding:10px;
  font-size:18px;
  position:absolute;
  top:0;
  left:0;
  right:0;
}
@media all and (-ms-high-contrast: none){
  #ttlLeadInner p{
    transform:translateY(30px);
  }
}
/*=============================================================
#report
=============================================================*/

#report,#report2{
  width:100%;
  display:flex;
  flex-wrap: wrap;
}

p.ttlLeadS a .dsp-inlineBlock:hover{
  text-decoration: underline !important;
}
.boxdot, #report2 .boxdot{
  border: 3px dotted #DC4001;
  padding: 2em;
}
h3 .waku{
  border: 2px solid #333;
  margin-left: 0.5em;
  display: inline-block;
  padding: 2px 10px;
  font-size: 70%;
  border-radius: 5px;
}
.boxdot h3{
  width: 100%;
  margin: -3em auto 0;
  text-align: center;
  font-size: 25px;
}
#report2 .boxdot h3{
  width: 100%;
  margin: -4em auto 0;
  text-align: center;
}
.boxdot h3 .repoh2, #report2 .boxdot h3 .repoh2{
  /* background-color: #f2eee2; */
  background-color: #e6e1dc;
  padding: 1em;
  display: inline-block;
}

#report .box, #report2 .box{
  position:relative;
  margin-top:60px;
  padding:20px 0;
  flex-basis:calc(50% - 20px);
  background-color:#ffffff;
  /*  background-color:#f2f2f2; */
}
#report .box:nth-child(even){
  margin-left:40px;
}

#report .box:last-child{
  margin-left:auto;
  margin-right: auto;
}

#report .boxSholder, #report2 .boxSholder{
  position:absolute;
  width:144px;
  height:144px;
  top:-10px;
  left:-10px;
}
#report .boxSholderInner, #report2 .boxSholderInner{
  position:relative;
  width:100%;
  height:100%;
  z-index:3;
}
#report .boxSholderInner::before , #report2 .boxSholderInner::before{
  position: absolute;
  content: "";
  border: 5px solid transparent;
  top: 0px;
  left: 129px;
  z-index: 2;
}
#report .box.school .boxSholderInner::before, #report2 .box.school .boxSholderInner::before{
  border-top: 5px solid #002F56;
  border-bottom: 5px solid #002F56;
  border-left: 10px solid #002F56;
  border-right: 5px solid #002F56;
}
#report .box.nursing .boxSholderInner::before{
  border-top: 5px solid #5e0008;
  border-bottom: 5px solid #5e0008;
  border-left: 10px solid #5e0008;
  border-right: 5px solid #5e0008;
}
#report .box.plan .boxSholderInner::before{
  border-top: 5px solid #462F03;
  border-bottom: 5px solid #462F03;
  border-left: 10px solid #462F03;
  border-right: 5px solid #462F03;
}
#report .boxSholderInner::after, #report2 .boxSholderInner::after{
  position: absolute;
  content: "";
  border: 5px solid transparent;
  top: 134px;
  left:0;
  z-index: 2;
}
#report .box.school .boxSholderInner::after,#report2 .box.school .boxSholderInner::after{
  border: 5px solid #002F56;
}
#report .box.nursing .boxSholderInner::after{
  border: 5px solid #5e0008;
}
#report .box.plan .boxSholderInner::after{
  border: 5px solid #462F03;
}
#report .boxSholderTtl, #report2 .boxSholderTtl{
  position:relative;
  width:100%;
  height:100%;
  color:#fff;
  font-size:12px;
  text-align:center;
  z-index:5;
}
#report .boxSholderTtl p, #report2 .boxSholderTtl p{
  width:75%;
  text-align:center;
  line-height:1.25;
  letter-spacing:0;
  font-size:12px;
}
#report .box.school .boxSholderTtl p, #report2 .box.school .boxSholderTtl p{
  padding-top:12px;
}
#report .box.nursing .boxSholderTtl p, #report2 .box.nursing .boxSholderTtl p{
  padding-top:5px;
}
#report .box.plan .boxSholderTtl p, #report2 .box.nursing .boxSholderTtl p{
  padding-top:5px;
}
#report .box .boxSholderTtl::after, #report2 .box .boxSholderTtl::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
}
#report .box.school .boxSholderTtl::after, #report2 .box.school .boxSholderTtl::after{
  border: 72px solid transparent;
  border-top: 72px solid #0a4d85;
  border-left: 72px solid #0a4d85;
}
#report .box.nursing .boxSholderTtl::after{
  border: 72px solid transparent;
  border-top: 72px solid #840e19;
  border-left: 72px solid #840e19;
}
#report .box.plan .boxSholderTtl::after{
  border: 72px solid transparent;
  border-top: 72px solid #5F5135;
  border-left: 72px solid #5F5135;
}
#report .box h3, #report2 .box h3{
  font-size:18px;
  padding:0 30px 20px 110px;
  line-height:1.25;
  letter-spacing: 0.08em;
}
@media all and (-ms-high-contrast: none){
  #report .box h3,  #report2 .box h3{
    padding:0 30px 7px 110px;
  }
}
#report .box h3 strong, #report2 .box h3 strong{
  font-size:140%;
}
#report .box .boxDisc, #report2 .box .boxDisc{
  padding:20px 30px 0;
  border-top:2px dashed #d7d5d5;
}
#report .box .boxDisc figure{
  width:100px;
  box-sizing:border-box;
  border:1px solid #ccc;
  float:right;
  margin:0 0 10px 10px;
}
#report2 .box .boxDisc figure{
  width:300px;
  box-sizing:border-box;
  float:right;
  margin:0 0 10px 10px;
}
#report .box .boxDisc figure img, #report2 .box .boxDisc figure img{
  width:100%;
}
/*=============================================================
#result
=============================================================*/
#result{
  width:100%;
  display:flex;
  flex-wrap: wrap;
}
#result .box{
  position:relative;
  margin-top:60px;
  padding:30px;
  flex-basis:calc(50% - 20px);
  background-color:#f2f2f2;
  text-align:center;
  color:#fff;
  box-sizing:border-box;
}
#result .box:nth-child(even){
  margin-left:40px;
}
#result .box:last-child{
  margin-left:auto;
  margin-right: auto;
}
#result .box.school{
  background-color:#0a4d85;
}
#result .box.nursing{
  background-color:#840e19;
}
#result .box.plan{
  background-color:#5F5135;
}
#result .box h3{
  display:inline-block;
  padding:0 40px;
  font-size:20px;
  line-height:1.25;
  position:relative;
}
@media all and (-ms-high-contrast: none){
  #result .box h3{
    padding:10px 40px 0;
    box-sizing:border-box;
  }
}
#result .box h3 strong{
  font-size:180%;
}
#result .box h3::before{
  content:"";
  display:block;
  width:45px;
  height:100px;
  /* width:37px; */
  /* height:73px; */
  background:url(/shared/img/icn_ttl_wh.png) no-repeat center center;
  background-size:100% 100%;
  position:absolute;
  top:50%;
  left:0;
  transform:translate(0,-50%);
}
#result .box h3::after{
  content:"";
  display:block;
  width:45px;
  height:100px;
  /* width:37px; */
  /* height:73px; */
  background:url(/shared/img/icn_ttl_wh.png) no-repeat center center;
  background-size:100% 100%;
  position:absolute;
  top:50%;
  right:0;
  transform:translate(0,-50%) scale(-1,1);
}

#result .boxResult{
  margin-top:30px;
  padding:20px 20px 30px;
  background-color:#FFF;
  border-radius:10px;
  color:#333;
}
#result .boxResult li{
  width:100%;
  font-size:20px;
  display:table;
  border-bottom:1px solid #ccc;
}
#result .boxResult li span{
  display:table-cell;
  vertical-align:middle;
  padding:10px 0;
  height:3.5em;
  box-sizing:border-box;
}
#result .boxResult li span.icn{
  width:40px;
}
#result .boxResult li span.icn img{
  width:40px;
}
#result .boxResult li span.txt{
  width:calc(100% - 40px);
  padding-left:10px;
  text-align:left;
  line-height:1.3;
}
@media all and (-ms-high-contrast: none){
  #result .boxResult li span.txt{
    padding:15px 0 5px 10px;
  }
}
#result .boxResult p{
  width:100%;
  max-width:310px;
  margin:30px auto 0;
}
#result .boxResult p a{
  display:block;
  padding:15px 0;
  text-align:center;
  color:#fff;
  text-decoration:none;
  font-size:20px;
  border-radius:10px;
}
@media all and (-ms-high-contrast: none){
  #result .boxResult p a{
    padding:20px 0 10px;
  }
}
#result .box.school p a{
  background-color:#0a4d85;
}
#result .box.nursing p a{
  background-color:#840e19;
}
#result .box.plan p a{
  background-color:#5F5135;
}
#result .boxResult p a span{
  display:inline-block;
  padding:0 0 0 32px;
  position:relative;
}
#result .boxResult p a span::before{
  content:"";
  display:block;
  width:26px;
  height:26px;
  border-radius:100px;
  box-sizing:border-box;
  border:3px solid #fff;
  background:url(/shared/img/arw_white.png) no-repeat center center;
  background-size:12px 12px;
  position:absolute;
  top:4px;
  left:0;
}
@media all and (-ms-high-contrast: none){
  #keikaku p a span, #result .boxResult p a span::before{
    top:-2px;
  }
}
/*=============================================================
keikaku
=============================================================*/

#keikaku{
  display:flex;
  justify-content: center;
  width: 100%;
  margin:5em  auto auto;
}
#keikaku p a{
  display:block;
  padding:10px 0;
  text-align:center;
  color:#fff;
  text-decoration:none;
  font-size:16px;
  border-radius:10px;
  background-color:#0a4d85;
  width:20em;
  margin: 10px;
}
#keikaku p a.enji{
  background: linear-gradient(45deg, #0a4d85 0%, #0a4d85 50%, #840e19 50%, #840e19 100%);
}
@media all and (-ms-high-contrast: none){
  #keikaku p a .keikakubtn{
    padding:10px 0 10px;
  }
}

#keikaku p a .keikakubtn{
  display:inline-block;
  padding:0 0 0 20px;
  position:relative;
}
#keikaku p a span.keikakubtn::before{
  content:"";
  display:block;
  width:26px;
  height:26px;
  border-radius:100px;
  box-sizing:border-box;
  border:3px solid #fff;
  background:url(/shared/img/arw_white.png) no-repeat center center;
  background-size:12px 12px;
  position:absolute;
  top:0;
  left:-15px;
}
@media all and (-ms-high-contrast: none){
  #keikaku p a span.keikakubtn::before{
    top:-2px;
    left:20px;
  }
}
.blln-new {
  position: absolute;
  width:0px;
  height:0px;
  vertical-align:top;
}
.blln-new span,
.blln-new span:after {
  border-color: #D44F98 transparent transparent;
  background-color: #D44F98;
}
.blln-new span{
  top:-25px;
  left:10px;
  border:none;
  position: absolute;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 8em;
  height: 1.5em;
  z-index: 1000;
  display:block;
  padding:3px 1px 3px 3px;
}
.blln-new span:after {
  background:none;
  border-image: none;
  border-style: solid;
  border-width: 8px 8px 0;
  bottom: -6px;
  content: "";
  display: block;
  left: 30px;
  position: absolute;
  width: 0;
}
/*=============================================================
Info
=============================================================*/
#infoArea h3{
  padding:0 0 10px;
}
#infoAreaInner{
  width:100%;
  max-width:600px;
  margin:0 auto;
  display:flex;
  flex-wrap: wrap;
}
#infoAreaInner .box{
  flex-basis:calc(50%);
}
#infoAreaInner .box:last-child{
  margin-left:auto;
  margin-right: auto;
}
#infoAreaInner .box h3{
  padding:40px 0 10px;
  line-height:1.2;
}
#infoAreaInner .box h3 span{
  font-size:16px;
  font-weight:normal;
}
#infoArea li{
  text-align:center;
}
#infoArea li a{
  display:inline-block;
  font-weight:500;
  position:relative;
  font-size:16px;
}
#infoArea li a::before{
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  position: absolute;
  left: -14px;
  top: 11px;
  transform:rotate(-45deg);
}
@media all and (-ms-high-contrast: none){
  #infoArea li a::before{
    top: 6px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px), only screen and (max-device-width:767px){
  /*=============================================================
  MAIN
  =============================================================*/
  #ttlOuter{
    position:relative;
  }
  #ttl{
    width:100%;
    height:auto;
    background:none;
    border-radius:0px;
    position:absolute;
    bottom:50%;
    left:0;
    transform:translate(0,0);
  }
  #ttlInner::after{
    display:none;
  }
  #ttlTxt{
    padding:0px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    transform:translate(0,50%);
  }
  #ttlInner h1{
    font-size:26px;
  }
  #ttlLead{
    width:100%;
    height:auto;
    background:none;
    border-radius:0px;
    position:static;
    transform:translate(0,0);
    padding-top:10px;
  }
  #ttlLeadInner p{
    position:static;
    padding:10px;
    font-size:13px;
    color:#333;
  }
  /*=============================================================
  #keikaku
  =============================================================*/
  #keikaku{
    display:block;
    margin:3em  auto auto;
  }
  #keikaku p:nth-child(2n){
    margin-top: 3em;
  }
  .blln-new span{
    top:-35px;
  }

  /*=============================================================
  #report
  =============================================================*/
  #report{
    width:100%;
    display:block;
  }
  #report .box{
    margin-top:40px;
  }
  #report .box:nth-child(even){
    margin-left:0px;
  }
  #report .boxSholder{
    width:120px;
    height:100px;
  }
  #report .boxSholderInner::before{
    left: 115px;
  }
  #report .boxSholderInner::after{
    top: 90px;
  }
  #report .boxSholderTtl{
    font-size:10px;
  }
  #report .boxSholderTtl p{
    width:90%;
    letter-spacing:-0.03em;
    text-align:left;
    padding-left:5px;
  }

  #report .boxSholderTtl p span{
    letter-spacing:-0.2em
  }
  #report .box.school .boxSholderTtl::after{
    border-bottom: 50px solid transparent;
    border-right: 65px solid transparent;
    border-top: 50px solid #0a4d85;
    border-left: 65px solid #0a4d85;
  }
  #report .box.nursing .boxSholderTtl::after{
    border-bottom: 50px solid transparent;
    border-right: 65px solid transparent;
    border-top: 50px solid #840e19;
    border-left: 65px solid #840e19;
  }
  #report .box.plan .boxSholderTtl::after{
    border-bottom: 50px solid transparent;
    border-right: 65px solid transparent;
    border-top: 50px solid #5F5135;
    border-left: 65px solid #5F5135;
  }
  #report .box h3{
    font-size:16px;
    padding:0 10px 10px 80px;
    line-height:1.25;
  }
  #report .box h3 strong{
    font-size:120%;
  }
  #report .box .boxDisc{
    padding:10px 10px 0;
    border-top:2px dashed #d7d5d5;
  }
  #report .box .boxDisc figure{
    width:100px;
    box-sizing:border-box;
    border:1px solid #ccc;
    float:right;
    margin:0 0 10px 10px;
  }
  #report2 .box .boxDisc figure{
    width:100%;
    text-align: center;
  }
  #report .box .boxDisc figure img, #report2 .box .boxDisc figure img{
    width:100%;
  }
  #report .box .boxDisc p, #report2 .box .boxDisc p{
    font-size:14px;
  }
  #report .box .boxDisc .link li, #report2 .box .boxDisc .link li{font-size:14px;}

  /*=============================================================
  #result
  =============================================================*/
  #result{
    display:block;
  }
  #result .box{
    display:block;
    margin-top:40px;
    padding:20px 10px 10px;
  }
  #result .box:nth-child(even){
    margin-left:0px;
  }
  #result .box h3{
    font-size:16px;
  }
  #result .box h3 strong{
    font-size:150%;
  }
  #result .box h3::before{
    width:27px;
    height:54px;
  }
  #result .box h3::after{
    width:27px;
    height:54px;
  }

  #result .boxResult{
    margin-top:20px;
    padding:10px 10px 10px;
  }
  #result .boxResult li{
    font-size:14px;
  }
  #result .boxResult p{
    margin:20px auto 0;
  }
  #result .boxResult p a{
    font-size:15px;
  }
  #result .boxResult p a span::before{
    top:0px;
  }
  /*=============================================================
  Info
  =============================================================*/
  /*#infoAreaInner{
  display:block;
}
  #infoAreaInner .box{
  display:block;
}*/
  #infoAreaInner .box h3{
    padding:30px 0 10px;
    line-height:1;
  }
  #infoAreaInner .box h3 span{
    font-size:13px;
    font-weight:normal;
    letter-spacing:0.03em;
  }
  #infoArea li a{
    font-size:14px;
  }
  #infoArea li a::before{
    top: 8px;
  }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Smartphones (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:540px){
  #keikaku p a{
    width: auto;
  }
  #keikaku p a span.keikakubtn::before{
    left: -5px;
  }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Smartphones small (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:374px){

}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Print
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media print{
}

/*=============================================================
#論文応募サイト
=============================================================*/

.bnr {display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1.4fr 0.6fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "photo photo lgin"
    "photo photo guide";
background-color:#FFFFFF;
}

.photo { grid-area: photo; object-fit: cover;  padding:0;}
.lgin { grid-area: lgin; padding:10px;text-align:center;font-feature-settings: "palt";}
.guide { grid-area: guide; padding:10px ;border-top:2px dashed #d7d5d5;  text-align:center; }

.bnr  ul  { text-align:left; display: inline-block;} 
.bnr p { margin-top:0.5rem; margin-bottom:0.1rem;}


.bnr h3{ font-size:2.8em; text-align:center; }
.waku{
  border: 1px solid #999;
  display: inline-block;
  padding: 1px;
  border-radius: 5px;
letter-spacing:normal;
margin:0;
}

@media only screen and ( max-width: 768px ){
.bnr  {  display: grid;
  grid-template-areas:
    "photo"
    "lgin"
    "guide";
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
.photo { grid-area: photo; object-fit: cover;  padding:0;}
.lgin { grid-area: lgin; padding:10px ; }
.guide { grid-area: guide; padding:10px;border-top:2px dashed #d7d5d5; font-feature-settings: "palt";}
.bnr h3{ font-size:2em; text-align:center; }
}
.bnr p.bt a{
  display:block;
  padding: 5px 0;
  text-align:center;
  color:#fff;
  text-decoration:none;
  font-size:16px;
  border-radius:5px;
  font-feature-settings: "palt";
  background-color:#442F7F;
}

.btn.disabled{
width:100%;
max-width:400px;
margin:20px auto 0;
text-align:center;
display:block;
background-color:#CECECE;
padding:10px 0;
  color: #1C0D05;
text-decoration:none;
border-radius:100px;
  cursor: default;
}

@media all and (-ms-high-contrast: none){
  .bnr p a{
    padding:5px 0;
  }
}
/* .bnr > p > a{
  background-color:#442F7F;
}
*/

.bnr p a span{
  display:inline-block;
  padding:0 0 0 16px;
  position:relative;
}
.bnr p a span::before{
  content:"";
  display:block;
  width:22px;
  height:22px;
  border-radius:100px;
  box-sizing:border-box;
  border:2px solid #fff;
  background:url(/shared/img/arw_white.png) no-repeat center center;
  background-size:12px 12px;
  position:absolute;
  top:4px;
  left:-8px;
}


