@charset "UTF-8";

p{margin: 0;}


.btn a {
    display: block;
    padding: 1em 0;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    margin: 1.5em auto;
    text-align: center;
    font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
    .btn a {
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
        font-size: 1.2rem;
        width: 100%;
    }
}

.btn .more {
    background-color: #969FA5;
    color: #fff;
}

.btn .more:hover {
    background-color: #a4acb1;
}

@media only screen and (max-width: 767px) {
    .btn .more:hover {
        background-color: #969FA5;
    }
}

.btn .apply {
    background-color: #DB2E41;
    color: #fff;
}

.btn .apply:hover {
    background-color: #df4455;
}

@media only screen and (max-width: 767px) {
    .btn .apply:hover {
        background-color: #DB2E41;
    }
}









.section .headline {
    text-align: center;
    margin-bottom: 45px;
}

.section .headline__title {
    font-size: 3.4rem;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    position: relative;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .section .headline__title {
        font-size: 2.2rem;
    }
}

.section .headline__title:after {
    content: ' ';
    display: block;
    width: 3em;
    margin: 30px auto 0;
    border-bottom: 1px solid #a0a0a0;
}

@media only screen and (max-width: 767px) {
    .section .headline__title:after {
        margin-top: 15px;
    }
}

.section.gray {
    background-color: #F6F6F6;
}












.page--service{
    font-size: 1.4rem;
    color: #2f3438;
}
@media only screen and (max-width: 767px){
    .site-main {padding: 0 10px;}
    .page--service{font-size: 1.2rem;}
}
.page--service .section-content {padding: 60px 0;}
@media only screen and (max-width: 767px) {
    .page--service .section-content {padding: 30px 0;}
}


.page--service .section-campaign-bnr {
    padding-bottom: 70px;
}
.page--service .section-campaign-bnr .cell.auto {
    width: 100%;
}
.page--service .section-campaign-bnr .cell.auto:not(:last-child) {
    margin-bottom: 40px;
}
.page--service .section-campaign-bnr figure {
    text-align: center;
}

.page--service .section-campaign-bnr figure a:hover {
    opacity: 0.7;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

.page--service .section-campaign-bnr figure img {
    max-width: 870px;
}
/* .page--service .section-campaign-bnr .grid-x>.cell:last-child{float: right;} */
@media only screen and (max-width: 767px) {
    .page--service .section-campaign-bnr {
        padding-bottom: 30px;
    }
	.page--service .section-campaign-bnr .grid-x>.cell{float: none;}
    /* .page--service .section-campaign-bnr .grid-x>.cell:last-child{padding-top: 20px;} */
    .page--service .section-campaign-bnr figure img {
        margin: 0 auto;
        max-width: 100%;
    }
}

.page--service .section-campaign {
    padding: 0 60px;
}

@media only screen and (max-width: 767px) {
    .page--service .section-campaign {
        padding: 0;
    }
}

.page--service .section-campaign .headline {
    margin-bottom: 0;
}

.page--service .section-campaign .headline .lead {
    margin: 2em 0;
}

@media only screen and (max-width: 767px) {
    .page--service .section-campaign .headline .lead {
        margin: 1em;
        font-size: 1.0rem;
    }
}

.page--service .section-campaign .content {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
}

.page--service .section-campaign .panel {
    background-color: #fff;
    padding: 30px;
}

@media only screen and (max-width: 767px) {
    .page--service .section-campaign .panel {
        padding: 15px;
    }

    .page--service .section-campaign .panel .grid-x {
        display: block;
    }
}

.page--service .section-campaign .panel .img {
    width: 320px;
}

@media only screen and (max-width: 767px) {
    .page--service .section-campaign .panel .img {
        width: auto;
    }

    .page--service .section-campaign .panel .img img {
        width: 100%;
        height: auto;
    }
}

.page--service .section-campaign .panel .txt {
    width: calc(100% - 320px);
    padding-left: 30px;
}

@media only screen and (max-width: 767px) {
    .page--service .section-campaign .panel .txt {
        width: auto;
        padding: 1em 0 0;
    }
}

.page--service .section-campaign .panel .term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page--service .section-campaign .panel .term dt {
    background-color: #9CA5A9;
    color: #fff;
    font-size: 1.1rem;
    padding: 3px 1em;
    font-weight: bold;
    text-align: center;
    width: 10em;
}

@media only screen and (max-width: 767px) {
    .page--service .section-campaign .panel .term dt {
        font-size: 1.0rem;
        padding: 3px 5px;
        width: 35%;
    }
}

.page--service .section-campaign .panel .term dd {
    padding-left: 1em;
}

@media only screen and (max-width: 767px) {
    .page--service .section-campaign .panel .term dd {
        font-size: 1.0rem;
        width: 65%;
    }
}

.page--service .section-campaign .panel .term+.term {
    margin-top: 5px;
}

.page--service .section-campaign .block {
    margin-bottom: 30px;
}

.page--service .section-campaign .block__title {
    font-size: 2.0rem;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 0.5em;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .page--service .section-campaign .block__title {
        font-size: 1.5rem;
    }
}

.page--service .section-campaign .block .btn {
    margin-top: 1em;
}

.page--service .section-campaign .block .btn .apply {
    margin: 0;
    width: 16em;
    font-size: 1.6rem;
    padding: 0.65em 0;
}

@media only screen and (max-width: 767px) {
    .page--service .section-campaign .block .btn .apply {
        width: auto;
        font-size: 1.3rem;
    }
}

.page--service .section-campaign #section-F .box {
    margin: 3px;
    padding: 5px 0px 0px 0px;
    width: 670px;
    height: 140px;
}

