@charset "UTF-8";

/* ms-posting-box
--------- --------- --------- */

#contents .ms-posting-box.ms-posting-box-top {
  padding-bottom: 15px;
  border-bottom: 1px dotted #e0e0e0;
}

#contents .ms-posting-box .posting-box-style1 {
  display: table;
  margin: 0 auto;
}

#contents .ms-posting-box .posting-box-style1 .box-inner {
  position: relative;
  padding: 0 0 0 55px;
}

#contents .ms-posting-box .posting-box-style1 .icon-posting {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  display: block;
  width: 37px;
  height: 25px;
  background: url(../img/icon_megaphone.png) 0 0 no-repeat;
}


/* experience-list
--------- --------- --------- */

/* contributor-section
--------- --------- --------- */

#contents .experience-list .contributor-section .main {
  padding-bottom: 40px;
}

#contents .experience-list.experience-list-limit .contributor-section .main {
  padding-top: 15px;
}

#contents .experience-list .contributor-section .main .contributor-info {
  margin-bottom: 32px;
  border: 1px solid #e0e0e0;
  padding: 17px 14px 18px;
}

#contents .experience-list .contributor-section .main .lists {
  border-bottom: 1px dotted #e0e0e0;
  padding-bottom: 18px;
}

#contents .experience-list .contributor-section .main .lists .list {
  font-size: 0;
  letter-spacing: -.4em;
}

#contents .experience-list .contributor-section .main .lists .list:nth-of-type(n+2) {
  margin-top: 14px;
}


#contents .experience-list .contributor-section .main .lists .list .title,
#contents .experience-list .contributor-section .main .lists .list .content {
  display: inline-block;
  vertical-align: top;
  margin-top: -2.5px;
  margin-bottom: -2.5px;
  line-height: 1.35;
  font-size: 14px;
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

#contents .experience-list .contributor-section .main .lists .list .title {
  padding-right: 62px;
  width: 202px;
  font-weight: bold;
}

#contents .experience-list .contributor-section .main .lists .list .content {
  position: relative;
  width: calc(100% - 202px);
}
#contents .experience-list .contributor-section .main .lists .list .content.satisfaction-level {
  width: 83px;
  height: 15px;
}
#contents .ms-section .content.level-00 {
  background-image: url(/contents/nikki/pc/intern_detail/img/star00.svg);
}
#contents .ms-section .content.level-05 {
  background-image: url(/contents/nikki/pc/intern_detail/img/star05.svg);
}
#contents .ms-section .content.level-10 {
  background-image: url(/contents/nikki/pc/intern_detail/img/star10.svg);
}
#contents .ms-section .content.level-15 {
  background-image: url(/contents/nikki/pc/intern_detail/img/star15.svg);
}
#contents .ms-section .content.level-20 {
  background-image: url(/contents/nikki/pc/intern_detail/img/star20.svg);
}
#contents .ms-section .content.level-25 {
  background-image: url(/contents/nikki/pc/intern_detail/img/star25.svg);
}
#contents .ms-section .content.level-30 {
  background-image: url(/contents/nikki/pc/intern_detail/img/star30.svg);
}
#contents .ms-section .content.level-35 {
  background-image: url(/contents/nikki/pc/intern_detail/img/star35.svg);
}
#contents .ms-section .content.level-40 {
  background-image: url(/contents/nikki/pc/intern_detail/img/star40.svg);
}
#contents .ms-section .content.level-45 {
  background-image: url(/contents/nikki/pc/intern_detail/img/star45.svg);
}
#contents .ms-section .content.level-50 {
  background-image: url(/contents/nikki/pc/intern_detail/img/star50.svg);
}

#contents .experience-list .contributor-section .main .contributor-info .info-list {
	padding-top: 20px;
	font-size: 0px;
	letter-spacing: -.4em;
}

#contents .experience-list .contributor-section .main .contributor-info .info-list .info {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 20px;
	padding-left: 26px;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .03em;
}

