﻿@charset "utf-8";
body {
/*	font-family: ipamincho, "游ゴシック","arial unicode ms", sans-serif;*/
	font-family: ipamincho, "メイリオ", sans-serif;
	font-weight: 500;
	margin-top: 10px;
	margin-right: 29px;
	margin-bottom: 10px;
	margin-left: 29px;
}

textarea, input, select {
	font-family: ipamincho, "メイリオ", sans-serif;
	font-weight: 500;
	padding: 5px;
}

.formFixWidth textarea {
	width:8em;
}

.formFixWidth input {
	width:7em;
}

.w20em input {
	width:20em;
}

.w25em input {
	width:25em;
}

.w4em input {
	width:4em;
}

.w3em input {
	width:3em;
}

.w35em textarea {
	width:35em;
}

.w60per textarea {
	width:60%;
}

.w98per textarea {
	width:98%;
}

.w90per textarea {
	width:90%;
}

.w100per {
	width:100%;
}

select {
	padding: 7px;
}

div.paragraph {
	page-break-after: always;
}

div.paragraph ul li {
  margin-left: 1.5em !important;
}

h1 {
	font-family: ipagothic, "メイリオ", sans-serif;
	text-align: center;
	font-size:1.8em;
}

h2 {
	font-family: ipagothic, "メイリオ", sans-serif;
	background: #064375;/*背景色*/
	color: #FFF;/*文字まわり（上下左右）の余白*/
	text-align: center;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size:1.4em;
	font-weight: 500;
}

h3 {
	font-family: ipagothic, "メイリオ", sans-serif;
	color: #FFF;/*下線*/
	font-size: 1.2em;
	background-color: #616d78;
	margin-top: 1.5em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

h3 span.fss{
	font-size:0.8em;
}


h4 {
	font-family: ipagothic, "メイリオ", sans-serif;
	background: transparent;/*左線*/
	margin-bottom: 0px;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left:3.5em !important;
	text-indent:-3.0em;
}
h4.fwNormal {
	font-weight:normal;
}

h5 {
	font-family: ipagothic, "メイリオ", sans-serif;
	font-size: 0.95em;
	padding: 0.5em;/*文字周りの余白*/
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	font-size: 0.95em;
	margin-left: 3.5em;
	line-height:1.8;
	margin-top: 0;
	margin-bottom:0;
}

strong {
	font-family: ipagothic, "メイリオ", sans-serif;
}
.tensaku {
	text-decoration: line-through;
}

@media screen {
	/* add hy 20191106ここから */
	body.stickyContents  {
	/*font-size :1.0;*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	overflow-y: hidden;
	}
	.stickyContents #nav-content {
	display: flex;
	margin-top: 18px;
	}
	.stickyContents .l-sidebar {
	width: 360px;
	overflow-y: scroll;
	height: calc(100vh - 184px);/* 108px+76px */
	}
	.stickyContents .l-sidebar__inner {
	padding-top:15px;
	}
	.stickyContents .l-sidebar__item {
	padding: 25px;
	}
	.stickyContents .l-main{
	height: calc(100vh - 184px);/* 108px+76px */
	overflow-y: scroll;
	width: calc(100% - 250px);
	margin-left:25px;
	}
	.stickyContents .l-main #contentsArea {
	font-size :1.2rem;
	width:860px;
	margin-bottom:2em;
	}
	/* add hy 20191106ここまで */

}
@media print {
	body  {
		font-size :90%;
	}
}


#contentsArea  li {
	margin-left: 2.5em;
	text-align:justify;
}
#contentsArea :not(h3) a{
color:#000;	
	text-decoration:none;
}
#contentsArea :not(h3) a:hover{
	text-decoration:underline;
	background-color:#0078d7;
	color:#FFF;
	cursor: pointer;
}


.taC,
table td.taC {
text-align:center !important;
margin-left:auto;
margin-right:auto;
}
.taR,
table td.taR {
text-align:right;
}
.vaB,
table td.vaB {
	vertical-align:bottom;
}
.vaM,
table td.vaM {
	vertical-align:middle !important;
}
table td.bgcGray {
	background-color:#eeefef;
}

