@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    font-weight: normal;
}

body {
    font-family: 'Noto Sans JP', "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    overflow-x: hidden;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    position: relative;
    direction: ltr;
    background: #f2f7fb;
}

::selection {
    background: #000;
    color: #fff;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

.sp {
    display: none;
}

/* header */
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    height: 120px;
}

.head-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 4%;
}

.head-inner h1.logo {
    max-width: 260px;
    width: 100%;
    display: block;
}

.nav {
    display: block;
    position: relative;
}

.nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.nav ul li {
    margin-left: 16px;
    padding-left: 16px;
    position: relative;
    display: inline-block;
}

.nav ul li:first-child {
    margin: 0;
    padding-left: 0;
}

.nav ul li:last-child {
    padding-left: 0;
}

.nav ul li:before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0px;
    transform-origin: left center;
    top: 0;
    margin: auto;
}

.nav ul li:first-child:before,
.nav ul li:last-child:before {
    content: "";
    display: none;
}

.nav ul li a {
    font-size: .8rem;
    color: #000;
    font-weight: 400;
}

.nav ul li:last-child a {
    background-color: #0068B7;
    color: #fff;
    padding: 8px 16px;
}

.main-vs {
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-vs p {
    font-size: 3.2rem;
    font-weight: 600;
    max-width: 1000px;
    width: 100%;
    padding: 0 4%;
}

/* contents start */
main {
    width: 100%;
    display: block;
    margin-top: 120px;
    padding-bottom: 46px;
}

section {
    width: 100%;
    display: block;
    position: relative;
}

.inner {
    width: 100%;
    max-width: 960px;
    display: flex;
    position: relative;
    padding: 96px 40px 48px;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
}

.inner.col {
    flex-direction: column;
    max-width: 860px;
    align-items: center;
}

.title-area {
    display: block;
    padding-bottom: 32px;
}

.title-area h2 {
    width: 100%;
    font-size: 2.2rem;
    font-weight: 400;
    display: block;
    position: relative;
    margin-bottom: 24px;
    color: #0068B7;
}

.col .title-area h2 {
    text-align: center;
}


.content-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.col .content-area {
    margin-left: 0;
    display: flex;
    align-items: center;
}

.content-area.col {
    align-items: center;
}

.col .content-area {
    margin-left: 0;
}

.content-area p {
    font-size: 1rem;
    line-height: 2.2em;
}

.section2 .flex-area {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.section2 .flex-area>div:last-of-type {
    margin-left: 40px;
}

col .section2 .flex-area>div:last-of-type {
    margin-left: 0;
}

.section2 .heading {
    color: #0068B7;
    font-weight: bold;
}

.section2 .dot {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.section2 .dot img {
    width: 10px;
    display: block;
    margin-right: 4px;
}

.section2 .p {
    font-size: 1rem;
    line-height: 1.8em;
    margin-top: 20px;
}

.section2 .p a {
    font-size: 1rem;
    line-height: 1.8em;
    margin-top: 20px;
    color: #0068B7;
}

.section2 .p a:hover {
    text-decoration: underline;
}

.section3 .flex-area {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.section3 .flex-area .box {
    border: 1px solid #b9b9b9;
    width: 160px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0068B7;
}

.section3 .flex-area .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 24px;
    border-color: transparent transparent transparent #0068b7;
    margin: 0 10px;
}


.section3 .flex-area2 {
    display: flex;
    margin-top: 20px;
}

.section3 .flex-area2 .box {
    border: 1px solid #0068b7;
    width: 30%;
    height: auto;
    color: #0068B7;
	background: #fff;
}

.section3 .flex-area2 .box p:first-child{
	background: #0068b7;
	color: #fff;
	text-align: center;
}

.section3 .flex-area2 .box p:last-child{
	padding: 15px;
	line-height: 1.4em;
	
}

.section3 .flex-area2 .box p:last-child a{
	text-decoration: underline;
	line-height: 1.4em;
}


.section3 .flex-area2 .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 24px;
    border-color: transparent transparent transparent #0068b7;
    margin: 0 10px;
	margin-top: 10%;
}

.section3 .flex-area2 .triangle2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 24px;
    border-color: transparent transparent transparent #0068b7;
    margin: 0 10px;
	margin-top: 7%;
}


.flex-area3{
	width: 100%;
}
.flex-area3 dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.flex-area3 dl dt{
	width: 17%;
}


.flex-area3 dl dd{
	width: 83%;
}

.section3 .flex-area4 {
    margin-top: 20px;
	width: 100%;
}

.section3 .flex-area4 .box {
    border: 1px solid #0068b7;
    width: 100%;
    height: auto;
    color: #0068B7;
	background: #fff;
}

.section3 .flex-area4 .box div:first-child{
	background: #0068b7;
	color: #fff;
	padding: 10px;
}

.section3 .flex-area4 .box div:last-child{
	padding: 15px;
	line-height: 1.4em;
	
}

.section3 .flex-area4 .box div:last-child p a{
	text-decoration: underline;
	line-height: 2.2em;
}

.section3 .flex-area4 ol{
	list-style: decimal;
	padding-left: 2em;
}
.section3 .flex-area4 ol li{
	margin-bottom: 10px;
}


.section3 .flex-area4 .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 24px;
    border-color: transparent transparent transparent #0068b7;
    margin: 0 auto;
	transform: rotate(90deg);
}


