@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');


*{
	box-sizing:border-box;
}

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.8;
	font-family:"Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	color:#646464;
	font-size:15px;
	-webkit-text-size-adjust: 100%;
	box-sizing:  border-box;
	letter-spacing:.5px;
	 font-feature-settings: "palt";
}

ol, 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;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

img{
	vertical-align:bottom;
}

a{
	text-decoration:none;
	color:#646464;
	transition:.3s;
	border:0;
	outline:0;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}




/*=================
  共通
=================*/
.animated{
	opacity:0;
}

.flex{
	display:flex;
}

.flex-flow{
	display:flex;
	flex-flow:row wrap;
}

.flex-justify{
	display:flex;
  justify-content:space-between;
}
.flex-center{
	display:flex;
	justify-content:center;
	align-items:center
}

::selection {
    background: #fbde56;
	color:#333;
}


input,textarea { /* iphone用*/
  -webkit-appearance: none;
}



/* TOP */

.wrap{
	min-width:1000px;
	position: relative;
}
section + section,
section + nav{
	margin-top:40px;
}


.inner800{
	max-width:800px;
	/*! margin-left:40px; */
	margin-right: auto;
	margin-left: 40px;
}

.left-column{
	margin-left:calc((100% - 1060px) / 2);
	width:200px;
	padding:0 20px;
	border-right:1px solid #dcdcdc;
	height:100vh;
	position: fixed;
	left: 0;
	top: 0;
	background:#fff;
	z-index:999;
}
header{
	width:160px;
	margin:0 0 0 auto;
/*	margin-left:calc((100% - 1020px) / 2);*/
/*	position:fixed;*/
}
.header-logo{
	width:160px;
	margin:30px auto;
	text-align:center;
}
.header-logo img{
	width:117px;
}
.header-logo.header-logo2 img{
	width:160px;
}


.g-nav{
	width:160px;
	border:1px solid #dcdcdc;
	border-left:none;
	border-right:none;
	padding:10px 0;
}
.sp-only{
	display:none;
}

.g-nav a{
	display:block;
	padding:7px 0;
	font-size:14px;
}
.g-nav a:hover{
	color:#70a273;
}
.g-nav a::before{
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	background:#dcdcdc;
	position:relative;
	top:-1px;
	margin-right:5px;
}
.g-nav-s{
	display:none;
	font-size:13px;
}
.g-nav-non::after{
	content:"";
	display:inline-block;
	width:7px;
	height:7px;
	transform:rotate(135deg);
	border-top:2px #646464 solid;
	border-right:2px #646464 solid;
	margin-left:10px;
	position:relative;
	top:-2px;
	transition:.3s;
}
.openlist::after{
	transform:rotate(315deg);
	top:1px;
}


#index .g-nav .g-nav-top::before,
#about .g-nav .g-nav-about::before,
#shinrishi .g-nav .g-nav-shinrishi::before,
#news .g-nav .g-nav-news::before,
#info .g-nav .g-nav-info::before,
#join .g-nav .g-nav-join::before,
#ethics .g-nav .g-nav-ethics::before,

#contact .g-nav .g-nav-contact::before,
#faq  .g-nav .g-nav-faq::before,
#login .g-nav .g-nav-login::before{
	background:#70a273;
}


.g-nav-s{
	font-size:14px;
	margin-left:10px;
}

.right-column{
/*	width:calc(100% - 220px);*/
	width:calc((100% - 940px) / 2 + 800px);
margin-left:auto;
margin-right: 0;
/*! padding-right: calc((100% - 1060px) / 2 ); */
}

.login-button{
	position:absolute;
	right:0;
	top:0;
}
.login-button a{
	display:block;
	background:#70a273;
	color:#fff;
	line-height:34px;
	width:160px;
	text-align:center;
	border-radius:0 0 0 5px;
	box-shadow:0px 2px 3px rgba(0,0,0,0.15);
}
.login-button a:hover{
	background:#f7a392;
}


