@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, /*strong,*/ sub, /*sup,*/ tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    word-break: break-all;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}



/*-----------------------------------------------
/*default
-----------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}
body#home {
    background: #fff;
}
body {
    font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    font-size: 100%;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #222;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    padding: 0 0 100px;
    background: #f0f5ef;
}
.min {
    font-family: 'Adamina', 'Hiragino Mincho ProN', serif;
}
.cf::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
a {
    outline: none;
    vertical-align: bottom;
    color: #1c2947;
    transition: all .2s;
}
a:hover {
    text-decoration: none;
    transition: all .2s;
}
a img:hover {
    opacity: .75;
}
img {
    vertical-align: bottom;
}
[href^="tel"] {
    text-decoration: none;
    color: #333;
    cursor: default;
    pointer-events: none;
}
b {
    font-weight: bold;
}
.sp {
    display: none;
}
@media screen and (max-width: 768px) {
    body {
        padding: 0;
    }
}



/*-----------------------------------------------
float
-----------------------------------------------*/
.left {
    float: left;
}
.right {
    float: right;
}



/*-----------------------------------------------
form
-----------------------------------------------*/
input[type="text"],textarea,select,button {
    border: 1px solid #ccc;
    outline: none;
}
textarea {
    resize: vertical;
    line-height: 1.2;
}
label {
    cursor: pointer;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]{
    padding: 5px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 0 #FAFAFA;
    -webkit-box-shadow: 0 4px 5px -5px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 0 #FAFAFA;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 0 #FAFAFA;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus{
    border-color: #8fb8fa;
    outline: 0;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #cde0ff;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #cde0ff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #cde0ff;
}
input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 3px;
    cursor: pointer;
}
input[type="submit"],
input[type="button"] {
    border: 0;
    outline: none;
    cursor: pointer;
}



/*-----------------------------------------------
common
-----------------------------------------------*/
#home main {
    width: auto;
    max-width: 1200px;
    margin: 0 auto 90px;
}
main {
    width: calc( 100% - 240px );
    margin: 0 0 43px 240px;
}
.mainContents {
    padding: 3% 3% calc(3% + 37px);
}
.flexbox {
    display: flex;
}
.mvLow {
    background: url(/img/common/mv_bg_01.png) no-repeat;
    background-size: cover;
}
.comTtl01 {
    border-bottom: #c2d8d0 2px solid;
    font-size: 150%;
    line-height: 1.8;
    margin: 0 0 20px;
    position: relative;
}
.comTtl01 span {
    font-size: 60%;
    font-weight: bold;
    color: #367d64;
    margin: 0 0 0 20px;
}
.comTtl01 a {
    text-decoration: none;
    color: #fff;
    background: #367d64;
    border-radius: 2px;
    padding: 0 5px;
    font-size: 55%;
    position: absolute;
    bottom: 20%;
    right: 0;
}
.comTtl01 a:hover {
    opacity: .75;
}
.comTtl02 {
    color: #fff;
    text-align: center;
    font-size: 200%;
    max-height: 240px;
    padding: 7% 0;
}
.comTtl02 span {
    display: block;
    font-size: 50%;
}
.comTtl02 .txt01 {
    font-size: 80%;
}
.comTtl02 .txt02 {
    font-size: 40%;
}
.comTtl03 {
    text-align: center;
    font-size: 130%;
    padding: 20px 30px 20px;
    background: url(/img/common/arrow_02.png) no-repeat top 50% right 10px;
    background-size: 8px;
}
.comTtl03 span {
    display: block;
    font-size: 50%;
    color: #367d64;
}
.comTtl04 {
    font-size: 150%;
    line-height: 1.3;
    color: #fff;
    background: #4a967b;
    margin: 0 0 3% -7%;
    padding: 10px 4% 7px;
    position: relative;
}
.comTtl04::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 10px solid #fff;
    border-top: #367d64 10px solid;
    border-left: #367d64 10px solid;
}
.comTtl04 span {
    font-size: 60%;
    margin: 0 0 0 10px;
}
.comTtl05 {
    font-size: 130%;
    font-weight: bold;
    margin: 0 0 1%;
    border-left: #4a967b 4px solid;
    padding: 0 0 0 6px;
    line-height: 1.2;
}
p+.comTtl05 ,
ul+.comTtl05,
dl+.comTtl05 {
    margin: 4% 0 1%;
}
.comDl01 dt {
    font-weight: bold;
}
.comDl01 dd {
    margin: 0 0 2%;
}
@media screen and (max-width: 1200px) {
    #home main {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1000px) {
    .comTtl03 {
        padding: 15px 0;
        font-size: 130%;
    }
}
@media screen and (max-width: 850px) {
    .comTtl03 {
        padding: 10px 0;
        font-size: 115%;
    }
}
@media screen and (max-width: 768px) {
    #home main,
    main {
        margin: 0 0 40px;
        width: 100%;
    }
    .mainContents {
        padding: 3%;
    }
    .flexbox {
        display: block;
    }
    .comTtl01 {
        margin: 0 0 3%;
        font-size: 120%;
        line-height: 1.6;
    }
    .comTtl01 span {
        margin: 0 0 0 5px;
    }
    .comTtl01 a {
        padding: 5px;
        bottom: 10%;
    }
    .comTtl02 {
        font-size: 160%;
        padding: 3% 0;
    }
    .comTtl04 {
        font-size: 120%;
    }
    .comTtl05 {
        font-size: 110%;
        margin: 0 0 1.5%;
    }
}