.section3 .content-area ul.list1,
.section3 .flex-area4 ul.list1{
	list-style: disc;
	padding-left: 2em;
}

.section3 .content-area ul.list1 li,
.section3 .flex-area4 ul.list1 li{
	margin-bottom: 10px;
}


/* contact */
.contact p.information {
    line-height: 2;
    display: block;
    margin-bottom: 64px;
}

.contact p {
    line-height: 2;
    color: #000;
    margin-bottom: 64px;
    display: block;
    position: relative;
}

.contact-wrap {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
}

.contact-wrap dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 0 0 0 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #b5d2e9;
}

.contact-wrap dt {
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
}

.contact-wrap dt.col {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
}

.contact-wrap dt span.req {
    font-size: .8rem;
    line-height: 1.2;
    background: #ff3131;
    color: #fff;
    padding: 4px 8px;
    border-radius: 9px;
}

.contact-wrap dd {
    width: 70%;
    display: block;
    padding-bottom: 20px;
    font-size: 1rem;
    line-height: 1.2;
}

.contact-wrap dd p {
    margin: 0;
    font-size: 1rem;
    text-align: left;
    line-height: 1.2;
}

.contact-wrap dd span.notice {
    font-size: .8rem;
    line-height: 1.6;
    display: block;
    padding-top: 8px;
    color: #454545;
}

.contact-wrap dd input[type="text"],
.contact-wrap dd select {
    width: 100%;
    font-family: inherit;
    padding: 7px 2%;
    font-size: 1rem;
    background: #f9f9f9;
    border: 1px solid #ddd;
    color: #666 !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.contact-wrap dd textarea {
    width: 100%;
    min-height: 120px;
    resize: vertical;
    padding: 7px 12px;
    box-sizing: border-box;
    resize: vertical;
    font-size: 14px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    color: #666 !important;
}

.submit_area {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 48px 0 0 0;
    margin-bottom: 48px;
}

.confirmation_btn {
    font-family: inherit;
    width: 48%;
    padding: 15px 10px;
    font-size: 14px;
    background: #0068B7;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    line-height: 1em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
}

.confirmation_btn:hover {
    opacity: 0.7;
}

.submit_content {
    width: 100%;
}

input[type="button"][value="戻る"] {
    font-family: inherit;
    padding: 10px 30px;
    font-size: 16px;
    background: none;
    border: 2px solid #0068B7;
    background: none;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 48%;
    line-height: 1em;
}

input[type="button"][value="戻る"]:hover {
    opacity: 0.7;
}

input[type="submit"][value="送信"] {
    font-family: inherit;
    padding: 10px 30px;
    font-size: 16px;
    background: none;
    border: 2px solid #000;
    background: #000;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 48%;
    line-height: 1em;
}

input[type="button"][value="TOPページ"] {
    font-family: inherit;
    padding: 10px 30px;
    font-size: 16px;
    background: none;
    border: 2px solid #000;
    background: #000;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 48%;
    line-height: 1em;
}

/* footer */
.footer {
    width: 100%;
    display: block;
    background-color: #fff;
}

.foot-inner {
    width: 100%;
    max-width: 960px;
    position: relative;
    padding: 24px 4%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

img.footer-logo {
    display: block;
    width: 200px;
}

.foot-inner p.copy {
    font-size: .8rem;
    color: #000;
    text-align: center;
    display: block;
}

/* modal */
.top-modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.modal-bloc {
    max-width: 360px;
    width: 100%;
    padding: 0 2%;
    display: block;
}

.modal-bloc h2 {
    max-width: 240px;
    width: 100%;
    display: block;
    margin: 20px auto 0;
    padding-bottom: 48px;
    text-align: center;
}

.modal-bloc p {
    font-size: 1.06rem;
    line-height: 2.2;
    text-align: center;
    display: block;
    padding-bottom: 48px;
}

.modal-btn ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
}

.modal-btn ul li {
    width: 48%;
    display: block;
    text-align: center;
}

.modal-btn ul li a {
    width: 100%;
    font-size: 1.06rem;
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 16px;
    display: block;
    background: #a5b592;
}

.err {
    color: #d30e0e;
}

.mt-20 {
    margin-top: 20px;
}

