@charset "UTF-8";



/*========================================================================*/
/* Slider
/*========================================================================*/



#page {
	width: 100%;
	height: 200px;
	color: #fff;
}


.flexslider {
	margin: 0; 
	padding: 0;
}

.flexslider .slides > li {
	display: block;
	-webkit-backface-visibility: hidden;
} 

.flexslider .slides img {
	width: 100%; 
	display: block; 
	height:5px;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: "\0020"; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
}




.slider-overlay {
	/*background: url(../images/overlay.png) rgba(255,255,255,.1);*/
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	height: 200px;
}






#page .tb {
	position: relative;
	z-index: 999;
}

.slide-text{
	width:100%;
	margin:0 auto;
	height: 200px;
}

#page h1 img {
	/* margin-left: -10px; */
	/* margin-bottom: 10px; */
	width: 150px;
	position: relative;
	left: 100px;
	top: 20px;
}

#page p {
	font-size: 18px;
	margin-bottom: 40px;
	font-weight: normal;
	line-height:28px;
	color:#fff;
	font-weight:300;
}

.tb {
   display: table;
   width: 100%;
   height: 100%;
   position: relative;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8),
   	-1px -1px 1px rgba(255, 255, 255, 0.5);
}

.tb-cell {
   display: block;
   text-align: left;
   vertical-align: middle;
   /* 	background-color: #000;
   	opacity:0.3;*/
   height: 200px;
}

#text-slider{
	padding:0px;
	z-index:10;
	color: #fff;

}

.intro-btn {
	font-size: 18px;
	color: #fff;

/*	border-bottom: 2px solid #fff;*/
	padding: 14px 25px;
	margin: 45px auto 10;
}

.intro-btn:hover,.intro-btn:focus {
	/*background:#FFF;*/
	color:#fff;
	border-bottom: 2px solid #fff;
	/*text-decoration: underline;*/
}

.pageslider{
	width:100%;
	height:100%;
	max-height: 200px;
	position: absolute;
}

.pageslider .flex-direction-nav .flex-prev{
 	position: absolute;
 	display:block;
 	left: 20px;
 	top: 50%;
 	z-index:99999;
 	margin-top: -24px;
 	text-indent: -9999px;
 	width: 40px;
 	height: 40px;
 	background:url(../../images/left.png) no-repeat left top ;
	opacity:0.6;
 }
 
.pageslider .flex-direction-nav .flex-next{ 
 	position: absolute;
 	display:block;
 	right: 20px;
 	top: 50%;
 	z-index:99999;
 	margin-top: -24px;
	text-align:center;
 	text-indent: -9999px;
 	width: 40px;
 	height: 40px;
 	background:url(../../images/right.png) no-repeat left top;
	opacity:0.6;
}

.pageslider .flex-direction-nav .flex-prev:hover,
.pageslider .flex-direction-nav .flex-next:hover{
	opacity:0.7;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
} 
 
.slides{
	height:100%;
	max-height:100%;
}

.bg{
	width: 100% !important;
	height: 100% !important;
	background-size: cover !important;
	position: absolute !important;
	z-index: 2 !important;
	background-attachment: fixed;
}

 .slide1 {
    background: url(../images/main.jpg) center center;
} 
/* 
.slide2{
    background: url(../images/main-2.jpg) center center;
}

 */


/* -----------------------------------------------------------
   #topics_information
   ----------------------------------------------------------- */

   #topics_information {
    padding: 0px 5%;
    /* top: 100px; */
    position: relative;
}

@media only screen and (max-width: 900px) {
    #topics_information {
        padding: 0px 5%;
    }
}

@media only screen and (max-width: 736px) {
    #topics_information {
        padding: 0px 5%;
        top: 0;
    }
}




   
    #sub_news_area .central {
        width: 100%;
        max-width: 1200px;
        margin: 50px auto 100px;
    }



.button_a {
    cursor: pointer;
    /* width: 100%; */
    
    font-weight: normal;
    font-size: 13px;
    line-height: 1.1em;
    letter-spacing: 0.18em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #322961;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-color: #322961;
    border-style: solid;
    border-width: 1px;
    padding: 13px 17px;
    padding: 0.8125em 1em 0.75em;
    transition: background-color 500ms ease-out;
}
.button_a:hover,
.button_a:focus {
    background-color: #322961;
    color: #fff;
    border: 1px solid #322961;
    text-decoration: none;
}



/* --------- .newsArea --------- */

#topics_news .newsArea {
    /* margin: 0 auto; */
    /* max-width: 900px; */
}

