@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese'); /* Noto Sans JP 源ノ角ゴシック　　font-family: 'Noto Sans JP', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Heebo');

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	reset.css

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

ul, ol {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}


a {
	outline: none;
}

/* IE8+, Chrome */
input, button {
	outline: 0;
}

/* Firefox */
input::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
}




/* ================================================================================

	フォント

================================================================================ */

body {
	font-family: 'Noto Sans JP',-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}




/* ================================================================================

	リンク

================================================================================ */

a {
	opacity: 1;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}
a:hover {
	opacity: 0.6;
}




/* ================================================================================

	ログインロゴ

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#login h1 a {
		background: url(login_logo.png) left top no-repeat;
		background-size: contain;
		max-width: 100%;
		padding-bottom: 30px;
		pointer-events:none;
		width: 38vw;
		height: 6vw;
		margin: 0 0 1vw -0.5vw;
		padding: 0;
	}
}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#login h1 {
		text-align: center;
	}
	#login h1 a {
		background: url(login_logo.png) center top no-repeat;
		background-size: contain;
		max-width: 100%;
		pointer-events: none;
		width: 100%;
		height: 13vw;
	}
}




/* ================================================================================

	ログインボタン

================================================================================ */

body.login div#login form#loginform input#wp-submit {
	width: 100%;
	background-color: orange;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	padding: 0 36px 2px;
	margin-top: 16px;
	margin-bottom: 16px;
	text-shadow: none;
}

@media (max-width: 768px) {
	body.login div#login form#loginform input#wp-submit {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 100%;
	}
}




/* ================================================================================

	レイアウト

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	div#login > * {
		vertical-align: middle;
	}

	body.login {
		position: relative;
		width: 100%;
		background-color: #004d8c ;
	}

	#login {
		width: 100%;
		padding: 4vw 0;
		font-size: 0;
		text-align: center;
	}

	#new_login1 {
		display: inline-block;
		font-size: 0.9vw;
		text-align: left;
	}

	#new_login2 {
		display: inline-block;
		font-size: 0.9vw;
		text-align: left;
		width: 27vw;
	}
}




/* SP設定
----------------------------------------------- */
@media (max-width: 768px) {
	div#login > * {
		vertical-align: middle;
	}

	body.login {
		position: relative;
		width: 100%;
		background-color: #004d8c ;
	}

	#login {
		width: 90%;
		text-align: center;
		min-height: 70vh;
	}


	#new_login1{
	}
	#new_login2{
	}
}




/* ================================================================================

	左側コメント部分

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#message1 {
		position: relative;
		font-size: 2vw;
		color: #ffffff;
		font-weight: 700;
		margin-bottom: 0.5vw;
	}
	#message1:before {
		font-family: "dashicons";
		content: "\f339";
		vertical-align: -0.1em;
		margin: 0 0.2em 0 0;
	}

	#message2,
	#message3,
	#message4 {
		font-size: 1vw;
		color: #ffffff;
		font-weight: 500;
		line-height: 2;
	}
}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.messages{
		display:none;
	}

}




/* ================================================================================

	右側ログインフォーム部分

================================================================================ */

#loginform {
	background: #004d8c;
	padding-bottom: 0;
	border: none;
}


/* プライバシーポリシー */
#login #backtoblog,
#login #nav,
#login .privacy-policy-page-link {
	text-align: right;
	margin: 0;
	line-height: 1.5;
}


/* テキストカラー白 */
#login #nav a,
#login #backtoblog a,
.privacy-policy-page-link a,
.language-switcher label {
	color: #ffffff;
}



