@charset "utf-8";
/******************************************************

        PCサイト用

******************************************************/
@media screen and (min-width: 768px), print {


/******************************************************/
/* base  */
/******************************************************/
/* 看板 */
#main #pagetitle {
    background: #777;
    color: #fff;
    padding: 0 !important;
    margin: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 340px;
}
#main #pagetitle img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-width: 1400px;
    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: 3px solid #fff;
    padding: 5px 0 5px 17px;
    width: 1080px;
    position: absolute;
    top: 50%;
    left: calc(50% - 550px);
    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: 20px;
}
#main #pagetitle h1 strong {
    display: block;
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12em;
}
/* コンテンツ */
.article {
    position: relative;
}
.article::before {
    content: "";
    display: block;
    background: url(../images/base/frag_l.png) no-repeat;
    width: 140px;
    height: 118px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.article::after {
    content: "";
    display: block;
    background: url(../images/base/frag_r.png) no-repeat;
    width: 140px;
    height: 118px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
/* コンテンツ */
#main .inbox {
    width: 1000px;
    padding: 0;
    margin: auto;
}
/* フッター */
footer {
    margin-top: 80px;
    border-top: 3px solid #898989;
}


/******************************************************/
/* 製品案内 */
/******************************************************/
/* USAGIメール */
#product {
    padding-top: 75px;
    margin: auto;
    position: relative;
}
#product h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.24em;
    text-align: center;
    margin-bottom: 40px;
    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.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 8px;
}
#product h2 strong {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff100 60%);
}
#product .info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#product .info dt {
    width: 500px;
}
#product .info dd {
    width: 450px;
    margin-left: 50px;
    text-align: left;
}
#product .info dd h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.18em;
    margin-bottom: 40px;
    position: relative;
}
#product .info dd h3::after {
    content: "";
    display: block;
    background: #b3b3b3;
    width: 85px;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 0;
}
#product .function {
    margin-top: 30px;
}
#product .function h4 {
    background: #f3f3f6;
    border-top: 3px solid #383838;
    padding: 35px 60px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: left;
}
#product .function .list {
    background: #f3faf4;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}
#product .function .list dl {
    width: 50%;
    padding: 60px;
    text-align: left;
    border-bottom: solid 1px #d5e2d7;
    border-right: solid 1px #d5e2d7;
    box-sizing: border-box;
}
#product .function .list dl:nth-of-type(2n) {
    border-right: none;
}

#product .function .list dl:nth-last-of-type(1) {
    border-bottom: none;
}

#product .function .list dt {
    color: #27951d;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    padding-left: 40px;
    position: relative;
}
#product .function .list dt::before {
    content: "";
    display: block;
    background: url(../images/sub/checkbox_g.png) no-repeat;
    width: 29px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#product .function .list dd {
    line-height: 1.7;
}
/* オーナーユニット */
#ownerunit {
    padding-top: 75px;
    margin: auto;
    position: relative;
}
#ownerunit h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.24em;
    text-align: center;
    margin-bottom: 40px;
    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.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 8px;
}
#ownerunit h2 strong {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff100 60%);
}
#ownerunit .release {
    display: block;
    color: #d60000;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12em;
    margin: -25px 0 40px;
    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 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#ownerunit .info dt {
    width: 500px;
}
#ownerunit .info dd {
    width: 450px;
    margin-left: 50px;
    text-align: left;
}
#ownerunit .info dd h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.18em;
    margin-bottom: 40px;
    position: relative;
}
#ownerunit .info dd h3::after {
    content: "";
    display: block;
    background: #b3b3b3;
    width: 85px;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 0;
}
#ownerunit .function {
    margin-top: 30px;
}
#ownerunit .function h4 {
    background: #f3f3f6;
    border-top: 3px solid #383838;
    padding: 35px 60px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: left;
}
#ownerunit .function .list {
    background: #fffff5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
}
#ownerunit .function .list dl {
    padding: 60px;
    width: 50%;
    box-sizing: border-box;
    text-align: left;
    border-right: 1px solid #ebe9e1;
    border-bottom: 1px solid #ebe9e1;
}
#ownerunit .function .list dl:nth-of-type(2n) {
    border-right: none;
}
#ownerunit .function .list dl:nth-last-of-type(1),
#ownerunit .function .list dl:nth-last-of-type(2) {
    border-bottom: none;
}

#ownerunit .function .list dt {
    color: #f19138;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    padding-left: 40px;
    position: relative;
}
#ownerunit .function .list dt::before {
    content: "";
    display: block;
    background: url(../images/sub/checkbox_o.png) no-repeat;
    width: 29px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#ownerunit .function .list dd {
    line-height: 1.7;
}
/* 資料請求フォーム */
#request {
    padding-top: 75px;
    margin: auto;
    position: relative;
}
#request h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.24em;
    text-align: center;
    margin-bottom: 40px;
    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.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 8px;
}
#request h2 strong {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff100 60%);
}
#request .intro {
    text-align: center;
}


