@charset "utf-8";
/*##########################################################*/
/*  Main Style:                															*/
/*    Ver:1.00/001           																*/
/*    Date:2019/05/31        																*/
/*##########################################################*/
/*###################### Main PC sec #######################*/
/*################### Base div ###################*/
/* コンテンツ基本 */
body,
body input,
body textarea {
	background-color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	line-height:1;
	color:#000;
}
/* IEの場合は、游ゴシックで崩れるのでメイリオ指定。 */
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
    body {
    	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    }
}

body ul,
body dl {
	font-size:0px;
}
body p,
body ul li,
body dl dt,
body dl dd {
	font-size:16px;
	line-height:1.8;
}

/* リンク関連 */
body a {
	color:#000000;
}
body a:hover {
	color: #1984df;
}
body a:hover img {
	filter:alpha(opacity= 70); 
	-moz-opacity:0.7;
	opacity:0.7;
}
img {
	max-width:100%;
	height:auto;
}

/* コンテンツ部分枠 */
body .content-wrap {
	max-width:1000px;
	margin-left: auto;
	margin-right: auto;
}

/*################### Common Layout div ###################*/
/* ヘッダー */
header {
  width: 100%;
  padding-top: 20px;
	background-color: #fff;
}
header #header-content .header-left {
	float: left;
  width: 157px;
  margin-right: 20px;
}
header #header-content .header-middle {
	float: left;
  width: 193px;
  margin-top: 30px;
}
header #header-content .header-right {
	float: right;
	width: 164px;
  margin-top: 20px;
}

/* メニュー */
header #global-menu {
  margin-top: 15px;
  background-color: #000;
}
header #global-menu-pc {
	padding-top: 15px;
	padding-bottom: 15px;
}
header #global-menu-pc .menu-list li {
  display: inline-block;
  width: calc((100% - 7.1px ) / 6);
  border-right: solid 1px #fff;
  line-height: 1.2;
  text-align: center;
}
header #global-menu-pc .menu-list li:first-child {
  border-left: solid 1px #fff;
}
header #global-menu-pc .menu-list li a {
  display: block;
  color: #fff;
}
header #global-menu-pc .menu-list li a:hover,
header #global-menu-pc .menu-list li a.navi_current,
header #global-menu-sp .menu-list li a.navi_current {
  color: #38b3fd;
}
header #global-menu-sp {
  display: none;
}

/* コンテンツ */
#main {
  background-color: #f0f0f0;
}

/* フッター */
footer #footer-content {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #000;
}
footer #footer-content .copyright {
  text-align: center;
  font-size: 12px;
  color:#999;
}

/* ページトップボタン */
#top-button {
	position: fixed;
	bottom: 20px;
	right: 40px;
}

/*################### Components div ###################*/
/* マージン */
.MT1EM {
	margin-top:1em !important;
}
.MT05 {
	margin-top:5px !important;
}
.MT10 {
	margin-top:10px !important;
}
.MT15 {
	margin-top:15px !important;
}
.MT20 {
	margin-top:20px !important;
}
.MT30 {
	margin-top:30px !important;
}
.MT40 {
	margin-top:40px !important;
}
.MT50 {
	margin-top:50px !important;
}
.MT60 {
	margin-top:60px !important;
}
.ML10 {
	margin-left:10px !important;
}
.ML15 {
	margin-left:15px !important;
}
.ML20 {
	margin-left:20px !important;
}
.MB00 {
	margin-bottom:0px !important;
}
.PB00 {
	padding-bottom:0px !important;
}

/* 文字位置 */
.txtAC {
	text-align:center;
}
.txtAL {
	text-align:left;
}
.txtAR {
	text-align:right;
}
.text_IDT01 {
	text-indent: -1em;
	margin-left: 1em;
}
.text_IDT02 {
	text-indent: 1em;
}
.text_color00 {
  color: #000 !important;
}
.text_color11 {
  color: #025ec1 !important;
}

/* 文字関連 */
strong {
	font-weight:bold !important;
}
.FS14 {
	font-size:14px;
}
.FS18 {
	font-size:18px;
}
.FS24 {
	font-size:24px;
}

/* サイズ毎表示 */
.PC-wDisp {
	display: block;
}
.PC-Disp {
	display: block;
}
.PCTB-Disp {
	display: block;
}
.TB-Disp {
	display: none;
}
.TBSP-Disp {
	display: none;
}
.SP-Disp {
	display: none;
}
.TBSP-iDisp {
	display: none !important;
}

