@charset "UTF-8";

/* 変数 */

/* mediaquery */

/* font */

/* mixin */

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
select,
main,
address {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 140%;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
  box-sizing: border-box;
}

a,
span {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-bottom;
}

sub {
  vertical-align: text-top;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  color: #000;
  font-family: Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}

a img {
  opacity: 1;
  transition: all 0.3s;
}

p {
  line-height: 190%;
}

p + p {
  margin-top: 1.2rem;
}

ol {
  padding-left: 2rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
}

select {
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
}

textarea {
  width: 100%;
  height: 200px;
}
.error_mess {
    color: #B60003;
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 0;
}
.btn-submit {
  display: inline-block;
  background: #142a55;
  padding: 8px 30px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
}

.btn-back {
  display: inline-block;
  background: #828282;
  padding: 12px 30px;
  border-radius: 5px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
button.btn-back{
	padding: 8px 30px;
}
.btn-back::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  border-right: 8px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.col {
  display: flex;
  flex-flow: row wrap;
}

.col.is-oneline {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.col-contents {
  width: 100%;
}

.is-oneline .col-contents {
  margin-bottom: 0;
}

.is-oneline .col-contents + .col-contents {
  margin-left: 2%;
}

.is-2 .col-contents {
  max-width: 48%;
}

.is-2 .col-contents:nth-child(even) {
  margin-left: calc(4% - 1px);
}

.is-2 .col-contents:nth-child(n+3) {
  margin-top: 30px;
}

.is-3 .col-contents {
  max-width: 32%;
}

.is-3 .col-contents:not(:nth-child(3n+1)) {
  margin-left: calc(2% - 1px);
}

.is-3 .col-contents:nth-child(n+4) {
  margin-top: 30px;
}

.is-4 .col-contents {
  max-width: 23%;
}

.is-4 .col-contents:not(:nth-child(4n+1)) {
  margin-left: calc(2.6% - 1px);
}

.is-4 .col-contents:nth-child(n+5) {
  margin-top: 30px;
}

.col-contents-title {
  margin-bottom: 5px;
}

.col-contents-text {
  margin-top: 5px;
}

.flImgContents-img {
  max-width: 37%;
  width: 100%;
}

.flImgContents-img.is-s {
  max-width: 200px;
}

.flImgContents-img.is-ss {
  max-width: 100px;
}

.flImgContents-img.is-l {
  max-width: 47%;
}

.flImgContents-img.is-fr {
  float: right;
  margin: 0 0 20px 40px;
}

.flImgContents-img.is-fl {
  float: left;
  margin: 0 40px 20px 0;
}

/*　テキスト、フォント　*/

.text-s {
  font-size: 85%;
}

.text-l {
  font-size: 120%;
}

.cl-red {
  color: #ff0000;
}

/* リスト */

.list-normal > li {
  margin: 0 0 10px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}

.list-normal > li::before {
  content: "●";
  margin-right: 5px;
  font-size: 10px;
  font-family: sans-serif;
  color: #142a55;
}

.list-number {
  padding: 0 0 0 25px;
}

.list-number > li {
  list-style: decimal;
  margin: 0 0 10px;
}

.list-disc {
  padding-left: 1.6rem;
}

.list-disc li {
  margin: 0 0 10px;
  list-style-type: disc;
}

.list-numbold {
  counter-reset: li;
  list-style: none;
  padding-left: 2.5rem;
}

.list-numbold > li::before {
  margin: 0 5px 0 -2rem;
  width: 2.5rem;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}

/* 定義リスト */

.dl-normal dt {
  font-weight: bold;
  font-size: 1.8rem;
}

.dl-normal dd {
  margin-bottom: 30px;
}

.al-r {
  text-align: right;
}

.al-c {
  text-align: center;
}

.full {
  width: 100%;
}

.size-30 {
  width: 30%;
}

.size-60 {
  width: 60%;
}

.indent {
  width: 98%;
  margin: 0 0 0 auto;
}

.border-b {
  padding-bottom: 12px;
  border-bottom: 1px dashed #ccc;
}

/*　セクション　*/

.section-small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-01 {
  margin-top: 30px;
  margin-bottom: 40px;
}

.section-01:first-child {
  margin-top: 0;
}

.section-02 {
  margin-top: 40px;
  margin-bottom: 70px;
}

.section-02:first-child {
  margin-top: 0;
}

.section-03 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.section-03:first-child {
  margin-top: 0;
}

.section-center {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* テーブル */

.nowrap {
  white-space: nowrap;
}

.caption {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.table-01 {
  border-collapse: collapse;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.table-01 tr {
  border-bottom: 2px dotted #ccc;
}

.table-01 th,
.table-01 td {
  padding: 13px;
}

.table-01 th {
  background: #fcfbf5;
  color: #142a55;
}

.table-01 a {
  color: #019ab3;
}

.table-form {
  padding: auto 30px;
  margin: auto 0;
  align-items: center;
}

.table-form tr {
  border: solid 1px #474645;
}

.table-form th {
  color: #474645;
  width: 235px;
  padding: 10px 30px;
  background: #f7f9f4;
}

.table-form th .iconHissu {
  float: right;
}

.table-form td {
  padding: 10px 20px;
  border-left: solid 1px #474645;
}

.table-form label + label {
  margin-left: 20px;
}

.wfix {
  table-layout: fixed;
}

/* タイトル */

.title-bold {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.title-m {
  margin: 40px auto;
  font-size: 2.3rem;
  padding: 0 10px;
  background: #474645;
  font-family: Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  color: #fff;
}

.title-m-s {
  margin-bottom: 20px;
  padding: 3px 10px;
  font-size: 2rem;
  font-weight: bold;
  background: #142a55;
  color: #fff;
  text-align: center;
}

.title-sub {
  color: #FFF;
  background-color: #142a55;
  font-size: 1.5rem;
  margin-top: 30px;
  padding: 10px 20px;
  max-width: 920px;
}

.title-s {
  color: #474645;
  font-weight: bold;
  padding: 1px;
  margin-bottom: 3px;
}

.title-ss {
  margin-bottom: 10px;
  padding: 1px;
  border-bottom: 1px dashed #ccc;
  color: #474645;
  font-weight: bold;
  font-size: 1.3rem;
}

#container {
  background: #e2eed9;
  overflow: hidden;
}

.contents {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.box {
  background: #fff;
  padding: 50px 30px 30px;
  border: 1px solid #989898;
}

.toiawase {
  margin-top: 100px;
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
}

.toiawase-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 50px auto 0;
}

.toiawase .companyInfo {
  padding-top: 20px;
  font-size: 1.8rem;
}

.toiawase .companyInfo-busho {
  font-size: 2.4rem;
}

.toiawase .companyInfo-address {
  font-size: 1.7rem;
}

.toiawase .companyInfo-tel {
  margin: 0 auto;
}

.toiawase .companyInfo-telnote {
  font-size: 1.4rem;
  text-align: right;
  margin: -10px 90px 0 auto;
}

.toiawase .companyInfo-businesstime {
  margin-top: 10px;
  font-size: 1.6rem;
}

.toiawase .companyInfo-businesstime-note {
  display: block;
  text-align: right;
  font-size: 1.3rem;
}

.toiawase .companyInfo-memo {
  margin: 30px auto 0;
  font-size: 1.3rem;
}

.toiawase .companyInfo-memo img {
  margin-bottom: 5px;
}

input[type=text] {
  padding: 3px 10px;
  border: 1px solid #474645;
  margin: 2px 0;
}

input[type=radio] {
  margin: auto;
  margin-right: 2px;
}

input[type=checkbox] {
  margin-right: 2px;
}

textarea {
  border: 1px solid #474645;
  height: 100px;
}

select {
  border: 1px solid #474645;
  margin-right: 20px;
  padding: 2px;
}

.footer-copy {
  display: block;
  padding: 40px 0 80px;
  font-size: 1.2rem;
  text-align: center;
}

.header {
  position: relative;
  z-index: 1;
}

.header-logo {
  position: absolute;
  top: 30px;
  left: 5%;
  max-width: 190px;
}

.headerKasou-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background: #fff;
}

.headerKasou-logo img {
  display: block;
  max-width: 180px;
  width: 100%;
}

.headerOubo {
  background: url("../img/bg-header.jpg") center 30%/cover no-repeat;
  height: 220px;
}

.headerOubo-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
}

.headerOubo-logo {
  max-width: 445px;
  width: 100%;
  margin-right: 30px;
}

.headerOubo-flow {
  margin-top: 60px;
  max-width: 339px;
}

/*　oubo　*/

.labelImg {
  max-width: 313px;
  width: 100%;
  border: solid 1px #c8e4ec;
  padding: 10px;
  border-radius: 6px;
}

.sectionInner-input {
  margin: auto 20px;
}

.sectionInnercontents {
  border: solid 1px #474645;
  margin-bottom: 30px;
  padding: 10px 20px 30px;
}

.sectionLabel {
  margin: 0 30px 50px;
  display: flex;
}

.readme {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 50px;
}

.readme-sec {
  border-top: dotted 1px #0a90d4;
  padding-top: 15px;
  margin: 10px 0;
}

.readme-sec-title {
  margin-bottom: 10px;
}

.modelName {
  flex: 1;
  margin: 30px 0 10px;
  align-items: flex-start;
  padding: 10px 0 10px 30px;
}

.modelName-sub {
  display: flex;
  margin-bottom: 10px;
}

.modelName-sub-contents-title {
  width: 90px;
  padding: 5px 10px;
  background: #faeaeb;
  text-align: center;
}

.modelName-sub-contents.is-input {
  width: 100%;
}

.modelKishuName-select {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 2px;
}

.modelKishuName-select select {
  margin-right: 0;
}

.modelKishuName-select select + select {
  margin-left: 15px;
}

.modelKishuName-select-01 {
  width: 40%;
  min-height: 30px;
}

.modelKishuName-select-02 {
  width: 60%;
  min-height: 30px;
}

.modelKishuNumber-productno {
  width: 100%;
  min-height: 30px;
}

.iconHissu {
  color: #FFF;
  background-color: #474645;
  width: 50px;
  border-radius: 3px;
  text-align: center;
  padding: 2px 0;
  white-space: nowrap;
}

.selectContents .iconHissu {
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 5px;
  width: auto;
  margin-left: 5px;
}

.addressSearch {
  display: inline-block;
  background: #474645;
  color: #FFF;
  font-size: 1.3rem;
  padding: 4px 10px;
  font-weight: bold;
  border-radius: 3px;
}

.selectContents + .selectContents {
  margin-top: 20px;
}

.selectContents .title-s {
  margin-bottom: 10px;
  overflow: hidden;
}

.selectContents-num {
  font-weight: bold;
  font-size: 1.9rem;
}

.selectContents-num::after {
  content: ".";
  margin-right: 10px;
  font-weight: bold;
}

.selectContents-main {
  padding-left: 18px;
}

.selectContents-main label {
  margin-bottom: 5px;
  display: inline-block;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}

.selectContents-main.is-layout01 label {
  margin-right: 20px;
}

.selectContents-main.is-layout02 {
  display: flex;
  flex-flow: row wrap;
}

.selectContents-main.is-layout02 label {
  display: block;
  width: calc(20% - 1.5rem);
}

.selectContents-main.is-layout03 {
  display: flex;
  flex-flow: row wrap;
}

.selectContents-main.is-layout03 label {
  display: block;
  width: calc(50% - 1.5rem);
	line-height: 1.8;
}

.selectContents-main.is-layout04 {
  display: flex;
  flex-flow: row wrap;
}

.selectContents-main.is-layout04 label {
  display: block;
  width: calc(25% - 1.5rem);
	line-height: 1.8;
}

.selectContents-main.is-layout05 label {
  display: block;
  width: 100%;
	line-height: 1.8;
}

#container .selectContents-main .inputOther {
  display: flex;
  width: 100%;
}

#container .selectContents-main .inputOther label {
  width: 90px;
}

#container .selectContents-main .inputOther-text {
  flex: 1;
  width: auto;
  margin-left: 5px;
}