@media only screen and (max-width: 767px) {
    .page--service .section-campaign #section-F .box {
        width: auto;
        height: auto;
    }
}

.page--service .section-campaign #section-F .box-R {
    margin: 0 0 30px;
    padding: 5px 0px 0px 5px;
    width: 660px;
    height: 100%;
    float: right;
}

@media only screen and (max-width: 767px) {
    .page--service .section-campaign #section-F .box-R {
        width: auto;
        height: auto;
        float: none;
    }
}

.page--service .section-campaign #section-F .box-L {
    margin: 0px;
    padding: 0px 0px 30px 5px;
    float: left;
    width: 300px;
}

@media only screen and (max-width: 767px) {
    .page--service .section-campaign #section-F .box-L {
        padding: 0;
        width: auto;
        height: auto;
        float: none;
        text-align: center;
    }
}

.page--service .section-campaign #section-F p {
    margin: 3px 0px 0px 0px;
}

.page--service .section-campaign #section-F p.title {
    margin: 5px 0px 12px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #006eb7;
}

.page--service .section-campaign #section-F p.title2 {
    font-size: 12px;
    color: #006eb7;
    margin: 5px 0px 12px 0px;
}

.page--service .section-campaign #section-F p.title3 {
    margin: 10px 0px 12px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}

.page--service .section-campaign #section-F p.note {
    font-size: 12px;
    color: #ff0000;
}

.page--service .section-campaign #section-F p.right {
    margin: 5px 0px 0px 90px;
}

.page--service .section-campaign #section-F .btn_01 {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .page--service .section-campaign #section-F .btn_01 {
        margin-top: 20px;
    }
}

.page--service .section-campaign #section-F .connectBtn {
    margin: 5px 0px 0px 189px;
}

.page--service .section-campaign #section-F img {
    margin: 5px 5px 5px 0px;
}

.page--service .section-campaign #section-F .btn_01 img {
    margin: 5px 5px 0 0;
}

@media only screen and (max-width: 767px) {
    .page--service .section-campaign #section-F .btn_01 img {
        margin: 0;
    }
}

.page--service .section-campaign #section-F img.IMGCENTER {
    vertical-align: middle;
}

.page--service .section-campaign #section-F .table {
    margin: 20px 0px 20px 0px;
}

.page--service .section-campaign #section-F p {
    margin: 3px 0px 0px 0px;
}

