@charset "utf-8";

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}
body {
    background: #FFF;
    font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.5;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
}

a {
    color: #00a56f;
}

.topicpath {
    background: #f8f8f8;
}
.topicpath ul {
    padding: 15px 0;
    width: 1000px;
    margin: 0 auto;
}
@media only screen and (max-width: 480px) {
    .topicpath ul {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #e2e7e6;
    }
}
.topicpath li {
    float: left;
    font-size: 19px;
    font-size: 1.2rem;
}
@media only screen and (max-width: 480px) {
    .topicpath li {
        border-left: 1px solid #fff;
    }
}
.topicpath li:after {
    content: ">";
    padding: 0 10px;
}
@media only screen and (max-width: 480px) {
    .topicpath li:after {
        content: "";
        padding: 0;
    }
}
.topicpath li:last-child:after {
    content: "";
}
.topicpath a {
    color: #006b48;
    text-decoration: underline;
}
@media only screen and (max-width: 480px) {
    .topicpath a {
        display: block;
        background: #006b48;
        color: #fff;
        text-decoration: none;
        padding: 10px;
    }
}
@media only screen and (max-width: 480px) {
    .topicpath li span {
        display: block;
        padding: 10px;
    }
}

.main {
    margin: 30px auto 0 auto;
    /*
    glossary
    ------------------------*/
    /*
    flow
    ------------------------*/
    /*
    report
    ------------------------*/
    /*
    hospitals
    ------------------------*/
    /*
    modules
    ---------------------*/
}
@media only screen and (max-width: 480px) {
    .main {
        width: 100%;
        box-sizing: border-box;
        margin-top: 20px;
    }
}
.main.col1 {
    width: 743px;
}
@media only screen and (max-width: 480px) {
    .main.col1 {
        width: 100%;
    }
}
.main aside {
    float: left;
    width: 227px;
}
@media only screen and (max-width: 480px) {
    .main aside {
        display: none;
    }
}
.main aside nav.side h2 {
    background: #006b48;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    font-size: 1.4rem;
}
.main aside nav.side {
    border: 1px solid #006b48;
    border-top: none;
}
.main aside nav.side li {
    font-size: 20px;
    font-size: 1.3rem;
    border-top: 1px solid #006b48;
}
.main aside nav.side li a {
    display: block;
    text-decoration: none;
    padding: 10px 25px 10px 10px;
    background-repeat: no-repeat;
}
.main aside nav.side li span {
    display: block;
    text-decoration: none;
    padding: 10px;
    background-repeat: no-repeat;
}
.main aside nav.side > ul > li{background:#2fa47e;}
.main aside nav.side > ul > li > a {
    background:#2fa47e url(../images/icon-arrow-white.png) no-repeat 205px center;
    color: #fff;
}
.main aside nav.side > ul > li > a:hover{
    background:#e4f5ef url(../images/icon-arrow-green.png) no-repeat 205px center;
    color: #006B48;
}
.main aside nav.side > ul > li > span {
    color: #fff;
}
.main aside nav.side > ul > li > ul > li > a {
    background:#FFF4DD url(../images/icon-arrow-green.png) no-repeat 205px center;
    color: #333;
    padding-left: 20px;
}
.main aside nav.side > ul > li > ul > li > a:hover{
    background-color:#FFDF95;
}
.main aside nav.side > ul > li > ul > li > ul > li > a {
    background: #fff url(../images/icon-arrow-green.png) no-repeat 205px center;
    color: #333;
    padding-left: 30px;
}
.main aside nav.side > ul > li > ul > li > ul > li > a:hover{
    background:#e4f5ef url(../images/icon-arrow-green.png) no-repeat 205px center;
    color: #006B48;
}
.main aside .pickup h2 {
    color: #006b48;
    font-size: 25px;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #006b48;
    padding-bottom: 10px;
    margin-top: 30px;
}
.main aside .pickup li {
    margin-top: 10px;
    display: table;
    width: 100%;
}
.main aside .pickup a {
    background:url(../images/icon-arrow-green-large.png) no-repeat 95% center;
    background-size: 9px 15px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    display: block;
    border: 1px solid #006b48;
    text-align: left;
    height: 80px;
    padding: 10px 30px 10px 15px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    transition: opacity 0.1s ease;
    width: 100%;
    font-size: 22px;
    font-size: 1.6rem;
}
.main aside .pickup a:hover {
    background:#006B48 url(../images/icon-arrow-white.png) no-repeat 95% center;
    color:#FFFFFF;
}
@media only screen and (max-width: 480px) {
    .main aside .pickup a {
        background-position: 95% center;
    }
}
.main .content {
    width: 100%;
    max-width: 780px;
    padding: 0 10px;
    margin: 0 auto;
}
@media only screen and (max-width: 480px) {
    .main .content {
        width: 100%;
    }
}
.main .content section > img {
    margin-top: 20px;
}
@media only screen and (max-width: 480px) {
    .main .content section > img {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 480px) {
    .main .content p.center > img {
        width: 100%;
        height: auto;
    }
}
.main .content h1 {
    font-size: 38px;
    font-size: 2.4rem;
    border-left: 5px solid #006b48;
    border-bottom: 1px solid #006b48;
    padding: 10px;
    color: #006b48;
    font-weight: bold;
}
@media only screen and (max-width: 480px) {
    .main .content h1 {
        font-size: 2rem;
    }
}
.main .content article p {
    font-size: 22px;
    font-size: 1.4rem;
    margin-top: 20px;
}
@media only screen and (max-width: 480px) {
    .main .content article p {
        margin-top: 10px;
    }
}
.main .content h2 {
    margin: 30px 0 0 0;
    font-size: 32px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #006b48;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #006b48;
}
.main .content h3 {
    font-size: 25px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #006b48;
    margin: 30px 0 0 0;
}
.main .content .img-col1 {
    margin: 20px 0 0 0;
}
.main .content .img-col1 p {
    margin: 10px 0 0 0;
}
.main .content .img-col3 {
    margin: 20px 0 0 0;
}
@media only screen and (max-width: 480px) {
    .main .content .img-col3 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.main .content .img-col3 p {
    margin: 10px 0 0 0;
}
.main .content .img-col3 .item {
    width: 227px;
    float: left;
    margin-left: 30px;
}
@media only screen and (max-width: 480px) {
    .main .content .img-col3 .item {
        width: inherit;
        float: none;
        margin: 0;
        width: 30%;
    }
}
.main .content .img-col3 .item:first-child {
    margin-left: 0;
}
@media only screen and (max-width: 480px) {
    .main .content .img-col3 .item img {
        width: 100%;
    }
}
.main .content .note {
    font-size: 19px;
    font-size: 1.2rem;
}
.main .content .quotes {
    margin: 20px 0 0 0;
    background: #f2f2f2;
    padding: 20px;
}
.main .content .quotes h4 {
    font-size: 22px;
    font-size: 1.4rem;
    font-weight: bold;
}
.main .content .quotes ul {
    margin: 10px 0 0 0;
}
.main .content .quotes li {
    margin: 5px 0 0 0;
    font-size: 22px;
    font-size: 1.4rem;
}
.main .content .quotes > *:first-child {
    margin-top: 0;
}
.main .content .related-links {
    margin: 20px 0 0 0;
}
.main .content .related-links h4 {
    font-size: 22px;
    font-size: 1.4rem;
    font-weight: bold;
}
.main .content .related-links ul {
    margin: 10px 0 0 0;
}
.main .content .related-links li {
    margin: 5px 0 0 0;
    font-size: 22px;
    font-size: 1.4rem;
}
.main .content .image-right {
    margin: 20px 0 0 0;
}
.main .content .image-right > img {
    float: left;
    margin: 0 20px 10px 0;
}
@media only screen and (max-width: 480px) {
    .main .content .image-right > img {
        width: 48%;
        height: auto;
    }
}
.main .content .image-left {
    margin: 20px 0 0 0;
}
.main .content .image-left > img {
    float: right;
    margin: 0 0 10px 20px;
}
@media only screen and (max-width: 480px) {
    .main .content .image-left > img {
        width: 48%;
        height: auto;
    }
}
.main nav.page {
    border-top: 1px dashed #b1afaf;
    margin: 30px 0 0 0;
    padding: 20px 0 0 0;
}
.main nav.page .prev {
    float: left;
    width: 45%;
}
.main nav.page .next {
    text-align: right;
    float: right;
    width: 45%;
}
.main nav.page p {
    font-size: 22px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 10px 0 0 0;
}
.main nav.page a {
    display: block;
    color: #000;
    text-decoration: none;
    transition: all 0.1s ease;
}
.main nav.page a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
@media only screen and (max-width: 480px) {
    .main .bottom-links {
        margin-top: 30px;
    }
}
.main .bottom-links ul {
    margin-left: -30px;
    margin-bottom:60px;
    overflow:hidden;
}
@media only screen and (max-width: 480px) {
    .main .bottom-links ul {
        margin: 0;
    }
}
.main .bottom-links li {
    width: 355px;
    float: left;
    display: table;
    margin: 25px 0 0 30px;
    font-size: 22px;
    font-size: 1.4rem;
}
@media only screen and (max-width: 480px) {
    .main .bottom-links li {
        width: 100%;
        float: none;
        margin: 10px 0 0 0;
    }
}
.main .bottom-links a {
    background: url(../images/icon-arrow-green-large.png) no-repeat left 1em;
    background-size: 9px 15px;
    text-decoration: underline;
    font-weight: bold;
    display: block;
    height: 25px;
    padding: 10px 10px 10px 15px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    transition: all 0.1s ease;
}
.main .bottom-links a:hover {
    color:#FF9917;
    text-decoration: none;
}
@media only screen and (max-width: 480px) {
    .main .bottom-links a {
        background-position: left 1em;
    }
}
.main .single-info {
    margin-top: 15px;
    color: #006b48;
}
.main .single-info time {
    font-size: 20px;
    font-size: 1.3rem;
    font-weight: bold;
}
.main .single-info .category {
    font-size: 20px;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 0 1em;
    display: inline-block;
}
.main .wp-pagenavi {
    margin-top: 20px;
    text-align: center;
}
.main .wp-pagenavi a, .main .wp-pagenavi span {
    padding: 10px 15px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 5px;
    font-size: 19px;
    font-size: 1.2rem;
    font-weight: bold;
}
.main .wp-pagenavi a {
    border: 1px solid #ccc;
    text-decoration: none;
    color: #006b48;
    border-radius: 5px;
    background-color: #f7faf9;
}
.main .list-q {
    margin: 20px 0 0 0;
}
.main .list-q ul {
    margin: 10px 0 0 0;
}
.main .list-q li {
    margin: 10px 0 0 0;
    font-size: 22px;
    font-size: 1.4rem;
}
.main .list-q a {
    color: #006b48;
    text-decoration: none;
    background-image: url(../images/icon-q.gif);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 14px 19px;
    min-height: 15px;
    display: inline-block;
    padding-left: 20px;
}
.main .list-q a:hover {
    text-decoration: underline;
}
.main .glossary-item {
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 20px;
}
@media only screen and (max-width: 480px) {
    .main .glossary-item {
        padding: 10px;
    }
}
.main .glossary-item h3 {
    margin-top: 0;
}
.main .glossary-h-list {
    margin-top: 30px;
}
.main .glossary-h-list li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.main .glossary-h-list a {
    display: block;
    padding: 10px 15px;
    border: 1px solid #006b48;
    font-size: 22px;
    font-size: 1.4rem;
    color: #000;
    text-decoration: none;
}
.main .glossary-h-list a:hover {
    color: #999;
}
.main .flow-item {
    border: 1px solid #ccc;
    margin-top: 20px;
    padding: 20px 0 0 0;
}
.main .flow-item.no-content {
    padding-bottom: 20px;
}
.main .flow-item h2 {
    margin: 0;
    border: none;
    padding: 0;
    font-size: 10px;
}
@media only screen and (max-width: 480px) {
    .main .flow-item h2 img {
        width: 100%;
    }
}
.main .flow-item .flow-content {
    padding: 20px 20px 20px 20px;
}
.main .flow-item .flow-content > *:first-child {
    margin-top: 0;
}
.main .report-gan-rinsho.col2 .left {
    text-align: center;
}
@media only screen and (max-width: 480px) {
    .main .report-gan-rinsho.col2 .left img {
        width: 80px !important;
    }
}
.main .report-gan-rinsho .button {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    line-height: 1.2;
    background-color: #f7faf9;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 10px 10px 0;
}
.main .report-gan-rinsho .button span {
    background-image: url(../images/top/icon-link.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 15px 15px;
    padding-left: 20px;
    display: inline-block;
    min-height: 15px;
}
.main .report-gan-rinsho .button a {
    padding: 7px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
}
.main .report-gan-rinsho .button a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.main .list-hospitals {
    margin: 20px 0 0 0;
}
.main .list-hospitals ul {
    margin: 10px 0 0 0;
}
.main .list-hospitals li {
    margin: 10px 0 0 0;
    font-size: 22px;
    font-size: 1.4rem;
}
.main .list-hospitals a {
    color: #006b48;
    text-decoration: none;
    background-image: url(../images/icon-hospital.gif);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 14px 12px;
    min-height: 15px;
    display: inline-block;
    padding-left: 20px;
}
.main .list-hospitals a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 480px) {
    .main .hospital-map {
        display: none;
    }
}
.main .hospital-item .photo {
    float: right;
    margin-left: 10px;
}
.main .hospital-item .table-list {
    margin-top: 10px;
    width: 100%;
}
.main .hospital-item .table-list th {
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
.main .hospital-item .table-list td {
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.main .hospital-item .show-detail {
    padding: 7px 7px 7px 7px;
    display: inline-block;
    text-align: left;
    text-decoration: none;
    color: #006b48;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    line-height: 1.2;
    background-color: #f7faf9;
    font-weight: normal;
    box-sizing: border-box;
    cursor: pointer;
}
.main .hospital-item .show-detail:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.main .hospital-item .detail {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f7faf9;
    display: none;
}
.main .hospital-item .detail p:first-child {
    margin-top: 0;
}
.main .hospital-map {
    margin-top: 20px;
}
.main .hospital-map p {
    margin-top: 10px;
}
.main .history-item {
    background-color: #f4f4f4;
    padding: 20px;
    box-sizing: border-box;
}
.main .history-item h3 {
    margin: 0;
}
.main .consultation-download-tables table {
    float: left;
    margin-right: 20px;
}
@media only screen and (max-width: 480px) {
    .main .sp-w100 {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 480px) {
    .main .contact-form .table-list th, .main .contact-form .table-list td {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
}
.main .contact-form .table-list th {
    vertical-align: top;
}
@media only screen and (max-width: 480px) {
    .main .contact-form .table-list th {
        background-color: #2fa47e;
        color: #fff;
    }
}
@media only screen and (max-width: 480px) {
    .main .contact-form .table-list td {
        padding-bottom: 20px;
    }
}
.main .table-list {
    font-size: 22px;
    font-size: 1.4rem;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}
.main .table-list td, .main .table-list th {
    border-top: 1px solid #ccc;
    padding: 10px 0;
}
.main .table-list th {
    padding-right: 20px;
    padding-left: 10px;
    white-space: nowrap;
    font-weight: bold;
    width: 1m;
    color: #666;
}
.main .table-list td {
    padding-right: 10px;
}
.main .table-list.vertical {
    border-right: 1px solid #ccc;
}
.main .table-list.vertical th, .main .table-list.vertical td {
    border-left: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}
.main .table-numbers {
    font-size: 19px;
    font-size: 1.2rem;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}
.main .table-numbers td, .main .table-numbers th {
    border: 1px solid #ccc;
    padding: 3px;
    vertical-align: middle;
    box-sizing: border-box;
}
.main .table-numbers th {
    padding-right: 10px;
    font-weight: bold;
    width: 1m;
    color: #fff;
    white-space: nowrap;
    text-align: left;
    background-color: #2fa47e;
    border: 1px solid #fff;
}
.main .table-numbers td {
    text-align: right;
}
.main .table-numbers.align-left td {
    text-align: left;
}
.main .table-numbers tr td:nth-child(odd) {
    background-color: #f0fffa;
}
.main .table-numbers th.bg-orange {
    background-color: #d96d00;
    color: #fff;
}
.main .table-numbers th.bg-olive {
    background-color: #b2b200;
    color: #fff;
}
.main .table-numbers tr.bg-orange td {
    background-color: #fff2e6;
}
.main .table-numbers tr.bg-olive td {
    background-color: #eaead2;
}
.main .table-blue th {
    background-color: #5f94c9;
    color: #fff;
    border-color: #fff;
}
.main .table-blue td {
    background-color: #d9e0ed;
    border-color: #fff;
}
.main .caution {
    margin: 20px 0 0 0;
    background: #ffd9d9;
    padding: 20px;
}
.main .caution h4 {
    font-size: 22px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #f00;
}
.main .caution ul {
    margin: 10px 0 0 0;
}
.main .caution li {
    margin: 5px 0 0 0;
    font-size: 22px;
    font-size: 1.4rem;
}
.main .caution a {
    color: #006b48;
    text-decoration: none;
}
.main .caution a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 480px) {
    .main .date-list {
        width: 100%;
        float: none;
        padding: 0;
        box-sizing: border-box;
        margin-top: 20px;
    }
}
.main .date-list dl {
    font-size: 22px;
    font-size: 1.4rem;
}
.main .date-list dt {
    color: #666;
}
.main .date-list dd {
    border-bottom: 1px solid #ccc;
    margin-top: -1.5em;
    margin-bottom: 10px;
    padding: 0 0 10px 7em;
}
.main .date-list a {
    color: #006b48;
    text-decoration: none;
}
.main .date-list a:hover {
    text-decoration: underline;
}
.main .button-links a.button-link {
    margin: 0 7px 7px 0;
}
.main a.button-link {
    padding: 7px 7px 7px 25px;
    margin-right: 10px;
    display: inline-block;
    text-align: left;
    text-decoration: none;
    color: #000;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    line-height: 1.3;
    background-color: #f7faf9;
    font-weight: bold;
    box-sizing: border-box;
    background-image: url(../images/top/icon-link.png);
    background-repeat: no-repeat;
    background-position: 7px 45%;
    background-size: 15px 15px;
    min-height: 15px;
}
.main a.button-link:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.main .col2 .left {
    float: left;
    text-align: left;
}
@media only screen and (max-width: 480px) {
    .main .col2 .left {
        width: 100% !important;
        float: none;
    }
    .main .col2 .left img {
        width: 90%;
    }
}
.main .col2 .right {
    float: right;
    text-align: left;
}
@media only screen and (max-width: 480px) {
    .main .col2 .right {
        float: none;
        margin-top: 20px;
        width: 100% !important;
    }
    .main .col2 .right img {
        width: 90%;
    }
}
.main .list-links {
    font-size: 20px;
    font-size: 1.3rem;
}
.main .list-links li {
    margin-top: 10px;
}
.main .list-links > li > ul > li {
    margin-left: 1em;
    background-image: url(../images/top/icon-link.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 15px 15px;
    padding-left: 20px;
    min-height: 15px;
    line-height: 1.3;
}
.main .list-links > li > ul > li > ul > li {
    margin-left: 0;
    background-image: url(../images/icon-arrow-green-large.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 7px 13px;
    padding-left: 12px;
    min-height: 13px;
    line-height: 1.3;
}
.main .youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.main .youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main .text-red {
    color: #f00;
}
.main .text-blue {
    color: #000099;
}
.main .text-orange {
    color: #FF6600;
}
.main .border-top {
    border-top: 1px dotted #ccc;
    padding-top: 20px;
}
.main .center {
    text-align: center;
}
.main .scroll-x {
    overflow-x: scroll;
    position: relative;
}
.main .scroll-x-wrapper {
    position: relative;
}
.main .form-footer {
    border-top: 1px solid #ccc;
    padding: 20px 0;
    margin-top: 40px;
    font-size: 19px;
    font-size: 1.2rem;
    text-align: center;
}
.main ul.list-notes li {
    text-indent: -2.5em;
    padding-left: 2.5em;
    font-size: 19px;
    font-size: 1.2rem;
}

footer .content-inner h2 {
    border-bottom: 1px solid #006b48;
    color: #006b48;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0 0 5px;
}
@media only screen and (max-width: 480px) {
    footer .pickup {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
}
footer .content-inner {
    margin: 0 auto;
    padding: 20px 0 30px;
    width: 1000px;
}
@media only screen and (max-width: 480px) {
    footer .content-inner {
        padding: 15px 0;
        width: 100%;
    }
    footer .content-inner h2 {
        border-bottom: 1px solid #006b48;
        color: #006b48;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
        padding: 0 0 5px;
    }
}

footer .pickup ul {
    margin-left: -30px;
}
@media only screen and (max-width: 480px) {
    footer .pickup ul {
        margin: 0;
    }
}
footer .pickup li {
    width: 141.5px;
    float: left;
    display: table;
    margin: 30px 0 0 30px;
    font-size: 22px;
    font-size: 1.4rem;
}

@media only screen and (max-width: 480px) {
    footer .pickup li {
        width: 100%;
        float: none;
        margin: 10px 0 0 0;
    }
}

footer .pickup a {
    background: url(../images/icon-arrow-green-large.png) no-repeat 95% center;
    background-size: 9px 15px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.3;
    display: block;
    border: 1px solid #006b48;
    text-align: left;
    height: 80px;
    padding: 10px 30px 10px 15px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    transition: all 0.1s ease;
    text-align: center;
}

footer .pickup a:hover {
    background:#006B48 url(../images/icon-arrow-white.png) no-repeat 95% center;
    color:#FFFFFF;
}

p.contact01 img{width:440px;}
p.contact02 img{width:572px;}
@media only screen and (max-width: 480px) {
    footer .pickup a {
        height: 44px;
        padding: 0 20px 0 15px;
    }
    p.contact01 img,
    p.contact02 img{width:100%;}
}

.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"] {
    font-size: 19px;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    padding: 3px;
}
.contact-form input[type="submit"], .contact-form input[type="button"] {
    background-color: #006b48;
    color: #fff;
    display: inline-block;
    padding: 10px 60px;
    font-size: 22px;
    font-size: 1.4rem;
    border-radius: 5px;
    border: none;
    -webkit-appearance: none;
}
.contact-form img.ajax-loader {
    width: 16px !important;
}
.contact-form textarea {
    font-size: 20px;
    font-size: 1.3rem;
}
.contact-form .form-buttons input {
    margin-bottom: 10px;
}
.contact-form input:-webkit-autofill, .contact-form select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.font-small {
    font-size: 17px !important;
    font-size: 1.1rem !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.w100per {
    width: 100%;
}

.only-sp {
    display: none;
}
@media only screen and (max-width: 480px) {
    .only-sp {
        display: inherit;
    }
}

.only-pc {
    display: inherit;
}
@media only screen and (max-width: 480px) {
    .only-pc {
        display: none;
    }
}

.main .content p {
    font-size: 1.4rem;
    margin-top: 20px;
}

.form-about-member-info-body{
    height: 300px;
    overflow: auto;
    margin-top: 20px;
}

.main .content .form-about-member-info .form-about-member-info-hdg p {
    font-weight: bold;
    font-size:20px;
    margin-bottom:10px;
}

.main .content .form-about-member-info-body {
    border: 1px solid #000000;
    padding: 5px;
    background-color: #FFFFFF;
}

.main .content .form-about-member-info-body li p:first-child {
    font-weight: bold;
    font-size:16px;
}
.main .content .form-about-member-info-body li p:first-child span {
    font-weight: bold;
    font-size:16px;
}
.main .content .form-about-member-info-body li p + p {
    margin-top: 10px;
    font-size:14px;
}

