@charset "UTF-8";

/*---------------------------------------------------------
	下層ページ共通スタイル
---------------------------------------------------------*/

.mainv {
    position:  relative;
    padding-top:  17.1875%;
		min-height: 300px;
		background: url(../../img/about/mainv.jpg) top center no-repeat;
		background-size: cover;
}

.mainv .mainv_img {
    position:  absolute;
    top: 0;
    left:  0;
}
.mainv .mainv_img img {}

.mainv h2 {
    font-size:  39px;
    font-weight:  bold;
    line-height:  1;
    letter-spacing:  0.03em;
    color:  #fff;
    text-align:  center;
    position:  absolute;
    top: 38.5%;
    left:  0;
    right:  0;
}

/*------------------------*/
/* カテゴリー内ナビ */



.pagelink {
    padding: 115px 5% 34px;
    display: flex;
    justify-content: center;
}

.pagelink ul {
  width: 100%;
     display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 40px;
}
.pagelink ul li {
    border-top:  1px solid #000;
		position: relative;
      width: calc((100% - 120px) / 4);
      min-width: 250px;
      /* max-width: 300px; */
}


.pagelink ul li a {
    display:  block;
    padding: 25px 35px 30px 0;
    position:  relative;
    font-size:  17px;
    letter-spacing:  0.03em;
}
.pagelink ul li a:before {
		content: '';
		width: 9px;
		height: 9px;
		border: 0px;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		top: 50%;
		right: 2%;
		margin-top: -7.78px;
		-webkit-transition: all .2s;
		transition: all .2s;
}
.pagelink ul li a:after {
		content: '';
		width: 80px;
		height: 2px;
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .3s;
		transition: all .3s;
}

.pagelink ul li a:hover {
	opacity: 1;
}
.pagelink ul li a:hover:before {
	border-color: #1E2677;
}
.pagelink ul li a:hover:after {
	width: 100%;
}
.pagelink ul li a:hover span {
	color: #1E2677;
}

article {padding-bottom: 90px;}
.article_inner {
    background-color: #fff;
    position:  relative;
}

.content-title {
    position:  absolute;
    top: 93px;
    left: 59px;
    left: 3.9333%;
    /* max-width: 200px;    */
    /* width:  13.3333%; */
		max-width: 250px;
    width:  17%;
    min-width: 170px;
}
.content-title h3 {
    border-top:  5px solid #947F28;
    padding-top: 40px;
    padding-left: 2px;
}
.content-title h3 b {
    display:  block;
    font-size:  25px;
    font-weight:  bold;
    letter-spacing:  0.03em;
}
.content-title h3 span {
    display:  block;
    font-size:  16px;
    font-weight:  600;
    letter-spacing:  0.068em;
    color:  #947F28;
    margin-top: 20px;
}
.content-main {
    padding: 93px 79px 64px 0;
    margin-left: 25.3333%;
    padding-right:  0;
    margin-right: 5.2666%;
}
.content-main section {}
.content-main .sec_inner {}

.content-main #sec1 {
    border-top:  1px solid #000;
}

	#sec1 {
	padding: 50px 0 0px;
}


/*　link_list　*/
.link_list {
    width: 90%;
    max-width:  1200px;
    margin:  0 auto;
}
.link_list ul {}
.link_list ul li {
    width: 31.6667%;
    max-width:  380px;
}
.link_list ul li:first-child {}
.link_list ul li:last-child {}
.link_list ul li:nth-child(2) {}
.link_list ul li:nth-child(3) {}
.link_list ul li a {
    display:  block;
}
.link_list ul li figure {
		overflow: hidden;
}
.link_list ul li figure img {
		-webkit-transform: scale(1);
		transform: scale(1) rotate(0.01deg);
		-webkit-transition: all .4s;
		transition: all .4s;
}
.link_list ul li:nth-child(1) figure {}
.link_list ul li:nth-child(2) figure {}
.link_list ul li:nth-child(3) figure {}
.link_list ul li figure.border {
		position: relative;
}
.link_list ul li figure.border:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		box-shadow: 0 0 0 1px #ddd inset;
}

.link_list ul li .tit {
		background-color:  #fff;
		margin-top: 17px;
		padding-left: 41px;
		background: url(../img/arrow02.png) 0 0 no-repeat;
		background-size: contain;
		min-height: 29px;
		font-size:  20px;
		font-weight:  bold;
		line-height:  29px;
		letter-spacing:  0.03em;
}
.link_list ul li .tit {}
.link_list ul li:nth-child(1) .tit {}
.link_list ul li:nth-child(2) .tit {}
.link_list ul li:nth-child(3) .tit {}
.link_list ul li a:hover figure {}
.link_list ul li a:hover figure img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
}
.link_list ul li a:hover .tit {}


