@charset "utf-8";

/* ===================
clearfix
===================*/
.clearfix:after {
	visibility:hidden;
	height:0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}


/* ===================
link
===================*/
a {
	outline: none;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: none;
	color: #333;
	/*opacity: 0.5;*/
	transition: all 0.2s ease-in-out;
}
a:active {
	text-decoration: none;
	color: #000;
}

.main a:link {
	text-decoration: underline;
	color: #000;
}
.main a:link img {
	text-decoration: none!important;
}


/*====================================================================================
  body
====================================================================================*/
body {
	font-size:1rem;
	font-family: "Kaisei Opti", serif;
	/*font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Myriad Pro, Myriad, Arial, sans-serif;*/
	font-weight: 400;
	font-style: normal;
	color: #000;
}
@media (max-width: 992px){
	h1 {
		font-size:1.5rem;
	}
	h2 {
		font-size:1.25rem; 
	}
	h3 {
		font-size:1.1rem; 
	}
	h4 {
		font-size:1.0rem;
	}
	h5 {
		font-size:1.0rem;
	}
	p,ul,ol,dl,address{
		font-size: 0.875rem;
	}
	table{
		font-size: 0.875rem;
	}
}
@media (min-width: 993px)  {
	h1 {
		font-size:1.5rem;
	}
	h2 {
		font-size:2.0rem; /* 32px */
	}
	h3 {
		font-size:1.375rem; /* 22px */
	}
	h4 {
		font-size:1.1rem;
	}
	h5 {
		font-size:1.0rem;
	}
	p,ul,ol,dl,address{
		font-size:1rem; /* 16px */
	}
	table{
		font-size:1rem; /* 16px */
	}
}

@media (max-width: 992px){
	.hiden_sp {
		display: none;
	}
}
@media (min-width: 993px)  {
	.hiden_pc {
		display: none;
	}
}


/* icon */
a[href$='.pdf'] {
	background: url(../images/ic_pdf.svg) no-repeat right center;
	background-size: 16px 16px;
	padding-right: 20px;
}

a[href$='.doc'] {
	background: url(../images/ic_word.svg) no-repeat right center;
	background-size: 16px 16px;
	padding-right: 20px;
}

a[href$='.docx'] {
	background: url(../images/ic_word.svg) no-repeat right center;
	background-size: 16px 16px;
	padding-right: 20px;
}

a[href$='.xls'],
a[href$='.xlsx']{
	background: url(../images/ic_excel.svg) no-repeat right center;
	background-size: 16px 16px;
	padding-right: 20px;
}

/*
a[target="_blank"] {
	background: url(../images/ic_window.svg) no-repeat right center;
	background-size: 16px 16px;
	padding-right: 25px;
}
*/
/*
a[target="_blank"]:after {
	content: "";
	background: url(../images/ic_window.svg) no-repeat right center;
	background-size: 16px 16px;
	padding-right: 25px;
}
*/
/*
a[target="_blank"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: .8rem;
    content: "\f35d";
    margin: 0 0 0 5px;
}
*/


/*====================================================================================
 header
====================================================================================*/
.header {
	height: 70px;
}
.headerInner {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: center;
	height: 70px;
}
.hNav {
	margin-right: 1em;
	list-style: none;
}
@media (max-width:992px){
	.logo img {
		width: 200px;
		height: auto;
	}
	.hNav li{
		font-size: 0.75rem;
		letter-spacing: -0.1rem;
	}
}


/* opHeader
---------------------------------------------*/
/*
.opHeader {
	background-image: url(../images/common/bg_color.png);
	background-position: top center;
	background-repeat: repeat-x;
	clear: both;
}
.opHeader .logo-op{
	padding-top: 40px;
	padding-bottom: 30px;
}
.opHeader .logo-op img.logo-opImg {
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
.opHeader .logo-op span {
	color: #fff;
	display: block;
	font-size: 2.8rem;
	margin-top: 50px;
}

@media (min-width: 993px) {
	.opHeader .logo-op span {
		font-size: 6.0rem;
	}
  .opHeader .logo-op img.logo-opImg {
    width: auto;
    height: 120px;
  }
}
*/



/*==========================================
 [main]
===========================================*/
.main{
	margin-top: 0px;
}

