@charset "UTF-8";


/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */
@media print,screen and (min-width: 769px) {
	.h3_bg {
    background: url(/guide/images/h3_01.png)no-repeat;
    font-size: 17px;
    font-weight: bold;
    margin:0em 0em 0.8em 0em; 
    padding:0.6em 0em 0.6em 2.5em;	
  }
  .ma_b15 {
    margin-bottom: 10px;
  }
  .box {
    margin: 0 20px 30px 20px;
  }
  .name_textbox>table {
    border: 0;
  }
  .name_textbox>tr>td>img {
    width: 291px;
    height: 304px;
  }
  .name_text {
    margin-bottom: 20px;
  }
  .summary_box {
    margin: 10px;
    padding: 10px;
    background-color: #EDF2F2;
  }
  .summary_box>table {
    border: 0;
    margin: 0 auto;
  }
  .summary_box>table>tbody>tr>td {
    vertical-align: top;
  }
  .summary_box>table>tbody>tr>td>p {
    margin-right: 10px;
  }
  .performance_box {
    text-align: left;
  }
  .performance_box>div>p {
    font-size: 10px;
  }
  .performance_table {
    margin: 20px auto 20px auto;
  }
  .performance_table>table {
    width: 940px;
    border-collapse: separate;
    border-spacing: 30px;
    padding: 5px;
  }
  .performance_table_img {
    width: scale(100% / 4);
    vertical-align: top;
  }
  .performance_table_img>a>img {
    width: 155px;
    height: 155px;
  }
  .performance_link {
    border-collapse: separate;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  .print_box>table {
    width: 910px;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .name_area>img {
    width: 100%;
    height: auto;
    margin: 10px 0px;
  }
  .printing_box>p {
    margin-bottom: 0;
  }
  .img_center>img {
    width: 100%;
    height: auto;
    margin: 10px 0;
  }
  .right_list {
    border-bottom: none;
  }
  .name_landscape {
    width: 820px;
    border: 0;
    text-align: left;
    border-collapse: separate;
    border-spacing: 10px;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 50px;
    table-layout: fixed;
  }
  .name_landscape img {
    width: calc(820px / 3 - 20px);
    height: auto;
  }
  .name_landscape_img {
    margin: 20px 0 0 0;
  }
  .print_text {
    font-size: 10px;
    line-height: 1.3em;
    margin: 0 auto;
    padding: 0;
  }
  .name_landscape_title {
    font-size: 1.5vw;
    font-weight: bold;
  }
  .name_operation {
    text-align: center;
  }
  .name_operation>img {
    margin: 0 auto;
    text-align: center;
    width: 80%;
    height: auto;
  }
	
/*----- ページネーション2 -----*/
.selection {
display: none;
}

#page-1 {
display: block;
}
	
.pagination-holder {
box-sizing:border-box;
width: 70%;
margin: 1% 0% 1% 18%;
}
	
.selectionbox{
width: 80%;
margin: 0% auto;
}
	
.pagination a{
    display: block;
    text-decoration: none;
    color: #a9a9a9;
    padding: 10px 15px;
	border: 1px #ccc solid;
border-radius: 5px / 5px;
}

.pagination a:hover{
    background-color: #a9a9a9;
    color: #ffffff;
}

.active a{
	border: none;
	border-radius: none;
    background-color: #ffffff;
}
	
	
/*----- page TOP -----*/
.to-top a,
.to-top a:visited {
	color: #a9a9a9;
	text-decoration: none;
}
.to-top a:hover {
	color: #a9a9a9;
	text-decoration: underline;
}
.to-top {
    text-align: right;
    margin: 0px 0px 10px 0px;
}
	
.readmore{
    position: relative;
    box-sizing: border-box;
    /*以下お好み*/
    /* ボーダーを付ける場合 */
    padding: 10px;
    border: none;
}

/*----- お客様コメント -----*/	
.voice{
	font-size: 1.2em;
	line-height: 1.5;
    font-weight: bold;
    color: #ff8c00;/*文字色*/
}	

.readmore-content{
    position: relative;
    overflow: scroll;
    /*以下お好み*/
    /*高さの初期値*/
    height: 50px;
	background-color: #fffaf0;
	padding: 10px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 45px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #a0a0a0;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:before{
    content: '続きを読む';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}
	
/*----- 名入れに関する問い合わせ -----*/
.printed_faq{
width: 600px;
height:180px;
margin: 0% auto;
margin-top: 5%;
background: url(https://www.giftit.co.jp/naire/images/info-bg.jpg) no-repeat;
}
	
.printed_faq_p1{
padding: 14% 0% 0.5% 10%;
}
	
.printed_faq_p2{
padding: 0% 0% 0.5% 13%;
}

/*----- オーバーレイ広告 -----*/	
.floating-banner {
    position: fixed;/* 追従 */
    z-index: 99999;/* 他の要素の下に隠れないように */
    bottom: 8%;/* バナーの上下の位置 */
    right: 1.2%;/* バナーの左右の位置 */
}
.pc_overlay {
    width: 283px;/* バナーの横幅を指定 */
}
.floating-banner:hover {
    opacity: 0.9;/* ホバーで少し透過 */
}
.sp_overlay {
    display: none;/* PCではスマホ用のバナーは非表示に */
}
	

	
}


/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */
@media screen and (max-width: 768px) {
  .h2_title {
    font-size: 3.5vw;
    background: #2670d4;
    color: #fff;
    padding: 3% 3%;
    margin-top: 0.5em;
    font-weight: bold;
    line-height: 1.5;
    width: 94%
  }
  .h3_bg {
    background: url(/images/common/h3_bg.gif) no-repeat;
    background-size: cover;
    background-position: left;
    padding: 3% 1% 3% 12%;
    margin-bottom: 15px;
    font-size: 3.2vw;
    width: 87%;
  }
  .ma_b15 {
    margin-bottom: 10px
  }
  .box {
    margin: 0 2% 30px 2%;
    width: 96%;
  }
  .name_textbox>table {
    border: 0;
    display: block;
  }
  .name_textbox>table>tbody>tr {
    display: inline;
  }
  .name_textbox>table>tbody>tr>td {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .name_textbox>table>tbody>tr>td>img {
    width: 50%;
    height: 50%;
    margin: 0 0 20px 0;
  }
  .name_textbox>table>tbody>tr>td>p {
    text-align: left;
    font-size: 3vw;
  }
  .name_text {
    margin-bottom: 20px;
  }
  .summary_box {
    margin: 2% auto;
    padding: 2%;
    width: 92%;
    background-color: #EDF2F2;
    text-align: left;
  }
  .summary_box>table {
    border: 0;
    margin: 0;
    display: block;
  }
  .summary_box>table>tbody>tr {
    display: inline;
    width: 100%;
  }
  .summary_box>table>tbody>tr>td {
    vertical-align: top;
    display: inline-block;
    width: 100%;
  }
  .summary_box>table>tbody>tr>td>p {
    margin: 0;
    width: 100%;
    font-size: 3vw;
    line-height: 2;
  }
  .performance_box {
    text-align: left;
  }
  .performance_box>div {
    font-size: 3vw;
  }
  .performance_box>div>p {
    font-size: 3vw;
  }
  .performance_table {
    width: 100%;
  }
  .performance_table>table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    padding: 0;
    display: block;
    margin: 5% 0;
  }
  .performance_table>table>tbody>tr {
    width: 100%;
    display: inline;
  }
  .performance_table_img {
    width: calc(100% / 2 - 10px);
    vertical-align: top;
    display: inline-block;
    margin: 0 2px 10px 2px;
    font-size: 3vw;
  }
  .performance_table_img>img {
    width: 100%;
    height: 100%;
    margin: 0 0 5px 0;
  }
  .performance_link {
    display: block;
    border-collapse: separate;
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    width: 100%;
    margin: 5% 0;
  }
  .print_box>table {
    border-collapse: separate;
    border-spacing: 0;
    display: block;
  }
  .print_box>table>tbody>tr {
    display: inline;
    text-align: left;
  }
  .print_box>table>tbody>tr>th {
    display: inline-block;
    width: calc(100% - 2%);
    font-size: 2.5vw;
  }
  .print_box>table>tbody>tr>td {
    display: inline-block;
    width: calc(100% - 10px);
    font-size: 2vw;
    margin: 0 0 2% 0;
    padding: 2% 1%;
  }
  .name_area {
    text-align: center;
  }
  .name_area>p {
    font-size: 3vw;
    text-align: left;
  }
  .txt10 {
    font-size: 2vw;
    line-height: 1.5;
  }
  .name_area>img {
    width: 90%;
    height: 90%;
    margin: 10px auto;
  }
  .printing_box>p {
    font-size: 3vw;
    margin-bottom: 0;
  }
	
  .printing_box>table {
    width: 910px;
    table-layout: fixed;
  }
	
  .midashi01 {
    background: url(/images/common/arrow04.gif) no-repeat 0 25%;
    background-size: 2%;
    padding: 0 0 5px 3%;
    border-bottom: 2px solid #ccc;
    margin: 0 0 15px 0;
    clear: both;
    font-size: 3vw;
  }
  .list_arrow li {
    background: url(/images/common/arrow03.gif) no-repeat 1% 1%;
    padding: 0 0 0 3%;
    margin: 0 0 5px 0;
    font-size: 2.5vw;
    background-size: 1.5%;
  }
  .img_center {
    text-align: center;
  }
  .img_center>img {
    width: 90%;
    height: 90%;
    margin: 10px 0;
  }
  .right_list {
    border-bottom: none;
  }
  .name_landscape {
    width: 95%;
    border: 0;
    text-align: left;
    border-collapse: separate;
    border-spacing: 10px;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .name_landscape>tbody>tr>td {
    text-align: center;
    padding: 0;
    margin: 0 1%;
    width: calc(100% / 3);
  }
  .name_landscape>tbody>tr>td>img {
    width: 100%;
    height: auto;
  }
  .name_landscape_img {
    margin: 20px 0 0 0;
  }
  .name_landscape_title {
    font-size: 2.5vw;
    font-weight: bold;
    text-align: left!important;
  }
  .print_text {
    font-size: 10px;
    line-height: 1.5;
    margin: 5px auto;
    text-align: left;
    top: 0;
    padding: 0;
  }
  .name_operation {
    text-align: center;
    margin: 0 0 30px 0;
  }
  .name_operation>img {
    margin: 0 auto;
    text-align: center;
    width: 90%;
    height: 90%;
  }
	
/*----- オーバーレイ広告 -----*/	
.floating-banner {
    position: fixed;/* 追従 */
    z-index: 99999;/* 他の要素の下に隠れないように */
    bottom: 10%;/* バナーの上下の位置 */
    right: 5%;/* バナーの左右の位置 */
}
.sp_overlay {
        display: inline-block;/* 消していたスマホ用のバナーを表示させる */
        width: 90vw;/* スマホの画面幅いっぱいにバナーを表示 */
    }
.floating-banner:hover {
    opacity: 0.9;/* ホバーで少し透過 */
}
	
	
	
}