@charset "utf-8";
body {
	font-family:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	background: #FFF;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
	min-width: 1200px;
}
html {
	scroll-behavior: smooth;
}

.container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}
.round {
	background-color:#31495B;
	width: 80px;
	height: 26px;
	border-radius: 13px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	padding: 1px 10px 1px 10px;
}
.name {
	font-size: 20px;
	font-weight: bold;
}
.profile {
	display: grid;
	grid-auto-flow: column;
	gap: 20px;
	align-items: center;
	margin-bottom: 30px;
}

.ContentsText .profile p {
	margin-bottom: 0;
}

.profile p:first-child {
	justify-self: end;
}

/* リンク */
a:link {
	color:#0E467B;
}
a:visited {
	color:#666666;
}
a:hover {
	color:#FF555E;
}
a:active {
	color:#135FA6;
}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	body {
		min-width: 320px;
	}

	.profile {
		grid-auto-flow: initial;
		justify-self: center;
	}

	.profile p:first-child {
		justify-self: center;
	}

}

/* --------------------------------------------------------------
TOPページ用CSS
-------------------------------------------------------------- */
/* header 
============================================ */
#header {
	width: 1200px;
	margin: 0 auto;
	border-bottom: solid 2px #104fa0;
}
#header h1 {
	padding: 20px 0;
	float:left;
	margin-right: 40px;
}
#header h1 img {
	width: 280px;
	height: auto;
}
#header #headText {
	padding: 30px 0;
}
#header .big{
	font-size: 20px;
	font-weight: bold;
}
#header .small{
	font-size: 14px;
}

/* Pickup 
============================================ */
#pickup {
	padding: 50px 0 30px;
	border-bottom: solid 2px #104fa0;
}
#pickup h2 {
	font-size: 26px;
	margin-bottom: 20px;
}
#pickup ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#pickup li {
	width: 260px;
	margin: 0 20px 20px;
}
#pickup li img{
	margin-bottom: 10px;
	width: 260px;
}

/* Index 
============================================ */
#index {
	padding: 50px 0 80px;
}
#index h2 {
	border-left: solid 20px #477247;
	font-size: 26px;
	margin-bottom: 30px;
	padding: 10px;
}
#index h2.c01 {
	border-color: #417493;
}
#index h2.c02 {
	border-color: #cec525;
}
#index h2.c03 {
	border-color: #d67718;
}
#index h2.c04 {
	border-color: #594c93;
}
#index h2.c05 {
	border-color: #d34f4f;
}
#index h2.c06 {
	border-color: #31495b;
}
#index h2.c07 {
	border-color: #f199c0;
}
#index h2.c08 {
	border-color: #1e3074;
}
#index .indexBox{
	padding-bottom: 50px;
}
#index ul li {
	list-style-type: disc;
	/*list-style-position: inside;*/
	margin-bottom: 15px;
	padding-left: 10px;
}
#index ul {
	padding-left: 26px;
}
#index .hue{
	font-size:14px;
}

/* pageTop 
============================================ */
.pagetop {
	height: 60px;
	width: 60px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #417493;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.pagetop_arrow {
	height: 28px;
	width: 28px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: translateY(20%) rotate(-45deg);
}

/* footer 
============================================ */
#footer {
	background: #31495B;
}
#footerArea {
	color: #fff;
	font-size: 12px;
	padding: 20px 10px;
}
#footer .copy{
	width: 1200px;
	margin: 0 auto;
}


/*__________ SP __________*/
@media screen and (max-width: 767px) {
	.wrapper {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	/*body {
		min-width: 300px;
	}*/
	
	/* header 
	============================================ */
	#header {
		width: 100%;
		padding: 0 10px;
	}
	#header h1 {
		padding: 10px 0 0;
		float:none;
		margin-right: 0;
	}
	#header h1 img {
		width: 140px;
		margin-bottom: 10px;
	}
	#header #headText {
		padding: 0;
	}
	#header .small{
		font-size: 12px;
		margin-bottom: 10px;
	}

	/* Pickup 
	============================================ */
	#pickup {
		padding-right: 10px;
		padding-left: 10px;
	}
	#pickup ul {
		flex-direction: column;
	}	
	#pickup li {
		width: 100%;
		margin: auto;
		margin-bottom:20px;
	}
	#pickup p.pickupimg img{
		width: 100%;
		max-width: 260px;
	}
	#pickup p.pickupimg {
		text-align: center;
		}
	
	/* Index 
	============================================ */
	#index {
		padding-right: 10px;
		padding-left: 10px;
	}
	#index h2 {
		font-size: 22px;
	}

	/* pageTop 
	============================================ */
	.pagetop {
		height: 40px;
		width: 40px;
		right: 10px;
		bottom: 10px;
	}
	.pagetop_arrow {
		height: 18px;
		width: 18px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	/* footer 
	============================================ */
	#footer .copy{
		width: 100%;
	}
	
	}


