@charset "utf-8";
/*==================================
 			common
===================================*/
#title {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #990E0E;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}
.aku_aten_title {
    padding: 0px 60px 10px;
    background-image: url("../images/ic_aten_red.png"), url("../images/ic_aten_red.png");
    background-repeat: no-repeat;
    background-size: 40px auto, 40px auto;
    background-position: left center, right center;
}


#wrap_title {
  clear: both;
  width: 100%;
  height: 250px;
  text-align: center;
  background-image: url("../images/company/bg_title.jpg");
  background-position: center center;
  background-size: 100% auto;
  border-top: 10px solid #e75858;
  margin-bottom: 80px;
}
#c_title {
  clear: both;
  width: auto;
  display: inline-block;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #e75858;
  line-height: 1;
  text-align: center;
  padding: 20px 60px 20px;
  margin: 80px auto 30px;
  letter-spacing: 0.0025em;
  background-color: rgba(255, 255, 255, 0.8);
}
#content {
  background: #FDF2F2;
}
#w_content {
  background: #FFFFFF;
}
.white_box {
  border-radius: 20px;
  padding: 60px;
  background: #fff;
}
.tx_center {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.8em;
  padding: 30px 0px 20px 0px;
}
.caps {
  display: block;
  font-size: 14px;
  line-height: 1.8em;
  color: #565656;
}
/*=============================
		tree
===============================*/
#tree{
  margin-block: 20px 45px;
}
#tree ul{
	display: flex;
	column-gap: 30px;
}
#tree ul li, #tree ul li a {
  display: inline-block;
  font-size: 16px;
}
#tree ul li a{
  color: #333;
	transition: opacity .4s ease;
}
#tree ul li a:hover{
	opacity: 0.6;
}
#tree ul li::before {
	content: "＞";
  position: absolute;
  right: -25px;
  top: 0;
}
#tree ul li:last-child::before{
	display: none;
}
/*==================================
 			reform
===================================*/
#reform {}
.menu_block {
  clear: both;
  display: flex;
  width: 1080px;
  text-align: left;
  justify-content: space-between;
  margin: 0px auto 30px;
}
.m_thumbnail {
  width: 450px;
}
.m_thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.m_text {
  width: 580px;
  padding: 20px 0px 0px 0px;
}
.m_text h3 {
  clear: both;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #e75858;
  line-height: 1;
  margin-bottom: 20px;
}
.m_text h3 span {
  font-size: 20px;
}
.m_text ul {
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
.m_text ul li {
  display: inline-block;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #e75858;
  margin: 0px 5px 0px 0px;
}
.m_text p {
  clear: both;
  width: 100%;
  font-size: 16px;
  line-height: 1.6em;
  color: #565656;
  margin-bottom: 10px;
}
.m_detail {
  clear: both;
  width: 100%;
  margin: 20px 0px 0px 0px;
}
.m_detail dl {
  margin-bottom: 5px;
}
.m_detail dl dt {
  display: inline-block;
  width: 180px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 8px 10px;
  border: 1px solid #e75858;
  background-color: #e75858;
}
.m_detail dl dd {
  display: inline-block;
  width: 300px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  color: #565656;
  padding: 8px 10px;
  border: 1px solid #e75858;
  background-color: #FFFFFF;
}
/*==================================
 			back
===================================*/
#back {
  border-top: 8px solid #e75858;
}
#back a {
  font-family: 'Zen Maru Gothic', sans-serif;
  display: block;
  width: 180px;
  padding: 3px 0 14px;
  border-radius: 0 0 10px 0;
  color: #fff;
  background: #e75858;
  text-align: center;
}
#back a span {
  display: inline-block;
  transition: opacity .4s ease;
  background: url("../images/ic_arrow_w.svg") no-repeat left center;
  background-size: 22px auto;
  padding: 5px 0 5px 30px;
}
#back a:hover span {
  opacity: 0.6;
}
/*==================================
 			privacy
===================================*/
#privacy {
  padding: 80px 0;
}
#privacy h2 {
  font-family: 'Zen Maru Gothic', sans-serif;
  padding-bottom: 20px;
  margin-bottom: 10px;
  font-size: 26px;
}
#privacy .privacy_box {
  margin-bottom: 60px;
}
#privacy .privacy_box:last-child {
  margin-bottom: 0;
}
#privacy h2::before, #privacy h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
}
#privacy h2::before {
  width: 100%;
  background: #FCE5E5;
  z-index: 1;
}
#privacy h2:after {
  width: 180px;
  background: #e75858;
  z-index: 2;
}
#privacy .privacy_box p, #privacy .privacy_box ul li {
  line-height: 2.2;
  text-align: justify;
  text-justify: inter-ideograph;
}
#privacy .privacy_box ul {
  margin-top: 30px;
}
#privacy .privacy_box ul li {
  margin-bottom: 15px;
  line-height: 2;
}
#privacy .privacy_box ul li:last-child {
  margin-bottom: 0;
}
#privacy .privacy_box ul.kakko li {
  padding-left: 24px;
  text-indent: -24px;
}
#privacy .privacy_box ul.dot li {
  padding-left: 10px;
  text-indent: -10px;
}
#privacy .privacy_box ul.dot.kaiji {
  margin-bottom: 30px;
}
#privacy .privacy_box ul.dot.kaiji li {
  margin-bottom: 0;
}
#privacy .privacy_box ul li ul {
  padding: 0;
  margin: 15px 0 0;
}
#privacy .privacy_box .contact {
  margin-top: 15px;
  border-radius: 10px;
  display: inline-block;
  padding: 20px 30px;
  background: #f4f4f4;
  line-height: 2;
}
#privacy .privacy_box .contact .name {
  font-weight: 700;
  display: block;
  color: #e75858;
}
#privacy .privacy_box .right {
  text-align: right;
  line-height: 1.8;
  font-size: 14px;
}
/*==================================
 			cancelled
===================================*/
#cancelled {
  padding: 80px 0;
}
/*==================================
 			company
===================================*/
#company {
  padding: 80px 0;
}
.c_box p.txt {
  text-align: center;
  margin-bottom: 30px;
}
.t_company {
  clear: both;
  width: 90%;
  margin: 0px auto;
}
.t_company th {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8em;
  color: #990E0E;
  padding: 20px 10px 20px;
  border-bottom: 1px solid #990E0E;
}
.t_company td {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8em;
  padding: 20px 10px 20px;
  border-bottom: 1px solid #CCCCCC;
}
/*==================================
 			result
===================================*/
#result {
  padding: 140px 0;
}
a.btn_common {
  display: block;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
  width: 260px;
  height: 55px;
  border-radius: 70px;
  color: #fff;
  line-height: 2.4;
  background: #ff9127;
  padding: 7px 0 0;
  box-shadow: 0px 5px 0 #c06a1b;
  transition: all .4s ease;
  margin: 0 auto;
}
a.btn_common:hover {
  background: #c06a1b;
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
}
/*=============================
		faq
===============================*/
#faq {
  clear: both;
  width: 1000px;
  margin: 0px auto 40px;
}
#faq dl {
  clear: both;
  display: block;
  width: 100%;
  border-bottom: 1px dotted #DDD;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 20px 0px;
}
#faq dl dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
  padding: 0px 0px 10px 46px;
}
#faq dl dt::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: 'Q';
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.2em;
  padding: 5px 12px 5px;
  background: #e75858;
  border-radius: 6px;
}
#faq dl dd {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8em;
  padding: 0px 0px 10px 46px;
}
#faq dl dd::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: 'A';
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.2em;
  padding: 5px 12px 5px;
  background: #F98D8D;
  border-radius: 6px;
}
#tx_soudan {
  clear: both;
  overflow: hidden;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6em;
    color: #FFFFFF;
  padding: 20px 0px 20px 0px;
    background-color: #F98D8D;
    border-radius: 10px;
}
/*=============================
		works
===============================*/
/* flex */
.fbox_wrap {
  display: flex;
    width: 100%;
}
#c_works {
  padding: 0px 0 80px;
}
#c_works #layout_wrap {
  width: 1100px;
  margin: 0 auto 120px;
  display: flex;
  justify-content: space-between;
}
/* sidebar */
#c_works #sidebar {
  width: 240px;
}
#c_works #sidebar .s_category {
  color: #fff;
  font-weight: 700;
  background: #e75858;
  padding: 18px;
  text-align: center;
  border-radius: 7px;
}
#c_works #sidebar ul li {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 0px;
  border-bottom: 1px dotted #CCCCCC;
}
#c_works #sidebar ul li a {
  color: #565656;
  display: block;
  padding: 18px 15px;
  transition: opacity .4s ease;
  background: url(../images/ic_arrow_right_g.svg) no-repeat right 15px center;
  background-size: 7px auto;
}
#c_works #sidebar ul li a:hover {
  opacity: 0.7;
}
/*詳細ページ*/
#c_works #works_detail .wrap {
  width: 820px;
  margin: 0;
}
#c_works .works_box p {
  line-height: 2.2;
  margin-bottom: 40px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#c_works .works_box .detail_box {
  flex-wrap: wrap;
  column-gap: 52px;
  margin-bottom: 50px;
}
#c_works .works_box .detail_box ul {
  display: flex;
}
#c_works .works_box .detail_box ul li {
  width: 120px;
  border-bottom: 1px solid #233482;
  color: #233482;
  text-align: center;
  font-weight: 700;
  padding: 30px 0;
  float: left;
}
#c_works .works_box .onepoint_box {
  background: #f4fbfe;
  border-radius: 20px;
  margin: 70px 0 40px;
  padding: 40px;
}
#c_works .works_box .onepoint_box p {
  line-height: 2;
  margin-bottom: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
