@charset "utf-8";

.pc {
  display: block;
}
.sumaho {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sumaho {
    display: block;
  }
}

/*マージン*/
.m0 {
  margin: 0 !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.mb26p {
  margin-bottom: 2.6% !important;
}
.mlr26p {
  margin: 0 2.6% !important;
}
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 1em !important;
  }
  .mb40 {
    margin-bottom: 1em !important;
  }
  .mb50 {
    margin-bottom: 1.5em !important;
  }
  .mb60 {
    margin-bottom: 2em !important;
  }
  .mb80 {
    margin-bottom: 2em !important;
  }
  .mb100 {
    margin-bottom: 3em !important;
  }
  .mb120 {
    margin-bottom: 3em !important;
  }
}

.mt0 {
  margin-top: 0px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 0.5em !important;
  }
  .mt40 {
    margin-top: 1.5em !important;
  }
}

.mr0 {
  margin-right: 0px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr-20 {
  margin-right: -20px !important;
}
.mr-26 {
  margin-right: -2.6% !important;
}
@media screen and (max-width: 767px) {
  .mr20 {
    margin-right: 0 !important;
  }
  .mr-26 {
    /* margin-right: auto !important; */
  }
}

.ml0 {
  margin-left: 0px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}

.pt0 {
  padding-top: 0px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pr20 {
  padding-right: 20px;
}
.prl30 {
  padding: 0 30px;
}
.p30 {
  padding: 30px;
}
@media all and (max-width: 767px) {
  .pt15 {
    padding-top: 0.5em !important;
  }
  .pt20 {
    padding-top: 0.5em !important;
  }
  .pt30 {
    padding-top: 1em !important;
  }
  .pt50 {
    padding-top: 5% !important;
  }
  .prl30 {
    padding: 0 5%;
  }
}

/*FontSize*/
.txt_70 {
  font-size: 70% !important;
}
.txt_77 {
  font-size: 77% !important;
}
.txt_85 {
  font-size: 85% !important;
}
.txt_91 {
  font-size: 91% !important;
}
.txt_100 {
  font-size: 100% !important;
}
.txt_108 {
  font-size: 108% !important;
}
.txt_117 {
  font-size: 117% !important;
}
.txt_125 {
  font-size: 125% !important;
}
.txt_133 {
  font-size: 133% !important;
}
.txt_180 {
  font-size: 180% !important;
}
.txt_201 {
  font-size: 201% !important;
}
.txt_ex {
  color: #f82d00;
}
.txt_normal {
  font-weight: normal !important;
}

/*width*/
.w85p {
  width: 85%;
  min-width: 1000px;
  margin: 0 auto;
  min-width: 900px;
}
.w140 {
  width: 140px !important;
}
.w150 {
  width: 150px !important;
}
.w160 {
  width: 160px !important;
}
.w210 {
  width: 210px;
}
.w220 {
  width: 220px;
}
.w270 {
  width: 270px;
}
.w300 {
  width: 300px !important;
}
.w360 {
  width: 360px;
}
.w310 {
  width: 310px;
}
.w364 {
  width: 364px;
}
.w430 {
  width: 430px;
}
.w440 {
  width: 440px;
}
.w450 {
  width: 450px;
}
.w500 {
  width: 500px;
}
.w550 {
  width: 550px;
}
.w560 {
  width: 560px;
}
.w610 {
  width: 610px;
}
.w620 {
  width: 620px;
}
.w630 {
  width: 630px;
}
.w636 {
  width: 636px;
}
.w690 {
  width: 690px;
  margin: 0 auto;
}
.w760 {
  width: 760px;
  margin: 0 auto;
}
.w800 {
  width: 800px;
  margin: 0 auto;
}
.w840 {
  width: 840px;
}
@media all and (max-width: 767px) {
  .w150 {
    width: 70% !important;
    margin: 0 auto;
  }
  .w300,
  .w310,
  .w360,
  .w364,
  .w430,
  .w450,
  .w500,
  .w610,
  .w630,
  .w636,
  .w760,
  .w840 {
    width: 100% !important;
  }
  .w800,
  .w690 {
    width: 90%;
  }
}

/*整列*/
.t-center {
  text-align: center !important;
}
.t-right {
  text-align: right !important;
}
.t-left {
  text-align: left !important;
}
.m-center {
  margin: 0 auto;
}

/*配置*/
.fl {
  float: left;
}
.fr {
  float: right;
}
@media all and (max-width: 767px) {
  .fl,
  .fr {
    float: none;
  }
}

/*画像*/
img.fit {
  width: 100%;
  height: auto;
}

/*color*/
.red {
  color: #f82d00;
}
.yellow {
  color: #fdf44d;
  font-weight: bold;
}
.blue {
  color: #0a2a59 !important;
}
.bgGray {
  background: #e7ebef;
}
.shadow {
  -moz-box-shadow: 0px 2px 2px rgba(10, 42, 89, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(10, 42, 89, 0.2);
  box-shadow: 0px 2px 2px rgba(10, 42, 89, 0.2);
  -ms-filter: 'progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#330a2a59,Positive=true)';
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#330a2a59,Positive=true);
}
.topLine {
  border-top: solid 1px #ccc;
}
.btmLine {
  border-bottom: solid 1px #cbd0d8;
}
@media all and (max-width: 767px) {
  .topLine {
    margin-top: 0.5em;
  }
  .btmLine-s {
    border-bottom: solid 1px #cbd0d8;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
  }
}

/*bt*/
.btn {
  width: 210px;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 0.5em 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.btn2 {
  position: relative;
  width: 210px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  padding: 0.5em 0;
  position: relative;
  text-transform: uppercase;
  transform-style: flat;
  transition: all 250ms ease-out;
  z-index: 20;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.btn2:before,
.btn2:after {
  content: '';
  position: absolute;
  z-index: -2;
  transition: all 250ms ease-out;
}
.btn2:hover {
  opacity: 1;
}
.btnFree {
  padding: 0.5em 2em;
  display: inline-block;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .btn2 {
    width: 100%;
  }
  .btnFree {
    padding: 0.5em.2em;
    display: block;
    text-align: center;
    font-size: 90%;
  }
}

.paper-raise2:before {
  top: 1px;
  left: 1px;
  width: 100%;
  height: 100%;
}
.paper-raise2:hover {
}
.paper-raise2:hover:before {
  box-shadow: 5px 5px 0 0 #cbd0d8;
}

.btBlueOver {
  display: block;
}
.btBlueOver {
  transition: all 250ms ease-out;
}
.btBlueOver:hover {
  background: #0a2a59;
  color: #fff !important;
  opacity: 1;
}
.btBlue {
  border: solid 1px #0a2a59;
  background: #0a2a59;
  border: solid #0a2a59 1px;
  color: #fff !important;
}
.btBlue:hover {
  background: #fff;
  color: #0a2a59 !important;
}
.btBlueLine {
  border: solid 1px #0a2a59;
  color: #0a2a59 !important;
}
.btBlueLine:hover {
  background: #0a2a59;
  color: #fff !important;
}
.btWhiteLine {
  background: none;
  border: solid 1px #fff;
  color: #fff !important;
}
.btWhiteLine:hover {
  color: #0a2a59 !important;
  background: #fff;
}
.btOrange {
  border: solid 1px #f89c0d;
  background: #f89c0d;
  color: #fff !important;
}
.btOrange:hover {
  background: #fff;
  color: #f89c0d !important;
}
.btOrangeLine {
  border: solid 1px #f89c0d;
  color: #f89c0d !important;
}
.btOrangeLine:hover {
  color: #fff !important;
  background: #f89c0d;
}
.btGreen {
  border: solid 1px #00968d;
  background: #00968d;
  color: #fff !important;
}
.btRedLine {
  border: solid 1px #ff5151;
  color: #ff5151 !important;
}
.btRedLine:hover {
  background: #ff5151;
  color: #fff !important;
}
.btGrayLine {
  border: solid 1px #ccc;
  color: #ccc !important;
}
.btGreen {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btGreen:after {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #fff;
  color: #00968d;
}
.btGreen:after {
  height: 120%;
  left: -10%;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  z-index: -1;
}
.btGreen:hover:after {
  width: 100%;
  left: 0;
}
.btGreen:hover {
  color: #fff !important;
}
.btGreen:hover:after {
  left: -10%;
  width: 120%;
}
.btGreenLine {
  border: solid 1px #00968d;
  color: #00968d !important;
}
.btGreenLine {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btGreenLine:after {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #00968d;
  color: #fff;
}
.btGreenLine:after {
  height: 120%;
  left: -10%;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  z-index: -1;
}
.btGreenLine:hover:after {
  width: 100%;
  left: 0;
}
.btGreenLine:hover {
  color: #fff !important;
}
.btGreenLine:hover:after {
  left: -10%;
  width: 120%;
}
.btWhiteOver {
  background: #f5f5f5;
  display: block;
  opacity: 1;
  -moz-box-shadow: 0px 0px 0px rgba(10, 42, 89, 0);
  -webkit-box-shadow: 0px 0px 0px rgba(10, 42, 89, 0);
  box-shadow: 0px 0px 0px rgba(10, 42, 89, 0);
  -ms-filter: 'progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#330a2a59,Positive=true)';
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#330a2a59,Positive=true);
}
.btWhiteOver:hover {
  background: #fff;
  display: block;
  opacity: 1;
  -moz-box-shadow: 0px 2px 2px rgba(10, 42, 89, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(10, 42, 89, 0.2);
  box-shadow: 0px 2px 2px rgba(10, 42, 89, 0.2);
  -ms-filter: 'progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#330a2a59,Positive=true)';
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#330a2a59,Positive=true);
}
@media all and (max-width: 767px) {
  .btBlue {
    width: 100%;
  }
  .btRedLine {
    box-sizing: border-box;
    margin: 0.5em 0;
  }
  .btnPhotoDl {
    padding: 0 3%;
    display: table;
  }
  .btnPhotoDl:before {
    content: '＞';
    display: block;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.5em;
    font-size: 120%;
  }
  .btnPhotoDl dt {
    width: 20%;
    display: table-cell;
  }
  .movDl.btnPhotoDl dt {
    width: 43%;
  }
  .movDl.btnPhotoDl dt:after {
    content: '';
    width: 20%;
    height: auto;
    padding-top: 10%;
    background: url(../img/iconYoutube.svg) no-repeat 0 0;
    display: block;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 30%;
    z-index: 10;
    margin-left: -35%;
  }
  .movDl.btnPhotoDl dt img {
    position: relative;
    z-index: 1;
  }
  .btnPhotoDl dd {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    text-align: left;
    padding-left: 1em;
  }
}

.btBlank:after {
  content: '';
  position: absolute;
  left: 20px;
  top: 40%;
  background: url(../img/iconBlank.svg) no-repeat 0 0;
  width: 10px;
  height: 8px;
  z-index: 10;
}
.btBlueLine.btBlank:after {
  background: url(../img/iconBlankB.svg) no-repeat 0 0;
}
.btOrange.btBlank:after {
  background: url(../img/iconBlank.svg) no-repeat 0 0;
}
.btOrangeLine.btBlank:after {
  background: url(../img/iconBlankO.svg) no-repeat 0 0;
}

.btBlank:hover:after {
  background: url(../img/iconBlankB.svg) no-repeat 0 0;
}
.btBlueLine.btBlank:hover:after {
  background: url(../img/iconBlank.svg) no-repeat 0 0;
}
.btOrange.btBlank:hover:after {
  background: url(../img/iconBlankO.svg) no-repeat 0 0;
}
.btOrangeLine.btBlank:hover:after {
  background: url(../img/iconBlank.svg) no-repeat 0 0;
}

/*table*/
table.table1 {
  border-top: solid 1px #ccc;
}
table.table1 tr th {
  width: 25%;
  padding: 15px 0;
  vertical-align: top;
  text-align: left;
  border-bottom: solid 1px #ccc;
}
table.table1 tr td {
  width: 75%;
  padding: 15px 0;
  vertical-align: top;
  text-align: left;
  border-bottom: solid 1px #ccc;
}
table.table1 tr td dl:last-child dd {
  margin-bottom: 0;
  border: none;
}
table.table1 tr td ul li {
  display: inline-block;
  margin-right: 20px;
}
@media all and (max-width: 767px) {
  table.table1 tr th {
    width: 100%;
    padding: 5% 0 0;
    border: none;
    display: block;
  }
  table.table1 tr td {
    width: 100%;
    display: block;
    padding: 0 0 5% 0;
  }
}

/*map*/
@media all and (max-width: 767px) {
  .mapArea iframe {
    width: 100%;
  }
}

/*list*/
.dlEx {
  font-size: 10px;
}
.dlEx dt {
  color: #f82d00;
  float: left;
  width: 3em;
  clear: both;
}
.dlEx dd {
  padding: 0 0 0 3em;
}

.uList {
  margin-bottom: 40px;
}
.uList li {
  border-bottom: solid 1px #ccc;
  padding: 1em 0 0.5em 2em;
  color: #000;
  background: url(../img/iconList.svg) no-repeat 0.7em 1.3em;
}
@media all and (max-width: 767px) {
  .uList {
    margin-bottom: 0;
  }
}

.oList {
  counter-reset: listnum;
  margin-bottom: 40px;
}
.oList li {
  border-bottom: solid 1px #ccc;
  padding: 1em 0 0.5em 1.2rem;
  color: #000;
  position: relative;
}
.oList li:before {
  width: 1.5rem;
  content: counter(listnum) '.';
  counter-increment: listnum;
  color: #000;
  position: absolute;
  left: 0;
  top: 1em;
  display: inline-block;
}
.oList li.topLine {
  border-top: solid 1px #ccc;
}

.dlList {
}
.dlList dt {
  font-weight: bold;
  background: url(../img/iconList.svg) no-repeat 0.7em 50%;
  padding: 0 0 0 2em;
}
.dlList dd {
  padding: 0 0 1em 2em;
  margin-bottom: 1em;
  border-bottom: solid 1px #ccc;
}

.dlList2 {
}
.dlList2 dt {
  font-weight: bold;
  float: left;
  width: 8em;
  width: 13em;
  clear: both;
}
.dlList2 dd {
  padding: 0 0 1em 8em;
  padding: 0 0 1em 13em;
  margin-bottom: 1em;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
  .dlList2 dt,
  .dlList2 dd {
    width: 100%;
    float: none;
    padding: 0;
  }
  .dlList2 dd {
    padding-bottom: 0.5em;
  }
}

.tabList {
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.tabList th,
.tabList tr,
.tabList td {
  padding: 1em;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
.tabList th {
  background: #e6e9ee;
  font-weight: bold;
}
.tabList tr {
}
.tabList td {
}

.oFlow {
  position: relative;
  counter-reset: number;
  list-style: none;
}
.oFlow h4 {
  border: none !important;
  padding: 0 !important;
}
.oFlow li {
  background: #e6e9ee;
  padding: 30px 35px;
  margin: 0 0 55px 0;
  position: relative;
}
.oFlow li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  padding: 0.5em 0.7em;
  background: #0a2a59;
  color: #fff;
  line-height: 100%;
  font-weight: bold;
  top: -10px;
  left: -10px;
}
.oFlow li:after {
  content: '';
  width: 31px;
  height: 15px;
  background: url(../img/arrowB.svg) no-repeat 50% 50%;
  background-size: 31px auto;
  display: block;
  bottom: -35px;
  left: 50%;
  position: absolute;
  overflow: visible;
}
.oFlow li:last-child {
  margin-bottom: 0;
}
.oFlow li:last-child:after {
  display: none;
}
.oFlow li > dl {
}
.oFlow li > dl dt {
  width: 595px;
  float: left;
}
.oFlow li > dl dd {
  width: 210px;
  float: right;
}

.uStep {
  background: #e6e9ee;
  padding: 10px;
}
.uStep li {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 0.5em 0;
  width: 270px;
  display: block;
  float: left;
  text-align: center;
  margin: 0 54px 0 0;
}
.uStep li:after {
  content: '';
  background: url(../img/arrowR.svg) no-repeat 50% 50%;
  background-size: 10px auto;
  width: 10px;
  height: 21px;
  display: block;
  position: absolute;
  right: -28px;
  top: 14px;
}
.uStep .step1 {
}
.uStep .step2 {
}
.uStep .step3 {
  margin-right: 0;
}
.uStep .step3:after {
  display: none;
}
.uStep .sSelect {
  background: #00968d;
  color: #fff;
}

.dForm {
  padding: 0 90px;
  margin-top: -1px;
  font-size: 15px;
}
.dForm dt {
  position: relative;
  width: 255px;
  float: left;
  display: block;
  clear: both;
  padding: 15px 0;
  font-weight: bold;
}
.dForm dd {
  padding: 15px 0 15px 255px;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
}
.dForm label {
  font-weight: bold;
  padding: 0 1.5em 0 0;
}
.dForm .must:before {
  position: absolute;
  left: -50px;
  top: 1em;
  content: '必須';
  background: #f89c0d;
  color: #fff;
  font-size: 13px;
  width: 38px;
  height: 25px;
  display: block;
  text-align: center;
  padding-top: 13px;
  line-height: 100%;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
}

.uItem {
  text-align: center;
}
.uItem li {
  display: inline-block;
  width: 78px;
  float: none;
  font-weight: normal;
  font-size: 12px;
  margin: 0 1% 1% 0;
  text-align: center;
}
.uItem li:nth-child(3n) {
  margin-right: 0;
}
.uItem li.wide {
  width: 130px;
}
.uItem .itemBlue {
  background: #0a2a59;
  color: #fff;
  border: solid 1px #fff;
  box-sizing: border-box;
}
.uItem .itemBlueLine {
  background: #fff;
  color: #0a2a59;
  border: solid 1px #0a2a59;
  box-sizing: border-box;
}
.uItem .itemGray {
  background: #ccc;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
.uItem .itemWhite {
  background: #fff;
  border: solid 1px #999;
  color: #999;
  box-sizing: border-box;
}

.uRed {
  margin-right: -6px;
}
.uRed li {
  width: 230px;
  float: left;
  margin: 0 6px 6px 0;
}
.uRed .btn2 {
  font-size: 13px;
  font-weight: bold;
  padding: 0.3em 0;
  width: 100%;
}

.oStep {
  text-align: center;
  counter-reset: stepnumber;
}
.oStep li {
  width: 150px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 17px;
  position: relative;
  vertical-align: top;
}
.oStep li img {
  width: 100%;
  height: auto;
}
.oStep li:before {
  counter-increment: stepnumber;
  content: counter(stepnumber);
  font-weight: bold;
  font-size: 15px;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
}
.oStep li:after {
  content: '';
  display: block;
  background: url(../img/arrowR.svg) no-repeat 50% 50%;
  width: 10px;
  height: 21px;
  background-size: 100% auto;
  position: absolute;
  right: -20px;
  top: 52px;
}
.oStep li:last-child:after {
  display: none;
}
.oStep span {
  display: block;
  padding-top: 0.5em;
}
.oStep.col6 li {
  width: 119px;
}
.oStep.partsCol2 li {
  width: 120px;
  margin: 0 30px 10px 0;
  float: left;
}
.oStep.partsCol2 li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .oStep li {
    width: 40% !important;
    margin: 4% !important;
    float: left;
  }
  .oStep span {
    text-align: left;
  }
  .oStep.col6 li {
    width: 38%;
  }
  .oStep.partsCol2 li {
    height: auto !important;
  }
}

.oList2 {
  counter-reset: innumber;
  font-size: 15px;
}
.oList2 li {
  margin-bottom: 0.5em;
}
.oList2 li:before {
  counter-increment: innumber;
  content: counter(innumber);
  font-weight: bold;
  display: inline-block;
  padding-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .oList2 {
    font-size: 13px;
    margin: 1em 0;
  }
}

/*colorBox*/
.boxGray h3,
.boxBlue h3,
.boxOrange h3 {
  text-align: left !important;
}
.boxGray {
  background: #e6e9ee;
  padding: 30px;
}
.boxGray h4 {
  border-bottom: solid 2px #d0d6df !important;
  border-top: solid 2px #d0d6df !important;
}
.boxBlue {
  background: #0a2a59;
  padding: 30px;
  color: #fff;
}
.boxBlue h4 {
  border-bottom: solid 2px #23406a !important;
  border-top: solid 2px #23406a !important;
}
.boxOrange {
  background: #f89c0d;
  padding: 30px;
}
.boxOrange h4 {
  border-bottom: solid 2px #e09015 !important;
  border-top: solid 2px #e09015 !important;
}

/* accordion */
.accordionArea {
  margin: 0 auto;
}
.accordionArea h3 {
  font-size: 20px !important;
  text-align: left !important;
  background: #e6e9ee;
  padding: 20px;
  margin: 0 0 25px 0 !important;
}
.accordionArea h3 span,
.accordionArea h4 span {
  display: inline-block;
  width: 3em;
}
.accordionArea h4 {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 10px !important;
}
.accordionArea .accordion_content {
  padding: 0 20px;
}
.accordionArea .accordion_content p {
  padding-left: 4.2em;
}
.accordionArea .accordion_contents,
.accordion_contents {
  /* border: solid 1px #013d69; */ /* margin-bottom: 30px; */
}
.accordionArea .accordion_title {
}
.accordionArea .accordion_title .accordion_title_inner {
}
.accordionArea .accordion_title .accordion_title_inner h2 {
  margin-bottom: 0;
}
.accordionArea .accordion_title .accordion_title_inner img {
  width: auto;
  height: 29px;
}
@media all and (max-width: 767px) {
  .accordionArea {
    width: 100%;
  }
  .accordionArea .accordion_title {
  }
  .accordionArea .accordion_title .accordion_title_inner {
    position: relative;
  }
  .accordionArea .accordion_title.open .accordion_title_inner:before {
    right: 10%;
    top: 35%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #013d69;
    border-right: 2px solid #013d69;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    display: block;
    content: '';
    position: absolute;
  }
  .accordionArea .accordion_title.close .accordion_title_inner:before {
    right: 10%;
    top: 45%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #013d69;
    border-right: 2px solid #013d69;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    content: '';
    position: absolute;
  }
  .accordionArea .accordion_content {
    display: none;
    border-top: solid 1px #013d69;
    width: 86%;
    padding: 1em 0 0;
    margin: 0 auto;
  }
  .accordionArea .accordion_contents,
  .accordion_contents {
    margin-bottom: 1em;
  }
  .accordionArea #accordion_contents01 .accordion_content {
    display: block;
  }
  .accordionArea
    #accordion_contents01
    .accordion_title.open
    .accordion_title_inner:before {
    right: 10%;
    top: 45%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #013d69;
    border-right: 2px solid #013d69;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    content: '';
    position: absolute;
  }
  .accordionArea
    #accordion_contents01
    .accordion_title.close
    .accordion_title_inner:before {
    right: 10%;
    top: 35%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #013d69;
    border-right: 2px solid #013d69;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    display: block;
    content: '';
    position: absolute;
  }
  .accordionArea #accordion_contents03 .section {
    margin-bottom: 0;
  }
  .accordionArea .accordion_contents + .accordion_contents {
    margin-top: 5px;
  }
  .accordionArea .accordion_title .accordion_title_inner img {
    width: 100%;
    height: auto;
  }
}

/*container base*/
.key {
  background: #9bd5de;
  text-align: center;
  position: relative;
  display: block;
  padding: 50px 0;
  margin-bottom: 50px;
}
.key span {
  display: block;
}
.keyTxt {
  width: 500px;
  position: absolute;
  display: block;
  top: 65px;
  left: 50%;
  color: #fff;
  z-index: 2;
}
.keyTxt:after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/homeNav1.svg) no-repeat 0 0;
  background-size: 80px auto;
  position: absolute;
  top: 0;
  right: 0;
}
.keyTxt h1 {
  height: 110px;
  width: 100%;
  background: url(../product/flushman/img/logo.svg) no-repeat 0 0;
  position: static !important;
  background-size: auto 100%;
  text-indent: -999999px;
  font-size: 1px;
  line-height: 1em;
  display: block;
  margin-bottom: 25px;
}
.keyTxt h2 {
  text-align: left !important;
  font-size: 20px !important;
  line-height: 180%;
  margin: 0 0 0.5em 0 !important;
}
.keyTxt p {
  text-align: left;
}
.keyTxt .uItem {
  margin-bottom: 25px;
  text-align: left;
}
.keyTxt .uItem li {
  border: none;
}
.keyTxt.kBlue {
  color: #0a2a59;
}
.keyPhoto {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 1400px;
  height: 560px;
  display: block;
  margin-left: -700px;
}
@media all and (max-width: 767px) {
  .key {
    padding: 1.5em 0;
    margin-bottom: 1em;
  }
  #container .key h1 {
    font-size: 150%;
  }
  .keyTxt {
    width: 90%;
    position: relative;
    left: 5%;
    top: 60%;
    padding: 5% 0;
  }
  .keyTxt h2 {
    font-size: 16px !important;
  }
  .keyPhoto {
    width: 164%;
    height: auto;
    left: 0;
    margin: 0;
  }
  .keyTxt .uItem {
    margin: -2em 0 1em;
  }
  .keyTxt .daiben_uItem.uItem {
    margin: -1em 0 1em;
  }
}

.col1,
.col1read,
.col2-1,
.col3-1 {
  background: #fff;
  position: relative;
  display: block;
  padding: 30px;
}
@media all and (max-width: 767px) {
  .col1,
  .col1read,
  .col2-1,
  .col3-1 {
    padding: 5%;
  }
}

.col01-1,
.col02-1,
.col03-1 {
  background: #fff;
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  float: left;
  font-size: 17px;
}
.col02-1 img,
.col03-1 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 767px) {
  .col01-1,
  .col02-1,
  .col03-1 {
    font-size: 14px;
  }
}

.col1 {
  padding: 30px;
}
.col1read {
  padding: 30px 180px;
}
.col2-1 {
  float: left;
  width: 430px;
  margin: 0 20px 0 0;
}
.col3-1 {
  float: left;
  width: 260px;
  margin: 0 20px 0 0;
}
.col01-1 {
  width: 100%;
  float: none;
}
.col01-1 span {
  display: block;
  text-align: left;
  padding: 30px 0;
}
.col02-1 {
  width: 47.4%;
  margin: 0 2.6% 2.6% 0;
}
.col02-1 span {
  display: block;
  padding: 30px 0;
}
.col03-1 {
  width: 30.6%;
  margin: 0 2.6% 0 0;
}
.col03-1 span {
  display: block;
  padding: 15px 0;
}
.col01-1 span > span,
.col02-1 span > span,
.col03-1 span > span {
  padding: 0;
}
.read {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .col1,
  .col1read {
    padding: 5%;
  }
  .col2-1 {
    width: 100%;
    margin: 0 0 2.6% 0;
  }
  .col02-1 span {
    padding: 1em 5%;
  }
  /*.col03-1 {width: 100%;margin: 0 0 5% 0;}*/
  .col03-1 {
    width: 47.4%;
    margin: 0 2.6% 14% 0;
  }
  .col03-1 span {
    padding: 5%;
  }
}

.col02-1.colContents,
.col03-1.colContents {
  padding: 30px;
  text-align: left;
  box-sizing: border-box;
}
.colContents .btn2 {
  margin: 0 auto;
}

.line {
  border-bottom: solid 1px #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.lineBlue {
  border-bottom: solid 1px #0a2a59;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .line {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*form*/
/* radioBt */
.dForm .radioBt input[type='radio'] {
  display: none;
}
.dForm .radioBt label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
  margin-right: 1.5em;
}
.dForm .radioBt label::before,
.dForm .radioBt label::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dForm .radioBt label::before {
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}
.dForm .radioBt label:hover::before {
  background: #fff;
}
.dForm .radioBt label::after {
  opacity: 0;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #0a2a59;
  -webkit-transform: scale(2);
  transform: scale(2);
}
.dForm .radioBt input[type='radio']:checked + label::before {
  background: #fff; /* border: 1px solid #0A2A59; */
}
.dForm .radioBt input[type='radio']:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* checkBt */

.dForm .checkBt input[type='checkbox'] {
  display: none;
}
.dForm .checkBt label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 1.5em;
}
.dForm .checkBt label::before,
.dForm .checkBt label::after {
  position: absolute;
  content: '';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dForm .checkBt label::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.dForm .checkBt label::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 4px;
  margin-top: -4px;
  border-left: 2px solid #0a2a59;
  border-bottom: 2px solid #0a2a59;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

.dForm .checkBt label:hover::before {
  background: #fff;
}
.dForm .checkBt input[type='checkbox']:checked + label::before {
  background: #fff; /* border: 1px solid #3498db; */
}
.dForm .checkBt input[type='checkbox']:checked + label::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
/* submit,button */
input[type='submit'],
input[type='button'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  margin: 40px auto;
  font-size: 20px;
  width: 480px;
  padding: 0.8em 0;
  border: solid 1px #00968d;
}
input[type='submit']:hover,
input[type='button']:hover {
  background: #fff;
  color: #00968d !important;
  border: solid 1px #00968d;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}
input[type='submit']::focus,
input[type='button']::focus {
  outline-offset: -2px;
}
/*select*/
.dForm .selectBox select {
  position: relative;
  width: 390px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #eee;
  background: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.dForm .selectBox label {
  position: relative;
}
.dForm .selectBox label:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  background: url(../img/arrowB.svg) 50% 50% no-repeat;
  background-size: 13px;
  pointer-events: none;
}
.dForm input[type='text'],
textarea {
  border: 0;
  padding: 10px;
  font-size: 1em;
  color: #0a2a59;
  border: solid 1px #ccc;
  margin: 0 0 20px;
  background: #f5f5f5;
  width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.dForm textarea {
  width: 460px;
  height: 200px;
}

/*HOME*/
#home {
}
#home #top-head {
  background: rgba(255, 255, 255, 1);
}
#home.bgT #top-head {
  background: rgba(255, 255, 255, 0);
}
#home #top-head.fixed {
  background: rgba(255, 255, 255, 1);
}
#home #conversion h2 {
  display: block;
}
#home #container {
  padding: 0 0 100px 0;
}
.homeNav {
  position: relative;
  width: 100%;
  display: block;
  margin-top: -65px;
  z-index: 100000;
}
.homeNav li {
  width: 22.5%;
  float: left;
  margin: 0 1.2%;
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.homeNav li a {
  padding: 160px 0 30px;
  width: 100%;
  height: 100%;
  display: block;
}
.homeNav li a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.homeNav li a:hover {
  background-color: #0a2a59;
  opacity: 1;
  color: #fff;
}
.homeNav .nav1 a {
  background: url(../img/homeNav1.svg) no-repeat 50% 24px #fff;
  background-size: 110px auto;
}
.homeNav .nav2 a {
  background: url(../img/homeNav2.svg) no-repeat 50% 24px #fff;
  background-size: 110px auto;
}
.homeNav .nav3 a {
  background: url(../img/homeNav3.svg) no-repeat 50% 24px #fff;
  background-size: 110px auto;
}
.homeNav .nav4 a {
  background: url(../img/homeNav4.svg) no-repeat 50% 24px #fff;
  background-size: 110px auto;
}

#mainSlider {
  height: auto;
  position: relative;
  overflow: hidden;
  /* display: block; */
  margin-top: 100px;
}