#contents .experience-list .contributor-section .main .contributor-info .info-list .info:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 26px;
	height: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

#contents .experience-list .contributor-section .main .contributor-info .info-list .info.date:before {
	background-image: url(/contents/nikki/pc/intern/img/icon_calendar.png);
	background-size: 20px auto;
}

#contents .experience-list .contributor-section .main .contributor-info .info-list .info.location:before {
	background-image: url(/contents/nikki/pc/intern/img/icon_location.png);
	background-size: 14px auto;
}

#contents .experience-list .contributor-section .main .contributor-info .info-list .info.period:before {
	background-image: url(/contents/nikki/pc/intern/img/icon_time.png);
	background-size: 20px auto;
}

#contents .experience-list .contributor-section .main .contributor-info .info-list .info.salaried:before {
	background-image: url(/contents/nikki/pc/intern/img/icon_yen.png);
	background-size: 13px auto;
}

#contents .experience-list .contributor-section .main .contributor-info .info-list .info.traffic:before {
	background-image: url(/contents/nikki/pc/intern/img/icon_traffic.png);
	background-size: 15px auto;
}

#contents .experience-list .contributor-section .main .contributor-info .info-list .info.lunch:before {
	background-image: url(/contents/nikki/pc/intern/img/icon_lunch.png);
	background-size: 21px auto;
}
#contents .link-btn-wrap {
	margin-bottom: 32px;
}
#contents .link-btn-wrap .link-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 370px;
	height: 48px;
	margin: 0 auto;
	border: 1px solid #002896;
	border-radius: 3px;
	box-sizing: border-box;
	background-color: #002896;
	transition: all .3s ease;
	color: #fff;
	font-size: 16px;
}
#contents .link-btn-wrap .link-btn:hover {
	opacity: .85;
	text-decoration: none;
}
#contents .link-btn-wrap.is-post-btn .link-btn,
#contents .link-btn-wrap.is-open-site .link-btn {
	border: 1px solid #002896;
	background-color: #fff;
	color: #002896;
}
#contents .link-btn-wrap.is-login-btn .link-btn {
	border: 1px solid #bf0000;
	background-color: #bf0000;
	color: #fff;
}
#contents .link-btn-wrap .link-btn::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 24px;
	height: 24px;
	background: url(/contents/nikki/pc/intern_detail/img/icon_chevron_right_white.svg) no-repeat;
	background-size: cover;
	transform: translate(-50%, -50%);
	content: '';
}
#contents .link-btn-wrap.is-open-site .link-btn::after {
	position: absolute;
	top: 46%;
	right: 0;
	width: 24px;
	height: 24px;
	background: url(/contents/nikki/pc/intern_detail/img/icon_external_link.svg) no-repeat;
	background-size: cover;
	transform: translate(-50%, -50%);
	content: '';
}

