/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family:'PT Sans', sans-serif; overflow-x: hidden; }
img {	border:0; }

/* Reset ================================================================================= */

a { text-decoration:none; 
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s; }
a:hover { text-decoration:none; }

* { margin:0; padding:0; list-style:none;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */}

.content-Box { max-width:1120px; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: 20px; line-height: 34px; color: #333; padding-top: 90px;}
#content p{ padding-bottom: 35px;}

#popup_this {top: 50%;left: calc(50% - 295px) !important ;text-align:left;margin-top: -50px;margin-left: 0px;background: #fff; border-radius: 10px; padding: 20px;position: fixed; color: #707477; max-width: 590px; width: 100%; line-height: 200%;}
/*.b-close {color: #fff;background: #2a5f9c;padding: 5px 10px;position: absolute;right: 0;top: 0;cursor: pointer;}*/

.ad-pto {line-height: 0; margin-bottom: 10px;}
.ad-date {font-size: 14px; color: #333333; padding-bottom: 0px;}
.ad-data {font-size: 20px; color: #333333; font-weight: bold;padding-bottom: 20px;}
.ad-btn {text-align: center;}
.ad-btn a { width: 112px; line-height: 40px; display: inline-block; text-align: center; color: #fff; background: #162a80; font-size: 20px;}


.banner-section { border-spacing: 0; width: 100%; overflow: hidden;}
.banner-section td { line-height: 0; transition: all 0.4s ease-out 0s;}
.banner-section td:hover { animation: ban-pto linear 1s; transform-origin: 50% 50%;  animation-iteration-count: 1; animation-fill-mode:both;}
@keyframes ban-pto{
  0% { opacity: 1;}
  50% { opacity: 0.2;}
  100% { opacity: 1;}
}

.banner-open { display: none;}
.banner-open-data { background: #162a80; padding: 20px; color: #fff; display: flex; flex-direction: row; flex-wrap: wrap;}
.banner-open-data > div:nth-of-type(1) { width: 45%;}
.banner-open-data > div:nth-of-type(2) { width: 55%; padding-left: 20px; font-size: 16px;}
.banner-open-data > div:nth-of-type(2) b { font-size: 23px; display: block; padding-bottom: 5px;}
.banner-open-btn { display: block; width: 120px; line-height: 36px; border-radius: 8px; background: #fff; text-align: center; color: #333; margin: 15px 0 0 0; font-size: 16px; box-shadow:inset 2px 0px 10px 0px rgba(0,0,0,0.3);}

.idx-news-section { background: #162a80; padding: 80px 20px 110px 20px;}
.title01 { font-family:'Libre Baskerville', serif; text-align: center; color: #fff; font-size: 34px; padding-bottom: 40px; letter-spacing: 0.1rem; font-weight: bold;}
.idx-news-list { display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 35px;}
.idx-news-list > div { border-bottom: 1px solid #fff; color: #fff; padding:0 10px 10px 10px; margin-bottom: 10px;}
.idx-news-list > div:nth-child(odd) { width: 140px; }
.idx-news-list > div:nth-child(even) { width: calc(100% - 140px); }
.idx-news-list > div:nth-child(even) a { color: #fff; display: block;}
.idx-news-list > div:nth-child(even) a:hover { padding-left: 10px;}

.btn01 { }
.btn01 a { display: block; width: 120px; line-height: 40px; border: 1px solid #fff; text-align: center; font-size: 18px; color: #fff; letter-spacing: 0.1rem; margin: 0 auto;}

.idx-about-section { background: url(../images/idx-about-bg.jpg) no-repeat center bottom; background-size: cover; padding: 150px 20px;}
.title02 { text-align: center;padding-bottom: 40px; }
.title02 h1, .title02 span { font-family:'Libre Baskerville', serif; text-align: center; color: #000; font-size: 34px; letter-spacing: 0.1rem; font-weight: bold;}
.idx-about-data { margin: 0 auto; text-align: left; max-width: 944px; padding-bottom: 130px;}

.idx-contact-info { display: flex; flex-direction: row; flex-wrap: wrap;}
.idx-contact-info > div { width: 50%; padding-bottom: 15px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.idx-contact-info > div > div:nth-of-type(1) { width: 82px;}
.idx-contact-info > div > div:nth-of-type(1) img { width: 55px; height: 55px;}
.idx-contact-info > div > div:nth-of-type(2) { width: calc(100% - 82px); font-family:'Libre Baskerville', serif; color: #000; letter-spacing: 0.1rem; font-size: 30px; font-weight: bold;}
.idx-contact-info > div > div:nth-of-type(2) a { color: #000;}
.idx-contact-info > div > div:nth-of-type(2) span {display: flex;
  justify-content: center;
  align-items: center;}


@media only screen and (max-width: 980px) {
	#content { font-size: 18px; line-height: 28px; padding-top: 55px;}
	
	.idx-news-section { padding: 60px 20px;}
	
	.title01 { font-size: 30px; padding-bottom: 30px;}
	.title02 h1, .title02 span { font-size: 30px; }
	
	.idx-about-section { padding: 80px 20px;}
	
	.idx-contact-info { flex-direction:column; align-items: center;}
	.idx-contact-info > div { width: 100%;justify-content: center;}
	.idx-contact-info > div > div:nth-of-type(1) { width: 50px;}
	.idx-contact-info > div > div:nth-of-type(1) img { width: 32px; height: 32px;}
	.idx-contact-info > div > div:nth-of-type(2) { font-size: 22px; width: unset;}
}


@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	#popup_this { left: 20px !important ;max-width: 100%; width: calc(100% - 40px);}
}
@media only screen and (max-width: 570px) {
	.banner-open-data > div:nth-of-type(1) { width: 100%;}
	.banner-open-data > div:nth-of-type(2) { width: 100%; padding-left: 0px; }
	
	.idx-news-list > div:nth-child(odd) { width: 100%; border-bottom-width: 0; margin-bottom: 0; opacity: 0.6; }
	.idx-news-list > div:nth-child(even) { width: calc(100% - 0px); }
	
}

@media only screen and (max-width: 414px) {
	.idx-contact-info > div > div:nth-of-type(2) a{
    font-size: 18px;
  }
	

}

@media only screen and (max-width: 320px) {

}
