@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/

@font-face {
  font-family: "Amberly";
  src: url(css/fonts/Amberly-Light.woff2) format("woff2"),
  url(css/fonts/Amberly-Light.woff) format("woff"),
  url(css/fonts/Amberly-Light.eot) format("eot");
  font-weight: 300;
  font-style: normal;
}

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  /*line-height: 2.18;*/
  line-height: 1.666;
  color: #181818;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
} 

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "Noto Serif JP", serif;
}
.arial{
  font-family: "Arial", sans-serif;
}

a{
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}
a:hover{
  text-decoration: none;
  opacity: 0.7;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

i, em{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}

/* テーブル 汎用class */
.tbl{

}
.tbl th,
.tbl td{
  border: 1px solid #b2b2b2;
}
.tbl th{

}
.tbl td{

}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}


.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  width: 1140px;
  padding: 0 10px; 
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/ 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header{
  /*padding: 15px 0;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #dcdcdc;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}

.pg_header .tt1{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  width: 510px;
  height: 180px;
  background: #FFF;
  color: #181818;
  font-size: 38px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pg_header .tt1 em{
  width: 100%;
  font-size: 0.8421em;
  font-family: "Amberly", "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
  margin-bottom: 5px;
}
.pg_header .tt1 em:first-letter{
  text-transform: uppercase;
}
.pg_header .tt1 span{
  width: 100%;
}

/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */

.listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listbox .item{
  display: block;
  width: 100%;
}
.listbox .item .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .item .img.img2x1:before{
  padding-top: 50%;
}
.listbox .item .img.img1x2:before{
  padding-top: 200%;
}
.listbox .item .img.img2x3:before{
  padding-top: 150%;
}
.listbox .item .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .item .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .item .img.img4x3:before{
  padding-top: 75%;
}
.listbox .item .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .item .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .item .title{

}
.listbox .item .date{

}
.listbox .item .txt{

}


/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  padding: 0 0;
  background: rgba(5,46,131,0.9);
  color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

body{
  padding-top: 76px;
}
@media (max-width:1023px){
  body{
    padding-top: 73px;
  }
}
@media (max-width:767px){
  body{
    padding-top: 36px;
  }
}

body.home{
  padding-top: 0;
}

/*body.home header{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}*/
header .hdr1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0  40px;
}
header .hdr1 .box1{
  
}
header .hdr1 .box2{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .hdr1 .hdr_logo img{
  display: block;
}
header .hdr1 .hdr_contact{
  margin-left: 40px;
}
header .hdr1 .hdr_contact a{
  display: block;
  width: 200px;
  padding: 4px 5px;
  border: 2px solid;
  text-align: center;
  letter-spacing: 0.06em;
}
header .hdr1 .hdr_contact a i{
  margin-right: 5px;
}

/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  font-weight: 500;
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
}
.gnav > ul > li{
  padding: 20px 22px;
  position: relative;
}
.gnav > ul > li:last-child{
  padding-right: 0;
}
.gnav > ul > li.menu-item-has-children:after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav li a{
  text-decoration: none;
  display: block;
  margin: 5px 0;
  position: relative;
}
.gnav li a:hover{
  opacity: 1;
}
.gnav li a:hover,
.gnav li a.active{
}

.gnav .children,
.gnav .sub-menu{
  width: 200px;
  padding: 10px 0;
  display: none;
  background: rgba(255,255,255,0.85);
  position: absolute;
  /*top: calc(100% + 32px);*/
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  font-size: 15px;
}
.gnav li:hover > .children,
.gnav li:hover > .sub-menu{
  display: block;
}
.gnav .sub-menu{
  
}
.gnav .sub-menu li{
  padding: 10px 0;
  border-bottom: 1px dotted #181818;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.gnav .sub-menu li a{
  color: #111;
}


.mv{
  height: 930px;
  background-image: url('/img/mv.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
}
.mv .mv_txt{
  font-size: 32px;
  color: #FFF;
}
.mv .mv_video{
  width: 100%;
  height: 100%;
}
.mv .mv_video video{
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* **********************************
 *  フッター
 * ********************************* */
footer{
  background: #052e83;
  color: #FFF;
  padding: 30px 0 20px;
  margin-top: 155px;
}

footer .ftr1{
}
footer .ftr1 .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}



footer .ftr_links{
  /*display: flex;*/
  /*justify-content: flex-end;*/
}
footer .ftr_links li{
  text-align: center;
  line-height: 1;
  padding: 0 24px;
}
footer .ftr_links li {
  text-align: left;
}
footer .ftr_links li:nth-child(n+2) {
  margin-top:30px;
}
footer .ftr_links li:last-child{
  padding-right: 0;
}

.footer_wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding:20px;
}
.footer_wrap .box1 img{
  width: 230px;
}
.footer_wrap .box1 .item:nth-child(n+2) {
  margin-top: 29px;
}
.footer_wrap .box1 .item p {
  line-height: 2.1em;
  letter-spacing: 0.05em
}
.footer_wrap .box1 .flex {
  margin-top:20px;
}
.footer_wrap .box2 {
  padding-top: 25px;
  text-align: right;
}
.footer_wrap .box3 {
  padding-top:20px;
  margin-right: -42px;
}