/*slider*/
#c_works .works_box .img_btn_wrap {
  margin: 30px 0 60px;
  row-gap: 12px;
  column-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#c_works .works_box .img_btn {
  cursor: pointer;
  width: 154.4px;
  border-radius: 7px;
  overflow: hidden;
}
#c_works .works_box .img_btn img {
  display: block;
  transition: all .6s ease;
  width: 154.4px;
  height: 100px;
  object-fit: cover;
}
#c_works .works_box .img_btn:hover img {
  transform: scale(1.1);
}
#c_works .works_box .img_btn {
  display: block;
}
#c_works .works_box .img_panel {
  border-radius: 30px;
  overflow: hidden;
  opacity: 0;
  transition: all .6s ease;
}
#c_works .works_box .img_panel.active {
  opacity: 1;
}
/*ttlbox*/
#c_works .works_box .ttlbox {
  color: #565656;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#c_works .works_box .ttlbox::before {
  content: "";
  width: 220px;
  height: 2px;
  background: #e75858;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
#c_works .works_box .ttlbox::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #EEEEEE;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#c_works .works_box .ttlbox p {
  line-height: 1;
  margin-bottom: 0;
}
#c_works .works_box .ttlbox .works_category {
  display: inline-block;
  color: #fff;
  height: 24px;
  background: #e75858;
  padding: 3px 15px;
  border-radius: 80px;
  margin: 5px;
}
#c_works .works_box .ttlbox .works_date {
  display: inline-block;
  font-size: 16px;
  color: #888888;
}
#c_works .works_box .ttlbox .works_title {
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 1.3;
}
/**/
#wb {
  width: 820px;
}
#wrap_wb {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
#wrap_wb .tx_none {
  clear: both;
  font-size: 16px;
  text-align: left;
  line-height: 1.3em;
}
#wb .works_l {
  display: inline-block;
  width: 260px;
  height: 330px;
  border-radius: 20px;
  background-color: #FFFFFF;
  border: 1px solid #e8e9ed;
}
#wb .works_l a {
  width: 100%;
  height: 330px;
}
#wb .works_l .wb_img {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 220px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 15px;
}
#wb .works_l .wb_img img {
  object-fit: cover;
  width: 100%;
  min-height: 220px;
  height: 15.0vw;
  transition: all .6s ease;
}
#wb .works_l:hover .wb_img img {
  transform: scale(1.1);
}
#wb .works_l ul {
  clear: both;
  margin: 0px 10px 6px 15px;
  transition: all .6s ease;
}
#wb .works_l ul li {
  display: inline-block;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: bold;
  padding: 2px 10px 4px;
  border-radius: 10px;
  color: #FFF;
  background-color: #e75858;
  margin: 0px 0px 0px 0px;
}
#wb .works_l h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  color: #333333;
  margin: 0px 15px 0px 15px;
  transition: all .6s ease;
}
#wb .works_l:hover ul, #wb .works_l:hover h3 {
  opacity: 0.6;
  transition: all .6s ease;
}
/*wp-pagenavi*/
/*=============================
　　　　pagenavi
===============================*/
.screen-reader-text {
  display: none !important;
}
.wp-pagenavi .nav-links {
  clear: both;
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 10px;
  margin-top: 80px;
}
.wp-pagenavi .nav-links a, .wp-pagenavi .nav-links span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 15px 0;
  color: #686868;
  letter-spacing: 0;
  background-color: #EDEDED;
  transition: background .3s ease;
}
.wp-pagenavi .nav-links a.next.page-numbers, .wp-pagenavi .nav-links a.prev.page-numbers {
  border: none;
}
.wp-pagenavi .nav-links .current {
  color: #fff;
  background: #565656;
  border: 1px solid #565656;
}
.wp-pagenavi .nav-links a:hover {
  background: #FFDADA;
}
.wp-pagenavi .nav-links a.prev, .wp-pagenavi .nav-links a.next {
  content: "";
  transition: background .3s ease;
}
.wp-pagenavi .nav-links a.prev {
  background: url("../images/works/ic_prev.svg") no-repeat center;
  background-size: 9px;
}
.wp-pagenavi .nav-links a.prev:hover {
  color: #353535;
  background: url("../images/works/ic_prev.svg") no-repeat center, #FFDADA;
  background-size: 9px;
}
.wp-pagenavi .nav-links a.next {
  background: url("../images/works/ic_next.svg") no-repeat center;
  background-size: 9px;
}
.wp-pagenavi .nav-links a.next:hover {
  color: #353535;
  background: url("../images/works/ic_next.svg") no-repeat center, #FFDADA;
  background-size: 9px;
}


