@charset "UTF-8";

html {
	scroll-behavior: smooth;
}
.mod_headerbar.fixed {
  left: 50%;
}
@media screen and (max-width: 640px) {
  .mod_headerbar.fixed {
      left: 0;
  }
}
.mod_headerbar_item.underline {
  border-bottom: none;
}




#windowreno {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	padding-bottom: 40px;
	display: block;
	box-sizing: border-box;
	min-width: 976px;
	margin: 0 auto 60px;
}
#windowreno * {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#windowreno {
		min-width: inherit;
	}
}


#windowreno .pcOnly {}
#windowreno .spOnly { display: none;}

#windowreno .anchor {
	padding-top: 80px;
	margin-top: -80px;
}
#windowreno img {
	width: 100%;
}
#windowreno .txt_att {
	font-size: 12px;
	line-height: 1.6;
}
#windowreno .txt_att p {
	text-indent: -1em;
	padding-left: 1em;
}
#windowreno sup {
	font-size: 60%;
	font-weight: normal;
	vertical-align: super;
}
@media screen and (max-width: 640px) {
	#windowreno .pcOnly { display: none;}
	#windowreno .spOnly { display: inherit;}
}



/*---- title ----*/
#windowreno .subt01 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #004b7a;
	line-height: 1.2;
	margin-bottom: 20px;
}
#windowreno .subt01 .u {
	display: inline-block;
	border-bottom: solid 2px #004b7a;
}
#windowreno .subt02 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #004b7a;
	line-height: 1.2;
	margin-bottom: 25px;
}
#windowreno .subt02 .txtL {
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
	#windowreno .subt01 {
		font-size: 18px;
	}
	#windowreno .subt02 {
		font-size: 16px;
	}
	#windowreno .subt02 .txtL {
		font-size: 24px;
	}
}



/*---- button ----*/
#windowreno .btn01 {}
#windowreno .btn01 a {
	display: inline-block;
	width: 100%;
	max-width: 400px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-decoration: none;
	background-color: #004b7a;
	border-radius: 6px;
	padding: 18px 10px 14px;
	transition-duration: 0.3s;
}
#windowreno .btn01 a:hover {
	background-color: #536c9d;
}

#windowreno .txtlink01 {
	text-align: center;
	font-size: 18px;
	margin-top: 15px;
}
#windowreno .txtlink01 a {
	position: relative;
	color: #006699;
	text-decoration: none;
}
#windowreno .txtlink01 a:hover {
	color: #0099cc;
	text-decoration: underline;
}

#windowreno .arrow {
	position: relative;
	display: inline-block;
	width: 16.1px;
	height: 9.1px;
}
#windowreno .arrow::before,
#windowreno .arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 30px;
	width: 12px;
	height: 1px;
	border-radius: 9999px;
	background-color: #ffffff;
	transform-origin: calc(100% - 0.5px) 50%;
}
#windowreno .arrow::before {
	transform: rotate(45deg);
}
#windowreno .arrow::after {
	transform: rotate(-45deg);
}
#windowreno .txtlink01 .arrow::before,
#windowreno .txtlink01 .arrow::after {
	top: calc(50% - 2px);
	right: 0px;
	width: 9px;
	background-color: #006699;
}
@media screen and (max-width: 640px) {
	#windowreno .btn01 a {
		max-width: 80%;
		font-size: 15px;
	}
}



/*---- main ----*/
#windowreno #main {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px;
}
@media screen and (max-width: 640px) {
}



/*---- about ----*/
#windowreno #about {
	width: 100%;
	max-width: 976px;
	margin: 0 auto 80px;
}
#windowreno #about .aboutbox01 {
	border: solid 2px #7895cc;
	border-radius: 6px;
	margin-bottom: 10px;
	padding: 50px 40px;
}
#windowreno #about .aboutbox02 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #ebebf0;
	border-radius: 6px;
	padding: 20px 40px;
}
#windowreno #about .underline {
	border-bottom: dotted 1px #666666;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#windowreno #about .txt_schedule {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin: 10px 0;
}
@media screen and (max-width: 640px) {
	#windowreno #about {
		width: auto;
		max-width: inherit;
		margin: 0 15px 60px;
	}
	#windowreno #about .aboutbox01 {
		margin-bottom: 10px;
		padding: 30px 15px;
	}
	#windowreno #about .aboutbox02 {
		text-align: left;
		padding: 20px 15px;
	}
	#windowreno #about .txt_schedule {
		font-size: 24px;
		line-height: 1.4;
	}
}



