@charset "utf-8";
/*
theme Name: 47growthオリジナルテーマ
Author: Sato
Description: original theme
version： 1.0.0
*/
@import 'https://growth.minna-kanko.jp/wp-content/themes/47gwowth/_bootstrap';
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*common */
body {
  overflow-x: hidden;
  line-height: 1.7em;
  font-family: -apple-system, blinkMacSystemFont,
    /* Macの欧文はSan Francisco (OS X 10.11以降) */ 'Helvetica Neue',
    /* Macの欧文 (OS X 10.10以前) */ 'Segoe UI',
"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 

    /* Windowsの欧文 */ 'Hiragino Kaku Gothic ProN',
    /* Macのヒラギノ */ 'Noto Sans Japanese', sans-serif;
    background:#000;
    font-weight:500;
    font-size:16px;
}

body * {
  line-height: 1.7em;
}

.bg-w{
  background:#fff;
}

table{
    width: 100%;
}
.c-box{
  display:flex;
  justify-content:center;
  align-items:center;
}

a {
  color:#222;
  text-decoration: none;
   word-break: break-all;
}

p {
  margin: 0;
}
a:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: none;
}

img {
  margin: 0 auto;
}
h1 {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
header *,
footer *,
.nt {
  font-family: -apple-system, blinkMacSystemFont,
    /* Macの欧文はSan Francisco (OS X 10.11以降) */ 'Helvetica Neue',
    /* Macの欧文 (OS X 10.10以前) */ 'Segoe UI',
    /* Windowsの欧文 */ 'Hiragino Kaku Gothic ProN',
    /* Macのヒラギノ */ 'Noto Sans Japanese', sans-serif;
  line-height: 1.7em;
}

img {
  max-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

.img-box {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}


ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.flex{
  display:flex;
  align-items:center;
}
.flex-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-s {
  display: flex;
  align-items: center;
}

.flex-s * {
  margin-right: 10px;
}
.flex-s img {
  margin: 0 10px 0 0;
}

.flex-e {
  display: flex;
  justify-content: flex-end;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.blank-l {
  height: 200px;
}

.blank-m {
  height: 50px;
}

.blank-s {
  height: 30px;
}

li #menu_prepar {
  display: block;
  width: 100%;
}

li a {
  display: block;
  width: 100%;
}

.sub-menu {
  z-index: 3;
  display: none;
}

.sns > a {
  color: #c7b088;
}



/* 200712　本文が改行されない不具合対策  sato E*/

.dp-ib {
  font-size: 0;
}

.dp-ib > p {
  display: inline-block;
}

.mgr0 {
  margin-right: 0;
  margin-left: auto;
}
.mgt-auto {
  margin-top: auto;
}

.img-box {
  display: flex;
  align-items: center;
}

.c-box {
  display: flex;
  justify-content: center;
  align-items: center;
}



/* end common */

/* in header */
header {
  width: 100%;
  height:106px;
  background:#000;
  color:#fff;
  z-index:999;
}
header .logo img{
  height:106px;
  padding:25px;
}

header .logo-box{
    display:flex;
  align-items: flex-end;
  margin-right:40px;
}

/* header.big */
header.big{
    
  height:165px;
  background:linear-gradient(rgba(0,0,0,1),rgba(23,23,23,0.82) 40%,rgba(59,59,59,0.67) 70%,rgba(84,84,84,0.25));
}

header.big .logo img{
  width:auto;
  height:165px;
  padding:45px;
}
.sns-nav {
  display:flex;
  justify-content: flex-end;
  align-items: center;
  height: 45px;
  margin-right: 40px;
  margin-left: auto;
}

.sns-nav .sns {
  /* refs #405 2020-12-22 */
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
}

.sns-nav img{
  padding:0 6px;
}
.sns-nav .wpml-box a {
  margin-left: 0;
}

.sns-nav .sns a {
  /* refs #405 2020-12-22 */
  font-size: 27px;
}

.sns-nav .login {
  color: #222;
}

header h1 {
  font-size: 13px;
  color: #868686;
  font-weight: normal;
  margin: 0;
  line-height: 1.7em;
  padding: 20px 0;
}

.menu {
  z-index: 3;
}
.menu a {
  display: block;
  cursor: pointer;
  position: relative;
}

.menu li.sitemap {
  display: none;
}

header.big .global-menu{
  margin-bottom:40px;
}

 .global-menu {
  font-weight: bold;
  display: flex;
  margin-bottom:23px;
}
 .global-menu a{
  color:#fff;
  padding:0 25px;
  font-size:18px;
}

 .global-menu i {
  margin-right: 6px;
}

 .global-menu > li {
  position: relative;
}

/* 準備中画面ようのCSSを指定 */
 .global-menu > #menu_prepar > a {
  text-align: center;
  padding: 5px 18px;
  color: rgb(139, 138, 138);
}

 .global-menu .sub-menu {
  background: #fff;
  position: absolute;
  margin: 0 -20px;
  width: 180px;
}
 .global-menu .sub-menu li {
  width: 100%;
}

 .sub-menu a {
  padding: 10px;
  border-bottom: 2px solid #fff;
  text-align: center;
}

.arrow::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}

.arrow.up::after {
  content: '\f106';
}

.lang {
  background: #222;
  display: block;
  height: 100%;
}

.lang a {
  color: #fff;
}

.lang .sub-menu {
  margin-top: 0;
}

.lang .sub-menu li {
  color: #fff;
  background: #222;
}

.lang .sub-menu li:hover {
  opacity: 0.8;
}

