@charset "UTF-8";
.grecaptcha-badge {
  visibility: hidden; }

.footer-gnv-mb {
  display: none; }

@media only screen and (max-width: 750px) {
  .footer-gnv-mb {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    border-top: 1px solid #ccc;
    z-index: 99999; }

  .footer-gnv-mb a {
    display: block;
    width: 28%;
    float: left;
    text-align: center;
    padding: 5px 0 0 0;
    border-left: 1px solid #ccc;
    font-size: 10px;
    box-sizing: border-box; }

  .footer-gnv-mb .fix_mail {
    background-color: #E41373;
    color: #fff; }

  .footer-gnv-mb .fix_tel {
    background-color: #2C62A6;
    color: #fff; }

  .footer-gnv-mb .fix_line {
    background-color: #1dcd00;
    color: #fff; }

  .footer-gnv-mb .tt {
    background-color: #FF8C85;
    color: #fff; }

  .footer-gnv-mb a:first-child {
    width: 16%;
    border-left: none;
    box-sizing: border-box;
    background-color: #666;
    color: #fff; }

  .footer-gnv-mb i {
    display: block;
    font-size: 1.4rem;
    margin: auto; }

  #sidr-menu {
    font-size: 1rem !important; }

  .sidr-menu-in {
    padding: 20px; }

  #sidr-menu i {
    margin-right: 5px; }

  #sidr-menu a {
    color: #111;
    border-bottom: 1px dotted #ccc;
    display: block;
    padding: 5px 0 5px 0;
    font-size: 12px; }

  #sidr-menu .close {
    height: 45px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    background: #666;
    width: 100%;
    border-top: 1px solid #ccc; }

  #sidr-menu .close a {
    display: block;
    width: 100%;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none; } }
/*基本レイアウト*/
.sec_in {
  margin: auto; }

.w01_in {
  width: 1100px; }

.w02_in {
  width: 700px; }

.w03_in {
  width: 900px; }

@media only screen and (max-width: 1100px) {
  .w01_in {
    width: 90%; } }
@media only screen and (max-width: 900px) {
  .w03_in {
    width: 90%; } }
@media only screen and (max-width: 700px) {
  .w02_in {
    width: 90%; } }
ul {
  padding: 0;
  margin: 0;
  list-style: none; }

/*--------------------------------------------------------
背景色・文字色の設定
--------------------------------------------------------*/
body {
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  line-height: 1.8;
  font-family: 'Noto Sans JP', sans-serif;
  color: #251E1C;
  font-size: 14px; }

.marker01 {
  background: linear-gradient(transparent 60%, #F0897F 60%); }

.marker02 {
  background: linear-gradient(transparent 60%, #F2D496 60%); }

/*全体の追加設定*/
a {
  text-decoration: none;
  color: #000; }

a:hover {
  color: #F00; }

a img:hover {
  opacity: 0.7; }

.text_gold {
  font-family: 'PT Serif', serif;
  display: inline-block;
  background: #8e5609;
  background: linear-gradient(45deg, #8e5609 0%, #905909 3%, #9a600c 5%, #fba52a 28%, #fba52a 43%, #b8731d 59%, #ab691b 62%, #704912 75%, #704912 84%, #8b5316 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.dis-mb {
  display: none; }

@media only screen and (max-width: 750px) {
  .dis-pc {
    display: none; }

  .dis-mb {
    display: block; } }
/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
#header {
  width: 1350px;
  margin: auto; }
  #header .top {
    text-align: right;
    margin-bottom: 5px; }
  #header .top a {
    font-size: 12px;
    display: inline-block;
    padding: 0 8px 0 8px;
    border-right: 1px solid #666;
    line-height: 1; }
  #header .header_in {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 100%; }
  #header .col-l {
    width: 194px;
    position: relative;
    z-index: 99; }
  #header .col-r {
    width: 650px;
    display: flex;
    justify-content: space-between; }
  #header .tel_box {
    width: 214px;
    padding-top: 5px; }
  #header .tel_box img {
    width: 214px; }
  #header .header_btn {
    display: block;
    width: 200px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #fff;
    padding: 5px 0 5px 0;
    text-align: center;
    margin-bottom: 20px;
    position: relative; }
  #header .header_btn:hover {
    opacity: 0.7; }
  #header .header_mail_btn {
    background: #E41373; }
  #header .header_line_btn {
    background: #1dcd00; }
  #header .header_btn_line01 {
    font-size: 10px;
    display: block;
    text-align: center;
    line-height: 1;
    margin-bottom: 3px; }
  #header .header_btn_line02 {
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 1;
    font-weight: bold; }

