@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------
 common
---------------------------------------------------------- */
body.scroll_stop {
  position: fixed;
  width: 100%;
  height: 100%;
}

body{
  font-family: 'Sawarabi Gothic', sans-serif;
  font-feature-settings : "palt";
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #2b2b2b;
  line-height: 1.6;
}

#wrap{
  position: relative;
}

img{
  width: auto;
  max-width: 100%;
}

input[type="submit"],
.ban,
a{
  display: inline;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
  cursor: pointer;
}

.ban,
a{
  color: #58449b;
}

.hover:hover,
.ban:hover,
a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

img {
  pointer-events: none;
}

/*----------------------------------------------------------
 調整用
---------------------------------------------------------- */
.tal{text-align: left;}
.tac{text-align: center;}
.tar{text-align: right;}

/*---- PC ----*/
@media (min-width: 769px) {
    .no-pc { display: none !important;}
}

/*---- SP ----*/
@media (max-width: 768px) {
    .no-sp { display: none !important;}
}

/*----------------------------------------------------------
 font
---------------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src:  url('/mk/fonts/icomoon.eot?6psoj9');
  src:  url('/mk/fonts/icomoon.eot?6psoj9#iefix') format('embedded-opentype'),
    url('/mk/fonts/icomoon.ttf?6psoj9') format('truetype'),
    url('/mk/fonts/icomoon.woff?6psoj9') format('woff'),
    url('/mk/fonts/icomoon.svg?6psoj9#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}
.icon-quotes-left:before {
  content: "\e977";
}
.icon-quotes-right:before {
  content: "\e978";
}
.icon-circle-down:before {
  content: "\ea43";
}

/*----------------------------------------------------------
 navi
---------------------------------------------------------- */
  #gNavi a{
    color: #fff;
    display: block;
  }

#gNavi ul .current{
  position: relative;
}

#gNavi ul .current::before{
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #666;
}

#gNavi ul.sub_navi .current::before{
  display: none;
}

#gNavi li.lower > a::after,
#gNavi li.lower > p::after{
  content: "\ea43";
  font-family: 'icomoon';
  margin-left: 0.5em;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* 新規登録 */
.new_member a{
  background-color: #921d23;
}

/*---- SP ----*/
@media (max-width: 768px) {
  #gNavi ul .current::before{
    bottom: 9px;
    background-color: #ccc;
  }
}

/*---- PC ----*/
@media (min-width: 769px) {
  
  /* Gナビサイズ統一 */
  header,
  header::after,
  header .cp{
    width: 200px;
  }
  
  header,
  .sub_navi{
    float: left;
    position: fixed;
    color: #fff;
    text-align: center;
    padding: 70px 0;
    z-index: 99;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
  }
  
  header{
    padding: 0;
  }
  
  header::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #2b2b2b;
  }
  
  header.sub_open,
  header.sub_open .header_con{
    padding-right: 250px;
  }
  
  header .header_con{
    padding: 70px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
  }
  
  #gNavi li a,
  #gNavi li p
  {
    padding: 0.5em 10px;
    box-sizing: border-box;
    cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
  }
  
  #gNavi li p:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  
  header .logo{
    padding: 0 20%;
    margin-bottom: 70px;
    display: inline-block;
  }
  
  /* #gNavi dt */
  #pc_menu p{
    display: inline-block;
    vertical-align: middle;
  }
  
  #pc_menu{
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
  }
  
  #pc_menu span{
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 101;
    color: #fff;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    border: 0;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    margin-left: 3%;
  }
  
  #pc_menu span i, 
	#pc_menu span i::before,
	#pc_menu span i::after {
		position: absolute;
		top: 50%;
		left: 50%;
		height: 2px;
		width: 16px;
		cursor: pointer;
		background: #fff;
		display: block;
		content: "";
		-webkit-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out
	}
  
  /* mid */
  #pc_menu span i {
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
	}

  /* top */
	#pc_menu span i::before {
    -webkit-transform: translate(-50%, -7px);
    -ms-transform: translate(-50%, -7px);
    -o-transform: translate(-50%, -7px);
    transform: translate(-50%, -7px);
	}
  
  /* bottom */
	#pc_menu span i::after {
    -webkit-transform: translate(-50%, 5px);
    -ms-transform: translate(-50%, 5px);
    -o-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px);
	}
	
	/* open */
	#pc_menu.pc_open span i{
		background-color: transparent;
	}
	
	/*header.sp_active #pc_menu.pc_open span i::before,
	header.sp_active #pc_menu.pc_open span i::after{
			background-color: #fff;
	}*/
	
	#pc_menu.pc_open span i::before{
    -webkit-transform: translateX(-50%)rotate(45deg);
    -ms-transform: translateX(-50%)rotate(45deg);
    -o-transform: translateX(-50%)rotate(45deg);
    transform: translateX(-50%)rotate(45deg);
		top: 0;
	}
	#pc_menu.pc_open span i::after {
    -webkit-transform: translateX(-50%)translateY(-10px)rotate(-45deg);
    -ms-transform: translateX(-50%)translateY(-10px)rotate(-45deg);
    -o-transform: translateX(-50%)translateY(-10px)rotate(-45deg);
    transform: translateX(-50%)translateY(-10px)rotate(-45deg);
		top: 10px;
	}
  
  /* グローバルナビ */
  
  /* sub_navi */
  .sub_navi{
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    left: 200px;
    top: 0;
    bottom: 0;
    right: auto;
    overflow: auto;
    background-color: #666;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
    position: fixed;
  }
  
  .sub_navi.open{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
  }
  
  /* ----- cp ----- */
  header .cp{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    padding-bottom: 10px;
    background-color: #2b2b2b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
  }


}