/*=============================
		reform-parts
===============================*/
#wrap_title.mb0 {
  margin-bottom: 0;
}
#middle_menu .flex_wrap.m_list {
  display: flex;
  justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
}
#middle_menu .flex_wrap.m_list .list_item {
  width: 340px;
}
#middle_menu .flex_wrap.m_list .list_item a {
  transition: all ease 0.3s;
}
#middle_menu .flex_wrap.m_list .list_item a:hover {
  opacity: 0.7;
}
#middle_menu .list_item .m_image {
  width: 100%;
}
#middle_menu .list_item .m_image img {
  width: 100%;
  height: auto;
}
#middle_menu .list_item .m_title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(231, 88, 88, 0.9);
  width: 318px;
  height: 50px;
  margin: -25px auto 0;
  position: relative;
}
#middle_menu .list_item .m_title::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  transform: translate(0 , -50%);
  width: 16px;
  aspect-ratio: 1 / 1;
  background: url("../images/reform/ic_arrow_circle.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
#middle_menu .list_item .m_title p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#middle_menu .list_item .m_title p.style {
  font-size: 18.5px;
  letter-spacing: 0;
  padding-right: 22px;
}

/*=============================
		reform_index
===============================*/
#reform_lineup .tx_center {
  color: #e75858;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  width: 575px;
  background: #ffd2dc;
  border-radius: 25px;
  padding: 22px 0 22px;
  margin: 0 auto 58px;
}
.flex_wrap.r_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 25px calc((100% - 330px * 3) / 2);
  width: 1080px;
  margin: 0 auto 90px;
}
.flex_wrap.r_menu .list_item {
  width: 330px;
  border: 0.7px solid #dedede;
  border-radius: 25px;
  overflow: hidden;
}
.flex_wrap.r_menu .list_item a {
  color: #333333;
  transition: all linear 0.3s;
}
.flex_wrap.r_menu .list_item a .r_image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 330 / 191;
  overflow: hidden;
}
.flex_wrap.r_menu .list_item a .r_image img {
  width: 100%;
  height: auto;
  transition: all ease 0.3s;
}
.flex_wrap.r_menu .list_item a:hover {
  opacity: 0.7;
}
.flex_wrap.r_menu .list_item a:hover .r_image img {
  width: 105%;
  height: auto;
}

