* {
  margin: 0;
  padding: 0;
}
.all_calendar_wrap * {
  line-height: 1;
  padding: 0;
  margin: 0;
}

.all_calendar_wrap .pc_block {
  display: block;
}
.all_calendar_wrap .sp_block {
  display: none;
}

.all_calendar_wrap .main_img {
  margin-bottom: 22px;
}

.all_calendar_wrap img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.calendar_cont {
  padding: 0 0 72px;
}
.calendar_cont02 {
  background-image: url(../img/bg_pc.jpg);
  background-size: cover;
}

.calendar_cont h2 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 9px 0 11px;
}

.calendar_cont h2 + p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 24px auto;
}

.calendar_cont01 h2 {
  background-color: #065A98;
}
.calendar_cont02 h2 {
  background-color: #FFCE00;
}
.calendar_cont03 h2 {
  background-color: #017E66;
}
.calendar_cont01 h2 + p {
  color: #065A98;
}
.calendar_cont02 h2 + p {
  color: #FC6D05;
}
.calendar_cont03 h2 + p {
  color: #017E66;
}

.calendar_cont h3 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  color: #404040;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  height: 42px;
  margin-bottom: 12px;
}
.calendar_cont02 h3 {
  height: auto;
  margin-bottom: 24px;
}
.calendar_cont03 h3 {
  height: auto;
  margin-left: -34px;
  margin-bottom: 24px;
}

.calendar_cont h3 span {
  color: #065A98;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.calendar_cont h4 {
  color: #FC6D05;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.calendar_cont figure {
  line-height: 0;
}

.calendar_cont .number {
  color: #065A98;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 15px;
}

.calendar_cont .number::after {
  content: "";
  background-color: #065A98;
  display: block;
  width: 23px;
  height: 3px;
  margin: 8px auto 0;
}

.calendar_cont .link_btn {
  text-align: center;
  margin: 56px auto 0;
}
.calendar_cont .link_btn a {
  background-color: #67BDEA;
  border: 3px solid #ffffff;
  border-radius: 50px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 10px 60px 8px;
}
.calendar_cont .link_btn a::before {
  content: "";
  background-image: url(../img/icon_cart_pc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 20px;
  margin-right: 10px;
}
.calendar_cont01 .link_btn {
  margin: 0 auto;
}

/* -------------------------------------------- */
.calendar_cont_type_area,
.calendar_type_box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* -------------------------------------------- */
.calendar_type {
  display: inline-block;
}
.calendar_cont01 .calendar_type {
  width: calc(50% - 20px);
  margin: 0 0 50px 20px;
}
.calendar_cont02 .calendar_type {
  width: calc(100% - 68px);
  margin: 0 0 0 68px;
}
.calendar_cont03 .calendar_type {
  width: calc(100% - 68px);
  margin: 0 0 0 68px;
}

/* -------------------------------------------- */
.calendar_type_box figure {
  display: inline-block;
}
.calendar_cont01 .calendar_type_box figure {
  width: 164px;
  margin-right: 10px;
}
.calendar_cont02 .calendar_type_box figure {
  width: 322px;
  margin-right: 22px;
}
.calendar_cont03 .calendar_type_box figure {
  width: 322px;
  margin-right: 22px;
}
/* -------------------------------------------- */
.calendar_cont01 .calendar_type_box div {
  width: calc(100% - 174px);
  height: 200px;
}
.calendar_cont02 .calendar_type_box div {
  width: calc(100% - 344px);
}
.calendar_cont03 .calendar_type_box div {
  width: calc(100% - 344px);
}
/* -------------------------------------------- */
.calendar_type_box p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}


