@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main > .section {
  padding-top: 50px;
  padding-bottom: 50px;
}

#main div.body {
  max-width: 1160px;
  padding: 0 15px;
	margin: 0 auto;
	overflow: hidden;
}

#main .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

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

 #main div.body {
   max-width: 100%;
	 padding:0 15px;
	 margin: 0 auto;
	 overflow: hidden;
	}
}

/* :::::::: ブレイクポイント :::::::: */

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

#main > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main div.body {
  max-width: 100%;
	padding:0 15px;
	margin: 0 auto;
	overflow: hidden;
}

#main .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * 患者様の声
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.voice {
  padding-top: 30px !important;
  position:relative;
  background: #fffbf0;
}

.voice .body {
  overflow: inherit !important;
}

.voice .section ~ .section {
  padding-top: 70px;
}

/* :::::::: ブレイクポイント :::::::: */

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

.voice .section ~ .section {
  padding-top: 50px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.voice ul.layout-flex-2 {}

.voice ul.layout-flex-2 li {
  background: #fff;
  padding: 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.voice ul.layout-flex-2 .title-1 {
  font-size: 22px;
  font-weight: bold;
  color: #fc4b22;
  border-bottom: 5px dotted #f7952b;
}

/* :::::::: ブレイクポイント :::::::: */

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

.voice ul.layout-flex-2 .title-1 {
  font-size: 18px;
  font-weight: bold;
  color: #fc4b22;
  border-bottom: 5px dotted #f7952b;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.voice ul.layout-flex-2 li .images {
  text-align: center;
  margin-top: 20px;
}

.voice ul.layout-flex-2 li .images + * {
  margin-top: 20px;
}

.voice ul.layout-flex-2 li .img {
  text-align: center;
  margin-top: 20px;
}
.voice ul.layout-flex-2 li .img img {
  border:1px solid #ddd;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.voice ul.layout-flex-2 li .text {
  color:#fc4b22;
}

.voice ul.layout-flex-2 li .item ~ .item {
  margin-top: 20px;
}

.voice ul.layout-flex-2 li .item .title-2 {
  position: relative;
  font-size: 18px;
  color:#fc4b22;
  font-weight: bold;
  padding-left: 1.25em;
}
.voice ul.layout-flex-2 li .item .title-2::before {
  content: "●";
  display: block;
  position:absolute;
  top: 50%;
  left: 0;
  margin-top: -17px;
  color:#fcda4f;
}

.voice ul.layout-flex-2 li .item .text-1 {
  margin-top: 0;
}




