@charset "UTF-8";

img {
  max-width: 100%;
  height: auto;
}

.layout_main section {
  margin: 0;
}

.layout_main a {
  text-decoration: none;
}

.ff-palt {
  font-feature-settings: "palt";
}

.more-link {
  color: #1f5cfa;
  font-weight: 600;
}

.link-c2 {
  color: #004caa;
}

.cta-btn {
  display: block;
  padding: 12px 30px;
  background: #f80;
  border: solid 1px #fff;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}

.btn-secondary {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #004caa;
  border: solid 1px #0061d7;
  border-radius: 5px;
  padding: 17px 0;
  text-align: center;
}

@media (min-width: 600px) {
  .cta-btn:hover {
    background: #ffab4d;
  }

  .btn-secondary {
    width: 308px;
  }

  .btn-secondary:hover {
    opacity: 0.7;
  }

  .more-link:hover {
    text-decoration: underline;
  }
}

.hero {
  padding: 90px 0 100px;
  background: url(../images/biz/bg_hero.png) no-repeat center center;
  background-size: cover;
}

.layout_main .hero {
  margin: 0;
}

.hero .cb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero_heading {
  width: 496px;
  margin: 0 35px 0 125px;
}

.hero_icon {
  width: 154px;
}

@media (max-width: 599px) {
  .hero {
    padding: 50px 0;
  }

  .hero_heading {
    width: 230px;
    margin: 0 15px;
  }

  .hero_icon {
    width: 100px;
  }
}

.reason {
  padding: 68px 0 0;
  overflow: hidden;
}

.reason-intro_heading {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
  color: #0f2e49;
  text-align: center;
}

.reason-intro_heading span {
  display: block;
  font-weight: 700;
  font-size: 33px;
  margin: 5px 0 0;
}

.reason-intro_heading span strong {
  font-size: 36px;
  color: #01c1ff;
}

.reason-intro_heading span small {
  font-size: 30px;
}

.reason-intro_tag {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 25px 0 0;
}

.reason-intro_tag li {
  background: #1e79fa;
  color: #fff;
  font-size: 19px;
  line-height: 1.5;
  padding: 8px 12px;
  border-radius: 14px;
  margin: 0 10px;
}

.reason-intro_list {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 100px -30px 0;
}

.reason-intro_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px;
  width: 280px;
  height: 220px;
  background: #fff;
  color: #0b3655;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: 0 2px 61px -21px rgba(17, 51, 139, 0.34);
  border-radius: 50px;
  position: relative;
}

.reason-intro_list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: #01c1ff;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: -35px;
  right: 0;
}

.reason-intro_list li strong {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
  color: #0ab6fa;
  display: block;
}

.reason-intro_list li strong small {
  font-size: 23px;
  line-height: 1.7;
  color: #0b3655;
  margin: 0 0 0 5px;
}

.reason-intro_list li strong b {
  font-size: 28px;
  font-weight: 600;
  color: #0b3655;
}

.reason-intro_image {
  width: 572px;
  margin: 0 auto;
  transform: translateX(-30px);
}

