@charset "UTF-8";
/** /novelty-calendar配下の共通CSS */

img {
 height: auto;
}

table {
 table-layout: fixed;
 border-collapse: collapse;
}

.margin-auto {
 margin: auto;
}

.pre-wrap {
 white-space: pre-wrap;
}

.width100 {
 width: 100%;
}

.width90 {
 width: 90%;
}

.width80 {
 width: 80%;
}

.width60 {
 width: 60%;
}

.width50 {
 width: 50%;
}

.width45 {
 width: 45%;
}

.width30 {
 width: 30%;
}

.width25 {
 width: 25%;
}

.width10 {
 width: 10%;
}

.max-width100 {
 max-width: 100%;
}

.block-link {
 display: block;
 text-align: left;
}

.block-link-icon-line {
 flex-wrap: wrap;
}

.block-link-icon-line > img {
 padding-right: 5px;
 box-sizing: border-box;
}

.block-link-img-line img {
 width: 100%;
}

.width50 .block-link-img-line > img {
 width: 50%;
}

.block-link-ref-line {
 min-width: 0;
 flex: 1;
 word-wrap: break-word;
 white-space: pre-wrap;
}

.block-link-img-line, .block-link-img-vertical-line, .block-link-ref-line {
 display: flex;
 padding-bottom: 5px;
 box-sizing: border-box;
}

.top-btn2 {
 margin: 3%;
 line-height: 2.0em;
 display: flex;
 flex-wrap: nowrap;
 justify-content: space-between;
}

.top-btn2 a {
 text-decoration: none;
}


