@charset "utf-8";

#article {
	margin-bottom: 15px;
}
#article .section {
	/*margin-bottom: 30px;*/
	display: block;
	clear: both;
}

#insert_container .skipmenu {
	display: none;
}

.print {
	display: none;
}

#article .option {
	margin-bottom: 10px;
}
#article .option .date {
	font-size: 90%;
	margin-bottom: 12px;
}
#article .option .social {
}
#article .option .social ul li {
    background: url("../css/none") no-repeat scroll 0 4px transparent;
    display: inline-block;
    margin: 0;
}

/* 768px以上の記述
------------------*/
@media screen and (min-width:768px){
	.print {
		display: block;
	}

	#article .option {
		position: relative;
		height: 25px;
	}

	#article .option .date {
		margin: 3px 0 0 12px;
	}
	#article .option .social {
		position: absolute;
		top: 0;
		left: 152px;
	}

	#article .option .print {
		position: absolute;
		top: -10px;
		right: 0;
	}
}


#article .body {
    position: relative;
    /*z-index: -1;この記述、ほかにどよような影響があるか要注意*/
}

#article .body .article_title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 100%;
	background-image: url(../images/common/line01.png);
	background-repeat: repeat-x;
	display: block;
}
#article .body .article_title {
	position: relative;
	padding: 35px 0;
	margin: 0 0 20px;
}
#article .body .article_title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 100%;
	background-image: url(../images/common/line01.png);
	background-repeat: repeat-x;
	display: block;
}

#article .body .article_title .txtpart {
	display:block;
}

#article .body .article_title .illust {
	display:block;
	width:100%;
	text-align:center;
}
#article .body .article_title {
	text-align: center;
}
#article .body .article_title h1 {
	line-height: 1em;
}

#article .body .article_title.txt {
	padding: 20px 0;
}

#article .body .article_title.txt {
	text-align: left;
}
#article .body .article_title.txt h2 {
	font-size: 0.8em;
	line-height: 1.4em;
	margin-bottom: 0;
}
#article .body .article_title.txt p {
	font-size: 0.5em;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 0;
}

/* 768px以上の記述
------------------*/
@media screen and (min-width:768px){
	#article .body .article_title.txt {
		padding: 25px 20px;
	}
	#article .body .article_title.txt h2 {
	font-size: 75.0%;	
	}
	#article .body .article_title.txt p {
	font-size: 50%;
	margin-bottom:0;
	}
	#article .body .article_title .txtpart {
	/*width:600px;*/
}

#article .body .article_title .illust {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 100px;
}
}



#article .section p {
	margin: 0 0 15px;
	font-size: 100%;
	line-height: 1.6em;
}

#article .section.sentence .section.bg02.checklist p {
	padding:0 10px;
}

#article .section ol {
	font-size: 90%;
}

/* 768px以上の記述
------------------*/
@media screen and (min-width:768px){
	#article .section p {
		margin: 0 15px 15px;
	}
}

#article .pict {
	margin: 0 0 15px;
}
#article .left {
	float: left;
}
#article .right {
	float: right;
}
#article .center {
	text-align: center;
}

/************************************************
 .lead
************************************************/

#article .section.lead p {
}
#article .section.lead .pict img {
	width: 100%;
}

/* 768px以上の記述
------------------*/
@media print, screen and (min-width:768px){/*←左メディアクエリの記述については、印刷時も右寄せが適用させる記述にしています。*/
	#article .section.lead p {
		float: left;
		width: 435px;
	}

	#article .body .section.lead .pict {
		float: right;
	}
	#article .body .section.lead .pict img {
		width: 212px;
	}
}

/************************************************
 .sentence
************************************************/

#article .section.sentence h3 {
	border: 1px solid #d3dee8;
	background: #f6f6f6;
	position: relative;
	font-size: 110%;
	padding: 5px 0 5px 15px;
	width: calc( 100% - 15px );
	margin-bottom: 15px;
}
#article .section.sentence h3:after {
	content: "";
	background: #cacaca;
	position: absolute;
	left: -1px;
	top: -1px;
	min-height: 39px;
	height: calc( 100% + 2px );
	width: 8px;
	display: block;
}

