@charset "UTF-8";




/*FAQ*/
.qa-list{
	width: 95%;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.5em;
}

.qa-list dl {
    position: relative;
    margin: 10px 0 0 0;
    cursor: pointer;
    border: 1px solid #e6e6e6;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #e6e6e6;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #3290ff;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #ff505a;
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
/*FAQ*/
	




/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */
@media print,screen and (min-width: 769px) {

	
/* hタグ類 */	

 
 .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_overview h3{
 font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
  color:#222222;
  position:relative;
  display:inline-block;
  margin-bottom:24px;
  padding: 55px 15px 0px 15px;		
}
	
.cal_overview h3::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-10px;
  width:100%;
  height:6px;
  background:#fcef8d;
  border-radius:999px;
}	
		
	
.cal_overview h4{
  font-size: 22px;
  font-weight: 800;
  color:#222222;
  background:#efefef;
  padding:18px 24px 18px 35px;
  position:relative;
  margin:10px 0 10px;
}
	
.cal_overview h4::before{
  content:"";
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  width:10px;
  height:10px;
  border-radius:999px;
  background:#d55343;	
}	
	
	
 	
/* hタグ類ここまで */		
	
	
 .t_text {
  width: 900px;
  margin: 3px 30px 0px 25px;
  padding: 5px 5px 0px 5px;
  line-height: 1.8em;
  font-size: 14px;	 
 }	
	
	
 .small_text {
  color: #393939;
  font-size: 12px;	
  text-align: center;	 
 }		

	
	
	 .to-top	{
		margin-top: 5px; 	 
	  }		
	

	.hakuoshi_mds  {
	 text-align: center;
	 font-size: 22px;
	 font-weight:500;
	 letter-spacing:0.12em;
	 color:#fff;	
	 font-family: 'Noto Sans CJK JP', serif;
     background-color:#6d9f53;
	 border-radius: 30px;	
	 padding:15px;
	 width: 800px;
	 margin: 0 auto;	     	
	}		
	
	.hakuoshi_mds2  {
	 text-align: center;
	 font-size: 22px;
	 font-weight:500;
	 letter-spacing:0.12em;
	 color:#6d9f53;	
	 font-family: 'Noto Sans CJK JP', serif;
     background-color:#e8f0e3;
	 border-radius: 30px;	
	 padding:15px;
	 width: 800px;
	 margin: 0 auto;	  	
	}		
	
	
	
/* カレンダーtable */				
 .item_table_08 {
    /* 残*/
    margin: 5px auto;
    width: 820px;
	margin-bottom: 20px; 
  }
  .item_table_08 tr {
    margin-left: 20px;
  }
  /* 残*/
  .item_table_08 td {
    /* 残*/
    padding: 5px;
    margin: 0px 5px;
    border: #efefef solid 1px;
    width: 20%;
    vertical-align: top;
  }		
	
  .size img {
	width:180px; 
  }		
	
	
	
	
/*　基本ボタン　*/	
.big_btn a{
  margin: 2% auto;	
  width: 350px;
  position: relative;
  display: block;
  justify-content: space-around;		
  padding: 2.5% 3% 2.3% 3%;
  background: #cb5229;	
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;	
  text-decoration: none;
  border: 1px solid #cb5229;	
  border-radius: 20px;
}	
	
.big_btn a span{
  font-size: 1.6em;
  padding: 0% 1%;	
}
	
.big_btn a:hover{
  background-color: transparent;
  color: #cb5229;
  transition: 0.3s;		
}
	
.big_btn a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 40px;
    border-radius: 1px;  
}	
	
.big_btn a:hover:after{
  border-color: #cb5229;	
  transition: 0.3s;		
}		
/*　大きめボタン　*/	
	
	
	
/* カテゴリに飛ぶボタン */
 .other_btn	{
	margin-top: 20px; 
	margin-bottom: 40px; 
	
 }	
 a.rink_btn  {
box-shadow: 2px 2px #CCCCCC;
    }
    a.rink_btn .a__text {
        font-size: 18px;
        padding-right: 20px;
		
    }
    a.rink_btn .a__text::after {
        width: 12px;
        height: 12px;
    }	
/* カテゴリに飛ぶボタン */	
	

/*卓上カレンダー特集単独ボタン　ここから*/			
.cal_link_list{
  display: flex;
  justify-content: space-around;
  align-items: center;		
  margin: 10px 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;		
  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;
}
/*卓上カレンダー特集単独ボタン　ここまで*/		
	
	
	
	
/*卓上カレンダー特集ボタン　ここから*/
.cal_link_list_3row{
  display:flex;
  justify-content: space-around;
  align-items: center;		
  margin: 0px auto 10px auto;	
  padding: 0px 0px;	
  width: 850px;
  margin-left: 5px;
}	
	
.btn-takujo_3row a{
  display: inline-block;
  max-width: 230px;
  width: 100%;
  padding: 0.5em 1.5em;
  margin: 15px auto; 
  margin-right: 10px;	
  text-decoration: none;
  border: solid 1px #ff301e;
  border-radius: 40px;	
  color: #ff301e;		
  font-weight: bold;
  font-size:16px;
  text-align: center;
  line-height: 1.5em;		
}

.btn-takujo_3row 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_3row a:hover {
  background:#ffe7db;
}
	
.btn-takujo_3row span {
  display: inline-block;
}	
/*卓上カレンダー特集ボタン　ここまで*/	
	
	
/*壁掛けカレンダー特集ボタン　ここから*/
.btn-kabe_3row a{
  display: inline-block;
  max-width: 230px;
  width: 100%;
  padding: 0.5em 1.5em;
  margin: 15px auto;
  text-decoration: none;
  border: solid 1px #3c4998;
  border-radius: 40px;	
  color: #3c4998 ;		
  font-weight: bold;
  font-size:16px;
  text-align: center;	
  line-height: 1.5em;	
}