.lang a {
  color: #fff;
  font-weight: normal;
}

/* sp */
.sp {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  height: 55px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.sp .logo {
  position: absolute;
  left: 15px;
  top: 15px;
  height: 30px;
  width: auto;
}

.sp .sns {
  position: absolute;
  right: 60px;
  /* refs #405 2020-12-22 */
  top: 8px;
  display: flex;
}

.sp .sns > a {
  /* refs #405 2020-12-22 */
  padding: 0 6px;
  font-size: 27px;
}

.sp .menu-icon {
  position: absolute;
  right: 10px;
  top: 15px;
  height: 28px;
  width: auto;
}


 .cat-menu a:after,
footer .cat-menu a:after {
  display: none;
}

 .cat-item-prepar {
  padding: 8px 40px 8px 40px;
}

footer .cat-menu a {
  color: #fff !important;
}


header .wpml-ls ul {
  display: flex;
}

header .wpml-ls li {
  display: none !important;
}

header .wpml-ls li.wpml-ls-item-en,
header .wpml-ls li.wpml-ls-item-zh-hant,

  /* #320　200711 簡体字に対応　sato  S */
header .wpml-ls li.wpml-ls-item-zh-hans,
 /* #320　200711 簡体字に対応　sato  E */

  /* #331 200729 ベトナム語に対応　sato  S */
header .wpml-ls li.wpml-ls-item-vi,
 /* #331 200729 ベトナム語に対応　sato  E */


  /* refs #349 200826 フランス語対応　sato  S */
header .wpml-ls li.wpml-ls-item-fr,
 /* refs #349 200826 フランス語対応　sato  E */

  /* refs #361 200918 タイ語対応　sato  S */
header .wpml-ls li.wpml-ls-item-th,
 /* refs #361 200918 タイ語対応　sato  E */
 
header .wpml-ls li.wpml-ls-item-ja {
  display: block !important;
}

header .wpml-ls li {
  display: block;
}

header .wpml-ls li a {
  display: block;
  width: 100%;
}

header .wpml-ls-flag {
  width: 35px !important;
  height: auto !important;
  margin-left: 5px;
}

header .wpml-ls-item-ja img {
  border: 1px solid #ccc;
}

header .wpml-ls span {
  font-size: 13px !important;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0;
}

header .wpml-ls {
  margin-bottom: 0 !important;
}

/* <!-- refs #310　英語および繁体語対応 S--> */
.sp-lang-btn {
  position: fixed;
  top: 60px;
  right: 5px;
  border: 1px solid #bbb;
  padding: 0px 5px 2px;
  border-radius: 2px;
  background: #fff;
  font-size: 16px;
  color: #555;
}

.sp-lang-btn i {
  font-size: 12px;
}

.sp-lang-area {
  position: fixed;
  top: 95px;
  right: 0;
  background: #fff;
  display: none;
}

.sp .wpml-ls span {
  /* #320　200711 簡体字に対応　sato  S */
  display: block;
  margin: 0;
  /* #320　200707 簡体字に対応　sato  E */
}

.sp .wpml-ls-legacy-list-horizontal {
  padding: 0;
}

header .sp img.wpml-ls-flag {
  margin-left: 0;
  width: 50px !important;
}

/* <!-- refs #310　英語および繁体語対応 E--> */

/* end header */

/* in footer */
.scroll{
  position:fixed;
  right:15px;
  bottom:10%;
  z-index:999;
  cursor:pointer;
}

footer .scroll i{
color:#fff!important;
opacity:0.8;
font-size:50px;
}



footer {
  color:#fff;
}
footer .bg-w{
    background-image: url(images/footer-bg.png);
    height:300px;
    background-position: bottom center;
    background-size:contain;
    background-repeat: no-repeat;
}

footer * {
  color: #fff;
  z-index: 0;
}

footer .menu{
  display:flex;
  justify-content: center;
  margin-bottom:20px;
}
footer .bottom{
  padding:50px 0;
}

footer .menu a {
  padding:0 30px;
}


footer .logo-wrap img {
  width: 250px;
}

footer .copy {
  color: #fff;
  text-align: center;
}
footer .copy a{
  color:#fff;
}

footer a:hover {
  color: #fff;
}


/* footer.bg-b */


footer.bg-b{
  background:#000;
}


footer.bg-b .bg-w {
    background-color: #000;
    background-image: url(images/ph-footer-bg.png);
    height: 300px;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}

footer.bg-b .bottom,
footer.bg-b .bottom *{
    background: #fff;
    color:#000;
}



/* end footer */

/* search */
.searchform {
  width: 230px;
  margin-block-end: 0;
}
.searchfield {
  width: 100%;
  /* border: none; */
  padding: 5px 10px;
}

.searchfield:focus::placeholder {
  color: transparent;
}
.searchsubmit {
  font-weight: normal;
  font-size: 14px;
  padding: 0;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px 5px;
  background: #333;
  color: #fff;
  border-radius: 3px;
  letter-spacing: 2px;
}
.searchsubmit:hover {
  opacity: 0.6;
}

.search .sub-menu {
  right: 0;
}

/* breadcrumb */
#breadcrumb {
  background: #000;
  padding: 5px;
  margin-bottom: 25px;
}

#breadcrumb * {
  color: #fff;
}

#breadcrumb ul {
  overflow: hidden;
}

#breadcrumb li {
  display: inline-block;
}

#breadcrumb li:not(:last-of-type) span:after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: 0 8px;
}