/* --------------------------------------------------------------
コンテンツページ用CSS
-------------------------------------------------------------- */

/* ContentsHeader 
============================================ */
#ContentsHeader {
	padding: 20px 0;
}
#ContentsHeader p {
	text-align: right;
}

/* Contents
============================================ */
#ContentsTitle h1 {
	font-size: 36px;
	font-weight: bold;
	border-top: solid 2px #104FA0;
	padding: 10px 0 10px 60px;
	margin-bottom: 50px;
}
#ContentsTitle h1.bookmark-00 {
	background-image: url("../images/bookmark00.png");
	background-repeat: no-repeat;
}
#ContentsTitle h1.bookmark-01 {
	background-image: url("../images/bookmark01.png");
	background-repeat: no-repeat;
}
#ContentsTitle h1.bookmark-02 {
	background-image: url("../images/bookmark02.png");
	background-repeat: no-repeat;
}
#ContentsTitle h1.bookmark-03 {
	background-image: url("../images/bookmark03.png");
	background-repeat: no-repeat;
}
#ContentsTitle h1.bookmark-04 {
	background-image: url("../images/bookmark04.png");
	background-repeat: no-repeat;
}
#ContentsTitle h1.bookmark-05 {
	background-image: url("../images/bookmark05.png");
	background-repeat: no-repeat;
}
#ContentsTitle h1.bookmark-06 {
	background-image: url("../images/bookmark06.png");
	background-repeat: no-repeat;
}
#ContentsTitle h1.bookmark-07 {
	background-image: url("../images/bookmark07.png");
	background-repeat: no-repeat;
}
#ContentsTitle h1.bookmark-08 {
	background-image: url("../images/bookmark08.png");
	background-repeat: no-repeat;
}
#ContentsTitle h2 {
	font-size: 26px;
	margin-bottom: 40px;
}
.ContentsText h3 {
	font-size: 20px;
	margin-bottom: 30px;
}
.ContentsText p {
	margin-bottom: 30px;
}

/* Contents_layout ★文章が左、写真が右のパターン
============================================ */
#Contents_layout {
	display: flex;
	justify-content: space-between;
	/* padding-bottom: 50px; */
}
#Contents_layout #left {
	width: 850px;
}
#Contents_layout #right {
	width: 300px;
}
.pic_frame {
	width: 300px;
	display: inline-block;
	/* text-align: center; */
}
.pic_frame p.ph {
	text-align: center;
	margin-bottom: 0;
}
.pic_frame img {
	margin-bottom: 10px;
}

/* Contents-pic-center ★写真が中央のパターン
============================================ */
.Contents-pic-center {
	width: 660px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 50px;
}

/* jinji
============================================ */
table.jinji {
	width: 100%;
	margin-bottom: 30px;
	word-break: break-all;
	word-wrap: break-word;
}
table.jinji tr {
	border-bottom: solid 1px #ccc;
}
table.jinji tr td {
	padding: 10px 5px 10px 0;
}
table.jinji td:nth-child(1) {
	width:42%;
}
table.jinji td:nth-child(2) {
	width:40%;
}
table.jinji td:nth-child(3) {
	width:18%;
	text-align:right;
	padding-right: 0;
}
caption {
	text-align: left;
}
h3.jinji{
	font-size: 20px;
}

/* einen
============================================ */
table.einen {
	width: 60%;
	margin: 0 auto 30px auto;
	word-break: break-all;
	word-wrap: break-word;
	font-size: 0;
}
table.einen th:nth-child(1) {
	width:25%;
}
table.einen td:nth-child(2) {
	width:75%;
}
table.einen th {
	font-weight: normal;
	text-align: left;
	font-size: 16px;
}
table.einen ul li{
	display: inline-block;
	width: 180px;
	margin-bottom: 20px;
	font-size: 16px;
}

/* jyokun
============================================ */
table.jyokun {
	width: 40%;
	margin: 0 auto 30px auto;
	word-break: break-all;
	word-wrap: break-word;
}
table.jyokun th:nth-child(1) {
	width: 24%;
}
table.jyokun td:nth-child(3) {
	width: 38%;
}
table.jyokun th {
	font-weight: normal;
	text-align: left;
}

/* pagenation
============================================ */
#pagenation {
	margin-top: 80px;
	padding-bottom: 50px;
	position: relative;
}

#pagenation .box {
	display: grid;
	grid-auto-flow: column;
	align-content: center;
	column-gap: 10px;
	position: absolute;
	top: 0;
	width: 100%;
}

#pagenation .box p#next {
	justify-self: end;
}

#pagenation p#top {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}

