@charset "UTF-8";


/* =================================================

	共通設定
	
================================================= */
sup {
	font-size: 80%;
	vertical-align: baseline;
	position: relative;
	top: -0.8ex;
	left: 0.4ex;
	padding-right: 0.8ex;
}

img {
	vertical-align: top;
}

i{
	font-style: italic;
	padding-right: .5rem;
}


/* .lineup-head
------------------------------------------------- */
.lineup-head {
	margin: 0 auto;
	background-color: #eee;
	padding: 15px;
	border-top: 5px solid #000;
}

.lineup-head .lineup-ttl {
	padding: 0 2.5% 20px;
	font-size: 4rem;
	font-weight: 900;
	color: #555;
}

.lineup-head .lineup-nav {
	padding: 0;
}
.lineup-head .lineup-nav .nav-in {
  font-size: 1.8rem;
  font-weight: 900;
}
.lineup-head .lineup-nav li {
	display: inline-block;
  margin: 0 0 0 .86%;
	width: 24%;
}
.lineup-head .lineup-nav li:first-of-type {
  margin-left: 0;
}
.lineup-head .lineup-nav li a{
	background-color: #fff;
  border: 4px solid #b0b0b0;
  box-sizing: border-box;
  display: block;
  width: 100%;
  word-break: break-all;
	text-align: center;
	color: #333;
	transition: opacity .5s ease, border .5s ease;
  border-radius: 8px;
}
.lineup-head .lineup-nav li a:hover{
	opacity: 1;
	border-color: #028330;
}
.lineup-head .lineup-nav dl{
	line-height: 1.4;
	padding: 8px 0 12px;
	transition:opacity 0.5s ease 0s;
}
.lineup-head .lineup-nav a:hover dl{
	opacity: .6;
}
.lineup-head .lineup-nav dl dt{
	min-height: 36px;
	font-size: 2rem;
	font-weight: bold;
	color: #959595;
}
.lineup-head .lineup-nav dl dd{
	font-size: 2rem;
	font-weight: 900;
}

.lineup-head .lineup-nav li.active a{
  background-color: #fff;
  border-color: #028330;
  color: #333;
	position: relative;
}
.lineup-head .lineup-nav li.active a:after{
	content: "";
  border-color: #028330 transparent transparent;
	border-style: solid;
	border-width: 10px 7px;
	position: absolute;
	bottom: -23px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
}
.lineup-head .lineup-nav li.active a:hover{
	border-color: #028330;
}
.lineup-head .lineup-nav li.active dl{
}
.lineup-head .lineup-nav li.active a:hover dl{
	opacity: 1;
}
.lineup-head .lineup-nav li.active dl dt{
	color: #fff;
}
.lineup-head .lineup-nav li.active dl dd{
}

.sp-Nav {
	display:none;
}



/* .function-wrap
------------------------------------------------- */
.function-wrap {
	margin-top: 65px;
}
.function-sect {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
	border-bottom: 2px solid #b5b5b5;
}
.function-sect-last {
	border-bottom-width: 0;
}
.function-inner {
	margin: 0 50px;
	min-width: inherit;
}


