@charset "UTF-8";
.mod_headerbar.fixed {
  left: 50%;
}
@media screen and (max-width: 640px) {
  .mod_headerbar.fixed {
      left: 0;
  }
}
.mod_headerbar_item.underline {
  border-bottom: none;
}


#hojokin {
	text-align: center;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	padding-bottom: 40px;
	display: block;
	min-width: 976px;
	margin: 0 auto 60px;
}
#hojokin * {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#hojokin .content {
	max-width: 976px;
	margin-left: auto;
	margin-right: auto;
}

#hojokin .pcOnly {}
#hojokin .spOnly { display: none;}

#hojokin strong { font-weight: bold !important;}
#hojokin .center { text-align: center !important;}
#hojokin .left { text-align: left !important;}
#hojokin .right { text-align: right !important;}
#hojokin .mb10 { margin-bottom: 10px;}
#hojokin .mb20 { margin-bottom: 20px;}
#hojokin .mb30 { margin-bottom: 30px;}
#hojokin .mb50 { margin-bottom: 50px;}
#hojokin .mb70 { margin-bottom: 70px;}
#hojokin .pt20 { padding-top: 20px;}

#hojokin .anchor {
	padding-top: 80px;
	margin-top: -80px;
}

#hojokin img {
	width: 100%;
}
#hojokin sup {
	font-size: 60%;
	font-weight: normal;
	vertical-align: super;
}
#hojokin sub {
	font-size: 75%;
	font-weight: normal;
	vertical-align: text-bottom;
}
#hojokin .txt_s {
	font-size: 14px;
}
#hojokin .txt_att {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
}
#hojokin .txt_att p {
	text-indent: -1em;
	padding-left: 1em;
}

#hojokin .indent01 {
	text-indent: -1em;
	padding-left: 1em;
}

@media screen and (max-width: 640px) {
	#hojokin {
		text-align: left;
		font-size: 16px;
		line-height: 1.6;
		padding-bottom: 40px;
		display: block;
		min-width: auto;
		margin: 0 0 60px;
	}
	#hojokin .content {
		max-width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}

	#hojokin .pcOnly { display: none;}
	#hojokin .spOnly { display: inherit;}
}


/*---- button ----*/
#hojokin .txtbtn_pdf a {
	display: inline-block;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	background-image: url("../img/icon_pdf.png");
	background-size: auto 18px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 24px;
}
#hojokin .txtbtn_winopen a {
	display: inline-block;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	background-image: url("../img/icon_window.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#hojokin .txtbtn_winopen.after a {
	background-position: right 5px center;
	padding-left: 0px;
	padding-right: 20px;
}
#hojokin .txtbtn_winopen a:hover {
	color: #666666;
	text-decoration: none;
}


#hojokin .bnrbox {
	max-width: 976px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
#hojokin .bnrbox h3 {
	font-size: 20px;
	font-weight: bold;
	color: #004B55;
	margin-bottom: 15px;
}
#hojokin .bnrbox a.bnr_zehsupport {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 168px;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	color: #000000;
	background-image: url("../../img/index2025/arrow_right2.png"), url("../../img/index2025/bnr_zehsupport.jpg");
	background-repeat: no-repeat, no-repeat;
	background-size: 12px auto, 540px auto;
	background-position: right 10px center, left center;
	border: solid 1px #000000;
	padding-left: 600px;
}
#hojokin .bnrbox a:hover.bnr_zehsupport {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {
	#hojokin .txtbtn_pdf,
	#hojokin .txtbtn_winopen {
		text-align: left;
	}
	#hojokin .txtbtn_pdf a {
		line-height: 1.6;
		background-position: left top 6px;
	}
	#hojokin .txtbtn_winopen a {
		line-height: 1.6;
		background-position: left top 6px;
	}
	#hojokin .bnrbox {
		max-width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}
	#hojokin .bnrbox h3 {
		text-align: center;
		font-size: 18px;
	}
	#hojokin .bnrbox a.bnr_zehsupport {
		display: block;
		text-align: center;
		background-image: url("../../img/index2025/arrow_right2.png"), url("../../img/index2025/bnr_zehsupport.jpg");
		background-repeat: no-repeat, no-repeat;
		background-size: 12px auto, 100% auto;
		background-position: right 10px bottom 10vw, top center;
		border: solid 1px #000000;
		padding-left: 0px;
		padding-top: 34vw;
		padding-bottom: 5vw;
	}
}


/*---- title ----*/
#hojokin h2.title01 {
	line-height: 1;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