@media screen and (max-width:1179px) {
    .header {
        height: 96px;
    }

    .head-inner h1.logo {
        max-width: 180px;
    }

    main {
        margin-top: 100px;
    }

    .nav ul li:not(.nav ul li:last-child) {
        display: none;
    }

    .contact-wrap dt {
        font-size: .8rem;
    }

    .nav ul li:last-child a {
        font-size: .8rem;
    }

    .inner {
        display: block;
        padding: 64px 10px 0;
    }

    .title-area h2 {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        font-size: 1.2rem;
    }

    .title-area h2:before {
        height: 21px;
        left: 4px;
    }

    .content-area {
        margin-left: 0;
    }

    .content-area.col-sp {
        align-items: center;
    }

    .section2 .flex-area {
        flex-direction: column;
    }

    .section2 .flex-area>div {
        margin-top: 20px;
    }

    .section2 .flex-area>div:last-of-type {
        margin-left: 0;
    }

	
	
	.section3 .flex-area2 {
		flex-direction: column;
		width: 100%;
	}

	.section3 .flex-area2 .box {
		width: 100%;
	}

	.section3 .flex-area2 .triangle {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 0 20px 24px;
		border-color: transparent transparent transparent #0068b7;
		margin: 15px auto;
		transform: rotate(90deg);
	}
	.section3 .flex-area2 .triangle2 {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 0 20px 24px;
        border-color: transparent transparent transparent #0068b7;
        margin: 15px auto;
        transform: rotate(90deg);
    }
	
	
	
	
	
	
	
    .section3 .flex-area {
        flex-direction: column;
    }

    .section3 .flex-area .triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 0 20px 24px;
        border-color: transparent transparent transparent #0068b7;
        margin: 0 10px;
        transform: rotate(90deg);
    }
	
	
	
	
	
	.flex-area3 dl{
		flex-direction: column;
	}

	.flex-area3 dl dt{
		width: 100%;
		margin-bottom: 10px;
	}

	.flex-area3 dl dd{
		width: 100%;
	}
	
	
	
	

    .section4 {
        padding-bottom: 64px;
    }

    .contact-wrap dt {
        width: 100%;
        font-size: 1rem;
    }

    .col .small {
        margin-top: 10px;
        white-space: nowrap;
        font-size: 12px;
    }

    .contact-wrap dd {
        width: 100%;
    }

    .foot-inner {
        flex-direction: column;
    }

    .foot-inner p.copy {
        margin-top: 20px;
    }

    .contact-wrap dt {
        justify-content: flex-start;
    }

    .contact-wrap dt span.req {
        font-size: .8rem;
        line-height: 1.2;
        background: #ff3131;
        color: #fff;
        padding: 4px 8px;
        border-radius: 9px;
        margin-left: 10px;
    }
}

.member {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.members {
    width: 100%;
    line-height: 1.6;
    margin-top: 16px;
}



/*会員一覧追加分*/
a[href*="tel:"] {
	pointer-events: none;
}


.content-area{
}

.pref-select{
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 20px 0;
}

.pref-select p{
    font-size: 16px;
    line-height: 1em;
    margin: 0 20px 0 0;
}

.pref-select p a{
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pref-select p a::before{
    font-family: FontAwesome;
    content: "\f111";
    color: #ffb84d;
    margin-right: 5px;
}


.pref1{
    font-size: 24px;
    color: #0058aa;
    margin-bottom: 20px;
    padding-top: 50px;
    margin-top: -30px;
}

.member-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.preftop1{
    width: 100%;
    font-size: 14px;
    color: #222;
    text-align: right;
    position: relative;
}

.preftop1 a::before{
    font-family: FontAwesome;
    content: "\f0de";

    margin-right: 5px; 
    position: absolute;
    top: 4px;
    right: 125px;
}

dl.member1{
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    
}

dl.member1 dt{
    width: 25%;
    background: #0058aa;
    border-top: 1px solid #fff;
    border-right: 1px solid #0058aa;
    color: #fff;
    padding: 10px;
}

dl.member1 dd{
    width: calc(75% - 4px);
    border-top: 1px solid #0058aa;
    border-right: 1px solid #0058aa;
    padding: 10px;
    line-height: 1.4em;

}

dl.member1 dd:last-child{
    border-bottom: 1px solid #0058aa;
}

dl.member1 dt:first-child{
    border-top: 1px solid #0058aa;
}
dl.member1 dt:last-child{
    border-bottom: 1px solid #0058aa;
}





/*TOPに戻る*/
#scrollTop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #7A6A56;
    border:1px solid #999;
    text-align: center;
    padding-top: 3px;
	
}

#scrollTop:hover{
	cursor: pointer;
}


@media screen and (max-width:767px) {
    .member {
        display: block;
    }
    
    .members {
        width: 100%;
    }

    .members:nth-of-type(even) {
        margin-left: 0;
    }
    
    
    /*会員一覧追加分*/
    a[href*="tel:"] {
		pointer-events: initial;
	}
    
    .member-list{
        flex-direction: column;
    }

    dl.member1{
        width: 100%;
    }

    dl.member1 dt{
        width: 100%;
        border: 1px solid #0058aa;
    }

    dl.member1 dd{
        width: 100%;
        border: 1px solid #0058aa;
        padding: 10px;
        line-height: 1.4em;
    }

}

.province {
    font-size: 1.2rem;
    color: #0068B7;
    margin-top: 2rem;
}


.submit_content dl:nth-child(11){
    display: none !important;
}