.pagination {
  width: 100%;
}

.page-numbers {
  display: flex;
  justify-content: center;
  line-height: 40px;
  flex-wrap:wrap;
}

.page-numbers li {
  border: 1px solid #fff;
  margin: 0 5px;
  background: #000;
  color: #fff;
  font-weight: bold;
}

.page-numbers a {
  color: #fff;
}

.page-numbers > * {
  width: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  height:40px;
}

.page-numbers .current {
  background: #555;
  width:38px!important;
height:38px!important;

}

.index .page-numbers i{
  color:#fff;
}

/* page-single */

#ps .bg-w{
  text-align:center;
}

#ps .bg-w > *{
  text-align:left;
}
#ps .bg-w > section{
  margin:0 auto;
}
#ps .cont{
  max-width:800px;
  padding:30px 0 80px;
}
#ps .cont .tac{
  font-weight:bold;
  display:flex;
}
#ps .cont .time{
  margin-right:20px;
}

#ps .cont a.cat ,
#ps .cont .area a{
    color:#fff!important;
}

#ps .cont .cat,
#ps .cont .area{
  background:#000;
  margin-right:10px;
  padding:0 7px;
  color:#fff;
}



#ps > .container > *{
  text-align:left;
}
#ps .cont .aut{
  margin:25px 0;
}
#ps .cont .aut img{
height:50px;
width:auto;
}

.sha{
  max-width:600px;
  display:flex;
  justify-content: space-between;
}

.sha > a{
  display:block;
  background:#000;
  color:#fff;
  padding:10px;
  margin:2px;
  width:100%;
  text-align:center;
}
.sha i{
  font-size:36px;
}

#ps section:not(.cont){
  padding:60px 20px;
}

#ps .aut-info{
  max-width:800px;
}

#ps .aut-info .to-aut{
  align-items:flex-start;
  background:#000;
  color:#fff;
  padding:15px;
  display:flex;
}
#ps .to-aut a.avatar{
  margin-right:20px;
  display:block;
}

#ps .to-aut .name{
  margin-bottom:10px;
  font-size:18px;
  color:#fff;
  display:block;
}
#ps .to-top{
  display:block;
  text-align: center;
  margin-top:20px;
}
#ps .aut-info .to-top img{
  margin-top:20px;
}

#ps .aut-info h1,
#ps .posts h1{
    margin-bottom:40px;
    text-align:center;
}
.desc a{
  color:blue;
}

.content-wrap *{
  max-width:100%!important;
}

.fb-like{
  margin-left:auto;
  margin-right:0;
  top:7px;
}
/* /#ps */

/* page */

.page .bg-w{
  padding:60px 0;
}
.page .content-wrap{
  max-width:900px;
  margin:0 auto;
}
.page h1{
  text-align:center;
  padding-bottom:20px;
  margin:0;
  font-size:26px;
}
.page .content-wrap p{
  padding-bottom:15px;
}

main.page h2{
  font-size:18px;
  margin-top:0;
}

main.page h3{
  border:none;
  font-weight:500;
}

.page .para{
  padding-bottom:50px;
}

.page .para-s{
  padding:15px 0;
}

.page .para span{
  display:inline-block;
  margin-right:10px;
  font-weight:bold;
}
.policy table{
  border:none!important;
}
.policy th{
  width:50%;
}

.policy th,
.policy td{
  border:1px solid #ccc;
  padding:10px;
}
.policy thead *{
  font-weight:bold;
  text-align:center;
}

.policy tbody th{
  font-weight:normal
}


/* 2020-09-30 17:42:47 SHINGO IZUMI S料金プランのエントリーページの見た目修正(refs #378) */

#ipj-admin-dashboard-plan-select .title {
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  text-shadow: 1px 1px 2px #f1f1f1, -1px 1px 2px #f1f1f1, 1px -1px 2px #f1f1f1, -1px -1px 2px #f1f1f1;
  font-size: xx-large;
  font-weight: bold;
  padding: 1.5em;
}

#ipj-admin-dashboard-plan-select .plan-container {
  float: left;
  background-color: #ffffff;
  margin: 0 0.5%;
  width: 20%;
  padding: 2%;
  position: relative;
}

#ipj-admin-dashboard-plan-select .plan-recommend {
  position: absolute;
  top: -45px;
  right: -45px;
  z-index:99;
  border-radius:50%;
  
  /* TEMP */
  /*
  background-color: #c43336;
  width: 5em;
  height: 5em;
  color: #fff;
  font-size: large;
  overflow-y:visible;
  line-height: 5em;
  text-align: center;
  */
}

#ipj-admin-dashboard-plan-select .plan-title {
  position: relative;
  padding:1rem 2rem;
  background-color: #58c9b5;
}

#ipj-admin-dashboard-plan-select .plan-desc {
  text-align: center;
  height: 5em;
  padding: 0.3em;
}

#ipj-admin-dashboard-plan-select .plan-include .translation-wrap{
  margin: 0 auto;
  display: block;
  border-bottom: 0.3em solid #fdf6a6;
  height: 1.125em;
  text-align: center;
  width: 5.5em;
}

#ipj-admin-dashboard-plan-select .plan-price {
  text-align: center;
  width: 100%;
}

#ipj-admin-dashboard-plan-select .plan-price-container {
  font-size: xx-large;
  font-weight: bold;
  line-height: 3.2rem;
}

#ipj-admin-dashboard-plan-select .plan-price-body {
  margin: 0 auto;
  display: block;
  border-bottom: 0.3em solid #fdf6a6;
  height:1.3em;
  text-align: center;
  width: 4.5em;
}