.flex_wrap.r_menu .r_title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 74px;
}
.flex_wrap.r_menu .r_title p {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.05em;
  position: relative;
}
.flex_wrap.r_menu .r_title p.ls0 {
  letter-spacing: 0;
}
.flex_wrap.r_menu .r_title p.window {
  padding-right: 10px;
}
.flex_wrap.r_menu .r_title p.roller::before,
.flex_wrap.r_menu .r_title p.hammer::before,
.flex_wrap.r_menu .r_title p.house::before,
.flex_wrap.r_menu .r_title p.window::before{
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0 , -50%);
}
.flex_wrap.r_menu .r_title p.roller::before {
  right: -55px;
  width: 41px;
  aspect-ratio: 41 / 50;
  background: url("../images/reform/menu/ic_toso.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
.flex_wrap.r_menu .r_title p.hammer::before {
  right: -52px;
  width: 42px;
  aspect-ratio: 34 / 38;
  background: url("../images/reform/menu/ic_shuri.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
.flex_wrap.r_menu .r_title p.house::before {
  right: -51px;
  width: 41px;
  aspect-ratio: 41 / 33;
  background: url("../images/reform/menu/ic_amamori.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
.flex_wrap.r_menu .r_title p.window::before {
  right: -37px;
  width: 39px;
  aspect-ratio: 39 / 30;
  background: url("../images/reform/menu/ic_mado.webp") no-repeat;
  background-size: contain;
  background-position: center;
}

/*=============================
		r_common
===============================*/
#r_common01_menu_intro {
  
}
#r_common01_menu_intro .menu.flex {
  display: flex;
  align-items: flex-end;
  gap: 70px;
  width: 1080px;
  padding: 0 30px;
  margin: 50px auto; 
}
#r_common01_menu_intro .left {
  width: 510px;
}
#r_common01_menu_intro .left .menu_title {
  font-size: 42px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  width: fit-content;
  margin-bottom: 26px;
  position: relative;
}
#r_common01_menu_intro .left .menu_title::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0 , -50%);
}
#r_common01_menu_intro .left .menu_title.roller::before {
  right: -60px;
  width: 41px;
  aspect-ratio: 41 / 50;
  background: url("../images/reform/menu/ic_toso.webp") no-repeat;
  background-position: center;
  background-size: contain;
}
#r_common01_menu_intro .left .menu_title.hammer::before {
  right: -60px;
  width: 41px;
  aspect-ratio: 104 / 116;
  background: url("../images/reform/menu/ic_shuri.webp") no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(0, -45%);
}
#r_common01_menu_intro .left .menu_title.house::before {
  right: -62px;
  width: 43.5px;
  aspect-ratio: 124 / 102;
  background: url("../images/reform/menu/ic_amamori.webp") no-repeat;
  background-position: center;
  background-size: contain;
}

#r_common01_menu_intro .left .r_intro_txt {
  color: #353535;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 34px;
}
#r_common01_menu_intro .left .period_info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
#r_common01_menu_intro .left .mini_flex {
  display: flex;
  border: 2px solid #c0372b;
  border-radius: 2px;
  overflow: hidden;
  width: 315px;
}
#r_common01_menu_intro .left .item,
#r_common01_menu_intro .left .content {
  height: 37px;
  line-height: 37px;
}
#r_common01_menu_intro .left .item {
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: #c0372b;
  width: 142px;
}
#r_common01_menu_intro .left .content {
  color: #c0372b;
  font-weight: 600;
  padding: 0 0 0 20px;
}

#r_common01_menu_intro .left .mini_irreg {
  background:  #c0372b;
  border: 2px solid #c0372b;
  border-radius: 2px;
  overflow: hidden;
  width: 225px;
  margin-bottom: 40px;
}
#r_common01_menu_intro .left .item_irreg {
  color: #fff;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  /*background: #c0372b;*/
  width: 100%;
  height: 36px;
  padding-bottom: 3px;
  box-sizing: content-box;
}
#r_common01_menu_intro .left .item_irreg .fs_large {
  font-size: 26px;
  letter-spacing: 0.00em;
  vertical-align: -1.8px;
  padding: 0 2px;
}