/* .function-anchor
------------------------------------------------- */
.function-anchor{
	margin: 60px 45px 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.function-anchor-box{
	float: left;
	width: 25%;
	max-width: 25%;
	flex: 1 1 auto;
	display: flex;
	padding: 0 5px;
}
.function-anchor-box-inner{
	padding: 15px 10px;
	width: 100%;
	box-sizing: border-box;
	border: 5px solid #b5b5b5;

}
.function-anchor-box-ttl{
	font-size: 2rem;
	font-weight: bold;
	color: #333;
	padding: 0 5px 10px;
	border-bottom: 1px solid #ccc;
}
.function-anchor-list{
	font-size: 1.4rem;
	font-weight: 300;
	color: #333;
	padding: 10px 10px 0;
}
.function-anchor-list li{
	margin-bottom: 6px;
}
.function-anchor-list a{
	display: block;
	font-size: 1.4rem;
	font-weight: 300;
	color: #333;
	background: url(../images/16b/icon_ancher.png) left .8rem no-repeat;
	padding-left: 15px;
}

/* 注釈
------------------------------------------------- */
.annotation-all {
	margin-left: 50px;
	margin-right: 50px;
}
.function-annotation {
	clear: both;
	color: #898989;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.notation {
	padding-left: 1.4em;
	text-indent: -1.4em;
}



/* table表
------------------------------------------------- */
.toggle_ttl {
	clear: both;
  padding: 0 0 15px;
	font-size: 2rem;
}

.toggle_container{
	clear: both;
	margin-bottom: 50px;
}
.wrap_toggle{
	overflow: hidden;
}
.table_close{
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.toggle_container .tbl_column {
  border-spacing: 0;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 5px;
	font-size: 1.3rem;
	font-weight: 300;
	table-layout: fixed;
}

.toggle_container .tbl_column th{
	width: 160px;
}

.toggle_container .tbl_column th,
.toggle_container .tbl_column td{
	vertical-align: middle;
	text-align: center;
	padding: 5px 10px 8px;
}

.toggle_container .tbl_column .head_toggle th{
	border-top: 1px solid #ccc;
	border-right: 1px solid #fff;
	cursor: pointer;
}

.toggle_container .tbl_column .toggle_btn .toggle_open_txt{
	display: inline-block;
	background: url(../images/16b/icon_tgl_open.png) right .3rem no-repeat;
	background-size: 16px auto;
	padding-right: 24px;
}
.toggle_container .tbl_column .toggle_btn .toggle_open_txt{
	display: inline-block;
}
.toggle_container .tbl_column .toggle_btn .toggle_close_txt{
	display: none;
}
.toggle_container .tbl_column .toggle_open .toggle_close_txt{
	display: inline-block;
	background: url(../images/16b/icon_tgl_close.png) right .3rem no-repeat;
	background-size: 16px auto;
	padding-right: 24px;
}
.toggle_container .tbl_column .toggle_open .toggle_open_txt{
	display: none;
}
.toggle_container .tbl_column .toggle_open .toggle_close_txt{
	display: inline-block;
}

.toggle_container .tbl_column .head_toggle td{
	border-top: 1px solid #898989;
	border-right: 1px solid #fff;
	font-size: 1.5rem;
	background-color: #898989;
	color: #fff;
}

.toggle_container .tbl_column .body_toggle th{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 1.8rem;
	text-align: left;
}

.toggle_container .tbl_column .body_toggle td{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.td-bdr {
	margin-bottom: 6px;
	padding-bottom: 8px;
	display: block;
	border-bottom: 1px dotted #ccc;
}

.bold {
	display: inline-block;
	margin-bottom: 4px;
	font-weight: 700;
}

.toggle_container .tbl_column .body_toggle td:last-child{
	border-right-color: #fff;
}

.toggle_container .tbl_column .body_toggle .type_a th{
	background-color: #000;
	color: #d1b562;
}

.toggle_container .tbl_column .body_toggle .type_b th{
	background-color: #b18518;
	color: #fff;
}

.toggle_container .tbl_column .body_toggle .type_c th{
	background-color: #898989;
	color: #fff;
}

.toggle_container .tbl_column .body_toggle .type_a th a,
.toggle_container .tbl_column .body_toggle .type_b th a,
.toggle_container .tbl_column .body_toggle .type_c th a{
	color: inherit;
}

.toggle_container .annotation{
	font-size: 1.2rem;
  padding-left: 2.1em;
  text-indent: -2.1em;
}
.copy-clone{
	display: none;
}



/* SP
------------------------------------------------- */
@media screen and (max-width:640px){
	
	/* #container
	------------------------------------------------- */
	#container {
    margin-top: 0;
	}
	
	/* .lineup-head
	------------------------------------------------- */
	.lineup-head {
		padding: 10px;
		border-top: 3px solid #000;
	}

	.lineup-head .lineup-ttl {
		padding: 0 0 15px;
		font-size: 1.9rem;
	}

	.lineup-head .lineup-nav {
		display:none;
	}
	
	/* .lineup-subttl-sp
	------------------------------------------------- */
	.lineup-subttl-sp{
		margin: 25px 15px 0;
	}
	.lineup-subttl-sp-en{
		font-size: 1.5rem;
		font-weight: 900;
		color: #b5b5b5;
	}
	.lineup-subttl-sp-ja{
		font-size: 1.8rem;
		font-weight: 900;
		color: #333;
	}
	
	/* .function-wrap
	------------------------------------------------- */
	.function-wrap {
		margin-top: 0;
	}
	.function-sect {
		max-width: none;
		margin-top: 25px;
		padding-bottom: 10px;
		border-bottom-width: 0;
	}
	.function-inner {
		margin: 25px 15px 0;
		padding: 0;
		border-radius: 3px;
	}

	.function-sect-ttl{
		margin: 25px 15px 0;
		padding: 2px 0 2px 9px;
		font-size: 1.7rem;
		text-align: center;
	}


	/* .function-anchor
	------------------------------------------------- */
	.function-anchor{
		display: none;
	}

	
	/* 注釈
	------------------------------------------------- */
	.annotation-all {
		margin-left: 15px;
		margin-right: 15px;
	}
	.function-annotation {
		font-size: 1rem;
		margin-top: 12px;
	}
	.notation {
		padding-left: 1.4em;
		text-indent: -1.4em;
	}
	
	/* table表
	------------------------------------------------- */
	.toggle_ttl {
		font-size: 1.4rem;
	}

	.toggle_container{
		clear: both;
		margin-bottom: 40px;
	}
	.toggle_container .tbl_column {
		margin-bottom: 10px;
		font-size: 1.1rem;
		border-bottom: 1px solid #ccc;
	}

	.toggle_container .tbl_column th{
		width: 50px;
	}

	.toggle_container .tbl_column th,
	.toggle_container .tbl_column td{
		padding: 2px 4px 3px;
	}
	
	.toggle_container .tbl_column td img{
		transform: scale(.5);
		transform-origin: center;
	}

	.toggle_container .tbl_column .toggle_btn .toggle_open_txt{
		background-position:center bottom;
		background-size: 13px auto;
		padding:0 0 15px;
	}
	.toggle_container .tbl_column .toggle_btn .open_txt_sphide{
		display: none;
	}
	.toggle_container .tbl_column .toggle_open .toggle_close_txt{
		background-position:center bottom;
		background-size: 13px auto;
		padding:0 0 15px;
	}

	.toggle_container .tbl_column .head_toggle td{
		font-size: 1.1rem;
	}
	.toggle_container .tbl_column .body_toggle th{
		font-size: 1.1rem;
	}

	.toggle_container .tbl_column .body_toggle td{
		border-left: 1px solid #ccc;
		border-right-width: 0;
	}
	.toggle_container .tbl_column .body_toggle td:first-of-type{
		border-left-width: 0;
	}

	
	.toggle_container .annotation{
		font-size: 1rem;
		padding-left: 1.2em;
		text-indent: -1.2em;
	}
	
	
	.copy-hide{
		display: none;
	}
	.copy-clone{
		margin-top: 10px;
		display: block;
	}
	
	
/* spNav */
	.sp-Nav {
		display:block;
		margin:0 -15px;
		text-align:center;
	}
	.slide-menu { 
		border:4px #b3b3b3 solid;
		box-sizing:border-box;
		margin:0 5px;
		font-size:15px;
		font-size:1.5rem;
		color:#b5b5b5;
		font-weight: 900;
	 }
	.slide-menu span {
		font-size:13px;
		font-size:1.3rem;
		color:#333333;
		font-weight: 900;
	}
	.slide-menu a {
		display:block;
		padding: 10px 0;
		color:#b5b5b5;
		background-color: #fff;
	}
	
}

/* slick */
.slick-slider
{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Dots */
.slick-slider
{
}

.slick-dots
{
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: url("../images/16b/pager_off.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}

.slick-dots {
	margin-top: 2%;
}


.slick-dots li.slick-active button {
	background: url("../images/16b/pager_on.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}


/* br
------------------------------------------------- */
@media screen and (min-width:1200px) {
  .no_br_l {
    display: none;
  }
}
@media screen and (min-width:641px) and (max-width:1200px) {
  .no_br_m {
    display: none;
  }
}
@media screen and (max-width:640px){
  .no_br_s {
    display: none;
  }
}