.box3_items{
  display: flex;
  justify-content: space-between;
}
.box3 .connection {
  width: 400px;
  border: 1px solid #ffffff;
  padding:5px 25px;
  margin-top: 10px;
}
.box3 .connection .connection_inner {
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box3 .connection .connection_txt {
  font-size: 15px;
  font-weight: normal;
  display: block;
  position: relative;
 padding-left: 15px;
}
.box3 .connection .connection_txt:nth-child(2) {
  padding-right: 30px;
}
.box3 .connection .connection_txt:before{
  content: "ー";
  display: block;
  position: absolute;
  font-weight: 500;
  top:13px;
  left:-1px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.box3_items .tt {
  font-weight: normal;
  padding-left: 15px;
  position: relative;
  margin-top: 10px;
  
}
.box3_items .item .tt:first-child {
  margin-bottom: 5px;
}
.box3_items .tt:nth-child(n+3) {
  margin-bottom: 20px;
}
.box3_items .tt:before {
  content: "ー";
  display: block;
  position: absolute;
  font-weight: 500;
  top:13px;
  left:-3px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
.box3_items .text ul {
  margin-top:5px;
}
.box3_items .text li {
  font-weight: normal;
  padding-left: 10px;
}
.box3_items .text li:nth-child(2) {
  margin-top:10px;
}



footer .copy{
  border-top: 1px solid #FFF;
  margin-top: 10px;
  padding-top: 15px;
  font-size: 14px;
  text-align: center;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 38%;
  border-right: 1px solid #0e154c;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px 5px 5px;
  background: #0c1876;
  color: #FFF;
  text-decoration: none;
}
.footer_fix ul li a:hover{
  opacity: 1;
}
.footer_fix ul li.btn2 a{  
  background: #f2e855;
  color: inherit;
}
.footer_fix ul li i{
  font-size: 22px;
  display: block;
}


/**/
.section#ftr_contact{
  background: #f6f6f6;
  padding: 55px 0;
  margin-top: 200px;
}
.section#ftr_contact + footer{
  margin-top: 0;
}
.ftr_contact_wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #FFF;
  padding: 55px 0;
  text-align: center;
}
.ftr_contact_wrap .box1,
.ftr_contact_wrap .box2{
  display: flex;
  justify-content: center;
  padding: 25px 10px;
}
.ftr_contact_wrap .box1{
  width: 48%;
  border-right: 5px solid #ebebeb;
}
.ftr_contact_wrap .box2{
  width: 52%;
  
}

.ftr_contact_wrap .box1 .title{
  letter-spacing: 0.06em;
}
.ftr_contact_wrap .box1 .title em{
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}
.ftr_contact_wrap .box1 .title span{
  font-size: 28px;
  font-weight: 500;
  line-height: 1.642;
  letter-spacing: 0.06em;
}
.ftr_contact_wrap .box1 .title:after{
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 4px;
  background: #fff219;
}
.ftr_contact_wrap .box1 .txt{
  line-height: 2.1875;
  letter-spacing: 0.05em;
  margin-top: 15px;
}

.ftr_contact_wrap .btn{
  width: 425px;
  max-width: 100%;
}

@media (min-width:1220px){
  .ftr_contact_wrap .btn{
    margin-left: -10px;
  }
}

.ftr_contact_wrap .btn a{
  display: block;
  background: #1c2a74;
  color: #FFF;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 24px 35px 24px 10px;
  position: relative;
}
.ftr_contact_wrap .btn a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ftr_contact_wrap .btn a i{
  margin-right: 5px;
}

/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404{

}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{

}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}


/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.post_items .item .img{

}
.post_items .item .date{
  width: 130px;
  font-size: 15px;
  color: #5a5a5a;
}
.post_items .item .category{
  width: 150px;
  padding: 0 10px;

}
.post_items .item .category span{
  display: block;
  background: #e5e5e5;
  color: #6c6969;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-weight: 500;
  width: calc(100% - 130px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  border-top: 15px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  margin-top: 30px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 50px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 0 14px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 200px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #c0c0c0;
  padding: 10px 50px;
  position: relative;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 10px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #bcbcbc;
  color: #ffffff;
  padding: 10px 100px;
}

/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{

}
.search_list .item + .item{

}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 5;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
  font-size: 40px;
}

/* コンタクトフォーム */
.contact_info{
  background: #f0f0f0;
  text-align: center;
  padding: 20px;
  margin-bottom: 100px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.14em;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 20px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #8c8c8c;
  color: #FFFFFF;
  padding: 5px 15px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.contact_info .box2 .tel a{
  display: block;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}

.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 15px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f0f0f0;
  width: 300px;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 5px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}
.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{

}

.contact_form dl.addr dt{
  width: 90px;
}
.contact_form dl.addr dd{
  width: calc(100% - 90px);
}
.contact_form dl.date {
  align-items: flex-start;
}
.contact_form dl.date dt{
  width: 90px;
}
.contact_form dl.date dt + dt{
  margin-left: 5px;
}
.contact_form dl.date dt select{
  width: 100%;
}
.contact_form dl.date dt.wide{
  width: 200px;
}
.contact_form dl.addr dd{

}


.contact_form td .wpcf7-form-control-wrap{
  display: block;
}
.contact_form td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.contact_form td .wpcf7-form-control ,
.contact_form td .wpcf7c-conf-hidden {
  padding: 10px;
  max-width: 100%;
  border: 1px solid #CCC;
  border-radius: 0;
}
.contact_form td .wpcf7-checkbox,
.contact_form td .wpcf7-radio{
  border: 0;
}
.contact_form td .wpcf7-text {
  width: 500px;
  max-width: 100%;
}
.contact_form td .wpcf7-textarea {
  width: 100%;
}
.contact_form td .wpcf7-file {
  width: 100%;
  border: 0;
}
.contact_form td .wpcf7-file + .wpcf7c-conf{
  width: 100%;
  border: 1px solid #398f14;
}
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 150px;
}
.contact_form td [name="addr1"]{
  width: 180px;
}
.contact_form td [name="addr2"]{
}
.contact_form td .wpcf7-form-control-wrap.zipcode{
  display: flex;
  align-items: stretch;
}
.contact_form td .wpcf7-form-control-wrap.zipcode:before{
  vertical-align: top;
  content: "〒";
  background: #CCC;
  width: 30px;
  padding: 0;
  margin: 0;
  border: 1px solid #CCC;
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 0 5px;
}

