@charset "UTF-8";


/*********************************************
/*

section
  .confirm-sec
  .fee-sec
  .delivery-sec
  .allow-sec
  .flow-sec
  .office-sec
  .question-sec
  .prof-sec


/********************************************/

/* 共通エレメント
--------------------------------------- */

.lead {
  font-size: 14px;
}

.LeftBox {
  position: absolute;
  right: 0;
  top: 17px;
}

/* Extra small devices: Phones (<768px) */
@media (max-width: 768px) {
  section {
    margin: 0 0 20px;
    padding-right: 0;
  }

  .LeftBox {
    position: relative;
    text-align: center;
    top: 0;
    margin-bottom: 15px;
  }
}

/* 中デバイス（タブレット, 768px 以上） */
@media (min-width: 768px) and (max-width: 991.99px) {
  .LeftBox {
    position: absolute;
    top: 23px;
    right: 65px;
  }
}

/****************************************
.mainblock
****************************************/


/* .fee-sec
---------------------------------------*/

.fee-sec .lead {
  margin-bottom: 10px;
}

.fee-sec ul.list-group li {
  border: none;
  padding: 0;
}

.fee-sec ul.list-group li img{
  float: left;
  overflow: hidden;
}

.fee-sec ul.list-group li .inner-item {
    border: 1px solid #ddd;
    padding: 10px 15px;
    display: block;
    color: #222;
    position: relative;
    margin-bottom: 10px;
}

.fee-sec ul.list-group li .inner-item:hover {
  background: #c3e1fe ;
  text-decoration: none;
}

.fee-sec ul.list-group li .inner-item::after{
  content: "＞";
}

.fee-sec ul.list-group li .textBoxt{
  padding-left: 245px;
  padding-top: 5px;
}

.fee-sec ul.list-group li .textBoxt b em{
  font-size: 0.3em;
  font-style: normal;
}

.fee-sec ul.list-group li .textBoxt span.red{
  font-weight: bold;
}

.fee-sec ul.list-group li .textBoxt b.pulus {
  font-size: 0.7em;
}

.fee-sec ul.list-group li .textBoxt .bigTitle {
  text-indent: -0.5em;
  display: inline-block;
  padding-bottom: 4px;
  font-size: 1.3em;
  color: #ff7a00;
  text-shadow: 0px 1px 0px #ffffff, 0px 3px 0px #ddd;
  font-weight: bold;
}

.fee-sec ul.list-group li .textBoxt .bigTitle.ind {
  text-indent: 0em;
}

.fee-sec ul.list-group li .textBoxt .detail-txt {
  display: block;
  font-size: 12px;
  text-align: right;
  position: absolute;
  right: 1em;
  bottom: 15px;
}


.fee-sec ul.list-group li.first .detail-txt{
  right: 1em;
  bottom: 10px;
}


.fee-sec .anchor-box {
  clear: both;
  margin-bottom: 10px;
  text-align: right;
}

.fee-sec .bottom-word {
  border: 1px solid #ddd;
  padding: 10px 0.5em 10px 1em;
}

.fee-sec .bottom-word p{
  margin-bottom: 0;
}

/* Extra small devices: Phones (<768px) */
@media (max-width: 768px) {
  .fee-sec h2 {
    margin-top: 0;
  }

  .fee-sec ul.list-group li img {
    text-align: center;
    margin-bottom: 10px;
    margin: 0 auto 10px;
    display: block;
    float: none;
      }

  .fee-sec ul.list-group li .inner-item {
    padding: 20px 15px 10px 25px;
    background: #fffce1;
  }

  .fee-sec ul.list-group li .textBoxt {
    padding-left: 0px;
    padding-top: 5px;
  }

  .fee-sec ul.list-group li .textBoxt .bigTitle {
    font-size: 1.5em;
  }

  .fee-sec ul.list-group li .textBoxt .detail-txt {
    bottom: 7px;
  }
}

/* 中デバイス（タブレット, 768px 以上） */
@media (min-width: 768px) and (max-width: 991.99px) {
  .fee-sec ul.list-group li img {
  float: left;
  width: auto;
  }

  .fee-sec ul.list-group li .textBoxt {
    padding-left: 260px;
  }
}

/* .delivery-sec
---------------------------------------*/

.delivery-sec .lead-box {
  border: 1px solid #ddd;
  padding: 10px 0.5em 10px 1em;
}

/* 中デバイス（タブレット, 768px 以上） */
@media (min-width: 768px) and (max-width: 991.99px) {
  .delivery-sec img {
    width: 100%;
  }
}


/* .allow-sec
---------------------------------------*/

.allow-sec .lead {
  margin-bottom: 0;
  margin-left: -5px;
}

.allow-sec .text-Area {
  margin-bottom: 20px;
}

.allow-sec .top {
  border: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 35px;
}

.allow-sec .prof-detail {
  top: 55px;
}

.allow-sec .prof-detail span {
  display: block;
  margin-left: 35px;
  font-size: 0.9em;
}

.allow-sec .contact-Area ul {
  display: flex;
  justify-content: space-around;
}
/* Extra small devices: Phones (<768px) */
@media (max-width: 768px) {
  .allow-sec .prof-detail {
    top: 10px;
  }
}