/*---- SP ----*/
@media (max-width: 768px) {
  body.modal_open{
    position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  }
  
  header .cp{
    display: none;
  }
  
  .header_inner{
    background-color: #2b2b2b;
    position: fixed;
    z-index: 99;
    display: block;
    width: 100%;
    padding: 15px 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  header::after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
  }
  
  /* ----- logo ----- */
  header .logo{
    max-width: 60px;
    margin: auto;
    display: block;
  }
  
  /* ----- ナビアイコン ----- */
  #navi_icon{
    width: 54px;
		height: 54px;
		cursor: pointer;
		display: block;
		position: absolute;
		top: 0;
		z-index: 101;
		color: #fff;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
		border: 0;
		border-radius: 50%;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
		right: 0;
  }
  
  #navi_icon span, 
	#navi_icon span::before,
	#navi_icon span::after {
		position: absolute;
		top: 50%;
		left: 50%;
		height: 3px;
		width: 34px;
		cursor: pointer;
		background: #fff;
		display: block;
		content: "";
		-webkit-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out
	}
  
  /* mid */
  #navi_icon span {    
    -webkit-transform: translate(-50%, -1px);
    -ms-transform: translate(-50%, -1px);
    -o-transform: translate(-50%, -1px);
    transform: translate(-50%, -1px);
	}

  /* top */
	#navi_icon span::before {
    -webkit-transform: translate(-50%, -12px);
    -ms-transform: translate(-50%, -12px);
    -o-transform: translate(-50%, -12px);
    transform: translate(-50%, -12px);
	}
  
  /* bottom */
	#navi_icon span::after {
    -webkit-transform: translate(-50%, 8px);
    -ms-transform: translate(-50%, 8px);
    -o-transform: translate(-50%, 8px);
    transform: translate(-50%, 8px);
	}
	
	/* open */
	header.sp_active #navi_icon span{
		background-color: transparent;
	}
	
	/*header.sp_active #navi_icon span::before,
	header.sp_active #navi_icon span::after{
			background-color: #fff;
	}*/
	
	header.sp_active #navi_icon span::before{
    -webkit-transform: translateX(-50%)rotate(45deg);
    -ms-transform: translateX(-50%)rotate(45deg);
    -o-transform: translateX(-50%)rotate(45deg);
    transform: translateX(-50%)rotate(45deg);
		top: 0;
	}
	header.sp_active #navi_icon span::after {
    -webkit-transform: translateX(-50%)translateY(-10px)rotate(-45deg);
    -ms-transform: translateX(-50%)translateY(-10px)rotate(-45deg);
    -o-transform: translateX(-50%)translateY(-10px)rotate(-45deg);
    transform: translateX(-50%)translateY(-10px)rotate(-45deg);
		top: 10px;
	}
  
  /* ----- ナビゲーション ----- */
  #gNavi{
    position: fixed;
    z-index: 98;
    text-align: center;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
  }
  
  header .overlay{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(43,43,43,0.90);
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
  }
  
  header.sp_active .overlay{
    visibility: visible;
    opacity: 1;
  }
  
  #gNavi dl{
    padding: 30px 0 50px;
    position: relative;
    z-index: 11;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  
  header.sp_active #gNavi{
    visibility: visible;
    opacity: 1;
  }
  
  header.sp_active #gNavi dl{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  
  #pc_menu{
    display: none;
  }
  #gNavi li a,
  #gNavi li p{
    padding: 15px 5%;
    color: #fff;
  }
  #gNavi li.lower > a::after,
  #gNavi li.lower > p::after{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #gNavi li.lower.open > a::after,
  #gNavi li.lower.open > p::after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  
  /* sub navi */
  #footer .sub_navi,
  #gNavi .sub_navi{
    display: none;
    background-color: rgba(43,43,43,0.80);
  }
  #gNavi .sub_navi a,
  #gNavi .sub_navi p{
    padding: 5%;
  }
}
/*----------------------------------------------------------
 navi / ナビ内ログインフォーム
---------------------------------------------------------- */
.sign_up {
  background: #ccc;
  padding: 10px;
  color: #2b2b2b;
}
.sign_up input{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.sign_up input:not(#check){
  border-radius: 5px;
  padding: 4px;
}
.sign_up input[type="submit"]{
  width: auto;
}
.sign_up input:focus,
.sign_up select:focus,
.sign_up textarea:focus{
	background-color: #fff;
	box-shadow: 0 0 7px #ccc;
}

#gNavi .sign_up a{
  font-size: 12px;
  font-weight: 400;
  color: #2b2b2b;
  text-decoration: underline;
}