.contact_form td .wpcf7-checkbox, 
.contact_form td .wpcf7-radio{
  display: block;
}
.contact_form span.wpcf7-list-item{
  margin: 0 1em 0 0;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */
.wpcf7c-conf:not([type="radio"]):not([type="checkbox"]){
  background: #eeffe4;
  -webkit-box-shadow: 0 0 0px 1000px #eeffe4 inset;
  border: 1px solid #398f14;
  opacity: 0.9;
}
.wpcf7c-conf:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label{
  color: #398f14;
}
/*input:-webkit-autofill,
textarea:-webkit-autofill, 
select:-webkit-autofill {
  background-color: #eeffe4 !important;
  background-image: none !important;
  color: #666 !important;
}*/ 


.contact_form_acceptance{
  text-align: center;
  margin-top: 20px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance span.wpcf7-list-item{
  margin: 0;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  text-align: center;
  padding: 30px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"]{
  background: #b80000;
  color: #FFF;
  border: 0;
  padding: 10px;
  width: 300px;
  margin: 0 10px;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns input.wpcf7-confirm{

}
.contact_form_btns input.wpcf7-back{
  background: #CCC;
}
.contact_form_btns input.wpcf7-submit{
  background: #398f14;
}


/* サイトマップ */
.sitemap_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.sitemap_items .item{
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.sitemap_items .item h4{
  border: 1px solid #d3d3d3;
  border-bottom: 5px solid #d3d3d3;
}
.sitemap_items .item h4 a{
  display: block;
  padding: 20px 15px;
}
.sitemap_items .item ul{
}
.sitemap_items .item ul li{
  border-bottom: 1px dashed #d3d3d3;
  position: relative;
}
.sitemap_items .item ul li:before{
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sitemap_items .item ul li a{
  display: block;
  padding: 5px 10px 5px 20px;
}


/* プライバシーポリシー */
.privacy_tt{
  text-align: center;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{

}
.privacy_items .item{
  line-height: 1.6;
}
.privacy_items .item + .item{
  margin-top: 40px;
}
.privacy_items .item h4{
  font-size: 18px;

  border-left: 6px solid #bbbbbb;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{

}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{

}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}


.breadcrumb{
  font-size: 14px;
  display: flex;
  list-style: none;
  margin: 35px 0 60px;
  overflow-x: auto;
}
.breadcrumb li{
  display: inline;
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 15px;
}
/*.breadcrumb li:last-child{
  font-weight: 500;
}*/
.breadcrumb li a{
  position: relative;
  padding-right: 22px;
}
.breadcrumb li a:after{
  /*content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;*/
  content: ">";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumb li:last-child{
  border-bottom: 1px solid;  
}
/*.breadcrumb li:first-child a{
  padding-left: 15px;
}
.breadcrumb li:first-child a:before{
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

/* **********************************
 *  メイン
 * ********************************* */
.main{
}

/*
.tt1{
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: 0.08em;
}
.tt1:after{
  content: "";
  width: 67px;
  height: 1px;
  margin: 15px auto 0;
  background: #ffffff;
  display: block;
}
.tt1 span{
  font-size: 17px;
  margin-top: 15px;
  display: block;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
}
*/

.tt2{
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.466;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 30px;
}
.tt2:before{
  content: "";
  width: 5px;
  height: 35px;
  margin: 0 auto 15px;
  background: #fff219;
  display: block;
}

.tt2.md{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.833;
}
.tt2.md:before{
  width: 1px;
  height: 38px;
  background: #595959;
  margin-bottom: 5px;
}

.tt3{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 30px;
}
.tt3:after{
  content: "";
  display: block;
  width: 176px;
  height: 1px;
  background: #595959;
  margin: 25px auto 0;
}
.tt4{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.833;
  text-align: center;
  margin-bottom: 30px;
}
.tt4 span{

}
.tt5{

}
.tt5 span{

}

/* 詳しく見る サンプル */
.read_more{

}
.read_more a{
  display: block;
  width: 290px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 10px;
  background: #00a7c6;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.read_more a:after{
  /*content: "\f054";*/
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* **********************************
 *  Home
 * ********************************* */

.pg_home{
  
}
.pg_home .section#sec1{
  background: #dae1ee;
  padding-top: 80px;
  padding-bottom: 80px;
}
.pg_home .section#sec2{
  background: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 55px;
}
.pg_home .section#sec3{
  padding-top: 100px;
  padding-bottom: 50px;
}

.home_tt1{
  text-align: center;
  margin-bottom: 45px;
}
.home_tt1 em{
  display: block;
  font-family: "Amberly";
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}
.home_tt1 span{
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 38px;
  letter-spacing: 0.05em;
}

.home_cando_wrap{
  background-image: url('/img/home/cando_bg.png');
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 100px;
  margin-bottom: 40px;
}
.home_cando_wrap .title{
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.home_cando_wrap .txt{
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.888;
  text-align: center;
  margin-top: 10px;
}

.home_service_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.home_service_wrap .item{
  width: 33.333%;
  padding: 0 10px;
}
.home_service_wrap .item .inner{
  display: block;
  background: #FFF;
  height: 100%;
  padding: 25px 15px 20px;
}
.home_service_wrap .item .title{
  font-size: 20px;
  letter-spacing: 0.05em;
  /*color: #1b2a75;*/
  text-align: center;
  margin-bottom: 10px;
}
.home_service_wrap .item .img{
  text-align: center;
}
.home_service_wrap .item .img img{
  opacity: 1 !important;
}
.home_service_wrap .item .txt{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.777;
  text-align: center;
  margin-top: 15px;
}
.home_service_wrap .item .txt strong{
  font-size: 1.277em;
  font-weight: 500;
  line-height: 1.39;
}

.home_service_wrap .item .more{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: right;
  margin-top: 15px;
}
.home_service_wrap .item .inner.color1:hover{
  background: #052e83;
  color: #FFF;
}
.home_service_wrap .item .inner.color2:hover{
  background: #168028;
  color: #FFF;
}
.home_service_wrap .item .inner.color3:hover{
  background: #d66d90;
  color: #FFF;
}

.home_service_wrap .item .inner:hover{
  opacity: 1;
}


.home_about_txt{
  line-height: 2.125;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: -10px
}

.home_more_btn{
  background: #eeeeee;
  padding: 5px;
  margin-top: 50px;
}
.home_more_btn a{
  display: block;
  font-size: 15px;
  padding: 15px;
  border: 1px solid ;
  text-align: center;
  letter-spacing: 0.05em;
}

.home_more_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_more_btns .home_more_btn{
  width: 49%;
}

/* ブログ */
.home_blog_item{
  background: #FFF;
  padding-bottom: 15px;
}
.home_blog_item .img{
  
}
.home_blog_item .img a{
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home_blog_item .img a:before{
  content: "";
  display: block;
  padding-top: 75.47%;
}
.home_blog_item .category{
  display: flex;
  margin-bottom: 15px;
}
.home_blog_item .category span{
  width: 115px;
  background: #bb8334;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 1px 5px;
}
.home_blog_item .category span.cat_news{
  background-color: #009e96;
}
.home_blog_item .category span.cat_subsidy{
  background-color: #123784;
}
.home_blog_item .category span+span{
  margin-left: 3px;
}
.home_blog_item .title{
  font-size: 17px;
  line-height: 2.11;
  padding: 0 10px;
}


.home_blog_slider{
  
}
.home_blog_slider .sp-arrow{
  width: 40px;
  height: 40px;
}
.home_blog_slider .sp-horizontal .sp-previous-arrow{
  left: auto;
  right: calc(100% + 10px);
}
.home_blog_slider .sp-horizontal .sp-next-arrow{
  left: calc(100% + 10px);
  right: auto;
}

.home_blog_slider .sp-previous-arrow:before,
.home_blog_slider .sp-next-arrow:before{
  width: 100%;
  height: 100%;
  background-image: url('/img/slider_arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  transform: none;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home_blog_slider .sp-next-arrow:before{
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
.home_blog_slider .sp-previous-arrow:after,
.home_blog_slider .sp-next-arrow:after{
  display: none;
}

.home_blog_slider .sp-buttons{
  padding-top: 30px;
}
.home_blog_slider .sp-button{
  width: 13px;
  height: 13px;
  background: #aeadad;
  border-color: #aeadad;
}
.home_blog_slider .sp-selected-button{
  background: #181818;
  border-color: #181818;
}
/* **********************************
 *  
 * ********************************* */
.pg_strength{

}
.pg_strength .section#sec1 .home_more_btns{
  margin-bottom: 80px;
}
.pg_strength .section#sec1 .home_more_btn,
.pg_subsidy .section#sec1 .home_more_btn{
  position: relative;
}
.pg_strength .section#sec1 .home_more_btn:after,
.pg_subsidy .section#sec1 .home_more_btn:after{
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.pg_strength .section#sec2{
  margin-top: -90px;
  padding-top: 180px;
  position: relative;
}
.pg_strength .section#sec3{
  margin-top: 70px;
}
.pg_strength .section#sec4{
  margin-top: 70px;
}
.pg_strength .section#sec5{
  margin-top: 75px;
}
.pg_strength .section#sec6{
  margin-top: -60px;
  padding-top: 120px;
}
.pg_strength .section#sec7{
  margin-top: 60px;
}
.pg_strength .section#sec8{
  margin-top: 60px;
}