#ipj-admin-dashboard-plan-select .plan-price-per-post {
  height: 0.5em;
}

#ipj-admin-dashboard-plan-select .comming-soon {
  background-color: rgba(128, 128, 128, 0.75);
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  bottom:0;
  line-height: 1.3;
  left: 0;
  right:0;
  text-align:center;
  z-index: 39;
}


/* 2020-09-30 17:42:47 SHINGO IZUMI E 料金プランのエントリーページの見た目修正(refs #378) */

/* end page-lp(page-entry)*/

/* 投稿者一覧の寄稿者アカウントのカード背景色 */
.ipj-um-members-bg-contributor {
  background-color: #fff2cc;
}

/* 投稿者一覧の公式アカウントのカード背景色 */
.ipj-um-members-bg-administrator {
  background-color: #e2efda;
}

/* 投稿者一覧の公式アカウントのカード背景色 */
.ipj-um-members-bg-spec-agent {
  background-color: #fff0f5;
}

/* 投稿者一覧の公式アカウントバッジ部分 */
.ipj-um-members-badge-official {
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #000099;
  color: #ffffff;
  border-radius: 3px;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 999;
  font-size: 1.25rem;
}

/* 投稿者一覧の公式アカウントバッジ部分 */
.ipj-um-members-badge-spec-agent {
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #9400d3;
  color: #ffffff;
  border-radius: 3px;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 999;
  font-size: 1.25rem;
}
/* page-author */

.page-author h3 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
}
.page-author h3 i {
  margin-right: 10px;
}

.page-author .author-box {
  padding: 20px 15px;
}
.page-author .author-box img {
  margin-right: auto;
}

.author-info.row {
  margin: 10px auto 0 auto;
  display: flex;
}

.author-info > dl {
  padding: 3px;
  margin: 0;
  display: flex;
}

.author-info > dl .inner {
  padding: 5px;
  background: #fff;
  text-align: center;
  width: 100%;
}

.author-info dt {
  font-size: 12px;
  color: #999;
}

.author-info dd {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2em;
}
.page-author .author-box .desc {
  padding: 0 3px;
  text-align: left;
}

.page-author .author-box .name {
  text-align: center;
  margin-bottom: 0;
}

.page-author .prsp {
  text-align: center;
  margin-top: 10px;
}
/* page-contact */

.pg-c h1 {
  text-align: center;
  letter-spacing: 2px;
  text-indent: 2px;
}

.pg-c h1 i {
  font-size: 40px;
  display: block;
}

.pg-c table {
  width: 100%;
}

.pg-c h1 span {
  display: block;
  font-size: 18px;
}

.pg-c .caption {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 10px;
  line-height: 2em;
}

.pg-c th,
.pg-c td {
  padding: 20px;
  font-size: 16px;
  position: relative;
}

.hissu {
  background: #000;
  color: #fff;
  padding: 1px 8px 2px;
  font-size: 13px;
  position: absolute;
  right: 10px;
}
.pg-c tr.content th,
.pg-c tr.content td {
  vertical-align: top;
}

.pg-c th {
  letter-spacing: 1px;
}

.pg-c td {
  width: 73%;
}

.pg-c table input,
.pg-c table textarea {
  padding: 5px 10px;
  width: 100%;
}

.pg-c table input::placeholder {
  color: #ccc;
}

.submit-box {
  text-align: center;
}

.submit-btn {
  margin: 30px auto;
  padding: 15px 20px;
  display: inline-block;
  background: #000;
  color: #fff;
  width: 240px;
  letter-spacing: 3px;
  border: none;
  position: relative;
}

/* .submit-btn::after {
  content: '\f144';
  font-family: 'Font Awesome 5 Free';
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  font-size: 18px;
  top: 20px;
}
 */
.submit-btn input {
  background: transparent;
  border: none;
  display: inline;
  font-size: 18px;
}

.submit-btn span {
  position: absolute;
}

/* ultimate　memmberCSS調整 */
.um-member-directory-search-line .um-do-search {
  color: #ffffff;
  background: rgb(110, 105, 105);
}

/*  2020-07-02 23:17:35 メンバー一覧のプロフィール情報を左寄せにする　#308 S*/
.um-members-grid > .um-member {
  margin-left: 1%;
  margin-right: 1%;
}

.um-member-card {
  margin-top: 5px;
}
/*  2020-07-02 23:17:35 メンバー一覧のプロフィール情報を左寄せにする　#308 E*/

.cp_box *,
.cp_box *:before,
.cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_box {
  position: relative;
}
.cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  width: 100%;
  left: 0%;
  height: 0px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(
    to bottom,
    rgba(250, 252, 252, 0) 0%,
    rgba(250, 252, 252, 0.95) 90%
  );
}
.cp_box input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
  line-height: 2rem;
  position: absolute;
  z-index: 2;
  bottom: -50px;
  left: 30%;
  width: 10rem;
  font-family: FontAwesome;
  content: '\f13a'' 続きをよむ';
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: rgba(27, 37, 56, 1);
  font-size: 0.8em;
}
.cp_box input {
  display: none;
}
.cp_box .cp_container {
  overflow: hidden;
  height: 40px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}

.cp_box .cp_container > p {
  font-size: 0.8em;
  /* 2020-07-02 15:51:48 メンバー一覧のプロフィール情報を左寄せにする #refs 308 S */
  text-align: left;
  margin-left: 16px;
  margin-right: 16px;
  /* 2020-07-02 15:51:48 メンバー一覧のプロフィール情報を左寄せにする #refs 308 E */
}