/*-----------------------------------------------
header
-----------------------------------------------*/
header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 15px;
    position: relative;
}
header .logoBox {
    float: left;
}
aside .logoBox {
    text-align: center;
}
aside .logoBox img {
    padding: 104px 0 32px;
}
header .btnMenu,
aside .btnMenu {
    display: none;
}
header nav {
    margin: 15px 0 0;
}
header nav ul {
    display: flex;
    justify-content: space-between;
    border-right: #e5e5e5 1px solid;
}
header nav li {
    border-left: #e5e5e5 1px solid;
    width: 100%;
}
header nav a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    font-size: 1.1em;
    margin: 0 5%;
    border-bottom: #fff 2px solid;
}
header nav a:hover {
    border-bottom: #367d64 2px solid;
}
#home .pMenu {
    position: absolute;
    top: 35px;
    right: 0;
}
.pMenu li {
    display: inline-block;
}
.pMenu li span {
    border: 1px solid #367d64;
    text-decoration: none;
    color: #367d64;
    border-radius: 3px;
    padding: 5px 7px;
    cursor: pointer;
}
.pMenu .active:hover {
    background: #367d64;
    opacity: 1;
}
.pMenu span:hover {
    opacity: .5;
}
.pMenu .active {
    background: #367d64;
    color: #fff;
    cursor: default;
}
@media screen and (max-width: 1200px) {
    header {
        padding: 20px 15px 15px;
    }
    #home .pMenu {
        right: 15px;
    }
}
@media screen and (max-width: 768px) {
    header {
        padding: 10px;
        height: 70px;
    }
    header .logoBox img {
        width: 230px;
        margin: 9px 0 0;
    }
    header .btnMenu,
    aside .btnMenu {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    btnMenu toggle active {
        
    }
    header nav,
    aside nav {
        display: none;
        margin: 0;
        background: #367d64;
        position: absolute;
        z-index: 100;
        width: 100%;
        left: 0;
        top: 70px;
    }
    header nav ul,
    aside nav ul {
        display: initial;
        border: none;
    }
    header nav li,
    aside nav li {
        border-left: none;
        border-bottom: #e5e5e5 1px solid;
    }
    header nav a,
    aside nav a {
        padding: 20px 0;
        margin: 0;
        border-bottom: none;
        color: #fff;
    }
}



/*-----------------------------------------------
aside
-----------------------------------------------*/
aside {
    width: 240px;
    height: 100%;
    min-height: 100vh;
    padding: 0 0 126px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    overflow-y: auto;
    -ms-overflow-style: none;
    background-color: #fff;
}
aside nav a {
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 20px;
}
aside nav a:hover {
    background: #367d64;
    color: #fff;
}
aside .pMenu {
    border-top: #efefef 1px solid;
    padding: 20px 20px 0;
}
@media screen and (max-width: 768px) {
    aside {
        width: 100%;
        position: initial;
        padding: 10px;
        height: 70px;
        min-height: auto;
        overflow-y: hidden;
    }
    aside .logoBox img {
        width: 230px;
        margin: 9px 0 0;
        padding: 0;
    }
}



/*-----------------------------------------------
footer
-----------------------------------------------*/
.pagetop {
    position: absolute;
    top: -40px;
    right: 40px;
}
.pagetop a {
    background: url(/img/common/arrow_06.png) #ffba00 no-repeat top 50% left 15px;
    background-size: 12px;
    text-decoration: none;
    line-height: 2.9;
    padding: 12px 15px 12px 35px;
    font-size: 13px;
    border-radius: 3px 3px 0 0;
}
.pagetop a:hover {
    opacity: .75;
}
footer {
    background: #4a967b;
    color: #fff;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
}
#home footer .cf {
    max-width: 1200px;
    padding: 15px 0;
}
footer .cf {
    margin: auto;
    padding: 15px;
}
footer .siteLink {
    margin: 23px 0 0;
}
footer .siteLink li {
    display: inline-block;
    border-left: #fff 1px solid;
    line-height: 1;
}
footer .siteLink li:first-child {
    border: none;
}
footer .siteLink li a {
    color: #fff;
    text-decoration: none;
    padding: 0 1em;
}
footer .siteLink li a:hover {
    text-decoration: underline;
}
footer small {
    display: block;
    text-align: center;
    background: #367d64;
    padding: 8px 0;
    font-size: 11px;
}
@media screen and (max-width: 1200px) {
    .pagetop {
        right: 2%;
        margin: 0;
    }
    #home footer .cf,
    footer .cf {
        padding: 15px;
    }
}
@media screen and (max-width: 900px) {
    footer .siteLink li a {
        padding: 0 5px;
    }
}
@media screen and (max-width: 800px) {
    footer .siteLink {
        display: none;
    }
    footer .logoBox.left {
        float: none;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .pagetop {
        right: 50%;
        margin: 0 -86px 0 0;
    }
    footer {
        position: relative;
    }
    footer .cf {
        padding: 10px;
    }
    footer small {
        padding: 2%;
    }
}



/*-----------------------------------------------
index
-----------------------------------------------*/
/*slicker*/
.slicker {
    margin: 0 0 25px;
}
.slick-slide img {
    width: 100%;
}
/*sec01*/
.sec01 {
    float: left;
    width: 48%;
}
.sec01 li {
    margin: 0 0 10px;
}
.sec01 li img {
    width: 100%;
}
/*newsList*/
.newsList {
    float: right;
    width: 48%;
}
.newsList.noticeMembers {
    float: none;
    width: 100%;
}
/*newsListBox*/
.newsListBox:first-child {
    margin: 0 0 40px;
}
.listBox li {
    border-bottom: #e5e5e5 1px dashed;
    padding: 15px 40px 15px 160px;
    position: relative;
    background: url(/img/common/arrow_02.png) no-repeat top 50% right 15px;
    background-size: 8px;
}
.listBox li:hover {
    background: url(/img/common/arrow_02.png) no-repeat top 50% right 15px #fafafa;
    background-size: 8px;
}
.noticeMembers .listBox li:hover {
    background: url(/img/common/arrow_02.png) no-repeat top 50% right 15px #eaf1e9;
    background-size: 8px;
}
.listBox time {
    position: absolute;
    left: 15px;
}
.listBox a {
    display: block;
    padding: 15px 15px 15px 170px;
    margin: -15px -40px -15px -160px;
}
.newsListBox .btnBox01 a {
    text-decoration: none;
    color: #fff;
    background: #367d64;
    border-radius: 3px;
    padding: 5px;
    font-size: 80%;
}
@media screen and (max-width: 768px) {
    .sec01 {
        margin: 0 0 8%;
    }
    .sec01,
    .newsList {
        float: none;
        width: 100%;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 3%;
    }
    .slick-dots li.slick-active button:before {
        font-size: 36px;
        line-height: 10px;
    }
    .newsListBox:first-child {
        margin: 0 0 8%;
    }
    .listBox a {
        padding: 10px 15px 10px 160px;
        margin: -10px -15px -10px -140px;
    }
    .listBox li {
        padding: 10px 15px 10px 140px;
        background: url(/img/common/arrow_02.png) no-repeat top 50% right 5px;
        background-size: 8px;
    }
}



/*-----------------------------------------------
lowMenu
-----------------------------------------------*/
.lowMenu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3% 0 0;
}
.lowMenu li {
    width: 22%;
    background: #fff;
    margin: 0 3% 3% 0;
    border-radius: 3px;
}
.comingsoon {
    position: relative;
}
.comingsoon::after {
    content: "";
    background: url(/img/common/comingsoon.png) no-repeat bottom right;
    background-size: 1000px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
}
.lowMenu a {
    text-decoration: none;
    display: block;
}
.lowMenu a:hover {
    opacity: .75;
}
.lowMenu img {
    width: 100%;
    border-radius: 3px 3px 0 0;
}
.lowMenu img:hover {
    opacity: 1;
}
@media screen and (max-width: 1000px) {
    .lowMenu li {
        width: 30.33%;
    }
}
@media screen and (max-width: 850px) {
    .lowMenu li {
        width: 47%;
    }
}
@media screen and (max-width: 768px) {
    .comingsoon::after {
        background: url(/img/common/comingsoon.png) no-repeat bottom right;
        background-size: 300%;
    }
}
@media screen and (max-width: 425px) {
    .lowMenu {
        margin: 0;
    }
    .lowMenu li {
        width: 100%;
        margin: 0 0 3%;
    }
    .comingsoon::after {
        background: url(/img/common/comingsoon.png) no-repeat bottom right;
        background-size: 240%;
    }
}



