  @charset "utf-8";
/****

        タブレット用

****/
@media screen and (min-width: 768px) and (max-width: 979px), print {


/****/
/* main 共通  */
/****/
/* 看板 */
#main #pagetitle {
    color: #000000;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}
#main #pagetitle .inbox {
    position: static;
}
#main #pagetitle h1 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 120px;
    right: 120px;
    transform: translateY(-50%);
}
#main #pagetitle h1 span {
    background: rgba(0,39,73,0.8);
    display: inline-block;
    padding: 10px 24px;
}
#main #pagetitle h1 span.sub {
    background: rgba(255,255,255,0.8);
    color: #000000;
    display: inline-block;
    margin-left: 10px;
}
#main #pagetitle h1 strong {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
    margin-top: 18px;
}
#main #pagetitle p.img {
    margin: 0;
    padding: 0;
}
#main #pagetitle p.img img {
    width: 100%;
    height: auto;
}
/* パンくず */
#main .breadcrumb {
    background: #edf2f7;
    display: block;
    position: relative;
    padding: 16px 50px 14px;
}
#main .breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: auto;
}
#main .breadcrumb ul li {
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    position: relative;
    margin: 2px 14px 2px 0;
    text-align: left;
}
#main .breadcrumb ul li a {
    color: #000000;
}
#main .breadcrumb ul li:nth-last-of-type(n+2) {
    padding-right: 20px;
}
#main .breadcrumb ul li:nth-last-of-type(n+2)::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
}
#main .breadcrumb .pagetop {
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
}
#main .breadcrumb .pagetop span {
    display: none;
}
/* 問い合わせ */
#main dl.contact_area {
    margin: 100px auto 20px;
    background: #f2f2f2;
}
#main dl.contact_area > dt {
    background: #333333;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 11px 0 10px;
    text-align: center;
}
#main dl.contact_area > dd {
    padding: 28px 20px 22px;
}
#main dl.contact_area > dd dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#main dl.contact_area > dd dt {
    background: url(/tokki/common/images/base/diamond_gray.svg) no-repeat left center;
    background-size: 17px 13px;
    padding-left: 22px;
    letter-spacing: normal;
    line-height: 1.35;
}
#main dl.contact_area > dd dd {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}
#main dl.contact_area > dd dd span {
    background: #333333;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.2;
    display: inline-block;
    padding: 2px 4px;
    margin-right: 4px;
}
#main dl.contact_area > dd ul.soumu {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#main dl.contact_area > dd ul.soumu li {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main dl.contact_area > dd ul.soumu li span {
    background: #333333;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: normal;
    display: inline-block;
    padding: 2px 5px;
    margin-right: 10px;
}
#main dl.contact_area > dd ul.soumu li.tel {
    font-size: 3.4rem;
}
#main dl.contact_area dd .mail {
    margin-left: 27px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
}
#main dl.contact_area dd .mail a {
    display: inline-block;
    background: #ffffff url(../images/base/email_bk.svg) no-repeat 88px;
    background-size: 20px 15px;
    padding: 25px 100px 26px 125px;
    margin: 28px auto 0;
    color: #000000;
    text-decoration: none;
}
/* ベース */
section.pagecontent {
    padding-top: 75px;
    padding-bottom: 75px;
}
section.pagecontent .inbox {
    padding: 0 50px;
}
main#main section > .inbox > *:first-child {
    margin-top: 0;
}
section.pagecontent h2 {
    color: #005bac;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 30px;
}
section.pagecontent .pagelink + h2 {
    margin-top: 80px;
}
section.pagecontent h3 {
    background: #005bac;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 10px 20px;
    margin: 70px 0 24px;
}
section.pagecontent h4 {
    color: #000000;
    border-bottom: 2px solid #0b0b0b;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0 0 5px;
    margin: 70px 0 24px;
}
section.pagecontent h3 + h4 {
    margin-top: 24px;
}
section.pagecontent h5 {
    background: url(/tokki/common/images/base/diamond.svg) no-repeat left calc(0.7em - 7px);
    background-size: 17px 13px;
    color: #000000;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 0 0 0 24px;
    margin: 24px 0 12px;
}
section.pagecontent h6 {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 0;
    margin: 24px 0 12px;
}
section.pagecontent a:link {
    text-decoration: underline;
}
section.pagecontent p {
    font-size: 1.6rem;
    line-height: 1.65;
    letter-spacing: 0.02em;
}
section.pagecontent .intro {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.65;
    letter-spacing: 0.02em;
    text-align: center;
}
section.pagecontent .intro.tb_left {
    text-align: justify;
}
section.pagecontent .tb_center {
    text-align: center;
}
section.pagecontent ul {
    text-align: left;
    padding-left: 1.35em;
    list-style-type: disc;
    margin: 18px 0;
}
section.pagecontent ol {
    text-align: left;
    padding-left: 1.35em;
    list-style: decimal;
    margin: 18px 0;
}
section.pagecontent ul ul,
section.pagecontent ol ul,
section.pagecontent ul ol,
section.pagecontent ol ol {
    margin: 0 0 6px;
}
section.pagecontent p + p {
    margin-top: 1.6em;
}
section.pagecontent table {
    border: 1px solid #c6d2dc;
    margin: 36px 0;
}
section.pagecontent table th {
    background: #4779a5;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #c6d2dc;
    padding: 10px 20px;
}
section.pagecontent table td {
    word-wrap: break-word;
    word-break: break-all;
    border: 1px solid #c6d2dc;
    padding: 10px 20px;
    vertical-align: middle;
}
section.pagecontent table tr:nth-of-type(odd) {
    background: #f3f7fa;
}
/* 画像リスト */
main#main .images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 -15px 30px;
}
main#main .images li {
    margin: 30px 15px 0;
    text-align: center;
}
/* キャプション付き画像リスト */
main#main .images_caption {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 -13px 50px -12px;
}
main#main .images_caption li {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 25px 13px 0 12px;
    text-align: center;
}
main#main .images_caption li span {
    background: #333333;
    color: #ffffff;
    display: block;
    padding: 8px 0;
}
/* ページ内リンク */
main#main .pagelink {
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.08em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}
main#main section > .inbox > .pagelink:first-child {
    margin-top: 0;
}
main#main .pagelink li {
    margin: 14px 7px 0;
}
main#main .pagelink a {
    display: inline-block;
    border: 1px solid #000000;
    padding: 16px 30px;
    color: #000000;
    position: relative;
    margin: auto;
    text-decoration: none;
}
main#main .pagelink a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(45deg);
}
main#main .pagelink a[href^="#"]::after {
    transform: translateY(-50%) rotate(135deg);
}
/* ボタン */
main#main .btn {
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-align: center;
    margin-top: 40px;
}
main#main .btn a {
    display: inline-block;
    border: 1px solid #000000;
    padding: 16px 70px;
    min-width: 140px;
    color: #000000;
    position: relative;
    margin: auto;
    text-decoration: none;
}
main#main .btn a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}
/* 関連ページリンク */
main#main .related_page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 !important;
    margin: 20px -15px 0 !important;
    list-style: none;
}
main#main .related_page li {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: normal;
    margin: 30px 0 0;
    width: 50%;
}
main#main .related_page a {
    display: inline-block;
    border: 1px solid #000000;
    padding: 9px 20px 9px 9px;
    color: #000000;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 15px 0;
    text-decoration: none;
}
main#main .related_page a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(45deg);
}
main#main .related_page a img {
    margin-right: 15px;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}
