@charset "UTF-8";

.pro .step{
  margin: 20px 0 60px 0;
}
.pro .step.tokurei-flow{
  margin: 8px 0 16px 0;
}
.pro .step_area{
  border: 2px solid #1bc7ea;
  padding: 8px 16px;
}
.pro .step_area span:not(.underline){
  display: block;
  font-weight: 400;
}
.pro .step_area span:first-child{
  margin-top: 8px;
}
.pro .step_title{
  background: #1bc7ea;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 10px 0;
}
.pro .step_text{
  font-weight: 500;
}

.pro .step-down1{
  width: 80px;
  height: 75px;
  margin: 15px auto;
  display: block;
}

/*  SPレイアウト  */
@media screen and (max-width: 767px) {
  .pro .step-down1{
    width: 50px;
    height: 100%;
  }
}

/*  SPレイアウト  */
@media screen and (max-width: 767px) {
  /*
    詳細ページ
  */
  .pro .t-main_inner .c-title {
    padding: 5px 0 30px;
  }

  .pro .left-area .t-main_inner .p-section p {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 8px 0px 16px 0px;
  }

  .pro .t-main_inner .p-section a:hover {
    text-decoration: underline;
  }

  .pro .t-main_inner .p-section a:visited {
    color: #660099;
  }

  .pro .t-main_inner .p-section .c-heading {
    margin-bottom: 10px;
    border-radius: 4px;
  }

  .pro .t-main_inner .p-section .c-heading_inner {
    padding: 16px 22px 16px 45px;
    font-size: 1.68rem;
    font-weight: 500;
    letter-spacing: 1.6px;
  }

  .pro .t-main_inner .p-section .c-heading_inner:before, .c-heading_inner:after {
    left: 22px;
    width: 3px;
  }

  .pro .t-main_inner .p-section .c-section-list li {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: .05em;
    margin: 10px 0;
  }

  .pro .t-main_inner .p-section .h3-p1 {
    margin: 20px 0 12px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    color: #1bc7ea;
    align-items: center;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
  }

  .pro .t-main_inner .p-section .h3-p1::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 33px;
    margin-right: 10px;
    vertical-align: middle;
    background-size: contain;
    background-image: url("/assets/img/cmn/ico_fukidashi.png");
  }
  .pro .t-main_inner .p-section .h3-p2 {
    display: flex;
    background: #1bc7eb;
    color: #FFF;
    margin: 40px 0 0;
    font-size: 1.6rem;
    line-height: 1.66;
    letter-spacing: 1.1px;
    border-radius: 50px 8px 8px 50px;
    font-weight: 500;
    align-items: center;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .pro .t-main_inner .p-section .h3-p2::before {
    font-family: "Font Awesome 5 Free";
    content: "\f27a";
    font-weight: 900;
    font-size: 1.9rem;
    background: #f8f7f4;
    border-radius: 15px 0 0 15px;
    color: #1bc7eb;
    width: 8%;
    margin-right: 15px;
    padding: 6px 9px 5px 11px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pro .t-main_inner .p-section h4 {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .pro .t-main_inner .p-section h4 a:hover{
    opacity: 0.5;
    text-decoration: underline !important;
  }
  .pro .t-main_inner .p-section h4 a:visited{
    color: #383838 !important;
  }

  .pro .t-main_inner .p-section h5 {
    position: relative;
    padding-left: 17px;
    margin: 25px 0 12px;
    clear: both;
    font-size: 1.56rem;
    font-weight: 600;
    line-height: 1.6;
  }

  .pro .t-main_inner .p-section h5::before {
    position: absolute;
    top: 50%;
    left: 1px;
    display: block;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    margin-right: 9px;
    vertical-align: middle;
    content: "";
    background: #1bc7ea;
    border-radius: 50%;
  }

  .pro .t-main_inner .p-section h5 {
    padding-left: 20px;
    margin: 10px 0 10px;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 1.1px;
  }

  .pro .t-main_inner .p-section h5::before {
    top: 13px;
  }

  /*
    右コンテンツ
  */
  .right-area{
    padding: 0 20px;
    margin: 0 auto 30px;
  }
  .right-area-content{
    padding: 0 10px;;
    margin: 0px 0 35px 0;
  }
  .right-area-content-title{
    position: relative;
    font-weight: 500;
    font-size: 1.68rem;
    text-align: center;
    margin-bottom: 15px;
  }
  .right-area-content-title::before{
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    left: 47%;
    bottom: 28px;
    background: #1bc7ea;
  }


  .scroll{
    overflow-x: scroll;
    white-space: nowrap;
  }
  .tableArea table{
    margin-bottom: 10px;
  }
  /*スクロールバーの横幅指定*/
  .tableArea.scroll::-webkit-scrollbar {
    width: 15px;
  }
  /*スクロールバーの背景色・角丸指定*/
  .tableArea.scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  /*スクロールバーの色・角丸指定*/
  .tableArea.scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background:#666;
  }
  .tableArea th{
    letter-spacing: .02em;
    padding: 15px 20px;
    font-size: 1.5rem;
    line-height: 1.70;
    /*border-bottom: 1px dotted;*/
  }

  .tableArea tr:not(:last-child){
    border-bottom:1px dotted ;
  }
  .tableArea td{
    letter-spacing: .05em;
    font-size: 14px;
    line-height: 1.70;
    padding: 10px 10px;
  }
  .text_right{
    text-align: right;
    font-size: 1.4rem;
  }
  .pro .v-sp{
    display: none;
  }
  .pro .read-area{
    padding: 1px 20px 20px 20px;
  }
  .pro .week-text span{
    display: block;
  }
  .pro .tel-text{
    text-align: center;
  }
  .pro .tel-number{
    display: block;
  }
  .pro .licence-explanation{
    width: 100%;
  }
  .pro .tel-text span{
    font-size: 3rem;
    text-align: center;
    color: #1a0dab;
    margin-left: 3px;
    text-decoration: underline;
    display: block;
  }
}

/* PCレイアウト */
@media only screen and (min-width: 768px) {
  /*
    メイン要素
  */
  .t-main {
    width: 1000px;
    margin: 50px auto;
  }
  /*
    2カラム左コンテンツ
  */
  .left-area {
    max-width: 640px;
    display: inline-block;
    line-height: 1.4;
    ;
  }
  /*
  右コンテンツ
  */
  .right-area {
    max-width: 350px;
    display: inline-block;
    vertical-align: top;
  }

  .right-area {
    width: 310px;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
  }

  .right-area-content {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .right-area-content>.right-area-content-title {
    font-size: 1.8rem;
    margin: 10px 0;
  }

  .right-area-content>.right-area-content-title::before {
    content: "";
    position: relative;
    top: -6.5px;
    width: 16px;
    height: 2px;
    margin-right: 10px;
    display: inline-block;
    background-image: url("/assets/img/cmn/ico_horizontal.svg");
  }

  .right-area-content ul li {
    margin-top: 10px;
  }
  /*
    詳細ページ
  */
  .pro .left-area .t-main_inner {
    display: block;
    width: unset;
    padding: 0;
    justify-content: space-between;
    align-items: center;
  }
  .pro .left-area .t-main_inner .c-title {
    padding: 0 0 40px;
  }
  .pro .left-area .t-main_inner .p-section p {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 8px 0px 16px 0px;
  }
  .pro .left-area .t-main_inner .p-section a:not(.card-content) {
  }
  .pro .left-area .t-main_inner .p-section a::before:not(.card-content) {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    padding-right: 5px;
    margin-left: 0px;
    font-weight: 900;
  }
  .pro .left-area .t-main_inner .p-section a:hover {
    text-decoration: none;
  }
  .pro .left-area .t-main_inner .p-section a:visited {
    color: #660099;
  }
  .pro .left-area .t-main_inner .p-section .c-heading {
    margin-top: 35px;
    margin-bottom: 10px;
    border-radius: 4px;
  }
  .pro .left-area .t-main_inner .p-section .c-heading_inner {
    padding: 16px 22px 16px 45px;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 1.6px;
  }
  .pro .left-area .t-main_inner .p-section .c-heading_inner:before, .c-heading_inner:after {
    left: 22px;
    width: 3px;
  }
  .pro .left-area .t-main_inner .p-section .c-section-list li {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: .05em;
    margin: 10px 0;
  }
  .pro .left-area .t-main_inner .p-section .h3-p1 {
    /*display: inline-block;*/
    margin: 20px 0 0px;
    font-size: 2.0rem;
    line-height: 1.66;
    letter-spacing: 1.1px;
    font-weight: 500;
    color: #1bc7ea;
    align-items: center;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .pro .left-area .t-main_inner .p-section .h3-p1::before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 42px;
    margin-right: 10px;
    vertical-align: middle;
    background-size: contain;
    background-image: url("/assets/img/cmn/ico_fukidashi.png");
  }

  .pro .left-area .t-main_inner .p-section .h3-p2 {
    display: flex;
    background: #1bc7eb;
    color: #FFF;
    margin: 40px 0 0;
    font-size: 2.0rem;
    line-height: 1.66;
    letter-spacing: 1.1px;
    border-radius: 50px 8px 8px 50px;
    font-weight: 500;
    padding-left: 5px 0;
    align-items: center;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .pro .left-area .t-main_inner .p-section .h3-p2::before {
    font-family: "Font Awesome 5 Free";
    content: "\f27a";
    font-weight: 900;
    font-size: 2.4rem;
    background: #f8f7f4;
    border-radius: 20px 0 0 20px;
    color: #1bc7eb;
    width: 8%;
    margin-right: 20px;
    padding: 9px 5px 5px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pro .left-area .t-main_inner .p-section h5 {
    padding-left: 20px;
    margin: 10px 0 5px;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 1.1px;
    position: relative;
  }
  .pro .t-main_inner .p-section h5::before {
    position: absolute;
    top: 50%;
    left: 1px;
    display: block;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    margin-right: 9px;
    vertical-align: middle;
    content: "";
    background: #1bc7ea;
    border-radius: 50%;
  }
  .pro .left-area .t-main_inner .p-section h5::before {
    top: 13px;
  }
  .pro .left-area .t-main_inner .p-section .c-apply-link .c-btn {
    width: 100%;
    padding: 22px 13px 22px 13px;
    font-size: 18px;
    letter-spacing: 1.3px;
    border-radius: 7px;
    transition: .3s;
  }
  .pro .left-area .t-main_inner .p-section .c-apply-link .c-btn:after {
    right: 30px;
  }
  .pro .left-area .t-main_inner .p-section .c-apply-link .c-btn {
    width: 600px;
    margin-top: 20px;
  }
  .pro .left-area .t-main_inner .p-section .c-apply-link a {
    color: #fff;
  }
  .pro .left-area .t-main_inner .p-section .c-apply-link a:hover {
    text-decoration: none;
  }
  .pro .left-area .t-main_inner .p-section .c-apply-link a::before {
    content: "";
  }

  .pro .right-area-content {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .pro .right-area-content>.right-area-content-title {
    font-size: 1.8rem;
    margin: 10px 0;
  }
  .pro .right-area-content>.right-area-content-title::before {
    content: "";
    position: relative;
    top: -6.5px;
    width: 16px;
    height: 2px;
    margin-right: 10px;
    display: inline-block;
    background-image: url("/assets/img/cmn/ico_horizontal.svg");
  }
  .pro .right-area-content ul li {
    margin-top: 10px;
  }

  .check-point p{
    margin: 5px 0 !important;
  }
  .check-point p span{
    background:linear-gradient(transparent 85%, #ff7f7f 70%);
  }
  .warning span{
    color: #fff;
    background: #fa7769;
    padding: 5px;
  }
  .warning p{
    margin: 0 !important;
  }

  .tableArea table{
    /*border: 1px solid #c3c3c3;*/
  }
  .tableArea th{
    letter-spacing: .02em;
    padding: 8px 8px;
    font-size: 1.5rem;
    line-height: 1.70;
    text-align: center;
    vertical-align: middle;
  }
  .tableArea tr:not(:last-child){
    border-bottom:1px dotted ;
  }
  .tableArea td{
    letter-spacing: .02em;
    padding: 10px 5px !important;
    font-size: 1.5rem;
    line-height: 1.70;
  }
  .tableArea .middle {
    vertical-align: middle;
    text-align: center;
    border-right: 1px dotted;
  }
  .spview{
    display: none;
  }

  .pro .t-main_inner .p-section h4{
    font-size: 2rem;
    font-weight: 600;
    color: #383838 !important;
    padding: 4px;
  }
  .pro .t-main_inner .p-section h4 a:hover{
    opacity: 0.5;
    text-decoration: underline !important;
  }
  .pro .t-main_inner .p-section  h4 a:visited{
    color: #383838 !important;
  }
  .text_right{
    text-align: right;
    font-size: 1.4rem;
  }
  .textSubInfo{
    font-size: 1.4rem !important;
    text-align: right;
  }
}


/* PCレイアウト */
/*
  教習所一覧
*/
.pro .school-list{
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: .05em;
  margin: 10px 0 40px 0;
  font-weight: 500;
}
.pro .school-list{
  border-top: 3px solid;
  border-bottom: 3px solid;
}
.pro .school-list th{
  background: #e8f9fb;
  font-weight: 500;
  border-bottom: 1px dotted;
}

.pro .school-list th:first-child{
  width: 20%;
  text-align: center;
  padding: 5px 0 5px 0;
  border-right: 1px solid;
}
.pro .school-list td:first-child{
  text-align: center;
  padding: 5px 0 5px 0;
}

.pro .school-list th:nth-child(2){
  width: 40%;
  padding: 5px 0 5px 20px;
  border-right: 1px solid;
}
.pro .school-list td:nth-child(2){
  padding: 5px 0 5px 20px;
}

.pro .school-list th:nth-child(3){
  padding: 5px 0 5px 20px;
  width: 40%;
}
.pro .school-list td:nth-child(3){
  padding: 5px 20px 5px 20px;
  display: flex;
  flex-wrap: wrap;
}

.pro .school-list td:not(:last-child){
  border-right: 1px solid;
  border-bottom: 1px dotted;
}
.pro .school-list tr:not(:last-child){
  border-bottom: 1px dotted;
}

.pro .school-list td a:hover{
  opacity: 0.5;
}

.pro .school-list td a::before{
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
  margin-left: 0px;
  font-weight: 900;
  color: #1bc7ea;
}


.pro .school-list td span {
  border: solid 1px #19C7EA;
  font-size: 1rem;
  padding: 2px 5px;
  font-weight: 500;
  margin-right: 4px;
  margin-top: 4px;
}

.sp-only{
  display: none;
}

/*  SPレイアウト  */
@media screen and (max-width: 767px) {
  .pro .school-list th:first-child{
    padding: 5px 0 5px 0;
  }
  .pro .school-list td:first-child{
    padding: 5px 8px 5px 8px;
  }
  .pro .school-list th:nth-child(2){
    padding: 5px 0 5px 16px;
  }
  .pro .school-list td:nth-child(2){
    padding: 5px 8px 5px 8px;
  }
  
  .pro .school-list th:nth-child(3){
    padding: 5px 0 5px 0;
    text-align: center;
  }
  .pro .school-list td:nth-child(3){
    padding: 5px 8px 5px 8px;
  }

  
  .pro .school-list td a::before {
    padding-right: 3px;
  }
  .sp-only{
    display: block;
  }
}

.pro .pLink {
  color: #1a0dab !important;
}
.pro .pLink:hover {
  opacity: 0.5;
  text-decoration: underline !important;
}


.infomation{
  padding: 0 10px;
  text-align: center;
}
.tel{
  display: block;
}
.tel a img{
  width: 26px;
  height: 26px;
  margin-top: 4px;
  margin-right: 9px;
}

.tel a .phone_number{
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1.1px;
}
.tel_info{
  display: flex;
  justify-content: center;
  line-height: 1.3;
}

.week{
  width: 20%;
  text-align: right;
}
.time{
  width: 50%;
}

@media only screen and (min-width: 768px){
  .tableArea .horizontal td:first-child{
    border-right: 1px dotted;
  }
  .tableArea .horizontal td:nth-child(2){
    border-right: 1px dotted;
  }
  .tableArea .horizontal th:nth-child(1),
  .tableArea .horizontal th:nth-child(2)
  {
    width: 22%;
  }
  
  .tableArea .normal th:nth-child(1),
  .tableArea .normal th:nth-child(2),
  .tableArea .normal th:nth-child(3)
  {
    width:auto;
  }
  .tableArea .tokurei th:nth-child(1),
  .tableArea .tokurei th:nth-child(2),
  .tableArea .tokurei th:nth-child(3),
  .tableArea .tokurei th:nth-child(4),
  .tableArea .tokurei th:nth-child(5),
  .tableArea .tokurei th:nth-child(6)
  {
    width:auto;
  }

  .tableArea .school th:nth-child(1),
  .tableArea .school th:nth-child(2),
  .tableArea .school th:nth-child(3),
  .tableArea .school th:nth-child(4),
  .tableArea .school th:nth-child(5),
  .tableArea .school th:nth-child(6)
  {
    width:auto;
  }
}
.tableArea .normal td:nth-child(1),
.tableArea .normal td:nth-child(2),
.tableArea .normal td:nth-child(3)
{
  text-align: center;
}
.tableArea .tokurei td:nth-child(2),
.tableArea .tokurei td:nth-child(3),
.tableArea .tokurei td:nth-child(4),
.tableArea .tokurei td:nth-child(5),
.tableArea .tokurei td:nth-child(6)
{
  text-align: right;
}
.tableArea .tokurei td:nth-child(1){
  text-align: center;
}

.tableArea .school td:nth-child(2),
.tableArea .school td:nth-child(3)
{
  text-align: center;
}
.tableArea .school td:nth-child(4)
{
  text-align: right;
}

.underline{
  font-weight: 500;
  border-bottom: 1.5px solid;
}
.note{
  display: block;
  font-weight: 500;
  border-bottom: 1.5px solid;
  margin: 4px 0;
}
.attention{
  display: block;
  color: #fa7769;
  font-weight: 600;
}
.notice{
  display: block;
  margin: 4px 0px 4px 0px !important;
}

.school_info{
  margin-top: 8px;
  margin-bottom: 40px;
}

.price {
  text-align: right;
  padding: 10px 5px;
  letter-spacing: .04em !important;
}
.tax{
  margin-right: 5px;
}
.pref{
  margin-right: 16px;
}

.fas {
  color: #1bc7ea !important;
  font-size: 20px !important;
  padding: 3px;
}
a:hover{
  text-decoration: underline Im !important;
}

/* faq */
.pro .qa-list{
  margin: 8px 0 16px 0;
  line-height: 1.8;
}
.pro .qa-list dt{
  font-weight: 500;
  font-size: 1.5rem;
  display: flex;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}

.pro .qa-list dt span:nth-child(1){
  background: #1bc7ea;
  display: flex;
  width: 15%;
  padding: 5px 0;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.pro .qa-list dt span:nth-child(2){
  background: #eee;
  display: block;
  width: 85%;
  padding: 5px 30px 5px 10px;
}
.pro .qa-list dt span:nth-child(2):hover{
  opacity: 0.5;
}
.pro .qa-list dt::after{
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -13px;
}
.pro .qa-list dd{
  display: none;
  padding: 5px 10px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.pro .qa-list dd ul{
  list-style: disc;
  margin-left: 10px;
}
.pro .qa-list dd ul li{
  margin-bottom: 5px;
}
.pro .support-headline{
  font-weight: 500 !important;
  font-size: 1.8rem !important;
  color: #383838 !important;
  background: #eee;
  display: block;
  padding: 5px 30px 5px 10px;
  width: 100%;
}
.pro .orderList{
  font-size: 1.5rem;
  line-height: 1.5;
  margin-left: 1.5em;
  margin-top: 8px;
  margin-bottom: 16px;
}
.pro .orderList dt {
  display: list-item;
  list-style-type: decimal;
  font-weight: 600;
}
.pro .orderList dd {
  margin-bottom: 8px;
}
.pro .section{
  margin-top: 8px;
}
.pro .normal-text{
  margin-top: -20px !important;
}

/*  SPレイアウト  */
@media screen and (max-width: 767px) {
  .pro .table-note{
    width: 480px;
    white-space:normal;
  }
}
