@charset "UTF-8";
/*------------------------------------------------------------
	COMMON
------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

a .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 640px) {
  a .alpha {
    transition-duration: 0;
  }
}

a:hover .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media only screen and (max-width: 640px) {
  a:hover .alpha {
    opacity: 1;
  }
}

@media only screen and (max-width: 640px) {
  .figure img, .flex img {
    width: 100%;
  }
}

.row {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  padding: 0 10px;
}

.row .row {
  width: auto;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .row {
    width: auto;
    padding: 0;
  }
}

.row.expanded {
  width: 960px;
}

@media only screen and (max-width: 640px) {
  .row.expanded {
    width: auto;
    padding: 0;
  }
}

.row.offset {
  width: 920px;
}

@media only screen and (max-width: 640px) {
  .row.offset {
    width: auto;
  }
}

.row .columns {
  width: 50%;
  float: left;
}

@media only screen and (max-width: 640px) {
  .row .columns {
    width: auto;
    float: none;
    padding: 0;
    margin-bottom: 12px;
  }
}

.row .columns.left {
  padding-right: 10px;
}

@media only screen and (max-width: 640px) {
  .row .columns.left {
    width: auto;
    padding-right: 0;
    float: none;
  }
}

.row .columns.right {
  float: right;
  padding-left: 10px;
}

@media only screen and (max-width: 640px) {
  .row .columns.right {
    width: auto;
    padding-left: 0;
    float: none;
  }
}

@media only screen and (max-width: 640px) {
  .row .col-full {
    float: none;
    width: auto;
  }
}

@media only screen and (max-width: 640px) {
  .row .col-half {
    float: left;
    width: 50%;
  }
}

.tag {
  height: 0;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .small-nopad {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  img.flex {
    width: 100%;
    height: auto;
  }
}

img.full {
  width: 100%;
  height: auto;
}

.show-small {
  display: none;
}

@media only screen and (max-width: 640px) {
  .show-small {
    display: inherit;
  }
}

@media only screen and (max-width: 640px) {
  .hide-small {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .small-nopad {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  html {
    font-size: 62.5%;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  color: #2f3438;
}

.wrap {
  overflow: hidden;
  min-width: 1000px;
}

@media only screen and (max-width: 640px) {
  .wrap {
    min-width: 0;
  }
}

@media only screen and (max-width: 640px) {
  .expand-tab {
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/top/ico-expand.png);
    background-size: 12px auto;
  }
  .expand-tab.active {
    background-image: url(../images/top/ico-expand_active.png);
  }
}

@media (min-width: 641px) {
  .expand-content {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .expand-content {
    display: none;
  }
}

/*------------------------------------------------------------
	HEADER
------------------------------------------------------------*/
.masthead {
  padding: 20px 0 0;
  height: 78px;
}

@media only screen and (max-width: 640px) {
  .masthead {
    padding: 5px 8px 8px 5px;
    height: auto;
  }
}

.masthead .header-title {
  float: left;
}

@media only screen and (max-width: 640px) {
  .masthead .header-title {
    width: 75%;
  }
}

.masthead .header-title-desc {
  font-size: 10px;
  margin-bottom: 4px;
}

@media only screen and (max-width: 640px) {
  .masthead .header-title-desc {
    margin-bottom: 0;
    font-size: 0.6rem;
  }
}

@media only screen and (max-width: 640px) {
  .masthead .header-title-brand {
    line-height: 1.3;
  }
  .masthead .header-title-brand img {
    width: 200px;
  }
}

.masthead .header-logo {
  float: right;
}

@media only screen and (max-width: 640px) {
  .masthead .header-logo {
    text-align: right;
    width: 25%;
    margin-top: 8px;
  }
  .masthead .header-logo img {
    height: 20px;
    width: auto;
  }
}

/*------------------------------------------------------------
	MAIN CONTENTS
------------------------------------------------------------*/
.area-lineup {
  background-color: #f6f6f6;
  padding-bottom: 60px;
}

