@charset "utf-8";
/* CSS Document */


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

    common

================================*/
/*:root { font-size: 62.5%; }*//* 1(r)em = 10px */

h1 { margin-bottom: 20px; }

h2 {
  border-left: 7px solid #333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px 0 5px 10px;
}

.flexBox_inner > a {
  color: #333;
  display: block;
  transition: .3s;
}

.flexBox_inner > a:hover { opacity: 0.7; }

.flexBox_inner > a >h3 {
  display: flex;
  -js-display: flex;
  flex-flow: row wrap;
  font-size: 18px;
  font-weight: bold;
  justify-content: flex-start;
  margin: 0 0 20px;
  width: 100%;
}

.flexBox_inner > a > h3 > span {
  display: block;
  margin-left:10px;
  width: 210px;
}

li { list-style-type: none; }

div#cont { margin: 0; }

.wrapper {
  box-sizing: border-box;
  font-family:YuGothic , '游ゴシック' , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , 'メイリオ' , sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 20px auto 0;
  overflow:hidden;
  text-align: left;
}

.header { margin: 20px 0; }

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

    コンテンツ

================================*/
.container {
  float: right;
  width: 730px;
}

.assessmentCont + .assessmentCont { margin-top: 50px; }

.flexBox {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  -js-display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;  
}

.flexBox_inner {
  font-size: 14px;
  margin-bottom: 30px;
  width: 45%;
}

.assessmentCont a { text-decoration: none; }

/*追記*/

.ass_icon {position: relative;}

.ass_icon_ttl {
  position: absolute;
  top:7px;
  left:12px;
  border-left: none;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding:0;
}

.menu_ass {
  display: flex;
  font-size: 0;
  justify-content: space-between;
  margin: 10px 0 30px!important;
}

.menu_ass > li {
  font-size: 14px;
  width: auto;
  text-align:center;
 }

.menu_ass > li > a {
  color: #3E3A39;
  display: block;
  font-size: 14px;
  padding: 5px 5px 8px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
 }
 
 .menu_ass > li > a::before {
  background-color: #006456;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  transition: .3s;
 }
 
 .menu_ass > li > a:hover::before { width: 100%; }

.ass_link {
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  display: block;
  width:130px;
  padding: 10px;
  transition: all .2s ease;
  text-align: center;
  text-decoration: none;
  border: solid 1px #2c2825;
  float: right;
}

.ass_link span {position: relative;z-index: 10;}

h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}

.ass_box {
  border-bottom: solid 1px #91A39F;
  margin: 25px 0;
}

.ass_point_item {
  font-size: 14px;
  color:#006456;
  display: inline-block;
  padding: 5px;
  text-align: center;
  margin-bottom:10px;
  border: solid 1px #006456;
}

.ass_exam_item {
  font-size: 14px;
  display: inline-block;
  padding: 5px;
  text-align: center;
  margin-bottom:10px;
  background-color: #BECAC8;
}

.sp {display: none !important;}

.p_res_indent_half {padding-left: 0.5em;text-indent: -0.5em;}
.c_indent_rev_1word {padding-left: 1.0em;text-indent: -1.0em;}
.c_indent_rev_2word {padding-left: 2.0em;text-indent: -2.0em;}
.c_text_right {text-align:right;}


/*
    2021/04/06　追記
================================*/
.section_box {}

.section_box + .section_box { margin-top: 50px; }

.section_box_inner {}

.section_box_inner + .section_box_inner { margin-top: 30px; }

.section_box-bdT {
  border-top: 5px solid #b9dbee;
  margin-top: 30px;
  padding-top: 30px;
}