#r_common01_menu_intro .right {
  width: 440px;
}
#r_common01_menu_intro .right img {
  width: 100%;
}
#r_common01_menu_intro .check {
  width: 1080px;
  padding: 28px;
  margin: 0 auto;
  background: url("../images/reform/bg_dot_skyblue.webp");
  background-position: center;
  background-size: auto;
  border-radius: 32px;
}
#r_common01_menu_intro .check_inner {
  background: #fff;
  border-radius: 16px;
  padding: 32px 65px 50px 65px;
  position: relative
}
#r_common01_menu_intro .check_title {
  font-size: 36px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  width: fit-content;
  margin: 0 auto 46px;
  position: relative;
  z-index: 1;
}
#r_common01_menu_intro .check_title::before,
#r_common01_menu_intro .check_title::after{
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0 , -50%);
  width: 37px;
  aspect-ratio:39 / 38;
}
#r_common01_menu_intro .check_title::before{
  left: -42px;
  background: url("../images/reform/ic_shout_l.svg")no-repeat;
  background-size: contain;
  background-position: center;
}
#r_common01_menu_intro .check_title::after{
  right: -42px;
  background: url("../images/reform/ic_shout_r.svg")no-repeat;
  background-size: contain;
  background-position: center;
}
.underline_yellow_a {
  position: relative;
}
.underline_yellow_a::before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 50%;
  transform: translate(-50% , 0);
  width: calc(100% + 100px);
  height: 18px;
  background: #fff99f;
  border-radius: 4px;
  z-index: -1;
}
#r_common01_menu_intro .check_list {
  display: flex;
  gap: 107px;
  align-items: flex-start;
}
#r_common01_menu_intro .check_list_inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#r_common01_menu_intro .check_item {
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 0 45px;
  position: relative;
}
#r_common01_menu_intro .check_item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(0 , -50%);
  width: 30.1px;
  aspect-ratio: 301 / 299;
  background: url("../images/reform/ic_check.svg") no-repeat;
  background-position: center;
  background-size: contain;
}

#r_common02_price_info {
  padding: 60px 0;
}
#r_common02_price_info .inner {
  width: 1080px;
  margin: 0 auto;
}
#r_common02_price_info .price_title {
  font-size: 42px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  width: fit-content;
  margin: 0 auto 40px;
  position: relative;
}
#r_common02_price_info .price_title::before,
#r_common02_price_info .price_title::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0 , -50%);
  width: 40.4px;
  aspect-ratio: 404 / 407;
  background: url("../images/reform/ic_coin.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
#r_common02_price_info .price_title::before {
  left: -65px;
}
#r_common02_price_info .price_title::after {
  right: -65px;
}
#r_common02_price_info .price_intro_txt {
  color: #353535;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto 46px;
}
#r_common02_price_info .price_list.jc_c {
  display: flex;
  gap: 65px;
  justify-content: center;
  margin-bottom: 65px;
}
#r_common02_price_info .price_list.jc_sb {
  display: flex;
  gap: 30px calc((100% - (332px * 3)) / 2);
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 78px;
}
#r_common02_price_info .price_item {
  width: 332px;
  border: 1px solid #dedede;
  border-radius: 30px;
  overflow: hidden;
}
#r_common02_price_info .price_item.bd_none {
  border: none;
}
#r_common02_price_info .price_item img {
  width: 100%;
  height: auto;
}
#r_common02_price_info .price_item img.fill_blank_hiromi {
  display: block;
  width: 92%;
  margin: 0 auto;
}
#r_common02_price_info .price_txt_area {
  padding: 16px 20px 20px;
}
#r_common02_price_info .price_menu_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
#r_common02_price_info .price_txt_flex {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 5px;
  color: #eb5000;
}
#r_common02_price_info .price_num {
  font-size: 66px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#r_common02_price_info .price_free {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-top: 8px;
}
#r_common02_price_info .price_mini_flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
  padding-bottom: 3px;
}
#r_common02_price_info .price_mini_flex span {
  font-weight: 700
}
#r_common02_price_info .type_list {
  display: flex;
  justify-content: center;
  align-content: flex-start;
}
#r_common02_price_info .type_item {
  width: 365px;
  padding: 0 23.5px;
}
#r_common02_price_info .type_item:nth-child(2) {
  background: url("../images/reform/img_gray_line.webp") repeat-y right center, url("../images/reform/img_gray_line.webp") repeat-y left center;
}

#r_common02_price_info .type_item_title {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 64px;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #e75858;
  border-radius: 99px;
  height: 64px;
  margin-bottom: 18px;
}
#r_common02_price_info .type_lifetime {
  color: #333;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 24px;
}
.underline_yellow_b {
  position: relative;
  z-index: 1;
}
.underline_yellow_b::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50% , 0);
  width: 100%;
  height: 9px;
  background: #ffff00; 
  z-index: -1;
}
#r_common02_price_info .type_txt {
  color: #353535;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
  width: 275px;
  margin: 0 auto;
}

