@charset "UTF-8";
.margin-auto {
 margin: auto;
}

.f-left {
 float: left;
}

.m-bottom-50px {
 margin-bottom: 50px;
}

.proposal {
 background-color: #f9f6ef;
 color: #333;
}

.icon-flex img {
 padding-right: 2px;
}

.icon-flex td:first-of-type {
 margin-right: 50px;
}


/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */
@media print, screen and (min-width: 769px) {
 
 .takujyo_h2 {
  width: 940px;
  height: 170px;
  position: relative;
  background-image: url(https://www.giftit.co.jp/novelty-calendar/images/index2026_title.jpg);
  background-repeat: no-repeat;
  margin: 0% auto;
  font-size: 3em;
 }
 
 .takujyo_h2 h2 {
  display: table-cell;
  vertical-align: top;
  width: 940px;
  height: 120px;
  font-family: "Verdana", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  font-weight: 700;
  color: #000;
 }
 
 .takujyo_h2 h2 span {
  display: table-cell;
  vertical-align: middle;
  width: 940px;
  height: 50px;
  font-size: 0.6em;
  color: #d71718;
 }
 
 .takujyo h3 {
  padding: 0.5em; /*文字周りの余白*/
  color: #fff; /*文字色603813*/
  font-size: 150%;
  background: #c91718; /*背景色*/
  border-left: solid 20px #4c1d13; /*左線（実線 太さ 色）*/
  margin-top: 30px;
 }
 
 .takujyo_h4 {
  font-size: 17px;
  margin: 15px 0 0 15px;
  color: #171c61;
 }
 
 .takujyo_h4 a {
  color: #171c61;
 }
 
 .takujyo_h4 a:link {
  color: #171c61;
 }
 
 .takujyo_h4 a:visited {
  color: #171c61;
 }
 
 .takujyo_h4 a {
  text-decoration: none;
 }
 
 .takujyo_h4 a:hover {
  color: #606060;
 }
 
 .info p {
  font-size: 1.6rem;
 }
 
 .calendar {
  margin-top: 30px;
 }
 
 .info {
  margin: 2px 0px 2px 0px;
  /* background: #fff; */
 }
 
 .c_oshirase {
  /* padding: 20px 5px 0px 35px;*/
  text-align: center;
  padding: 20px 0px 0px 0px;
  font-size: 20px;
  color: #c91718;
  font-weight: bold;
  margin: 2px 0px -10px 0px;
 }
 
 .sample_btn {
  margin: auto;
  margin-top: 0px;
  border: solid 2px #EC1C24;
  width: 936px;
  text-align: center;
 }
 
 .top_text {
  margin: auto;
  margin-top: -5px;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #333;
  padding: 10px 0px;
  width: 850px;
 }
 
 .top_text2 {
  margin: 2% auto 4% auto;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #333;
 }
 
 .top_text2 h2 {
  font-size: 1.2em;
  line-height: 2em;
 }
 
 .cal_text {
  width: 900px;
  margin: -10px 30px 30px 30px;
  padding: 5px 5px 0px 5px;
  line-height: 1.8em;
 }
 
 .cal_text p {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  color: red;
  border-bottom: dotted 2px red;
  width: 250px;
 }
 
 .cal_text span {
  display: block;
  font-size: 1em;
  color: #636363;
  margin-top: 5px;
 }
 
 
 /*自社パーツ調整ver*/
 .h4_calendar {
  width: 100%;
 }
 
 .h4_calendar_name, .h4_calendar_name_c {
  width: 95.5%;
  font-size: 1.7em;
  padding: 0.8em 1em;
  color: #f4d833;
  background-color: #1f225f;
  margin-bottom: 1%;
 }
 
 .h4_calendar_name_4 {
  width: 95.5%;
  font-size: 1.7em;
  padding: 0.8em 1em;
  color: #f4d833;
  background-color: #5b3636;
  margin-bottom: 1%;
 }
 
 .h4_calendar_name span, .h4_calendar_name_c span,.h4_calendar_name_4 span {
  color: white;
 }
 
 .h4_calendar a img:hover {
  opacity: 0.7;
 }
 
 .h4_calendar_rink {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
 }
 
 .btn_more {
  width: 45%;
  display: block;
  position: relative;
  background-color: #fffae6;
  border: 2px solid #ffe680;
  border-radius: 5px;
  margin: 3% auto;
  padding: 2.5% 2% 2% 0%;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: black;
  text-decoration: none;
 }
 
 .btn_more:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
 }
 
 .btn_cp {
  width: 45%;
  display: block;
  position: relative;
  background-color: #ffe680;
  border-radius: 5px;
  margin: 3% auto;
  padding: 1.5% 2% 1.5% 0%;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: black;
  text-decoration: none;
 }
 
 .btn_cp:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
 }
 
 .btn_more:hover, .btn_cp:hover {
  opacity: 0.7;
 }
 
 .btn_more:hover, .btn_cp:hover a {
  text-decoration: none;
 }
 
 .btn_more:hover, .btn_more:visited {
  color: black;
 }
 
 .btn_cp:hover, .btn_cp:visited {
  color: black;
 }
 
 .pop_copy {
  width: 50%;
  font-weight: bold;
  font-size: 1.2em;
  padding-left: 4em;
 }
 
 .pop_point {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96%;
  margin: 0.5% auto 4% auto;
  border: #dcdcdc 1px solid;
 }
 
 .pop_point p {
  width: 30%;
  background-color: #dcdcdc;
  text-align: center;
  font-size: 1.3em;
  padding: 4.5% 0%;
 }
 
 .pop_point ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 70%;
  padding: 1% 0%;
 }
 
 .pop_point li {
  padding-left: 1em;
  line-height: 1.4em;
 }
 
 .point_long {
  width: 80%;
 }
 
 .point_red1 {
  font-size: 1.3em;
  font-weight: bold;
  color: red;
 }
 
 .point_red2 {
  color: red;
 }
 
 /*4月はじまり*/
 .btn_4gatsu a{
  width: 38%;
  position: relative;
  display: block;
  background-color: #ffb3d9;
  border-radius: 15px;
  margin: 2% auto 4% auto;
  padding: 1.5% 3% 1% 0%;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #4d4d4d;
  text-decoration: none;
 }
 
 .btn_4gatsu a:before {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-bottom: solid 2px #4d4d4d;
  border-right: solid 2px #4d4d4d;
  transform: rotate(45deg);
  position: absolute;
  top: -5%;
  right: 8%;
  bottom: 0;
  margin: auto;
 }
 
 .btn_4gatsu:hover a{
  opacity: 0.7;
 }
 
 .btn_4gatsu:hover a, .btn_cp:visited a{
  text-decoration: none;
  color: #4d4d4d;
 }
 /*4月はじまり*/
 
 /*自社パーツ調整ver*/
 
 
 .cp10off {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
 }
 
 .cp10off span {
  font-size: 1em;
  color: #636363;
  margin-top: 5px;
 }
 
 .t_text {
  width: 900px;
  margin: 3px 30px 0px 25px;
  padding: 5px 5px 0px 5px;
  line-height: 1.8em;
 }
 
 .c_text {
  width: 900px;
  margin: 3px 30px 10px 25px;
  padding: 5px 5px 0px 5px;
  line-height: 1.8em;
 }
 
 .calendar_nav {
  margin-top: 10px;
  margin-bottom: -5px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
 }
 
 .calendar_nav img {
  width: 270px;
  padding-right: 0.5em;
 }
 
 .top-btn {
  display: flex;
  flex-wrap: wrap;
  margin-left: 110px;
  margin-top: 10px;
 }
 
 .top-btn a {
  width: 50%;
  padding: 0 5px; /*←画像の左右に5pxの余白を入れる場合*/
  box-sizing: border-box;
 }
 
 .top-btn a > img {
  max-width: 100%; /*画像のはみだしを防ぐ*/
  height: auto; /*画像の縦横比を維持 */
 }
 
 .hikaku_zu {
  width: 750px;
  margin: auto;
  margin-top: 15px;
  border: solid 15px #FBECD7;
  display: flex;
  align-items: flex-start;
  padding: 5px 0 0 80px;
 }
 
 .hikaku_td1 {
  width: 200px;
  height: 250px;
  margin-left: 0px;
 }
 
 .hikaku_td2 {
  width: 200px;
  height: 250px;
  margin-left: -10px;
 }
 
 .hikaku_td3 {
  width: 200px;
  height: 250px;
 }
 
 
 /*人気ランキング*/
 .inner-box {
  display: flex;
  width: 940px;
  margin: 0 auto;
  margin-top: 25px;
  margin-left: 15px;
  text-align: center;
 }
 
 .inner-box div {
  padding: 0% 10px;
  width: 160px;
 }
 
 .inner {
  padding: 1%;
  font-size: 1em;
 }
 
 .inner a {
  padding: 1%;
  font-size: 1em;
 }
 
 .item_pic {
  width: 160px;
  line-height: 1.5em;
 }
 
 
 /* 商品テーブル(横4つ) */
 .item_table {
  /* 残*/
  margin: 0px auto;
  width: 910px;
  margin-top: 4px;
 }
 
 /* 残*/
 .item_table td {
  /* 残*/
  padding: 5px;
  margin: 0px 5px;
  border: #efefef solid 1px;
  vertical-align: top;
 }
 
 .item_table_press > a > img {
  width: 100%;
  height: auto;
  margin: 0 auto 5px auto;
  padding: 0;
 }
 
 
 /* 商品6個配置テーブル */
 .item_table_mini {
  /* 残*/
  margin: 3px auto;
  margin-top: 5px;
  width: 910px;
 }
 
 .item_table_mini tr {
  margin-left: 20px;
 }
 
 .item_table_mini td {
  padding: 5px;
  margin: 0px 5px;
  border: #efefef solid 1px;
  vertical-align: top;
 }
 
 .item_table_mini td > a > img {
  width: 100%;
  height: auto;
  margin: 0 auto 5px auto;
  padding: 0;
 }
 
 
 /* 商品横2個配置テーブル */
 .item_table_big {
  /* 残*/
  margin: 3px auto;
  margin-top: 5px;
  width: 910px;
  border-collapse: separate;
  border-spacing: 5px;
 }
 
 .item_table_big td {
  /* 残*/
  padding: 3px;
  margin: 0px 20px;
  border: #efefef solid 1px;
  width: 400px;
  vertical-align: top;
 }
 
 .item_table_big_img2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
 }
 
 .item_table_big_img2 img {
  width: 50%;
 }
 
 .item_table_press_big img {
  width: 210px;
  padding: 4px;
  margin-bottom: 3px;
  margin-left: 1px;
 }
 
 /* 商品横1個配置テーブル */
 .item_table_big2 {
  /* 残*/
  margin: 3px auto;
  margin-top: 5px;
  width: 910px;
  border-collapse: separate;
  border-spacing: 5px;
 }
 
 .item_table_big2 td {
  padding: 3px;
  margin: 0px 20px;
  border: #efefef solid 1px;
  width: 800px;
  vertical-align: top;
 }
 
 .item_table_big2_img2 {
  display: flex;
  justify-content: space-between;
 }
 
 .item_table_big2_img2 img{
  width: 24%;
 }
 
 .noshi {
  margin-top: 20px;
 }
 
 .noshi img {
  margin: auto;
  padding: 0px 0 15px 0px;
 }
 
 .noshi2 img {
  margin: auto;
 }
 
 .attention {
  background: #fff;
  margin: 5px 0px 2px 0px;
 }
 
 .zaiko_info {
  color: #fff;
  background: #C1272D;
  width: 270px;
  margin: 5px 0px 2px 18px;
  padding: 6px 0px 5px 20px;
  font-size: 15px;
 }
 
 .pickUp-calendar1 {
  width: 840px;
  margin: auto;
  margin-left: 14px;
 }
 
 .pickUp-calendar2 {
  width: 800px;
  height: 355px;
  margin: 0px 0px 0px 0px;
 }
 
 .calendar_pick {
  width: 870px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0px 0px;
  border: #DFDFDF solid 1px;
 }
 
 .click-photo p {
  margin: 10px 0px 0px 0px;
  border-top: #CCC dashed 1px;
  padding: 5px 30px 0px;
  text-align: left;
 }
 
 .click-photo table {
  width: 90%;
 }
 
 .click-photo td {
  width: 16%;
 }
 
 .photo_line {
  width: 125px;
  height: 125px;
 }
 
 .pick-btns {
  margin: auto;
  margin: 10px 0px;
 }
 
 .pick-btns a {
  text-decoration: none;
 }
 
 .pick-btns .btn1 {
  width: 390px;
  height: 60px;
 }
 
 .pick-btns .btn2 {
  width: 390px;
  height: 32px;
 }
 
 .calendar_spec {
  padding: 10px 10px;
 }
 
 .calendar_spec img {
  vertical-align: middle;
 }
 
 .size-160px {
  width: 160px;
  height: 160px;
 }
 
 .size-213px {
  width: 213px;
  height: 213px;
 }
 
 .text-link-list {
  margin-top: 30px;
 }
 
 .m-bottom-50px {
  margin-bottom: 50px;
 }
 
 .m-top-2px {
  margin-top: 2px;
 }
 
 .proposal {
  margin: 20px 10px 20px 10px;
  padding: 15px;
 }
 
 .proposal p {
  margin-top: 10px;
 }
 
 .bottomOfPage {
  margin: 20px 0px;
 }
 
 .bottom-btns {
  padding: 20px 0px;
 }
 
 .link-btn1 {
  width: 620px;
 }
 
 .link-btn2 {
  width: 340px;
  height: 50px;
  margin: 5px 0;
 }
 
 .icon {
  width: 660px;
  margin: 50px auto;
 }
 
 .icon table {
  width: 58%;
  margin: auto;
 }
 
 .icon-flex {
  display: flex;
  flex-direction: row;
 }
 
 .width32 {
  width: 32%;
 }
 
 .comment {
  color: #F00;
  margin-top: 10px;
 }
 
 
 /* 無料サンプルフォーム ページCSS */
 .sample_form {
  width: 800px;
 }
 
 .sample_form p {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
 }
 
 .sample_form img {
  width: 250px;
  margin-right: 5px;
 }
 
 .sample_text {
  width: 780px;
  background-color: #FAFFDB;
  margin: 20px 40px;
  padding: 20px;
  line-height: 1.5em
 }
 
 .thanks_banner {
  margin: auto;
  width: 620px;
  margin-bottom: 30px;
 }
 
 .osusume_banner {
  background: url(/images/top/h3_osusume.png)no-repeat;
  font-size: 17px;
  font-weight: bold;
  margin: 0em 0em 0.8em 0em;
  padding: 0.6em 0em 0.6em 2.5em;
 }
 
 .osusume_flexbox ul {
  display: -webkit-flex;
  display: flex;
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center; /* 子要素をflexboxにより中央に配置する */
 }
 
 .osusume_flexbox li {
  margin: 10px;
  padding: 5px;
  line-hight: 1;
 }
 
 .osusume_flexbox li p {
  margin: 0;
  padding: 0;
 }
 
 
 /* 箔押し見本 */
 .mihon {
  text-align: left;
 }
 
 .mihon img {
  width: 430px;
 }
 
 .mihon p {
  margin-top: 5px;
  width: 640px;
 }
 
 .top-text-link-list {
  text-align: center;
  margin: 0px 50px 10px 50px;
  font-size: 14px;
  line-height: 1.5em;
 }
 
 .to-top > .top-text-link-list {
  background-color: transparent;
 }
 
 
 /* コーナー案内 */
 .category-navi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 4% auto 0% auto;
 }
 
 .category-navi li {
  width: 20%;
  margin: 0.5% 1.5%;
 }
 
 .category-navi_btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 6% 9% 4% 1%;
  color: #696969;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background: #dcdcdc;
  border-radius: 10px;
 }
 
 .category-navi_btn:before {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-bottom: solid 2px #696969;
  border-right: solid 2px #696969;
  transform: rotate(45deg);
  position: absolute;
  top: -5%;
  right: 8%;
  bottom: 0;
  margin: auto;
 }
 
 .category-navi_btn:hover {
  opacity: 0.5;
  text-decoration: none;
  color: #696969;
 }
 
 .category-navi_btn:visited {
  text-decoration: none;
  color: #696969;
 }
 
 
 /* 予備知識案内 */
 .reference-navi_p {
  margin: 1% 0% -3% 0%;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #668ad8;
 }
 
 .reference-navi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 4% auto 2% auto;
  color: #668ad8;
  border: dashed 2px #668ad8;
  background: #f1f8ff;
  padding: 0.5em;
 }
 
 .reference-navi_btn:before {
  content: '▶ ';
 }
 
 .reference-navi li {
  width: 30%;
  line-height: 1.5em;
  padding: 0.5em 0em;
 }
 
 .reference-navi_btn {
  display: block;
  width: 100%;
  color: #668ad8;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
 }
 
 .reference-navi_btn:hover {
  opacity: 0.5;
  text-decoration: none;
  color: #668ad8;
 }
 
 .reference-navi_btn:visited {
  text-decoration: none;
  color: #668ad8;
 }
 
 
 /* オリジナル作成の説明 */
 .origin_mds {
  width: 100%;
  background: #D9D9D9;
  text-align: center;
  padding: 2% 0% 1% 0%;
  font-size: 12px;
  font-weight: 600;
 }
 
 .origin_mds span {
  font-size: 9px;
  font-weight: 600;
 }
 
 .rndm-rink {
  margin: 10px auto;
  width: 800px;
  text-align: center;
 }
 
 .rndm-rink img {
  margin: 0px auto;
  padding: 0px 10px;
  width: 200px;
 }
 
}