.page--service .section-campaign #section-G {
    padding: 10px 0 15px 0;
}

.page--service .section-campaign #section-G .box-L {
    margin: 0px;
    padding: 0px 0px 0px 5px;
    width: 120px;
    float: left;
}

.page--service .section-campaign #section-G p a {
    background: url(../img/ic_blank.gif) no-repeat right center;
    padding-right: 15px;
}

.page--service .section-campaign hr.line {
    width: 99%;
    border: 1px solid #cccccc;
    clear: both;
    display: block;
    margin: 2em 0;
}

.page--service .section-campaign .campaign {
    margin-bottom: 50px;
    color: #4c4c4c;
    background-color: #fff;
    padding: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
}

@media only screen and (max-width: 767px) {
    .page--service .section-campaign .campaign {
        font-size: 1.3rem;
    }
}

.page--service .section-campaign .campaign .btn {
    position: relative;
    display: inline-block;
    padding: .75rem 3rem;
    background-color: #012c71;
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .page--service .section-campaign .campaign .btn {
        font-size: 1.6rem;
        width: 80%;
        margin: 0 auto;
        padding: 1em 0;
    }
}

.page--service .section-campaign .campaign .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: .75rem;
    width: 0.45rem;
    height: 0.45rem;
    border: 1px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.page--service .section-campaign .campaign p.note {
    font-size: 10px;
    margin-top: 0.5em;
}

.page--service .section-campaign .campaign .fl {
    width: 28%;
    padding-right: 1%;
    float: left;
}

@media only screen and (max-width: 767px) {
    .page--service .section-campaign .campaign .fl {
        width: auto;
        float: none;
        text-align: center;
        padding: 0 0 1em;
    }
}

.page--service .section-campaign .campaign .fr {
    width: 72%;
    float: right;
}

@media only screen and (max-width: 767px) {
    .page--service .section-campaign .campaign .fr {
        width: auto;
        float: none;
    }
}

.page--service .section-campaign .campaign .fr>p+p {
    margin-top: 1em;
}

.page--service .section-campaign .campaign .fr ul {
    margin-bottom: 20px;
}

.page--service .section-campaign .campaign .fr li {
    text-indent: -1em;
    padding-left: 1em;
}

.page--service .section-campaign .campaign h4 {
    background: url(/amexconnect/images/new.gif) no-repeat left top;
    padding-left: 40px;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.page--service .section-campaign .campaign h4.h4none {
    background: none;
    padding-left: 0;
}

.page--service .section-campaign .campaign .term {
    margin-bottom: .75em;
}

.page--service .section-campaign .campaign p.key {
    text-align: center;
    vertical-align: top;
    letter-spacing: 0.1em;
    margin-right: 2%;
    padding: 0.25em;
    background-color: #e0e9f6;
    color: #002665;
    line-height: 20px;
    height: auto;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .page--service .section-campaign .campaign p.key {
        width: 25%;
        display: inline-block;
    }
}

.page--service .section-campaign .campaign p.key.line2 {
    height: auto;
    line-height: 1.3;
    padding: 3px 0;
}

.page--service .section-campaign .campaign p.value {
    text-align: left;
    vertical-align: top;
    letter-spacing: normal;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) {
    .page--service .section-campaign .campaign p.value {
        display: inline-block;
        width: 70%;
    }
}

.page--service .section-campaign .campaign p.value span {
    text-indent: -1em;
    padding-left: 1em;
    display: block;
    font-size: 0.8em;
    line-height: 1.4;
}
.page--service .section-campaign .campaign p.value span:first-of-type {
    margin-top: 0.5em;
}

.page--service .section-campaign .campaign .btn_campaign {
    margin-top: 25px;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .page--service .section-campaign .campaign .btn_campaign {
        text-align: center;
    }
}

.page--service .section-campaign .campaign .btn_campaign img {
    margin-bottom: 5px;
}

.page--service .section-campaign .content.row {
    padding: 0 10px;
}



.page--service .section-hero {
    text-align: center;
    padding-top: 50px;
}

@media only screen and (max-width: 767px) {
    .page--service .section-hero {
        margin-bottom: 10px;
        padding-top: 20px;
    }
    .page--service .section-hero .headline{margin-bottom: 0;}
}

.page--service .section-hero .section-content {
    padding: 0;
}

.page--service .section-hero .external {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 0 70px;
}

@media only screen and (max-width: 767px) {
    .page--service .section-hero .external {
        padding: 20px 0 0;
    }
}

.page--service .section-hero .extnav:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (max-width: 767px) {
    .page--service .section-hero .extnav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -3px;
    }
}

