@charset "utf-8";
/*準備中*/
.preparation {
	text-align: center;
	padding: 100px;
}
.preparation p {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}

/*  mainv
---------------------------------------------------------*/
.page-mainv {
	background: url(../img/service/mainv.jpg) no-repeat top center;
	background-size: cover;
}

.sec {
  margin-bottom: 75px;
}
.sec-last {
  margin-bottom: 110px;
}
.sec-link li {
  margin-top: 15px;
}
.sec-link li:first-child {
  margin-top: 0;
}
.sec-link a {
  position: relative; 
  display: inline-block;
  color: #0F73CF;
  padding-left: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.sec-link a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  background: url(../common/img/maru_arrow@2x.png) no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
}

.sec1 {
    margin-bottom: 90px;
}
.sec1 .page-h {}
.sec1_01 {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 22px;
}
.sec1_01 p {
    line-height: 32px;
}

.sec1_02 {
    margin-bottom: 55px;
}
dl.staff {
    margin-bottom: 25px;
    position: relative;
    padding-left: 139px;
}
dl.staff dt,
dl.staff dd {
    line-height: 22px;
    letter-spacing: 0.07em;
}
dl.staff dt {
    display: inline-block;
    background-color: #0f73cf;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 7px 10px 7px 14px;
    position: absolute;
    top: 0;
    left: 0;
}
dl.staff dt:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 10px solid #0f73cf;
    position: absolute;
    top: 0;
    right: -10px;
}
dl.staff dd {
    font-size: 15px;
    /* font-size: 0.8125rem; */
    padding: 7px 0px;
}
.sec1_02 .bg_blue {
    background-color: #edf6fe;
    padding: 49px 44px 40px;
}
.sec1_02 .bg_blue h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.07em;
    padding-bottom: 13px;
    margin-bottom: 16px;
    border-bottom: 1px solid #9fbedb;
}
.sec1_02 .bg_blue dl {}
.sec1_02 .bg_blue dl dt,
.sec1_02 .bg_blue dl dd {
    line-height: 32px;
}
.sec1_02 .bg_blue dl dt {
    color: #0f73cf;
    font-weight: bold;
}
.sec1_02 .bg_blue dl dd {}
.sec1_02 .bg_blue dl dd + dt {
    margin-top: 15px;
}

.sec1_03 {}
.sec1_03 h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    margin-bottom: 16px;
    padding-left: 24px;
    position: relative;
}
.sec1_03 h4:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #0f73cf;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.sec1_03 table {
    width: 100%;
    border-top: 1px solid #e3e8ef;
}
.sec1_03 table tr {
    border-bottom: 1px solid #e3e8ef;
}
.sec1_03 table th,
.sec1_03 table td {
    padding: 15px 1em;
}
.sec1_03 table th {
    width: 204px;
    background-color: #eff4f9;
    padding-left: 27px;
    vertical-align: middle;
}
.sec1_03 table td {
    padding-left: 31px;
}
.sec1_03 table td dl {}
.sec1_03 table td dl dt,
.sec1_03 table td dl dd {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    letter-spacing: 0.05em;
}
.sec1_03 table td dl dt {
    color: #0f73cf;
    font-weight: bold;
}
.sec1_03 table td dl dd {}
.sec1_03 table td dl dd span {
  display: inline-block;
}
.sec1_03 table td dl dd span + span {
  margin-left: 1em;
}



/*---------------------------------------------------------
	1100x以下
---------------------------------------------------------*/
@media　screen and (max-width: 1100px)　{
	
}
/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 640px) and (orientation: portrait) ,screen and (max-width: 737px) and (orientation: landscape) {
	/*準備中*/
	.preparation {
		padding: 63px;
	}
	.preparation p {
		font-size: 0.9rem;
	}
  .sec {
    margin-bottom: 45px;
  }
  .sec-link li {
    margin-top: 10px;
  }
  .sec-link a:before {
    top: 2px;
  }

  .sec1 {}
  .sec1 .page-h {}
  .sec1_01 {
    padding-bottom: 15px;
    margin-bottom: 11px;
}
  .sec1_01 p {
    line-height: 1.8;
}

  .sec1_02 {
    margin-bottom: 40px;
}
  dl.staff {
    padding-left: 125px;
    margin-bottom: 15px;
}
  dl.staff dt,
  dl.staff dd {}
  dl.staff dt {font-size: 0.75rem;height: 36px;bottom: 0;margin: auto;}
  dl.staff dt:before {}
  dl.staff dd {
    padding: 0;
    font-size: 0.8125rem;
}
  .sec1_02 .bg_blue {
    padding: 30px 20px 25px;
}
  .sec1_02 .bg_blue h4 {
    font-size: .95rem;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
  .sec1_02 .bg_blue dl {}
  .sec1_02 .bg_blue dl dt,
  .sec1_02 .bg_blue dl dd {
    line-height: 1.8;
}
  .sec1_02 .bg_blue dl dt {}
  .sec1_02 .bg_blue dl dd {}
  .sec1_02 .bg_blue dl dd + dt {
    margin-top: 12px;
}

  .sec1_03 {}
  .sec1_03 h4 {
    font-size: .95em;
    padding-left: 18px;
    margin-bottom: 12px;
}
  .sec1_03 h4:before {
    width: 12px;
    height: 12px;
}
  .sec1_03 table {}
  .sec1_03 table tr {}
  .sec1_03 table th,
  .sec1_03 table td {
    padding: 10px 1em;
}
  .sec1_03 table th {
    width: 30%;
}
  .sec1_03 table td {}
  .sec1_03 table td dl {}
  .sec1_03 table td dl dt,
  .sec1_03 table td dl dd {
    font-size: 0.8125rem;
    line-height: 1.8;
}
  .sec1_03 table td dl dt {}
  .sec1_03 table td dl dd {}
  .sec1_03 table td dl dd span {
    display: block;
  }
  .sec1_03 table td dl dd span + span {
    margin-left: 0;
  }


}
