@charset "utf-8";
/******************************************************

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {


/******************************************************/
/* base  */
/******************************************************/
/* 看板 */
#main #pagetitle {
    background: #777;
    color: #fff;
    padding: 0 !important;
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 200px;
}
#main #pagetitle img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 200px;
    transform: translate(-50%,-50%);
    z-index: 0;
}
#main #pagetitle h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;
    text-align: left;
    border-left: 2px solid #fff;
    padding: 3px 0 3px 8px;
    position: absolute;
    top: 50%;
    left: 25px;
    right: 25px;
    transform: translateY(-50%);
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Noto Sans JP",sans-serif;
}
#main #pagetitle h1 span {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}
#main #pagetitle h1 strong {
    display: block;
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12em;
}
/* フッター */
footer {
    margin-top: 30px;
    border-top: 2px solid #898989;
}


/******************************************************/
/* 製品案内 */
/******************************************************/
/* USAGIメール */
#product {
    padding: 30px 25px 0;
    margin: auto;
    position: relative;
}
#product h2 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 22px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Noto Sans JP",sans-serif;
}
#product h2 span {
    display: block;
    color: #4e9347;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 2px;
}
#product h2 strong {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff100 60%);
}
#product .info dt {
    text-align: center;
    margin-bottom: 20px;
}
#product .info dt img {
    width: 255px;
    height: auto;
}
#product .info dd {
    text-align: left;
}
#product .info dd h3 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.18em;
    margin-bottom: 30px;
    position: relative;
}
#product .info dd h3::after {
    content: "";
    display: block;
    background: #b3b3b3;
    width: 42px;
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: 0;
}
#product .function {
    margin-top: 20px;
}
#product .function h4 {
    background: #f3f3f6;
    border-top: 2px solid #383838;
    padding: 24px 0;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
}
#product .function .list {
    background: #f3faf4;
    padding: 0 25px 25px;
}
#product .function .list dl {
    padding-top: 25px;
    text-align: left;
}
#product .function .list dt {
    color: #27951d;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    padding-left: 27px;
    position: relative;
}
#product .function .list dt::before {
    content: "";
    display: block;
    background: url(../images/sub/sp_checkbox_g.png) no-repeat;
    background-size: 21px 17px;
    width: 21px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#product .function .list dd {
    text-align: justify;
    line-height: 1.7;
}
/* オーナーユニット */
#ownerunit {
    padding: 40px 25px 0;
    margin: auto;
    position: relative;
}
#ownerunit h2 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 22px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Noto Sans JP",sans-serif;
}
#ownerunit h2 span {
    display: block;
    color: #4e9347;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 2px;
}
#ownerunit h2 strong {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff100 60%);
}
#ownerunit .release {
    display: block;
    color: #d60000;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    margin: -14px 0 22px;
    text-align: center;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Noto Sans JP",sans-serif;
}
#ownerunit .info dt {
    text-align: center;
    margin-bottom: 20px;
}
#ownerunit .info dt img {
    width: 255px;
    height: auto;
}
#ownerunit .info dd {
    text-align: left;
}
#ownerunit .info dd h3 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.18em;
    margin-bottom: 30px;
    position: relative;
}
#ownerunit .info dd h3::after {
    content: "";
    display: block;
    background: #b3b3b3;
    width: 42px;
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: 0;
}
#ownerunit .function {
    margin-top: 20px;
}
#ownerunit .function h4 {
    background: #f3f3f6;
    border-top: 2px solid #383838;
    padding: 24px 0;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
}
#ownerunit .function .list {
    background: #fffff5;
    padding: 0 25px 25px;
}
#ownerunit .function .list dl {
    padding-top: 25px;
    text-align: left;
}
#ownerunit .function .list dt {
    color: #f19138;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    padding-left: 27px;
    position: relative;
}
#ownerunit .function .list dt::before {
    content: "";
    display: block;
    background: url(../images/sub/sp_checkbox_o.png) no-repeat;
    background-size: 21px 17px;
    width: 21px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#ownerunit .function .list dd {
    text-align: justify;
    line-height: 1.7;
}
/* 資料請求フォーム */
#request {
    padding: 40px 25px 0;
    margin: auto;
    position: relative;
}
#request h2 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 22px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Noto Sans JP",sans-serif;
}
#request h2 span {
    display: block;
    color: #4e9347;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 2px;
}
#request h2 strong {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff100 60%);
}


/******************************************************/
/* よくある質問 */
/******************************************************/
#faq {
    padding: 30px 25px 0;
    margin: auto;
    position: relative;
}
#faq h2 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 22px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Noto Sans JP",sans-serif;
}
#faq h2 span {
    display: block;
    color: #4e9347;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 2px;
}
#faq h2 strong {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff100 60%);
}
#faq .list {
    margin: 30px -25px 0;
}
#faq .list dl {
    text-align: left;
    margin-top: 5px;
}
#faq .list dt {
    background: #65c15d;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: normal;
    padding: 8px 50px 8px 60px;
    min-height: 50px;
    display: flex;
    align-items: center;
    position: relative;
}
#faq .list dt::after {
    content: "";
    display: block;
    background: url(../images/sub/sp_icon_open.png) no-repeat;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}