/******************************************************/
/* よくある質問 */
/******************************************************/
#faq {
    padding-top: 75px;
    margin: auto;
    position: relative;
}
#faq h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.24em;
    text-align: center;
    margin-bottom: 40px;
    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.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 8px;
}
#faq h2 strong {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff100 60%);
}
#faq .list {
    margin-top: 60px;
}
#faq .list dl {
    text-align: left;
    margin-top: 40px;
}
#faq .list dt {
    background: #65c15d url(../images/sub/icon_open.png) no-repeat 935px center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.05em;
    padding: 25px 75px 25px 95px;
    position: relative;
}
#faq .list .open dt {
    background: #65c15d url(../images/sub/icon_close.png) no-repeat 935px center;
}
#faq .list dt::before {
    content: "";
    display: block;
    background: url(../images/sub/icon_q.png) no-repeat;
    width: 28px;
    height: 27px;
    position: absolute;
    top: calc(25px + 1.21rem);
    left: 40px;
    transform: translateY(-50%);
}
#faq .list dd {
    background: #feffc4;
    padding: 25px 75px 25px 95px;
    position: relative;
    display: none;
}
#faq .list dd::before {
    content: "";
    display: block;
    background: url(../images/sub/icon_a.png) no-repeat;
    width: 28px;
    height: 27px;
    position: absolute;
    top: calc(25px + 1.6rem);
    left: 40px;
    transform: translateY(-50%);
}
#faq .list .open dd {
    display: block;
}


/******************************************************/
/* 会社概要 */
/******************************************************/
/* ごあいさつ */
#message {
    padding-top: 75px;
    margin: auto;
    position: relative;
}
#message h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.24em;
    text-align: center;
    margin-bottom: 40px;
    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.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 8px;
}
#message h2 strong {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff100 60%);
}
#message .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#message .info dt {
    width: 334px;
}
#message .info dt .president {
    display: block;
    margin-top: 44px;
    font-size: 2rem;
    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: 14px;
    height: 14px;
    border-radius: 7px;
    position: absolute;
    top: -26px;
    left: calc(50% - 7px);
}
#message .info dt .president strong {
    font-size: 3rem;
    font-weight: 600;
}
#message .info dd {
    width: 626px;
    margin-left: 40px;
    text-align: left;
}
#message .info dd p {
    line-height: 1.7;
}
#message .info dd p + p {
    margin-top: 1.5em;
}
#message .info dd strong {
    color: #4e9347;
}
/* 会社情報 */
#company {
    background: url(../images/sub/company_bg.png) no-repeat center bottom;
    padding-top: 75px;
    margin: auto;
    position: relative;
}
#company h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.24em;
    text-align: center;
    margin-bottom: 40px;
    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.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 8px;
}
#company h2 strong {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff100 60%);
}
#company .outline {
    width: 600px;
    margin: auto;
}
#company .outline dl {
    border-bottom: 1px solid #898989;
    padding: 16px 0;
    display: flex;
}
#company .outline dt {
    width: 160px;
    flex-shrink: 0;
    align-self: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.18em;
}
#company .outline dd {
    border-left: 2px solid #898989;
    padding: 10px 30px 10px 60px;
    text-align: left;
    line-height: 1.7;
}
#company .outline dd a.related {
    color: #3464c9;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    position: relative;
    padding-right: 30px;
    display: inline-block;
}
#company .outline dd a.related::after {
    content: "";
    display: block;
    background: url(../images/base/arrow_bl.png) no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
}

/******************************************************/
/* プライバシーポリシー */
/******************************************************/
#privacy {
    padding-top: 75px;
    margin: auto;
    position: relative;
}
#privacy h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.24em;
    text-align: center;
    margin-bottom: 40px;
    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.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 8px;
}
#privacy h2 strong {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff100 60%);
}
#privacy .intro {
    text-align: center;
    width: 880px;
    margin: auto;
}
#privacy .list {
    width: 880px;
    margin: auto;
}
#privacy .list dl {
    text-align: left;
    margin-top: 70px;
}
#privacy .list dt {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.18em;
    margin-bottom: 40px;
    position: relative;
}
#privacy .list dt::after {
    content: "";
    display: block;
    background: #b3b3b3;
    width: 85px;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 0;
}