@media (max-width: 599px) {
  .reason {
    padding: 60px 0 0;
  }

  .reason-intro_heading {
    font-size: 20px;
  }

  .reason-intro_heading span {
    font-size: 24px;
  }

  .reason-intro_heading span strong {
    font-size: 28px;
  }

  .reason-intro_heading span small {
    font-size: 22px;
  }

  .reason-intro_tag {
    flex-wrap: wrap;
    margin: 25px -5px -10px;
  }

  .reason-intro_tag li {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 7px;
    margin: 0 5px 10px;
  }

  .reason-intro_list {
    display: block;
    margin: 50px 0 0;
  }

  .reason-intro_list li {
    margin: 0 0 40px;
    padding: 15px;
    width: 100%;
    height: auto;
    font-size: 16px;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .reason-intro_list li:nth-child(3) strong {
    margin-top: 5px;
  }

  .reason-intro_list li span {
    width: 60px;
    height: 60px;
    font-size: 16px;
    top: -20px;
    left: 0;
  }

  .reason-intro_list li strong {
    font-size: 28px;
  }

  .reason-intro_list li strong b {
    font-size: 22px;
  }

  .reason-intro_list li strong small {
    font-size: 18px;
  }

  .reason-intro_image {
    width: 100%;
    transform: translateX(-5px);
  }
}

@media (min-width: 600px) {
  .reason-intro_list li:nth-child(1),
  .reason-intro_list li:nth-child(3) {
    margin-top: 85px;
  }

  .reason-intro_list li:nth-child(1) {
    font-size: 25px;
  }

  .reason-intro_list li:nth-child(1) strong {
    font-size: 36px;
  }

  .reason-intro_list li:nth-child(1) > div {
    transform: translate(-5px, 0);
  }

  .reason-intro_list li:nth-child(2) > div {
    transform: translate(-5px, 5px);
  }

  .reason-intro_list li:nth-child(3) > div {
    transform: translate(-15px, -5px);
  }

  .reason-intro_list li:nth-child(3) strong {
    margin-top: 10px;
  }
}

.reason-item {
  padding: 95px 0 90px;
}

.reason-item .cb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reason-item:nth-child(odd) {
  background: #f2f8fb;
}

.reason-item:nth-child(even) .cb {
  flex-direction: row-reverse;
}

.reason-item.reason1 .reason-item_image {
  width: 355px;
  margin: 10px 0 0;
}

.reason-item.reason2 {
  padding: 80px 0;
}

.reason-item.reason3 .cb {
  display: block;
}

.reason-item.reason3 .reason-item_text {
  width: 100%;
  text-align: center;
}

.reason-item.reason3 .reason-item_image {
  width: 115px;
  margin: 0 auto 20px;
}

.reason-item_heading {
  font-size: 32px;
  color: #202020;
  margin: 0 0 20px;
}

.reason-item_heading span {
  display: block;
  color: #01c1ff;
  font-size: 26px;
  margin: 0 0 15px;
}

.reason-item_text {
  width: 530px;
  font-size: 18px;
  line-height: 1.7;
}

.reason-item_text p {
  margin: 0 0 15px;
}

.reason-item_text p:last-child {
  margin: 0;
}

.reason-item_note {
  font-size: 14px;
}

.reason-item_image {
  width: 297px;
  margin: 0 0 0 10px;
}

.reason-item_link {
  margin: 12px 0 0;
}

.reason-item_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 75px -60px -70px;
}

.reason-item_list li {
  width: 365px;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 60px 70px;
  text-align: center;
}

.reason-item_list li p {
  text-align: left;
  margin: 0 0 15px;
}

.reason-item_list li .more-link {
  font-size: 14px;
}

.reason-item_ttl {
  font-size: 24px;
  margin: 0 0 24px;
}

@media (max-width: 599px) {
  .reason-item {
    padding: 60px 0;
  }

  .reason-item .cb {
    display: block;
  }

  .reason-item.reason1 .reason-item_image {
    width: 170px;
    margin: 30px auto 0;
  }

  .reason-item.reason2 {
    padding: 60px 0;
  }

  .reason-item.reason3 .reason-item_text {
    width: 100%;
    text-align: center;
  }

  .reason-item.reason3 .reason-item_image {
    width: 100px;
    margin: 0 auto 15px;
  }

  .reason-item_heading {
    font-size: 26px;
    margin: 0 0 15px;
  }

  .reason-item_heading span {
    font-size: 20px;
  }

  .reason-item_text {
    width: 100%;
    font-size: 16px;
  }

  .reason-item_image {
    width: 150px;
    margin: 30px auto 0;
  }

  .reason-item_list {
    justify-content: space-between;
    margin: 50px 0 -30px;
  }

  .reason-item_list li {
    width: 48%;
    font-size: 14px;
    margin: 0 0 30px;
  }

  .reason-item_ttl {
    font-size: 17px;
    margin: 0 0 15px;
  }
}

.lineup {
  padding: 85px 0 46px;
}

.lineup_heading {
  font-size: 36px;
  color: #0f2e49;
  text-align: center;
  margin: 0 0 15px;
}

.lineup_sub-heading {
  font-size: 29px;
  color: #031f37;
  text-align: center;
  margin: 0 0 15px;
}

.lineup_lead {
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 16px;
}

.lineup_sub-lead {
  font-size: 18px;
  color: #031f37;
  line-height: 1.5;
  text-align: center;
}

.lineup_btn {
  display: flex;
  justify-content: center;
  margin: 64px 0 0;
}

.lineup-plan + .lineup-plan {
  margin: 128px 0 0;
}

.lineup-biz {
  position: relative;
}