#topics_news .newsArea .top-blog__list{z-index: 3;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: stretch;justify-content: flex-start;/* padding: 1%; */}

#topics_news .newsArea dl {
    width: 28%;
    align-items: stretch;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0.5em;
    margin: 0.5%;
    cursor:pointer;
}

#topics_news .newsArea dl:hover {
    background:#a0b4c2;
    color:#fff;
}

@media only screen and (max-width: 500px) {
    #topics_news .newsArea .top-blog__list{
    display:flex;
    flex-flow: column;
    padding: 1% 20px;
    }

#topics_news .newsArea dl {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
    
}




#topics_news .newsArea dl:first-child {
    margin: 0;
}

#topics_news .newsArea dl dt a{
    display: block;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 10px 20px 0;
}

#topics_news .newsArea dl dt span {
    padding-left: 5px;
    color: #e96c36;
}
#topics_news .newsArea dl dd{margin-left:0;}
#topics_news .newsArea dl dd a{
    display: flex;
    flex-flow: column;
    padding: 0px 20px 10px;
    justify-content: center;
    margin: 0;
}

#topics_news .newsArea dl dd img{
    width:60px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}




#topics_news .newsArea dl a {
    /* position: absolute; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#topics_news .newsArea dl:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    height: 0;
    content: "";
    border-bottom: transparent 3px solid;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#topics_news .newsArea dl:hover:after {
/*     right: 0;
    border-color: #ed8180;
    position:relative;
    bottom:0; */
}

@media only screen and (max-width: 900px) {
    #topics_news .newsArea dl:after {
        display: none;
    }
}

@media only screen and (max-width: 736px) {
    #topics_news .newsArea dl {
        flex: 0 0 49%;
        margin-bottom:10px;
        font-size: 12px;
    }

}




/* ----------------------------------------------------------
   .headline
   ---------------------------------------------------------- */