/*---- PC ----*/
@media (min-width: 769px) {
  .sign_up {
    margin: 10px;
  }
}

/*----------------------------------------------------------
 footer
---------------------------------------------------------- */
/*---- PC ----*/
@media (min-width: 769px) {
  footer{
    display: none;
  }
}

/*---- SP ----*/
@media (max-width: 768px) {
  footer{
    background-color: #2b2b2b;
    color: #fff;
    text-align: center;
    padding: 30px 0;
  }
  
  footer .logo{
    width: 30%;
    margin-bottom: 30px;
    display: inline-block;
  }
  
  #f_navi,
  #f_navi .sub_navi{
    border-top: 1px solid #ccc;
  }
  
  #f_navi a,
  #f_navi p{
    color: #fff;
    padding: 15px 5%;
    display: block;
  }
  
  #f_navi li{
    border-bottom: 1px solid #ccc;
  }
  
  #f_navi .sub_navi{
    background-color: #666;
  }
  
  #f_navi .sub_navi li:last-of-type{
    border-bottom: 0;
  }
  
  footer .cp{
    margin-top: 30px;
    font-size: 12px;
  }
  
}


/*----------------------------------------------------------
 pagetop
---------------------------------------------------------- */
#page_top{
   /* background-color: #ccc; */
   width: 40px;
   height: 100px;
   position: fixed;
   bottom: 10px;
   left: auto;
   right: 10px;
   z-index: 50;
   cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
  opacity: 0;
  visibility: hidden;
}

#page_top.active{
  opacity: 1;
  visibility: visible;
}

#page_top::before{
  content: "page top";
  color: #666;
  display: block;  
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 13px;
  position: absolute;
  left: auto;
  right: -36px;
  top: 30px;
  bottom: 0;
  width: 100px;
  height: 40px;
  text-align: center;
}


#page_top::after{
  content: "";
  display: block;
  width: 140px;
  height: 7px;
  border-right: 4px solid #666;
  border-bottom: 1px solid #666;  
  -webkit-transform: skewX(-60deg) rotate(-150deg);
  -ms-transform: skewX(-60deg) rotate(-150deg);
  -o-transform: skewX(-60deg) rotate(-150deg);
  transform: skewX(-60deg) rotate(-150deg);
  margin-left: -61px;
  margin-top: 49px;
}

#page_top:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  bottom: 0;
}

/*----------------------------------------------------------
 container
---------------------------------------------------------- */
/*---- PC ----*/
@media (min-width: 769px) {
  #container{
    float: right;
    width: 100%;
    margin-left: -200px;
    padding-left: 200px;
    box-sizing: border-box;
  }
}

/*---- SP ----*/
@media (max-width: 768px) {
  #container{
    padding-top: 55px;
  }
}

/*----------------------------------------------------------
 contents
---------------------------------------------------------- */
.inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