.lineup-biz::before {
  content: "";
  display: block;
  width: 100%;
  height: 508px;
  background: url(../images/biz/bg_lineup.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 77px;
}

.lineup-small-biz .lineup-wrap {
  align-items: stretch;
  margin-top: 40px;
}

.lineup-small-biz .lineup-wrap::after {
  height: 100%;
  box-shadow: 0 1px 50px -19px rgba(18, 82, 158, 0.36);
}

.lineup-small-biz .lineup-item {
  width: 476px;
}

.lineup-small-biz .lineup-head {
  background: rgba(255, 201, 138, 0.4);
  color: #444;
}

.lineup-small-biz .lineup-info dl dt {
  padding: 8px 0;
}

.lineup-small-biz .lineup-item_link {
  margin: auto 0 0;
}

.lineup-small-biz .lineup-item_link a {
  padding: 20px 0 24px;
}

.lineup-small-biz .lineup-head_ttl a {
  color: #2e2e2e;
}

.lineup-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 50px auto 0;
  position: relative;
  max-width: 954px;
}

.lineup-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0 1px 71px -34px rgba(18, 82, 158, 0.32);
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.lineup-item {
  display: flex;
  flex-direction: column;
  width: 316px;
  padding: 1px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.lineup-item_link {
  text-align: center;
}

.lineup-item_link a {
  display: block;
  padding: 25px 0 30px;
  font-weight: 700;
}

.lineup-item.recommended .lineup-head {
  padding-top: 34px;
}

.lineup-item.managed .lineup-head {
  background: #0185ff;
}

.lineup-item.mailbox .lineup-head {
  background: rgba(255, 170, 197, 0.34);
}

.lineup-item.mailbox .lineup-head_ttl {
  font-size: 23px;
  line-height: 1.3;
}

.lineup-item.mailbox .lineup-head_ttl span {
  font-size: 20px;
  line-height: 1.6;
  display: block;
}

.lineup-head {
  padding: 20px 30px;
  background: #01c1ff;
  color: #fff;
  text-align: center;
}

.lineup-head_ttl {
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 11px;
  padding: 0 0 6px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.lineup-head_ttl a {
  display: block;
  color: #fff;
}

.lineup-head_ttl small {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.lineup-price {
  font-size: 18px;
  margin: 0 0 12px;
}

.lineup-price small {
  font-size: 14px;
  margin: 0 3px 0 0;
}

.lineup-price strong {
  font-size: 30px;
  font-weight: 600;
}

.lineup-btn {
  margin: 18px 0 0;
}

.lineup-info {
  padding: 12px 30px 0;
}

.lineup-info dl {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ebeaea;
}

.lineup-info dl:last-child {
  border-bottom: none;
}

.lineup-info dl dt {
  width: 119px;
  font-size: 14px;
  flex-shrink: 0;
  padding: 5px 0;
}

.lineup-info dl dd {
  font-size: 15px;
  padding: 5px 0 4px 7px;
}

.lineup-info dl dd span {
  color: #fe8800;
}

.lineup-info dl dd b {
  font-size: 18px;
}

.lineup-info dl dd small {
  font-size: 13px;
}

.lineup-info dl dd img {
  width: 16px;
}

.lineup-info dl dd.ssd {
  padding-left: 0;
}

.lineup-info dl dd.hyphen {
  padding-left: 12px;
}

.lineup-info dl dd.check {
  padding-left: 10px;
}

@media (max-width: 599px) {
  .lineup {
    padding: 60px 0 30px;
  }

  .lineup_heading {
    font-size: 26px;
  }

  .lineup_sub-heading {
    font-size: 24px;
  }

  .lineup_lead {
    font-size: 16px;
  }

  .lineup_sub-lead {
    font-size: 15px;
  }

  .lineup_btn {
    margin: 40px 20px 0;
  }

  .lineup-plan + .lineup-plan {
    margin: 60px 0 0;
  }

  .lineup-wrap {
    display: block;
    margin-top: 40px;
  }

  .lineup-wrap::after {
    display: none;
  }

  .lineup-item {
    width: 100%;
    box-shadow: 0 1px 50px -19px rgba(18, 82, 158, 0.36);
  }

  .lineup-item + .lineup-item {
    margin: 20px 0 0;
  }

  .lineup-small-biz .lineup-item {
    width: 100%;
  }
}

@media (min-width: 600px) {
  .lineup-head_ttl a:hover {
    opacity: 0.7;
  }
}

.useful-info {
  padding: 46px 0 100px;
  overflow: hidden;
}

.useful-info .cb {
  max-width: 1020px;
}

.useful-info_heading {
  font-size: 32px;
  color: #000;
  text-align: center;
  margin: 0 0 58px;
}

.useful-info_list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 -1.470588235% -68px;
}

.useful-info_list li {
  width: 30.476190476%;
  margin: 0 1.428571428% 68px;
}

.useful-info_list li a {
  display: block;
  color: #000;
}

.useful-info_ttl {
  font-size: 16px;
  line-height: 1.5;
  margin: 16px 0 0;
}

@media (max-width: 599px) {
  .useful-info {
    padding: 30px 0 60px;
  }

  .useful-info_heading {
    font-size: 24px;
    margin: 0 0 30px;
  }

  .useful-info_list {
    margin: 0 0 -30px;
  }

  .useful-info_list li {
    width: 100%;
    margin: 0 0 30px;
  }
}

@media (min-width: 600px) {
  .useful-info_list li a:hover {
    opacity: 0.7;
  }
}

/*
TOPからの流用
*/
.hl {
  color: #163954;
  display: flex;
  font-size: 28px;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media (max-width: 599px) {
  .hl {
    text-align: center;
  }
}

.layout_main .section {
  margin: 0;
  padding: 56px 0;
}

/* --------------------
Safety
-------------------- */
.layout_safety {
  background: #f6f6f6;
}

.safety-boxes {
  display: flex;
  flex-flow: column wrap;
  list-style: none;
}

.safety-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}

.safety-box .box-hl {
  margin: 15px auto;
}

.safety-box .box-description {
  font-size: 15px;
  line-height: 1.6;
}

.safety-box .box-icon {
  order: -1;
}

.safety-banner {
  display: flex;
  flex-direction: column;
  margin-top: 46px;
  text-align: center;
}

.safety-banner .banner-hl {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
}

.safety-banner .banner-description {
  font-size: 12px;
  line-height: 2;
  order: -1;
}

@media (max-width: 599px) {
  .safety-box {
    margin: 0 auto 40px;
  }

  .safety-box:last-child {
    margin-bottom: 0;
  }

  .safety-banner::before {
    background: url(../images/safety_sp.jpg) no-repeat 0 0/contain;
    content: "";
    display: block;
    margin-bottom: 16px;
    order: -2;
    padding-top: 50%;
    width: 100%;
  }
}

@media only screen and (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) {
  .safety-banner::before {
    background-image: url(../images/safety_sp-2x.jpg);
  }
}

@media (min-width: 600px) {
  .safety-boxes {
    flex-direction: row;
  }

  .safety-box {
    width: 280px;
  }

  .safety-box:nth-child(2) {
    margin: 0 60px;
  }

  .safety-banner {
    background: url(../images/safety_pc.jpg) no-repeat 0 0/contain;
    color: #fff;
    justify-content: center;
    height: 230px;
    width: 960px;
  }

  .safety-banner .banner-hl {
    color: inherit;
    font-size: 24px;
    line-height: 2;
  }

  .safety-banner .banner-description {
    font-size: 17px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 600px) and (-webkit-min-device-pixel-ratio: 2) {
  .safety-banner {
    background-image: url(../images/safety_pc-2x.jpg);
  }
}

.atten {
  width: 960px;
  margin: 30px auto 100px;
}

.atten-smallbiz {
  margin: 30px auto 0;
}

.atten .atten-list {
  font-size: 12px;
  list-style: none;
}

@media (max-width: 599px) {
  .atten {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* --------------------
News
-------------------- */
#news {
  padding: 44px 0;
  font-size: 12px;
}

#news dl {
  display: flex;
  align-items: center;
}

#news dl:nth-of-type(1n+2) {
  margin-top: 8px;
}

#news span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f80;
  color: #fff;
  font-size: 10px;
  min-width: 40px;
  height: 17px;
  border-radius: 3px;
  visibility: hidden;
}

#news dl.new span {
  visibility: visible;
}