.selectContents select {
  max-width: 100%;
}

.rangefoodtype-wrap {
  min-width: 100%;
}

.rangefoodtype {
  margin: 0;
  padding: 10px;
  border: solid 1px #e1e1e1;
}

.rangefoodtype thead th {
  background-color: #fffcdb;
  color: #ac8839;
  font-weight: bold;
}

.rangefoodtype tbody th {
  padding: 10px 5px;
}

.rangefoodtype th {
  border: solid 1px #e1e1e1;
  text-align: center;
  padding: 10px;
}

.rangefoodtype td {
  border: solid 1px #e1e1e1;
  padding: 10px 6px;
}

.sectionBtn {
  display: flex;
  justify-content: center;
  margin: 35px auto 30px;
}

.sectionBtn-one {
  margin: 0 10px;
}

.sectionBtn-one .btn-back {
  font-size: 1.8rem;
}

.sectionBtn-one .btn-submit {
  width: auto;
  min-width: 270px;
  font-size: 1.8rem;
}

.imgThanks {
  max-width: 380px;
  width: 100%;
  margin: 60px auto 50px;
}

.thanksBox {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  border: 1px solid #474645;
  background-color: #FFF;
  border-radius: 10px;
  padding: 35px 30px 15px;
}

.thanksBox-title {
  margin-bottom: 20px;
  font-size: 1.6rem;
  color: #474645;
}

