
body{
  line-height: 170%;
  font-size: 15px;
}

header{
  position: relative;
  background: rgba(255,255,255,.8);
  width: 100%;
  z-index: 5;
 
}

#header{
}

.m_fixed{
  width: 100%;
  position: fixed;
  background: rgba(255,255,255,.9);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.m_fixed #logo{
}

#logo{
  width: 85px;
  float: left;
  padding: 10px 0 10px 0;
  margin-left: 5%;
}

#logo img,
#logo2 img{
  height: auto;
  width: 100%;
  padding: 0;
  display: block;
  vertical-align: bottom;
}

/*メインビジュアル*/

.mainvl,
.subvl{
  position: relative;
  width: 100%;
}

.mainimg{
  position: relative;
  width: 100%;
}

.mainimg h2{
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 1px;
  /*border-bottom: 1px solid #ffffff;*/
  color: #ffffff;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  box-sizing: border-box;
  padding: 5px 5%;
}

.subttl{
  z-index: 3;
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5%;
}

.masked {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  text-align: center;
}

.masked img {
  
}

.maskimg1{
  position: relative;
  left: 50%;
  transform: translateX(-45%);
  width: 110%;
  height: auto;
  max-width: inherit;
  mask-image: url('images/mask1s2.png');
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center bottom;
  -webkit-mask-image: url('images/mask1s2.png');
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
}


.maskimg2{
  width: auto;
  height: 220px;
  max-width: inherit;
  mask-image: url('images/mask1.png');
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center bottom;
  -webkit-mask-image: url('images/mask1.png');
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
}

.btn a,
.btn2 a{
  color: #ffffff;
  background: #161a4e;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  display: block;
  text-align: center;
  border-radius: 50px;
  padding: 15px 10px;
}

.btn2 a{
  border: 2px solid #ffffff;
}

.btn a:hover {
  background: #0a0d2f;
}

.btn2 a:hover{
  border: 2px solid #ffffff;
  background: #0a0d2f;
}

.btn_s a,
.btn_s2 a{
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  display: block;
  text-align: center;
  border-radius: 50px;
  padding: 5px 10px;
}

.btn_s a{
  background: #ff6600;
}

.btn_s2 a{
  background: #161a4e;
}

.s_box .btn_s {
  display: block;
  margin-top: 15px;
}