#mainSlider ul li a {
  height: auto;
  overflow: inherit;
}
#mainSlider ul li a img {
  width: 100%;
  position: inherit;
  left: inherit;
  top: inherit;
  margin-left: inherit;
}
#mainSlider h1 {
  position: relative;
}
#mainSlider .btn2 {
  /* opacity:0; */
  position: absolute;
  left: 50%;
  top: 420px;
  z-index: 10000; /* font-weight: 500; */
  width: 230px;
  margin-left: -115px;
  display: inline-table; /* letter-spacing: 0.1em; */ /* font-size: 15px; */
}
@media screen and (max-width: 767px) {
  #mainSlider {
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
  }
  #mainSlider ul li a {
    padding-top: 0;
  }
}

#home .wrapper {
  text-align: center;
}

#mainSlider .ms-left .ms-section {
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

#mainSlider .ms-right .ms-section {
  -webkit-transition: all 1s ease 1.2s;
  -moz-transition: all 1s ease 1.2s;
  -o-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.2s;
}

.ms-left {
  position: relative;
  z-index: 200;
  width: 50%;
  height: 620px;
  float: left;
}
.ms-right {
  position: relative;
  z-index: 100;
  width: 50%;
  height: 620px;
  float: right;
}

#mainSlider .ms-section {
  width: 100%;
  height: 620px;
  position: absolute;
}
#mainSlider .ms-left .ms-section {
  left: 0;
  top: -620px;
}
#mainSlider .ms-right .ms-section {
  left: 0;
  bottom: -620px;
}
#mainSlider .ms-left .ms-section.current {
  display: block;
  top: 0;
  z-index: 1000;
}
#mainSlider .ms-right .ms-section.current {
  display: block;
  bottom: 0;
  z-index: 1000;
}
#mainSlider .ms-left .ms-section.current {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#mainSlider .ms-right .ms-section.current {
  -webkit-transition: all 1s ease 0.2s;
  -moz-transition: all 1s ease 0.2s;
  -o-transition: all 1s ease 0.2s;
  transition: all 1s ease 0.2s;
}