/*__________ SP __________*/
@media screen and (max-width: 767px) {

	/* ContentsHeader 
	============================================ */
	#ContentsHeader {
		padding: 10px;
	}
	#ContentsHeader p img{
		width: 110px;
	}

	/* Contents
	============================================ */
	#ContentsTitle {
		width: 100%;
		padding-top: 0;

	}
	#ContentsTitle h1 {
		font-size: 24px;
		padding-left: 50px;
		margin-bottom: 30px;
	}
	#ContentsTitle h1 .bookmark-01,.bookmark-02,.bookmark-03,.bookmark-04,.bookmark-05,.bookmark-06,.bookmark-07 {
		background-size: 30px;
	}
	#ContentsTitle h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}

	/* Contents_layout ★文章が左、写真が右のレイアウト
	============================================ */
	#Contents_layout {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#Contents_layout #left {
		width: 100%;
	}

	#Contents_layout #right {
		width: 100%;
		max-width: 300px;
	}
	
	.pic_frame img {
		max-width: 300px;
	}

	.pic_frame {
		width: 100%;
	}

	/* Contents-pic-center ★写真が中央のレイアウト
	============================================ */
	.Contents-pic-center {
		flex-direction: column;
		justify-content: center;
		width: 100%;
	}

	/* Contents ★キャプション左寄せ
	============================================ */
	.sp_caption_Left{
		width: 300px;
		margin: auto;
	}

	/* jinji
	============================================ */
	table.jinji {
		width: 100%;
		min-width: 700px;
	}
	table.jinji td:nth-child(1) {
		width:44%;
	}
	table.jinji td:nth-child(2) {
		width:28%;
	}
	table.jinji td:nth-child(3) {
		width:28%;
		padding-right: 10px;
	}
	.table-scroll{
		overflow-x: scroll;
	}
	h3.jinji{
		font-size: 18px;
	}

	/* einen
	============================================ */
	table.einen {
		width: 100%;
		margin-bottom: 20px;
		display: block;
	}
	table.einen tbody {
		display: block;
		width: 100%;
	}
	table.einen tr {
		display: block;
		width: 100%;
	}
	table.einen th:nth-child(1) {
		display: block;
		width: 100%;
		clear: both;
		padding-top: 30px;
	}
	table.einen td:nth-child(2) {
		display: block;
		width: 100%;
	}
	table.einen ul li{
		display: block;
		width: 50%;
		margin-bottom: 0;
		float:left;
	}

	/* jyokun
	============================================ */
	table.jyokun {
		width: 100%;
		margin-bottom: 20px;
		display: block;
	}
	table.jyokun tbody {
		display: block;
		width: 100%;
	}
	table.jyokun th {
		padding-top: 30px;
	}
	table.jyokun th:nth-child(1) {
		display: block;
		width: 100%;
		clear: both;
	}
	table.jyokun td {
		display: block;
	}
	table.jyokun td:nth-child(3) {
		width: 100%;
	}

	/* pagenation
	============================================ */
	#pagenation {
		position: static;
	}

	#pagenation .box {
		position: static;
		margin-bottom: 10px;
	}

	#pagenation p#top {
		max-width: none;
	}

	/* img
	============================================ */
	.sp100 img {
		width: 100%;}
}


/* --------------------------------------------------------------
-------------------------------------------------------------- */
ul.list {
	padding-left: 26px;
	margin-bottom: 30px;
	}

	ul.list li {
	list-style-type: disc;
	margin-bottom: 5px;
}

.ContentsText > *:last-child {
	margin-bottom: 0;
}

#Contents_layout #right .pic_frame + .pic_frame {
	margin-top: 30px;
}

.columnBox2, 
.columnBox3 {
	display: grid;
	row-gap: 30px;
	column-gap: 60px;
	margin-bottom: 50px;
	justify-content: center;
}

.columnBox2 {
	grid-template-columns: repeat(2, 300px);
}

.columnBox3 {
	grid-template-columns: repeat(auto-fit, 300px);
}

.pic_frame .cap {
	display: grid;
	justify-items: center;
	padding: 0 10px;
	font-size: 14px;
}

.pic_frame .cap p {
	margin-bottom: 0;
	/* font-feature-settings: "palt" 1; */
}

.pic_frame .ls {
	letter-spacing: -0.1rem;
}

.columnBox3.w600 {
	grid-template-columns: auto;
}

.columnBox3.w600 .pic_frame {
	width: 600px;
}

.columnBox3.auto {
	grid-template-columns: auto;
}

.columnBox3.auto .pic_frame {
	width: auto;
}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	.columnBox2, 
	.columnBox3 {
		grid-template-columns: auto;
	}

	.columnBox2 .pic_frame, 
	.columnBox3 .pic_frame {
		max-width: 300px;
	}

	.columnBox3.w600 .pic_frame, 
	.columnBox3.auto .pic_frame {
		max-width: none;
	}

	.columnBox3.w600 .pic_frame img, 
	.columnBox3.auto .pic_frame img {
		width: auto;
		max-width: 100%;
	}

	.pic_frame img {
		width: 100%;
	}

}