/* シンプルなtable */
section.pagecontent table.simple {
    width: 100%;
    border: none;
}
section.pagecontent table.simple caption {
    background: #eeeeee;
    padding: 10px;
    font-size: 2rem;
    font-weight: 600;
}
section.pagecontent table.simple tr {
    background: transparent;
}
section.pagecontent table.simple th {
    background: transparent;
    border: none;
    border-bottom: 1px solid #c6d2dc;
    color: #000;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    padding: 20px 20px 15px;
}
section.pagecontent table.simple td {
    border: none;
    border-bottom: 1px solid #c6d2dc;
    text-align: left;
    vertical-align: top;
    padding: 20px 20px 15px;
}
/* 明るめなtable */
section.pagecontent table.light {
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 3px 3px;
}
section.pagecontent table.light thead th {
    background: #4479d6;
    color: #ffffff;
    border: none;
    border-bottom: 2px solid #ffffff;
}
section.pagecontent table.light tr {
    background: #d8dffd;
}
section.pagecontent table.light tr:nth-of-type(2n) {
    background: #f2f6ff;
}
section.pagecontent table.light th,
section.pagecontent table.light td {
    padding: 10px;
    border: none;
}
/* 画像と横並び */
section.pagecontent dl.half_img_left dt,
section.pagecontent dl.half_img_right dt {
    text-align: center;
    margin-bottom: 20px;
}
/* その他 */
main#main .center_img {
    text-align: center;
}
main#main .red {
    color: #e60012;
}