.first-view{
	background:#f5f4ec;
	width:100%;
	padding:50px 0 40px;
	background-image:url(../images/top_tree1.png);
	background-position:bottom right;
	background-size:cover;
	background-repeat:no-repeat;
}

.first-view-left{
	width:310px;
	margin-left:10px;
	background-image:url(../images/gifu_map.png);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
.first-view-logo{
	text-align:center;
	margin:40px 0;
}
.first-view-text{
	font-size:14px;
}
.first-view-right{
	margin:0 30px 0 auto;
}

.special-notice{
	margin:0 auto 40px;
	background:#efedd8;
	padding:10px 0;
	font-size:80%;
	text-align:center;
	line-height:1.4;
}

.news-block{
	background:#f5f4ec;
	padding:20px;
}
.news-block-left{
	background:#fff;
	width:28%;
	border-right:2px solid #f5f4ec;
	padding:20px;
	border-radius:5px 0 0 5px;
}
.news-block-right{
	background:#fff;
	width:72%;
	border-radius:0 5px 5px 0;
}
.news-title-en{
	font-size:14px;
	margin-top:10px;
}
.news-title-en img{
	margin-right:10px;
}
.news-block h2{
	font-size:18px;
	font-weight:700;
	margin-top:6px;
}
.news-block + .news-block{
	margin-top:5px;
}

.top-news-block-h2-2 span{
	display:inline-block;
}


.news-link-button a{
	line-height:40px;
	display:block;
	background:#fbde56;
	text-align:center;
	margin-top:10px;
}

.news-link-button a:hover{
	background:#70a273;
	color:#fff;
}
.news-link-button a:hover::after{
	border-color:#fff;
}

.news-link-button a::after{
	content:"";
	display:inline-block;
	width:7px;
	height:7px;
	border-top:2px solid #777;
	border-right:2px solid #777;
	margin-left:6px;
	transform:rotate(45deg);
}
.news-block-right a{
	display:block;
	line-height:2.3;
}
.news-block-right a:hover .news-block-title{
	text-decoration:underline;
	color:#70a273;
}


.news-block-right li + li a{
	border-top:2px solid #f5f4ec;
}
.news-block-time{
	font-size:14px;
	width:20%;
	text-align:center;
	padding-left:20px;
	color:#aaa;
}
.news-block-category{
	font-size:14px;
	width:30%;
	text-align:center;

}
.news-block-title{
	font-size:15px;
	width:55%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.navigate{
	background:#70a273;
	padding:40px 0;
}
.navigate-list > li{
	width:48.5%;
	box-shadow:0 8px 0 rgba(0,0,0,.15);
	border-radius:5px;
}
.navigate-list li > .navigate-list-button{
	display:block;
	background:#fff;
	border-radius:5px;
	padding:20px;
	height:217px;
	position:relative;
}
.navigate-text > a{
	display:block;
	margin-top:5px;
	color:#70a273;
	text-decoration:underline;

}


.navigate-text > a:hover{
	color:#f7a392;
}


.navigate-list > li > a:hover{
	transform:translateY(8px);
}
.navigate-list > li a:hover .link-button_s{
	color:#70a273;
}

.navigate-list > li:nth-child(odd){
	margin-right:3%;
}
.navigate-list > li:nth-child(3),
.navigate-list > li:nth-child(4),
.navigate-list > li:nth-child(5){
	margin-top:4%;
}
.navigate-title{
	font-weight:700;
	font-size:18px;
		color:#70a273;
	border-bottom:2px solid #70a273;
	padding-bottom:4px;
	margin-bottom:10px;
}
.navigate-list1-left{
	width:43%;
	text-align:center;
	padding-top:5px;
}
.navigate-list1-right{
	width:58%;
}
.link-button_s{
	position:absolute;
	bottom:20px;
	right:20px;
	font-size:14px;
}
.link-button_s img{
	margin-left:8px;
}
.navigate-list2{
	width:75%;
	text-align:center;
}
.navigate-about{
	background:#f5f4ec;
	text-align:center;
	padding:40px 0;
}
.navigate-about h2{
	font-size:18px;
	font-weight:bold;
	line-height:1;
}
.navigate-about ul{
	margin-top:20px;
}
.navigate-about li{
	width:calc((100% - 60px) / 5 );
	height:120px;
	border-radius:5px;

	position:relative;
	box-shadow:0 8px 0 rgba(0,0,0,.10);
}


.pamphlet-banner a{
	display:block;
	margin:40px auto 0;
	max-width:500px;
	transition:.3s;
}
.pamphlet-banner a:hover{
	opacity:.7;
}
.pamphlet-banner img{
	width:100%;
	border-radius:5px;
}

.navigate-about ul a,
.navigate-join a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background:#fff;
	border-radius:5px;
}
.navigate-about ul a:hover,
.navigate-join a:hover{
	top:8px;
	color:#70a273;
}
.navigate-about li:not(:nth-child(1)){
	margin-left:15px;
}
.inner500{
	max-width:500px;
	margin:auto;
}

.navigate-join{
	background: #70a273;
	padding: 40px 0;
}
.navigate-join li{
	width:calc((100% - 15px) / 2 );
	height:80px;
	border-radius:5px;
	position:relative;
	box-shadow:0 8px 0 rgba(0,0,0,.15);
}
.navigate-join  li:not(:nth-child(1)){
	margin-left:15px;
}

footer{
	margin-top:60px;
}
.footer-logo{
	text-align:center;
}
.footer-back{
	margin-top:20px;
	background-color:#f5f4ec;
	background-image:url(../images/footer_illust.png);
	background-position:left bottom -1px;
	background-repeat:no-repeat;
	background-size:50%;
	border-bottom:#70a273 solid 15px;
	padding:20px 0 20px;
}

footer nav{
	margin-right:0;
	margin-left:auto;
	width:360px;
	font-size:14px;
}
.footer-nav{
	padding-left:40px;
}
.footer-nav a{
	display:block;
	padding:3px 0;
}
.footer-nav a:hover{
	text-decoration:underline;
	color:#70a273;
}
.copyright{
	text-align:right;
	padding-top:20px;
}
small{
	font-size:10px;
}

/*本会について*/

.subpage-wrap{
	background: #f5f4ec;
	padding:60px 0 40px;
}
.subpage-h1{
	font-size:22px;
	color:#70a273;
}
.subpage-nav{
	margin-top:10px;
}

.subpage-nav .flex{
	flex-flow: row wrap;
}

input.select-button{
	color:#646464;
}

.subpage-nav a,
.subpage-nav .select-button{
	display:block;
	padding:2px 10px;
	border:1px solid #70a273;
	background: #fff;
	font-size:14px;
	margin-right:10px;
	border-radius:5px;
	margin-bottom:5px;
}

.subpage-section{
	margin-top:40px;
	background:#fff;
	border-bottom:2px solid #70a273;
	padding:30px;
}
.subpage-section-title{
	width:27%;
	font-size:18px;
	color: #70a273;
	font-weight: bold;
	padding-right: 3%;
}
.subpage-section-title span{
	display:inline-block;
}
.subpage-section-text{
	width:73%;
}
.subpage-section-text p + p{
	margin-top:13px;
}

.subpage-section-text * + .subpage-section-h3{
	margin-top:40px;
}
.name-text{
	text-align:right;
}
.subpage-section-h3{
	margin-bottom:15px;
	background: #70a273;
	color:#fff;
	display:inline-block;
	padding:1px 15px 2px;

}
.message-title{
	font-size:18px;
	margin-bottom:20px;
	font-weight:bold;
}
.yakuin-list{
	display: flex;
	flex-flow: row wrap;
	width:100%;

}
.yakuin-list + .yakuin-list{
	margin-top:20px;
}

.yakuin-list dt{
	width:30%;
	font-weight:bold;
	border-bottom:1px solid #eee;
	padding:5px 0;
	line-height:1.4;
	
}
.yakuin-list dd{
	width:70%;
	border-bottom:1px solid #eee;
	padding:5px 0 5px 10px;

}
div.yakuin-list-comment{
	width:100%;
}
p.yakuin-list-comment2{
	font-size:85%;
		width:100%;
}






/*1から始まるリスト*/
.subpage-section-ol{
	margin-left: 3.5em;
}
.subpage-section-ol > li{
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
.subpage-section-ol li:before{
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
/*2から始まる条項のリスト*/

.subpage-section-ol2 >  li{
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
.subpage-section-ol2 > li:first-child{
	margin-left:4em;
	text-indent:-3.7em;
}
.subpage-section-ol2 > li:not(:first-child){
	margin-left:4em;

}
.subpage-section-ol2 > li:not(:first-child)::before{
	content:counter(cnt);
/*	counter-reset: number 2;*/
	display: inline-block;
	margin-left: -3.5em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: -4px;

}

.normal-text img{
	width:100%;
}
.next-link-button a{
	line-height: 40px;
	display: block;
	background: #fff;
	max-width:300px;
	text-align: center;
	margin: 30px auto 0;
}
.next-link-button a::after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #777;
	border-right: 2px solid #777;
	margin-left: 6px;
	transform: rotate(45deg);
}
.subpage-section-h3 + .subpage-section-h4{
	margin-top:0;

}
.subpage-section-h4{
	color:#70a273;
	margin-top:10px;
	font-weight:bold;
}
.subpage-section-text .normal-text2{
	margin-top:0;
}
.subpage-section-text .normal-text + p {
    margin-top:0px;
}

.margin-top20{
 	margin-top:20px!important;
 }
 .subpage-section-ol span{
 	display:block;
 }
.list-disc{
	list-style-type:disc;
	margin-left:3em;
}

/*臨床心理士とは*/


.shinrishi-illust,
.shinrishi-illust2,
.shinrishi-illust3{
	text-align:center;
	margin:30px auto;
	margin-top:30px!important;
	background:#f9f6f4;
	border-radius:30px;
	padding:20px 10px 10px;
	width: 90%;
}
.shinrishi-illust img{
	width:100%;
	max-width:400px;
}

.shinrishi-illust2 img{
	width:100%;
	max-width:400px;
	height:auto;
}
.shinrishi-illust3 img{
	width:100%;
	max-width:250px;
	
}

.bold{
	font-weight:bold;
}
.shinrishi-illust4{
	text-align:center;
}
.shinrishi-illust4 img{
	max-width:30px;
}

.shinrishi-spot-list{
	margin-top:20px;
	border:1px solid #dcdcdc;
}
.shinrishi-spot-list li{
	width:calc(100% / 2);
	padding:20px;
	border-bottom:1px solid #dcdcdc;
}
.shinrishi-spot-list li:last-child{
	border-bottom:none;
}
.shinrishi-spot-list li:nth-child(odd){
	border-right:1px solid #dcdcdc;
}
.shinrishi-spot-list img{
	height:50px;
}
.shinrishi-spot-list dt{
	text-align:center;
font-size: 16px;
font-weight: bold;
}
.shinrishi-spot-list dd:nth-of-type(1){
	text-align:center;
	padding:10px 0;
}
.shinrishi-spot-list dd:nth-of-type(2){
	font-size:13px;

	line-height:1.5;
}
.shinrishi-link{
	margin-top:10px;
}
.shinrishi-link + .shinrishi-link{
	margin-top:15px!important;
}

.shinrishi-link a{
	text-decoration:underline;
	color:#70a273;
}

a.request-link{
	font-size: 16px;
	margin: 10px 0 30px;
	padding: 10px 10px;
	background: #70a273;
	color: #fff;
	display: block;
	border-radius: 40px;
	text-align:center;
	box-shadow: 0 6px 0 rgba(0,0,0,.15);
}
a.request-link span{
	display:inline-block;
}

.shinrishi-link a:hover{
	color:#f7a391;
}
.join-flow-list li{
	margin-top:10px;
	background:#f5f4ec;
	padding:5px 20px;
	position:relative;
}
.join-flow-list li:not(:last-child){
	margin-bottom:25px;

}
.join-flow-list li:not(:last-child)::after{
	content:"";
	display:block;
	width:15px;
	height:15px;
	background-image:url(../images/shinrishi_arrow.png);
	background-size:contain;
	position:absolute;
	bottom:-20px;
	left:25px;
}


/* blog */
.blog-archive-list li{
	border-bottom:1px solid #dcdcdc;
	padding:15px 0;
}
.blog-archive-list li a{
	display:block;
}
.blog-archive-list li a:hover .blog-menu-title{
	text-decoration:underline;
	color:#70a273;
}
.blog-archive-list li a:hover .blog-menu-text{
	color:#70a273;
}
.blog-menu-date{
	font-size:14px;
	color:#aaa;
	float:left;
}
.blog-menu-category{
	font-size:14px;
	background:#fbde56;
	float:left;
	padding:0 10px;
	margin-left:10px;
	border-radius:3px;
}
.blog-menu-title{
	clear:both;
	padding-top:3px;
	font-weight:bold;
	font-size:18px;
	line-height:1.4;
	padding:8px 0;
}
.blog-menu-text{
	font-size:14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.blog-h1{
	font-weight:bold;
	font-size:22px;
	clear:both;
}
.blog-date{
	float:left;
	margin-top:13px;
	margin-bottom:10px;
	font-size: 13px;

}
.blog-category{
	float:left;
	font-size: 13px;
	background: #fbde56;
	float: left;
	margin-left: 10px;
	border-radius: 3px;
	margin-bottom:10px;
	padding:0 15px;
}
.blog-article{
	margin-top:20px;
	padding-top:20px;
	margin-bottom:40px;
	border-top:1px solid #dcdcdc;
}
.blog-article h1{font-size:300%;}
.blog-article h2{font-size:260%;}
.blog-article h3{font-size:230%;}
.blog-article h4{font-size:200%;}
.blog-article h5{font-size:160%;}
.blog-article h6{font-size:130%;}
.blog-article > * + *{
	margin:18px 0;
}
.blog-article strong{
	font-weight:bold;
}
.blog-article em{
	font-style:italic;
}

.blog-article img{
	max-width:100%;
	margin:20px 0;
}
a.swipe{
	display:block;
}

.blog-pdf{
	margin-top:40px;
}
.blog-pdf li{
	overflow:hidden;
}
.blog-pdf i{
	font-size:30px;
	color:#70a273;
	display:block;
	float:left;
}
.blog-pdf a{
	display:block;
}
.blog-pdf a:hover p{
	color:#70a273;

}
.blog-pdf p{
	float:left;
	line-height:30px;
	padding-left:10px;
	text-decoration:underline;
}

.blog-pdf li + li{
	margin-top:15px;
}

.link-button-wrap{

	margin:13px 0;

}
.link-button-wrap + .link-button-wrap{
	margin-left:20px;
}
.link-button-wrap a{
	display:block;
	border:1px solid #808080;
	border-radius:20px;
	padding:5px 20px;
}

.link-button-wrap a:hover{
	background:#fbde56;
}

.pager {
	font-size:1em;
	color:#666;
	margin:40px auto 0;
	width:auto;
	overflow:hidden;
}

.pager a {
	text-decoration: none;
	border: solid 1px #ccc;
	color: #666;
}

.pager a, .pager span {
	display: block;
	float: left;
	padding: 0.2em 0.8em;
	margin-right: 4px;
	margin-bottom: 5px;
	line-height:2em;
	border: 1px solid #eee;
}
.pager span:hover{
	cursor:pointer;
	color:#ef858c;
}

.pager .current {
color: #fff;
border: 1px solid #70a273;
background: #70a273;
}

.pager .current.prev, .pager .current.next{
	color:#ccc;
	border-color:#e5e5e5;
	background:#fff;
}

.form{

	padding:0px 0 ;
}
.form > ul > li{
	margin-top:10px;
	padding:0 0 20px;
}
.form > ul > li:not(:last-child){
	border-bottom:1px dotted #aaa;
}

.subpage-section-text .form-comment{
	font-size:12px;
	margin-top:2px;
}
.form i{
	margin-right:2px;
}
.form-title{
	font-weight:bold;
}
.form-title span{
	color:#f7a392;
}
.subpage-section-text .form-input{
	margin-top:8px;
}
textarea,
 input:not([type="image"]):not([type="submit"]):not([type="radio"]) {
    width: 100%;
    padding: 5px;
    font-size: 16px;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
    outline: none;
}


textarea {
    height: 13em;
}

input[type="radio"] {
   margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-input label{
	display:block;
}
.form-input label + label{
	margin-top:10px;
}

.form-pdf-select li + li{
	margin-top:15px;
}

input[type="radio"] {
    width: 18px;
    height: 18px;
    border-radius: 100px;
    position: relative;
    vertical-align: sub;
    margin-right: 10px;
  }
  input[type="radio"]::before, input[type="radio"]::after{
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }
  input[type="radio"]::before {
    background-color: #fff;
    border: 1px solid #333;
    height: 20px;
    width: 20px;
    left: 0px;
  }
  input[type="radio"]::after {
    background-color: #f7a392;
    opacity: 0;
    height: 14px;
    width: 14px;
    left: 4px;
  }
  input[type="radio"]:checked::after {
    opacity: 1;
  }


.big-button,
#submit-btn input{
	display:block;
	text-align:center;
	background:#70a273;
	color:#fff;
	cursor: pointer;
	padding:15px 30px 15px 20px;
	border-radius:5px;
	border:none;
	outline:none;
	font-size:18px;
	transition:.3s;

}

.big-button{
	position:relative;

}
#submit-btn{
	margin-top:15px;
	position:relative;
}

.big-button:hover,
#submit-btn input:hover{
	background:#f7a392;
}

.big-button::after,
#submit-btn::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: 6px;
    transform: rotate(45deg);
    position:absolute;
    top:21px;
    right:15px;
}

.big-button::after{
	top:27px;
}


/*よくあるご質問*/
.faq-list dt{
	font-size:18px;
	padding-left:40px;
	position:relative;
}
.faq-list dd{
	margin-top:20px;
	padding-left: 50px;
	position:relative;
}
.faq-list li{
	padding:20px 0;
}
.faq-list li + li{

	border-top:1px solid #dcdcdc;
}

.faq-list dt::before{
	content: "Q.";
	display: inline-block;
	font-size: 28px;
	width: 1em;
	font-weight: bold;
	color: #70a273;
	vertical-align: middle;
	line-height: 1;
	position:absolute;
	top:-6px;
	left:0;
}

.faq-list dd::before{
	content: "A.";
	display: inline-block;
	font-size: 28px;
	width: 1em;
	font-weight: bold;
	color: #d9d9d9;
	vertical-align: middle;
	line-height: 1;
	position:absolute;
	top:-6px;
	left:10px;
}


/*会員ページ*/
.member-top-news{
	background:#fff;
	padding:40px 0;
}

#member-top .subpage-h1{
	padding-bottom:10px;
	font-size:18px;
}