.section_box-bdT.orange { border-top: 5px solid #e8790b; }

.txt_normal {}

.txt_normal + .txt_normal { margin-top: 20px; }

.box_flex {
  display: flex;
  margin-bottom: 20px;
}

.box_flex .box_image {
  flex-shrink: 0;
  margin-right: 20px;
}

@media screen and (max-width: 599px){
  .box_flex { flex-direction: column; }
}

.box_image {}

.box_image > img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

.box_price {}

.box_price > span {
  font-size: 2.5em;
  font-weight: bold;
  margin-right: 5px;
}

/* 見出し */
.heading_hasIco {
  background-image: url("../../img/consulting/assesmentsimg_icon2.png");
  background-position: top left;
  background-repeat: no-repeat;
  border-left: none;
  font-size: 21px;
  margin: 30px 0 20px;
  padding: 10px 0 0 10px;
}

.heading_hasIco.pink { background-image: url("../../img/consulting/360icon.png"); }


.heading_bold {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.heading_colorTxt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.section_box-bdT .heading_colorTxt { color: #2b93ae; }

.section_box-bdT.orange .heading_colorTxt { color: #e8790b; }


/* リスト */
.list_bullet {}

.list_bullet_item {
  padding-left: 1em;
  text-indent: -1em;
}

.list_bullet_item + .list_bullet_item { margin-top: 10px; }

.list_arrow { margin-bottom: 30px; }

.list_arrow_item {}

.list_arrow_item + .list_arrow_item { margin-top: 5px; }

.list_arrow_link {
  align-items: baseline;
  display: flex;
}

.list_arrow_link::before {
  border: 6px solid transparent;
  border-left: 8px solid #052674;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
}

.list_arrow_link:hover {
  text-decoration: underline;
}

.list_note {}

.list_note_item {
  padding-left: 1em;
  text-indent: -1em;
}

/*.list_note_item + .list_note_item { margin-top: 10px; }*/

/* ナビ */
.pageMenu { margin-bottom: 30px; }

.pageMenu_item {}

.pageMenu_item > a {
  color: #2b93ae;
  font-size: 18px;
  font-weight: 700;
  transition: .3s;
}

.pageMenu_item > a::before {
  border: 6px solid transparent;
  border-left: 8px solid #2b93ae;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
}

.pageMenu_item > a:hover { opacity: .6; }

/* Q&A Question */
.box_faq_question {
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  margin-bottom: 16px;
  padding-left: 38px;
  padding-bottom: 12px;
  position: relative;
}

.box_faq_question::before {
  color: #58c9e6;
  content: url("/resource/img/hierarchy_test_faq/icon_question.png");
  display: inline-block;
  font-weight: 700;
  position: absolute;
  top: 4px;
  left: 0;
}

/* FAQ */
.box_faq {
  border: 1px solid #ccc;
  padding: 16px 32px;
}

.box_faq + .box_faq { margin-top: 30px; }

/* Q&A Answer */
.box_faq_answer {
  margin-bottom: 10px;
  padding-left: 38px; 
  position: relative;
}

.box_faq_answer::before {
  color: #e25050;
  content: url("/resource/img/hierarchy_test_faq/icon_answer.png");
  display: inline-block;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

/* リンク（ボタン） */
.box_link { margin: 20px 0; }
.link_btn {
  background: #ea3636;
  border-radius: 3px;
  box-shadow: 0 3px 0 #c51e0d;
  color: #FFF;
  display: block;
  font-family: inherit;
  font-size: 14px;
  height: 44px;
  margin: 5px auto 3px;
  padding: 12px 3px;
  text-align: center;
  text-decoration: none;
  width: 50%;
}

.link_btn:hover {
  color: #fff;
  box-shadow: none;
  text-decoration: none;
  transform: translateY(3px);
}

/* table */
.tbl_testItem {
  border: 1px solid #000;
  border-collapse: collapse;
  font-size: 14px;
  /*table-layout: fixed;*/
  width: 100%;
}

.tbl_testItem th {
  background-color: #c5ede2;
  border: 1px solid #333;
  padding: 5px;
}

.tbl_testItem td {
  border: 1px solid #333;
  padding: 5px;
}

.u_va-m { vertical-align: middle; }

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

    レスポンシブ

================================*/
@media screen and (max-width:768px){
.container {
  float: none;
  width: 100%;
}

.flexBox_inner {
  width: 300px;
  margin:  20px auto;
}

.flexBox_inner > a > h3 { justify-content: space-between; }

.flexBox_inner > a > h3 > span { width: 60%; }

/*追記*/
.pc {display: none !important;}
.sp {display: block !important;}

.ass_gnav ul a {
  padding: 0 4px;
}

}/* @media */