@charset "utf-8";
/*****************************************************************************
CSS only for /news/20241201/
*****************************************************************************/

/* Ex
-----------------------------------------*/
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Ex__pcShow{
  display: none;
}
}
.Ex__spShow{
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Ex__spShow{
  display: block;
}
}


/* .news20251201
-----------------------------------------*/
.news20251201{
  width: 976px;
  margin: 40px auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.news20251201{
  width:auto;
  margin: 0 10px;
}
}
.news20251201 img{
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}


/* Pageinner
-----------------------------------------*/
.Pageinner{
  margin:0 auto;
  width: 808px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Pageinner{
  width:auto;
}
}


.Section:last-of-type {
  border-bottom: 1px solid #ccc;
}

/* .Head
-----------------------------------------*/
.Head__text{
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Head__text{
  margin-top: 30px;
  font-size: 21px;
}
}


/* .Oricon
-----------------------------------------*/
.Oricon{
  margin-top: 55px;
  padding-bottom: 100px;
}
.Oricon__icon{
  text-align: center;
}
.Oricon__iconImg{
  width: 250px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Oricon__iconImg{
  width: 50%;
}
}
.Oricon__iconText{
  margin-top: 54px;
  font-size: 18px;
  line-height: 1.66;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Oricon__iconText{
  font-size: 16px;
}
}
.Oricon__lead{
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Oricon__lead{
  margin-top: 30px;
  font-size: 14px;
}
}
.Oricon__imgBox{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Oricon__imgBox{
  margin-top: 10px;
}
}
.Oricon__imgBox li{
  width: 394px;
  margin-top: 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Oricon__imgBox li{
  margin-top: 10px;
}
}
.Oricon__text{
  font-size: 16px;
  line-height: 1.6;
  margin-top: 40px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Oricon__text{
  margin-top: 20px;
  font-size: 14px;
}
}
.Oricon__pointTable {
  width: 600px;
  margin: 50px auto 0;
  border: 1px solid #555;
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Oricon__pointTable {
    width: 100%;
  }
}
.Oricon__pointTable th,
.Oricon__pointTable td {
  padding: 15px 0;
  font-weight: bold;
}
.Oricon__pointTable th {
  background-color: #555;
  color: #fff;
}
.Oricon__pointTable th:last-child {
  border-left: 1px solid #fff;
}
.Oricon__pointTable td {
  border: 1px solid #555;
}
.Oricon__pointTable td:last-child {
  border-left: 1px solid #555;
}
.Oricon__pointTable td .icon {
  position: relative;
  padding-right: 25px;
}
.Oricon__pointTable td .icon::after {
  position: absolute;
  content: url(/phr/news/20251201/img/icon_rank.png);
  right: 0;
  top: 2px;
}

/* .LinkList
-----------------------------------------*/
.LinkList{
  margin-top: 30px;
}
.LinkList li{
  margin-top: 12px;
  line-height: 1.4;
  font-size: 14px;
}
.LinkList li:first-child{
  margin-top: 0;
}
.LinkList li a{
  color: #222;
  padding-left: 20px;
  position: relative;
}
.LinkList li a::before{
  position: absolute;
  content: "＞";
  top: 2px;
  left: 0;
}


/* .Brand
-----------------------------------------*/
.Brand{
  margin-top: 70px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Brand{
  margin-top: 50px;
}
}
.Brand__title{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Brand__title{
  font-size: 18px;
}
}
.Brand__inner{
  margin-top: 30px;
}
.Brand__subTitle{
  font-size:16px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Brand__subTitle{
  font-size: 14px;
}
}
.Brand__text{
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.85;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Brand__text{
  font-size: 12px;
  line-height: 1.5;
}
}
.Brand__imgBox{
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Brand__imgBox{
  margin-top: 0;
}
}
.Brand__imgBox li{
  width: 269px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Brand__imgBox li{
  width: 100%;
  margin-top: 10px;
}
}


/* .Data
-----------------------------------------*/
.Data{
  margin-top: 60px;
}
.Data__title{
  padding-bottom: 4px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
.DataList{
  margin-top: 10px;
}
.DataList dl{
  margin-bottom: 7px;
  display: flex;
  font-size: 16px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.DataList dl{
  font-size: 14px;
}
}
.DataList dt{
  width: 7em;
  padding-right: 1em;
  font-weight: bold;
  position: relative;
}
.DataList dt::after{
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
.DataList dd{
  flex: 1;
}