#faq .list .open dt::after {
    content: "";
    display: block;
    background: url(../images/sub/sp_icon_close.png) no-repeat;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}
#faq .list dt::before {
    content: "";
    display: block;
    background: url(../images/sub/sp_icon_q.png) no-repeat;
    background-size: 25px auto;
    width: 25px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}
#faq .list dd {
    background: #feffc4;
    padding: 12px 25px 12px 60px;
    position: relative;
    display: none;
}
#faq .list dd::before {
    content: "";
    display: block;
    background: url(../images/sub/sp_icon_a.png) no-repeat;
    background-size: 25px auto;
    width: 25px;
    height: 26px;
    position: absolute;
    top: calc(12px + 2.4rem);
    left: 25px;
    transform: translateY(-50%);
}
#faq .list .open dd {
    display: block;
}


/******************************************************/
/* 会社概要 */
/******************************************************/
/* ごあいさつ */
#message {
    padding: 30px 25px 0;
    margin: auto;
    position: relative;
}
#message h2 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 22px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Noto Sans JP",sans-serif;
}
#message h2 span {
    display: block;
    color: #4e9347;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 2px;
}
#message h2 strong {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff100 60%);
}
#message .info dt {
    text-align: center;
    margin-bottom: 15px;
}
#message .info dt img {
    width: 195px;
    height: auto;
}
#message .info dt .president {
    display: block;
    margin-top: 30px;
    font-size: 2.6rem;
    line-height: 1.45;
    letter-spacing: 0.05em;
    position: relative;
    font-family:
        "游明朝",
        "Yu Mincho",
        YuMincho,
        "Hiragino Mincho ProN",
        "HGS明朝E",
        "メイリオ",
        Meiryo,
        serif;
}
#message .info dt .president::before {
    content: "";
    display: block;
    background: #d0d0d0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    top: -20px;
    left: calc(50% - 5px);
}
#message .info dt .president strong {
    font-size: 3.6rem;
    font-weight: 600;
}
#message .info dd {
    text-align: left;
}
#message .info dd p + p {
    margin-top: 1.2em;
}
#message .info dd strong {
    color: #4e9347;
}
/* 会社情報 */
#company {
    padding: 40px 25px 0;
    margin: auto;
    position: relative;
}
#company h2 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 22px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Noto Sans JP",sans-serif;
}
#company h2 span {
    display: block;
    color: #4e9347;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 2px;
}
#company h2 strong {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff100 60%);
}
#company .outline {
    margin-top: -10px;
}
#company .outline dl {
    border-bottom: 1px solid #898989;
    padding: 10px 0;
    display: flex;
}
#company .outline dt {
    width: 5em;
    flex-shrink: 0;
    align-self: center;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
}
#company .outline dd {
    border-left: 2px solid #898989;
    padding: 5px 0 5px 12px;
    text-align: left;
    line-height: 1.7;
}
#company .outline dd a.related {
    color: #3464c9;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: normal;
    position: relative;
    padding-right: 18px;
    margin-bottom: 4px;
    display: inline-block;
}
#company .outline dd a.related::after {
    content: "";
    display: block;
    background: url(../images/base/arrow_bl.png) no-repeat;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}


/******************************************************/
/* プライバシーポリシー */
/******************************************************/
#privacy {
    padding: 30px 25px 0;
    margin: auto;
    position: relative;
}
#privacy h2 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 22px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Noto Sans JP",sans-serif;
}
#privacy h2 span {
    display: block;
    color: #4e9347;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 2px;
}
#privacy h2 strong {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff100 60%);
}
#privacy .list dl {
    text-align: left;
    margin-top: 35px;
}
#privacy .list dt {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.12em;
    margin-bottom: 30px;
    position: relative;
}
#privacy .list dt::after {
    content: "";
    display: block;
    background: #b3b3b3;
    width: 42px;
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: 0;
}


/******************************************************/
/* お問い合わせフォーム */
/******************************************************/
#form {
    padding: 30px 25px 0;
    margin: auto;
    position: relative;
}
#form h2 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 22px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Noto Sans JP",sans-serif;
}
#form h2 span {
    display: block;
    color: #4e9347;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 2px;
}
#form h2 strong {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff100 60%);
}
form#mailformpro {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
form#mailformpro h2 {
    background: #4c4c4c;
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: normal;
    margin: 0;
    padding: 6px 0;
    text-align: center;
}
form#mailformpro .must {
    background: #ea5d5d;
    color: #ffffff;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1;
    white-space: nowrap;
    padding: 3px 6px;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    text-shadow: none;
    order: 1;
    float: none;
    margin: 0 0 0 5px;
}
form#mailformpro .optional {
    color: #000000;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1;
    white-space: nowrap;
    padding: 2px 5px;
    border: 1px solid #78655b;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    order: 1;
    float: none;
    margin: 0 0 0 10px;
}
form#mailformpro table {
    border: none;
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
form#mailformpro table thead,
form#mailformpro table tbody,
form#mailformpro table tr {
    display: block;
}
form#mailformpro table tr {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
form#mailformpro table th {
    border: none;
    display: block;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: normal;
    white-space: nowrap;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
