

/* PC&タブレット端末向けCSS */
@media screen and (min-width:768px) {


/**************** ヘッダー内コンテンツ *****************/


header{
	width:100%;
	position:relative;
	overflow:hidden;
	background: url(../images/header_bg.jpg)right top;
	background-size:cover;
    background-blend-mode: darken;
    background-color: rgba(0,0,0,0.5);
}

.header_bg{
	width:100%;
}

.header_top{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	padding: 1% 0;
	background: rgba(1,18,24,.3);
}

.main_image{
	width:60%;
	padding: 80px 0 0;
	margin: 0 auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.detalTitle{
    font-size: 260%;
    letter-spacing: 0.2em;
    font-weight: 500;
    background-color: rgb(255 255 255 / 80%);
    width: 100%;
    text-align: center;
    color: #222;
    padding: 10px 0; 
}

/**************** ヘッダー内コンテンツ end *****************/



/**************** パンくず  *****************/

.breadcrumb_navi_w{
	margin:0;
	padding:1em;
}

/**************** パンくず end *****************/


/**************** 各sectionの見出し *****************/

.section_title,
.section_title_w{
	margin:4em auto 3em;
	text-align: center;
}

.section_title h2,
.section_title_w h2{
	font-weight:600;
}

.section_title h2 span{
	font-size: 148%;
    color:#171717;
	margin: 0;
	letter-spacing: 0.1em;
}

.section_title_w h2 span{
	font-size: 148%;
    color: #FFFFFF;
	margin: 0;
	letter-spacing: 0.1em;
}

/**************** 各sectionの見出し end *****************/

main{
	background:#000000;
	padding-bottom:45px
}

/**************** メインコンテンツ *****************/

#content01 {
	background-color: #fff;
}
.tab_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 7% 0 2%;
    max-width: 1000px;
}
.news_link {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}
.news_link li {
    width: calc(20% - 2px);
    margin: 0 0 10px 2px;
    background: #78909c;
    color: #FFFFFF;
    position: relative;
    padding: 20px 0;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    font-size: 90%;
}
/*.news_link li:first-child {
    margin-left: 0;
}*/
.news_link li.active, .news_link li:hover {
    background: #c3d4dc;
    color: #010101;
    font-weight: bold;
}
.news-content {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 0 0.3% 3px 0;
    box-sizing: border-box;
    border-radius: 5px;
    border: solid 1px #ccc;
    width: 24.7%;
    font-size: 90%;
}
.news-content:hover {
	border: solid 2px #0d4b8a;
	border-radius: 5px;	
}
.news-content a {
	text-decoration: none;
	color: #222;
	height: 100%;
}
.news-content img {
	border-radius: 3px 3px 0 0;
	width: 100%;
}
.news-r {
	padding: 0 10px 0;
    margin: 0;
}
.news-r:last-of-type {
	padding: 0 10px 10px;	
}
.tags {
	background: #c3d4dc;
    max-width: 140px;
    font-size: 10px;
    text-align: center;
    padding: 5px;
    color: #000000;
    margin: 5px auto 0;
    border-radius: 5px;
}
.news-content .news-r a {
    color: #000;
    transition: color 0.2s ease-in-out;
}
.news-content .news-r a:hover {
    color: #8bc73f;
    transition: color 0.2s ease-in-out;
}
.news-content-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.btnArea {
    width: 100%;
}
.btn {
    display: block;
    width: 62.5%;
    padding: 20px 0;
    margin: 0 auto;
    background-color: #216ac9;
    color: #fff;
    text-decoration: none;
    text-align: center;
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,.3));
    filter:drop-shadow(1px 1px 1px rgba(0,0,0,.3));
	/*box-shadow:1px 2px 3px -2px #396d39;*/
	position: relative;
	overflow: hidden;
	font-size: 200%;
    font-weight: bold;
    border-radius: 5px;
    letter-spacing: 0.1em;
}
.btnArea .btn {
	margin: 30px auto;
}
.btn::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-animation: shine01 1s infinite;
          animation: shine01 1s infinite;
}