#contents .experience-list .main .gratitude-btn-wrap {
	margin: 24px 0;
}
#contents .experience-list .main .gratitude-btn-wrap .gratitude-btn {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 136px;
  margin: 0 auto;
  padding: 8px 8px 8px 40px;
  border: 1px solid #686868;
  border-radius: 3px;
  transition: opacity .3s ease;
  color: #686868;
  font-size: 14px;
  text-align: center;
}
#contents .experience-list .main .gratitude-btn-wrap .gratitude-btn:hover {
	opacity: .85;
}
#contents .experience-list .main .gratitude-btn-wrap .gratitude-btn::after {
  position: absolute;
  top: 6px;
  left: 8px;
  width: 23px;
  height: 23px;
  background: url(/contents/nikki/pc/intern_detail/img/icon_gratitude.svg) no-repeat;
  background-size: cover;
  content: '';
}
#contents .experience-list .main .gratitude-btn-wrap .gratitude-btn.is-active {
  border: 1px solid #f59600;
  color: #333;
  font-weight: 700;
}
#contents .experience-list .main .gratitude-btn-wrap .gratitude-btn.is-active::after {
  background: url(/contents/nikki/pc/naitei/img/icon_gratitude_active.svg) no-repeat;
  background-size: cover;
}
#contents .experience-list .main .gratitude-btn-wrap .gratitude-btn .gratitude-count-wrap {
  padding-top: 2px;
  font-size: 12px;
}
#contents .experience-list .main .gratitude-wrap {
  position: relative;
  width: 140px;
  margin: 24px auto;
  padding: 20px 16px 20px 40px;
  color: #686868;
  font-size: 14px;
  text-align: center;
}
#contents .experience-list .main .gratitude-wrap .gratitude {
  position: absolute;
  bottom: 2px;
  padding-left: 30px;
}
#contents .experience-list .main .gratitude-wrap .gratitude::before {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 23px;
  height: 23px;
  background: url(/contents/nikki/pc/naitei/img/icon_gratitude_active.svg) no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
  content: '';
}
#contents .experience-list .main .gratitude-wrap .gratitude span {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 23px;
  margin-left: 20px;
  padding: 3px 4px 0;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
}
#contents .experience-list .main .gratitude-wrap .gratitude span::before {
  display: block;
  position: absolute;
  top: 8px;
  left: -25px;
  width: 0;
  height: 0;
  border-width: 5px 10px 5px 15px;
  border-style: solid;
  border-color: transparent #e0e0e0 transparent transparent;
  content: '';
}
#contents .experience-list .main .gratitude-wrap .gratitude span::after {
  display: block;
  position: absolute;
  top: 8px;
  left: -22px;
  width: 0;
  height: 0;
  border-width: 5px 10px 5px 15px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  content: '';
}

#contents .experience-list .contributor-section .main .table {
  text-align: left;
}

#contents .experience-list .contributor-section .main .table table {
  width: 100%;
}

#contents .experience-list .contributor-section .main .table th {
  position: relative;
  padding: 11px 27px 11px 8px;
  width: 179px;
  line-height: 1.35;
  font-weight: bold;
  font-size: 14px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
#contents .experience-list .contributor-section .main .table th:after {
  content: '';
  display: block;
  position: absolute;
  border-bottom: 1px solid #e0e0e0;
  left: 0;
  right: 19px;
  bottom: 0;
}


#contents .experience-list .contributor-section .main .table td {
  border-bottom: 1px dotted #e0e0e0;
  margin-right: 19px;
  padding: 11px 11px 10px;
  line-height: 1.35;
  font-size: 14px;
}

/* scroll-nav
--------- --------- --------- */

#contents .experience-list .scroll-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding-bottom: 26px;
}

#contents .experience-list .scroll-nav .nav {
  width: calc((100% - 20px) / 2);
}

#contents .experience-list .scroll-nav .nav .btn {
  display: block;
  border-top: 2px solid #002896;
  position: relative;
  padding: 10px 0;
  text-align: center;
}

#contents .experience-list .scroll-nav .nav .btn.disabled {
  border-color: #e0e0e0;
  pointer-events: none;
}


#contents .experience-list .scroll-nav .nav .btn:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #e9f4fe;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

#contents .experience-list .scroll-nav .nav .btn:hover:before {
  opacity: 1;
}

#contents .experience-list .scroll-nav .nav .btn .text {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  color: #002896;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .1em;
}

#contents .experience-list .scroll-nav .nav .btn.disabled .text {
  color: #e0e0e0;
}


#contents .experience-list .scroll-nav .nav .btn .text:before {
  content: '';
  display: block;
  position: absolute;
  border-right: 2px solid #002896;
  border-bottom: 2px solid #002896;
  top: 50%;
  left: -10px;
  margin-top: -6px;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

#contents .experience-list .scroll-nav .nav .btn.disabled .text:before {
  border-color: #e0e0e0;
}