/*-----------------------------------------------
officer
-----------------------------------------------*/
#officer .txt01 {
    float: right;
    font-size: 80%;
}
#officer .comTbl01 {
    width: 100%;
}
#officer .comTbl01 tr {
    background: url(/img/common/arrow_08.png) no-repeat left 0 top 50%;
    background-size: 5px;
}
#officer .comTbl01 th,
#officer .comTbl01 td {
    border-bottom: #c5c5c5 1px dashed;
    padding: 10px;
}
#officer .comTbl01 td:first-child {
    text-align: center;
    white-space: nowrap
}
#officer .comTbl01 td:first-child::after {
    content: "";
}
#officer .comTbl01 td:nth-child(2){
    font-weight: bold;
    white-space: nowrap
}
@media screen and (max-width: 768px) {
    #officer .comTbl01 th,
    #officer .comTbl01 td {
        display: block;
        line-height: 1.3;
        border: none;
    }
    #officer .comTbl01 td:first-child {
        font-size: 80%;
        text-align: left;
        padding: 8px 0 0 15px;
    }
    #officer .comTbl01 td:nth-child(2){
        padding: 0 0 0 15px;
    }
    #officer .comTbl01 td:nth-child(3){
        font-size: 80%;
        color: #888;
        width: 100%;
        padding: 0 0 8px 15px;
        border-bottom: #c5c5c5 1px dashed;
    }
}



/*-----------------------------------------------
society
-----------------------------------------------*/
#society .societySlider {
    pointer-events: none;
}
#society .flex {
    display: flex;
}
#society .img-box {
    width: 400px;
}
#society .img-box img {
    width: 100%;
}
#society .info-box {
    width: calc(100% - 400px);
    padding-left: 48px;
}
#society .ttl01 {
    display: inline-grid;
    font-size: 30px;
}
#society .ttl01 span {
    font-size: 18px;
    text-align: center;
}
#society .tbl01 {
    margin-top: 16px;
}
#society .tbl01 th,
#society .tbl01 td {
    padding: 12px 0;
}
#society .tbl01 th {
    padding-right: 24px;
    text-align: left;
}
#society .thumbnail {
    position: relative;
    margin-top: 20px;
    padding: 0 64px;
}
#society .thumbnail img {
    opacity: .3;
    filter: saturate(30%);
    cursor: pointer;
    margin: 0 10px;
    transition : .3s;
}
#society .thumbnail img:hover,
#society .thumbnail .slick-current {
    opacity: 1;
    filter: saturate(100%);
    transition : .3s;
    
}
#society .thumbnail .slick-prev,
#society .thumbnail .slick-next {
    position: absolute;
    font-size: 0;
    border: none;
    background: none;
}
#society .thumbnail .slick-prev::after,
#society .thumbnail .slick-next::before {
    font-size: 48px;
    color: #333;
    cursor: pointer;
}
#society .thumbnail .slick-prev::after {
    content: "＜";
}
#society .thumbnail .slick-prev {
    top: calc(50% - 36px);
    left: 0;
}
#society .thumbnail .slick-next::before {
    content: "＞";
}
#society .thumbnail .slick-next {
    top: calc(50% - 36px);
    right: 0;
}
/*hover*/
#society .thumbnail .slick-prev:hover,
#society .thumbnail .slick-next:hover {
    opacity: .8;
}
@media screen and (max-width: 768px) {
    #society .flex {
        flex-direction: column;
    }
    #society .img-box {
        width: 100%;
    }
    #society .img-box img {
        width: 60%;
        margin: 4% auto;
    }
    #society .info-box {
        width: 100%;
        padding-left: 0;
    }
    #society .ttl01 {
        width: 100%;
        font-size: 22px;
        text-align: center;
    }
    #society .tbl01 th, 
    #society .tbl01 td {
        padding: 4px 0;
    }
    #society .tbl01 th {
        display: block;
        font-weight: bold;
        padding-right: 0;
        padding-bottom: 0;
    }
    #society .tbl01 td {
        display: block;
        padding-top: 0;
    }



    #society .thumbnail {
        padding: 0 32px;
    }
    #society .thumbnail img {
        margin: 0 5px;
    }
    #society .thumbnail .slick-prev::after,
    #society .thumbnail .slick-next::before {
        font-size: 24px;
    }
    #society .thumbnail .slick-prev,
    #society .thumbnail .slick-next {
        top: calc(50% - 18px);
    }
}