@media only screen and (max-width: 1350px) {
  #header {
    width: 90%;
    margin: auto; }
    #header .top {
      text-align: right;
      margin-bottom: 5px; }
    #header .top a {
      font-size: 12px;
      display: inline-block;
      padding: 0 5px 0 0; }
    #header .header_in {
      display: flex;
      justify-content: space-between;
      margin: auto;
      width: 100%; }
    #header .col-l {
      width: 194px;
      position: relative;
      z-index: 99; }
    #header .col-r {
      width: 560px;
      display: flex;
      justify-content: space-between; }
    #header .tel_box {
      width: 214px; }
    #header .tel_box img {
      width: 214px; }
    #header .header_btn {
      display: block;
      width: 160px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      font-size: 13px;
      color: #fff;
      padding: 10px 0 10px 0;
      text-align: center;
      margin-bottom: 20px;
      position: relative; }
    #header .header_mail_btn {
      background: #E41373; }
    #header .header_line_btn {
      background: #1dcd00; } }
@media only screen and (max-width: 1100px) {
  #header {
    width: 90%;
    margin: auto; }
    #header .top {
      text-align: right;
      margin-bottom: 5px; }
    #header .top a {
      font-size: 12px;
      display: inline-block;
      padding: 0 5px 0 0; }
    #header .header_in {
      display: flex;
      justify-content: space-between;
      margin: auto;
      width: 100%; }
    #header .col-l {
      width: 194px;
      position: relative;
      z-index: 99; }
    #header .col-r {
      width: 560px;
      display: flex;
      justify-content: space-between; }
    #header .tel_box {
      width: 214px; }
    #header .tel_box img {
      width: 214px; }
    #header .header_btn {
      display: block;
      width: 160px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      font-size: 13px;
      color: #fff;
      padding: 10px 0 10px 0;
      text-align: center;
      margin-bottom: 20px;
      position: relative; }
    #header .header_mail_btn {
      background: #E41373; }
    #header .header_line_btn {
      background: #1dcd00; } }
@media only screen and (max-width: 750px) {
  #header {
    justify-content: space-between;
    margin: auto;
    padding: 0;
    width: 100%; }
    #header .top {
      display: none; }
    #header .col-l {
      width: 100%;
      padding: 10px 0 10px 0;
      position: relative;
      z-index: 99; }
    #header .col-l img {
      width: 40%;
      display: block;
      margin: auto; }
    #header .col-r {
      display: none; } }
/*--------------------------------------------------------
gnv
--------------------------------------------------------*/
.gnv_ul {
  width: 1100px;
  margin: auto; }