/* select-section, experience-section
--------- --------- --------- */

#contents .experience-list .large-section .main {
  padding: 15px 15px 58px;
}
#contents .experience-list .large-section:last-of-type .main {
  padding-bottom: 0;
}
  
#contents .experience-list .large-section .main .flow .caption {
  margin-top: -3px;
  margin-bottom: -3px;
  color: #b2b2b2;
  line-height: 1.46;
  font-size: 13px;
  letter-spacing: .03em;
}

#contents .experience-list .large-section .main .flow .chart {
  counter-reset: step 0;
  padding: 28px 0 0;
}

#contents .experience-list .large-section .main .flow .chart .step {
  position: relative;
  padding: 0 0 36px 82px;
  letter-spacing: -.4em;
  font-size: 0;
}

#contents .experience-list .large-section .main .flow .chart .step:last-child {
  padding-bottom: 0;
}


#contents .experience-list .large-section .main .flow .chart .step:before {
  counter-increment: step 1;
  content: "STEP"counter(step);
  display: block;
  position: absolute;
  left: 26px;
  top: 0;
  line-height: 1;
  color: #333;
  letter-spacing: normal;
  font-size: 12px;
}

#contents .experience-list .large-section .main .flow .chart .step .line {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 100%;
}

#contents .experience-list .large-section .main .flow .chart .step .line:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #002896;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
}

#contents .experience-list .large-section .main .flow .chart .step .line:after {
  content: '';
  display: block;
  position: absolute;
  border-left: 1px solid #002896;
  margin: auto;
  width: 1px;
  height: 100%;
  left: 0;
  right: 0;
}

#contents .experience-list .large-section .main .flow .chart .step:last-child .line:after {
  display: none;
}


#contents .experience-list .large-section .main .flow .chart .step .link {
  display: inline-block;
  margin-top: -1px;
  margin-bottom: -1px;
  color: #002896;
  line-height: 1.14;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
}

#contents .experience-list .large-section .main .flow .chart .step .link.disabled {
  color: #333;
  font-weight: normal;
  pointer-events: none;
}


#contents .experience-list .large-section .main .flow .chart .step .text {
  display: inline-block;
  margin-top: -1px;
  margin-bottom: -1px;
  line-height: 1.14;
  font-size: 14px;
  letter-spacing: normal;
}

#contents .experience-list .large-section .main .middle-section:not(:last-of-type) {
  padding-bottom: 58px;
}

#contents .experience-list .large-section .main .middle-section .title {
  position: relative;
  margin-top: -1.5px;
  margin-bottom: -1.5px;
  padding-left: 14px;
  line-height: 1.18;
  font-size: 16px;
  font-weight: bold;
}

#contents .experience-list .large-section .main .middle-section .title:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #002896;
  top: 0;
  left: 0;
  width: 3px;
  height: 16px;
}

#contents .experience-list .middle-section .title + .q-and-a-section {
  padding-top: 28px;
}

#contents .experience-list .middle-section .q-and-a-section .q-and-a:not(:last-of-type) {
  padding-bottom: 40px;
}

#contents .experience-list .middle-section .q-and-a-section .q-and-a .question {
  border-bottom: 1px dotted #e0e0e0;
  padding-bottom: 10px;
}

#contents .experience-list.experience-list-limit .middle-section .q-and-a-section .q-and-a .question {
  border-bottom: none;
}

#contents .experience-list .middle-section .q-and-a-section .q-and-a .question .text {
  margin-top: -2.5px;
  margin-bottom: -2.5px;
  line-height: 1.35;
  font-size: 14px;
  font-weight: bold;
}