/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	body.login div#login form#loginform input#wp-submit {
		background-color: #ffed28;
		color: #004d8c;
		line-height: 1;
		border: 0;
		padding: 1vw;
		font-size: 1.3em;
		margin: 0 0 1vw;
		height: auto;
		border-radius: 3px;

		transition-property: all;
		transition-duration: 0.3s;
		transition-timing-function: ease-in-out;
		transition-delay: 0s;
	}
	body.login div#login form#loginform input#wp-submit:hover {
		background-color: #ffff00;
		color: #0069be;
	}

	#login form {
		box-shadow: 0px 0px 0px rgba(0,0,0,.13);
	}
	#login form .input,
	#login input[type="text"] {
		display: block;
		border: 0;
		padding: 1vw;
		font-size: 1.3em;
		font-family: Arial, sans-serif;
		color: #000;
		border: solid 1px #ccc;
		margin: 0 0 1vw;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	#login form label {
		font-size: 1vw;
		line-height: 1.7;
	}
	.forgetmenot label {
		font-size: 1vw;
		line-height: 2;
		display: block;
	}

	#login #backtoblog,
	#login #nav,
	#login .privacy-policy-page-link {
		font-size: 1vw;
		padding: 0.5vw 0 0 0;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#login {
		padding: 12vw 0px 0 0;
	}
	#new_login2 {
		margin: 0 0 12vw 0;
	}

	body.login div#login form#loginform input#wp-submit {
		background-color: #ffed28;
		color: #004d8c;
		border-radius: 3px;
		transition-property: all;
		transition-duration: 0.3s;
		transition-timing-function: ease-in-out;
		transition-delay: 0s;
	}
	body.login div#login form#loginform input#wp-submit:hover {
		background-color: #ffff00;
		color: #0069be;
	}

	#login form {
		box-shadow: 0 0px 0px rgba(0,0,0,.13);
		padding: 1vw 9vw 3vw;
	}
	#login #nav {
		margin: 0;
	}
	#backtoblog {
		margin: 0;
	}

	#login form .input,
	#login input[type="text"] {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	#login form label {
		font-size: 3.3vw;
	}

	#login #backtoblog,
	#login #nav,
	#login .privacy-policy-page-link {
		width: auto;
		font-size: 3.3vw;
		padding: 3vw 9vw 0;
	}
}




/* ================================================================================

	ログインページパスワード忘れ　画面

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.login-action-lostpassword #login h1 a {
		margin: 0;
	}

	.login-action-lostpassword {
		text-align: center;
	}

	#lostpasswordform {
		background-color: #004d8c;
		border: none;
	}

	#login form label {
		color: #ffffff;
		display: inline-block;
	}

	.login-action-lostpassword #new_login1 {
		display: inline-block;
		font-size: 0.9vw;
		text-align: left;
		width: 24vw;
	}
	#login form {
		padding: 0;
	}

	/* 管理者メールアドレスの検証  */
	#login form.admin-email-confirm-form {
		padding: 2vw;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.login-action-lostpassword {
		text-align: center;
	}

	#lostpasswordform {
		background-color: #004d8c;
		border: none;
	}

	#login form label {
		color: #ffffff;
	}


	/* 管理者メールアドレスの検証  */
	#login form.admin-email-confirm-form {
		padding: 4vw;
	}
}





