
/* Global ----------------------------------------------------------------- */
html {
	font-size: 14px;
	width: 100%;
	height: 100%;
	line-height: 1.7em;
}

body {
min-width: auto;
color: rgba(0,0,0,1.00);
/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
font-family: sans-serif;

width: 100%;
height: 100%;
background-color: rgba(206,219,39,1.00);
}






a:link,
a:visited {
	color: rgba(45,80,160,1.0);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: rgba(0,0,0,1.0);
}



.sp-on {
	display: inline-block;
}
.pc-on {
	display: none;
}
.sp-br {
	display: inline-block;
}
.pc-br {
	display: none;
}






@media print, screen and (min-width: 768px) {
.sp-br {
	display: none;
}
.pc-br {
	display: inline-block;
}

}


@media print, screen and (min-width: 1280px) {

}














/* Header ----------------------------------------------------------------- */
header {
text-align: left;
position: relative;
width: 100%;
padding: 30px 20px 25px;
max-width: 1280px;
margin: 0px auto;
}
header .page-catch {
font-size: 18px;
line-height: 1.5em;
font-weight: bold;
}


@media print, screen and (min-width: 768px) {
header {
padding: 30px;
}
header .page-catch {
font-size: 22px;
line-height: 1.5em;
}

}


@media print, screen and (min-width: 1280px) {
header {
padding: 14px 38px 30px;
}
header .page-catch {
font-size: 26px;
line-height: 1.5em;
}

}













/* Layout ----------------------------------------------------------------- */
section.content {
max-width: 1280px;
margin: 0px auto;
padding: 0px 20px 20px;
}


section .content-in {
background-color: rgba(255,255,255,1.00);
padding: 20px;
border-radius: 10px;
text-align: center;

}
section img {
height: auto;
width: 100%;
margin: 0px auto;
display: block;
}

.content-box {
border: 1px solid rgba(150,176,30,1.00);
position: relative;
padding: 10px;
width: 60%;
text-align: center;
position: relative;
display: inline-block;
}

.content-list {
text-align: left;
}

h2.content-catch {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0px 0px 5px;}

p.content-catch {
	font-size : 1.2rem;
	font-weight: bold;
	padding: 0px 0px 5px;}