.henkou1 {
	border-bottom: solid 1px #000;
}

.henkou4 {
border-bottom: dashed 1px #000;
}

.henkou2 {
border-bottom: solid 4px #353535;
}

.henkou3 {
border-bottom: double 4px #000;
}

/* PDF出力限定 */

@media print{
	.henkou1 {
		border-bottom: 1px solid #000;
	}

	.henkou4 {
	border-bottom: dashed 1px #000;
	}

	.henkou2 {
	border-bottom: solid 3px #000;
	}

	.henkou3 {
	border-bottom: double 4px #000;
	}
}
table {
	font-size:0.9em;
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 3.5em;
}
table.fss{
	font-size:0.8em;
}
table.chiikiKubun{
	font-size:0.8em;
}
table.chiikiKubun th.bgcDarkgray {
	background-color:#d3d3d4;
}
table.chiikiKubun th {
	background-color:#eeefef;
}



table.hyoshi{
	font-size:0.8em;
}
table th{
	padding: 6px;
	text-align: center;
	font-weight:bold;
	border: 1px solid #000;
	vertical-align:top;
}
table td{
padding: 6px;
background-color: #fff;
border: 1px solid #000;
}
input[type=checkbox],input[type=radio] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

/*.tokkiflag {
	color: #FFF;
	float: right;
	font-weight: bold;
	background-color: #f90006;
	padding: 5px 20px;
}*/

/*botan*/

.square_btn {
	display: inline-block;
	text-decoration: none;
	color: #cd0c1b;
	border: 1px solid #666;
	border-radius: 5px;

	background: #fff;
	margin-left:0.2em;
	margin-right:0.2em;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	white-space: nowrap;
}

td.searchRow .square_btn {
	color: #000;
}

.square_btn:hover {
	background: #4f7db1;
	color: white;
	cursor: pointer;
}

.square_btn_pr {
	font-size:1.1em;
	display: inline-block;
	text-decoration: none;
	color: #fff !important;
	border: 2px solid #cd0c1b;
	border-radius: 5px;

	margin-left:0.2em;
	margin-right:0.2em;
	background-color: #cd0c1b;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	white-space: nowrap;
}

td.searchRow .square_btn_pr {
	background-color: #795548;
	border: 1px solid #795548;
}

.square_btn_pr:hover {
	background: #fff !important;
	color: #cd0c1b !important;
	text-decoration:underline !important;
	cursor: pointer;
}

td.searchRow .square_btn_pr:hover {
	color: #795548 !important;
}


h3 .square_btn_pr {
	font-size:1.0em;
}
.square_btn_dummy {
	display: inline-block;
	text-decoration: none;
	color: #888;
	border: 1px solid #888;
	border-radius: 5px;


	background: #fff;
	margin-left:0.2em;
	margin-right:0.2em;
	padding: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
}



/* header固定*/

body{
	padding: 90px 0 50px 0;
}  
* html body{  
    overflow: hidden;  
}   
div#headerArea,header {
	position: fixed !important;
/*	position: absolute;*/
	top: 0;
	left: 0px;
	width: 100%;
	height: 52px;
	background-color: #FFF;
	color: #333;
	padding: 20px;
	z-index: 100;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}  

@media print{
	header,footer,#debug {
	display:none;
	}
}

header a {
	color:#092c95;
	font-weight: normal;
}

header a:hover {  
	text-decoration:none;
}

div#footerArea {
	position: fixed !important;
/*	position: absolute;*/
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: #ebebdc;
	color: #fff;
	text-align:center;
	padding: 15px 20px 20px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}  
* html div#contentsArea{  
    height: 100%;  
    overflow: auto;  
}

/* headerの固定によるアンカー調整 https://www.tomotanuki.com/entry/web-in-page-link-fixed */
/*
@keyframes modify {
      0% { padding-top: 170px; margin-top: -170px; }
    100% { padding-top: 0; margin-top: 0; }
}
@-webkit-keyframes modify {
      0% { padding-top: 170px; margin-top: -170px; }
    100% { padding-top: 0; margin-top: 0; }
}

h3:target,
h4:target,
h5:target,
p:target {
    -webkit-animation: modify 0.2s;
    animation: modify 0.2s;
}
*/


