@charset "UTF-8";
/* CSS Document */

#header {
	position:relative;
    background: #000;
}
.sliderArea {
	background: #fff;
	overflow: hidden;
}
.sliderWide {
	max-width: 100%;
	margin: 0 auto;
}
.sliderWide .slick-arrow {
	opacity: 0;
	transition-duration: 0.3s;
}
.sliderWide:hover .slick-arrow {
	opacity: 1;
}
.slider {
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
}

.slider .slick-track {}
.slider .slick-slide {
	opacity: .8;
	transition-duration: 0.3s;
}
.slider .slick-slide.slick-current {
	opacity: 1;
}
.slider .slick-slide a {
	display: block;
}
.slider .slick-slide a:hover {
	display: block;
	opacity: .7;
}
.slider img {
	height: auto;
	width: 100%;
}
.slick-prev, .slick-next {
	z-index: 1;
}
.slick-dots {
	bottom: -30px;
}

#header h1{
	text-align: center;
    padding: 20px 0;
    margin: 0 auto;
    width:100%;
}

#header p{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.3em;
    position: absolute;
    margin: -50px 0 0 20px;
}

#header h1 img {
	width:300px;
}

@media screen and ( min-width:769px ) {
    .slider .slick-list {
	overflow: visible;
}
}

@media screen and ( max-width:768px ) {
}

@media screen and ( max-width:414px ) {
    .slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
    .slider {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
	#header img {
		width:100%;
	}
    .slick-dots {
        bottom: -20px;
    }
	#header h1 {
		display:none;
	}
    .sliderArea{
        display:none;
    }
	
	.topics-article ul {
		width:100%;
		display: -webkit-flex;
		display: flex;
	}
	.topics-article li {
		/*width:50%;*/
        width:100%;
	}
	.topics-article li a {
		display:inline-block;
		width:100%;
		padding:14px 0;
		text-align:center;
		color:#fff;
		font-size:16px;
		font-size:1.6rem;/* =16px */
		line-height:20px;
		line-height:2.0rem;/* =20px */
		font-weight:normal;
	}
	.topics-article li:first-child a {
		background-color:rgba(0,73,177,1);
	}
	.topics-article li:first-child a:hover {
		background-color:rgba(0,73,177,0.6);
	}
	.topics-article li:last-child a {
		background-color:rgba(0,149,105,1);
	}
	.topics-article li:last-child a:hover {
		background-color:rgba(0,149,105,0.6);
	}
}

.latest a{
    width: 100%;
    height: 290px;
    background-image: url("../img/vane_bg.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 1.3em;
}

.latest img{
    width: 70%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
    margin: 40px 0 0 0;
}

.latest li{
    margin: 10px 0 20px 0;
    font-weight: 700;
}

#cont {
	padding-bottom:0;
	border-bottom:none;
	margin-bottom:0;
}

.main {
	padding-bottom:0;
	border-bottom:none;
	margin-bottom:0;
}

.backnumber_b{
    padding: 10px;
    color: #0049b1;
    border: 1px solid #0049b1;
    width: 200px;
    font-size: 1.5em;
    text-align: center;
    margin: 30px auto 0;
    font-weight: 700;
}

.backnumber_b a{
    color: #0049b1;
    font-weight: 700;
}

.notification h1 {
    width: 75%;
    margin: 0 auto 25px auto;
}
.notification h1 img {
    width: 100%;
}
.notification ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
}
.topics_link{
    margin: 30px 0 0 0;
}
.topics_link li{
    /*width: 180px;*/
	color:#0049b1;
	font-family:'Arial Black', Gadget, 'sans-serif';
    margin: 0 auto;
	font-size:23px;
	font-size:2.3rem;
	line-height:30px;
	line-height:3.0rem;
	font-weight:700;
}
.topics_link li::after{
    content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 21px;/*画像の幅*/
  height: 18px;/*画像の高さ*/
    margin: -3px 0 0 10px;
  background-image: url("../img/topics_before.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.notification li a {
	color:#0049b1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.notification li a::before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 30px;
    margin-right: 5px;
    background-image: url("../img/topics_arr.png");
    background-position: left top 6px;
    background-repeat: no-repeat;
    background-size: 100%;
}

/*** 以下モーダル用CSS ***/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 75%;
  max-width: 920px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}
