@charset "UTF-8";

/*	##################################
	白（デフォルト）背景用サブCSS
	################################## */

.sub > main hgroup.sub-title {
	position: relative;
	margin: 0 0 40px 0;
	padding: 30px 0 30px 0px;
	background: #e8e9ea;
	border-left: 6px solid #08518f;
}

.sub > main hgroup.sub-title:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 40px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 14px solid #e8e9ea;
}

.sub > main hgroup.sub-title p {
	margin: 0px;
	padding: 5px 0 0 20px;
	color: #000000;
}


.sub > main hgroup h2.content-title {
	position: static;
	margin: 0;
	padding: 0 0 0 20px;
	background: none;
	border: none;
	font-size: 180%;
	color: #08518f;
}

.sub > main hgroup h2.content-title::after {
	position: static;
	content: none;
	border: none;
}

.sub > main h3.content-title,
.sub > main h4.sidebar-title {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 15px 10px;
	background: #c9e5fc;
	font-size: 120%;
	color: #000000;
	border: none;
	border-bottom: 2px solid #08518f;
	border-radius: 0;
	box-sizing: border-box;
}

.sub > main h3.content-title::before,
.sub > main h4.sidebar-title::before {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #cccccc;
}

.sub > main h3.content-title::after,
.sub > main h4.sidebar-title::after {
	position: static;
	content: none;
	display: inline;
	border: none;
	background: none;
}

.sub > main h3.content-title span,
.sub > main h4.sidebar-title span {
	position: relative;
	display: flex;
	margin: 0;
	padding: 0 0 0 30px;
	color: #000000;
}

.sub > main h3.content-title span::before,
.sub > main h4.sidebar-title span::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	width: 24px;
	height: 24px;
	margin: auto;
	background-image: url('data:image/svg+xml;utf-8,<svg fill="%2308518f" xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"><path d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
}

.sub > main h4.sidebar-title a {
	color: #000000;
}

/*	##################################
	CRUMBS
	################################## */

#crumbs {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #f5f5f5;
	font-size: 80%;
	border-bottom: 1px solid #eeeeee;
}

#crumbs ul {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1% 2%;
	list-style: none;
}

#crumbs ul li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #000000 !important;
	line-height: 3.0em;
}

#crumbs ul li a:link {
	color: #033158 !important;
}

#crumbs ul li a:hover {
	color: #9d1d26 !important;
}

#crumbs ul li a:visited {
	color: #440066 !important;
}

#crumbs ul li span {
	margin: 0 10px 0 0;
	padding: 0.75% 1%;
	color: #ffffff;
	background-color: #08518f;
	white-space: nowrap;
	border-radius: 4px;
}

#crumbs ul li.section {
	margin: 0 !important;
}

#crumbs ul li.section span {
	background: none;
	border: none;
	color: #000000;
}

#crumbs ul li.section a {
	padding: 0.75% 1%;
	background: #eeeeee;
	border: 1px solid #999999;
	white-space: nowrap;
	border-radius: 4px;
	text-decoration: none;
}

#crumbs ul li.section a:hover,
#crumbs ul li.section a:visited {
	color: #000000 !important;
}

/*	##################################
	SUB
	################################## */

.sub > main {
	max-width: 1200px;
	margin: 2% auto;
	padding: 0 2%;
}

.sub > main hr {
	clear: both;
	height: 1px;
	margin: 20px 0;
	background: #cccccc;
	border: none;
}

.sub > main p {
	margin: 0 0 10px 0;
	padding: 0;
}

.sub > main img {
	max-width: 100% !important;
	height: auto !important;
	margin: 2% 0;
	padding: 0;
	object-fit: fill;
}

.sub > main ul,
.sub > main ol {
	margin: 20px;
	padding: 0;
}

.sub > main ul li,
.sub > main ol li {
	margin: 0;
	padding: 10px 0;
	line-height: 1.6em;
}

.sub > main ul li:first-child,
.sub > main ol li:first-child {
	padding: 0 0 10px 0;
}

.sub > main ul li:last-child,
.sub > main ol li:last-child {
	padding: 10px 0 0 0;
}