#nav-drawer,#headerArea .lisence_detail,header .lisence_detail {
	color: #FFF;
	background-color: #555;
	height:32px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	padding-top: 6px;
	padding-right: 1.5em;
	padding-bottom: 0px;
	padding-left: 1.5em;
}
#nav-drawer{
display: flex;
}
#nav-drawer span {
	vertical-align:bottom;
}
header .lisence_detail {
	line-height:2.3;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 7em;
	height: 28px;
	margin-left: -23px;
	vertical-align: middle;
	cursor: pointer;
	background-color: #cd0c1b;
	padding: 5px 10px;
	margin-right:1em;
}
#nav-open img {
	vertical-align:bottom;
}


/* ページャー http://wwx.jp/css-pagination */
.pager {
	overflow: hidden;
/*	margin-bottom: 30px;*/
}
.pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}
 
.pager ul li {
    margin: 0 1px !important; 
    position: relative;
    left: -50%;
    float: left;
}
 
.pager ul li span,
.pager ul li a {
    display: block;
    font-size: 16px;
    padding: 0.6em 1em;
    border-radius: 3px;
}
 
.pager ul li a {
    background: #EEE;
    color: #000;
    text-decoration: none;
	margin-left: 0.5em;
}
 
.pager ul li a:hover {
	background: #cd0c1b;
	color: #FFF;
}

.genbun {
	color:#777;
}

.list-table {
border-top:solid 2px #fff;
border-bottom:solid 1px #c2c2c2;
margin-left:0;
}

.list-table td,.list-table th {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #c2c2c2;
}

.list-table th {
	font-size: 80%;
	border-top-color: #c2c2c2;
	background-color: #d7d0b9;
}
.searchRow {
	/*background-color:#efedd9;*/
}
h1.manage {
	font-size: 150%;
	background-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	color: #000;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}
h1.manage span {
	color:red;
	font-size:60%;
	margin-left:1em;
}
#nav-content a {
text-decoration:none;
}
#nav-content a:hover {
text-decoration:underline;
}
#nav-content .l-main h1 {
	font-size: 120%;
}
#nav-content .l-sidebar h1 {
	font-size: 100%;
	margin-top: 0px;
}

#nav-content h2 {
	font-size: 120%;
}
#nav-content ul li {
	line-height:1.8;
	display:list-item;
	padding:0px;
}
#nav-content ul {
	margin-left:0px;
/*	margin-right:30px;*/
	padding-left:0px;
}
#nav-content ul li {
	margin-left:0px;
	padding-left:0px;
}
#nav-content ul li a {
    display:block;
	padding-left:15px;
}
#nav-content ul li a,
#nav-content ul li a:link,
#nav-content ul li a:visited {
	color:#0000ee;
}
#nav-content ul li.active,
#nav-content ul li.active a {
    background:#C00;
	color:#FFF;
}
#nav-content ul li a:hover {
    background:#C00;
	color:#FFF;
	text-decoration:none;
}
.comment {
	color: #F00;
}
.logo_header img {
	vertical-align:top;
	margin-top: -10px;
	margin-left: -10px;
}
.logo {
	text-align: center;
	margin: 0px;
}

.submenu_header {
	float:right;
	margin-right:30px;
	text-align:right;
	height:48px;
}

.alert_message {
	color: #F00;
}
div.L0 p {
	margin-left:1em;
	text-indent:-2.5em;
	padding-left:1.0em;
}
div.L1 p {
	margin-left:3.5em;
	text-indent:-1.5em;
	padding-left:1.5em;
}
div.L2 p {
	margin-left:5.0em;
	text-indent:-2.0em;
	padding-left:2.0em;
}
div.L3 p {
	margin-left:6.5em;
	text-indent:-3.0em;
	padding-left:3.0em;
}
div.L4 p {
	margin-left:8.0em;
	text-indent:-1.5em;
	padding-left:1.5em;
}
div.L5 p {
	margin-left:9.5em;
	text-indent:-1.5em;
	padding-left:1.5em;
}
div.L6 p{
	margin-left:11.0em;
	text-indent:-1.5em;
	padding-left:1.5em;
}
div.L7 p{
	margin-left:12.5em;
	text-indent:-1.5em;
	padding-left:1.5em;
}