#home .topInfoWrap {
  width: 1000px;
  height: 80px !important;
  background: #ffffff;
  overflow: hidden;
  display: block;
  overflow: hidden;
  z-index: 1000;
  margin: 0 auto;
  position: relative;
}
#home .topInfoWrap .infoListBtn {
  width: 140px;
  display: block;
  height: 80px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 80px;
  font-size: 0.94rem;
  z-index: 1000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #e6e9ee;
}

#home .topInfoWrap .infoListBtn:hover {
  color: #fff;
  background: #0a2a59;
}
#home .topInfoWrap ul li a {
  line-height: 30px;
  position: relative;
  display: block;
  margin-left: 130px;
}
#home .topInfoWrap ul li a span {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  width: 9em;
  position: absolute;
  left: 0;
  line-height: 80px;
}
#home .topInfoWrap ul li a h3 {
  line-height: 30px;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 0px 150px 0 110px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0px;
  height: 80px;
  align-items: center;
  display: flex;
  align-items: center;
}
#home .topInfoWrap ul {
  display: block;
  position: relative;
  margin: 0 20px;
}
#home .topInfoWrap ul li {
  width: 100%;
  display: none;
}
#topInfoWrap li.iconNews:before,
#topInfoWrap li.iconMedia:before {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  text-align: center;
  width: 100px;
  font-family: '游ゴシック体', '游ゴシック', YuGothic, 'メイリオ', Meiryo,
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
    'MS PGothic', Osaka, sans-serif;
  margin: 0;
  position: absolute;
  left: 0;
  top: 30px;
}
#topInfoWrap li.iconNews:before {
  content: 'お知らせ';
  background: #0a2a59;
  color: #fff;
}
#topInfoWrap li.iconMedia:before {
  content: 'メディア・受賞';
  background: #bd8e00;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #home .topInfoWrap .infoListBtn {
    width: 90%;
    height: auto;
    position: relative;
    line-height: 3;
    clear: both;
    margin: 8em auto 0;
  }
  #home .topInfoWrap {
    width: 100%;
    height: 20% !important;
    top: 0;
    padding: 3% 0 5%;
  }
  #home .topInfoWrap ul {
  }
  #home .topInfoWrap ul li {
    padding: 5% 0 0.5em;
  }
  #home .topInfoWrap ul li a {
    line-height: 160%;
    margin: 0;
  }
  #home .topInfoWrap ul li a span {
    position: static;
    padding-left: 1em;
    line-height: inherit;
  }
  #home .topInfoWrap ul li a h3 {
    line-height: 1.6;
    margin: 0;
    height: inherit;
    margin-top: 10px !important;
  }
  #topInfoWrap li.iconNews:before,
  #topInfoWrap li.iconMedia:before {
    position: static;
    float: left;
  }
}