/****/
/* business 事業内容  */
/****/
/* 事業内容インデックス */
section#business_index .list {
}
section#business_index .list dl {
    margin-top: 120px;
    position: relative;
}
section#business_index .list dt {
    position: relative;
    margin: 0 -50px 42px 0;
}
section#business_index .list dt img {
    width: 100%;
}
section#business_index .list dd {
    padding: 0;
    margin-bottom: 60px;
}
section#business_index .list dd h3 {
    background: url(/tokki/common/images/base/diamond.svg) no-repeat;
    background-size: 296px 216px;
    width: 296px;
    height: 216px;
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
    position: absolute;
    top: -50px;
    left: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section#business_index .list dl:nth-of-type(2) dd h3,
section#business_index .list dl:nth-of-type(4) dd h3 {
    padding-top: 20px;
    height: 196px;
}

section#business_index .list dd h4 {
    color: #005bac;
    font-size: 3rem;
    line-height: 1.25;
    letter-spacing: normal;
    padding: 0;
    margin: 0 0 30px;
    border: none;
}
section#business_index .list dd p.btn a {
    background: #e60012;
    color: #ffffff;
    border: none;
    font-weight: 600;
}
section#business_index .list dd p.btn a::after {
    border-color: #ffffff;
}


/****/
/* service 製品?サービス紹介  */
/****/
/* 製品?サービス紹介インデックス */
section#service_index .list {
    margin-top: 15px;
}
section#service_index .list dl {
    margin-top: 50px;
    padding-top: 85px;
    position: relative;
}
section#service_index .list dl dt {
    background: url(/tokki/common/images/base/diamond.svg) no-repeat;
    background-size: 220px 172px;
    width: 220px;
    height: 172px;
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.01em;
    position: absolute;
    top: 0;
    left: calc(50% - 110px);
    display: flex;
    align-items: center;
    justify-content: center;
}
section#service_index .list dl:nth-of-type(2) dt {
    padding-bottom: 10px;
    height: 162px;
}
section#service_index .list dl dd {
    border-top: 3px solid #005bac;
    padding-top: 110px;
}
section#service_index .list dl dd ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    text-align: center;
}
section#service_index .list dl dd ul li {
    width: 235px;
    margin: 10px;
    padding: 0;
}
section#service_index .list dl dd ul li a {
    color: #000000;
    text-decoration: none;
}
section#service_index .list dl dd ul li .caption {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.15;
    height: 3.6em;
    padding: 0 20px;
    position: relative;
}
section#service_index .list dl dd ul li .caption::after {
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    border-right: 1px solid #555;
    border-top: 1px solid #555;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(45deg);
}
/* 自給式呼吸器（SCBA） */
section#service_sale02 h2 {
    margin-top: 50px;
}
section#service_sale02 h4 {
    padding: 0;
    border: none;
    margin: 30px 0 15px;
    text-align: left;
}
section#service_sale02 .img2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section#service_sale02 .img2 dt {
    order: 2;
}
section#service_sale02 .img2 dd h4 {
    margin-top: 50px;
}
section#service_sale02 .table01 td:nth-of-type(1),
section#service_sale02 .table01 td:nth-of-type(2) {
    text-align: center;
    white-space: nowrap;
}
section#service_sale02 .table02 td {
    text-align: center;
}
/* SCBA用コンプレッサー */
section#service_sale03 .img1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
section#service_sale03 .img1 img {
    margin-right: 20px;
}
section#service_sale03 .img2 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
section#service_sale03 .img2 dd {
    margin-left: 20px;
}
section#service_sale03 .img2 dd table {
    margin: 0;
}
section#service_sale03 .img2 dd table th {
    padding: 14px 10px 6px 0;
    text-align: right;
}
section#service_sale03 .img2 dd table td {
    padding: 14px 0 6px;
    white-space: nowrap;
}
section#service_sale03 table.light thead th {
    text-align: left;
}
section#service_sale03 table.light td:nth-of-type(1) {
    width: 13em;
}
section#service_sale03 table.light .mini {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.3rem;
}
section#service_sale03 .img3 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 40px;
    margin-bottom: 40px;
}
section#service_sale03 .img3 img {
    margin-right: 20px;
}
section#service_sale03 .img3 p {
    margin-bottom: 20px;
}
/* 可搬式排煙ファン */
section#service_sale04 h2 {
    margin-top: 50px;
}
section#service_sale04 h2 span {
    font-size: 2.1rem;
    letter-spacing: 0.12em;
    display: block;
    margin-bottom: 5px;
}
section#service_sale04 .img1 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 40px;
}
section#service_sale04 .img1 dd {
    text-align: left;
    margin-left: 20px;
    flex-shrink: 0;
}
section#service_sale04 .img2 img {
    float: right;
    width: 160px;
    margin-left: 30px;
}