#r_common03_drone_research {
  margin-bottom: 68px;
}
#r_common03_drone_research .drone_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff1e6;
  border: 3px solid #e7b458;
  border-radius: 60px;
  width: 1000px;
  padding: 42px 50px; 
  margin: 0 auto;
}
#r_common03_drone_research .left {
  padding-top: 15px;
  padding-left: 20px;
  width: 550px;
}
#r_common03_drone_research .left .drone_title_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 17px;
  margin-bottom: 14px;
}
#r_common03_drone_research .left .drone_title_wrap img {
  width: 112px;
}
#r_common03_drone_research .left .drone_title {
  font-weight: 700;
  position: relative;
}
#r_common03_drone_research .left .drone_title::before {
  position: absolute;
  content: "";
  top: -32px;
  right: 0;
  width: 103px;
  aspect-ratio: 311 / 216;
  background: url("../images/reform/img_drone_illust.webp") no-repeat;
  background-size: contain;
  background-position: center;
}

#r_common03_drone_research .left .drone_sub_title {
  color: #353535;
  font-size: 26.5px;
  margin-bottom: 6px;
}
#r_common03_drone_research .left .drone_main_title {
  margin-left: -10px
}
#r_common03_drone_research .left .drone_main_title .c_black {
  /*color: #000;*/
  font-size: 40.8px;
}
#r_common03_drone_research .left .drone_main_title .c_orange {
  color: #ff823c;
  font-size: 60px;
}
#r_common03_drone_research .left .drone_txt {
  color: #353535;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 20px;
}
#r_common03_drone_research .left .drone_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 13px;
}
#r_common03_drone_research .left .drone_item {
  
}
#r_common03_drone_research .left .drone_item img {
  width: auto;
  height: 36.6px;
}
#r_common03_drone_research .right {
  width: 286px;
}
#r_common03_drone_research .right img {
  width: 100%;
}
/*メニュー個別ページ用*/
#middle_menu .flex_wrap.m_list.menu_page {
  margin: 70px auto 60px;
}

/*=============================
		gaihekitoso
===============================*/
#toso_detail {
  padding: 95px 0 45px;
}
#toso_detail .toso_type {
  width: 1080px;
  margin: 0 auto;
}
#toso_detail .toso_type h3{
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 73px;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #e75858;
  border-radius: 99px;
  height: 73px;
  margin-bottom: 60px;
}
#toso_detail .toso_type_flex{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  padding: 0 0 0 30px;
  margin: 0 auto 60px;
}
#toso_detail .toso_type_flex.rev {
  flex-direction: row-reverse;
}

#toso_detail .toso_type_flex .left {
  width: 480px;
}
#toso_detail .toso_type_flex.rev .left {
  width: 497px;
  padding-right: 17px;
}
#toso_detail .toso_type_flex .left .toso_type_description {
  color: #353535;
  font-weight: 600;
  line-height: 2.3;
  letter-spacing: 0.08em;
  text-align: justify;
}
#toso_detail .toso_type_flex .right {
  width: calc(100% - 480px - 30px);
}
#toso_detail .toso_type_flex.rev .right {
  width: calc(100% - 497px - 34px);
}
#toso_detail .toso_type_flex .right img {
  width: 100%;
  margin-bottom: 18px;
}
#toso_detail .toso_type_flex .right .toso_source,
#toso_detail .toso_type_flex .left .toso_source {
  color: #565656;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
#toso_detail .toso_type_mini_title {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
  padding-left: 30px;
  margin: 0 auto 40px;
}
#toso_detail .toso_type_graph_title {
  font-weight: 600;
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
  margin: 0 auto 12px;
}
#toso_detail .toso_type_hosoku {
  color: #565656;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: justify;
}
.pt34 {
  padding-top: 34px;
}
.pt18 {
  padding-top: 18px;
}
.pt42 {
  padding-top: 42px;
}
.mb0 {
  margin-bottom: 0px!important;
}
.mb34 {
  margin-bottom: 34px;
}
.mb22 {
  margin-bottom: 22px;
}

/*=============================
		yanekoji
===============================*/
#yanekoji .price_sub_class_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-bottom: 30px;
}
#yanekoji .price_sub_class_wrap .left {
  width: 228px;
}
#yanekoji .price_sub_class_wrap .left > p {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 64px;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #e75858;
  border-radius: 99px;
  width: 100%;
  height: 64px;
}
#yanekoji .price_sub_class_wrap .right {
  width: calc(100% - 228px);
}
#yanekoji .price_sub_class_wrap .right > p {
  color: #353535;
  font-weight: 600;
  text-align: justify;
  line-height: 1.5;
  width: 100%;
}

/*=============================
		mizumawari
===============================*/
#r_common01_menu_intro.irreg .check_inner::before {
  right: 42px;
}
#r_common01_menu_intro.irreg .check_title {
  letter-spacing: -0.02em;
}
#r_common01_menu_intro.irreg .check_list {
  
}
#r_common01_menu_intro.irreg .check_list_inner {
  
}
#r_common01_menu_intro.irreg .check_item {
  font-size: 26px;
  padding: 0 0 0 50px;
}
#r_common01_menu_intro.irreg .check_item::before {
  width: 34px;
}