.ms-left .scroll1 {
  background: url(../img/scrollImg1.jpg) no-repeat 50% 0%;
  background-size: cover;
}
.ms-right .scroll1 {
  background: url(../img/scrollImg2.jpg) no-repeat 50% 0%;
  background-size: cover;
}
.ms-left .scroll2 {
  background: url(../img/scrollImg3.jpg) no-repeat 50% 0%;
  background-size: cover;
}
.ms-right .scroll2 {
  background: url(../img/scrollImg4.jpg) no-repeat 50% 0%;
  background-size: cover;
}
.ms-left .scroll3 {
  background: url(../img/scrollImg5.jpg) no-repeat 50% 0%;
  background-size: cover;
}
.ms-right .scroll3 {
  background: url(../img/scrollImg6.jpg) no-repeat 50% 0%;
  background-size: cover;
}
.ms-left .scroll4 {
  background: url(../img/scrollImg7.jpg) no-repeat 50% 0%;
  background-size: cover;
}
.ms-right .scroll4 {
  background: url(../img/scrollImg8.jpg) no-repeat 50% 0%;
  background-size: cover;
}
#multiNav {
  position: absolute;
  left: 0;
  right: 0;
  top: 76.3%;
  display: block;
  z-index: 1000;
  text-align: center;
}
#multiNav ul {
  display: none;
}
#multiNav ul li {
  display: inline-block;
  margin: 0 0.25em;
}
#multiNav a {
  color: #fff;
}

