/* CSS Document */

/*===========================================
  TITLE
===========================================*/
h1 {
  margin: 0 auto !important;
}
h1#main_img.pc{
  height: 650px;
  width: 100%;
  background-image: url('/index/images/2024/top.png?20240708');
  background-repeat: no-repeat;
  margin-bottom:50px!important;
  background-position: center;
}
h2 {
	margin: 50px auto 30px;
	color: #d30000;
  font-size: 1.7em;
	padding: 15px 0;
	border: 5px solid #d30000;
	text-align: center;
}
h3 {
    font-size: 23px;
    margin: 0 auto 10px;
    text-align: center;
}

@media screen and (max-width: 979px) {
  h1 {
    height: auto;
  }
  h2 {
    padding: 0 15px;
    box-sizing: border-box;;
    font-size: 1.6em;
  }
}
@media (max-width: 640px) {
  h1 {
    height: auto;
  }
  h2 {
    padding: 0 15px;
    box-sizing: border-box;;
    font-size: 1.2em;
  }
}

@media screen and (max-width: 1400px) {
  h1#main_img.pc{
    width: 100%;
    background-position: center
    

  }

}


/*===========================================
  共通
===========================================*/
.bt_disp {
  text-align: center;;
}
.bt_disp li {
  display: inline-block;;
  margin: 0 15px;
}
.button a {
  display: block;
  width: 385px;
  height: 65px;
  box-sizing: border-box;
  padding: 17px 0 0;
  background-color: #f96c35;
  border-radius: 7px;
  box-shadow: 2px 2px 3px gray;
}
.pc {
  display: block;
}
.tab {
  display: none;
}
.sp {
  display: none;
}
.sc {
  overflow-x: scroll;
}

.relative{position:relative;}


@media screen and (max-width: 979px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .sp {
    display: none;
  }
  .bt_disp {
    text-align: center;
    margin: 30px auto 0;
  }
  .bt_disp li {
    display: inline-block;;
    margin: 0 0.5% 15px;
    width: 48%;
  }
  .button a {
    display: block;
    width: 100%;
    padding: 10px 0 0;
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    background-color: #ff9100;
    border-radius: 7px;
    box-shadow: 2px 2px 3px gray;
  }
}
@media (max-width: 640px) {
  .pc {
    display: none
  }
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
  .bt_disp {
    text-align: center;
    margin: 20px auto 0;
  }
  .bt_disp li {
    display:block;;
    margin: 0 auto 15px;
    width: 80%;
  }
  .button a {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    background-color: #f96c35;
    border-radius: 7px;
    box-shadow: 2px 2px 3px gray;
  }
  .pdf img {
    width: 80%;
  }
}

#attention {
  text-align: right;
  margin: 0px auto 30px
}