.ttl,
.ttl_w{
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.ttl{
  border-bottom: 1px solid #333333;
}

.ttl_w{
  border-bottom: 1px solid #ffffff;
}

.ttl h2,
.ttl_w h2,
.subttl h2{
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 1px;
  font-family: "Zen Maru Gothic", serif;
}

.ttl p,
.ttl_w p,
.subttl p{
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  font-family: "Zen Maru Gothic", serif;
}

.ttl_w h2,
.ttl_w p,
.subttl h2,
.subttl p{
  color: #ffffff;
}

.ttl_inline h2,
.ttl_inline p{
 
}

.ttl_inline h2{
  padding-right: 10px;
}

.ttlh3_1,
.ttlh3_1w{
  margin-bottom: 20px;
}

.ttlh3_1 h3,
.ttlh3_1w h3{
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
}

.ttlh3_1w h3{
  color: #ffffff;
}

.ttlh3_1.ud_line h3 {
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
}

.ttlh3_1w.ud_line h3 {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}

.flex1{
  
}

.img1{
  width: 95%;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 20px;
}

.i_shadow{
  position: relative;
  text-align: right;
}

.i_shadow::after{
  content: '';
  background: #eeeeee;
  position: absolute;
  border-radius: 20px;
  left: 0;
  top: 0;
  z-index: 1;
  width: 90%;
  height: 90%;
}

.i_shadow img{
  position: relative;
  border-radius: 20px;
  z-index: 2;
}

.txt1{
  width: 90%;
  margin: 30px auto 0;
  text-align: left;
}

.list_service ul{
  
}

.list_service li{
  background: #ffffff;
  border-radius: 10px;
  width: 100%;
  margin: 10px auto;
  box-sizing: border-box;
  padding: 20px 15px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon{
  width: 80px;
}

.sertxt{
  flex: .93;
}

.topplan ul{
  
}

.topplan li{
  width: 100%;
  border-radius: 15px;
  background: #eeeeee;
  box-sizing: border-box;
  margin: 0 auto 30px;
  padding: 20px 15px;
}

.topplan .ttlh3_1 h3,
.topplan .ttlh3_1 p,
.planbox .ttlh3_1 h3,
.planbox .ttlh3_1 p{
  display: block;
  text-align: center;
  /*vertical-align: baseline;
  padding-right: 10px;*/
}

.topplan .ttlh3_1 p,
.planbox .ttlh3_1 p{
  line-height: 22px;
}


.planbox .ttlh3_1 {
  margin-bottom: 15px;
  
}

.planbox .ttlh3_1 h3 {
  text-align: center;
}

.premium{
  padding-top: 20px;
  background: url(images/icon5.png) no-repeat center top;
  background-size: 30px;
}

.trial{
  padding-top: 30px;
  background: url(images/icon6.png) no-repeat center top;
  background-size: 30px;
}

.planimg{
  text-align: center;
  padding-bottom: 20px;
}

.r_img img{
  border-radius: 10px;
  text-align: center;
}

.flex_inr{
  
}

.topreview .flex_inr{
  padding: 0 50px;
}

.goodimg{
  width: 80px;
  padding: 10px 10px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 auto;
  background: #161a4e;
}

.goodimg img{
  width: 40px;
}

.voicetxt{
  margin-top: 20px;
}

.reviewbox li{
  padding: 30px 0;
  border-top: 1px solid #dddddd;
}

.reviewbox li:first-child{
  padding-top: 0;
  border-top: none;
}

.reviewbox li:last-child{
  padding-bottom: 0;
}

.topreview .swiper-button-next,
.topreview .swiper-button-prev {
  width: 35px;
  height: 35px;
}

.topreview .swiper-button-next {
  background: url(images/ar2.png) no-repeat center center;
  background-size: 25px;
}

.topreview .swiper-button-prev {
  background: url(images/ar1.png) no-repeat center center;
  background-size: 25px;
}

.ft_table{
  width: 100%;
}

.cell1{
  width: 100%;
}

.cell2{
  width: 100%;
}

.inr_tb{
  width: 90%;
  padding: 60px 0;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}

.inr_tb .btn2{
  margin: 20px auto 0;
}

.bg_contact{
  width: 100%;
  height: 240px;
  background: url(images/ftimg_s.jpg) no-repeat center center;
  background-size: cover;
}

footer{
  background: #ffffff;
}

#logo2{
  width: 85px;
  margin:  0 auto;
}

.ft_info{

}

.tel a{
  font-size: 26px;
  line-height: 40px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Zen Maru Gothic", serif;
}

.tel span{
  color: #ffffff;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

#copyright{
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

#copyright p{
  display: block;
}

#copyright,
#copyright a{
  color: #969696;
  font-size: 13px;
  line-height: 30px;
  display: block;
}

#copyright span{
  display: none;
}

/*page.php*/

.news_post li{
  padding: 20px 10px;
  border-top: 1px solid #dddddd;
}

.news_post li:first-child{
  border-top: none;
}
.inr_post{
  display: flex;
}

.date{
  width: 200px;
  color: #161a4e;
  font-weight: 500;
}

.news_post li h3{
  flex: 1;
}

.inr_single{
  
}

.postbtn{
  padding: 20px 10px;
  border-top: 1px solid #dddddd;
}

.leftbtn,
.rightbtn{
  display: inline-block;
  width: 200px;
  color: #161a4e;
  vertical-align: middle;
  width: 120px;
}

.rightbtn{
  text-align: right;
  border-left: 1px solid #dddddd;
}

.archive{
  padding-left: 10px;
}

.widget_title{
  font-weight: 700;
  padding-bottom: 5px;
}