/*-----------------------------------------------
news
-----------------------------------------------*/
.link-box {
    border: #e5e5e5 1px solid;
    border-left: none;
    border-right: none;
    background: #fafafa;
    padding: 10px 25px;
    margin: 20px 0;
}
.link-box li {
    float: left;
    margin: 0 20px 0 0;
}
.link-box li:last-child {
    margin: 0;
}
.link-box li a {
    display: inline-block;
    text-decoration: none;
}
.link-box li a:hover {
    text-decoration: underline;
}
.link-box li a.icoPdf {
    background: url(../img/news/ico_pdf.png) no-repeat 0 50%;
    background-size: 15px;
    color: #d10802;
    padding: 5px 0 5px 20px;
}
.link-box li a.icoWord {
    background: url(../img/news/ico_word.png) no-repeat 0 50%;
    background-size: 15px;
    color: #00297c;
    padding: 5px 0 5px 20px;
}
.link-box li a.icoLink {
    background: url(../img/news/ico_link.png) no-repeat 0 50%;
    background-size: 15px;
    color: #70b6d9;
    padding: 5px 0 5px 20px;
}
.text-box {
    text-align: justify;
}
.photo-box {
    margin: 20px -1% 0;
}
.photo-box li {
    width: 32.7%;
    padding: 0 1%;
    margin: 0 0 2%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.photo-box.photo2 li {
    width: 49%;
}
.news-box {
    background: #fff;
    padding: 3%;
}
.news-box .photo-box img {
    width: 100%;
}
.news-box .right {
    margin: 0 0 0 40px;
}
.news-box .right p,
.photo-box p {
    margin: 5px 0 0;
    font-size: 75.5%;
}
.flexbox .text-box {
    width: 70%;
}
.flexbox .photo-box {
    width: 30%;
    margin: 5px 0 0;
    padding: 0 0 0 4%;
}
.pager {
    border: #e5e5e5 1px solid;
    border-left: none;
    border-right: none;
    margin: 3% 0 0;
}
.pager ul {
    display: flex;
    justify-content: space-between;
}
.pager li a {
    text-align: center;
    padding: 10px 0;
    display: block;
}
.pager li:nth-child(1) a {
    border-right: #ddeadd 1px solid;
}
.pager li:nth-child(3) a {
    right: 0;
    border-left: #e5e5e5 1px solid;
}
.pager li:nth-child(1),
.pager li:nth-child(3) {
    width: 20%;
}
.pager li:nth-child(2) {
    width: 60%;
}
.pager li a:hover {
    background: #fafafa;
    text-decoration: underline;
}
.pagerList {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3% 0 0;
    position: relative;
}
.pagerList span,
.pagerList a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 12px 15px;
    border: 1px solid #4a967b;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    border-radius: 3px;
}
.pagerList .pager{
    width: 32px;
}
.pagerList a:hover,
.pagerList .current  {
    color: #fff;
    border-color: #4a967b;
    background-color: #4a967b;
}
.img-lightbox {
    position: relative;
    display: block;
}
.img-lightbox::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    display: block;
    right: 0;
    bottom: 0;
    background: url(../img/common/ico_plus.png) no-repeat;
}
@media screen and (max-width: 850px) {
    .photo-box li,
    .photo-box.photo3 li,
    .photo-box.photo2 li {
        width: 49%;
    }
    .flexbox .text-box {
        width: 100%;
    }
    .flexbox .photo-box {
        width: 100%;
        margin: 2% 0 0;
        padding: 0;
        text-align: center;
    }
    .flexbox .photo-box.photo1 {
        margin: 0;
        padding: 0 0 0 3%;
    }
    .pagerList {
        margin: 4% 0;
    }
}
@media screen and (max-width: 768px) {
    .flexbox .photo-box.photo1 {
        margin: 2% 0 0;
        padding: 0;
    }
}
@media screen and (max-width: 568px) {
    .news-box {
        margin: 0;
    }
    .link-box {
        margin: 5% 0;
    }
    .news-box img {
        margin: 3% 0 0;
    }
    .news-box .right {
        margin: 0 0 3%;
    }
    .news-box .right p,
    .photo-box p {
        margin: 0 0 5px;
    }
    .photo-box {
        display: block;
        margin: 0;
    }
    .photo-box li,
    .photo-box.photo3 li,
    .photo-box.photo2 li {
        width: 100%;
        padding: 0;
    }
    .pager {
        margin: 4% 0;
        padding: 0;
        height: auto;
        text-align: center;
    }
    .pager li {
        display: inline-block;
        text-align: center;
    }
    .pager li:nth-child(1) {
        width: 35%;
    }
    .pager li:nth-child(2) {
        width: 30%;
    }
    .pager li:nth-child(3) {
        width: 35%;
    }
    .pager li a {
        position: initial;
        display: block;
        padding: 10px 0;
        width: auto;
    }
    .pager li a.list {
        left: initial;
        width: auto;
        width: 100%;
    }
    .pagerList {
        margin: 4% 0;
    }
}