.strength_video{
  text-align: center;
  margin-bottom: 110px;
}


.strength_msg{
  
}
.strength_msg .txt{
  line-height: 2.125;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: -10px;
}
.strength_large_img_wrap{
  position: relative;
}

.strength_large_img_wrap:before,
.strength_large_img_wrap:after{
  content: "";
  width: 100vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.strength_large_img_wrap:before{
  background: #f5f5f5;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.strength_large_img_wrap:after{
  content: "";
  background: #FFF;
  top: 0;
  height: 320px;
  z-index: 1;
}
.strength_large_img_wrap .inner{
  position: relative;
  z-index: 3;
  padding-bottom: 50px;
}
.strength_large_img_wrap .img{
  margin-bottom: 45px;
}
.strength_large_img_wrap .img.full{
  position: relative;
  margin-bottom: 25px;
}

.strength_large_img_wrap .img.full + .img{
  margin-bottom: 20px;
}

.strength_large_img_wrap .txt{
  line-height: 2.125;
  letter-spacing: 0.05em;
  /*text-align: center;*/
}

@media (min-width:1220px){
  .strength_large_img_wrap .img.full{
    margin-top: 50px;
  }
  .strength_large_img_wrap .img.full img{
    max-width: none;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}


/* 特徴 */
.strength_tokucho_wrap{
  
}
.strength_tokucho_wrap .item{
  border: 2px solid #000000;
  padding: 70px 25px 40px;
  position: relative;
}
.strength_tokucho_wrap .item + .item{
  margin-top: 78px;
}
.strength_tokucho_wrap .item .num{
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.06em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #FFF;
  padding: 0 40px;
}
.strength_tokucho_wrap .item .num:before{
  content: "";
  width: 50px;
  height: 9px;
  background: #fff219;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.strength_tokucho_wrap .item .img{
  text-align: center;
  margin-bottom: 20px;
}
.strength_tokucho_wrap .item .title{
  text-align: center;
  margin-bottom: 20px;
}

.strength_tokucho_wrap .item .txt{
  line-height: 2.125;
  letter-spacing: 0.05em;
}

/* 流れ */
.strength_flow_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  position: relative;
}
.strength_flow_wrap:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  z-index: -1;
  height: 10px;
  background: #f8e040;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.strength_flow_wrap .item{
  width: 25%;
  padding: 0 10px;
}
.strength_flow_wrap .item .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: 2px solid #000;
  height: 154px;
  padding: 10px 28px;
  background: #FFF;
}
.strength_flow_wrap .item .inner.color1{
  background: #f8e040
}
.strength_flow_wrap .item .title{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.strength_flow_wrap .item .txt{
  line-height: 1.8125;
  letter-spacing: 0.05em;
  text-align: center;
}

/* プラン */
.strength_plan_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
  padding-bottom: 10px;
}
.strength_plan_wrap .item{
  width: 20%;
  padding: 0 4px;
}

/* おすすめ */
.strength_osusume_wrap{
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
  justify-content: space-between;
  background: #f5f5f5;
  padding: 35px 45px 40px;
  
}

@media (min-width:1220px){
  .strength_osusume_wrap{
    margin-top: 35px;
  }
  .strength_osusume_wrap .box2{
    padding-top: 20px;
  }
}

.strength_osusume_wrap .box1{
  width: 280px;
}
.strength_osusume_wrap .box2{
  width: 700px;
}
.strength_osusume_wrap .list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.strength_osusume_wrap .list li{
  width: 50%;
  padding: 6px 12px;
}
.strength_osusume_wrap .list li .inner{
  background: #FFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 6px;
}
.strength_osusume_wrap .txt{
  margin-top: 20px;
  letter-spacing: 0.05em;
}