.modal-wrapper .modal-window .modal-content {
  overflow-y: auto;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
.modal-content {
    padding:20px 60px 60px 60px; 
}
.modal-content h2 {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    border: none;
}
.modal-content h2 img {
    width: 100%;
}
.modal-content h3 {
    text-align: center;
    color: #000;
	font-size:16px;
	font-size:1.6rem;
	line-height:22px;
	line-height:2.2rem;
	font-weight:600;
    margin: 30px 0 30px 0;
}
.modal-content p {
    text-align: center;
	font-size:14px;
	font-size:1.4rem;
	line-height:18px;
	line-height:1.8rem;
	font-weight:400;
}

.topics {
	width:100%;
}
.topics_left {
	width:144px;
	float:left;
}
.topics_left h1 {
	display:inline-block;
	width:100%;
	padding:50px 0;
	text-align:center;
	color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:17.6px;
	font-size:1.76rem;/* =14px */
	line-height:44px;
	line-height:4.4rem;/* =44px */
	font-weight:normal;
	background-color:#0049b1;
	border-radius:72px;
}
.topics_right {
	width:536px;
	float:right;
	padding:10px 0;
}
.topics_right ul {
	width:100%;
	padding:4px 0;
	display: -webkit-flex;
	display: flex;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:18px;
	line-height:1.8rem;/* =24px */
	font-weight:normal;
}
.topics_right li:first-child {
	width:18%;
}
.topics_right li:last-child {
	width:82%;
}
.topics_backnumber {
	clear:both;
	width:100%;
	padding:40px 0 5px 0;
	text-align:right;
}
.topics_backnumber p {
	position:relative;
	font-size:12px;
	font-size:1.2rem;/* =12px */
	line-height:19px;
	line-height:1.9rem;/* =19px */
	font-weight:normal;
}
.topics_backnumber p a {
	color:#0049B1;
}
.topics_backnumber img {
	display:inline;
	width:auto;
	height:19px;
	margin:0 13px 0 0;
}

.article-title {
	width:100%;
	text-align:center;
    margin: 5px 0 0 0;
	border-top:0.5px solid #646464;
	border-bottom:0.5px solid #646464;
}
iframe{
    width: 100%;
    height: 150px;
    margin: 12px 0 0 0;
}
.article-title h2 {
	width:26%;
	margin:0 auto;
	padding:0;
	border-bottom:none;
}
.article-title h2 img {
	width:100%;
	margin:0;
}
.article_list ul {
	width:100%;
	padding:26px 0;
	border-bottom:0.5px solid #646464;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.news_bank{
    padding: 10px 0;
    text-align: center;
}
.news_bank_list{
	color:#0049b1;
	font-family:'Arial Black', Gadget, 'sans-serif';
    margin: 0 auto;
	font-size:23px;
	font-size:2.3rem;
	line-height:30px;
	line-height:3.0rem;
	font-weight:700;
}
.news_bank_p{
	color:#0049b1;
    margin: 0 auto;
	font-size:14px;
	font-size:1.4rem;
	font-weight:700;
}
.article_list li:first-child {
	width:26.8%;
}
.article_list li:first-child img {
	width:100%;
	margin:0;
	padding:0;
}
.article_list li:last-child {
	width:69%;
}
.article_list li:last-child h3 {
	margin:0;
	padding:0;
}
.article_list li:last-child h3 a {
	color:#0049B1;
	font-size:16px;
	font-size:1.6rem;/* =16px */
	line-height:18px;
	line-height:1.8rem;/* =18px */
	font-weight:bold;
}
.article_list li:last-child h3 a:hover {
	text-decoration:underline;
}
.article_list li:last-child p {
	font-size:12px;
	font-size:1.2rem;/* =12px */
	line-height:18px;
	line-height:1.8rem;/* =18px */
	font-weight:normal;
}
.article_list li:last-child p.date {
	margin-top:10px;
}
.article_list li:last-child p.date span{
	font-weight: 700;
}

.article_ads {
	width:85.7%;
	padding:26px 7.15%;
	border-bottom:0.5px solid #646464;
}
.article_ads img {
	width:100%;
	margin:0;
}
.article_ads_top {
	width:85.7%;
	padding: 20px 7.15%;
	border-bottom:0.5px solid #646464;
}
.article_ads_top img {
	width:100%;
    height: auto;
	margin:0;
}

.article_list h4 {
	margin-top:66px;
	width:100%;
	padding:10px 0;
	border-top:0.5px solid #646464;
	border-bottom:0.5px solid #646464;
	text-align:center;
	color:#0049B1;
	font-size:20px;
	font-size:2.0rem;/* =20px */
	line-height:22px;
	line-height:2.2rem;/* =22px */
	font-weight:bold;
}
.article_backnumber {
	width:230px;
	margin:65px auto 10px auto;
}
.article_backnumber a {
	display:inline-block;
	width:100%;
	padding:8px 0;
	text-align:center;
	color:#0049B1;
	font-size:16px;
	font-size:1.6rem;/* =16px */
	line-height:18px;
	line-height:1.8rem;/* =18px */
	font-weight:normal;
	border:1px solid #0049B1;
}
@media screen and ( max-width:768px ) {
    .modal-wrapper .modal-window {
      width: 95%;
      padding: 30px 30px 15px;
    }
    .modal-content {
        padding:0 0 40px 0; 
    }
}

@media screen and ( max-width:414px ) {
	#cont {
		padding:0;
	}
	.article_ads_top {
	width:100%;
	padding:0;
	padding-top: 20px;
	border-bottom:0.5px solid #646464;
}
	.topics {
		display:none;
	}
    
    .notification h1 {
        width: 90%;
        margin: 25px auto;
    }
    .modal-wrapper .modal-window {
      width: 98%;
      padding: 10px;
    }
    .modal-content {
        padding:20px 0 20px 0; 
    }
    .modal-content h3 {
        font-size:13px;
        font-size:1.3rem;
        line-height:20px;
        line-height:2.0rem;
        font-weight:600;
        margin: 20px 0;
    }
    .modal-content p {
        font-size:13px;
        font-size:1.3rem;
        line-height:18px;
        line-height:1.8rem;
        font-weight:400;
    }
	
	.article-title {
		width:100%;
		text-align:center;
		margin-top:10px;
		padding:10px 0 5px;
		border-top:0.5px solid #646464;
		border-bottom:0.5px solid #646464;
	}
	.article-title h2 {
		width:56%;
		margin:0 auto;
		padding:0;
		border-bottom:none;
	}
	.article_list ul {
		padding:12px 0;
	}
	.article_list li:first-child {
		width:46%;
	}
	.article_list li:last-child {
		width:50%;
	}
	.article_list li:last-child h3 a {
		color:#0049B1;
		font-size:13px;
		font-size:1.3rem;/* =13px */
		line-height:16px;
		line-height:1.6rem;/* =16px */
		font-weight:normal;
	}
	.article_list li:last-child p {
		display:none;
	}
	.article_list li:last-child p.date {
		display:block;
		margin-top:10px;
	}
	
	.article_ads {
		width:90%;
		padding:20px 5%;
		border-bottom:0.5px solid #646464;
	}
	
	.article_backnumber {
		width:60%;
		margin:35px auto 30px auto;
	}
    iframe{
        height: 75px;
        margin: 5px 0 0 0;
    }
    .topics_link{
    margin: 10px 0 0 0;
}
}

.footer_logo img {
	width:100%;
}

@media screen and ( max-width:768px ) {
}

@media screen and ( max-width:414px ) {
    .footer_logo {
	width:100%;
	float:left;
}
}