/*-----------------------------------------------
page
-----------------------------------------------*/
.comBox01 {
    background: #fff;
    padding: 3%;
    margin: 0 0 3%;
    position: relative;
}
.comBox01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 3px;
    background: #ffba00;
}
.comBox01 p {
    text-align: justify;
}
.comBox01 p span {
    background: linear-gradient(transparent 0%, #fbda98 0%);
}
.comBox01 .txtBox {
    width: 70%;
    padding: 0 3% 0 0;
}
.comBox01 .imgBox {
    width: 30%;
}
.comBox01 .txtBox60 {
    padding: 0 3% 0 0;
    width: 60%;
}
.comBox01 .imgBox40 {
    width: 40%;
}
.comBox01 .txtBox50 {
    padding: 0 3% 0 0;
    width: 50%;
}
.comBox01 .imgBox50 {
    width: 50%;
}
.comBox01 dl {
    width: 100%;
}
.comBox01 dt {
    font-size: 80%;
    line-height: 1.25;
    padding: 0 0 5px;
}
.clm1,
.clm2,
.clm3 {
    max-width: 550px;
    display: flex;
    flex-wrap: wrap;
}
.clm1 + .clm1 {
    margin: 20px 0 0;
}
.clm2>dl {
    width: 50%;
    padding: 0 10px;
}
.comBox01 img {
    width: 100%;
    height: auto;
    position: relative;
}
@media screen and (max-width: 768px) {
    .comBox01 .txtBox,
    .comBox01 .imgBox,
    .comBox01 .txtBox60,
    .comBox01 .imgBox40,
    .comBox01 .txtBox50,
    .comBox01 .imgBox50 {
        width: 100%;
        padding: 0;
    }
    .comBox01 .imgBox {
        margin: 3% 0 0;
    }
}



/*-----------------------------------------------
bookList
-----------------------------------------------*/
#journal .txt01 {
    text-align: right;
    padding: 0 0 1%;
}
.bookList ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3% 0 0;
}
.bookList li {
    width: 30.33%;
    background: #fff;
    margin: 0 3% 3% 0;
    border-radius: 3px;
}
.bookList li:hover {
    opacity: .75;
    transition: all .2s;
}
.bookList ul a {
    text-decoration: none;
}
.bookList ul a img:hover {
    opacity: 1;
}
.bookList img {
    float: left;
    width: 45%;
}
.bookList p {
    padding: 3% 0 0;
}
.bookList p span {
    color: #fff;
    background: url(/img/common/arrow_01.png) #4a967b no-repeat top 50% right 10px;
    background-size: 8px;
    display: table;
    padding: 3px 25px 3px 15px;
    border-radius: 20px;
    font-size: 80%;
    margin: 10px 0 0;
}
@media screen and (max-width: 1230px) {
    .bookList li {
        width: 47%;
    }
    .bookList img {
        width: 40%;
    }
}
@media screen and (max-width: 825px) {
    .bookList li {
        width: 97%;
    }
    .bookList img {
        width: 30%;
    }
}



/*-----------------------------------------------
message
-----------------------------------------------*/
#message .box01 {
    padding: 3% 0 0;
}
#message .box01 img {
    float: left;
    width: 270px;
}
#message .box02 {
    padding: 125px 0 0 30px;
    display: inline-block;
}
#message .box02 .txt01 {
    font-size: 130%;
}
#message .box02 .txt02 {
    font-size: 110%;
}
#message .box02 .txt03 {
    font-size: 170%;
}
#message .box02 .txt04 {
    font-size: 80%;
    margin: 20px 0 0;
}
@media screen and (max-width: 955px) {
    #message .box01 img {
        width: 220px;
    }
    #message .box02 {
        padding: 63px 0 0 20px;
    }
}
@media screen and (max-width: 890px) {
    #message .box01 img {
        width: 180px;
    }
    #message .box02 {
        padding: 0 0 0 20px;
    }
    #message .box02 .txt01 {
        font-size: 110%;
    }
    #message .box02 .txt02 {
        font-size: 95%;
    }
    #message .box02 .txt03 {
        font-size: 150%;
    }
    #message .box02 .txt04 {
        font-size: 70%;
    }
}
@media screen and (max-width: 785px) {
    #message .box01 {
        text-align: center;
    }
    #message .box01 img {
        float: none;
    }
    #message .box02 {
        padding: 3% 0 0;
        display: block;
    }
    #message .box02 .txt01,
    #message .box02 .txt02,
    #message .box02 .txt03,
    #message .box02 .txt04 {
        text-align: center;
    }
}



/*-----------------------------------------------
slideMenu
-----------------------------------------------*/
#home .slideMenu ul {
    display: none !important;
}
.slideMenu ul {
    display: none;
    overflow: hidden;
    padding-top: 240px;
    top: 0;
    left: 240px;
    position: fixed;
    height: 100%;
    width: 0;
    background: rgba(54, 125, 100, .9);
}
.slideMenu li {
    width: 250px;
}
.slideMenu li:first-child {
    border-top: rgba(255,255,255,.2) 1px solid;
}
.slideMenu ul a {
    color: #fff;
    line-height: 1.25;
    padding: 6% 3%;
    font-size: 85%;
    border-bottom: rgba(255,255,255,.2) 1px solid;
}
.slideMenu ul a:hover {
    background: #fff;
    color: #367d64;
}
@media screen and (max-width: 768px) {
}