.sub > main ul.section_list {
	width: 100%;
	margin: 15px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sub > main ul.section_list li {
	width: 49%;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.4em;
	background-image: url("/images/clarity/pc/subject_item.png");
	background-position: left 8px;
	background-repeat: no-repeat;
}
.sub > main ul.section_list li a{
	margin: 0 15px;
}

.sub > main .topics-outer {
	width: 100%;
	margin: 0;
	padding: 10px;
	background: #eeeeee;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}

.sub > main .topics-inner {
	margin: 0;
	padding: 10px;
	background: #ffffff;
}

.sub > main .topics-inner ul {
	margin: 0 0 -10px 0;
	padding: 0;
	list-style: none;
}

.sub > main .topics-inner ul li {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.4em;
	display: flex;
	align-items: center;
}

.sub > main .topics-inner ul li::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
	background-image: url(/images/clarity/pc/list-02.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: bottom;
	flex-shrink: 0;
}

.sub > main .information {
	margin: 0;
	padding: 0 3% 2% 2%;
	border: 1px solid #cccccc;
}

.sub > main .information a {
	text-decoration: none;
}

.sub > main .information a:hover {
	text-decoration: underline;
}

.sub > main .information dl {
	margin: 0;
	padding: 0;
}

.sub > main .information dt {
	margin: 0;
	padding: 2% 4% 1% 0;
	font-size: 90%;
	color: #555555;
}

.sub > main .information dd {
	margin: 0;
	padding: 0 0 2% 0;
	line-height: 1.6em;
	border-bottom: 1px solid #cccccc;
}

.sub > main .information dd:last-child {
	padding: 0;
	border: none;
}

.sub > main .sub-information {
	width: 100%;
	margin: 0;
	padding: 0;
}

.sub > main .sub-information .sub-information-box {
	width: 100%;
	margin: 0;
	padding: 20px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}

.sub > main .sub-information .sub-information-box dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 -10px 0;
	padding: 0;
}

.sub > main .sub-information .sub-information-box dl dt {
	width: 20%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	line-height: 1.4em;
	border-bottom: dotted 1px #cccccc;
	box-sizing: border-box;
}

.sub > main .sub-information .sub-information-box dl dd {
	width: 80%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	line-height: 1.4em;
	border-bottom: dotted 1px #cccccc;
	box-sizing: border-box;
}

.sub > main .sub-information .sub-information-box dl dd span {
	margin: 0;
	padding: 0 0 0 10px;
}


.sub > main #content-singe {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.sub > main #content-purpose {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	margin: 0;
	padding: 0;
}

.sub > main #content-purpose-left {
	width: 30%;
	margin: 0 2% 0 0;
	padding: 0;
}

.sub > main #content-purpose-right {
	width: calc(100% - 32%);
	margin: 0;
	padding: 0;
}

.sub > main .content-purpose {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	margin: 0;
	padding: 0;
}

.sub > main .content-box {
	position: relative;
	margin: 0 0 40px 0;
	padding: 30px 0 30px 0px;
	background: #e8e9ea;
	border-left: 6px solid #08518f;
}

.sub > main .content-box:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 40px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 14px solid #e8e9ea;
}

.sub > main .content-box p {
	margin: 0px;
	padding: 5px 0 0 20px;
	color: #000000;
}

.sub > main .content-box h2.content-title {
	position: static;
	margin: 0;
	padding: 0 0 0 20px;
	background: none;
	border: none;
	font-size: 180%;
	color: #08518f;
}

.sub > main .content-box h2.content-title::after {
	position: static;
	content: none;
	border: none;
}

.sub > main .box-left,
.sub > main .box-right {
	margin: 0 0 20px 0;
	padding: 0;
}

.sub > main .default {
	width: 100%;
	margin: 0;
	padding: 10px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}

.sub > main .default ul {
	width: 100%;
	margin: 0 0 -10px 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sub > main .default ul:after {
	content: "";
	display: block;
	width: 49%;
	height: 0;
}

.sub > main .default ul li {
	width: 49%;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.4em;
	display: flex;
	align-items: center;
}

.sub > main .default ul li::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
	background-image: url(/images/clarity/pc/list-02.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: bottom;
	flex-shrink: 0;
}

.sub > main .default ul li a {
	height: auto !important;
}

.sub > main .default-btn {
	width: 100%;
	margin: 0;
	padding: 10px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}

.sub > main .default-btn ul {
	width: 100%;
	margin: 0 0 -4% 0;
	padding: 0;
	list-style: none;
}

.sub > main .default-btn ul:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
}

.sub > main .default-btn ul li {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.4em;
}

.sub > main .default-btn ul li::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 5px 0 0;
	padding: 0 0 10px 0;
	background-image: url(/images/clarity/pc/list-02.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: bottom;
}

.sub > main .default.default-gikai ul:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
}

.sub > main .default.default-gikai ul li {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.4em;
}

.sub > main .default.wide ul:after {
	width: 99%;
}

.sub > main .default.wide ul li {
	margin: 0 0 15px 0;
	width: 99%;
}

/** 島根の取り組み用サブメニュー */
.wnavi__wrap {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}

.wnavi__lists {
	display: flex;
	gap: 5px;
	margin: 0 auto !important;
	padding: 0 !important;
	list-style: none;
}

.wnavi__list {
	position: relative;
	flex: 1;
	margin: 0 !important;
	padding: 0 !important;
	transition: 0.6s;
}

.wnavi__list a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 25px 10px;
	line-height: 1.4;
	color: #000000 !important;
	font-weight: 600;
	font-weight: bold;
	background: #ceddfe;
	border-radius: 8px;
	transition: 1s;
	text-decoration: none;
	box-sizing: border-box;
	border-top: 1px solid #ebf1ff;
	border-left: 1px solid #ebf1ff;
	border-right: 1px solid #9dc0fe;
	border-bottom: 1px solid #9dc0fe;
}

.wnavi__list a:visited {
	color: #000000;
}