/******************************************************/
/* お問い合わせフォーム */
/******************************************************/
#form {
    padding-top: 75px;
    margin: auto;
    position: relative;
}
#form h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.24em;
    text-align: center;
    margin-bottom: 40px;
    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.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 8px;
}
#form h2 strong {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff100 60%);
}
#form .intro {
    text-align: center;
    width: 880px;
    margin: auto;
}
#form .thanks {
    display: inline-block;
    margin: auto;
}
#form .thank p {
    text-align: center;
}
/* メールフォーム */
form#mailformpro .must {
    background: #ea5d5d;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1;
    white-space: nowrap;
    padding: 4px 6px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    order: 1;
    float: none;
    margin: 0 0 0 12px;
}
form#mailformpro .optional {
    color: #000000;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1;
    white-space: nowrap;
    padding: 3px 5px;
    border: 1px solid #78655b;
    box-shadow: none;
    text-shadow: none;
    order: 1;
    float: none;
    margin: 0 0 0 12px;
}
form#mailformpro table {
    max-width: 100%;
    border: none;
    border-bottom: 2px solid #ddd;
    width: 100%;
    margin: 36px auto 0;
}
form#mailformpro table tr {
    border: none;
    border-top: 2px solid #ddd;
}
form#mailformpro table th {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.08em;
    border: none;
    padding: 32px 26px 10px 0px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-align: left;
}
form#mailformpro table th strong {
    font-weight: 700;
}
form#mailformpro table th .mini {
    font-size: 1.2rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
}
form#mailformpro table td {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    border: none;
    padding: 17px 0;
}
form#mailformpro table td .hosoku {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    margin-left: 6px;
}
form#mailformpro table td .note {
    margin-top: 14px;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.45;
    letter-spacing: 0.02em;
}
form#mailformpro table ul,
form#mailformpro table ol {
    list-style: none;
}
form#mailformpro table select {
    margin: 0;
    height: 55px;
    padding: 0 20px;
    width: calc(20em + 20px);
    font-size: 1.6rem;
    line-height: 1.2;
    border: none;
    border-radius: 6px;
    background: #f2f2f2;
    box-sizing: border-box;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1) inset;
}
form#mailformpro table textarea {
    margin: 0;
    padding: 18px 20px;
    font-size: 1.6rem;
    line-height: 1.2;
    border: none;
    border-radius: 6px;
    background: #f2f2f2;
    box-sizing: border-box;
    min-height: 140px !important;
    width: 100% !important;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1) inset;
}
form#mailformpro table input {
    margin: 0;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1) inset;
}
form#mailformpro table input#postcode {
    width: calc(20em + 20px) !important;
}
form#mailformpro table input[type=text],
form#mailformpro table input[type=tel],
form#mailformpro table input[type=email] {
    padding: 18px 20px;
    font-size: 1.6rem;
    line-height: 1.2;
    border: none;
    border-radius: 6px;
    background: #f2f2f2;
    box-sizing: border-box;
    width: 100% !important;
}
form#mailformpro table label {
    border-radius: 3px;
    background: url(../images/sub/checkbox_no.png) no-repeat left center;
    padding: 8px 10px 8px 26px !important;
    margin: 3px 6px 3px 0;
    display: inline-block;
    white-space: nowrap;
    border: none !important;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
}
form#mailformpro table label input[type=checkbox] {
    display: none;
}
form#mailformpro table label.mfp_not_checked {
    background: url(../images/sub/checkbox_no.png) no-repeat left center;
}
form#mailformpro table label.mfp_checked {
    background: url(../images/sub/checkbox_checked.png) no-repeat left center;
    box-shadow: none;
}
form#mailformpro .mfp_buttons {
    text-align: center;
    margin: 10px 0 0;
}
div.mfp_buttons button#mfp_button_send,
form#mailformpro button[type="submit"] {
    position: relative;
    padding: 20px 75px 20px 45px;
    border: none;
    border-radius: 100px;
    background: #383838;
    color: #ffffff;
    text-shadow: none;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    cursor: pointer;
    outline: none;
    margin: 15px 10px 0;
}
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: 18px 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: calc(50% - 9px);
    right: 42px;
}
div.mfp_buttons button#mfp_button_cancel,
form#mailformpro button[type="reset"] {
    border-radius: 50px;
    padding: 8px 30px;
    border: solid 1px #bbb;
    background: #EEE;
    text-shadow: none;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: normal;
    cursor: pointer;
    outline: none;
}
div.mfp_buttons button {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
div.mfp_buttons button:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
form#mailformpro table#mfp_confirm_table {
    border-spacing: 0px;
    border-collapse: collapse;
    min-width: 60%;
    width: auto;
    margin: auto;
}
form#mailformpro table#mfp_confirm_table tr th,
form#mailformpro table#mfp_confirm_table tr td {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
    border-top: solid 1px #CCC;
    padding: 8px 10px;
}
form#mailformpro table#mfp_confirm_table tr th {
    white-space: nowrap;
    width: auto;
}
form#mailformpro table#mfp_confirm_table tr td {
    font-size: 1.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 {
    display: flex;
    align-items: center;
}
form#mailformpro table dl + dl {
    margin-top: 14px;
}
form#mailformpro table dt {
    flex-shrink: 0;
    font-weight: 700;
    margin-right: 20px;
}
form#mailformpro table dd {
    flex-grow: 1;
}
form#mailformpro .form_note {
    text-align: center;
    line-height: 1.75;
    margin: 40px 0 10px;
}
/* 確認画面オーバーレイ */
#mfp_overlay_inner table#mfp_confirm_table tr th,
#mfp_overlay_inner table#mfp_confirm_table tr td {
    padding: 12px 20px 11px;
    font-size: 1.5rem;
    line-height: 1.45;
}
















}
