@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700;900&display=swap&subset=japanese");
@-ms-viewport {
  width: device-width;
}
@media all and (min-width: 641px) {
  html {
    overflow-y: scroll;
    min-height: 100%;
    position: relative;
  }
}

body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  min-width: 320px;
  background: transparent;
  position: relative;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 641px) {
  body {
    min-width: 1240px;
  }
}

.ly_main {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  min-height: 85vh;
}

.ly_cont {
  width: calc(100% - 30px);
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 641px) {
  .ly_cont {
    width: 100%;
  }
}

@media all and (max-width: 640.9px) {
  .ly_cont.ly_cont__index {
    width: 100%;
  }
}

.ly_header,
.bl_mv,
.bl_path_wrapper,
.bl_sect,
.bl_pager,
.ly_cont_aside,
.ly_footer {
  letter-spacing: 0;
  line-height: 1.5;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  background: url("../img/dummy.png");
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #555;
  line-break: strict;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}
.ly_header *,
.bl_mv *,
.bl_path_wrapper *,
.bl_sect *,
.bl_pager *,
.ly_cont_aside *,
.ly_footer * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font: inherit;
  color: inherit;
}
.ly_header *:before, .ly_header *:after,
.bl_mv *:before,
.bl_mv *:after,
.bl_path_wrapper *:before,
.bl_path_wrapper *:after,
.bl_sect *:before,
.bl_sect *:after,
.bl_pager *:before,
.bl_pager *:after,
.ly_cont_aside *:before,
.ly_cont_aside *:after,
.ly_footer *:before,
.ly_footer *:after {
  box-sizing: border-box;
}
.ly_header .ly_cont,
.bl_mv .ly_cont,
.bl_path_wrapper .ly_cont,
.bl_sect .ly_cont,
.bl_pager .ly_cont,
.ly_cont_aside .ly_cont,
.ly_footer .ly_cont {
  margin: 0 auto;
}
.ly_header b,
.ly_header em,
.bl_mv b,
.bl_mv em,
.bl_path_wrapper b,
.bl_path_wrapper em,
.bl_sect b,
.bl_sect em,
.bl_pager b,
.bl_pager em,
.ly_cont_aside b,
.ly_cont_aside em,
.ly_footer b,
.ly_footer em {
  font: inherit;
  font-weight: 700;
}
.ly_header i,
.bl_mv i,
.bl_path_wrapper i,
.bl_sect i,
.bl_pager i,
.ly_cont_aside i,
.ly_footer i {
  font: inherit;
}
.ly_header ol,
.ly_header ul,
.bl_mv ol,
.bl_mv ul,
.bl_path_wrapper ol,
.bl_path_wrapper ul,
.bl_sect ol,
.bl_sect ul,
.bl_pager ol,
.bl_pager ul,
.ly_cont_aside ol,
.ly_cont_aside ul,
.ly_footer ol,
.ly_footer ul {
  list-style: none;
  padding: 0;
}
.ly_header table,
.bl_mv table,
.bl_path_wrapper table,
.bl_sect table,
.bl_pager table,
.ly_cont_aside table,
.ly_footer table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ly_header caption,
.ly_header th,
.ly_header td,
.bl_mv caption,
.bl_mv th,
.bl_mv td,
.bl_path_wrapper caption,
.bl_path_wrapper th,
.bl_path_wrapper td,
.bl_sect caption,
.bl_sect th,
.bl_sect td,
.bl_pager caption,
.bl_pager th,
.bl_pager td,
.ly_cont_aside caption,
.ly_cont_aside th,
.ly_cont_aside td,
.ly_footer caption,
.ly_footer th,
.ly_footer td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
quotes:none .ly_header q:before, .ly_header q:after, quotes:none
.ly_header blockquote:before,
.ly_header blockquote:after, quotes:none
.bl_mv q:before,
.bl_mv q:after, quotes:none
.bl_mv blockquote:before,
.bl_mv blockquote:after, quotes:none
.bl_path_wrapper q:before,
.bl_path_wrapper q:after, quotes:none
.bl_path_wrapper blockquote:before,
.bl_path_wrapper blockquote:after, quotes:none
.bl_sect q:before,
.bl_sect q:after, quotes:none
.bl_sect blockquote:before,
.bl_sect blockquote:after, quotes:none
.bl_pager q:before,
.bl_pager q:after, quotes:none
.bl_pager blockquote:before,
.bl_pager blockquote:after, quotes:none
.ly_cont_aside q:before,
.ly_cont_aside q:after, quotes:none
.ly_cont_aside blockquote:before,
.ly_cont_aside blockquote:after, quotes:none
.ly_footer q:before,
.ly_footer q:after, quotes:none
.ly_footer blockquote:before,
.ly_footer blockquote:after {
  content: "";
  content: none;
}
.ly_header article,
.ly_header aside,
.ly_header details,
.ly_header figcaption,
.ly_header figure,
.ly_header footer,
.ly_header header,
.ly_header hgroup,
.ly_header main,
.ly_header menu,
.ly_header nav,
.ly_header section,
.ly_header summary,
.bl_mv article,
.bl_mv aside,
.bl_mv details,
.bl_mv figcaption,
.bl_mv figure,
.bl_mv footer,
.bl_mv header,
.bl_mv hgroup,
.bl_mv main,
.bl_mv menu,
.bl_mv nav,
.bl_mv section,
.bl_mv summary,
.bl_path_wrapper article,
.bl_path_wrapper aside,
.bl_path_wrapper details,
.bl_path_wrapper figcaption,
.bl_path_wrapper figure,
.bl_path_wrapper footer,
.bl_path_wrapper header,
.bl_path_wrapper hgroup,
.bl_path_wrapper main,
.bl_path_wrapper menu,
.bl_path_wrapper nav,
.bl_path_wrapper section,
.bl_path_wrapper summary,
.bl_sect article,
.bl_sect aside,
.bl_sect details,
.bl_sect figcaption,
.bl_sect figure,
.bl_sect footer,
.bl_sect header,
.bl_sect hgroup,
.bl_sect main,
.bl_sect menu,
.bl_sect nav,
.bl_sect section,
.bl_sect summary,
.bl_pager article,
.bl_pager aside,
.bl_pager details,
.bl_pager figcaption,
.bl_pager figure,
.bl_pager footer,
.bl_pager header,
.bl_pager hgroup,
.bl_pager main,
.bl_pager menu,
.bl_pager nav,
.bl_pager section,
.bl_pager summary,
.ly_cont_aside article,
.ly_cont_aside aside,
.ly_cont_aside details,
.ly_cont_aside figcaption,
.ly_cont_aside figure,
.ly_cont_aside footer,
.ly_cont_aside header,
.ly_cont_aside hgroup,
.ly_cont_aside main,
.ly_cont_aside menu,
.ly_cont_aside nav,
.ly_cont_aside section,
.ly_cont_aside summary,
.ly_footer article,
.ly_footer aside,
.ly_footer details,
.ly_footer figcaption,
.ly_footer figure,
.ly_footer footer,
.ly_footer header,
.ly_footer hgroup,
.ly_footer main,
.ly_footer menu,
.ly_footer nav,
.ly_footer section,
.ly_footer summary {
  display: block;
}
.ly_header a,
.bl_mv a,
.bl_path_wrapper a,
.bl_sect a,
.bl_pager a,
.ly_cont_aside a,
.ly_footer a {
  text-decoration: none;
  color: inherit;
}
.ly_header a img,
.bl_mv a img,
.bl_path_wrapper a img,
.bl_sect a img,
.bl_pager a img,
.ly_cont_aside a img,
.ly_footer a img {
  border: none;
}
.ly_header a:hover, .ly_header a:focus,
.bl_mv a:hover,
.bl_mv a:focus,
.bl_path_wrapper a:hover,
.bl_path_wrapper a:focus,
.bl_sect a:hover,
.bl_sect a:focus,
.bl_pager a:hover,
.bl_pager a:focus,
.ly_cont_aside a:hover,
.ly_cont_aside a:focus,
.ly_footer a:hover,
.ly_footer a:focus {
  text-decoration: none;
}
.ly_header a[href^="tel:"],
.bl_mv a[href^="tel:"],
.bl_path_wrapper a[href^="tel:"],
.bl_sect a[href^="tel:"],
.bl_pager a[href^="tel:"],
.ly_cont_aside a[href^="tel:"],
.ly_footer a[href^="tel:"] {
  transition: none;
  cursor: default;
}
.ly_header a[href^="tel:"]:hover, .ly_header a[href^="tel:"]:focus,
.bl_mv a[href^="tel:"]:hover,
.bl_mv a[href^="tel:"]:focus,
.bl_path_wrapper a[href^="tel:"]:hover,
.bl_path_wrapper a[href^="tel:"]:focus,
.bl_sect a[href^="tel:"]:hover,
.bl_sect a[href^="tel:"]:focus,
.bl_pager a[href^="tel:"]:hover,
.bl_pager a[href^="tel:"]:focus,
.ly_cont_aside a[href^="tel:"]:hover,
.ly_cont_aside a[href^="tel:"]:focus,
.ly_footer a[href^="tel:"]:hover,
.ly_footer a[href^="tel:"]:focus {
  opacity: 1;
}
@media all and (min-width: 641px) {
  .ly_header a[href^="tel:"],
  .bl_mv a[href^="tel:"],
  .bl_path_wrapper a[href^="tel:"],
  .bl_sect a[href^="tel:"],
  .bl_pager a[href^="tel:"],
  .ly_cont_aside a[href^="tel:"],
  .ly_footer a[href^="tel:"] {
    pointer-events: none;
  }
}
.ly_header img,
.bl_mv img,
.bl_path_wrapper img,
.bl_sect img,
.bl_pager img,
.ly_cont_aside img,
.ly_footer img {
  max-width: 100%;
  height: auto;
}
.ly_header figure,
.ly_header picture,
.bl_mv figure,
.bl_mv picture,
.bl_path_wrapper figure,
.bl_path_wrapper picture,
.bl_sect figure,
.bl_sect picture,
.bl_pager figure,
.bl_pager picture,
.ly_cont_aside figure,
.ly_cont_aside picture,
.ly_footer figure,
.ly_footer picture {
  display: block;
  text-align: center;
}
.ly_header figure img,
.ly_header picture img,
.bl_mv figure img,
.bl_mv picture img,
.bl_path_wrapper figure img,
.bl_path_wrapper picture img,
.bl_sect figure img,
.bl_sect picture img,
.bl_pager figure img,
.bl_pager picture img,
.ly_cont_aside figure img,
.ly_cont_aside picture img,
.ly_footer figure img,
.ly_footer picture img {
  vertical-align: bottom;
}

.bl_mv.bl_mv__sub {
  position: relative;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  background: #eee no-repeat center/cover;
  color: #fff;
}
@media all and (max-width: 640.9px) {
  .bl_mv.bl_mv__sub {
    height: 62.5vw;
    background-image: url(../img/mv_sp.jpg);
  }
}
@media all and (min-width: 641px) {
  .bl_mv.bl_mv__sub {
    height: 23.4375vw;
    min-height: 280px;
    max-height: 450px;
    background-image: url(../img/mv_pc.jpg);
  }
}
.bl_mv.bl_mv__sub .bl_mv_inner {
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 30px);
  max-width: 1160px;
  align-items: center;
  align-content: center;
}
@media all and (min-width: 641px) {
  .bl_mv.bl_mv__sub .bl_mv_inner {
    width: 100%;
  }
}
.bl_mv.bl_mv__sub .bl_mv_col {
  		/*
  		background: rgba(255, 255, 255, .85);
  		min-width: 500px;
  		min-height: 133px;
  
  		display: flex;
  		flex-wrap: wrap;
  		justify-content: center;
  		align-items: center;
  		align-content: center;
  		
  		@include mq(sp) {
  			min-width: 400px*$sp;
  			min-height: 100px*$sp;
  		}
  		@include mq(pc) {
  			height: 133px;
  		}
  		*/
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.bl_mv.bl_mv__sub .bl_mv_title {
  line-height: 1.25;
  letter-spacing: .2em;
  color: #333333;
  font-size: 24px;
  margin-top: .5em;
}
@media all and (max-width: 640.9px) {
  .bl_mv.bl_mv__sub .bl_mv_title {
    font-size: 13.2px;
  }
}
.bl_mv.bl_mv__sub .bl_mv_subTitle {
  display: block;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .2em;
  color: #333333;
  font-size: 48px;
}
@media all and (max-width: 640.9px) {
  .bl_mv.bl_mv__sub .bl_mv_subTitle {
    font-size: 26.4px;
  }
}

@media all and (max-width: 640.9px) {
  .bl_mv.bl_mv__sub.bl_mv__concept .bl_mv_title {
    text-shadow: -1px 0px 0 #fff, 1px 0px 0 #fff, 0px -1px 0 #fff, 0px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff;
  }
}
.bl_mv.bl_mv__sub.bl_mv__concept .bl_mv_subTitle {
  text-shadow: -1px 0px 0 #fff, 1px 0px 0 #fff, 0px -1px 0 #fff, 0px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff;
}

.bl_path_wrapper {
  position: relative;
}
.bl_path_wrapper .bl_path {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 30px);
  max-width: 1160px;
  margin: 0 auto;
  justify-content: flex-start;
  letter-spacing: .05em;
  line-height: 1.5;
  color: #555;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  align-items: center;
  align-content: center;
  overflow: hidden;
}
@media all and (max-width: 640.9px) {
  .bl_path_wrapper .bl_path {
    font-size: 12px;
    border-radius: 4px;
    padding: 15px 0;
  }
}
@media all and (min-width: 641px) {
  .bl_path_wrapper .bl_path {
    width: 100%;
    padding: 20px 0;
  }
}
.bl_path_wrapper .bl_path > li {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bl_path_wrapper .bl_path > li:nth-child(n+2):before {
  box-sizing: border-box;
  content: "/";
  margin: 0 .5em;
}
.bl_path_wrapper .bl_path a {
  			/*
  			// 長い文字列は省略
  			white-space: nowrap;
  			overflow: hidden;
  			text-overflow: ellipsis;
  			max-width: 30em;
  
  			@include mq(sp) {
  			max-width: 16em;
  		}
  			*/
}
@media all and (min-width: 641px) {
  .bl_path_wrapper .bl_path a {
    transition: .2s opacity;
  }
  .bl_path_wrapper .bl_path a:hover, .bl_path_wrapper .bl_path a:focus {
    opacity: .7;
  }
}
.bl_path_wrapper .bl_path h1 {
  display: inline;
}

.bl_path_wrapper.bl_path_wrapper__float + #content-w > section:nth-child(1) {
  padding-top: 160px;
}
@media all and (max-width: 640.9px) {
  .bl_path_wrapper.bl_path_wrapper__float + #content-w > section:nth-child(1) {
    padding-top: 100px;
  }
}
.bl_path_wrapper.bl_path_wrapper__float .bl_path {
  position: absolute;
  border-radius: 6px;
  background: #fff;
  padding: 10px 20px;
  top: 30px;
  left: calc(50% - 580px);
}
@media all and (max-width: 640.9px) {
  .bl_path_wrapper.bl_path_wrapper__float .bl_path {
    left: 15px;
    top: 15px;
    padding: 5px 10px;
  }
}

.bl_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
}
.bl_btns:nth-child(n+2) {
  margin-top: 2em;
}

.bl_bnrs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
}

.bl_table {
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
}
.bl_table th,
.bl_table td {
  border: 1px solid #999;
  padding: .5em 1em;
}
.bl_table th {
  background: #eee;
  font-weight: 700;
}

.bl_list {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  max-width: 100%;
}
.bl_list > li {
  padding-left: 1em;
}
.bl_list > li:before {
  box-sizing: border-box;
  float: left;
  font: inherit;
  display: block;
  width: 1em;
  margin-left: -1em;
  content: "・";
}
.bl_list.bl_list__note > li:before {
  content: "※";
}
.bl_list.bl_list__dia > li:before {
  content: "◆";
}
.bl_list.bl_list__num {
  list-style: decimal;
  padding-left: 1.5em;
}
.bl_list.bl_list__num > li {
  padding-left: 0;
}
.bl_list.bl_list__num > li:before {
  display: none;
}

.bl_iframe_wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 320px;
}
.bl_iframe_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.el_btn, .bl_form_file a.bl_form_fileLabel, .bl_pager > li > a, .bl_pager > li > span {
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  cursor: pointer;
  border: none;
  background: transparent;
  color: inherit;
  outline: none;
  font: inherit;
  width: auto;
  padding: .25em .75em .35em;
  line-height: 1.25;
  min-width: 44px;
  min-height: 44px;
}

a.el_btn, .bl_form_file a.bl_form_fileLabel {
  background: #c2b18e;
  color: #fff;
}
@media all and (min-width: 641px) {
  a.el_btn, .bl_form_file a.bl_form_fileLabel {
    transition: .2s opacity;
  }
  a.el_btn:hover, .bl_form_file a.bl_form_fileLabel:hover, a.el_btn:focus, .bl_form_file a.bl_form_fileLabel:focus {
    opacity: .7;
  }
}

.el_bnr {
  display: block;
  max-width: 100%;
}
.el_bnr img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media all and (min-width: 641px) {
  a.el_bnr {
    transition: .2s opacity;
  }
  a.el_bnr:hover, a.el_bnr:focus {
    opacity: .7;
  }
}

.el_wbr,
.bl_header_nav a,
.bl_header_nav label,
.bl_footer_nav a,
.bl_footer_nav label {
  max-width: 100%;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.el_wbr wbr:before,
.bl_header_nav a wbr:before,
.bl_header_nav label wbr:before,
.bl_footer_nav a wbr:before,
.bl_footer_nav label wbr:before {
  content: "\0200b";
}

.el_w {
  display: inline-block;
}

.el_img {
  display: block;
  max-width: 100%;
  max-height: 100vw;
  overflow: hidden;
}
.el_img:empty {
  position: relative;
  background: #E1E2E2;
  color: #fff;
}
.el_img:empty:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/edt-no-img.png) no-repeat center/100% auto;
}
@media all and (min-width: 641px) {
  .el_img:empty:before {
    image-rendering: -webkit-optimize-contrast;
  }
}
.el_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media all and (max-width: 640.9px) {
  .hp_pc {
    display: none !important;
  }
}

@media all and (min-width: 641px) {
  .hp_sp {
    display: none !important;
  }
}

.hp_flls1e:first-letter {
  letter-spacing: 1em !important;
}

.hp_tar {
  text-align: right !important;
  padding-right: 5px;
}

.hp_ls0 {
  letter-spacing: 0 !important;
}

.hp_df_fdc_aic {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

#content-w {
  padding-top: 0;
}

#footer {
  padding: 0;
}

a:hover img, a:focus img {
  opacity: 1;
}

.copyr {
  display: none;
}

/*
@keyframes showToLeft {
	0%   {
		opacity: 0;
		transform: translateX(20%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes showToRight {
	0%   {
		opacity: 0;
		transform: translateX(-20%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes showToTop {
	0%   {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes largeToNormal {
	0%   {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes bound {
	0%   {
		transform: scale(.5);
	}
	30%   {
		transform: scale(1.1);
	}
	60%   {
		transform: scale(.9);
	}
	100% {
		transform: scale(1);
	}
}
*/
@keyframes bgLoopX {
  0% {
    background-position: right 0 bottom 0;
  }
  100% {
    background-position: right 100px bottom 0;
  }
}
.bl_latestPosts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  	/*
  	// ★以下は利用セクション内へのコピー用です。
  	
  	// ★列の設定
  	> .bl_latestPost {
  		position: relative;
  
  		@include mq(sp) {
  			// ★横1列の場合
  			//margin: 70px*$sp auto 0;
  
  			// ★横2列の場合
  			width: 48%;
  			margin: round(60px*$sp) 0 0 4%;
  
  			&:nth-child(2n-1) {
  				margin-left: 0;
  			}
  		}
  		@include mq(pc) {
  		// ★ 3列の場合
  			width: 31.04%;
  			max-width: 360px;
  			margin-top: 40px;
  			margin-left: 3.44%;
  
  			&:nth-child(3n-2) {
  				margin-left: 0;
  			}
  
  			// ★ 4列の場合
  			width: 22%;
  			max-width: 260px;
  			margin-top: 40px;
  			margin-left: 4%;
  
  			&:nth-child(4n-3) {
  				margin-left: 0;
  			}
  		}
  	}
  	*/
}

.bl_latestPost {
  position: relative;
  width: 100%;
}
.bl_latestPost > a {
  display: block;
  width: 100%;
  height: 100%;
  /*
  // ★以下は利用セクション内へのコピー用です。
  @include mq(sp) {
  	// ★左に画像
  	padding: 25px 15px 15px 55%;
  	min-height: 50vw;
  }
  */
}
@media all and (min-width: 641px) {
  .bl_latestPost > a:hover figure img,
  .bl_latestPost > a:hover figure:empty:before, .bl_latestPost > a:focus figure img,
  .bl_latestPost > a:focus figure:empty:before {
    transform: scale(1.1);
  }
}
.bl_latestPost figure {
  overflow: hidden;
  		/*
  		// ★以下は利用セクション内へのコピー用です。
  
  		background: #fff;
  		border-radius: 10px 10px 0 0;
  
  		// Design (Size)
  		@include mq(sp) {
  			// ★上に画像(横1列の場合)
  			width: 100%;
  			height: 58vw;
  
  			// ★上に画像(横2列の場合)
  			width: 100%;
  			height: 29vw;
  
  			// ★左に画像
  			width: 50%;
  			height: 100%;
  			position: absolute;
  			left: 0;
  			top: 0;
  
  			// ★丸角
  			border-radius: 10px 0 0 10px;
  		}
  		*/
}
@media all and (min-width: 641px) {
  .bl_latestPost figure {
    height: 270px;
  }
}
.bl_latestPost figure:empty:before {
  transition: .4s transform;
}
.bl_latestPost figure img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  transition: .4s transform;
}
.bl_latestPost time {
  display: block;
  white-space: nowrap;
  letter-spacing: .05em;
}
.bl_latestPost h3 {
  display: block;
}

.bl_latestPosts_cats {
  display: inline-block;
  	/*
  	// ★以下はコメント解除せず、利用セクション内にコピーしてください。
  
  	// ★左上に配置
  	position: absolute;
  	z-index: 1;
  	left: 0;
  	top: 0;
  
  	background: $c1;
  	font-size: 20px;
  	font-weight: 700;
  	padding: .5em .75em;
  
  	 ★上部中央に配置(丸角)
  	border-radius: 1.3em / 50%;
  	left: 10%;
  	width: 80%;
  	top: -1.25em;
  	text-align: center;
  	font-size: 16px;
  	padding: .7em .5em .8em;
  	line-height: 1;
  	@include mq(sp) {
  		top: -1em;
  		padding: .5em .25em .6em;
  		border-radius: 1em / 50%;
  	}
  	*/
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
}
.bl_latestPosts_cats > i {
  display: inline;
  margin-right: .75em;
}
.bl_latestPosts_cats > i:last-child {
  margin-right: 0;
}

.bl_latestPost_cont a {
  text-decoration: underline;
  color: #c2b18e;
}
@media all and (min-width: 641px) {
  .bl_latestPost_cont a {
    transition: .2s opacity;
  }
  .bl_latestPost_cont a:hover, .bl_latestPost_cont a:focus {
    opacity: .7;
    text-decoration: underline;
  }
}

.bl_path_wrapper {
  display: none;
}

.bl_sect {
  max-width: 1200px;
  margin: 0 auto;
}

.btn_sm {
  width: 100px;
}

.btn_bg {
  width: 140px;
}