/*---- overview ----*/
#windowreno #overview_intro {
	width: 100%;
	text-align: center;
	background-color: #ebebf0;
	margin-bottom: 120px;
	padding: 50px 0;
}
#windowreno #overview_intro .ov_box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 976px;
	margin-left: auto;
	margin-right: auto;
}
#windowreno #overview_intro .ov_box .box {
	width: 100%;
	max-width: 470px;
}
#windowreno #overview_intro .ov_box .box .dotline {
	border-top: dotted 1px #666666;
	margin-top: 20px;
	padding-top: 20px;
}
#windowreno #overview_intro .ov_box .box .subt03 {
	font-size: 24px;
	font-weight: bold;
	color: #004b7a;
	line-height: 1;
	background-color: #ffffff;
	border: solid 2px #004b7a;
	margin-bottom: 20px;
	padding: 16px 10px 13px;
}
#windowreno #overview_intro .ov_box .box .subt03 span {
	font-size: 18px;
}
#windowreno #overview_intro .ov_box .box .subt04 {
	font-size: 20px;
	font-weight: bold;
	color: #004b7a;
	line-height: 1.4;
	margin-bottom: 10px;
}
#windowreno #overview_intro .ov_box .box .image {
	margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
	#windowreno #overview_intro {
		padding: 40px 15px;
	}
}





/*---- /sumai_create/ssiinc/ssi_sumai_create_conversion2024.html から ----*/
#windowreno .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;
  }
#windowreno .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;
  }
#windowreno .p-consultation-method__item {
    width: calc(50% - 10px);
	text-align: center;
  }
#windowreno .p-consultation-method__item:not(:last-of-type) {
    margin-right: 20px;
  }
#windowreno .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;
}
#windowreno .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;
}
#windowreno .p-consultation-method__img {
    width: 100%;
  }
#windowreno .p-consultation-method__txt {
    margin-top: 25px;
    text-align: center;
  }
#windowreno .p-consultation-method__subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #1F1F1F;
  }
#windowreno .p-consultation-method__title {
    font-size: 26px;
    line-height: 1.35;
    font-weight: bold;
    color: #791327;
    margin-bottom: 20px;
  }
#windowreno .p-consultation-method__balloon {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #1F1F1F;
  }
#windowreno .p-consultation-method__balloon span {
    position: relative;
  }
#windowreno .p-consultation-method__balloon span::before,
#windowreno .p-consultation-method__balloon span::after {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 25px;
    background-color: #1F1F1F;
  }
#windowreno .p-consultation-method__balloon span::before {
    left: -15px;
    transform: rotate(-25deg);
  }
#windowreno .p-consultation-method__balloon span::after {
    right: -15px;
    transform: rotate(25deg);
  }
  @media screen and (max-width: 1000px) {
    #windowreno .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) {
    #windowreno .p-consultation-method {
      padding-top: 20px;
      flex-direction: column;
    }
    #windowreno .p-consultation-method::before {
      background-color: #F5E6D7;
      margin: 0 -15px;
      width: calc(100% + 30px);
      height: 100%;
      top: 0px;
      left: 0;
    }
    #windowreno .p-consultation-method__item {
      width: 100%;
	  text-align: center;
    }
    #windowreno .p-consultation-method__item:not(:last-of-type) {
      margin-right: 0;
      margin-bottom: 40px;
    }
	#windowreno .p-consultation-method__pop {
		display: inline-block;
		font-size: 16px;
		padding: 0 15px 10px;
		margin: 0 auto 20px;
		border-bottom: solid 2px #000;
	}
	#windowreno .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;
	}
    #windowreno .p-consultation-method__item:first-of-type .p-consultation-method__img {
      margin-left: -15px;
      width: calc(100% - 30px);
    }
    #windowreno .p-consultation-method__item:last-of-type .p-consultation-method__img {
      margin-left: 45px;
      width: calc(100% - 30px);
    }
    #windowreno .p-consultation-method__txt {
      margin: -25px 11px 0;
      background-color: #FFFFFF;
      padding: 50px 15px 30px;
    }
    #windowreno .p-consultation-method__subtitle {
      font-size: 14px;
      margin-bottom: 3px;
      font-weight: 400;
    }
    #windowreno .p-consultation-method__title {
      font-size: 18px;
      margin-bottom: 15px;
    }
    #windowreno .p-consultation-method__balloon {
      font-size: 13px;
    }
    #windowreno .p-consultation-method__balloon span::before,
    .p-consultation-method__balloon span::after {
      height: 18px;
    }
    #windowreno .p-consultation-method__balloon span::before {
      left: -10px;
    }
    #windowreno .p-consultation-method__balloon span::after {
      right: -10px;
    }
  }