.cp_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
  font-family: FontAwesome;
  content: '\f139'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 0px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}


/* 2020-07-21 12:29:24 #329 投稿ページでページネーションを有効化する S */
.postpage  {
  margin: 0px auto;
  padding-top: 20px;
  clear: both;
  background: #ff0000;
}
.postpage a {
  border: solid 1px #aaaaaa;
  padding: 5px 10px;
  margin: 0 5px;
}
.postpage a:hover {
  background: #f7e29e;
}
.postpage span {
  padding: 5px 5px;
  color: #888888;
  background: #dddddd;
}
.postpage a span {
  padding: 0;
  color: black;
  background: none;
}
/* 2020-07-21 12:29:24 #329 投稿ページでページネーションを有効化する E */

/* .um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-members-edit-btn a.um-edit-profile-btn { 

} */

/* 2020-08-15 q-tas sasaki add  *start* */
.img-area {
  display: block;
  width: 100%;
}

.area-title {
  font-size: 2em;
  text-align: center;
  border-bottom: 1px solid #000;
  margin: 16px auto;
}

.tbl-area {
  margin: 24px auto;
}

.tbl-area td:nth-child(1) {
  width: 35%;
  vertical-align: top;
  padding-right: 8px;
}
.tbl-area td:nth-child(2) {
  width: 65%;
  text-align: left;
  padding-left: 8px;
}

.img-area2 {
  display: block;
}

.area-img-note {
  text-align: right;
  font-size: 0.8em;
}

.area-sub-title {
  font-size: 32px;
  margin-top: 32px;
  white-space: nowrap;
  overflow: hidden;
}

.area-sub-title img {
  width: 40px;
  margin: 0px 8px 8px 0px;
}

.area-stripe {
  font-weight: bold;
  font-size: 0.8em;
  margin-left: 8px;
  letter-spacing: 4px;
}

.tbl-area-detail {
  margin-bottom: 24px;
}

.tbl-area-detail tr {
  vertical-align: top;
}

.tbl-area-detail td {
  width: 50%;
  padding: 8px 24px 16px 0px;
}
.tbl-area-detail td img {
  width: 50%;
}

.tbl-area-detail .cont-title {
  border-bottom: 1px solid #000000;
  text-align: left;
  font-size: 1.5em;
  font-weight: bold;
}

.tbl-area-detail .cont-img {
  float: left;
  border-radius: 8px;
  margin-right: 16px;
}
/* 2020-08-15 q-tas sasaki add  *end* */
/* page-region */
.pg-region .map {
  position: relative;
  width: 80%;
  height: auto;
  margin: 0 auto; /* 2020-08-26 sasaki */
}

.pg-region .map .japan {
  position: absolute;
  padding: 0;
  top: 0px;
  width: 100%;
  height: 100%;
}
.pg-region .map .japan td {
  padding: 20px;
  font-size: 26px;
}

.pg-region .map .japan .japan_logo {
  background-image: url(https://growth.minna-kanko.jp/wp-content/themes/47gwowth/images/region/JAPANMAP_logo.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}

.pg-region .map .japan-en {
  position: absolute;
  padding: 0;
  top: 0px;
  width: 100%;
  height: 100%;
}
.pg-region .map .japan-en td {
  padding: 2px;
  font-size: 18px;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000,
    0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000,
    0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000,
    0 0 3px #000, 0 0 3px #f00;
}

.pg-region .map .japan-en .japan_logo {
  background-image: url(https://growth.minna-kanko.jp/wp-content/themes/47gwowth/images/region/JAPANMAP_logo.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}

.pg-region .map a {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.pg-region hr {
  border: solid 1px black;
}

.pg-region .regionCaption img {
  width: auto;
  height: 45px;
}

.pg-region .regionDetails img {
  width: 150px;
  height: 150px;
  padding: 0px 15px 15px 0px;
}
/* 2020-08-23 ET(Q+)　#340 ４７都道府県紹介一覧ページ新規作成 E */

/* 2020-08-26 ET(Q+)　#340 ４７都道府県紹介一覧ページ　TOPに戻るボタン追加 S */
.pg-region .fixed_TOP {
  position: fixed;
  background-image: url(https://growth.minna-kanko.jp/wp-content/themes/47gwowth/images/TOP_banner.jpg);
  top: 220px;
  left: 10px;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}
/* 2020-08-26 ET(Q+)　#340 ４７都道府県紹介一覧ページ　TOPに戻るボタン追加 E */

.page-single .content-wrap p {
    padding-left: 7.5%;
    padding-right: 7.5%;
}


/*2021-01-05 12:04:53 SHINGO IZUMI refs #477　S メールアドレスの変更を管理画面上でできるようにする */
/* ログインIDはどっちみち変更できないので非表示にしておく */
#um_field_general_user_login{
  display: none;
}

/*2021-01-05 12:04:53 SHINGO IZUMI refs #477　E メールアドレスの変更を管理画面上でできるようにする */

/* refs #1014 style.cssに追記（見出し(h2,h3,h4,...)を左揃えにする） S 2021-07-26 10:57:44 IWASAKI */
.page-single .content-wrap h2 {
  margin: 0 7.5% 0.5em !important;
}
.page-single .content-wrap h3 {
  margin: 0 7.5% 15px !important;
}
.page-single .content-wrap h4 {
  margin: 0 7.5% 10px !important;
}
/* refs #1014 style.cssに追記（見出し(h2,h3,h4,...)を左揃えにする） E 2021-07-26 10:57:44 IWASAKI */


/* about */
#pa p,
#au p{
  font-weight:700;
  font-size:16px;
  line-height:2.0;
}
.side-btn {
    position: fixed;
    right: 0;
    top: 165px;
    z-index: 10;
}
#pe .side-btn{
  top:106px;
}
#pa .top{
  background-image: url(images/lp-top-bg.png);
  background-size:cover;
  background-position:top;
}
#pa .top .container{
  position:relative;
  height:500px;
}

#pa .top img{
  position:absolute;
  right:0;
  bottom:-50px;
}

