@charset "utf-8";
/* CSS Document */


/* =======================================
	大枠
======================================= */

body{
	background-color: #fafafa;
	background-image: url(../img/back_color/so-white.png);
}
.contents{
	width:100%;
	height:auto;
	margin:0 auto;background-color: #fafafa;
	background-image: url(../img/back_color/so-white.png);
	font-family:YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-weight: 500;
}

/* =======================================
	main_visual
======================================= */


#main_visual{
	position: relative;
	width:100%;
	height:136px;
	margin:70px auto 0;
	background:url("../img/syoumeisyo/main.png") no-repeat no-repeat;
	background-position: center;
	background-size: cover;
	border-bottom: 1px solid #073c6c;
}



h1.title{
	padding-top:30px;
    font-size: 146.5%;
    text-align: center;
	font-family:YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 500;
    color: #073c6c;
    letter-spacing: 2px;
}

span.title_b{
    display: inline-block;
    padding: 4px 24px;
    background: -moz-linear-gradient(to right, rgba(250, 250, 250, .5), rgba(250,250,250,.7), rgba(250, 250, 250, .5));
    background: -webkit-linear-gradient(to right, rgba(250, 250, 250, .5), rgba(250,250,250,.7), rgba(250, 250, 250,.5));
    background: linear-gradient(to right, rgba(250, 250, 250,.5), rgba(250,250,250,.7), rgba(250, 250, 250, .5));
	border-bottom: 4px double #073c6c;
    border-top: 4px double #073c6c;
}

span.title_b img{
	display:block;
	margin: 8px auto 0;
    width: 56%;
}

/* =======================================
	コンテンツ
======================================= */
*{
	--main_color: #073c6c;
	--orange: #F60;
}
.pdf_link{
	color: var(--orange) !important;
	text-decoration: underline !important;
}
.red_text{
	color: #fb1a1a;
}

#top_ccontents{
	width: 95%;
	margin: 40px auto;
}
#top_ccontents h2{
	font-size: 130%;
	text-align: center;
	margin: 0 auto 30px;
	letter-spacing: 1px;
	color: var(--main_color);
	border-bottom: 1px solid var(--main_color);
}
#top_ccontents .table_title{
	margin: 30px auto 2px;
	text-align: center;
}
#top_ccontents table{
	border: 1px solid var(--main_color);
	background: #fff;
	margin: 0 auto;
}
#top_ccontents table tr:first-child{
	border-bottom: 1px solid var(--main_color);
}
#top_ccontents table th,
#top_ccontents table td{
	padding: 7px 20px;
}
table th{
	background: var(--main_color);
	color: #fff;
	text-align: left;
}
table tr:not(:last-child) th{
	border-bottom: 1px solid #fff;
}

/*--=====アコーディオン=====--*/
dl.accordion {
	width: 100%;
	 height:auto;
	 margin:50px auto;
}
	 
dl.accordion dt {
	max-width:760px;
	height:70px;
	color: #fff;
	background: var(--contents_color);
	font-weight:bold; 
	cursor:pointer;
	border-radius: 50px;
	margin-top: 30px;
	letter-spacing: 2px;
	position: relative;
	margin: 0 auto 20px;
	display: flex;
  align-items: center;
	justify-content: center;
	text-align: center;
}
dl.accordion dt.open {
}

dl.accordion dd {
	width: 95%;
	margin: 0 auto;
	color:#707070;
	padding:15px 0;
	display:none;
}

.arrow{
  width: 13px;
  height: 13px;
  border: 4px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(135deg);
  position: absolute;
  top: 38%;
  right: 9%;
	transition: 0.3s;
}
.arrow_active .arrow{
	top: 33px;
	transform: rotate(-45deg) !important;
}
.inner_contents .title{
	width: fit-content;
	padding: 0 5px;
	background: linear-gradient(transparent 65%, var(--marker_color) 65% 88%, transparent 88%);
	margin: 0 0 10px;
	color: #000;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 2px;
}
.inner_contents .title:not(:first-child){
	margin: 30px 0 10px;
}
.inner_contents .sub_title{
	width: fit-content;
	border-bottom: 2px solid var(--main_color);
	padding: 0 20px 0 10px;
	margin: 15px 0 10px;
	font-size: 116%;
}
.inner_contents .table_title{
	margin-top: 20px;
}
.inner_contents .text_title{
	border-bottom: 1px solid var(--main_color);
	width: fit-content;
	padding: 0 20px 0 0px;
	margin-top:20px;
}
.inner_contents .xscroll_box{
	overflow-x: scroll;
}
.inner_contents table{
	border: 1px solid var(--contents_color);
	text-align:center;
	background: #fff;
	font-size: 90%;
	table-layout: fixed;
	margin-bottom: 10px;
	width: 100%;
}
.inner_contents .xscroll_box table{
	width: auto;
	white-space: nowrap;
}
.inner_contents table tr:not(:last-child){
	border-bottom: 1px solid var(--contents_color);
}
.inner_contents table td{
	border-left: 1px solid var(--contents_color);
}
.inner_contents table th{
	background: var(--contents_color);
	color: #fff;
	text-align: left;
}
.inner_contents table tr:first-child th{
	text-align: center;
}
.inner_contents table .double th:before{
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	background: #fff;
	height: 1px;
	width: 100%;
}
.inner_contents table .double td:before{
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	background: var(--contents_color);
	height: 1px;
	width: 100%;
}
.inner_contents table th span{
	font-size: 85%;
}
.inner_contents table th,
.inner_contents table td{
	padding: 7px 10px;
	position: relative;
}
.inner_contents table .text{
	text-align: left !important;
}
.indent_box{
	margin: 10px 0;
}
.indent_box li{
	display: flex;
	margin-bottom: 8px;
}
.table02 th{
	width: 70px;
}
td.left{
	text-align:left;
}