#windowreno .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;
  }
#windowreno .p-consultation-method__button::after {
    transition: all 0.4s ease;
  }
#windowreno .p-consultation-method__button--primary {
    border: 2px solid #BA5D00;
    color: #fff;
    background: #BA5D00;
  }
#windowreno .p-consultation-method__button--primary:link {
    color: #fff;
  }
#windowreno .p-consultation-method__button--primary:visited {
    color: #fff;
  }
#windowreno .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);
  }
#windowreno .p-consultation-method__button--secondary {
    border: 2px solid #BA5D00;
    color: #BA5D00;
    background: #fff;
  }
#windowreno .p-consultation-method__button--secondary:link {
    color: #BA5D00;
  }
#windowreno .p-consultation-method__button--secondary:visited {
    color: #BA5D00;
  }
#windowreno .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);
  }
#windowreno .p-consultation-method__button:hover {
    background-color: rgba(255,255,255,0.1);
    color: #BA5D00;
  }
#windowreno .p-consultation-method__button:hover::after {
    right: -12px;
  }
#windowreno .p-consultation-method__button--primary:hover {
    background-color: rgba(186,93,0,0.1);
  }
#windowreno .p-consultation-method__button--primary:hover::after {
    border-bottom: 2px solid #BA5D00;
    border-right: 2px solid #BA5D00;
  }

  @media screen and (max-width: 640px) {
    #windowreno .p-consultation-method__button {
      width: calc(100% - 30px);
      margin: auto;
      font-size: 16px;
      max-width: 275px;
    }
  }


/*---- past ----*/
#windowreno #past {
	max-width: 976px;
	margin: 70px auto 0;
}
#windowreno #past .hojokin__title {
  font-size: 22px;
  font-weight: bold;
  color: #1F1F1F;
  margin-bottom: 24px;
  line-height: 1.5;
  text-align: center;
}
#windowreno #past .hojokin__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 16px;
}
#windowreno #past .hojokin__list--2col {
  margin-right: 33px;
  margin-left: 33px;
}
#windowreno #past .hojokin__list--2col .hojokin__item {
  width: calc(50% - 40px);
}
#windowreno #past .hojokin__list--2col .hojokin__item:not(:nth-of-type(2n)) {
  margin-right: 20px;
}
#windowreno #past .hojokin__item {
  box-shadow: 0 0 25px rgba(0,0,0,.25);
  margin-bottom: 20px;
}
#windowreno #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;
}
#windowreno #past .hojokin__item a:hover {
  opacity: 0.8;
}
#windowreno #past .hojokin__item-situation {
  font-size: 16px;
  color: #707070;
}

#windowreno #past .c-modal__button {
    width: 427px;
    margin: 0 auto;
    border: 2px solid #BA5D00;
}
#windowreno #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;
}
#windowreno #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;
}
#windowreno #past .c-modal__button a:hover::after {
    right: -12px;
}

@media screen and (max-width: 640px) {
	#windowreno #past {
		margin-left: 15px;
		margin-right: 15px;
	}
	#windowreno #past .hojokin__title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#windowreno #past .hojokin__list {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 0 16px;
	}
	#windowreno #past .hojokin__list--2col {
		margin-right: 0;
		margin-left: 0;
	}
	#windowreno #past .hojokin__list--2col .hojokin__item {
		width: 100%;
	}
	#windowreno #past .hojokin__list--2col .hojokin__item:not(:nth-of-type(2n)) {
		margin-right: 0;
	}
	#windowreno #past .hojokin__item {
		min-height: 52px;
		margin-bottom: 15px;
	}
	#windowreno #past .hojokin__item a {
		min-height: 68px;
		font-size: 16px;
	}
	#windowreno #past .hojokin__item-situation {
		font-size: 12px;
	}

	#windowreno #past .c-modal__button {
		width: 100%;
	}
	#windowreno #past .c-modal__button a {
		font-size: 17px;
	}
}