@charset "UTF-8";


/*
  Theme Name: event-custom
  Author: GOODCROSS
*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New&display=swap');



/*
  common
-----------------------------------------------------------------*/
html {
font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', sans-serif!important;
  line-height: 1.8;
  font-size: 1.6em;
  margin: 0;
  width: 100%;
  height:100%;
  color: #141414;
}
h1,h2,h3,h4,h5{font-weight: 700;line-height: 1.4;}
h1{font-size: 3.2rem;}
h2{font-size: 2.4rem;}
h3{font-size: 2rem;}
h4{font-size: 1.8rem;}
h5{font-size: 1.6rem;}
.num{font-family: 'Oswald', sans-serif!important;letter-spacing: 0.03em;}
.i-pc,.b-pc{display: none;}
.i-sp{display: inline;}
.b-sp{display: block;}
th,td{
  vertical-align:middle!important;
  line-height: 1.4;
}

a, a:focus, *:focus{
  outline: none;
}
a,a:visited,a:focus,a:hover{
  color: #4184f3;
  text-decoration: none;
}
.a-bk,a.a-bk:visited,a.a-bk:focus,a.a-bk:hover{color:black;text-decoration: none;}
dt,dd{
  font-weight: normal;
  line-height: 1.6em;
  vertical-align: middle;
}
.cl-or{
  color: #1a7ee2;
}
.cl-dor{
  color: #1a7ee2;
}
.cl-gy{
  color: #999;
}
.cl-pp{color: #8864d0;}
.font-s{
  font-size: smaller;
}
.font-ss{
  font-size: 12px;
  line-height: 1.4;
}
.bk-wh{
  background: #fff;
}
.bk-llbl{ background:#def2ff;}
.bk-lor{ background:#fcdbca;}
.bk-or{ background: #1a7ee2;}
.bk-lgy{
  background:#f2f2f2;
}
.bk-bl{background:#1a7ee2;color:#fff;}
.hov,.hov img{
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hov:hover{
  opacity: 0.8;
  filter: alpha(opacity=70);
}
.hov:hover img{
  opacity: 0.8;
  filter: alpha(opacity=70);
}
.hov-tform{
  display: block;
  overflow: hidden;
  position: relative;
}
.hov-tform img {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: auto;
  max-width: 100%;
}
a:hover>div img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}


.mb-15{margin-bottom: 15px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-80{margin-bottom: 80px;}
.mt-15{margin-top: 15px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}

img{max-width: 100%;}
.img-70{display: block; max-width: 70%; margin: 0 auto;}
.btn{font-weight: 600;}
.btn-m{display:inline-block;padding:0.2em 1.5em; background: #ddd ;border-radius: 100vh;border:none;}
.btn-nor{border:2px solid #1a7ee2!important; background: #fff!important; color: #141414!important;transition: all 0.5s ease;}
.btn-or{border:2px solid #1a7ee2; background: #1a7ee2; color: #fff!important;transition: all 0.5s ease;}
.btn-nor a{color: #141414!important;}
.btn-nor:hover{background: #1a7ee2!important; color: #fff!important;}
.btn-nor a:hover{color: #fff!important;}
.btn-or:hover{background: #fff; color: #141414!important;}
.btn-cmn{ padding: 0.3em 1em; border-radius: 60px!important;}

.btn{
  font-size: 1.8em;
  background: #1a7ee2;
  padding: 0.5em 1em;
  border-radius: 50px!important;
  transition: all 0.5s ease;
  border:3px solid #1a7ee2;
}
.btn a{
  color: #fff;
}
.btn:hover{
  background: #fff;
  color: #141414!important;
}
.btn:hover a{
  color: #141414!important;
}


.btn-s{
  font-size: 1.4rem;
  border-radius: 0;
  padding: 0.5em 2em;
}
.btn-m{
  font-size: 1.6rem;
  padding: 1.2em 2.4em;
  letter-spacing: 0.1em;
}

.btn-l{
  font-size: 1.8rem;
  padding: 0.5em 1.5em;
  letter-spacing: 0.05em;
  font-weight: 600;
  transition: all 0.5s ease;
}
.btn-ll{
  padding: 0.8em 1.5em;
}
.btn-border{border: 2px solid #141414; transition: all .3s;}
.btn-border:hover{opacity: 0.7}
.btn-rd{background: #c7000b; transition: all .3s;}
.btn-rd:hover{opacity: 0.7}
.btn{
  border-radius: 0;
}
a.btn, a.btn:visited{
  color: #141414;
}
a.btn-rd ,a.btn-rd:visited{
  color: #fff!important;
}
.btn-l.arrow{padding: 15px 100px 15px 40px;}
.btn-m.arrow{padding: 10px 100px 10px 40px;}

.arrow {
  display: inline-block;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  margin: auto;
  width: 55px;
  height: 10px;
  border-bottom: 1px solid #fff;
}
.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -8px;
  right: 10%;
  margin: auto;
  width: 10px;
  height: 8px;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-rd.arrow::after{
  border-bottom: 1px solid #fff;
}
.btn-rd.arrow::before{
  border-top: 1px solid #fff;
}
.font-nb{
  font-family: "Oswald", sans-serif;
}
.text-l-c{text-align: left;}
.text-c-l{text-align: center;}
.box-border{
  border: 1px solid #141414;
  padding: 1em;
}
.box-bg-llbl{
  background: #def2ff;
  padding: 1em;
}
.box-bg-lpp{
  background: #efe3ff;
  padding: 1em;
}
.nav-tabs {
  border-bottom: 1px solid #141414;
}
.nav-tabs .nav-link {
  border-bottom: 1px solid #141414;
  font-weight: 600;
  padding-top: 0.5em;
  padding-left: 0;
  padding-right: 0;
}
.nav-tabs .nav-link.active {
  color: #141414;
  background-color: #fff;
  border-color: #141414 #141414 #fff;
}

.nav-tabs .nav-link:hover {
  color: #141414;
  background-color: #fff;
  border-color: #141414 #141414 #141414;
}
.title-cmn-main{
  border-bottom: 3px solid #1a7ee2;
  padding-bottom: 0.2em;
}
.title-cmn-sub{
  color:#1a7ee2;
  padding-left: 1em;
}
.title-cmn-sub::before {
  font-size: .6em;
  position: absolute;
  top: .6em;
  left: 1em;
	margin-right: 8px;
	content: '◆';
	color: #1a7ee2;
}

/*layout
-----------------------------------------------------------------*/

.col-15 > div { margin-bottom: 15px;}
.col-30 > div { margin-bottom: 30px;}
.col-45 > div { margin-bottom: 45px;}
.col-60 > div { margin-bottom: 60px;}

.container-wrap{
  padding: 40px 0;
}
.container-wrap-0{
  padding: 0px 0 40px;
}
.box{
  background: #def2ff;
  padding: 1em;
  margin-top: 0.5em;
  border-radius: 8px;
}

/*header・side menu
-----------------------------------------------------------------*/
body {
  margin: 0;
  font-family: Helvetica, sans-serif;
}


/* transition */
.header{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header {
  position: fixed;
  width: 100%;
  z-index: 3;
  background: #fff;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.header li {
  line-height: 1;
  padding: 0 0.25em;
  text-align: center;
}
.header .header-login-before li a {
  display:block;
}
.header a {
  letter-spacing: 0.02em;
  line-height: 1;
}


#logo-head{
  width:200px;
  position:absolute;
  top: 15px;
  z-index: 100;
  line-height: 1.2;
  left: 10px;
  font-size: 1rem;
}
.header-login-before{
  /*position: absolute;
  right: 55px;
  top: 15px;*/

}
.header-login-before .btn-cmn{
  padding: 0.5em 0.5em;
}
.header-login{
  clear: both;
  position: relative;
  margin: 0 auto 1em;
  padding: 0.5em 1.5em;
}
.header-login a{
  color: #141414;
  border-bottom: 1px solid #141414;
}
.header-login-before li{
  display: block;
}


main{
  padding-top: 65px;
}

/* menu */
.header .menu {
  max-height: 0;
  transition: .2s ease-out;
  font-size: 2.2rem;
  text-align: center;
  clear: both;
  background:rgba(255,255,255, 0.9)
}
.header .header-login-before{
  font-size: 1.4rem;
  margin-right: 0.25em;
} 
/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #141414;
  display: block;
  height: 4px;
  position: relative;
  transition: background .2s ease-out;
  width: 32px;
  border-radius: 2px
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #141414;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
  border-radius: 2px
}

.header .menu-icon .navicon:before {
  top: 11px;
}

.header .menu-icon .navicon:after {
  top: -11px;
}

/* menu btn */
.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 560px;
  padding-left:30px;
  pading-right:30px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

#block-member{

}
#block-member ul{
  list-style: none;
  padding: 0;
  margin: 1em 0 2em;
}
#block-member ul li{
  padding: 0 5px;
  margin-bottom: 5px;
}
#block-member ul li a{
  display: block;
  text-align: center;
  background: #1a7ee2;
  padding: 0.2em 0;
  border-radius: 4px;
}
#block-member ul li a{
  color: #fff;
}

@media (min-width: 992px) {
  .header .menu-pc-flex{
    display: flex;
    align-items: center;
  }
  .header #logo-head{
    position: relative;
    top:auto;
    left:auto;
    width: 260px;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom:15px;
  }
  .header .header-login-before{
    position: relative;
    right: auto;
    top: auto;
    font-size: 2rem;
  }
  .header-login-before .btn-cmn{
    padding: 0.3em 1em;
  }
  .header .menu {
    max-height: none;
    margin-left: auto;
    line-height: 1.5;
  }
  .header .menu li {
    display: block;
    float: left;
  }
  .header li a {
    display: inline-block;
    color: #141414;
  }
  .header li {
    line-height: 1.5;
    padding: 0 0.5em;
    font-weight: 500;
  }
  .header a {
    line-height: 1;
  }
  
 .header .menu li + li{
  border-left: 1px solid #aaa;
  }
  .header .menu li:nth-child(5){
    border-left: none;
    padding: 0 0;
  }
  .header .menu li + li:last-child{
    border-left: none;
  }

  .header #menu.is-small {
    margin: 20px 0;
  }
  .header .menu-icon {
    display: none;
  }
  .header-login-before li{
    float: left;
  }

  #logo{
    padding: 30px 45px 15px 45px;
    background: #fff;
    width:320px;
    position:absolute;
    top: 0px;
    z-index: 100;
    left: 0px;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
  }
  #logo.is-small{
    width:280px;
    transition: .2s;
  }
    .container-wrap{
    padding: 60px 0;
  }
  .container-wrap-0{
    padding: 0px 0 60px;
  }
  .mv-flow{
    max-width: 500px;
  }

}
@media only screen and (min-width: 230px) and (max-width:992px) {
  .header {
    box-shadow: none !important;
    background-image: none !important;
    position: fixed !important;
  }
  .header .menu li {
    margin:30px auto;
  }
  .header .menu li a{text-align: center;  padding: 1em 2em; color:#141414;font-weight: 500;}
  .header .menu li:first-of-type{margin-top:70px;}
  .header .menu li:last-of-type{margin-bottom:100px;}
  .header .menu li:nth-child(4){margin-bottom:60px;}
  .menu-registry,.menu-mypage{width: 60%;}
}
@media (min-width: 1200px) {
  #block-member ul li{
    padding: 0 5px;
  }
}

/*footer
-----------------------------------------------------------------*/
footer{
  padding:6rem 0 2rem;
  color: #fff;
  background: #032233;
}
#footer-logo img{max-width: 220px;}
.footer-text{
  border-top: 1px solid #294452;
  border-bottom: 1px solid #294452;
  padding: 1.5em 0;
  margin: 1.5em 0;;
}
#footer-company{font-size: 1.8rem;font-weight: 600;}
footer nav a,footer nav a:hover,footer nav a:focus,footer nav a:visited{color: #fff;}
#copy{color: #fff;  text-align: center;}
footer nav{
  font-size: 2rem;
}
.footer-terms a{
  color: #fff;
}

.footer-terms,.footer-terms li{
  padding: 0;
}
.footer-terms li{
  display: inline;
  padding:0 1em;
}
.footer-terms li+li{
  border-left: 1px solid #fff;
}
/*
#footer-info,#footer-sitemap,#footer-menu{
  color:#fff;
}
#footer-sitemap a,#footer-menu a,#go-page-top a{
  color:#fff;
}

#footer-sitemap dt{
  color:#999;
  margin:0 0 10px 0;
}
#footer-sitemap dd{
  font-size: 16px;
  line-height: 1.6
}
#footer-sitemap dd >div{
  margin-bottom: 8px;
}

#go-page-top a{
  border-top: 1px solid #fff;
}
#go-page-top a{
  padding:15px!important;
  display: block;
  width: 100%;
}
*/
/*page
-----------------------------------------------------------------*/

.title-container{
  text-align: center;
  margin: 0 auto 1em;
}
/*reset
-----------------------------------------------------------------*/
/*会員情報変更ページで、ユーザー名を非表示にする*/
#item-swpm-48,#item-swpm-80,#item-swpm-91{
  display: none;
}
/*ログインページ*/
.swpm-join-us-link {
	display:none;
}
/*会員情報変更後*/
.swpm-fb-pw-change-relogin-msg{
  display: none;
}
.swpm-submit, input[type="submit"].swpm-submit {
  padding: 0.2em 3em;
  margin-top: 1em;
}
/*TOP page
-----------------------------------------------------------------*/
#mv{
  padding-top:60px;
  padding-bottom: 60px;
}
.mv-text{
  

}
#mv h1{
  margin:0.5em 0 0.5em;
  font-weight: 900;
}
#mv .btn{
  margin: 1em 0 1.5em;
}
.mv-img img {
  width: 100%;
}



/*--------   merit   ---------*/
.merit-card{
  background: #fff;
  padding: 30px;
  margin-bottom: 15px;
}
.title-merit{
  display: inline-block;
  border-bottom: 3px solid #2b2b4a;
  padding-bottom: 3px;
  margin-bottom: 1.6rem;
}
.merit-img{
  text-align: center;
  margin-bottom: 1.5em;
}
.merit-img img{
  width: 90%;
}
/*--------   price   ---------*/
.price-card{
  display: block;
  background: #fff;
  position: relative;
  text-align: center;
  padding: 15px;
  margin-bottom: 30px;
  color:#141414;
}
.card{
    color:#141414;
}
.times{
  font-size:3rem;
  line-height: 1.4;
}
.price{
  font-size:3.3rem;
  font-weight: 600;
}
.yen{font-weight: 600;font-size:2rem;}
.price-detail{
  background: #efefef;
}
.price-card dl{
  display: flex;
  justify-content:space-around;
  flex-direction: column;
  align-items: center;
  padding: 1em 0 0;
}
.price-card dl + dl{
  border-top: 1px solid #dee2e6;
}
.price-card dl dt{
  margin-bottom:0.5em;
}
.price-exp-top{
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 2px solid #fff;
}
.price-exp-top h5{
  border: 1px solid #fff;
  padding:0.2em 1em
}
/*--------   flow   ---------*/
.flexitem{
  display: flex;
}
.flow-card{
  background: #fff;
  padding:30px 10px 30px;
  margin-bottom: 15px;
}
.flow-no{
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align: top;
  width: 36px;
  height: 36px;
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  background: #2b2b4a;
}
.flow-who{
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  font-size: 1.4rem;
}
.flow-who span{
  flex-basis: auto;
  border: 1px solid #2b2b4a;
  width: 100%;
}
.flow-who span,.flow-who i{
  align-self: center;
}
.flow-who i{
  padding: 0 3px;
}
.flow-img img{
  margin: 5px 0 10px;
}
.flow-img img{
  width: 70%;
}
.flow-txt{
  line-height: 1.4;
}
.flow-txt-sub img{
  margin-top: 15px;
}
/*--------   gorup   ---------*/
dl.group-card{
  background: #fff;
  text-align: center;
  position: relative;
  padding: 35px 0 25px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  border-radius: 3px;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.4);
  margin-top: 40px;
}
dl.group-card dt span{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: #fff;
    line-height: 65px;
    position: absolute;
    top:-30px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
dl.group-card dt span i{
    font-size: 3rem;
}
/*-----accordion-----*/
#faq .card{
  margin-bottom: 20px;
}
#faq .card .btn{
  font-size: 1em!important;
  width: 100%;
  text-align: left;
}