.widget_archive label{
  display: none;
}

.box2{
  border-radius: 15px;
  background: #eeeeee;
  padding: 40px;
}

.flex2{
  
}

.txt2{
  width: 100%;
}

.img2{
  width: 95%;
  text-align: center;
  margin: 20px auto 0;
}

.ck_list li{
  padding: 0 0 25px 40px;
  background: url(images/check.png) no-repeat left 5px;
  background-size: 25px;
  font-size: 1.1rem;
}

.tag{
  display: inline-block;
  padding: 3px 10px;
  border-radius: 15px;
  background: #eed7c2;
  font-size: 15px;
  color: #ff6600;
  margin-bottom: 5px;
}

.golf_list ul{
  
}

.golf_list li{
  width: 100%;
  margin: 10px 0;
  padding: 20px 15px;
  border-radius: 10px;
  background: #ffffff;
  box-sizing: border-box;
}

.s_box h3,
.s_box2 h3{
  background: #1b2061;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10px 5px;
}

.s_box .s_inr {
  background: #eeeeee;
}

.s_box2{
  padding-top: 30px;
}

.s_box2 ul{
}

.s_box2 li{
  background: #ffffff;
  box-sizing: border-box;
  padding: 20px 10px;
  margin: 10px 0 0;
  width: 100%;
}


.s_inr{
  display :block;
  padding: 10px 15px 15px;
}

.s_box2 .s_inr{
  padding: 0 0 10px;
}

.s_inr ul {
  display: block;

}
.s_inr li{
  width: 100%!important;
  margin: 0 0;
  padding: 5px 0 0 15px;
  border-radius: 0;
  background: none;
  box-sizing: border-box;
  position: relative;
  font-size: .9rem;
  line-height: 28px;
}

.s_inr li::before{
  content: '●';
  position: absolute;
  left: 0;
  top: 5px;
  color: #1b2061;
  font-size: 12px;
}


.g_flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.g_icon{
  width: 80px;
  padding-left: 5px;
}

.g_txt{
  flex: .93;
}

.g_txt h3{
  margin-bottom: 5px;
}

.point_list li{
  padding: 40px 0;
  border-top: 1px solid #dddddd;
}

.point_list li:first-child{
  padding-top: 0;
  border-top: none;
}

.point_list li .box3{
  
}

.point_list li:nth-child(even) .box3{
  
}

.point_list li .img3{
  width: 95%;
  box-sizing: border-box;
  padding-bottom: 20px;
  padding-left: 20px;
  margin: 0 auto;
}

.point_list li:nth-child(even) .img3{
  padding-left: 0px;
  padding-right: 20px;
}

.point_list li .i_shadow::after{
  top: inherit;
  bottom: 0;
  left: 0;
}

.point_list li:nth-child(even) .i_shadow::after{
  right: 0;
  left: inherit;
}

.point_list h3{
  font-family: "Zen Maru Gothic", serif;
}

.dot span{
  color: #161a4e;
  font-size: 10px;
  padding-right: 5px;
}

.txt3{
  width: 100%;
  margin-top: 20px;
}

.bg_golf{
  background: url(images/bg_golf.jpg) no-repeat center center;
  background-size: cover;
}

.flow_list ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: center;
}

.flow_list li{
  width: 100%;
  margin: 10px 0 20px 0;
  padding: 20px 15px;
  box-sizing: border-box;
  position: relative;
  background: #eeeeee;
  border-radius: 10px;
  text-align: center;
}

.flow_list li::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid #eeeeee;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  right: 50%;
  margin-right: -10px;
  bottom: -19px;
}

.flow_list li:last-child{
  margin-bottom: 0;
}

.flow_list li:last-child::after{
  display: none;
}

.flow_list li p{
 text-align: left;
}

.f_icon{
  width: 50px;
  margin: 10px auto;
}

.planbox{
  background: #eeeeee;
  border-radius: 15px;
  padding: 20px 15px;
  margin-bottom: 40px;
}