/* L8は使用していない */
div.L8{
	margin-left:14.0em;
	text-indent:-1.5em;
	padding-left:1.5em;
}

p.tableSage{
	margin-left:0em;
	text-indent:-3em;
	padding-left:3em;
}

/* 文章中の特記用ここまで */

p.hyotitle {
	font-family: ipagothic, "メイリオ", sans-serif;
	font-weight:bold;
	margin-top:1em;
}
caption {
	margin-top:1em;
	font-family: ipagothic, "メイリオ", sans-serif;
	font-weight:bold;
/*	page-break-before:avoid;*/
}
caption span{
	display:block;
	text-align:right;
	font-weight:normal;
}

.noPagebreak {
	page-break-inside: avoid;
}

.PagebreakBefore {
	page-break-before:always;
}

p.hyochus {
	padding-left:3em !important;
	text-indent:-2.5em;
	margin-top:0;
	margin-bottom:0em !important;
	padding-top:0;
	padding-bottom:0;
	font-size: 85%;
}
p.hyochu {
	padding-left:2.5em !important;
	text-indent:-2.0em;
	margin-top:0;
	margin-bottom:0em !important;
	padding-top:0;
	padding-bottom:0;
	font-size: 85%;
}

p.mB1 {
	margin-bottom:1em !important;
}
p.mT1 {
	margin-top:1em !important;
}

.nowrap {
	white-space: nowrap;
}

div.L3 table {
	margin-left:9.5em;
}

/* 左マージンなしのページスタイル */
.parStyleNomargin h4,
.parStyleNomargin h5,
.parStyleNomargin h6,
.parStyleNomargin h7,
.parStyleNomargin p,
.parStyleNomargin table,
#contentsArea .parStyleNomargin li,
.parStyleNomargin img {
	margin-left:0;
	margin-right:0;
	padding-left:0;
}


/*添削対象*/
.z {
	background-color:#e9f3da;
	text-decoration:none;
	font-weight:normal;
	margin-top:3px;
	margin-bottom:3px;
}
.z:hover {
	background-color:#2033df;
	text-decoration:none;
	color:#fff;
	cursor: pointer;
}
/*添削あり*/
.edit{
	text-decoration:line-through;
}

.y {
	background-color:#fbe3e4;
}

/*.edit .note {*/
.note {
	color: #FFF;
	white-space: nowrap;
/*	width: 5rem;*/
	float: right;
	background: red;
	text-align: center;
	text-indent: 0px;
	padding: 0 0.5rem;
	display: inline-block;
	text-decoration:none !important;
}

.listNews {
	margin-top:0em;
	border-bottom:1px solid #CCC;
	padding:0.5em !important;
	margin-left:1em !important;
}
dl.listNews02 {
border-bottom: 1px solid #CCC;
font-size: 0.95em;
padding: 0.5em !important;
margin: 0 0 0 1em !important;
overflow: hidden;
}
dl.listNews02 a {
    color: #cd0c1b !important;
}
dl.listNews02 a:hover {
    color: #FFF !important;
}
.listNews02 dt{
float: left;
font-weight: 700;
}
.listNews02 dd{
margin-left:6em !important;
}
.datetime {
	font-size:80%;
	color:#808080;
	text-align:center;
	margin-top:1rem;
}
b {
	font-weight:normal;
}

div.kiyaku {
  width: 780px;
	margin:0 auto;
	padding:15px;
  height: 200px;
  overflow: scroll;
  text-align:left;
}

/* 技術基準適合仕様確認書のリンク */
a.outer {
padding:0.3rem 0rem;
text-decoration:underline !important;
}

a.outer:hover {
text-decoration:none !important;
}