#contents .experience-list .middle-section .q-and-a-section .q-and-a .answer {
  position: relative;
  padding-top: 10px;
}
#contents .experience-list.experience-list-limit .middle-section .q-and-a-section .q-and-a .answer {
  background: url(/contents/nikki/pc/intern_detail/img/blur_text.png) center bottom no-repeat;
  background-size: contain;
  height: 80px;
  overflow: hidden;
}
#contents .experience-list.experience-list-limit .middle-section .q-and-a-section .q-and-a .answer a.btn::after {
  content: 'この体験記の全項目を見る';
}
#contents .experience-list .middle-section .q-and-a-section .q-and-a .answer .btn-limit {
  display: none;
}

#contents .experience-list.experience-list-limit .middle-section .q-and-a-section .q-and-a .answer .btn-limit {
  display: block;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#contents .experience-list.experience-list-limit .middle-section .q-and-a-section .q-and-a .answer .btn-limit .btn {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 11px 23px 10px 0;
  width: 244px;
  font-size: 14px;
  font-weight: bold;
}

#contents .experience-list.experience-list-limit .middle-section .q-and-a-section .q-and-a .answer .btn-limit .btn .icon-arrow {
  background: url(/contents/nikki/pc/intern_detail/img/icon_key.png) 0 0 no-repeat;
  background-size: contain;
  right: 40px;
  margin-top: -8px;
  width: 14px;
  height: 16px;
}

#contents .experience-list .middle-section .q-and-a-section .q-and-a .answer .text {
  line-height: 1.57;
  font-size: 14px;
}

#contents .experience-list.experience-list-limit .middle-section .q-and-a-section .q-and-a .answer .text {
  opacity: 0;
}

#contents .experience-list .middle-section .q-and-a-section .q-and-a .answer .choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
}

#contents .experience-list.experience-list-limit .middle-section .q-and-a-section .q-and-a .answer .choices {
  display: none;
}


#contents .experience-list .middle-section .q-and-a-section .q-and-a .answer .choices .choice {
  background-color: #ccc;
  margin-right: 4px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
}

#contents .experience-list .middle-section .q-and-a-section .q-and-a .answer .choices.choices--small .choice {
  width: 50px;
}

#contents .experience-list .middle-section .q-and-a-section .q-and-a .answer .choices.choices--large .choice {
  width: 133px;
}

#contents .experience-list .middle-section .q-and-a-section .q-and-a .answer .choices .choice.is-select {
  background-color: #002896;
}



#contents .experience-list .middle-section .title + .detail-table {
  padding-top: 32px;
}


#contents .experience-list .middle-section .detail-table table {
  border-collapse: collapse;
  border: 1px solid #c0c0c0;
  width: 100%;
  table-layout: fixed;
}

#contents .experience-list .middle-section .detail-table table th {
  color: #333;
  width: 140px;
  text-align: left;
  background: #c9d7ff;
  padding: 10px 9px 10px 10px;
  line-height: 1.35;
  font-size: 14px;
}

#contents .experience-list .middle-section .detail-table table tr:nth-of-type(n+2) th {
  border-top: 1px dotted #fff;
}

#contents .experience-list .middle-section .detail-table table td {
  vertical-align: middle;
  padding: 10px;
  line-height: 1.35;
  font-size: 14px;
}

#contents .experience-list .middle-section .detail-table table tr:nth-of-type(n+2) td {
  border-top: 1px dotted #c0c0c0;
}

#contents .experience-list .middle-section .detail-table + .q-and-a-section {
  padding-top: 38px;
}

/* more-btn-section
--------- --------- --------- */

#contents .more-btn-section {
  padding-bottom: 25px;
}
#contents .more-btn-section .more-btn .btn {
  padding: 12px 42px 12px 20px;
  font-size: 14px;
  font-weight: bold;
}


/* ms-posting-box
--------- --------- --------- */

#contents .ms-posting-box .posting-box-style2{
	display: table;
	margin: 0 auto;
}

#contents .ms-posting-box .posting-box-style2 .box-inner{
	padding: 20px;
	border-radius: 3px;
	background: url(../img/icon_posting_megaphone.png) 10px bottom no-repeat #ffd88e;
}