#article .section.sentence h4 {
	position: relative;
	margin: 30px 0 15px;
	font-size: 100%;
	padding: 0 15px 0 15px;
	width: calc( 100% - 30px );
	/*margin-bottom: 30px;*/
	border-left: 10px solid #050c8a;
}

#article .section.sentence h5 {
	position: relative;
	font-size: 100%;
	margin: 30px 0 15px;
	padding: 0 15px 0 15px;
	width: calc( 100% - 30px );
	/*margin-bottom: 15px;*/
	margin-bottom: 5px;
	border-left: 10px solid #cacaca;
}
#article .section.sentence ul {
	margin: 0 15px 30px 15px;
}
#article .section.sentence ul li {
	margin: 0 0 15px;
	/*font-size: 90%; もともとはこちらだった*/
	font-size: 100%;
	line-height: 1.6em;
	list-style: outside none none;
	list-style-type: disc;
	position: relative;
}

#article .section.sentence ul li ol li {
	list-style-type:decimal;
}

/* 768px以上の記述
------------------*/
@media screen and (min-width:768px){
	#article .section.sentence h4 {
		margin: 30px 15px 15px;
	}
	#article .section.sentence h5 {
		margin: 30px 20px 15px;
		font-size: 93.75%;
	}
		
	#article .section.sentence ul {
		margin: 0 0 30px 35px;
	}
}
/************************************************
 横並びリスト（PCで2列、スマホで1列）
************************************************/


#article .section.sentence ul.two_rows {
    padding: 0;
    margin: 0 0 15px;
    width: 100%;
	font-size: 90%;
	}
#article .section.sentence ul.two_rows li {
    padding: 0;
    margin: 0 0 15px 5%;
    list-style-type:none;
    width: 45%;
	list-style: outside none none;
	list-style-type: disc;
	}
#article .section.sentence ul.two_rows li:nth-child(odd){ float:left;margin:0 0 15px 5%;clear:both;}
#article .section.sentence ul.two_rows li:nth-child(even){ float:right;margin:0 0 15px 5%;}


/* 768px以下の記述
------------------*/
@media screen and (max-width:768px){
#article .section.sentence ul .two_rows {
}
#article .section.sentence ul .two_rows li{ 

}
#article .section.sentence ul.two_rows li:nth-child(odd),#article .section.sentence ul.two_rows li:nth-child(even){
	margin: 0 0 5px 5%;
    width: 95%;
	line-height: 1.6em;
	list-style: outside none none;
	list-style-type: disc;
	float:none;}
}

/************************************************
 .bg01
************************************************/

#article .section.bg01 {
	margin-bottom: 20px;
	border: 1px solid #d3dee8;
	position: relative;
	z-index: 0;
}
#article .body .section.bg01:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 98%;
	height: 98%;
	width: calc( 100% - 10px );
	height: calc( 100% - 10px );
	background-image: url(../images/common/h_bg3.jpg);
	z-index: -1;
}

#article .section.bg01 p,
#article div.section.sentence .section.bg01 h5 {
	margin:0 15px 15px;
}
/* 768px以上の記述
------------------*/
@media screen and (min-width:768px){
	#article .section.bg01:after {
		width: 705px;
	}
}

#article .section.bg01 h3,
#article .section.sentence .section.bg01 h3 {
	background:none;
	position: relative;
	font-size: 110%;
	padding: 15px 15px 10px 30px;
	border-bottom: 1px solid #d3dee8;
	width:auto;
	border-top:none;
		border-left:none;
			border-right:none;
}
#article .section.bg01 h3:after,
#article .section.sentence .section.bg01 h3:after {
	content: "";
	background: #050c8a;
	position: absolute;
	left: 15px;
	top: 10px;
	min-height: 24px;
	height: 29px;
	width: 5px;
	display: block;
}

#article .section.bg01 dl {
	margin:0 15px 15px;
	font-size:90%;
}
#article .section.bg01 dl dt {
	font-weight:bold;
	color:#050c8a;
}



/************************************************
 .bg02
************************************************/

#article .section.bg02 {
    border: 1px solid #d3dee8;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
}

#article .section.bg02::after {
    width: 705px;
}