.btn {
  border-radius: 5px;
  font-weight: 600;
  transition: opacity .4s;
  cursor: pointer;
  padding: 5px 10px;
  text-align: center;
}
.btn:hover, .btn:focus {
  opacity: .8;
}
.btn_orange {
  border: 1px solid #FA7E07;
  background-image: linear-gradient(to bottom, #FFBA00, #FA7E07);
  color: #fff;
}
.btn_grey {
  border: 1px solid #B5B5B5;
  background-image: linear-gradient(to bottom, #F0F0F0, #C1C1C1);
  color: #333;
}
.btn_blue {
  border: 1px solid #3899E4;
  background-image: linear-gradient(to bottom, #5DC1FA, #0D90DC);
  color: #fff !important;
}

.bl_required {
  color: #fff;
  background-color: #F05037;
  padding: 2px 8px;
  font-size: 12px;
}

.btn_link {
  text-align: center;
  display: inline-block;
}

.bl_pager {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bl_pager > li {
  margin: 45px 0 0;
  list-style: none;
  max-height: 24px;
}
.bl_pager > li > a {
  background: transparent;
  color: #fff;
  min-width: 30px;
  min-height: 24px;
  transition: .2s background-color;
}
.bl_pager > li > span {
  background: transparent;
  min-width: 30px;
  min-height: 24px;
  man-height: 24px;
  height: 100%;
  cursor: default;
}
.bl_pager .bl_pager_first > a:before,
.bl_pager .bl_pager_prev > a:before,
.bl_pager .bl_pager_prev > span:before,
.bl_pager .bl_pager_next > a:after,
.bl_pager .bl_pager_next > span:after,
.bl_pager .bl_pager_last > a:after {
  box-sizing: border-box;
  position: relative;
  display: block;
  content: "";
  width: .7em;
  height: .7em;
  border: 1px solid #555;
  border-width: 0 2px 2px 0;
  transform-origin: center;
}
.bl_pager .bl_pager_prev span,
.bl_pager .bl_pager_next span {
  opacity: .2;
}
.bl_pager .bl_pager_prev {
  border: solid 1px #444444;
  border-radius: 3px;
}
.bl_pager .bl_pager_prev a:before,
.bl_pager .bl_pager_prev span:before {
  transform: translateX(2px) rotate(135deg);
}
.bl_pager .bl_pager_next {
  border: solid 1px #444444;
  border-radius: 3px;
}
.bl_pager .bl_pager_next a:after,
.bl_pager .bl_pager_next span:after {
  transform: translateX(-2px) rotate(-45deg);
}
.bl_pager .bl_pager_prev + .bl_pager_num {
  margin-left: 10px;
}
.bl_pager .bl_pager_num + .bl_pager_next {
  margin-left: 10px;
}
.bl_pager .bl_pager_num {
  border: solid 1px #444444;
  border-radius: 3px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  color: #333333;
  min-width: 30px;
}
.bl_pager .bl_pager_num > a,
.bl_pager .bl_pager_num > span {
  font-weight: 400;
  padding-left: 2px;
  padding-right: 2px;
}
@media all and (min-width: 641px) {
  .bl_pager .bl_pager_num > a,
  .bl_pager .bl_pager_num > span {
    height: 22px;
  }
}
.bl_pager .bl_pager_num > a {
  color: #24447e;
  text-decoration: none;
}
.bl_pager .bl_pager_num > span {
  background: #003594;
  color: #fff;
  width: 30px;
  min-width: 30px;
  min-height: 22px;
}
.bl_pager .bl_pager_num:not(first-child) {
  margin-left: 2px;
}

.bl_pager {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bl_pager > li {
  margin: 45px 0 0;
  list-style: none;
  max-height: 24px;
}
.bl_pager > li > a {
  background: transparent;
  color: #fff;
  min-width: 30px;
  min-height: 24px;
  transition: .2s background-color;
}
.bl_pager > li > span {
  background: transparent;
  min-width: 30px;
  min-height: 24px;
  man-height: 24px;
  height: 100%;
  cursor: default;
}
.bl_pager .bl_pager_first > a:before,
.bl_pager .bl_pager_prev > a:before,
.bl_pager .bl_pager_prev > span:before,
.bl_pager .bl_pager_next > a:after,
.bl_pager .bl_pager_next > span:after,
.bl_pager .bl_pager_last > a:after {
  box-sizing: border-box;
  position: relative;
  display: block;
  content: "";
  width: .7em;
  height: .7em;
  border: 1px solid #555;
  border-width: 0 2px 2px 0;
  transform-origin: center;
}
.bl_pager .bl_pager_prev span,
.bl_pager .bl_pager_next span {
  opacity: .2;
}
.bl_pager .bl_pager_prev {
  border: solid 1px #444444;
  border-radius: 3px;
}
.bl_pager .bl_pager_prev a:before,
.bl_pager .bl_pager_prev span:before {
  transform: translateX(2px) rotate(135deg);
}
.bl_pager .bl_pager_next {
  border: solid 1px #444444;
  border-radius: 3px;
}
.bl_pager .bl_pager_next a:after,
.bl_pager .bl_pager_next span:after {
  transform: translateX(-2px) rotate(-45deg);
}
.bl_pager .bl_pager_prev + .bl_pager_num {
  margin-left: 10px;
}
.bl_pager .bl_pager_num + .bl_pager_next {
  margin-left: 10px;
}
.bl_pager .bl_pager_num {
  border: solid 1px #444444;
  border-radius: 3px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  color: #333333;
  min-width: 30px;
}
.bl_pager .bl_pager_num > a,
.bl_pager .bl_pager_num > span {
  font-weight: 400;
  padding-left: 2px;
  padding-right: 2px;
}
@media all and (min-width: 641px) {
  .bl_pager .bl_pager_num > a,
  .bl_pager .bl_pager_num > span {
    height: 22px;
  }
}
.bl_pager .bl_pager_num > a {
  color: #24447e;
  text-decoration: none;
}
.bl_pager .bl_pager_num > span {
  background: #003594;
  color: #fff;
  width: 30px;
  min-width: 30px;
  min-height: 22px;
}
.bl_pager .bl_pager_num:not(first-child) {
  margin-left: 2px;
}

input[readOnly] {
  border-color: transparent !important;
  pointer-events: none;
}

table thead tr th a {
  text-decoration: underline !important;
}

.el_page_info {
  padding-bottom: 5px;
}
.el_page_info--empty-data {
  color: #f50;
}

.bl_modal_overlay {
  content: "";
  display: block;
  width: 100%;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  transition: .2s opacity, .2s visibility;
  visibility: hidden;
  opacity: 0;
  background: rgba(112, 112, 112, 0.7);
}

.bl_modal_content {
  display: block;
  position: fixed;
  z-index: 4;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  transition: .2s opacity, .2s visibility;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  width: 704px;
  max-height: 85vh;
  left: calc(50% - 357px);
  top: 50%;
  transform: translateY(-50%);
}
.bl_modal_content__big {
  width: 1100px;
  left: calc(50% - 550px);
  overflow-y: auto;
  overflow-x: hidden;
}

.bl_modal_inner {
  background-color: #fff;
  width: 600px;
  height: 440px;
  box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.2);
  padding: 35px 52px;
  position: relative;
}
.bl_modal_inner .modal__ttl {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
.bl_modal_inner .modal__btn {
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  transition: opacity .4s;
  font-size: 18px;
}
.bl_modal_inner .modal__btn:hover, .bl_modal_inner .modal__btn:focus {
  opacity: .8;
}
.bl_modal_inner .modal__btn_grey {
  color: #333;
  border: 1px solid #B5B5B5;
  background-image: linear-gradient(to bottom, #F0F0F0, #C1C1C1);
  position: absolute;
  left: 70%;
  bottom: 30px;
  transform: translateX(-50%);
  height: 30px;
  width: 100px;
  font-size: 18px;
}
.bl_modal_inner .modal__btn_orange {
  color: #fff;
  border: 1px solid #FA7E07;
  background-image: linear-gradient(to bottom, #FFBA00, #FF7506);
  height: 40px;
  width: 140px;
  margin-top: 30px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.bl_modal_inner .modal__table {
  border: 1px solid #BFBFBF;
  width: 100%;
  margin-top: 25px;
  border-collapse: collapse;
}
.bl_modal_inner .modal__table > * {
  color: #333;
}
.bl_modal_inner .modal__table tr th {
  font-weight: 500;
  width: 150px;
  padding: 14px 9px;
  text-align: left;
  background-color: #E3E5ED;
}
.bl_modal_inner .modal__table tr th,
.bl_modal_inner .modal__table tr td {
  border: 1px solid #BFBFBF;
}
.bl_modal_inner .modal__table tr td {
  padding: 5px;
}
.bl_modal_inner .modal__table tr td input {
  width: 100%;
  padding: 10px 5px;
  box-sizing: border-box;
  border: 1px solid #A9A9A9;
  border-radius: 5px;
}
.bl_modal_inner .modal__table tr td input::-webkit-input-placeholder {
  color: #A9A9A9;
}
.bl_modal_inner .modal__table tr td select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #A9A9A9;
  border-radius: 5px;
}
.bl_modal_inner .modal__table .bl_row_required {
  display: flex;
}
.bl_modal_inner .modal__table .bl_row_required > .bl_required {
  margin-left: 10px;
  margin-bottom: 1px;
  height: 17px;
}
.bl_modal_inner .modal__desc_txt {
  font-weight: 400;
  margin-left: 28px !important;
  font-size: 14px !important;
}

.mess {
  background-color: #fff;
  width: 600px;
  height: 140px;
  box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.2);
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mess__ttl {
  text-align: center;
}
.mess__btns {
  display: flex;
  align-items: end;
}
.mess__btn {
  font-weight: 500;
  border-radius: 3px;
  cursor: pointer;
  transition: opacity .4s;
}
.mess__btn:hover, .mess__btn:focus {
  opacity: .8;
}
.mess__btn_yes {
  border: 1px solid #FA7E07;
  background-image: linear-gradient(to bottom, #FFBA00, #FA7E07);
  color: #fff;
  width: 140px;
  height: 40px;
  margin-right: 30px;
}
.mess__btn_no {
  border: 1px solid #B5B5B5;
  background-image: linear-gradient(to bottom, #F0F0F0, #C1C1C1);
  color: #333;
  height: 30px;
  width: 100px;
}

.choose_file_modal .mess__btns,
.mess_modal .mess__btns {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-top: 30px;
}
.choose_file_modal .mess__btn,
.mess_modal .mess__btn {
  font-weight: 500;
  border-radius: 3px;
  cursor: pointer;
  transition: opacity .4s;
}
.choose_file_modal .mess__btn:hover, .choose_file_modal .mess__btn:focus,
.mess_modal .mess__btn:hover,
.mess_modal .mess__btn:focus {
  opacity: .8;
}
.choose_file_modal .mess__btn_yes,
.mess_modal .mess__btn_yes {
  border: 1px solid #FA7E07;
  background-image: linear-gradient(to bottom, #FFBA00, #FA7E07);
  color: #fff;
  width: 140px;
  height: 40px;
  margin-right: 30px;
  font-weight: 600;
}
.choose_file_modal .mess__btn_no,
.mess_modal .mess__btn_no {
  border: 1px solid #B5B5B5;
  background-image: linear-gradient(to bottom, #F0F0F0, #C1C1C1);
  color: #333;
  height: 30px;
  width: 100px;
  font-weight: 600;
}

.lb_close_modal {
  color: #fff;
  font-size: 45px;
  position: absolute;
  right: 0;
  top: -70px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  text-align: center;
  transition: .2s opacity;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.lb_close_modal:hover, .lb_close_modal:focus {
  opacity: .8;
}
.lb_close_modal::after {
  content: "×";
}
.lb_close_modal__inner {
  color: #666;
  font-size: 45px;
  position: absolute;
  right: 26px;
  top: -9px;
}

.bl_modal_state:checked ~ .bl_modal_overlay {
  visibility: visible;
  opacity: 1;
}

.bl_modal_state:checked ~ .bl_modal_content {
  visibility: visible;
  opacity: 1;
}

.ly_main__issues .search_modal {
  height: 500px;
  padding: 30px 50px;
  width: 604px;
}

.bl_modal_state {
  display: none;
}

.mess_modal {
  height: 120px !important;
}

.bl_form input[type="text"],
.bl_form input[type="number"],
.bl_form input[type="url"],
.bl_form input[type="password"],
.bl_form input[type="search"], .bl_form input[type="email"], .bl_form input[type="tel"], .bl_form select, .bl_form textarea, .bl_form .bl_form_name[type="text"], .bl_form .bl_form_city, .bl_form .bl_form_num, .bl_form input[type="number"].bl_form_year, .bl_form input[type="number"].bl_form_month, .bl_form input[type="number"].bl_form_day, .bl_form input[type="number"].bl_form_price, .bl_form .bl_form_hour, .bl_form .bl_form_min, .bl_form .bl_form_date, .bl_form_selectLabel select {
  -webkit-appearance: none;
  -ms-appearance: none;
  border-radius: 0;
  margin: 0;
  appearance: none;
  box-sizing: border-box;
  font: inherit;
  vertical-align: middle;
  background: #fff;
  display: inline-block;
  max-width: 100%;
  min-width: 3em;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  padding: 8px;
  box-shadow: 0 2px 0 #eee inset;
  line-height: 26px;
}
.bl_form input[type="text"]::placeholder,
.bl_form input[type="number"]::placeholder,
.bl_form input[type="url"]::placeholder,
.bl_form input[type="password"]::placeholder,
.bl_form input[type="search"]::placeholder, .bl_form input[type="email"]::placeholder, .bl_form input[type="tel"]::placeholder, .bl_form select::placeholder, .bl_form textarea::placeholder, .bl_form .bl_form_name[type="text"]::placeholder, .bl_form .bl_form_city::placeholder, .bl_form .bl_form_num::placeholder, .bl_form input[type="number"].bl_form_year::placeholder, .bl_form input[type="number"].bl_form_month::placeholder, .bl_form input[type="number"].bl_form_day::placeholder, .bl_form input[type="number"].bl_form_price::placeholder, .bl_form .bl_form_hour::placeholder, .bl_form .bl_form_min::placeholder, .bl_form .bl_form_date::placeholder, .bl_form_selectLabel select::placeholder {
  color: #b1b1b1;
}
.bl_form input[type="text"]:-ms-input-placeholder,
.bl_form input[type="number"]:-ms-input-placeholder,
.bl_form input[type="url"]:-ms-input-placeholder,
.bl_form input[type="password"]:-ms-input-placeholder,
.bl_form input[type="search"]:-ms-input-placeholder, .bl_form input[type="email"]:-ms-input-placeholder, .bl_form input[type="tel"]:-ms-input-placeholder, .bl_form select:-ms-input-placeholder, .bl_form textarea:-ms-input-placeholder, .bl_form .bl_form_name[type="text"]:-ms-input-placeholder, .bl_form .bl_form_city:-ms-input-placeholder, .bl_form .bl_form_num:-ms-input-placeholder, .bl_form .bl_form_hour:-ms-input-placeholder, .bl_form .bl_form_min:-ms-input-placeholder, .bl_form .bl_form_date:-ms-input-placeholder, .bl_form_selectLabel select:-ms-input-placeholder {
  color: #b1b1b1;
}
.bl_form input[type="text"]::-ms-input-placeholder,
.bl_form input[type="number"]::-ms-input-placeholder,
.bl_form input[type="url"]::-ms-input-placeholder,
.bl_form input[type="password"]::-ms-input-placeholder,
.bl_form input[type="search"]::-ms-input-placeholder, .bl_form input[type="email"]::-ms-input-placeholder, .bl_form input[type="tel"]::-ms-input-placeholder, .bl_form select::-ms-input-placeholder, .bl_form textarea::-ms-input-placeholder, .bl_form .bl_form_name[type="text"]::-ms-input-placeholder, .bl_form .bl_form_city::-ms-input-placeholder, .bl_form .bl_form_num::-ms-input-placeholder, .bl_form input[type="number"].bl_form_year::-ms-input-placeholder, .bl_form input[type="number"].bl_form_month::-ms-input-placeholder, .bl_form input[type="number"].bl_form_day::-ms-input-placeholder, .bl_form input[type="number"].bl_form_price::-ms-input-placeholder, .bl_form .bl_form_hour::-ms-input-placeholder, .bl_form .bl_form_min::-ms-input-placeholder, .bl_form .bl_form_date::-ms-input-placeholder, .bl_form_selectLabel select::-ms-input-placeholder {
  color: #b1b1b1;
}
.bl_form input[type="text"]::-ms-expand,
.bl_form input[type="number"]::-ms-expand,
.bl_form input[type="url"]::-ms-expand,
.bl_form input[type="password"]::-ms-expand,
.bl_form input[type="search"]::-ms-expand, .bl_form input[type="email"]::-ms-expand, .bl_form input[type="tel"]::-ms-expand, .bl_form select::-ms-expand, .bl_form textarea::-ms-expand, .bl_form .bl_form_name[type="text"]::-ms-expand, .bl_form .bl_form_city::-ms-expand, .bl_form .bl_form_num::-ms-expand, .bl_form input[type="number"].bl_form_year::-ms-expand, .bl_form input[type="number"].bl_form_month::-ms-expand, .bl_form input[type="number"].bl_form_day::-ms-expand, .bl_form input[type="number"].bl_form_price::-ms-expand, .bl_form .bl_form_hour::-ms-expand, .bl_form .bl_form_min::-ms-expand, .bl_form .bl_form_date::-ms-expand, .bl_form_selectLabel select::-ms-expand {
  display: none;
}
.bl_form input[type="text"]::-ms-clear,
.bl_form input[type="number"]::-ms-clear,
.bl_form input[type="url"]::-ms-clear,
.bl_form input[type="password"]::-ms-clear,
.bl_form input[type="search"]::-ms-clear, .bl_form input[type="email"]::-ms-clear, .bl_form input[type="tel"]::-ms-clear, .bl_form select::-ms-clear, .bl_form textarea::-ms-clear, .bl_form .bl_form_name[type="text"]::-ms-clear, .bl_form .bl_form_city::-ms-clear, .bl_form .bl_form_num::-ms-clear, .bl_form input[type="number"].bl_form_year::-ms-clear, .bl_form input[type="number"].bl_form_month::-ms-clear, .bl_form input[type="number"].bl_form_day::-ms-clear, .bl_form input[type="number"].bl_form_price::-ms-clear, .bl_form .bl_form_hour::-ms-clear, .bl_form .bl_form_min::-ms-clear, .bl_form .bl_form_date::-ms-clear, .bl_form_selectLabel select::-ms-clear {
  visibility: hidden;
}
.bl_form input[type="text"]::-webkit-search-cancel-button,
.bl_form input[type="number"]::-webkit-search-cancel-button,
.bl_form input[type="url"]::-webkit-search-cancel-button,
.bl_form input[type="password"]::-webkit-search-cancel-button,
.bl_form input[type="search"]::-webkit-search-cancel-button, .bl_form input[type="email"]::-webkit-search-cancel-button, .bl_form input[type="tel"]::-webkit-search-cancel-button, .bl_form select::-webkit-search-cancel-button, .bl_form textarea::-webkit-search-cancel-button, .bl_form .bl_form_name[type="text"]::-webkit-search-cancel-button, .bl_form .bl_form_city::-webkit-search-cancel-button, .bl_form .bl_form_num::-webkit-search-cancel-button, .bl_form input[type="number"].bl_form_year::-webkit-search-cancel-button, .bl_form input[type="number"].bl_form_month::-webkit-search-cancel-button, .bl_form input[type="number"].bl_form_day::-webkit-search-cancel-button, .bl_form input[type="number"].bl_form_price::-webkit-search-cancel-button, .bl_form .bl_form_hour::-webkit-search-cancel-button, .bl_form .bl_form_min::-webkit-search-cancel-button, .bl_form .bl_form_date::-webkit-search-cancel-button, .bl_form_selectLabel select::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.bl_form input[type="text"]:disabled,
.bl_form input[type="number"]:disabled,
.bl_form input[type="url"]:disabled,
.bl_form input[type="password"]:disabled,
.bl_form input[type="search"]:disabled, .bl_form input[type="email"]:disabled, .bl_form input[type="tel"]:disabled, .bl_form select:disabled, .bl_form textarea:disabled, .bl_form .bl_form_name[type="text"]:disabled, .bl_form .bl_form_city:disabled, .bl_form .bl_form_num:disabled, .bl_form .bl_form_hour:disabled, .bl_form .bl_form_min:disabled, .bl_form .bl_form_date:disabled, .bl_form_selectLabel select:disabled {
  opacity: .7;
  cursor: default;
}
@media all and (max-width: 640.9px) {
  .bl_form input[type="text"],
  .bl_form input[type="number"],
  .bl_form input[type="url"],
  .bl_form input[type="password"],
  .bl_form input[type="search"], .bl_form input[type="email"], .bl_form input[type="tel"], .bl_form select, .bl_form textarea, .bl_form .bl_form_name[type="text"], .bl_form .bl_form_city, .bl_form .bl_form_num, .bl_form input[type="number"].bl_form_year, .bl_form input[type="number"].bl_form_month, .bl_form input[type="number"].bl_form_day, .bl_form input[type="number"].bl_form_price, .bl_form .bl_form_hour, .bl_form .bl_form_min, .bl_form .bl_form_date, .bl_form_selectLabel select {
    font-size: 16px;
  }
}

.bl_form input[type="text"].bl_form_postCode,
.bl_form input[type="number"].bl_form_postCode,
.bl_form input[type="url"].bl_form_postCode,
.bl_form input[type="password"].bl_form_postCode,
.bl_form input[type="search"].bl_form_postCode {
  max-width: 7.5em;
}
.bl_form input[type="email"] {
  width: 100%;
}
.bl_form input[type="tel"] {
  width: 20em;
}
.bl_form input[autocomplete="cc-exp"] {
  width: 8em;
}
.bl_form input[autocomplete="cc-csc"] {
  width: 5em;
}
.bl_form select {
  text-overflow: ellipsis;
}
.bl_form textarea {
  vertical-align: bottom;
  width: 100%;
  min-height: 8em;
  max-height: 90vh;
  line-height: 1.5;
  margin-top: 5px;
}
@media all and (min-width: 641px) {
  .bl_form textarea {
    min-height: 10em;
  }
}
.bl_form .bl_form_name[type="text"] {
  width: 14em;
  margin-right: .5em;
  max-width: 45%;
}
.bl_form .bl_form_name[type="text"]:last-child {
  margin-right: 0;
}
.bl_form .bl_form_city {
  width: 16em;
}
.bl_form .bl_form_num {
  width: 8em;
}
.bl_form input[type="number"].bl_form_year {
  max-width: 5em !important;
}
.bl_form input[type="number"].bl_form_month {
  width: 3.5em !important;
}
.bl_form input[type="number"].bl_form_day {
  width: 3.5em !important;
}
.bl_form input[type="number"].bl_form_price {
  width: 10em !important;
}
.bl_form .bl_form_hour {
  width: 4em;
}
.bl_form .bl_form_min {
  width: 4em;
}
.bl_form .bl_form_date::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.bl_form .bl_form_date::-webkit-clear-button {
  -webkit-appearance: none;
}

.bl_form_radioLabel {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 1em;
  cursor: pointer;
}
.bl_form_radioLabel input[type="radio"] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}
.bl_form_radioLabel input[type="radio"]:checked ~ i:before {
  display: block;
}
.bl_form_radioLabel input[type="radio"]:hover ~ i, .bl_form_radioLabel input[type="radio"]:focus ~ i {
  border-color: #fff;
}
.bl_form_radioLabel > i {
  position: relative;
  display: inline-block;
  margin: 0 .5em 0 0;
  vertical-align: -.4em;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #555;
  border-radius: 50%;
  transition: .05s border-color;
}
.bl_form_radioLabel > i:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  display: none;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  background: #555;
}

.bl_form_checkboxLabel {
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  margin-right: 1em;
}
.bl_form_checkboxLabel > input[type="checkbox"]:checked ~ i:before {
  display: block;
}
.bl_form_checkboxLabel > input[type="checkbox"]:hover ~ i, .bl_form_checkboxLabel > input[type="checkbox"]:focus ~ i {
  border-color: #fff;
}
.bl_form_checkboxLabel > i {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  vertical-align: -.4em;
  margin: 0 .5em 0 0;
  background: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 3px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
  transition: .05s border-color;
}
.bl_form_checkboxLabel > i:before {
  position: absolute;
  display: block;
  content: "";
  width: 30%;
  height: 60%;
  top: 53%;
  left: 50%;
  border: 3px solid #555;
  border-width: 0 3px 3px 0;
  transform: translate(-50%, -65%) rotate(45deg);
  display: none;
}

.bl_form_selectLabel {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.bl_form_selectLabel:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  pointer-events: none;
  content: "▼";
  color: #555;
  font-size: 10px;
  top: 1px;
  right: 1px;
  width: 34px;
  height: calc(100% - 2px);
  border-radius: 0 3px 3px 0;
}
.bl_form_selectLabel.bl_form_pref {
  width: 8em;
}
.bl_form_selectLabel select {
  width: 100%;
  cursor: pointer;
  padding-right: 36px;
}

.bl_form_dateLabel {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.bl_form_dateLabel:before {
  position: absolute;
  display: block;
  line-height: 1;
  font-size: .8em;
  content: "";
  top: calc(50% - .75em);
  right: .75em;
  width: 17px;
  height: 21px;
  pointer-events: none;
}
@media all and (min-width: 641px) {
  .bl_form_dateLabel:before {
    right: 1.25em;
  }
}
.bl_form_dateLabel input[type="text"],
.bl_form_dateLabel input[type="date"] {
  width: 12em;
}

.ui-datepicker.ui-widget.ui-widget-content {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.ui-datepicker .ui-datepicker-calendar th {
  padding: 0 .3em;
}

.bl_form_file {
  line-height: 1.25;
}
@media all and (min-width: 641px) {
  .bl_form_file {
    width: 240px;
  }
}
.bl_form_file .bl_form_fileImg {
  text-align: center;
  position: relative;
  z-index: 0;
  height: 28.125vw;
  background: #e5e1da;
}
@media all and (min-width: 641px) {
  .bl_form_file .bl_form_fileImg {
    height: 180px;
  }
}
.bl_form_file .bl_form_fileImg figcaption {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
@media all and (min-width: 641px) {
  .bl_form_file .bl_form_fileImg figcaption {
    font-size: 36px;
  }
}
.bl_form_file .bl_form_fileImg img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
  z-index: 1;
  width: 100%;
  height: 28vw;
}
@media all and (min-width: 641px) {
  .bl_form_file .bl_form_fileImg img {
    height: 180px;
  }
}
.bl_form_file .bl_form_fileLabel {
  position: relative;
  margin: 1em auto 0;
  border: 1px solid #7d7d7d;
  color: #4e4e4e;
  font-weight: 700;
  border-radius: 3px;
  min-height: 30px;
  background: #e8ded1;
  background: linear-gradient(to bottom, #f6ede3, #dbcfbf);
  font-size: 13px;
  padding-left: .25em;
  padding-right: .25em;
}
@media all and (min-width: 641px) {
  .bl_form_file .bl_form_fileLabel {
    font-size: 16px;
    width: 200px;
    height: 42px;
  }
}
.bl_form_file .bl_form_fileLabel input[type="file"] {
  opacity: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.bl_form_file .bl_form_fileLabel input[type="file"]:focus ~ i {
  border: 1px solid #fff;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bl_form_file .js_form_fileCancel {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  background: #000;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 4px;
  width: 32px;
  height: 32px;
  line-height: 1;
  opacity: .9;
}
.bl_form_file .js_form_fileCancel:before {
  content: "×";
}
@media all and (min-width: 641px) {
  .bl_form_file .js_form_fileCancel {
    transition: .2s opacity;
  }
  .bl_form_file .js_form_fileCancel:hover, .bl_form_file .js_form_fileCancel:focus {
    opacity: .7;
  }
}

em.bl_form_req,
em.bl_form_optional {
  display: inline-block;
  background: #f50;
  color: #fff;
  padding: 2px 4px;
  margin-left: 5px;
  font: inherit;
  line-height: 1.25;
}

em.bl_form_optional {
  background: #999;
}

.bl_form_hint {
  font-size: 12px;
  line-height: 1.5;
  margin: .25em 0;
}
@media all and (min-width: 641px) {
  .bl_form_hint {
    font-size: 14px;
  }
}

.bl_form_totalError {
  background: #fcc;
  font-size: 16px;
  padding: 10px;
  font-weight: 700;
  color: #f33;
}

.bl_form_error {
  color: #f50;
  font-weight: 700;
  margin-top: .25em;
  margin-bottom: .5em;
  line-height: 1.5;
}

.bl_form_error_small_row .bl_form_error {
  font-size: 12px;
}

.bl_form_table {
  width: 100%;
  margin: 1em auto;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 2em;
  max-width: 1000px;
  line-height: 50px;
  font-size: 14px;
}
@media all and (max-width: 640.9px) {
  .bl_form_table, .bl_form_table thead, .bl_form_table tbody, .bl_form_table tr, .bl_form_table th, .bl_form_table td {
    display: block;
  }
}
@media all and (max-width: 640.9px) {
  .bl_form_table tr {
    margin-top: 1em;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1em;
  }
}
.bl_form_table th,
.bl_form_table td {
  vertical-align: top;
  border: 1px solid #e5e5e5;
  padding: 8px 25px 10px;
}
@media all and (max-width: 640.9px) {
  .bl_form_table th,
  .bl_form_table td {
    border: none;
    padding: 0;
  }
}
@media all and (max-width: 640.9px) {
  .bl_form_table th {
    line-height: 1.25;
  }
}
@media all and (min-width: 641px) {
  .bl_form_table th {
    font-weight: 700;
    width: 22%;
  }
}

.ly_header {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  z-index: 2;
}
@media all and (max-width: 640.9px) {
  .ly_header {
    height: 55px;
  }
}
@media all and (min-width: 641px) {
  .ly_header {
    height: 70px;
  }
}

/*
.bl_header_sub {
	width: 100%;
	background: $bg1;
	display: flex;
	//justify-content: space-between;
	justify-content: center;

	// ★Design
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 1.25;
	padding: 0 45px;

	@include mq(sp) {
		position: fixed;
		padding: 0 10px;
		height: 22px;
		transition: .2s height;
		overflow: hidden;
	}
	@include mq(pc) {
		min-height: 30px;
		height: 30px; // for IE
	}
}
*/
.bl_header {
  margin: 0;
  padding: 0;
  z-index: 1;
  background-color: #003594 !important;
  color: #fff;
  margin: 0 auto;
  width: 100%;
  background: white;
  display: flex;
  justify-content: center;
  gap: 400px;
  align-items: center;
  align-content: center;
  position: fixed;
  left: 0;
  top: 0;
  transition: .2s height;
}
@media all and (max-width: 640.9px) {
  .bl_header {
    height: 55px;
    justify-content: flex-start;
    padding: 0;
  }
}
@media all and (min-width: 641px) {
  .bl_header {
    height: 70px;
    transition: .3s height, .3s background;
  }
}
@media all and (max-width: 640.9px) {
  .bl_header:before {
    position: fixed;
    display: block;
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    transition: 0s width .2s, .2s opacity;
  }
}

@media all and (max-width: 640.9px) {
  .bl_header_title {
    margin-left: 15px;
  }
}
@media all and (min-width: 641px) {
  .bl_header_title {
    transition: .2s height, .2s margin;
    margin-left: 40px;
  }
}

b.bl_header_catch {
  font-weight: inherit;
  margin: 0;
  display: block;
  line-height: 1.25;
  letter-spacing: .05em;
  font-weight: 400;
  overflow: hidden;
  max-height: 3em;
  opacity: 1;
  transition: .2s opacity, .2s max-height;
}
@media all and (max-width: 640.9px) {
  b.bl_header_catch {
    font-feature-settings: "palt";
    font-size: 12px;
  }
}

.bl_header_name {
  display: block;
  color: inherit;
  line-height: 1.25;
  transition: .2s margin;
  font-weight: 700;
  transition: .2s width, .2s margin;
  color: #555;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 101%;
  background: url(../img/i_logotype.png) no-repeat left center/contain;
  font-size: 28px;
  font-weight: 700;
}
@media all and (max-width: 640.9px) {
  .bl_header_name {
    font-size: 27.5px;
    width: 109px;
    height: 28px;
  }
  .bl_header_name:nth-child(2) {
    margin-top: 4px;
  }
}
@media all and (min-width: 641px) {
  .bl_header_name {
    width: 198px;
    height: 50px;
    image-rendering: -webkit-optimize-contrast;
  }
  .bl_header_name:nth-child(2) {
    margin-top: 10px;
  }
}

@media all and (max-width: 640.9px) {
  nav.bl_header_drawer {
    position: fixed;
    right: -100%;
    transition: .3s right, .2s top, .2s height;
    padding-bottom: 100px;
    overflow: auto;
    width: 100%;
    max-height: 100vh;
    background: #f8f8f8;
    color: #7c715b;
    top: 55px;
    height: calc(100vh - 55px);
  }
}
@media all and (min-width: 641px) {
  nav.bl_header_drawer {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
  }
}

ul.bl_header_nav {
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.25;
}
@media all and (max-width: 640.9px) {
  ul.bl_header_nav {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #e6dbc6;
    margin: 0 20px;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .25em;
    font-size: 15px;
    max-width: 1160px;
    transition: .2s height;
    /*
    // ★スクロール後、画面上部に固定
    &.is_passView {
    	position: fixed;
    	left: 0;
    	top: 0;
    	
    	height: 50px;
    	
    	> li {
    		> a,
    		> label {
    			&:after {
    				bottom: 1px;
    			}
    		}
    	}
    }
    */
  }
}
ul.bl_header_nav li {
  position: relative;
}
@media all and (max-width: 640.9px) {
  ul.bl_header_nav li {
    border-top: 1px dashed #e6dbc6;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav li:hover > ul, ul.bl_header_nav li:focus > ul {
    max-height: 100vh;
    transition: .3s max-height ease-in;
  }
  ul.bl_header_nav li:focus-within > ul {
    max-height: 100vh;
    transition: .3s max-height ease-in;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav li.un_sub {
    display: none;
  }
}
ul.bl_header_nav a,
ul.bl_header_nav label {
  display: flex;
  align-items: center;
  align-content: center;
  cursor: pointer;
  position: relative;
  height: 44px;
  color: inherit;
  font-weight: 700;
}
@media all and (max-width: 640.9px) {
  ul.bl_header_nav a,
  ul.bl_header_nav label {
    letter-spacing: .1em;
  }
  ul.bl_header_nav a.is_checked ~ ul,
  ul.bl_header_nav label.is_checked ~ ul {
    max-height: 100vh;
    transition: .3s max-height ease-in;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav a,
  ul.bl_header_nav label {
    position: relative;
    width: 100%;
    font-size: inherit;
  }
}
ul.bl_header_nav a i,
ul.bl_header_nav label i {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .25em;
  padding-left: .25em;
  margin-top: 6px;
  font-weight: 700;
}
@media all and (max-width: 640.9px) {
  ul.bl_header_nav a i,
  ul.bl_header_nav label i {
    display: none;
  }
}
ul.bl_header_nav label {
  cursor: default;
}
@media all and (max-width: 640.9px) {
  ul.bl_header_nav label {
    position: relative;
  }
  ul.bl_header_nav label.js_acc_toggle:nth-last-child(3) {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    z-index: 1;
    background: linear-gradient(to bottom, #fff, #fff) no-repeat left center/1px 80%;
  }
  ul.bl_header_nav label.js_acc_toggle:nth-last-child(3) ~ a:after {
    display: none;
  }
  ul.bl_header_nav label:after {
    box-sizing: border-box;
    content: "";
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #555;
    border-width: 0 2px 2px 0;
    transform-origin: center;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: calc(50% - 0.27778em);
    right: .75em;
  }
  ul.bl_header_nav label:after {
    right: 1.25em;
    transform: rotate(45deg);
    transition: .2s transform;
  }
  ul.bl_header_nav label.is_checked:after {
    transform: rotate(-135deg);
  }
}
@media all and (max-width: 640.9px) {
  ul.bl_header_nav .js_acc_toggle:nth-last-child(3) {
    padding: 0;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav .js_acc_toggle:nth-last-child(3) {
    display: none;
  }
}
ul.bl_header_nav > li {
  display: block;
}
@media all and (max-width: 640.9px) {
  ul.bl_header_nav > li {
    width: 100%;
  }
  ul.bl_header_nav > li:first-child {
    border-top: none;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav > li {
    height: 100%;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav > li > a,
  ul.bl_header_nav > li > label {
    /*
    // Hover
    &:after {
    	position: absolute;
    	display: block;
    	content: "";
    	opacity: 0;
    	
    	// ★Design
    	background: $bg1;
    	
    	// ★中央から横に伸びる
    	left: 50%;
    	bottom: 0;
    	height: 3px;
    	width: 0%;
    	transition: .2s opacity, .2s width, .2s left;
    	
    	// ★背景アニメーション
    	//left: calc(50% - 50px);
    	//bottom: 4px;
    	//width: 100px;
    	//height: 3px;
    	//background: url(../img/header_hover.png) repeat-x right 0 bottom 0;
    	//transition: .2s opacity;
    	//animation: bgLoopX 2s linear infinite;
    }
    */
    transition: .2s color;
  }
  ul.bl_header_nav > li > a:hover, ul.bl_header_nav > li > a:focus,
  ul.bl_header_nav > li > label:hover,
  ul.bl_header_nav > li > label:focus {
    color: #72b5f7;
    /*
    &:after {
    	left: 5%;
    	width: 90%;
    	opacity: 1;
    }
    */
  }
}
ul.bl_header_nav > li ul {
  overflow: hidden;
}
@media all and (max-width: 640.9px) {
  ul.bl_header_nav > li ul {
    max-height: 0;
    transition: .3s max-height ease-out;
  }
  ul.bl_header_nav > li ul > li {
    border-top: 1px solid #fff;
  }
  ul.bl_header_nav > li ul > li > a,
  ul.bl_header_nav > li ul > li > label {
    padding-left: 30px;
    font-weight: 500;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav > li ul {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
  }
  ul.bl_header_nav > li ul:hover, ul.bl_header_nav > li ul:focus {
    overflow: visible;
  }
  ul.bl_header_nav > li ul:focus-within {
    overflow: visible;
  }
  ul.bl_header_nav > li ul > li + li {
    margin-top: 1px;
  }
  ul.bl_header_nav > li ul a,
  ul.bl_header_nav > li ul label {
    padding-left: 20px;
    padding-right: 20px;
    height: 48px;
    letter-spacing: .1em;
    transition: .2s background;
    min-width: 10em;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav > li:hover > ul, ul.bl_header_nav > li:focus > ul {
    max-height: 100vh;
    transition: .3s max-height ease-in;
  }
  ul.bl_header_nav > li:focus-within > ul {
    max-height: 100vh;
    transition: .3s max-height ease-in;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav > li > ul {
    left: 0;
    top: 100%;
    max-height: 0;
    min-width: 100%;
    transition: .3s max-height ease-out .1s;
  }
}
ul.bl_header_nav > li > ul > li {
  /*
  &:first-child {
  	@include mq(pc) {
  		// Design
  		border-top: 1px solid #fff;
  	}
  }
  */
  /*
  &:last-child {
  	> a,
  	> label {
  		@include mq(pc) {
  			// Design
  			padding-bottom: 20px;
  		}
  	}
  }
  */
}
ul.bl_header_nav > li > ul > li > a,
ul.bl_header_nav > li > ul > li > label {
  white-space: nowrap;
}
@media all and (min-width: 641px) {
  ul.bl_header_nav > li > ul li:hover > ul, ul.bl_header_nav > li > ul li:focus > ul {
    transition: .3s max-width ease-in;
    max-width: 100%;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav > li > ul li:focus-within > ul {
    transition: .3s max-width ease-in;
    max-width: 100%;
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_nav > li > ul ul {
    left: 100%;
    top: 0;
    max-width: 0;
    transition: .3s max-width ease-out .1s;
  }
}
@media all and (max-width: 640.9px) {
  ul.bl_header_nav > li > ul ul a,
  ul.bl_header_nav > li > ul ul label {
    padding-left: 50px;
  }
}

@media all and (min-width: 641px) {
  .ly_header.ly_header__index .bl_header_nav li:nth-child(1) a:after, .ly_header.ly_header__service .bl_header_nav li:nth-child(2) a:after, .ly_header.ly_header__company .bl_header_nav li:nth-child(3) a:after, .ly_header.ly_header__partner .bl_header_nav li:nth-child(4) a:after, .ly_header.ly_header__work .bl_header_nav li:nth-child(5) a:after {
    left: 5%;
    width: 90%;
    opacity: 1;
  }
}

ul.bl_header_cta {
  	/*
  	// 文言
  	> li:nth-child(1) {
  		margin-left: 0;
  		//width: 100%;
  		transition: .3s opacity, .2s margin;
  		
  		@include mq(sp) {
  			position: absolute;
  			right: 0;
  			top: 55px;
  			background: #bead6a;
  			color: #fff;
  			font-size: 12px;
  			text-align: center;
  			width: 100%;
  			padding: 4px 0;
  			opacity: 1;
  		}
  		@include mq(pc) {
  			margin-bottom: 10px;
  			color: #bead6a;
  		}
  		
  		b {
  	//		font-size: 16px;
  	//		color: #333;
  	//		display: flex;
  	//		align-items: center;
  			//font-weight: 400;
  
  			text-align: center;
  			//letter-spacing: .1em;
  			//padding-left: .1em;
  			font-weight: 400;
  
  //			&:before,
  //			&:after {
  //				display: block;
  //				content: "";
  //				flex-grow: 1;
  //				height: 1px;
  //				background: $cT;
  //			}
  //			&:before {
  //				margin-right: .5em;
  //			}
  //			&:after {
  //				margin-left: .5em;
  //			}
  //
  //			@include mq(sp) {
  //				font-size: 14px;
  //				justify-content: center;
  //				&:before,
  //				&:after {
  //					flex: none;
  //					width: 2em;
  //				}
  //			}
  		}
  	}
  	*/
}
@media all and (max-width: 640.9px) {
  ul.bl_header_cta {
    width: 100%;
    display: flex;
    margin-top: 20px;
    justify-content: center;
    /*
    > li {
    	&:nth-last-child(n+2) {
    		//margin-right: 20px;
    		margin-right: 60px*$sp;
    	}
    	> a {
    		// 円形アイコン化
    		margin: 10px 0;
    		display: block;
    		text-indent: 101%;
    		overflow: hidden;
    		white-space: nowrap;
    		display: block;
    		width: 50px;
    		height: 50px;
    		padding: 0;
    		border-radius: 50%;
    	}
    }
    */
    /*
    margin-top: 30px;
    padding: 0 20px;
    */
    /*
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: flex-end;
    transition: .2s height;
    */
  }
}
@media all and (min-width: 641px) {
  ul.bl_header_cta {
    display: flex;
    justify-content: flex-end;
    margin-top: .5em;
  }
}
ul.bl_header_cta > li {
  display: flex;
  flex-wrap: wrap;
}
ul.bl_header_cta > li > * {
  width: 100%;
}
ul.bl_header_cta > li a {
  font-weight: 700;
  letter-spacing: .075em;
  width: 250px;
  min-height: 0;
  height: 38px;
  transition: .2s opacity, .2s height;
}
@media all and (max-width: 640.9px) {
  ul.bl_header_cta > li a {
    font-size: 15.4px;
  }
}

@media all and (max-width: 640.9px) {
  .bl_header_drawerToggle {
    transition: .2s top;
  }
}
.bl_header_drawerToggle:hover, .bl_header_drawerToggle:focus {
  opacity: 1;
}
.bl_header_drawerToggle em {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: 1;
  text-align: center;
  color: #999;
  font-size: 10px;
}

.bl_header_drawerIcon {
  width: 38px;
  height: 29px;
  position: absolute;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.bl_header_drawerIcon i {
  height: 4px;
  display: block;
  width: 100%;
  transition: .3s ease-in-out;
  transform-origin: center;
  background: #fff;
}

.bl_header_drawerState {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 10;
  display: none;
}
.bl_header_drawerState:checked ~ .bl_header {
  backdrop-filter: none;
}
.bl_header_drawerState:checked ~ .bl_header_drawerToggle .bl_header_drawerIcon i:nth-child(1) {
  transform: translateY(5px) rotate(-45deg);
}
.bl_header_drawerState:checked ~ .bl_header_drawerToggle .bl_header_drawerIcon i:nth-child(2) {
  transform: rotate(45deg);
  opacity: 0;
}
.bl_header_drawerState:checked ~ .bl_header_drawerToggle .bl_header_drawerIcon i:nth-child(3) {
  transform: translateY(-20px) rotate(45deg);
}
.bl_header_drawerState:checked ~ .bl_header .bl_header_drawer {
  right: 0;
}

.bl_header_info {
  padding: 15px 20px 0;
  text-align: center;
}
@media all and (min-width: 641px) {
  .bl_header_info {
    display: none;
  }
}

.bl_header_info_name {
  font-weight: 700;
  font-size: 19.8px;
  letter-spacing: .05em;
  padding-left: .05em;
}

.bl_header_info_adrs {
  margin-top: .75em;
}

.is_noTop .bl_header {
  background: rgba(255, 255, 255, 0.9);
}
@media all and (max-width: 640.9px) {
  .is_noTop .bl_header {
    height: 44px;
  }
}
.is_noTop .bl_header_drawerToggle {
  top: 0;
}
@media all and (max-width: 640.9px) {
  .is_noTop .bl_header_drawer {
    top: 44px;
    height: calc(100vh - 44px);
  }
}
.is_noTop .bl_header_catch {
  opacity: 0;
  max-height: 0;
}
@media all and (max-width: 640.9px) {
  .is_noTop .bl_header_name {
    margin-top: 0;
  }
}
@media all and (min-width: 641px) {
  .is_noTop .bl_header_name {
    margin-top: 0;
  }
}
@media all and (min-width: 641px) {
  .is_noTop ul.bl_header_cta > li a {
    height: 30px;
  }
}

.admin-bar #wpadminbar {
  background: rgba(35, 40, 45, 0.9);
}
@media all and (max-width: 640.9px) {
  .admin-bar .ly_header {
    height: 9px;
  }
}
@media all and (min-width: 641px) {
  .admin-bar .bl_header {
    margin-top: 32px;
  }
}

.bl_header .ly_cont {
  display: flex;
  justify-content: space-between;
  height: 70px;
}

.header_title {
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
  margin-top: 5px;
}
.header_right_box {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header_greeting {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.header_user {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid currentcolor;
  font-weight: 700;
}
.header_logout_btn {
  background-color: #fff;
  padding: 9px 20px;
  color: #003594;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background-color .3s;
  font-weight: bold;
}
.header_logout_btn:hover {
  background-color: #eee;
}

.ly_header {
  height: 70px;
}
.ly_header .hp_ly_cont {
  height: 100px !important;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.bl_header .ly_cont {
  position: relative;
}
.bl_header_nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.bl_header_nav li {
  width: 100%;
  padding-left: 10px;
}
.bl_header_nav li:first-child {
  padding-left: 38px;
}
.bl_header_nav li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.bl_header_nav li a {
  display: flex;
  gap: 10px;
  align-items: center;
  transition: opacity .4s;
}
.bl_header_nav li a:hover {
  opacity: .8;
  color: #fff !important;
}
.bl_header_drawer {
  background: rgba(0, 156, 226, 0.8);
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  color: #fff;
  margin: 0;
  height: auto;
  width: 200px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .4s;
}
.bl_header__nav_icon {
  width: 70px;
  height: 70px;
}

.bl_header_drawerToggle {
  background: #009CE2;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.toggle-nav {
  transform: scaleY(100%);
}

.bl_sect.bl_sect__cta {
  background: #aace69 url(../img/cta_pc.jpg) no-repeat center/cover;
  padding: 40px 0 105px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__cta {
    background-image: url(../img/cta_sp.jpg);
    padding: 33px 0 38.5px;
  }
}
.bl_sect.bl_sect__cta .ly_cont {
  max-width: 940px;
}
.bl_sect.bl_sect__cta .bl_sect_title {
  text-align: center;
  color: #fff;
}
.bl_sect.bl_sect__cta .bl_sect_title i {
  font-family: "Arial", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3em;
  font-weight: 700;
  letter-spacing: .1em;
  padding-left: .1em;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__cta .bl_sect_title i {
    font-size: 28.6px;
  }
}
.bl_sect.bl_sect__cta .bl_sect_title h2 {
  letter-spacing: .1em;
  padding-left: .1em;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__cta .bl_sect_title h2 {
    font-size: 13.2px;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__cta .bl_btns {
    justify-content: space-between;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__cta .bl_btns {
    margin-top: 50px;
    display: block;
  }
}
.bl_sect.bl_sect__cta .bl_btns > .el_btn, .bl_sect.bl_sect__cta .bl_form_file .bl_btns > .bl_form_fileLabel, .bl_form_file .bl_sect.bl_sect__cta .bl_btns > .bl_form_fileLabel {
  background-color: rgba(255, 255, 255, 0.85);
  color: #333;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__cta .bl_btns > .el_btn, .bl_sect.bl_sect__cta .bl_form_file .bl_btns > .bl_form_fileLabel, .bl_form_file .bl_sect.bl_sect__cta .bl_btns > .bl_form_fileLabel {
    border-radius: 3px;
    width: 48%;
    min-height: 83px;
    margin-top: 15px;
  }
  .bl_sect.bl_sect__cta .bl_btns > .el_btn:nth-child(1), .bl_sect.bl_sect__cta .bl_form_file .bl_btns > .bl_form_fileLabel:nth-child(1), .bl_form_file .bl_sect.bl_sect__cta .bl_btns > .bl_form_fileLabel:nth-child(1) {
    margin-top: 0;
    width: 100%;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__cta .bl_btns > .el_btn, .bl_sect.bl_sect__cta .bl_form_file .bl_btns > .bl_form_fileLabel, .bl_form_file .bl_sect.bl_sect__cta .bl_btns > .bl_form_fileLabel {
    width: 450px;
    height: 90px;
    border-radius: 6px;
    transition: .2s background-color;
  }
  .bl_sect.bl_sect__cta .bl_btns > .el_btn:nth-child(1), .bl_sect.bl_sect__cta .bl_form_file .bl_btns > .bl_form_fileLabel:nth-child(1), .bl_form_file .bl_sect.bl_sect__cta .bl_btns > .bl_form_fileLabel:nth-child(1) {
    height: 200px;
  }
}
.bl_sect.bl_sect__cta .bl_btns > .el_btn i, .bl_sect.bl_sect__cta .bl_form_file .bl_btns > .bl_form_fileLabel i, .bl_form_file .bl_sect.bl_sect__cta .bl_btns > .bl_form_fileLabel i {
  color: #75a70b;
  font-weight: 700;
  letter-spacing: .1em;
  font-family: "Arial", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  font-size: 16px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__cta .bl_btns > .el_btn i, .bl_sect.bl_sect__cta .bl_form_file .bl_btns > .bl_form_fileLabel i, .bl_form_file .bl_sect.bl_sect__cta .bl_btns > .bl_form_fileLabel i {
    font-size: 12.1px;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__cta a[href^="tel:"] {
    padding: 1em .25em;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__cta a[href^="tel:"] {
    float: left;
    text-align: center;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__cta a[href^="tel:"] i {
    font-size: 18px;
  }
}
.bl_sect.bl_sect__cta a[href^="tel:"] b {
  width: 100%;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-top: .5em;
}
.bl_sect.bl_sect__cta a[href^="tel:"] b:before {
  box-sizing: border-box;
  display: inline-block;
  content: "";
  background: url(../img/i_tel_bk.png) no-repeat center/contain;
  margin: 0 0.1em -0.05em 0;
  width: 0.8em;
  height: 0.8em;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__cta a[href^="tel:"] b {
    margin-top: .25em;
    font-size: 23.1px;
  }
}
.bl_sect.bl_sect__cta a[href^="tel:"] u {
  width: 100%;
  text-decoration: none;
  letter-spacing: .05em;
  padding-left: .05em;
  font-size: 18px;
  margin-top: 1em;
  line-height: 1.5;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__cta a[href^="tel:"] u {
    margin-top: .5em;
    font-size: 12px;
  }
}
.bl_sect.bl_sect__cta a[href$="contact.html"],
.bl_sect.bl_sect__cta a[href*="shop"] {
  background: rgba(255, 255, 255, 0.85) linear-gradient(to left top, #d29a2e 50%, transparent 50.1%) no-repeat right 6px bottom 6px/22px 22px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__cta a[href$="contact.html"],
  .bl_sect.bl_sect__cta a[href*="shop"] {
    padding: 2px;
    background-size: 12px 12px;
    background-position: right 4px bottom 4px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__cta a[href$="contact.html"],
  .bl_sect.bl_sect__cta a[href*="shop"] {
    margin: 0 0 0 auto;
    justify-content: flex-start;
    text-align: left;
    padding-left: 28px;
  }
  .bl_sect.bl_sect__cta a[href$="contact.html"]:nth-child(n+3),
  .bl_sect.bl_sect__cta a[href*="shop"]:nth-child(n+3) {
    margin-top: 20px;
  }
  .bl_sect.bl_sect__cta a[href$="contact.html"]:hover, .bl_sect.bl_sect__cta a[href$="contact.html"]:focus,
  .bl_sect.bl_sect__cta a[href*="shop"]:hover,
  .bl_sect.bl_sect__cta a[href*="shop"]:focus {
    opacity: 1;
    background-color: white;
  }
}
.bl_sect.bl_sect__cta a[href$="contact.html"] b,
.bl_sect.bl_sect__cta a[href*="shop"] b {
  margin-top: .25em;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .1em;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__cta a[href$="contact.html"] b,
  .bl_sect.bl_sect__cta a[href*="shop"] b {
    font-size: 13px;
    letter-spacing: 0;
  }
}

.bl_backToTop {
  position: relative;
  display: block;
  /*
  // ★半分下に位置をずらす場合
  // (ボタンの半分 + bottom値)
  @include mq(sp) {
  	margin-top: 35px;
  	margin-bottom: -35px;
  }
  @include mq(pc) {
  	margin-top: 50px;
  	margin-bottom: -50px;
  }
  */
}
@media all and (max-width: 640.9px) {
  .bl_backToTop {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 641px) {
  .bl_backToTop {
    margin-top: -5px;
    margin-bottom: 5px;
  }
}
.bl_backToTop > a {
  display: block;
  text-align: center;
  min-width: 44px;
  min-height: 44px;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  line-height: 1.25;
  transition: .2s border, .2s color, .2s height, .2s width, .2s opacity;
  background: url(../img/i_top.png) no-repeat center, linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) no-repeat center;
  		/*
  		// ★矢印
  		@include iconArrow(before, absolute, $c2, .8em, 3px);
  		&:before {
  			top: 22%;
  			left: 50%;
  			transform: translate(-50%, 0) rotate(-135deg);
  
  			@include mq(sp) {
  				border-width: 0 2px 2px 0;
  			}
  		}
  		*/
}
@media all and (max-width: 640.9px) {
  .bl_backToTop > a {
    right: 10px;
    bottom: 10px;
    padding-top: 18px;
    font-size: 12px;
    height: 79.75px;
    background-size: auto 80%, 90% 100%;
  }
}
@media all and (min-width: 641px) {
  .bl_backToTop > a {
    right: 30px;
    bottom: 5px;
    font-size: 16px;
    width: 50px;
    height: 145px;
  }
  .bl_backToTop > a:hover, .bl_backToTop > a:focus {
    opacity: .7;
  }
}

.bl_backToTop > a {
  position: fixed;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.bl_backToTop.is_inView > a {
  position: absolute;
}

body.is_noTop .bl_backToTop > a {
  opacity: 1;
  pointer-events: auto;
}
@media all and (min-width: 641px) {
  body.is_noTop .bl_backToTop > a:hover, body.is_noTop .bl_backToTop > a:focus {
    opacity: .7;
  }
}

.ly_footer {
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.bl_footer {
  margin: 0 auto;
  max-width: 1160px;
  font-size: 14px;
  overflow: hidden;
}
@media all and (max-width: 640.9px) {
  .bl_footer {
    padding-top: 13.75px;
  }
}
@media all and (min-width: 641px) {
  .bl_footer {
    padding-top: 50px;
  }
}

/*
// 会社情報
.bl_footer_info {
	// ★中央寄せ
	//display: flex;
	//flex-wrap: wrap;
	//justify-content: center;
	//align-items: center;
	//text-align: center;

	// ★中央寄せだがロゴを左にする場合。
	@include mq(sp) {
		max-width: calc(56px + 17em);
		margin: 0 auto;
	}
	
	// ロゴ
	.bl_footer_logo {
		// ★Design
		//margin: 0 auto;
		//text-align: center;
		//width: 100%;
		text-align: left;
		
		@include mq(sp) {
			//text-align: center;
			
			// ★左
			float: left;
			width: 56px;
			margin-right: .75em;
		}

		img {
			vertical-align: bottom;

			@include mq(sp) {
				// ★Design
				width: 398px*$sp;
			}
			@include mq(pc) {
				// ★Design
				//width: 160px;
				width: 80px;
				image-rendering: -webkit-optimize-contrast; // for webkit
			}
		}
	}

	// 文字情報
	p {
		// ★ Design
		//text-align: center;
		letter-spacing: .05em;
		margin-top: .25em;

		// 横並びの場合
		//margin-right: 1.5em;
		//&:last-child {
		//	margin-right: 0;
		//}

		@include mq(sp) {
			text-align: center;
			margin-top: .25em;
		}
	}
	// 社名
	.bl_footer_name {
		font-size: 26px;
		font-weight: 700;
		letter-spacing: .05em;
		//padding-left: .05em;
		margin-top: .5em;

		@include mq(sp) {
			font-size: 40px*$sp;
			text-align: left;
			line-height: 1;
			letter-spacing: 0;
			padding-left: 0;
			white-space: nowrap;
		}
	}
	// 住所
	.bl_footer_adrs {
		// ★Design
		margin-top: .25em;
		font-size: 15px;

		@include mq(sp) {
			//width: 100%;
			//margin-right: 0;
			font-size: 26px*$sp;
			text-align: left;
		}
	}
	// 電話
	.bl_footer_tel {
		@include mq(sp) {
			clear: both;
			margin-top: 1em;
		}
	}
	a[href^="tel:"] {
		font-size: 32px;
		font-weight: 700;
		letter-spacing: .05em;
		padding-left: .05em;
		margin-top: .5em;

		@include mq(sp) {
			font-size: 46px*$sp;
			margin-top: 20px;
		}

		// ★Icon
		@include icon(before, '../img/i_tel_wt.png', 1.25em, 1.25em, 0 .25em -.25em 0);
		&:before {
			border-radius: 50%;
			border: 2px solid #fff;
			background-size: auto 50%;
			image-rendering: -webkit-optimize-contrast; // for webkit

			@include mq(sp) {
				border-width: 1px;
			}
		}
	}

	// FAX
	.bl_footer_fax {
	}

	// MAPボタン
	a[href^="https://goo.gl"] {
		border: 1px solid #666;
		border-radius: 2px;
		display: inline-block;

		padding: 2px 10px;
		margin-left: 10px;
		position: absolute;

		@include mq(sp) {
			top: 0;
			right: 0;
		}
		@include mq(pc) {
			bottom: 2px;
			transition: .2s opacity;
			&:hover,
			&:focus {
				opacity: .7;
			}
		}
	}
}
*/
ul.bl_footer_nav {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 640.9px) {
  ul.bl_footer_nav {
    flex-direction: column;
    margin: 0 auto;
    width: calc(100% - 40px);
    border-bottom: 1px dashed #c2b18e;
  }
}
@media all and (min-width: 641px) {
  ul.bl_footer_nav {
    justify-content: center;
  }
}
@media all and (max-width: 640.9px) {
  ul.bl_footer_nav li {
    border-top: 1px dashed #c2b18e;
  }
}
@media all and (min-width: 641px) {
  ul.bl_footer_nav li {
    display: flex;
    flex-wrap: wrap;
    /*
    // 横並びの場合：左右罫線
    border: 1px solid #869306;
    border-width: 0 1px;
    margin-left: -1px;
    */
    margin-right: 4em;
  }
  ul.bl_footer_nav li > * {
    width: 100%;
  }
  ul.bl_footer_nav li:last-child {
    margin-right: 0;
  }
}
ul.bl_footer_nav a,
ul.bl_footer_nav label {
  display: flex;
  flex-wrap: wrap;
  color: inherit;
  align-items: center;
  align-content: center;
  line-height: 1.25;
  font-weight: 700;
  min-height: 44px;
  color: #7c715b;
}
@media all and (max-width: 640.9px) {
  ul.bl_footer_nav a,
  ul.bl_footer_nav label {
    min-height: 44px;
    padding-left: .75em;
    justify-content: center;
    text-align: center;
    padding: 2px 0 3px .2em;
    letter-spacing: .2em;
  }
}
@media all and (min-width: 641px) {
  ul.bl_footer_nav a,
  ul.bl_footer_nav label {
    position: relative;
    min-height: 34px;
    font-size: 16px;
    padding: .1em 0 .2em .1em;
    letter-spacing: .1em;
  }
}
@media all and (min-width: 641px) {
  ul.bl_footer_nav a {
    transition: .2s opacity;
  }
  ul.bl_footer_nav a:hover, ul.bl_footer_nav a:focus {
    opacity: .7;
  }
}
@media all and (max-width: 640.9px) {
  ul.bl_footer_nav > li:first-child {
    border-top: none;
  }
}
ul.bl_footer_nav > li > a,
ul.bl_footer_nav > li > label {
  min-width: 3em;
}
@media all and (min-width: 641px) {
  ul.bl_footer_nav > li ul {
    margin-left: 1.5em;
  }
}
ul.bl_footer_nav > li ul li a > *,
ul.bl_footer_nav > li ul li label > * {
  text-indent: 0;
}
ul.bl_footer_nav > li ul li a:before,
ul.bl_footer_nav > li ul li label:before {
  display: inline-block;
  content: "";
  width: .75em;
  min-width: .75em;
  height: 2px;
  background: #fff;
  margin-right: .5em;
  margin-left: -1.25em;
  vertical-align: middle;
}
@media all and (max-width: 640.9px) {
  ul.bl_footer_nav > li > ul > li > a,
  ul.bl_footer_nav > li > ul > li > label {
    padding-left: 2.5em;
  }
}
@media all and (max-width: 640.9px) {
  ul.bl_footer_nav > li > ul > li > ul > li > a,
  ul.bl_footer_nav > li > ul > li > ul > li > label {
    padding-left: 4em;
  }
}

/*
// フッター ボタン群 (ダウンロード等)
.bl_footer_btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
	@include mq(sp) {
		margin: 20px auto 0;
		width: 77%;
	}

	> li {
		display: flex;
		margin: 36px 18px 0;
		
		@include mq(sp) {
			width: 100%;
			margin: 10px 0 0;
		}
		
		> a {
			@extend %el_btn;
			border: 2px solid $cT;
			border-radius: 1.4em / 50%;
			font-weight: 700;
			letter-spacing: .2em;
			padding-left: .77em;
			min-width: 170px;
			min-height: 40px;

			@include icon(before,'../img/i_file_bk.png', 1.2em, 1.2em, 0 .5em -.05em 0);
			
			@include mq(sp) {
				border-width: 1px;
				width: 100%;
			}
			@include mq(pc) {
				transition: .2s opacity;
				&:hover,
				&:focus {
					opacity: .7;
				}
			}
		}
	}	
}
*/
.bl_footer_sub {
  height: 50px;
  background-color: #003594;
  color: #fff;
  text-align: center;
  padding: 12px 0 8px 0;
  font-size: 12px;
  font-weight: 300 !important;
  display: flex;
  justify-content: center;
}

.bl_footer_copyright {
  font-size: 14px;
  letter-spacing: .1em;
  padding-left: .1em;
  font-weight: 700;
}
@media all and (max-width: 640.9px) {
  .bl_footer_copyright {
    text-align: center;
    font-size: 12px;
  }
}

/*
// トップページ用ヘッダー(MV下グロナビ配置用)
.ly_header.ly_header__index {

	@include mq(pc) {
		//height: 0;
		//z-index: auto;
	}

	// ヘッダー
	.bl_header.js_passView {
		@include mq(sp) {
//			padding-left: 0;
//			background: none;
//			backdrop-filter: none;
		}
		@include mq(pc) {
			// ★MV下に配置する場合
			//position: absolute;
			//margin-top: (770/1920)*100%; // MVの高さ
			// 通り過ぎたら上端に固定
			//&.is_passView {
				//position: fixed;
				//margin: 0;
				//min-width: 1240px;
				//		-webkit-backdrop-filter: blur(3px);
				//		backdrop-filter: blur(3px);
				//		background: rgba(95,133,74,0.8);
				//		height: 44px;
			//}
		}
	}

	// グロナビのみMV下に配置する場合
	.bl_header {
		@include mq(pc) {
			position: static;
		}
	}
	// ヘッダーまたはグロナビをMV下に配置する
	.js_passView {
		@include mq(pc) {
			// ★MV下に配置する場合
			position: absolute;
			margin-top: (770/1920)*100%; // MVの高さ

			// 通り過ぎたら上端に固定
			&.is_passView {
				position: fixed;
				margin: 0;
			}
		}
	}

//	.bl_header_title {
//		display: block;
//
//		@include mq(sp) {
//			position: absolute;
//
//			// Design
//			display: flex;
//			flex-direction: column;
//			justify-content: center;
//			padding: 15px;
//			margin-top: 125%; // MVの高さ
//			top: 0;
//			width: 100%;
//			height: 170px*$sp;
//			background: #e6dcd4;
//		}
//	}
	
//	nav.bl_header_drawer {
//		@include mq(pc) {
//			height: 0;
//		}
//	}
}

//.is_noTop .ly_header.ly_header__index {
//	.bl_header {
//
//	}
//}

.admin-bar {
	.ly_header.ly_header__index {
		.bl_header {
			@include mq(pc) {
				top: 0;
			}
		}
	}
}
*/
.bl_mv.bl_mv__index {
  position: relative;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  background: #eee no-repeat center/cover;
  overflow: hidden;
  background-color: #e5e7ea;
}
.bl_mv.bl_mv__index .bl_mv_slide picture img {
  width: 100%;
}
.bl_mv.bl_mv__index .swiper-pagination-bullets {
  width: 100%;
  z-index: 1;
  bottom: 2px;
}
@media all and (min-width: 641px) {
  .bl_mv.bl_mv__index .swiper-pagination-bullets {
    text-align: right;
    padding-right: calc(50vw - 580px);
  }
}
.bl_mv.bl_mv__index .swiper-pagination-bullet {
  position: relative;
  width: 44px;
  height: 44px;
  background: transparent;
  opacity: .6;
}
@media all and (max-width: 640.9px) {
  .bl_mv.bl_mv__index .swiper-pagination-bullet {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media all and (min-width: 641px) {
  .bl_mv.bl_mv__index .swiper-pagination-bullet {
    width: 40px;
    margin-left: 10px;
    transition: .2s opacity;
  }
  .bl_mv.bl_mv__index .swiper-pagination-bullet:hover, .bl_mv.bl_mv__index .swiper-pagination-bullet:focus {
    opacity: 1;
  }
}
.bl_mv.bl_mv__index .swiper-pagination-bullet:focus {
  outline: none;
}
.bl_mv.bl_mv__index .swiper-pagination-bullet:before {
  position: absolute;
  display: block;
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: .2s background, .2s opacity;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
  width: 100%;
  height: 6px;
  opacity: .5;
}
.bl_mv.bl_mv__index .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
}
.bl_mv.bl_mv__index .bl_mv_inner {
  height: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media all and (max-width: 640.9px) {
  .bl_mv.bl_mv__index .bl_mv_inner {
    padding-bottom: 10%;
  }
}
@media all and (min-width: 641px) {
  .bl_mv.bl_mv__index .bl_mv_inner {
    padding-bottom: 2.5%;
  }
}
@media all and (max-width: 640.9px) {
  .bl_mv.bl_mv__index .bl_mv_inner figure {
    max-width: 90%;
  }
}
@media all and (min-width: 641px) {
  .bl_mv.bl_mv__index .bl_mv_inner figure {
    max-width: 45%;
  }
}
.bl_mv.bl_mv__index .bl_mv_inner h2 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  color: #9d7e3d;
  font-weight: 700;
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
  letter-spacing: .075em;
  padding-left: .075em;
  line-height: 1.8;
  margin-top: .5em;
}
@media all and (max-width: 640.9px) {
  .bl_mv.bl_mv__index .bl_mv_inner h2 {
    font-size: 13.2px;
  }
}

.bl_sect.bl_sect__latestInfo {
  padding: 100px 0 0;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestInfo {
    padding: 44px 0 0;
  }
}
.bl_sect.bl_sect__latestInfo .ly_cont {
  position: relative;
}
.bl_sect.bl_sect__latestInfo .bl_sect_title {
  font-family: "Arial", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #c2b18e;
  font-size: 2em;
  font-weight: 700;
  background: linear-gradient(to bottom, #c2b18e, #c2b18e) no-repeat left bottom/1.5em 2px;
  padding-bottom: .5em;
  line-height: 1.25;
  letter-spacing: .05em;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestInfo .bl_sect_title {
    font-size: 22px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__latestInfo .bl_sect_title {
    float: left;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestInfo .bl_latestPosts {
    margin-top: .5em;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__latestInfo .bl_latestPosts {
    width: 890px;
    margin-left: auto;
  }
}
.bl_sect.bl_sect__latestInfo .bl_latestPost {
  margin-top: 18px;
  border-bottom: 1px dotted #c2b18e;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestInfo .bl_latestPost {
    margin-top: 1em;
    padding-bottom: 1em;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__latestInfo .bl_latestPost {
    display: flex;
    padding-bottom: 18px;
  }
  .bl_sect.bl_sect__latestInfo .bl_latestPost:first-child {
    margin-top: 4px;
  }
}
.bl_sect.bl_sect__latestInfo .bl_latestPost time {
  color: #c2b18e;
  font-weight: 700;
  letter-spacing: .05em;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__latestInfo .bl_latestPost time {
    width: 120px;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestInfo .bl_latestPost_cont {
    margin-top: .5em;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__latestInfo .bl_latestPost_cont {
    width: calc(100% - 120px);
    letter-spacing: .05em;
  }
}

.bl_sect.bl_sect__latestWork {
  padding: 200px 0 65px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestWork {
    padding: 88px 0 77px;
  }
}
.bl_sect.bl_sect__latestWork .bl_sect_title {
  text-align: center;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: .2em;
  padding-left: .2em;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestWork .bl_sect_title {
    font-size: 27.5px;
  }
}
.bl_sect.bl_sect__latestWork .bl_sect_lead {
  margin-top: 1em;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__latestWork .bl_sect_lead {
    text-align: center;
    font-size: 18px;
  }
}
.bl_sect.bl_sect__latestWork .bl_latestPosts {
  margin-top: 60px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestWork .bl_latestPosts {
    margin-top: 20px;
  }
}
.bl_sect.bl_sect__latestWork .bl_latestPost {
  background: #fff;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestWork .bl_latestPost {
    margin-top: 15px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
  .bl_sect.bl_sect__latestWork .bl_latestPost figure {
    width: 34%;
    height: 23vw;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__latestWork .bl_latestPost {
    width: 31.04%;
    max-width: 360px;
    margin-top: 40px;
    margin-left: 3.44%;
  }
  .bl_sect.bl_sect__latestWork .bl_latestPost:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestWork .bl_latestPost > a {
    padding: 5px 10px 15px 38%;
    min-height: 23vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__latestWork .bl_latestPost > a {
    padding-bottom: 20px;
  }
}
.bl_sect.bl_sect__latestWork .bl_latestPost time {
  font-weight: 700;
  opacity: .5;
  font-size: 20px;
  letter-spacing: .05em;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestWork .bl_latestPost time {
    font-size: 12px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__latestWork .bl_latestPost time {
    margin-top: 20px;
  }
}
.bl_sect.bl_sect__latestWork .bl_latestPost h3 {
  font-weight: 700;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestWork .bl_latestPost h3 {
    font-size: 15.4px;
    margin-top: 6px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__latestWork .bl_latestPost h3 {
    margin-top: 10px;
    font-size: 20px;
  }
}
.bl_sect.bl_sect__latestWork .bl_latestPosts_cats {
  background: #c2b18e;
  color: #fff;
  font-weight: 700;
  padding: .5em .75em;
  font-size: 20px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestWork .bl_latestPosts_cats {
    font-size: 12px;
    margin-top: .25em;
    padding: .25em .5em;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__latestWork .bl_latestPosts_cats {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    max-width: 90%;
  }
}

.bl_sect.bl_sect__latestBlog {
  padding: 200px 0 65px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestBlog {
    padding: 88px 0 77px;
  }
}
.bl_sect.bl_sect__latestBlog .bl_sect_title {
  text-align: center;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: .2em;
  padding-left: .2em;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestBlog .bl_sect_title {
    font-size: 27.5px;
  }
}
.bl_sect.bl_sect__latestBlog .bl_sect_lead {
  margin-top: 1em;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__latestBlog .bl_sect_lead {
    text-align: center;
    font-size: 18px;
  }
}
.bl_sect.bl_sect__latestBlog .bl_latestPosts {
  margin-top: 60px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestBlog .bl_latestPosts {
    margin-top: 20px;
  }
}
.bl_sect.bl_sect__latestBlog .bl_latestPost {
  background: #fff;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestBlog .bl_latestPost {
    margin-top: 15px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
  .bl_sect.bl_sect__latestBlog .bl_latestPost figure {
    width: 34%;
    height: 23vw;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__latestBlog .bl_latestPost {
    width: 31.04%;
    max-width: 360px;
    margin-top: 40px;
    margin-left: 3.44%;
  }
  .bl_sect.bl_sect__latestBlog .bl_latestPost:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestBlog .bl_latestPost > a {
    padding: 5px 10px 15px 38%;
    min-height: 23vw;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__latestBlog .bl_latestPost > a {
    padding-bottom: 20px;
  }
}
.bl_sect.bl_sect__latestBlog .bl_latestPost time {
  font-weight: 700;
  opacity: .5;
  font-size: 20px;
  letter-spacing: .05em;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestBlog .bl_latestPost time {
    font-size: 12px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__latestBlog .bl_latestPost time {
    margin-top: 20px;
  }
}
.bl_sect.bl_sect__latestBlog .bl_latestPost h3 {
  font-weight: 700;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestBlog .bl_latestPost h3 {
    font-size: 15.4px;
    margin-top: 6px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__latestBlog .bl_latestPost h3 {
    margin-top: 10px;
    font-size: 20px;
  }
}
.bl_sect.bl_sect__latestBlog .bl_latestPosts_cats {
  background: #c2b18e;
  color: #fff;
  font-weight: 700;
  padding: .5em .75em;
  font-size: 20px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__latestBlog .bl_latestPosts_cats {
    font-size: 12px;
    margin-top: .25em;
    padding: .25em .5em;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__latestBlog .bl_latestPosts_cats {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    max-width: 90%;
  }
}

.bl_sect.bl_sect__index1 {
  padding: 95px 0 110px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index1 {
    padding: 49.5px 0 55px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__index1 .ly_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.bl_sect.bl_sect__index1 .bl_col {
  border: solid 4px #88cd37;
  border-radius: 15px;
  width: 850px;
  padding: 35px 0 60px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index1 .bl_col {
    border: solid 2px #88cd37;
    width: 100%;
    padding: 22px 0 33px;
  }
}
.bl_sect.bl_sect__index1 .bl_col .bl_sect_title {
  text-align: center;
}
.bl_sect.bl_sect__index1 .bl_col .bl_sect_title > h2 {
  color: #79c026;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: .14em;
  line-height: 1.4em;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index1 .bl_col .bl_sect_title > h2 {
    letter-spacing: .075em;
    line-height: 1.2em;
    font-size: 15.4px;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index1 .bl_col ul {
    margin-top: 27.5px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__index1 .bl_col ul {
    margin-top: 50px;
    margin-left: 60px;
  }
}
.bl_sect.bl_sect__index1 .bl_col ul > li {
  font-weight: 700;
  color: #79c026;
  letter-spacing: .075em;
  font-size: 14px;
  display: flex;
  margin-top: 25px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index1 .bl_col ul > li {
    font-size: 13.2px;
    line-height: 1.4em;
    width: 96%;
    padding-left: 49.5px;
    position: relative;
  }
  .bl_sect.bl_sect__index1 .bl_col ul > li:before {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/index_i_check.png) no-repeat;
    width: 1.5em;
    height: 1.5em;
    background-size: contain;
    left: 1.5em;
    top: 0;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__index1 .bl_col ul > li:before {
    display: block;
    content: "";
    background: url(../img/index_i_check.png) no-repeat;
    width: 22px;
    height: 22px;
    background-size: contain;
    margin-right: .5em;
  }
}

.bl_sect.bl_sect__index2 {
  padding-bottom: 230px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index2 {
    padding-bottom: 60.5px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__index2 .ly_cont {
    padding-top: 50px;
    position: relative;
  }
  .bl_sect.bl_sect__index2 .ly_cont:before {
    right: 260px;
    min-width: 1275px;
    z-index: -1;
    position: absolute;
    display: block;
    content: "";
    background: url(../img/index_photo1.png) no-repeat left center/80% 100%;
    background-size: 72% 100%;
    width: 100vw;
    max-width: 1160px;
    height: 590px;
    top: 0;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__index2 .bl_text {
    width: 505px;
    margin-left: 650px;
  }
}
.bl_sect.bl_sect__index2 .bl_text h2 {
  font-weight: 700;
  font-size: 40px;
  font-family: "Arial", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 10px;
  color: #333333;
  background: linear-gradient(to right, #333333, #333333) no-repeat left bottom/40px 2px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index2 .bl_text h2 {
    font-size: 28.6px;
    padding-bottom: 11px;
  }
}
.bl_sect.bl_sect__index2 .bl_text > h3 {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: .12em;
  line-height: 1.8em;
  margin-top: 30px;
  color: #88cd37;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index2 .bl_text > h3 {
    font-size: 20.9px;
    line-height: 1.5em;
    margin-top: 22px;
    white-space: nowrap;
  }
}
.bl_sect.bl_sect__index2 .bl_text > h3 > em {
  color: #72b5f7;
}
.bl_sect.bl_sect__index2 .bl_text > p {
  font-size: 14px;
  margin-top: 60px;
  color: #555555;
  line-height: 2em;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index2 .bl_text > p {
    font-size: 14.3px;
    margin-top: 22px;
    line-height: 1.5em;
  }
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index2 figure {
    margin-top: 38.5px;
    margin-left: -15px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__index2 figure {
    display: none;
  }
}

.bl_sect.bl_sect__index3 {
  background: linear-gradient(to bottom, #e9f4ff, #ffffff) no-repeat;
  padding: 85px 0 170px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index3 {
    padding: 35.75px 0 96.25px;
  }
}
.bl_sect.bl_sect__index3 h2 {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: .2em;
  line-height: 1;
  color: #333333;
  font-family: "Arial", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 20px;
  background: linear-gradient(to right, #333333, #333333) no-repeat center bottom/40px 2px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index3 h2 {
    font-size: 28.6px;
    background-size: 22px 2px;
    padding-bottom: 11px;
  }
}
.bl_sect.bl_sect__index3 .un_cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__index3 .un_cols {
    margin-top: 80px;
  }
}
.bl_sect.bl_sect__index3 .un_cols > li {
  width: 250px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index3 .un_cols > li {
    width: 40vw;
    margin-top: 35.75px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__index3 .un_cols > li > a > figure {
    position: relative;
    display: block;
  }
  .bl_sect.bl_sect__index3 .un_cols > li > a > figure:hover:before, .bl_sect.bl_sect__index3 .un_cols > li > a > figure:focus:before {
    opacity: 1;
  }
  .bl_sect.bl_sect__index3 .un_cols > li > a > figure:before {
    position: absolute;
    display: block;
    content: "";
    background: rgba(152, 199, 246, 0.7);
    width: 250px;
    height: 250px;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .2s opacity;
    transition: .2s opacity;
    border-radius: 50%;
  }
}
.bl_sect.bl_sect__index3 .un_cols > li > a > p {
  text-align: center;
  font-size: 22px;
  color: #3d3422;
  font-weight: 700;
  margin-top: 40px;
  letter-spacing: .07em;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index3 .un_cols > li > a > p {
    font-size: 14.3px;
    margin-top: 19.25px;
  }
}

.bl_sect.bl_sect__index4 {
  background: url(../img/index_s4_bg_pc.jpg) no-repeat center/cover;
  padding: 210px 0 170px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index4 {
    background: url(../img/index_s4_bg_sp.jpg) no-repeat center/cover;
    padding: 41.25px 0;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__index4 .bl_col {
    margin-left: 670px;
  }
}
.bl_sect.bl_sect__index4 .bl_col i {
  font-family: "Arial", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: .075em;
  line-height: 1;
  color: #333333;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index4 .bl_col i {
    display: block;
    text-align: center;
    font-size: 28.6px;
  }
}
.bl_sect.bl_sect__index4 .bl_col h2 {
  font-size: 14px;
  letter-spacing: .2em;
  margin-top: 10px;
  color: #333333;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index4 .bl_col h2 {
    font-size: 13.2px;
    margin-top: 2.75px;
    text-align: center;
  }
}
.bl_sect.bl_sect__index4 .bl_col > p {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: .075em;
  color: #333333;
  line-height: 1;
  margin-top: 30px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index4 .bl_col > p {
    text-align: center;
    font-size: 13.2px;
    margin-top: 22px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__index4 .bl_col .bl_btns {
    display: block;
    margin-top: 50px;
  }
}
.bl_sect.bl_sect__index4 .bl_col .bl_btns > a {
  background: #c2b18e;
  color: #fff;
  font-size: 16px;
  letter-spacing: .075em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 250px;
  height: 50px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index4 .bl_col .bl_btns > a {
    width: 78%;
    height: 49.5px;
    font-size: 14.3px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__index4 .bl_col .bl_btns > a {
    transition: .2s opacity, .2s background;
  }
  .bl_sect.bl_sect__index4 .bl_col .bl_btns > a:hover, .bl_sect.bl_sect__index4 .bl_col .bl_btns > a:focus {
    opacity: .7;
    background: #b39a66;
  }
}

.bl_sect.bl_sect__index5 {
  padding: 120px 0 100px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index5 {
    padding: 38.5px 0;
  }
}

.bl_sect.bl_sect__index6 {
  padding-bottom: 150px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index6 {
    padding-bottom: 55px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__index6 .bl_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__index6 .bl_col .bl_text {
    width: 43%;
  }
}
.bl_sect.bl_sect__index6 .bl_col .bl_text .bl_sect_title {
  background: linear-gradient(to bottom, #72b5f7, #72b5f7) no-repeat left top/4px 70px;
  padding-left: 20px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index6 .bl_col .bl_text .bl_sect_title {
    padding-left: 11px;
  }
}
.bl_sect.bl_sect__index6 .bl_col .bl_text .bl_sect_title > i {
  font-family: "Arial", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .075em;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index6 .bl_col .bl_text .bl_sect_title > i {
    font-size: 28.6px;
  }
}
.bl_sect.bl_sect__index6 .bl_col .bl_text .bl_sect_title > h2 {
  font-size: 14px;
  letter-spacing: .075em;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index6 .bl_col .bl_text .bl_sect_title > h2 {
    font-size: 13.2px;
  }
}
.bl_sect.bl_sect__index6 .bl_col .bl_text table {
  margin-top: 40px;
  width: 100%;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index6 .bl_col .bl_text table {
    margin-top: 27.5px;
  }
}
.bl_sect.bl_sect__index6 .bl_col .bl_text table th {
  color: #72b5f7;
  font-weight: 700;
  font-size: 16px;
  vertical-align: top;
  padding-top: .6em;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index6 .bl_col .bl_text table th {
    padding-top: .4em;
    width: 5em;
  }
}
.bl_sect.bl_sect__index6 .bl_col .bl_text table td {
  line-height: 2.2em;
  margin-left: 40px;
  padding: 5px 0;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index6 .bl_col .bl_text table td {
    line-height: 1.5em;
    padding-left: 2em;
  }
}
.bl_sect.bl_sect__index6 .bl_col .bl_text table th,
.bl_sect.bl_sect__index6 .bl_col .bl_text table td {
  font-size: 16px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index6 .bl_col .bl_text table th,
  .bl_sect.bl_sect__index6 .bl_col .bl_text table td {
    font-size: 14.3px;
  }
}
.bl_sect.bl_sect__index6 .bl_col figure {
  width: 56%;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index6 .bl_col figure {
    width: 100%;
    margin-top: 44px;
  }
}
.bl_sect.bl_sect__index6 .bl_iframe_wrapper {
  margin-top: 35px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__index6 .bl_iframe_wrapper {
    height: 60vw;
  }
}

.bl_mv.bl_mv__sub.bl_mv__contact {
  background-image: url(../img/contact_mv_pc.jpg);
}
@media all and (max-width: 640.9px) {
  .bl_mv.bl_mv__sub.bl_mv__contact {
    background-image: url(../img/contact_mv_sp.jpg);
  }
}

.bl_sect.bl_sect__contact {
  line-height: 1.5;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__contact {
    font-size: 16px;
    line-height: 1.75;
  }
}
.bl_sect.bl_sect__contact .bl_sect_title {
  text-align: center;
  font-weight: 700;
  letter-spacing: .1em;
  padding-left: .1em;
  font-size: 22px;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__contact .bl_sect_title {
    font-size: 26px;
  }
}
.bl_sect.bl_sect__contact .bl_sect_lead {
  text-align: center;
  font-size: 1.1em;
  margin: 1em auto 0;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__contact .bl_sect_lead {
    font-size: 1.25em;
  }
}
.bl_sect.bl_sect__contact .un_num {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 .25em;
  text-decoration: none;
}
.bl_sect.bl_sect__contact .un_text {
  margin-top: 1em;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__contact .un_text {
    text-align: center;
  }
}
.bl_sect.bl_sect__contact .un_text em {
  color: #f50;
}
.bl_sect.bl_sect__contact .un_text a {
  text-decoration: underline;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__contact .un_text a {
    transition: .2s opacity;
  }
  .bl_sect.bl_sect__contact .un_text a:hover, .bl_sect.bl_sect__contact .un_text a:focus {
    opacity: .7;
  }
}

.bl_sect.bl_sect__contact.bl_sect__contactTel {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__contact.bl_sect__contactTel {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.bl_sect.bl_sect__contact.bl_sect__contactFax {
  background: #eee;
  padding: 60px 0;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__contact.bl_sect__contactFax {
    padding: 30px 0;
  }
}

.bl_sect.bl_sect__contact.bl_sect__contactForm {
  padding: 30px 0 100px;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm {
    padding-top: 60px;
    padding-bottom: 150px;
  }
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form textarea {
  min-height: 16em;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table {
    line-height: 40px;
    border-collapse: separate;
    border-spacing: 0 10px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table th,
  .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table td {
    border: none;
    padding-top: 0;
    padding-bottom: 2px;
    font-size: 16px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table th {
    padding-top: 2px;
    background: #eee;
  }
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .el_btn.bl_form_submit, .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_file .bl_form_submit.bl_form_fileLabel, .bl_form_file .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_submit.bl_form_fileLabel {
  background: #c2b18e;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  width: 100%;
  max-width: 280px;
  min-height: 3.5em;
  height: 3.5em;
  font-size: 18px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm .el_btn.bl_form_submit, .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_file .bl_form_submit.bl_form_fileLabel, .bl_form_file .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_submit.bl_form_fileLabel {
    font-size: 16px;
  }
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm .el_btn.bl_form_submit, .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_file .bl_form_submit.bl_form_fileLabel, .bl_form_file .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_submit.bl_form_fileLabel {
    border-radius: 5px;
    width: 25%;
  }
}

.bl_mv.bl_mv__sub.bl_mv__privacy {
  background-image: url(../img/privacy_mv_pc.jpg);
}
@media all and (max-width: 640.9px) {
  .bl_mv.bl_mv__sub.bl_mv__privacy {
    background-image: url(../img/privacy_mv_sp.jpg);
  }
}

.bl_sect.bl_sect__privacy {
  padding-top: 80px;
  padding-bottom: 150px;
}
@media all and (max-width: 640.9px) {
  .bl_sect.bl_sect__privacy {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.bl_sect.bl_sect__privacy .ly_cont {
  line-height: 1.75;
}
@media all and (min-width: 641px) {
  .bl_sect.bl_sect__privacy .ly_cont {
    line-height: 2;
    border-radius: 25px;
  }
}

.bl_privacy_lead {
  font-weight: 700;
  margin-top: 2em;
}
@media all and (min-width: 641px) {
  .bl_privacy_lead {
    text-align: center;
    font-size: 18px;
  }
}

.bl_privacy {
  border: 1px solid #a6a6a6;
  margin: 1.5em auto;
  max-height: 50vw;
  overflow: auto;
  padding: 1em;
  font-size: 14px;
  max-width: 1000px;
}
@media all and (min-width: 641px) {
  .bl_privacy {
    margin-top: 3em;
    max-height: 17.5em;
    padding: 1em 2em;
  }
}

.bl_sect.bl_sect__privacy dt,
.bl_privacy dt {
  margin-top: 1em;
  font-weight: 700;
}
.bl_sect.bl_sect__privacy ul li,
.bl_privacy ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.bl_sect.bl_sect__privacy ul i,
.bl_privacy ul i {
  font: inherit;
  width: 1em;
}
.bl_sect.bl_sect__privacy a,
.bl_privacy a {
  text-decoration: underline;
}
.bl_sect.bl_sect__privacy a[href^="tel:"],
.bl_privacy a[href^="tel:"] {
  text-decoration: none;
}
.bl_sect.bl_sect__privacy table,
.bl_privacy table {
  margin: .25em 0;
}
.bl_sect.bl_sect__privacy table th,
.bl_sect.bl_sect__privacy table td,
.bl_privacy table th,
.bl_privacy table td {
  border: 1px solid #ccc;
  padding: .25em 1em;
}

.bl_privacy_title {
  font-weight: 700;
  font-size: 1.25em;
  text-align: center;
  line-height: 1.25;
}
.bl_privacy_title:nth-child(n+2) {
  margin-top: 2em;
}
.bl_privacy_title small {
  font-size: .85em;
}

.bl_privacy_col {
  border: 1px solid #ccc;
  margin: .75em 0;
  padding: .5em 1em;
}
.bl_privacy_col a {
  color: #23ac38;
}
.bl_privacy_col a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.bl_privacy_col .bl_privacy_contact {
  margin-top: 0;
}
.bl_privacy_col .bl_privacy_contact dt {
  font-weight: inherit;
  float: left;
  clear: both;
  margin: 0;
  min-width: 5em;
}
.bl_privacy_col .bl_privacy_contact dd {
  margin-left: 5em;
}

.bl_privacy_meta {
  text-align: right;
}
.bl_privacy_meta:first-child {
  margin-bottom: 1em;
}
.bl_privacy_meta:last-child {
  margin-top: 1em;
}
.bl_privacy_meta + * {
  margin-top: 1em;
}

.bl_privacy_contact {
  margin-top: 1em;
}

.bl_sect__login {
  max-width: 100vw !important;
}

.bl_mv.bl_mv__sub.bl_mv__login {
  display: none;
}

.bl_sect__login {
  padding: 134px 0 104px;
  background-color: #F4F4F4;
  position: absolute;
  width: 100%;
  height: 100%;
}
.bl_sect__login .ly_cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_sect__login .ly_cont > * {
  font-size: 14px;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.login_box {
  width: 400px;
  height: 520px;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  overflow: hidden;
}
.login_heading {
  padding: 30px 0 16px 0;
  background-color: #003594;
  height: 130px;
  color: #fff;
}
.login_heading_text {
  text-align: center;
  position: relative;
  padding: 0 10px;
  margin-top: 16px;
}
.login_heading_text::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  top: 10px;
  left: 50px;
}
.login_heading_text::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  top: 10px;
  right: 50px;
}
.login_main {
  padding: 40px 50px;
}
.login_id {
  margin-bottom: 20px;
}
.login_id label {
  display: block;
  border-top: 10px;
  text-align: left !important;
}
.login_input {
  outline: none;
  border: 1px solid #BFBFBF;
  padding: 10px 5px;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
}
.login_input::placeholder {
  color: #A9A9A9;
}
.login_pass label {
  display: block;
  border-top: 10px;
  text-align: left !important;
}
.login_error {
  display: block;
  margin-top: 16px;
  color: #FF0000;
}
.login_save-pw {
  margin-top: 30px;
  text-align: center;
}
.login_btn {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-image: linear-gradient(to bottom, #FFBA00, #FA7E07);
  color: #fff;
  width: 100%;
  margin-top: 23px;
  border-radius: 5px;
  height: 50px;
  cursor: pointer;
  transition: hover .4s;
}
.login_btn:hover, .login_btn:focus {
  opacity: .8;
}

.hide-error {
  display: none;
}

.show-error {
  display: block;
}

.bl_mv.bl_mv__sub.bl_mv__top {
  display: none;
}

.bl_sect__top {
  padding-bottom: 100px;
}

.ly_header__top-menu .hp_ly_cont {
  display: none;
}

.top_flex {
  display: flex;
  align-items: center;
  gap: 60px;
  align-items: start !important;
  padding: 20px 0 30px 0;
}
.top_flex-sm {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.top_flex-sm_item {
  width: 250px;
  height: 165px;
  background-color: #009CE2;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.top_flex-sm_item:hover, .top_flex-sm_item:focus {
  opacity: .8;
}
.top_flex-sm figure img {
  width: 75%;
}
.top_flex-sm2 .item2 {
  padding: 12px 0 !important;
}
.top_heading-tertiary {
  font-weight: 700;
  font-size: 24px;
  padding-left: 23px;
  position: relative;
}
.top_heading-tertiary::after {
  position: absolute;
  content: "";
  background: #003594;
  width: 4px;
  height: 26px;
  top: 0;
  left: 0;
}
.top_caption {
  font-size: 24px;
  display: block;
  margin-top: 10px;
  text-align: center;
}
.top_right_col .top_flex-sm_item {
  padding: 12px 0 !important;
}

.mbt-40 {
  margin-bottom: 40px;
}

.heading-tertiary {
  font-weight: 700;
  font-size: 24px !important;
  line-height: 1.2;
  padding-left: 23px;
  position: relative;
}
.heading-tertiary::after {
  position: absolute;
  content: "";
  background: #003594;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
}

#date-select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #A9A9A9;
  border-radius: 5px;
}

.bl_sect__companies {
  padding: 30px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.bl_sect__companies > * {
  font-size: 14px;
}

.bl_sect__path {
  padding-top: 12px;
}
.bl_sect__path .ly_cont {
  text-align: right;
}
.bl_sect__path .bl_path {
  font-size: 12px;
  list-style: none;
  display: flex;
  justify-content: end;
  gap: 10px;
  margin: 0;
}
.bl_sect__path .bl_path a:link,
.bl_sect__path .bl_path a:visited {
  color: #333;
  cursor: pointer;
  transition: opacity .4s;
  text-decoration: none;
}
.bl_sect__path .bl_path a:link:hover, .bl_sect__path .bl_path a:link:focus,
.bl_sect__path .bl_path a:visited:hover,
.bl_sect__path .bl_path a:visited:focus {
  opacity: .8;
}
.bl_sect__path .bl_path a:first-child {
  text-transform: uppercase;
  color: #003594;
}
.bl_sect__path .bl_path .slash {
  display: inline-block;
  margin: 0 14px;
}

.edt__navigate_btns {
  margin-top: 35px;
  opacity: 0.5;
  pointer-events: none;
  display: flex;
  align-items: end;
  gap: 10px;
}
.edt__navigate_btns .modal__btn {
  cursor: pointer;
  transition: opacity .4s;
  border-radius: 3px;
}
.edt__navigate_btns .modal__btn:hover, .edt__navigate_btns .modal__btn:focus {
  opacity: .8;
}
.edt__navigate_btns .modal__btn_save {
  border: 1px solid #FA7E07;
  background-image: linear-gradient(to bottom, #FFBA00, #FA7E07);
  color: #fff;
  width: 140px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.edt__navigate_btns .modal__btn_remove {
  border: 1px solid #B5B5B5;
  background-image: linear-gradient(to bottom, #F0F0F0, #C1C1C1);
  color: #333;
  width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.edt__navigate_btns .modal__btn_cancel {
  border: 1px solid #B5B5B5;
  background-image: linear-gradient(to bottom, #F0F0F0, #C1C1C1);
  color: #333;
  width: 140px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.edt_btns {
  max-width: 990px;
  margin-left: auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.edt_left_btns button:first-child {
  margin-right: 10px;
}
.edt_btn {
  display: inline-block;
  outline: none;
  cursor: pointer;
  transition: opacity .4s;
  width: 140px;
  padding: 9px 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
.edt_btn:hover, .edt_btn:focus {
  opacity: .8;
}
.edt_search {
  border: 1px solid #FA7E07;
  background-image: linear-gradient(to bottom, #FFBA00, #FA7E07);
  display: inline-block;
}
.edt_add {
  border: 1px solid #3899E4;
  background-image: linear-gradient(to bottom, #5DC1FA, #3899E4);
}
.edt_edit {
  border: 1px solid #FA7E07;
  background-image: linear-gradient(to bottom, #FFBA00, #FA7E07);
}
.edt_tables {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
.edt_tables table tr th,
.edt_tables table tr td {
  border: 1px solid #BFBFBF;
}
.edt_left_col {
  height: 1020px;
  overflow-y: auto;
}
.edt_left_table {
  width: 100%;
}
.edt_left_table thead tr th {
  background-color: #FACD89;
  text-align: center;
}
.edt_left_table thead tr th:nth-child(2) {
  width: 230px;
}
.edt_left_table thead tr th:nth-child(3) {
  width: 90px;
}
.edt_left_table thead tr th:nth-child(2),
.edt_left_table thead tr th:nth-child(3),
.edt_left_table thead tr th:last-child {
  padding: 12px 0;
}
.edt_left_table tbody tr th {
  background-color: #FACD89;
  text-align: center;
}
.edt_left_table tbody tr:not(:nth-child(odd)) {
  background-color: #f5f5f5;
}
.edt_desc-btn {
  border: 1px solid #B5B5B5;
  width: 100%;
  padding: 2px 0;
  text-align: center;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #F0F0F0, #C1C1C1);
  transition: opacity .4s;
  cursor: pointer;
}
.edt_desc-btn:hover, .edt_desc-btn:focus {
  opacity: .8;
}
.edt_input {
  border: 1px solid #A9A9A9;
  border-radius: 3px;
  padding: 3px 0;
  padding-left: 10px;
  width: 100%;
  outline: none;
}
.edt_right_table1 {
  margin-bottom: 10px;
}
.edt_right_table1 tr th {
  width: 150px;
  background-color: #E3E5ED;
  padding: 10px;
}
.edt_right_table1 tr td {
  padding: 5px;
}
.edt_right_table1 .bl_required {
  color: #fff;
  background-color: #F05037;
  padding: 2px 5px;
}
.edt_right_table1 tr td input::-webkit-input-placeholder {
  color: #A9A9A9;
}
.edt_right_table2 {
  margin-bottom: 10px;
}
.edt_right_table2 tr th {
  width: 150px;
  background-color: #E3E5ED;
  padding: 10px;
}
.edt_right_table2 tr td {
  padding: 5px;
}
.edt_right_table2 tr td input::-webkit-input-placeholder {
  color: #A9A9A9;
}
.edt_right_table2 tr td textarea::-webkit-input-placeholder {
  color: #A9A9A9;
}
.edt_right_table3 {
  margin: 5px;
  width: 660px;
}
.edt_right_table3 tr th {
  background-color: #FACD89;
  text-align: center;
  padding: 10px 0;
}
.edt_right_table3 tr:last-child {
  padding: 5px;
}
.edt_right_table3 thead tr th:first-child {
  min-width: 30px;
}
.edt_right_table3 tbody .num {
  text-align: center;
}
.edt_right_table3 tbody tr td {
  padding: 5px;
}
.edt_right_table3 tbody tr:not(:nth-child(odd)) {
  background-color: #f5f5f5;
}
.edt_hp_flex {
  display: flex;
  gap: 8px;
}
.edt_hp_flex label {
  color: #fff;
  font-weight: 600;
  height: 30px;
  width: 100px;
  border: 1px solid #FA7E07;
  background-image: linear-gradient(to bottom, #FFBA00, #FA7E07);
  border-radius: 5px;
  cursor: pointer;
  transition: opacity .4s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 29px;
}
.edt_hp_flex label:hover, .edt_hp_flex label:focus {
  opacity: .8;
}
.edt_left_title {
  font-size: 18px;
  color: #003594;
  font-weight: 600;
  margin-bottom: 13px;
}
.edt_right_title {
  font-size: 18px;
  color: #003594;
  font-weight: 600;
  margin-bottom: 13px;
}

.t-center {
  text-align: center !important;
}

.pd-5 {
  padding: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.edt_remarks {
  width: 100%;
  height: 100px;
  outline: none;
  border: 1px solid #A9A9A9;
  resize: none;
  border-radius: 5px;
  padding: 10px;
}

.edt_payment {
  height: 70px;
  width: 100%;
}

.edt_table3-caption {
  background-color: #E3E5ED;
  text-align: center;
  padding: 15px 0;
}

.edt_table3_container {
  border: 1px solid #BFBFBF;
}

.edt_input-sm {
  outline: none;
  border: 1px solid #A9A9A9;
  border-radius: 3px;
  background-color: #fff;
}

.bg-blue {
  background-color: rgba(93, 193, 250, 0.6);
}

.hp_borderErr {
  border: 1px solid #FF0000;
}

.hp_edt_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.js_companie_select {
  cursor: pointer;
}
.js_companie_select:hover {
  opacity: 0.5;
}

.add {
  opacity: 0.5;
}

.pev {
  pointer-events: none;
}

.inactive {
  opacity: 0.5;
  pointer-events: none;
}

.toggle-btnEdit {
  display: none;
}

.mess_modal_inner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.show-msg-btn {
  opacity: 1;
  pointer-events: auto;
}

.show-modal {
  display: flex;
}

.hide-modal {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.error {
  font-size: 14px;
  color: #FF0000 !important;
  margin-top: 10px;
}

.bl_error {
  color: #FF0000;
}

.hide-error {
  display: none;
}

.show-error {
  display: block;
}

.ly_main__companies #search_modal:checked + .modal_inner {
  display: flex;
}
.ly_main__companies #search_modal:not(:checked) + .modal_inner {
  display: none;
}
.ly_main__companies #navigate_btns:checked ~ .bl_sect__companies .edt__navigate_btns {
  opacity: 1;
  pointer-events: auto;
}
.ly_main__companies #navigate_btns:checked ~ .bl_sect__companies .edt__btn_adr-search {
  opacity: 1;
  pointer-events: auto;
}
.ly_main__companies #navigate_btns:not(:checked) ~ .bl_sect__companies .edt__navigate_btns {
  opacity: 0.5;
  pointer-events: none;
}

.ly_main__deadline-edit #choose_file_modal:not(:checked) + .modal_inner {
  display: none;
}
.ly_main__deadline-edit #choose_file_modal:checked + .modal_inner {
  display: flex;
}

.bl_sect__companies {
  margin-top: 20px;
  padding-bottom: 280px;
}
.bl_sect__companies ::-webkit-scrollbar {
  width: 20px;
}
.bl_sect__companies ::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #BFBFBF;
  border-left: 1px solid transparent;
}
.bl_sect__companies ::-webkit-scrollbar-thumb {
  background-color: #D6DFE4;
  background-clip: content-box;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 4px;
}
.bl_sect__companies ::-webkit-scrollbar-button {
  display: block;
  background-color: #003594;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  background-size: 80%;
  position: relative;
  z-index: 2;
}
.bl_sect__companies ::-webkit-scrollbar-button:vertical:start:decrement {
  background-image: url(../img/in-btn.png);
}
.bl_sect__companies ::-webkit-scrollbar-button:vertical:start:increment {
  display: none;
}
.bl_sect__companies ::-webkit-scrollbar-button:vertical:end:decrement {
  display: none;
}
.bl_sect__companies ::-webkit-scrollbar-button:vertical:end:increment {
  background-image: url(../img/de-btn.png);
}

.bl_sect__deadlines {
  margin-top: 20px;
  padding-bottom: 280px;
}
.bl_sect__deadlines ::-webkit-scrollbar {
  width: 20px;
}
.bl_sect__deadlines ::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #BFBFBF;
  border-left: 1px solid transparent;
}
.bl_sect__deadlines ::-webkit-scrollbar-thumb {
  background-color: #D6DFE4;
  background-clip: content-box;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 4px;
}
.bl_sect__deadlines ::-webkit-scrollbar-button {
  display: block;
  background-color: #003594;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  background-size: 80%;
  position: relative;
  z-index: 2;
}
.bl_sect__deadlines ::-webkit-scrollbar-button:vertical:start:decrement {
  background-image: url(../img/in-btn.png);
}
.bl_sect__deadlines ::-webkit-scrollbar-button:vertical:start:increment {
  display: none;
}
.bl_sect__deadlines ::-webkit-scrollbar-button:vertical:end:decrement {
  display: none;
}
.bl_sect__deadlines ::-webkit-scrollbar-button:vertical:end:increment {
  background-image: url(../img/de-btn.png);
}

.asc,
.desc {
  cursor: pointer;
}
.asc:hover, .asc:focus,
.desc:hover,
.desc:focus {
  opacity: .8;
}

.arr {
  display: flex;
  justify-content: center;
}

.asc:after {
  display: inline-block !important;
  content: " \2193";
}

.desc:after {
  display: inline-block !important;
  content: " \2191";
}

.ly_main__deadlines .modal__table {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 25px;
}

.dl_hp_flex {
  justify-content: space-between;
}
.dl_hp_flex, .dl_hp_left-col, .dl_hp_right-col {
  display: flex;
  align-items: center;
}
.dl_hp_left-col, .dl_hp_right-col {
  gap: 10px;
  flex: 0 0 145px;
}
.dl_hp_flex .dl__input {
  flex: 0 0 110px;
}

.deadline_top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0;
  margin: 22px 0 20px 0;
}
.deadline_top > * {
  font-size: 14px;
}
.deadline_top_left-col {
  font-size: 14px;
  font-weight: 600;
}
.deadline_top_btns-col .dl_btn {
  outline: none;
  cursor: pointer;
  transition: opacity .4s;
  width: 140px;
  padding: 9px 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
}
.deadline_top_btns-col .dl_btn:hover, .deadline_top_btns-col .dl_btn:focus {
  opacity: .8;
}
.deadline_top_btns-col .dl_btn:not(:last-child) {
  margin-right: 10px;
}
.deadline_top_btns-col .dl_csv {
  color: #333333;
  border: 1px solid #B5B5B5;
  background-image: linear-gradient(to bottom, #F0F0F0, #C1C1C1);
}
.deadline_top_btns-col .dl_search {
  border: 1px solid #FA7E07;
  background-image: linear-gradient(to bottom, #FFBA00, #FA7E07);
  text-align: center;
  display: inline-block;
}
.deadline_top_btns-col .dl_add {
  border: 1px solid #3899E4;
  background-image: linear-gradient(to bottom, #5DC1FA, #3899E4);
}
.deadline_middle_table tr td {
  border: 1px solid #BFBFBF;
}
.deadline_middle_table th {
  position: relative;
  border: 1px solid #BFBFBF;
}
.deadline_middle_table th, .deadline_middle_table td {
  font-size: 13px;
}
.deadline_middle_table tr td a {
  text-decoration: underline;
  transition: opacity .4s;
}
.deadline_middle_table tr td a:hover, .deadline_middle_table tr td a:focus {
  opacity: .6;
}
.deadline_middle .dl_thead tr th {
  text-align: center;
}
.deadline_middle .dl_thead tr th span {
  display: block;
  text-align: center;
}
.deadline_middle .dl_tbody tr td {
  padding-left: 10px;
}
.deadline_middle .dl_tbody tr:nth-child(odd) {
  background-color: #fff;
}
.deadline_middle .dl_tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.deadline_middle .dl_tbody tr td:nth-child(6), .deadline_middle .dl_tbody tr td:nth-child(7), .deadline_middle .dl_tbody tr td:nth-child(8) {
  padding-left: 0;
  text-align: center;
}
.deadline_middle .dl_bg-wt {
  background-color: #fff;
}
.deadline_middle .dl_bg-red {
  background-color: #FF4E4E !important;
}
.deadline_middle .dl_bg-yellow {
  background-color: #FFFB8A !important;
}
.deadline_middle .dl_bg-blue {
  background-color: #6EAFEF !important;
}
.deadline_bottom {
  margin-top: 25px;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 60px;
}
.deadline_bottom > * {
  font-size: 14px;
}
.deadline_bottom .dl_left-col {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
.deadline_bottom .dl_left-col figure {
  width: 280px;
  height: 280px;
}
.deadline_bottom .dl_flex_col1, .deadline_bottom .dl_flex_col2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.deadline_bottom .dl_flex_col1 {
  flex: 0 0 200px;
}
.deadline_bottom .dl_left-col_btns {
  display: flex;
  gap: 10px;
}
.deadline_bottom .dl_btns-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(min-content, max-content));
  grid-gap: 10px;
  width: 230px;
}
.deadline_bottom .dl_btns-grid .dl_btn:last-child {
  width: auto;
  grid-column: 1 / -1;
}
.deadline_bottom .dl_btn {
  outline: none;
  cursor: pointer;
  transition: opacity .4s;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  border-radius: 5px;
}
.deadline_bottom .dl_btn:hover, .deadline_bottom .dl_btn:focus {
  opacity: .8;
}
.deadline_bottom .dl_btn-sm {
  width: 110px;
  margin-right: 0 !important;
  padding: 10px 0;
}
.deadline_bottom .dl_grey-big {
  text-align: center;
  border: 1px solid #B5B5B5;
  background-image: linear-gradient(to bottom, #F0F0F0, #C1C1C1);
}
.deadline_bottom .dl_grey-sm {
  text-align: center;
  border: 1px solid #B5B5B5;
  background-image: linear-gradient(to bottom, #F0F0F0, #C1C1C1);
}
.deadline_bottom_table {
  flex: 1;
  height: 280px;
  overflow-y: auto;
  max-width: 560px;
  margin-left: auto;
}
.deadline_bottom_table table {
  width: 100%;
}
.deadline_bottom_table table tr th,
.deadline_bottom_table table tr td {
  border: 1px solid #BFBFBF;
}
.deadline_bottom_table table thead {
  height: 40px;
  background-color: #FACD89;
  position: sticky;
  top: 0;
  left: 0;
}
.deadline_bottom_table table tbody tr {
  height: 30px;
}
.deadline_bottom_table table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.deadline_bottom_table table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.deadline_bottom_table table tbody td:nth-child(4), .deadline_bottom_table table tbody td:nth-child(5), .deadline_bottom_table table tbody td:nth-child(6) {
  text-align: right;
  padding-left: 0;
  padding-right: 10px;
}
.deadline_bottom_table table tbody td:first-child, .deadline_bottom_table table tbody td:nth-child(7) {
  text-align: center;
}

.table-container {
  height: 560px;
  width: 1200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.table-container table {
  width: 100%;
}

#table_body tr {
  cursor: pointer;
  transition: opacity .4s;
  height: 60px;
}
#table_body tr:hover, #table_body tr:focus {
  opacity: .8;
}

#table_btm_body tr {
  height: 60px;
}

.deadline_bottom_table thead th:nth-child(1) {
  width: 40px;
}
.deadline_bottom_table thead th:nth-child(2), .deadline_bottom_table thead th:nth-child(3) {
  width: 80px;
}
.deadline_bottom_table thead th:nth-child(4) {
  width: 65px;
}
.deadline_bottom_table thead th:nth-child(5) {
  width: 80px;
}
.deadline_bottom_table thead th:nth-child(6) {
  width: 100px;
}
.deadline_bottom_table thead th:nth-child(7) {
  width: 60px;
}

.dl_thead tr {
  background-color: #FACD89;
}
.dl_thead tr th {
  text-align: center;
}

.row--active {
  border: 2px solid #5DC1FA !important;
}

.dl_calender {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: opacity .4s;
}
.dl_calender:hover, .dl_calender:focus {
  opacity: .8;
}
.dl_calender figure {
  margin: 0 !important;
}

.ly_main__deadlines #search_modal:checked + .modal_inner {
  display: flex;
}
.ly_main__deadlines #search_modal:not(:checked) + .modal_inner {
  display: none;
}
.ly_main__deadlines #choose_file_modal:checked + .modal_inner {
  display: flex;
}
.ly_main__deadlines #choose_file_modal:not(:checked) + .modal_inner {
  display: none;
}

.ly_main__deadline-edit {
  background: #F4F4F4;
}

.bl_sect__edit .btn_orange {
  border: 1px solid #FA7E07;
  background-image: linear-gradient(to bottom, #FFBA00, #FA7E07);
  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
}
.bl_sect__edit .btn_orange:hover, .bl_sect__edit .btn_orange:focus {
  opacity: .8;
}

.hp_flex {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 5px;
}
.hp_flex input {
  flex: 1;
}
.hp_flex input::-webkit-input-placeholder {
  color: #A9A9A9;
}
.hp_flex select {
  flex: 1;
  border: 1px solid #BFBFBF;
  border-radius: 3px;
  padding: 4px;
}
.hp_flex .no_repeat {
  background-color: #A1A3A6;
  pointer-events: none;
}
.hp_gap5 {
  gap: 5px;
}
.hp_gap10 {
  gap: 10px;
}
.hp_w120 {
  width: 120px;
}
.hp_pd10 {
  padding: 10px;
}
.hp_w100p {
  width: 100%;
}
.hp_desc {
  margin: 2px 0 10px 160px;
}
.hp_mid-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 12px;
}
.hp_mid-flex .btn_orange {
  margin-right: 5px;
}
.hp_mid-flex > i {
  display: block;
  flex: 1;
}
.hp_mid-flex > .btns {
  width: 245px;
  display: flex;
  margin-left: 15px;
}
.hp_mid-flex input ::-webkit-input-placeholder {
  color: #A9A9A9;
}
.hp_ship_date {
  gap: 12px;
}
.hp_ship_date input {
  flex: 1;
}

.ly_main__deadline-edit .mess__ttl {
  text-align: center;
  line-height: 1.5;
}

.bl_sect__edit > * {
  font-size: 14px;
  color: #333333;
  font-family: "Noto Sans JP";
}
.bl_sect__edit table {
  border-collapse: collapse;
}
.bl_sect__edit table tr th,
.bl_sect__edit table tr td {
  height: 40px;
}
.bl_sect__edit table th {
  background-color: #E3E5ED;
}
.bl_sect__edit table th .th_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_sect__edit table th,
.bl_sect__edit table td {
  border: 1px solid #BFBFBF;
}
.bl_sect__edit table td input {
  padding: 4px;
  border-radius: 3px;
  border: 1px solid #BFBFBF;
}
.bl_sect__edit table .situation_td .bl_form_error {
  margin-left: .5em;
}

.bl_sect__edit1 {
  margin-top: 37px;
  margin-bottom: 31px;
}
.bl_sect__edit1 table {
  border-collapse: collapse;
}
.bl_sect__edit1 .edt1__table {
  width: 1208px;
  margin: 0 auto;
}
.bl_sect__edit1 .edt1__table tbody tr th {
  padding: 10px;
  width: 150px;
}
.bl_sect__edit1 .edt1__table tbody tr:first-child select {
  width: 100%;
  border: 1px solid #BFBFBF;
  border-radius: 3px;
  padding: 4px;
}
.bl_sect__edit1 .edt1__btn {
  width: 100px;
}

.bl_sect__edit2 #unpaid-select {
  width: 100%;
}
.bl_sect__edit2 .edt2_cont {
  max-width: 1200px;
  margin: 0 auto;
}
.bl_sect__edit2 .edt2__bl_tabs {
  width: fit-content;
  height: 38px;
}
.bl_sect__edit2 .edt2_tab {
  padding: 14px 17px;
  color: #333;
  background-color: #D8D8D8;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-size: 16px;
  cursor: pointer;
  transition: opacity .4s;
}
.bl_sect__edit2 .edt2_tab:hover, .bl_sect__edit2 .edt2_tab:focus {
  opacity: .7;
}
.bl_sect__edit2 .edt2_tab--active {
  background-color: #fff;
}
.bl_sect__edit2 .edt2__whiteBox {
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 40px;
}
.bl_sect__edit2 .edt2__whiteBox .btn_choose_file {
  width: 140px;
  height: 40px;
  line-height: 28px;
}
.bl_sect__edit2 .edt2__top {
  max-width: 876px;
}
.bl_sect__edit2 .edt2__top table {
  width: 100%;
}
.bl_sect__edit2 .edt2__top table tbody tr th,
.bl_sect__edit2 .edt2__top table tbody tr td {
  box-sizing: border-box;
}
.bl_sect__edit2 .edt2__top table tbody tr th {
  padding: 10px;
  min-width: 150px;
}
.bl_sect__edit2 .edt2__top table tbody tr th:first-child {
  width: 150px;
}
.bl_sect__edit2 .edt2__top table tbody tr th:nth-child(3) {
  min-width: 150px;
}
.bl_sect__edit2 .edt2__top table td {
  padding: 0 5px;
}
.bl_sect__edit2 .edt2__top table td input::-webkit-input-placeholder {
  color: #A9A9A9;
}
.bl_sect__edit2 .edt2__top table select {
  border: 1px solid #BFBFBF;
  border-radius: 3px;
  padding: 4px;
}
.bl_sect__edit2 .edt2_flex {
  display: flex;
  align-items: center;
}
.bl_sect__edit2 .edt2_flex input::-webkit-input-placeholder {
  color: #A9A9A9;
}
.bl_sect__edit2 .edt2_flex #estimate-select {
  flex: 1 0 138px;
}
.bl_sect__edit2 .edt2_flex .edt_input {
  width: 130px;
}
.bl_sect__edit2 .edt2_flex .edt_checkbox {
  margin-left: 10px;
}
.bl_sect__edit2 .edt2_flex .edt_calender {
  margin-left: auto;
  cursor: pointer;
  transition: opacity .4s;
}
.bl_sect__edit2 .edt2_flex .edt_calender:hover, .bl_sect__edit2 .edt2_flex .edt_calender:focus {
  opacity: .8;
}
.bl_sect__edit2 .edt2__flex {
  display: flex;
  gap: 10px;
  align-items: end;
  padding: 10px;
}
.bl_sect__edit2 .edt2__flex > .el_img {
  width: 124px;
  height: 130px;
}
.bl_sect__edit2 .edt2_flex-col {
  width: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bl_sect__edit2 .edt2_flex-col button {
  width: 100px;
}
.bl_sect__edit2 .edt2__middle {
  max-width: 876px;
}
.bl_sect__edit2 .edt2__middle table {
  width: 100%;
  table-layout: fixed;
}
.bl_sect__edit2 .edt2__middle table tr th {
  height: 100%;
  width: 150px;
  padding: 10px;
}
.bl_sect__edit2 .edt2__middle table tr:nth-child(even) th,
.bl_sect__edit2 .edt2__middle table tr:nth-child(even) td {
  border: none;
}
.bl_sect__edit2 .edt2__middle table tr:last-child th {
  height: 150px;
}
.bl_sect__edit2 .edt2__middle table tr:last-child td {
  padding: 5px;
  height: 150px !important;
}
.bl_sect__edit2 .edt2__middle table tr:last-child td .bl_txt_area {
  height: 100%;
}
.bl_sect__edit2 .edt2__middle table tr:last-child td .bl_txt_area textarea {
  border: 1px solid #BFBFBF;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px 6px;
  resize: none;
  outline: none;
}
.bl_sect__edit2 .edt2__middle table tr:last-child td .bl_txt_area textarea::-webkit-input-placeholder {
  color: #A9A9A9;
}
.bl_sect__edit2 .edt2__btm {
  margin-top: 30px;
  display: flex;
  align-items: end;
  gap: 10px;
}
.bl_sect__edit2 .edt2__btm .btn_orange {
  height: 40px !important;
}
.bl_sect__edit2 .edt2__btm .btn_grey {
  height: 30px !important;
}

.edt2__btm {
  margin-top: 30px;
  padding-bottom: 160px;
}
.edt2__btm .ly_cont {
  display: flex;
  align-items: end;
  gap: 10px;
}
.edt2__btm .ly_cont .btn_save {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.edt2__btm .ly_cont .btn_cancel {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.bl_material {
  max-width: 810px;
}
.bl_material table {
  width: 100%;
}
.bl_material table tbody tr th {
  border-top: hidden;
}
.bl_material th {
  width: 150px;
}
.bl_material td {
  padding: 3px 6px;
}
.bl_material__flex {
  display: flex;
  align-items: center;
  gap: 23px;
}
.bl_material__flex input::-webkit-input-placeholder {
  color: #A9A9A9;
}
.bl_material__left-col {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bl_material__left-col input:first-child {
  width: 320px;
}
.bl_material__left-col input:nth-child(2) {
  width: 180px;
}
.bl_material__left-col span {
  align-self: end;
}
.bl_material__desc {
  text-align: right;
  margin-top: 13px;
}

.bl_attachments table {
  margin-top: 30px;
}
.bl_attachments table tr th,
.bl_attachments table tr td {
  border: none;
}
.bl_attachments__flex {
  display: flex;
  align-items: center;
  width: 317px;
  justify-content: space-between;
}
.bl_attachments__flex span:nth-child(2) {
  text-decoration: underline;
}

.show-tab {
  display: block;
}

.hide-tab {
  display: none;
}

.ly_main__stocks {
  padding-bottom: 200px;
}

.stk_top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0;
  margin: 22px 0 20px 0;
}
.stk_top > * {
  font-size: 14px;
}
.stk_top_left-col {
  font-size: 18px;
  font-weight: 600;
}
.stk_top_btns-col .stk_btn {
  display: inline-block;
  text-align: center;
  outline: none;
  cursor: pointer;
  transition: opacity .4s;
  width: 140px;
  padding: 9px 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
}
.stk_top_btns-col .stk_btn:hover, .stk_top_btns-col .stk_btn:focus {
  opacity: .8;
}
.stk_top_btns-col .stk_btn:not(:last-child) {
  margin-right: 10px;
}
.stk_top_btns-col .stk_csv {
  color: #333333;
  border: 1px solid #B5B5B5;
  background-image: linear-gradient(to bottom, #F0F0F0, #C1C1C1);
}
.stk_top_btns-col .stk_search {
  border: 1px solid #FA7E07;
  background-image: linear-gradient(to bottom, #FFBA00, #FA7E07);
}
.stk_top_btns-col .stk_add {
  border: 1px solid #3899E4;
  background-image: linear-gradient(to bottom, #5DC1FA, #3899E4);
}

.bl_sect__stock2 .stk2__table_container {
  height: 640px;
  overflow-y: auto;
  max-width: 1200px;
}
.bl_sect__stock2 .stk2__table_container table {
  width: 100%;
}
.bl_sect__stock2 .stk2__table_container table tr td {
  border: 1px solid #BFBFBF;
}
.bl_sect__stock2 .stk2__table_container table th {
  position: relative;
  border: 1px solid #BFBFBF;
}
.bl_sect__stock2 .stk2__table_container table thead th {
  text-align: center;
  background-color: #FACD89;
}
.bl_sect__stock2 .stk2__table_container table tbody td {
  padding-left: 10px;
}
.bl_sect__stock2 .stk2__table_container table tbody td:first-child {
  text-decoration: underline;
}
.bl_sect__stock2 .stk2__table_container table tbody td:nth-child(3), .bl_sect__stock2 .stk2__table_container table tbody td:nth-child(4) {
  text-align: right;
  padding-left: 0;
  padding-right: 10px;
}
.bl_sect__stock2 .stk2__table_container table tr {
  height: 30px;
}
.bl_sect__stock2 .stk2__table_container table tr:nth-child(even) {
  background-color: #f5f5f5;
}
.bl_sect__stock2 .stk2__th {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl_sect__stock2 .stk2__btns label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_sect__stock3 {
  margin-top: 24px;
  padding-bottom: 30px;
}
.bl_sect__stock3 .stk3__container {
  max-width: 1200px;
  display: flex;
  gap: 30px;
}
.bl_sect__stock3 .stk3__table_container {
  height: 340px;
  flex: 1 0 830px;
  overflow-y: auto;
}
.bl_sect__stock3 .stk3__table {
  width: 100%;
}
.bl_sect__stock3 .stk3__table thead {
  position: sticky;
  top: 0;
  left: 0;
}
.bl_sect__stock3 .stk3__table thead th:nth-child(1) {
  width: 40px;
}
.bl_sect__stock3 .stk3__table thead th:nth-child(2), .bl_sect__stock3 .stk3__table thead th:nth-child(3) {
  width: 120px;
}
.bl_sect__stock3 .stk3__table thead th:nth-child(4) {
  width: 100px;
}
.bl_sect__stock3 .stk3__table thead th:nth-child(5) {
  width: 130px;
}
.bl_sect__stock3 .stk3__table thead th:nth-child(6) {
  width: 130px;
}
.bl_sect__stock3 .stk3__table thead th:nth-child(7) {
  width: 170px;
}
.bl_sect__stock3 .stk3__table tbody td {
  padding-left: 10px;
}
.bl_sect__stock3 .stk3__table tbody td:nth-child(4), .bl_sect__stock3 .stk3__table tbody td:nth-child(5), .bl_sect__stock3 .stk3__table tbody td:nth-child(6) {
  text-align: right;
  padding-left: 0;
  padding-right: 10px;
}

.bl_sect__stocks ::-webkit-scrollbar {
  width: 20px;
}
.bl_sect__stocks ::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #BFBFBF;
  border-left: 1px solid transparent;
}
.bl_sect__stocks ::-webkit-scrollbar-thumb {
  background-color: #D6DFE4;
  background-clip: content-box;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 4px;
}
.bl_sect__stocks ::-webkit-scrollbar-button {
  display: block;
  background-color: #003594;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  background-size: 80%;
  position: relative;
  z-index: 2;
}
.bl_sect__stocks ::-webkit-scrollbar-button:vertical:start:decrement {
  background-image: url(../img/in-btn.png);
}
.bl_sect__stocks ::-webkit-scrollbar-button:vertical:start:increment {
  display: none;
}
.bl_sect__stocks ::-webkit-scrollbar-button:vertical:end:decrement {
  display: none;
}
.bl_sect__stocks ::-webkit-scrollbar-button:vertical:end:increment {
  background-image: url(../img/de-btn.png);
}

.bl_sect__stocks table {
  width: 100%;
}
.bl_sect__stocks table tr td {
  border: 1px solid #BFBFBF;
}
.bl_sect__stocks table thead tr {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.bl_sect__stocks table tr {
  height: 30px;
}
.bl_sect__stocks table tr:nth-child(even) {
  background-color: #f5f5f5;
}
.bl_sect__stocks table tr td {
  padding-left: 10px;
}
.bl_sect__stocks table th {
  position: relative;
  text-align: center;
  background-color: #FACD89;
  border: 1px solid #BFBFBF;
}

.ly_main__stocks .mess_modal_inner .modal {
  height: 100px;
}
.ly_main__stocks .modal_inner .modal {
  height: 300px;
}

.ly_main__stocks #search_modal:checked + .modal_inner {
  display: flex;
}
.ly_main__stocks #search_modal:not(:checked) + .modal_inner {
  display: none;
}
.ly_main__stocks #mess_modal:checked + .modal_inner {
  display: flex;
}
.ly_main__stocks #mess_modal:not(:checked) + .modal_inner {
  display: none;
}

.bl_sect__stk_edt2 .stk_edt2__table {
  margin-top: 30px;
  width: 806px;
}
.bl_sect__stk_edt2 .stk_edt2__table tr th,
.bl_sect__stk_edt2 .stk_edt2__table tr td {
  border: 1px solid #BFBFBF;
}
.bl_sect__stk_edt2 .stk_edt2__table tr:first-child th:first-child div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_sect__stk_edt2 .stk_edt2__table th {
  background-color: #E3E5ED;
  padding: 10px 9px 10px 13px;
  width: 150px;
}
.bl_sect__stk_edt2 .stk_edt2__table td {
  padding: 5px;
  width: 244px;
}
.bl_sect__stk_edt2 .stk_edt2__table td input,
.bl_sect__stk_edt2 .stk_edt2__table td textarea {
  border-radius: 3px;
  border: 1px solid #BFBFBF;
  width: 100%;
  box-sizing: border-box;
  padding-left: 5px;
}
.bl_sect__stk_edt2 .stk_edt2__table td input::-webkit-input-placeholder,
.bl_sect__stk_edt2 .stk_edt2__table td textarea::-webkit-input-placeholder {
  color: #A9A9A9;
}
.bl_sect__stk_edt2 .stk_edt2__table td input {
  height: 40px;
}
.bl_sect__stk_edt2 .stk_edt2__table td textarea {
  resize: none;
}
.bl_sect__stk_edt2 .stk_edt2__flex {
  display: flex;
  gap: 10px;
  align-items: end;
}
.bl_sect__stk_edt2 .stk_edt2__flex > .el_img {
  width: 124px;
  height: 130px;
}
.bl_sect__stk_edt2 .stk_edt2__photoName {
  margin-bottom: 14px;
}
.bl_sect__stk_edt2 .stk_edt2__flex-col {
  width: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bl_sect__stk_edt2 .stk_edt2__flex-col button {
  width: 100px;
}
.bl_sect__stk_edt2 .stk_edt2__btns {
  margin-top: 30px;
  display: flex;
  align-items: end;
  gap: 10px;
  padding-bottom: 160px;
}
.bl_sect__stk_edt2 .stk_edt2__btns .el_btn_orange {
  height: 40px;
  width: 140px;
  font-size: 18px;
}
.bl_sect__stk_edt2 .stk_edt2__btns .el_btn_grey {
  height: 30px;
  width: 100px;
}
.bl_sect__stk_edt2 .stk_edt2__btns .el_btn_cancel {
  height: 40px;
  width: 140px;
  font-size: 16px;
}

.ly_main__stocks-edit #mess_modal:checked + .modal_inner {
  display: flex;
}
.ly_main__stocks-edit #mess_modal:not(:checked) + .modal_inner {
  display: none;
}

.estimates_top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0;
  margin: 22px 0 20px 0;
}
.estimates_top > * {
  font-size: 14px;
}
.estimates_top_left-col {
  font-size: 14px;
  font-weight: 600;
}
.estimates_top_btns-col .etm_btn {
  outline: none;
  cursor: pointer;
  transition: opacity .4s;
  width: 140px;
  padding: 9px 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}
.estimates_top_btns-col .etm_btn:hover, .estimates_top_btns-col .etm_btn:focus {
  opacity: .8;
}
.estimates_top_btns-col .etm_btn:not(:last-child) {
  margin-right: 10px;
}
.estimates_top_btns-col .etm_search {
  border: 1px solid #FA7E07;
  background-image: linear-gradient(to bottom, #FFBA00, #FA7E07);
}
.estimates_top_btns-col .etm_add {
  border: 1px solid #3899E4;
  background-image: linear-gradient(to bottom, #5DC1FA, #3899E4);
}

.bl_sect__estimates2 .etm2__container {
  max-width: 1200px;
  max-height: 892px;
  overflow-y: auto;
  overflow-x: hidden;
}
.bl_sect__estimates2 .etm2__table {
  width: 100%;
}
.bl_sect__estimates2 .etm2__table tr th,
.bl_sect__estimates2 .etm2__table tr td {
  border: 1px solid #BFBFBF;
}
.bl_sect__estimates2 .etm2__table th {
  background-color: #FACD89;
  text-align: center;
}
.bl_sect__estimates2 .etm2__table td {
  padding-left: 10px;
}
.bl_sect__estimates2 .etm2__table thead tr {
  position: sticky;
  top: 0;
  left: 0;
}
.bl_sect__estimates2 .etm2__table tr {
  height: 30px;
}
.bl_sect__estimates2 .etm2__table tr:nth-child(even) {
  background-color: #f5f5f5;
  padding-left: 13px;
}
.bl_sect__estimates2 .etm2__table tr th:first-child {
  width: 120px;
}
.bl_sect__estimates2 .etm2__table tr th:nth-child(2) {
  width: 94px;
}
.bl_sect__estimates2 .etm2__table tr th:nth-child(6) {
  width: 50px;
}
.bl_sect__estimates2 .etm2__table tr th:nth-child(7) {
  width: 250px;
}
.bl_sect__estimates2 .etm2__table tr th:last-child {
  width: 40px;
}
.bl_sect__estimates2 .etm2__table tr:not(:first-child) td:first-child {
  text-decoration: underline;
}
.bl_sect__estimates2 .etm2__table tbody tr td:nth-child(6) {
  padding-left: 0px;
  text-align: center;
}
.bl_sect__estimates2 .etm2__btn_att {
  cursor: pointer;
  transition: opacity .4s;
}
.bl_sect__estimates2 .etm2__btn_att:hover, .bl_sect__estimates2 .etm2__btn_att:focus {
  opacity: .8;
}

.bl_sect__estimates3 {
  margin-top: 30px;
  padding-bottom: 160px;
}
.bl_sect__estimates3 .etm3__bl_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.bl_sect__estimates3 .etm3__btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 1px solid #707070;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.bl_sect__estimates3 .etm3__btn figure {
  line-height: 1;
}
.bl_sect__estimates3 .etm3__page--active {
  background-color: #003594;
  border: 1px solid #003594;
  color: #fff;
}

.bl_sect__estimates ::-webkit-scrollbar {
  width: 20px;
}
.bl_sect__estimates ::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #BFBFBF;
  border-left: 1px solid transparent;
}
.bl_sect__estimates ::-webkit-scrollbar-thumb {
  background-color: #D6DFE4;
  background-clip: content-box;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 4px;
}
.bl_sect__estimates ::-webkit-scrollbar-button {
  display: block;
  background-color: #003594;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  background-size: 80%;
  position: relative;
  z-index: 2;
}
.bl_sect__estimates ::-webkit-scrollbar-button:vertical:start:decrement {
  background-image: url(../img/in-btn.png);
}
.bl_sect__estimates ::-webkit-scrollbar-button:vertical:start:increment {
  display: none;
}
.bl_sect__estimates ::-webkit-scrollbar-button:vertical:end:decrement {
  display: none;
}
.bl_sect__estimates ::-webkit-scrollbar-button:vertical:end:increment {
  background-image: url(../img/de-btn.png);
}

.hp_etm__flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ly_main__estimates #search_modal:checked + .modal_inner {
  display: flex;
}
.ly_main__estimates #search_modal:not(:checked) + .modal_inner {
  display: none;
}

.ly_main__estimates-edit {
  background-color: #F4F4F4;
  padding-bottom: 70px;
}

.bl_sect__etm_edt table tr th,
.bl_sect__etm_edt table tr td {
  border: 1px solid #BFBFBF;
}
.bl_sect__etm_edt table tr {
  height: 40px;
}
.bl_sect__etm_edt table th {
  min-width: 150px;
  background-color: #E3E5ED;
  padding-left: 13px;
  padding-right: 10px;
}
.bl_sect__etm_edt table td {
  padding: 5px;
  background-color: #fff;
}
.bl_sect__etm_edt table td input,
.bl_sect__etm_edt table td select,
.bl_sect__etm_edt table td textarea {
  border: 1px solid #BFBFBF;
  border-radius: 3px;
  padding-left: 7px;
  padding-right: 7px;
  width: 100%;
}
.bl_sect__etm_edt table td input::-webkit-input-placeholder,
.bl_sect__etm_edt table td select::-webkit-input-placeholder,
.bl_sect__etm_edt table td textarea::-webkit-input-placeholder {
  color: #A9A9A9;
}
.bl_sect__etm_edt table td select {
  padding-left: 3px;
}
.bl_sect__etm_edt table td textarea {
  width: 100%;
  resize: none;
  padding-top: 5px;
}
.bl_sect__etm_edt table td .bl_error {
  font-size: 11px;
}
.bl_sect__etm_edt .etm_edt__btn_orange, .bl_sect__etm_edt .etm_edt__btn_blue {
  width: 140px;
  padding: 9px 0;
  font-size: 18px;
}
.bl_sect__etm_edt .etm_edt__btn_blue {
  width: 155px;
}
.bl_sect__etm_edt .etm_edt__btn_grey {
  width: 100px;
}
.bl_sect__etm_edt .etm_edt__btn_cancel {
  width: 140px;
  padding: 10.5px 0;
  font-size: 16px;
}

.bl_sect__etm_edt1 {
  margin-top: 20px;
}
.bl_sect__etm_edt1 .etm_edt1__felx_container {
  display: flex;
  align-items: center;
  gap: 15px;
}
.bl_sect__etm_edt1 .etm_edt1__th {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bl_sect__etm_edt1 .etm_edt1__hp_flex {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bl_sect__etm_edt1 .etm_edt1__hp_flex input:first-child {
  width: 63px;
}
.bl_sect__etm_edt1 .etm_edt1__hp_flex input:last-child {
  width: 50px;
}

.bl_sect__etm_edt2 {
  margin-top: 30px;
  padding-bottom: 30px;
}
.bl_sect__etm_edt2 .etm_edt2__container table tr:first-child td,
.bl_sect__etm_edt2 .etm_edt2__container table tr:nth-child(2) td {
  width: 205px !important;
}
.bl_sect__etm_edt2 .etm_edt2__container table tr:nth-child(2) td:last-child {
  border: none !important;
  background-color: transparent !important;
  width: 150px !important;
}
.bl_sect__etm_edt2 .etm_edt2__flex {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bl_sect__etm_edt2 .etm_edt2__th {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bl_sect__etm_edt2 .etm_edt2__files {
  flex: 1;
}
.bl_sect__etm_edt2 .etm_edt2__files a {
  text-decoration: underline;
  margin-right: 20px;
}
.bl_sect__etm_edt2 .etm_edt2__files table {
  width: 100%;
}
.bl_sect__etm_edt2 .etm_edt2__files table tr td {
  border: none !important;
}
.bl_sect__etm_edt2 .etm_edt2__btns {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.bl_sect__etm_edt2 .etm_edt2__btns button:first-child {
  margin-bottom: 8px;
}
.bl_sect__etm_edt2 .etm_edt2__btns button:nth-child(2) {
  margin-bottom: 17px;
}
.bl_sect__etm_edt2 .etm_edt2__btn_wrapper {
  display: flex;
  justify-content: end;
}
.bl_sect__etm_edt2 .etm_edt2__inside_table {
  margin-top: 10px;
}
.bl_sect__etm_edt2 .etm_edt2__inside_table tr {
  height: 30px;
}
.bl_sect__etm_edt2 .etm_edt2__inside_table tr:nth-child(3) td {
  height: 20px;
}
.bl_sect__etm_edt2 .etm_edt2__inside_table tr td:nth-child(4) input,
.bl_sect__etm_edt2 .etm_edt2__inside_table tr td:nth-child(5) input {
  text-align: right;
}
.bl_sect__etm_edt2 .etm_edt2__inside_table td {
  background-color: transparent;
}
.bl_sect__etm_edt2 .etm_edt2__inside_table td input {
  width: 100%;
  box-sizing: border-box;
}
.bl_sect__etm_edt2 .etm_edt2__inside_table th {
  background-color: #FACD89;
}
.bl_sect__etm_edt2 .etm_edt2__inside_table th:not(:first-child) {
  width: 150px !important;
}
.bl_sect__etm_edt2 .etm_edt2__inside_table th:first-child {
  min-width: 350px !important;
}
.bl_sect__etm_edt2 .etm_edt2__inside_table th:last-child {
  min-width: 40px !important;
}
.bl_sect__etm_edt2 .etm_edt2__inside_table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.bl_sect__etm_edt2 .etm_edt2__inside_table td input {
  background-color: #fff;
}
.bl_sect__etm_edt2 .etm_edt2__btn_del {
  cursor: pointer;
  transition: opacity .4s;
}
.bl_sect__etm_edt2 .etm_edt2__btn_del:hover, .bl_sect__etm_edt2 .etm_edt2__btn_del:focus {
  opacity: .8;
}

.bl_sect__etm_edt3 {
  padding-bottom: 30px;
  display: flex;
  align-items: end;
  gap: 10px;
}

.hp__flex_sm {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 3px;
}
.hp_checkbox {
  width: 10px !important;
}
.hp_mh160 {
  min-height: 160px;
  padding: 5px 10px;
}
.hp_temp_td {
  width: 16px;
  background: transparent !important;
  border: none !important;
}

.ly_main__estimates-edit #mess_modal:checked + .modal_inner {
  display: flex;
}
.ly_main__estimates-edit #mess_modal:not(:checked) + .modal_inner {
  display: none;
}

.inactive {
  opacity: 0.5;
  pointer-events: none;
}

#output_order {
  display: block !important;
  margin-bottom: 3px;
}

.ly_main__issues {
  padding-bottom: 100px;
}

.bl_sect__issues1 .issues_top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0;
  margin: 22px 0 20px 0;
}
.bl_sect__issues1 .issues_top > * {
  font-size: 14px;
}
.bl_sect__issues1 .issues_top_left-col {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: end;
  gap: 10px;
}
.bl_sect__issues1 .iss_btn {
  outline: none;
  cursor: pointer;
  transition: opacity .4s;
  width: 140px;
  padding: 9px 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}
.bl_sect__issues1 .iss_btn:hover, .bl_sect__issues1 .iss_btn:focus {
  opacity: .8;
}
.bl_sect__issues1 .iss_btn:not(:last-child) {
  margin-right: 10px;
}
.bl_sect__issues1 .iss_search {
  border: 1px solid #FA7E07;
  background-image: linear-gradient(to bottom, #FFBA00, #FA7E07);
}
.bl_sect__issues1 .iss_btn_grey {
  width: 140px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_sect__issues2 .iss2__table_container {
  width: 1200px;
  max-height: 892px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 90px;
}
.bl_sect__issues2 .iss2__table {
  width: 100%;
  border-collapse: separate;
}
.bl_sect__issues2 .iss2__table thead tr th,
.bl_sect__issues2 .iss2__table thead tr td,
.bl_sect__issues2 .iss2__table tbody tr th,
.bl_sect__issues2 .iss2__table tbody tr td {
  border: 1px solid #BFBFBF;
}
.bl_sect__issues2 .iss2__table thead {
  position: sticky;
  top: 0;
  left: 0;
}
.bl_sect__issues2 .iss2__table thead tr:first-child th:nth-child(13) {
  width: 140px;
}
.bl_sect__issues2 .iss2__table thead tr:first-child th:last-child {
  width: 110px;
}
.bl_sect__issues2 .iss2__table thead tr:nth-child(2) th {
  width: 60px;
}
.bl_sect__issues2 .iss2__table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.bl_sect__issues2 .iss2__table tbody tr {
  height: 30px;
}
.bl_sect__issues2 .iss2__table tbody tr td:nth-child(4),
.bl_sect__issues2 .iss2__table tbody tr td:nth-child(5),
.bl_sect__issues2 .iss2__table tbody tr td:nth-child(6) {
  padding-left: 0;
  text-align: center;
}
.bl_sect__issues2 .iss2__table tbody tr td:nth-child(6),
.bl_sect__issues2 .iss2__table tbody tr td:nth-child(7) {
  text-align: center;
}
.bl_sect__issues2 .iss2__table tr th:nth-child(2) {
  width: 120px;
}
.bl_sect__issues2 .iss2__table tr td:not(:first-child) {
  padding-left: 5px;
}
.bl_sect__issues2 .iss2__table tr td:first-child {
  width: 20px;
  text-align: center;
}
.bl_sect__issues2 .iss2__table th {
  background-color: #FACD89;
  text-align: center;
}

.bl_sect__issues ::-webkit-scrollbar {
  width: 20px;
}
.bl_sect__issues ::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #BFBFBF;
  border-left: 1px solid transparent;
}
.bl_sect__issues ::-webkit-scrollbar-thumb {
  background-color: #D6DFE4;
  background-clip: content-box;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 4px;
}
.bl_sect__issues ::-webkit-scrollbar-button {
  display: block;
  background-color: #003594;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  background-size: 80%;
  position: relative;
  z-index: 2;
}
.bl_sect__issues ::-webkit-scrollbar-button:vertical:start:decrement {
  background-image: url(../img/in-btn.png);
}
.bl_sect__issues ::-webkit-scrollbar-button:vertical:start:increment {
  display: none;
}
.bl_sect__issues ::-webkit-scrollbar-button:vertical:end:decrement {
  display: none;
}
.bl_sect__issues ::-webkit-scrollbar-button:vertical:end:increment {
  background-image: url(../img/de-btn.png);
}

.ly_main__issues #delivery_slip_modal:checked + .modal_inner {
  display: flex;
}
.ly_main__issues #delivery_slip_modal:not(:checked) + .modal_inner {
  display: none;
}
.ly_main__issues #invoice_modal:checked + .modal_inner {
  display: flex;
}
.ly_main__issues #invoice_modal:not(:checked) + .modal_inner {
  display: none;
}
.ly_main__issues #search_modal:checked + .modal_inner {
  display: flex;
}
.ly_main__issues #search_modal:not(:checked) + .modal_inner {
  display: none;
}

.general_modal {
  background-color: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  padding: 63px 36px 28px 50px;
  width: 1100px;
  height: 850px;
  box-sizing: border-box;
  position: relative;
}
.general_modal > * {
  font-size: 14px;
}

.delivery_modal_inner,
.invoice_modal_inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(61, 61, 61, 0.7);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.dlv__top {
  display: flex;
  justify-content: end;
  align-items: center;
}
.dlv__top .top_date {
  text-decoration: underline;
  margin-right: 15px;
}
.dlv__top .top_num {
  text-decoration: underline;
}
.dlv__heading .heading_ttl {
  text-decoration: underline;
  font-size: 24px;
  text-align: center;
  margin: 0;
}
.dlv__heading .heading_flex {
  display: flex;
  gap: 65px;
}
.dlv__heading .heading_left_col {
  flex: 1;
}
.dlv__heading .heading_left_txt p {
  margin: 0;
}
.dlv__heading .heading_left_txt p:nth-child(3) {
  margin-bottom: 24px !important;
}
.dlv__heading .heading_txt_top span:last-child {
  padding-left: 20px;
}
.dlv__heading .heading_left_flex {
  display: flex;
  gap: 60px;
}
.dlv__heading .heading_left_flex div {
  width: 350px;
}
.dlv__heading .heading_right_txt {
  margin: 0;
  margin-top: 20px;
  text-decoration: underline;
  display: inline;
}
.dlv__heading .heading_btm {
  text-decoration: underline;
  font-size: 18px;
  margin-left: 5px !important;
}
.dlv__heading .heading_right_col {
  flex: 0 0 350px;
}
.dlv__heading .heading_right_top {
  margin: 0;
}
.dlv__heading .heading_right_mdl {
  position: relative;
}
.dlv__heading .heading_right_mdl::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 126px;
  height: 126px;
  background-image: url(../img/sigunature.png);
}
.dlv__heading .heading_right_mdl p:first-child {
  margin: 25px 0 10px 0;
}
.dlv__heading .heading_right_mdl p:nth-child(2) {
  margin-top: 0;
  margin-bottom: 14px;
}
.dlv__heading .heading_right_btm {
  margin: 0;
}
.dlv__heading .heading_right_btm p {
  margin: 0;
}
.dlv__table_container {
  width: 1014px;
  height: 420px;
  margin-top: 50px;
  overflow-y: auto;
}
.dlv__table_container::-webkit-scrollbar {
  width: 20px;
}
.dlv__table_container::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #BFBFBF;
  border-left: 1px solid transparent;
}
.dlv__table_container::-webkit-scrollbar-thumb {
  background-color: #D6DFE4;
  background-clip: content-box;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 4px;
}
.dlv__table_container::-webkit-scrollbar-button {
  display: block;
  background-color: #003594;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  background-size: 80%;
  position: relative;
  z-index: 2;
}
.dlv__table_container::-webkit-scrollbar-button:vertical:start:decrement {
  background-image: url(../img/in-btn.png);
}
.dlv__table_container::-webkit-scrollbar-button:vertical:start:increment {
  display: none;
}
.dlv__table_container::-webkit-scrollbar-button:vertical:end:decrement {
  display: none;
}
.dlv__table_container::-webkit-scrollbar-button:vertical:end:increment {
  background-image: url(../img/de-btn.png);
}
.dlv__table_container table {
  width: 100%;
  border-collapse: collapse;
}
.dlv__table_container table thead {
  position: sticky;
  top: 0;
  left: 0;
}
.dlv__table_container table thead tr {
  background-color: #FACD89;
}
.dlv__table_container table thead tr th {
  font-weight: 500;
}
.dlv__table_container table thead tr th:first-child {
  width: 300px;
}
.dlv__table_container table thead tr th:nth-child(2) {
  width: 100px;
}
.dlv__table_container table thead tr th:nth-child(3) {
  width: 42px;
}
.dlv__table_container table thead tr th:nth-child(5) {
  width: 183px;
}
.dlv__table_container table thead tr,
.dlv__table_container table tbody tr {
  height: 30px;
}
.dlv__table_container table thead tr th,
.dlv__table_container table thead tr td,
.dlv__table_container table tbody tr th,
.dlv__table_container table tbody tr td {
  border: 1px solid #BFBFBF;
}
.dlv__table_container table thead td input,
.dlv__table_container table tbody td input {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
}
.dlv__table_container table tbody tr td {
  padding: 3px 5px;
}
.dlv__table_container table tbody tr td:first-child input {
  padding-left: 6px;
}
.dlv__table_container table tbody tr td:not(:first-child) input {
  padding-right: 6px;
}
.dlv__table_container table tbody tr:nth-child(odd) td:last-child input {
  padding-top: 30px;
}
.dlv__table_container table tbody tr:last-child td:not(:nth-child(5)) {
  border: none;
}
.dlv__table_container table tbody th {
  background-color: #FACD89;
  font-weight: 500;
}
.dlv_bl_btn {
  margin-top: 30px;
  display: flex;
  justify-content: end;
  padding-right: 20px;
}
.dlv_bl_btn button {
  width: 140px;
  height: 40px;
}

.hp_pl16 {
  padding-left: 16px;
}
.hp_fz18 {
  font-size: 18px;
}
.hp_bg-grey {
  background-color: #D6DFE4;
}
.hp_h50 {
  height: 50px;
}
.hp_talg-r {
  text-align: right;
}
.hp_pt30 {
  padding-top: 30px !important;
}

.show-delivery {
  display: flex;
}

.show-invoice {
  display: flex;
}

.inv__table1_container {
  width: 997px;
  margin-top: 35px;
}
.inv__table1_container table {
  width: 997px !important;
}
.inv__table1_container table thead tr th,
.inv__table1_container table thead tr td,
.inv__table1_container table tbody tr th,
.inv__table1_container table tbody tr td {
  border: 1px solid #BFBFBF;
}
.inv__table1_container table thead tr {
  background-color: #FACD89;
}
.inv__table1_container table thead tr th {
  width: 142px;
  font-weight: 500;
}
.inv__table1_container table tbody input {
  box-sizing: border-box;
  width: 100%;
  text-align: right;
  border: 1px solid #BFBFBF;
  border-radius: 3px;
}

.invoice_modal .dlv__table_container table tbody tr:last-child td:not(:nth-child(5)) {
  border: 1px solid #BFBFBF;
}

.inv__heading_btm {
  margin: 0;
  text-decoration: underline;
}

.hp_w100 {
  width: 100px !important;
}
.hp_w284 {
  width: 284px !important;
}
.hp_mt10 {
  margin-top: 10px !important;
}
.hp_mt20 {
  margin-top: 20px !important;
}

.anl__ly_cont {
  max-width: 1200px;
  margin: 0 auto;
}

.bl_sect__analyses2 {
  padding: 10px 0 20px 0;
}
.bl_sect__analyses2 .anl2__ly_flex {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: end;
}
.bl_sect__analyses2 .anl2__flex_left_col {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bl_sect__analyses2 .anl2__flex_right_col {
  display: flex;
  align-items: center;
  gap: 27px;
}
.bl_sect__analyses2 .anl2__selections select {
  padding: 9px;
  padding-right: 6px;
  border: 1px solid #A9A9A9;
  border-radius: 5px;
}
.bl_sect__analyses2 .anl2__selections select:first-child {
  width: 210px;
  margin-right: 10px;
}
.bl_sect__analyses2 .anl2__selections select:last-child {
  width: 90px;
}
.bl_sect__analyses2 .anl2__btn {
  width: 140px;
  height: 40px;
  font-size: 18px;
}
.bl_sect__analyses2 .anl2_hp_left-col, .bl_sect__analyses2 .anl2_hp_right-col {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bl_sect__analyses2 .anl2_hp_left-col .anl2_input, .bl_sect__analyses2 .anl2_hp_right-col .anl2_input {
  border: 1px solid #A9A9A9;
  width: 110px;
  padding: 10px 5px;
  border-radius: 5px;
}
.bl_sect__analyses2 .anl2_hp_left-col .anl2_input::-webkit-input-placeholder, .bl_sect__analyses2 .anl2_hp_right-col .anl2_input::-webkit-input-placeholder {
  color: #A9A9A9;
}
.bl_sect__analyses2 .anl2_hp_left-col .anl2_calender figure, .bl_sect__analyses2 .anl2_hp_right-col .anl2_calender figure {
  width: 30px;
}
.bl_sect__analyses2 .anl2_hp_left-col .anl2_calender figure img, .bl_sect__analyses2 .anl2_hp_right-col .anl2_calender figure img {
  width: 100%;
}
.bl_sect__analyses2 .anl2_calender {
  cursor: pointer;
  transition: opacity .4s;
}
.bl_sect__analyses2 .anl2_calender:hover, .bl_sect__analyses2 .anl2_calender:focus {
  opacity: .8;
}

.bl_sect__analyses3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bl_sect__analyses3 .anl3__left_txt div {
  padding: 0 !important;
}
.bl_sect__analyses3 .anl3__right_txt {
  font-weight: 600;
  text-decoration: underline;
}

.bl_sect__analyses4 {
  margin-bottom: 6px;
}
.bl_sect__analyses4 .anl4__table_cont {
  width: 100%;
  max-height: 802px;
  overflow-y: auto;
  overflow-x: hidden;
}
.bl_sect__analyses4 .anl4__table_cont table {
  width: 100%;
  border-collapse: separate;
}
.bl_sect__analyses4 .anl4__table_cont table tr td,
.bl_sect__analyses4 .anl4__table_cont table tr th {
  border: 1px solid #BFBFBF;
}
.bl_sect__analyses4 .anl4__table_cont table thead tr {
  position: sticky;
  top: 0;
  left: 0;
}
.bl_sect__analyses4 .anl4__table_cont table thead tr th {
  background-color: #FACD89;
  height: 40px;
  text-align: center;
}
.bl_sect__analyses4 .anl4__table_cont table thead tr th:first-child {
  width: 200px;
}
.bl_sect__analyses4 .anl4__table_cont table thead tr th:nth-child(4) {
  width: 28px;
  text-align: center;
  padding: 0 5px;
}
.bl_sect__analyses4 .anl4__table_cont table thead tr th:nth-child(5) {
  width: 148px;
}
.bl_sect__analyses4 .anl4__table_cont table thead tr th:nth-child(6) {
  width: 140px;
}
.bl_sect__analyses4 .anl4__table_cont table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.bl_sect__analyses4 .anl4__table_cont table tbody tr {
  height: 30px;
}
.bl_sect__analyses4 .anl4__table_cont table tbody tr td:not(:nth-child(4)) {
  padding-left: 10px;
}
.bl_sect__analyses4 .anl4__table_cont table tbody tr td:nth-child(4) {
  padding: 0 5px;
}
.bl_sect__analyses4 .anl4__table_cont table tbody tr td:nth-child(2) {
  padding-left: 0;
  text-align: center;
}

.bl_sect__analyses5 .anl5__bl_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.bl_sect__analyses5 .anl5__btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 1px solid #707070;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.bl_sect__analyses5 .anl5__btn figure {
  line-height: 1;
}
.bl_sect__analyses5 .anl5__page--active {
  background-color: #003594;
  border: 1px solid #003594;
  color: #fff;
}

.bl_sect__analyses ::-webkit-scrollbar {
  width: 20px;
}
.bl_sect__analyses ::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #BFBFBF;
  border-left: 1px solid transparent;
}
.bl_sect__analyses ::-webkit-scrollbar-thumb {
  background-color: #D6DFE4;
  background-clip: content-box;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 4px;
}
.bl_sect__analyses ::-webkit-scrollbar-button {
  display: block;
  background-color: #003594;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  background-size: 80%;
  position: relative;
  z-index: 2;
}
.bl_sect__analyses ::-webkit-scrollbar-button:vertical:start:decrement {
  background-image: url(../img/in-btn.png);
}
.bl_sect__analyses ::-webkit-scrollbar-button:vertical:start:increment {
  display: none;
}
.bl_sect__analyses ::-webkit-scrollbar-button:vertical:end:decrement {
  display: none;
}
.bl_sect__analyses ::-webkit-scrollbar-button:vertical:end:increment {
  background-image: url(../img/de-btn.png);
}

.bl_sect__users2 {
  display: flex;
  justify-content: end;
}
.bl_sect__users2 button {
  height: 40px;
}

.bl_sect__users3 {
  padding-bottom: 280px;
  margin-top: 20px;
}
.bl_sect__users3 .us3__table_cont {
  width: 1200px;
}
.bl_sect__users3 .us3__table_cont table {
  width: 100%;
}
.bl_sect__users3 .us3__table_cont table tr td,
.bl_sect__users3 .us3__table_cont table tr th {
  border: 1px solid #BFBFBF;
}
.bl_sect__users3 .us3__table_cont table thead tr th {
  height: 40px;
  background-color: #FACD89;
  text-align: center;
}
.bl_sect__users3 .us3__table_cont table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.bl_sect__users3 .us3__table_cont table tbody tr {
  height: 30px;
}
.bl_sect__users3 .us3__table_cont table tbody tr td {
  padding-left: 9px;
}
.bl_sect__users3 .us3__table_cont table tbody tr td:first-child {
  text-decoration: underline;
}

.bl_sect__user-edt2 {
  margin-top: 30px;
}
.bl_sect__user-edt2 .user-edt2__table1 {
  width: 550px;
}
.bl_sect__user-edt2 .user-edt2__table1 tbody tr td,
.bl_sect__user-edt2 .user-edt2__table1 tbody tr th, .bl_sect__user-edt2 .user-edt2__table2 tbody tr td,
.bl_sect__user-edt2 .user-edt2__table2 tbody tr th {
  border: 1px solid #BFBFBF;
}
.bl_sect__user-edt2 .user-edt2__table1 tbody tr th, .bl_sect__user-edt2 .user-edt2__table2 tbody tr th {
  width: 150px;
  padding: 10px;
  background-color: #E3E5ED;
}
.bl_sect__user-edt2 .user-edt2__table1 tbody tr td, .bl_sect__user-edt2 .user-edt2__table2 tbody tr td {
  padding: 5px;
}
.bl_sect__user-edt2 .user-edt2__table1 tbody td input[type="text"], .bl_sect__user-edt2 .user-edt2__table1 tbody input[type="password"], .bl_sect__user-edt2 .user-edt2__table2 tbody td input[type="text"], .bl_sect__user-edt2 .user-edt2__table2 tbody input[type="password"] {
  border: 1px solid #BFBFBF;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
}
.bl_sect__user-edt2 .user-edt2__table1 tbody td input[type="text"]::-webkit-input-placeholder, .bl_sect__user-edt2 .user-edt2__table1 tbody input[type="password"]::-webkit-input-placeholder, .bl_sect__user-edt2 .user-edt2__table2 tbody td input[type="text"]::-webkit-input-placeholder, .bl_sect__user-edt2 .user-edt2__table2 tbody input[type="password"]::-webkit-input-placeholder {
  color: #A9A9A9;
}
.bl_sect__user-edt2 .user-edt2_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_sect__user-edt2 .user-edt2__bl_pw {
  display: flex;
  align-items: center;
  gap: 6px;
}
.bl_sect__user-edt2 .user-edt2__bl_pw button {
  width: 100px;
  height: 30px;
}
.bl_sect__user-edt2 .user-edt2__desc {
  margin-left: 10px;
  margin-top: 10px;
}
.bl_sect__user-edt2 .user-edt2__table2 {
  width: 350px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.bl_sect__user-edt2 .user-edt2__table2 tbody tr td select {
  border: 1px solid #BFBFBF;
  width: 100%;
  height: 30px;
  border-radius: 5px;
}
.bl_sect__user-edt2 .user-edt2__table2 tbody tr:nth-child(2) th {
  font-size: 12px;
}
.bl_sect__user-edt2 .user-edt2__bl_cbx {
  display: flex;
  align-items: end;
}
.bl_sect__user-edt2 .user-edt2__bl_cbx input {
  width: 20px !important;
  height: 10px;
}
.bl_sect__user-edt2 .user-edt2__bl_cbx label {
  line-height: 1;
}

.bl_sect__user-edt3 .user-edt3__btns {
  padding-bottom: 100px;
  display: flex;
  align-items: end;
  gap: 7px;
}
.bl_sect__user-edt3 .user-edt3__btns .btn_save {
  width: 140px;
  height: 40px;
  font-size: 18px;
}
.bl_sect__user-edt3 .user-edt3__btns .btn_remove {
  width: 100px;
  height: 30px;
}

.bl_sect__pw-edt2 {
  margin-top: 30px;
}
.bl_sect__pw-edt2 .pw-edt2__table1 {
  width: 550px;
}
.bl_sect__pw-edt2 .pw-edt2__table1 tbody tr td,
.bl_sect__pw-edt2 .pw-edt2__table1 tbody tr th, .bl_sect__pw-edt2 .pw-edt2__table2 tbody tr td,
.bl_sect__pw-edt2 .pw-edt2__table2 tbody tr th {
  border: 1px solid #BFBFBF;
}
.bl_sect__pw-edt2 .pw-edt2__table1 tbody tr th, .bl_sect__pw-edt2 .pw-edt2__table2 tbody tr th {
  width: 150px;
  padding: 10px;
  background-color: #E3E5ED;
}
.bl_sect__pw-edt2 .pw-edt2__table1 tbody tr td, .bl_sect__pw-edt2 .pw-edt2__table2 tbody tr td {
  padding: 5px;
}
.bl_sect__pw-edt2 .pw-edt2__table1 tbody td input, .bl_sect__pw-edt2 .pw-edt2__table2 tbody td input {
  border: 1px solid #BFBFBF;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
}
.bl_sect__pw-edt2 .pw-edt2__table1 tbody td input::-webkit-input-placeholder, .bl_sect__pw-edt2 .pw-edt2__table2 tbody td input::-webkit-input-placeholder {
  color: #A9A9A9;
}
.bl_sect__pw-edt2 .pw-edt2_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_sect__pw-edt2 .pw-edt2__bl_pw {
  display: flex;
  align-items: center;
  gap: 6px;
}
.bl_sect__pw-edt2 .pw-edt2__bl_pw button {
  width: 100px;
  height: 30px;
}
.bl_sect__pw-edt2 .pw-edt2__desc {
  margin-left: 10px;
  margin-top: 10px;
}
.bl_sect__pw-edt2 .pw-edt2__table2 {
  width: 350px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.bl_sect__pw-edt2 .pw-edt2__table2 tbody tr td select {
  border: 1px solid #BFBFBF;
  width: 100%;
  height: 30px;
  border-radius: 5px;
}
.bl_sect__pw-edt2 .pw-edt2__table2 tbody tr:nth-child(2) th {
  font-size: 12px;
}
.bl_sect__pw-edt2 .pw-edt2__bl_cbx {
  display: flex;
  align-items: end;
}
.bl_sect__pw-edt2 .pw-edt2__bl_cbx input {
  width: 20px !important;
  height: 10px;
}
.bl_sect__pw-edt2 .pw-edt2__bl_cbx label {
  line-height: 1;
}

.bl_sect__pw-edt3 .btn_save {
  width: 140px;
  height: 40px;
}

.ly_main__pw-edit #invalid {
  display: block !important;
}

.ly_main__setting {
  padding-bottom: 200px;
}

.bl_sect__setting table tr td,
.bl_sect__setting table tr th {
  border: 1px solid #BFBFBF;
}
.bl_sect__setting table tr th {
  width: 150px;
  background-color: #E3E5ED;
  padding: 17px 12px;
}
.bl_sect__setting table tr td {
  padding: 5px;
}
.bl_sect__setting table tr td input {
  border: 1px solid #A9A9A9;
  border-radius: 3px;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}
.bl_sect__setting table tr td input::-webkit-input-placeholder {
  color: #A9A9A9;
}
.bl_sect__setting table .table_caption {
  font-size: 18px;
  color: #003594;
  font-weight: 600;
  margin-bottom: 13px;
}

.bl_sect__setting2 {
  margin-top: 46px;
  margin-bottom: 22px;
}
.bl_sect__setting2 .st2__table {
  width: 495px;
}
.bl_sect__setting2 .st2__table tbody tr:last-child td:nth-child(2) {
  width: 186px;
}
.bl_sect__setting2 .st2__table tbody tr:last-child td:last-child {
  border: none;
  background: none;
}
.bl_sect__setting2 .st2_hp_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bl_sect__setting2 .st2_hp_left-col, .bl_sect__setting2 .st2_hp_right-col {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bl_sect__setting2 .st2__input {
  width: 116px;
}
.bl_sect__setting2 .st2_bl_amout {
  display: flex;
  align-items: end;
  gap: 5px;
}
.bl_sect__setting2 .st2_bl_amout input {
  width: 152px;
  text-align: right;
}
.bl_sect__setting2 .st2_calender {
  cursor: pointer;
  transition: opacity .4s;
}
.bl_sect__setting2 .st2_calender:hover, .bl_sect__setting2 .st2_calender:focus {
  opacity: .8;
}

.bl_sect__setting3 {
  margin-top: 46px;
  margin-bottom: 22px;
}
.bl_sect__setting3 .st3__table {
  width: 670px;
}
.bl_sect__setting3 .st3_bl_post_code {
  display: flex;
  gap: 7px;
}
.bl_sect__setting3 .st3_bl_post_code input {
  width: 402px !important;
}
.bl_sect__setting3 .st3_bl_post_code button {
  width: 100px;
}
.bl_sect__setting3 .st3_bl_adress input {
  display: block;
}
.bl_sect__setting3 .st3_bl_adress input:not(:last-child) {
  margin-bottom: 5px;
}

.bl_sect__setting4 {
  margin-bottom: 30px;
}
.bl_sect__setting4 .btn_save {
  width: 140px;
  height: 40px;
  font-size: 18px;
}

.bl_sect label {
  display: inline-block;
  text-align: center;
  box-sizing: border-box !important;
  transition: opacity .4s;
}
.bl_sect label:hover, .bl_sect label:focus {
  opacity: .8;
}

/*# sourceMappingURL=style.css.map */
