﻿/* CSS layout */

sup {
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}
sub {
font-size: 75.5%;
vertical-align: bottom;
position: relative;
top: 0.1em;
}

/*サイトトップの画像*/

#masthead {
	clear: both;
	margin-top: 30px;
	margin-bottom: 10px;
	width: calc(100vw - 20px);
	max-width: 1366px;
	height: 10vw;
	max-height: 133px;
	min-height: 75px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}
@media (max-width: 1000px) and (min-width:679px) {
	#masthead {
	margin-top: 130px;
	margin-bottom: 20px;
	}
}
@media (min-width: 465px) and (max-width: 678.9px){
	#masthead {
	margin-top: 130px;
	margin-bottom: 20px;
	}
}
@media (max-width: 464.9px) {
	#masthead {
	margin-top: 220px;
	margin-bottom: 20px;
	}
}

.midashi {
    margin: 80px 1em 0 0;
	font-size: 49px;
	font-size:clamp(22px, 5.1vw, 54px);
	color: #ff0;
    font-family: 'M PLUS 1p', sans-serif,G2サンセリフ-B;
    font-weight:bold;
	-webkit-text-stroke-color: #000; /* 文字の縁取り */
	-webkit-text-stroke-width: 1px;
	text-shadow: 8px 6px 5px #333; /* 文字の影 */
	position: relative;
	top: 20%;
	left:0.5em;
}
.midashi-2 {
    margin: 80px 1em 0 0;
	font-size: 37px;
	font-size:clamp(22px, 4.1vw, 42px);
	color: #ff0;
    font-family: 'M PLUS 1p', sans-serif,G2サンセリフ-B;
    font-weight:bold;
	-webkit-text-stroke-color: #000; /* 文字の縁取り */
	-webkit-text-stroke-width: 1px;
	text-shadow: 8px 6px 5px #333; /* 文字の影 */
	position: relative;
	top: 20%;
	left:0.5em;
}

p.midashi {
	font-size: 17px;
	font-size:clamp(16px, 3.8vw, 22px);
	color: #ff0;
    font-family: 'M PLUS 1p', sans-serif,G2サンセリフ-B;
    font-weight:bold;
	-webkit-text-stroke-color: #000; /* 文字の縁取り */
	-webkit-text-stroke-width: 1.0px;
	text-shadow: 8px 6px 5px #333; /* 文字の影 */
	position: relative;
	top: 0.5rem;
	left:0.5em;
}
@media (max-width:320px) {
    p.midashi {
        display: none;
    }
}
p.midashi + h1.midashi {
    margin-top: 0px;
	font-size: 40px;
	font-size:clamp(21px, 4.4vw, 45px);
	color: #ff0;
    font-family: 'M PLUS 1p', sans-serif,G2サンセリフ-B;
    font-weight:bold;
	-webkit-text-stroke-color: #000; /* 文字の縁取り */
	-webkit-text-stroke-width: 1px;
	text-shadow: 8px 6px 5px #333; /* 文字の影 */
	position: relative;
	top: 0.9rem;
	left:1em;
}

/*containerは中央の３列全体を規定*/
@media (min-width:750px){
	.display-box {
	display: -webkit-flex;
	display: flex;
	}
	.display-box{
	flex-direction: row;
	flex-wrap:wrap;
	}
	.order1 {
		order: 1;
	}
	.order2 {
		order: 2;
	}
	.order3 {
		order: 3;
	}
}
@media (max-width: 749.9px){
	.display-box {
	display: -webkit-flex;
	display: flex;
	}
	.display-box{
	flex-direction: row;
	flex-wrap:wrap;
	}
	.order1 {
		order: 3;
	}
	.order2 {
		order: 1;
	}
	.order3 {
		order: 2;
	}
}

#container {
	width: calc(100vw - 20px);
	max-width: 1366px;
	margin-top:20px;
	margin-bottom:5px;
}
@media all and (max-width: 400px) {
	#container {
		width: calc(100vw - 10px);
	}
}

/*left_colは左側の枠を規定*/
#left_col-out {
	display: block;
	width: 200px;
	height: 100%;
	float: left;
}

/*left_colはサイドメニュー（左側枠内）を規定*/
#left_col {
	width:180px;
	height: min-content;
	float: left;
	border: 4px double #000;
	border-radius: 4px;
	margin-top: 10px;
	padding: 6px;
}
@media all and (max-width: 749.9px) {
	#left_col {
		display: none;
	}
	#left_col-out {
		float: none;
		margin: 30px 20px 0 15px;
		width:calc(100% - 50px);
	}
}