#article .section.bg02::after {
    background-image: url(../images/common/h_bg4.jpg);
    content: "";
    height: calc(100% - 10px);
    left: 5px;
    position: absolute;
    top: 5px;
    width: calc(100% - 10px);
    z-index: -1;
}

#article .section.bg02 h3 {
	position: relative;
	font-size: 110%;
	padding: 15px 0 10px 25px;
	border-bottom: 1px solid #d3dee8;
}

#article .section.bg02.kakomi_gray h3::before,
#article .section.bg02.kakomi_gray h3::after {
	content:none;
}
#article .section.bg02.kakomi_gray h3 {
background:none;
border:none;
border-bottom: 1px solid #d3dee8;
width:inherit;
}


/************************************************
 .pager
************************************************/

#article .section.pager {
	padding: 20px 0 5px;
	text-align: center;
	border: 1px solid #d3dee8;
}

#article .section.pager .next_link {
	font-size: 100%;
	display: table;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	margin-bottom: 12px;
	padding: 0 15px;
	font-weight: bold;
}
#article .section.pager .next_link span {
	font-size: 76%;
	margin-right: 15px;
}

#article .section.pager .page_link {
	margin: 10px auto;
	display: table;
	padding: 0 10px;
}
#article .section.pager .page_link ul {
	display: table-cell;
}
#article .section.pager .page_link ul li {
	text-align: center;
	vertical-align: middle;
	float: left;
	margin: 5px 5px 5px;
}
#article .section.pager .page_link ul li a {
	padding: 10px;
	border: 1px solid #d3dee8;
	display: block;
	line-height: 1em;
	font-size: 80%;
}
#article .section.pager .page_link ul li.here a,
#article .section.pager .page_link ul li a:hover {
	text-decoration: none;
	background-color: #e9f6ff;
}
#article .section.pager .page_link ul li.digest a {
	background: #00a0d5;
	color: #fff;
	padding: 10px 20px;
}
#article .section.pager .page_link ul li.before a {
	background-color: #0066ff;
	color: #fff;
	padding: 10px 15px;
}
#article .section.pager .page_link ul li.before a img {
	margin: 2px 8px 0 0;
}

#article .section.pager .page_link ul li.next a {
	background-color: #0066ff;
	color: #fff;
	padding: 10px 15px;
}
#article .section.pager .page_link ul li.next a img {
	margin: 2px 0 0 8px;
}

/* 768px以上の記述
------------------*/
@media screen and (min-width:768px){
	#article .section.pager {
		padding: 25px 0 15px;
	}

	#article .section.pager .next_link {
		margin-bottom: 15px;
	}
}


/************************************************
 .link_list
************************************************/

#article .link_list {
	margin: 15px 0 30px;
	display: block;
}

#article .link_list h3 {
	position: relative;
	font-size: 100%;
	padding: 0 0 3px 12px;
	border-bottom: 1px solid #d3dee8;
}
#article .link_list h3:after {
	content: "";
	background: #050c8a;
	position: absolute;
	left: 0;
	top: 0;
	height: 22px;
	width: 4px;
	display: block;
}
#article .link_list ul {
	margin: 10px 0;
}

#article .link_list ul li a {
	line-height: 1.8em;
	position: relative;
	padding: 2px 15px 2px 28px;
	font-size: 90%;
	display: block;
}
#article .link_list ul li a:before {
	content: "";
	background-image: url(../images/common/ico_arrow03.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	left: 14px;
	width: 20px;
	height: 20px;
	display: block;
}
#article .link_list ul li p {
	padding-left:28px;
	font-size: 90%;
}



/* 768px以上の記述
------------------*/
@media screen and (min-width:768px){
}


/************************************************
 .index
************************************************/

#article .section.index ul {
	margin: 10px 20px;
}
#article .section.index ul li h4 {
	line-height: 1.4em;
	position: relative;
	padding: 3px 5px 2px;
	font-size: 100%;
	display: block;
}
#article .section.index ul li p {
	line-height: 1.4em;
	padding-left: 20px;
	font-size: 80%;
}
#article .section.index .digest {
	margin: 10px 25px 15px;
	font-size: 100%;
	font-weight: bold;
}