/****/
/* company 企業情報  */
/****/
/* 企業情報 */
section#company_index .greeting .img {
    float: right;
    margin: 0 0 30px 30px;
}
section#company_index .greeting .txt {
    margin-top: 0;
    letter-spacing: normal;
}
section#company_index .greeting .motto {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 4px;
}
section#company_index .greeting .name {
    clear: both;
    width: 100%;
    text-align: center;
    font-weight: 600;
    order: 3;
}
section#company_index table.history {
    width: 100%;
}
section#company_index table.history tr {
    background: transparent;
}
section#company_index table.history th {
    background: transparent;
    color: #000;
    font-size: 1.5rem;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 20px 5px;
}
section#company_index table.history td {
    font-size: 1.5rem;
    letter-spacing: normal;
    text-align: left;
    vertical-align: middle;
    padding: 10px 12px;
}
section#company_index table.history td.td1 { background: #e5eef7; }
section#company_index table.history td.td2 { background: #ffffcc; }
section#company_index table.history td.td3 { background: #e5f7f3; }
section#company_index table.history td.td4 { background: #fcf2e7; }
section#company_index table.history td.td5 { background: #fceff2; }
section#company_index table.history td.td_multi {
    background: #ebe5f7;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
}
section#company_index table.history thead th {
    background: #555;
    color: #ffffff;
    font-size: 1.5rem;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    padding: 10px 5px;
    width: 18%;
    box-sizing: border-box;
}
section#company_index table.history thead th.th1 { background: #005bac; }
section#company_index table.history thead th.th2 { background: #ffe63b; color: #000; }
section#company_index table.history thead th.th3 { background: #00ac8a; }
section#company_index table.history thead th.th4 { background: #e28211; }
section#company_index table.history thead th.th5 { background: #e65e84; }
section#company_index .margin_pdf {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 30px;
}
section#company_index .margin_pdf dl {
    flex-grow: 1;
}
section#company_index .margin_pdf dl dd.btn {
    margin-top: 10px;
}
section#company_index .margin_pdf dl dd.btn a {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    min-width: initial;
}

/* アクセス */
section#access .list {
    display: flex;
    justify-content: center;
    margin: 0 -8px;
}
section#access .list .office {
    width: calc(50% - 16px);
    margin: 18px 8px;
    text-align: left;
}
section#access .list .access {
    background: #ebf2f8;
    padding: 20px 20px;
    margin-bottom: 35px;
    position: relative;
}
section#access .list .access dt {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 4px;
}
section#access .list .access dd {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: normal;
    min-height: 4.5em;
}
section#access .list .access dd p {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
}
section#access .list .access dd p.mapbtn {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: normal;
}
section#access .list .access dd p.mapbtn a {
    display: block;
    background: #333333;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    padding: 10px 20px 10px 16px;
    position: absolute;
    top: 15px;
    right: 15px;
}
section#access .list .access dd p.mapbtn a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
}
section#access .list .department {
    margin: 24px 0;
}
section#access .list .department dt {
    background: url(/tokki/common/images/base/diamond.svg) no-repeat left calc(0.7em - 7px);
    background-size: 17px 13px;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    padding: 0 0 0 24px;
    margin: 24px 0 3px;
}
section#access .list .department dd {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: normal;
    padding: 0 0 0 24px;
}
section#access .list .department dd dt {
    background: url(/tokki/common/images/base/diamond_lb.svg) no-repeat left calc(0.7em - 7px);
    background-size: 17px 13px;
    margin: 16px 0 3px;
}