#news dt {
  min-width: 89px;
  margin-left: 10px;
}

#news dd a:link {
  color: #568cc5;
  text-decoration: none;
}

#news dd a:hover {
  text-decoration: underline;
}

/* --------------------
Information
-------------------- */
.layout_information .news-list {
  display: flex;
  flex-flow: column wrap;
  font-size: 16px;
  margin-top: 14px;
}

.layout_information .news-time {
  margin-bottom: 16px;
}

.layout_information .news-title {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 40px;
  padding: 0 0 40px;
}

.layout_information .news-title .link {
  color: #426077;
}

.information-nav-items {
  list-style: none;
}

.layout_information .news-title .link[target=_blank]::after {
  /* 外部リンクアイコン */
  content: "\f08e";
  font-family: FontAwesome;
  margin-left: 3px;
}

/* 機能追加情報 */
.information-addfunction-body {
  margin: 40px auto 0;
}

@media (max-width: 599px) {
  .layout_information .news-title:last-child {
    margin-bottom: 0;
  }

  .information-nav-item {
    border-bottom: 1px solid #e8e8e8;
    padding: 14px 0;
  }
}

@media (min-width: 600px) {
  .layout_information .news-list {
    flex-direction: row;
  }

  .layout_information .news-time {
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
    margin: 0 0 24px;
    padding: 0 24px 24px;
    width: 160px;
  }

  .layout_information .news-title {
    box-sizing: border-box;
    margin: 0 0 24px;
    padding: 0 24px 24px 0;
    width: calc(100% - 160px);
  }

  .layout_information .news-time:last-of-type,
  .layout_information .news-title:last-of-type {
    margin-bottom: 18px;
  }

  .information-nav-items {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
  }

  .information-nav-item + .information-nav-item {
    border-left: 1px solid #bdbdbd;
    padding-left: 11px;
    margin-left: 11px;
  }
}