.gnv_ul li {
  width: calc(100%/11);
  display: inline-block;
  border-left: 1px solid #9D9D9D;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold; }

.gnv_ul li a {
  width: 100%;
  display: block;
  padding: 10px 0 10px 0; }

.gnv_ul li a:hover {
  background: #f0f0f0; }

.gnv_ul li:last-child {
  border-right: 1px solid #9D9D9D;
  box-sizing: border-box; }

@media only screen and (max-width: 1000px) {
  .gnv_ul {
    width: 99%;
    margin: auto; }

  .gnv_ul li {
    width: calc(100%/9);
    display: inline-block;
    border-left: 1px solid #9D9D9D;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold; }

  .gnv_ul li a {
    width: 100%;
    display: block;
    padding: 10px 0 10px 0; }

  .gnv_ul li a:hover {
    background: #f0f0f0; }

  .gnv_ul li:last-child {
    border-right: 1px solid #9D9D9D; } }
@media only screen and (max-width: 750px) {
  .gnv_pc {
    display: none; } }
/*--------------------------------------------------------
パン屑リスト
--------------------------------------------------------*/
#breadcrumbs {
  font-size: 0.8em;
  padding: 3px 0 3px 0;
  background: #f5f5f5; }

#breadcrumbs ol {
  margin: 0; }

.breadcrumbs-in {
  margin: 0;
  padding: 0;
  color: #000; }

.breadcrumbs-in a {
  color: #000;
  text-decoration: none; }

.breadcrumbs-in a:hover,
.breadcrumbs-in a:active,
.breadcrumbs-in a:focus {
  color: #f00; }

.breadcrumbs-in li {
  display: inline;
  list-style: none;
  position: relative;
  margin-right: 12px;
  padding-right: 12px;
  background: url(../images/icon/icon-brc.gif) right center no-repeat; }

.breadcrumbs-in li.bcl-last {
  background: none; }

.breadcrumbs-in li.bcl-last:before {
  content: ""; }

/*--------------------------------------------------------
メインコンテンツ
--------------------------------------------------------*/
/*見出しベース*/
h1 {
  font-size: 2.0em;
  padding: 0;
  margin: 0;
  clear: both; }

h2 {
  font-size: 1.6em;
  padding: 0;
  margin: 0;
  clear: both; }

h3 {
  font-size: 1.2em;
  padding: 0;
  margin: 0;
  clear: both; }

/*------------------------------------------------------------
トップページ・アーカイブの設定
-------------------------------------------------------------*/
/*ページャー*/
.nav-prev {
  text-align: right; }

.nav-next {
  text-align: left; }

/*アーカイブメニュー*/
.top-article {
  font-size: 0.9em;
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc; }

/*リードモア*/
.box-read-more {
  overflow: hidden; }

.box-read-more a {
  display: block;
  width: 180px;
  border: #192541 1px solid;
  color: #192541;
  float: right;
  text-align: center; }

/*施工事例ページ送り*/
.pager {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center; }

.pager a {
  display: inline-block;
  color: #CE0609;
  text-decoration: underline; }

.pager .next {
  border: none !important; }

.pager .prev {
  border: none !important; }

/*------------------------------------------------------------
アーカイブ
-------------------------------------------------------------*/
.archive_sec h2 {
  font-weight: 800;
  text-align: center; }
.archive_sec .fl-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 13px; }
.archive_sec .col {
  width: 175px;
  position: relative;
  margin-bottom: 30px; }
.archive_sec .image {
  position: relative; }
.archive_sec .term_text {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.65);
  width: 150px;
  text-align: center;
  color: #fff;
  font-weight: bold; }
.archive_sec .col img {
  height: 130px;
  width: 100%;
  display: block;
  object-fit: cover; }
.archive_sec .col-text {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  line-height: 1.5; }
.archive_sec .top-next {
  display: block;
  width: 300px;
  margin: auto;
  text-align: center;
  margin-top: 20px; }
.archive_sec .top-next a {
  padding: 20px;
  background: #000;
  color: #fff; }
.archive_sec .top-next a:hover {
  background: #666;
  color: #fff; }
.archive_sec .oya {
  font-weight: bold; }
.archive_sec .child {
  margin-bottom: 30px; }
.archive_sec .child li {
  display: inline-block; }

.archive_card .card_category {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5; }
.archive_card .line01 {
  background: #2C62A6;
  color: #fff;
  padding: 3px 0 3px 0;
  text-align: center;
  line-height: 1;
  margin-right: 5px;
  width: 55px;
  display: inline-block; }

@media only screen and (max-width: 1100px) {
  .archive_sec h2 {
    font-weight: 800;
    text-align: center; }
  .archive_sec .fl-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .archive_sec .fl-box .col {
    width: 32%;
    position: relative;
    margin-bottom: 30px; }
  .archive_sec .fl-box .image {
    position: relative; }
  .archive_sec .fl-box .term_text {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.65);
    width: 150px;
    text-align: center;
    color: #fff;
    font-weight: bold; }
  .archive_sec .fl-box .col img {
    height: 254px;
    width: 100%;
    display: block;
    object-fit: cover; }
  .archive_sec .fl-box .col-text {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    line-height: 1.5; }
  .archive_sec .top-next {
    display: block;
    width: 300px;
    margin: auto;
    text-align: center;
    margin-top: 20px; }
  .archive_sec .top-next a {
    padding: 20px;
    background: #000;
    color: #fff; }
  .archive_sec .top-next a:hover {
    background: #666;
    color: #fff; }
  .archive_sec .oya {
    font-weight: bold; }
  .archive_sec .child {
    margin-bottom: 30px; }
  .archive_sec .child li {
    display: inline-block;
    margin-right: 10px; }
  .archive_sec .meta-navi {
    text-align: center;
    margin-bottom: 30px;
    text-align: left; }
  .archive_sec .meta-navi .meta-navi-in {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
  .archive_sec .meta-navi .title {
    font-weight: bold;
    width: 8%;
    line-height: 1; }
  .archive_sec .meta-navi ul {
    display: block;
    width: 90%;
    line-height: 1; }
  .archive_sec .meta-navi li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    padding-bottom: 10px;
    font-size: 14px; }

  .archive_card .card_category {
    font-weight: bold;
    font-size: 16px; }
  .archive_card .line01 {
    width: auto;
    background: #2C62A6;
    color: #fff;
    padding: 3px;
    line-height: 1;
    margin-right: 5px;
    width: auto;
    display: inline-block;
    font-size: 12px; }
  .archive_card .line02 {
    font-size: 12px; } }
.archive_sec .pager {
  padding: 30px 0 30px 0;
  width: 600px;
  margin: auto; }
  .archive_sec .pager .current {
    background: #2C62A6;
    color: #fff;
    font-weight: bold; }
  .archive_sec .pager .page-numbers {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin: 0; }
  .archive_sec .pager a {
    margin: 0;
    color: #2C62A6; }
  .archive_sec .pager a:hover {
    background: #2C62A6;
    opacity: 0.3;
    color: #fff; }

@media only screen and (max-width: 1000px) {
  .archive_sec .fl-box .col img {
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    object-fit: cover;
    width: 100%;
    height: 150px; } }
@media only screen and (max-width: 750px) {
  .archive_sec .meta-navi {
    text-align: left;
    font-size: 0.9em; }

  .archive_sec .meta-navi .meta-navi-in {
    display: block;
    justify-content: space-between;
    margin-bottom: 20px; }

  .archive_sec .meta-navi .title {
    padding: 0;
    margin: 0 0 10px 0;
    width: 100%; }

  .archive_sec .meta-navi li {
    display: inline-block;
    margin-right: 10px; }

  .archive_sec .meta-navi ul {
    display: block;
    margin-bottom: 20px;
    width: 100%; }

  .archive_sec .section-in {
    padding: 60px 0 60px 0; }

  .archive_sec .fl-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  .archive_sec .fl-box .col {
    width: 48%;
    position: relative;
    margin-bottom: 30px; }

  .archive_sec .fl-box .col img {
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    object-fit: cover;
    width: 100%;
    height: 150px; }

  .archive_sec .fl-box .col .image-in {
    width: 100%;
    height: 150px;
    background: linear-gradient(#666, #ccc);
    color: #fff;
    font-weight: 800;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }

  .archive_sec .top-next {
    display: block;
    width: 300px;
    margin: auto;
    text-align: center;
    margin-top: 20px; }

  .archive_sec .top-next a {
    padding: 20px; }

  .archive_sec .top-next a:hover {
    opacity: 0.6; } }
 /*------------------------------------------------------------
アーカイブ2カラム
-------------------------------------------------------------*/
.archive_sec .archive_colum {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.archive_sec .archive_1colum {
  width: 100%; }
.archive_sec .archive_colum_main {
  width: 72%; }
.archive_sec .archive_colum_side {
  width: 25%;
  background: #fff; }
.archive_sec .archive_colum_side h3 {
  text-align: center;
  font-weight: bold;
  background: #2C62A6;
  color: #fff;
  margin-bottom: 10px; }
.archive_sec .archive_colum_side ul {
  display: block;
  width: 100%;
  line-height: 1.3; }
.archive_sec .archive_colum_side .child {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  padding-bottom: 10px;
  font-size: 13px; }
.archive_sec .archive_colum_side .oya {
  font-weight: bold;
  margin-bottom: 5px;
  display: block !important;
  width: 100%; }
.archive_sec .child {
  margin-bottom: 10px;
  width: 100%; }

@media only screen and (max-width: 750px) {
  .archive_sec .archive_colum {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between; }
  .archive_sec .archive_colum_main {
    width: 100%; }
  .archive_sec .archive_colum_side {
    width: 100%;
    background: #fff; }
  .archive_sec .archive_colum_side h3 {
    text-align: center;
    font-weight: bold;
    background: #2C62A6;
    color: #fff;
    margin-bottom: 10px; }
  .archive_sec .archive_colum_side ul {
    display: block;
    width: 100%;
    line-height: 1.3; }
  .archive_sec .archive_colum_side .child {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    padding-bottom: 10px;
    font-size: 13px; }
  .archive_sec .archive_colum_side .oya {
    font-weight: bold;
    margin-bottom: 5px;
    display: block !important;
    width: 100%; }
  .archive_sec .child {
    margin-bottom: 10px;
    width: 100%; } }
/*--------------------------------------------------------
cta_sec
--------------------------------------------------------*/
.cta_sec {
  height: 600px;
  background: url("../images/common/cta_bg_pc.png") #2C62A6;
  background-size: 1920px;
  background-position: center;
  background-repeat: no-repeat; }
  .cta_sec h2 {
    font-weight: 800;
    color: #fff;
    text-align: center;
    font-size: 34px;
    margin-bottom: 10px; }
  .cta_sec .cta_header {
    text-align: center; }
  .cta_sec .cta_header .word01 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #fff;
    border: solid 1px #fff;
    margin: 0 10px 0 10px; }
  .cta_sec .sec_in {
    padding: 60px 0 60px 0; }
  .cta_sec .cta_woman {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 184px; }
  .cta_sec .cta_box {
    width: 856px;
    margin: auto;
    background: #fff;
    position: relative; }
  .cta_sec .cta_box_in {
    width: 90%;
    padding: 20px 0 0 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .cta_sec .col_l {
    width: 360px;
    padding-left: 133px;
    text-align: center; }
  .cta_sec .col_l .line01 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 20px;
    color: #2C62A6; }
  .cta_sec .col_l img {
    width: 351px; }
  .cta_sec .col_r {
    width: 248px; }
  .cta_sec .cta_btn {
    display: block;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #fff;
    letter-spacing: 1px;
    padding: 15px 0 15px 10px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    line-height: 1; }
  .cta_sec .cta_btn i {
    font-size: 25px;
    position: absolute;
    left: 20px;
    top: 15px; }
  .cta_sec .cta_btn:hover {
    opacity: 0.7; }
  .cta_sec .cta_btn_line01 {
    font-size: 12px;
    display: block;
    margin-bottom: 5px; }
  .cta_sec .cta_btn_line02 {
    font-size: 16px;
    display: block;
    font-weight: bold; }
  .cta_sec .mail_btn {
    background: #E41373; }
  .cta_sec .line_btn {
    background: #1dcd00; }
  .cta_sec .cta_card {
    width: 800px;
    margin: 30px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .cta_sec .cta_card .box_card {
    width: 500px;
    margin: auto;
    text-align: center;
    font-weight: bold;
    color: #fff; }
  .cta_sec .cta_card .box_jiko {
    width: 200px;
    margin: auto; }

@media only screen and (max-width: 750px) {
  .cta_sec {
    height: auto;
    background: url("../images/common/cta_bg_pc.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0 30px 0; }
    .cta_sec .sec_in {
      border: solid 1px #fff;
      padding: 30px 0 30px 0; }
    .cta_sec h2 {
      font-weight: 800;
      color: #fff;
      text-align: center;
      font-size: 18px;
      margin-bottom: 10px; }
    .cta_sec .cta_header {
      text-align: center; }
    .cta_sec .cta_header .word01 {
      display: inline-block;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      padding: 5px 20px 5px 20px;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      color: #fff;
      border: solid 1px #fff;
      margin: 0 10px 0 10px; }
    .cta_sec .cta_woman {
      display: none; }
    .cta_sec .cta_box {
      width: 90%;
      margin: auto;
      background: none;
      position: relative; }
    .cta_sec .cta_box_in {
      width: 90%;
      padding: 0;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .cta_sec .col_l {
      display: none; }
    .cta_sec .col_r {
      width: 100%; }
    .cta_sec .col_r img {
      width: 100%;
      margin-bottom: 10px; }
    .cta_sec .cta_btn {
      display: block;
      width: auto;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      font-weight: bold;
      font-size: 13px;
      color: #fff;
      letter-spacing: 2px;
      padding: 10px 010px 10px;
      text-align: center;
      margin-bottom: 10px;
      position: relative; }
    .cta_sec .cta_btn i {
      font-size: 25px;
      position: absolute;
      left: 15px;
      top: 15px; }
    .cta_sec .mail_btn {
      background: #E41373; }
    .cta_sec .line_btn {
      background: #1dcd00; }
    .cta_sec .mb_tel {
      widht: 100%; }
    .cta_sec .cta_card {
      width: 100%;
      margin: 30px auto 0 auto;
      display: block; }
    .cta_sec .cta_card .box_card {
      width: 80%;
      margin: 0 auto 30px auto;
      text-align: center;
      font-weight: bold;
      color: #fff;
      font-size: 12px; }
    .cta_sec .cta_card .box_jiko {
      width: 80%;
      margin: auto; } }
/*--------------------------------------------------------
footer
--------------------------------------------------------*/
footer {
  height: 420px;
  background: url("../images/common/footer_bg_pc.png");
  background-size: 1920px;
  background-position: center;
  background-repeat: no-repeat; }
  footer .subHead {
    font-weight: bold;
    color: #2C62A6;
    margin-bottom: 20px; }
  footer .footer_box {
    width: 40%;
    padding-top: 60px; }
  footer .footer_logo {
    width: 240px; }
  footer .footer_table {
    border-collapse: collapse;
    margin-bottom: 1.5em;
    padding: 0;
    border: none; }
  footer .footer_table th,
  footer .footer_table td {
    padding: 0.5em;
    font-size: 13px;
    vertical-align: top;
    font-weight: bold; }
  footer .footer_table th {
    font-weight: bold;
    text-align: left;
    width: 20%; }

@media only screen and (max-width: 750px) {
  footer {
    height: auto;
    background: #E9F2F9;
    background-size: 1920px;
    background-position: center;
    background-repeat: no-repeat; }
    footer .subHead {
      font-weight: bold;
      color: #2C62A6;
      margin-bottom: 20px;
      text-align: center; }
    footer .footer_box {
      width: 100%;
      padding-top: 60px; }
    footer .footer_logo {
      width: 240px;
      margin: auto;
      display: block;
      text-align: center; }
    footer .footer_table {
      border-collapse: collapse;
      margin-bottom: 1.5em;
      padding: 0;
      border: none; }
    footer .footer_table th,
    footer .footer_table td {
      padding: 0.5em;
      font-size: 12px;
      vertical-align: top;
      font-weight: bold; }
    footer .footer_table th {
      font-weight: bold;
      text-align: left;
      width: 20%; } }
/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
#copyright {
  text-align: center;
  margin: 30px 0 0 0;
  padding: 60px 0 30px 0;
  font-size: 12px; }

@media only screen and (max-width: 750px) {
  #copyright {
    text-align: center;
    margin: 0;
    padding: 0 0 90px 0; } }