/*-----------------------------------------------
form
-----------------------------------------------*/
.form-area .box01 {
    text-align: center;
    margin: 0 0 3%;
}
.form-area .box01 .txt01 {
    text-align: center;
    margin: 0 0 1%;
}
.form-area .box02 {
    margin: 1% 0 0;
}
.form-area .box02 .txt01 {
    font-size: 120%;
}
.formTable input[type="text"] {
    padding: 10px;
    border-radius: 0;
    font-size: 16px;
}
.formTable button,
.formTable input,
.formTable select,
.formTable textarea {
    font-family : inherit;
    padding: 10px;
    font-size: 16px;
}
.form-area .entry-list li {
    display: inline-block;
    margin: 0 0 0 10px;
}
.form-area .entry-list li:first-child {
    margin: 0;
}
.formTable {
    width: 100%;
    border-top: #e5e5e5 1px solid;
    margin: 0 0 3%;
}
.formTable tr {
    border-bottom: #e5e5e5 1px solid;
}
.formTable tr:nth-child(odd) {
    background: #fafafa;
}
.formTable th {
    position: relative;
    width: 28%;
    text-align: left;
    font-weight: bold;
    padding: 16px 20px;
    vertical-align: middle;
}
.formTable th .req {
    position: absolute;
    top: 50%;
    right: 0;
    background: #f8b551;
    color: #fff;
    border-radius: 25px;
    font-size: 12px;
    line-height: 1;
    margin: -10px 0 0;
    padding: 4px 15px;
}
.formTable th .f-min,
.formTable td .f-min {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
}
.formTable td {
    padding: 16px 20px;
}
.formTable td span {
    vertical-align: middle;
}
.formTable .size-ss {
    width: 70px;
}
.formTable .size-s {
    width: 200px;
}
.formTable .size-m {
    width: 400px;
}
.formTable .size-l {
    width: 100%;
}
.confirm .off,
.confirm table td .off {
    display: none;
}
.entry-btn {
    display: block;
    text-align: center;
    margin: 30px 0 0;
}
.entry-btn input[type="submit"] {
    padding: 15px 70px;
    font-size: 18px;
    border-radius: 3px;
    margin: 0 5px;
    background: #f8b551;
    color: #fff;
}
.entry-btn input[type="submit"].btn-back {
    background: #aaa;
}
.entry-btn input[type="submit"]:hover {
    opacity: 0.8;
}
.entry-btn .btn-red {
    background: #f8b551;
    color: #fff;
}
.entry-btn .btn-gray {
    background: #e5e5e5;
    color: #222;
}
.form-area .policy-box {
    text-align: center;
    margin: 20px 0 0;
}
.form-area .error-box {
    background: #fde8ec;
    border: #f8b551 2px solid;
    color: #f8b551;
    padding: 15px 30px;
    text-align: center;
}
.form-area .error-txt {
    color: #f8b551;
}
.form-area .error label {
    background: #fde8ec;
    padding: 2px 10px 4px 10px;
    display: inline-block;
}
.form-area .error input {
    background: #fde8ec;
    border: #f8b551 1px solid;
}
.errorBox {
    border: #ffd2d2 3px solid;
    background: #fff8f8;
    padding: 20px;
    margin: 20px 0;
    color: #B70000;
}
.confirmBox {
    border: #e5e5e5 3px solid;
    background: #fafafa;
    padding: 20px;
    margin: 20px 0;
}
.complete-box .txt02 {
    background: #f3f4f6;
    padding: 15px 30px;
    display: block;
    margin: 20px auto 0;
    border: #e5e5e5 1px solid;
    width: 450px;
    font-size: 18px;
}
.complete-box a {
    text-decoration: none;
    border: #1c2947 1px solid;
    padding: 10px 20px;
    border-radius: 25px;
    display: block;
    width: 230px;
    margin: 30px auto 0;
}
.complete-box a:hover {
    background: #1c2947;
    color: #fff;
}
.complete .complete_info {
    border: #e5e5e5 3px solid;
    display: inline-block;
    padding: 10px 20px;
    background: #fafafa;
    margin: 10px 0 30px;
}
.complete .complete_info .ttl01 {
    font-size: 120%;
}
@media screen and (max-width: 767px) {
    .slideMenu ul {
        display: none !important;
    }
    .entry p {
        padding: 5%;
    }
    .inner.form-area p {
        padding: 0 8%;
    }
    .formTable tr:nth-child(odd) {
        background: #fff;
    }
    .formTable th {
        background: #f3f4f6;
        border-bottom: #e5e5e5 1px solid;
    }
    .formTable th .req {
        right: 3%;
    }
    .formTable th,
    .formTable td,
    .formTable .size-s,
    .formTable .size-m,
    .formTable .size-l {
        display: block;
        width: 100%;
    }
    .entry-btn {
        padding: 0 8%;
    }
    .formTable input[type="text"] {
        margin: 3px 0;
    }
    .entry-btn input[type="submit"] {
        display: block;
        width: 100%;
        margin: 3% 0;
    }
    .formTable textarea {
        margin: 0 0 5px;
    }
    .errorBox,
    .confirmBox {
        padding: 5%;
        margin: 5%;
    }
    .complete {
        padding: 5%;
    }
    .entry .complete p {
        padding: 0;
    }
    .complete .complete_info {
        padding: 5%;
    }
    .mwform-checkbox-field input,
    .mwform-radio-field input {
        margin-right: 0 !important;
    }
    .mw_wp_form .horizontal-item + .horizontal-item {
        margin-left: 0 !important;
    }
    .mw_wp_form .horizontal-item {
        margin-right: 10px;
        white-space: nowrap;
    }
}