.btn-kabe_3row 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_3row a:hover {
  background:#ECF3FF;
}
/*壁掛けカレンダー特集ボタン　ここまで*/

/*手帳特集ボタン　ここから*/
.btn-diary_3row a{
  display: inline-block;
   display: inline-block;
  max-width: 230px;
  width: 100%;
  padding: 0.5em 1.5em;
  margin: 15px auto;
  text-decoration: none;
  border: solid 1px #409046;
  border-radius: 40px;	
  color: #409046 ;		
  font-weight: bold;
  font-size:16px;
  text-align: center;
  line-height: 1.5em;		
}

.btn-diary_3row 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_3row a:hover {
  background:#e4eece;
}
/*手帳特集ボタン　ここまで*/	
	
	

	
.link_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 860px;
  margin: 30px auto;
}

.link_button {
  display: block;
  width: 420px;
}

.link_button img {
  display: block;
  width: 100%;
  height: auto;
}
	
}


/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */
@media screen and (max-width: 768px) {
	
	
/* hタグ類 */	
	
.cal_overview h3 {	
  padding: 1em 0em 0.7em 0em; /*文字周りの余白*/
  color:#222222;
  font-size: 130%;
  margin-top: 5%;
  margin-bottom: 2%;
  background:#fcef8d;
  text-align: center;	
 }

.cal_overview2  {	
  font-weight: bold;
  padding: 1.1em 0.6em 0.4em 0.6em; /*文字周りの余白*/
  color:#222222;
  font-size: 130%;
  margin-bottom: 2%;
  border-top: 0.5em #fcef8d solid;	
  text-align: center;
 }	
	

.cal_overview h4{
  font-size: 100%;
  font-weight: 800;
  color:#222222;
  background:#efefef;
  padding:18px 24px 18px 35px;
  position:relative;
  margin:10px 0 10px;
}
	
.cal_overview h4::before{
  content:"";
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  width:10px;
  height:10px;
  border-radius:999px;
  background:#d55343;	
}	
	
	
 	
/* hタグ類ここまで */			
	

	 .t_text {
	  /* 残 */
	  width: 90%;
	  margin: 1% auto !important;
	  margin-top: -1%;
	  padding: 5px;
	  line-height: 1.7em;
	  font-size: 3.2vw;
	 }	

	

	 .small_text {
	  width: 90%;
	  margin: 1% auto !important;		 
	  color: #393939;	
	  line-height: 1.5em;
	  font-size: 2.5vw; 
	 }		


	 .block-link-ref-line{
	  font-size: 2.5vw; 	 
	 }		
	
	
	
	
	.hakuoshi_mds  {
	 text-align: center;
	 font-size: 1.1em;
	 font-weight:500;
	 letter-spacing:0.12em;
	 line-height: 1.3em;		
	 color:#6d9f53;	
	 font-family: 'Noto Sans CJK JP';
	 border:#6d9f53 solid 1px;
	 padding:1%;
	 width: 90%;
	 margin: 0 auto;
	 margin-bottom: 5%;	
	 text-align:center;	
     	
	}		
	
	
	
  .item_table_08 {
    /* 残 */
    margin: auto;
	margin-top: 1%;
    width: 90%;
    display: block;
  }
  .item_table_08 tr {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /* 残 */
  .item_table_08 td {
    /* 残 */
    padding: 2px;
    border: 0;
    width: 47%;
	margin-left: 0.5%;  
    display: inline-block;
  }

  .item_table_img {
	width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
    padding: 0;  
  }


	
/*　基本ボタン　*/	
.big_btn a{
  margin: 2% auto;	
  width: 80%;
  position: relative;
  display: block;
  justify-content: space-around;		
  padding: 4.2% 3% 4.4% 3%;
  background: #cb5229;	
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;	
  text-decoration: none;
  border: 1px solid #cb5229;	
  border-radius: 50px;
}	
	
.big_btn a span{
  font-size: 1.3em;
  padding: 0% 1%;	
}
	

.big_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 20px;
    border-radius: 1px;  
}			
	
	
	
/*卓上カレンダー特集単独ボタン　ここから*/
.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;		
  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;
}
/*卓上カレンダー特集単独ボタン　ここまで*/		
	
	
	
/*卓上カレンダー特集ボタン　ここから*/
.cal_link_list_3row{
  margin: 10px auto 20px auto;
  width: 100%;
}	
	
.btn-takujo_3row 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_3row 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_3row a:hover {
  background:#ffe7db;
}
/*卓上カレンダー特集ボタン　ここまで*/	
	
/*壁掛カレンダー特集ボタン　ここから*/
.btn-kabe_3row 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!important ;		
  font-weight: bold;
  font-size:12px;
}

.btn-kabe_3row 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_3row a:hover {
  background:#ECF3FF;
}
/*壁掛カレンダー特集ボタン　ここまで*/	
	
/*手帳特集ボタン　ここから*/
.btn-diary_3row 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!important ;		
  font-weight: bold;
  font-size:12px;
}

.btn-diary_3row 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_3row a:hover {
  background:#e4eece;
}
/*手帳特集ボタン　ここまで*/		
	
	
  .link_buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
  }

  .link_button {
	display: block;  
    width:85%;
 	margin: 0 auto;
  }

  .link_button img {
    width:100%;
  
  }
	
/*FAQ*/
.qa-list dl {
    margin: 10px 0 0;
}
.qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 16px 40px 16px 50px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
}
.qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
}
.qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
/*FAQ*/		
	
}