@charset "utf-8";
/*
=======================================
 個人情報保護方針/privacy/
=======================================
*/
/*--ページタイトル--*/
.pagetitle{
  margin-top: 100px;
  background: #eff0f0;
  border-bottom: #e9eaea solid 1px;
  height: 150px;
  line-height: 150px;
}
.pagetitle .container{
  max-width: 1000px;
}


/*---パンくず---*/
.topicpath{
  max-width: 1000px;
  margin: 0px  auto 50px auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}
.topicpath ul li{
  display: inline-block;
  padding-right: 20px;
}
.topicpath ul li:after{
  content: ">";
  display: inline-block;
  padding-left: 20px;
}
.topicpath ul li:last-child:after{
  content: none;
}


/*---個人情報保護方針---*/
#privacy{
  margin-bottom: 100px;
}
#privacy .container{
  max-width: 1000px;
}
#privacy h2{
  text-align: center;
  margin-bottom: 50px;
}
#privacy h3{
  margin-top: 50px;
  margin-bottom: 20px;
  border-bottom: #999999 dotted 1px;
}
#privacy p{
  margin-bottom: 20px;
}
.list_privacy{
  margin-bottom: 50px;
  padding-left: 10px;
}
.list_privacy li{
  list-style: disc inside;
  line-height: 2.0;
}

@media screen and (max-width: 768px) {
  .pagetitle{
    margin-top: 80px;
  }
}


.table_ptn01{
border-collapse:collapse;
width: 100%;
}
.table_ptn01 thead th{
background:#1e4260;
color:#FFF;
text-align:left;
padding:10px 15px;
}

.table_ptn01 thead th:nth-of-type(1){
width:20%;
border-right:1px solid #FFF;
}
.table_ptn01 thead th:nth-of-type(2){
border-right:1px solid #1e4260;
}

.table_ptn01 tbody th{
width:20%;
}



.table_ptn01 tbody th{
background:#eaf4fc;
text-align:left;
padding:10px 15px;
border:1px solid #1e4260;
}
.table_ptn01 tbody td{
padding:10px 15px;
border:1px solid #1e4260;
}

@media screen and (max-width: 768px) {
.table_ptn01 tbody td{
    display: block;
    width: 100%;
	}
.table_ptn01 tbody th:nth-of-type(1),.table_ptn01 tbody th:nth-of-type(2){
    display: block;
    width: 100%;
	}
.table_ptn01 thead th:nth-of-type(1),.table_ptn01 thead th:nth-of-type(2){
    display: block;
    width: 100%;
	border-right:1px solid #1e4260;
}
}

/* ===========================================
	staff
=========================================== */
.p-staff {
  padding-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.9);
}