.headline {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.headline h2.en {
    font-size: 16px;
    /*     font-family: 'Poppins', sans-serif; */
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
}

.headline h2.jp {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 900px) {
    .headline {
        margin-bottom: 45px;
    }
    .headline h2.en {
        /* font-size: 30px; */
    }
    .headline h2.jp {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1;
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 736px) {
    .headline {
        margin-bottom: 40px;
    }
    .headline h2.en {
        font-size: 14px;
    }
    .headline h2.jp {
        /* font-size: 13px; */
        margin-top: 10px;
    }
}

@media only screen and (max-width: 414px) {
    .headline h2.jp {
        /* font-size: 12px; */
    }
}

/* news more */
.news-more_ares {
    width: 90%;
    text-align:center;
    margin: 15px auto;
}
.news-more{
    margin: 0 3px 15px;
    display: inline-block;
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    background: #1e6493;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 5em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 3px;
}

.news-more:after {
    font-family: 'themify';
    font-family: 'Font Awesome 6 pro';
    content: "\f061";
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 2px;
    right: 12px;
    z-index: 1;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    transition: right 0.3s ease;
}
.news-more:hover {
    color: #fff;
    /*     border: #9E9E9E 1px solid; */
    background: #464544;
}
.news-more:hover:after {
    right: 10px;
}
@media only screen and (max-width: 800px) {
    .read-more {
        margin-top: 15px;
        font-size: 13px;
    }
    
    * .read-more:after {
        right: 10px;
    }
    
    .read-more:hover {
        color: #fff;
        border: #111 1px solid;
        background: #333333;
    }
}
@media only screen and (max-width: 738px) {
    .read-more {
        margin-top: 10px;
        width: 140px;
        font-size: 12px;
        line-height: 30px;
        border: none;
        border: #111 1px solid;
        font-size: 12px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 1px;
        position: relative;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    
    .read-more:after,
    .read-more:hover:after {
        right: 10px;
    }
}

.list_box{
    display:flex;
    margin-top: 20px;
    justify-content: space-around;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}




.int_blogR{
	width: 17%;
	margin-left: 0;
	float: right;
}

.int_blogL{
	width: 80%;
	padding-right: 1%;
	float: left;
	border-right: 1px solid #f1efef;
}


.news_title{font-size:22px;color: #1e6493;font-weight: 500;border-bottom: 1px solid;}

@media screen and (max-width: 850px){
		
	.int_blogR{
		width: 98%;
		margin-left: 1%;
		float: right;
		margin: 2%;
		margin-left:2%;
	}

	.int_blogL{
		width: 98%;
		padding-right: 1%;
		float: left;
		border-right: none;
		margin: 2%;
	}

	.int_blog{
		width: 100%;
	}

		

}


@media screen and (max-width: 850px) {
    .list_box{
    flex-direction: column;
}

    .int_blogR {
        width: 100%;
        margin: 0;
        /* float: right; */
        /* margin-left: 0; */
        padding: 0;
    }
    .int_blogL {
        width: 100%;
        padding-right: 0;
        border-right: none;
        margin: 0;
    }
    .int_blog {
        width: 100%;
    }
}

#detail {
    line-height: 2;
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid #eee; */
    padding: 0em;
    margin: 2em 0 2em;
    /* text-align: center; */
    /* align-items: center; */
    justify-content: center;
}

.detailText {
    font-size: 16px !important;
    padding: 0em;
    border-radius: 5px;
    margin: 0.4em;
    width: 50%;
    /* border: 1px solid #eee; */
    /* min-width: 200px; */
    /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
}

.detailText span {
    font-size: 16px !important;
}

.detailText a {
    font-size: 16px;
    /* color: #098b3b; */
    font-weight: 600;
}

.detailText a:hover {
    color: #f58600
}

.detailText>div {
    font-size: 15px;
    /* font-size: 16px!important; */
}

.detailUpfile {
    margin: 5px 0 35px;
    text-align: center;
    padding: 0 2%;
    width: 40%;
}

@media only screen and (max-width: 600px) {
    .detailUpfile {
        margin: 5px 0 35px;
        text-align: center;
        padding: 2%;
        width: 100%;
    }
}

.detailUpfile img {
    /* max-width: 500px; */
}

.backORcloseBtn {
    text-align: right;
    line-height: 100%;
    /* margin: 15px; */
    padding-bottom: 15px;
}

.backORcloseBtn a {
    display: inline-block;
    padding: 0px 13px;
    /* 	border: 1px solid #d48e46; */
    color: #ffffff;
    background: #999;
    border-radius: 2px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.3;
}

.backORcloseBtn a::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f30a';
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.8;
    padding-right: 10px;
}

.backORcloseBtn a:hover {
    /*     background:#098b3b; */
}

.detailUpfile img {
    /* min-width: 300px; */
    /* height: auto; */
    /* width: 100%; */
    /* padding: 2%; */
}

.pNav {
    padding: 2% 0;
    font-size: 15px;
    line-height: 1.8;
}

.pNav a {
    font-size: 15px;
    color: #666;
    border-bottom: 1px dotted #666;
}

.pNav a:hover {
    border-bottom: 0px solid #098b3b;
}

.categoryArea {
    text-align: right;
    padding-bottom: 60px;
}

.pCate {
    padding: 1% 0;
    font-size: 14px;
    /* text-align: right; */
    display: inline;
}

.pCate a {
    font-size: 14px;
    /* color: #fff; */
    /* border-bottom: 1px dotted #666; */
    padding: 0.5% 1%;
    /* background: #95908b; */
    /* margin: 1%; */
    /* border-radius: 50px; */
}

.pCate a:hover {
    color: #666
}

.pCate a:after {
    font-size: 10px;
    font-family: 'FontAwesome';
    content: "\f105";
    font-weight: normal;
    margin: 0 10px;
    height: 20px;
    line-height: 20px;
}

.sd-section__head {
    padding: 8px 0px;
    font-size: 16px;
    font-weight: 500;
    /* background: #ddd; */
    text-align: left;
    color: #505050;
}

.sd-section__item a {
    padding: 12px 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.sd-section__item a:hover {
    background: #f3f2f3
}



/* blog-header
--------------------------- */

.blog-header .c-title-B {
    margin-bottom: 4vw;
}

.blog-header__navbox._fixed {
    position: fixed;
}

ul.blog-header__nav {
    margin-bottom: 2vw;
    padding-left: 0;
	list-style-type: none;
}

.blog-header__nav>li {
    /* border-top: 1px solid #DEE1EA; */
}

.blog-header__nav>li>a {
    font-weight: 500;
    line-height: 2.6;
    text-align: left;
    display: block;
    padding: 0.8vw 20px 0.8vw 1vw;
    position: relative;
    transition: color .1s linear;
    border-bottom: 1px dashed #ddd;
    color: #505050;
}

.blog-header__nav>li>a.active {
    background-color: #F1F1F2;
}

html.no-touchevents .blog-header__nav>li>a:not(.active):hover {
    color: #F6921D;
}

.blog-header__nav>li>a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #9e9e9e;
    border-right: 2px solid #9e9e9e;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%) rotate(45deg);
}

.blog-header__nav>li>a:hover:after {
    animation: a-top-blog__list .25s .05s backwards;
}

html.no-touchevents .blog-header__nav>li>a:not(.active):hover:after {
    animation: a-blog-header__nav .25s .05s backwards;
}

@keyframes a-blog-header__nav {
    60% {
        right: .5em;
    }
    100% {
        right: 1em;
    }
}


/*---------------------ニュース リスト----------------*/

.newsWrap{
	margin-bottom:30px;
}

.newsList{
    padding:30px 0;
}
.post-list__item {
    /* margin-top: 16px; */
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    }

.post-list__item li{
 list-style: none;
}


.post-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: opacity .3s;
    text-decoration: none;
    color: #373535;
    }
.post-list__item a:hover {
    text-decoration: none;
    opacity: .5; }
.post-list__item:first-of-type {
    /* margin-top: 16px; */
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    /* overflow: auto; */
    }

.post-list__img {
    width: 114px;
    height: 76px;
    float: left;
}
.post-list__img img {
    width: 100%;
    max-height: 70px;
    height: 100%;
    /* background-size: contain; */
    object-fit: cover;
    }
.post-list__img .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.post-list__textarea {
    /* -webkit-box-flex: 1; */
    -ms-flex: 1;
    /* flex: 1; */
    /* padding-left: 16px; */
    padding-left: 130px;
}

.post-list__date {
    font-size: 15px;
    line-height: 1.1;
    }

.post-list__title {
    padding-top: 0px;
    font-size: 18px;
    color: #4d4d4d;
    font-weight: 600;
    }
.post-list__title a:hover{
    padding-top: 0px;
    font-size: 18px;
    color: #923434;
    font-weight: 600;
    }


@media only screen and (max-width: 820px) {
    .post-list__item {
        margin-top: 12px;
        margin-bottom: 12px; }
    .post-list__img {
        width: 89px;
        height: 60px; }
    .post-list__textarea {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 110px;
    }
    .post-list__date {
        font-size: 12px; }
    .post-list__title {
        padding-top: 8px;
        font-size: 13px; } }

.post-list02__item {
    position: relative;
    z-index: 2;
    min-height: 260px; }
.post-list02__item:before {
    content: "";
    display: block;
    width: 300px;
    height: 280px;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: #f9f9f9;
    margin: auto;
}
.post-list02__item a {
    display: block;
    transition: opacity .3s; }
.post-list02__item a:hover {
    text-decoration: none;
    opacity: .5; }

.post-list02__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px; }