.area-info {
  background-color: #dedede;
  background-image: url(../images/top/area-service-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 70px 0;
}

@media (min-width: 1251px) {
  .area-info {
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 640px) {
  .area-info {
    padding: 40px 0;
  }
}

/* ローカルナビ */
.localnav {
  margin-top: 18px;
}

@media only screen and (max-width: 640px) {
  .localnav {
    padding: 0 10px;
  }
}

.localnav-list {
  width: 100%;
  display: table;
}

@media only screen and (max-width: 640px) {
  .localnav-list img {
    width: 90%;
    text-align: center;
  }
}

.localnav li {
  display: table-cell;
  width: 25%;
  border-right: 1px solid #9e9998;
}

@media only screen and (max-width: 640px) {
  .localnav li {
    display: block;
    width: 50%;
    margin: 5px 0;
    float: left;
  }
  .localnav li:nth-child(3) {
    border-left: 1px solid #9e9998;
  }
}

.localnav li:first-child {
  border-left: 1px solid #9e9998;
}

.localnav a {
  display: block;
  height: 70px;
  text-align: center;
  padding-top: 20px;
}

@media only screen and (max-width: 640px) {
  .localnav a {
    height: 46px;
    padding-top: 12px;
  }
}

@media only screen and (max-width: 640px) {
  .section {
    padding: 0 10px;
  }
}

/* section hero */
.section-hero {
  text-align: center;
}

.section-hero .hero-img {
  height: 415px;
  background-image: url(../images/top/hero-bg.jpg);
  background-size: cover;
  background-position: top center;
}

@media only screen and (max-width: 640px) {
  .section-hero .hero-img {
    height: auto;
    padding: 5% 0;
  }
}

.section-hero .card-img ul {
  font-size: 0;
}

.section-hero .card-img li {
  font-size: initial;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 9px;
}

@media only screen and (max-width: 640px) {
  .section-hero .card-img li {
    width: 35%;
    margin: 6px;
  }
}

.section-hero .hero-brand {
  padding: 100px 0 60px;
}

@media only screen and (max-width: 640px) {
  .section-hero .hero-brand {
    width: 82%;
    margin: 0 auto;
    padding: 0 0 20px;
    line-height: 1;
  }
}

.section-hero .headline {
  padding: 40px 0;
}

@media only screen and (max-width: 640px) {
  .section-hero .headline {
    padding: 20px 14px;
  }
}

.section-hero .headline p {
  margin-bottom: 0;
  font-size: 161.5%;
}

@media only screen and (max-width: 640px) {
  .section-hero .headline p {
    font-size: 100%;
  }
}

.section-hero .headline strong {
  font-size: 114.2%;
  color: #dd2b3c;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  .section-hero .headline strong {
    font-size: 107.6%;
  }
}

/* section line up */
.lineup-title {
  text-align: center;
  padding: 50px 0 18px;
}

@media only screen and (max-width: 640px) {
  .lineup-title {
    padding: 30px 0 15px;
  }
}

.lineup-title h2 {
  font-size: 223%;
}

@media only screen and (max-width: 640px) {
  .lineup-title h2 {
    font-size: 123%;
  }
}

@media only screen and (max-width: 640px) {
  .lineup-gold .columns, .lineup-biz .columns {
    margin-bottom: 0 !important;
  }
}

.lineup-gold .lineup-card-img, .lineup-gold .panel, .lineup-biz .lineup-card-img, .lineup-biz .panel {
  height: 403px;
}

.lineup-biz .lineup-card-img{
  height: 453px;
}

.lineup-biz .panel {
  height: 453px;
}

@media only screen and (max-width: 640px) {
  .lineup-gold .lineup-card-img, .lineup-gold .panel, .lineup-biz .lineup-card-img, .lineup-biz .panel {
    height: auto;
  }
}

.lineup-blue_pearl .lineup-card-detail-text {
  height: 70px;
}

@media only screen and (max-width: 640px) {
  .lineup-blue_pearl .lineup-card-detail-text {
    height: auto;
  }
}

.lineup-blue_pearl .dl-inline {
  height: 40px;
}

@media only screen and (max-width: 640px) {
  .lineup-blue_pearl .dl-inline {
    height: auto;
  }
}

.lineup-gold .lineup-card-img {
  padding-top: 90px;
  background-image: url(../images/top/lineup-cardimg-gold-bg.jpg);
}

.lineup-blue .lineup-card-img {
  padding: 35px 0;
  background-image: url(../images/top/lineup-cardimg-blue-bg.jpg);
}

.lineup-pearl .lineup-card-img {
  padding: 35px 0;
  background-image: url(../images/top/lineup-cardimg-pearl-bg.jpg);
}

.lineup-biz .lineup-card-img {
  padding-top: 115px;
  background-image: url(../images/top/lineup-cardimg-biz-bg.jpg);
}

.lineup-card-img {
  margin-bottom: 0;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
  .lineup-card-img {
    padding: 30px 15% !important;
  }
}

.lineup-card-name {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .lineup-card-name {
    margin: 10px auto 15px;
  }
}

.lineup-card-detail h4 {
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 10px;
}

.lineup-card-detail p {
  font-size: 107.6%;
}

.lineup-card-detail dl {
  color: #dd2b3c;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media only screen and (max-width: 640px) {
  .lineup-card-detail dl {
    font-size: 107.6%;
  }
}

.lineup-card-detail dl.dl-inline > * {
  display: inline;
}

.lineup-card-detail .btn-campaign,
.lineup-card-detail .btn-more,
.lineup-card-detail .btn-sbs {
  margin: 0 40px;
}

@media only screen and (max-width: 640px) {
  .lineup-card-detail .btn-campaign,
  .lineup-card-detail .btn-more,
  .lineup-card-detail .btn-sbs {
    margin: 0;
  }
}

.lineup-card-detail .btn-campaign a,
.lineup-card-detail .btn-more a,
.lineup-card-detail .btn-sbs a {
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  color: #fff;
}

.lineup-card-detail .btn-campaign {
  margin-bottom: 3px;
}

.lineup-card-detail .btn-campaign a {
  font-size: 123%;
  background-color: #dd2b3c;
  padding: 22px 0;
}

@media only screen and (max-width: 640px) {
  .lineup-card-detail .btn-campaign a {
    font-size: 107.6%;
  }
}

.lineup-card-detail .btn-campaign a:hover {
  background-color: #ce2131;
}

.lineup-card-detail .btn-more a {
  background-color: #979fa5;
  padding: 10px 0;
}

.lineup-card-detail .btn-more a:hover {
  background-color: #899299;
}

.lineup-card-detail .btn-sbs {
  margin-top: 3px;
}

.lineup-card-detail .btn-sbs a {
  background-color: #00437b;
  padding: 10px 0;
}

.lineup-card-detail .btn-sbs a:hover {
  background-color: #033864;
}

.lineup-content .panel {
  background-color: #fff;
  padding: 30px;
}

@media only screen and (max-width: 640px) {
  .lineup-content .panel {
    padding: 14px;
  }
}

.lineup-content .row.separate .left {
  padding-right: 15px;
}

@media only screen and (max-width: 640px) {
  .lineup-content .row.separate .left {
    padding: 0;
  }
}

.lineup-content .row.separate .right {
  padding-left: 15px;
}

@media only screen and (max-width: 640px) {
  .lineup-content .row.separate .right {
    padding: 0;
  }
}

/* section line info */
.section-info {
  margin-bottom: 24px;
}

@media only screen and (max-width: 640px) {
  .section-info {
    margin-bottom: 14px;
  }
}

.section-info .block {
  background-color: rgba(234, 234, 234, 0.8);
  padding: 24px 12px 12px;
}

@media only screen and (max-width: 640px) {
  .section-info .block {
    padding: 0 12px;
  }
}

.section-info .block-title {
  text-align: center;
}

.section-info .block-title h2 {
  font-size: 169%;
  margin-bottom: 24px;
}

@media only screen and (max-width: 640px) {
  .section-info .block-title h2 {
    margin-bottom: 0;
    font-size: 123%;
    padding: 14px 20px 14px 0;
  }
}

.section-info .block-text {
  margin-bottom: 1em;
}

.section-info .block-content h3 {
  font-size: 123%;
  text-align: center;
  margin-bottom: 20px;
  color: #626c75;
}

@media only screen and (max-width: 640px) {
  .section-info .block-content h3 {
    font-size: 123%;
  }
  .section-info .block-content h3 img{
    width: 100%;
    max-width: 240px;
    height: auto;
  }
}

.section-info .block-content .panel {
  background-color: #fff;
  padding: 24px 24px 20px;
}

@media only screen and (max-width: 640px) {
  .section-info .block-content .panel {
    padding: 30px 12px 12px;
  }
}

.section-info .block-content .small {
  font-size: 84.6%;
  line-height: 1.3;
}

.section-info .block hr {
  width: 30%;
  border: none;
  border-top: 5px solid #eaeaea;
  margin-bottom: 15px;
}

.section-info .col-2 {
  margin: 0 -6px;
}

.section-info .col-2 .columns {
  padding: 0 6px;
}

@media only screen and (max-width: 640px) {
  .section-info .col-2 {
    margin: 0;
  }
  .section-info .col-2 .columns {
    padding: 0;
  }
}

.section-info .col-3 {
  margin: 0 -6px;
}

.section-info .col-3 .columns {
  width: 33.333%;
  padding: 0 6px;
}

@media only screen and (max-width: 640px) {
  .section-info .col-3 {
    margin: 0;
  }
  .section-info .col-3 .columns {
    width: auto;
    padding: 0;
  }
}

.section-info .notes {
  font-size: 84.6%;
  color: #777c80;
}

.section-info.campaign .block-text {
  height: 100px;
}

@media only screen and (max-width: 640px) {
  .section-info.campaign .block-text {
    height: auto;
  }
}

.section-info.protection_service .panel {
  min-height: 300px;
}

@media only screen and (max-width: 640px) {
  .section-info.protection_service .panel {
    height: auto;
    min-height: auto;
  }
}

@media only screen and (max-width: 640px) {
  .section-info.service {
    margin-bottom: 0;
  }
  .section-info.service .columns {
    margin-bottom: 14px;
    padding-bottom: 0px;
  }
  .section-info.service .expand-content {
    padding-bottom: 14px;
  }
}

.section-info.service .panel {
  position: relative;
  height: 260px;
}

@media only screen and (max-width: 640px) {
  .section-info.service .panel {
    height: auto;
  }
}

.section-info.service .block-text {
  height: 80px;
}

@media only screen and (max-width: 640px) {
  .section-info.service .block-text {
    height: auto;
  }
}

@media only screen and (max-width: 640px) {
  .section-info.purpose {
    margin-bottom: 0;
  }
}

.section-info .btn-more a {
  display: block;
  color: #fff;
  background-color: #96c6ed;
  line-height: 1;
  font-size: 123%;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
}

.section-info .btn-more a:hover {
  background-color: #80bae9;
}

/* 目的から欲しい情報を探す */
.purpose .netanswer h3 {
  font-size: 115%;
  letter-spacing: -0.5px;
}

.purpose .block-content {
  margin-top: 12px;
}

@media only screen and (max-width: 640px) {
  .purpose .block-content {
    margin-top: 0;
  }
}

.purpose .block-content:first-child {
  margin-top: 0;
}

.purpose .block-content dl {
  margin-bottom: 8px;
}

.purpose .block-content dl:last-child {
  margin-bottom: 0;
}

.purpose a {
  text-decoration: none;
  background-image: url(../images/top/purpose-marker.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 16px;
  background-size: 12px 12px;
  color: #2e6be5;
}

.purpose a:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------
	FOOTER
------------------------------------------------------------*/
a {
  text-decoration: underline;
  color: #1953c7;
  /* color: #1e5bd5; */
}

a:hover {
  color: #1953c7;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .footer {
    position: relative;
    padding: 0 10px;
  }
}

.footer-company_info {
  padding: 20px 0 20px 0;
  width: 100%;
  text-align: left;
  border-top: 1px solid #dedede;
}

@media only screen and (max-width: 640px) {
  .footer-company_info {
    border-top: none;
  }
}

.footer-company {
  float: left;
}

@media only screen and (max-width: 640px) {
  .footer-company {
    float: none;
  }
}

.footer-company .reference {
  padding-left: 15px;
  background: url("../images/top/icon_arrow_footer.gif") no-repeat left center;
  font-size: 93%;
}

@media only screen and (max-width: 640px) {
  .footer-company .reference {
    font-size: 1.2rem;
  }
}

.footer-company .copyright {
  margin-bottom: 2em;
}

@media only screen and (max-width: 640px) {
  .footer-company .copyright img {
    height: 30px;
    width: auto;
  }
}

.footer-pmark {
  float: right;
  padding-top: 0;
  width: 100px;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .footer-pmark {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .footer-pmark img {
    height: 40px;
    width: auto;
  }
}

.footer-legal {
  float: right;
  width: 700px;
  text-align: right;
  font-size: 77%;
  line-height: 2;
  margin-bottom: 18px;
}

@media only screen and (max-width: 640px) {
  .footer-legal {
    font-size: 1.0rem;
  }
}

.footer-legal address {
  font-style: normal;
}

@media only screen and (max-width: 640px) {
  .footer-legal address {
    text-align: left;
    margin-top: 2em;
  }
}

@media only screen and (max-width: 640px) {
  .footer-legal {
    width: auto;
    float: none;
    text-align: center;
  }
}

.footer-nav {
  padding: 15px 0;
  text-align: center;
  font-size: 93%;
  border-top: 1px dotted #ccc;
}

@media only screen and (max-width: 640px) {
  .footer-nav {
    font-size: 1.2rem;
  }
}

.footer-nav a {
  margin: 0 3px;
}

@media only screen and (max-width: 640px) {
  .footer-nav a {
    font-size: 1.0rem;
  }
}