#contents .ms-posting-box .posting-box-style2 .box-inner .text{
	margin-bottom: 20px;
}

#contents .ms-posting-box .posting-box-style2 .box-inner .btn-style3 .btn{
	text-align: center;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	width: 260px;
	border: 2px solid #ffeecd;
}

#contents .ms-posting-box .posting-box-style2 .box-inner .btn-style3 .btn .icon-arrow{
	right: 15px;
}

/* ms-contents-login-box
--------- --------- --------- */
#contents .ms-contents-login-box {
  margin-top: 30px;
  margin-bottom: 0;
}
#contents .ms-contents-login-box .section-wrap .text-box{
	font-size: 14px;
}

#contents .ms-contents-login-box .section-wrap .text-box .text{
	text-align: center;
	margin-top: 5px;
}

#contents .ms-contents-login-box .section-wrap .text-box .text .count {
	color: #bf0000;
	font-weight: bold;
}

#contents .ms-contents-login-box .section-wrap .text-box em{
	font-style: normal;
	font-weight: bold;
}

#contents .ms-contents-login-box .section-wrap .btn-box{
	text-align: center;
	margin-top: 20px;
}

#contents .ms-contents-login-box .section-wrap .btn-box .btn-item .btn{
	width: 316px;
}

/*20190514 編集フラグ注釈*/
div.flow_alert{
  margin: 15px 0 0;
  font-size: 13px;
  color: #b7b7b7;
}

/*20190613 WEBテストテーブルCSS修正*/
#contents .experience-list .middle-section .detail-table table.webTest td {
  border-right: dotted 1px #c0c0c0;
}
#contents .experience-list .middle-section .detail-table table.webTest th {
  border-right: dotted 1px #FFFFFF;
  text-align: center;
}

#contents .experience-list .middle-section .detail-table table.webTest th.testType{
  width: 130px;
}

#contents .experience-list .middle-section .detail-table table.webTest th.testPlace{
  width: 260px;
}

#contents .experience-list .middle-section .detail-table table.webTest th.testContents{
  width: 360px;
}

#contents .experience-list .middle-section .detail-table table.webTest tr:nth-of-type(2) td{
  border-top: none !important;
}

#contents .experience-list .middle-section .detail-table table.webTest tr:nth-of-type(n+3) td{
  border-top: 1px dotted #c0c0c0;
}

/** .recommend-wrap */
#contents .recommend-wrap {
	display: flex;
	align-items: center;
}
#contents .recommend-wrap .content {
	display: inline-flex;
	width: 83px;
	height: 15px;
	margin-top: -2px;
	background-repeat: no-repeat;
	background-size: 83px 15px;
	text-align: left;
}
#contents .recommend-wrap .recommend-level-text {
	margin-left: 16px;
}

/** .chart-wrap */
#contents .ms-section .chart-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 340px;
	min-width: 340px;
	height: 200px;
	border: 1px solid #e0e0e0;
}
#contents .ms-section .sameuniversity-section .chart-wrap,
#contents .ms-section .okini-section .chart-wrap {
	border: none;
}
#contents .ms-section .chart-wrap canvas {
	width: 330px !important;
	height: 330px !important;
}