#topProduct {
  width: 1000px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
#topProduct h2 {
  background: url(../img/homeTitle1.png) no-repeat 50% 50%;
  width: 512px;
  height: 76px;
  text-indent: -99999px;
  font-size: 1px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #topProduct {
    width: 90%;
    padding-top: 4em;
  }
  #topProduct h2 {
    width: 100%;
    background-size: 100% auto;
    height: auto;
    padding-top: 15%;
    margin: 0 0 4em;
  }
  #topProduct .t-center {
    text-align: left !important;
  }
}

#vision h2 {
}
#vision .key {
  background: url(../img/visionBg.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 360px;
}
#vision .wrapper {
  margin-top: -70px;
}
#vision .ex .txt_201 {
  font-weight: bold;
}
#vision .ex:before {
  content: '設置事例';
  display: block;
  position: absolute;
  font-size: 15px;
  top: -40px;
  left: 19px;
}
#vision .ex:after {
  position: absolute;
  top: -36px;
  left: 15px;
  font-size: 62px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
#vision #ex1:after {
  content: '01';
}
#vision #ex2:after {
  content: '02';
}
#vision #ex3:after {
  content: '03';
}
#vision.vBnr {
  position: relative;
  background: #e9e9e8;
  height: 300px;
  font-weight: bold;
  overflow: hidden;
}
#vision.vBnr p {
  line-height: 150%;
}
#vision.vBnr .w440 {
  position: absolute;
  left: 55%;
  top: 50px;
  display: block;
  z-index: 2;
}
#vision.vBnr .vImg {
  display: block;
  z-index: 1;
  position: absolute;
  left: 50%;
  width: 1400px;
  height: 300px;
  margin-left: -700px;
}
#vision.vBnr #ex1:before,
#vision.vBnr #ex2:before,
#vision.vBnr #ex3:before {
  top: 0;
  left: -102px;
}
#vision.vBnr #ex1:after,
#vision.vBnr #ex2:after,
#vision.vBnr #ex3:after {
  top: 10px;
  left: -110px;
}
@media screen and (max-width: 767px) {
  #vision .wrapper {
    margin-top: -163px;
  }
  #vision .ex:before {
    font-size: 11px;
    top: -25px;
  }
  #vision .ex:after {
    font-size: 40px;
    top: -20px;
  }
  #vision.vBnr {
    height: auto;
    width: 90%;
    margin: 0 auto;
    background: #fff;
  }
  #vision.vBnr .w440 {
    width: 90%;
    left: 5%;
    top: 18%;
    font-size: 70%;
    position: relative;
    padding: 5% 0;
  }
  #vision.vBnr .vImg {
    left: 0;
    top: 0;
    margin: 0;
    width: 150%;
    height: auto;
  }
  #vision.vBnr p.txt_201 {
    padding-top: 40%;
    margin-bottom: 0.5em !important;
  }
  .topCompany {
    margin-bottom: 5em !important;
  }
  .worksThumb.col03-1 {
    width: 47.4%;
    margin: 0 2.6% 14% 0;
  }
  .worksThumb.col03-1:last-child {
    margin-bottom: 0;
  }
  #vision.vBnr #ex1:before,
  #vision.vBnr #ex2:before,
  #vision.vBnr #ex3:before {
    left: 0;
    top: 19%;
  }
  #vision.vBnr #ex1:after,
  #vision.vBnr #ex2:after,
  #vision.vBnr #ex3:after {
    left: 0;
    top: 22%;
  }
}