/************************************************
 .kakomi
************************************************/

#article .section.kakomi .body {
	margin: 15px 20px;
}
#article .section.kakomi .body h4 {
	font-size: 100%;
	margin-bottom: 12px;
}
#article .section.kakomi .sub {
	margin: 0 5px 15px;
}
#article .section.kakomi .sub .label {
	margin: 0 15px 15px;
}
#article .section.kakomi .sub .pict {
	margin: 0 15px 15px;
}

/* 768px以上の記述
------------------*/
@media screen and (min-width:768px){
	#article .section.kakomi {
		position: relative;
	}
	#article .section.kakomi .body {
		margin: 15px 30px 30px;
		z-index: 100;
		position: relative;
	}
	#article .section.kakomi .body h4 {
		margin: 0 0 15px;
	}
	#article .section.kakomi .body h4 span {
		display: block;
	}
	#article .section.kakomi .body p {
		height: 160px;
		overflow: auto;
		margin: 0;
	}

	#article .section.kakomi .sub {
		position: absolute;
		top: 75px;
		right: 30px;
		width: 300px;
		text-align: right;
	}
	#article .section.kakomi .sub .label {
		font-size: 80%;
		margin: 0 0 10px;
	}
	#article .section.kakomi .sub .pict {
		margin: 0;
	}
}

/************************************************
 .message
************************************************/

#article .section.message .body {
	margin: 15px 20px;
}
#article .section.message .body h4 {
	font-size: 100%;
	margin-bottom: 12px;
}
#article .section.message .sub {
	margin: 0 5px 15px;
}
#article .section.message .sub .label {
	margin: 0 15px 15px;
}
#article .section.message .sub .pict {
	margin: 0 15px 15px;
}

/* 768px以上の記述
------------------*/
@media screen and (min-width:768px){
	#article .section.message {
		position: relative;
	}
	#article .section.message .body {
		margin: 15px 0 30px 30px;
		width: 445px;
		z-index: 100;
		position: relative;
	}
	#article .section.message .body h4 {
		margin: 0 0 15px;
	}
	#article .section.message .body h4 span {
		display: block;
	}
	#article .section.message .body p {
		height: 160px;
		overflow: auto;
		margin: 0;
	}

	#article .section.message .sub {
		position: absolute;
		top: 75px;
		right: 30px;
		width: 300px;
		text-align: right;
	}
	#article .section.message .sub .label {
		font-size: 80%;
		margin: 0 0 10px;
	}
	#article .section.message .sub .pict {
		margin: 0;
	}
}

/************************************************
 .checklist
************************************************/

#article .section.checklist ul,
#article .section .sentence.checklist ul {
	margin: 10px 20px 15px;
}
#article .section.checklist ul li,
#article .section .sentence.checklist ul li {
	list-style-type: none;
	line-height: 1.8em;
	position: relative;
	padding: 2px 15px 2px 28px;
}
#article .section.checklist ul li:before,
#article .section .sentence.checklist ul li::before {
	content: "";
	background-image: url(../images/common/ico_square.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 7px;
	left: 5px;
	width: 20px;
	height: 20px;
	display: block;
}

#article .section.bg02 h2 {
    border-bottom: 1px solid #d3dee8;
    font-size: 110%;
    padding: 15px 0 10px 25px;
    position: relative;
}
#article .section.checklist ul li h3,
#article .section .sentence.checklist ul li h3 {
	font-size: 90%;
	margin:0;
	padding:0;
	background:none;
	border:none;
}
#article .section.checklist ul li h3,
#article .section .sentence.checklist ul li h3 {
	font-size: 90%;
	margin:0;
	padding:0;
	background:none;
	border:none;
}

#article .section.checklist ul li h3::after,
#article .section .sentence.checklist ul li h3::after {
	background:none;
}

#article .section.checklist ul li h4,
#article .section .sentence.checklist ul li h4 {
	font-size: 90%;
}

#article .section.checklist ul li p,
#article .section .sentence.checklist ul li p {
	font-size: 80%;
	margin: 0;
}

/************************************************
 .kakomi_gray
************************************************/

