

/* スマホ向けCSS */
@media screen and (max-width:767px) {

body{
	-webkit-text-size-adjust: 100%;
}


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

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:90%;
	padding:50px 0 30px;
	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;
}

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



#content01 {
	background-color: #fff;
}
.tab_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding: 10% 0;
}
.news_link {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 5%;
    padding: 0;
    list-style-type: none;
    font-size: 135%;
}
.news_link li {
    width: calc(50% - 2px);
    margin: 0 0 2px 2px;
    background: #78909c;
    color: #FFFFFF;
    position: relative;
    padding: 10px 5px 10px;
    cursor: pointer;
    text-align: center;
    line-height: 1.2;
}
/*.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 10px 0;
    box-sizing: border-box;
    border-radius: 5px;
    border: solid 1px #ccc;
    width: 48.5%;
    font-size: 135%;
}
.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;
}
.tags {
	background: #c3d4dc;
    max-width: 125px;
    font-size: 10px;
    text-align: center;
    padding: 5px 0;
    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;
    justify-content: space-between;
    margin: 0 auto;
}

.detailpageLink + p.more_display {
    display: none !important;
}
.btnArea {
    width: 100%;
}
.btn {
    display: block;
    width: 90%;
    padding: 10px 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;
}
.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%;
  }
}

#content02 {
	background-color: #fff;
	margin-top: -1px;
}
.content02_inner{
	margin: 0 auto;
	padding: 0 0 7%;
	width: 90%;
}
.detailImg{
	width: 100%;
}
.detailInfo {
	font-size: 170%;
}
.detailInfo dt {
	border-left: solid 4px #0d4b8a;
	position: relative;
	padding-left: 10px;
	margin-bottom: 5px;
	min-width: 174px;
	display: flex;
    align-items: center;
}
.detailInfo dd {
	margin: 0;
}
.btnArea .btn {
	margin: 10px 0 20px;
	width: 100%;
}
.more_display {
	display: block;
    padding: 10px 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: 100%;
    border: solid 1px #216ac9;
}
.more_display .fa-angle-down {
	padding: 0 5px 0 0;
}
.linkArea {
    margin: 0 auto;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    justify-content: center;
}
.linkArea a {
	border: solid 1px #0d4b8a;
    color: #0d4b8a;
    text-decoration: none;
    padding: 10px;
    margin: 0 5px;
}
.linkArea .prevLink,
.linkArea .nextLink {
    line-height: 40px;
}
.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)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:94%;
	margin:0 auto;
	padding:5em 0 11em;
}

[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{
	display:none;
}
/**************** sns end *****************/


}