strong {
	padding:0 5px;
	color:red;
	background-color: #ffff33;}

.red{
	color:red;}

.content-catch2 {
font-size: 1.3rem;
font-weight: bold;
line-height: 1.3em;
padding: 0px 0px 5px;
}

.content-text {
	font-weight:bold;
	padding:0 5px;
	background-color: #ffff33;}

.content-img {
margin: 10px;
width: 400px;
}


	
dl{
text-align: left;
	margin :5px;}

dt {
	font-size : 1.0rem;
	font-weight : bold;
	margin :5px 5px;}
	
dd {
	font-size : 1rem;
	margin-left :5px;}


.hosoku{
	text-align: right !important;
	margin-bottom:0 !important;
	font-size: 0.9rem;
}











@media print, screen and (min-width: 768px) {
section.content {
padding: 0px 30px 30px;
}
section .content-in {
padding: 25px;
border-radius: 12px;
}


.content-list {
text-align: left;

}

.content-catch {
font-size: 18px;
line-height: 1.5em;
padding: 0px 0px 5px;
}

.content-catch2 {
font-size: 15px;
line-height: 1.5em;
padding: 0px 0px 5px;
}
.content-text {
	font-weight:bold;
	padding:0 5px;
	background-color: #ffff33;}

.content-img {
margin: 10px;
width: 400px;
}

ul.flex-2block{
	margin:1rem 0;
	display: flex;
	list-style: none;}

ul.flex-2block li{
	display: inline-block;}
	
dl{
text-align: left;
	margin :10px;}

dt {
	font-size : 1.0rem;
	font-weight : bold;
	margin :5px 10px;}
	
dd {
	font-size : 1rem;
	margin-left :20px;}


}



@media print, screen and (min-width: 1280px) {
section.content {
padding: 0px 38px 38px;
}
section .content-in {
padding: 20px;
border-radius: 16px;
}
.content-box {
border: 1px solid rgba(150,176,30,1.00);
position: relative;
padding: 10px;
width: 70%;
text-align: center;
display: inline-block;
}

.content-list {
text-align: left;
}

.content-catch {
font-size: 2rem;
line-height: 1.5em;
padding: 0px 0px 5px;
}

.content-catch2 {
font-size: 1.3rem;
line-height: 1.5em;
padding: 0px 0px 5px;
}


.content-text {
	font-size: 1.2rem;
	font-weight:bold;
	padding:0 5px;
	background-color: #ffff33;}

.content-img {
margin: 10px;
width: 400px;
}

ul.flex-2block{
	margin:1rem 0;
	display: flex;
	list-style: none;}

ul.flex-2block li{
	display: inline-block;}
	
dl{
text-align: left;
	margin :10px;}

dt {
	font-size : 1.2rem;
	font-weight : bold;
	margin :5px 10px;}
	
dd {
	font-size : 1rem;
	margin-left :20px;}


}







/* リンクボタン */
.login-bt a {
font-size: 14px;
line-height: 1.2em;
letter-spacing: 0.05em;
color: rgba(0,0,0,1.00);
background-color: rgba(255,153,153,1.00);
border: 1px solid rgba(255,255,255,1.00);
border-radius: 6px;
box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.25);
transition: all 0.3s;
cursor: pointer;
text-align: center;
padding: 10px 50px;
font-weight: bold;
position: relative;
display: inline-block;
margin: 0px 0px 15px;
}
.login-bt a::after {
content: "";
width: 14px;
height: 22px;
display: block;
position: absolute;
right: 5px;
top: calc(50% - 10px);
background-image: url(images/arrow-w.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% auto;
transition: all 0.4s;
}

.login-bt a:hover {
background-color: rgba(255,102,153,1.00);
box-shadow: 0px 4px 10px 1px rgba(13,48,3,0.4);
color: rgba(0,0,0,1.00);
transform: translateY(-2px);
text-decoration: none;
}

.login-bt-b a {
font-size: 14px;
line-height: 1.2em;
letter-spacing: 0.05em;
color: rgba(0,0,0,1.00);
background-color: rgba(102,153,204,1.00);
border: 1px solid rgba(255,255,255,1.00);
border-radius: 6px;
box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.25);
transition: all 0.3s;
cursor: pointer;
text-align: center;
padding: 10px 50px;
font-weight: bold;
position: relative;
display: inline-block;
margin: 0px 0px 15px;
}
.login-bt-b a::after {
content: "";
width: 14px;
height: 22px;
display: block;
position: absolute;
right: 5px;
top: calc(50% - 10px);
background-image: url(images/arrow-w.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% auto;
transition: all 0.4s;
}

.login-bt-b a:hover {
background-color: rgba(26,102,255,1.00);
box-shadow: 0px 4px 10px 1px rgba(13,48,3,0.4);
color: rgba(0,0,0,1.00);
transform: translateY(-2px);
text-decoration: none;
}


@media print, screen and (min-width: 768px) {
/* リンクボタン */
.login-bt a {
font-size: 16px;
line-height: 1.2em;
letter-spacing: 0.05em;
border-radius: 7px;
box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25);
padding: 12px 60px;
}
.login-bt a::after {
content: "";
width: 14px;
height: 22px;
right: 6px;
top: calc(50% - 11px);
}

/* リンクボタン */
.login-bt-b a {
font-size: 16px;
line-height: 1.2em;
letter-spacing: 0.05em;
border-radius: 7px;
box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25);
padding: 12px 60px;
}
.login-bt-b a::after {
content: "";
width: 14px;
height: 22px;
right: 6px;
top: calc(50% - 11px);
}

}


@media print, screen and (min-width: 1280px) {
/* リンクボタン */
.login-bt a {
font-size: 18px;
line-height: 1.2em;
border-radius: 8px;
padding: 13px 70px;
}

.login-bt-b a {
font-size: 18px;
line-height: 1.2em;
border-radius: 8px;
padding: 13px 70px;
}

}