.post-list02__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 16px;
    font-size: 14px;
    line-height: 1.6; }

.post-list02__img.post-list__img {
    width: 220px;
    height: 180px;
}

@media only screen and (max-width: 820px) {
    .post-list02__item {
        min-height: none; }
    .post-list02__item:before {
        width: 226px;
        height: 226px;
        bottom: auto; }
    .post-list02__content {
        display: block;
        padding-top: 12px; }
    .post-list02__desc {
        padding-right: 0;
        font-size: 12px;
        line-height: 1.6; }
    .post-list02__img.post-list__img {
        width: 100%;
        height: 200px;
        overflow: hidden;
    } }

/*---------------------ãƒœã‚¿ãƒ³---------------------------------*/
.link_btn {
    background-color: #5b5763;
    width: 82.5%;
    margin: 40px auto 0;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 16px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: opacity .3s;
}
@media all and (-ms-high-contrast: none) {
    .link_btn {
        padding-top: 18px;
        padding-bottom: 12px; } }
.link_btn::before, .link_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
.link_btn::before {
    width: 26px;
    height: 26px;
    /* border: 1px solid #fff; */
    border-radius: 50%;
    left: 20px;
}
.link_btn::after {
    right: 30px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link_btn:hover {
    opacity: 0.5;
    text-decoration: none; }
@media only screen and (max-width: 820px) {
    .link_btn {
        width: 71.5%;
        margin-top: 30px;
        font-size: 13px;
        height: 42px;
    }
    .link_btn::before {
        width: 18px;
        height: 18px;
        left: 10px; }
    .link_btn::after {
        /* left: 15px; */
        /* width: 5px; */
        /* height: 5px; */
    } }

.link_btn.sm {
    font-size: 13px;
    width: 250px;
    max-width: 100%;
    color: #111;
    background: none;
    border: #111 1px solid;
    z-index: 100;
    height: 43px;
    margin-bottom: 3%;
}
.link_btn.sm::after {
    border-top: 1px solid #111;
    border-right: 1px solid #111;
}



/* blog-header
--------------------------- */

.blog-header .c-title-B {
	margin-bottom: 4vw;
}

.blog-header__navbox._fixed {
	position: fixed;
}

.blog-header__nav {
	margin-bottom: 2vw;
}

.blog-header__nav > li {
	border-top: 1px solid #DEE1EA;
}

.blog-header__nav > li > a {
	font-weight: 500;
	line-height: 3;
	text-align: left;
	display: block;
	padding: 1.3vw 40px 1.3vw 1vw;
	position: relative;
	transition: color .1s linear;
	border-bottom: 1px dashed #ddd;
	color: #505050;
}
.blog-header__nav > li > a.active {
	background-color: #F1F1F2;
}
html.no-touchevents .blog-header__nav > li > a:not(.active):hover {
	color: #F6921D;
}

.blog-header__nav > li > a:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(-50%,-50%) rotate(45deg);
}