form#mailformpro table td {
    border: none;
    display: block;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: normal;
    padding: 10px 0 0;
}
form#mailformpro table th strong {
    font-weight: 600;
}
form#mailformpro table td .hosoku {
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: normal;
    display: inline-block;
    margin-top: 2px;
    width: 100%;
}
form#mailformpro table td .note {
    margin-top: 14px;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: normal;
}
form#mailformpro table ul,
form#mailformpro table ol {
    list-style: none;
}
form#mailformpro table select,
form#mailformpro table textarea {
    margin-right: 5px;
    padding: 10px;
    font-size: 2.8rem;
    line-height: 1.35;
    border: none;
    border-radius: 4px;
    background: #f2f2f2;
    box-sizing: border-box;
    max-width: 100%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1) inset;
    -webkit-appearance: none;
}
form#mailformpro table input {
    margin:0 0 3px;
    max-width: 100%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1) inset;
    -webkit-appearance: none;
}
form#mailformpro table input[type=text],
form#mailformpro table input[type=tel],
form#mailformpro table input[type=email] {
    width: auto !important;
    padding: 10px;
    font-size: 2.8rem;
    line-height: 1.35;
    border: none;
    border-radius: 4px;
    background: #f2f2f2;
    box-sizing: border-box;
    width: 100% !important;
}
form#mailformpro table input[size="10"] {
    width: 32% !important;
}
form#mailformpro table td textarea {
    width: auto !important;
    height: 6em !important;
    margin: 0;
}
form#mailformpro table label {
    border-radius: 0 !important;
    background: url(../images/sub/sp_checkbox_no.png) no-repeat left center;
    background-size: 15px 15px;
    padding: 6px 10px 6px 25px !important;
    margin: 0 3px 3px 0;
    white-space: nowrap;
    border: none !important;
    font-size: 2.8rem;
    line-height: 1.35;
    display: block;
}
form#mailformpro table label input[type=checkbox] {
    display: none;
}
form#mailformpro table label.mfp_not_checked {
    background: url(../images/sub/sp_checkbox_no.png) no-repeat left center;
    background-size: 15px 15px;
}
form#mailformpro table label.mfp_checked {
    background: url(../images/sub/sp_checkbox_checked.png) no-repeat left center;
    background-size: 15px 15px;
    box-shadow: none;
}
form#mailformpro .mfp_buttons {
    text-align: center;
    margin: 16px 0 0;
}
div.mfp_buttons button#mfp_button_send,
form#mailformpro button[type="submit"] {
    border-radius: 100px;
    padding: 14px 0;
    background: #383838;
    border: none;
    color: #ffffff;
    text-shadow: none;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    cursor: pointer;
    outline: none;
    width: 100%;
    position: relative;
}
div.mfp_buttons button#mfp_button_send::after,
form#mailformpro button[type="submit"]::after {
    content: "";
    display: block;
    background: url(../images/base/arrow_w.png) no-repeat;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
div.mfp_buttons button#mfp_button_cancel,
form#mailformpro button[type="reset"] {
    border-radius: 0;
    padding: 8px 0;
    border: solid 1px #CCC;
    background: #EEE;
    text-shadow: none;
    font-size: 12px;
    line-height: 1;
    letter-spacing: normal;
    cursor: pointer;
    outline: none;
    width: 50%;
    margin-top: 10px;
}
form#mailformpro table#mfp_confirm_table {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
    margin: auto;
}
form#mailformpro table#mfp_confirm_table tr th,
form#mailformpro table#mfp_confirm_table tr td {
    text-align: left;
    font-size: 2.6rem;
    line-height: 1.5;
    border-top: solid 1px #CCC;
    padding: 8px 6px;
}
form#mailformpro table#mfp_confirm_table tr th {
    font-size: 2.2rem;
    line-height: 1.5;
    white-space: nowrap;
    vertical-align: middle;
    width: auto;
}
form#mailformpro table#mfp_confirm_table tr td {
    font-size: 2.6rem;
    line-height: 1.5;
    word-break: break-all;
}
form#mailformpro div.validation-advice {
    white-space: nowrap;
    background: url("../media/pointred.gif") no-repeat scroll 0px 2px transparent;
    color: #CC0000;
    font-size: 82%;
    margin: 3px;
    padding-left: 15px;
}
/* フォーム独自 */
form#mailformpro table dl {
}
form#mailformpro table dl + dl {
    margin-top: 10px;
}
form#mailformpro table dt {
    font-weight: 700;
    margin-bottom: 2px;
}
form#mailformpro table dd {
}
form#mailformpro .form_note {
    line-height: 1.75;
    margin: 30px 0 10px;
}
/* 確認画面オーバーレイ */
#mfp_overlay_inner table#mfp_confirm_table tr th,
#mfp_overlay_inner table#mfp_confirm_table tr td {
    padding: 12px 6px 11px;
    font-size: 2.6rem;
    line-height: 1.45;
    letter-spacing: normal;
}





}