.flex3{
 /* padding-top: 30px;*/
}

.table3{
  margin-top: 20px;
  width: 100%;
}

.table3 table{
  background: #ffffff;
}
.table3 tbody,
.table3 tr{
  display: block;
}

.table3 th{
  background: #1b2061;
  color: #ffffff;
  font-weight: bold;
  /*width: 90px;*/
  width: 100%!important;
  display: block!important;
  padding: 10px 5px;
  box-sizing: border-box;
  border-bottom: 4px solid #eeeeee;
}

.table3 td{
  background: #ffffff;
  padding: 10px 15px;
  line-height: 30px;
  width: 100%!important;
  display: block!important;
  box-sizing: border-box;
  border-bottom: 4px solid #eeeeee;
}

.bgtrial .table3 th,
.bgtrial .table3 td{
  border-bottom: 4px solid #faf1e3;
}

.bgtrial{
  background: #faf1e3;
}


.table1 dt,
.table1 dd{
  padding: 15px 15px;
  box-sizing: border-box;
  border-top: 1px solid #dddddd;
}

.table1 dl{
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.table1 dt{
  background: #eeeeee;
  font-weight: bold;
}

.table1 dd{
}

.dl_faq dt:first-of-type{
  border-top: none;
}

.dl_faq dt,
.dl_faq dd{
  position: relative;
}

.dl_faq dt::before,
.dl_faq dd::before{
  position: absolute;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  width: 40px;
  height: 40px;
  left: 10px;
  border-radius: 50%;
}

.dl_faq dt::before{
  content: 'Q';
  background: #1b2061;
  color: #ffffff;
  top: 8px;
}

.dl_faq dd::before{
  content: 'A';
  color: #1b2061;
  top: 0px;
}

.dl_faq dt {
  cursor: pointer;
  font-family: "Zen Maru Gothic", serif;
  transition: background 0.3s ease;
  padding: 10px 10px 10px 60px;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  border-radius: 10px;
  background: #eeeeee;
  margin-bottom: 20px;
}
    
.dl_faq dt::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: url(images/ar_s1.png) no-repeat center center;
  background-size: 15px;
}
    
.dl_faq dt.active {
}
    
.dl_faq dt.active::after {
  background: url(images/ar_s2.png) no-repeat center center;
  background-size: 15px; 
}
    
.dl_faq dd {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
  padding: 0px 0px 0px 80px;
}
    
.dl_faq dd.active {
  max-height: 400px;
  opacity: 1;
  padding: 10px 10px 40px 60px;
}

.con_form{
  width: 100%;
}

.con_form dl{
  padding-top: 20px;
}

.con_form dt{
  padding-bottom: 5px;
  font-weight: bold;
}

.con_form dd{
  padding-bottom: 30px;
}

.hissu{
	font-size: 13px;
	color: #ff7800;
	font-weight: bold;
	padding-left: 5px;
}

/********************************************
 * 共通要素
 ********************************************/

.txt_inline{
    display: inline-block;
}

.line1{
  border-top: 1px solid #dddddd;
  padding-top: 30px;
  margin-top: 30px;
}

.flexul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
}

.tb{
    display: table;
}

.txt_s{
  font-size: 13px;
  line-height: 20px;
}

.txt_n{
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  color: #161a4e;
  font-family: "Zen Maru Gothic", serif;
}

.txt_m{
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.txt_b{
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 1px;
  font-weight: 700;
}

.lh1{
  line-height: 28px;
}

.txt_c{
  text-align: center;
}

.txt_r{
  text-align: right;
}

.txt_l{
  text-align: left!important;
}

.mgat{
  margin-left: auto;
  margin-right: auto;
}

.wid_1{
  width: 100%;
}

.wid_2{
  width: 100%;
}

.wid_3{
  width: 100%;
}

.sp_none{
	display:none;
}

.pdb_no{
  padding-bottom: 0;
}

@media screen and (max-width: 550px) {

.maskimg1{
  width: auto;
  height: 300px;
}
}