.page--service .section-hero .extnav li {
    padding: 0 10px;
    float: left;
    width: 20%;
    padding-top: 1.5em;
    position: relative;
}
.page--service .section-hero .extnav li.sbs .sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    text-align: center;
    margin: 0 auto;
      background: -webkit-linear-gradient(left, rgba(156, 156, 156,0) 0%,rgba(156, 156, 156,0.45) 9%,rgba(156, 156, 156,1) 20%,rgba(156, 156, 156,1) 40%,rgba(156, 156, 156,1) 80%,rgba(156, 156, 156,0.45) 91%,rgba(156, 156, 156,0) 100%);
      background: linear-gradient(to right, rgba(156, 156, 156,0) 0%,rgba(156, 156, 156,0.45) 9%,rgba(156, 156, 156,1) 20%,rgba(156, 156, 156,1) 40%,rgba(156, 156, 156,1) 80%,rgba(156, 156, 156,0.45) 91%,rgba(156, 156, 156,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a08f59', endColorstr='#009e8d57',GradientType=1 );
    color: #fff;
    font-weight: bold;
    margin: 0 5%;
}

@media only screen and (max-width: 767px) {
    .page--service .section-hero .extnav li {
        width: 33.333%;
        padding: 1.5em 3px 0;
        margin: 0 0 20px;
    }
    .page--service .section-hero .extnav li.sbs .sub {
        font-size: 12px;
        width: 100%;
        margin: 0 auto;
        line-height: 1.5;
    }
}

.page--service .section-hero .extnav a {
    display: block;
    opacity: 1;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
    .page--service .section-hero .extnav a {
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }
}

.page--service .section-hero .extnav a:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 767px) {
    .page--service .section-hero .extnav a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }
}


.page--service section.pickup-cp p {
    margin: 0;
}
.page--service section.pickup-cp .cp-list li {
    float: left;
    width: 49%;
    border-left: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 15px;
    margin-bottom: 20px;
}
.page--service section.pickup-cp .cp-list li:hover {
    opacity: 0.7;
    transition: 0.3s;
}
.page--service section.pickup-cp .cp-list li:nth-child(odd) {
    margin-right: 2%;
}
.page--service section.pickup-cp .cp-list li .in {
    position: relative;
}
.page--service section.pickup-cp .cp-list li .in .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.page--service section.pickup-cp .cp-list li .in .img_area,
.page--service section.pickup-cp .cp-list li .in .txt_area {
    display: table-cell;
    vertical-align: top;
}
.page--service section.pickup-cp .cp-list li .in .img_area {
    width: 100px;
    height: 100px;
}
.page--service section.pickup-cp .cp-list li .in .txt_area {
    padding-left: 13px;
}
.page--service section.pickup-cp .cp-list li .in .txt_area .title {
    font-size: 18px;
    font-weight: bold;
}
.page--service section.pickup-cp .cp-list li .in .txt_area .txt {
    font-size: 16px;
    /* border-top: 1px solid #cdcdcd; */
    padding-top: 10px;
}
@media only screen and (min-width: 450px) {
    .page--service section.pickup-cp .cp-list li .in .txt_area .title .show-small {
        display: none;
    }
}
@media only screen and (max-width: 350px) {
    .page--service section.pickup-cp .cp-list li .in .txt_area .title {
        font-size: 16px;
    }
    .page--service section.pickup-cp .cp-list li .in .txt_area .txt {
        font-size: 14px;
    }
}