/* img */
img{
	vertical-align:top;
	max-width: 100%;
	height: auto;
}
.img80 {
	vertical-align:top;
	max-width: 80%!important;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
@media (max-width:992px){
	.img80 {
		vertical-align:top;
		max-width: 100%!important;
	}
}



/*------------------------------------------
	pagetitle_wrapp
------------------------------------------ */
/*
.pagetitle_wrapp {
	margin-left: -15px;
	margin-right: -15px;
	background-image: url(../images/bg_pagetitle.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 50px;
	overflow: hidden;
}
.pagetitle_wrapp .inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
    position: relative;
	height: 100%;
}

@media (max-width:992px){
	.pagetitle_wrapp {
		height: 150px;
		background-size: cover;
	}
}
@media (min-width:993px){
	.pagetitle_wrapp {
		height: 344px;
		background-size: cover;
	}
}
@media (min-width:1601px){
	.pagetitle_wrapp {
		height: 430px;
		background-size: 100 auto;
	}
	.pagetitle_wrapp .inner {
		max-width:  calc(100% - 24.75%);
	}
}
	*/


/*------------------------------------------
 pagetitle
------------------------------------------ */
/*
@media (max-width:992px){
	.pagetitle_wrapp .pagetitle_box {
		position: absolute;
		top: 35%;
	}
}
@media (min-width:993px){
	.pagetitle_wrapp .pagetitle_box {
		position: absolute;
		top: 35%;
	}
}
@media (max-width:1200px){
	.pagetitle_wrapp .pagetitle_box {
		left: 15px;
	}
}

.pagetitle_wrapp .title_en {
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1;
	font-weight: 500;
}
.pagetitle_wrapp h1 {
	line-height: 1;
	font-weight: 500;
}
@media (max-width:992px){
	.pagetitle_wrapp .title_en {
		font-size:2.1875rem;
	}
	.pagetitle_wrapp h1 {
		font-size:1.0rem;
	}
}
@media (min-width:993px){
	.pagetitle_wrapp .title_en {
		font-size:4.375rem;
	}
}
*/


/*------------------------------------------
	TopicPath
------------------------------------------ */
ul.TopicPath {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
ul.TopicPath li {
	margin-right:0.5em;
}
ul.TopicPath li a {
	padding-right: 0.5em;
}
@media (max-width: 992px)  {
	ul.TopicPath {
		margin-top: 10px;
		font-size:0.75rem;
	}
}
@media (min-width: 993px)  {
	ul.TopicPath {
		margin-top: 40px;
		font-size:0.875rem;
	}
}
@media (max-width:1000px){
	ul.TopicPath {
		margin-left: 15px;
	}
}



/*-------------------------------------------
content_wrap
-------------------------------------------*/
.content_wrap {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.content_wrap:last-child {
	margin-bottom: 0px;
}
@media (max-width:992px){
	.content_wrap {
		margin-bottom: 80px;
	}
}
@media (min-width:993px){
	.content_wrap {
		margin-bottom: 100px;
	}
}



/*====================================================================================
[footer]
======================================================================================*/
/* f-contactWrapp
------------------------------*/
.f-contactWrapp {
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	background-color: #84c9d5;
}
@media (max-width: 992px) {
	.f-contactWrapp {
		padding-top: 25px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}
@media (min-width: 993px) {
	.f-contactWrapp {
		padding-top: 30px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
}


/* f-contact
------------------------------*/
.f-contactList  {
	list-style: none;
}
.f-contactList li {
	text-align: center;
	font-weight: 500;
}
.f-contactList li a {
	color: #fff;
}

/*
.f-contactList li.f-freeTel {
	background-image: url(../images/bg_free.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.f-contactList li.f-tel {
	background-image: url(../images/bg_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.f-contactList li.f-mail {
	background-image: url(../images/bg_mail.png);
	background-repeat: no-repeat;
	background-position: left center;
}
*/

@media (max-width: 992px) {
	.f-contactList {
		/*width:60%;
		margin-left: auto;
		margin-right: auto;*/
		margin-top: 10px;
	}		
	.f-contactList li {
		font-size: 1.0rem;
		/*padding-left: 40px;
		line-height: 40px;*/
	}
	.f-contactList li span{
		font-size: 0.625rem;
		margin-left: 0.5em;
	}
	/*
	.f-contactList li.f-freeTel {
		background-size: 30px auto;
	}
	.f-contactList li.f-tel {
		background-size: 30px auto;
	}
	.f-contactList li.f-mail {
		background-size: 30px auto;
	}
	*/
}
@media (min-width: 993px) {
	.f-contactList {
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
		margin-top: 40px;
	}	
	.f-contactList::after{
		content:"";
		display: block;
		width:33%;
	  }
	.f-contactList li {
		width: 33%;
		box-sizing:border-box;
		font-size: 1.5rem;
		/*padding-left: 50px;
		line-height: 50px;*/
	}
	.f-contactList li span{
		font-size: 0.875rem;
		margin-left: 0.5em;
	}
	/*
	.f-contactList li.f-freeTel {
		background-size: 40px auto;
	}
	.f-contactList li.f-tel {
		background-size: 40px auto;
	}
	.f-contactList li.f-mail {
		background-size: 40px auto;
	}
	*/
}

/* kinjyoList
------------------------------*/
.f-kinjoWrapp {
	margin-bottom: 30px;
}
.kinjyoList {
	text-align: center;
}
.kinjyoList li {

	display: inline-block;
	margin-bottom: 20px;
}
.kinjyoList li a{
	display: block;
	padding-left:20px;
	padding-right:20px;
}
@media (max-width: 992px) {
	.kinjyoList li {
		width: 49%;
		font-size:0.75rem;
	}
}
@media (min-width: 993px) {
	.kinjyoList li {
	  border-left: 1px solid #333;
	  font-size:0.875rem;
	}
	.kinjyoList li li+ li {
	  border-right: 1px solid #333;
	}
	.kinjyoList li:last-child {
	  border-right: 1px solid #333;
	}
}


/*copy
------------------------------*/
.copyright {
	clear:both;
	text-align:center;
	margin-bottom: 10px;
}
.copyright small {
	font-size:0.8rem;
}

/* pagetop 
------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index:99;
	width: 40px;
	height: 40px;
}
.pagetop a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    text-decoration: none;
}

/* moreBtn 
------------------------------*/
.moreBtn {
	margin-bottom: 22px;
}
.moreBtn a {
	line-height: 1;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	background-color: #024691;
	color: #fff;
	padding: 20px 40px 20px 20px;
	clear: both;
	margin-top: 30px;
	border-radius: 4px;
  box-shadow: 0px 6px 1px -1px #011e59;
	font-size: 1.8rem;
	font-weight: 600;
}
.moreBtn a{
	position: relative;
}
.moreBtn a::before,
.moreBtn a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	/*right: 15px;*/
	margin: auto;
	content: "";
	vertical-align: middle;
}
.moreBtn a::before{
	right: 15px;
	width: 14px;
	height: 14px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