/*---- PC ----*/
@media (min-width: 769px) {
  .inner_pc,
  .inner{
    width: 880px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .inner_pc{
    margin-left: auto;
    margin-right: auto;
  }
}

/*---- ipad ----*/
/*@media  (min-width: 769px) and (max-width: 1024px) {
    .inner{
    width: 90%;
     min-width: inherit;
  }
}*/

/*---- SP ----*/
@media (max-width: 768px) {
  .sp_inner{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
  
/* PC版ではinnerを付けるが、横幅いっぱいにする関係で
		SPでは外した場合の内側用の疑似inner*/
	.demiiner_sp{
    width: 100%;
		padding-left: 5%;
		padding-right: 5%;
		box-sizing: border-box;
	}
}

/* ----- section ----- */
section{
  padding: 60px 0;
}

section::after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
section.bgg,
section:nth-child(even){
  background-color: #efefef;
}

section.bgw{
  background-color: #fff;
  padding-top: 0;
}

/* ----- box ----- */
section .box{
  margin-bottom: 30px;
}

/* ----- text ----- */
.box .text{
  margin-bottom: 1em;
}

/* PC */
@media (min-width: 769px) {
  .box .text{
    text-align: justify;
  }
}

/* ----- p ----- */
.text p{
  margin-bottom: 1em;
}

section .box:last-child,
.box .text:last-child,
.text p:last-child{
  margin-bottom: 0;
}


/*----------------------------------------------------------
 見出し
---------------------------------------------------------- */
/* ----- h1 ----- */
.head_menu{
  position: relative;
}

.ttl1{
  font-size: 32px;
  border-bottom: 1px solid #2b2b2b;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  font-family: 'Sawarabi Mincho', "sans-serif";
  font-weight: 400;
  text-align: left;
}

.ttl1 span{
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size: 50%;
  color: #666;
  margin-left: 1em;
}

/* ---- SP ---- */
@media (max-width: 768px) {
  .ttl1{
    font-size: 24px;
  }
}

/* ----- h2 ----- */
.ttl2{
  font-size: 25px;
  font-family: 'Sawarabi Mincho', "sans-serif";
  font-weight: 400;
  text-align: left;
  display: block;
  margin-bottom: 0.5em;
}

.ttl2 span{
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size: 50%;
  color: #666;
  margin-left: 1em;
}

.ttl2:last-child{
  margin-bottom: 0;
}

/*.ttl2::after{
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #2b2b2b;
}*/

/* ----- h3 ----- */
.ttl3 span{
  font-size: 60%;
}

/* ---- SP ---- */
@media (max-width: 768px) {
  .ttl2{
    font-size: 22px;
  }
}

/* ----- h3 ----- */
.ttl3{
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}

/*----------------------------------------------------------
 アンカーリンク
---------------------------------------------------------- */
/* ---- SP ---- */
@media (max-width: 768px) {
  .anchor_tge{
    padding-top: 60px;
    margin-top: -60px;
  }
}

/*----------------------------------------------------------
 フォーム基本設定
---------------------------------------------------------- */
input[type="submit"] {
	  -webkit-appearance: none;
	}

/* ----- form Design ----- */
input,
select,
textarea{
	background-color: #efefef;
	border: 1px solid #999;
	margin: 0 4px 4px;
	padding: 4px;
  box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus{
	background-color: #fff;
	box-shadow: 0 0 7px #efefef;
}

/*----------------------------------------------------------
 その他使いまわし
---------------------------------------------------------- */
/* ----- contents内サブメニュー ----- */
#con_sub_menu a{
   color: #2b2b2b;
}

/* PC */
@media (min-width: 769px) {
#con_sub_menu{
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 10px;
}

#con_sub_menu li{
  float: left;
  margin-right: 0.8em;
}

#con_sub_menu li:last-child{
  margin-right: 0;
}

#con_sub_menu li a{
  padding: 0.3em 0.5em;
}

#con_sub_menu li a:hover{
  background-color: #efefef;
  border-radius: 5px;
}
}

/* SP */
@media (max-width: 768px) {
  #con_sub_menu{
    margin-bottom: 16px;
  }
  
  #con_sub_menu::after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
  }
  
  #con_sub_menu li{
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-top: 10px;
  }
  
  #con_sub_menu li:nth-child(-n + 2){
    margin-top: 0;
  }
  
  #con_sub_menu li.line01{
    float: none;
    clear: both;
    width: 100%;
  }
  
  #con_sub_menu a{
    display: block;
    padding: 0.3em 0.5em;
    border-radius: 5px;
    background-color: #efefef;
    position: relative;
  }
  
  #con_sub_menu a::after{
    content: "\e900";
    font-family: 'icomoon';
    font-size: 0.6em;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    left: auto;
  }
  
}
/* ----- 文字スタイル ----- */
/* 太字 */
.fsw{
  font-weight: 700;
}