#member-top .navigate{
	margin:0;
}
#member-top .subpage-wrap{
	padding-bottom:0;
}
#member-top .navigate-list > li a{
	height:170px;
}

/*
#member-top .navigate-list > li{
	width:calc((100% - 40px) / 3);
	margin-right:20px;
	margin-top:0;
}
#member-top .navigate-list > li:nth-child(3n){
	margin-right:0;
}
*/
.member-h1 img{
	width:1.2em;
	vertical-align:middle;
	position:relative;
	top:-2px;
	margin-right:3px;
}
#member-dl .blog-pdf{
	margin-top:20px;
}
#member-dl .blog-pdf + h3{
	margin-top:60px;
}
.navigate-join.member-nav li{
	width:calc((100% - 30px) / 3);
	margin-right:15px;
	margin-left:0;
	margin-top:20px;
	
}
.navigate-join.member-nav li:nth-child(3n){
	margin-right:0;
}
.navigate-join.member-nav li:nth-child(1),
.navigate-join.member-nav li:nth-child(2),
.navigate-join.member-nav li:nth-child(3){
	margin-top:0;
}

.member-nav-title{

	color:#fff;
	margin-bottom:10px;
}
.member-nav.navigate-join li{
	height:65px;
}

.download-list{
	margin:20px 0;
}












