﻿@charset "UTF-8";
/**
 * apexcommunity css 1.0.0
 * Released on: 06,2025
 */
@keyframes linebuttonArrowAnim {
    0% {
        transform: translate(.6rem)
    }
    75% {
        transform: translate(0)
    }
    to {
        transform: translate(0)
    }
}
@keyframes linebuttonBackArrowAnim {
    0% {
        transform: translate(-.6rem)
    }
    75% {
        transform: translate(0)
    }
    to {
        transform: translate(0)
    }
}
@keyframes linebuttonDownArrowAnim {
    0% {
        transform: translateY(.6rem)
    }
    75% {
        transform: translate(0)
    }
    to {
        transform: translate(0)
    }
}
@keyframes linebuttonUpArrowAnim {
    0% {
        transform: translateY(-.6rem)
    }
    75% {
        transform: translate(0)
    }
    to {
        transform: translate(0)
    }
}

.red_txt{
    color: #B81649;    
}
/*--------------------------------
flex
---------------------------------*/
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap; /* 折返し指定 */
}
.flex_list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap; /* 折返し指定 */
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, :after, :before {
    border-style: solid;
    border-width: 0;
    box-sizing: border-box
}
/*--------------------------------
pre
---------------------------------*/
body, html {
  height: 100%;
  margin: 0;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
main {
    display: block;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.main {
    background-color: #e3dcd3;
    padding-bottom: 10rem;
    position: relative;
    z-index: 1;
    padding-top: 10rem;
}
.footer .hoverRoll__text{
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    width: auto;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

.footer .hoverRoll__text span {
    display: block;
    width: 100%
}
.hoverRoll__text span+span {
    left: 0;
    position: absolute;
    top: calc(100% + 2px)
}
.hoverRoll.hover .hoverRoll__text span {
    animation: textRollOver .75s cubic-bezier(.19, 1, .22, 1) 0s 1 normal none
}

@keyframes textRollOver {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(calc(-100% - 2px))
    }
}
.footer a:link,
.footer a:visited{
    color: white!important;
    text-decoration: none;
}
.footer a:hover,
.footer a:active{
    color: yellow!important;
    text-decoration: none;
}
.pre_bx {
    color: white!important;
    font-family: "Courier New", Courier, monospace!important;
    
    width:auto;
    height:100vh;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    position:relative;
    background-image: url(../images/slide/index_hero_1.jpg); 

}
.bgimg {
    height: 100%;
}
.original-text-shadow {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    font-weight: bold;
}
.pre_bx .topleft {
  position: absolute;
  top: 0;
  left: 16px;
}

.pre_bx .bottomleft {
  position: absolute;
  bottom: 0;
  left: 16px;
}

.pre_bx .middle {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

.middle h1{
    font-size: 40px!important;
}
.pre_bx .index__hero__title{
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: neue-haas-grotesk-text, fot-cezanne-pron, sans-serif;
    font-style: normal;
    font-weight: 400;
    bottom: 5rem;
    left: 8rem;
    position: absolute;
    z-index: 1
}
.pre_bx .index__hero__title__en {
    font-size: max(5.8rem, 10px);
    letter-spacing: 0;
    line-height: 1.0416666667em
}
.pre_bx h1{
    font-size: 35px;
}
.pre_bx p{
    font-size: 25px;
}
.pre_bx hr{
    margin: 20px auto;
    width: 80%;
    border-bottom: 2px solid #FFFFFF;
}
.footer {
    background-color: #000;
    color: #fff;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 0;
}
.adjuscents+.footer {
    margin-top: 0
}
.footer__container {
    align-items: stretch;
    background-color: #000;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    max-width: 1580px;
    margin-left: auto;
    margin-right: auto;
}
.footer__column {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 0 50%;
    height: 68rem;
    padding: 8rem 0 0 3rem;
    width: 50%;
    z-index: 0
}
/*
.footer__office {
    background-image: url("../images/footer_office_bg.jpg")
}
.footer__studio {
    background-image: url("../images/footer_studio_bg.jpg")
}*/
.footer__column__access {
    margin-top: 3rem
}
.footer__column__access p+p {
    margin-top: 2.3rem
}
.footer__column__images {
    height: 24rem;
    margin: -3rem auto 0;
    overflow: hidden;
    position: relative;
    width: 24rem
}
.footer__column__images img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}
.footer__column__button {
    margin: 20px auto 10px;
    position: relative
}
.footer__column__button__link {
    border: 1px solid #fff;
    display: block;
    font-size: max(1.2rem, 12px);
    letter-spacing: 0;
    line-height: 1.8333333333em;
    margin: 0;
    padding: 15px;
    text-align: center;
    width: 80%;
}
@media (max-width:680px) {
    
.footer__column__button__link {
    width: 100%;
}
}
.footer__meta {
    bottom: 8rem;
    height: auto;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: auto;
    z-index: 1
}
.footer__meta__title {
    height: 3.7rem;
    margin: 0 auto;
    width: 20rem
}
.footer__meta__links {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 2rem 0 0
}
.footer__meta__links__link {
    display: block;
    flex: 0 0 auto;
    margin: 0 1rem;
    position: relative
}
.footer__meta__links__youtube {
    padding-left: 3rem
}
.footer__meta__links__youtube:before {
    background-image: url("icon_youtube.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 2rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem
}
.footer__meta__links__np {
    padding-left: 4rem
}
.footer__meta__links__np:before {
    background-image: url("icon_np.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 1.5rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem
}
.footer__meta__backtop {
    display: block;
    margin: 4rem auto 0;
    padding: 0 0 0 1.8rem;
    position: relative;
    white-space: nowrap;
    width: 8rem
}
.footer__meta__backtop:after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 .45rem .8rem;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: calc(50% - .35rem);
    width: 0
}
.footer_call{
    font-size: 30px;    
}
.footer_map{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.footer__nav {
    align-items: flex-start;
    bottom: 8rem;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    justify-content: flex-start;
    left: 8rem;
    position: absolute;
    width: auto;
    z-index: 2
}
.footer__nav__link {
    display: block;
    position: relative
}
.footer__nav__link+.footer__nav__link {
    margin-left: 2.6rem
}
.footer__nav__link+.footer__nav__link:before {
    content: "｜";
    left: -2.6rem;
    opacity: .5;
    pointer-events: none;
    position: absolute;
    text-align: center;
    width: 2.6rem
}
.footer__small {
    bottom: 8rem;
    height: auto;
    position: absolute;
    right: 0rem;
    width: auto;
    z-index: 2
}
@media (max-width:820px) {
    .footer__container {
        background-color: #1a1a1a;
        display: block;
        padding-bottom: 2rem;
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    }
    .footer__column {
        height: auto;
        padding: 3rem 3rem 0;
        width: 100%
    }
    .footer__column__access {
        align-items: flex-start;
        flex-flow: row nowrap;
        font-size: max(1.2rem, 12px);
        justify-content: flex-start;
        letter-spacing: 0;
        line-height: 1.6666666667em;
        margin-top: 2.2rem
    }
    .footer__column__access p {
        width: 100%
    }
    .footer__column__access p+p {
        margin: 0
    }
    .footer__column__images {
        height: 16rem;
        margin: 3rem auto 0;
        width: 16rem
    }
    .footer__column__images img {
        display: block;
        height: 100%;
        width: 100%
    }
    .footer__column__button {
        margin: 3rem auto 0;
        position: relative
    }
    .footer__meta {
        bottom: auto;
        height: auto;
        left: auto;
        padding: 2rem 0 0;
        position: relative;
        transform: none;
        width: auto;
        z-index: 1
    }
    .footer__meta__title {
        height: auto;
        margin: 0 auto;
        max-width: 300px;
        width: 100%
    }
    .footer__meta__title img {
        display: block;
        height: 100%;
        width: 100%
    }
    .footer__meta__links {
        margin: 2rem 0 0
    }
    .footer__meta__links__link {
        margin: 0 1rem
    }
    .footer__meta__links__youtube {
        padding-left: 3rem
    }
    .footer__meta__links__np, .footer__meta__links__youtube {
        font-size: max(1rem, 10px);
        letter-spacing: 0;
        line-height: 2em
    }
    .footer__meta__links__np {
        padding-left: 4rem
    }
    .footer__meta__backtop {
        display: block;
        font-size: max(1rem, 10px);
        letter-spacing: 0;
        line-height: 2em;
        margin: 4rem auto 0;
        padding: 0 0 0 1.6rem;
        position: relative;
        white-space: nowrap;
        width: 6.4rem
    }
    .footer__meta__backtop:after {
        top: calc(50% - .45rem)
    }
    .footer__nav {
        bottom: 20.5rem;
        height: auto;
        justify-content: center;
        left: 0;
        position: absolute;
        width: 100%
    }
    .footer__nav__link {
        display: block;
        font-size: max(1rem, 10px);
        letter-spacing: 0;
        line-height: 2em;
        position: relative
    }
    .footer__nav__link+.footer__nav__link {
        margin-left: 2rem
    }
    .footer__nav__link+.footer__nav__link:before {
        content: "｜";
        left: -2rem;
        opacity: .5;
        pointer-events: none;
        position: absolute;
        text-align: center;
        width: 2rem
    }
    .footer__small {
        bottom: auto;
        display: block;
        font-size: max(1rem, 10px);
        height: auto;
        letter-spacing: 0;
        line-height: 2em;
        margin-top: 2.4rem;
        position: relative;
        right: auto;
        text-align: center;
        width: 100%;
        z-index: 2
    }
}


.index__news {
    align-items: flex-start;
    background-color: #e3dcd3;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding: 20rem auto;
}

.index__news a:link{
    text-decoration: none;
}
.index__news__title {
    flex: 0 0 20%;
    height: auto;
    width: 20%
}
.index__news__thumb__image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.index__news__thumb__image img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .001;
    transform: scale(1.05);
    width: 90%
}
.index__news__thumb[data-position="0"] .index__news__thumb__image:first-child img, .index__news__thumb[data-position="1"] .index__news__thumb__image:nth-child(2) img, .index__news__thumb[data-position="2"] .index__news__thumb__image:nth-child(3) img, .index__news__thumb[data-position="3"] .index__news__thumb__image:nth-child(4) img {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0s linear, transform 6s cubic-bezier(.19, 1, .22, 1)
}
.index__news__list {
    flex: 0 0 80%;
    height: auto;
    margin: 0 0 0 auto;
    width: 80%;
}
.index__news__list__link {
    display: block;
    height: auto;
    padding: 4.5rem 3rem 1.5rem 0;
    position: relative;
    width: 100%
}
.index__news__list__link:before {
    background-color: #1a1a1a;
    bottom: 0;
    content: "";
    display: block;
    height: .1rem;
    left: 0;
    position: absolute;
    width: 100%
}
.index__news__list__link:after {
    border-color: transparent transparent transparent #1a1a1a;
    border-style: solid;
    border-width: .45rem 0 .45rem .8rem;
    bottom: 2.3rem;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 2rem;
    width: 0
}
.index__news__list__link:first-child {
    padding-top: 2rem
}
.index__news__list__link:first-child .index__news__list__link__date {
    top: 0
}
.index__news__list__link:first-child .index__news__list__link__tags {
    top: 2.5rem
}
.index__news__list__link.current .index__news__list__link__title:before {
    background-color: #1a1a1a;
    border-radius: 50%;
    content: "";
    display: block;
    height: .8rem;
    left: -2rem;
    pointer-events: none;
    position: absolute;
    top: .8rem;
    width: .8rem
}
body:not(.touch) .index__news__list__link:hover:after {
    animation: linebuttonArrowAnim 1s cubic-bezier(.19, 1, .22, 1) 0s infinite
}
.index__news__list__link__date {
    color: rgba(26, 26, 26, .5);
    font-size: max(1.1rem, 12px);
    left: 0;
    letter-spacing: 0;
    line-height: 1.1666666667em;
    position: absolute;
    top: 2.5rem
}
.index__news__list__link__title {
    color: #1a1a1a;
    font-size: max(1.2rem, 10px);
    letter-spacing: 0;
    line-height: 1.7142857143em;
    position: relative;
    width: calc(100% - 13rem)
}
.index__news__list__link__tags {
    color: rgba(26, 26, 26, .5);
    display: flex;
    flex-flow: row wrap;
    font-size: max(1.1rem, 12px);
    letter-spacing: 0;
    line-height: 1.1666666667em;
    position: absolute;
    right: 3rem;
    top: 5rem;
    width: 11rem
}
.index__news__list__link__tags__tag {
    display: inline-block
}
@media (max-width:1480px) {
    .index__news {
    width: 90%;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
}
@media (max-width:820px) {
.main {
    padding-top: 5rem;
    padding-bottom: 5rem
    }
.pre_bx .index__hero__title{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
        left: 5%;
        position: absolute;
        z-index: 1
    }
    .index__hero__title__en {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 400%!important;
    font-weight: bold;
    }
    .index__hero__title__logo {
        background-image: url("logotype_wh.svg");
        background-position: 0;
        background-repeat: no-repeat;
        background-size: contain;
        height: 1.5rem;
        left: .21925rem;
        margin-top: .9rem;;
    font-size: 150%!important;
        position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    }

    .index__news {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    display: block;
    padding: 0rem 3rem;
    }
    .index__news__title {
        height: auto;
        width: 100%
    }
    .index__news__thumb {
        width: 100%;
        margin: 2rem auto 0
    }
    .index__news__thumb__image img {
        transform: scale(1.2)
    }
    .index__news__thumb[data-position="0"] .index__news__thumb__image:first-child img, .index__news__thumb[data-position="1"] .index__news__thumb__image:nth-child(2) img, .index__news__thumb[data-position="2"] .index__news__thumb__image:nth-child(3) img, .index__news__thumb[data-position="3"] .index__news__thumb__image:nth-child(4) img {
        transform: scale(1)
    }
    .index__news__list {
        height: auto;
        margin: 0rem auto 0;
        width: 100%
    }
    .index__news__list__link {
    padding: 3.8rem 2rem 1.3rem 10px
    }
    .index__news__list__link:after {
        bottom: 1.7rem;
        right: 1rem
    }
    .index__news__list__link:first-child {
        padding-top: 3.8rem
    }
    .index__news__list__link:first-child .index__news__list__link__date {
        top: 2rem
    }
    .index__news__list__link:first-child .index__news__list__link__tags {
        bottom: 1.5rem;
        top: auto
    }
    .index__news__list__link.current .index__news__list__link__title:before {
        height: .6rem;
        left: -1.2rem;
        top: .5rem;
        width: .6rem
    }
    .index__news__list__link__date {
        font-size: max(1rem, 10px);
        letter-spacing: 0;
        line-height: 1.2em;
        top: 2rem
    }
    .index__news__list__link__title {
        font-size: max(1.2rem, 12px);
        letter-spacing: 0;
        line-height: 1.3333333333em;
        width: auto
    }
    .index__news__list__link__tags {
        bottom: 1.5rem;
        display: flex;
        flex-flow: row wrap;
        font-size: max(1rem, 10px);
        justify-content: flex-end;
        letter-spacing: 0;
        line-height: 1.2em;
        position: absolute;
        right: 3rem;
        text-align: right;
        top: auto;
        width: 9rem
    }
.index__news__list__link__tags__tag {
    display: none;
}
    .headinggroup__title{
        font-size: 26px;
    }
    .footer__column__access {
        font-size: 16px;
    }

}
@media (max-width:580px) {
    
    .headinggroup__title{
    font-size: 20px;
    line-height: 24px;
    }
    .index__hero__title__en {
    font-size: 250%!important;
    }
    .index__hero__title__logo {
    font-size: 100%!important;
    }
    .footer__column__access {
        font-size: 14px;
    }
}
@media (max-width:380px) {
    
    .index__hero__title__en {
    font-size: 220%!important;
    }
    .index__hero__title__logo {
    font-size: 70%!important;
    }
}


/*--------------------------------
form
---------------------------------*/

#wrapper{
    width: 100%;
    background-color: #e3dcd3;
    margin: 0px;
    padding-top: 30px;
}

#header{
    width: 100%;
    text-align: center;
    margin: 0px;
}
#header .logo_mark{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
}
#header .logo{
    width: 100%;
    margin: 0px auto 0px 5rem;
    max-width: 500px;
}
#header .logo_mark img,
#header .logo img{
    width: 100%;
}
#header h1{
    width: 100%;
    font-size: 50px;
    margin: 0px;
    padding-top: 30px;
}
#header h2{
    font-size: 25px;
    margin: 0px auto;
    max-width: 15em;
    padding-bottom: 30px;
}
.head-border {
    display: flex;
    align-items: center;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}