/****/
/* recruit 採用情報  */
/****/
/* 看板 */
#recruit_title {
    position: relative;
}
#recruit_title h1 {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    margin: 0;
}
#recruit_title h1 img {
    width: 100%;
    height: auto;
}
#recruit01 {
    color: #032e55;
    background: url(/tokki/common/images/recruit/sp_recruit01_bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 60px 40px 110px;
    position: relative;
}
#recruit01 h2 {
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.05em;
    margin: 0 -20px 32px;
}
#recruit01 h2 span {
    display: block;
    position: relative;
    padding-bottom: 16px;
}
#recruit01 h2 span::after {
    content: "";
    display: block;
    background: linear-gradient(90deg, transparent, #032e55, #032e55, transparent) no-repeat;
    background-size: 100% 3px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
#recruit01 ul.history {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 0 8%;
    position: relative;
}
#recruit01 ul.history::after {
    content: "";
    display: block;
    background: url("/tokki/common/images/recruit/sicne1917.png") no-repeat center center;
    width: 194px;
    height: 152px;
    position: absolute;
    top: 6vw;
    left: calc(50% - 97px);
}
#recruit01 ul.history li {
    width: 400px;
}
#recruit01 ul.history li dt {
    margin-bottom: 20px;
}
#recruit01 ul.history li dd.year {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 4px;
}
#recruit01 ul.history li dd {
    font-size: 1.8rem;
    line-height: 1.55;
}
#recruit02 {
    position: relative;
    padding: 0 40px;
}
#recruit02 h2 {
    color: #005bac;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
    padding-top: 170px;
    margin-bottom: 32px;
}
#recruit02 h2 span {
    background: url(/tokki/common/images/base/diamond.svg) no-repeat;
    background-size: 220px 172px;
    width: 220px;
    height: 172px;
    color: #ffffff;
    font-size: 2.8rem;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
#recruit02 .list dl {
    margin-top: 120px;
}
#recruit02 .list dl dt {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: normal;
    position: relative;
    margin: 0 -40px 52px 50px;
}
#recruit02 .list dl dt::before {
    content: "";
    display: block;
    background: url(/tokki/common/images/base/diamond.svg) no-repeat;
    background-size: 220px 172px;
    width: 220px;
    height: 172px;
    color: #ffffff;
    position: absolute;
    top: -50px;
    left: -70px;
    filter: Alpha(opacity=90);
    opacity: 0.9;
}
#recruit02 .list dl dt strong {
    width: 220px;
    height: 172px;
    color: #ffffff;
    position: absolute;
    top: -50px;
    left: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#recruit02 .list dl:nth-of-type(2) dt strong {
    padding-top: 20px;
    height: 152px;
}
#recruit02 .list dl dd {
    text-align: justify;
}
#recruit02 .kyouiku {
    margin: 100px -40px 0;
    padding: 348px 40px 0;
    position: relative;
}
#recruit02 .kyouiku::before {
    content: "";
    display: block;
    background: url(/tokki/common/images/recruit/sp_recruit02_bg.jpg) no-repeat center top;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
#recruit02 .kyouiku dl {
    background: rgba(0,55,116,0.8);
    color: #ffffff;
    padding: 60px 40px;
}
#recruit02 .kyouiku dl dt {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 40px;
}
#recruit02 .kyouiku dl dd {
    text-align: justify;
}
/* 先輩からのメッセージ */
#message_list {
    position: relative;
    padding: 100px 40px 0;
}
#message_list h2 {
    color: #005bac;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
    padding-top: 140px;
    margin-bottom: 32px;
}
#message_list h2 span {
    background: url(/tokki/common/images/base/diamond.svg) no-repeat;
    background-size: 220px 172px;
    width: 220px;
    height: 172px;
    color: #ffffff;
    font-size: 2.8rem;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