/*###################### Small PC sec #######################*/
@media (max-width:1040px){
	/*################### Common Layout div ###################*/
	body .content-wrap {
		margin-left:20px;
		margin-right:20px;
	}

  /*################### Components div ###################*/
  /* サイズ毎表示 */
  .PC-wDisp {
    display: none;
  }
  .PC-Disp {
    display: block;
  }
  .PCTB-Disp {
    display: block;
  }
  .TB-Disp {
    display: none;
  }
  .TBSP-Disp {
    display: none;
  }
  .SP-Disp {
    display: none;
  }
  .TBSP-iDisp {
    display: none !important;
  }
}

/*###################### Tablet sec #######################*/
@media (max-width:768px){
	/*################### Common Layout div ###################*/
  body {
    min-width:100%;
  }
  body .content-wrap {
    width:calc(100% - 40px);
  }

  /* ヘッダー */
  header #header-content {
    margin-bottom: 10px;
  }
  header #header-content .header-middle,
  header #header-content .header-right {
    display: none;
  }
  
	/* ヘッダーメニュー */
  header #global-menu-pc {
		display: none;
	}
	header #global-menu-sp {
		display: block;
	}
  
  /* スマホ用メニュー */
	header #global-menu-sp button {
  	display: block;
    position: absolute;
		top:15px;
		right:20px;
    background: none;
    border: none;
    padding: 0;
    width: 42px;
    color: #000;
    letter-spacing: 0.1em;
    cursor: pointer;
    font-weight: 600;
    z-index: 10100;
    text-align: center;
    outline: none;
	}
	header #global-menu-sp button.active {
    position: fixed;
  }
  header #global-menu-sp button .bar {
  	display: block;
    height: 2px;
    background-color: #000;
    margin: 10px 0;
    transition: all 0s;
    transform-origin: 0 0;
	}
  header #global-menu-sp button .txt-close {
    letter-spacing: 0.08em;
    display: none;
	}
  header #global-menu-sp button .txt-menu {
		display: block;
  }
  header #global-menu-sp button.active .bar {
		width: 47px;
  }
  header #global-menu-sp button.active .bar1 {
		transform: rotate(30deg);
  }
	header #global-menu-sp button.active .bar2 {
		opacity: 0;
	}
	header #global-menu-sp button.active .bar3 {
		transform: rotate(-30deg);
	}
	header #global-menu-sp button.active .txt-menu {
  	display: none;
	}
	header #global-menu-sp button.active .txt-close {
 		display: block;
	}
  header #global-menu-sp nav.menu-sp-wrapper {
    position: fixed;
    top: 0;
    right: 0;
  	width: 260px;
    height: 100%;
    transition: all 0.5s;
    transform: translate(260px);
    z-index: 10000;
    background-color: rgba(234,234,234,0.95);
	}
	header #global-menu-sp nav.menu-sp-wrapper.open {
		transform: translate(0);
  }
  header #global-menu-sp nav ul.menu-list {
		margin-top: 80px;
		margin-left: 30px;
  }
  header #global-menu-sp nav ul.menu-list li {
    font-size: 18px;
    line-height: 2.2;
  }
  
  /*################### Components div ###################*/
	/* サイズ毎表示 */
 .PC-wDisp {
    display: none;
  }
  .PC-Disp {
		display: none;
	}
	.PCTB-Disp {
		display: block;
	}
	.TB-Disp {
		display: block;
	}
	.TBSP-Disp {
		display: block;
	}
	.SP-Disp {
		display: none;
	}
	.TBSP-iDisp {
		display:inline-block !important;
	}
}

/*###################### S-Phone sec #######################*/
@media (max-width : 480px){
	/*################### Common Layout div ###################*/
  /* ページトップボタン */
  #top-button {
    right: 20px;
  }

	/*################### Components div ###################*/
	/* サイズ毎表示 */
	 .PC-wDisp {
    display: none;
  }
  .PC-Disp {
		display: none;
	}
	.PCTB-Disp {
		display: none;
	}
	.TB-Disp {
		display: none;
	}
	.TBSP-Disp {
		display: block;
	}
	.SP-Disp {
		display: block;
	}
	.TBSP-iDisp {
		display:inline-block !important;
	}
}
