@charset "utf-8";
/* reset */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd,
form,
fieldset,
legend {
    border-collapse: collapse;
    border-spacing: 0;
    font-style: normal;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #3d3d3d;
    font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック",
        "Hiragino Kaku Gothic ProN", "HiraKakuPro-W3", "メイリオ", Meiryo,
        Verdana, sans-serif;
}
body {
    font-size: 88%;
}
html,
body {
    overflow-x: hidden;
}
.cartjs_sk_link_other {
    display: none;
}
address {
    font-style: normal;
}
p,
li,
address,
table,
dt,
dd {
    line-height: 1.7;
}
img {
    vertical-align: top;
    border: 0;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    margin: 0;
}
table {
    border-collapse: collapse;
}
th {
    font-weight: normal;
}
a:link {
    color: #2c3fcb;
    text-decoration: underline;
}
a:visited {
    color: #2c3fcb;
    text-decoration: underline;
}
a:hover {
    color: #2c3fcb;
    text-decoration: none;
}
a:active {
    color: #2c3fcb;
    text-decoration: none;
}
strong {
    font-weight: bold;
}
em {
    color: #ff0000;
    font-style: normal;
}
/*-------------------------------------------------------------------
clear-fix
-------------------------------------------------------------------*/
.clearfix:after {
    content: "."; /* 新しい要素を作る */
    display: block; /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px; /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
/*---------------------------------------------------- */

/* base */

.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.clear {
    clear: both;
}
.stext {
    font-size: 80%;
}
.ltext {
    font-size: 120%;
}
.lltext {
    font-size: 130%;
}
.font_14 {
    font-size: 14px !important;
}
.font_24 {
    font-size: 24px !important;
}
.valign-t {
    vertical-align: top;
}
.valign-m {
    vertical-align: middle;
}
.inline_block {
    display: inline-block !important;
}
.width230 {
    width: 230px !important;
}
.width350 {
    width: 350px !important;
}
.width570 {
    width: 570px !important;
}
.width_full_width {
    width: 100% !important;
}
.ue5 {
    margin-top: 5px;
}
.ue10 {
    margin-top: 10px;
}
.ue15 {
    margin-top: 15px;
}
.ue20 {
    margin-top: 20px;
}
.ue30 {
    margin-top: 30px;
}
.ue40 {
    margin-top: 40px;
}
.ue50 {
    margin-top: 50px;
}
.ue100 {
    margin-top: 100px;
}
.shita5 {
    margin-bottom: 5px;
}
.shita10 {
    margin-bottom: 10px;
}
.shita15 {
    margin-bottom: 15px;
}
.shita20 {
    margin-bottom: 20px;
}
.shita30 {
    margin-bottom: 30px;
}
.shita40 {
    margin-bottom: 40px;
}
.shita50 {
    margin-bottom: 50px;
}
.migi15 {
    margin-right: 15px;
}
.hidari25 {
    margin-left: 25px;
}
.hidari35 {
    margin-left: 35px;
}
.p_t15 {
    padding-top: 15px !important;
}
.line-h100 {
    line-height: 100%;
}
.line-h180 {
    line-height: 180%;
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.border-b {
    border-bottom: dotted 1px #666666;
}
.border1 {
    border: solid 1px #cccccc;
}
.imeoff {
    ime-mode: inactive;
}
.imeoff___ {
    ime-mode: disabled;
}
.imeon {
    ime-mode: active;
}
.none {
    display: none;
}
.alpha a img,
.alpha input {
    opacity: 1;
    filter: alpha(opacity=100);
}
.alpha a:hover img,
.alpha input:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.red {
    color: #ed0000;
}
.red02 {
    color: #dc1a1a;
}
.pink {
    color: #f65b7f;
}
.blue {
    color: #0088cc !important;
}
.hide {
    display: none !important;
}
.pixel-bnr {
    margin-top: 5px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 21px;
}
.pixel-bnr:before {
    content: url(../../common/images/common/icon_mado.png);
    position: absolute;
    top: 2px;
    left: 0;
}
.pixel-bnr a {
    color: #0086e4;
}
.pixel-bnr a:link {
    color: #0086e4;
}
.yellow-bline {
    background: linear-gradient(transparent 60%, #fff000 60%);
}
/*---------------------------------------------------- */

/* ヘッダー */

header {
    position: relative;
}
header .to-home {
    position: absolute;
    right: 0;
    top: -20px;
    display: inline-block;
    vertical-align: middle;
}
header .to-home a {
    display: block;
    background-color: #0089d8;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
header .to-home a:hover,
header .to-home a:active {
    opacity: 0.7;
}
header .to-home a:before {
    content: "→ ";
}

/* データ入稿 */
.page-title {
    font-size: 214%;
    text-align: center;
    margin-bottom: 20px;
}
.upload {
    width: 900px;
    margin: 30px auto 50px;
}
.upload p,
.upload th,
.upload td {
    font-size: 16px;
}
.upload #logo {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 30px;
}
.upload h2 {
    font-size: 143%;
    margin: 35px 2px 0;
    font-weight: bold;
}
.table_wrap {
    background: #fdf2f7;
    padding: 20px;
}
.table_wrap_gray {
    background: #eaeaea;
}
.upload .form table {
    width: 100%;
}
.upload .form th {
    font-weight: bold;
    padding: 8px 10px;
    text-align: left;
    width: 210px;
}
.upload .form02 th {
    padding: 4px 9px;
}
.upload .form th .must {
    color: #fff;
    background-color: #fd0077;
    padding: 1px 5px;
    font-size: 86%;
    margin-left: 10px;
    border-radius: 3px;
}
.upload .form th .must02 {
    color: #dc1a1a;
    display: inline-block;
    margin-right: 10px;
}
.upload .form td {
    padding: 8px 9px;
}
.upload .form02 td {
    padding: 4px 9px;
}
.incomplete_communication_item_done {
    display: flex;
    align-items: flex-start;
}
.incomplete_communication_icon {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    margin-right: 5px;
}
.incomplete_communication_icon_check::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -0.1em;
    left: 0.2em;
    background: url(../images/icon_check_red.png) 100% 100% / cover no-repeat;
    width: 30px;
    height: 20px;
}
.upload .form .confirm th {
    background-color: #e8e8e8;
}
.upload .form .confirm td {
    background-color: #f6f6f6;
}
.upload .form td input[type="text"],
.upload .form td input[type="tel"],
.upload .form td input[type="url"] {
    font: inherit;
    width: 300px;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 5px;
}

input::placeholder,
textarea::placeholder {
    font-size: 14px;
}

.file_button {
    /* font: inherit; */
    display: none;
}

/* .file_button::file-selector-button {
    font: inherit;
    background: -moz-linear-gradient(#e8e8e8, #c8c8c8);
    background: -webkit-linear-gradient(#e8e8e8, #c8c8c8);
    background: linear-gradient(#e8e8e8, #c8c8c8);
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 0 20px;
    text-align: center;
}

.file_button::file-selector-button:hover,
.file_button:hover {
    cursor: pointer;
    opacity: 0.7;
} */

.form_image_button {
    font: inherit;
    display: inline-block !important;
    background: -moz-linear-gradient(#fafafa, #e8e8e8);
    background: -webkit-linear-gradient(#fafafa, #e8e8e8);
    background: linear-gradient(#fafafa, #e8e8e8);
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 5px 30px;
    text-align: center;
    margin-right: 10px;
}

.form_image_button:hover {
    cursor: pointer;
    opacity: 0.7;
}

.upload .form td textarea {
    font: inherit;
    width: 96%;
    min-height: 130px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    field-sizing: content;
}
.incomplete_communication_box {
    display: flex;
    margin-top: 10px;
}
.incomplete_communication_item + .incomplete_communication_item {
    margin-left: 20px;
}
.drafting_check_item {
    line-height: 1.8;
}
.drafting_check_item_text {
    color: #dc1a1a;
    font-size: 14px !important;
    text-align: center;
    margin-top: 10px;
    padding: 0 15px;
}
.drafting_check_item_text_blue {
    color: #0088cc !important;
    line-height: 1.7;
}
.upload .form td label {
    display: block;
    margin-bottom: 5px;
}
.upload .form td label:hover {
    cursor: pointer;
}
.upload .form td label.other {
    display: inline-block;
    margin-right: 10px;
}
.upload .form .caution {
    background-color: #ffffff;
    padding: 10px;
    margin-top: 10px;
    color: #ed0000;
}
.upload .data-text {
    text-align: center;
    margin-top: 20px;
}
.desired_delivery_date,
.desired_delivery_time {
    display: inline-block;
    min-width: 110px;
    position: relative;
}
.desired_delivery_date::after,
.desired_delivery_time::after {
    content: "：";
    position: absolute;
    right: 0;
}
.desired_delivery_box select {
    font: inherit;
    font-size: 14px;
    width: 160px;
    height: 30px;
    background: #fff;
    border: 1px solid #cccccc;
    -webkit-appearance: none;
    appearance: none;
    padding: 1px 0 0 10px;
}

.select_wrapper {
    position: relative;
}

.select_wrapper::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 12px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 13px solid #3d3d3d;
    border-bottom: 0;
}

.desired_delivery_box select:hover {
    cursor: pointer;
}
.upload .form .btn {
    text-align: center;
    margin: 30px 0;
}
.upload .form .btn input {
    background: #ffff42 url("../images/common/arrow.png") no-repeat scroll 17px
        center;
    color: #000;
    display: inline-block;
    margin-top: 8px;
    padding: 8px 50px;
    border: none;
    font-size: 114%;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
        Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    cursor: pointer;
}
.upload .form .btn input:hover,
.upload .form .btn input:active {
    opacity: 0.7;
}
.upload .form .loading td {
    background-color: #fff;
}
.upload .form .bottom-notice {
    text-align: center;
    color: #ed0000;
    font-weight: bold;
}
.contact-form {
    width: 830px;
    margin: 30px auto 50px;
}
.contact-form #logo {
    text-align: center;
    margin-bottom: 20px;
}
.contact-form h2 {
    font-size: 143%;
    margin: 30px 2px 0;
    font-weight: bold;
}
.contact-form .top-caution {
    margin-bottom: 20px;
    padding: 30px;
    background: url("https://www.sokupuri.jp/common/images/data_create/bg1.gif")
        repeat scroll left top;
}
.contact-form .top-caution .inner {
    background-color: #fff;
    padding: 25px 30px;
}
.contact-form .top-caution h2 {
    font-size: 143%;
    margin: 0;
    font-weight: bold;
}
.contact-form .top-caution p {
    margin-top: 15px;
}
.contact-form .form table {
    width: 100%;
}
.contact-form .form th {
    border: solid 2px #fff;
    padding: 15px 20px;
    text-align: left;
    width: 200px;
}
.contact-form .form td {
    border: solid 2px #fff;
    padding: 15px 20px;
}
.contact-form.estimate .form th {
    background-color: #d3edff;
}
.contact-form.estimate .form td {
    background-color: #f0faff;
}
.contact-form.sample .form th {
    background-color: #cef8cb;
}
.contact-form.sample .form td {
    background-color: #f1fef1;
}
.contact-form .form th .must {
    color: #fff;
    background-color: #fd0077;
    padding: 1px 5px;
    font-size: 86%;
    margin-left: 10px;
    border-radius: 3px;
}
.contact-form .form td li {
    margin-bottom: 15px;
}
.contact-form .form td li:last-child {
    margin-bottom: 0;
}
.contact-form .form td.kakou strong {
    display: block;
}
.contact-form .form td.delete {
    white-space: nowrap;
    padding: 5px;
}
.contact-form .form td.delete span {
    display: inline-block;
    font-size: 86%;
    background-color: #ccc;
    padding: 5px;
    border-radius: 3px;
    font-weight: bold;
}
.contact-form .form td label {
    display: inline-block;
    white-space: nowrap;
    margin-right: 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
    min-width: 47%;
}
.contact-form .form td label.no-select {
    display: block;
}
.contact-form .form td input[type="text"] {
    width: 96%;
    height: 26px;
}
.contact-form .form td input.text-s {
    width: 100px;
}
.contact-form .form td input.zipcode {
    width: 80px;
    margin-bottom: 5px;
}
.contact-form .form td textarea {
    width: 96%;
    height: 130px;
}
.contact-form .form td select {
    width: 96%;
    height: 26px;
}
.contact-form .form td .deliverydate select {
    width: 60%;
    height: 26px;
}
.contact-form .form td p {
    margin-top: 10px;
}
.contact-form .form td p.please-select {
    margin: 0;
    color: #888;
}
.contact-form .form .btn,
.upload .form .btn {
    text-align: center;
    margin: 20px 0 30px 0;
    position: relative;
}
.contact-form .form .btn input {
    background: #ffff42 url("../images/common/arrow.png") no-repeat scroll 17px
        center;
    color: #000;
    display: inline-block;
    margin: 10px 20px;
    padding: 8px 50px;
    border: none;
    font-size: 114%;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
        Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    cursor: pointer;
}
.upload .form .btn input {
    color: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    min-width: 410px;
    text-decoration: none;
    background: url(https://www.sokupuri.jp/common/images/products/arrow_nd_btn_orange01.png)
            no-repeat 96% 50%,
        linear-gradient(to right, #e5682d, #f97a3e);
    background-size: 8px 13px, auto;
    padding: 15px;
    cursor: pointer;
}
.multiple_shipments_contents {
    padding: 5px 30px 10px 10px;
}
.multiple_shipments_title {
    color: #0088cc;
    font-size: 14px;
    text-decoration: underline;
    list-style: none;
}
.multiple_shipments_title:hover {
    text-decoration: none;
    cursor: pointer;
}
.multiple_shipments_item + .multiple_shipments_item {
    margin-top: 10px;
}
.multiple_shipments_item_box {
    display: flex;
}
.multiple_shipments_item_box_number {
    font-size: 16px;
    font-weight: bold;
    width: 24%;
    background: #f6e7ed;
    display: grid;
    place-content: center;
    padding: 12px 15px;
}
.multiple_shipments_item_box_contents {
    width: 76%;
    background: #fff;
    padding: 12px 20px 12px 18px;
}
p.multiple_shipments_name {
    font-size: 18px !important;
    line-height: 1.3;
}
span.multiple_shipments_name_s {
    display: inline-block;
    margin-left: 5px;
}
.multiple_shipments_address {
    font-size: 14px !important;
    margin-bottom: 5px;
}
.contact-form .form .ssl-seal,
.upload .form .btn .ssl-seal {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -29px;
}
label {
    position: relative;
}
label.dammy {
    width: 0 !important;
}
label.dammy input,
label.dammy ins {
    visibility: hidden;
    height: 0;
}
label.dammy .iradio_square-blue {
    background: none;
    height: 0;
    pointer: default;
}
.finish h2 {
    font-size: 129%;
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.finish h3 {
    font-size: 114%;
}
.finish dt {
    font-weight: bold;
    margin-top: 30px;
    font-size: 114%;
}
#copyright {
    background-color: #231815;
    padding: 15px;
}
#copyright p {
    color: #fff;
    font-size: 86%;
    margin: 0 auto;
    text-align: center;
}
.email-confirm {
    background-color: #ffe1ef;
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-block;
}
.email-confirm .email {
    font-weight: bold;
    display: block;
    font-size: 114%;
}
.contact-form .form td.entry-content label {
    display: block;
    margin-bottom: 5px;
}
.contact-form .form td.entry-content li {
    margin-top: 35px;
}
.contact-form .form td.entry-content li:first-child {
    margin-top: 0;
}
.contact-form .form td.entry-content li .content {
    margin-left: 25px;
    display: block;
}
.confirm-text {
    padding: 20px;
    text-align: center;
    font-size: 114%;
    background-color: #ffff42;
}
.follow-box {
    margin: 30px auto;
    font-size: 129%;
}
.insta-btn img {
    border-radius: 5px;
}
/*.hubi-box {
    position: relative;
	margin-bottom: 20px;
}
.hubi-box .btn {
	display: block;
	text-align: center;
  margin: 0 auto !important;
  color: #0086e4;
  padding: 15px 15px 15px 35px;
  margin-top: 70px;
  position: relative;
  text-decoration: none !important;
  background: #F8F8F8;
  	border-radius:3px;
	box-shadow:0 3px 0 0 rgba(0,0,0,.06);
	box-shadow:0 3px 0 0 rgba(0,0,0,.06);
	box-shadow:0 3px 0 0 rgba(0,0,0,.06);
}

.hubi-box .btn:hover {
	color: #0086e4;
  border-color: #ffff4a!important;
}

.hubi-box .btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
}

.hubi-box .btn:hover:after {
	border-radius:3px;
  animation-name: hover_action;
	animation-duration: .7s;
	animation-fill-mode: forwards;
}

.hubi-box .btn span {
  position: relative;
  z-index: 1;
}
.hubi-box .blue {
	display: inline-block;
	padding-right: 15px;
}
.hubi-box .blue:before {
    content: url(../../common/images/common/icon_mado.png);
    position: absolute;
    top: 2px;
    left: -30px;
	z-index: 100;
}
@keyframes hover_action {
	0% {width: 0;}
	100% {width: 100%; background: #ffff4a;}
}


*/
.hubi-box {
    text-align: center;
    width: 90%;
    margin-inline: auto;
}

.hubi-box .btn {
    display: block;
    background: #eaeaea;
    color: #0086e4;
    text-decoration: none !important;
    padding: 15px;
}

.hubi-box .btn:hover {
    background: #ffff4a !important;
    font-weight: bold;
}

.hubi-box .blue {
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    padding-right: 15px;
    position: relative;
    z-index: 1;
}

.hubi-box .red {
    margin-left: 50px;
}

.hubi-box .blue:before {
    content: "";
    display: inline-block;
    background: url(https://www.sokupuri.jp/common/images/common/icon_nd_external.png)
        no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 2px;
    left: -40px;
    z-index: 100;
}

/* アンケートフォーム */
.contact-form.questionnaire .form th {
    background-color: #bcdcff;
}

.contact-form.questionnaire .form td {
    background-color: #e8f3ff;
}

.contact-form .form .questionnaire-content label {
    min-width: 30%;
}

.box_line {
    margin-bottom: 50px;
}

.box_line_inner {
    display: flex;
    justify-content: space-between;
}

.box_line_inner .img_line {
    width: 40%;
}

.list_caution li {
    color: #ff0000;
    text-indent: -1em;
    padding-left: 1em;
}

.title_01 {
    font-size: 163%;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    color: #ffffff;
}

.title_01_orange {
    background: #ff8c00;
}

.pc_disnon {
    display: none;
}

.reflection-btn {
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 50px;
}

.reflection-btn p {
    width: 80%;
    font-size: 163%;
    text-align: center;
    margin: 0 auto;
}

.reflection-btn p a {
    text-decoration: none;
    color: #fff;
    display: block;
    background: #0089d8;
    border-radius: 5px;
    box-shadow: 0 5px 0 #2c3fcb;
    padding: 10px 20px;
}

.reflection-btn p a:hover {
    opacity: 0.6;
}

.reflection-btn i {
    position: absolute;
    top: 26%;
    right: 12%;
    color: #fff;
}

/* メールマガジン配信停止完了画面 */
.stop_subscription p {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
        "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.stop_subscription_wrap {
    text-align: center;
    margin-bottom: 100px;
    padding: 80px 15px 0 15px;
}

.stop_subscription_wrap_inner {
    display: inline-block;
    max-width: 600px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 60px;
}

.stop_subscription_heading {
    font-size: 20px;
}

.stop_subscription_restarting {
    margin-top: 30px;
}

/* ポイント申請フォーム */
.upload .form .btn_point_application {
    margin-top: 100px;
}