/*　pdf_link_list　*/
.pdf_link_list {}
.pdf_link_list ul {
    justify-content:  flex-start;
}
.pdf_link_list ul li {
    width:  45%;
    max-width:  450px;
    margin-right: 30px;
    margin-bottom: 17px;
}
.pdf_link_list ul li:first-child {}
.pdf_link_list ul li:last-child {}
.pdf_link_list ul li:nth-child(2n) {}
.pdf_link_list ul li:nth-child(2n+1) {}
.pdf_link_list ul li a {
    display: block;
    border: 2px solid #ccc;
    padding: 20px 28px;
    padding-left: 59px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.03em;
		background: url(../img/pdf_icon@2x.png) 19px center no-repeat;
		background-size: 26px;
}
.pdf_link_list ul li a:hover {
	opacity: 1;
	/*border-color: #1E2677;*/
	background-color: #eee;
	border-color: #eee;
}
.pdf_link_list ul li a.doc {
	background-image: url(../img/doc_icon@2x.png);
}
.pdf_link_list ul li a.xls {
	background-image: url(../img/xls_icon@2x.png);
}

/*　btn_link_list　*/
.btn_link_list {}
.btn_link_list ul {
    justify-content:  flex-start;
}
.btn_link_list ul li {
    width: 45%;
    max-width:  450px;
    margin-right: 30px;
		margin-bottom: 17px;
}
.btn_link_list ul li a {
	display: block;
	position: relative;
	border:  2px solid #ccc;
	padding: 20px 28px;
	padding-right: 30px;
	font-size:  15px;
	line-height: 24px;
	letter-spacing:  0.03em;
}
.btn_link_list ul li a:before {
		content: '';
		width: 7px;
		height: 7px;
		border: 0px;
		border-top: solid 2px #1E2677;
		border-right: solid 2px #1E2677;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 16px;
		margin-top: -6.365px;
}
.btn_link_list ul li a:hover {
		opacity: 1;
    background-color: #eee;
    border-color: #eee;
}


/*　タイトル　*/
.h3_01 {
	background-color: #E4EAF3;
	position: relative;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #1E2677;
	padding: 9px 0;
	padding-left: 23px;
	min-height: 48px;
	margin-bottom: 30px;
}
.h3_01:before {
	content: '';
	display: block;
	width: 3px;
	height: 28px;
	background-color: #1E2677;
	position: absolute;
	top: 0;
	left: 0;
}
.h4_01 {
	background-color: #E4EAF3;
	position: relative;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #1E2677;
	padding: 9px 21px 9px 20px;
	/* padding-left: 23px; */
	min-height: 48px;
	margin-bottom: 30px;
}
.h4_01:before {
	content: '';
	display: block;
	width: 3px;
	height: 28px;
	background-color: #1E2677;
	position: absolute;
	top: 0;
	left: 0;
}


/*　list　*/
ol.ol_01 {
	counter-reset: li-counter;
}
ol.ol_01 li {
	font-size:  15px;
	letter-spacing: 0.03em;
	margin-bottom: 10px;
}
ol.ol_01 li:before {
	content: counter(li-counter)'.';
	counter-increment: li-counter;
	color:  #1E2677;
	font-weight:  bold;
	margin-right: 0.3em;
}
ol.ol_01 li:last-child {
	margin-bottom: 0;
}

ul.ul_01 {}
ul.ul_01 li {
    font-size:  15px;
    letter-spacing:  0.03em;
    margin-bottom: 6px;
	position: relative;
	padding-left: 24px;
}
ul.ul_01 li:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #1E2677;
	position: absolute;
	top: 9.5px;
	left: 5px;
}
ul.ul_01 li:last-child {
	margin-bottom: 0;
}