/* 文字色 */
.fc_red{
  color: #ff0000;
}

/* 打ち消し線 */
.fd_not{
  text-decoration: line-through;
}

/* ----- banner ----- */
.ban{
  display: inline-block;
  padding: 8px 39px 8px 30px;
  color: #fff;
  background-color: #2b2b2b;
  border-radius: 5px;
  width: auto;
  min-width: 200px;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
  text-align: center;
}

.ban::after{
  content: "\e900";
  font-family: icomoon;
  position: absolute;
  left: auto;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 70%;
  display: inline-block;
}

.ban.w{
  color: #2b2b2b;
  background-color: #fff;
}

/*  PC */
@media (min-width: 769px) {
  .ban_box p{
    display: inline-block;
  }
}

/*  SP */
@media (max-width: 768px) {
  .ban{
    width: 100%;
    max-width: none;
    padding: 14px 30px;
  }
}

/* ----- banner MIDDLE ----- */
/* ページ下部に設置するようなやや大きめのもの*/
.ban_mid{
  min-width: auto;
  min-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #fff;
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
}

/*  PC */
@media (min-width: 769px) {
.ban_mid{
  max-width: 600px;
  }
}

/* ----- リスト ----- */
.normal_list dl{
  margin-bottom: 1em;
}
.normal_list dl:last-child{
  margin-bottom: 0;
}

/* ----- 線ありリスト ----- */
.bb_list dl{
  border-bottom: 1px dotted #999;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}

/* ----- 白黒リスト ----- */

.bw_list dl{
  padding: 10px;
  box-sizing: border-box;
}

section.bgw .bw_list dl:nth-child(even),
section:nth-child(odd) .bw_list dl:nth-child(odd){
  background-color: #efefef;
}
section.bgg .bw_list dl:nth-child(odd),
section:nth-child(even) .bw_list dl:nth-child(odd){
  background-color: #fff;
}

/* ----- 注意書き系 ----- */
.att{
  font-size: 90%;
}

/* ----- indent ----- */
.indent_li li,
.indent{
  padding-left: 1em;
  text-indent: -1em;
}

.indent_li2 li,
.indent2{
  padding-left: 2em;
  text-indent: -2em;
}

.indent_li2-5 li,
.indent2-5{
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.indent_li3 li,
.indent3{
  padding-left: 3em;
  text-indent: -3em;
}

.indent_li4 li,
.indent4{
  padding-left:4em;
  text-indent: -4em;
}

span.indent{
  display: block;
}

/* ----- 画像キャプ ----- */
.cap{
  font-size: 90%;
  text-align: center;
}

/* ----- 補足ボックス ----- */
.hosoku{
  clear: both;
  padding-top: 20px;
}

.hosoku_in{
  clear: both;
}

/* ----- 色付き座布団ボックス ----- */
.bgg_box,
.bgw_box{
  padding: 20px;
}

.bgg_box{background-color: #efefef;}
.bgw_box{background-color: #fff;}

/* ----- clear ----- */
.clear{
  clear: both;
}

.clearfix::after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

/*----------------------------------------------------------
 未ログイン時の表示スタイル
---------------------------------------------------------- */
#please_login{
  text-align: center;
}

#please_login form{
  margin: 20px auto 10px;
  padding: 30px 5%;
  box-sizing: border-box;
  background-color: #fff;
}

#please_login form input{
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
}

#please_login form .button_box{
  margin-top: 20px;
}

/* ログイン */
#please_login form input[type="submit"]{
  margin: 0;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #364346;
  border: 0;
  color: #fff;
}

/* 新規登録 */
#please_login p:not(.new_member) a{
  font-size: 80%;
  text-decoration: underline;
  color: #2b2b2b;
}

#please_login .new_member a{
  color: #fff;
  min-width: inherit;
  width: auto;
  padding: 10px 20px;
  vertical-align: middle;
}

#please_login .new_member a::after{
  display: none;
}

/* ----- PC ----- */
@media (min-width: 769px) {

  #please_login form{
      max-width: 500px;
    }

  #please_login .new_member{
    display: inline-block;
  }
}

/* ----- SP ----- */
@media (max-width: 768px) {
  #please_login form input[type="submit"]{
    display: block;
    width: 100%;
    padding: 14px 30px;
  }
  
  #please_login .new_member{
    margin-top: 20px;
  }
  
  #please_login .new_member a{
    margin: auto;
    width: 100%;
  }
}