<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.breadcrumb a {
    color: #83838f !important;
}

.bo_top {
	margin-bottom: 150px !important;
}
.title_text {
	font-weight: bold;
	margin-left: 10px;
	padding: 15px 0;
	font-size: 1.8em !important;
}
.title_container {
	width: 100%;
	height: auto;
}
.title_container &gt; img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.news_text {
	color: red;
	margin: 0 10px;
}
.news_text span {
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: bold;
}
.emphasis_text {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
}
.flex_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content_2_1 {
	width: 49%;
}
.feature .content_2_1 {
	border: 2px solid #3cb371;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px;
}
.delivery_content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.feature .delivery_content .container {
	box-sizing: border-box;
}
.feature .delivery_content .img_container {
	width: 85%;
	height: auto;
	margin-bottom: 10px;
}
.feature .img_container &gt; img {
	width: 100%;
	height: auto;
}
.feature .delivery_content .text_container {
	line-height: 1.2;
}
.feature .delivery_content .text_container span {
	font-weight: bold;
	line-height: 2.0;
}
.card_content .container{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.komeri_container {
	margin-bottom: 15px;
}
.card_content .img_container {
	width: 35%;
	box-sizing: border-box;
	padding-left: 5px;
}
.card_content .text_container {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.card_content .text_container p {
	font-weight: bold;
}

.flow .content_2_1 {
	background-color: #3cb371;
}
.flow h3 {
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	padding: 10px;
}
.flow .detail_container {
	display: flex;
	justify-content: space-around;
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 10px;
	border: 5px solid #3cb371;
	height: calc(100% - 20px);
}
.flow .detail_container span {
	font-weight: bold;
}
.flow .img_container {
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flow .img_container &gt; img {
	height: 150px;
	width: auto;
}
.flow .content {
	margin-bottom: 50px;
}
.flow .text_container {
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 5px;
}
.flow .text_container p:first-child {
	margin-bottom: 10px;
}
.flow .text_container span {
	font-weight: bold;
	font-size: 1.15em;
}
.flow .content_2_1:nth-of-type(2) .img_container &gt; img,
.flow .content_2_1:nth-of-type(3) .img_container &gt; img {
	height: 95px;
	width: auto;
}
.c_red {
	color: red;
}

.fs08 {
	font-size: 0.8em!important;
}
.example .flex_container {
	margin-bottom: 50px;
}
.example .content_3_1 {
	width: 30%;
}
.example .l_border {
	border-left: 4px solid #f00;
    font-size: 1.5em;
    font-weight: bold;
    margin: 70px 0 20px 0;
    text-align: left;
    padding: 0.3rem 1rem;
    line-height: 1.3;
}
.example .content_3_1:last-of-type .l_border {
	line-height: 1.85;
}
.example .img_container {
	text-align: center;
}
.example .img_container img {
	width: auto;
	height: 200px;
}
.example .img_container .half_content img {
	width: auto;
	height: 100px;
}
.example .description_container {
	margin-top: 10px;
}
.example .content_3_1:nth-of-type(1) .description_container p:nth-of-type(1) {
	margin-bottom: 10px;
}
.example .price_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.example .price_container .tax3 {
font-size: 0.8em;
    color: #000;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
}
.example .price_container .price {
font-size: 2.3em;
    padding: 0 0.2em;
    font-weight: 700;
    font-feature-settings: "palt"1;
}
.example .price_container .yen {
	font-size: 0.9em;
}
.example .price_content {
	padding-top: 15px;
	width: 100%;
}
.example .price_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.example .content_3_1:not(:nth-of-type(3)) {
	position: relative;
}
.example .content_3_1:not(:nth-of-type(3)) .price_container {
	position: absolute;
	bottom: 0;
}
.example .content_3_1:not(:nth-of-type(3)) .tax3 {
	padding-top: 25px;
}
.menu-btn-list a {
	color: #fff !important;
}

@media screen and (max-width:767px){
#main {
		width: 98%;
		margin: 0 auto;
	}
.title_text {
		font-size: 1.1em !important;
		padding: 10px 0;
	}
.flex_container {
		flex-direction: column;
	}
.content_2_1 {
		width: 100%;
	}
.delivery_content {
		margin-bottom: 30px;
	}
.flow h3 {
		font-size: 28px;
	}
.flow .content {
		margin-bottom: 30px;
	}
.flow .content_2_1:nth-of-type(2) .img_container &gt; img,
.flow .content_2_1:nth-of-type(3) .img_container &gt; img {
		height: 75px;
		width: auto;
	}
.l_border {
		font-size: 1.3em;
		margin: 50px 0 20px 0;
	}
.example .content_3_1 {
		width: 100%;
	}
.example .description_container {
		margin-top: 15px;
	}
.example .content_3_1:nth-of-type(3) .img_container {
		display: flex;
	}
.example .price_container {
		justify-content: flex-end;
	}
.example .price_text  {
		justify-content: flex-end;
	}
.example .price_content:nth-of-type(1) .price_text span {
		padding-left: 0.5em;
	}
.example .half_content {
		width: 50%;
overflow: hidden;
	}
.example .img_container .half_content img {
    width: 100%;
    height: auto;
}
	.example .content_3_1:not(:nth-of-type(3)) {
		position: static;
	}
	.example .content_3_1:not(:nth-of-type(3)) .price_container {
		position: static;
	}
	.menu-btn-list a {
		display: flex !important;
	}
}


/*221101*/
.mgt20{
	margin-top: 20px!important;
}
.mgt80{
	margin-top: 80px!important;
}
.w100p{
	width: 100%!important;
}
#main .tab-menu-nav li a {
	display: flex;
}
.maindesign table.tbl01{
	table-layout: fixed;
		width: 100%;
	margin: 20px auto;

}
.maindesign table.tbl01 td,.maindesign table.tbl01 th{
		padding: 0.6em;
		box-sizing: border-box;
		vertical-align: middle;
		/*text-align: center;*/
		border-bottom: 1px solid #ccc;
				line-height: 1.7;
				font-size: 1rem;
	font-feature-settings: "palt";
	}
.maindesign table.tbl01 th{
			/*text-align: center;*/
			background: #efefef;
	font-weight: bold
		}
.s_05 h3 {
	
}

/*230109*/
.images img{
	width: 100%;
}




/*====================================================================
.s_05 .accordion_one
====================================================================*/
.s_05 {
  margin: 30px 0
}
.s_05 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_05 .accordion_one .accordion_header {
  background-color: #002060;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-bottom: 1px solid #fff
}
.s_05 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_05 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_05 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_05 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.s_05 .accordion_one .accordion_header .i_box .one_i:before, .s_05 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_05 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_05 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_05 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_05 .accordion_one .accordion_inner {
  display: none;
  padding: 1em;
  border-left: 1px solid #002060;
  border-right: 1px solid #002060;
  border-bottom: 1px solid #002060;
  box-sizing: border-box;
}
.s_05 .accordion_one .accordion_inner .box_one {
  height: 300px;
}
.s_05 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.s_05 .accordion_one .accordion_inner .closeArea {
  width: 180px;
  margin: 0 auto;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #969494;
  padding: 15px 15px 15px 20px;
  text-decoration: none;
  line-height: 1.3;
  color: #fff!important;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
  opacity: .8;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 18px;
  height: 18px;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before, .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  transform-origin: center center;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
@media screen and (max-width: 1024px) {
  .s_05 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_05 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .s_05 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}
/*====================================================================
.s_05s .accordion_one
====================================================================*/
.s_05s {
  margin: 0 0 20px 0;
  font-size: 12px;
}
.s_05s .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_05s .accordion_one .accordion_headers {
  background-color: #15429d;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-bottom: 1px solid #fff
}
/*.s_05s .accordion_one:nth-of-type(2) .accordion_headers {
    background-color: #ff9a05;
}
.s_05s .accordion_one:nth-of-type(3) .accordion_headers {
    background-color: #1c85d8;
}*/
.s_05s .accordion_one .accordion_headers:hover {
  opacity: .8;
}
.s_05s .accordion_one .accordion_headers .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  /*  border: 1px solid #fff;*/
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_05s .accordion_one .accordion_headers .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_05s .accordion_one .accordion_headers.open .i_box {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.s_05s .accordion_one .accordion_headers .i_box .one_i:before, .s_05s .accordion_one .accordion_headers .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_05s .accordion_one .accordion_headers .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_05s .accordion_one .accordion_headers.open .i_box .one_i:before {
  content: none;
}
.s_05s .accordion_one .accordion_headers.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_05s .accordion_one .accordion_inners {
  display: none;
  padding: 1em;
  border-left: 1px solid #15429d;
  border-right: 1px solid #15429d;
  border-bottom: 1px solid #15429d;
  box-sizing: border-box;
}
/*.s_05s .accordion_one:nth-of-type(2) .accordion_inners {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
}
.s_05s .accordion_one:nth-of-type(3) .accordion_inners {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
}*/
.s_05s .accordion_one .accordion_inners .box_one {
  height: 300px;
}
.s_05s .accordion_one .accordion_inners p.txt_a_ac {
  margin: 0;
}
.s_05s .accordion_one .accordion_inners .closeArea {
  width: 180px;
  margin: 0 auto;
}
.s_05s .accordion_one .accordion_inners .closeArea .close_box a.close_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #969494;
  padding: 15px 15px 15px 20px;
  text-decoration: none;
  line-height: 1.3;
  color: #fff!important;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
}
/*.s_05s .accordion_one:nth-of-type(2) .accordion_inners .closeArea .close_box a.close_btns {
    background-color: #ff9a05;
}
.s_05s .accordion_one:nth-of-type(3) .accordion_inners .closeArea .close_box a.close_btns {
    background-color: #1c85d8;
}*/
.s_05s .accordion_one .accordion_inners .closeArea .close_box a.close_btns:hover {
  opacity: .8;
}
.s_05s .accordion_one .accordion_inners .closeArea .close_box a.close_btns .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.s_05s .accordion_one .accordion_inners .closeArea .close_box a.close_btns .i_box .one_i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 18px;
  height: 18px;
}
.s_05s .accordion_one .accordion_inners .closeArea .close_box a.close_btns .i_box .one_i:before, .s_05s .accordion_one .accordion_inners .closeArea .close_box a.close_btns .i_box .one_i:after {
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  transform-origin: center center;
}
.s_05s .accordion_one .accordion_inners .closeArea .close_box a.close_btns .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
@media screen and (max-width: 1024px) {
  .s_05s .accordion_one .accordion_headers {
    font-size: 18px;
  }
  .s_05s .accordion_one .accordion_headers .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .s_05s .accordion_one .accordion_inners .closeArea .close_box a.close_btns {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .s_05s .accordion_one .accordion_headers {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}
.accordion_one table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .accordion_one table td, article table th {
    font-size: 1rem;
	  padding: 10px;
  }
  .lead-txt {
    font-size: 1.2rem;
  }
}
.maindesign .AC-blocks {
    margin: 30px 0 20px;
    border: 2px solid #ccc;
}
.maindesign .AC-blocks .model-block {
    text-align: center;
    /* margin-top: 20px; */
    background: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.5em 1.3em;
    position: relative;
    cursor: pointer;
}
.maindesign .AC-blocks .model-block::after {
    font-family: 'Noto Sans JP', sans-serif;
    content: url(/include_html/koukoku/newlife/img/arrow_forward.svg);
    transform-origin: center;
    transform: translateY(-50%);
    color: #9ca289;
    display: inline-block;
    align-items: center;
    /* padding: 0.5em; */
    transition: 0.5s;
    position: absolute;
    top: 50%;
    right: 1%;
    height: 25px;
    width: 25px;
}
.maindesign .AC-blocks .model-block.active::after {
    transform: rotate(
180deg) translateY(50%);
}
.maindesign .AC-blocks .sub-block {
    display: none;
    padding: 10px;
     /*border: 2px solid #ccc; */
}
.maindesign .AC-blocks .model-block02 {
    text-align: center;
    /* margin-top: 20px; */
    background: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.5em 1.3em;
    position: relative;
    cursor: pointer;
}
.maindesign .AC-blocks .model-block02::after {
    font-family: 'Noto Sans JP', sans-serif;
    content: url(/include_html/koukoku/newlife/img/arrow_forward.svg);
    transform-origin: center;
    transform: translateY(-50%);
    color: #9ca289;
    display: inline-block;
    align-items: center;
    /* padding: 0.5em; */
    transition: 0.5s;
    position: absolute;
    top: 50%;
    right: 1%;
    height: 25px;
    width: 25px;
}
.maindesign .AC-blocks .model-block02.active::after {
    transform: rotate(
180deg) translateY(50%);
}
.maindesign .AC-blocks .sub-block02 {
    display: none;
     padding: 10px;
    /*border: 2px solid #ccc; */
}
.maindesign .AC-blocks .model-block03 {
    text-align: center;
    /* margin-top: 20px; */
    background: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.5em 1.3em;
    position: relative;
    cursor: pointer;
}
.maindesign .AC-blocks .model-block03::after {
    font-family: 'Noto Sans JP', sans-serif;
    content: url(/include_html/koukoku/newlife/img/arrow_forward.svg);
    transform-origin: center;
    transform: translateY(-50%);
    color: #9ca289;
    display: inline-block;
    align-items: center;
    /* padding: 0.5em; */
    transition: 0.5s;
    position: absolute;
    top: 50%;
    right: 1%;
    height: 25px;
    width: 25px;
}
.maindesign .AC-blocks .model-block03.active::after {
    transform: rotate(
180deg) translateY(50%);
}
.maindesign .AC-blocks .sub-block03 {
    display: none;
     padding: 10px;
    /*border: 2px solid #ccc; */
}
.maindesign .AC-blocks .model-block04 {
    text-align: center;
    /* margin-top: 20px; */
    background: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.5em 1.3em;
    position: relative;
    cursor: pointer;
}
.maindesign .AC-blocks .model-block04::after {
    font-family: 'Noto Sans JP', sans-serif;
    content: url(/include_html/koukoku/newlife/img/arrow_forward.svg);
    transform-origin: center;
    transform: translateY(-50%);
    color: #9ca289;
    display: inline-block;
    align-items: center;
    /* padding: 0.5em; */
    transition: 0.5s;
    position: absolute;
    top: 50%;
    right: 1%;
    height: 25px;
    width: 25px;
}
.maindesign .AC-blocks .model-block04.active::after {
    transform: rotate(
180deg) translateY(50%);
}
.maindesign .AC-blocks .sub-block04 {
    display: none;
     padding: 10px;
    /*border: 2px solid #ccc; */
}
.maindesign .AC-blocks .model-block05 {
    text-align: center;
    /* margin-top: 20px; */
    background: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.5em 1.3em;
    position: relative;
    cursor: pointer;
}
.maindesign .AC-blocks .model-block05::after {
    font-family: 'Noto Sans JP', sans-serif;
    content: url(/include_html/koukoku/newlife/img/arrow_forward.svg);
    transform-origin: center;
    transform: translateY(-50%);
    color: #9ca289;
    display: inline-block;
    align-items: center;
    /* padding: 0.5em; */
    transition: 0.5s;
    position: absolute;
    top: 50%;
    right: 1%;
    height: 25px;
    width: 25px;
}
.maindesign .AC-blocks .model-block05.active::after {
    transform: rotate(
180deg) translateY(50%);
}
.maindesign .AC-blocks .sub-block05 {
    display: none;
     padding: 10px;
    /*border: 2px solid #ccc; */
	position: relative;
}


/*230418*/
.maindesign .text_red{
	color: #DB0008;
}
@media screen and (max-width: 767px) {
	.maindesign .mgb30sp{margin-bottom: 30px;}
}

/*231026*/
.maindesign .relation{
	display:flex;
	flex-wrap:wrap;
	margin-top: 20px;
}

.maindesign .relation .feature{
	width:calc(50% - 7px);
	height: auto;
    min-height: 75px;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px 0;
	border:1px solid #ccc;
	position:relative;
	transition: 0.6s;
	text-align:justify;
}
.maindesign .relation .feature:hover{
	border:1px solid #f00;	
}
.maindesign .relation .feature:nth-child(2n){
	margin-right:0;
}
.maindesign .relation a.feature{
	display:block;
	color:#000000!important;
	text-decoration:none;
}
.maindesign .relation .feature .feat_title{
	font-size:1.2em;
	width:calc(80% - 20px);
	padding-left:10px;
	font-weight:bold;
	margin:0;
}
.maindesign .relation .feature .feat_text{
	font-size:0.8em;
	width:calc(80% - 30px);
	padding-left:10px;
	line-height:1.2;
	margin:10px 0 0 0;

}

.maindesign .relation .feature img{
	position:absolute;
	top:50%;
	right:10px;
	width:20%;
	transform: translateY(-50%);
	transition: 0.6s;
}
.maindesign .pdf_list img{
	margin-bottom: 10px;	
}
@media screen and (max-width: 767px) {
.maindesign .relation .relation{
	display:flex;
	flex-wrap:wrap;
}

.maindesign .relation .feature{
	width:100%;
	height: auto;
    min-height: 80px;
	margin-bottom:10px;
	padding:10px 0;
	border:1px solid #ccc;
	position:relative;
	transition: 0.6s;
	text-align:justify;
}
.maindesign .relation .feature:hover{
	border:1px solid #f00;	
}
.maindesign .relation .feature:nth-child(2n){
	margin-right:0;
}
.maindesign .relation a.feature{
	display:flex;
	color:#000000!important;
	text-decoration:none;
}
.maindesign .relation .feature .feat_title{
	font-size:1.2em;
	width:calc(100% - 130px);
	padding-left:10px;
	font-weight:bold;
	margin:0;
	display:flex;
	align-items:center;
}
.maindesign .relation .feature .feat_text{
	font-size:0.8em;
	width:calc(80% - 30px);
	padding-left:10px;
	line-height:1.2;
	margin:10px 0 0 0;

}

.maindesign .relation .feature img{
	position:absolute;
	top:50%;
	right:10px;
	width:100px;
	transform: translateY(-50%);
}
	.maindesign .relation .feature{
	margin-right:0;
}

}

.maindesign .h3-left-red {
    border-left: 4px solid #f00;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    padding: 0.3rem 1rem;
    line-height: 1.3em;
    margin-top: calc(60px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
.maindesign .h3-left-red .normal{
	font-weight: normal;
	font-size: 0.8em;
}

.maindesign .text-center{
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.3em;
}
@media screen and (max-width: 767px) {
.maindesign .h3-left-red .normal{
	display: block;
	font-feature-settings: "palt";
	line-height: 1.3;
}
.maindesign .text-center{
	font-size: 1.1em;
}
}



.maindesign .municipalities-colmun {
  width: 20%;
}
.maindesign .store-column {
  width: 25%;
}
.maindesign .date-column {
  width: 55%;
}

@media screen and (max-width:767px) {
  .maindesign .table_inner{
    overflow-x: scroll;
  }
  .maindesign .municipalities-colmun {
    width: 7em;
  }
  .maindesign .store-column {
    width: 10em;
  }
  .maindesign .date-column {
    width: 325px;
  }
}

.maindesign .c-scroll-text &gt; span {
  font-size: 0.9rem;
  padding: 5px;
  border: 2px solid #E00012;
  color: #E00012;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 15px;
}


/*250531*/
.maindesign .catalog-list{
	display: flex;
    justify-content: space-between;
    margin: 20px auto;
    padding: 0.6em;
    box-sizing: border-box;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    line-height: 1.7;
    font-size: 1rem;
    font-feature-settings: "palt";
}
@media screen and (max-width:767px) {
.maindesign .catalog-list{
	flex-direction: column;
	}
}

/*250612*/
.table-scroll {
  overflow-x: auto;
}
.table_date {
  border-collapse: collapse;
  min-width: 700px;
  font-weight: bold;
  text-align: center;
	margin-bottom: 20px;
}
.accordion_one .table_date th, .table_date td {
  padding: .5em 1em;
  border: 2px solid #4d9bc1;
	font-size: 0.9rem!important;
}
.table_date th {
  background: #4d9bc1;
  color: #fff;
  border-right: 2px solid #fff;
  border-top: 2px solid #4d9bc1;
}
.table_date th:last-of-type {
  border-right: 2px solid #4d9bc1;
}</pre></body></html>