/*===========================================
  pr
===========================================*/
#pr {
  margin: 0 auto 30px;
  box-sizing: border-box;;
  padding: 20px;
  background: linear-gradient(#ffffff, #ececec);
}
#pr p {
  padding: 0 50px;
  margin: 0 auto 20px;
  font-size: 1.3em;
  font-weight: bold;
}
#pr ul{
  float: left;
  width: 60%;
}
#pr li {
  display: inline-block;
}
#pr dl {
  float: right;
  width: 38%;
  box-sizing: border-box;
  padding: 10px 0 0 210px;
  background-image: url(../images/point.png);
  background-repeat: no-repeat;;
  background-position: left top;
}
#pr dt {
  font-size: 1.2em;
  font-weight: bold;;
  text-align: center;
  border-radius: 20px;
  height: 25px;
  line-height: 25px;
  background-color: #fff100
}
#pr dd {
  font-weight: bold;
    font-size: 30px;
}
#pr dd span {
  font-size: 18px !important;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  #pr {
    margin: 0 auto 30px;
    box-sizing: border-box;;
    padding: 20px;
    background: linear-gradient(#ffffff, #ececec);
  }
  #pr p {
    padding: 0 0px;
    margin: 0 auto 20px;
    font-size: 1.3em;
    font-weight: bold;
  }
  #pr ul{
    float: left;
    width: 60%;
  }
  #pr li {
    display: inline-block;
  }
  #pr dl {
    float: right;
    width: 38%;
    box-sizing: border-box;
    padding: 10px 0 0 210px;
    background-image: url(../images/point.png);
    background-repeat: no-repeat;;
    background-position: left top;
  }
  #pr dt {
    font-size: 1.2em;
    font-weight: bold;;
    text-align: center;
    border-radius: 20px;
    height: 25px;
    line-height: 25px;
    background-color: #fff100
  }
  #pr dd {
    font-weight: bold;
      font-size: 30px;
  }
  #pr dd span {
    font-size: 18px !important;
    font-weight: bold;
  }
}
@media (max-width: 640px) {
  #pr {
    display: none;;
  }
}
/* ===============================================
  faq
=============================================== */
#faq dt {
	font-size: 18px;
	color: #606060;
	font-weight: bold;
	background-color: #e5e5e5;
	padding: 0 15px;
	height: 48px;
	line-height: 48px;
	margin: 0 0 10px;
}
#faq dd {
	margin: 0 0 40px;
}
#faq dd span {
	text-decoration: underline;
}
#faq p {
	width: 75%;
	margin: 0 auto;
	padding: 20px 35px;
	border: 2px solid #e5e5e5;
}
.colorR {
  color: #d30000 !important;
  font-weight:500;
}
.font_b {
  font-weight: 900
}
@media screen and (max-width: 979px) {
  #faq p {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #e5e5e5;
    box-sizing: border-box;
  }
}
@media (max-width: 640px) {
  #faq dt {
  	font-size: 15px;
  	height: auto;
    padding: 5px 15px;
  	line-height: 1.7;
  	margin: 0 0 10px;
  }
  #faq p {
  	width: 100%;
  	margin: 0 auto;
  	padding: 20px;
  	border: 2px solid #e5e5e5;
    box-sizing: border-box;
  }
}
/* ===============================================
  point
=============================================== */
#point {
  margin: 50px auto 0;
  padding: 20px 0;
  background-color: #e60012;
}
#point li {
  height: 68px;
  line-height: 68px;
  box-sizing: border-box;
  padding: 0 20px 0 73px;
  font-size: 1.9em;
  font-weight: bold;
  color: #fff;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#point li span {
  border-bottom:2px solid #910000
}
@media screen and (max-width: 979px) {
  #point li {
    height: auto;
    line-height: 1.7;
    box-sizing: border-box;
    padding: 0 20px 0 56px;
    font-size: 1.7em;
    font-weight: bold;
    color: #fff;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-size: 45px auto;
    background-position: left center;
    margin: 0 auto 10px;
  }
}
@media (max-width: 640px) {
  #point {
    margin: 30px auto 0;
    padding: 0;
  }
}
/* ===============================================
  case
=============================================== */
/* #case {
  background-color: #fffdee;
  padding: 30px 0;
} */
#case {
  background-color: #fffded;
  padding: 70px 0 30px;
  margin: 30px 0 60px;
}

@media (max-width: 640px) {
  #case {
    margin: 0 0 30px;
  }
}
/* ===============================================
  jisseki
=============================================== */
#jisseki {
  margin: 50px auto 0;
  text-align:center;
}
#jisseki li {
  width: 31%;
  margin: 20px 0.5% 0;
  display: inline-block;
}
#jisseki p {
  font-size: 1.3em;
  font-weight: bold;;
  margin: 0 auto 5px;
  text-align:center;
}
#jisseki a {
  display: block;
  width: 80%;
  margin: 5px auto 0;
  text-align:center;
  text-decoration: none;;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  border:2px solid #d2091b;
  box-shadow:0px 2px 0px 0px #999999;
}
#jisseki li:first-child {
  text-align: left;
  vertical-align: bottom
}
#jisseki li:first-child img {
  vertical-align: bottom
}
#jisseki li:first-child p {
  font-size: 1.2em;
  font-weight: bold;;
  margin: 0 0 5px -50px;
  text-align:center;
  line-height: 1.3;
}


@media screen and (max-width: 979px) {
  #jisseki li {
    width: 31%;
    margin: 20px 0.5% 0;
    display: inline-block;
  }
}
@media (max-width: 640px) {
  #jisseki li {
    width: 100%;
    margin: 0px auto 40px;
    display: inline-block;
  }
}
/* ===============================================
  flow
=============================================== */
#flow {
  margin: 70px auto;
}

/* ===============================================
  contact  最下部
=============================================== */
#con_bottom {
  margin: 50px auto 0;
  padding: 50px 0;
  background-color: #e60012;
  position: relative;
  height: 205px;
  background-repeat: no-repeat;
}

#con_bottom div{
  max-width:1000px;
}

#con_bottom p{
  text-align:center;
  color:#fff;
  font-weight:500;
  font-size:24px;
}
#con_bottom a{
  background:#fff;
  color:#e60012!important;
  font-weight:bold;
  font-size:24px;
  padding: 29px;
  border-radius: 20px;
  text-decoration: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 520px;
  text-align: center;
  margin-top: 80px;
  z-index:99999;
}

#con_bottom img{
  position:absolute;
  width: 1330px;
  bottom: 0;
  right:0%;
  left:0%;
  margin:auto;
}


@media screen and (max-width: 979px) {
  #con_bottom {
    margin: 50px auto 0;
    padding: 55px 0 100px;
    height: 205px;
  }
  
  #con_bottom p{
    font-size: 21px;
    padding: 0 20px;
  }
  #con_bottom a{
    font-size: 20px;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 72%;
    margin-top: 40px;
  }
  
  #con_bottom img{
    width: 380px;
    bottom: 0;
    right:0%;
    display:none;
  }
    
}