.page--service section.pickup-cp .wide-bnr-area {
    padding: 30px 0;
}
.page--service section.pickup-cp .wide-bnr-area img {
    width: 100%;
}
.page--service section.pickup-cp a:hover {
    opacity: 0.7;
    transition: 0.3s;
}
@media only screen and (max-width: 767px) {
    .page--service section.pickup-cp .cp-list li {
        width: 100%;
        float: none;
        border-left: none;
        padding: 0;
        padding-bottom: 20px;
    }
    .page--service section.pickup-cp .cp-list li:nth-child(odd) {
        margin-right: 0;
    }
    .page--service section.pickup-cp .cp-list li .in .img_area {
        width: 33%;
    }
    .page--service section.pickup-cp .cp-list li .in .txt_area {
        width: 67%;
        /* padding-bottom: 20px; */
    }
    .page--service section.pickup-cp .cp-list li .in .img_area,
    .page--service section.pickup-cp .cp-list li .in .txt_area {
        /* display: block; */
        /* width: 50%; */
        height: auto;
        /* text-align: center; */
        margin: 0 auto;
    }
    .page--service section.pickup-cp .cp-list li .in .txt_area .title {
        padding-bottom: 5px;
    }
    .page--service section.pickup-cp .cp-list li .in .txt_area .txt {
        padding-top: 5px;
    }
    .page--service section.pickup-cp .cp-list li .in .img_area img {
        margin: 0 auto;
    }
    .page--service section.pickup-cp .cp-list li .in .txt_area {
        padding-left: 20px;
        line-height: 1.3;
    }
}



.page--service .section-content .thumb .show-small {
    display: none;
}

@media only screen and (max-width: 640px) {
    .page--service .section-content .thumb .show-small {
        display: inherit;
    }
}
@media only screen and (max-width: 767px) {
    .page--service .section-content .thumb .hide-small {
        display: inherit;
    }
}
@media only screen and (max-width: 640px) {
    .page--service .section-content .thumb .hide-small {
        display: none;
    }
}

.page--service .section-content .thumb {
  padding: 15px 0 50px;
}
.page--service .section-content .thumb .row {
    display: flex;
}

.page--service .section-content .thumb .headline {
    color: #7d7d7d;
    margin-bottom: 20px;
}


/* .page--service .section-content .thumb-list.personal {
    width: calc(100% / 6 *4);
}
.page--service .section-content .thumb-list.business {
    width: calc(100% / 6 *2);
} */


.page--service .section-content .thumb .headline .ttl_line,
.page--service .section-content .thumb-list li.wide .ttl_line {
  position: relative;
  text-align: center;
  color: #7d7d7d;
}
.page--service .section-content .thumb .headline .ttl_line span,
.page--service .section-content .thumb-list li.wide .ttl_line span {
  position: relative;
  z-index: 2;
  display: inline-block;
  /* margin: 0 2.5em; */
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.page--service .section-content .thumb .headline .ttl_line:before,
.page--service .section-content .thumb-list li.wide .ttl_line:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #fafafa, #d0d0d0, #d0d0d0, #d0d0d0, #d0d0d0, #d0d0d0, #d0d0d0, #d0d0d0, #fafafa);
}
.page--service .section-content .thumb .headline .business {
    width: 100%;
  float: right;
}
.page--service .section-content .thumb .headline .personal {
  float: left;
  width: 100%;
}


@media only screen and (max-width: 768px) {
  .page--service .section-content .thumb {
    padding: 10px 0;
    background-color: #fff;
  }
  .page--service .section-content .thumb .row {
    padding: 0 20px;
    flex-direction: column;
  }
  .page--service .section-content .thumb .headline {margin-bottom: 10px;}
  .page--service .section-content .thumb .headline .personal {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
  .page--service .section-content .thumb .headline .ttl_line span {
    background-color: #fff;
  }
}


.page--service .section-content .thumb-list:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .page--service .section-content .thumb-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page--service .section-content .thumb-list.personal,
  .page--service .section-content .thumb-list.business {
      width: 100%;
  }
}