@-webkit-keyframes shine01 {
  100% {
    left: 100%;
  }
}

@keyframes shine01 {
  100% {
    left: 100%;
  }
}
.detailpageLink + p.more_display {
	display: none !important;
	
}
.more_display {
	display: block;
    padding: 20px 0;
    margin: 0 auto;
    color: #216ac9;
    text-decoration: none;
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    border-radius: 5px;
    letter-spacing: 0.1em;
    cursor: pointer;
    width: 62.5%;
    border: solid 1px #216ac9;
}
.more_display .fa-angle-down {
	padding: 0 5px 0 0;
}
.more_display:hover {
    animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}



#content02 {
	background-color: #fff;
}
.content02_inner{
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 0 7%;
	width: 85%;
}
.detailImg{
	width: 100%;
}
.detailInfo {
	display: flex;
	font-size: 120%;
}
.detailInfo dt {
	border-left: solid 4px #0d4b8a;
	position: relative;
	padding-left: 10px;
	margin-right: 50px;
	min-width: 174px;
	display: flex;
    align-items: center;
}
.detailInfo dd {
	margin: 0;
}
.linkArea {
    margin: 0 auto;
    font-weight: bold;
    font-size: 120%;
    display: flex;
    justify-content: center;
}
.linkArea br {
	display: none;
}
.linkArea a {
	border: solid 1px #0d4b8a;
    color: #0d4b8a;
    text-decoration: none;
    padding: 10px;
    margin: 0 10px;
}
.linkArea a:hover {
	background-color: #c0d0e1;
}
.linkArea .prevLink i {
    padding: 0 5px 0 0;
    font-size: 120%;
}
.linkArea .nextLink i {
    padding: 0 0 0 5px;
    font-size: 120%;
}


#content03{
	background:url(/images/city.jpg)left bottom no-repeat;
	background-size:cover;
	overflow: hidden;
	z-index:0;
}

.content03_inner{
	max-width:1000px;
	margin:0 auto;
	padding:0 1em;
}

.content03_inner_text{
	width:70%;
	margin:0 auto;
	padding:5em 0 15em;
}

[class^="content03_inner_"] h3,
[class*="content03_inner_"] h3{
	font-size:180%;
	font-weight:600;
	color:#FFFFFF;
	letter-spacing:0.2em;
	text-align: center;
}

[class^="content03_inner_"] p,
[class*="content03_inner_"] p{
	width:100%;
	font-size:100%;
	font-weight:500;
	color:#FFFFFF;
	letter-spacing:0.1em;
	text-align:center;
	line-height:2;
}

[class^="content03_inner_"] h4,
[class*="content03_inner_"] h4{
	font-size:110%;
	font-weight:600;
	color:#16AAE8;
	letter-spacing:0.2em;
	background:#FFFFFF;
	padding:0.2em 1em;
	border-radius:20px;
	text-align: center;
}

[class^="content03_inner_"] ul,
[class*="content03_inner_"] ul{
	display: -webkit-flex;
    display: flex;
    justify-content:flex-start;
	-webkit-justify-content:flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	list-style: none;
	padding:0;
}

[class^="content03_inner_"] li,
[class*="content03_inner_"] li{
	font-size:90%;
	color:#FFFFFF;
	font-weight:600;
	padding-right:1em;
	line-height:2;
}





/**************** メインコンテンツ end *****************/


/**************** sns *****************/
.sns{
	position:fixed;
	right:0;
	top:20vh;
	z-index:200;
}

.fb{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-bottom:1em;
}

.fb a{
	color:#FFFFFF;
	background:#414d7a;
	font-weight: bold;
	padding:2.5em 0.5em;
	text-decoration: none;
}

.fb a:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.fb i{
	padding-bottom:0.5em;
}

/**************** sns end *****************/


}