#header .hade_bg{
    width: 100%;
    height: 350px;
    background-image: url("../images/form_head.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 40px;
    margin-bottom: 0px;
}
main{
    width: 100%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    max-width: 1280px;
    margin: 0px auto;
}
#contents{
    width: 100%;
    background-color: #FFFFFF;
    padding: 2%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.form_bx{
    width: 100%;
    margin: 0px auto 40px;
    padding: 0px;
}
.form_bx p{
    font: 18px/240% YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    text-align: justify;
}
.hr{
    width: 98%;
    border-top: 1px solid #333!important;
    margin-left: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    z-index: 10;
}
.form_title{
    font: bold 35px YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    text-align: center;
    margin: 0px auto;
    padding: 0px;
}
.info_bx{
    width: 100%;
    margin: 0px auto 40px;
    background-color: #e3dcd3;
    padding-top: 10px;
    padding-bottom: 10px;
}
.info_title{
    font: bold 24px/120% YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    text-align: center;
    margin: 0px auto 0px;
    padding: 16px 0px 0px;
}
.info_inbx{
    margin: 2%;
    padding: 1%;
    background-color: #fff;
}
.info_bx p{
    margin: 0px auto;
    
}


@media (max-width:1280px) {

main{
    width: 90%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    margin: 0px auto;
}
}
@media (max-width:680px) {

#wrapper{
    padding-top: 20px;
}
#header .logo_mark{
    max-width: 100px;
}
#header h2{
    font-size: 20px;
    margin: 0px auto;
    max-width: 15em;
    padding-bottom: 0px;
}
#header .logo{
    width: 100%;
    margin: 0px auto 0px 5rem;
    max-width: 500px;
}
#header .logo_mark img,
#header .logo img{
    width: 100%;
}
#header h1{
    width: 90%;
    font-size: 35px;
    margin: 0pt auto auto;
    padding-top: 10px;
    line-height: 120%;
}
    
#header .hade_bg{
    width: 100%!important;
    height: 200px;
    background-image: url(../images/form_head.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 0px;
}
.form_bx p{
    font: 16px/150% YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.info_title{
    width: 90%;
    font: bold 20px/120% YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    padding: 10px 0px 10px;
}
.info_inbx{
    margin: 3%;
    padding: 2%;
    background-color: #fff;
}
.info_bx p{
    margin: 0px auto;
    font: 14px/140% YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    
}
.form_bx{
    width: 90%;
    margin: 0px auto 40px;
}
.info_bx{
    width: 90%;
    margin: 0px auto 40px;
}
.form_title{
    font: bold 28px YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    text-align: center;
    margin: 0px auto;
    padding: 0px;
}
}

@media (max-width:420px) {
   
#header .hade_bg{
    height: 150px; 
    }
#header h1{
    width: 90%;
    font-size: 30px;
    margin: 0pt auto auto;
    padding-top: 20px;
}
#header h2{
    font-size: 18px;
    margin: 0px auto;
    max-width: 14em;
    padding-bottom: 10px;
}
.form_bx p{
    font: 14px/120% YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.form_title{
    font: bold 20px YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    text-align: center;
    margin: 0px auto;
    padding: 0px;
}
}