#pa section{
  padding:60px 50px;
}
#pa h1{
  text-align:center;
  margin-bottom:40px;
  height:100px;
  position:relative;
}
#pa h1 img{
   position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#pa .serv h2{
  text-align:center;
  font-size:28px;
  margin-bottom:10px;
  font-weight:700;
}

h3{
  display: inline-block;
  margin-top:10px;
  border-bottom: 2px solid #8766DD;
  font-size:18px;
  font-weight:700;
  line-height:1.6em;
}
#pa .serv p{
  line-height:1.6;
}
#pa .serv .row img{
  width:100%;
  height:auto;
}

#pa .str .row:first-of-type{
  margin:20px 0 50px 0;
}

#pa .spon h1:before{ 
    content: '';
    position: absolute;
    background: url(images/spon-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 150px;
    top: -76px;
    left: 27%;
    z-index: 0;
}
.spon li{
  width:50%;
  padding:20px;
  text-align:center;
  margin-bottom:20px;
}


.spon li img{
  margin:0 auto;
}

.spon ul{
  justify-content: center;
  flex-wrap: wrap;
}

#pa .faq {
  font-size:16px;
}

#pa .faq h1:before{
    content: '';
    position: absolute;
    background: url(images/faq-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 150px;
    top: -150px;
    left: 8%;
    z-index: 0;
}

#pa .faq li{
  margin-bottom:20px;
}

.q-box{
  cursor:pointer;
  position:relative;
  background:#000;
  color:#fff;
  font-weight:700;
  padding:10px 20px;
  padding-right:50px;
}
.q-box:after{
    content:'\f067';
   position: absolute;
  right: 10px;
  top: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size:20px;
}

.page-faq .q-box:after{
display:none;
}

.page-faq .q-box{
  padding-right:10px;
}

.page-faq .a-box{
  margin-bottom:30px;
}

.a-box{
  position:relative;
  padding:10px 20px;
  padding-left:50px;
}

#pa .a-box{
    display:none;
}
.a-box:before{
  content:"";
  background:url(images/a-before.png);
  background-repeat:no-repeat;
  background-size: contain;
  width:50px;
  height:50px;
  position:absolute;
  top:0;
  left:15px;
  margin-right:10px;
}

#pa li a{
  display:inline-block;
}


#au .top img{
  width:100%;
  height: 300px;
  object-fit:cover;
  object-position:top;
}

#au{
  text-align:center;
}
#au *{
  text-align:left;
}
#au section{
  margin:0 auto;
  max-width:800px;
  padding:50px 20px;
}
#au section.info{
  display:flex;
}
#au .info .left{ 
    width: 15%;
    display: flex;
    align-items: start;
    margin-right: 40px;
}

#au .info *{
  font-size:18px;
  font-weight:600;
}
#au .info .right div{
  margin:10px 0;
}

#au .com-cat p,
#au .needs p{
  display:inline-block;
  padding:0 5px;
margin-right:10px;
}
#au .com-cat p{
  margin-bottom:5px;
  border:1px solid #222;
}
#au .needs p{
  background:#ccc;
}
#au h2{
    border-left: 3px solid #8766DD;
    margin-bottom: 35px;
    padding: 0 6px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}
#au .kihon th,
#au .kihon td{
  padding:10px 20px 10px 0;
  vertical-align: top;
  font-weight:700;
}
#au .kihon th{
  width:20%;
}
#au .pro p{
  line-height:1.6;
  font-size:14px;
}

#au .pro .swiper-slide img{
  height:220px;
  object-fit: contain;
  width:100%;
}

.swiper-pagination{
  text-align:center!important;
  position:static;
  margin-top:20px;
}
.posts .swiper-pagination{
  margin-top:0;
}
.swiper-pagination-bullet {
  border-radius: inherit;
  margin: 0 5px!important;
  width: 40px;
  height: 8px;
  background: #fff;
  border:1px solid #333;
  opacity:1; 
}
.index .swiper-pagination-bullet{
  background:transparent;
  border:1px solid #eee;
}
.swiper-pagination-bullet-active {
  background: #8766DD!important;
  border:1px solid #8766DD!important;
  opacity: 1;
  border:none;
}

#au h1{
  text-align:center!important;
  margin-bottom:40px;
}

#au h1 img{
  margin:0 auto;
}

section.posts{
  max-width:1000px!important;
}

.swiper-button-prev {
    left: -100%;
  }
  