#akutoku_gyosha {
  background: repeating-linear-gradient(-45deg, #fff33f, #fff33f 10px, #ffea00 10px, #ffea00 20px);
  border-radius: 40px;
  width: 1000px;
  padding: 35px 53px;
  margin: 0 auto 65px; 
}
#akutoku_gyosha .akutoku_inner {
  
}
#akutoku_gyosha .akutoku_flex {
  display: flex; 
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 26px;
} 
#akutoku_gyosha .left {
  width: 650px;
}
#akutoku_gyosha .left .akutoku_title {
  width: 100%;
  margin-bottom: 24px;
}
#akutoku_gyosha .left .akutoku_list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
#akutoku_gyosha .left .akutoku_list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
#akutoku_gyosha .left .akutoku_item {
  display: flex;
  flex-direction: row;
  border-radius: 4px;
  overflow: hidden;
  width: fit-content;
}
#akutoku_gyosha .left .item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 23.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  background: #cc372b;
  width: 100px;
  height: 45px;
}
#akutoku_gyosha .left .item .fs_large {
  font-size: 110%;
  margin-left: 1px;
}
#akutoku_gyosha .left .item .fs_large.pt2 {
  padding-top: 2px;
}
#akutoku_gyosha .left .content {
  display: flex;
  align-items: center;
  color: #cc372b;
  font-size: 23.5px;
  font-weight: 600;
  background: #fff;
  width: 540px;
  height: 45px;
  padding-inline: 15px;
}
#akutoku_gyosha .akutoku_txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
#akutoku_gyosha .akutoku_txt .marker {
  color: #fff;
  background-image: linear-gradient(0deg, rgba(204, 55, 43, 1) 50%, rgba(204, 55, 43, 1) 50%);
  position: relative; 
}
#akutoku_gyosha .right {
  width: 210px;
}
#akutoku_gyosha .right img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/*=============================
		amamori
===============================*/

#r_common01_menu_intro .r_intro_catchcopy {
  margin-bottom: 24px;
}
#r_common01_menu_intro .r_intro_catchcopy img {
  width: 437px;
  height: auto;
}

#r_common01_menu_intro .right.free {
  position: relative;
}
#r_common01_menu_intro .right.free::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -22px;
  width: 162px;
  aspect-ratio: 1 / 1;
  background: url("../images/reform/amamori/img_free_badge.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
#r_common01_menu_intro .right.free img {
  padding-bottom: 34px;
}

#r_common01_menu_intro .column {
  width: 1080px;
  padding: 28px;
  margin: 0 auto;
  background: url("../images/reform/bg_dot_skyblue.webp");
  background-position: center;
  background-size: auto;
  border-radius: 32px;
}
#r_common01_menu_intro .column_inner {
  background: #fff;
  border-radius: 16px;
  padding: 39px 46px 50px 46px;
  position: relative
}
/*
#r_common01_menu_intro .column_inner::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 213px;
  aspect-ratio: 83 / 95;
  right: 38px;
  background: url("../images/reform/img_chech_hiromi.webp")no-repeat;
  background-size: contain;
  background-position: center;
}
*/
#r_common01_menu_intro .column_title {
  font-size: 32px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  width: fit-content;
  padding-left: 62px;
  margin: 0 0 24px;
  position: relative;
  z-index: 1;
}
#r_common01_menu_intro .column_title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(0 , -50%);
  width: 50px;
  aspect-ratio: 1 / 1;
  background: url("../images/reform/amamori/ic_question.webp")no-repeat;
  background-size: contain;
  background-position: center;
}
#r_common01_menu_intro .column_text {
  color: #353535;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
}

#r_common02_price_info .price_item.amamori {
  width: 397px;
  border: 1px solid #dedede;
  border-radius: 30px;
  overflow: hidden;
}
#r_common02_price_info .price_item.amamori img {
  width: 100%;
  height: auto;
}
#r_common02_price_info .price_txt_area.flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 20px 20px;
}
#r_common02_price_info .price_txt_area.flex .right {
  position: relative;
}
#r_common02_price_info .price_txt_area.flex .right::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -103px;
  transform: translate(0, -50%) rotate(345deg);
  width: 98.5px;
  aspect-ratio: 1 / 1;
  background: url("../images/reform/amamori/img_free_badge.webp") no-repeat;
  background-position: center;
  background-size: contain;
}

#r_common02_price_info .price_txt_area.flex .price_menu_title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
}

#r_common02_price_info .type_list.first {
  display: flex;
  justify-content: center;
  align-content: flex-start;
}
#r_common02_price_info .type_item.wide {
  width: calc(100% / 2);
  padding: 0 23.5px;
}
#r_common02_price_info .type_item.wide:nth-child(2) {
  background: url("../images/reform/img_gray_line.webp") repeat-y left center;
}
#r_common02_price_info .type_item.wide .type_txt {
  width: 413px;
}

.mb38 {
  margin-bottom: 38px;
}