#message_list.other {
    border-top: 4px solid #ebf1f7;
    padding-top: 0;
}
#message_list.other h2 {
    color: #005bac;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: normal;
    padding-top: 160px;
    margin-bottom: 30px;
}
#message_list.other h2 span {
    background: url(/tokki/common/images/base/diamond.svg) no-repeat;
    background-size: 296px 216px;
    width: 296px;
    height: 216px;
    color: #ffffff;
    font-size: 2.8rem;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    box-sizing: border-box;
}
#message_list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 28px;
    padding-bottom: 90px;
}
#message_list .list li {
    width: 254px;
    width: calc(100% / 3 - 19px);
}
#message_list .list a {
    text-decoration: none;
    display: block;
    color: inherit;
}
#message_list .list a:hover img {
    filter: Alpha(opacity=100);
    opacity: 1;
}
#message_list .list dl {
    background: #f7f7f7;
}
#message_list .list dl dt img {
    width: 100%;
    height: auto;
}
#message_list .list dl dd {
    position: relative;
    padding: 24px 10px 20px;
}
#message_list .list dl dd .belong {
    color: #282828;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
}
#message_list .list dl dd .belong strong {
    color: #005bac;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.008em;
    display: inline-block;
    margin-bottom: 2px;
}

main#main .recruit_btns {
    background: #f8f7e5;
    padding: 50px 40px 80px;
    margin: 0 -40px;
}
main#main #recruit_outline .recruit_btns {
    margin: 20px 0 0;
    padding: 30px 40px 60px;
}
main#main .recruit_btns > dl {
    margin-top: 40px;
}
main#main .recruit_btns > dl:nth-of-type(n+2) {
    border-top: 1px solid #ccc;
    padding-top: 50px;
}
main#main .recruit_btns > dl > dt {
    color: #005bac;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2;
}
main#main .recruit_btns li {
    margin: 16px auto 0;
    width: 500px;
    list-style: none;
}
main#main .recruit_btns li.outline_btn a {
    color: #ffffff;
    background: #e60012;
    height: 100px;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.1em;
    position: relative;
    text-decoration: none;
}
main#main .recruit_btns li.outline_btn a::after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%) rotate(45deg);
}
main#main .recruit_btns li.outline_btn a span {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
}
/* 先輩からのメッセージ */
#message_title {
    background: #005bac;
    color: #ffffff;
    padding: 0;
    margin: 0;
    position: relative;
}
#message_title .flex {
}
#message_title h1 {
    flex-grow: 1;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 40px;
}
#message_title h1 span.midashi {
    background: rgba(0,39,73,0.8);
    display: block;
    padding: 16px 0;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
}
#message_title h1 span.belong {
    background: #ffffff;
    color: #005bac;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.08em;
    display: block;
    padding: 30px 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
#message_title h1 span.belong strong {
    display: block;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
#message_title .img img {
    width: 100%;
}
#message_comment {
    padding: 70px 40px 0;
}
#message_comment h2 {
    color: #005bac;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    margin-bottom: 40px;
}
#message_comment h2 span {
    position: relative;
    display: inline-block;
}
#message_comment h2 span::before {
    content: "";
    display: block;
    background: #005bac;
    width: 3px;
    height: 150%;
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translateY(-50%) rotate(-45deg);
}
#message_comment h2 span::after {
    content: "";
    display: block;
    background: #005bac;
    width: 3px;
    height: 150%;
    position: absolute;
    top: 50%;
    right: -45px;
    transform: translateY(-50%) rotate(45deg);
}
#message_comment p {
    font-size: 1.8rem;
    line-height: 1.72;
    letter-spacing: normal;
}
#message01 {
    padding: 60px 40px 60px;
}
#message01 h2 {
    color: #005bac;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: normal;
    margin-bottom: 40px;
}
#message01 .flex .img img {
    width: 100%;
}
#message01 .flex dl {
    text-align: left;
    margin-top: 30px;
}
#message01 .flex dt {
    background: #00315d;
    color: #ffffff;
    padding: 8px 10px 7px;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.03em;
    margin-bottom: 16px;
}
#message01 .flex dd {
    font-size: 1.7rem;
    line-height: 1.72;
    letter-spacing: normal;
}
#message01 .flex dd + dt {
    margin-top: 36px;
}
/* 1日のスケジュール */
#message02 {
    background: #005bac;
    color: #ffffff;
    padding: 60px 40px 50px;
}
#message02 h2 {
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    margin-bottom: 50px;
}
#message02 h2 span {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffffff;
}
#message02 .oneday {
    display: flex;
    justify-content: center;
}
#message02 .time {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 30px;
}
#message02 .time li {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    display: flex;
}
#message02 .time li span:nth-of-type(1) {
    position: relative;
    padding-right: 20px;
    align-self: flex-start;
}
#message02 .time li span:nth-of-type(1)::after {
    content: "";
    display: block;
    background: #ffffff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: -7px;
    transform: translateY(-50%);
}
#message02 .time li span:nth-of-type(2) {
    padding-left: 30px;
    padding-bottom: 20px;
    position: relative;
}
#message02 .time li.row  span:nth-of-type(2) {
    padding-bottom: 0;
}
#message02 .time li:nth-last-of-type(n+2) span:nth-of-type(2)::before {
    content: "";
    display: block;
    background: #ffffff;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0.5em;
    left: -1px;
}
#message02 .img li:nth-of-type(n+2) {
    margin-top: 30px;
}