.swiper-button-next {
    right: -100%;
  }
  
  .swiper-parentDiv {
    position: relative;
  }
  /* //新たなボタンを設置 */
  .swiper-button{
    cursor:pointer;
  }
  .swiper-button-prev-a {
      background-image: url(images/circle-left.svg);
    position: absolute;
    top: calc(50% - 25px);
    right: auto;
    left: -63px;
    width: 40px;
    height: 40px;
  }
  
  .swiper-button-next-a {
      background-image: url(images/circle-right.svg);
    position:absolute;
    top: calc(50% - 25px);
    left: auto;
    right: -63px;
    width: 40px;
    height: 40px;
  }
  
  .swiper-button-prev-a,
  .swiper-button-next-a {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .swiper-parentDiv i{
    font-size:40px;
    color:#000;
  }

  .swiper-pagination-fraction{
    font-size:24px;
    color:#8766DD;
  }

.post {
  margin-bottom: 20px;
}

.post .img-box{
  flex-direction: column;
}

.post .new{
  position:absolute;
  top:5px;
  right:5px;
  display:inline-block;
  background:#000;
/* font-weight:bold; */
color:#fff;
padding:0 5px;}

.post .img-box img{
  height:200px;
  width:100%;
    object-fit: cover;
  object-position: top center;
  font-family: 'object-fit: cover;object-position:top center;';

}

.posts h1{
  text-align:center!important;
}
.post .title{
  line-height:1.6!important;
  margin-bottom:5px;
  min-height:51px;
}

.post .cat,
.post .area{
  display:inline-block;
  padding:0 5px;
  font-size:12px!important;
  margin-bottom:5px;
    background:#000;
      color:#fff;
      font-weight:bold;
}
.post .time{
    text-align: right!important;
    border-top: 1px solid #555;
    font-size: 14px!important;
    margin-top: 10px;
    font-weight: 500!important;
}
.post .author{
  font-size:12px!important;
}

.info-box {
  padding: 10px 0;
}

.post:hover{
  opacity:0.8;
}
a.blue,
.blue{
  color:blue;
}

/* 広告非表示 */
.i-mobileAd-mobile,
#imobile_adspotdiv1,
#i-mobileAd-mobile{
  display:none!important;
}

/* page-home */
/* index */
.index *{
  color:#fff;
}
.index > .container{
  text-align:center;
}

.index > .container > *{
  text-align:left;
}
.index section{
  padding:70px 0;
  text-align:center;
  margin:0 auto;
}
.index section.first{
  padding-top:0;
}
.index section:not(.spon) > *{
  text-align:left;
}
.index .top .swiper-slide{
  height:500px;
  display:flex;
  justify-content: flex-start;
  align-items:center;
  background-size:cover;
  background-position:center;
}

.index .top .slide1{
  background-image:url(images/ph-top-bg.png);
}

.index .top .swiper-slide img{
  margin:0;
}
.index .intro{
  max-width:1000px;
}
.index .intro h2{
  margin-top:0;
}
.lat h1 img{
  margin-left:-150px;
}
.lat ul{
  margin-top:-120px;
}
.lat{
  max-width:850px;
}
.lat li{
  border-bottom:1px solid #ccc;
  margin-bottom:20px;
}
.lat li span{
  display:inline-block;
}

.lat .title{
  font-size:18px;
  margin-left:10px;
}

.lat .time{
  font-size:14px;
  margin-right:10px;
}
.lat a{
  color:#fff;
}

.lat .flex{
  justify-content: flex-start;
}

.lat .new{ 
    width: 65px;
    background: #fff;
    color: #000;
    padding: 0 5px;
    text-align: center;
    margin-bottom:5px;
}
.index section h1{
  text-align:left;
}
.index section.spon h1,
.index section.lat h1{
  text-align:center;
}

.index .eve .time{
  text-align:center;
  border-top:1px solid #ccc;
  padding-top:5px;
  margin-top:5px;
}
.list{
  margin:0 -10px;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}

.list .post{
  width:25%;
  padding:10px;
}
.list::before{
  content:"";
  display: block;
  width:25%;
  order:1;
}
.list::after{
  content:"";
  display: block;
  width:25%;
}
.list .post *{
  color:#fff;
}

.list .post .cat,
.list .post .area{
  background:#fff;
color:#000!important;
}

.sta ul{
  margin:10px 0;
}
.sta .area{
  margin-right:5px;
}

.sta .post .img-box img{
  height:150px;
  object-fit: contain;
}
.sta .post{
  margin-bottom:20px;
}
.sta .list li{
  font-size:14px;
  padding:0 5px;
  border:1px solid #fff;
  display:inline-block;
  margin-bottom:5px;
  margin-right:5px;
}
.sta .name{
  font-size:16px;
}

.join-btn{
  display:block;
  height:180px;
  width:400px;
  margin:0 auto;
  background-image: url(images/join-btn.png);
  background-position:bottom ;
  background-repeat:no-repeat;
  background-size:contain;
}
#pa .join-btn{
    background-image: url(images/pa-join-btn.png);
}

.join-btn:hover,
#pa .join-btn:hover{
  background-image: url(images/join-btn-hover.png);
}
.index .more{  
  display:inline-block;
  margin:50px 0 0 auto;
}

.index .lat .more{
  margin:50px auto 0 auto;
}

.index section > h1{
  font-size:24px;
}
.index section.index-top{
  padding-top:0;
}

.index .spon h1{
  margin-bottom:30px;
}

/* /index */
/* page-login */
.page #lo h1{
  text-align:center;
  margin-bottom:30px;
  margin-top:50px;
}

#lo h1 img{
  margin:0 auto;
}
a.to-riyo {
  display:block;
  text-align:center;
  margin-top:30px;
  color:#fff;
}
#lo p.ta-c{
  margin-bottom:30px;
}