#hojokin h2.title02 {
	display:  flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #103770;
	letter-spacing: 1px;
}
#hojokin h2.title02 span {
	display: inline-block;
	padding: 0 20px;
}
#hojokin h2.title02::before,
#hojokin h2.title02::after {
	display: block;
	content: '';
	height: 1px;
	border-top: solid 1px #103770;
	flex-grow: 1;
}
#hojokin h2.title03 {
	background-color: #333;
	line-height: 1;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	min-width: 50%;
	padding: 12px 30px;
	border-radius: 40px;
	display: inline-block;
	margin: 0 auto;
	letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
	#hojokin h2.title01 {
		text-align: center;
		line-height: 1.4;
		font-size: 22px;
		margin-bottom: 10px;
	}
	#hojokin h2.title02 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#hojokin h2.title02 span {
		display: inline-block;
		padding: 0 10px;
		text-align: center;
		line-height: 1.2;
	}
	#hojokin h2.title03 {
		font-size: 20px;
		width: 75%;
		padding: 10px;
		text-align: center;
	}
}


/*---- main　intro ----*/
#hojokin #main {
	text-align: center;
	margin-bottom: 30px;
}
#hojokin #main h2 {
	max-width: 1200px;
	margin: 0 auto;
}
#hojokin #intro {
	max-width: 976px;
	margin: 0 auto;
}
#hojokin #intro p {
	line-height: 2;
}

@media screen and (max-width: 640px) {
	#hojokin #intro {
		margin: 0 15px;
	}
	#hojokin #intro .txt_att { margin-top: 15px;}
}


/*---- overview ----*/
#hojokin .overview {
	max-width: 976px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}
#hojokin .overview_box_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#hojokin .overview_box_wrap .overview_box {
	display: flex;
	flex-flow: column;
	width: calc(50% - 10px);
	background-color: #F2F2F2;
	border-radius: 8px;
	text-align: left;
	overflow: hidden;
}
#hojokin .overview_box_wrap .overview_box .overview_title {
	padding: 10px 10px 10px 20px;
	background-color: #ea9847;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#hojokin .overview_box_wrap #house.overview_box .overview_title {
	background-color: #64c0ab;
}
#hojokin .overview_box_wrap #window.overview_box .overview_title {
	background-color: #7895cc;
}
#hojokin .overview_box_wrap .overview_box .overview_title p {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
}
#hojokin .overview_box_wrap .overview_box ul {
	display: flex;
	gap: 5px;
}
#hojokin .overview_box_wrap .overview_box ul li {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 14px;
	line-height: 1;
	color: #FFF;
}
#hojokin .overview_box_wrap .overview_box ul li.reform {
	background-color: #103770;
}
#hojokin .overview_box_wrap .overview_box ul li.new {
	background-color: #e94830;
}
#hojokin .overview_box_wrap .overview_box .overview_contents {
	padding: 25px;
	flex-grow: 1;
}
#hojokin .overview_box_wrap .overview_box .overview_subtitle {
	font-weight: bold;
	padding: 3px 8px;
	margin-bottom: 10px;
	border-left: solid 5px #ea9847;
	line-height: 1;
}
#hojokin .overview_box_wrap #house.overview_box .overview_subtitle {
	border-color: #64c0ab;
}
#hojokin .overview_box_wrap #window.overview_box .overview_subtitle {
	border-color: #7895cc;
}
#hojokin .overview_box_wrap .overview_box em {
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
}
#hojokin .overview_box_wrap .overview_box .overview_col2 {
	display: flex;
	justify-content: space-between;
}
#hojokin .overview_box_wrap .overview_box .overview_col2 > div {
	width: 190px;
}
#hojokin .overview_box_wrap .overview_box .overview_col2 > div.overview_col_new {
	width: 214px;
	border-left: solid 1px #000;
	padding-left: 24px;
}
#hojokin .overview_box_wrap .overview_box .overview_col2 > div.overview_col_new p {
	line-height: 1.4;
}
#hojokin .overview_box_wrap .overview_btn {
	padding: 0px 20px 20px;
}
#hojokin .overview_box_wrap .overview_btn span {
	display: block;
	padding: 20px;
	border: solid 2px #CCC;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #CCC;
}
#hojokin .overview_box_wrap .overview_box .overview_reformex {
	margin-top: 20px;
}
#hojokin .overview_box_wrap .overview_box .overview_reformex .reformex_title {
	font-weight: bold;
}
#hojokin .overview_box_wrap .overview_box .overview_reformex .reformex_txt p {
	display: inline-block;
	margin-right: 10px;
}
@media screen and (max-width: 640px) {
	#hojokin .overview {
		margin-left: 15px;
		margin-right: 15px;
	}
	#hojokin .overview_box_wrap .overview_box {
		width: 100%;
	}
	#hojokin .overview_box_wrap .overview_box .overview_title {
		padding: 10px 10px 10px 20px;
		flex-wrap: wrap;
	}
	#hojokin .overview_box_wrap .overview_box .overview_title p {
		font-size: 18px;
		width: 100%;
	}
	#hojokin .overview_box_wrap .overview_box ul {
		display: block;
		text-align: right;
		width: 100%;
	}
	#hojokin .overview_box_wrap .overview_box ul li {
		margin-left: 5px;
	}
	#hojokin .overview_box_wrap .overview_box .overview_contents {
		padding: 15px;
	}
	#hojokin .overview_box_wrap .overview_box em {
		font-size: 22px;
	}
	#hojokin .overview_box_wrap .overview_box .overview_col2 {
		flex-wrap: wrap;
	}
	#hojokin .overview_box_wrap .overview_box .overview_col2 > div {
		width: 100%;
	}
	#hojokin .overview_box_wrap .overview_box .overview_col2 > div.overview_col_new {
		width: 100%;
		border-left: none;
		padding-left: 0;
		margin-top: 20px;
	}
	#hojokin .overview_box_wrap .overview_btn {
		padding: 0px 15px 15px;
	}
	#hojokin .overview_box_wrap .overview_btn span {
		padding: 15px;
		font-size: 18px;
	}
}


