@charset "UTF-8";
/* Scss Document */
@import url("/shse/ehc/css/base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
/*メイン*/
#m_top {
  width: 100%;
  margin: 0; }
  #m_top h1 {
    background-image: url("/shse/ehc/img/charm/top_img.jpg");
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    color: #fff;
    font-size: 225%;
    text-align: center;
    padding: 3em 0; }

.voice {
  margin: 0 auto 0;
  padding: 3em 0;
}

.voice_maintxt_area {
  width: calc(100% - 2em);
  margin: 0 auto 0;
  padding: 3em 1em;
/*
  width: 1000px;
  padding: 3em 0;
*/
}

.voice_maintxt_area div.center {
  text-align: center;
}
.voice_maintxt_area div.text {
  padding: 0 0.5em;
}

.voice_maintxt_area h2 {
  font-size: 156%;
  margin-bottom: 1.0em;
  text-align: center;
  display: inline-block;
}
.voice_maintxt_area p {
  margin: 0.8em 0;
  line-height: 1.8;
}
.voice_maintxt_area p img.main {
  width: 100%;
  max-height: auto;
  border-radius: 10px;
}
.voice_maintxt_area p span.name {
  color: #ff3333;
}

.voice_maintxt_area h4 {
  margin: 2.0em 0 0.5em;
}

.voice_maintxt_area p.fs105 {
  font-size: 105%;
}

.voice_maintxt_area div.flexbox {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.voice_maintxt_area div.flexbox p {
  text-align: left;
  display: inline-block;
}
/*
.voice_maintxt_area div.flexbox p:nth-child(1) {
  width: 65%;
}
.voice_maintxt_area div.flexbox p:nth-child(2) {
  width: 33%;
}
*/
.voice_maintxt_area div.flexbox p.cap {
  text-align: center;
}

/*20230410*/

.voice_info{
  /* background-color: #F5F5F5; */
  margin: 0 auto 2rem;
  padding: 1rem;
  line-height: 1.8;
}

.voice_info_dt{
  color: #00a2b1;
  float: left;
  font-weight: bold;
}
.voice_info_dt::after{
  content: "：";
}

.box1-6 {
	margin: 2em auto;
	padding:2em;/*内側余白*/
	background-color:#f4f4f4;/*背景色*/
	position:relative;
  line-height: 1.8;
}

.box1-6:after{
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: #ccc #fff  #ccc;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.box2-7 {
	margin: 2em auto;
	padding:2em;/*内側余白*/
	border: 2px solid #eee;	
	position: relative;
	z-index: 0;
}
.box2-7:before {
	border-top:2px solid #c6d4c6;
	border-left:2px solid #c6d4c6;
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 20px;
	height: 20px;
	z-index: 1;
}

h2.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
  margin-top: 2em;
}

h2.heading04::before,
h2.heading04::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #FF9933;
}

h2.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
h2.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.txt_speaker_name{
  text-align: right;
  margin-bottom: 2em;
}

.txt_creation_date{
  text-align: right;
  margin-bottom: 2em;
}

.img_box{
  display: flex;
  width: 100%;
  justify-content: center;
}

.img_box_item{
  padding: 2%;
}

.img_box_caption{
  font-size: 0.8rem;
  text-align: center;
}

.box5-4{
  width: 80%;
	margin: 3em auto; /* ボックスの余白 */
	background-color: #fafafa; /* ボックス背景色 */
	padding:3em 1em 1em; /* ボックス内側余白 */
	position:relative; /* 配置(ここを基準に)*/
	border: 1px solid #5a728b;	/* ボックスの線 (太さ　種類　色)*/
}
.box5-4 .box-title {
	background-color:#5a728b; /* タイトル背景色 */
	font-size: 1em;/* タイトル文字の大きさ */
	color: #fff ; /* タイトル文字色 */
	padding: 7px 10px;/*タイトルの余白*/
	line-height: 1;/*タイトルの行の高さ*/
	position:absolute;	/* 配置(ここを動かす) */
	top: -10px; /*上から（0px）移動*/
	left: 20px; /*左から(0px)移動*/
}





@media (min-width: 1020px) {
	.voice_maintxt_area {
		width: 1000px !important;
	}
}

@media screen and (max-width: 767px) {
	.voice_maintxt_area div.flexbox {
		flex-direction: column;
	}
	.voice_maintxt_area div.flexbox p {
		width: 100% !important;
	}
	.voice_maintxt_area div.flexbox p img {
	    padding: 0 !important;
	}
}

.voice_midashi{
  color: #FF9933;
}

  .voice ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .voice ul li {
      width: 25%; }
      .voice ul li dl dt {
        text-align: center;
        width: 100%;
        font-size: 187.5%;
        text-align: center; }
        .voice ul li dl dt img {
          display: block;
          width: 200px;
          height: 200px;
          object-fit: cover;
          border-radius: 6px;
          margin: 0 auto 1em; }
        .voice ul li dl dt span {
          font-size: 50%;
          font-weight: bold;
          color: #00a2b1;
          display: block; }
      .voice ul li dl dd {
        width: 100%;
        text-align: center;
        margin: 1em 0 0; }

.back_g {
  /*background-color: #f4f4f4;20201003*/
  background-color: #F3FAF3;/*20201003*/
    padding: 3em 0;
  width: 100%; }

#r_bottom {
  margin: 4em auto 0; }
  #r_bottom #sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #r_bottom #sns li {
      width: 66px;
      margin: 0 2%; }

.voice_link {
  text-decoration: none;
  color: inherit;
}

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  /*メイン*/
  .voice, .voice2, #r_bottom {
    width: 1280px; }

  /*フッター*/ }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*ヘッダー*/
  /*メイン*/
  .voice, .voice2, #r_bottom {
    width: 96%; }

  /*フッター*/ }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  /*メイン*/
  /*フッター*/ }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*メイン*/
  .voice ul {
    flex-direction: column; }
    .voice ul li:nth-child(1) {
      width: 100%; }
    .voice ul li:nth-child(2) {
      width: 96%;
      margin: 0 auto; }
      .voice ul li:nth-child(2) dl {
        margin: 1em 0 0; }
        .voice ul li:nth-child(2) dl dt {
          text-align: center; }

  .voice2 ul {
    flex-direction: column-reverse; }
    .voice2 ul li:nth-child(2) {
      width: 100%; }
    .voice2 ul li:nth-child(1) {
      width: 96%;
      margin: 0 auto; }
      .voice2 ul li:nth-child(1) dl {
        margin: 1em 0 0; }
        .voice2 ul li:nth-child(1) dl dt {
          text-align: center; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  html {
    font-size: 80%; }

  /*メイン*/ }