/* LBAでできること */
.strength_lba_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
  padding-top: 25px;
}
.strength_lba_wrap .item{
  width: 50%;
  padding: 0 25px;
}
.strength_lba_wrap .item:nth-child(n+3){
  margin-top: 65px;
}
.strength_lba_wrap .item .inner{
  background: #f5f5f5;
  height: 100%;
  padding: 60px 25px 30px;
  position: relative;
}
.strength_lba_wrap .item .num{
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.strength_lba_wrap .item .num:before{
  content: "";
  width: 50px;
  height: 9px;
  background: #fff219;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 10px;
}

.strength_lba_wrap .item .title{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}
.strength_lba_wrap .item .img{
  text-align: center;
}
.strength_lba_wrap .item .title + .img{
  margin-top: 20px;
}
.strength_lba_wrap .item .txt + .img{
  margin-top: 25px;
}
.strength_lba_wrap .item .txt{
  line-height: 2.125;
  /*letter-spacing: 0.05em;*/
  letter-spacing: 0.04em;
}
.strength_lba_wrap .item .title + .txt{
  margin-top: 20px;
}
.strength_lba_wrap .item .img + .txt{
  margin-top: 20px;
}

.strength_lba_note{
  background: #f5f5f5;
  margin-top: 60px;
  padding: 45px 10px;
  text-align: center;
}
.strength_lba_note ul{
  display: inline-block;
  text-align: left;
}
.strength_lba_note ul li{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 22px;
  letter-spacing: 0.06em;
}
.strength_lba_note ul li+li{
  margin-top: 13px;
}

@media (min-width:1220px){
  .strength_lba_note ul{
    margin-left: 40px;
  }
}
  

/* **********************************
 *  WEBクリエイト
 * ********************************* */
.pg_webcreate{

}
.pg_webcreate .section#sec1{

}
.pg_webcreate .section#sec2{
  margin-top: 60px;
}
.pg_webcreate .section#sec3{
  margin-top: 60px;
}
.pg_webcreate .section#sec4{
  margin-top: 50px;
}
.pg_webcreate .section#sec5{
  margin-top: 60px;
}
.pg_webcreate .section#works{
  margin-top: 60px;
}

.webcreate_tokucho_wrap{
  
}

/* ECサイト */
.webcreate_ec_wrap{
  
}
.webcreate_ec_wrap .txt{
  line-height: 2.125;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
}
.webcreate_ec_wrap .list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.webcreate_ec_wrap .list li{
  width: 20%;
  padding: 5px 5px;
}
.webcreate_ec_wrap .list li .inner{
  background: #f6f6f6;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 13px 5px;
}

/* 流れ */
.webcreate_flow_wrap{
  
}
.webcreate_flow_wrap .item{
  
}
.webcreate_flow_wrap .item dt{
  background: #163b88;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 15px 10px;
}
.webcreate_flow_wrap .item dd{
  background: #f6f6f6;
  text-align: center;
  line-height: 1.75;
  padding: 30px 10px;
  letter-spacing: 0.05em;
}
.webcreate_flow_wrap .icon{
  color: #b3b3b3;
  font-size: 28px;
  text-align: center;
  padding: 12px 10px;
}

/* プラン */
.webcreate_plan_msg{
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 35px;
}

.webcreate_plan_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.webcreate_plan_wrap .item{
  width: 33.333%;
  padding: 0 16px;
}
.webcreate_plan_wrap .item .inner{
  padding: 0 20px 30px;
  height: 100%;
}
.webcreate_plan_wrap .item .title1{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  margin: 0 -20px 20px;
  padding: 7px 5px;
}
.webcreate_plan_wrap .item .title2{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
.webcreate_plan_wrap .item .title2:after{
  content: "・・・";
  display: block;
  text-align: center;
  font-size: 15.64px;
}
.webcreate_plan_wrap .item .img{
  margin-bottom: 20px;
  text-align: center;
}
.webcreate_plan_wrap .item .txt{
  line-height: 1.75;
  letter-spacing: 0.05em;
}


.webcreate_plan_wrap .item.color1 .inner{
  background-color: #eff6f0;
}
.webcreate_plan_wrap .item.color1 .title1{
  background-color: #307d35;
}
.webcreate_plan_wrap .item.color1 .title2{
  color: #307d35;
}
.webcreate_plan_wrap .item.color2 .inner{
  background-color: #f3f7ff;
}
.webcreate_plan_wrap .item.color2 .title1{
  background-color: #163b88;
}
.webcreate_plan_wrap .item.color2 .title2{
  color: #163b88;
}
.webcreate_plan_wrap .item.color3 .inner{
  background-color: #fefbed;
}
.webcreate_plan_wrap .item.color3 .title1{
  background-color: #b99919;
}
.webcreate_plan_wrap .item.color3 .title2{
  color: #b99919;
}




/* **********************************
 *  
 * ********************************* */
.pg_xxx{

}
.pg_xxx .section#sec1{

}
.pg_xxx .section#sec2{
}
.pg_xxx .section#sec3{

}

.pg_subsidy .section#sec7{
  margin-top: -100px!important;
  padding-top: 140px;
  position: relative;
}
.pg_subsidy .section#sec1 .large {
  font-size: 30px;
  font-weight: 500;
  /*font-family: "Noto Serif JP", serif;*/
  text-align: center;
}
.pg_subsidy .section#sec1 .large:after {
  content: "";
  display: block;
  margin: 4px auto 0;
  width: 500px;
  max-width: 100%;
  height: 6px;
  background: #fff219;
}

.pg_subsidy .section#sec1 .home_more_btns{
  justify-content: center;
}
.pg_subsidy .section#sec1 .home_more_btns{
  margin-bottom: 50px;
}
.pg_subsidy .section#sec1 .home_more_btn {
  margin-top: 30px;
  background: #00bcd4;
}
.pg_subsidy .section#sec1 .home_more_btn a{
  background: #FFF;
  color: #00bcd4;
  font-size: 18px;
  font-weight: 500;
}
.pg_subsidy .section#sec1 .home_more_btn:hover a{
  /*color: #FFF;*/
}
.pg_subsidy .section#sec1 .home_more_btn:after{
  color: #00bcd4;
}

