@charset "UTF-8";
/* pc <--> sp
-------------------------------------- */
#mediaQuery { display: none; font-family: 'sp'; }

@media all and (min-width: 768px) { #mediaQuery { font-family: 'pc'; } }

@media all and (max-width: 767px) { .viewPc { display: none !important; } }

@media all and (min-width: 768px) { .viewSp { display: none !important; } }

/* clearfix
-------------------------------------- */
.cf:after { content: ''; display: block; clear: both; }

/* noto
-------------------------------------- */
/*.is_font_noto { font-family: 'Noto Sans JP', sans-serif; }*/


/*  body
-------------------------------------- */
body { color: #666;font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro'; }

/* #container
-------------------------------------- */
#container { padding: 30px 0 0; font-size: 14px; line-height: 1.5; font-weight: 500; overflow: hidden; }

#container img { width: 100%; max-width: 100%; height: auto; }
#container img.nosize { width: auto; max-width: 100%; height: auto; }

#container .alpha { display: block; text-decoration: none; }

#container .mainTit { color:#333;margin-bottom: 30px; text-align: center; letter-spacing: 0.02em;font-family: TsukuARdGothic-Regular, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;font-weight: normal; }

#container .mainTit span { position: relative; display: inline-block; font-size: 24px; }

#container .mainTit span:after { position: absolute; bottom: -10px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 141px; height: 3px; content: ""; background: url(/st/878/ja/pc/parts/img/bg_dot01.png) 0 0 no-repeat; }

#container .mod_head01 { margin-bottom: 54px; text-align: center; }

#container .mod_head01_tit { margin-bottom: 35px; font-size: 20px; letter-spacing: 0.05em; font-weight: bold; }

#container .mod_head01_description { font-size: 12px; line-height: 1.7; letter-spacing: 0.09em; }

@media all and (min-width: 768px) { #container { font-size: 14px; max-width: 1200px; margin: 0 auto; padding: 50px 15px 0; }
  #container .is_col2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  #container img { width: auto; }
  #container .alpha { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  #container .alpha:hover { opacity: .7; }
  #container .mainTit { margin-bottom: 71px; }
  #container .mainTit span { font-size: 30px; }
  #container .mainTit span:after { width: 533px; }
  #container .mod_head01 { margin-bottom: 32px; }
  #container .mod_head01_tit { margin-bottom: 24px; font-size: 28px; }
  #container .mod_head01_description { font-size: 14px; }
}

.basic_company_layout { padding: 0 12px 0; background: #fff; }

@media all and (min-width: 768px) { .basic_company_layout { padding: 0px 30px 0 30px; margin-bottom: 0; }}

@media all and (min-width: 1024px) { .basic_company_layout { padding: 0px 60px 0 60px; margin-bottom: 0; }}
.table-basic_layout{
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 24px;
}

.table-basic_layout th,
.table-basic_layout td{
  padding: 10px 0 16px 0;
  line-height: 1.6;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.table-basic_layout th {
	font-weight: bold;
}
.table-basic_layout th{
  background: #f8f8f8;
  vertical-align: middle;
  border-bottom: none;
}
.table-basic_layout th{
  padding: 16px 16px 16px 16px;
}
.table-basic_layout td > ol{
  margin:12px 0;
  padding-left: 16px;
}
.table-basic_layout td ol:last-child{
  margin-bottom: 0;
}
.table-basic_layout ol li{
  list-style-type: decimal;
  margin-bottom: 5px;
}
.table-basic_layout ol li:last-child{
  margin-bottom: 0;
}
.table-basic_layout ol li ol{
  margin-bottom: 10px !important;
}
.table-basic_layout ol ul{
  margin:10px 0;
}
.table-basic_layout ol ul li{
  list-style: none;
}

.list_basic_number{
  margin:12px 0;
  padding-left: 16px;
}
.list_basic_number li{
  list-style-type: decimal;
  margin-bottom: 5px;
}
.list_basic_number li:last-child{
  margin-bottom: 0;
}
.list_basic_number li ol{
  margin: 10px 0;
  padding-left: 16px;
}
.list_basic_number li ol li{
  list-style-type: decimal;
  margin-bottom: 5px;
}

@media all and (min-width: 1024px) {
	.table-basic_layout{
		border-top: 1px dotted #ccc;
	}
	.table-basic_layout th{
		width: 26%;
		vertical-align: top;
	}
	.table-basic_layout th,
	.table-basic_layout td{
		padding: 36px;
		display: table-cell;
		border-bottom: 1px dotted #ccc;
	}
}

/* PC・MB切替 */
/* 768px以下(PC・Tablet) */
@media only screen and (min-width: 768px) {
	.pctab {
		display: block;
	}
	.onlysm {
		display: none;
	}
}
/* 767px以下(SM) */
@media only screen and (max-width: 767px) {
	.pctab {
		display: none;
	}
	.onlysm {
		display: block;
	}
}

.pageTit-h2 {
	color: #333;
	/*margin-bottom: 57px;*/
	margin-top: 57px;
	text-align: center;
	letter-spacing: 0.02em;
	font-family: TsukuARdGothic-Regular, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 24px;
	line-height: 1.6;
}
@media (max-width: 768px) {
	.pageTit-h2 {
		font-size: 18px;
	}
}

.table-basic_layout ol {
	margin-left: 0.25rem;
}
.table-basic_layout ol ol {
	margin-left: 1.25rem;
}


/* List Disc
--------------------------------------------------------- */
.table-basic_layout .mark-disc,
.table-basic_layout ol .mark-disc {
	margin-left: 1.3rem;
}
.table-basic_layout .mark-disc > li,
.table-basic_layout ol .mark-disc > li {
  list-style-type: disc;
}
.table-basic_layout .mark-disc > li + li,
.table-basic_layout ol .mark-disc > li + li {
	margin-top: 0.5rem;
}
.table-basic_layout li > .mark-disc {
	margin-left: 0;
}