.thanksBox .list-disc {
  font-size: 1.3rem;
}

.thanksBox .list-disc li {
  line-height: 180%;
}

.thanksContact {
  margin-left: 1.6rem;
  font-size: 1.3rem;
}

.leaflet {
  display: flex;
  gap: 0 3%;
}

.leaflet-contents {
  max-width: 100%;
  margin-bottom: 20px;
}

.leaflet-contents-num input {
  border: 1px solid #142a55;
  width: 45px;
  height: 60px;
  text-align: center;
  font-size: 2rem;
  padding: 0;
}

.leaflet-img {
  width: 30%;
}

.topMain {
  padding-top: 430px;
  padding-bottom: 40px;
  background: url(../img/bg-topmain.jpg) center bottom/cover no-repeat;
}

.topMain-content-renge {
  position: absolute;
  top: 0;
  left: calc(50% - 360px);
  width: 723px;
}

.topMainTitle-mainCopy {
  width: 735px;
  margin: 0 auto 30px;
}

.topMainTitle-subCopy {
  margin-bottom: 40px;
  font-family: Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5;
	font-weight: 700;
}

.catalogArea {
  margin-bottom: 10px;
  background: url(../img/bg-catalog.svg) center top/130% 100% no-repeat;
}

.catalogArea-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  padding: 50px 0;
}

