@charset "utf-8";
/***************************************************

	special.css

	レイアウトスタイル定義

***************************************************/
/* 

------------------------------------------------------------ */
.specialWrapBox {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .specialWrapBox {
    overflow: hidden;
  }
}
.specialTtl01 {
  color: #666666;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: underline;
  margin: 0 0 15px 0;
}
.specialPicBox {
  float: left;
  width: 180px;
  margin: 0 40px 0 40px;
}
@media screen and (max-width: 767px) {
  .specialPicBox {
    float: none;
    margin: 0 auto 10px auto;
  }
}
.specialCommentBox {
  overflow: hidden;
  _zoom: 1;
}
.specialCommentBox .txt01 {
  color: #666666;
  font-size: 20px;
  font-weight: bold;
}
.specialCommentBox .txt02 {
  font-size: 14px;
  font-weight: bold;
}
.specialTbl01 {
  margin: 0 0 0 40px;
}
.specialTbl01 th,
.specialTbl01 td {
  padding: 5px 10px 5px 0;
}
@media screen and (max-width: 767px) {
  .specialTbl01 {
    width: 100%;
    margin: 0;
  }
  .specialTbl01 th,
  .specialTbl01 td {
    padding: 0 0 5px 0;
  }
}
.specialTbl01 img {
  vertical-align: middle;
  margin: 0 2px 0 0;
}
.specialTbl01 th img {
  width: 16px;
  height: auto;
}
.specialTbl01 td.price strong {
  color: #ff0000;
  font-weight: bold;
}
.specialTbl01 td.icon {
  padding-right: 0;
}
.specialTbl01 td.icon p {
  float: left;
}
@media screen and (max-width: 767px) {
  .specialTbl01 img {
    width: auto;
    height: auto;
  }
  .specialTbl01 th,
  .specialTbl01 td {
    display: block;
  }
  .specialTbl01 th {
    float: left;
    padding-right: 10px;
  }
  .specialTbl01 td.price,
  .specialTbl01 td.icon {
    clear: both;
  }
  .specialTbl01 td.icon {
    padding-bottom: 20px;
    overflow: hidden;
  }
  .specialTbl01 td.icon p {
    float: none;
  }
  .specialTbl01 td.icon p.iconList {
    margin-bottom: 5px;
  }
  .specialTbl01 td.icon .application {
    float: left;
    width: 48%;
  }
  .specialTbl01 td.icon .order {
    float: right;
    width: 48%;
  }
  .specialTbl01 td.icon .application img,
  .specialTbl01 td.icon .order img {
    display: none;
  }
  .specialTbl01 td.icon .application a,
  .specialTbl01 td.icon .order a {
    display: block;
    padding: 5px;
    border: 1px solid #bfbfbf;
    background: #e5e5e5 url(../img/common/sp_common_mark01.png) 98% center
      no-repeat;
    background-size: 8px 11px;
  }
  .specialTbl01 td.icon .application a::after,
  .specialTbl01 td.icon .order a::after {
    content: attr(data-label);
  }
}
.specialReportBox {
  clear: both;
  margin: 30px 0 100px 0;
}
.specialReportBox h3 {
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
  background: #3d5c6f;
}
.specialReportBox .contBox {
  padding: 20px;
  background: #ced6d7 url(../img/special/special_bg01.png) 99% 10px no-repeat;
}
@media screen and (max-width: 767px) {
  .specialReportBox .contBox {
    background: #ced6d7;
  }
}
.specialReportBox .txt01 {
  font-size: 27px;
  font-weight: bold;
  width: 670px;
}
.specialReportBox .txt02 {
  font-size: 21px;
  font-weight: bold;
  width: 670px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .specialReportBox .txt01,
  .specialReportBox .txt02 {
    width: auto;
  }
}
.specialReportBox .profileBox {
  float: left;
  width: 370px;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .specialReportBox .profileBox {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }
}
.specialReportBox .profileBox .picBox {
  float: left;
  margin: 0 20px -100px 0;
}
@media screen and (max-width: 767px) {
  .specialReportBox .profileBox .picBox {
    margin: 0 10px 0 0;
  }
}
.specialReportBox .profileBox .nameBox {
  overflow: hidden;
  _zoom: 1;
}
.specialReportBox .profileBox .nameBox .name {
  font-size: 19px;
  font-weight: bold;
}
.specialReportBox .commentBox {
  font-size: 13px;
  overflow: hidden;
  _zoom: 1;
}
@media screen and (max-width: 767px) {
  .specialReportBox .commentBox {
    clear: both;
  }
}
.specialInterviewBox {
  clear: both;
  margin: 0 0 30px 0;
}
.specialInterviewBox .picBox {
  float: right;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .specialInterviewBox .picBox {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }
}
.specialInterviewBox .txtBox {
  float: left;
  width: 610px;
}
@media screen and (max-width: 767px) {
  .specialInterviewBox .txtBox {
    float: none;
    width: auto;
  }
}
.specialInterviewBox .txtBox p {
  font-size: 14px;
}
.specialInterviewBox .txtBox .ttl01 {
  color: #cf1225;
  font-size: 18px;
  font-weight: bold;
}
.specialInterviewBox .txtBox h4 {
  color: #3d5c6f;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.specialMark01 {
  color: #007260;
}
.specialAfterInterview {
  clear: both;
  font-size: 14px;
  margin: 0 20px 20px 20px;
  padding: 10px 30px;
  background: #e6e6e6;
}
.specialAfterInterview .clm01 {
  float: left;
  width: 400px;
}
.specialAfterInterview .clm02 {
  float: right;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .specialAfterInterview {
    margin: 0 0 20px 0;
    padding: 10px;
  }
  .specialAfterInterview .clm01,
  .specialAfterInterview .clm02 {
    float: none;
    width: auto;
  }
  .specialAfterInterview .clm02 {
    margin-top: 20px;
  }
}
.specialBtnPagetop {
  clear: both;
  text-align: right;
  margin: 20px 0 80px 0;
  padding: 0 60px;
  border-bottom: 1px solid #4d4d4d;
}
.specialBtnPagetop img {
  margin: 0 0 -18px 0;
}
@media screen and (max-width: 767px) {
  .specialBtnPagetop {
    display: none;
  }
}
.specialBox01 {
  clear: both;
  margin: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
  .specialBox01 {
    margin-top: 30px;
  }
}
.specialBox01 .ttlBox {
  margin: 0 0 15px 0;
  border-bottom: 2px solid #469551;
}
.specialBox01 .ttlBox .txt01 {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 5px 0;
  padding: 1px 5px;
  background: #ff0000;
}
.specialBox01 .ttlBox h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
}
.specialBox01 .specialTtl02 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 0 0;
}
.specialMark02 {
  color: #dcbd18;
}
.specialList01 {
  font-size: 14px;
  margin-left: 10px;
}
.specialList01 li {
  min-height: 25px;
  padding: 5px 0 0 30px;
  background: url(../img/special/special_mark01.png) 0 0 no-repeat;
}
.specialTtl04 {
  color: #e73828;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.specialTtl03 {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 15px 0;
  padding: 1px 10px;
  border-bottom: 1px dotted #666666;
  border-left: 5px solid #666666;
  background: #f6f29b;
}
.specialEnviromentBox {
  clear: both;
  margin: 0 0 30px 0;
}
.specialEnviromentBox th,
.specialEnviromentBox td {
  vertical-align: top;
}
.specialEnviromentBox th {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  width: 1em;
  padding: 10px 5px;
  background: #666666;
}
.specialEnviromentBox td {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .specialEnviromentBox tr,
  .specialEnviromentBox th,
  .specialEnviromentBox td {
    display: block;
  }
  .specialEnviromentBox th {
    color: inherit;
    width: auto;
    padding: 0;
    background: none;
  }
}
.specialIntroBox {
  clear: both;
  margin: 30px 0 100px 0;
}
.specialIntroBox h3 {
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
  background: #3d5c6f;
}
.specialIntroBox .contBox {
  padding: 20px;
  background: #ced6d7;
}
.specialIntroBox .txt01 {
  font-size: 27px;
  font-weight: bold;
}
.specialIntroBox .txt02 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.specialIntroBox .picBox {
  float: left;
  margin: 0 0 -100px 20px;
}
.specialIntroBox .txtBox01 {
  float: left;
  font-size: 13px;
  width: 350px;
  margin: 0 0 0 20px;
}
.specialIntroBox .txtBox02 {
  float: left;
  font-size: 13px;
  width: 630px;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .specialIntroBox .picBox {
    float: none;
    margin: 0 0 10px 0;
  }
  .specialIntroBox .txtBox01,
  .specialIntroBox .txtBox02 {
    float: none;
    width: auto;
    margin: 0 0 0 0;
  }
}
.specialFunctionBox {
  clear: both;
  font-size: 14px;
  margin: 30px 0 100px 0;
}
.specialFunctionBox h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 30px 0;
  padding: 10px;
  background: #ff0000;
}
.specialFunctionBox h3 a {
  color: #ffffff;
}
.specialFunctionBox .ttl01 {
  color: #3d5c6f;
  font-size: 16px;
  font-weight: bold;
}
.specialFunctionBox .clm01 {
  float: left;
  width: 460px;
}
@media screen and (max-width: 767px) {
  .specialFunctionBox .clm01 {
    float: none;
    width: auto;
  }
}
.specialFunctionBox .txt01 {
  margin: 0 0 5px 0;
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}
.specialFunctionBox .txt01 .num {
  color: #b41c22;
}
.specialFunctionBox .clm02 {
  float: right;
  width: 432px;
}
@media screen and (max-width: 767px) {
  .specialFunctionBox .clm02 {
    float: none;
    width: auto;
  }
}
.specialFunctionBox .clm02 .box01 {
  padding: 20px;
  background: #e6e6e6;
}
.specialFunctionBox .box02 {
  clear: both;
  width: 838px;
  margin: 0 auto;
  padding: 20px;
  border: 2px solid #469551;
}
@media screen and (max-width: 767px) {
  .specialFunctionBox .box02 {
    width: auto;
    margin: 0 auto;
  }
}
.specialFunctionBox .box02 .picBox {
  float: left;
  width: 198px;
}
@media screen and (max-width: 767px) {
  .specialFunctionBox .box02 .picBox {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
}
.specialFunctionBox .box02 .txtBox {
  float: right;
  width: 600px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .specialFunctionBox .box02 .txtBox {
    float: none;
    width: auto;
  }
}
.specialFunctionBox .box02 .txtBox h4 {
  font-size: 16px;
  font-weight: bold;
}
.specialFunctionBox .box02 .txtBox h4 span {
  color: #dcbd18;
}

/* 2510
-------------------------------------------------------------------*/
.special2510Box01 {
  clear: both;
  margin: 30px 0 30px 0;
}
.special2510Box01 h3 {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 10px;
  background: #3d5c6f;
}
.special2510Box01 .contBox {
  padding: 15px;
  background: #ced6d7;
}
@media screen and (max-width: 767px) {
  .special2510Box01 .contBox {
    padding: 10px;
  }
}
.special2510Box01 .contBox .txtBox {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .special2510Box01 .contBox .txtBox {
    overflow: inherit;
  }
}
.special2510Box01 .contBox .txt01 {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.4;
}
.special2510Box01 .contBox .txt02 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 767px) {
  .special2510Box01 .contBox .txt01 {
    font-size: 18px;
  }
}
.special2510Box02 {
  clear: both;
  margin: 30px 0;
}

.special2510Box03 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
}

.special2510Box03 .ttl01 {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #534095;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  height: 40px;
  margin: 20px 0;
  padding-left: 40px;
}
.special2510Box03 .ttl01:before {
  position: absolute;
  content: "";
  left: 0;
  width: 30px;
  height: 40px;
  background-color: #35267b;
}

.special2510Box03 .contBox {
  width: 32%;
}
.special2510Box03 .contBox .ttl02 {
  color: #9675b1;
  font-size: 20px;
  font-weight: 600;
}

.special2510Box03 .contBox p {
  font-size: 14px;
}

.special2510Box04 .contBox {
  padding-bottom: 40px;
}
.special2510Box05 {
  margin: 60px auto 80px;
  text-align: center;
}
.special2510Box05 .tbl01 + .tbl01 {
  margin-top: 30px;
}
