@charset "UTF-8";
/*
"源泉丸ゴシック" licensed under the SIL Open Font License 1.1
https://github.com/ButTaiwan/gensen-font
*/
/* GenSenRounded-R */
@font-face {
  font-family: "GenSenRounded";
  src: url("../font/GenSenRounded-R.woff") format("woff"), url("../font/GenSenRounded-R.ttf") format("truetype"), url("../font/GenSenRounded-R.ttc") format("truetype"), url("../font/GenSenRounded-R.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}
/* GenSenRounded-M */
@font-face {
  font-family: "GenSenRounded";
  src: url("../font/GenSenRounded-M.woff") format("woff"), url("../font/GenSenRounded-M.ttf") format("truetype"), url("../font/GenSenRounded-M.ttc") format("truetype"), url("../font/GenSenRounded-M.eot") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
}
/* GenSenRounded-B */
@font-face {
  font-family: "GenSenRounded";
  src: url("../font/GenSenRounded-B.woff") format("woff"), url("../font/GenSenRounded-B.ttf") format("truetype"), url("../font/GenSenRounded-B.ttc") format("truetype"), url("../font/GenSenRounded-B.eot") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
}

/*共通*/
@media screen and (min-width: 1024px) {
	.show-pc {
		display: inherit !important;
	}
	.show-sp {
		display: none !important;
	}
}
@media screen and (max-width: 1023px) and (min-width: 1px) {
	.show-pc {
		display: none !important;
	}
	.show-sp {
		display: inherit !important;
	}
}
html{
  width: 100%;
  overflow-x: hidden;
}
.main {
	font-family: "メイリオ";
}
.yasashisa {
	font-family: 'yasashisa';
}
img {
    width: 100%;
}
p{
  font-size: 1.6rem;
  color: #524B3D;
}
small{
  background:#333;
  color:#fff;
  display: block;
  text-align: center;
  padding:20px;
}
@media screen and (min-width: 1024px) {
	
}

/* slickのスタイル */
@media screen and (max-width: 1023px) and (min-width: 1px) {
	.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/*共通ここまで*/

@media screen and (min-width: 1024px) {
    #news-contents {
        min-height: 100vh;
    }
    #news-contents .container{
        padding: 5%;
        max-width: 822px;
        margin: 0 auto;
    }
}

#news-contents .container .btn {
    width: 80px;
    height: 40px;
    margin-bottom: 31px;
    position: relative;
    display: inline-block;
    background-color: #FFF;
    border-radius: 32px;
    box-shadow: 0px 0px 9px #00000040;
}
#news-contents .container .btn a {
    display: block;  
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -0.47px;
    color: #707070;
    padding: 14px 19px 15px 31px;
}
#news-contents .container .btn a::before{
    width: 8px;
    height: 8px;
    content: '';
    left: 14px;
    border-top: solid 3px #B2B2B2;
    border-right: solid 3px #B2B2B2;
    opacity: 1;
    position: absolute;
    transform: rotate(225deg);
}
#news-contents .container .tag-list{
    margin-bottom: 25px;
}
#news-contents .container .tag{
    display: inline-block;
    padding: 6px 14px 6px 15px;
    font-size: 12px;
    font-weight: bold;
}
#news-contents .container .tag-list .blue{
    padding: 4px 16px;
    margin-right: 10px;
    background-color: #6AA0EF;
    border-radius: 12px;
    color: #FFF;
    font-weight: bold;
}
#news-contents .container .tag-list .gray{
    padding: 4px 17px;
    background-color: #F7F6F0;
    border-radius: 12px;
    color: #AAA;
}
#news-contents .container h1{
    margin-bottom: 17px;
    color: #524B3D;
    font-size: 24px;
    text-shadow:none
}
.custom-line {
    border: none;
    border-top: 2px dotted #ccc;
    margin: 29px auto 27px;
}
#news-contents .container .image-top {
    padding: 40px 0;
    width: 737px;
}
#news-contents .container .image-bottom {
    display: inline-block;
    padding: 35px 0;
    width: 737px;
}
#news-contents .container  p {
    font-size: 16px;
    line-height: 1.5;
}
#news-contents .container .marker {
    padding: 0.1em 0;
    background: #FFE200;
    font-weight: bold;
}
.footerS{
    position: fixed;
    bottom: 0;
}

/* SPここから */
@media screen and (max-width: 1023px) and (min-width: 1px) {
	.container {
		width: 91.2%;
		margin: 0 auto;
        margin-top: 83px;
	}
    #news-contents .container .btn {
    width: 33px;
    height: 33px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    background-color: #FFF;
    border-radius: 28px;
    box-shadow: 0px 0px 9px #00000040;
    }
    #news-contents .container .btn a {
    padding: 17px 7px;
    }
    #news-contents .container .btn a::before{
    top: 11px;
    left: 13px;
    }
    #news-contents .container h1{
    margin-bottom: 4.05vw;
    color: #524B3D;
    font-size: 5.8vw;
    text-shadow:none
    }
    #news-contents .container p {
    font-size: 3.47vw;
    line-height: 1.923;
    }
    .custom-line {
    margin: 3.05vw auto 4.05vw;
    }
    #news-contents .container .image-top {
    padding: 8vw 0;
    width: 100%;
    }
    #news-contents .container .image-bottom {
    width: 100%;
    }
}