@charset "utf-8";
/* CSS Document */
/***************************************index************************************************/
*{
	margin: 0;
	padding: 0;
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6,
body, div, p, ul, ol, li, dl, dt, dd,
form, fieldset, input, textarea,
table, th, td {
	margin:0;
	padding:0;
	text-decoration: none;
	font-style:normal;
}

li{
	list-style-type: none;
}



.wrap{
	width: 850px;
	margin: 0 auto;
	font-size: 16px;
	font-family:'ＭＳ Ｐゴシック',Osaka,sans-serif;
}

.header{
	width: 100%;
	font-weight: bold;
	padding: 5px 0;
	display: flex;
	filter: sepia(70%);
	margin-left: 10px;
}

.logo{
	width: 110px;
	margin-right: 10px;
}

.header_title{
	font-size: 13px;
	color: #01AB46;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px 0 0;
}

.header_title span{
	font-size: 35px;
}

.top_image{
	width: 850px;
	height: 352px;
	margin: 0 auto;
	background-image: url("img/main.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	box-sizing: border-box;
	padding: 30px 0px 150px 500px; 
}

.top_image span{
	font-weight: bold;
	color: #795634;
	line-height: 1.7;
}

.size16{
	font-size: 1.6em;
}

.index_btn_pc{
	display: flex;
	flex-wrap: wrap;
	width: 500px;
	margin: 10px auto;
	justify-content: space-between;
}

.index_btn_sp{
	display: none;
}

.index_title {
	display: block;
	width: 590px;
	border-bottom: 5px solid #C7D059;
	margin: 20px auto 10px;
	color: #6F7E43;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 0.75;
}

.size1_5{
	font-size: 1.5em;
}

.size2{
	font-size: 1.8em;
}

.index_text {
	width: 590px;
	margin: 0 auto;
	line-height: 27px;
	letter-spacing: 0.1em;
}



.index_text p {
	border-bottom: 1px dashed #333333;
	margin: 10px 0;
	padding-bottom: 10px;
	font-size: 15px;
	
}

.index_text p:last-child{
	border-bottom: none;
}

.kotobaBox{
	padding:0 0 16px 0;
	margin:0 auto 30px;
	width:850px;
	background:#DCC56B url("img/index_box_bottom.gif")no-repeat 0 100%;
}

.kotoba{
	margin:0 auto 10px;
	width:850px;
	background:url(img/index_box_middle.gif) repeat-y 0 0;
}

.kotoba dl{
	width:850px;
	background:url(img/index_box_top.gif) no-repeat 0 0;
}

.kotoba dt{
	padding:35px 35px 5px 210px;
	font-weight:bold;
	font-size:18px;
	line-height:26px;
}

.kotoba dd{
	padding:0 55px 0 55px; 
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 0.09em;
}

.link {
	text-align: right;
}

.sasshi {
	padding:10px 0 10px 0;
	margin:0 auto;
	width:850px;
	background:url(img/index_box_middle.gif) repeat-y 0 0;
}

.sasshi p{
	padding:0 0 0 55px;
	width:152px;
	float:left;
}

.sasshi:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

.sasshi dt{
	font-weight:bold;
	font-size:16px;
	margin: 0.5em 0;
	letter-spacing: 0.09em;
	padding: 0;
}

.sasshi dl {
	padding:0 70px 0 0;
	width:550px;
	float:right;
}

.sasshi dd{
	padding:0 ; 
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 0.09em;
}



.topicsBox{
	margin:0 auto 30px;
	width:850px;
}

.topicsBox::after {
	content: "";
	display: table;
	clear: both;
}

.topics{
	margin:0 0 0 40px;
	width:540px;
	float:left;
}

.topics h2{
	display: none;
}

.topics p{
	padding:5px 0 0 130px;
	height:41px;
	line-height:41px;
	font-size:16px;
	background:url(../images/index_title02.gif) no-repeat 0 0;
}

.topics ul{
	text-justify:inter-ideograph;
}

.topics li{
	padding:0 0 0 30px;
	list-style-type: none;
	background:url(../images/index_mark.gif) no-repeat 10px 5px;
	font-size: 15px;
	line-height: 27px;
}


.footer {
	width: 100%;
	background: #748B30;
	padding: 2px auto;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	letter-spacing: 0.09em;
}
/************************************f-001***************************************************/
.menu{
	margin-bottom: 50px;
}

.menu ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu li {
  width: 20%; /* 5列分 */
}

.menu li a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #d05b65;
  text-decoration: none;
  margin: 2px;
  padding: 5px;
  font-size: 0.9em;
  border: 1px solid #d05b65;
  background: #FFF;
  font-weight: 500;
}

.menu li a:hover{
	background: #d05b65;
	color: #FFF;
}

a.current{
	background: #d05b65!important;
	color: #FFF!important;
	font-weight: bold!important;
}


.contet_image {
	margin: 0 auto 20px;
	width: 850px;
}

.main_content {
	letter-spacing: 0.09em;
	line-height: 1.8;
	padding: 2em;
	box-sizing: border-box;
	font-size: 0.9em;
}

.main_content h2{
	color: #07B40A;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
	letter-spacing: 0em;
}

.main_content h3{
	color: #FFF;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
	letter-spacing: 0em;
	background: #0f8043;
	padding: 5px;
	margin: 1em auto;
}

.main_content h4{
	width: 100%;
	display: block;
	padding: 5px 0;
	margin: 0px;
	text-align: center;
	border-bottom: 1px solid #333;
}

.shocho {
	margin-top: 1em;
	font-weight: bold;
	text-align: right;
}

.home{
	display: block;
	margin: 10px auto;
	text-align: center;
	background: #d05b65;
	color: #FFF;
	padding: 10px;
	width: 300px;
	text-decoration: none;
}

.home:hover{
	opacity:0.8;
}

.kaiketsu {
	width: 70%;
	margin: 0 auto;
}

.kaiketsuBox{
	border: 1px solid #333;
	margin-top: 20px;
}

.kaiketsu ul{
	display: flex;
	flex-wrap: wrap;
	padding: 1em;
}

.kaiketsu li{
	margin-right: 5px;
}

.kaiketsu li::before{
	content: "●";
	color: #333333;
	
}

.midori{
	background: #AEF890;
}

.pink{
	background: #FCACEA;
}

.ao{
	background: #83FFF9;
}

.profBox {
	width: 70%;
	margin: 30px auto;
}

.prof_name {
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	box-sizing: border-box;
	background: #B2F1B4;
}

.prof{
	border: 1px solid #B2F1B4;
	padding: 1em;
	display: flex;
	flex-wrap: wrap;

}

.prof_img{
	margin: 0 1em 1em 0;
	height: 200px;
}

.keireki {
	width: 100%;
}

.shido {
	width: 100%;
	margin: 20px auto;
	border: 1px solid #c3ffc3;
}

.shido p{
	display: block;
	padding: 1em;
}

.shido_title {
	background: #c3ffc3;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}

.shinkoBox {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}

.shinkoBox:last-child{
	margin-bottom: 0;
}

.shinlo_left {
	width: 40%;
	display:flex;
	background: #BCF4FD;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.shinlo_right {
	width: 60%;
	padding: 10px;
	font-size:0.9em;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}

.yajirushi {
	width: 100%;
	text-align: center;
	color: #FF0000;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
}

.radio {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 1em 0;
	display: flex;
	flex-wrap: nowrap;
}

.radio_img {
	width: 30%;
	margin-right: 1em;
}

.radio_text {
	width: 70%;
}

.onethingH3 {
	font-weight: bold;
}

.assertion {
	width: 100%;
	margin: 10px auto;
}

.assertion_title {
	background: #c3ffc3;
	font-weight: bold;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	margin: 2em 0 1em;
	
}

.stress-index-container {
  width: 100%;
  font-family: sans-serif;
  font-size: 14px;
  border: 1px solid #333;
  box-sizing: border-box;
	margin: 2em 0;
	border-bottom: none;
}

.stress_header {
  background-color: #c4eec4;
  text-align: center;
  padding: 8px 0;
  font-weight: bold;
  border-bottom: 1px solid #333;
}

.header-title {
  font-size: 16px;
}

.header-col {
  border-right: 1px solid #333;
  padding: 4px;
}

.header-col:last-child {
  border-right: none;
}

.stress-list {
  display: flex;
  gap: 0;
}

.column {
  flex: 1;
  border-right: 1px solid #333;
}

.column:last-child {
  border-right: none;
}

.row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  padding: 6px 10px;
  border-bottom: 1px solid #333;
  align-items: center;
}

.row:first-child .num {
  color: #FFF;
}

.num {
	display: block;
	text-align: center;
  width: 24px;
  margin-right: 8px;
  color: green;
  font-weight: bold;
}

.score {
  width: 40px;
  text-align: right;
  color: blue;
  font-weight: bold;
  margin-left: 10px;
}


.book {
	width: 70%;
	border: 2px solid #c4eec4;
	margin: 1em auto;
}

.book_midashi {
	background: #c4eec4;
	text-align: center;
	font-size: 14px;
	margin-bottom: 1em;
}

.book_title {
	text-align: center;
}

.book_title strong{
	font-size: 16px;
}

.book_main {
	display: flex;
	padding: 1em;
	color: #168604;
	font-weight: bold;
}

.book_main img{
	margin-right: 1em;
	width: 200px;
}



.book_text {
	font-weight: normal;
	color: #333;
}

.nedan {
	width: 100%;
	text-align: center;
}



.history {
	width: 80%;
	margin: 0 auto 1em;
	padding: 1em;
}

.history span{
	font-size: 0.9em;
	font-weight: bold;
}

.history_R {
	float: right;
	margin-left: 1em;
}

.history_L {
	float: left;
	margin-right: 1em;
}

.history_midashi{
	background: #c4eec4;
	font-weight: bold;
	padding: 0.5em 1em;
	width: 80%;
	box-sizing: border-box;
	margin: 2em auto 0;
	
}

.review_midashi{
	background: #c4eec4;
	text-align: center;
	padding: 0.5em 1em;
	width: 100%;
	box-sizing: border-box;
	margin: 2em auto 0;
	font-weight: bold;
}

.review_comment{
	border-bottom: 1px solid #333;
	padding: 1em 0;
	width: 100%;
	margin: 0 auto;
}

.review_comment span{
	font-weight: bold;
	color: #007815;
}



/**Q&Aアコーディオン**/
    .accordion-item {
      margin-bottom: 1em;
    }

    .question {
      background-color: #c4eec4;
      padding: 12px;
      cursor: pointer;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background 0.3s;
    }

    .question:hover {
      background-color:#A4EFA4;
    }

    .answer {
      overflow: hidden;
      max-height: 0;
      opacity: 0;
      padding: 0 12px;
      transition: max-height 0.4s ease, opacity 0.3s ease;
    }

    .answer.open {
      opacity: 1;
    }

    .toggle-icon {
      position: relative;
      width: 18px;
      height: 18px;
    }

    .toggle-icon::before,
    .toggle-icon::after {
      content: '';
      position: absolute;
      background-color: #333;
      transition: all 0.3s ease;
      border-radius: 1px;
    }

    /* 横線 */
    .toggle-icon::before {
      top: 50%;
      left: 0;
      width: 100%;
      height: 2px;
      transform: translateY(-50%);
    }

    /* 縦線 */
    .toggle-icon::after {
      left: 50%;
      top: 0;
      width: 2px;
      height: 100%;
      transform: translateX(-50%) scaleY(1);
      opacity: 1;
    }

    /* アクティブ時は縦線を縮めて消す */
    .question.active .toggle-icon::after {
      transform: translateX(-50%) scaleY(0);
      opacity: 0;
    }
.questionnaire {
	text-align: center;
	margin: 20px auto 0;
}

/**********************f002研究所*************************/

.kenkyujo{
	width: 70%;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}

.mediaBox {
	width: 80%;
	margin: 20px auto;
}

.mediaBox01{
	padding: 1em;
	border-bottom: 2px solid #333;
	border-top: 2px solid #333;
	margin: 20px auto;
}

.mediaBox01 img {
	float: left;
	margin-right: 1em;
}

.media_midashi {
	font-size: 1.2em;
	font-weight: bold;
	color: #3555CF;
	text-align: center;
}

.green{
	border-color: #1A9633!important;
	color: #1A9633!important;
	font-weight: bold;
}

.m_question {
	font-weight: bold;
	color: #1C3FB0;
}

.m_answer {
	font-weight: bold;
	color: #CC066E;
}

.media_faq {
	border-bottom: 1px dashed #333;
	padding: 1em 0;
}

.mediaBox2_photo {
	display: flex;
	width: 100%;
	justify-content: space-around;
}

.mediaBox2_photo01 {
	width: 48%;
	text-align: center;
}

.mediaBox2_photo01 img{
	width: 100%;
}

.mediaBox02 {
	border: 5px solid #EC4598;
	padding: 1em;
	box-sizing: border-box;
}

.jiritsukunren {
	width: 80%;
	margin: 1em auto;
}

.jiritsukunren h3{
	width: 100%;
	background: #FFA1F2;
	box-sizing: border-box;
}

.jiritsukunren ul{
	margin: 0 auto;
	width:max-content;
}

.process {
	width: 40%;
	margin: 0 auto;
	text-align: center;
}

.proBox {
	background: #A9F5FF;
	height: 80px;
	line-height: 80px;
	border-radius: 100px;
	color: #333!important;
	
}

.process span{
	color: #ED0404;
	font-size: 2em;
}

.bule{
	background: #A9F5FF;
}

.ex {
	width: 75%;
	margin: 0 auto;
}

.ex li::before{
	content: "●";
	color:#42AAC9;
	margin-right: 5px;
}

.ex h3{
	background: #A9F5FF; 
	color: #333;
	text-align: left;
	text-indent: 1em;
}