#article .section.kakomi_gray ul,
#article .section .sentence.kakomi_gray ul,
#article .section .sentence.kakomi_gray p,
#article .section.bg02.kakomi_gray p {
	margin: 10px 20px 15px;
}
#article .section.kakomi_gray ul li,
#article .section .sentence.kakomi_gray ul li {
	list-style-type: none;
	line-height: 1.8em;
	position: relative;
	padding: 2px 15px 2px 18px;
	margin:0;
}
#article .section.kakomi_gray ul li:before,
#article .section .sentence.kakomi_gray ul li::before {
	content: "";
	background-image: url(../images/common/ico_arrow03.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 7px;
	left: 5px;
	width: 20px;
	height: 20px;
	display: block;
}
#article .section.kakomi_gray h4 {
    margin: 30px 10px 15px;
	padding: 0 10px;
	width: 80%
}

#article .section.kakomi_gray h5 {
    margin: 30px 15px 15px;
	padding: 0 10px;	
}

#article .section.kakomi_gray ul li h3,
#article .section .sentence.kakomi_gray ul li h3 {
	font-size: 90%;
	margin:0;
	padding:0;
	background:none;
	border:none;
}
#article .section.kakomi_gray ul li h3,
#article .section .sentence.kakomi_gray ul li h3 {
	font-size: 90%;
	margin:0;
	padding:0;
	background:none;
	border:none;
}

#article .section.kakomi_gray ul li h3::after,
#article .section .sentence.kakomi_gray ul li h3::after {
	background:none;
}

#article .section.kakomi_gray ul li h4,
#article .section .sentence.kakomi_gray ul li h4 {
	font-size: 90%;
}

#article .section.kakomi_gray ul li p,
#article .section .sentence.kakomi_gray ul li p {
	font-size: 80%;
	margin: 0;
}

/* 768px以下の記述
------------------*/
@media screen and (max-width:768px){
	#article .section.kakomi_gray {
		font-sizse:90%;
    margin: 0 0 15px;
	}
	#article .section .sentence.kakomi_gray h4 {
		margin: 0 0 15px;
	}
	#article .section.sentence .kakomi_gray ul li {
		/*margin:0 0 5px;*/
}
#article .section.sentence .kakomi_gray p {
	margin:10px;
}

}

/************************************************
 .guide
************************************************/

#article .section.guide .body {
	margin: 15px 20px;
}
#article .section.guide .sub {
	margin: 0 5px 15px;
}
#article .section.guide .sub .pict {
	margin: 0 15px 15px;
}

/* 768px以上の記述
------------------*/
@media screen and (min-width:768px){
	#article .section.guide {
		position: relative;
	}
	#article .section.guide .body {
		margin: 15px 0 30px 30px;
		width: 500px;
		height: 200px;
		z-index: 100;
		position: relative;
	}
	#article .section.guide .body p {
		height: 200px;
		overflow: auto;
		margin: 0;
	}

	#article .section.guide .sub {
		position: absolute;
		top: 75px;
		right: 30px;
		width: 140px;
		text-align: right;
	}
	#article .section.guide .sub .pict {
		margin: 0;
	}
}






/************************************************
 .enquete
************************************************/

div.detailsBox02 h5.substitute01 span {
	display: none;
}



/* 768px以下の記述
------------------*/
@media screen and (max-width:767px){

	h5.substitute01 {
		width: auto;
		padding: 1em 0 1em 0.5em;
		background-color: #8C5800;
		clear: both;
	}
	h5.substitute01 span {
		display: block!important;
		font-weight: bold;
		color: #fff;
		text-align: center;
	}
	h5.substitute01 img {
		display: none;
	}
}


/***意見集約機能管理システム（三菱スペースソフトウェア製）に関する部分～埋め込み式　***/

.detailsBox02 #insert_container {
	border: 1px solid #ccc;
	margin-top: 1em;
	padding: 0 1em;
}

.detailsBox02 #insert_container div#insert_title {
	display:none;
}


.detailsBox02 #insert_container form div#insert_questions dl {
	border: medium none;
	margin: 1em 0 2em;
	width: 100%;
}