/* --------------------
Apply
-------------------- */
#apply {
  padding: 56px 0;
  background: #f80 url("../images/apply_bg.png") no-repeat center;
  background-size: cover;
}

#apply .hl {
  color: #fff;
}

#apply p {
  font-size: 14px;
  text-align: center;
  color: #fff;
}

#apply small {
  display: block;
  margin-top: 8px;
}

#apply .btn {
  width: 350px;
  align-items: center;
  background-color: #fff;
  border: none;
  color: #f80;
  display: flex;
  font-size: 14px;
  height: 46px;
  justify-content: center;
  margin: 40px auto 0;
  text-decoration: none;
}

@media (max-width: 599px) {
  #apply .btn {
    width: 100%;
  }
}

/* bizページ バナー */
.layout_main .partner .cb {
  max-width: 1040px;
  margin: 0 auto;
  padding: 100px 0 20px;
}

.layout_main .partner .cb .partner_heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #01c1ff;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 599px) {
  .layout_main .partner .cb {
    padding: 0;
  }

  .layout_main .partner .cb .partner_heading {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.layout_main .partner .cb .partner_heading span {
  margin-top: 12px;
  display: block;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  color: #0f2e49;
}

@media screen and (max-width: 599px) {
  .layout_main .partner .cb .partner_heading span {
    font-size: 24px;
  }
}

.layout_main .partner .cb .partner_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.layout_main .partner .cb .partner_content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 48.8%;
  max-width: 508px;
  background-color: #f3f8fc;
}

@media screen and (max-width: 599px) {
  .layout_main .partner .cb .partner_content {
    max-width: none;
  }
}

.layout_main .partner .cb .partner_content.-new::before {
  padding-bottom: 2px;
  content: "New";
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #FFA136;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.layout_main .partner .cb .partner_content:nth-child(n + 3) {
  margin-top: 40px;
}

@media screen and (max-width: 599px) {
  .layout_main .partner .cb .partner_content {
    display: block;
    width: 100%;
  }

  .layout_main .partner .cb .partner_content:nth-child(n + 3) {
    margin-top: 0;
  }

  .layout_main .partner .cb .partner_content:not(:first-child) {
    margin-top: 20px;
  }
}

.layout_main .partner .cb .partner_content img {
  width: 100%;
  aspect-ratio: 500 / 280;
  object-fit: cover;
}

@media screen and (max-width: 960px) {
  .layout_main .partner .cb .partner_content img {
    width: 100%;
  }
}

.layout_main .partner .cb .partner_content .txt_box {
  padding: 32px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 960px) {
  .layout_main .partner .cb .partner_content .txt_box {
    padding: 16px 16px 20px;
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}

.layout_main .partner .cb .partner_content .txt_box .ttl {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #0f2e49;
  margin-bottom: 16px;
}

@media screen and (max-width: 960px) {
  .layout_main .partner .cb .partner_content .txt_box .ttl {
    margin-bottom: 8px;
    font-size: 20px;
  }
}

.layout_main .partner .cb .partner_content .txt_box .txt {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 960px) {
  .layout_main .partner .cb .partner_content .txt_box .txt {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.7;
  }
}

.layout_main .partner .cb .partner_content .txt_box .btn {
  margin-top: auto;
  margin-left: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--accent-color);
  background: #fff;
  border: 1px solid var(--accent-color);
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
  height: 48px;
  max-width: 220px;
}

@media screen and (max-width: 960px) {
  .layout_main .partner .cb {
    margin: 60px auto 0;
  }

  .layout_main .partner .cb .partner_content .txt_box .btn {
    font-size: 14px;
    height: 44px;
  }
}

.layout_main .partner .cb .partner_content .txt_box .btn:hover {
  background-color: transparent;
  color: #1e79fa;
}