/****/
/* news 新着情報 */
/****/
/* 新着情報一覧 */
#news_index {
    position: relative;
    padding: 60px 0 100px;
}
#news_index ul {
    margin: 0;
    padding: 0;
}
#news_index ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 10px;
    border-bottom: 1px solid #000000;
}
#news_index ul li .type {
    background: #005bac;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: normal;
    width: 8.6em;
    padding: 4px 0;
    margin-right: 16px;
    text-align: center;
    flex-shrink: 0;
}
#news_index ul li .date {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.25;
    flex-shrink: 0;
}
#news_index ul li p {
    font-size: 1.8rem;
    width: 100%;
    margin-top: 16px;
}
#news_index ul li a {
    color: #000000;
    text-decoration: none;
}
#news_index .backbtn,
#news_article .backbtn {
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 52px;
}
#news_index .backbtn a,
#news_article .backbtn a {
    display: inline-block;
    border: 1px solid #000000;
    padding: 20px 56px 20px 72px;
    text-decoration: none;
    color: #000000;
    position: relative;
    margin: auto;
}
#news_index .backbtn a::after,
#news_article .backbtn a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-left: 1px solid #666666;
    border-bottom: 1px solid #666666;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%) rotate(45deg);
}
/* 新着情報詳細 */
#news_article p.date {
    margin-bottom: 15px;
}
#news_article h2 {
    border-bottom: 2px solid #0b62b0;
    color: #005bac;
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: justify;
    padding: 0 50px 15px;
    margin: 0 -50px 30px;
}


/****/
/* その他 */
/****/
#privacy h2,
#sitepolicy h2 {
    border-bottom: 2px solid #0b0b0b;
    color: #000000;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.02em;
    text-align: justify;
    padding: 0 0 5px;
    margin: 50px 0 20px;
}
#privacy .inbox > h2:first-child,
#sitepolicy .inbox > h2:first-child {
    margin-top: 0;
}
/* サイトマップ */
#sitemap {
    padding: 60px 0 90px;
}
#sitemap .list {
    text-align: left;
}
#sitemap .list a {
    color: #000000;
}
#sitemap .list > li {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: normal;
    padding: 2px 0 2px 50px;
}
#sitemap .list > li.category {
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 2.2rem;
    font-weight: 600;
}
#sitemap .list > li > a {
    width: 12em;
    padding-left: 12px;
    margin: 3px 20px 3px 0;
    position: relative;
    flex-shrink: 0;
}
#sitemap .list > li > a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
}
#sitemap .list > li > ul {
    margin: 10px 0 0 10px;
}
#sitemap .list > li ul li {
    font-size: 1.8rem;
    font-weight: 400;
}
#sitemap .list > li ul li a {
    margin: 5px 0;
    padding-left: 12px;
    position: relative;
    display: block;
}
#sitemap .list > li ul li a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
}
#sitemap .list > li > dl {
    margin: 20px 0 0 10px;
}
#sitemap .list > li > dl dt {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 8px;
}