/* --------------------------- 1040px以下 --------------------------- */
@media screen and (max-width:1040px) {
	.left-column{
		margin-left:0px;
	}
	.inner800{
		margin-left:30px;
	}


}/*1040*/



/* --------------------------- 810px以下 タブレット縦・スマホ横 --------------------------- */
@media screen and (max-width:810px) {
	.sp-only{
		display:block;
	}

	.login-button{
		display:none;
	}
	.wrap{
		display:block;
		min-width:auto;
	}
	.left-column{
		width:100%;
		height:auto;
	}
	header{
		width:100%;
	}
	/*
	.header-logo{
		margin:10px 3%;
	}
	.header-logo img{
		width:200px;
	}*/

	/*ロゴ2行用*/
	.header-logo{
		margin:10px 3%;
		width:70%;
	}
	.header-logo img,
	.header-logo.header-logo2 img{
		width:100%;
		max-width: 400px;
		display: block;
	}
	/*ロゴ2行用ここまで*/

	
	.g-nav > ul{
		display:none;
		width:300px;
		position:absolute;
		background:#fff;
		right:0;
		padding:50px;
		border-radius:0 0 0 10px ;
	}
	
	.g-nav{
		border:none;
		padding:0;
	}
	
	
	.menu-button{
		cursor:pointer;
		width:40px;
		height:15px;
		position:absolute;
		top:17px;
		right:20px;
		z-index:998
	}
	.menu-button span:nth-child(1){
		display:block;
	
		width:100%;
		height:2px;
		background:#333;
		position:absolute;
		top:0;
		transition:.3s;
	}
	.menu-button span:nth-child(2){
		display:block;
		width:100%;
		height:2px;
		background:#333;
		position:absolute;
		bottom:0;
		transition:.3s;
	}
	.rotation{
		transform:rotate(45deg);
		top:7px!important;
	}
	.rotation2{
		transform:rotate(-45deg);
		bottom:6px!important;
	}
	
	section + section,
	section + nav{
		margin-top:30px;
	}
	
	.right-column{
		width:100%;
	}
	.inner800{
		width:94%;
		margin:0;
		margin-left:3%;
		margin-right:3%;
	}
	.first-view-left{
		width:50%;
	}
	.first-view-right{
		width:50%;
		text-align:center;
	}
	.first-view-right img{
		width:90%;
		height:auto;
		margin-top:50px;
	}
	.navigate-about li{
		height:132px;
	}

}/*810*/