/** .sameuniversity-section */
#contents .sameuniversity-section {
	margin: 24px 0 32px;
	font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
}
#contents .sameuniversity-section .content {
	display: flex;
	flex-wrap: wrap;
}
#contents .sameuniversity-section .title-box {
	margin-bottom: 16px;
	padding-bottom: 4px;
	border-bottom: 2px solid #e0e0e0;
}
#contents .sameuniversity-section .title-box .title {
	font-size: 16px;
}
#contents .sameuniversity-section .content .item {
	display: block;
	width: 410px;
	padding-bottom: 16px;
	border: 1px solid #b6b6b6;
	transition: all .3s ease;
	cursor: pointer;
}
#contents .sameuniversity-section .content .item:hover {
	background-color: rgba(223 223 223 / 30%);
	text-decoration: none;
}
#contents .sameuniversity-section .content .item:nth-of-type(odd) {
	margin-right: 16px;
}
#contents .sameuniversity-section .content .item:nth-of-type(n+3) {
	margin-top: 16px;
}
#contents .sameuniversity-section .content .item .company-wrap {
	padding: 16px;
	border-bottom: 1px dashed #e0e0e0;
}
#contents .sameuniversity-section .content .item .company-wrap .company-name {
	font-size: 16px;
	font-weight: 700;
}
#contents .sameuniversity-section .content .item .company-wrap .genre {
	display: inline-block;
	font-size: 12px;
}
#contents .sameuniversity-section .content .item .recommend-wrap {
	padding: 16px 16px 0;
	color: #333;
}
#contents .sameuniversity-section .content .item .recommend-wrap .title {
	margin-right: 16px;
	font-weight: 700;
}
#contents .sameuniversity-section .content .item .recommend-wrap .content {
	margin-top: 0;
}
#contents .sameuniversity-section .content .item .chart-wrap {
	margin: 0 auto;
}

/** .okini-section */
#contents .okini-section {
	margin: 24px 0 32px;
	font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
}
#contents .okini-section .content {
	display: flex;
	flex-wrap: wrap;
}
#contents .okini-section .title-box {
	margin-bottom: 16px;
	padding-bottom: 4px;
	border-bottom: 2px solid #e0e0e0;
}
#contents .okini-section .title-box .title {
	font-size: 16px;
}
#contents .okini-section .content .item {
	display: block;
	width: 410px;
	padding-bottom: 16px;
	border: 1px solid #b6b6b6;
	transition: all .3s ease;
	cursor: pointer;
}
#contents .okini-section .content .item:hover {
	background-color: rgba(223 223 223 / 30%);
	text-decoration: none;
}
#contents .okini-section .content .item:nth-of-type(odd) {
	margin-right: 16px;
}
#contents .okini-section .content .item:nth-of-type(n+3) {
	margin-top: 16px;
}
#contents .okini-section .content .item .company-wrap {
	padding: 16px;
	border-bottom: 1px dashed #e0e0e0;
}
#contents .okini-section .content .item .company-wrap .company-name {
	font-size: 16px;
	font-weight: 700;
}
#contents .okini-section .content .item .company-wrap .genre {
	display: inline-block;
	font-size: 12px;
}
#contents .okini-section .content .item .recommend-wrap {
	padding: 16px 16px 0;
	color: #333;
}
#contents .okini-section .content .item .recommend-wrap .title {
	margin-right: 16px;
	font-weight: 700;
}
#contents .okini-section .content .item .recommend-wrap .content {
	margin-top: 0;
}
#contents .okini-section .content .item .chart-wrap {
	margin: 0 auto;
}

/** .user-regist-merit */
#contents .ms-section .user-regist-merit {
	margin-bottom: 32px;
	padding: 24px 32px;
	border: 1px solid #f5f5f5;
	background-color: #fcfaf6;
}
#contents .ms-section .user-regist-merit-title {
	position: relative;
	margin-bottom: 16px;
	padding-left: 32px;
	font-size: 16px;
	font-weight: 700;
}
#contents .ms-section .user-regist-merit-title::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 28px;
	background: url(/contents/nikki/pc/intern/img/icon_user_outlined.svg) no-repeat;
	background-size: cover;
	transform: translateY(-50%);
	content: '';
}
#contents .ms-section .user-regist-merit-text {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.4;
}
#contents .ms-section .user-regist-merit-text:last-of-type {
	margin-bottom: 0;
}
#contents .ms-section .user-regist-merit-text .red {
	color: #bf0000;
	font-weight: 700;
}
