@charset "utf-8";

.mainv {
		background-image: url(../img/summary/mainv.jpg);
}

#sec1 {
    padding: 50px 0 26px;
}

.history_img {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 10px;
}

.table01 {
    width:  100%;
    max-width: 1000px;
}

.table01 th,
.table01 td {
    padding: 17px 0;
    font-size:  15px;
    letter-spacing:  0.03em;
}
.table01 th {
    width: 120px;
    background-color:  #1E2677;
    color:  #fff;
    text-align:  center;
    vertical-align:  middle;
    border-bottom: 1px solid #fff;
}
.table01 td {
		border-bottom:  1px solid #ddd;
		border-right: 1px solid #ddd;
		padding-left: 2em;
		padding-right: 1em;
    vertical-align: middle;
}
.table01 td.co1 {
    width: 70px;
    background-color: #DBDDE9;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
}

.table01 tr:first-child td {
		border-top: 1px solid #ddd;
}
.table01 tr:first-child td.co1 {
		border-top: none;
}
.table01 tr:last-child {
    border-bottom: 1px solid #ddd;
}
.table01 tr:last-child th,
.table01 tr:last-child td {
		border-bottom: none;
}


/*---------------------------------------------------------
	w1200
---------------------------------------------------------*/
@media screen and (max-width: 1200px) {
	
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {

	#sec1 {
			padding: 40px 0 8px;
	}

	.table01 th,
	.table01 td {
    padding: 9px 0;
    font-size: 13px;
}
	.table01 th {
    width: 65px;
    font-size: 12px;
}
	.table01 td {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
	.table01 td.co1 {
    width: 34px;
    font-size: 12px;
}	
}


/*---------------------------------------------------------
	ポップアップ
---------------------------------------------------------*/
.popup_td {
  padding-left: 15px !important;
  padding-right: 15px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup_open {
  max-width: 200px;
  max-height: 200px;
  position: relative;
  margin: 0 auto;
}

.popup_open::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #1E2677;
  background-image: url(../img/summary/history/mushimegane.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
}

.popup_open img {
  max-width: 100%;
  max-height: 200px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

.popup_inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0,0,0,0.7);
}

.popup_imgWrap {
  margin: 0 auto;
  max-height: 70vh;
  max-width: 70vw;
  position: relative;
}

.popup_img {
  max-height: 100%;
  max-width: 100%;
}

.popup_close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  /* background-color: #000; */
}

.popup_close::before {
  content: "";
  background-color: #fff;
  display: block;
  width: 80%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup_close::after {
  content: "";
  background-color: #fff;
  display: block;
  width: 80%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {
    .popup_td {
    padding-left: 5px !important;
    padding-right: 5px !important;
    height: 100;
  }

    .popup_open {
    max-width: 400px;
    max-height: 400px;
  }

    .popup_open::before {
    width: 20px;
    height: 20px;
  }

    .popup_imgWrap {
    max-height: 70vh;
    max-width: 90vw;
    position: relative;
  }

}