#lo .um .um-button.um-alt:hover, .um input[type=submit].um-button.um-alt:hover{
  background:#fff!important;
  color:#000!important;
}

#lo .um .um-form input[type=text]{
  color:#000;
}
#lo .um-button{
    color:#000!important;
  background:#fff!important;
  padding:30px!important; 
}
a.um-button{
font-weight:bold!important;
}
input.um-button{
  font-weight:bold!important;
}
#lo .um-1757.um{
  max-width:700px;
}

.um-col-alt{
  margin:15px auto;
max-width:500px;
}
#lo label span{
  display:none;
}
#lo input{
  background:#fff!important;
}

.edit h1{
  text-align:center;
}

.edit h1 img{
  margin:0 auto;
}
.edit .um-field{
  margin-bottom:20px;
}

.edit .um-78802.um .um-profile-body{
  max-width:900px;
}
.edit label:not(.um-field-checkbox) span{
  background:#000!important;
  color: #fff!important;
  font-size:13px!important;
  padding:2px 10px!important;

}
.edit .um .um-form input[type=text], .um .um-form input[type=search], .um .um-form input[type=tel], .um .um-form input[type=number], .um .um-form input[type=password], .um .um-form textarea, .um .upload-progress, .select2-container .select2-choice, .select2-drop, .select2-container-multi .select2-choices, .select2-drop-active, .select2-drop.select2-drop-above{
  background:#f2f2f2ff!important;
  border:none!important;
  color:#000;
}
.edit .um-field-label-icon,
.edit table{
  display:none;
}

.edit .um-field-area,
.edit .um-profile-photo a.um-profile-photo-img,
.um-single-image-preview, .um-single-file-preview{
  text-align:left!important;
}

.edit .um-button {
  background:#f2f2f2ff!important;
  height:150px;
  width:300px;
  display:flex;
  align-items:center;
  justify-content: center;
  color:#000;
  flex-direction: column;
}
.edit .um-button i{
  color:#ccc!important;
  font-size:36px;
  display:block;
  margin-top:5px;
}
.edit .um-button:hover{
  opacity:0.9!important;
  background:#f2f2f2ff!important;
}
.edit .h1-wrap{
  margin-bottom:20px;
}
.edit .um .um-field-label{
  color:#000!important;
}

.edit .um-button p{
  margin-bottom:10px;
}

.um .um-profile-photo a.um-profile-photo-img, .um .um-profile-photo img, .um .um-profile-photo span.um-profile-photo-overlay{
border-radius: 0!important;
}

.edit input[type="submit"]{
background:#000!important;
color:#fff!important;
font-weight: bold!important;
margin-top:20px;
}

.um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover, .um .um-members-pagi a:hover, .um .um-cover-add:hover, .um .um-profile-subnav a.active, .um .um-item-meta a, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {
    color: #000;
}
.um-row-heading{
  background:#000!important;
  color:#fff!important;
}
.um-single-image-preview .cancel{
  text-align:center!important;
}
.edit .um-s1{
  display:block!important;
  width:250px;
  padding:5px 10px;
}

.register .caption a{
  display:inline-block;
  font-weight:bold;
  text-decoration: underline;
  color:blue;
  text-align:center;
}

.register.page h1{
  margin-bottom:40px;
  background:#000;
  color:#fff;
  padding:10px;
}

.register label span{
  background:#000!important;
}

.register .img-box{
  margin-bottom:40px;
}

/* event */

#pe .bg-w{
  text-align:center;
}

#pe section{
  padding:50px 20px;
  margin:0 auto;
}
#pe .about p{
  font-size:18px;
  word-wrap:break-all;
}
#pe .top img{
  width:100%;
}
#pe h1{
  font-weight:900;
  font-size:40px;
  text-align:center;
}

#pe .sec-b{
max-width:950px;
}

#pe .sec-s{
  max-width:850px;
}
#pe h2{
  font-weight:900;
  font-size:28px;
   position: relative;
  display: inline-block;
  margin-bottom: 60px;
  text-align:center;
}

#pe h2:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 5px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #8766DD;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

#pe .sanka ul{
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
}

#pe .sanka li{
  width:25%;
  padding:10px;
}

a.purple,
.purple{
color:#8766DD;
}
#pe .shosai .row{
  display:flex;
}

#pe .shosai .col-sm-5{
  display:flex;
  align-items: center;
}

#pe .shosai .col-sm-7{
  text-align:left;
  font-size:18px;
}

#pe .shosai p.name{
  font-size:24px;
  font-weight:bold;
}
#pe .shosai a{
  padding:10px 0;
  display:block;
}

#pe .shosai img{
  width:100%;
  max-height:240px;
  object-fit:contain;
}
#pe .kadai *{
  text-align:left;
}
#pe .kadai .row img{
  width:100%;
  height:auto;
}

#pe .teikyou ul{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}

#pe .teikyou li{
  text-align:left;
  width:48%;
  background:#f1f1f1;
  padding:20px;
  margin-bottom:20px;
}

#pe .teikyou h4{
  margin-top:0;
}

a.entry-btn{

    background: #000;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin: 40px auto 0 auto;
    font-size: 20px;
    width: 250px;
    line-height: 70px;
  }
a.entry-btn:hover{
  color:#fff;
}
  

  #pe .shusai .row{
    display:flex;
  }

  #pe .shusai .row > div{
    display:flex;
    align-items:center;
    justify-content:center;
  }
  #pe .shusai .row > div:nth-of-type(2){
    border-right:1px solid #000;
    border-left:1px solid #000;
  }