@charset "UTF-8";

/*common*/

body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	background-image:
	url("../images/bg01.png"),
	url("../images/bg02.png");
	background-size:72px 57px,165px 163px;
	background-repeat: repeat-x,repeat;
	background-position: left top,left center;
	background-attachment: fixed;
}
a:link {
	text-decoration: none;
	color: #3981d2;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}

a:visited {
	text-decoration: none;
	color: #3981d2;
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
}
p:not(:last-child)
{
	margin-bottom: 1em;
}
#wrap
{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	background: #fffbc6;
}

/*PC--------------------------------------------------------------------------------------*/


/*header*/

header
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 25%;
	position: relative;
	width: 100%;
	background: url("../images/header.jpg") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	position: relative;
}
header h1
{
	display: none;
}


/*contents*/

#contents-bg
{
	padding: 3%;
}
section
{
	overflow: hidden;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	border-radius: 5px;
	background: #fff;
	margin-bottom: 3%;
}
.contents
{
	padding: 3%;
	box-sizing: border-box;
}

h3
{
	border-bottom: 2px dotted #ccc;
	margin-bottom: 1em;
	font-size: 1.2em;
	padding-bottom: 0.5em;
}
h3::before
{
    display: inline-block;
    font-style: normal;
color: #e4007f;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f02d";
	margin-right: 0.5em;
}
h3 span
{
	font-size: 0.8em;
	background: #333;
	color: #fff;
	padding: 0.1em 0.2em;
	color: #ff0;
	position: relative;
}
h3 span::before{
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 4px solid transparent;
    border-right-color: #000;
    right: 100%;
	top: 6px;
}
h4
{
	margin: 0.5em 0;
	color: #e4007f;
}
h5
{
	margin-bottom: 1em;
}
.schedule
{
	border: double 3px #e4007f;
	box-sizing: border-box;
	text-align: center;
	padding: 0.5em;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5em;
	color: #f90;
}
.schedule2
{
	box-sizing: border-box;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5em;
	color: #f90;
}
.schedule span
{
	font-size: 0.6em;
	font-weight: normal;
	color: #333;
}
.btn a
{
	display: block;
	background: #1abad0;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	width: 50%;
	margin: 0 auto;
	padding: 0.5em;
	font-size: 1.4em;
	-moz-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-sizing: border-box;
}
.btn a::before
{
    display: inline-block;
    font-style: normal;
	font-weight: bold;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f35d";
	margin-right: 0.5em;
}
ul.book-wrap
{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5%;
}
ul.book-wrap li
{
	padding: 0 1.5% 3% 1.5%;
	flex-basis: 25%;
	box-sizing: border-box;
}
ul.book-wrap li img
{
	width: 100%;
}
ul.book-wrap li .course01
{
	background: #DB00FF;
	color: #fff;
	text-align: center;
}
ul.book-wrap li .course02
{
	background: #12AF00;
	color: #fff;
	text-align: center;
}
ul.book-wrap li .author
{
	font-size: 0.8em;
	line-height: 1.3;
}
ul.tw-list
{
	margin-bottom: 1em;
}
ul.tw-list li
{
	margin-left: 1.5em;
}
.contact p
{
	font-size: 0.9em;
	line-height: 1.5;
}

/*form reset*/

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*form*/

form
{
	background: #eee;
	text-align: center;
	padding: 3%;
	box-sizing: border-box;
	margin-bottom: 3%;
}
input
{
	display: block;
	width: 40%;
	margin: 0 auto;
}
input[type='text']
{
	background: #fff;
	margin-bottom: 0.5em;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 0.3em;
	text-align: center;
	box-sizing: border-box;
}
input[type='button'],
input[type='submit']
{
	display: block;
	background: #1abad0;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	margin: 0 auto;
	padding: 0.5em;
	font-size: 1.4em;
	-moz-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-sizing: border-box;
}

/*footer*/

footer
{
	width: 100%;
	padding: 1.5em 3%;
	box-sizing: border-box;
	background: #1abad0;
	color: #fff;
}
footer p
{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	font-size: 0.8em;
	line-height: 1.5;
}

#page-top
{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	margin-bottom: 0;
}
#page-top img
{
	width: 100%;
}



/*RESPONSIVE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1000px) {

.contents-wrap
{
	padding: 5%;
}

}


/*MOBILE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 600px) {
body
{
	font-size: 13px;
}
header
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 45.16666%;
	position: relative;
	width: 100%;
	background: url("../images/header2.jpg") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	position: relative;
}

.btn a
{
	display: block;
	background: #1abad0;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	width: 100%;
	margin: 0 auto;
	padding: 0.5em;
	font-size: 1.4em;
	-moz-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-sizing: border-box;
}
ul.book-wrap li
{
	padding: 0 1.5% 3% 1.5%;
	flex-basis: 50%;
	box-sizing: border-box;
}
input
{
	display: block;
	width: 80%;
	margin: 0 auto;
}


}

.error {
	color: #e4007f;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}