/*---- box ----*/
#hojokin .box_gray {
	max-width: 976px;
	background-color: #F2F2F2;
	border-radius: 8px;
	margin-top: -24px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 20px 40px;
}
#hojokin .flexbox {
	display: flex;
	justify-content: space-between;
}
#hojokin .w270 {
	width: 270px;
}
#hojokin .w430 {
	width: 450px;
}
#hojokin .w640 {
	width: 640px;
}

@media screen and (max-width: 640px) {
	#hojokin .box_gray {
		padding: 40px 15px 20px;
	}
	#hojokin .flexbox {
		display: inherit;
	}
	#hojokin .w270,
	#hojokin .w430,
	#hojokin .w640 {
		width: auto;
	}
}

/*---- inquiry ----*/
@media screen and (min-width: 1280px) {
  a[href^="tel:"]{
    pointer-events: none;
  }
}
html.no-touch a[href^="tel:"] {
    pointer-events: none;
}

#hojokin #inquiry {
	max-width: 976px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	background-image: url(../../img/index2025/ill_inquiry.png);
	background-repeat: no-repeat;
	background-position: right 80px bottom 60px;
}
#hojokin #inquiry .inqbox {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
#hojokin #inquiry .phone {}
#hojokin #inquiry .phone a {
	text-decoration: none;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
}
#hojokin #inquiry .phone .txt1 {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	background-color: #666;
	color: #FFF;
	margin-right: 15px;
	padding: 6px 10px 4px;
}
#hojokin #inquiry .phone .txt_att {
	margin-left: 20px;
	vertical-align: text-bottom;
}

@media screen and (max-width: 640px) {
	#hojokin #inquiry {
		margin-left: 15px;
		margin-right: 15px;
		background-image: none;
		text-align: center;
	}
	#hojokin #inquiry .inqbox {
		margin-bottom: 30px;
		margin-left: 0px;
	}
	#hojokin #inquiry .inqbox .inq_line {
		padding-top: 15px;
		margin-top: 15px;
		border-top: dotted 1px #999;
	}
	#hojokin #inquiry .phone {}
	#hojokin #inquiry .phone a {
		font-size: 28px;
	}
	#hojokin #inquiry .phone .txt1 {
		font-size: 14px;
		margin-right: 10px;
		padding: 4px 8px 3px;
	}
	#hojokin #inquiry .phone .txt_att {
		display: block;
		margin-left: 0px;
	}
}


/*---- /sumai_create/ssiinc/ssi_sumai_create_conversion2024.html から ----*/
#hojokin .p-consultation-method {
    display: flex;
    flex-wrap: wrap;
    z-index: 0;
    position: relative;
    padding-bottom: 55px;
	margin: 70px auto 0;
	width: 100%;
	max-width: 976px;
  }
#hojokin .p-consultation-method::before {
    position: absolute;
    content: "";
    background-color: #F0EDE4;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: calc(100% - 150px);
    z-index: -1;
    top: 150px;
  }
#hojoki  .p-consultation-method__item {
    width: calc(50% - 10px);
  }
