body {
  color: #3E3A39;
  font-family:YuGothic , '游ゴシック' , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , 'メイリオ' , sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  height: 100%;
  text-align: left;
  width: 100%;
}

a {
  color: #333;
  display: inline-block;
  text-decoration: none;
  transition: .3s;
}

.container {
  width: 730px;
  margin: auto;
}


.wrapper {
  margin: 20px auto 0;
  overflow:hidden;
  text-align: left;
  width: 730px;
}

.wrapper h2{
  color: #3E3A39;
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 10px 0;
}

.wrapper h3{
  color: #3E3A39;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  line-height: 1.6;
}

.wrapper h4{
  color: #3E3A39;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0;
  line-height: 1.3;
}

.wrapper p{
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.wrapper a{
  color: #333;
  text-decoration: underline;
}

.wrapper a:hover{text-decoration: none;}

.section {margin-bottom: 30px;}


.topLineStyle_comm {
  border-top: 1px solid #3E3A39;
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 30px 0;
  padding-top: 14px;
  position: relative;
  width: 100%;
}

.topLineStyle_comm::before {
  border-top: 5px solid #f29438!important;
  content: "";
  display: block; 
  position: absolute;
  left: 0;
  top: -1px;
  width: 65px;
}

.topLineStyle_comm > span {
  font-size: 13px;
  letter-spacing: 0;
}

.normalStyle {
  font-size: 21px;
  margin-bottom: 30px;
}

.normalStyle.small {
  font-size: 20px;
  font-weight: 700;
  margin:30px 0 20px;
}


.hrmAppLink { text-align: right; }

.hrmAppLink a {
  border-bottom: 2px solid #333;
  color: #333;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0;
  transition: .3s;
}

.hrmAppLink a:hover {
  opacity: .6;
  text-decoration: none;
}

/*===============================

    コンテンツ

================================*/

/*
    メニュー
================================*/
.menu_comm {
  display: flex;
  font-size: 0;
  justify-content: space-between;
  margin: 10px 0 30px;
}

.menu_comm > li {
  font-size: 14px;
  width: auto;
 }

.menu_comm > li > a {
  color: #3E3A39;
  display: block;
  font-size: 14px;
  padding: 5px 5px 8px;
  position: relative;
  text-decoration: none;
  transition: .3s;
 }
 
 .menu_comm > li > a::before {
  background-color: #f29438!important;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  width: 0;
  transition: .3s;
  transform: translateX(-50%);
 }
 
 .menu_comm > li > a:hover::before { width: 100%; }



/*
　追記
================================*/

.voice{
  border: 1px solid #f29438;
  padding:30px;
  display: table;
  margin-top: 30px;
}

.voice_box {
  border-bottom: 1px solid #f29438;
  margin-bottom: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.voice_box p{margin-bottom: 0;}

.voice_box:last-child{
  border-bottom:none;
  margin-bottom: 0;
  padding-bottom:0;
}

.voice_num{
  color: #f29438;
  font-size: 42px!important;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
  margin-right: 10px;
  display:block;
  line-height: 1 !important;
}

.voice_faq{
  display: inline-block;
  width: 58%;
  margin-bottom:15px;
}


.voice_q{
  display: flex;
  margin-bottom:15px;
}

.voice_q_txt{
  color: #3E3A39;
  font-size:18px!important;
  font-weight:600;
}

.voice_a{display: flex;}

.voice_a img{
  margin-right: 10px;
  height: max-content;
}

.voice_a_txt{color: #3E3A39;}


.recommend_box{
  background-color:#f8eced;
  width: 37%;
  position: relative;
  float: right;
  top: 10px;
}

.recommend_box img{
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.recommend_box ul{
  font-size: 16px;
  line-height: 1.8;
  padding: 30px 20px;
}

.recommend_box li{
  text-indent: -8px;
  padding-left: 8px;
}

.recommend_box a{display:inline;}

.square {}

.square::before {
  color: #c02620;
  content: "■";
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  vertical-align: middle;
}

.record_comm{
  align-items: center;
  display: flex;
  -js-display: flex;
  flex-flow: row wrap;
  font-size: 16px;
  justify-content: space-between;
  margin-bottom:20px;
}

.record_comm > dt {
  flex: auto 0 0;
  line-height: 1.3;
  width: 50%;
}

.record_comm > dd:first-of-type {
  margin-top: 0;
}

.record_comm > dd + dt, .record_comm > dt + dd {
  margin-top: 4px;
}

.record_comm > dd > span {
  color: #9E2730;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 45px;
  font-weight: bold;
  margin-right: 3px;
  letter-spacing: 0;
}


table.rank {
  width: 100%;
  border: none;
  border-collapse: separate;
  margin-bottom: 10px;
}
 
table.rank th {
  width: 40%;
  vertical-align: middle;
  padding: 5px 10px;
  margin: 0;
  text-align: left;
  color: #fff;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  background:#f29438;
}
 
table.rank td {
  padding: 5px 10px;
  border-bottom: solid 1px #f29438;
  font-size: 16px;
  text-align: left;
}


.fst {border-top: solid 1px #f29438;}

.rank_num{
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
}

.rank_txt{
  font-weight: bold;
  margin-right: 10px;
}

.note {
  color: #999;
  font-size: 13px!important;
}

.trise_wrapper{
  display:flex;
  -js-display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: relative;
}

.trisebox{
  position: relative;
  width: 33.333%;
  padding: 0 10px;
}

.h260{height:260px;}

.border {border-right: 1px solid #f29438;}

.txt_bottom{
  color:#f29438;
  position: absolute;
  bottom: 3px;
  line-height: 1.3!important;
  font-weight: 600;
}

.half_wrapper{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -js-display: flex;
  justify-content: space-between;
  width: 100%;
}

.hierarchy_box_comm{
  width: 49%;
  margin: 0 10px 10px 0;
  font-size: 16px;
  line-height: 1.6;
}

.hierarchy_box_comm:nth-child(2n) {margin-right: 0;}


.hierarchy_box_comm p{
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  text-align:center;
}


.hierarchy_box_comm ul{
  padding:20px;
}

.hierarchy_box_comm li{
  margin-bottom: 10px;
  text-indent: -8px;
  padding-left: 8px;
}

.hierarchy_box_comm li:last-child{margin-bottom: 0;}

.hierarchy_box_comm a {
  display: inline;
}

.newcomer_square::before {
  color: #35b7ac;
  content: "■";
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  vertical-align: middle;
}

.young_square::before {
  color: #f39800;
  content: "■";
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  vertical-align: middle;
}

.middle_square::before {
  color: #e83828;
  content: "■";
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  vertical-align: middle;
}

.manager_square::before {
  color: #956134;
  content: "■";
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  vertical-align: middle;
}

.newcomer_head_bg {background: #35b7ac;}

.young_head_bg {background: #f39800;}

.middle_head_bg {background: #e83828;}

.manager_head_bg {background: #956134;}

.newcomer_bg {background: #d9f4ef;}

.young_bg {background: #ffefd7;}

.middle_bg {background: #ffe0de;}

.manager_bg {background: #efd9ca;}

.comm_icon_bg {background: #f29438;}

.grid_box{
  border: 1px solid #ccc;
  padding: 30px;
  margin: 20px 0;
  display: block;
  position: relative;
}

.grid_box ul{
  font-size: 14px;
  line-height:1.3;
}

.grid_box p{ margin-bottom: 0; }

.grid_box a:hover {
  opacity: .6;
  text-decoration: none;
}

.link{
  font-size: 16px;
  font-weight:bold;
  text-align: right;
  margin-top:10px;
}

.item {
  position: relative;
  padding: 20px 0 0 70px;
  margin-right: 20px;
}

.item p{ margin: 0;}

.point:before {
  position: absolute;
  top: 22px;
  left: 5px;
  content: "Point";
  color: #f29438;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.6;
}

/*
.lineup:before {
  position: absolute;
  top: 22px;
  left: 5px;
  content: "Lineup";
  color: #f29438;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.6;
}
*/

.point_num{
  color: #f29438;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
  margin-right: 10px;
}

.lineup_square::before {
  color: #f29438;
  content: "■";
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  vertical-align: middle;
}

.newrelease{}

.newrelease a{
  color: #fff;
  border: 1px solid #20B2AA;
  width: 50%;
  margin: 20px auto;
  padding: 10px 60px;
  background: #20B2AA;
  text-decoration:none;
  text-align: center;
  display: table;
}

.newrelease a:hover{
  color: #20B2AA;
  border: 1px solid #20B2AA;
  background: #fff;
}

.newrelease span{
  font-size: 14px;
  font-weight:normal;
}


h3 img{
  margin-right: 5px;
  vertical-align: text-bottom;
}


.exam_bnr{
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ccc;
  text-align: center;
  line-height: 1;
  padding: 2px 10px;
  font-size: 14rem; 
}

.elea{}

.elea h4{
  color: #f29438;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  text-indent: -30px;
  padding-left: 30px;
}

.elea img{
  margin-right: 5px;
  vertical-align: middle;
}

.elea h5{
  font-size: 21px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1;
  text-align:center;
}

.elea a {text-decoration: none!important;}

.elea a:hover {opacity: 0.7;}

.comm_img{
  float: right;
  text-align: unset;
}


.pc {}

.sp {display: none !important;}

/*===============================

    ★★レスポンシブ

================================*/
@media screen and (max-width:768px) {

body {
  width: 95%;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.wrapper { width: 100%; }

.container {
  float: none;
  width: 100%;
}


.fl{
  float:none!important;
  clear:both;
}

.fr{
  float:none!important;
  clear:both;
}

.voice{
  display: table;
  padding:20px;
}

.voice_box {
  border-bottom: 1px solid #f29438;
  margin-bottom: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.voice_faq{ width: 100%; }

.voice_q{
  display: flex;
  width: 100%;
  margin-bottom:15px;
}


.voice_a{
  width: 100%;
  display: flex;
}


.recommend_box{
  width: 100%;
  float: none;
  bottom: 0;
}

.trise_wrapper{
  height: auto;
  position: unset;
}

.half_wrapper{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -js-display: flex;
  justify-content: space-between;
  width: 100%;
}


.hierarchy_box_comm {
  width: 100%;
  margin: 0 0 10px 0;

}
.trisebox {
  width: 100%;
  padding: 10px 0;
}

.txt_bottom{
  position: unset;
  bottom: 0;
}

.border {
  border-right: unset;
  border-bottom: 1px solid #f29438;
}

.grid_box a{width: 100%;}

.newrelease a{width: 100%;}

.elea a {display: block;}

.comm_img{
  float: none;
  text-align: center;
  margin-bottom: 10px;
}

}/* @media */


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

.sp {
  display: block !important;
  margin: auto;
}

.pc {display: none !important;}

}/* @media */