/*---------------------------------------------------------
	w1200
---------------------------------------------------------*/
@media screen and (max-width: 1200px) {
	


    /*------------------------*/

  /* カテゴリー内ナビ */

	.pagelink ul {
	gap: 0 30px;
	}

	.pagelink ul li {
		width: calc((100% - 60px) / 3);
		min-width: 200px;
		max-width: initial;
	}

      /*------------------------*/


}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {

	.mainv {
			padding-top: 0px;
			min-height: 150px;
	}
	.mainv h2 {
			font-size: 23px;
	}

/* カテゴリー内ナビ */

	.pagelink {
    padding: 40px 5% 20px;
    width:  100%;
	}
	.pagelink ul {
    gap: 0;
  }
	.pagelink ul li {
    width: 100%;
    max-width: 100%;
    min-width: 250px;
	}

	.pagelink ul li a {
    padding: 15px 30px 15px 0;
    font-size: 14px;
	}
	.pagelink ul li a:before {
    width: 6px;
    height: 6px;
    border-width:  1px;
    margin-top: -4.95px;
	}
	.pagelink ul li a:after {
    height: 1px;
	}


	article {
    padding-bottom: 40px;
	}
	.article_inner {
    padding-top: 40px;
    padding-left:  3%;
    padding-right:  3%;
	}
	.content-title {
    position:  static;
		/* width: 140px;
    min-width: 140px; */
    margin:  0 auto;
		width: 100%;
		max-width: 100%;

	}
	.content-title h3 {
    text-align:  center;
    border-width: 3px;
    padding: 20px 0 20px;
		width: 140px;
    min-width: 140px; 
		margin: 0 auto;
	}
	.content-title h3 b {
    font-size: 18px;
	}
	.content-title h3 span {
    font-size:  12px;
    margin-top: 5px;
	}
	.content-main {
    padding: 10px 0 32px;
    margin:  0;
	}
	.content-main section {}
	.content-main .sec_inner {}

	.content-main #sec1 {}

 #sec1 {
    padding: 40px 0 8px;
  }

	/*　link_list　*/
	.link_list {
			width: 94%;
	}
	.link_list ul {
    max-width:  380px;
    margin:  0 auto;
}
	.link_list ul li {
			width: 100%;
			margin-bottom: 20px;
	}

	.link_list ul li:first-child {}
	.link_list ul li:last-child {}
	.link_list ul li:nth-child(2) {}
	.link_list ul li:nth-child(3) {}
	.link_list ul li a {}
	.link_list ul li figure {}
	.link_list ul li figure img {}
	.link_list ul li:nth-child(1) figure {}
	.link_list ul li:nth-child(2) figure {}
	.link_list ul li:nth-child(3) figure {}
	.link_list ul li figure.border {}
	.link_list ul li figure.border:before {}
	.link_list ul li .tit {
			margin-top: 10px;
			padding-left: 30px;
			min-height: 20px;
			font-size: 16px;
			line-height: 20px;
	}
	.link_list ul li .tit {}
	.link_list ul li:nth-child(1) .tit {}
	.link_list ul li:nth-child(2) .tit {}
	.link_list ul li:nth-child(3) .tit {}
	.link_list ul li a:hover figure {}
	.link_list ul li a:hover figure img {}
	.link_list ul li a:hover .tit {}

	
	/*　pdf_link_list　*/
	.pdf_link_list {}
	.pdf_link_list ul {
    max-width: 400px;
	}
	.pdf_link_list ul li {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
	}
	.pdf_link_list ul li:first-child {}
	.pdf_link_list ul li:last-child {
    margin-bottom:  0;
	}
	.pdf_link_list ul li:nth-child(2n) {}
	.pdf_link_list ul li:nth-child(2n+1) {}
	.pdf_link_list ul li a {
    padding: 14px 20px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 20px;
    background-position: 14px center;
    background-size: 16px;
		border-width: 1px;
	}
	.pdf_link_list ul li a:hover {}
	.pdf_link_list ul li a.doc {}
	.pdf_link_list ul li a.xls {}
	
	
	/*　btn_link_list　*/
	.btn_link_list {}
	.btn_link_list ul {
    max-width: 400px;
	}
	.btn_link_list ul li {
    width:  100%;
    margin-bottom: 10px;
    margin-right: 0;
	}
	.btn_link_list ul li:last-child {
		margin-bottom: 0;
	}
	.btn_link_list ul li a {
    padding: 14px 20px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 20px;
		border-width: 1px;
	}
	.btn_link_list ul li a:before {}
	.btn_link_list ul li a:hover {}
	
	
	/*　タイトル　*/
	.h4_01 {
    font-size: 16px;
		padding: 9px 21px 9px 20px;
    /* padding: 7px 0;
    padding-left: 16px; */
    min-height: 39px;
		margin-bottom: 20px;
	}
	.h4_01:before {
    width: 2px;
    height: 22px;
	}
	
	
	/*　list　*/
	ol.ol_01 {}
	ol.ol_01 li {
    font-size: 14px;
    margin-bottom: 6px;
	}
	ol.ol_01 li:before {}
	ol.ol_01 li:last-child {}
	
	ul.ul_01 {}
	ul.ul_01 li {
    font-size: 14px;
    margin-bottom: 4px;
    padding-left: 18px;
	}
	ul.ul_01 li:before {
    width: 4px;
    height: 4px;
    top: 9px;
    left: 4px;
	}
	ul.ul_01 li:last-child {}
	
	
}

/*---------------------------------------------------------
	IE用
---------------------------------------------------------*/
@media all and (-ms-high-contrast:none){
	
}