/* --------------------------- 600px以下 スマホ縦 --------------------------- */
@media screen and (max-width:600px) {
	.pc-only{
		display:none;
		
	}
	.first-view{
		padding:50px 0 20px;
	}
	.first-view .inner800{
		display:block;
	}
	.first-view-logo{
		margin:20px 0;
	}
	.first-view-logo img{
		width:50%;
		height:auto;
	}
	.first-view-left{
		width:100%;
		margin:0;
		padding:0 3%;
	}
	
	.first-view-right{
		margin:0;
		width:100%;
		text-align:center;
	}
	.first-view-right img{
		width:80%;
		max-width:300px;
		height:auto;
		margin-top:0;
	}
	
	.first-view-text{
		max-width:400px;
		margin:0 auto;
	}
	.news-block{
		display:block;
		padding:10px;
	}
	.news-block-left{
		display:flex;
		width:100%;
		padding:10px;
		border:none;
	}
	.news-title-en{
		display:none;
	}
	
	.news-block h2{
		font-size:16px;
		margin:0;
/*		line-height:42px;*/
		width: 50%;
	}
	.news-link-button{
		margin:0 0 0 auto;
	}
	.news-link-button a{
		margin:0 0 0 auto;
		padding:0 20px;
		line-height:42px;
	}
	.news-block-right{
		width:100%;
	}
	.news-block-right li a{
		border-top: 2px solid #f5f4ec;
	}
	.news-block-time{
		font-size:10px;
		width:80px;
		padding-left:10px;
		line-height:42px;

	}
	.news-block-category{
		font-size:12px;
		text-align:left;
		width:80px;
		line-height:42px;
		padding-left:10px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.news-block-title{
		width:calc(100% - 160px);
		line-height:42px;
	}
	.navigate{
		padding:30px 0;
	}
	.navigate-list{
		display:block;
	}
	.navigate-list > li{
		width:100%;
		
	}
	.navigate-list > li:not(:first-child){
		margin-top:20px;
	}
	.navigate-list > li:nth-child(2n+1){
		margin-right:0;
	}
	.navigate-about{
		padding:30px 0;
	}
	.navigate-about ul{
		display: flex;
		flex-flow: row wrap;
	}
	.navigate-about li{
		width:48%;
		height:70px;
	}
	.navigate-about li:not(:nth-child(1)){
		margin-left:0;
	}
	.navigate-about li:nth-child(odd){
		margin-right:4%;
	}
	.navigate-about li:nth-child(3),
	.navigate-about li:nth-child(4),
	.navigate-about li:nth-child(5),
	.navigate-about li:nth-child(6){
		margin-top:20px;
	}
	.navigate-join{
		padding:30px 0;
	}
	.navigate-join li{
		height:70px;
	}
	footer{
		margin-top:40px;
	}
	.footer-logo img{
		width:80%;
		max-width:300px;
		height:auto;
	}
	.footer-nav a{
		padding:10px 0;
	}
	
	
	/*サブページ*/
	.subpage-section .flex:not(.blog-pdf .flex){
		display:block;
	}
	.link-button-wrap + .link-button-wrap{
		margin-left:0;
		margin-top:20px;
	}
	.link-button-wrap a{
		text-align:center;
	}
	
	.subpage-section-title{
		width:100%;
		margin-bottom:20px;
		padding-right:0;
	}
	.subpage-section-text{
		width:100%;
	}
	.subpage-section{
		padding:3%;
		margin-top:20px;
	}
	#member-top .navigate-list > li{
		width:100%;
	}
	#member-top .navigate-list > li:not(:first-child){
		margin-top:20px;
	}
	#member-top .navigate-list > li > a{
		height:auto;
	}
	.navigate-join.member-nav li{
		width:calc((100% - 20px) / 2);
		margin-right:0;
	}
	.navigate-join.member-nav li:nth-child(odd){
		margin-right:20px;
	}
	.navigate-join.member-nav li:nth-child(3),
	.navigate-join.member-nav li:nth-child(4),
	.navigate-join.member-nav li:nth-child(5),
	.navigate-join.member-nav li:nth-child(6) {
    margin-top: 20px;
	}
	
}/*600*/


/* --------------------------- 560px以下 --------------------------- */
@media screen and (max-width:560px) {

	
}/*560*/

/* --------------------------- 450px以下 --------------------------- */
@media screen and (max-width:450px) {

	.shinrishi-spot-list li{
		padding:10px;
	}
	.news-block-left{
		
		display:block;
	}
	.news-block h2{
		font-size:15px;
		width:100%;
		margin-bottom:10px;
	}

}/*450*/


/* --------------------------- 400px以下 --------------------------- */
@media screen and (max-width:400px) {

footer nav{
	display:block!important;
	width:100%;

}

.footer-nav{
	padding-left:10px;
}


}/*400*/




/* --------------------------- 350px以下 --------------------------- */
@media screen and (max-width:350px) {

	.news-link-button a{
		padding:0 15px;
	}
	.navigate-list1-left img{
		width:85%;
		height:auto;
	}
	.navigate-list2 img{
		width:85%;
		height:auto;
	}
	.g-nav > ul{
		padding:15px;
	}

}/*350*/