#hojokin .p-consultation-method__item:not(:last-of-type) {
    margin-right: 20px;
  }
#hojokin .p-consultation-method__pop {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	display: inline-block;
	padding: 0 15px 10px;
	margin-bottom: 20px;
	border-bottom: solid 2px #000;
}
#hojokin .p-consultation-method__pop::before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	width: 15px;
	height: 15px;
	content: '';
	transform: rotate(45deg);
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	background-color: #FFF;
}
#hojokin .p-consultation-method__img {
    width: 100%;
  }
#hojokin .p-consultation-method__txt {
    margin-top: 25px;
    text-align: center;
  }
#hojokin .p-consultation-method__subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #1F1F1F;
  }
#hojokin .p-consultation-method__title {
    font-size: 26px;
    line-height: 1.35;
    font-weight: bold;
    color: #791327;
    margin-bottom: 20px;
  }
#hojokin .p-consultation-method__balloon {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #1F1F1F;
  }
#hojokin .p-consultation-method__balloon span {
    position: relative;
  }
#hojokin .p-consultation-method__balloon span::before,
#hojokin .p-consultation-method__balloon span::after {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 25px;
    background-color: #1F1F1F;
  }
#hojokin .p-consultation-method__balloon span::before {
    left: -15px;
    transform: rotate(-25deg);
  }
#hojokin .p-consultation-method__balloon span::after {
    right: -15px;
    transform: rotate(25deg);
  }
  @media screen and (max-width: 1000px) {
    #hojokin .p-consultation-method::before {
      margin: 0;
      width: 100%;
    }
    html.touch-device .p-consultation-method::before {
      margin: 0;
      width: calc(100% + 22px);
      left: -11px;
    }
  }
  @media screen and (max-width: 640px) {
    #hojokin .p-consultation-method {
      padding-top: 20px;
      flex-direction: column;
    }
    #hojokin .p-consultation-method::before {
      background-color: #F5E6D7;
      margin: 0 -15px;
      width: calc(100% + 30px);
      height: 100%;
      top: 0px;
      left: 0;
    }
    #hojokin .p-consultation-method__item {
      width: 100%;
	  text-align: center;
    }
    #hojokin .p-consultation-method__item:not(:last-of-type) {
      margin-right: 0;
      margin-bottom: 40px;
    }
	#hojokin .p-consultation-method__pop {
		display: inline-block;
		font-size: 16px;
		padding: 0 15px 10px;
		margin: 0 auto 20px;
		border-bottom: solid 2px #000;
	}
	#hojokin .p-consultation-method__pop::before {
		position: absolute;
		bottom: -10px;
		left: 50%;
		margin-left: -10px;
		width: 15px;
		height: 15px;
		content: '';
		transform: rotate(45deg);
		border-right: solid 2px #000;
		border-bottom: solid 2px #000;
		background-color: #F5E6D7;
	}
    #hojokin .p-consultation-method__item:first-of-type .p-consultation-method__img {
      margin-left: -15px;
      width: calc(100% - 30px);
    }
    #hojokin .p-consultation-method__item:last-of-type .p-consultation-method__img {
      margin-left: 45px;
      width: calc(100% - 30px);
    }
    #hojokin .p-consultation-method__txt {
      margin: -25px 11px 0;
      background-color: #FFFFFF;
      padding: 50px 15px 30px;
    }
    #hojokin .p-consultation-method__subtitle {
      font-size: 14px;
      margin-bottom: 3px;
      font-weight: 400;
    }
    #hojokin .p-consultation-method__title {
      font-size: 18px;
      margin-bottom: 15px;
    }
    #hojokin .p-consultation-method__balloon {
      font-size: 13px;
    }
    #hojokin .p-consultation-method__balloon span::before,
    .p-consultation-method__balloon span::after {
      height: 18px;
    }
    #hojokin .p-consultation-method__balloon span::before {
      left: -10px;
    }
    #hojokin .p-consultation-method__balloon span::after {
      right: -10px;
    }
  }

#hojokin .p-consultation-method__button {
    display: block;
    padding: 13px 0;
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none !important;
    transition: all 0.4s ease;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
#hojokin .p-consultation-method__button::after {
    transition: all 0.4s ease;
  }
#hojokin .p-consultation-method__button--primary {
    border: 2px solid #BA5D00;
    color: #fff;
    background: #BA5D00;
  }
#hojokin .p-consultation-method__button--primary:link {
    color: #fff;
  }
#hojokin .p-consultation-method__button--primary:visited {
    color: #fff;
  }