.subsidy_items_msg{
  text-align: center;
  margin-top: 30px;
}
.consulting_items_msg{
}

/* **********************************
 *  
 * ********************************* */
.pg_archive{

}
.pg_archive .section#sec1{

}
.pg_archive .section#sec2{
  margin-top: 90px;
}

.archive_msg_wrap{
  
}
.archive_msg_wrap .tt3{
  
}
.archive_msg_wrap .txt{
  letter-spacing: 0.05em;
  line-height: 2.125;
}

.archive_post_items{
  
}
.archive_post_items .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.archive_post_items .item:nth-child(n+2){
  margin-top: 50px;
}
.archive_post_items .item .box1{
  /*width: 51.78%;*/
  width: 40%;
}
.archive_post_items .item .box2{
  /*width: 44.64%;*/
  width: 55%;
}
.archive_post_items .item .img{
  display: block;
  border: 2px solid #cdcdcd;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f1f1f1;
}
.archive_post_items .item .img:before{
  content: "";
  display: block;
  /*padding-top: 62.06%;*/
  padding-top: 75%;
}
.archive_post_items .item .title{
  margin-bottom: 25px;
}
.archive_post_items .item .txt{
  line-height: 2.125;
}

.archive_post_gird{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.archive_post_gird .item{
  width: 33.333%;
  padding: 0 30px;
}
.archive_post_gird .item:nth-child(n+4){
  margin-top: 40px;
}
.archive_post_gird .item .inner{
  
}
.archive_post_gird .item .img{
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 3px solid #CCC;
}
.archive_post_gird .item .img:before{
  content: "";
  display: block;
  padding-top: 133.33%;
}
.archive_post_gird .item .img.web:before{
  padding-top: 76.36%;
}
.archive_post_gird .item .title{
  font-size: 15px;
  margin-top: 5px;
}

.works_links_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
.works_links_nav li{
  width: 48%;
}
.works_links_nav li a{
  display: block;
  background: #1c2a74;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  padding: 15px 10px;
  position: relative;
}
.works_links_nav li a:after{
  /*
  * f054 > (大)
  * f105 > (小)
  * f053 < (大)
  * f104 < (小)
  * f077 ∧ (大)
  * f106 ∧ (小)
  * f078 ∨ (大)
  * f107 ∨ (小)
  */
  content: "\f105";
  
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* **********************************
 *  
 * ********************************* */
.pg_xxx{

}
.pg_xxx .section#sec1{

}
.pg_xxx .section#sec2{
}
.pg_xxx .section#sec3{

}



/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{

}
.pg_contact .section#sec1{

}
.pg_contact .section#sec2{
  margin-top: 100px;
}
.pg_contact .section#sec3{

}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
}

.pg_contact .privacy{
  margin-top: 80px;
}

.contact_form .serch_other{
  width: 300px;
}
.contact_form .check_other{
  width: 185px;
}

.contact_form td input[type="text"],
.contact_form td input[type="email"],
.contact_form td textarea,
.contact_form td select{
  border: 1px solid #d9dbdb;
}
.contact_form td input[type="radio"]{
  padding: 0 0;
}
.mwform-checkbox-field input, .mwform-radio-field input{
  margin-right: 0;
}
.mw_wp_form .horizontal-item{
  display: inline-block;
  margin-right: 10px;
}
.mw_wp_form .horizontal-item + .horizontal-item{
  margin-left: 0;
  /*margin-right: 10px;*/
}

.mw_wp_form_confirm .addr_auto_box .zipcode i{
  background: none;
  padding: 0;
}
.mw_wp_form_confirm .addr_auto{
  display: none;
}


/* **********************************
 *  企画・運営
 * ********************************* */
.pg_event .section#sec1 .text,
.pg_event .section#sec2 .text,
.pg_event .section#sec4 .text{
  margin-top: 20px;
  letter-spacing: 0.05em;
  line-height: 2.25;
}
.link_2{
  width: 250px;
  font-size: 15px;  
  padding: 9px;
  margin: 38px auto 0;
  background: #0c1876;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  display: block;
  position: relative;
  letter-spacing: 0.06em;
}
.link_2:after{
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(315deg);
}
.pg_event .section#sec2{
  padding: 95px 0 65px;
}

.pg_event .section#sec3 .center{
  margin: -5px 0 30px;
  letter-spacing: 0.05em;
  text-align: center;
}
.pg_event .section#sec3 .flex{
  margin: 0 -5px;
}
.pg_event .section#sec3 .item{
  width: 25%;
  padding: 0 5px;
  display: flex;
}
.pg_event .section#sec3 .item:nth-child(n+5){
  margin-top: 20px;
}
.pg_event .section#sec3 .bg{
  width: 100%;
  padding-bottom: 25px;
  background: #f6f6f6;
}
.pg_event .section#sec3 .ttl{
  font-size: 22px;
  margin: 10px 0 5px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.12em;
}
.pg_event .section#sec3 .text{
  padding: 0 15px;
  letter-spacing: 0.05em;
  line-height: 1.95;
}

.pg_event .section#sec4{
  padding: 80px 0 0;
}

/* フッター共通 */
.cmn_contact {
  padding: 60px 0 55px;
  margin-top: 210px;
  background: #f6f6f6;
}
.cmn_contact .bg {
  padding: 55px 0 48px;
  align-items: center;
  background: #ffffff;
  text-align: center;
}
.cmn_contact .info{
  width: 48.5%;
  padding: 30px 0;
  letter-spacing: 0.05em;
  border-right: 5px solid #ebebeb;
}
.cmn_contact .ttl:after{
  margin: 10px auto 15px;
  content: "";
  width: 71px;
  height: 4px;
  background: #e4d730;
  display: block;
}
.cmn_contact .ttl .bold{
  font-size: 28px;
  font-weight: 500;
  line-height: 1.65;
}
.cmn_contact .form{
  max-width: 430px;
  width: 45%;
  padding: 20px;
  font-size: 19px;
  margin: 0 auto;
  background: #1f2a70;
  color: #ffffff;
  display: block;
  position: relative;
  letter-spacing: 0.05em;
}
.cmn_contact .form:before{  
  margin-right: 8px;
  content: "\f0e0";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
}
.cmn_contact .form:after{
  content: "";
  width: 11px;
  height: 11px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(315deg);
}