/*information/otherlink-area*/

.top-information {
  padding-top: 100px;
  padding-bottom: 50px;
}

#top-information h2 {
  background: none;
  width: auto;
  height: auto;
  text-indent: inherit;
  font-size: 30px;
  margin: 0 0 50px 0;
}

.otherlink-area {
  display: flex;
  justify-content: space-between;
}
/* .otherlink-area > .textbody {
  padding: 3% 1%;
} */
.otherlink-area .col02-1 {
  float: inherit;
  width: 31.5%;
  height: auto !important;
  margin: 0;
}
.otherlink-area .col02-1 > a {
  height: auto !important;
  padding: 20px 20px;
}
.otherlink-area .col02-1 span {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .top-information {
    padding-top: 0;
    padding-bottom: 0;
  }
  #top-information h2 {
    font-size: 20px;
    margin: 2em 0 1em;
    padding: 0;
  }

  .otherlink-area {
    display: block;
    padding-top: 1em;
  }

  .otherlink-area .col02-1 {
    width: 100%;
  }

  .otherlink-area .col02-1 > a {
    margin-bottom: 1em;
  }
}

/*pallarax*/
.picture {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
#pallarax {
  height: 360px;
  overflow: hidden;
  text-align: center;
}

#pallarax .picture {
  background: url(../img/visionBg.jpg) 50% 70% no-repeat;
  background-size: cover; /*background-attachment:fixed;*/
}
#pallarax .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#pallarax .btn2 {
  top: 175px;
}
#pallarax h2 {
  background: url(../img/homeTitle2.png) no-repeat 50% 50%;
  width: 459px;
  height: 41px;
  text-indent: -99999px;
  font-size: 1px;
  line-height: 1em;
  top: 100px;
  position: absolute;
  margin: 0;
  left: 50%;
  margin-left: -230px;
  display: block;
}
@media screen and (max-width: 767px) {
  #pallarax .picture {
    background-size: cover;
    height: 70%;
  }
  #pallarax .inner {
    width: 90%;
    margin: 0 auto;
  }
  #pallarax .btn2 {
    top: 40%;
    width: 70%;
  }
  #pallarax h2 {
    background-size: contain;
    width: 90%;
    margin-left: -45%;
    top: 20%;
  }
}