a.outer:after {
  margin: 0 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35a";
color: #0078d7;
text-decoration:none !important;
/*line-height:2.5;*/
}

a:hover.outer:after {
color: #a8dcff;
text-decoration:none !important;
}

/* 技術基準適合仕様確認書のチェックボックス */
.checkTable01 tr.checked,
.checkTable01 td.checked{
background-color:#eac515;
}
/* チェックボックス */
label.checkTypeLabel01{
display: inline-block;
vertical-align: middle;
}
label.checkTypeLabel01 input[type="checkbox"]{
display: none;
}
label.checkTypeLabel01 .checkbox {
display: block;
cursor: pointer;
width: 13px;
height: 13px;
background: #fff;
border:2px solid #000;
}
label.checkTypeLabel01.checked  .checkbox,
.checked label.checkTypeLabel01 .checkbox {
background: #000;
}
label.checkTypeLabel01 .disabledON + .checkbox,
.disabledON + .checkbox{
background: #000;
cursor: default;
}
li label.checkTypeLabel01{
margin-top: -0.2em;
}

/* 開口部比率要計算 */

.box1 {
	border:#000 1px solid;
	padding:1px 3px 0 3px;
	white-space:nowrap;
}

/* PDF出力限定 */

@media print{
	a.outer {
	text-decoration:none !important;
	}
	h1,h2,h3,h4,h5,h6,h7 {
		font-weight: 500;
	}
	h3 {
	page-break-after:avoid;
	margin-top: 1.0em;
	}
	textarea, input, select {
		font-size: 0.85em;
	}
	table td {
		text-align:justify;
	}
	p {
		line-height:1.5;
		text-align:justify;
	}
	p.hyotitle,caption {
		font-weight:500;
	}
	caption span {
		font-family: ipamincho, "メイリオ", sans-serif;
	}
	#footerArea {
		display:none;
	}
	.datetime {
		color:#000;
	}
	.edit {
		text-decoration: line-through;
	}
	.z {
		background-color:none;
		margin-top:0px;
		margin-bottom:0px;
	}
	.y {
		background-color:#FFF;
	}
	a, a:link, a:visited {
		text-decoration:none !important;/*下線を消す*/
		color:#000000;/*非リンクの文字色と同じにする*/
	}
	.w100perPrint {
		width:100%;
	}
	thead {
		display: table-header-group;
	}
	p.kuugyo{
		margin-bottom:1em;
	}
}

/* 保存した状態 */
.alert-infoHeader{
	margin-top: 1rem;
	background: blue;
	color: #fff;
	padding: 3px 1em !important;
	line-height: 1.4;
	align-self: flex-start;
	margin: 0 1em;
}
.alert-dangerHeader{
	margin-top: 1rem;
	background: red;
	color: #fff;
	padding: 3px 1em !important;
	line-height: 1.4;
	align-self: flex-start;
	margin: 0 1em;
}

/* ヘルプのよくある質問開閉 */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	height:100%;
	margin: 0 0 1em 0;
	border-radius: 0.5em;
	background: #FFF;
	border:2px solid #d9d9d9;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 3em 1em 1.5em;
	cursor: pointer;
	border-radius: 0.5em;
	z-index: 10;
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #ae8944;
}

.cp_qa .cp_actab .cp_plus {
	position: absolute;
	color: #ae8944;
	font-size: 1.7em;
	font-weight: bold;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: 0.3em 0;
	height: 1em;
	z-index: 5;
	-webkit-transition: transform 0.4s;
	transition: transform 0.4s;
}

.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
	background: #ffffff;
}

.cp_qa .cp_actab .cp_actab-content p {
	color: #333;
	margin: 0.8em 1em 1em 0;
}

.cp_actab-content p {
    font-weight: 500;
}

.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
/*	border: 10px solid #ae8944;*/
}

.cp_qa .cp_actab input:checked ~ label {
/*	color: #ffffffa3;*/
	border-radius: 0.5em 0.5em 0 0;
}

.cp_qa .cp_actab input[type=checkbox]:checked + label + span {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.cp_actab p:empty {
  display:none;
}