/* **********************************
 *  求人メディア
 * ********************************* */
.pg_recruitmedia .section#sec1 .service_text {
  margin-top: 15px;
  padding: 0 5px;
  letter-spacing: 0.055em;
}

.pg_recruitmedia .section#sec2{
  padding: 95px 0 0;
}
.reason_list{
  margin: 75px -25px 0;
}
.reason_list .item{
  width: 50%;
  padding: 0 25px;
  display: flex;
}
.reason_list .item:nth-child(n+3){
  margin-top: 72px;
}
.reason_list .bg{
  width: 100%;
  padding: 0 25px 25px;
  background: #f6f6f6;
}
.reason_list .num{
  display: block;
  text-align: center;
  position: relative;
  top: -20px;
}
.reason_list .num:after {
  content: "";
  width: 85px;
  height: 8px;
  margin: 10px auto 0;
  display: block;
  background: #f2e856;
}
.reason_list .ttl {
  font-size: 22px;
  margin: -8px 0 12px;
  text-align: center;
  letter-spacing: 0.05em;
}
.reason_list .img{
  text-align: center;
}
.reason_list .text{
  margin-top: 38px;
  letter-spacing: 0.04em;
}
.pg_recruitmedia .section#sec2 .link_2{
  margin-top: 80px;
}

.pg_recruitmedia .cmn_contact {
  margin-top: 220px;
}

/* **********************************
 *  人財サービス
 * ********************************* */
.pg_humanresources .section#sec2{
  padding: 80px 0 75px;
}
.pg_humanresources .section#sec4{
  padding: 70px 0 90px;
}
.pg_humanresources .section#sec1 .link_2 {
  margin: 30px auto 0;
}
.pg_humanresources .cmn_contact {
  margin-top: 215px;
}

/* **********************************
 *  飲食事業
 * ********************************* */
.pg_restaurant .section#sec1 .service_text {
  margin-top: 28px;
}
.pg_restaurant .section#sec1 .link_2 {
  margin: 30px auto 0;
}
.pg_restaurant .contact_cmn {
  padding-top: 255px;
}


/* **********************************
 *  会社概要
 * ********************************* */
/**/
/*.pg_company .philosophy{
  max-width: 615px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.08em;
}*/
.pg_company .philosophy + dl{
  margin-top: 40px;
}
.pg_company .philosophy dt{
  font-size: 24px;
  padding-right: 42px;
}
.pg_company .philosophy dd{
  font-size: 21px;
  padding: 25px 0 25px 45px;
  border-left: 4px solid #e4d730;
}
/*.pg_company .philosophy li{
  padding-left: 1em;
  text-indent: -1em;
}*/

.pg_company .section#sec2{
  padding: 100px 0 95px;
}
.pg_company .section#sec2 .message{
  text-align: center;
  letter-spacing: 0.05em;
}
.pg_company .section#sec2 .message p + p{
  margin-top: 38px;
}
.pg_company .section#sec2 .message .mincho{
  font-size: 20px;
  letter-spacing: 0.05em;
}

.pg_company .section#sec3 .tt2{
  margin-bottom: 45px;
}
.company_tbl{
  width: 100%;
  border: 1px solid #b5b5b5;
}
.company_tbl tr + tr{  
  border-top: 1px solid #b5b5b5;
}
.company_tbl th,
.company_tbl td{
  padding: 12px 30px;
}
.company_tbl th{
  width: 300px;
  font-size: 18px;
  font-weight: 500;
  background: #f6f6f6;
  text-align: left;
  vertical-align: middle;
}
.company_tbl td{
  line-height: 1.9;
}
.company_tbl tr:nth-of-type(5) th{
  vertical-align: top;
}

.pg_company .contact_cmn {
  padding-top: 295px;
}

/* **********************************
 *  企画・運営　実績
 * ********************************* */
.works_items{
  margin: 0 -18px;
}
.works_items .item{
  width: 33.33%;
  padding: 0 18px;
}
.works_items .item:nth-child(n+4){
  margin-top: 40px;
}
.works_items .img:before{
  content: "";
  display: block;
  padding-top: 73%;
}
.works_items .category{
  margin: 8px 0;
}
.works_items .category span {
  min-width: 57px;
  padding: 0 8px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-align: center;
  display: inline-block;
  line-height: 1.9;
}
.works_items .category span + span{
  margin-left: 10px;
}
.works_items .category span.cat_venue,
.works_items .category span.cat_one-step {
  background: #b1452e;
}
.works_items .category span.cat_equipment,
.works_items .category span.cat_cm {
  background: #4b9d84;
}
.works_items .category span.cat_security,
.works_items .category span.cat_hp{
  background: #417db8;
}
.works_items .category span.cat_foodcoat,
.works_items .category span.cat_movie{
  background: #c45d24;
}
.works_items .title{
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.pg_works .cmn_contact{
  margin-top: 70px;
}

.pg_works.web .cmn_contact {
  margin-top: 220px;
}
.pg_works.web .pagination {
  margin-top: 115px;
}

/* **********************************
 *  採用情報
 * ********************************* */
.pg_recruit .section#sec1 .center {
  font-size: 20px;
  margin-top: -8px;
  line-height: 2.55;
  text-align: center;
  letter-spacing: 0.05em;
}

