@charset "utf-8";
/* CSS Document */
html {
  overflow-y: scroll;
}
body {
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  .container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
  }
}

footer{
  font-size:14px;
}

/* bootstrap
   ========================================================================== */
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding: 3px;
}
header .btn {
  display: inline-block;
  padding: 6px 12px 8px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 4px;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .25);
  color: #FFF;
}
header .btn:hover,
header .btn:focus,
header .btn.focus {
  color: #FFF;
  text-decoration: none;
}
header {
  font-size: 11px;
  line-height: 100%;
  color: #5b5b5b;
}
header i {
  margin: 0 5px 0 0;
}
header ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}
header ul li {
  border-right: 1px solid #DDD;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
header ul li:first-child {
  border-left: 1px solid #ddd;
}
header ul li:hover {
  background: #EEE;
}
header ul li a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  text-decoration: none;
  color: #5b5b5b;
  line-height: 50px;
  height: 50px;
}
header ul li a:hover {
  text-decoration: none;
}

header .btn:hover {
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .25), inset 0 99999px 0 rgba(255, 255, 255, .50);
}

.img-flex {
  height: auto;
  width: 100%;
}

.pd0 {
  padding: 0!important;
}

.pd10 {
  padding: 10px!important;
}

.pt5 {
  padding-top: 5px!important;
}
.pt6 {
  padding-top: 6px!important;
}
.pt8{
  padding-top:8px!important;
}
.pr0 {
  padding-right: 0px!important;
}
.pr16 {	
  padding-right: 16px!important;
}
.pl10 {
  padding-left: 10px!important;
}
.pl16 {	
  padding-left: 16px!important;
}
.pb8 {
  padding-bottom: 8px!important;
}
.pb10 {
  padding-bottom: 10px!important;
}

@media (max-width: 767px) {
  .xs-pd0 {
    padding: 0!important;
  }
}
/* 06-03 MARGIN
   ========================================================================== */
.ma0 {
  margin: 0px!important;
}
.mr8 {
  margin-right: 8px!important;
}
.mr10 {
  margin-right: 10px!important;
}

/* width */
.w110 {
  width: 110px !important;
}
.w100per {
  width: 100% !important;
}

.f16 {
  font-size: 16px !important;
}

/* text-align */

.text-left {
  text-align: left!important;
}

/* font-weight */

.fw-b {
  font-weight: bold;
}

.lh22 {
  line-height: 22px !important;
}

/* text-decoration */

.td-underline {
  text-decoration: underline;
}

.c-black {
  color: #555555 !important;
}

.c-green {
  color: #44bb88 !important;
}

.bgc-white {
  background-color: #fff !important;
}

.bgc-green {
  background-color: #44bb88 !important;
}

.radius-arc {
  border-radius: 9999px!important;
}

.bb-s-1-gray {
  border-bottom: 1px solid #ddd !important;
}


/* 06-08 DISPLAY-STYLE
   ========================================================================== */
.disp-i-block {
  display: inline-block;
}
.disp-f {
  display: flex;
}

/* 06-07 etc
   ========================================================================== */

