@charset "UTF-8";

/*

SP用

-- 閲覧履歴--

URL : request.html

*/
.bold {font-weight: bold;}
.center{text-align: center;}
.indent {text-indent: -1em;padding-left: 1em;display: block;}
.pc{display: none;}
*a:hover{text-decoration: none;}
a.pdf {padding-right: 20px;background: url(../img/ico_pdf.png) no-repeat top right;color: #468C00;text-decoration: underline;}
*a.pdf:hover{text-decoration: none;}
#container .content_body h1.request {
  background-image: url(../img/ico_building.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-bottom: 3%;
}
.btn_list {
  margin-bottom: 5%;
}
.btn_list:after {
  content: "";
  display: block;
  clear: both;
}
.btn_list li {
  float: left;
  width: 48%;
  margin: 0 1% 2%;
  text-align: center;
  font-size: 13px;
}
.btn_list li a {
  display: block;
  color: #6BAA3F;
  padding: 5% 3%;
  background-color: #F4F4F4;
  border-bottom: 3px solid #CCCCCC;
  border-radius: 5px;
  position: relative;
}
#wrapper.yellowStyle .btn_list li a{background:none; background-color:#fff000 !important; border: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .btn_list li a{background:none; background-color:#000000 !important; border: 1px solid #ffffff !important;color: #fff;}
.btn_list li a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid  #6BAA3F;
  border-bottom: 1px solid  #6BAA3F;
  transform: rotate(45deg);
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
  margin: auto;
}
#wrapper.yellowStyle .btn_list li a:before{display: none;}
#wrapper.blackStyle .btn_list li a:before{display: none;}
.btn_list li a:active {
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  border-bottom: none;
  border-top: 3px solid transparent;
}
.title02 {
  font-size: 18px;
  color: #468C00;
  margin-bottom: 10px;
}
.ac {
  border: 2px solid  #E8F7CA;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
#wrapper.yellowStyle .ac{border: 2px solid #000000 !important;}
#wrapper.blackStyle .ac{border: 2px solid #ffffff !important;}
.ac>dt {
  width: 100%;
  background: #E8F7CA;
  font-size: 13px;
  font-weight: bold;
  padding: 5% 8% 5% 13%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#wrapper.yellowStyle .ac>dt{background:none; background-color:#fff000 !important; border-bottom: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .ac>dt{background:none; background-color:#000000 !important; border-bottom: 1px solid #ffffff !important;color: #fff;}
.ac>dt:before,
.ac>dt:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background: #468C00;
  margin: auto;
}
#wrapper.yellowStyle .ac>dt:before,
#wrapper.yellowStyle .ac>dt:after{background:none; background-color:#000 !important;}
#wrapper.blackStyle .ac>dt:before,
#wrapper.blackStyle .ac>dt:after{background:none; background-color:#fff !important;}
.ac>dt:before {
  width: 15px;
  height: 3px;
  right: 14px;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ac.active dt:before {
  transform: rotate(90deg);
  opacity: 0;
}
.ac>dt:after {
  width: 3px;
  height: 15px;
  right: 20px;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ac.active dt:after {
  transform: rotate(90deg);
}
.ac>dd {
  width: 100%;
  padding: 5% 3%;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: relative;
}
.ac>dt>span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #468C00;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  line-height: 1.8;
  font-size: 12px;
  position: absolute;
  top: 15px;
  left: 3%;
}
#wrapper.yellowStyle .ac>dt>span{background:none; background-color:#000 !important;color: #fff000;}
#wrapper.blackStyle .ac>dt>span{background:none; background-color:#fff !important;;color: #000;}
.ac.no>dt {
  cursor: default;
}
.ac.no>dt:before,
.ac.no>dt:after {
  display: none;
}
.title01 {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  padding: 3%;
  background: #8FC31F;
  margin-bottom: 5%;
}
a.btn {
  display: block;
  margin: 5% auto 10%;
  padding: 0 0 0 10px;
  width: 80%;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  background-color: #8FC31F;
  border-bottom: 3px solid #7AA91B;
  border-radius: 7px;
  position: relative;
}
#wrapper.yellowStyle a.btn{background:none; background-color:#fff000 !important; border:1px solid #000000 !important;color: #000;}
#wrapper.blackStyle a.btn{background:none; background-color:#000000 !important; border:1px solid #ffffff !important;color: #fff;}
a.btn:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  border-bottom: none;
  border-top: 3px solid transparent;
}
a.btn>span {
  padding: 0 40px 0 0;
}
a.btn span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid  #fff;
  border-bottom: 2px solid  #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
#wrapper.yellowStyle a.btn span:before{border-right: 2px solid  #000;border-bottom: 2px solid  #000;}
#wrapper.blackStyle a.btn span:before{border-right: 2px solid  #fff;border-bottom: 2px solid  #fff;}
#main p {
  font-size: 12px;
  margin-bottom: 5%;
}
.request_box1>div {
  text-align: center;
}
.request_box1>div>img {
  margin-bottom: 5px;
}
.request_box1>div>span {
  display: block;
  text-align: left;
  margin: 0 auto 3%;
  font-size: 10px;
}
.request_box1>div>.title02 {
  margin-bottom: 3%;
}
.request_box1>div>p {
  margin-bottom: 5%;
}
.request_tab>article>dl {
  border-top: 2px solid  #8FC31F;
  position: relative;
  margin-top: 20%;
  padding: 5% 0;
}
#wrapper.yellowStyle .request_tab>article>dl{border-top: 2px solid  #000;}
#wrapper.blackStyle .request_tab>article>dl{border-top: 2px solid  #fff;}
.request_tab>article>dl>dt {
  position: absolute;
  top: -50px;
  left: 0;
  width: 49%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 15px 0;
  background: #8CC31F;
  border: 2px solid  #8FC31F;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}
#wrapper.yellowStyle .request_tab>article>dl>dt{background:none; background-color:#000 !important; border: 2px solid #000000 !important;color: #fff000;border-bottom: none !important;}
#wrapper.blackStyle .request_tab>article>dl>dt{background:none; background-color:#ffffff !important; border: 2px solid #ffffff !important;color: #000000;border-bottom: none !important;}
.request_tab>article>dl>dt.active {
  color: #8CC31F;
  background: #fff;
}
#wrapper.yellowStyle .request_tab>article>dl>dt.active{background-color:#fff000 !important;color: #000;}
#wrapper.blackStyle .request_tab>article>dl>dt.active{background-color:#000000 !important;color: #ffffff;}
.request_tab>article>dl>dt>span {
  padding-left: 15%;
  background: url(../img/ico_report_white.png) no-repeat center left;
  background-size: 15px auto;
}
.request_tab>article>dl>dt.active>span {
  padding-left: 15%;
  background: url(../img/ico_report.png) no-repeat center left;
  background-size: 15px auto;
}
.request_tab>article>dl>dt:last-of-type {
  left: auto;
  right: 0;
}
.request_tab>article>dl>dt:last-of-type>span {
  background: url(../img/ico_man_white.png) no-repeat center left;
  background-size: 15px auto;
}
.request_tab>article>dl>dt.active:last-of-type>span {
  background: url(../img/ico_man.png) no-repeat center left;
  background-size: 15px auto;
}
.request_tab>article>dl>dd {
  clear: both;
  width: 100%;
  display: none;
}
.request_tab>article>dl>dt.active + dd {
  display: block;
}
.request_tab>article>dl>dd>div>h3,
.request_box2>div>h4 {
  font-size: 18px;
  font-weight: bold;
  color: #468C00;
  margin-bottom: 10px;
  clear: both;
}
#wrapper.yellowStyle .request_tab>article>dl>dd>div>h3,
#wrapper.yellowStyle .request_box2>div>h4{color: #000;}
#wrapper.blackStyle .request_tab>article>dl>dd>div>h3,
#wrapper.blackStyle .request_box2>div>h4{color: #fff;}
.request_tab>article>dl>dd>div>h3>span,
.request_box2>div>h4>span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  text-align: center;
  margin-right: 10px;
}
#wrapper.yellowStyle .request_tab>article>dl>dd>div>h3>span,
#wrapper.yellowStyle .request_box2>div>h4>span{color: #000;}
#wrapper.blackStyle .request_tab>article>dl>dd>div>h3>span,
#wrapper.blackStyle .request_box2>div>h4>span{color: #fff;}
.request_tab>article>dl>dd>div>h3>span:before,
.request_box2>div>h4>span:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;bottom: 0;left: 0;right: 0;margin: auto;
  background: #468C00;
  z-index: -1;
}
#wrapper.yellowStyle .request_tab>article>dl>dd>div>h3>span:before,
#wrapper.yellowStyle .request_box2>div>h4>span:before{background:none; border: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .request_tab>article>dl>dd>div>h3>span:before,
#wrapper.blackStyle .request_box2>div>h4>span:before{background:none; border: 1px solid #ffffff !important;color: #fff;}
.request_tab>article>dl>dd>div>img,
.request_box2>div>img {
  width: 100%;
  margin-bottom: 3%;
}
.request_tab>article>dl>dd>div>p,
.request_box2>div>p {
  margin-bottom: 3%;
}
.request_tab>article>dl>dd>div>ul>li,
.request_box2>div>ul>li {
  font-size: 10px;
}
.request_box2>div>ul>li>a {
  color: #468C00;
}
.request_tab>article>dl>dd>div>a.btn {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  line-height: 45px;
}
.request_tab>article>dl>dd>div>dl.ac {
  margin-bottom: 5%;
}
.request_box2 {
  margin-bottom: 5%;
}
.request_box2>div {
  margin-bottom: 5%;
}
.request_box2>table {
  width: 100%;
  border-top: 1px solid  #ddd;
  margin-bottom: 10%;
}
#wrapper.yellowStyle .request_box2>table{border-top: 1px solid #000000 !important;}
#wrapper.blackStyle .request_box2>table{border-top: 1px solid #ffffff !important;}
.request_box2>table>tbody>tr {
  border-bottom: 1px solid  #ddd;
}
#wrapper.yellowStyle .request_box2>table>tbody>tr{border-bottom: 1px solid #000000 !important;}
#wrapper.blackStyle .request_box2>table>tbody>tr{border-bottom: 1px solid #ffffff !important;}
.request_box2>table>tbody>tr>th {
  width: 25%;
  vertical-align: middle;
  padding: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  position: relative;
  text-align: left;
  z-index: 1;
  text-wrap: normal;
}
.request_box2>table>tbody>tr>th:before {
  content: '';
  background: #F1F1F1;
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
#wrapper.yellowStyle .request_box2>table>tbody>tr>th:before{display: none;}
#wrapper.blackStyle .request_box2>table>tbody>tr>th:before{display: none;}
.request_box2>table>tbody>tr>td {
  width: 75%;
  vertical-align: middle;
  padding: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.request_box2>table>tbody>tr>td>dl {
  margin-bottom: 3%;
}
.request_box2>table>tbody>tr>td>dl:last-of-type {
  margin-bottom: 0;
}
.request_box2>table>tbody>tr>td>dl>dt {
  font-size: 14px;
  font-weight: bold;
}
.request_box2>table>tbody>tr>td>dl>dt>img {
  display: inline-block;
  vertical-align: middle !important;
  margin-right: 5px;
  width: 30px;
  margin-bottom: 8px;
}
.request_box2>table>tbody>tr:first-of-type>td>dl>dt {
  font-size: 20px;
}
.request_box2>table>tbody>tr>td>dl>dd {
  font-size: 13px;
}
.request_box2>table>tbody>tr>td>dl>dd>a {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  background: #8FC31F;
  border: 1px solid  #8FC31F;
  font-size: 12px;
  margin-left: 10px;
}
#wrapper.yellowStyle .request_box2>table>tbody>tr>td>dl>dd>a{background:none; background-color:#fff000 !important; border: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .request_box2>table>tbody>tr>td>dl>dd>a{background:none; background-color:#000000 !important; border: 1px solid #ffffff !important;color: #fff;}
.request_box03>div {
  background: url(../img/request/request_bg.png);
  padding: 5%;
  text-align: center;
  margin-bottom: 10%;
}
#wrapper.yellowStyle .request_box03>div{background:none; background-color:#fff000 !important; border: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .request_box03>div{background:none; background-color:#000000 !important; border: 1px solid #ffffff !important;color: #fff;}
.request_box03>div>dl {
  width: 100%;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 0 3%;
  position: relative;
}
#wrapper.yellowStyle .request_box03>div>dl{background:none; background-color:#fff000 !important; border: 1px solid #000000 !important;color: #000;}
#wrapper.blackStyle .request_box03>div>dl{background:none; background-color:#000000 !important; border: 1px solid #ffffff !important;color: #fff;}
.request_box03>div>dl:last-of-type {
  margin-bottom: 0;
}
.request_box03>div>dl>dt>img {
  width: 100%;
}
.request_box03>div>dl>dd {
  padding: 15px;
}
.request_box03>div>dl>dd>h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.request_box03>div>dl>dd>p {
  margin-bottom: 0 !important;
}
.request_box03>div>dl>dd>a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;left: 0;
  z-index: 2;
}
.request_box04>dl + h3 {
  margin-top: 10%;
}
.request_box04>dl>dd>span {
  font-size: 10px;
}

a.out {
  padding-right: 20px;
  position: relative;
  color: #468C00;
  text-decoration: underline;
  font-size: 14px;
}
a.out:before {
  content: '';
  width: 8px;
  height: 8px;
  border-left: 1px solid #468C00;
  border-bottom: 1px solid #468C00;
  position: absolute;
  top: 10px;
  right: 3px;
}
a.out:after {
  content: '';
  width: 8px;
  height: 6px;
  border: 1px solid #468C00;
  border-top: 3px solid #468C00;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