label.left_col{/*　親メニューボタン　*/
	display: block;
	margin: 3px 0 0 0;
	padding: 8px 0px 8px 10px;
	background: -webkit-linear-gradient(#080, #040);
	background: -moz-linear-gradient(#080, #040);
	background: linear-gradient(#080, #040);
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	border-radius: 4px;

	text-decoration: none;
	line-height: 1.4;
	text-align: left;
	font-size:medium;
	color: #fff;
	text-shadow: -2px -2px 2px rgba(0,0,0,0.6);
	transition: background-color 0.2s,color 0.2s;
}
label.left_col:hover{/*　親メニューボタン マウスオーバー　*/
	background: -webkit-linear-gradient(#0a0, #060);
	background: -moz-linear-gradient(#0a0, #060);
	background: linear-gradient(#0a0, #060);
}

a.left_col_3{/*　親メニューボタン　*/
	display: block;
	margin: 3px 0 0 0;
	padding: 8px 0px 8px 10px;
	background: -webkit-linear-gradient(#080, #040);
	background: -moz-linear-gradient(#080, #040);
	background: linear-gradient(#080, #040);
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	border-radius: 4px;
	text-decoration: none;
	line-height: 1.4;
	text-align: left;
	font-size:medium;
	color: #fff;
	text-shadow: -2px -2px 2px rgba(0,0,0,0.6);
	transition: background-color 0.2s,color 0.2s;
}
a.left_col_3:hover{/*　親メニューボタン マウスオーバー　*/
	background: -webkit-linear-gradient(#0a0, #060);
	background: -moz-linear-gradient(#0a0, #060);
	background: linear-gradient(#0a0, #060);
}

li.left_col_2{/*　子メニューボタン　*/
	display: block;
	margin: 0 0 0 10px;
	padding: 8px 0px 8px 10px;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	border-radius: 4px;
	list-style-type: none; 
	line-height: 1.4;
	text-align: left;
	font-size:medium;

	text-decoration: none;
	background-color: #080;
	padding-left: 10px;
	transition: background-color 0.2s,color 0.2s;
}
li.left_col_2:hover{/*　子メニューボタン　マウスオーバー*/
	background-color: #0a0;
}
a.left_col_2{/*　子メニューリンク　*/
	display: block;
	padding: 0px 0px 0px 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: -2px -2px 2px rgba(0,0,0,0.6);
}

input[type=checkbox].bellows{
    display: none;/* チェックボックスの非表示 */
}

/* メニュー開閉時アニメーション */
.ac_menu ul {
    transition: all 0.2s;
    margin: 0;
    padding: 0;
    list-style: none;
/*    background :#f4f4f4;*/
}
.ac_menu li {
    padding: 5px;
}

/* ▽▽アコーディオン開閉指定▽▽ */
input[type=checkbox].bellows + ul{
    max-height: 0;/* チェックが入っていない時の高さ */
    overflow: hidden;
}
input[type=checkbox].bellows:checked + ul{
    max-height: 50em;/* チェックが入っているときの高さ */
}
/* △△アコーディオン開閉指定△△ */

/*left_col-conはコンサルタント試験等の赤枠を規定*/
#left_col-con {
	width: calc(100% - 20px);
	height: min-content;
	float: left;
	border: 2px red double;
	border-radius: 4px;
	margin-top: 10px;
	padding: 7px;
}
@media (max-width: 749.9px) {
	#left_col-con {
		width: 100%;
	}
}

/*#left_col-con はコンサルタント試験等のボタンを規定*/
li.left_col-con{
	float:left;
	border-radius: 5px;
	width:180px;
	padding: 1px;
	margin: 4px 0 0 0;
	list-style-type: none;
	line-height: 1.4;
	text-align: left;
	box-shadow: 0 0 2px #2a46cc;
}
@media (max-width: 749.9px) {
	li.left_col-con {
		display: block;
		margin-right: 16px;
		margin-left: 16px;
		width:calc(50% - 36px);
	}
}

li.left_col-con a{
	display: block;
	border-radius: 5px;
	margin: 0;
	padding: 16px 0px 16px 10px;
	text-shadow: 0 1px 1px #fff;
	background: #8a9b0f;
	background: linear-gradient(#800, #400);
	box-shadow: inset 0 1px 1px rgba(255,255,255,0.5),inset 0 -1px 1px rgba(0,0,0,0.9);
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	font-family: Arial,Helvetica,sans-serif;
/*	font-weight: bold;*/
/*	font-size:medium;*/
	font-size: small;
	line-height: 1.4;
	text-decoration: none;
}
li.left_col-con :hover{
	background: linear-gradient(#a00, #600);
}

/*right_colは右側の列を規定*/

#right_col {
	display: block;
	position:relative;
	width: 300px;
}
@media (max-width: 1000px) and (min-width:750px) {
	#right_col {
		float: none;
		margin: 30px 20px 0 230px;
		width:calc(100% - 250px);
	}
}
@media (max-width: 749.9px) {
	#right_col {
		float: none;
		margin: 30px 20px 0 15px;
		width:calc(100% - 40px);
	}
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
}
.sample-box-right {
	margin-top: 10px;
	padding: 0 5px 0px 5px;
	/*border: 2px solid #da4033;
	border-radius: 4px;*/
	position: relative;
}
.sample-box-right-img{
	vertical-align: middle;
	border: 1px solid #0f0
}
.sample-box-right-img:hover{
	opacity: 0.5;
}

.banner-right {
    float: left;
	margin: 15px 15px 10px 0;
	text-align: left;
}

time.topic-date {
	margin-top: 10px;  /* 段落間のスペースを指定 */
    margin-left: 1rem;
	font-weight: bold;
	color: #FF0000;
}
.twitter-box {
    margin-top: 20px;
    font-size: small;
    background-color: #eee;
}
p.SNS-box {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 900;
    color: #00f
}

/*page_contentとcontent1は中央のコンテンツ置き場の最上段*/

#page_content {
	display: block;
	float: left;
	width:calc(100vw - 585px);
	max-width: 802px ;
	margin: 0px 20px 0px 20px;
	padding: 5px;
	text-align: left;
	background-color: #ffffff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
@media all and (max-width: 1000px) and (min-width: 750px) {
	#page_content {
		float: none;
		width:calc(100vw - 270px);
		max-width: 780px;
		margin: 0px 20px 0px 20px;
		padding: 5px;
	}
}
@media all and  (max-width: 749.9px) {
	#page_content {
		float: none;
		width:calc(100% - 10px);
		max-width: 700px;
		margin: 0px 5px 0px 5px;
		padding: 5px;
	}
}
/*.content1 {
}*/

/*ページトップへ移動するボタンを表示*/

#page-top1{
	display: block;
	z-index: 9999;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height:50px;
	border-radius:50px;
	padding: 15px 5px 0px 5px;
	background: #59d;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
    text-decoration: none;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
	box-shadow: inset 2px 2px 8px rgba(255,255,255,0.5),inset -2px -2px 8px rgba(0,0,0,0.2);
	transition: background-color 0.3s,color 0.3s;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
@media (max-width: 850px) {
    #page-top1 {
        bottom: 0px;
        right: 0px;
        width: 20px;
        height:80px;
        border-radius:10px 0 0 10px;
        padding: 10px 5px 0px 5px;
        }
}

#page-top1:hover{
	background: #099;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	filter:alpha(opacity=100);
    opacity: 1.0;
    transform: rotatey(360deg);  /* 回転 */
    transition: 0.3s;             /* 0.3秒かけて動く */
}

/*これは水平線の規定*/

.horizontal {
	border:0;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
	width: 100%;
	margin: 2px 0px 2px 0px;
	float:left;
}

.horizontal2 {
	margin: 20px 0px 0px 10px;
	height: 4px; 
	width: auto;
}

/* 以下SNSボタンについて横並びにするための規定*/

.social {
	width:100%;
	margin: 15px 0 0 15px;
	padding: 5px 0 5px 0;
}

.social_inner {
	position: relative;
	left: 0%;
	float: left;
}

.facebook,
.twitter,
.hatebu,
.LINE,
div.note {
	position: relative;
	left: 0%;
	float: left;
	margin: 1rem 10px 0 0;
}

.facebook {width: 180px;height: 30px;padding-left: 0px;}
.fb_iframe_widget > span {vertical-align: baseline !important;}
.twitter {width: 80px;padding-left: 5px;height: 30px;}
.hatebu {width: 120px;padding-left: 12px;height: 30px;}
.LINE {width: 84px;padding-left: 5px;}
div.note {width: 75px;padding-left: 5px;height: 30px;}

/* 中断トップの枠 */

div.sample-box-top {
	clear: both;
	border: 2px ridge #da4033;
	border-radius: 4px;
	margin: 2em 0em 0em 0em;
	padding: 1em 1em 0.5em 0em;
	position: relative;
}

div.sample-box-top::before {
    background-color: #ffffff;
    color: #da4033;
    content: "このページのポイント";
    font-weight: bold;
    left: 1em;
    padding: 0.2em;
    position: absolute;
    top: -1em;
}

.illustration-setumeiwakunai {
    float: right;
	width: 90%;
    margin-left: 1rem;
}
@media (min-width: 350px) {
	.illustration-setumeiwakunai {
		width: 150px;
	}
}
span.phot-setumeiwakunai {
    float: right;
	width: 90%;
	aspect-ratio: 340 / 227;
	margin-bottom: 10px;
}
@media (min-width: 390px) and (max-width: 1200px) {
	span.phot-setumeiwakunai {
		width: 210px;
		height: 195px;
		margin-left: 1rem;
	}
}
@media (min-width: 1200.5px) {
	span.phot-setumeiwakunai {
		width: 340px;
		height: 270px;
		margin-left: 1rem;
	}
}
img.phot-setumeiwakunai {
	width:100%;
	aspect-ratio: 340 / 227;
	object-fit: cover;
}
video.phot-setumeiwakunai {
	width:100%;
	height:auto;
}
span.phot-movie {
	aspect-ratio: 340 / 508;
}
@media (min-width: 390px) and (max-width: 1200px) {
	span.phot-movie {
		width: 210px;
		height: 355px;
		margin-left: 1rem;
	}
}
@media (min-width: 1200.5px) {
	span.phot-movie {
		width: 340px;
		height: 355px;
		margin-left: 1rem;
	}
}

img.phot-movie {
	width:100%;
	aspect-ratio: 340 / 508;
	object-fit: cover;
}
.setumeiwakunai-sub {
	margin: 5px 15px 0 1rem;
}
.caption-p {
	margin: 10px 0 0 0;
	padding-left: 4em;
	text-indent: -2em;
	line-height: 1.5;
	font-size: small;
	color: #008800;
}
@media (min-width:450px) {
	.caption-p,.oshirase-tyuuki {
		text-align: right;
	}
}
p.document-2{/* 資料出所の表示 */
	margin: 5px 0px 5px 10%;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
    text-decoration: none;
	font-size: small;
    color: #006400;
	line-height: 1.6; /* 行間のスペースを指定 */
	width: auto;
	clear: both;
}
p.document-2r{/* 資料出所の表示 */
	margin: 5px 0px 5px 10%;
	padding-left: 1em;
	text-indent: -1em;
	text-align: right;
    text-decoration: none;
	font-size: small;
    color: #006400;
	line-height: 1.6; /* 行間のスペースを指定 */
	width: auto;
	clear: both;
}
iframe.ytube {
	display: block;
	margin:1rem auto 0 auto;
	width:75vw;
	height:42.2vw;
}

@media (min-width: 750px) {
	/* 750px以上でFlexboxを有効にしてレイアウトを切り替える */
	iframe.ytube {
		width:80%;
		max-width: 560px;
		max-height: 315px;
		}
}

/*中断トップの内容を規定*/
p.sample-box-top{
	list-style: none;
	background: url(../img/point027_04.png) 0 0.5rem no-repeat;/* 行頭のポイント */
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 1em;
	line-height:1.8;
	text-indent: 0em;
	text-align: justify;
	font-size: medium;
	font-family: Century;
	text-align: left;
}
@media (max-width: 350px) {
	p.sample-box-top {
		clear: both;
	}
}
p.sample-box-top-phot{
	list-style: none;
	background: url(../img/point027_04.png) 0 0.5rem no-repeat;/* 行頭のポイント */
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 1em;
	line-height:1.8;
	text-indent: 0em;
	text-align: justify;
	font-size: medium;
	font-family: Century;
	text-align: left;
}
@media (max-width: 389.5px) {
	p.sample-box-top-phot {
		clear: both;
	}
}
/* 目次 */
@media (min-width:750px) {
	section.mokuji-waku {
		display:none;
	}
}
ul.mokuji {
    margin-bottom: 10px;
  border: solid 2px #ffb03f;
  padding: 0.5em;
  position: relative;
  margin-top: 2em;
}
ul li.mokuji-1 {
	list-style: none;
	background: url(../img/point022_01.png) 0.5rem 0.5rem no-repeat;/* 行頭のポイント */
	margin: 5px 0px 0px 10px;
	padding-left: 2rem;
	line-height:1.5rem;
	text-align: justify;
	font-size: medium;
	font-family: Century;
	text-align: left;
}
ul li.mokuji-1:after {
  /*タイトルタブ*/
  background: #ffb03f;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 5px 1px 35px;
  content: "目次";/*タブの文字*/
  letter-spacing: 1.05em;/*字間*/
}
ul li.mokuji-2 {
	list-style: none;
	background: url(../img/point022_04.png) 1.5rem 0.5rem no-repeat;/* 行頭のポイント */
	margin: 5px 0px 0px 10px;
	padding-left: 3rem;
	line-height:1.5rem;
	text-align: justify;
	font-size: medium;
	font-family: Century;
	text-align: left;
}
ul li.mokuji-3 {
	list-style: none;
	background: url(../img/point022_04.png) 2.5rem 0.5rem no-repeat;/* 行頭のポイント */
	margin: 5px 0px 0px 10px;
	padding-left: 4rem;
	line-height:1.5rem;
	text-align: justify;
	font-size: medium;
	font-family: Century;
	text-align: left;
}
@media (min-width:1200.5px) {
	p.sample-box-top,p.sample-box-top-phot,p.pquote,p.samplu-box-title,li.mokuji-1,li.mokuji-2,li.mokuji-3 {
		font-size: 17px;
	}
}

/*ボックスの枠囲い*/

.box-waku {
	border: 2px ridge #da4033;
	border-radius: 4px;
	margin: 1.5em 0em 2em 0em;
	padding: 0em 1em 1em 0em;
	position: relative;
}
.box-waku::before {
    background-color: #dddddd;
    color: #da4033;
    font-weight: bold;
    left: 1em;
    padding: 0.2em;
    position: absolute;
    top: -1em;
}
.box-waku-2 {
	border: 2px ridge #da4033;
	border-radius: 4px;
	margin: 1.5em 0em 2em 0em;
	padding: 0em 1em 1em 0em;
	position: relative;
}

/*項目の枠囲い*/

.sample-box-waku {
	border: 2px ridge #da4033;
	border-radius: 4px;
	margin: 1.5em 0em 2em 0em;
	padding: 0em 1em 1em 0em;
	position: relative;
}
.sample-box-waku::before {
    background-color: #ffffff;
    color: #da4033;
    content: "コンテンツ";
    font-weight: bold;
    left: 1em;
    padding: 0.2em;
    position: absolute;
    top: -1em;
}
.sample-box-waku-2 {
	border: 2px ridge #da4033;
	border-radius: 4px;
	margin: 1.5em 0em 2em 0em;
	padding: 0em 1em 1em 0em;
	position: relative;
}
.link::before {
    content: "リンク";
}

/*項目(コンサルタント試験)の枠囲い*/

.consultant-box-waku {
    clear: right;
	border: 2px ridge #da4033;
	border-radius: 4px;
	margin: 1.5em 0em 2em 0em;
	padding: 0em 0.5em 1em 0em;
	position: relative;
}
@media (min-width:450px) {
	.consultant-box-waku {
		margin: 1.5em 0em 2em 3em;
	}
}
.consultant-box-waku::before {
    background-color: #ffffff;
    color: #da4033;
    content: "解説と正答";
    font-weight: bold;
    left: 1em;
    padding: 0.2em;
    position: absolute;
    top: -1em;
}
.consultant-box-waku-2 {
	border: 2px ridge #da4033;
	border-radius: 4px;
	margin: 1.5em 0em 2em 0em;
	padding: 0em 1em 1em 0em;
	position: relative;
}

/*項目(過去のログ)の枠囲い*/

.kakolog-box-waku {
	border: 2px ridge #da4033;
	border-radius: 4px;
	margin: 1.5em 0em 2em 3em;
	padding: 0em 1em 1em 0em;
	position: relative;
}
.kakolog-box-waku::before {
    background-color: #ffffff;
    color: #da4033;
    content: "内容";
    font-weight: bold;
    left: 1em;
    padding: 0.2em;
    position: absolute;
    top: -1em;
}
.kakolog-box-waku-2 {
	border: 2px ridge #da4033;
	border-radius: 4px;
	margin: 1.5em 0em 2em 0em;
	padding: 0em 1em 1em 0em;
	position: relative;
}

/* カウントダウンタイマー */
div.countdw {
	display: block;
	clear: both;
    border: ridge #55aaff ;
	margin: 1rem 0 1rem 1rem;
    padding: 15px;
	text-align: center;
    background: #f8f8ff;
	word-wrap: break-word; /* 枠内のテキストがはみ出さないようにする */
}
@media (max-width: 678.9px){
	div.countdw {
		padding: 5px;
	}
}

p.countnt {
	margin-bottom: 1em;
	font-size: 17px;
	font-weight: 700;
	color: green;
	text-align: center;
	line-height: 1.5;
}

.tick {
	box-sizing:border-box;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	cursor:default;
	position:relative;
	z-index:1;
	line-height:1.4;
}
.tick * {
	box-sizing:inherit;
}
.tick [data-view]{
	max-width:100%;
}
.tick span[data-view]{
	display:inline-block;
}
.tick .tick-credits{
	position:absolute;
	right:0;
	bottom:0;
	opacity:.4;
	text-decoration:none;
	font-size:11px;
	color:inherit;
}
.tick [data-layout~=pad]{
	margin:-.25em;
}
.tick [data-layout~=pad]>*{
	margin:.25em;
}
.tick [data-layout~=horizontal]{
	display:flex;
	-ms-flex-direction:row;
	flex-direction:row;
	-ms-flex-pack:center;
	justify-content:center;
}
.tick [data-layout~=horizontal][data-layout~=baseline]{
	-ms-flex-align:baseline;
	align-items:baseline;
}
.tick [data-layout~=horizontal][data-layout~=center]{
	-ms-flex-pack:center;
	justify-content:center;
}.tick [data-layout~=horizontal][data-layout~=right]{
	-ms-flex-pack:end;
	justify-content:flex-end;
}
.tick [data-layout~=horizontal][data-layout~=left]{
	-ms-flex-pack:start;
	justify-content:flex-start;
}
.tick [data-layout~=horizontal][data-layout~=fill],.tick [data-layout~=horizontal][data-layout~=stretch]{
	-ms-flex-line-pack:stretch;
	align-content:stretch;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
}
.tick [data-layout~=horizontal][data-layout~=fill]>*,.tick [data-layout~=horizontal][data-layout~=stretch]>*{
	-ms-flex:1 0 0px;
	flex:1 0 0;width:100%;
}
.tick [data-layout~=horizontal][data-layout~=multi-line]{
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.tick [data-layout~=horizontal][data-layout~=fit]{
	display:-ms-inline-flexbox;
	display:inline-flex;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-ms-flex-line-pack:center;
	align-content:center;
	white-space:nowrap;
	-ms-flex-pack:start;
	justify-content:flex-start;
}
.tick [data-layout~=vertical]{
	display:flex;-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-align:center;
	align-items:center;
}
.tick [data-layout~=vertical][data-layout~=top]{
	-ms-flex-pack:start;
	justify-content:flex-start;
}
.tick [data-layout~=vertical][data-layout~=bottom]{
	-ms-flex-pack:end;
	justify-content:flex-end;
	min-height:100%;
}
.tick [data-layout~=vertical][data-layout~=middle]{
	-ms-flex-pack:center;
	justify-content:center;
	min-height:100%;
}
.tick [data-layout~=vertical][data-layout~=left]{
	-ms-flex-align:start;
	align-items:flex-start;
}
.tick [data-layout~=vertical][data-layout~=right]{
	-ms-flex-align:end;
	align-items:flex-end;
}
.tick [data-layout~=vertical][data-layout~=center]{
	text-align:center;
}
.tick [data-layout~=vertical][data-layout~=fill],.tick [data-layout~=vertical][data-layout~=stretch]{
	-ms-flex-align:stretch;
	align-items:stretch;
	min-height:100%;
}
.tick [data-layout~=vertical][data-layout~=fill]>*,.tick [data-layout~=vertical][data-layout~=stretch]>*{
	-ms-flex:1 0 0px;
	flex:1 0 0;
}
.tick [data-layout~=vertical]>*+*{margin-top:.5em}.tick [data-layout~=overlay]{
	position:relative;
}
.tick [data-layout~=overlay]>*{
	margin:0;
}
.tick [data-layout~=overlay][data-layout~=center]{
	text-align:center;
}
.tick [data-layout~=overlay][data-layout~=left]{
	text-align:left;
}
.tick [data-layout~=overlay][data-layout~=right]{
	text-align:right;
}
.tick [data-layout~=overlay]>[data-overlay=fill],.tick [data-layout~=overlay]>[data-overlay=stretch]{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.tick [data-layout~=overlay]>[data-overlay=center]{
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.tick-flip{
	position:relative;
	text-align:center;
}
.tick-flip *{
	border-radius:inherit;
	white-space:pre;
	letter-spacing:inherit;
	text-indent:inherit;
}
.tick-flip-front{
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.tick-flip-back{
	border-top-left-radius:0;
	border-top-right-radius:0;
}
.tick-flip-spacer{
	display:block;
	visibility:hidden;
}
.tick-flip-shadow{
	position:absolute;
	left:1px;
	right:1px;
	top:1px;
	bottom:1px;
	color:transparent!important;
	background:transparent!important;
}
.tick-flip-shadow-top{
	bottom:calc(50% - 1px);
}
.tick-flip-shadow-bottom{
	top:calc(50% + 1px);
}
.tick-flip-card-shadow{
	position:absolute;
	left:.15em;
	right:.15em;
	bottom:.125em;
	height:.5em;
	background-color:transparent;
	border-radius:0;
	opacity:0;
	transform-origin:0 100%;
	box-shadow:0 .125em .25em rgba(0,0,0,.5),0 .125em .5em rgba(0,0,0,.75);z-index:0;
}
.tick-flip-card{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	perspective:4em;
}
.tick-flip-panel-back,.tick-flip-panel-front{
	position:absolute;
	left:0;
	width:100%;
	height:51%;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	transform-style:preserve-3d;
}
.tick-flip-panel-back-text,.tick-flip-panel-front-text{
	position:absolute;
	left:-1px;
	top:0;
	right:-1px;
	height:100%;
	overflow:hidden;
}
.tick-flip-panel-text-wrapper{
	position:absolute;
	left:0;
	top:0;
	right:0;
	height:100%;
}
.tick-flip-panel-back-text .tick-flip-panel-text-wrapper{
	height:200%;
	top:-100%;
}
.tick-flip-panel-front{
	transform-origin:center bottom;
	top:0;
	z-index:2;
	box-shadow:inset 0 1px hsla(0,0%,100%,.05);
}
.tick-flip-panel-back{
	transform-origin:center top;
	top:50%;
	z-index:1;
	box-shadow:inset 0 -1px rgba(0,0,0,.1);
}
.tick-flip-panel-back:after{
	z-index:1;
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:linear-gradient(180deg,rgba(0,0,0,.3) 1px,rgba(0,0,0,.15) 0,transparent 30%);
}
.tick-flip-panel-back-shadow{
	z-index:2;
}
.tick-flip-panel-back-highlight{
	z-index:3;
}
.tick-flip-panel-back-highlight,.tick-flip-panel-back-shadow{
	border-bottom-left-radius:inherit;
	border-bottom-right-radius:inherit;
}
.tick-flip-panel-back-highlight,.tick-flip-panel-back-shadow,.tick-flip-panel-front-shadow{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity:0;
}
.tick-flip-panel-front-shadow{
	background-image:linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.3));
}
.tick-flip-panel-back-shadow{
	background-image:linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.5));
}
.tick-flip-panel-back-highlight{
	background-image:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.3));
}
.tick [data-style*="shadow:inner"],.tick [data-style*="shadow:inner"] .tick-flip-card-shadow,.tick [data-style*="shadow:none"] .tick-flip-card-shadow,.tick [data-style*="shadow:none"] .tick-flip-panel-back,.tick [data-style*="shadow:none"] .tick-flip-panel-front,.tick [data-style*="shadow:none"] .tick-flip-shadow{box-shadow:none}.tick [data-style*="shadow:none"] .tick-flip-back:after,.tick [data-style*="shadow:none"] .tick-flip-panel-back-shadow,.tick [data-style*="shadow:none"] .tick-flip-panel-back-text:after,.tick [data-style*="shadow:none"] .tick-flip-panel-front-shadow{
	background-image:none;
}
.tick [data-style*="rounded:none"]{
	border-radius:0;
}
.tick [data-style*="rounded:panels"] .tick-flip-front,.tick [data-style*="rounded:panels"] .tick-flip-shadow-bottom{
	border-bottom-left-radius:inherit;
	border-bottom-right-radius:inherit;
}
.tick [data-style*="rounded:panels"] .tick-flip-back,.tick [data-style*="rounded:panels"] .tick-flip-panel-back:after,.tick [data-style*="rounded:panels"] .tick-flip-shadow-top{
	border-top-left-radius:inherit;
	border-top-right-radius:inherit;
}
.tick-flip{
	margin-left:.0625em;
	margin-right:.0625em;
	min-width:1.125em;
	border-radius:.125em;
	letter-spacing:.25em;
	text-indent:.25em;
}
/*ここから後でスタイル修正*/
.tick-flip-panel{
	color:#edebeb;
	background-color:#333232;
}
.tick-flip-shadow{
	box-shadow:0 .125em .3125em rgba(0,0,0,.25),0 .02125em .06125em rgba(0,0,0,.25);
}
.tick {
	padding-bottom: 1em;
	font-size:1rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.tick-label {
	font-size:.375em;
	text-align:center;
}
.tick-group {
	margin:0 .25em;
	text-align:center;
}

/*見出しｈ2*/

.midashi-style2 {
	text-align: left;
	line-height: 30px;
	margin: 10px 0px 0px 0px; 
	padding: 10px 10px 10px 65px;
	font-family: Century;
	font-size:large;
	color:#4a1086;
	background:  url(../img/GreenCloss_mini.png) 0.7em 0.7em no-repeat, -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background:  url(../img/GreenCloss_mini.png) 0.7em 0.7em no-repeat, linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	border: 1px solid #ccc;
	border-top: 4px solid #1c66fe;
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}

/*見出しｈ3*/

.midashi-style3 {
	width: auto; 
	margin: 30px 40px 10px 10px;
	padding: 10px 0px 10px 10px;
	font-family: "ＭＳ 明朝", serif;
	font-size: medium;
	color: green; 
	text-align: left;
	border-style: solid ; 
	border-width: 2px; 
	border-color: red; 
	border-radius: 5px; 
	background-color: lavender; 
	box-shadow: 5px 5px 5px #999;
	line-height: 1.5;
}

/*.samplu-box-naiyou{
}*/

/*見出しｈ4*/

.auto-styleh4 {
	display: block;
	position:relative;
	margin: 15pt 0pt 10pt 15pt;
	padding: 5px 5px 5px 2.5em;
	background: url(../img/point026_05.png) 0.5em 0.7em no-repeat;/* 行頭のポイント */
	line-height: 1.6; /* 行間のスペースを指定 */
    text-decoration: none;
	text-indent: 0em;
	text-align: left;
	font-size: medium;
	font-family: Century;
	border-style: solid ; 
	border-width: 2px; 
	border-radius: 10px; 
	border-color: #0000ff; 
	width: auto; 
}
.auto-styleh4:hover {
	top: -5px;
	right: 5px;
	box-shadow: 5px 5px 5px #999;
}
@media (min-width:1200.5px) {
	.auto-styleh4 {
		margin-top: 40px;
	}
}
.jyunbi:hover {
	top: 0px;
	right: 0px;
	box-shadow: 0px 0px 0px #999;
}

/*以下でコンサルタント支援の見出しｈ4を規定*/

.midashi-styleh4 {
	font-family: "ＭＳ 明朝", serif;
	margin: 15pt 0px 1em 1em;
	padding: 8px 0px 8px 1em;
	text-indent: 0em;
	font-size: medium;
	text-align: left;
	border-style: solid ; 
	border-width: 2px; 
	border-color: blue; 
	color: maroon; 
	background-color: #cee; 
	border-radius: 10px; 
	box-shadow: 3px 3px 3px #999;
	line-height: 1.5;
}
@media (min-width:450px) {
	.midashi-styleh4 {
		padding: 8px 0px 8px 10px;
	}
}

/*以下でアニメーションのないｈ4を規定*/

.midashi-style4 {
	font-family: "ＭＳ 明朝", serif;
	margin: 30pt 8rem 25pt 2em;
	padding: 8px 0px 8px 1em;
	text-indent: 0em;
	font-size: medium;
	text-align: left;
	border-style: solid ; 
	border-width: 2px; 
	border-color: red; 
	color: green; 
	background-color: #f4f4f9; 
	border-radius: 5px; 
	box-shadow: 3px 3px 3px #999;
	line-height: 1.5;
}
@media (max-width:450px) {
	.midashi-style4 {
		margin: 15pt 0rem 1em 1em;
		padding: 8px 0px 8px 10px;
	}
}

.midashi-style3 + .midashi-style4 {
	margin-top: 15px;
}
/*見出しｈ５*/

.auto-styleh5 {
	display: block;
	position:relative;
	margin: 15pt 0pt 10pt 20pt;
	padding: 5px 5px 5px 3.2em;
	background: url(../img//point022_01.png) 0.5em 0.7em no-repeat;/* 行頭のポイント */
	line-height: 1.6; /* 行間のスペースを指定 */
	text-indent: -1em;
	text-align: left;
	font-size: medium;
	font-family: Century;
	border-style: solid ; 
	border-width: 2px; 
	border-radius: 10px; 
	border-color: #0000ff; 
	width: auto; 
}
.auto-styleh5:hover {
	top: -5px;
	right: 5px;
	box-shadow: 5px 5px 5px #999;
}
.auto-styleh5-2 {
	display: block;
	position:relative;
	margin: 15pt 0pt 10pt 20pt;
	padding: 5px 5px 5px 2.5em;
	background: url(../img/point022_04.png) 0.5em 0.7em no-repeat;/* 行頭のポイント */
	line-height: 1.6; /* 行間のスペースを指定 */
	text-align: left;
	font-size: medium;
	font-family: Century;
	border-style: solid ; 
	border-width: 2px; 
	border-radius: 10px; 
	border-color: #0000ff; 
	width: auto; 
}
.auto-styleh5-2:hover {
	top: -5px;
	right: 5px;
	box-shadow: 5px 5px 5px #999;
}
.auto-styleh5-3 {
	display: block;
	position:relative;
	margin: 15pt 0pt 10pt 20pt;
	padding: 5px 5px 5px 2.5em;
	background: url(../img/point022_06.png) 0.5em 0.7em no-repeat;/* 行頭のポイント */
	line-height: 1.6; /* 行間のスペースを指定 */
	text-align: left;
	font-size: medium;
	font-family: Century;
	font-weight: 700;
	border-style: solid ; 
	border-width: 2px; 
	border-radius: 10px; 
	border-color: #0000ff; 
	box-shadow: 3px 3px 3px #999;
	width: auto; 
}

h5.topic-h5 {
    margin-left: 1rem;
    font-size: large;
    color: blue;
}
/* 前後の問題への異動ボタン */
.move {
    display: block;
	padding-left: 30px;
}

.Nmove {
    display: block;
    position: relative;
    float: left;
    margin: 0 0 1rem 1rem;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #008000;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #006400;/*線色*/
}
.Nmove:hover {
    background: #33dd33;
}
.Nmove:active {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

p.oshirase {/* 関連コンテンツ*/
	margin-top: 30px;  /* 段落間のスペースを指定 */
	margin-left: 10px;
	font-weight: bold;
	color: #da4033;
	text-shadow:#fff -1px -1px 1px,#333 1px 1px 1px;
}
@media (min-width:1200.5px) {
	p.oshirase {
		font-size: 17px;
	}
}
a.kai {
	text-decoration: none;
	background: url(../img/point022_04.png) 0.5em 0.7em no-repeat;/* 行頭のポイント */
}
a.SDS{
	text-decoration: none;
	background: url(../img/point022_06.png) 0.5em 0.7em no-repeat;/* 行頭のポイント */
}
a.makeHP{
	text-decoration: none;
	background: url(../img/point022_04.png) 0.5em 0.7em no-repeat;/* 行頭のポイント */
}

em.kai{
/*	text-decoration:none;*/
	font-style: normal;
	color: #008000
}
em.SDS{
/*	text-decoration:none;*/
	font-style: normal;
	color: #33f
}
em.makeHP{
/*	text-decoration:none;*/
	font-style: normal;
	color: #0a0
}
em.hiduke{
/*	text-decoration:none;*/
	font-style: normal;
	color:maroon;
}
a.Tool{
	display:	block;
	float: right;
	position:relative;
	margin: 5pt 10pt 10pt 5pt;
	padding: 3px 10px;
	text-align: left;
	font-size: medium;
	font-weight: bold;
	font-family: Century;
	border-style: solid ; 
	border-width: 2px; 
	border-radius: 10px; 
	border-color: green; 
	width: auto; 
}
a.Tool:hover {
	top: -5px;
	right: 5px;
	box-shadow: 5px 5px 5px #999;
}
p.Tool-hyoudai{
	display:block;
	float: right;
	margin: 5pt 5pt 10pt 5pt;
	padding: 3px 10px;
	text-align: left;
	font-size: medium;
	color: #000;
	border-style: solid ; 
	border-width: 2px; 
	border-color: gray; 
	border-radius: 3px; 
	width: auto; 
}
@media (max-width:491px) {
	p.Tool-hyoudai {
		display: none;
	}
}
p.Tool-kubun{
	display:block;
	float: right;
	margin: 5pt 0pt 10pt 0pt;
	padding: 3px 0px;
	text-align: left;
	font-size: medium;
	font-weight: bold;
	color: #000;
	border-style: none ; 
	width: auto; 
}
@media (max-width:491px) {
	p.Tool-kubun {
		display: none;
	}
}


/*以下で中央部の一般的なpタグを規定*/

div.MsoNormal{
	margin: 10px 0 1em 2em;
	text-align: justify;
/*	text-justify: inter-ideograph;*/
	width: auto;
	border: 0.5px solid #c92ad2;
	border-radius: 3px;
	box-shadow: inset 4px 4px 8px rgba(255,255,255,0.5),inset -4px -4px 8px rgba(0,0,0,0.2);
}
img.top-small {
	z-index: 1;
	position: relative;
	float: left;
	width:100%;
	aspect-ratio: 340 / 227;
	object-fit: cover;
	margin-right: 1rem;
	border-radius: 3px;
}
@media (min-width:450px) and (max-width:1200px) {
	img.top-small {
		width:170px;
		height: 113.5px;
		object-fit: cover;
		}
}
@media (min-width:1200.5px) {
	img.top-small {
		width:220px;
		height: 147px;
		object-fit: cover;
	}
}
a.top-small {
	position: relative;
	text-decoration: none;
}
.samplu-box-gyou{
	display: block;
	color: #000;
	margin-top: 0px;
	margin-left: 1em;
	padding: 5px 10px;
	font-size: 15px;
	line-height: 1.6rem;  /* 行間のスペースを指定 */
	position: relative;
	width: auto;
}
@media (min-width:450px) {
	.samplu-box-gyou {
		margin-top: 0;
		clear: none;
	}
}
@media (min-width:1200.5px) {
	.samplu-box-gyou {
		font-size: 17px;
	}
}

p.samplu-box-gyou3 {
    display: block;
    overflow: hidden;
	background-color: #eefcf0;
	border: 0.5px solid #00f;
	border-radius: 3px; 
	color: #000;
	margin: 10px 1rem 5px 2em;
	padding: 5px 10px;
	font-size: 15px;
	line-height: 1.7;  /* 行間のスペースを指定 */
	box-shadow: inset 4px 4px 8px rgba(255,255,255,0.5),inset -4px -4px 8px rgba(0,0,0,0.2);
	clear: both;
}
.samplu-box-title{
	display: block;
	color: #00f;
	margin-top: 30px;
	margin-left: 1em;
	padding: 5px 10px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6rem;  /* 行間のスペースを指定 */
	position: relative;
	width: auto;
}
@media (min-width:450px) {
	.samplu-box-title {
		margin-top: 0;
		clear: none;
	}
}

li.samplu-box-line{
	list-style: none;
	margin: 5px 0px 0px 5px;
	padding: 0 0 0 1em;
	background: url(../img/point026_06.png) 0em 0.5em no-repeat;
	text-indent: 1em;
}
li.samplu-box-line-sub{
	list-style: none;
	margin: 5px 0px 0px 5px;
	padding: 0 0 0 3em;
	background: url(../img/point026_07.png) 2em 0.5em no-repeat;
	text-indent: 1em;
}
@media (min-width:1200.5px)  {
	li.samplu-box-line {
		margin-top: 1rem;
		line-height: 1.7;
	}
}
li.samplu-box-comm{
	list-style: none;
	margin-top: 7px;
    color: #f00;
    font-weight: 600;
}
li em{
	font-style: normal;
	color: red;
}
.samplu-box-gyou2{
	background-color: #eeeeee;
	border-left: 3px solid #c92ad2;
	color: #000;
/*	margin-bottom:.0001pt;
	margin-right: 0mm;
	margin-top: 0mm;*/
	margin-left: 4em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: small;
	line-height: 1.6;  /* 行間のスペースを指定 */
	position: relative;
	width: 85%;
}

.tyuusyaku2 {
	margin-top: 1rem;
	font-weight:bold;
	color:maroon;
	list-style:none;
}
.tyuusyaku2 :first-child {
	margin-top: 5px;
}
ul.samplu-box-gyou + li.tyuusyaku2  {
	margin-top: 5px;
}

.tyuusyaku{
	width: inherit;
	margin: 0px 10px 0px 0px;
	padding: 3px 5px 5px 2em;
	text-indent: -1em;
	line-height: 1.7;
	font-size: 15px;
	color:green;
	list-style:none;
}
.tyuusyaku-para2{
	width: inherit;
	margin: 0px 10px 0px 0px;
	padding: 3px 5px 5px 2em;
	text-indent: 1em;
	line-height: 1.7;
	font-size: 15px;
	color:green;
	list-style:none;
}
@media (min-width:450px) {
	.tyuusyaku,.tyuusyaku-para2 {
		margin: 0px 10px 0px 70px;
		padding: 3px 5px 5px 2em;
	}
}

div.top-img{
    display: block;
	margin: 25px 0 0 3em;
	width: auto;
	background-color: #fefefe;
	border: 0.5px solid #c92ad2;
	border-radius: 3px;
	box-shadow: inset 4px 4px 8px rgba(255,255,255,0.5),inset -4px -4px 8px rgba(0,0,0,0.2);
	clear: left;
}
p.top-img {
	list-style: none;
	margin: 0.5em 1em 0.5em 1em;
	padding-left: 1.5em;
	background: url(../img/point026_06.png) 0em 0.5em no-repeat;
	text-align: justify;
	font-size: 15px;
	font-family: Century;
	line-height: 1.6rem;
	width: auto;
}
@media (max-width: 389.5px) {
	p.top-img-phot {
		clear: both;
	}
}

.title-frame { /* 法令の名称 */
    margin: 15px 0 0 1em;
    font-weight: bold;
    color: #882211;
	text-align: justify;
	font-size: 16px;
	line-height: 1.7; /* 行間のスペースを指定 */
	width: auto;
}

b {
    font-weight: bold;
}
/*ここで過去の「お知らせ」ボックスを指定*/

div.oshirase-box1 {
	margin: 10px 5pt 10px 30px;
	padding:10px;
    resize: both;
	height: 250px;  /* 高さを制限(※) */
	overflow: auto; /* スクロールバーを表示(※) */
	border:  1px #000000 solid;  /* 枠線を追加 */
	background-color: #ffffff; /* 背景色を追加 */
	text-align: justify;
	font-family: ＭＳ 明朝; 
	font-family: Century;
	font-size: 15px;
	color: #000000;
	line-height:1.7;  /* 行間のスペースを指定 */
	box-shadow: 5px 5px 10px #999 inset;
}

p.MsoNormalNew1 {
	margin-top: 10px;  /* 段落間のスペースを指定 */
	margin-left: 10px;
	font-weight: bold;
	color: #FF0000;
}
/*.oshirase-date {
}*/
p.MsoNormalNew2 {
	margin-top: 5px;  /* 段落間のスペースを指定 */
	margin-left: 2em;
}

/*お知らせボックスの下にある注意書き*/
.oshirase-tyuuki {
	text-align: right;
	font-size: small;
	margin-top: 10px;
	color: #008800;
}

/*ここで過去の【トピックス】を指定　*/

.auto-style17 {
	list-style: none;
	margin: 1em 1em 1em 2em;
	padding-left: 1em;
	background: url(../img/point026_06.png) 0em 0.3em no-repeat;
	text-indent: 0em;
	text-align: justify;
	font-size: 15px;
	color: maroon;
	line-height: 1.7rem;
	width: auto;
	border-width: 0px;
}
p.Comment{/* 通常のコメント */
	margin-top: 15px;
	margin-left: 1em;
    padding-left: 8em;
	padding-right: 0.3em;
	text-indent: -2em;
	text-align: justify;
	font-size: small;
    color: #006400;
	line-height: 1.6; /* 行間のスペースを指定 */
	width: auto;
	clear: both;
}
p.Comment :first-child {
	margin-top: 15px;;
}

p.Comment-para2{/* 通常のコメント２行目 */
	margin-top: 5px;
	margin-left: 1em;
    padding-left: 8em;
	padding-right: 0.3em;
	text-align: justify;
	font-size: small;
    color: #006400;
	line-height: 1.6; /* 行間のスペースを指定 */
	width: auto;
	clear: both;
}
@media (max-width: 500px) {
	p.Comment {/* 通常のコメント */
		padding-left: 2em;
	}
}

/*ここでコンサルタント用掲示板へのアイコンを指定　*/
div.bbs {
	float: left;
	margin:25px 0 10px 40px;
/*	position:relative;
    left:40px;
	margin-top:15px;
	float: left;*/
}
div.bbs-member {
	float: left;
	margin:25px 0 10px 40px;
}

li.bbs-consultant {
	display: block;
	float: left;
	width: 220px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;

	border: 2px red double;
	border-color:teal;
	border-radius: 4px;

	list-style-type: none;
	text-align:center;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: small;
	text-decoration: none;
	line-height: 1.8;
/*	text-shadow: 0 1px 1px #fff;*/

	box-shadow: 0 0 2px #2a46cc;
	text-shadow: 0 1px 1px #fff;

	background: #8a9b0f;
	background: -webkit-linear-gradient(#088, #044);
	background: -moz-linear-gradient(#088, #044);
	background: linear-gradient(#088, #044);

	box-shadow: inset 0 1px 1px rgba(255,255,255,0.5),inset 0 -1px 1px rgba(0,0,0,0.9);

}
@media (max-width:360px) {
	li.bbs-consultant {
		width: calc(100% - 60px);
	}
}
li.bbs-consultant:hover{
	background: -webkit-linear-gradient(#0aa, #066);
	background: -moz-linear-gradient(#0aa, #066);
	background: linear-gradient(#0aa, #066);
/*	color: #ff0;*/
}

div.mail{
    display: block;
	float: left;
    margin: 25px 0 10px 40px;
/*    padding: 22px 0 0 35px;*/
}
li.mail-consultant {
	display: block;
	float: left;
	width: 180px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;

	border: 2px red double;
	border-color:teal;
	border-radius: 4px;

	list-style-type: none;
	text-align:center;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: small;
	text-decoration: none;
	line-height: 1.8;
/*	text-shadow: 0 1px 1px #fff;*/

	box-shadow: 0 0 2px #2a46cc;
	text-shadow: 0 1px 1px #fff;

	background: #8a9b0f;
	background: linear-gradient(#088, #044);

	box-shadow: inset 0 1px 1px rgba(255,255,255,0.5),inset 0 -1px 1px rgba(0,0,0,0.9);

}

li.mail-consultant:hover{
	background: linear-gradient(#0aa, #066);
/*	color: #ff0;*/
}

/* ポップアップする図を規定する */
div.picbox { /* 図の容れ物 */
    display: block;
    float: left;
    margin: 1rem 0 15px 4rem;
}

.illustration-ppt {
    float: left;
    height: 300px;
    margin-bottom: 5px;
}

div.picbox-gen {
    display: block;
    float: right;
    margin: 0.4rem 0 15px 1rem;
}
div.picbox-genl {
    display: block;
    float: left;
    margin: 1rem 15px 15px 4rem;
}
div.picbox-genl-small {
    display: block;
    float: left;
	width:40%;
    margin: 5px 3% 5px 5%;
}
@media (max-width:600px) {
    div.picbox-genl-small {
        width:80%;
    }
}

.illustration-gen {
    float: left;
    height: 160px;
    margin-bottom: 5px;
}
.illustration-40-l {
    float: left;
    width: 100%;
    margin: 0 0 5px 5px;
}

p.piczoom{/* 拡大しますの表示 */
	margin: 5px 0px 5px 0px;
	text-align: right;
    text-decoration: none;
	font-size: small;
    color: #006400;
	line-height: 1.6; /* 行間のスペースを指定 */
	width: auto;
	clear: both;
}
p.piczoom-left{/* 拡大しますの表示（左） */
	margin: 5px 0px 5px 1rem;
	padding-left: 2em;
	text-indent: -2rem;
	text-align: left;
    text-decoration: none;
	font-size: small;
    color: #006400;
	line-height: 1.6; /* 行間のスペースを指定 */
	width: auto;
	clear: both;
}

#popup-background{
    position:fixed;     /* 位置の固定 */
    top: 0;             /* 表示位置 */
    left: 0;            /* 表示位置 */
    height: 100%;       /* 画面全体に表示 */
    width: 100%;        /* 画面全体に表示 */
    background:#000;    /* 背景色 */
    opacity: 0.60;      /* 透明度 */
    margin: 0;          /* 余白の削除 */
    padding: 0;         /* 余白の削除 */
    z-index:1000;       /* 要素のz座標 */
}
#popup-item{
    position:fixed;     /* 位置の固定 */
    top: 50%;           /* 表示位置(真ん中に表示) */
    left: 50%;          /* 表示位置(真ん中に表示) */
    margin: 0;          /* 余白の削除 */
    padding: 0;         /* 余白の削除 */
    z-index:1001;       /* 要素のz座標 */
}

span.note1 { /* 箇条書きのボックス */
    display: block;
	clear: both;
    border: ridge #55aaff ;
    margin: 1rem 0 1rem 0rem;
    padding: 5px 5px 5px 10px;
    background: #eeeeff;
	word-wrap: break-word; /* 枠内のテキストがはみ出さないようにする */
}

/* 衛生管理者試験　他の種への同種問題への異動ボタン */
div.move {
	display: block;
    width: auto;
    margin: 20px auto 0;
    clear: both;
}
.move-si {
    display: block;
    float: right;
    position: relative;
    margin: 0.2rem 0 0.8rem 0;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #008000;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: 500;
    border: solid 2px #006400;/*線色*/
}
h2.midashi-style2 + a.move-si{
    margin-top: 0.6rem;
}
.move-si:hover {
    background: #33dd33;
}
.move-si:active {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.move-si-stop {
    display: block;
    float: right;
    position: relative;
    margin: 0.2rem 0 0.8rem 0;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #808080;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: 500;
    border: solid 2px #646464;/*線色*/
}
.move-sub {
	margin: 0.8rem 0 0rem 0;
}
/* Googleフォームへのボタン */
.move-gf {
    display: block;
    float: left;
    position: relative;
    margin: 1rem 0 0.8rem 1.5rem;
    padding: 0.5em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #008000;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: 500;
    border: solid 2px #006400;/*線色*/
}
h2.midashi-style2 + a.move-gf{
    margin-top: 0.6rem;
}
.move-gf:hover {
    background: #33dd33;
}
.move-gf:active {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.move-gf-stop {
    display: block;
    float: right;
    position: relative;
    margin: 0.2rem 0 0.8rem 0;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #808080;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: 500;
    border: solid 2px #646464;/*線色*/
}

/* 枠内に納めたり、回り込ませないための行 */
p.end {
    clear: both;
}

/* =======================================
	表（施行時期）
======================================= */
table.sub-table {
	clear: both;
    border: 2px #00f solid;
    margin: 1rem 0 0 0rem;
    background: #fafafa;
}
.table.sub + p.Comment {
    margin-top: 1rem;
}
caption.table-title {
    margin: 0 0 5px 2rem;
	padding-left: 2rem;
	text-indent: -2rem;
	line-height: 1.3rem;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
	color: #800;
}
th.sub-table-th {
	background-color: #ebf6f7;
	padding: 5px;
	border: 1px #000 solid;
	vertical-align: middle;
	line-height: 1.7;
	font-size: medium;
}
td.sub-table-td {
	padding: 5px;
	border: 1px #000 solid;
	vertical-align: middle;
	line-height: 1.7;
	font-size: medium;
}
th.rb,td.rb{
	border-right: 2px #00f solid;
}
th.bb,td.bb {
	border-bottom: 2px #00f solid;
}
th.tr,td.tr {
	text-align: right;
}
th.tc,td.tc {
	text-align: center;
}
th.bcb,td.bcb {
	background-color: #00f;
	color: #fff;
}
th.bco,td.bco {
	background-color: #ffb03f;
	color: #fff;
}
th.bcv,td.bcv {
	background-color: #4a1086;
	color: #fff;
}
th.bbn,td.bbn {
	border-bottom: none;
}
th.btn,td.btn {
	border-top: none;
}
th.pbz,td.pbz {
	padding-bottom: 0;
}
th.ptz,td.ptz {
	padding-top: 0;
}
th.tac,td.tac {
	text-align: center;
}
th.lhs,td.lhs {
	line-height: 1.2;
}
table.sub-table th a {
	display: block;       /* リンクをブロックレベル化して表示 */
}
/*  ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊＊＊　表がはみ出したとき横スクロールする　＊＊＊＊＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
div.Overlay-table {
	display: block;
	position: relative;
	overflow-y: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 2rem;
}
@media (min-width:1200.5px) {
	div.Overlay-table {
		margin-left: 1rem;
	}
}
div.Overlay-table::-webkit-scrollbar{ /* スクロールバー全体 */
    width: 15px;
}

div.Overlay-table::-webkit-scrollbar-thumb{ /* スクロールバーのある部分 */
    background: #bbddbb;
	border: 2px outset #aaccaa;
    border-radius: 10px;
}
div.Overlay-table::-webkit-scrollbar-track-piece:start{ /* スクロールバーが表示されてない部分（前） */
    background: #fefefe;
	box-shadow:0 0 5px #dddddd inset ;
}
div.Overlay-table::-webkit-scrollbar-track-piece:end{ /* スクロールバーが表示されてない部分（後ろ） */
    background: #fefefe;
	box-shadow:0 0 5px #dddddd inset ;
}

/*ボタンの設定*/
div.Overlay-table::-webkit-scrollbar-button:single-button {
	background-color: #fefefe;
	display: block;
	border-style: solid;
	height: 10px;
	width: 10px;
}
	/* Up */
div.Overlay-table::-webkit-scrollbar-button:single-button:horizontal:increment {
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #33dd33;
}
	/* Down */
div.Overlay-table::-webkit-scrollbar-button:single-button:horizontal:decrement {
	border-top: 10px solid transparent;
	border-right: 10px solid #33dd33;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent ;
}

div.nowrap-table {
	white-space: nowrap;
}
div.float-right{
	display: block;
	float:right;
	padding-left: 10px;
}

.left-fit {/* 要素を親要素の中で左に寄せる */
    margin-left:0;
}
/* =======================================
	時計
======================================= */

/* Google Fonts 読み込み */
@import url("https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap");

/* 全体を囲うコンテナー */
span.clock-wp {
	width: 300px;
	height: 150px;
	background-color: #15151e;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
/* 横幅の小さなデバイスで表示しない */
@media (max-width: 999.5px) {
	span.clock-wp {
		display: none;
	}
}

/* 時計の共通スタイル */
.clock {
	font-family: 'Share Tech Mono', monospace;
	color: #daf6ff;
	text-shadow: 0 0 20px #0aafe6;
	line-height: 1.2;
	text-align: center;
}

/* 日付のスタイル */
.clock-date {
	font-size: 25px;
}

/* 時間のスタイル */
.clock-time {
	font-size: 60px;
}

/* =======================================
	天気予報
======================================= */

span.weather {
	display: block;
	width: 300px;
	height: 230px;
}
/* 横幅の小さなデバイスで表示しない */
@media (max-width: 999.5px) {
	span.weather {
		display: none;
	}
}