.wnavi__list > a:hover {
	background: #69a7fd;
	border-top: 1px solid #9dc0fe;
	border-left: 1px solid #9dc0fe;
	border-right: 1px solid #1690f7;
	border-bottom: 1px solid #1690f7;
}

.wnavi__list a span {
	display: block;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.wnavi__list a:after {
	content: '';
	width: 5px;
	height: 5px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 45%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}

.sub > main ul.work {
}

.sub > main ul.work {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sub > main ul.work:after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}

.sub > main ul.work li {
	width: 32%;
	margin: 0;
	margin-bottom: 4%;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.sub > main ul.work li a,
.sub > main ul.work li a:hover {
	text-decoration: none;
}

.sub > main ul.work li .thumb {
	width: 100%;
	aspect-ratio: 16 / 7; /** 画像サイズ W640 H280 */
	background-color: #f0f8ff;
	display: block;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background-image: url('data:image/svg+xml;charset=utf8,<svg fill="%23ffffff" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 45 45"><path class="st0" d="M22.5,0c-4.575,0-8.4,3.525-8.775,8.025h5.775c.375-1.35,1.575-2.325,3.075-2.325,1.725,0,3.15,1.425,3.15,3.15s-1.5,3.15-3.225,3.15c-1.425,0-2.7-.975-3.075-2.325h-5.7c.15,1.65.75,3.15,1.725,4.425l7.05,8.4v-4.875c4.875,0,8.85-3.975,8.85-8.85,0-4.8-3.975-8.775-8.85-8.775Z"/><path class="st0" d="M45,22.5c0-4.575-3.525-8.4-8.025-8.775v5.7c1.35.375,2.325,1.575,2.325,3.075,0,1.725-1.425,3.15-3.15,3.15s-3.15-1.425-3.15-3.15c0-1.425.975-2.7,2.325-3.075v-5.7c-1.65.15-3.15.75-4.425,1.725l-8.4,7.05h4.875c0,4.875,3.975,8.85,8.85,8.85,4.8,0,8.775-3.975,8.775-8.85Z"/><path class="st0" d="M22.5,45c4.575,0,8.4-3.525,8.775-8.025h-5.7c-.375,1.35-1.575,2.325-3.075,2.325-1.725,0-3.15-1.425-3.15-3.15s1.425-3.15,3.15-3.15c1.425,0,2.7.975,3.075,2.325h5.7c-.15-1.65-.75-3.15-1.725-4.425l-7.05-8.4v4.875c-4.875,0-8.85,3.975-8.85,8.85,0,4.8,3.975,8.775,8.85,8.775Z"/><path class="st0" d="M0,22.5c0,4.575,3.525,8.4,8.025,8.775v-5.7c-1.35-.375-2.325-1.575-2.325-3.075,0-1.725,1.425-3.15,3.15-3.15s3.15,1.425,3.15,3.15c0,1.425-.975,2.7-2.325,3.075v5.7c1.65-.15,3.15-.75,4.425-1.725l8.4-7.05h-4.875c0-4.875-3.975-8.85-8.85-8.85C3.975,13.65,0,17.625,0,22.5Z"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30%;
	border: 1px solid #cccccc;
}

.sub > main ul.work li .thumb:hover {
	background-color: #e2f2ff;
}

.sub > main ul.work li .thumb p {
	margin: 0;
	padding: 10px;
	font-size: 180%;
	text-align: center;
	word-break: break-all;
	font-weight: bold;
	color: #033158;
	position: relative;
	line-height: 120%;
	z-index: 1;
}

.sub > main ul.work li .thumb img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.sub > main ul.work li .txt {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.sub > main ul.work li .txt h3 {
	position: static;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 120%;
	color: #08518f;
	line-height: 140%;
	border: none;
}

.sub > main ul.work li .txt h3::after {
	position: static;
	width: auto;
	display: inline;
	border: none;
}

.sub > main ul.work li .txt p {
	margin: 0;
	padding: 0;
	line-height: 160%;
}

/*	##################################
	SHIMANE-AD
	################################## */

.shimane-ad-box-wrapper {
	border: 1px solid #cccccc;
}

.shimane-ad {
	padding: 0;
}

/*	##################################
	TABLE
	################################## */

.sub > main table {
	width: 100%;
	margin: 2% 0;
	border-collapse: collapse;
}

.sub > main table caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}

.sub > main table th {
	background: #eeeeee;
	color: #000000;
}

.sub > main table th,
.sub > main table td {
	border: 1px solid #666666;
	padding: 20px;
}

/*	##################################
	BUTTON
	################################## */

.sub > main button {
	min-width: 100px;
	font-family: inherit;
	appearance: none;
	border: 0;
	background: #08518f;
	border: 1px solid #08518f;
	color: #ffffff;
	padding: 8px 16px;
	cursor: pointer;
	transition: 1s;
}

.sub > main button:hover {
	background: #033158;
}

.sub > main button:focus {
	outline: none;
}

.sub > main input {
	width: auto;
	min-width: 300px;
	padding: 8px 8px;
	border: 1px solid #cccccc;
}