.detailsBox02 #insert_container form div#insert_questions dl dt {
	background: none repeat scroll 0 0 #e8decc;
	border-bottom: 1px solid #ccc;
	font-size: 92.4%;
	padding: 1em 0.5em;
	text-align: left;
	vertical-align: top;
}

.detailsBox02 #insert_container form div#insert_questions dl dt span.indivisual_required {
	color: #F00;
}

.detailsBox02 #insert_container form div#insert_questions dl dd {
	background: none repeat scroll 0 0 #fcf9e6;
	font-size: 92.4%;
	padding: 1em 0.5em;
	vertical-align: top;
}

.detailsBox02 #insert_container form div#insert_questions dl dd label {
	margin-right:1em;
}

/************************************************
 PC版で右寄せ、スマホ版で下に移動しセンタリング
************************************************/

.imgOnOf {
    float: none;
    text-align: center;
    width: auto;
}

/* 768px以上の記述
------------------*/
@media print, screen and (min-width:768px){/*←左メディアクエリの記述については、印刷時も右寄せが適用させる記述にしています。*/

.imgOnOf {
    float: right;
    margin: 0 2% 0;
}
}

/************************************************
 PC版で左から5個横並び、スマホ版で2列横並び　1個は横幅150px以上で用意すること
************************************************/
/* 768px以上の記述
------------------*/
@media print, screen and (min-width:768px){/*←左メディアクエリの記述については、印刷時も右寄せが適用させる記述にしています。*/
#article .section.sentence .side_by_side5 {
    margin-bottom: 1.5%;
}

#article .section.sentence .side_by_side5 ul{
    list-style: inside none none;
	margin:0;
}
#article .section.sentence .side_by_side5 ul li {
    display: inline;
    float: left;
	margin:0;
    padding: 1.5%;
    width: 17.0%;
}
}
/* 768px以下の記述
------------------*/
@media only screen and (max-width:767px){/*←左メディアクエリの記述については、印刷時は適用させないようにする記述にしています。*/
#article .section.sentence .side_by_side5 {
    margin-bottom: 1.5%;
}

#article .section.sentence .side_by_side5 ul{
    list-style: inside none none;
}
#article .section.sentence .side_by_side5 ul li {
    display: inline;
    float: left;
	margin:0;
    padding: 2.5%;
    width: 45.0%;
}
}

/************************************************
 .lr　左右並列、スマホ時は縦並びに変更
************************************************/
.lr .l_block {
	width:100%;
}

.lr .r_block {
	width:100%;
}

/* 768px以下の記述
------------------*/
@media only screen and (max-width:767px){/*←左メディアクエリの記述については、印刷時は適用させないようにする記述にしています。*/
	.lr {
		padding:15px 15px 0;
	}	
	.lr .l_block {
		display: block;
		margin-bottom:15px;
	}
	.lr .r_block {
		display: block;
	}
	.wrap #article .lr h5 {
    margin: 30px 0 15px;
    padding: 0 10px;
}
	.lr p img {
	width:100%;
	}
}

/* 768px以上の記述
------------------*/
@media print, screen and (min-width:768px){/*←左メディアクエリの記述については、印刷時も右寄せが適用させる記述にしています。*/
	.lr {
		clear: both;
		margin: 0 0 12px;
		padding:0;
	}

	.lr .l_block {
		float: left;
	}
	.lr .r_block {
		float: right;
	}

	.lr .l_block {
		width: 50%;
	}
	.lr .r_block {
		width: 50%;
	}


}

/************************************************
 定義リスト
************************************************/

.section.sentence dl {
    font-size: 90%;
    margin: 10px 20px 15px;
}


.section.sentence dl dt {
    color: #050c8a;
    font-weight: bold;
    margin: 0;
}


.section.sentence dl dd {
    line-height: 150%;
    margin: 0 0 15px;
}

/* 768px以下の記述
------------------*/
@media screen and (max-width:767px){
.section.sentence dl {
    font-size: 90%;
    margin: 10px 10px 15px;
}

.section.sentence dl dd {
    line-height: 150%;
    margin: 0 0 15px;
}
}

p.toIndex {
    clear: both;
    margin-top: 15px;
    text-align: right !important;
}

