    /* ===================================================================
            CSS information

             file name  :style.css
             style info :SimRanking css
            =================================================================== */

            /*----------------------------------------------------
              共通
            ----------------------------------------------------*/

    html, body {
        height: auto;
    }
    body {
        font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
        color: #333333 !important;
        line-height: 1.8em;
    }
    a {
        color: #ff7800;
    }
    a:hover {
        text-decoration: underline;
        color: #ff7800;
    }
    p {
        text-align: left;
    }
    h1 {
        text-align: left;
    }
    h1 img {
        margin: 0 auto;
        max-width: 100%;
    }
    .container {
        max-width: 1080px;
    }
    #mainArea h2 {
        font-size: 28px;
        margin-bottom: 30px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 2px;
        font-family: 'Sen', sans-serif;
    }
    #mainArea h2 span {
        display: block;
        font-size: 14px;
    }
    #mainArea h3 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: left;
        font-weight: bold;
    }
    #mainArea h3::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f111';
        font-size: 14px;
        color: #ffe2a5;
        margin-right: 10px;
    }
    #mainArea h4 {
        font-size: 1em;
        padding: 3px 30px;
        border-radius: 10px;
        display: inline-block;
        border: 3px solid #acc0dc;
    }
    #mainArea h5 {
        font-size: 1.1rem;
        font-weight: bold;
    }
    #mainArea a:hover {
        text-decoration: none;
        opacity: 0.5;
        transition: 1.0s;
    }
    #mainArea .txt {
        font-size: 16px;
        line-height: 1.8em;
        margin-bottom: 20px;
    }
    #mainArea .sec span.yLine {
        background: linear-gradient(transparent 50%, #ffe2a5 50%);
    }
    #mainArea .sec span.yLineBig {
        border-bottom: solid 3px #fff477;
        font-size: 20px;
    }
    main .sec {
        padding: 50px 0;
    }
    #page_top {
        width: 50px;
        height: 50px;
        position: fixed;
        right: 10px;
        bottom: 10px;
        background: #0c6daa;
        opacity: 0.6;
        border-radius: 50%;
    }
    #page_top a {
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        text-decoration: none;
    }
    #page_top a::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f0d8';
        font-size: 25px;
        color: #fff;
        position: absolute;
        width: 25px;
        height: 25px;
        top: -5px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
    }
    /*----------------------------------------------------
              navi
            ----------------------------------------------------*/

    #naviSp {
        position: relative;
    }
    #naviSp .drawer-hamburger {
        z-index: 20;
        position: fixed;
        top: 10px;
        margin-right: 10px;
        padding: 10px 10px 0;
    }
    .drawer--right .drawer-nav {
        right: -500px !important;
    }
    .drawer-nav {
        width: 500px !important;
    }
    .drawer--right.drawer-open .drawer-hamburger {
        right: 500px !important;
    }
    .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
        right: 0 !important;
        z-index: 100;
    }
    nav .drawer-menu {
        padding: 30px;
    }
    nav .drawer-menu li a:hover {
        text-decoration: none;
        color: #0c6daa;
    }
    .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
        height: 5px;
        background-color: #666;
    }
    #pageHome>nav {
        background: #fff;
        position: fixed;
        z-index: 999;
        padding: 6px 0;
        border-bottom: 1px solid #efefef;
        width: 100%;
        top: 0;
    }
    .drawer--right .drawer-hamburger {
        right: 0;
        top: 5px;
        padding: 10px;
    }
    .drawer--right.drawer-open .drawer-hamburger {
        background: #fff;
    }
    .sr-only:after {
        position: absolute;
        top: -15px;
        left: 0;
        content: "MENU";
    }
    .spMenu {
        font-size: 9px;
        font-weight: bold;
        margin-top: 12px;
        display: block;
    }
    /*----------------------------------------------------
              headerArea
            ----------------------------------------------------*/
    #headerArea {
        max-width: 1080px;
        text-align: center;
        margin: auto;
        min-height: 80px;
    }
    #headerArea #logo {
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
    }
    #headerArea #logo .name {
        font-size: 26px;
        color: #0c6daa;
        font-weight: bold;
    }
    #headerArea #logo .detail {
        color: #333;
        font-size: 21px;
        font-family: 'Sen', sans-serif;
    }
    #headerArea #logo .detail a {
        color: #333 !important;
        text-decoration: none !important;
    }
    #headerArea #logo .detail span {
        background: #0c6daa;
        color: #fff;
        padding: 3px 20px;
        border-radius: 5px;
        font-size: 12px;
        margin-right: 5px;
        vertical-align: middle;
    }
    #headerArea #logo .detail b {
        vertical-align: middle;
    }
    /*----------------------------------------------------
              mainvisual#
            ----------------------------------------------------*/
    #mainVisual {
        height: 400px;
        width: 100%;
        background: url(../img/bk.jpg) repeat-x;
    }
    #mainVisual .mainVisualInner {
        position: relative;
        max-width: 1080px;
        text-align: center;
        margin: auto;
    }
    #mainVisual .mainVisualInner .mainPic img {
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        width: 100%;
        height: 380px;
        object-fit: cover;
    }
    #mainVisual .mainVisualInner h1 {
        position: absolute;
        top: 30%;
        right: 13%;
        font-size: 24px;
        text-align: left;
        font-weight: bold;
        line-height: 2em;
        text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
        letter-spacing: 2px;
    }
    #mainVisual .mainVisualInner h1 span {
        color: #0c6daa;
        font-size: 28px;
    }
    #mainVisual .mainVisualInner h1 span.yLine {
        background: #ffe2a5;
    }
    #mainVisual .mainVisualInner .mainPic2 {
        position: absolute;
        bottom: -25px;
        left: 20px;
    }
    #mainVisual .mainVisualInner .mainPic2 img {
        width: 80%;
    }
    #mainVisual .mainVisualInner .wrapper {
        max-width: 554px;
        margin: 0 auto;
        text-align: center;
    }
    #mainVisual .mainVisualInner .wrapperSp {
        display: none;
    }
    #mainVisual .mainVisualInner .wrapper .txt {
        display: inline-block;
        text-align: left;
        margin-top: 30px;
    }
    #mainVisual .mainVisualInner .mainPic {
        text-align: center;
    }
    /*----------------------------------------------------
              #mainArea
            ----------------------------------------------------*/
    #mainArea .box {
        padding: 40px;
    }
    #mainArea .sec01 {
        background: none;
    }
    #mainArea .sec01 .photo img {
        border-radius: 20px;
    }
    #mainArea .sec01 .name {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin-top: 10px;
        max-width: 280px;
    }
    #mainArea .sec01 .name span {
        display: block;
        font-weight: normal;
        font-size: 12px;
    }
    #mainArea .sec02 {
        background: #acc0dc;
    }
    #mainArea .sec02 .kamoku {
        background: #fff;
        padding: 20px;
        clear: both;
        display: inline-block;
        border-radius: 20px;
        margin-bottom: 30px;
    }
    #mainArea .sec02 .kamoku .floatL {
        float: left;
        font-weight: bold;
        margin-right: 20px;
    }
    #mainArea .sec02 .kamoku .floatR {
        float: left;
    }
    #mainArea .sec02 .kamoku .floatR i {
        color: #0c6daa;
    }
    #mainArea .sec02 table {
        width: 100%;
        border: none;
        border-radius: 20px;
        border-spacing: 0;
        border-collapse: separate;
        background: #fff;
    }
    #mainArea .sec02 table tr th, #mainArea .sec02 table tr td {
        text-align: center;
        border: none;
        border-bottom: 1px solid #acc0dc;
        border-right: 1px solid #acc0dc;
    }
    #mainArea .sec02 table tr th {
        background: #f3f9f9;
        color: #333;
        padding: 5px;
    }
    #mainArea .sec02 table tr td {
        padding: 15px;
    }
    #mainArea .sec02 table tr td:first-child {
        border-left: none;
    }
    #mainArea .sec02 table tr td:last-child {
        border-right: none;
    }
    #mainArea .sec02 table tr th:first-child {
        border-radius: 20px 0 0 0;
    }
    #mainArea .sec02 table tr th:last-child {
        border-right: none;
        border-radius: 0 20px 0 0;
    }
    #mainArea .sec02 table tr:last-child td:first-child {
        border-top: none;
        border-radius: 0 0 0 5px;
    }
    #mainArea .sec02 table tr:last-child td:last-child {
        border-bottom: none;
        border-radius: 0 0 5px 0;
    }
    #mainArea .sec02 .annotation {
        margin-bottom: 30px;
        font-weight: bold;
        font-size: 0.9em;
    }
    #mainArea .sec02 .txtRenkei {
        font-weight: bold;
        line-height: 1.5em;
    }
    #mainArea .sec02 .txtRenkei span {
        font-weight: normal;
        display: block;
        padding-left: 1em;
        margin-bottom: 5px;
    }
    #mainArea .sec02 .box {
        background: #fff;
        border-radius: 20px;
        padding: 40px;
        margin-bottom: 30px;
    }
    #mainArea .sec02 .box .title {
        font-weight: bold;
        font-size: 17px;
    }
    #mainArea .sec02 .box .title i {
        color: #0c6daa;
    }
    #mainArea .sec02 .box .h4Set {
        width: 100%;
        margin-bottom: 40px;
    }
    #mainArea .sec02 .box .h4Set h4 {
        float: left;
        width: 20%;
        text-align: center;
        margin-right: 20px;
    }
    #mainArea .sec02 .box .h4Set .h4txt {
        float: left;
        width: 60%;
        font-size: 1.1em;
    }
    #mainArea .sec03 .box {
        border: 5px solid #acc0dc;
        border-radius: 20px;
        padding: 40px;
    }
    #mainArea .sec03 .box .title {
        font-weight: bold;
        font-size: 18px;
    }
    #mainArea .sec03 .box .title i {
        color: #0c6daa;
    }
    #mainArea .sec04 {
        background: #acc0dc;
    }
    #mainArea .sec04 .box {
        background: #fff;
        padding: 5% 10%;
        border-radius: 20px;
    }
    #mainArea .sec04 .box .title {
        margin-bottom: 20px;
    }
    #mainArea .sec04 .box .title span {
        line-height: 2em;
        padding-left: 10px;
        font-size: 1.2em;
        font-weight: bold;
    }
    /* 円の基本形 */
    #mainArea .sec04 .box .title .maru {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        flex-flow: column;
        vertical-align: top;
    }
    /* 円の大きさ */
    #mainArea .sec04 .box .title .size_normal {
        width: 40px;
        height: 40px;
    }
    /* 文字の大きさ */
    #mainArea .sec04 .box .title .letter3 {
        font-size: 1em;
        line-height: 1.5em;
        font-weight: bold;
    }
    /* 円と文字の色 */
    #mainArea .sec04 .box .title .blue {
        color: #0c6daa;
        background: #ffe2a5;
    }
    #mainArea .sec04 .box .floatSet h4 {
        float: left;
        padding: 5px 0;
        width: 30%;
        text-align: center;
    }
    #mainArea .sec02 .box .h4txt {
        font-weight: bold;
    }
    #mainArea .sec02 .boxSet {
        position: relative;
    }
    #mainArea .sec04 .boxSet .box02 i {
        color: #0c6daa;
    }
    #mainArea .sec04 .boxSet .box02 .txt span {
        font-size: 90%;
    }
    #mainArea .sec04 .boxSet i.fa-angle-down {
        display: block;
        font-size: 40px;
        color: #a6cfd6;
        text-align: center;
        margin: auto;
        padding: 5px;
        font-weight: bold;
    }
    #mainArea .sec04 .icon {
        position: absolute;
        bottom: -20px;
        right: -20px;
    }
    #mainArea .sec04 .btmTxt {
        margin-top: 10px;
        color: #0c6daa;
        font-weight: bold;
    }
    #mainArea .sec03 .gPhoto {
        margin-bottom: 30px;
    }
    #mainArea .sec03 .gPhoto img {
        border-radius: 20px;
    }
    #mainArea .sec04 {
        background: #fff;
    }
    #mainArea .sec04 .box {
        background: #fff;
        border-radius: 20px;
        border: 5px solid #acc0dc;
    }
    #mainArea .sec04 .box h4 {
        background: #0c6daa;
        border: none;
        color: #fff;
    }
    #mainArea .sec04 .box dl {
        width: 100%;
        margin-bottom: 40px;
    }
    #mainArea .sec04 .box .h4 {
        width: 18%;
        float: left;
        clear: left;
        background: #0c6daa;
        border: none;
        color: #fff;
        padding: 5px 30px;
        margin-right: 15px;
        text-align: center;
        font-size: 1em;
        border-radius: 10px;
    }
    #mainArea .sec04 .box .h4txt {
        font-family: 'Sen', sans-serif;
        width: 70%;
        float: left;
    }
    #mainArea .sec04 .box .tel, #mainArea .sec04 .box .fax {
        font-size: 1.5em;
    }
    #mainArea .sec04 .box .add {
        font-size: 1.1em;
    }
    #mainArea .sec04 .box .tel a, #mainArea .sec04 .box .fax a {
        color: #333;
        text-decoration: none;
    }
    #mainArea .sec05 {
        background: #acc0dc;
    }
    #mainArea .sec05 .gPhoto img {
        border-radius: 20px;
    }
    #mainArea .sec05 .txt {
        margin-bottom: 10px;
        font-weight: bold;
    }
    #mainArea .sec05 .annotation {
        margin-bottom: 30px;
    }
    #mainArea .sec06 {
        background: #acc0dc;
        padding: 100px 0;
    }
    #mainArea .sec06 .contactBtn a {
        display: block;
        background: #fff;
        text-align: center;
        color: #0c6daa;
        font-weight: bold;
        font-size: 20px;
        padding: 15px;
        border-radius: 10px;
        border: solid 2px #0c6daa;
    }
    
    #mainArea .sec07 {
        background: #acc0dc;
    }
    #mainArea .sec07 table {
        width: 100%;
        border: none;
        border-radius: 20px;
        border-spacing: 0;
        border-collapse: separate;
        background: #fff;
        border: solid 2px #acc0dc;
    }
    #mainArea .sec07 table tr th, #mainArea .sec07 table tr td {
        text-align: center;
        border: none;
        border-right: 1px solid #acc0dc;
}
    #mainArea .sec07 table tr th {
        background: #f3f9f9;
        color: #333;
        padding: 5px;
    }
    #mainArea .sec07 table tr td {
        padding: 15px;
    }
    #mainArea .sec07 table tr td:first-child {
        border-left: none;
    }
    #mainArea .sec07 table tr td:last-child {
        border-right: none;
    }
    #mainArea .sec07 table tr th:first-child {
        border-radius: 20px 0 0 0;
    }
    #mainArea .sec07 table tr th:last-child {
        border-right: none;
        border-radius: 0 20px 0 0;
    }
    #mainArea .sec07 table tr:last-child td:first-child {
        border-top: none;
        border-radius: 0 0 0 5px;
    }
    #mainArea .sec07 table tr:last-child td:last-child {
        border-bottom: none;
        border-radius: 0 0 5px 0;
    }
    #mainArea .sec07 .annotation {
        margin-bottom: 30px;
        font-weight: bold;
        font-size: 0.9em;
    }
    /*----------------------------------------------------
              footer
            ----------------------------------------------------*/
    #footerTop {
        max-width: 1080px;
        text-align: center;
        margin: auto;
        padding: 20px 0;
    }
    #footerTop .row {
        margin-right: 0;
        margin-left: 0;
    }
    #footerTop div {
        text-align: left;
    }
    #footerTop #footerLogo {
        color: #0c6daa;
        font-weight: bold;
        font-size: 24px;
    }
    #footerTop .footeAdd {
        font-size: 13px;
        line-height: 1.2em;
        margin-top: 5px;
    }
    #footerTop .footerInfo {
        font-size: 1.6em;
        font-weight: bold;
        font-family: 'Sen', sans-serif;
    }
    #footerTop .footerInfo a {
        color: #333;
        text-decoration: none;
    }
    #footerTop .footerInfo span {
        background: #0c6daa;
        padding: 5px 30px;
        border-radius: 5px;
        font-size: 0.6em;
        font-weight: normal;
        color: #fff;
        margin-right: 10px;
        /* font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;*/
        font-family: 'Sen', sans-serif;
    }
    #footerTop #footerFax span {
        margin-right: 24px;
        padding: 5px 29px;
    }
    #footerArea {
        border-top: 1px solid #0c6daa;
    }
    #footerArea .footerBtm {
        background-color: #fff;
        color: #333;
        font-size: 14px;
        padding: 20px 0;
    }

    /*----------------------------------------------------
              RESPONSIVE
            ----------------------------------------------------*/
    @media(max-width:1080px) {
    #mainVisual .mainVisualInner .mainPic img {
        width: 95%;
    }
    #mainArea .sec04 .box .h4 {
        width: 22%;
    }
    }

    @media(max-width:991px) {
    #mainVisual .mainVisualInner h1 img, #mainVisual .mainVisualInner .wrapper {
        max-width: 80%;
    }
    #mainVisual .mainVisualInner .wrapper .txt {
        margin-top: 10px;
    }
    #mainArea .rankingAll {
        background-size: contain;
    }
    }

    @media(max-width:920px) {
    #mainArea .sec02 .box .h4Set h4 {
        width: 25%;
    }
    }

    @media(max-width:900px) {
    #mainVisual {
        height: 320px;
    }
    #mainVisual .mainVisualInner .mainPic img {
        height: 300px;
    }
    #mainVisual .mainVisualInner h1 {
        font-size: 21px;
    }
    #mainArea .sec04 .box .h4 {
        width: 25%;
    }
    }

    @media(max-width:768px) {
    #mainVisual {
        height: 320px;
    }
    #mainVisual .mainVisualInner .mainPic img {
        height: 260px;
    }
    }

    @media(max-width:768px) {
    main .sec {
        padding: 40px 0;
    }
    #mainVisual .mainVisualInner {
        padding: 30px 0 0 0;
    }
    #mainVisual .mainVisualInner .wrapper .txt {
        margin-top: 0;
    }
    #mainArea .sec02 .box ul li {
        font-size: 18px;
    }
    #mainArea h3, #mainArea .sec span.yLineBig {
        font-size: 18px;
    }
    #mainArea .sec02 .box, #mainArea .sec04 .box, #mainArea .rankBox .box, #mainArea .box {
        padding: 15px;
    }
    #mainArea .sec02 .box .floatL {
        float: none;
    }
    #mainArea .sec02 .box span {
        width: 100%;
    }
    #mainArea .btnLink {
        width: auto;
    }
    #mainArea .sec03 table .fix {
        width: auto;
    }
    #mainArea .sec03 table th {
        padding: 8px;
    }
    #mainArea .sec03 table td {
        padding: 5px;
    }
    #mainArea .sec03 table td.pic img {
        max-height: 70px;
    }
    #mainVisual .mainVisualInner h2 {
        left: 5%;
        font-size: 95%;
    }
    #mainVisual .mainVisualInner h2 span.yLine {
        font-size: 120%;
        right: 10%;
    }
    #mainVisual .mainVisualInner h1 {
        font-size: 20px;
    }
    #mainVisual .mainVisualInner h1 span {
        font-size: 110%;
    }
    #headerArea #logo .name {
        font-size: 24px;
    }
    #headerArea #logo .detail {
        font-size: 19px;
    }
    #mainArea h2 {
        font-size: 24px;
    }
    #mainArea .sec06 {
        padding: 70px 0;
    }
    #mainArea .sec07 .annotation {
        font-size: 0.7em;
    }
    #footerTop .text-right {
        font-size: 1.3em;
    }
    #headerArea {
        min-height: 50px;
    }
    }
    #mainArea .sec02 .box .h4Set {
        margin-bottom: 30px;
    }

    @media(max-width:767px) {
    nav #logo {
        max-width: 80%;
    }
    nav .logoArea {
        text-align: center;
        margin: auto;
    }
    nav #naviSp li {
        text-align: left;
    }
    #mainArea .sec01 .txt {
        padding: 0;
    }
    #footerArea .page-footer .footer-copyright img {
        width: auto;
    }
    #mainVisual .mainVisualInner .mainPic2 img {
        width: 80%;
    }
    #mainArea .sec01 .photo, #mainArea .sec01 .name {
        text-align: center;
        margin: auto;
    }
    #mainArea .sec01 .name {
        padding-bottom: 20px;
    }
    #footerTop #footerLogo, #footerTop .footeAdd {
        text-align: center;
    }
    #footerTop #footerLogo {
        font-size: 20px;
    }
    #footerTop .footeAdd {
        font-size: x-small;
        margin-bottom: 20px;
    }
    #footerTop .footerInfo {
        text-align: center;
        font-size: 1.2em;
    }
    #footerTop #footerFax span {
        margin-right: 21px;
    }
    }

    @media(max-width:750px) {
    body #mainVisual .mainVisualInner {
        padding: 20px 0 20px 0 !important;
    }
    .drawer--right .drawer-nav {
        right: -16.25rem !important;
    }
    .drawer-nav {
        width: 16.25rem !important;
    }
    .drawer--right.drawer-open .drawer-hamburger {
        right: 16.25rem !important;
    }
    .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
        right: 0 !important;
    }
    nav .drawer-menu {
        padding: 15px;
    }
    #mainVisual .mainVisualInner .wrapper {
        display: none;
    }
    #mainVisual .mainVisualInner .wrapperSp {
        display: block;
        margin-top: -5px;
        line-height: 1.5em;
    }
    #mainVisual .mainVisualInner h1 img {
        max-width: 100%;
        margin-top: 10%;
    }
    #mainVisual .mainVisualInner h1 {
        font-size: 16px;
    }
    }

    @media(max-width:600px) {
    #mainArea .sec02 .box .h4Set h4 {
        width: 25%;
    }
    }

    @media(max-width:600px) {
    #mainVisual {
        height: 260px;
    }
    #mainVisual .mainVisualInner .mainPic img {
        height: 200px;
    }
    #mainVisual .mainVisualInner h1 {
        font-size: 14px;
    }
    #mainArea .sec07 table tr th {
        padding: 3px;
        font-size: 80%;
    }
    #mainArea .sec07 table tr td {
        padding: 5px;
        font-size: 80%;
    }
    #mainArea .sec02 .box .h4Set h4 {
        width: 30%;
    }
    }

    @media(max-width:550px) {
    #mainVisual .mainVisualInner .wrapperSp {
        font-size: 10px;
    }
    nav .drawer-menu {
        padding: 10px;
        font-size: 14px;
    }
    #mainArea .sec {
        padding: 20px 0;
    }
    .btnArea .btn {
        font-size: 18px;
    }
    #mainArea .sec03 table td.pic img {
        max-height: 50px;
    }
    #mainArea .sec02 .box ul li {
        font-size: 14px;
    }
    #mainVisual .mainVisualInner h1 {
        line-height: 1.8em;
    }
    #mainArea .sec02 .box .h4Set h4 {
        width: 32%;
    }
    }

    @media(max-width:480px) {
    #mainVisual {
        height: 180px;
    }
    #mainVisual .mainVisualInner .mainPic img {
        height: 140px;
    }
    #mainArea h2 {
        padding-top: 15px;
    }
    #mainArea h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #mainArea .sec03 table th, #mainArea .sec03 table td {
        padding: 5px;
        font-size: 12px;
    }
    #mainArea .sec03 table .btnLink a {
        font-size: 12px;
    }
    #mainArea .sec03 table .btnLink {
        width: 120px;
        padding: 5px;
    }
    #mainArea .sec03 table td img {
        height: 60%;
        width: auto;
    }
    #mainVisual .mainVisualInner h1 {
        right: 8%;
        line-height: 1.5em;
        font-size: 13px;
    }
    #headerArea #logo .name {
        font-size: 18px;
    }
    #headerArea #logo .detail {
        font-size: 14px;
    }
    #headerArea #logo .detail span {
        margin-right: 3px;
        padding: 2px 13px;
        font-size: x-small;
    }
    #mainArea h2 {
        font-size: 18px;
    }
    #mainArea h2 span {
        font-size: x-small;
    }
    #mainArea .txt {
        font-size: 14px;
    }
    #mainArea .sec03 .box .title {
        font-size: 16px;
    }
    #mainArea .sec01 .name {
        font-size: 16px;
    }
    #mainArea .sec01 .name span {
        line-height: 1em;
        margin-top: 10px;
    }
    #mainArea .sec02 .txtRenkei {
        font-size: 14px;
    }
    #mainArea .sec04 .box .title span {
        font-size: 1em;
        line-height: 2.5em;
    }
    #mainArea .sec04 .box h4 {
        width: 100%;
        text-align: center;
    }
    #mainArea .sec04 .box .h4 {
        width: 18%;
        font-size: 12px;
        padding: 5px 10px;
        margin-top: 3px;
    }
    #mainArea .sec04 .box .tel, #mainArea .sec04 .box .fax {
        font-size: 1.3em;
    }
    #mainArea .sec04 .box .add {
        font-size: 1em;
    }
    #mainArea .sec04 .btmTxt {
        font-size: 12px;
        margin-top: 0px;
    }
    #mainArea .sec05 .annotation {
        font-size: 12px;
    }
    #mainArea .sec06 .contactBtn a {
        font-size: 16px;
    }
    #mainArea .sec03 .box {
        padding: 20px;
    }
    #mainArea .sec07 table {
        border-radius: 10px;
    }
    #mainArea .sec07 table tr th:first-child {
        border-radius: 10px 0 0 0;
    }
    #mainArea .sec07 table tr th:last-child {
        border-radius: 0 10px 0 0;
    }
    #mainArea .sec01 .photo img {
        width: 50%;
    }
    #mainArea h4 {
        font-size: 0.8em;
    }
    #footerArea .footerBtm {
        font-size: x-small;
        padding: 10px 0;
    }
    #mainArea .sec02 .box .h4Set h4 {
        padding: 3px;
        margin-right: 10px;
    }
    #mainArea .sec02 .box .h4Set .h4txt {
        font-size: 1em;
    }
    #mainArea .sec02 .box .title {
        font-size: 16px;
    }
    }

    @media(max-width:430px) {
    #mainVisual .mainVisualInner h1 {
        right: 5%;
        font-size: 12px;
    }
    }

    @media(max-width:360px) {
    #mainVisual .mainVisualInner h1 {
        font-size: x-small;
    }
    #mainArea .sec07 table tr th, #mainArea .sec07 table tr td {
        font-size: 60%;
    }
    #mainArea .sec04 .box01 .title span {
        font-size: 0.8em;
    }
    }
