@charset "utf-8";
.service_top .button__text {font-weight: 400}
/*service_topページ指定*/

.service_top p.lead {
    font-size: 14px;
    letter-spacing: 0.1em;
}
.service_top p.lead span {
    font-weight: 700;
    display: block;
    padding-bottom: 25px;
}
.service_top p + ul {
    font-size: 14px;
    padding-bottom: 10px;
}
.service_top .list_box {
    width: 100%;
    background: url(../img/s_bk.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height:100%;
    margin: 60px 0;
}
.service_top .list_box::before{
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
.service_top .list_box ul {
    width: 450px;
    margin: 0 auto;
    padding: 60px 0;
}
.service_top .list_box ul li {
    position: relative;
    margin-bottom: 20px;

}
.service_top .list_box ul li .button__text{
    font-size: 14px;
}
.service_top .list_box ul li .button__text small{
    font-size: 11px;
}
.service_top .list_box ul li:last-child {
    margin-bottom: 0;
}
.service_top .list_box ul li i{
    width: 8.3%;
    position: absolute;
    left: 0;
    top: 0;
}
.service_top .list_box ul li i img {
    width: 100%;
}
.service_top .list_box .button {
    width: 450px;
}

@media screen and (max-width: 768px){
.inner-s {width: 100%;}
.service_top p.lead {
    padding: 0 5%;
}
.service_top p + ul {
    font-size: 14px;
    padding: 0 5%;
}
.service_top .list_box ul {
    width: 320px;
    padding: 30px 0;
}
.service_top .list_box ul li{
    width: 320px;
}
.service_top .list_box .button {
    width: 320px;
    padding:8px;
}
.service_top .list_box ul li i{
    width: 8.3%;
    position: absolute;
    left: 0;
    top: 20%;
}
.service_top .list_box ul li .button__text{
    font-size: 12px;
}
}

.point_inner {
    background:#f7f7f7;
    margin: 20px 0;
    padding: 5%;
    margin-left: -5%;
    margin-right: -5%;
}
/*service_content共通指定*/
.service_content {
    width: 100%;
    padding-bottom: 20px;
}
.service_content h2 {
    letter-spacing: 0.1em;
    font-size: 26px;
    border-bottom: solid 1px #333;
    padding-bottom: 5px;
    margin-bottom: 40px;
}
.service_content h2 i {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}
.service_content h2 i img {
    width: 60px;
    height: 60px;
}
.service_content p {
    font-size: 14px;
    padding-bottom: 30px;
}
.last {
    padding-bottom: 0!important; 
}
.service_content p small {
    display: block;
    font-size: 12px;
}
.service_content p a {
    color: #00a395;
}
.service_content p a:hover {
    opacity: 0.7;
}
.service_content p .big {
    font-size: 18px;
    font-weight: 700;
}
.service_content p .red {
    color: #e00000;
}
.service_content h3 {
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
    background:#333;
    margin-bottom: 20px;
}
.service_content h4{
    padding: 20px 0;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.service_content h5 {
    font-size: 14px;
    letter-spacing: 0.1em;
}
.service_content ul {
    list-style: none;
}
.service_content ol {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 100px;
}
.service_content ol li {
    padding-bottom: 10px;
}
.service_content ol li a:hover{
    color: #00a395;
}
.service_content h3.option_tit {
    font-size: 22px;
    position: relative;
    margin-bottom: 60px;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: #1d1d1d;
    padding: 0;
    text-align: left;
    background: none;
}
.service_content h3.option_tit:after {
    display: inline;
    content: "";
    width: 250px;
    height: 1px;
    border-right: 450px solid #333;
    position: absolute;
    left: 0;
    bottom: -30%;
    margin: 0;
}
.option_content {
    margin-bottom: 120px;
}
.option_content .point_inner {
    padding: 2% 5%;
}
@media screen and (max-width: 768px){
.service_content {
    width: 90%;
    margin: 0 auto!important;
}
.service_content h2 {
    font-size: 22px;
    padding-bottom: 3px;
    margin-bottom: 20px;
}
.service_content h2 i {
    padding-right: 15px;
}
.service_content h2 i img {
    width: 45px;
    height: 45px;
}
.service_content p {
    padding-bottom: 15px;
}
.service_content p .big {
    font-size: 16px;
}
.service_content h3 {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
}
.service_content h3.option_tit {
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
}
.service_content h3.option_tit:after {
    display: inline;
    content: "";
    width: 250px;
    height: 1px;
    border-right: 450px solid #333;
    position: absolute;
    left: 0;
    bottom: -30%;
    margin: 0;
}
.option_content {
    margin-bottom: 80px;
}
.option_content .point_inner {
    padding: 5%;
}
.option_content .point_inner p {
    font-size: 14px;
}
}
@media screen and (max-width: 480px){
.service_content h2 {
    font-size: 14px;
    margin-bottom: 20px;
}
.service_content h2 i {
    padding-right: 0;
    padding-bottom: 8px;
    padding-right: 8px;
}
.service_content h2 i img {
    padding-top: 5px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
.service_content ol {
    font-size: 12px;
    padding-left: 0;
    padding-bottom: 0;
}
.service_content ol li {
    padding-bottom: 0;
}
.service_content ol li i {
    position: absolute;
    right: 20px;
}
.service_content ol li a {
    display: block;
    background: #333;
    padding: 15px 10px;
    margin-bottom: 10px;
    position: relative;
    color: #fff;
    text-align: center;
}
.option_content .point_inner p {
    font-size: 12px;
}
.option_content .point_inner p img {
    width: 98%;
    margin: 0 auto;
}
.option_content {
    margin-bottom: 0;
}
#agent {padding-top: 90px;}
#adjustment {padding-top: 90px;}
#salary {padding-top: 90px;}

.service_content h3.option_tit {
    font-size: 14px;
}
.service_content h3.option_tit:after {
    border-right: 250px solid #333;
}
.option_content .point_inner h4 {
    font-size: 13px;
    line-height: 1.8;
}
.option_content p {
    font-size: 12px;
}

}

/*テーブル設定*/
.va {
    vertical-align: middle!important;
}
.bk_g {
    background: #e5e5e5!important;
}
.bk_b {
    background: #1d1d1d!important;
    color: #fff!important;
    font-weight: normal!important;
}
.tb_b {
    font-size: 16px!important;
    font-weight: 700!important;
}
.underline {
    text-decoration: underline;
}
.textcenter {text-align: center!important;}
@media screen and (min-width: 1080px) {
.min270 {
    min-width: 270px;
}
}
@media screen and (max-width: 1079px) {
.min270 {
    min-width: 200px;
}
}
@media screen and (max-width: 640px) {
.min270 {
    min-width: 100px;
}
}
.textleft {
    text-align: left;
}
.scroll {
    margin-bottom: 25px;   
}
.scroll small.sp_s {
    font-size: 10px;
    padding-bottom: 5px;
}
.service_content .point_inner table {
    width: 100%;
    text-align: left;
}
.service_content .point_inner table th,.service_content .point_inner table td {
    padding: 1.5%;
    box-sizing: border-box;
    background: #fff;
    font-size: 14px;
    border: solid 1px #333;
    vertical-align: middle;
}
.service_content .point_inner table th small,.service_content .point_inner table td small {
    font-size: 11px;
}
@media screen and (max-width: 640px) {
.service_content .point_inner table {
    width: 100%;
    text-align: left;
}
.tb_b {
    font-size: 14px!important;
}
.service_content .point_inner table th,.service_content .point_inner table td {
    font-size: 12px;
}
.scroll {
    overflow: auto;
    white-space: nowrap;
  }
.scroll table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #333;
  }
}