@media (max-width: 991.99px) and (min-width: 768px){
  .allow-sec .prof-detail {
      top: 70px;
      right: 20px;
  }
}


/* .question-sec
---------------------------------------*/

.question-sec ul li {
  line-height: 1.6em;
  font-size: 16px;
}

/* Extra small devices: Phones (<768px) */
@media (max-width: 768px) {
  .question-sec ul li {
      text-indent: -3.3em;
      margin-left: 3.3em;
      margin-bottom: 0.5em;
  }
}

/* .flow-sec
---------------------------------------*/

.flow-sec .photo {
  padding: 0 15px 15px;
  margin-bottom: 40px;
  border-bottom: 2px dotted #ddd;
}

.flow-sec .photo.borderNone {
    border: none;
    margin-bottom: 0;
}

.flow-sec .border {
  padding-bottom: 5px;
  border-bottom: 2px dotted #f44336!important;
}

.flow-sec .flowTxt .imgL {
  float: left;
  margin-right: 1.5em;
}

.flow-sec h3 {
  color : #666;
  font-weight: bold;
  font-size: 20px;
}

.flow-sec .last-bottom img {
  padding-left: 60px;
}

/* Extra small devices: Phones (<768px) */
@media (max-width: 768px) {
  .flow-sec h3 {
    margin-top: 0px;
  }

  .flow-sec .photo{
    padding: 0 0 0px;
  }

  .flow-sec .photo,
  .flow-sec .border {
    margin-bottom: 15px;
  }

  .flow-sec .flowTxt .imgL {
    float: none;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .flow-sec .flowTxt .last-bottom {
    text-align: center;
    margin-bottom: 0;
  }

  .flow-sec .flowTxt .last-bottom img {
    width: 50%;
    padding-left: 0;
  }
}

/* 中デバイス（タブレット, 768px 以上） */
@media (min-width: 768px) and (max-width: 991.99px) {
  .flow-sec .flowTxt .imgL {
    float: left;
  }

  .flow-sec .flowTxt p.last-bottom {
    position: relative;
    text-align: left;
  }

  .flow-sec .flowTxt p.last-bottom img {
    width: 18%;
    margin-left: 50px;
  }

}

/* .office-sec
---------------------------------------*/

/* Extra small devices: Phones (<768px) */
@media (max-width: 768px) {
  .office-sec .text-Area {
    padding: 0;
  }
}


/* .prof-sec
---------------------------------------*/

.prof-sec {
  position: relative;
}

.prof-sec .lead {
  position: relative;
  z-index: 10;
  padding-left: 0em!important;
}

.prof-sec .prof-detail{
  z-index: 5;
  top: 80px;
}

.prof-sec .prof-detail p{
  margin-bottom: 0;
  font-size: 0.8em;
}

.prof-sec .prof-detail span  {
  padding-left: 0.7em;
}

.prof-sec .text-Area {
  border-right: none;
}

.prof-sec .text-Area.first{
  padding-bottom: 100px;
}


.prof-sec .text-Area p{
  padding-left: 0.6em;
}

/* Extra small devices: Phones (<768px) */
@media (max-width: 768px) {
  .prof-sec .prof-detail {
     top: 0px;
  }

  .prof-sec .text-Area {
    border: none;
  }

  .prof-sec .text-Area p {
    margin-bottom: 10px;
  }

  .prof-sec .text-Area .prof-detail p {
    margin-bottom: 0px;
  }

  .prof-sec .text-Area.first {
    padding-bottom: 0px;
  }

  .prof-sec .text-Area {
    padding: 30px 0px 0;
  }

  .prof-sec .text-Area.first img {
    width: 60%;
    margin-left: 10px;
  }
}

/* 中デバイス（タブレット, 768px 以上） */
@media (min-width: 768px) and (max-width: 991.99px) {
  .prof-sec .prof-detail {
     top: 100px;
  }
}


/* aside
---------------------------------------*/
aside .address p{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

aside p.del-area {
  color: #808080;
}

aside p.del-area span {
  text-indent: -0.5em;
  display: inline-block;
}


/* Extra small devices: Phones (<768px) */
@media (max-width: 768px) {
  aside .del-block {
    display: none;
  }
}

/* CLEAR FIX
---------------------------*/

.fee-sec ul.list-group li .inner-item,
.flow-sec .flowTxt,
.clearfix {
     zoom: 1;
}

.fee-sec ul.list-group li .inner-item:after,
.flow-sec .flowTxt:after,
.clearfix:after
{
     clear: both;
     content: ".";
     display: block;
     height: 0;
     line-height: 0;
     visibility: hidden;
}



/* # mediaのbootstrapの補足的に使うプロパティ
---------------------------------------------------------------------------- */
/* Extra small devices: Phones (<768px) */
@media (max-width: 768px) {
}
/* 中デバイス（タブレット, 768px 以上） */
@media (min-width: 768px) and (max-width: 991.99px) {
}
/* 大デバイス（デスクトップ, 992px 以上） */
@media (min-width: 992px) and (max-width: 1199.99px) {
}
/* 特大デバイス（ワイド・デスクトップ, 1200px 以上） */
@media (min-width: 1200px) {}