/* ================================================================================

	フッター

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.footer-part {
		position: relative;
		width: 100%;
		height: auto;
		background: #fff;
		padding: 1vw 0;
		text-align: center;
	}

	.footer-part2 {
		width: 100%;
		margin: 0 auto;
		display: inline-block;
	}

	.footer-comment{
		width: 25%;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
		align-items: center;
		margin: auto;
	}

	.footer-comment2{
		width: 35%;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		margin: auto;
	}

	.footer-button1{
		width: 20%;
		display: inline-block;
		vertical-align: middle;
		margin: auto;
		text-align: center;
	}

	.footer-button2{
		width: 20%;
		display: inline-block;
		vertical-align: middle;
		margin: auto;
		text-align: center;
	}

	.tel-image{
		width:8%
	}

	#footer-text1{
		font-size: 18px;
		margin-left: 10px;
		margin-right: 10px;
	}


	#footer-text2{
		font-size: 24px;
		font-weight: 900;
		letter-spacing: 1px;
		margin-top: 0;
		margin-bottom: 0;
	}

	#footer-text3{
		margin-top: 0;
		margin-bottom: 0;
		font-size: 1vw;
	}

	.footer-comment li {
		display:inline-block;
		vertical-align:middle;
		padding: 0 0.3vw 0 0;
	}
	.footer-comment li:last-of-type {
		padding: 0;
	}
	.footer-comment {
		width: 100%;
	}
	.footer_01{
		color: #004d8c;
		font-size: 1.4vw;
		font-weight: 600;
		padding: 0 0vw 0 0px;
		margin-top: -0.7vw;
	}
	.footer_02 a{
		pointer-events: none;
		display: block;
		color: #004d8c;
		font-size: 2.8vw;
		font-weight: 700;
		padding: 0 0.6vw 0 0.6vw;
		font-family: 'Heebo', sans-serif;
	}
	.footer_02 a:before {
		font-family: "dashicons";
		content: "\f525";
		font-size: 0.9em;
		vertical-align: -0.1em;
		margin: 0 0.2em 0 0;
	}
	.footer_03{
		color: #004d8c;
		font-size: 0.9vw;
		font-weight: 600;
		line-height: 1.5;
		
	}


	#gr_support_button,
	#gr_support_button2 {
		padding: 1.3vw 2vw;
		border-radius: 6px;
		border: 0;
		font-weight: bold;
		letter-spacing: 0.0625em;
		text-transform: uppercase;
		background: #ea661d;
		color: #fff;
		text-align: center;
		align-items: center;
		width: 5vw;
		margin: auto;
		text-decoration: none;
		border-radius: 6px;
		border: 0;
		font-size: 1vw;
		line-height: 1;
		font-weight: bold;
		letter-spacing: 0.0625em;
		text-transform: uppercase;
		background: #ea661d;
		text-align: center;
		align-items: center;
		width: 80%;
		height: auto;
		margin: auto;
		text-decoration: none;
	}

	#gr_support_button {
		background: #ea661d;
		color: #fff;
	}

	#gr_support_button2{
		background: #004d8c;
		color: #fff;
	}
}





/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.footer-part {
		position: relative;
		width: 100%;
		background: #fff;
		padding: 4vw 0;
		margin: 0;
		text-align: center;
	}

	.footer-part2 {
		width: 80%;
		margin: 0 auto;
		/*display: table-cell;*/
		vertical-align: middle;
		display: inline-block;
	}

	.footer-comment{
		width: 100%;
	}

	.footer-comment2 {
		width: 100%;
	}

	#footer-text1{
		font-size: 3vw;
		text-align: center;
	}

	#footer-text2{
		font-size: 5vw;
		text-align: center;
	}

	#footer-text3{
		font-size: 2.5vw;
	}

	.footer-button1, .footer-button2{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.footer-comment li{
		padding: 0 0 1.3vw 0;
	}
	.footer_01{
		color: #004d8c;
		font-size: 3.4vw;
		font-weight: 600;
		padding: 3vw 0vw 1vw 0px;
		margin-top: -0.7vw;
	}
	.footer_02 a{
		display: block;
		color: #004d8c;
		font-size: 8vw;
		font-weight: 900;
		padding: 1vw 0 0 0;
		font-family: 'Heebo', sans-serif;
		text-decoration:none;
		letter-spacing: -0.1vw;
	}
	.footer_02 a:before {
		font-family: "dashicons";
		content: "\f525";
		font-size: 0.9em;
		vertical-align: -0.1em;
		margin: 0 0.2em 0 0;
	}
	
	.footer_03{
		color: #004d8c;
		font-size: 3vw;
		font-weight: 600;
		padding: 0.8vw 0.8vw 2vw 0;
		line-height: 1.5;
		
	}
	.footer_04{
		margin-top:-0.5vw;
	
	}
	.footer_05{
		margin-top:-0.5vw;
	}
	#gr_support_button,
	#gr_support_button2{
		font-size: 3.5vw;
		border-radius: 6px;
		border: 0;
		line-height: 1;
		font-weight: bold;
		letter-spacing: 0.0625em;
		text-transform: uppercase;
		text-align: center;
		align-items: center;
		width: 100%;
		height: auto;
		padding: 4vw 0;
		margin: auto;
		text-decoration: none;
		display: block;
	}

	#gr_support_button {
		background: #ea661d;
		color: #ffffff;
	}
	#gr_support_button2 {
		background: #004d8c;
		color: #ffffff;
	}


	.logo .custom-logo-link {
		width: 300px;
		display: block;
		margin: 0 auto;
	}
}