.catalogArea-note {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  text-align: right;
}

.campaignInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -30px;
  margin-bottom: -20px;
}

.campaignInfo-catalog {
  width: 340px;
  margin-right: -30px;
}

.topMainInfo {
  display: flex;
}

.topMainInfo-inner {
  max-width: 800px;
  margin: 0 auto;
}

.topMainInfo-section {
  display: flex;
  align-items: center;
  color: #142a55;
}

.topMainInfo-section + .topMainInfo-section {
  margin-top: 15px;
}

.topMainInfo-section-title {
  display: flex;
  align-items: center;
  padding: 5px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.topMainInfo-section-title::before {
  content: "●";
}

.is-red .topMainInfo-section-title {
  background: #142a55;
  border: 1px solid #142a55;
  color: #fff;
}

.topMainInfo-section-text {
  display: block;
  padding-top: 5px;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

.topMainInfo-section-text .text-l {
  font-size: 2.8rem;
}

.is-red .topMainInfo-section-text {
  color: #142a55;
}

.topMainInfo-section-text-target {
  float: left;
  line-height: 180%;
  font-size: 1.8rem;
}

.catalog-wrap {
  display: flex;
  align-items: flex-end;
  gap: 0 1%;
}

.catalog {
  position: relative;
}

.catalog.is-1 {
  width: 55%;
}

.catalog.is-2 {
  flex: 1;
}

.catalog-title {
  position: absolute;
  left: -6px;
  top: -40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-top: 10px;
  width: 136px;
  height: 136px;
  border: 1px solid #fff;
  background: #897d4d;
  font-family: Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  color: #fff;
  text-align: center;
}

.catalog-title-main {
  margin-bottom: 8px;
  font-size: 2.3rem;
}

.catalog-title-text {
  font-size: 1.6rem;
  line-height: 1.4;
}

.catalog-catalogTitle {
  width: 90%;
  height: 72px;
  display: flex;
  flex-direction: column;
	justify-content: center;
  margin: 0 0 4px auto;
  padding-left: 85px;
  background: #995f73;
  font-family: Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  color: #fff;
}

.is-2 .catalog-catalogTitle {
  padding-left: 100px;
	background: #995f73;
}

.catalog-catalogTitle-s {
  font-size: 1.8rem;
  font-weight: bold;
}

.is-2 .catalog-catalogTitle-s {
  font-size: 1.4rem;
}

.catalog-catalogTitle-yen {
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
}

.is-2 .catalog-catalogTitle-yen {
  font-size: 3rem;
}

.catalog-catalogTitle-yen .text-s {
  margin-top: 5px;
  margin-left: 5px;
  font-size: 2.0rem;
}

.catalog-imgs {
  display: flex;
  gap: 0 4px;
  padding-left: 20px;
}

.contents-wrap {
  padding-top: 80px;
}

.taisyotext {
  margin-bottom: 50px;
  padding: 27px 15px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.taisyotext.is-big {
  padding: 20px;
  font-size: 2.6rem;
  text-align: center;
}

.ouboChui-title {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

.ouboChui-title-main {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  color: #142a55;
  line-height: 150%;
}

.ouboChui-title-sub {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
}

.kisyu-wrap {
  margin-bottom: 50px;
}

.kisyu {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.kisyu + .kisyu {
  margin-top: 50px;
}

.kisyu-title {
  padding: 10px;
  background: #142a55;
  border: 1px solid #142a55;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.kisyu-series {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 20px;
}

.kisyu-series-title {
  width: 35%;
  font-size: 1.9rem;
  font-weight: bold;
}

.kisyu-series-contents {
  flex: 1;
  font-size: 1.5rem;
}

.chuijikou-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.chuijikou-title::after {
  content: "";
  flex: 1;
  display: inline-block;
  margin-left: 10px;
  width: 100%;
  height: 1px;
  background: #000;
}

.chuijikou-text {
  margin-bottom: 70px;
  font-size: 1.2rem;
}

.chuijikou-text p {
  line-height: 220%;
}

.suisyokankyo {
  font-size: 1.2rem;
}

.suisyokankyo-title {
  margin-bottom: 5px;
  font-weight: bold;
}

.suisyokankyo-text p {
  line-height: 200%;
}

.goTo0uboBtn {
  margin-top: 50px;
  text-align: center;
}

.goTo0uboBtn .btn-submit {
  width: 375px;
}

.oubo {
  margin: 40px auto 50px;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.oubo-title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}

.oubo-kakunin {
  max-width: 763px;
  width: 100%;
  margin: 0 auto;
}

.oubo-kakunin-read {
  margin-bottom: 10px;
  font-weight: bold;
}

.oubo-kakunin-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: #d8effb;
  border-radius: 10px;
}

.oubo-kakunin-img-position {
  width: 47%;
}

.oubo-kakunin-img-position.is-label {
  width: 50%;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }

  a:hover img {
    opacity: 0.8;
  }

  p a:hover {
    color: #019ab3;
  }

  .btn-submit:hover {
    opacity: 0.8;
  }

  .btn-back:hover {
    background: dimgray;
  }

  .modelName-sub-contents + .modelName-sub-contents {
    margin-left: 10px;
  }
}

@media (min-width: 1100px) {
  .rangefoodtype tbody th {
    width: 130px;
  }
}

@media (max-width: 1099px) {
  .thanksBox {
    width: 97%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 65%;
  }

  .pc {
    display: none !important;
  }

  a:active img {
    opacity: 0.8;
  }

  p a:active {
    color: #019ab3;
  }

  .btn-submit {
    margin: 0 auto;
    font-size: 1.6rem;
  }

  .btn-back {
    font-size: 1.6rem;
  }

  .btn-back {
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
  }

  .col {
    display: block;
  }

  .col.is-sp-flex {
    display: flex;
  }

  .col-contents {
    max-width: 100%;
  }

  .col:not(.is-sp-flex) .col-contents + .col:not(.is-sp-flex) .col-contents {
    margin-top: 10px;
  }

  .is-oneline:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }

  .is-oneline:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }

  .is-2 .col-contents:nth-child(n+3) {
    margin-top: 30px;
  }

  .is-2:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }

  .is-2:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }

  .is-3 .col-contents:nth-child(n+4) {
    margin-top: 10px;
  }

  .is-3:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }

  .is-3:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }

  .is-4 .col-contents:nth-child(n+5) {
    margin-top: 10px;
  }

  .is-4:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }

  .is-4:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }

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

  .flImgContents-img.is-s {
    max-width: 100%;
  }

  .flImgContents-img.is-ss {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .flImgContents-img.is-l {
    max-width: 100%;
  }

  .flImgContents-img.is-fr {
    margin: 0 auto 20px;
  }

  .flImgContents-img.is-fr:not(.is-sp-float) {
    float: none;
  }

  .flImgContents-img.is-fr.is-sp-float {
    width: 35%;
    margin: 0 0 10px 10px;
  }

  .flImgContents-img.is-fl {
    margin: 0 auto 20px;
  }

  .flImgContents-img.is-fl:not(.is-sp-float) {
    float: none;
  }

  .flImgContents-img.is-fl.is-sp-float {
    width: 35%;
    margin: 0 10px 10px 0;
  }

  .size-30 {
    width: 70%;
  }

  .size-60 {
    width: 100%;
  }

  .section-center-sp {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .table-01 th,
  .table-01 td {
    font-size: 1.3rem;
  }

  .table-01.sidetitle th {
    padding: 10px 0;
  }

  .table-01.sidetitle td {
    padding: 20px 0;
  }

  .table-form tr {
    border: none;
    border-top: solid 1px #474645;
  }

  .table-form th,
  .table-form td {
    padding: 8px 10px;
  }

  .table-form th .iconHissu {
    font-size: 1.2rem;
  }

  .table-form td {
    border-left: none;
    border-top: dashed 1px #474645;
  }

  .table-form.sidetitle tr + tr {
    margin-top: 10px;
  }

  .table-form.sidetitle th {
    padding: 10px;
    margin: 0;
  }

  .table-form.sidetitle td {
    padding: 10px 0;
  }

  .sidetitle tr {
    display: block;
  }

  .sidetitle th,
  .sidetitle td {
    display: block;
    width: 100%;
    padding: 0;
  }

  .sidetitle th {
    margin-bottom: 5px;
    font-weight: bold;
  }

  .tableScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .title-m {
    padding: 5px;
    font-size: 1.6rem;
  }

  .title-m-s {
    padding: 5px;
    font-size: 1.6rem;
  }

  .title-s {
    margin-bottom: 10px;
  }

  .title-ss {
    margin-bottom: 10px;
  }

  .box {
    border: none;
    padding: 40px 15px 30px;
  }

  .toiawase .companyInfo-busho {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .toiawase .companyInfo-address {
    font-size: 1.4rem;
  }

  .toiawase .companyInfo-telnote {
    margin: 0;
    -moz-text-align-last: left;
    text-align-last: left;
  }

  .toiawase .companyInfo-businesstime {
    font-size: 1.4rem;
  }

  .toiawase .companyInfo-businesstime-note {
    font-size: 1.4rem;
    text-align: left;
  }

  .toiawase .companyInfo-memo {
    font-size: 1.4rem;
  }

  input[type=text] {
    padding: 5px 10px;
  }

  select {
    padding: 5px 10px;
  }

  .footer-copy {
    padding: 30px 0;
    font-size: 0.8rem;
  }

  .headerKasou-logo {
    height: 50px;
  }

  .headerKasou-logo img {
    max-width: 60%;
  }

  .headerOubo {
    height: auto;
    padding-bottom: 15px;
  }

  .headerOubo-inner {
    display: block;
  }

  .headerOubo-logo {
    margin: 0;
  }

  .headerOubo-flow {
    width: 90%;
    margin: 15px auto 0;
  }

  .labelImg {
    margin-left: auto;
    margin-right: auto;
  }

  .sectionInner-input {
    margin: auto 0;
  }

  .sectionInnercontents {
    padding: 15px 15px 30px;
  }

  .sectionLabel {
    display: block;
    margin: 10px 0 50px;
  }

  .readme {
    padding-right: 0;
    padding-left: 0;
  }

  .modelName {
    padding-left: 0;
  }

  .modelName-sub {
    display: block;
    margin-bottom: 20px;
  }

  .modelName-sub-contents-title {
    width: auto;
    margin-bottom: 10px;
  }

  .selectContents-num {
    display: block;
    float: left;
    font-size: 1.4rem;
    white-space: nowrap;
  }

  .selectContents-titlemain {
    float: left;
    width: calc(100% - 50px);
  }

  .selectContents-main {
    padding-left: 10px;
  }

  .selectContents-main label + label {
    margin-top: 10px;
  }

  .selectContents-main.is-layout01 label {
    display: block;
  }

  .selectContents-main.is-layout01 label + label {
    margin-left: 0;
  }

  .selectContents-main.is-layout02 {
    display: block;
  }

  .selectContents-main.is-layout02 label {
    width: calc(100% - 1.5rem);
  }

  .selectContents-main.is-layout03 {
    display: block;
  }

  .selectContents-main.is-layout03 label {
    width: calc(100% - 1.5rem);
  }

  .selectContents-main.is-layout04 {
    display: block;
  }

  .selectContents-main.is-layout04 label {
    width: calc(100% - 1.5rem);
  }

  .selectContents-main.is-layout05 label {
    width: calc(100% - 1.5rem);
  }

  #container .selectContents-main .inputOther {
    display: block;
  }

  #container .selectContents-main .inputOther-text {
    margin-left: 0;
  }

  .rangefoodtype-wrap {
    width: auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .rangefoodtype {
    width: 180%;
  }

  .rangefoodtype th {
    font-size: 1.2rem;
  }

  .rangefoodtype td {
    font-size: 1.2rem;
  }

  .sectionBtn-one {
    width: 49%;
  }

  .sectionBtn-one .btn-back {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.6rem;
  }

  .sectionBtn-one .btn-submit {
    min-width: 0;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.6rem;
  }

  .imgThanks {
    max-width: 90%;
  }

  .leaflet {
    display: block;
  }

  .leaflet-contents {
    margin-bottom: 20px;
  }

  .leaflet-contents-num input {
    width: 9.5%;
    height: 42px;
    padding: 0;
    font-size: 4.3vw;
  }

  .leaflet-img {
    width: 80%;
    margin: 0 auto 10px;
    float: none;
  }

  .topMain {
    padding-top: 55vw;
    padding-bottom: 5vw;
    background-size: auto 100vh;
    background-position: center top;
  }

  .topMain-content-renge {
    width: 65%;
    left: 17%;
  }

  .topMainTitle-mainCopy {
    width: 90%;
  }

  .topMainTitle-subCopy {
    font-size: 5vw;
  }

  .catalogArea {
    background-size: 400% 100%;
  }

  .catalogArea-inner {
    padding-top: 0;
  }

  .catalogArea-note {
    font-size: 1.2rem;
  }

  .campaignInfo {
    display: block;
    padding: 33vw 0 30px;
  }

  .campaignInfo-catalog {
    width: 70%;
    margin: 20px auto;
  }

  .topMainInfo-section {
    display: block;
  }

  .topMainInfo-section + .topMainInfo-section {
    margin-top: 20px;
  }

  .topMainInfo-section-title {
    float: none;
    font-size: 1.6rem;
    width: 100%;
  }

  .topMainInfo-section-text {
    font-size: 3.7vw;
    letter-spacing: normal;
  }

  .topMainInfo-section-text .text-l {
    font-size: 1.6rem;
  }

  .topMainInfo-section-text-target {
    display: block;
    font-size: 1.3rem;
  }

  .catalog-wrap {
    display: block;
  }

  .catalog.is-1 {
    width: 90%;
    margin: 0 auto 30px;
  }

  .catalog.is-2 {
    width: 90%;
    margin: 50px auto 0;
  }

  .catalog-title {
    left: -6%;
    top: -20px;
    width: 100px;
    height: 100px;
  }

  .catalog-title-main {
    font-size: 1.7rem;
    margin-bottom: 0;
  }

  .catalog-title-text {
    font-size: 1.3rem;
  }

  .catalog-catalogTitle {
    width: 100%;
    padding: 5px 3%;
    justify-content: center;
  }

  .is-2 .catalog-catalogTitle {
    padding-left: 5%;
  }

  .catalog-catalogTitle-s {
    font-size: 1.4rem;
		text-align: right;
  }

  .catalog-catalogTitle-yen {
    margin-left: 8px;
    font-size: min(4.3rem,10vw);
		justify-content: end;
  }

  .is-2 .catalog-catalogTitle-yen {
    font-size: min(4.3rem,10vw);
  }

  .catalog-catalogTitle-yen .text-s {
    font-size: 3vw;
  }

  .is-2 .catalog-catalogTitle-yen .text-s {
    font-size: 3vw;
  }

  .catalog-imgs {
    padding-left: 0;
  }

  .contents-wrap {
    padding-top: 50px;
  }

  .taisyotext {
    margin-bottom: 30px;
    font-size: 1.4rem;
    text-align: left;
  }

  .taisyotext.is-big {
    padding: 10px 5px;
    font-size: 1.5rem;
  }

  .ouboChui-title-main {
    font-size: 2rem;
  }

  .ouboChui-title-sub {
    font-size: 1.4rem;
  }

  .kisyu-title {
    font-size: 1.6rem;
  }

  .kisyu-series {
    display: block;
  }

  .kisyu-series-title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .kisyu-series-contents {
    font-size: 1.4rem;
  }

  .chuijikou-text {
    font-size: 1.3rem;
  }

  .suisyokankyo {
    font-size: 1.4rem;
  }

  .goTo0uboBtn .btn-submit {
    width: 80%;
  }

  .oubo {
    width: 90%;
    margin: 0 auto;
    padding: 30px 10px 20px;
  }

  .oubo-title {
    margin-bottom: 30px;
    font-size: 2.1rem;
  }

  .oubo-kakunin-img {
    display: block;
    padding: 20px 1%;
  }

  .oubo-kakunin-img-position {
    width: 80%;
    margin: 0 auto;
  }

  .oubo-kakunin-img-position.is-label {
    margin-top: 20px;
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .catalogArea-note {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .taisyotext {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .ouboChui {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .section-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .contents {
    max-width: 90%;
    width: 90%;
  }

  .headerOubo-inner {
    max-width: 90%;
    width: 90%;
  }

  .thanksBox {
    max-width: 90%;
    width: 90%;
  }

  .topMain {
    padding-top: 45vw;
    padding-bottom: 5vw;
  }

  .topMain-content-renge {
    width: 65%;
    left: 17%;
  }

  .topMainTitle-mainCopy {
    width: 80%;
  }

  .topMainTitle-subCopy {
    font-size: 3.4vw;
  }

  .catalogArea-inner {
    max-width: 90%;
    width: 90%;
  }

  .catalogArea-note {
    max-width: 90%;
    width: 90%;
  }

  .campaignInfo {
    padding: 6vw 0;
    margin-bottom: 30px;
  }

  .topMainInfo-section {
    display: block;
  }

  .catalog-catalogTitle {
    height: auto;
    padding: 10px 10px 10px 100px;
    display: block;
  }

  .is-2 .catalog-catalogTitle {
    padding-left: 110px;
  }

  .catalog-catalogTitle-yen {
    margin-left: 0;
  }
}

@media (min-width: 980px) and (max-width: 1099px) {
  .headerOubo-flow {
    margin-right: 0;
  }

  .sectionLabel {
    margin-right: 0;
    margin-left: 0;
  }

  .modelKishuNumber-productno {
    max-width: 100%;
  }

  .rangefoodtype td img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .leaflet {
    display: block;
  }

  .campaignInfo-catalog {
    width: 30%;
  }
}
.temp{
    border: 1px solid #142a55;
    width: 45px;
    height: 60px;
    font-size: 2rem;
    padding-left: 14px;
    margin-right: 6px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
}
@media screen and (max-width:768px){
	.temp{
	  width: 9%;
    height: 42px;
    padding: 0 0 0 2.2%;
    font-size: 4.0vw;
		margin-right: 3px;
}
}