#hojokin .p-consultation-method__button--primary::after {
    content: "";
    display: block;
    width: 24px;
    height: 8px;
    margin-left: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) skew(45deg);
            transform: translateY(-50%) skew(45deg);
  }
#hojokin .p-consultation-method__button--secondary {
    border: 2px solid #BA5D00;
    color: #BA5D00;
    background: #fff;
  }
#hojokin .p-consultation-method__button--secondary:link {
    color: #BA5D00;
  }
#hojokin .p-consultation-method__button--secondary:visited {
    color: #BA5D00;
  }
#hojokin .p-consultation-method__button--secondary::after {
    content: "";
    display: block;
    width: 24px;
    height: 8px;
    margin-left: 10px;
    border-bottom: 2px solid #BA5D00;
    border-right: 2px solid #BA5D00;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) skew(45deg);
            transform: translateY(-50%) skew(45deg);
  }
#hojokin .p-consultation-method__button:hover {
    background-color: rgba(255,255,255,0.1);
    color: #BA5D00;
  }
#hojokin .p-consultation-method__button:hover::after {
    right: -12px;
  }
#hojokin .p-consultation-method__button--primary:hover {
    background-color: rgba(186,93,0,0.1);
  }
#hojokin .p-consultation-method__button--primary:hover::after {
    border-bottom: 2px solid #BA5D00;
    border-right: 2px solid #BA5D00;
  }

  @media screen and (max-width: 640px) {
    #hojokin .p-consultation-method__button {
      width: calc(100% - 30px);
      margin: auto;
      font-size: 16px;
      max-width: 275px;
    }
  }

/*---- past ----*/
#hojokin #past {
	max-width: 976px;
	margin: 70px auto 0;
}
#hojokin #past .hojokin__title {
  font-size: 22px;
  font-weight: bold;
  color: #1F1F1F;
  margin-bottom: 24px;
  line-height: 1.5;
  text-align: center;
}
#hojokin #past .hojokin__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 16px;
}
#hojokin #past .hojokin__list--2col {
  margin-right: 33px;
  margin-left: 33px;
}
#hojokin #past .hojokin__list--2col .hojokin__item {
  width: calc(50% - 40px);
}
#hojokin #past .hojokin__list--2col .hojokin__item:not(:nth-of-type(2n)) {
  margin-right: 20px;
}
#hojokin #past .hojokin__item {
  box-shadow: 0 0 25px rgba(0,0,0,.25);
  margin-bottom: 20px;
}
#hojokin #past .hojokin__item a {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.4;
  color: #1F1F1F;
  text-decoration: none;
  height: 100%;
  padding: 10px 5px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  text-align: center;
}
#hojokin #past .hojokin__item a:hover {
  opacity: 0.8;
}
#hojokin #past .hojokin__item-situation {
  font-size: 16px;
  color: #707070;
}

#hojokin #past .c-modal__button {
    width: 427px;
    margin: 0 auto;
    border: 2px solid #BA5D00;
}
#hojokin #past .c-modal__button a {
    padding: 15px 0 12px;
    width: 100%;
    font-weight: 700;
    line-height: 1.5;
    color: #BA5D00;
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 22px;
    position: relative;
}
#hojokin #past .c-modal__button a::after {
    content: "";
    display: block;
    width: 24px;
    height: 8px;
    margin-left: 10px;
    border-bottom: 3px solid #BA5D00;
    border-right: 3px solid #BA5D00;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) skew(45deg);
    transition: all 0.4s ease;
}
#hojokin #past .c-modal__button a:hover::after {
    right: -12px;
}

@media screen and (max-width: 640px) {
	#hojokin #past {
		margin-left: 15px;
		margin-right: 15px;
	}
	#hojokin #past .hojokin__title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#hojokin #past .hojokin__list {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 0 16px;
	}
	#hojokin #past .hojokin__list--2col {
		margin-right: 0;
		margin-left: 0;
	}
	#hojokin #past .hojokin__list--2col .hojokin__item {
		width: 100%;
	}
	#hojokin #past .hojokin__list--2col .hojokin__item:not(:nth-of-type(2n)) {
		margin-right: 0;
	}
	#hojokin #past .hojokin__item {
		min-height: 52px;
		margin-bottom: 15px;
	}
	#hojokin #past .hojokin__item a {
		min-height: 68px;
		font-size: 16px;
	}
	#hojokin #past .hojokin__item-situation {
		font-size: 12px;
	}

	#hojokin #past .c-modal__button {
		width: 100%;
	}
	#hojokin #past .c-modal__button a {
		font-size: 17px;
	}
}