.pg_recruit .section#sec2{
  padding: 85px 0;
}
.voice_list .item{
  align-items: flex-start;
}
.voice_list .item + .item{
  margin-top: 65px;
}
.voice_list .item .img{
  width: 29%;
}
.voice_list .item .img:before{
  padding-top: 120%;
  content: "";
  display: block;
}
.voice_list .item .txt{
  width: 71%;
  padding: 40px 0 0 40px;
  letter-spacing: 0.08em;
}
.voice_list .item .catchcopy {
  font-size: 22px;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.voice_list .item .catchcopy:after{
  content: "";
  width: 265px;
  height: 1px;
  margin: 5px 0 15px;
  display: block;
  background: #383838;
}
.voice_list .item .min{
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.voice_list .item .name{
  font-size: 20px;
  margin-bottom: 12px;
}
.voice_list .item .name .arial{
  font-size: 13px;
  margin-left: 10px;
  display: inline-block;
}
.voice_list .item .text {
  letter-spacing: 0.06em;
  line-height: 2.2;
}

.pg_recruit .section#sec3{
  padding: 50px 0 100px;
}
.pg_recruit .section#sec3 .bg{
  padding: 50px 0 25px;
  background: #f6f6f6;
}
.pg_recruit .section#sec3 .data_1,
.pg_recruit .section#sec3 .data_3{
  padding: 20px 20px 40px;
  background: #ffffff;
}
.pg_recruit .section#sec3 .data_1.no1{
  padding-right: 60px;
}
.pg_recruit .section#sec3 .data_tt {
  font-size: 22px;
  text-align: center;
}
.pg_recruit .section#sec3 .data_1 .flex{
  align-items: center;
  justify-content: center;
}
.pg_recruit .section#sec3 .data_1 .txt{
  padding-right: 60px;
}
.pg_recruit .section#sec3 .data_1 .txt > div{
  max-width: 454px;
  padding-left: 30px;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
.pg_recruit .section#sec3 .data_1 .txt .num{
  width: 100%;
  margin-bottom: 40px;
  display: block;
  text-align: center;
}
.pg_recruit .section#sec3 .data_2{
  margin: 30px 0;
}
.pg_recruit .section#sec3 .data_2 .flex{
  margin: 0 -20px;
}
.pg_recruit .section#sec3 .data_2 .item{
  width: 50%;
  padding: 0 20px;
  display: flex;
}
.pg_recruit .section#sec3 .data_2 .bg{
  width: 100%;
  padding: 18px 60px 35px;
  text-align: center;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pg_recruit .section#sec3 .data_2 .num{
  margin: 20px 0 35px;
}
.pg_recruit .section#sec3 .data_2 .text {
  text-align: left;
  line-height: 1.65;
  margin-top: 25px;
  letter-spacing: 0.05em;
}
.pg_recruit .section#sec3 .data_3 {
  padding: 20px 20px 35px;
}
.pg_recruit .section#sec3 .data_3 .flex{
  padding: 20px 40px;
}
.pg_recruit .section#sec3 .data_3 .item{
  width: 33.33%;
  padding: 0 20px;
}
.pg_recruit .section#sec3 .data_3 .data_tt{
  letter-spacing: 0.04em;
}
.pg_recruit .section#sec3 .data_3 .text{
  margin-top: 40px;
  text-align: center;
  letter-spacing: 0.06em;
}
.pg_recruit .section#sec3 .data_3 .text p{
  display: inline-block;
  text-align: left;
}
.pg_recruit .section#sec3 .data_3 .num{
  margin-top: 20px;
  text-align: center;
}
.pg_recruit .section#sec3 .data_3 .num i{
  margin-right: 20px;
  vertical-align: bottom;
}
.pg_recruit .section#sec3 .data_2 .img{
  margin-top: 20px;
}
.pg_recruit .section#sec3 .data_1.no1 .img{
  margin-top: -20px;
}

.pg_recruit .section#sec4 .company_tbl th{
  padding-top: 17px;
  vertical-align: top;
  line-height: 1.5;
}
.pg_recruit .section#sec4 .equipment_tab{
  margin: 55px 0;
  justify-content: center;
}
.pg_recruit .section#sec4 .equipment_tab li{
  width: 270px;
  font-size: 17px;
  padding: 6px;
  margin: 0 14px;
  text-align: center;
  font-weight: 700;
  color: #0c1876;
  border: 1px solid #0c1876;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.05em;
}
.pg_recruit .section#sec4 .equipment_tab li.on{
  background: #0c1876;
  color: #ffffff;
}
.pg_recruit .section#sec4 .equipment_tab li.on:after{
  content: "";
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #0c1876 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);
}
.hide{
  display: none;
}
.center{
  text-align: center;
}
.pg_recruit .cmn_contact {
  margin-top: 230px;
}


/* **********************************
 *  one-step
 * ********************************* */
.pg_onestep .section#sec1 .img{
  margin-bottom: 60px;
  text-align: center;
}
.pg_onestep .section#sec1 .img-2{
  margin: 50px 0 20px;  
}
.onestep_tt {
  max-width: 565px;
  width: 100%;
  margin: 0 auto 50px;
  padding: 3px;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  background: #a12015;
  color: #ffffff;
  border-radius: 33px;
  text-shadow: 1px 1px #232323;
  position: relative;
}
.onestep_tt:after{
  content: "";
  display: block;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #a12015 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);  
}
.pg_onestep .section#sec1 .flex{
  margin: 0 -8px;
}
.pg_onestep .section#sec1 .item{
  width: 25%;
  padding: 0 8px;
  display: flex;
}
.pg_onestep .section#sec1 .item .bg{
  width: 100%;
  background: #f6f6f6;
}
.pg_onestep .section#sec1 .item .point{
  font-size: 24px;
  text-align: center;
  background: #a12015;
  color: #ffffff;
  font-weight: 700;
  line-height: 2.2;
}
.pg_onestep .section#sec1 .item .txt{
  padding: 30px 10px 25px;
}
.pg_onestep .section#sec1 .item .ttl{
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
}
.pg_onestep .section#sec1 .item .text{
  line-height: 1.85;
  letter-spacing: 0.05em;
}
.pg_onestep .section#sec1 .item .text .red{
  color: #a12015;
  font-weight: 700;
}

.pg_onestep .section#sec2{
  padding: 100px 0;
}
.pg_onestep .section#sec2 .center{
  letter-spacing: 0.05em;
}
.pg_onestep .section#sec2 ul{
  margin: 0 -2px;
}
.pg_onestep .section#sec2 li{
  width: 20%;
  padding: 0 2px;
}
.pg_onestep .section#sec2 li span{
  font-size: 18px;
  display: block;
}

.lb-nav a.lb-prev {
  opacity: 1!important;
}
.lb-nav a.lb-next {
  opacity: 1!important; 
}