/*-----------------------------------------------
howto
-----------------------------------------------*/
#howto .ul01 {
    display: flex;
}
#howto .ul01 li {
    margin: 10px 10px 0 0;
}
#howto .ul01 li:nth-child(2) {
    background: url(/img/join/howto/banner_02.png) no-repeat;
    /*padding: 16px 12px 8px 312px;*/
    width: 410px;
    height: 90px;
    position: relative;
}
#howto .ul01 li:nth-child(2) a {
    text-decoration: none;
    background: url(/img/common/arrow_09.png) #ffba00 no-repeat top 50% right 8px;
    background-size: 6px;
    font-weight: bold;
    width: 110px;
    text-align: center;
    border-radius: 20px;
}
#howto .ul01 li:nth-child(2) a:nth-child(1) {
    position: absolute;
    top: 15px;
    right: 10px;
}
#howto .ul01 li:nth-child(2) a:nth-child(2) {
    position: absolute;
    bottom: 15px;
    right: 10px;
}
#howto .ul01 img {
    width: auto;
}
#howto .dl01 {
    margin: 1.5% 0 0;
}
#howto .dl01 dt {
    font-size: 100%;
    font-weight: bold;
}
#howto .dl01 dd {
    padding: 0 0 0 40px;
}
@media screen and (max-width: 1074px) {
    #howto .ul01 {
        display: block;
    }
    #howto .ul01 li {
        margin: 10px 0 0 0;
    }
}
@media screen and (max-width: 464px) {
    #howto .ul01 li:nth-child(1) img,
    #howto .ul01 li:nth-child(2) {
        width: 100%;
    }
    #howto .ul01 li:nth-child(2) {
        background: url(/img/join/howto/banner_02_sp.png) no-repeat;
        background-size: cover;
        width: 100%;
        height: 25.8vw;
    }
    #howto .ul01 li:nth-child(2) a:nth-child(1) {
        position: absolute;
        top: auto;
        bottom: 15px;
        right: auto;
        left: 50%;
        margin: 0 0 0 -38vw;
    }
    #howto .ul01 li:nth-child(2) a:nth-child(2) {
        position: absolute;
        bottom: 15px;
        right: 50%;
        margin: 0 -38vw 0 0;
    }
    #howto .ul01 li:nth-child(2) a {
        width: 40%;
        padding: 1%;
    }
}
@media screen and (max-width: 375px) {
    #howto .ul01 li:nth-child(2) a:nth-child(1),
    #howto .ul01 li:nth-child(2) a:nth-child(2) {
        bottom: 10px;
    }
    #howto .ul01 li:nth-child(2) a {
        padding: 0;
        font-size: 90%;
    }
}



/*-----------------------------------------------

-----------------------------------------------*/
.premapBox {
}
.premapBox .left {
    width: 68%;
}
.premapBox .right {
    width: 30%;
    height: 420px;
    position: sticky;
    top: 10px;
    right: 0;
    border: #ececec 1px solid;
    padding: 10px 15px;
}
.premapBox .right::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -1px;
    display: block;
    width: 80px;
    height: 3px;
    background: #ffba00;
}
.prelist .comTtl05 {
    font-size: 100%;
    display: block;
}
.prelist table {
    width: 100%;
}
.prelist th ,
.prelist td {
    padding: .5% 1%;
}
.prelist th {
    word-break: keep-all;
    font-size: 80%;
    color: #fff;
    background: #4a967b;
    border-right: #fff 1px solid;
}
.prelist th:nth-child(1) {
    width: 35%;
}
.prelist th:nth-child(2) {
    width: 10%;
    min-width: 70px;
}
.prelist th:nth-child(3) {
    width: 10%;
    min-width: 70px;
}
.prelist th:nth-child(4) {
    width: 45%;
}
.prelist tr:nth-child(odd) td {
    background: #efefef;
}
.prelist td:nth-child(2),
.prelist td:nth-child(3) {
    text-align: center;
}
.prelist a {
    word-break: keep-all;
    font-size: 80%;
    border: 1px solid #367d64;
    text-decoration: none;
    color: #367d64;
    border-radius: 3px;
    padding: 2px 5px;
}
.prelist a:hover {
    color: #fff;
    background: #367d64;
}
.prelist .ico01,
.prelist .ico02 {
    word-break: keep-all;
    color: #fff;
    border-radius: 3px;
    padding: 3px 6px;
    font-size: 80%;
}
.prelist .ico01 {
    background: #127ccb;
}
.prelist .ico02 {
    background: #ffb830;
}
.premap {
    position: relative;
    width: 626px;
    height: 400px;
    background: url(/img/disease/08/japan.png) no-repeat right 80px top 20px;
    background-size: 380px;
    margin: 0 auto 50px;
}
.premap ul {
    position: absolute;
    width: 170px;
}
.premap ul:nth-child(1) {
    top: 20px;
    right: -55px;
}
.premap ul:nth-child(2) {
    top: 130px;
    right: -10px;
}
.premap ul:nth-child(3) {
    bottom: 0;
    right: 30px;
}
.premap ul:nth-child(4) {
    top: 20px;
    left: 155px;
    width: 250px;
}
.premap ul:nth-child(5) {
    bottom: -25px;
    right: 197px;
    width: 100px;
}
.premap ul:nth-child(6) {
    top: 105px;
    left: 72px;
    width: 250px;
}
.premap ul:nth-child(7) {
    bottom: 140px;
    left: -10px;
    width: 250px;
}
.premap ul:nth-child(8) {
    bottom: -25px;
    left: 232px;
    width: 100px;
}
.premap ul:nth-child(9) {
    bottom: -15px;
    left: -10px;
}
.premap li {
    display: inline-block;
    margin: 0 0 5px;
}
.premap a {
    width: 77px;
    text-align: center;
    word-break: keep-all;
    padding: 2px 8px;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
}
.premap ul:nth-child(1) a {
    border: #5695ff 1px solid;
    color: #5695ff;
}
.premap ul:nth-child(1) a:hover {
    background: #5695ff;
}
.premap ul:nth-child(2) a {
    border: #54c1e2 1px solid;
    color: #54c1e2;
}
.premap ul:nth-child(2) a:hover {
    background: #54c1e2;
}
.premap ul:nth-child(3) a {
    border: #fdcb00 1px solid;
    color: #fdcb00;
}
.premap ul:nth-child(3) a:hover {
    background: #fdcb00;
}
.premap ul:nth-child(4) a {
    border: #44a557 1px solid;
    color: #44a557;
}
.premap ul:nth-child(4) a:hover {
    background: #44a557;
}
.premap ul:nth-child(5) a {
    border: #0068b2 1px solid;
    color: #0068b2;
}
.premap ul:nth-child(5) a:hover {
    background: #0068b2;
}
.premap ul:nth-child(6) a {
    border: #f29f17 1px solid;
    color: #f29f17;
}
.premap ul:nth-child(6) a:hover {
    background: #f29f17;
}
.premap ul:nth-child(7) a {
    border: #d83116 1px solid;
    color: #d83116;
}
.premap ul:nth-child(7) a:hover {
    background: #d83116;
}
.premap ul:nth-child(8) a {
    border: #e61b80 1px solid;
    color: #e61b80;
}
.premap ul:nth-child(8) a:hover {
    background: #e61b80;
}
.premap ul:nth-child(9) a {
    border: #ac549d 1px solid;
    color: #ac549d;
}
.premap ul:nth-child(9) a:hover {
    background: #ac549d;
}
.premap ul:nth-child(1) a:hover,
.premap ul:nth-child(2) a:hover,
.premap ul:nth-child(3) a:hover,
.premap ul:nth-child(4) a:hover,
.premap ul:nth-child(5) a:hover,
.premap ul:nth-child(6) a:hover,
.premap ul:nth-child(7) a:hover,
.premap ul:nth-child(8) a:hover,
.premap ul:nth-child(9) a:hover {
    color: #fff;
}

