/*スマホのみの設定（base.cssに上書き）*/

body {
    overflow-x: hidden;
}

.sp_none {
    display: none;
}

.pc_none {
    display: inline-block;
}

section {
    min-height: inherit;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 350px;
}

header div,
nav ul,
section article,
footer div {
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
}

header div {
    height: auto;
    padding: 10px;
}

h1 {
    width: auto;
}

h1 a {
    letter-spacing: 0;
    font-size: 14pt;
}

h1 span {
    display: none;
}

h1 img {
    height: 20px;
}

h2 {
    text-align: left;
    font-weight: normal;
    font-size: 8pt;
}

header p {
    display: none;
}

h3 {
    text-align: center;
    font-size: 16pt;
}

nav ul.menu {
    display: flex;
    justify-content: space-between;
    width: auto;
    padding: 0 10px;
}

nav ul.menu li {
    text-align: center;
}

nav li.menu__item {
    margin-right: 0;
}

.hover7__label::after {
    display: none;
}

#pink .menu__link {
    color: rgba(248, 158, 194, 1.0);
}

footer small {
    padding-left: 10px;
}

footer ul {
    padding: 20px 10px 0px 10px;
}

footer ul li {
    margin-right: 15px;
}

footer ul li a {
    font-size: 10pt;
}

address {
    font-size: 10pt;
    margin-left: 10px;
    margin-bottom: 20px;
}



/* ---------------------------------------------------------------------------------- */

/*------------トップページ------------*/

/*キャッチ横スライド*/
section.slide {
    height: inherit;
    background-color: #fff;
}

.slick {
    width: 100%;
    height: inherit;
}

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

/*キャッチ横フルスクリーン*/
section.full {
    background-position: center bottom;
    background-size: cover;
    height: 60vh;
    min-height: initial;
    background-attachment: initial;
}


section.full img {
    max-width: 70%;
}

section#pr {
    padding-top: 0px;
    padding-bottom: 0px;
}

section#pr article {
    display: flex;
    table-layout: inherit;
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 20px 0;
}

/*

section#pr article div{
display: block;
}

section#pr article div:first-of-type{
order: 2;
padding: 0 20px 20px 20px;
}

section#pr article div:last-of-type{
order: 1;
padding: 20px;
background-color: #fff;
}
*/

section#pr article div p#prtext {
    margin-bottom: 10px;
    line-height: 1.6em;
}

/*
section#pr article div:last-of-type p{
font-size: 10pt;
}
*/

section#news {
    padding-bottom: 50px;
}

section#access {
    padding-bottom: 0;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

section#access iframe {
    width: 100%;
    height: 500px;
}


/* ---------------------------------------------------------------------------------- */

/*------------会社概要------------*/

section#company {
    padding-left: 20px;
    padding-right: 20px;
}

section#company img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#company dl {
    margin-top: 0;
    width: 100%;
    padding: 20px;
}

section#company dl dt {
    float: none;
    text-align: left;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    width: auto;
}

section#company dl dd {
    margin: 0 0 20px 0;
    border-top: none;
    padding-top: 0;
    line-height: 1.4em;
}

section#company dl dt:last-of-type {
    margin-bottom: 10px;
}


/*------------製品紹介------------*/

section#product {
    padding-left: 20px;
    padding-right: 20px;
}

section#product img {
    display: block;
    width: 100%;
    height: auto;
}

section#product dl {
    padding: 30px;
    width: 100%;
    margin-top: 0px;
}

section#lineup div {
    padding-left: 20px;
    padding-right: 20px;
}

section#lineup figure {
    float: none;
    width: 100%;
    margin: 0 auto;
}

section#lineup figcaption {
    padding-bottom: 40px;
}

section#lineup figure:last-of-type figcaption {
    padding-bottom: 20px;
}

section#lineup figcaption strong {
    margin-top: 8px;
    margin-bottom: 0px;
}

section#lineup figcaption p {
    line-height: 1.6em;
}

section#lineup figure img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}


/*------------FAQ------------*/
section#faq {
    padding-left: 20px;
    padding-right: 20px;
}

section#faq div {
    padding-top: 20px;
}

section#faq dt::before,
section#faq dd::before {
    font-size: 16pt;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}

section#faq dd {
    padding-left: 40px;
    text-indent: -40px;
}


/*------------チャート------------*/

section#chart {
    padding-left: 20px;
    padding-right: 20px;
}

section#chart div {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

section#chart dl {
    line-height: 1.8em;
}

section#chart dl br {
    display: none;
}

section#chart dl::after {
    margin-top: 20px;
}

section#chart dl {
    margin-bottom: 25px;
}


/*------------お問い合わせ------------*/

section#contact {
    padding-left: 30px;
    padding-right: 30px;
}