#news {
  text-align: center;
}
.newsDl {
}
.newsDl dt {
  font-family: 'Open Sans', sans-serif;
  float: left;
  width: 220px;
  clear: both;
  padding: 15px 0;
}
.newsDl dd {
  text-align: left;
  border-top: solid 1px #cbd0d8;
  padding: 15px 0 15px 220px;
}
.newsDl .iconNews:before,
.newsDl .iconMedia:before,
.newsDl .iconAwards:before {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  text-align: center;
  width: 100px;
  font-family: '游ゴシック体', '游ゴシック', YuGothic, 'メイリオ', Meiryo,
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
    'MS PGothic', Osaka, sans-serif;
  margin: 0 15px;
}
.newsDl .iconNews:before {
  content: 'お知らせ';
  background: #0a2a59;
}
.newsDl .iconMedia:before {
  content: 'メディア・受賞';
  background: #bd8e00;
}
.newsDl .iconAwards:before {
  content: '受賞歴';
  background: #0a2a59;
}
@media screen and (max-width: 767px) {
  .newsDl {
    border-top: solid 1px #cbd0d8;
    padding: 0.5em 0;
  }
  .newsDl dt {
    width: 100%;
    float: none;
    padding: 0 0 0.5em 0;
    text-align: left;
  }
  .newsDl dd {
    padding: 0;
    border-top: none;
  }
  .newsDl .iconNews:before,
  .newsDl .iconMedia:before {
    margin: 0 5% 0 0;
  }
}

/*tab*/
.tab-content label {
  width: 25%;
  display: inline-block;
  text-align: center;
  border-top: 1px solid #0a2a59;
  border-bottom: 1px solid #0a2a59;
  border-left: 1px solid #0a2a59;
  box-sizing: border-box;
  font-weight: 500;
  padding: 10px 0;
  margin-bottom: 30px;
}
.tab-content label:nth-of-type(4) {
  border-right: 1px solid #0a2a59;
}
.tab-content input[type='radio'] {
  display: none;
}
.tab-box {
  display: block;
}
.tab-box ul li {
  width: 48%;
  display: inline-block;
  text-align: left;
  border-bottom: 1px solid #e7ebef;
}
.tab-box ul li:nth-child(even) {
  margin-left: 3%;
}
.tab-box ul li a {
  padding: 10px 0;
  display: block;
  font-weight: 500;
}
.tab-box ul li a.pdfDL {
  color: #ff5151;
  background: url(../img/icon_pdf.jpg) no-repeat left 5px;
  background-size: 25px;
  padding-left: 35px;
}
.tab-box ul li a.pdfDL:hover {
  text-decoration: underline;
}
.tab-content label:hover {
  background-color: #e7ebef;
}
.tab-content input[type='radio']:checked + label {
  color: #fff;
  background-color: #0a2a59;
  position: relative;
}
.tab-content input[type='radio']:checked + label:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: calc(50% - 6px);
  left: -webkit-calc(50% - 6px);
  bottom: -7px;
  background: #0a2a59;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.tab-content > .tab-box > div {
  display: none;
}
#tab1:checked ~ .tab-box > #tabView1 {
  display: block;
}
#tab2:checked ~ .tab-box > #tabView2 {
  display: block;
}
#tab3:checked ~ .tab-box > #tabView3 {
  display: block;
}
#tab4:checked ~ .tab-box > #tabView4 {
  display: block;
}
@media screen and (max-width: 767px) {
  .tab-content {
    margin-top: 1em;
  }
  .tab-content label {
    font-size: 13px;
  }
  .tab-box ul li {
    width: 100%;
  }
  .tab-box ul li:nth-child(even) {
    margin-left: 0;
  }
}

/*index*/
.index .wrapper {
  padding: 0;
}