@media screen and (max-width: 1249px) {
    .premapBox .left,
    .premapBox .right {
        width: 100%;
        height: auto;
        float: none;
        display: flex;
        flex-wrap: wrap;
        position: static;
        border: none;
        padding: 0;
    }
    .premapBox .right::before {
        content: none;
    }
    .premapBox .right {
        margin-bottom: 3%;
    }
    .premapBox .sp {
        display: block;
    }
    .premapBox .ttl01 {
        display: block;
        width: 100%;
        color: #4a967b;
        border-bottom: #4a967b 3px solid;
        font-size: 125%;
        font-weight: bold;
        margin: 0 0 20px;
        padding: 0 0 5px;
    }
    .premap {
        width: 100%;
        height: auto;
        background: none;
        margin-bottom: 3%;
        font-size: 125%;
    }
    .premap ul {
        position: static;
        width: auto;
        margin: 0 0 2% 0;
        border-left: #4a967b 4px solid;
        padding: 0 0 0 6px;
    }
    .premap ul:nth-child(1),
    .premap ul:nth-child(2),
    .premap ul:nth-child(3),
    .premap ul:nth-child(4),
    .premap ul:nth-child(5),
    .premap ul:nth-child(6),
    .premap ul:nth-child(7),
    .premap ul:nth-child(8) {
        width: auto;
    }
    .premap a {
        width: auto;
        text-align: left;
        background: none;
        padding: 0 5px;
    }
    .premap ul:nth-child(1) a,
    .premap ul:nth-child(2) a,
    .premap ul:nth-child(3) a,
    .premap ul:nth-child(4) a,
    .premap ul:nth-child(5) a,
    .premap ul:nth-child(6) a,
    .premap ul:nth-child(7) a,
    .premap ul:nth-child(8) a,
    .premap ul:nth-child(9) a,
    .premap ul:nth-child(1) a:hover,
    .premap ul:nth-child(2) a:hover,
    .premap ul:nth-child(3) a:hover,
    .premap ul:nth-child(4) a:hover,
    .premap ul:nth-child(5) a:hover,
    .premap ul:nth-child(6) a:hover,
    .premap ul:nth-child(7) a:hover,
    .premap ul:nth-child(8) a:hover,
    .premap ul:nth-child(9) a:hover {
        color: #000;
        border: none;
        background: none;
    }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
    .premap .ttl01,
    .premap ul {
        width: 100%;
    }
}



/*-----------------------------------------------

-----------------------------------------------*/

@media screen and (max-width: 768px) {
}



/*-----------------------------------------------

-----------------------------------------------*/

@media screen and (max-width: 768px) {
}



/*-----------------------------------------------
レスポンシブ
-----------------------------------------------*/
@media screen and (max-width: 768px) {
    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .heightLine, .heightLine:before, .heightLine:after,
    .heightLine-01, .heightLine-01:before, .heightLine-01:after {
        box-sizing: initial;
    }
    input[type="submit"] {
        -webkit-appearance: none;
        border-radius: 3px;
        border: none;
        background: #4a967b;
        color: #fff;
    }
    input[type="text"] {
        -webkit-appearance: none;
        border-radius: 3px;
        border: #d2d2d2 1px solid;
    }
    input[type="reset"],
    input[type="button"] {
        -webkit-appearance: none;
        border-radius: 3px;
        border: none;
        background: #d2d2d2;
    }
    button, input, select, textarea {
        font-family : inherit;
        font-size : 100%;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .youtube {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
    .pt0-sp { padding-top: 0 !important; }
    .pt4-sp { padding-top: 4% !important; }
    .pb0-sp { padding-bottom: 0 !important; }
    .pb4-sp { padding-bottom: 4% !important; }
    .pb8-sp { padding-bottom: 8% !important; }
    .intro-area .txt-box h4 {
        font-size: 20px;
        line-height: 1.25;
        padding: 2px 0 2px 5px;
    }
    [href^="tel"] {
        pointer-events: auto;
    }
}



@media screen and (max-width: 580px) {
}



@media screen and (max-width: 375px) {
}



@media screen and (max-width: 320px) {
}