section#contact p:first-of-type {
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 40px;
}

section#contact table {
    width: 100%;
}

section#contact table th,
section#contact table td {
    display: list-item;
    list-style-type: none;
    text-align: left;
    width: 100%;
}

section#contact table th {
    margin-bottom: 5px;
}

section#contact table td {
    position: relative;
}

section#contact table span.required {
    font-size: 8pt;
    position: absolute;
    right: 0;
    top: -25px;
    margin-right: 0;
}

section#contact table input,
section#contact table textarea {
    width: 100%;
}

section#policy dl {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10pt;
}


/* ---------------------------------------------------------------------------------- */

/*ギャラリー (#pink)*/
section#gallery div {
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
}

section#gallery ul li {
    float: none;
    margin: 0 auto 30px auto;
}

section#gallery ul li:last-child {
    margin-bottom: 10px;
}

section#gallery ul li:nth-child(3n) {
    margin-right: auto;
}

section#gallery ul li p {
    opacity: 1;
    display: block;
    vertical-align: baseline;
    width: 100%;
    height: 60px;
    top: inherit;
    bottom: -20px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding-top: 10px;
}

section#gallery ul li:hover p {
    opacity: 1;
}


/*メニュー (#pink)*/
.menulist div {
    margin-bottom: 0px;
}

.menulist figure {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.menulist figure figcaption {
    padding-bottom: 40px;
    width: 100%;
}

.menulist figure:last-of-type figcaption {
    padding-bottom: 0px;
}

.menulist figure figcaption strong {
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.menulist figure figcaption p {
    line-height: 1.6em;
}

.menulist figure img {
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.menulist02 dl {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1.4em;
}

.menulist02 dl:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.menulist02 dd {
    padding-left: 0em;
}


/*採用情報 (#pink)*/
section#recruit div#staff01 {
    background-image: none;
    padding-left: 0px;
    padding-top: 0px;
    width: 100%;
}


section#recruit div#staff01 table {
    width: 90%;
    margin: 0 auto;
}

section#recruit div#staff01 table th,
section#recruit div#staff01 table td {
    display: list-item;
    list-style-type: none;
    text-align: left;
    padding: 0px;
}

section#recruit div#staff01 table tr:first-child th {
    padding-top: 30px;
}

section#recruit div#staff01 table tr:first-child td {
    padding-top: 5px;
    padding-bottom: 15px;
}

section#recruit div#staff01 table th {
    padding-bottom: 0;
    border-bottom: 0;
    padding-top: 15px;
    padding-left: 20px;
}

section#recruit div#staff01 table td {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

section#recruit div#staff01 table tr:last-child th {
    padding-bottom: 0;
}

section#recruit div#staff01 table tr:last-child td {
    padding-bottom: 30px;
}


.catch_text {
    font-size: 16pt;
    padding: 0 20px;
}

.catch_text02 {
    font-size: 11pt;
    padding: 0 20px;
    font-weight: normal;
}

section#pr article .catch_text {
    color: #333;
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    padding-left: 20px;
}

.business_wrap > div {
    flex-direction: column;
}

.business_wrap > div {
    display: flex;
    text-align: center;
}

.business_wrap > div img {
    width: 100%;
    padding: 0 10px;
}

section#pr article .d-flex {

    flex-wrap: wrap;
}

.midashi {
    font-size: 20px;
    padding-bottom: 10px;
}

.midashi span {
    margin-top: 5px;
    font-size: 16px;
    text-align: center;
}

.midashi span:before {
    left: 0;
    margin: auto;
}

#supportarea .midashi {
    text-align: center;
}

.midashi_left {
    text-align: center;
}

.midashi_left span:before {
    right: 0;
}

.about02_img {
    flex-direction: column;
}

.about02_img img {
    width: 100%;
}

.contact_box{
    padding-bottom: 80px;
}

.contact_box article .text {
    padding: 30px 0 5px 0;

}

.contact_box .midashi {
    padding-bottom: 0;
    margin-bottom: -10px;

}

#top_about {
    overflow: hidden;
    position: relative;
}

.top_about_box {
    max-width: auto;
    margin: 0 auto;
    text-align: right;
    z-index: 11;
    padding-right: 0;
    padding-bottom: 180px;
}

.top_about_box .catch_text {
    text-align: center;
    font-size: 16px;
}

.top_about_box .midashi {
    text-align: center;
}

.full_right {
    background: url(../image/top/img01.jpg);
    padding: 4px 8px;
    margin-left: 0;
    width: 100%;
    min-height: auto;
    height: 180px;
    position: absolute;
    bottom: 0;
    top: initial;
    left: 0;
    right: 0;

}

.btn01 {
    padding-top: 20px;
    font-weight: normal;
}