/****/
/* contact お問い合わせ  */
/****/
#contact_index .inbox {
    padding: 50px 50px 110px;
}
#contact_index h2 {
    background: #005bac;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
    padding: 8px 0;
}
#contact_index dl.contact_tel {
    background: #f3f3f3;
    padding: 30px 20px;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
}
#contact_index dl.contact_tel dt {
    border: 1px solid #797979;
    text-align: center;
    padding: 0 16px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
    flex-shrink: 0;
}
#contact_index dl.contact_tel dd .tel {
    padding-bottom: 20px;
    border-bottom: 1px solid #9fa0a0;
    margin-bottom: 20px;
}
#contact_index dl.contact_tel dd .tel a {
    color: #000000;
    text-decoration: none;
}
#contact_index dl.contact_tel dd .fax {
    display: flex;
    align-items: center;
}
#contact_index dl.contact_tel dd .call {
    display: none;
}
#contact_index dl.contact_tel dd .num {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
}
#contact_index dl.contact_tel dd .tel .num {
    font-size: 3.6rem;
    margin-bottom: 8px;
}
#contact_index dl.contact_tel dd .num span {
    display: inline-block;
    background: #333333;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    padding: 3px 8px;
    margin-right: 10px;
}
#contact_index dl.contact_tel dd .time {
    font-size: 2rem;
    line-height: 1;
}
#contact_index dl.contact_tel dd .time strong {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    padding: 4px 10px;
    border: 1px solid #7b7b7b;
    margin-right: 10px;
    display: inline-block;
}
#contact_index dl.contact_tel dd .time span {
    font-size: 1.4rem;
}
#contact_index .mailbtn {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 60px auto 0;
    display: table;
}
#contact_index .mailbtn a {
    background: #e60012;
    color: #ffffff;
    padding: 27px 56px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    position: relative;
}
#contact_index .mailbtn a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(45deg);
}
#contact_index .mailbtn a span {
    font-size: 2.4rem;
    line-height: 1;
}
#contact_index .mailbtn img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

form#mailformpro {
    margin-top: 35px;
    position: relative;
}
form#mailformpro h2 + p {
    text-align: center;
    line-height: 1.5;
    margin: 20px;
}
form#mailformpro .must {
    background: #e60012;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1;
    white-space: nowrap;
    padding: 4px 6px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    order: 1;
    float: none;
    margin: 0 0 0 10px;
}
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;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    order: 1;
    float: none;
    margin: 0 0 0 10px;
}
form#mailformpro table {
    max-width: 100%;
    border: none;
    margin: 36px auto 0;
    display: block;
    border-top: 1px solid #cfcfcf;
}
form#mailformpro table thead,
form#mailformpro table tbody {
    display: block;
}
form#mailformpro table tr {
    display: block;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    padding: 20px;
}
form#mailformpro table th {
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
    border: none;
    padding: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
form#mailformpro table td {
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    border: none;
    padding: 10px 0 0;
}
form#mailformpro table th strong {
    font-weight: 600;
}
form#mailformpro table td .hosoku {
    font-size: 1.4rem;
    letter-spacing: normal;
    margin-left: 8px;
}
form#mailformpro table td .note {
    margin-top: 7px;
    margin-bottom: 3px;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.45;
    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: 1.8rem;
    line-height: 1.35;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    max-width: 100%;
}
form#mailformpro table input {
    margin:0 5px 3px;
    max-width: calc(100% - 10px);
    margin:0 0 3px;
    max-width: 100%;
}
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: 1.8rem;
    line-height: 1.35;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    min-width: 60%;
}
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: 3px;
    padding: 6px 8px 7px;
    margin: 3px 6px 3px 0;
    display: inline-block;
    white-space: nowrap;
    border: 1px solid #f3fcf6;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
}
form#mailformpro table label.mfp_not_checked {
    padding: 8px 10px;
    border: 1px solid #e2e2e2;
    background-color: transparent;
}
form#mailformpro table label.mfp_checked {
    padding: 8px 10px;
    border: 1px solid #999966;
    background-color: #ffffdd;
    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 80px;
    border: none;
    border-radius: 0;
    background: #333333;
    color: #ffffff;
    text-shadow: none;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none;
    margin: 15px 10px 0;
}
div.mfp_buttons button::after,
form#mailformpro button::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}
div.mfp_buttons button#mfp_button_cancel,
form#mailformpro button[type="reset"] {
    border-radius: 6px;
    padding: 8px 30px;
    border: solid 1px #CCC;
    background: #EEE;
    text-shadow: none;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: normal;
    cursor: pointer;
    outline: none;
}
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("/tokki/common/media/pointred.gif") no-repeat scroll 0px 2px transparent;
    color: #CC0000;
    font-size: 82%;
    margin: 3px;
    padding-left: 15px;
}
/* 確認画面オーバーレイ */
#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;
}

/* 問い合わせ完了 */
#contact_thanks {
    padding: 100px 50px;
}
#contact_thanks h2 {
    color: #005bac;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 -25px 30px;
}
#contact_thanks p {
    text-align: center;
}







}