

#main_in img#btn_tmp {
width: 30%;
height:auto;
}



#main_in p.moji_pred {
    font-size: 14px;
    width: 97%;
    float: left;
    clear: left;
    color: #e50011;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 3%;
}

#main_in p.moji_pred2 {
    font-size: 18px;
    width: 97%;
    float: left;
    clear: left;
    color: #e50011;
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: 3%;
        margin-bottom: 0px;
}


#main_in p.moji_p {
      margin-top: 10px;
    font-size: 13px;
    width: 97%;
    float: left;
    clear: left;
    margin-left: 3%;
}
.setumei_red {
width: 100%;
    text-align:center;
    height: auto;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    text-decoration:none;
    font-size: 18px;
    color: #FFD400;
    float: left;
    clear: left;
    background-color: #e50011;
    margin-top: 10px;
    margin-bottom: 5px;
}


.obiwaku {
	width: 90%;
    height: auto;
	clear: left;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	text-align: left;
	margin-top: 20px;
	font-weight: bold;
	color: rgba(213,0,0,1);
	padding: 1% 1% 1% 50px;
	border: 2px solid rgba(213,0,0,1);
	background-image: url(../../../print/img/exc_mark_big.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
        background-size: 40px auto;
}


.cyuui{
    width: 100%;
clear: left;
	float: left;
    border: medium solid #FF0000;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 10px 0px 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.cyuui img{
    width: 100%;
height:auto;
}

#main_in p.cyuui_p{
    margin-top: -15px;
    clear: left;
	float: left;

}

#main_in p.cyuui_p,#main_in p.cyuui_p2{
    margin-top: -10px;
    clear: left;
	float: left;
}

.container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 5px;
    box-sizing: border-box;
}

.container img {
    width: 100%;
    height: auto;
}
/* 3カラム */
.column-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

/* カラム */
.column {
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    min-width: 0;
    box-sizing: border-box;
    text-align: center;
}

/* メイン画像 */
.main-img {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px auto 10px;
}

.main-img2 {
    width: 50%;
    display: block;
}

/* タイトル上のアイコン */
.icon {
    width: 80px;
    display: block;
    margin: 20px auto 10px;
}

/* タイトル */
.titlemini {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

/* 説明文 */
.text {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.sticker_notice {
    border: 2px solid #e60012;
    padding: 20px;
    margin: 30px 0;
    background: #fffdfd;
}

.sticker_notice_title {
    margin: 0 0 12px;
    color: #e60012;
    font-size: 18px;
    font-weight: bold;
}

.sticker_notice_text {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.8;
}

.sticker_notice_text:last-child {
    margin-bottom: 0;
}

.seal_size_section {
    margin: 50px 0;
}

.seal_size_title {
    background: #C74721;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0.5% 2%;
    margin: 0 0 20px;
     width: 100%;
}

.seal_size_content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start; /* 上揃え */
    flex-wrap: wrap; /* 崩れ防止 */
}

/* 左：テキスト */
.seal_size_text {
    flex: 1;
    min-width: 300px;
}

/* 右：画像 */
.seal_size_image {
    flex: 1;
    min-width: 300px;
    text-align: center;
    
}

.seal_size_image img {
    display: block;
    width: 100%;
        height: auto;
    margin: 0 auto;
}
.seal_info_block {
    overflow: hidden;
}
.seal_notes_heading {
    margin: 0 0 30px;
}
section {
    display: flow-root;
}

.seal_faq_item {
    margin-bottom: 20px;
}

.seal_faq_q {
    position: relative;
    font-size: 18px;
    padding-left: 28px; /* アイコン分の余白 */
    font-weight: bold;
}

.seal_faq_q::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background: url("/base/img/others/ryokin_q_img.png") no-repeat center;
    background-size: contain;
}


.seal_faq_a {
    margin: 0 0 15px;
    line-height: 1.8;
}

.seal_faq_a {
    position: relative;
    padding-left: 28px; /* アイコン分の余白 */
}

.seal_faq_a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background: url("/base/img/others/ryokin_a_img.png") no-repeat center;
    background-size: contain;
}

/* スマホ */
@media screen and (max-width: 768px) {

    .column-wrap {
        flex-direction: column;
        gap: 20px;
    }

    .title {
        font-size: 20px;
    }

    .text {
        font-size: 15px;
    }

    .icon {
        width: 70px;
    }
    .seal_size_title {
        font-size: 18px;
        padding: 14px;
    }

    .seal_size_content {
        flex-direction: column;
    }
    
    .seal_size_text {
        font-size: 15px;
    }

    .seal_size_image img {
        max-width: 100%;
    }

}

 @media print, screen and (max-width: 480px) {
#main_in div.step_btn a {
    color: #F00;
    text-decoration:underline;
}

  /* sp詳細ページ */

.obiwaku {
	width: 100%;
    height: auto;
	clear: left;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px!important;
	font-weight: bold;
	color: rgba(213,0,0,1);
	padding: 1% 1% 1% 50px;
	border: 2px solid rgba(213,0,0,1);
	background-image: url(../../../print/img/exc_mark_big.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
        background-size: 35px auto;
}

  }
  