/* 既存の競合を打ち消す */
#faq .accordion-button.collapsed,
#faq .accordion-item {
  border-bottom: none !important;
}
/* アコーディオンの各項目に常に下線 */
#faq .card {
  border: 0; /* 枠線リセット */
  border-bottom: 1px solid #dee2e6 !important;
}

/* ヘッダーで消さない */
.card-header {
  cursor: pointer;
}
#faq .card-header {
  border: 0;               /* 枠は消す */
  background-color: #fff;
  /* 下線は card 側で引くのでここでは付けない */
}
/* 開いたときに二重線にならないよう card-body の上線をオフにする */
#faq .card-body {
  border-top: 0;
}

/* 開いたときと高さがズレないよう内側のリセット（任意） */
.accordion .accordion-collapse {
  border-top: 0;
}
#faq h5{vertical-align: middle;}
#faq .num{margin-right: 0.5em; font-size: x-large; vertical-align: sub;}
#faq .btn-link,#faq .btn-link:hover {
  color: #000;
  text-decoration: none;
}
#faq .card-body strong{
  color: #4184f3;
}
.card-header{border: none;  background-color: #fff;}
.card-body{border-top: 3px solid #ededed;}


/*page
-----------------------------------------------------------------*/
.title-container{
  margin: 0 0 1.5em;
}
.page-lead{
  background: #fcf3ed;
  padding: 1em 2em;
}
.yen{
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1.25;
  text-transform: uppercase;
}
.title-section {
	position: relative;
	padding: 0 .3em .3em;
  font-weight: 500;
}
.title-section::after {
	position: absolute;
	content: '';
  bottom: -5px;
	left: 50%;
	width: 12px;
	height: 12px;
	background-color: #e4004f;
	transform: rotate(45deg);
}
.title-border{
  border: 1px solid #141414;
  padding: 0.3em 1em;
}
.title-border-btm{
  border-bottom: 1px solid #141414;
  padding: 0.2em 0;
}
.download {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
.download dl{margin: 0;}
.download li{
  padding: 0.3em 0;
}
.download li + li{
  border-top: 1px solid #ccc;
}
#page section img {margin: 0 0 1.5em;}
.fa-long-arrow-alt-down{margin-right: 0.2em;}
.fa-file-word,.fa-file-excel,.fa-file-powerpoint,.fa-file-pdf{margin-right: 0.5em;}
.fa-file-word{color: #336eb2;}
.fa-file-excel{color: #338a3b;}
.fa-file-powerpoint{color: #e8b63d;}
.fa-file-pdf{color: #b62e2e;}
#table-price{
  table-layout: fixed;
}
.table-price td{
  text-align: center;
}
.table-price-head,.table-price-head th,.table-price-head-free,.table-price-head-paid{
  border: 1px solid #fff!important;
}
.table-price-head th,.table-price-head-free,.table-price-head-paid{
  border-bottom: 1px solid #dee2e6!important;
}
.table-price-head-free{
  background: #1a7ee2;
  color: #fff;
  border-radius: 16px 16px 0 0;
  padding: 1.2em 0!important;
  font-weight: 600;
}
.table-price-head-paid{
  background: #8864d0;
  color: #fff;
  border-radius: 16px 16px 0 0;
  padding: 1.2em 0!important;
  font-weight: 600;
}
.table-price-con{
  background: #efe3ff!important;
}
.price-th-add{
  font-weight: 400;
  color: #999;
}
.plan {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.plan {
  margin: 0 0 10px;
  padding: 8px 8px 20px;
  border-radius: 1px;
  /*box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.07);*/
  border-radius: 16px;
}

.plan h3{
  text-align: center;
  color: #fff;
  padding: 0.5em 0;
  border-radius: 8px 8px 0 0 ;
}
.plan ul{
  margin: 0.5em 0.5em 1em;
  padding: 1em 2em;
  list-style: none;
  background: #fff4dd;
}
.plan ul li{
  margin: 0;
  padding-left: 35px;
  line-height: 1.4;
  margin-bottom: 0.3em;
  position: relative;

}
.plan ul li i{
  width: 2em;
  position: absolute;
  top: 8px; 
  left: 0;
}
.plan-free h3{
  background:#1a7ee2;
}
.plan-paid h3{
  background:#8864d0;
}
.plan-or > div{
  margin-bottom: 1em;
}
.plan-free{
  border: 3px solid #1a7ee2;
}
.plan-paid{
  border: 3px solid #8864d0;
}

.plan-price{
  padding: 0.5em 1em;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}
.plan-price0{
  border-radius: 8px;
  border: none;
  background: #ffff66;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: 600;
  width: 100%;
  line-height: 1;
  font-size: larger;
}
.plan-price .yen{
  font-size: 5rem;
}
.plan-price0 .yen{
  font-size: 5.5rem;
}
.plan-price rt{
  font-size: 1.0rem;
  position: relative;
  line-height: 1;
	/*top: .1em;
	transform: translateY(.1em);*/
  /*left: .3em;
	transform: translateX(.3em);*/
}
.plan-detail{
  margin-top: auto;
  text-align: center;
}
.plan-detail a{
  color: #141414;
}
.table-price-group{
  background: #fff4dd;
}
.table-price-group th{
  padding: 1em;
}
.tr-con th,.tr-con td{
  padding: 0.6em;
}
.tr-con td{
  font-size: 3rem;
}

.benefit{
  margin-top: 30px;
  padding-top: 40px;
  border-top: 3px solid #141414;
}
.benefit-no{
  text-align: center;
}
.benefit-no i{
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.benefit-img{
  width:30%;
  display: block;
  margin:15px auto 30px;
}
.attention-try{
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-weight: 600;
}
.attention-try:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.attention-try:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(25deg);
}
.feature-caution{
  display: inline-block;
  background: #ffcd1f;
  padding: 0.1em 1.5em;
  border-radius: 20px;
  font-size: smaller;
}
#law ul li{
  border-top: 1px solid #e2e2e2;
  padding: 0.5em 0;
}
.cont{
  margin: 1em 0 3em;
}
/*
  各サービストップ
-----------------------------------------------------------------*/
.page.page-id-479 .title-container {
  margin: 1em 0 0.5em;
  background: #ffcd1f;
  text-align: center;
  padding: 0.5em 0.5em;
}
/*
  contact form
-----------------------------------------------------------------*/
form a,form a:visited{
  text-decoration: underline;
}
label{
  font-weight: normal!important;
}
.required{
  background-color: #deeafe;
  color: #069;
  font-size: 12px;
  padding: 2px 8px;
  margin:0 10px 0 0;

}
.form-inline{
  align-items: start!important;
}
.wpcf7-text{
  width:100% !important;
}
span.wpcf7-not-valid-tip {
  color: #f33;
  font-size: 14px;
}

textarea {
  width: 100%!important;
}

.wpcf7 input[type="submit"] {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 0.6em 2em;
  background:#1a7ee2;
  color:#fff;
  border-radius: 30px;
  cursor: pointer;
  border: none;
  font-size: 1em;
  width: 40%;
}

.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-not-valid {
    background: #ffd2d2;
}
.wpcf7 .wpcf7-validation-errors {
    color: #B94A48;
    background-color: #ffd2d2;
    border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
}
.wpcf7 .form-control{
  font-size: 1em;
}
#privacy-check {
  text-align: center;
  margin-top: 1.5em;
  background: #f2f2f2;
  padding: 30px;
}
.wpcf7 input[type="file"] {
  cursor: pointer;
  border: none;
  padding: 0;
  margin-top: 0.3em;
}
/* form original */
.form-cont-hope{
  border-bottom: 2px solid #1a7ee2;
  padding-bottom: 1em;
}
.form-cont-hope-checked{
  border-bottom: 1px dotted #1a7ee2;
  padding-bottom: 1em;
}

/*ultimate members
-----------------------------------------------------------------*/
.um:not(.um-admin){
  color:#141414 !important;
  font-size: 1em !important;
}
.um-header {
    padding: 0 !important;
    border-bottom: none !important;
    min-height: 85px;
    box-sizing: content-box !important;
}
.um-profile .um-profile-body {
    padding-top:  0 !important;
}
#event_name-13{
  font-size: 1.4em !important;
  font-weight: 700;
  background: #f2f2f2;
  text-align: center;
  padding: 0.3em 1em;
  margin-bottom: 1em;
}
/*
  media queries
-----------------------------------------------------------------*/
@media only screen and (min-width : 992px) {
  body {
    font-size: 1.8rem;
  }
  h1{font-size: 4.1rem;}
  h2{font-size: 3.2rem;}
  h3{font-size: 2.4rem;}
  h4{font-size: 2.2rem;}
  h5{font-size: 1.8rem;}
  h1 .main-for{
    font-size: 3.2rem;
  }
  .text-l-c{text-align: center;}
  .text-c-l{text-align: left;}
  .btn-l{
    font-size: 2rem;
    padding: 0.5em 2.4em;
    letter-spacing: 0.05em;
  }
  .btn-ll{
    padding: 1em 3.5em;
  }
  #footer-menu li{padding:  0 20px;}
  #copy{
    text-align: right;
    margin: 0;
  }


  .row-30 {margin: 0;overflow: hidden;}
  .row-30 > div { padding: 0;}
  footer{text-align: left;}
  footer nav{float: right;}
  footer nav a{
    -webkit-transform: skewX(140deg);
    -moz-transform: skewX(140deg);
    transform: skewX(140deg);
    border-right: 1px solid #fff;
  }
  footer nav a:last-of-type{
    border-right: none;
  }
  footer nav a span{
    display:block;
    transform: skewX(-140deg);
    padding:0 10px;
  }
  .nav-foot{
    text-align: left;
  }
  .nav-foot nav{
    line-height: 1.5;
  }
  .mv-text{
    padding: 2em 3em 2em 3em;
  }
  .download {
    font-size: 1.6rem;
  }
  .merit-img{
  margin-bottom: 0;
  }
  .merit-img img{
    width: 80%;
  }
    .flow-txt-sub img{
      max-width: 500px;
  }
  .price-card dl{
    flex-direction: row;
  }
  .price-card dl dt{
    margin-bottom: 0;
    width: 40%;
    text-align: left;
  }
  .price-card dl dd{
    width: 60%;
    text-align: center;
  }
  .price{
    font-size:3.6rem;
  }

}

@media only screen and (min-width : 1200px) {

  .col-15 > div ,.col-30 > div ,.col-60 > div { margin-bottom: 0;}

  /*.swiper-container {
    padding-top:94px;
    max-width: 1700px;
    margin: 0 auto;
    overflow: visible !important;
  }*/
  section{padding:40px 0;}
  .section-page{padding:200px 0 100px;}
  .section-t0{padding:0 0 100px;}
  
  .title-page{
    font-size: 5.2rem;
  }
  #logo-head {
    width: 240px;
  }
  .header #logo-head {
    margin-left: 30px;
  }
  .catch{
    font-size: 2.2em;
    padding: 0 0 0 1em;
  }
  
    
}
@media only screen and (min-width : 1450px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
  }
}