/*filter*/
.filter {
  display: block;
  border-left: solid 1px #cbd0d8;
}
.filter a {
  display: block;
  float: left;
  width: 163px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding: 0.5em 0;
  border-right: solid 1px #cbd0d8;
}
.filter a.current {
  background: #f89c0d;
  color: #fff;
  -moz-box-shadow: 0px 2px 2px rgba(10, 42, 89, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(10, 42, 89, 0.2);
  box-shadow: 0px 2px 2px rgba(10, 42, 89, 0.2);
  -ms-filter: 'progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#330a2a59,Positive=true)';
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#330a2a59,Positive=true);
}
.filter .btn {
  width: 140px;
}
#container .filter a.filNone {
  display: none !important;
}
#itemBox {
}
#itemBox .item {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  display: inline-block;
  zoom: 1;
  position: relative;
}
#itemBox .f1:before,
#itemBox .f2:before,
#itemBox .f3:before,
#itemBox .f4:before {
  content: '';
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  z-index: 100;
  top: 7px;
  left: 7px;
  background: url(../img/homeNav1.svg) no-repeat 0 0;
  background-size: 100% auto;
}
#itemBox .f2:before {
  background: url(../img/homeNav2.svg) no-repeat 0 0;
  background-size: 100% auto;
}
#itemBox .f3:before {
  background: url(../img/homeNav3.svg) no-repeat 0 0;
  background-size: 100% auto;
}
#itemBox .f4:before {
  background: url(../img/homeNav4.svg) no-repeat 0 0;
  background-size: 100% auto;
}
#itemBox .item.winK a:before {
  content: '';
  width: 40px;
  height: 70px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../img/icon_kids_h.png) no-repeat;
  background-size: 40px;
}
#itemBox .item.winG a:before {
  content: '';
  width: 40px;
  height: 70px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../img/icon_good_h.png) no-repeat;
  background-size: 40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .filter {
    box-sizing: border-box;
    margin-bottom: 1em;
    border-left: none;
  }
  .filter a {
    width: 20%;
    font-size: 11px;
    margin-left: -1px;
    display: table !important;
  }
  .filter a span {
    display: table-cell;
    text-align: center;
    width: 100%;
    vertical-align: middle;
  }
  .filter a:before {
    content: '';
    width: 10px;
    height: 12px;
    position: absolute;
    left: 1em;
    top: 1em;
    background: url(../img/arrowR.svg) no-repeat center;
    background-size: contain;
  }
  #home #itemBox {
    margin-top: 3em;
  }
  #itemBox .txt_85 {
    display: none;
  }
  #itemBox .item {
    margin-bottom: 2.6% !important;
    position: relative;
  }
  #itemBox .f1:before,
  #itemBox .f2:before,
  #itemBox .f3:before,
  #itemBox .f4:before {
    width: 33px;
    height: 33px;
  }
  #itemBox .item.winG a:before,
  #itemBox .item.winK a:before {
    width: 30px;
    height: 50px;
    background-size: contain;
  }
  #itemBox .item.f5 {
    width: 97%;
  }
  #itemBox .item.f5 a {
    height: auto !important;
    display: table;
  }
  #itemBox .item.f5 a img {
    width: 70%;
    display: table-cell;
    margin-left: 20%;
    padding: 1em 0;
    float: left;
  }
  #itemBox .item.f5 a .prl30 {
    width: 70%;
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    text-align: left;
  }

  #itemBox .prl30 {
    padding: 0 0 3em 0;
  }
  #itemBox .uItem {
    padding: 5%;
    background: #0a2a59;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 10px;
  }
  #itemBox .uItem li {
    width: auto;
    border: none;
  }
  #itemBox .uItem li:after {
    content: '/';
  }
  #itemBox .uItem li:last-child:after {
    content: '';
  }
}

/* list */
.list {
}
.list .key {
  height: 560px;
}
.list .col1 h3 {
  font-size: 20px !important;
  margin-bottom: 1em !important;
}
.list #itemBox {
}
.list #itemBox .col02-1 span {
  padding: 20px 0;
  font-size: 20px;
}
.list #itemBox .uItem li {
  float: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .list .key {
    height: auto;
  }
  .list #itemBox .col02-1 span {
    padding: 0.5em;
    font-size: 14px;
    font-weight: bold;
  }
}

/* detail */
.detail {
}
.detail .wrapper {
  padding: 0;
}

/*number*/
.number {
}
.number .wrapper {
  padding: 50px 0 90px 0;
}
.number .key h1 {
  top: 32% !important;
}
@media screen and (max-width: 767px) {
  .number .wrapper {
    padding: 0 0 2em 0;
  }
  .number #container h2 {
    margin: 1em 0 0;
    padding-bottom: 1em;
    border-bottom: solid 1px#ccc;
  }
}

/*detail2nd*/
.detail2nd {
}
.detail2nd .wrapper {
  padding: 0 0 90px 0;
}
.detail2nd .key h1 {
  top: 32% !important;
}
.detail2nd .key h1 span {
  font-size: 60%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .detail2nd .wrapper {
    padding: 0 0 3em 0;
  }
}

/*afterservice*/
@media screen and (max-width: 767px) {
  .afterservice #container h3 {
    margin-bottom: 0.5em !important;
  }
  .afterservice .t-center {
    text-align: left !important;
  }
}

/*puickupWrapper*/
.puickupWrapper {
  background: #d7dbe1;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .puickupWrapper {
    padding: 5%;
  }
}

/*flowList*/
.flowList {
}
.flowList li {
  display: block;
  background: #e6e9ee;
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}
.flowList li .flowNum {
  background: #0a2a59;
  width: 30px;
  height: 30px;
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: -10px;
  top: -10px;
}
#container .flowList li h4 {
  padding: 0;
  border: none;
}
#container .flowList li:after {
  content: '';
  width: 100%;
  height: 15px;
  display: block;
  background: url(../img/arrowB.svg) no-repeat center;
  left: 0;
  bottom: -27px;
  position: absolute;
}
#container .flowList li:last-child {
  margin-bottom: 20px;
}
#container .flowList li:last-child:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .flowList li {
    padding: 5% 10%;
  }
}

/*caption*/
.caption {
  padding-left: 1em;
  text-indent: -1em;
}
.caption:before {
  content: '※';
}
.tab-box .caption {
  margin: 0 auto;
  padding: 10px 0 11px;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .caption {
    font-size: 12px;
  }
}

/*vision*/
@media screen and (max-width: 767px) {
  #vision h2 {
    margin-bottom: 2em;
  }
}

/*works*/
@media screen and (max-width: 767px) {
  #works #container h3 {
    text-align: left;
    margin-bottom: 0.5em !important;
  }
  #works .worksThumb.col03-1 {
    margin-bottom: 3%;
  }
}

/*policy*/
#policy .mt40 {
  margin-top: 0 !important;
}

/* .card-comment {
  position: relative;
  display: flex;
  justify-content: center;
} */
.card-comment:after {
  content: '感染症対策';
  position: absolute;
  background-color: #fff;
  font-weight: bold;
  border-radius: 50px;
  color: #0a2a59 !important;
  top: 15%;
  left: 7px;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25em;
  font-size: 0.85em;
}

@media screen and (max-width: 767px) {
  .card-comment:after {
    top: 43px;
    left: 7px;
    width: 33px;
    height: 33px;
    font-size: 10px;
  }
}