#research_case {
  padding: 25px 0 50px;
}
#research_case .inner {
  width: 960px;
  margin: 0 auto;
}
#research_case .research_case_title {
  font-size: 42px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  width: fit-content;
  margin: 0 auto 40px;
  position: relative;
}
#research_case .research_case_title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -63px;
  transform: translate(0, -50%);
  width: 45.7px;
  aspect-ratio: 138 / 141;
  background: url("../images/reform/amamori/ic_loupe.webp") no-repeat;
  background-position: center;
  background-size: contain;
}
#research_case .research_case_title::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -64px;
  transform: translate(0, -50%);
  width: 50.4px;
  aspect-ratio: 153 / 108;
  background: url("../images/reform/amamori/ic_house_spanner.webp")  no-repeat;
  background-position: center;
  background-size: contain;
}
#research_case .research_case_intro_txt {
  color: #353535;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto 46px;
}

#research_case .research_case_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:23px;
  width: 100%;
}
#research_case .research_case_item {
  border: 3px solid #e75858;
  border-radius: 30px;
  width: 100%;
}
/*1段目*/
#research_case .research_case_item.first {
  padding: 28.6px 28.6px 30px 50px;
}
/*2段目 & 3段目*/
#research_case .research_case_item.second {
  padding: 40px 28.6px 35px 50px;
}

#research_case .case_item_inner {
  display: flex;
  justify-content: space-between;
}
#research_case .case_name {
  color: #565656;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding-bottom: 18px;
  margin-bottom: 18px;
  position: relative;
}
#research_case .case_name::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #cbcbcb;
  border-radius: 99px;
}
#research_case .case_text {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.03em;
}

/*1段目*/
#research_case .case_item_inner.pattern1 {
  align-items: center;
}
#research_case .case_item_inner.pattern1 .left {
  width: 522px;
}
#research_case .case_item_inner.pattern1 .right {
  width: 303px;
}
#research_case .case_item_inner.pattern1 .right img {
  width: 100%;
  border-radius: 16px;
}

/*2段目 & 3段目*/
#research_case .case_item_inner.pattern2 {
  align-items: flex-start;
}
#research_case .case_item_inner.pattern2 .left {
  width: 345px;
}
#research_case .case_item_inner.pattern2 .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 495px;
}
#research_case .case_item_inner.pattern2 .right img {
  width: 242px;
  border-radius: 16px;
}

/*-----------------------------------*/


#c_voice .tx_center {
  color: #e75858;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  width: 575px;
  background: #ffd2dc;
  border-radius: 25px;
  padding: 22px 0 22px;
  margin: 0 auto 58px;
}

.li_voice {
	clear: both;
	width: 1000px;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	border-radius: 30px;
	padding: 30px 50px 20px;
	margin: 0px auto 20px;
}
.li_voice p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.li_voice p.star {
	font-size: 18px;
	font-weight: bold;
	color: #FFD600;
}

/*============================
         voice
============================*/
#slider_voice {
    clear: both;
    width: 100%;
    padding: 30px 0px 80px 0px;
    background: url("../images/bg_voice.jpg") no-repeat 0px 0px;
    background-size: cover;
}
#h2_voice_subtitle {
	width: 800px;
	box-sizing: border-box;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.8em;
	text-align: center;
	padding: 30px 40px 30px;
	border-radius: 50px;
	background-image: url("../images/tit_voice_right.png"), url("../images/tit_voice_right.png");
	background-position: 20px center, 680px center;
	background-size: 100px auto, 100px auto;
	background-repeat: no-repeat;
	background-color: #FFF;
	margin: 40px auto 50px;
}


.slider_voice_main {
	display: flex;
	width: 90%;
	padding: 0 5vw;
	align-items: center;
	justify-content: space-between;
	margin: 0px auto;
}

#slider_voice .slider_wrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#slider_voice .slider_wrap .slider{
	display: inline-block;
	min-width: 260px;
	width: 17.8vw;
	width: calc((100% - 140px)/5);
	margin-right: 10px;
	color: #46413c;
}
#slider_voice .slider_wrap .slider:last-child{
	margin-right: 0;
}
#slider_voice .slider_wrap .slider .imgbox{
	overflow: hidden;
	width: 40%;
	min-height: 280px;
	height: auto;
}
#slider_voice .slider_wrap .slider .imgbox img{
	transition: all .3s ease;
  width: 100%;
}
#slider_voice .slider_wrap .slider .imgbox .num{
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	color: #cdc1a9;
	font-size: 26px;
	text-align: left;
	z-index: 3;
	letter-spacing: 1px;
}

#slider_voice .slider_wrap .slider .comment {
	width: 54%;
	padding: 50px 50px 50px;
	box-sizing: border-box;
	border-radius: 40px;
	background-color: #FFFFFF;
}
#slider_voice .slider_wrap .slider .comment p {
	font-size: 18px;
	line-height: 1.8em;
	text-align: left;
}
#slider_voice .slider_wrap .slider .comment p.v_title {
	font-size: 20px;
	line-height: 1.8em;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 6px 0px;
	border-radius: 10px;
	background-color: #0092C7;
	margin-bottom: 10px;
}

#slider_voice .slider_wrap .slider .comment .star {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.8em;
	text-align: center;
	color: #FFEE00;
	margin-bottom: 20px;
}