/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */
@media screen and (min-width: 769px) {
 
 .top-btn2 img {
  width: 180px;
  height: 30px;
 }
 
 .block-link-img-line.pc_site {
  display: flex !important;
  /*pcとspで画像出し分けする場合があるので上書き*/
 }
 
 .proposal {
  margin: 20px 10px;
  padding: 20px 0;
  background-color: #f9f6ef;
  color: #333;
  text-align: center;
  box-sizing: border-box;
 }
 
 .proposal p {
  margin-top: 10px;
 }
 
 .bottom-btns {
  margin: 5px 0px 20px 0px;
  padding: 20px 0px 0px;
  box-sizing: border-box;
  text-align: center;
 }
 
 .calendar-block-title, .t_mds2.calendar-block-title {
  background: url(/novelty-calendar/images/cal_h3.png);
  background-image: url(/novelty-calendar/images/cal_h3.png);
  color: #F03;
  background-size: contain;
  text-align: left;
 }
 
 
 /*　ナビボタン　*/
 .link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
  margin-top: 1%;
  font-size: 1.2em;
 }
 
 .link-list a {
  position: relative;
  display: flex;
  width: auto;
  margin: 1%;
  padding: 1% 4% 1% 2%;
  text-decoration: none;
  color: #3A3A3A;
  font-weight: bold;
  border: 1px solid #A2A2A2;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
 }
 
 .link-list a:hover {
  color: #fff;
  background: #A2A2A2;
  border: 1px solid #A2A2A2;
 }
 
 .link-list a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #3A3A3A;
  border-right: 3px solid #3A3A3A;
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 25%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
 }
 
 .link-list a:hover:after {
  border-color: #fff;
  transition: 0.3s ease-in-out;
 }
 /*　ナビボタンここまで　*/
 
 
 /*見積・サンプル依頼ボタン*/
 .btn_box {
  width: 850px;
  display: flex;
  margin-left: 55px;
  margin-top: 15px;
  margin-bottom: 35px;
 }
 
 .btn_mitsu {
  display: flex;
  align-items: center;
 }
 
 a.btn_mm {
  width: 310px;
  font-weight: bolder;
  border-radius: 30px; /*角丸CSS3*/
  text-decoration: none;
  padding: 20px;
  box-shadow: 4px 4px #CCCCCC;
  margin-right: 20px;
  display: block;
  background: #e56f12;
  color: white;
  text-align: center;
  position: relative;
  padding-right: 40px;
  font-size: 22px;
 }
 
 a.btn_mm:hover {
  background-color: #F7931E;
  color: white;
  text-decoration: none;
 }
 
 a.btn_mm::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
  right: 35px;
 }
 
 .btn_sam {
  display: flex;
  align-items: center;
 }
 
 a.btn_s {
  display: block;
  flex-grow: 1;
  width: 310px;
  font-weight: bolder;
  border-radius: 30px; /*角丸CSS3*/
  background-color: #468080;
  text-decoration: none;
  padding: 20px;
  box-shadow: 4px 4px #CCCCCC;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 40px;
  font-size: 22px;
  text-decoration: none;
 }
 
 a.btn_s:hover {
  background-color: #6E999C;
  color: white;
  text-decoration: none;
 }
 
 a.btn_s::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
  right: 35px;
 }
 
 .btn_s_end {
  width: 370px;
  text-align: center;
  padding-top: 23px;
  height: 33px;
  font-size: 17px;
  border-radius: 30px; /*角丸CSS3*/
  background-color: #B8C9C6;
  text-decoration: none;
  box-shadow: 4px 4px #CCCCCC;
  color: #fff;
  font-weight: bold;
 }
 /*見積・サンプル依頼ボタン*/
 
 
 /*グレーボタン*/
 .btn_gray {
  display: flex;
  margin-left: 25px;
  margin-top: -10px;
 }
 
 a.btn_gr {
  width: 290px;
  font-weight: bolder;
  border-radius: 2px; /*角丸CSS3*/
  text-decoration: none;
  padding: 7px 10px;
  box-shadow: 1px 1px #e6e6e6;
  margin-right: 0px;
  display: block;
  background: #fff;
  color: #4d4d4d;
  border: 1px solid #e6e6e6;
  text-align: center;
  position: relative;
  padding-right: 40px;
  font-size: 12px;
 }
 
 a.btn_gr:hover {
  background-color: #e6e6e6;
  color: black;
  text-decoration: none;
 }
 
 a.btn_gr::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #e6e6e6;
  border-right: 3px solid #e6e6e6;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
  right: 35px;
 }
 /*グレーボタン*/
 
 
 /*卓上カレンダー特集ボタン　ここから*/
 .cal_link_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px auto 30px auto;
 }
 
 .btn-takujo a {
  padding: 0.5em 2em;
  margin: 20px 10px;
  text-decoration: none;
  border: solid 1px #ff301e;
  border-radius: 20px;
  color: #ff301e !important;
  font-weight: bold;
  font-size: 16px;
 }
 
 .btn-takujo a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -3px 6px 0 0;
  background: url("https://www.giftit.co.jp/novelty-diary/images/icon_takujo.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
 }
 
 .btn-takujo a:hover {
  background: #ffe7db;
 }
 /*卓上カレンダー特集ボタン　ここまで*/
 
 
 /*壁掛けカレンダー特集ボタン　ここから*/
 .btn-kabe a {
  padding: 0.5em 2em;
  margin: 20px 10px;
  text-decoration: none;
  border: solid 1px #3c4998;
  border-radius: 20px;
  color: #3c4998;
  font-weight: bold;
  font-size: 16px;
 }
 
 .btn-kabe a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -2px 6px 0 0;
  background: url("https://www.giftit.co.jp/novelty-diary/images/icon_kabe.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
 }
 
 .btn-kabe a:hover {
  background: #ECF3FF;
 }
 /*壁掛けカレンダー特集ボタン　ここまで*/
 
 
 /*手帳特集ボタン　ここから*/
 .btn-diary a {
  padding: 0.5em 2em;
  margin: 20px 10px;
  text-decoration: none;
  border: solid 1px #409046;
  border-radius: 20px;
  color: #409046;
  font-weight: bold;
  font-size: 16px;
 }
 
 .btn-diary a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -2px 6px 0 0;
  background: url("https://www.giftit.co.jp/novelty-diary/images/icon_diary.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
 }
 
 .btn-diary a:hover {
  background: #e4eece;
 }
 /*手帳特集ボタン　ここまで*/
 
}