/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */
@media screen and (max-width: 768px) {
 
 .takujyo_h2 {
  background-image: url(https://www.giftit.co.jp/novelty-calendar/images/index2026_title.jpg);
  background-size: 100% auto;
  margin: 1% auto 3% auto;
 }
 
 .takujyo_h2 h2 {
  width: 98%;
  color: #000;
  font-size: 1.6em;
  margin: 1% auto 5% auto;
  text-align: center;
  font-weight: bold;
  font-family: "Verdana", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  line-height: 1em;
  padding: 0% 1% 5% 1%;
 }
 
 .takujyo_h2 h2 span {
  font-size: 0.7em;
  color: #d71718;
 }
 
 .takujyo h3 {
  padding: 0.6em 0.6em 0.4em 0.6em; /*文字周りの余白*/
  color: #fff; /*文字色603813*/
  font-size: 130%;
  background: #c91718; /*背景色*/
  border-left: solid 15px #4c1d13; /*左線（実線 太さ 色）*/
  margin-top: 5%;
  margin-bottom: 2%;
  text-align: left;
 }
 
 .takujyo h3 span {
  font-size: 0.8em;
 }
 
 .takujyo_h4 {
  font-size: 0.9em;
  margin: 4% 0% 0% 0%;
  color: #171c61;
 }
 
 .takujyo_h4 a {
  color: #171c61;
 }
 
 .takujyo_h4 a:link {
  color: #171c61;
 }
 
 .takujyo_h4 a:visited {
  color: #171c61;
 }
 
 .takujyo_h4 a {
  text-decoration: none;
 }
 
 .takujyo_h4 a:hover {
  color: #606060;
 }
 
 .info p {
  font-size: 3.4vw;
 }
 
 .calendar {
  margin-top: 5%;
 }
 
 .info {
  margin: 1% 0px;
  background: none;
 }
 
 .title {
  margin: 2% 0;
 }
 
 .c_oshirase {
  /* padding: 20px 5px 0px 35px;*/
  text-align: center;
  padding: 10px 0px 0px 0px;
  font-size: 1em;
  color: #c91718;
  font-weight: bold;
  margin: 0px;
 }
 
 .sample_btn {
  margin: auto;
  margin-top: 10px;
  border: solid 2px #EC1C24;
  width: 99%;
 }
 
 .sample_btn img {
  width: 100%;
 }
 
 .top-btn {
  display: -webkit-flex;
  display: flex;
  width: 96%;
  text-align: center;
  margin-top: 3%;
 }
 
 .top-btn a {
  box-sizing: border-box;
  padding-left: 4%;
 }
 
 .top-btn a > img {
  max-width: 100%; /*画像のはみだしを防ぐ*/
  height: auto; /*画像の縦横比を維持 */
 }
 
 .top_text {
  margin: 10px auto 0px auto;
  text-align: center;
  width: 95%;
  font-size: 0.9em;
  color: #333;
  line-height: 1.5em;
 }
 
 .top_text2 {
  margin: 2% auto 4% auto;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #333;
 }
 
 .top_text2 h2 {
  font-size: 1.1em;
  line-height: 1.5em;
  margin-bottom: 4%;
 }
 
 .calendar_nav {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: -15px;
 }
 
 .calendar_nav img {
  width: 100%;
 }
 
 .calendar_nav a {
  width: 48%;
  padding-right: 0.5em
 }
 
 .hikaku_zu {
  width: 93%;
  margin: auto;
  margin-top: 10px;
  border: solid 10px #FBECD7;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
 }
 
 .hikaku_zu td img {
  width: 100%;
  margin-bottom: 0.5em;
 }
 
 .hikaku_td1 {
  width: 33%;
  height: auto;
  margin-left: 0em;
 }
 
 .hikaku_td2 {
  width: 33%;
  margin-left: -0.8em;
  height: auto;
 }
 
 .hikaku_td3 {
  width: 33%;
  margin-left: -0.5em;
  height: auto;
 }
 
 .t_text {
  /* 残 */
  width: 90%;
  margin: 1% auto !important;
  margin-top: -1%;
  padding: 5px;
  line-height: 1.5em;
  font-size: 3vw;
 }
 
 .cal_text {
  /* 残 */
  width: 95%;
  margin: 1% auto !important;
  margin-top: -1%;
  padding: 5px;
  line-height: 1.7em;
  font-size: 3vw;
 }
 
 .cal_text p {
  font-size: 110%;
  font-weight: bold;
  margin-top: 2%;
  color: red;
 }
 
 .cal_text span {
  display: block;
  font-size: 90%;
  color: #636363;
  margin-top: 5px;
  margin-bottom: 5%;
 }
 
 
 /*自社パーツ調整ver*/
 .h4_calendar {
  width: 95%;
  margin: 2% auto 0% auto;
 }
 
 .h4_calendar_name {
  width: 93.5%;
  font-size: 0.9em;
  padding: 0.9em 1em 0.8em 1em;
  color: #f4d833;
  background-color: #1f225f;
  margin: 0 auto;
  margin-bottom: 1%;
 }
 
 .h4_calendar_name span {
  color: white;
  font-size: 0.8em;
 }
 
 .h4_calendar_name_c {
  width: 93.5%;
  font-size: 0.8em;
  padding: 0.9em 1em 0.8em 1em;
  color: #f4d833;
  background-color: #1f225f;
  margin: 0 auto;
  margin-bottom: 1%;
 }
 
 .h4_calendar_name_4 {
  width: 93.5%;
  font-size: 0.8em;
  padding: 0.9em 1em 0.8em 1em;
  color: #f4d833;
  background-color: #5b3636;
  margin: 0 auto;
  margin-bottom: 1%;
 }
 
 .h4_calendar_name_c span,.h4_calendar_name_4 span {
  color: white;
 }
 
 .h4_calendar_rink {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 7%;
 }
 
 .btn_more {
  width: 95%;
  display: block;
  position: relative;
  background-color: #fffae6;
  border: 2px solid #ffe680;
  border-radius: 5px;
  margin: 3% auto;
  padding: 3.5% 1% 3% 0%;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  color: black;
  text-decoration: none;
 }
 
 .btn_more:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -6px;
 }
 
 .btn_cp {
  width: 95%;
  display: block;
  position: relative;
  background-color: #ffe680;
  border-radius: 5px;
  margin: 3% auto;
  padding: 2% 2% 1.5% 0%;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  color: black;
  text-decoration: none;
 }
 
 .btn_cp:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
 }
 
 .btn_more:visited {
  color: black;
 }
 
 .btn_cp:visited {
  color: black;
 }
 
 .pop_copy {
  width: 50%;
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
  margin: 0 auto;
 }
 
 .pop_point {
  width: 95%;
  margin: 0.5% auto 5% auto;
  text-align: center;
 }
 
 .pop_point p {
  width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  padding: 0.5em 0em;
 }
 
 .pop_point ul {
  width: 100%;
  font-size: 0.9em;
  text-align: left;
  margin: 3% auto 5% auto;
  line-height: 1.5em;
 }
 
 .pop_point li span:not(.pop_indent) {
  font-size: 0.8em;
 }
 
 .pop_indent {
  padding-left: 1em;
 }
 
 .point_red1 {
  font-size: 1.1em;
  font-weight: bold;
  color: red;
 }
 
 .point_red2 {
  color: red;
 }
 
 /*4月はじまり*/
 .btn_4gatsu a{
  width: 82%;
  position: relative;
  display: block;
  background-color: #ffb3d9;
  border-radius: 12px;
  margin: 2% auto 8% auto;
  padding: 3% 4% 2% 0%;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  color: #4d4d4d;
  text-decoration: none;
 }
 
 .btn_4gatsu a:before {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-bottom: solid 2px #4d4d4d;
  border-right: solid 2px #4d4d4d;
  transform: rotate(45deg);
  position: absolute;
  top: -5%;
  right: 4%;
  bottom: 0;
  margin: auto;
 }
 
 .btn_cp:visited a{
  text-decoration: none;
  color: #4d4d4d;
 }
 /*4月はじまり*/
 
 /*自社パーツ調整ver*/
 
 
 .cp10off {
  font-size: 110%;
  font-weight: bold;
  margin-top: 2%;
  text-decoration: underline #0000ee;
 }
 
 .cp10off span {
  font-size: 90%;
  color: #636363;
  margin-top: 5px;
  margin-bottom: 5%;
 }
 
 .c_text {
  /* 残 */
  width: 90%;
  margin: 1% auto !important;
  margin-top: -1%;
  padding: 5px;
  line-height: 1.5em;
  font-size: 3vw;
 }
 
 .item_text {
  font-size: 3vw;
  margin-bottom: 5%;
  padding-bottom: 2%;
  border-top: none;
  color: #333;
 }
 
 
 /*ランキングコーナー*/
 .inner-box {
  display: flex;
  width: 98%;
  margin: 0 auto;
  margin-top: 0%;
 }
 
 .inner-box div + div {
  padding: 1%;
 }
 
 .inner {
  width: 30%;
  padding: 1%;
  font-size: 0.8em;
  text-align: center;
 }
 
 .rank_img {
  width: 100%;
 }
 
 .item_pic {
  width: 100%;
 }
 
 .item_pic img {
  width: 100%;
  height: auto;
  padding-bottom: 5px;
 }
 
 
 /* 商品一覧 */
 .item_table {
  /* 残 */
  margin: auto;
  margin-top: -2%;
  margin-left: 1.5%;
  width: 96%;
  display: block;
 }
 
 .item_table tr {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
 }
 
 /* 残 */
 .item_table td {
  /* 残 */
  padding: 2px;
  margin: 0px 0px 10px 0px;
  border: 0;
  width: 47%;
  margin-left: 0.5%;
  display: inline-block;
  vertical-align: top;
 }
 
 .item_table_press > a > img {
  width: 100%;
 }
 
 .item_table_press > div > p {
  text-align: left;
  font-size: 130%;
  font-weight: bold;
 }
 
 
 /* 商品一覧横3つ(小)並び */
 .item_table_mini {
  margin: 0% auto;
  width: 97%;
  margin-top: -1%;
  margin-bottom: 0%;
  display: block;
 }
 
 .item_table_mini tr {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
 }
 
 /* 残 */
 .item_table_mini td {
  /* 残 */
  padding: 1%;
  margin: -5px 0px 5px 1px;
  border: 0;
  width: 30%;
  display: inline-block;
  vertical-align: top;
 }
 
 
 /* 商品テーブル大 ここから*/
 .item_table_big {
  /* 残 */
  margin: 5px auto;
  width: 100%;
  justify-content: center;
 }
 
 .item_table_big tr {
  width: 100%;
  display: inline;
  margin: 0 1%;
  padding: 0;
 }
 
 .item_table_big td {
  padding: 1px;
  margin: 0px 2px 1px 2px;
  width: calc(100% / 2 - 15px);
  display: inline-block;
  vertical-align: top;
 }
 
 .item_table_big_img2 img {
  width: 100%;
 }
 
 .item_table_press_big img {
  width: 97%;
  border: solid 1px #E8E8E8;
  margin: 0% 1% 3% 1%;
 }
 
 /* 商品横1個配置テーブル */
 .item_table_big2 {
  width: 92%;
  margin: 5px auto;
  justify-content: center;
 }
 
 .item_table_big2 td {
  width: 100%;
  padding: 1px;
  margin: 0px 2px 1px 2px;
  vertical-align: top;
 }
 
 .item_table_big2_img2 {
  display: flex;
  justify-content: space-between;
 }
 
 .item_table_big2_img2 img{
  width: 50%;
  margin: 2% auto;
 }
 
 .item_text {
  border-top: none;
  width: 100%;
  font-size: 1em;
  margin: -2% auto 5% -3%;
 }
 
 .btn_line {
  border: #CCC solid 1px;
 }
 
 .top-text-link-list {
  margin-top: 2%;
  width: 95%;
  font-size: 14px;
 }
 
 .top-text-link-list p {
  font-size: 16px;
  margin-bottom: 2%;
 }
 
 
 /* コーナー案内 */
 .category-navi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 95%;
  margin: 4% 4% 0% 1%;
 }
 
 .category-navi li {
  width: 40%;
  margin: 1% 3%;
 }
 
 .category-navi_btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 6% 9% 4% 1%;
  color: #696969;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background: #dcdcdc;
  border-radius: 10px;
  font-size: 0.9em;
 }
 
 .category-navi_btn:before {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-bottom: solid 2px #696969;
  border-right: solid 2px #696969;
  transform: rotate(45deg);
  position: absolute;
  top: -5%;
  right: 8%;
  bottom: 0;
  margin: auto;
 }
 
 .category-navi_btn:visited {
  text-decoration: none;
  color: #696969;
 }
 
 
 /* 予備知識案内 */
 .reference-navi_p {
  margin-top: 5%;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #668ad8;
 }
 
 .reference-navi {
  width: 65%;
  margin: 2% auto 13% auto;
  color: #668ad8;
  border: dashed 2px #668ad8;
  background: #f1f8ff;
  padding: 0.5em;
 }
 
 .reference-navi_btn:before {
  content: '▶ ';
 }
 
 .reference-navi li {
  width: 90%;
  line-height: 1.5em;
  padding: 0.5em 0em;
  margin: 0 auto;
 }
 
 .reference-navi_btn {
  display: block;
  width: 100%;
  color: #668ad8;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
  text-align: left;
 }
 
 .reference-navi_btn:visited {
  text-decoration: none;
  color: #668ad8;
 }
 
 .noshi {
  width: 100%;
  margin-top: -2%;
 }
 
 .noshi img {
  width: 100%;
  margin-top: 5%;
 }
 
 .noshi2 {
  width: 100%;
  margin-top: 5%;
 }
 
 .calendar_pick {
  width: 95%;
  margin: 0 auto;
 }
 
 .pickUp-calendar1 {
  width: 100%;
  margin: 1em 0em;
 }
 
 .item_text {
  font-size: 3vw;
  margin-bottom: 5%;
  padding-bottom: 2%;
  border-top: none;
  color: #333;
 }
 
 .pickUp-calendar2 {
  width: 100%;
  margin-bottom: 5px;
 }
 
 .text-link-list {
  margin: 30px 0px 40px 0px;
 }
 
 .text-link-list p {
  font-size: 150%;
 }
 
 .size-160px {
  width: 100%;
  height: 100%;
 }
 
 .size-213px {
  width: 50%;
  height: 50%;
 }
 
 .t-pink {
  margin-top: 20px;
  background: #F99;
 }
 
 .lineUp-btn {
  margin: 50px 0px 10px 0px;
 }
 
 .icon {
  background: #f3f3f3;
  border: none;
  padding: 3% 0;
 }
 
 .icon-flex {
  display: flex;
  flex-direction: column;
 }
 
 .pick-btns_sp {
  width: 100%;
  display: flex;
 }
 
 .pick-btns_sp img {
  width: 50%;
  margin-right: calc(((100vw - 105%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
 }
 
 
 /* 見積もりボタンのCSS　*/
 .btn_flex {
  display: flex;
 }
 
 .pick-btns_sp_m {
  width: 99%;
  display: table; /*親要素にこの指定があって、table-cellとなる。*/
  border-collapse: separate;
  border-spacing: 10px; /*この二つはセル間をあけるために親要素に指定する。*/
  background-color: #ff8c00;
  text-decoration: none;
  padding: 0;
  margin-right: 0.5em;
 }
 
 .list1 {
  display: table-cell;
  height: 25px;
  width: 50%;
  vertical-align: middle; /*表組みなので上下中央揃えが適用できる*/
  text-align: center;
  font-size: 120%;
  font-weight: bolder;
  border-radius: 10px; /*角丸CSS3*/
  background-color: #ff8c00;
 }
 
 .list1:link {
  color: #fff;
 }
 
 .list1:visited {
  color: #fff;
 }
 
 .list1:hover {
  background-color: #ff8c00;
  color: white;
  text-decoration: none;
 }
 
 .pick-btns_sp_m2 {
  width: 99%;
  display: table; /*親要素にこの指定があって、table-cellとなる。*/
  border-collapse: separate;
  border-spacing: 10px; /*この二つはセル間をあけるために親要素に指定する。*/
  background-color: #228b22;
  text-decoration: none;
 }
 
 .list2 {
  display: table-cell;
  height: 25px;
  width: 50%;
  vertical-align: middle; /*表組みなので上下中央揃えが適用できる*/
  text-align: center;
  font-size: 120%;
  font-weight: bolder;
  border-radius: 10px; /*角丸CSS3*/
  background-color: #228b22;
 }
 
 .list2:link {
  color: #fff;
 }
 
 .list2:visited {
  color: #fff;
 }
 
 .list2:hover {
  background-color: #228b22;
  color: white;
  text-decoration: none;
 }
 
 
 /* 無料サンプルフォーム ページCSS */
 .sample_form_sp {
  width: 100%;
 }
 
 .sample_form_sp p {
  margin-top: 1em;
  margin-bottom: 10px;
  font-weight: bold;
 }
 
 .sample_form_sp img {
  width: 30%;
  margin-right: 5px;
 }
 
 .sample_text {
  margin: 1em auto;
  width: 80%;
  font-size: 1.2em;
  background-color: #FAFFDB;
  padding: 2em;
 }
 
 .thanks_banner {
  text-align: center;
  width: 100%;
  margin-bottom: 2em;
 }
 
 .thanks_banner img {
  text-align: center;
  width: 80%;
 }
 
 .osusume_banner {
  background: url(/images/top/sp_h3_01.png)no-repeat;
  background-size: cover;
  background-position: left;
  font-size: 3.5vw;
  font-weight: bold;
  margin: 0em 0em 0.8em 0em;
  padding: 2% 1% 2% 12%;
 }
 
 
 /* SP用無料サンプルボタン */
 .sp_btn_smp {
  margin: 5% auto;
  padding: 7px 0px 5px 0px;
  background: #CADA88;
  width: 90%;
  text-align: center;
  font-size: 3.5vw;
  line-height: 1.2em;
  font-weight: bold;
  border: solid 1px #799C2C;
  border-radius: 10px;
  box-shadow: 2px 2px #799C2C;
 }
 
 .sp_btn_smp a {
  display: block;
 }
 
 .sp_btn_smp a:link {
  color: #603813;
 }
 
 .sp_btn_smp a:visited {
  color: #603813;
 }
 
 .sp_btn_smp a {
  text-decoration: none;
 }
 
 
 /* 箔押し見本 */
 .mihon {
  margin-top: 1em;
  width: 100%;
 }
 
 .mihon img {
  width: 100%;
 }
 
 .mihon p {
  margin-top: 1em;
  margin-left: 1em;
  width: 95%;
 }
 
 .mihon div {
  text-align: right;
  margin-right: 2em;
 }
 
 
 /* オリジナル作成の説明 */
 .origin_mds {
  background: #D9D9D9;
  text-align: center;
  padding: 2% 0% 1% 0%;
  font-size: 3.5vw;
  font-weight: 600;
 }
 
 .zaiko_info {
  color: red;
  padding: 1%;
  font-size: 0.8em;
 }
 
}