.page--service .section-content .thumb-list li {
  border-left: 1px solid #e6e6e6;
  cursor: pointer;
  opacity: 1;

  width: calc(100% / 6);
  float: left;
  position: relative;
  /* padding: 0 10px; */
  padding: 0 40px;
}


.page--service .section-content .thumb-list.personal li {
    width: 25%;
    /* width: 31%; */
}
.page--service .section-content .thumb-list.business li {
    width: 50%;
}

@media only screen and (max-width: 768px) {
  .page--service .section-content .thumb-list li {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    width: 50%;
    text-align: center;
    padding: 10px;
    margin: 0 0 10px;
    position: relative;
  }
  .page--service .section-content .thumb-list.personal li {
      width: 50%;
  }
  .page--service .section-content .thumb-list li.wide {
    width: 100%;
  }
  .page--service .section-content .thumb-list li img {
    /* height: 50px; */
    width: auto;
    /* max-width: 110px; */
  }
  .page--service .section-content .thumb-list li.wide img {
    max-width: 50%;
    max-width: 110px;
  }
}

.page--service .section-content .thumb-list li:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .page--service .section-content .thumb-list li:hover {
    opacity: 1;
  }
}



.page--service .section-content .thumb-list li .sub {
  position: absolute;
  bottom: -2.5em;
  left: 0;
  width: 100%;
  text-align: center;
    background: -webkit-linear-gradient(left, rgba(116, 116, 116,0) 0%,rgba(116, 116, 116,0.45) 9%,rgba(116, 116, 116,1) 20%,rgba(116, 116, 116,1) 40%,rgb(116, 116, 116) 80%,rgba(116, 116, 116,0.45) 91%,rgba(116, 116, 116,0) 100%);
    background: linear-gradient(to right, rgba(116, 116, 116, 0) 0%,rgba(116, 116, 116,0.45) 9%,rgba(116, 116, 116,1) 20%,rgba(116, 116, 116,1) 40%,rgba(116, 116, 116,1) 80%,rgba(116, 116, 116,0.45) 91%,rgba(116, 116, 116,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a08f59', endColorstr='#009e8d57',GradientType=1 );
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .page--service .section-content .thumb-list li .sub {
    bottom: inherit;
    top: -1em;
    left: calc(50% - 65px);
    width: 130px;
    font-size: 11px;
  }
}


.page--service .section-content .thumb-list li .more {
    display: inline-block;
    background-color: #969FA5;
    color: #fff;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1;
    padding: 10px 0;
}

@media only screen and (max-width: 768px) {
    .page--service .section-content .thumb-list li .more {
        font-size: 1.0rem;
        /* margin: 10px auto 0; */
        display: block;
        max-width: 150px;
    }
}










.btn-sq,
.thumb-list li,
.wide-bnr-area a,
.com-bnr-general a{
    opacity: 1;
    -webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.btn-sq:hover,
.thumb-list li:hover,
.wide-bnr-area a:hover,
.com-bnr-general a:hover{
    opacity: 0.6;
    -webkit-transition: opacity 0s;
	transition: opacity 0s;
}


a.underline{text-decoration: underline;}

.btn-sq{
    border: 1px solid #CCC;
    background-color: #DBDFE5;
    padding: 1em;
    font-size: 1.6rem;
    display: block;
    text-align: center;
}
.btn-sq.new{
    border: 1px solid #DEDEDE;
    background-color: #FFF;
}

@media only screen and (max-width: 768px){
    .section{
        padding-left: 10px;
        padding-right: 10px;
    }
    .btn-sq{font-size: 1.2rem;}
}






ul.notes{
	display: inline-block;
	line-height: 1.4;
	font-size: 1.2rem;
}
ul.notes>li{
	position: relative;
	padding-left: 1.1em;
}
ul.notes>li:before{
	content: "※";
	position: absolute;
	left: 0;
}
@media screen and (max-width:768px){
	ul.notes{font-size: 1rem;}
}




.wide-bnr-area img {width: 100%;}


.thumb-list .elem1 .box a{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.thumb-list .elem1 .title{
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    width: 100%;
}
.thumb-list .elem1 .img{
    width: 80%;
    margin: 0 auto 20px;
    min-height: 0%;

}
.thumb-list .elem1 .more{
    display: block;
    margin-top: auto;
}
.thumb-list li:last-child {border-right: 1px solid #e6e6e6;}


.netanswer .btn-sq,
.homepage .btn-sq{
    line-height: 1.6;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.netanswer .elem-wrap,
.homepage .elem-wrap{padding: 0 100px;}
.netanswer .content .box,
.homepage .content .box{width: calc(50% - 10px);}
.homepage .content .box{margin-bottom: 20px;}

.homepage .btn-sq{
    background-color: #06369E;
    color: #FFF;
}
.homepage .btn-sq>span{
    font-size: 10px;
}
.homepage .wide-bnr-area{margin-top: 80px;}

.com-bnr-general img{width: 100%;}
.com-bnr-general{
    padding: 40px 60px;
}






/* .section-family {
    margin-top: 55px;
} */
/* 
.section-family .panel {
    padding: 0 60px;
}

@media only screen and (max-width: 767px) {
    .section-family .panel {
        padding: 20px 0 0;
    }
}

.section-family .panel .btn {
    margin-bottom: 0;
}

.section-family .panel .btn a {
    margin-bottom: 0;
}

.section-family .panel dt {
    font-size: 2.2rem;
    margin-bottom: 1em;
    line-height: 1.6;
}

@media only screen and (max-width: 767px) {
    .section-family .panel dt {
        font-size: 1.6rem;
    }
}

.section-family .content {
    background-image: url(../../../../amex/images_v3/service/family-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 55px;
}

@media only screen and (max-width: 767px) {
    .section-family .content {
        height: auto;
        padding: 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-family .headline {
        margin-bottom: 30px;
    }
} */


.section-family .section-content{padding-bottom: 0;}
.section-family .content {
    background-image: url(../../../../amex/images_v3/service/family-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    padding: 40px 0;
}
.section-family .elem-title{text-align: center;}
.section-family .elem-title dt{
    font-size: 26px;
}
.section-family .elem-title dd{
    font-size: 18px;
    margin-top: 0.8em;
}
.section-family .elem-card4{
    width: 50%;
    margin: 40px auto 0;
}
.section-family .elem-card4 .box{width: calc(50% - 15px);}
.section-family .elem-card4 .box .title{
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 1em;
    margin-bottom: 15px;
    text-align: center;
}
.section-family .btn{
    width: 55%;
    margin: 0 auto;
}
.section-family .notes-wrap{text-align: center;}



@media only screen and (max-width: 768px){
    .netanswer .elem-wrap,
    .homepage .elem-wrap{padding: 0 0;}
    .netanswer .content .box,
    .homepage .content .box{width: calc(50% - 5px);}


    .section-family .headline{margin-bottom: 10px;}
    .section-family .elem-title dt{font-size: 20px;}
    .section-family .elem-title dd{font-size: 16px;}
    .section-family .elem-card4{
        width: 100%;
        margin: 20px auto 0;
    }
    .section-family .btn{width: 100%;}
    .section-family .notes-wrap{text-align: left;}

    .section-family .elem-card4 .box{width: calc(50% - 10px);}
    .section-family .elem-card4 .box .title{font-size: 1rem;}
}

.section-hero .thumb-list{width: 100%;}
.section-hero .thumb-list .elem1{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 768px){
    .section-hero .thumb-list .elem1{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}











.camp-furusato{
	margin-bottom: 30px;
}
.camp-furusato a{
	display: block;
    width: 60%;
    margin: 0 auto;
}
.camp-furusato a:hover{
	
	opacity: 0.7;
}
@media only screen and (max-width: 768px){
	.camp-furusato{
		margin-bottom: 20px;
	}
    .camp-furusato a{
        width: 78%;
    }
}
