@font-face {
  font-display: swap;
	font-family: "Lato-Italic";
	src: url("/fonts/Lato-Italic.ttf") format("truetype");
}
/*header*/
main{
	background-image: url(/cmc/wp-content/themes/imotonowifi/images/bg-img_pc.jpg);
	background-size: auto;
	background-repeat: repeat-y;
}
header nav#mainnav ul li a{
	color: #0e0e0e;
} 
main article#voice{
	padding-top: 40px;
	padding-bottom: 0;
	height: 300px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background-position-y: -90px;
}
main article#voice:before{
	content: '';
	background: inherit;
	-webkit-animation: image_blur 2s ease-out;
	-moz-animation: image_blur 2s ease-out;
	-ms-animation: image_blur 2s ease-out;
	animation: image_blur 2s ease-out;
	position: absolute;
	top:0; left:0; right:0; bottom:0;
	z-index: -1;
}
main article#voice section:first-child{
  padding: 124px 0 0 0;
  height: 215px;
}
main article#voice h2{
  font-size: 36px;
  line-height: 1.2;
	text-shadow: 0 0 40px #fff,    0 0 40px #fff,    0 0 40px #fff,    0 0 40px #fff,    0 0 40px #fff,    0 0 40px #fff;
}
.reviews-head .is-en{
  font-size: 23px;
  letter-spacing: 0.2em;
  margin: 6px auto 0;
	display: block;
  font-family: Lato-Italic;
}
@media screen and (max-width: 767px) {
  h1{
    top: -28px;
  }
    main{
    background-image: url(/cmc/wp-content/themes/imotonowifi/images/bg-img_sp.jpg);
    background-size: contain;
  }
  main article#voice{
    padding: 0;
    height: auto;
    background-image: url(/cmc/wp-content/themes/imotonowifi/images/voice_bg_sp.jpg);
    background-size: cover;
    background-position: center;
  }
  main article#voice section:first-child{
    padding: 35px 0 0;
    position: relative;
    max-width: 425px;
    height: 110px;
    margin: 0 auto;
  }
  main article#voice h2{
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
    text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #FFF, 0 0 8px #fff;
  }
  .reviews-head .is-en{
    font-size: 14px;
    letter-spacing: 0.2em;
    margin: -1px auto 0;
  }
}
/*お客様の声トップページ*/
/*title*/
#voice{
	background-image: url(/cmc/wp-content/themes/imotonowifi/images/voice_bg_pc.jpg);
}
main #customer-voice{
	background-color: transparent;
}
main #customer-voice .com-section-head{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 24px;
}
main #customer-voice .com-section-head::before{
	content: "";
  display: inline-block;
  width: 56px;
  height: 32px;
  background: url(/cmc/wp-content/themes/imotonowifi/images/voice-title.png) center / contain no-repeat;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 4px;
}
main #customer-voice .customer-descript{
  width: 1080px;
  height: 172px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  background-color: #038de1;
  background-image: url(/cmc/wp-content/themes/imotonowifi/images/voice-bubble.png);
  background-size: auto;
  background-position: -8px -8px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  position: relative;
}
main #customer-voice .--good{
  background-color: #eb6877;
  background-image: url(/cmc/wp-content/themes/imotonowifi/images/voice-good.png);
  background-position: 20px 10px;
}
main #customer-voice .--bad{
  background-color: #448aca;
  background-image: url(/cmc/wp-content/themes/imotonowifi/images/voice-bad.png);
  background-position: 20px 10px;
}
main #customer-voice .customer-descript::after{
  position: absolute;
	top: -54px;
	right: 0;
	content: url(/cmc/wp-content/themes/imotonowifi/images/voice-imoto.png);
	display: block;
}
main #customer-voice .customer-descript p,
main #customer-voice .customer-descript h2{
  width: 70%;
  margin: 0;
  padding: 48px 0 48px 32px;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
}
main #customer-voice .customer-descript p span{
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #voice{
    background-image: url(/cmc/wp-content/themes/imotonowifi/images/voice_bg_pc.jpg);
  }
  main #customer-voice .com-section-head{
    font-size: 20px;
    margin-bottom: 16px;
  }
  main #customer-voice .com-section-head::before{
    width: 48px;
    height: 24px;
    margin-right: 4px;
    margin-top: 4px;
  }
  main #customer-voice .customer-descript{
    width: 100%;
    height: auto;
    font-size: 14px;
    background-size: 65%;
    line-height: 1.8;
  }
  main #customer-voice .--good{
    background-size: 30%;
    background-position: 8px 8px;
  }
  main #customer-voice .--bad{
    background-size: 30%;
    background-position: 8px 8px;
  }
  main #customer-voice .customer-descript::after{
    display: none;
  }
  main #customer-voice .customer-descript p,
  main #customer-voice .customer-descript h2{
    width: 100%;
    padding: 24px 16px;
    font-size: 14px;
  }
}
/*selector*/
main .voice-selector{
	width: 1080px;
  margin: 0 auto;
  background-color: #d5ebf7;
  padding: 48px 32px;
}
main .voice-selector .select-wrap {
	display:flex; 
	align-items:center;
	justify-content: center;
}
main .voice-selector .select-wrap label{
	font-weight: bold;
  font-size: 16px;
}
main .voice-selector .select-wrap label div{
  display: inline;
}
main .voice-selector .select-wrap .customer-voice-select{
	-webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: none;
  outline: none;
  background-image: url(/cmc/wp-content/themes/imotonowifi/images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px 8px;
  width: 240px;
  margin: 0 40px 0 4px;
  padding: 4px 0 4px 16px;
}
@media screen and (max-width: 767px) {
  main .voice-selector{
    width: calc(100% - 32px);   
    padding: 24px 16px;
  }
  main .voice-selector .select-wrap {
    flex-direction: column;
  }
  main .voice-selector .select-wrap label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  main .voice-selector .select-wrap label:first-child{
    margin-bottom: 16px;
  }
  main .voice-selector .select-wrap label div{
    font-size: 14px;
  }
  main .voice-selector .select-wrap .customer-voice-select{
    margin: 0;
    width: 62.5%;
    font-size: 14px;
    background-position: right 8px center;
    padding: 4px 0 4px 8px;
    color: #0e0e0e;
  }
}
/*content*/
main .voice-content_wrap{
	width: 1080px;
  margin: 48px auto 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
main .voice-content_wrap .voice-content_card{
	width: 344px;
  background-color: #fff;
  border-radius: 24px;
  filter: drop-shadow(0 0 8px #1477c130);
  padding: 24px;
	margin-right: 24px;
	margin-bottom: 36px;
}
main .voice-content_wrap .voice-content_card:nth-child(3n){
	margin-right: 0;
}
main .voice-content_wrap .voice-content_card .voice-content_link{
	color: #0e0e0e;
	text-decoration: none;
	transition: opacity 0.25s linear;
}
main .voice-content_wrap .voice-content_card .voice-content_link img{
	width: 100%;
}
main .voice-content_wrap .voice-content_card .voice-content_link .voice-content_category{
	display: flex;
	justify-content: space-between;
	align-items: center;
  margin-top: 16px;
}
main .voice-content_wrap .voice-content_card .voice-content_link .voice-content_category .voice-good{
	background-color: #eb6877;
  color: #fff;
  font-weight: bold;
  padding: 4px 24px 4px 40px;
	position: relative;
}
main .voice-content_wrap .voice-content_card .voice-content_link .voice-content_category .voice-good::after{
	position: absolute;
	top: 5px;
	left: 10px;
	content: url(/cmc/wp-content/themes/imotonowifi/images/voice-rank.png);
	display: block;
}
main .voice-content_wrap .voice-content_card .voice-content_link .voice-content_category .voice-bad{
	background-color: #448aca;
  color: #fff;
  font-weight: bold;
  padding: 4px 24px 4px 40px;
	position: relative;
}
main .voice-content_wrap .voice-content_card .voice-content_link .voice-content_category .voice-bad::after{
	position: absolute;
	top: 3px;
	left: 10px;
	content: url(/cmc/wp-content/themes/imotonowifi/images/voice-rank.png);
	display: block;
  transform: rotate(180deg);
}
main .voice-content_wrap .voice-content_card .voice-content_link .voice-content_country{
	display: flex;
	margin-top: 16px;
}
main .voice-content_wrap .voice-content_card .voice-content_link .voice-content_country span{
	background-color: #e6e6e6;
  padding: 1% 2%;
  margin-right: 2.5%;
}
main .voice-content_wrap .voice-content_card .voice-content_link .voice-content_view{
	margin-top: 8px;
  margin-right: 16px;
  text-align: right;
  color: #038de1;
	position: relative;
}
main .voice-content_wrap .voice-content_card .voice-content_link .voice-content_view::after{
	position: absolute;
	top: -1px;
	right: -18px;
	content: url(/cmc/wp-content/themes/imotonowifi/images/select-arrow.png);
	display: inline-block;
	transform: rotate(-90deg);
	transform-origin: center;  
}
@media screen and (max-width: 767px) {
  main .voice-content_wrap{
    width: calc(100% - 32px);
    margin: 32px auto 0;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  main .voice-content_wrap .voice-content_card{
    width: 100%;
    margin-right: 0;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
  }
  main .voice-content_wrap .voice-content_card .voice-content_link img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    display: block;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0 50%, rgba(0, 0, 0, 0) 100%);
  }
  main .voice-content_wrap .voice-content_card .voice-content_link .voice-content_category{
    margin-top: 12px;
  }
  main .voice-content_wrap .voice-content_card .voice-content_link .voice-content_country{
    margin-top: 12px;
  }
  main .voice-content_wrap .voice-content_card .voice-content_link .voice-content_view{
    margin-top: 4px;
  }
}
/*navi*/
.pagenation__wrapper{
  display: flex;
  align-items: center;
  width: fit-content;
  margin: auto;
  padding: 24px 0;
}
.pagenation__wrapper .page-numbers{
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 8px;
  transition: .3s;
  filter: none;
  border: 1px solid transparent;
  font-size: 14px;
  color: #0e0e0e;
  text-decoration: none;
}
.pagenation__wrapper .page-numbers:last-child{
  margin-right: 0;
}
.pagenation__wrapper .page-numbers.current{
  background: #038de1;
  pointer-events: none;
  color: #fff;
}
.pagenation__wrapper .page-numbers:not(.next):not(.prev):hover{
  border: 1px solid #038de1;
}
.pagenation__wrapper .page-numbers.next,
.pagenation__wrapper .page-numbers.prev{
  width: 10px;
  height: 10px;
  border-top: 1px solid #038de1;
  border-right: 1px solid #038de1;
}
.pagenation__wrapper .page-numbers.next{
  transform: rotate(45deg);
}
.pagenation__wrapper .page-numbers.next:hover{
  transform: rotate(45deg) translateX(4px) translateY(-4px);
}
.pagenation__wrapper .page-numbers.prev{
  transform: rotate(-135deg);
}
.pagenation__wrapper .page-numbers.prev:hover{
  transform: rotate(-135deg) translateX(4px) translateY(-4px);
}
.pagenation__count{
  margin-bottom: 48px;
}
@media screen and (max-width: 767px){
  .news__wrapper.--single .news__box{
    flex-direction: column-reverse;
  }
  .news__wrapper.--single .news__box .news__partition{
    line-height: 1.8;
    width: 100%;
  }
  .news__wrapper.--single .news__box .news__partition a{
    color: #038de1;
    text-decoration: underline;
  }
  .news__wrapper.--single .news__box .news__partition div,
  .news__wrapper.--single .news__box .news__partition p{
    padding: 8px 0;
  }
  .news__wrapper.--single .news__box .news__thumbnail{
    min-width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }
}
/*お客様の声詳細ページ*/
/*タイトル*/
main .voice__box{
  width: 1080px;
  padding: 80px 0;
  margin: 0 auto;  
}
main .voice__box .voice__title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #038de1;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
/*カテゴリ*/
main .voice__title .voice__category-wrap{
  display: flex;
}
main .voice__title .voice__category-wrap .voice__category-good{
  background-color: #eb6877;
  color: #fff;
  font-weight: bold;
  padding: 4px 24px 4px 40px;
  position: relative;
  text-decoration: none;
}
main .voice__title .voice__category-wrap .voice__category-good::after{
	position: absolute;
	top: 5px;
	left: 10px;
	content: url(/cmc/wp-content/themes/imotonowifi/images/voice-rank.png);
	display: block;
}
main .voice__title .voice__category-wrap .voice__category-bad{
  background-color: #448aca;
  color: #fff;
  font-weight: bold;
  padding: 4px 24px 4px 40px;
  position: relative;
  text-decoration: none;
}
main .voice__title .voice__category-wrap .voice__category-bad::after{
	position: absolute;
	top: 2px;
	left: 10px;
	content: url(/cmc/wp-content/themes/imotonowifi/images/voice-rank.png);
	display: block;
  transform: rotate(180deg);
}
main .voice__title .voice__category-wrap .voice__category-title{
  font-weight: bold;
  font-size: 20px;
  margin-left: 16px;
}
/*ご利用国・地域*/
main .voice__box .voice__title .voice__country-wrap{
  display: flex;
}
main .voice__box .voice__title .voice__country-wrap .voice__country-title{
  font-weight: bold;
  margin-right: 16px;
}
main .voice__box .voice__title .voice__country-wrap .voice__country-term{
  color: #0e0e0e;
  background-color: #e6e6e6;
  text-decoration: none;
  padding: 2px 24px;
  margin-right: 16px;
}
main .voice__box .voice__title .voice__country-wrap .voice__country-term:last-child{
  margin-right: 0;
}
@media screen and (max-width: 767px){
  main .voice__box{
    width: calc(100% - 32px);
    padding: 48px 0 24px;
  }
  main .voice__box .voice__title{
    padding-bottom: 12px;
    margin-bottom: 24px;
    align-items: flex-start;
    flex-direction: column;
  }
  main .voice__title .voice__category-wrap{
    align-items: center;
  }
  main .voice__title .voice__category-wrap .voice__category-good{
    padding: 2px 12px 2px 32px;    
  }
  main .voice__title .voice__category-wrap .voice__category-good::after{
    top: 2px;
    left: 8px;
  }
  main .voice__title .voice__category-wrap .voice__category-bad{
    padding: 2px 12px 2px 32px;
  }
  main .voice__title .voice__category-wrap .voice__category-bad::after{
    top: 0;
    left: 8px;
  }
  main .voice__title .voice__category-wrap .voice__category-title{
    font-size: 18px;
    margin-bottom: 4px;
  }
  main .voice__box .voice__title .voice__country-wrap{
    margin-top: 12px;
    font-size: 12px;
  }
  main .voice__box .voice__title .voice__country-wrap .voice__country-title{
    margin-right: 0;
  }
  main .voice__box .voice__title .voice__country-wrap .voice__country-term{
    padding: 2px 4px;
    margin-right: 4px;
    
  }
}
/*本門*/
main .voice__box .voice__main{
  display: flex;
  justify-content: space-evenly;
}
main .voice__box .voice__main-images{
  display: flex;
  flex-direction: column;
  width: 35%;
}
main .voice__box .voice__main-images img:first-child{
  margin-bottom: 32px;
}
main .voice__box .voice__main-text{
  text-align: left;
  width: 52.5%;
}
main .voice__box .voice__main-text .voice__main-tWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
main .voice__box .voice__main-text .voice__main-tWrap .voice__main-title{
  font-size: 18px;
  font-weight: bold;
}
main .voice__box .voice__main-text .voice__customerVoice{
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  margin-bottom: 80px;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1.75;
  filter: drop-shadow(0 0 8px #1477c130);
  position: relative;
}
main .voice__box .voice__main-text .voice__customerVoice::after{
  content:"";
  position:absolute;
  background-color: #fff;
  left: -10px;
  bottom: -40px;
  width: 80px;
  height: 40px;
  clip-path: polygon(50% -1%, 100% -1%, 20% 100%);
  filter: drop-shadow(0 0 8px #1477c130);
}
main .voice__box .voice__main-text .voice__customerReply{
  background-color: #fffde5;
  border-radius: 16px;
  padding: 32px 24px;
  margin-bottom: 80px;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1.8;
  filter: drop-shadow(0 0 8px #1477c130);
  position: relative;
}
main .voice__box .voice__main-text .voice__customerReply::after{
  content:"";
  position:absolute;
  background-color: #fffde5;
  right: 20px;
  bottom: -40px;
  width: 80px;
  height: 40px;
  clip-path: polygon(20% -1%, 80% -1%, 100% 100%);
  filter: drop-shadow(0 0 8px #1477c130);
}
@media screen and (max-width: 767px){
  main .voice__box .voice__main{
    flex-direction: column;
  }
  main .voice__box .voice__main-images{
    width: 100%;
    margin-bottom: 24px;
  }
  main .voice__box .voice__main-images img:first-child{
    margin-bottom: 24px;
  }
  main .voice__box .voice__main-text{
    width: 100%;
  }
  main .voice__box .voice__main-text .voice__main-tWrap .voice__main-title{
    font-size: 16px; 
  }
  main .voice__box .voice__main-text .voice__customerVoice{
    font-size: 16px;
    padding: 24px 20px;
    margin-bottom: 40px;
  }
  main .voice__box .voice__main-text .voice__customerVoice::after{
    left: 0;
    bottom: -19px;
    width: 40px;
    height: 20px;
  }
  main .voice__box .voice__main-text .voice__customerReply{
    font-size: 16px;
    padding: 24px 20px;
    margin-bottom: 40px;
  }
  main .voice__box .voice__main-text .voice__customerReply::after{
    right: 10px;
    bottom: -19px;
    width: 40px;
    height: 20px;
  }
}
/*関連するお客様の声*/
main .voice__box .relate__box .relate__title{
  font-size: 20px;
  font-weight: bold;
  border-top: 2px solid #038de1;
  padding: 32px;
  margin-top: 80px;
}
main .voice__box .relate__box .related-articles{
  background-color: #d5ebf7;
  padding: 80px 0 40px;
  display: flex;
  justify-content: center;
}
main .voice__box .relate__box .related-articles .related-articles__item{
  width: 25%;
  background-color: #fff;
  border-radius: 16px;
  filter: drop-shadow(0 0 8px #1477c130);
  padding: 24px 16px;
  margin-right: 24px;
}
main .voice__box .relate__box .related-articles .related-articles__item:last-child{  
  margin-right: 0;
}
main .voice__box .relate__box .related-articles .related-articles__item a{
  color: #0e0e0e;
  text-decoration: none;
  transition: opacity 0.25s linear;
}
main .voice__box .relate__box .related-articles .related-articles__item .related-card .related-card-title{
  display:flex;
  justify-content:space-between;
  align-items: center;
  margin-top: 12px;
}
main .voice__box .relate__box .related-articles .related-articles__item .related-card .related-card-title .related-card-good{
  background-color: #eb6877;
  color: #fff;
  font-weight: bold;
  padding: 4px 20px 4px 32px;
  position: relative;
}
main .voice__box .relate__box .related-articles .related-articles__item .related-card .related-card-title .related-card-good::after{
  position: absolute;
  top: 5px;
  left: 10px;
  content: url(/cmc/wp-content/themes/imotonowifi/images/voice-rank.png);
  display: block;
}
main .voice__box .relate__box .related-articles .related-articles__item .related-card .related-card-title .related-card-bad{
  background-color: #448aca;
  color: #fff;
  font-weight: bold;
  padding: 4px 20px 4px 32px;
  position: relative;
}
main .voice__box .relate__box .related-articles .related-articles__item .related-card .related-card-title .related-card-bad::after{
  position: absolute;
  top: 2px;
  left: 10px;
  content: url(/cmc/wp-content/themes/imotonowifi/images/voice-rank.png);
  display: block;
  transform: rotate(180deg);
}
main .voice__box .relate__box .related-articles .related-articles__item .related-card .related-card-country{
  display: flex;
  margin-top: 12px;
  font-size: 12px;
}
main .voice__box .relate__box .related-articles .related-articles__item .related-card .related-card-country .country-term{
  background-color: #e6e6e6;
  padding: 1% 1.5%;
  margin-right: 2%;
}
main .voice__box .relate__box .related-articles .related-articles__item .related-card .related-card-country .country-term:last-child{
  margin-right: 0;
}
main .voice__box .relate__box .related-articles .related-articles__item .related-card .related-card-view{
  margin-top: 8px;
  margin-right: 16px;
  text-align: right;
  color: #038de1;
  position: relative;
}
main .voice__box .relate__box .related-articles .related-articles__item .related-card .related-card-view::after{
  position: absolute;
  top: -1px;
  right: -18px;
  content: url(/cmc/wp-content/themes/imotonowifi/images/select-arrow.png);
  display: inline-block;
  transform: rotate(-90deg);
  transform-origin: center;
}
main .voice__btn{
  background-color: #038de1;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 16px;
  margin: 24px auto;
  font-size: 18px;
  width: 280px;
  position: relative;
  text-decoration: none;
}
main .return__btn{
  background-color: #0e0e0e;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 16px;
  margin: 24px auto;
  font-weight: normal;
  font-size: 18px;
  width: 280px;
  position: relative;
  text-decoration: none;
}
main .return__btn::before{
  content: '<';
  position: absolute;
  color: #fff;
  font-weight: bold;
  left: 25px;
  top: 15px;
}
@media screen and (max-width: 767px){
  main .voice__box .relate__box .relate__title{
    font-size: 18px;
    padding: 24px 0;
    margin-top: 24px;
  }
  main .voice__box .relate__box .related-articles{
    padding: 32px 0;
    flex-direction: column;
    align-items: center;
  }
  main .voice__box .relate__box .related-articles .related-articles__item{
    width: calc(100% - 32px);
    margin: 0 0 24px;
  }
  main .voice__box .relate__box .related-articles .related-articles__item:last-child{
    margin: 0;
  }
  main .voice__box .relate__box .related-articles .related-articles__item .related-card img{
    height: 300px;
    object-fit: cover;
    object-position: top;
    display: block;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0 50%, rgba(0, 0, 0, 0) 100%);
  }
  main .voice__btn{
    margin: 24px auto;
    width: 85%;
  }
  main .return__btn{
    margin: 24px auto;
    width: 85%;
  }
}
/*お知らせトップページ*/
/*title*/
main .news-title{
  font-size: 24px;
  font-weight: bold;
  padding: 40px 0;
}
@media screen and (max-width: 767px){
  main .news-title{
    font-size: 20px;
    font-weight: bold;
    padding: 40px 0 24px;
  }
}
/*content*/
main .news-content_wrap{
  padding: 0;
  margin: 0 auto 40px;
  background-color: #fff;
  width: 1080px;
}
main .news-content_wrap .news-content_link{
  display: flex;
  align-items: center;
  color: #0e0e0e;
  text-decoration: none;
  padding: 20px 40px 18px;
  border-bottom: 2px solid #f0f5f9;
}
main .news-content_wrap .news-content_link:last-child{
  border-bottom: none;
}
main .news-content_wrap .news-content_link .news-content_time{
  width: 86px;
  height: 32px;
  line-height: 30px;
  letter-spacing: 0;  
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
}
main .news-content_wrap .news-content_link .news-content_announce{
  width: 100px;
  height: 32px;
  margin: 0 20px;
  padding: 6px 0 5px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #2b94e4;
  border: 1px solid #2b94e4;
}
main .news-content_wrap .news-content_link .news-content_important{
  width: 100px;
  height: 32px;
  margin: 0 20px;
  padding: 6px 0 5px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #c53d3c;
  border: 1px solid #c53d3c;
}
main .news-content_wrap .news-content_link .news-content_title{
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  line-height: 2.2;
  flex: 1 0 0;
  min-width: 0;
}
@media screen and (max-width: 767px){
  main .news-content_wrap{
    margin: 0 auto 24px;
    width: calc(100% - 32px);
  }
  main .news-content_wrap .news-content_link{
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding: 12px 12px 10px;    
  }
  main .news-content_wrap .news-content_link .news-content_time{    
    font-size: 10px;
    text-align: left;
  }
  main .news-content_wrap .news-content_link .news-content_announce,
  main .news-content_wrap .news-content_link .news-content_important{
    height: 24px;
    margin: 0;
    padding: 4px 0;
    font-size: 10px;
    line-height: 1.4;
  }
  main .news-content_wrap .news-content_link .news-content_title{
    width: 100%;
    margin-top: 4px;          
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8;
    flex: auto;
  }
}
/*お知らせトップページ*/
main .news__box{
  margin: 64px auto 48px;
  padding: 24px 32px 64px;
  width: 1000px;
  background-color: #fff;
}
main .news__box .news__wrap{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding: 0 24px;
}
main .news__box .news__wrap .news__wrap-date{
  width: 88px;
  letter-spacing: 0;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
}
main .news__box .news__wrap .news__wrap-announce{
  width: 100px;
  margin: 0 24px;
  padding: 4px 0;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #2b94e4;
  border: 1px solid #2b94e4;
}
main .news__box .news__wrap .news__wrap-important{
  width: 100px;
  margin: 0 24px;
  padding: 4px 0;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #c53d3c;
  border: 1px solid #c53d3c;
}
main .news__box .news__title{
  margin: 0 0 32px;
  padding: 0 28px 20px;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #dce5eb;
}
main .news__box .news__main{
  padding: 0 64px;
  text-align: left;
  line-height: 1.8;
}
main .news__box .news__main img{
  height: auto;
}
@media screen and (max-width: 767px){
  main .news__box{
    width: calc(100% - 32px);
    padding: 24px 12px 48px;
    margin: 56px auto 40px;
  }
  main .news__box .news__wrap{
    justify-content: space-between;
    padding: 0 12px;
    margin-bottom: 16px;
  }
  main .news__box .news__wrap .news__wrap-date{
    font-size: 12px;
  }
  main .news__box .news__wrap .news__wrap-announce,
  main .news__box .news__wrap .news__wrap-important{
    margin: 0;
  }  
  main .news__box .news__title{
    margin: 0 0 24px;
    padding: 0 16px 16px;
    font-size: 20px;
  }
  main .news__box .news__main{
    padding: 0 12px;
  }
}