.blog-header__nav > li > a:hover:after {
	animation: a-top-blog__list .25s .05s backwards;
}




html.no-touchevents .blog-header__nav > li > a:not(.active):hover:after {
	animation: a-blog-header__nav .25s .05s backwards;
}
@keyframes a-blog-header__nav {
	60% { right: .5em; }
	100% { right: 1em; }
}


/* blog-article
--------------------------- */

.blog-article__header {
	margin: 3vw 0 -3vw;
}

.blog-article {
	padding: 0 4% 0 11%;
}

.category_title{
    position: relative;
    /* display: inline-block; */
    line-height: 1;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 25px;
    letter-spacing:0.2em;
    /* padding-bottom: 30px; */
 }
.category_title span{
    right: 0;
    top: 15px;
    position: absolute;
}



.news_title{
	font-size: 20px;
	text-align:left;
    padding: 1% 0;
/*     color:#ff9d0d; */
    }

.news_date{
    color: #1e6493;
    text-align: right;
    }


    
#detail{
    line-height:2;
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid #eee; */
    padding: 0em;
    margin: 0 0 2em;
    /* text-align: center; */
    /* align-items: center; */
    justify-content: center;
}


.detailText{font-size: 16px !important;padding: 0em;border-radius: 5px;flex: 1 0 0;margin: 0.4em;/* border: 1px solid #eee; */min-width: 200px;/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */}
.detailText span{font-size: 16px !important;}
.detailText a{font-size:16px;color:#098b3b;font-weight:600;}
.detailText a:hover{color:#f58600}


.detailText > div {font-size:15px;/* font-size: 16px!important; */}

.detailUpfile{
    margin:5px 0 35px;
    text-align:center;
    padding: 2%;
    width: 50%;
}

@media only screen and (max-width: 600px) {
.detailUpfile{
    margin:5px 0 35px;
    text-align:center;
    padding: 2%;
    width: 100%;
}
}



.detailUpfile img{
    /* max-width: 500px; */
}

.backORcloseBtn{
    text-align: right;
    line-height:100%;
    /* margin: 15px; */
    padding-bottom: 15px;
}
.backORcloseBtn a{
    display:inline-block;
    padding:0px 13px;
    /* 	border: 1px solid #d48e46; */
    color: #ffffff;
    background: #999;
    border-radius: 2px;
    text-decoration:none;
    font-size:16px;
    line-height: 1.3;
}


.backORcloseBtn a::before{
    font-family: 'Font Awesome 5 Free';
    content: '\f30a';
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.8;
    padding-right:10px;
}


.backORcloseBtn a:hover{
    /*     background:#098b3b; */
}



.detailUpfile img{
    /* min-width: 300px; */
    height:auto;
    width: 100%;
    /* padding: 2%; */
}
.pNav{padding: 2% 0;font-size:15px;line-height: 1.8;}
.pNav a{font-size:15px;color:#666;border-bottom: 1px dotted #666;}
.pNav a:hover{border-bottom: 0px solid #098b3b;}



.categoryArea{
    text-align:right;
    padding-bottom: 60px;
}



.pCate{padding: 1% 0;font-size:14px;/* text-align: right; */display: inline;}
.pCate a{font-size:14px;/* color: #fff; *//* border-bottom: 1px dotted #666; */padding: 0.5% 1%;/* background: #95908b; *//* margin: 1%; *//* border-radius: 50px; */}
.pCate a:hover{color:#666}

.pCate a:after{
    font-size: 10px;
    font-family: 'FontAwesome';
    content: "\f105";
    font-weight: normal;
    margin: 0 10px;
    height: 20px;
    line-height: 20px;
}




/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
	padding: 20px 0 0px;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}