/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */
@media screen and (max-width: 768px) {
 
 .scroll {
  overflow: auto;
  white-space: nowrap;
  font-size: 2.5vw;
 }
 
 .scroll::-webkit-scrollbar {
  height: 2%;
 }
 
 .scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
 }
 
 .scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
 }
 
 .top-btn2 {
  flex-direction: column;
 }
 
 .top-btn2 .btn_1 {
  font-size: 1em;
 }
 
 .block-link-img-line.sp_site {
  display: flex !important;
  /*pcとspで画像出し分けする場合があるので上書き*/
 }
 
 .proposal {
  display: none;
 }
 
 .calendar-block-title {
  background: #F99;
  margin: 20px 10px 5px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
  padding: 7px 3%;
 }
 
 
 /*　ナビボタン　*/
 .link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 97%;
  margin: 0 auto;
  margin-top: 3%;
  font-size: 0.9em;
 }
 
 .link-list a {
  position: relative;
  display: flex;
  width: 40%;
  margin: 1%;
  padding: 2% 4% 2% 3%;
  text-decoration: none;
  color: #3A3A3A;
  font-weight: bold;
  border: 1px solid #A2A2A2;
  background: #fff;
  border-radius: 5px;
  font-size: 10px;
 }
 
 .link-list a:visited {
  color: #A2A2A2;
 }
 
 .link-list a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #3A3A3A;
  border-right: 3px solid #3A3A3A;
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 25%;
  right: 15px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
 }
 
 .link-list a:hover {
  color: #fff;
  background: #A2A2A2;
  border: 1px solid #A2A2A2;
 }
 
 .link-list a:hover:after {
  border-color: #fff;
  transition: 0.3s ease-in-out;
 }
 /*　ナビボタンここまで　*/
 
 
 /*見積・サンプル依頼ボタン*/
 .btn_box {
  width: 100%;
  margin: 2% 0% 13% 0%;
 }
 
 .btn_mitsu {
  display: flex;
  align-items: center;
  width: 90%;
  margin: auto;
 }
 
 a.btn_mm {
  display: block;
  flex-grow: 1;
  align-items: center;
  width: 85%;
  font-size: 1em;
  margin: auto;
  font-weight: bolder;
  border-radius: 30px; /*角丸CSS3*/
  background-color: #e56f12;
  text-decoration: none;
  box-shadow: 6px 6px #CCCCCC;
  padding: 5%;
  margin-bottom: 5%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 40px;
 }
 
 a.btn_mm:hover {
  background-color: #F7931E;
  color: white;
  text-decoration: none;
 }
 
 a.btn_mm::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  transition: 0.3s;
  right: 20%;
 }
 
 .btn_sam {
  display: flex;
  align-items: center;
  width: 90%;
  margin: auto;
  margin-bottom: 5%;
 }
 
 a.btn_s {
  display: block;
  flex-grow: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 1em;
  text-decoration: none;
  width: 85%;
  font-size: 1em;
  font-weight: bolder;
  border-radius: 30px; /*角丸CSS3*/
  background-color: #468080;
  text-decoration: none;
  padding: 5%;
  box-shadow: 6px 6px #CCCCCC;
 }
 
 a.btn_s:hover {
  background-color: #6E999C;
  color: white;
  text-decoration: none;
 }
 
 a.btn_s::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  transition: 0.3s;
  right: 15%;
 }
 
 .btn_s_end {
  text-align: center;
  width: 80%;
  margin: auto;
  font-size: 1em;
  font-weight: bolder;
  border-radius: 30px; /*角丸CSS3*/
  background-color: #CDD5D3;
  color: #fff;
  text-decoration: none;
  padding: 5%;
 }
 /*見積・サンプル依頼ボタン*/
 
 
 /*卓上カレンダー特集ボタン　ここから*/
 .cal_link_list {
  margin: 10px auto 20px auto;
  width: 100%;
 }
 
 .btn-takujo a {
  display: block;
  width: 85%;
  text-align: center;
  margin: 5px auto;
  padding: 0.5em 1em;
  text-decoration: none;
  border: solid 1px #ff301e;
  border-radius: 20px;
  color: #ff301e !important;
  font-weight: bold;
  font-size: 12px;
 }
 
 .btn-takujo a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 5px 0 0;
  background: url("https://www.giftit.co.jp/novelty-diary/images/icon_takujo.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
 }
 
 .btn-takujo a:hover {
  background: #ffe7db;
 }
 /*卓上カレンダー特集ボタン　ここまで*/
 
 
 /*壁掛カレンダー特集ボタン　ここから*/
 .btn-kabe a {
  display: block;
  width: 85%;
  text-align: center;
  margin: 5px auto;
  padding: 0.5em 1em;
  text-decoration: none;
  border: solid 1px #3c4998;
  border-radius: 20px;
  color: #3c4998;
  font-weight: bold;
  font-size: 12px;
 }
 
 .btn-kabe a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 2px 0 0;
  background: url("https://www.giftit.co.jp/novelty-diary/images/icon_kabe.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
 }
 
 .btn-kabe a:hover {
  background: #ECF3FF;
 }
 /*壁掛カレンダー特集ボタン　ここまで*/
 
 
 /*手帳特集ボタン　ここから*/
 .btn-diary a {
  display: block;
  width: 85%;
  text-align: center;
  margin: 5px auto;
  padding: 0.5em 1em;
  text-decoration: none;
  border: solid 1px #409046;
  border-radius: 20px;
  color: #409046;
  font-weight: bold;
  font-size: 12px;
 }
 
 .btn-diary a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 2px 0 0;
  background: url("https://www.giftit.co.jp/novelty-diary/images/icon_diary.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
 }
 
 .btn-diary a:hover {
  background: #e4eece;
 }
 /*手帳特集ボタン　ここまで*/
 
}