.p-staff__lead {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-staff__lead {
    font-size: 1.5em;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}

.p-staff__hd {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  display: block;
  width: 120px;
  margin: 0 auto 25px;
  padding-bottom: 13px;
  text-align: center;
  color: #0068ad;
  border-bottom: 6px solid #0068ad;
}

@media only screen and (max-width: 768px) {
  .p-staff__hd {
    font-size: 2.6rem;
  }
}

.p-staff__inner {
  padding: 0px;
}

@media only screen and (max-width: 768px) {
  .p-staff__inner {
    padding: 0;
  }
}

.div-staff__box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-staff__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-staff__box__half {
	width: 49%;
	margin-bottom:50px; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .p-staff__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-staff__box__half {
	width: 100%;
	margin-bottom:20px; 
}
  .p-staff__box:not(:last-child) {
    margin-bottom: 30px;
  }
}

.p-staff__box:not(:last-child) {
  margin-bottom: 60px;
}

.p-staff__figure {
  overflow: hidden;
  width: 390px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-staff__figure {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 75.952%;
  }
}

.p-staff__img {
  width: 100%;
  border: 6px solid #CCC;
}

@media only screen and (max-width: 768px) {
  .p-staff__img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.p-staff__desc {
  width: 540px;
}

@media only screen and (max-width: 768px) {
  .p-staff__desc {
    width: 100%;
  }
}

.p-staff__desc__width{
  width: 100%;
}



.p-staff__position {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 10px;
  padding-bottom: 8px;
  color: #0068ad;
  border-bottom: 1px solid #94a0b1;
}

@media only screen and (max-width: 768px) {
  .p-staff__position {
    font-size: 1.2rem;
  }
}

.p-staff__name {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 5px;
  color: #0068ad;
}

@media only screen and (max-width: 768px) {
  .p-staff__name {
    font-size: 1.2rem;
  }
}

.p-staff__txt {
  font-size: 1.0rem;
  line-height: 2;
}

/* ===========================================
	price
=========================================== */
.lead_txt{
	line-height:180%;
}

.table_ptn02{
  border-collapse:collapse;
  width: 100%;
  }
.table_ptn02 thead th{
  background:#1e4260;
  color:#FFF;
  text-align:center;
  padding:10px 15px;
}
  
.table_ptn02 thead th{
  width:20%;
  border-right:1px solid #FFF;
}
.table_ptn02 thead th:last-child{
  border-right:1px solid #1e4260;
}
  
.table_ptn02 tbody th,td{
  width:20%;
}  
  
.table_ptn02 tbody th{
  background:#eaf4fc;
  text-align:left;
  padding:10px 15px;
  border-left:1px solid #1e4260;
  border-top:1px solid #1e4260;
  border-bottom:1px solid #1e4260;
}
.table_ptn02 tbody td{
  padding:10px 15px;
  border:1px solid #1e4260;
  text-align: center;
}

.table_ptn02 tr> *:nth-child(2) {
  background-color: #f4c930;
  font-weight: 600;
  color: #fff;
  border-bottom:#fff solid 1px;
  border-right:#fff solid 1px;
  border-left:none;
}
.table_ptn02 thead tr >:nth-child(1),
.table_ptn02 thead tr >:nth-child(2){
  border-right:none;
}
.table_ptn02 tr:nth-child(6) td:nth-child(2){
  border-bottom:#f4c930 solid 1px;
}
.asterisk{
  font-size:0.8em;
  vertical-align: top;
}



.table_ptn01.lehmann th,
.table_ptn01.lehmann td{
  text-align: center;
}

@media screen and (max-width: 768px) {

  .table_ptn02 thead{
    display:none;
  }  
  .table_ptn02 tbody th,
  .table_ptn02 tbody td{
      display: block;
      width: 100%;
  }
  .table_ptn02 tbody th{
    background:#1e4260;
    text-align: center;
    color:#fff;
  }
  .table_ptn02 tbody td{
    border-top:none;
  }
  .table_ptn02 tr> *:nth-child(2) {
    border-right:#1e4260 solid 1px;
    border-left:#1e4260 solid 1px;
    border-bottom:#1e4260 solid 1px;
  }
  .table_ptn02 tr:nth-child(6) td:nth-child(2){
    border-bottom:#1e4260 solid 1px;
  }
  .table_ptn02 tbody td::before {
    content: attr(data-label);
    font-size: .875rem;
    display: block;
    margin-bottom: 0.25rem;
  }

  .table_ptn01.lehmann td{
    border-top:none;
  }
}



.table_ptn03{
border-collapse:collapse;
width: 100%;
}
.table_ptn03 thead th{
background:#1e4260;
color:#FFF;
text-align:left;
padding:10px 15px;
}

.table_ptn03 thead th:nth-of-type(1){
width:10%;
border-right:1px solid #FFF;
}
.table_ptn03 thead th:nth-of-type(2){
border-right:1px solid #1e4260;
}

.table_ptn03 tbody th{
}



.table_ptn03 tbody th{
background:#eaf4fc;
text-align:left;
padding:10px 15px;
border:1px solid #1e4260;
}
.table_ptn03 tbody td{
padding:10px 15px;
border:1px solid #1e4260;
}

@media screen and (max-width: 768px) {
.table_ptn03 tbody td{
    display: block;
    width: 100%;
	}
.table_ptn03 tbody th:nth-of-type(1),.table_ptn03 tbody th:nth-of-type(2){
    display: block;
    width: 100%;
	}
.table_ptn03 thead th:nth-of-type(1),.table_ptn03 thead th:nth-of-type(2){
    display: block;
    width: 100%;
	border-right:1px solid #1e4260;
}
}