.relative {
  position: relative;
}
.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.user-select-none{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body{

}

header{
  font-family: ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif;
  font-size: 14px;
}

p {
    margin: 0 0 8px;
}

.main-content{
  margin:0 auto;
  max-width: 968px;
  clear: both;
}
.main-column{
  float: unset;
}
@media (min-width: 992px) {
  .main-column{
    width: 708px;
    float: left;
  }
}





/*----------------------------------------*/
/*ã‚°ãƒ­ãƒ¼ãƒãƒ«ãƒŠãƒ“*/
/*----------------------------------------*/
.global-nav{ 
  position: unset;
  border-top: 1px solid #ddd;
}
.nav-wrapper{
  height:108px;
}

@media (min-width: 992px) {
.global-nav{
  position: absolute;
  top: 0;
  left: calc(50% - 249px);
  border-top: none;
}

.nav-wrapper{
  height:63px;
}

  
}


.global-nav ul{
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
}

.global-nav ul li{
  border-right: 1px solid #dddddd;
  flex: 1 1 25%;
  height: 64px;
}

header[focus="top"] .global-nav ul li.nav_btn_top,
header[focus="function"] .global-nav ul li.nav_btn_function,
header[focus="plan"] .global-nav ul li.nav_btn_plan,
header[focus="seminar"] .global-nav ul li.nav_btn_seminar,
header[focus="faq"] .global-nav ul li.nav_btn_faq,
header[focus="mobile"] .global-nav ul li.nav_btn_mobile-biz,
header[focus="mailmag"] .global-nav ul li.nav_btn_mailmag{
  
  border-right: 1px solid #dddddd;
  border-bottom: 2px solid #45b035;
  flex: 1 1 25%;
  height: 64px;
}

.global-nav ul li:first-child{
border-left: 1px solid #dddddd;
}


.global-nav ul li a{
font-weight: bold;
line-height: 1.6;
display: block;
vertical-align: middle;
padding: 20px 0;
text-decoration: none;
color: #222;
height: unset;
}
@media (max-width: 992px) {
  .global-nav ul li{
    height: auto!important;
  }
  .global-nav ul li a{
    line-height: 1.6;
    
    padding: 17px 0 14px;
  }
}

@media (min-width: 992px) {
  .global-nav ul li a{
    font-weight: bold;
    line-height: 1.6;
    display: block;
    vertical-align: middle;
    padding: 24px 0 20px 0;
    text-decoration: none;
    color: #222;
    height: unset;
  }
}
.global-nav ul li.nav_btn_mailmag a{
font-weight: bold;
line-height: 1.2;
display: block;
vertical-align: middle;
padding: 11px 0;
text-decoration: none;
color: #222;
height: unset;
}
@media (min-width: 992px) {
.global-nav ul li.nav_btn_mailmag a{
font-weight: bold;
line-height: 1.6;
display: block;
vertical-align: middle;
padding: 24px 0 20px 0;
text-decoration: none;
color: #222;
height: unset;
}
}


/*----------------------------------------*/
/*ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ç”¨ã‚¹ã‚¿ã‚¤ãƒ«*/
/*----------------------------------------*/
.ruby{
  font-size: .35em;
  position: absolute;
  top: calc(1em - 1.6em);
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
}


section.feature ul{
  list-style: none;
  padding: 0 0 5px 0;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  border:none;
}
section.feature ul li{
  margin: 0 5px 0 0;
  flex: 0 3 100%;
  font-family:"A-OTF æ–°ã‚´ Pro",A-OTF Shin Go Pro,"ãƒ’ãƒ©ã‚®ãƒŽä¸¸ã‚´ Pro W4","ãƒ’ãƒ©ã‚®ãƒŽä¸¸ã‚´ Pro","Hiragino Maru Gothic Pro","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro","HGä¸¸ï½ºï¾žï½¼ï½¯ï½¸M-PRO","HGMaruGothicMPRO"!important;
}


section.feature ul li:last-child{
  margin: 0;
  padding:0;
}
section.feature ul li a{
  font-size:10px;
  text-align: center;
  display: inline-block;
  color: #FFF;
  background-color: rgba(0,0,0,.3);
  height: calc(100% - 4px);
  box-shadow: 0 4px 0 rgba(0, 0, 0, .5);
  width: 100%;
  border-radius: 10px;
  font-weight: bold;
  border: 1px solid #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
}



.copyright {
  flex: 0 0 auto;
}
.copyright p {
    font-size: 12px;
    padding: 10px 0;
    color: #FFF;
    text-align: center;
    margin: 0;
    border-top: 1px solid #666;
}
@media (min-width: 768px) {
.copyright p {
  font-size:12px;
	padding:10px 0 0;
	color: #FFF;
	text-align:center;
	margin: 20px 0 0;
  border-top:1px solid #444444;
}
}
@media (min-width: 992px) {
  .copyright p {
    border-top:none;
    margin-top:10px;
}
}
@media (max-width: 767px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
  .container {
    width: 768px;
}
}
@media (min-width: 1200px) {
  .container {
    width: 768px;
}
}
/*----------------------------------------*/
/*æ±Žç”¨ã‚¯ãƒ©ã‚¹*/
/*----------------------------------------*/
.ff-marugo{
  font-family:"A-OTF æ–°ã‚´ Pro",A-OTF Shin Go Pro,"ãƒ’ãƒ©ã‚®ãƒŽä¸¸ã‚´ Pro W4","ãƒ’ãƒ©ã‚®ãƒŽä¸¸ã‚´ Pro","Hiragino Maru Gothic Pro","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro","HGä¸¸ï½ºï¾žï½¼ï½¯ï½¸M-PRO","HGMaruGothicMPRO";
}

.hov-bgc-l-gray:hover{

  background: #f6f6f6 !important;
}

.c-green{
  color: #45b035 !important;
}
.c-yellow{
  color: #f6ab00 !important;
}

@media (max-width: 767px) {
  .xs-row-5{
    margin: 0 -5px!important;
  }
  .xs-row-5 > div{
    padding:5px!important;
  }
  .xs-row-10{
    margin: 0 -10px!important;
  }
  .xs-row-10 > div{
    padding:10px!important;
  }
}



.pt60{
  padding-top: 60px!important;
}
.pr50{
  padding-right:50px!important;
}
.pr60{
  padding-right:60px!important;
}
.pl50{
  padding-left:50px!important;

}
.pl60{
  padding-left:60px!important;
}

.pb3{
  padding-bottom:3px!important;
}

.mt32{margin-top:32px!important;}
.mb32{margin-bottom:32px!important;}
@media (min-width: 992px) {
  .md-pt0{
    padding-top:0px!important;
  }
  .md-pt10{
    padding-top:10px!important;
  }
  .mdpt20{
    padding-top:20px!important;
  }
  .md-pt30{
    padding-top:30px!important;
  }
  .md-pt50{
    padding-top:50px!important;
  }
  .md-pt60{
    padding-top:60px!important;
  }
  .md-pt100{
    padding-top:100px!important;
  }
  
  
  
  .md-pr10{
    padding-right:10px!important;
  }
  .md-pr40{
    padding-right:40px!important;
  }
  .md-pb0{
    padding-bottom:0px!important;
  }
  .md-pb20{
    padding-bottom:20px!important;
  }
  .md-pb30{
    padding-bottom:30px!important;
  }
  .md-pb40{
    padding-bottom:40px!important;
  }
  .md-pb50{
    padding-bottom:50px!important;
  }
  .md-pb60{
    padding-bottom:60px!important;
  }
  .md-pb75{
    padding-bottom:75px!important;
  }
  .md-pb100{
    padding-bottom:100px!important;
  }
  
  .md-pl10{
    padding-left:10px!important;
  }
  .md-pl20{
    padding-left:20px!important;
  }
  .md-pl40{
    padding-left:40px!important;
  }
  
}




@media (min-width: 768px) {
  .sm-mr10{
    margin-right:10px!important;
  }
  
  .sm-ml10{
    margin-left:10px!important;
  }
}
@media (min-width: 992px) {
  .md-mr10{
    margin-right:10px!important;
  }
  .md-mr20{
    margin-right:20px!important;
  }
  .md-mr40{
    margin-right:40px!important;
  }
  .md-mr30{
    margin-right:30px!important;
  }
  .md-mb0{
    margin-bottom:0px!important;
  }
  .md-mb20{
    margin-bottom:20px!important;
  }
  .md-ml10{
    margin-left:10px!important;
  }
  .md-ml30{
    margin-left:30px!important;
  }
  .md-ml40{
    margin-left:40px!important;
  }
  
}


@media (min-width: 992px) {
  .md-f14{
    font-size: 14px!important;
  }
  .md-f20{
    font-size: 20px!important;
  }
  .md-f22{
    font-size: 22px!important;
  }
  .md-f24{
    font-size:24px!important;
  }
  .md-f28{
    font-size:28px!important;
  }
  .md-f56{
    font-size:56px!important;
  }
}

.lh16{
  line-height: 1.6!important;
}
.lh18{
  line-height: 1.8!important;
}

@media (min-width: 992px) {
  .md-lh18{
    line-height: 1.8!important;
  }
}
.lh28{
  line-height: 28px!important;
}
.lh34{
  line-height:34px!important;
}
.lh35{
  line-height:35px!important;
}


.pt8{
  padding-top:8px;
}
.pt32{
  padding-top:32px;
}
.pr25{
  padding-right:25px;
}
.pl25{
  padding-left:25px;
}

@media (min-width: 768px) {
  .sm-pb15{
    padding-bottom:15px!important;
  }
  .sm-pb25{
    padding-bottom:25px!important;
  }
}

@media (min-width: 992px) {
  .md-pd0{
    padding:0!important;
  }
  .md-pd15{
    padding:15px!important;
  }
  .md-pd20{
    padding:20px!important;
  }
  .md-pt20{
    padding-top:20px!important;
  }
}

@media (max-width: 767px) {
  .xs-lh12{
    line-height: 1.2!important;
  }
}
@media (min-width: 768px) {
  .sm-lh2em{
    line-height: 2em!important;
  }  
  
  .sm-lh35{
    line-height: 35px!important;
  }
  .sm-lh63{
    line-height: 63px!important;
  } 
}
@media (min-width: 992px) {
  .md-lh35{
    line-height: 35px!important;
  }
  .md-lh63{
    line-height: 63px!important;
  } 
}



.w110{
width:110px;
}
.w137{
width:137px;
}
.w150{
width:150px;
}
.w195{
width:195px;
}
.w250{
 width:250px;
}
.w300{
 width:300px;
}
.w320{
 width:320px;
}

@media (max-width: 767px) {
  .xs-w100{
    width:100px; 
  }
  .xs-w250{
    width:250px; 
  }
  .xs-w300{
    width:300px!important; 
  }
  .xs-w320{
    width:320px!important; 
  }
  
}

@media (min-width: 768px) {
  .sm-w320{
   width: 320px; 
  } 
  .sm-w365{
   width: 365px; 
  } 

  .sm-w565{
  width:565px!important;
  }
  .sm-w640{
    width: 640px!important;
  }
}

@media (min-width: 992px) {
  .md-w120{
    width:120px;
  }
  .md-w160{
    width:160px;
  }
  .md-w366{
   width: 366px; 
  } 
  .md-w440{
    width:440px;
  }
  .md-w520{
    width: 366px;
  }

  
  .md-w50per{
  width:50%;
  }
  .md-w-auto{
    width:auto!important;
  }
}





/*ã‚«ãƒ©ãƒ¼æŒ‡å®š*/
.bgc-red{
  background:#e94653!important;
}
.bgc-yellow{
  background:#f6ab00!important;
}
.bgc-green{
  background:#45b035!important;
}
.bgc-water{
  background:#00a6cb!important;
}
.bgc-l-xmgreen{
  background:#b9cd26!important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px){
  .hidden-xs {
      display: none !important;
  }
}



/*登録フォーム関係*/
.register-form{
  position: relative;
  width: 370px;
  padding: 24px;
  top: 0;
  left: 32px;
  border-radius: 16px;
  background-color: rgba(0,0,0,.1);
  text-align: center;
  margin-top: -230px;
  margin-bottom: 8px;
}

.register-form input{
  border:1px solid #ccc; 
  border-radius:9999px; 
  width:100%; 
  padding:8px 8px 8px 3em;
  font-size:16px;
}

.register-form input::placeholder {
  color: #CCC;
}

/* IE */
.register-form input:-ms-input-placeholder {
  color: #CCC;
}

/* Edge */
.register-form input::-ms-input-placeholder {
  color: #CCC;
}

.register-form-error{
  font-size: 12px;
  font-weight: bold;
  color: #ff3a49;
  line-height: 1.5;
}


.register-btn,
.sns-btn{
  display: flex;
  height:37px;
  padding:8px 8px 8px 16px;
  font-size: 16px;
  font-weight:bold;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
  color:#555;
  background-color:#FFF;
  cursor: pointer;
  position: relative;
}
.register-btn:hover:after,
.sns-btn:hover:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right:0;
  bottom:0;
  left:0;
  border-radius: 9999px;
  background-color:rgba(255,255,255,.3);
  pointer-events: inherit;

}
.sns-btn.fb{background-color: #416BB5;color:#FFF;}
.sns-btn > *{
  flex:0 0 auto;
}
.sns-btn-icon{
  height:21px;
  width:21px;
  margin-right:4px;
}



.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.row{
  margin:-4px;
  clear:both;
}
.col-sm-6{
  width:50%;
  float: left;
  padding:4px;
}

/*アンカーで飛ぶ先調整用*/
.adjust {
/*  display: block;
  padding-bottom: 63px;
  margin-bottom:-63px;*/
}



@media screen and (max-width: 1023px){
  .adjust {
/*    display: block;
    padding-top: 95px;
    argin-bottom:-95px;*/
  }

}
