@charset "utf-8";
/* CSS Document */
body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding: 40px 40px 0 40px;
	margin: 0;
	color:#FFF;
	background-color: #124375;
}
a {
	color: inherit;
}
.flx {
	display: -webkit-flex;
	display: flex;
}
.spOnly {
	display: none;
}
article {
	max-width: 1120px;
	margin: 0 auto;
}
article > p {
	margin: 0;
}
article > p img.logo {
	/* width: 123px; */
	width: 140px;
	height: auto;
}
section.seminar {
	margin-top: 20px;
	padding: 55px 0 67px;
	border-radius: 35px;
	background-color: #FCF9ED;
	color: #4D4D4D;
	text-align: center;
}
section.seminar h1 {
	color: #124375;
	font-size: 48px;
	margin-bottom: 44px;
}
section.seminar a.button01 {
	display: block;
	max-width: 290px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 50px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	background: #124375;
	color: #FFF;
}
section.seminar h2 {
	color: #3FA6F2;
	margin: 26px auto 29px;
}
section.seminar h2 span.errorMsg {
	display: block;
	margin-top: 6px;
	color: #EA1C24;
	font-size: 0.85em;
}
section.seminar > div {
	max-width: 800px;
	margin: 65px auto 0;
	position: relative;
}
section.seminar > div::before,
section.seminar > div::after {
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	border: solid 1px #124375;
}
section.seminar > div::before {
	border-bottom: none;
}
section.seminar > div::after {
	border-top: none;
}
section.seminar div dl {
	display: -webkit-flex;
	display: flex;
	max-width: 640px;
	margin: 0 auto;
	border: solid 1px #3FA6F2;
	background: #FFF;
}
section.seminar div dl + dl {
	margin-top: 2px;
}
section.seminar div dl + p {
	margin-top: 55px;
}
section.seminar div dl dt {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 20%;
	padding: 16px;
	text-align: center;
	font-weight: bold;
	background: #3FA6F2;
	color: #FFF;
	flex-shrink: 0;
}
section.seminar div dl dt span {
	align-self: center;
}
section.seminar div dl dd {
	margin: 0;
	padding: 16px;
	text-align: left;
	width: 80%;
}
section.seminar div.check dl dd p {
	margin: 0;
}
section.seminar div dl dd input,
section.seminar div dl dd select {
	height: 40px;
	padding: 5px 10px;
	border: 1px #b0b0b0 solid;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #efefef;
}
section.seminar div dl dd select[value=""] {
	background-color: #efefef;
}
section.seminar div dl dd input[type="checkbox"] {
	height: 25px;
}
section.seminar div dl dd input[type="text"] {
	width: 90%;
}
section.seminar div dl.shimei dd input[type="text"],
section.seminar div dl.furigana dd input[type="text"] {
	width: 36.5%;
}
section.seminar div dl.ninzu dd input[type="text"],
section.seminar div dl.daisu dd input[type="text"] {
	width: 20%;
}
section.seminar div dl dd div.zip input[type="text"] {
	width: 20%;
}
section.seminar div dl dd div.box_tel input[type="text"] {
	width: 28%;
}
section.seminar div dl dd div.box_tel span.radio,
section.seminar div dl dd div.box_tel span.text {
	display: block;
	margin-top: 3px;
}
section.seminar div dl dd input::placeholder {
  color: #969696;
  opacity: 1;
}
section.seminar div dl.daihyo dd p {
	margin: 15px 0 3px;
}
section.seminar div dl.daihyo dd div.zip p {
	margin-top: 0;
}
section.seminar div dl dd span.select {
	position: relative;
}
section.seminar div dl dd span.select:after {
	position: absolute;
	top: 0;
	right: 11px;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	content: " ";
	border-top: 8px solid #4D4D4D;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
section.seminar div dl.tenpo dd select {
	width: 30%;
}
section.seminar div dl.ninzu dd select {
	width: 20%;
}
section.seminar div dl dd select {
	width: 30%;
	margin-left: 0;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-webkit-appearance: none;
	appearance: none;
}
 section.seminar div dl dd select::-ms-expand {
 display: none;
}
section.seminar div dl dd span.comments {
	display: inline-block;
	margin-left: 0.5em;
	font-size: 0.85em;
}
section.seminar div dl dd input[type=radio] {
	display: none;
}
section.seminar div dl dd input[type=radio] + label {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 20px 3px 0;
	padding: 5px 15px 5px 27px;
	border-radius: 4px;
	vertical-align: middle;
	cursor: pointer;
}
section.seminar div dl dd input[type=radio] + label:hover::after {
	border-color: #0073bc;
}
section.seminar div dl dd input[type=radio] + label::after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 1px #b0b0b0 solid;
	border-radius: 50%;
	content: '';
	background-color: #efefef;
}
section.seminar div dl dd input[type=radio]:checked + label::after {
	/*background-color: #0073bc;*/
	border: #0073bc 1px solid;
}
section.seminar div dl dd label::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-radius: 50%;
	background: #0073bc;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 4px;
	z-index: 1;
}
/*
section.seminar div dl dd label::before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 47%;
	left: 5px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
*/
section.seminar div dl dd input[type=radio]:checked + label:before {
	opacity: 1;
}
section.seminar div dl dd .box_tel span.comments {
	margin-left: 0;
	margin-top: 10px;
}

section.seminar div button[type="submit"],
section.seminar div.complate a.home {
	display: block;
	margin: 55px auto 70px;
	color: #3FA6F2;
	font-weight: bold;
	font-size: 1.1em;
	background-color: transparent;
	border: 2px #3FA6F2 solid;
	cursor: pointer;
	outline: none;
	padding: 1em;
	appearance: none;
	width: 420px;
	line-height: 1;
	text-decoration: none;
}
section.seminar div button.auto-address {
	display: inline-block;
	margin-left: 30px;
	background: #3FA6F2;
	border: 1px #3FA6F2 solid;
	color: #FFF;
	cursor: pointer;
	outline: none;
	padding: 5px 10px;
	appearance: none;
	width: 25%;
	height: 40px;
	line-height: 1;
	border-radius: 4px;
}

span.errorMsg {
	display: block;
	margin-top: 5px;
	color: #EA1C24;
}
section.seminar div dl dd div.box_tel span.radio + span.errorMsg {
	margin-top: -5px;
	margin-bottom: 10px;
}

section.seminar div.complate h2 {
	margin-top: 75px;
	font-size: 36px;
}
section.seminar div.complate p {
	margin-top: 55px;
	font-size: 21px;
	line-height: 2;
}

footer {
	margin-top: 30px;
	padding-bottom: 20px;
}
footer ul {
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 30px;
	padding: 0 40px;
	list-style: none;
}
footer ul li {
	color: #FFF;
	padding: 0 10px;
}
footer ul li a {
	color: #FFF;
	text-decoration: none;
}
footer ul li img {
	width: 54px;
	margin-right: 5px;
}
footer ul li span ruby rt {
	font-weight: normal;
	font-size: 10px;
	letter-spacing:0px;
}
footer ul li:nth-child(1) {
	font-weight: bold;
	line-height: 4.3em;
}
footer ul li:nth-child(2) {
	font-weight: bold;
	font-size: 2em;
}
footer ul li:nth-child(3) {
	font-size: 0.85em;
	line-height: 1.5;
	padding-top: 7px;
}
footer p {
	text-align: center;
	font-size: 0.85em;
	color: #FFF;
	margin: 0;
}
@media only screen and (min-width: 768px) {
a:hover,
section.seminar div button.auto-address:hover {
    opacity: .7;
}
section.seminar div button[type="submit"]:hover,
section.seminar div.complate a.home:hover {
	background: #3FA6F2;
	color: #FFF;
	border: 2px #3FA6F2 solid;
	opacity: 1;
}
section.seminar div.check dl.daihyo dt {
	padding-top: 22px;
}
section.seminar div.check dl dd {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	min-height: 3em;
	line-height: 1.8;
}
section.seminar a.return {
	position: absolute;
	bottom: 110px;
	left: 80px;
}
}


@media only screen and (max-width: 1100px) {
footer {
	margin-top: 30px;
}
footer ul.flx {
	display: block;
	padding: 0;
	list-style: none;
}
footer ul li {
	margin: 10px 0;
	padding-left: 0px;
}
footer ul li a {
	text-decoration: none;
}
footer ul li img {
	width: 50px;
	margin-right: 10px;
	position: relative;
	top: 5px;
}
footer ul li a {
	line-height: 2em;
}
footer ul li:nth-child(1) {
	font-weight: bold;
	line-height: 0.4em;
}
footer ul li:nth-child(2) {
	font-weight: bold;
	font-size: 1.8em;
}
footer ul li:nth-child(3) {
	font-size: 0.85em;
	line-height: 1.3em;
	padding-bottom: 0;
}
footer p {
	text-align: center;
	font-size: 0.85em;
	margin: 0;
}
}

@media only screen and (max-width: 900px) {
section.seminar > div{
	width: inherit;
}
section.seminar > div::before,
section.seminar > div::after {
	width: 90%;
	margin: auto;
}

section.seminar > div.check{
	width: 80%;
}
section.seminar a.return {
    left: 0;
}
}

@media only screen and (max-width: 767px) {
body {
	padding: 20px 14px 0;
}
.flx {
	display: block;
}
.spOnly {
	display: block;
}
span.spOnly, a.spOnly {
	display: inline;
}
.pcOnly {
	display: none !important;
}
article {
	width: 100%;
}
article > p img.logo {
	/* width: 92px; */
	width: 120px;
}
section.seminar {
	margin-top: 12px;
	border-radius: 2.3vw;
	padding: 35px 3.1% 37px;
}
section.seminar h1{
	margin: 0;
	font-size: 28px;
}
section.seminar > div {
    margin-top: 40px;
}
section.seminar div dl {
	display: block;
}
section.seminar div dl dt,
section.seminar div dl dd {
	display: block;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
}
section.seminar div.check dl dd {
	line-height: 1.6;
}
section.seminar div dl dd select,
section.seminar div dl.tenpo dd select,
section.seminar div dl.ninzu dd select {
	width: 100%;
}
section.seminar div dl dd input[type="text"] {
	width: 100%;
}
section.seminar div dl.shimei dd input[type="text"],
section.seminar div dl.furigana dd input[type="text"] {
	width: 100%;
	margin-bottom: 8px;
}
section.seminar div dl.shimei dd span.comments,
section.seminar div dl.furigana dd span.comments {
	display: block;
	text-align: right;
}
section.seminar div dl.ninzu dd span.comments {
	display: block;
	margin-left: 0;
	margin-top: 5px;
}
section.seminar div dl dd div.zip input[type="text"] {
    width: 25%;
}
section.seminar div button.auto-address {
	width: auto;
	margin-left: 12px;
}
section.seminar div dl dd input[type="radio"] + label {
	margin-right: 5px;
	padding: 10px 15px 10px 30px;
	position: relative;
	top: 0px;
	background-color: #efefef;
	border: 1px #b0b0b0 solid;
	min-width: 6em;
}
section.seminar div dl dd input[type="radio"]:checked + label {
	background-color: #ffffff;
}
section.seminar div dl dd input[type="radio"] + label::after {
	left: 6px;
}
section.seminar div dl dd label::before {
	left: 10px;
}
section.seminar div dl dd .box_tel span.comments {
    margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.3;
}
section.seminar div dl + p {
    margin-top: 33px;
}
section.seminar div button[type="submit"],
section.seminar div.complate a.home {
	margin: 33px auto;
	width: 230px;
}
section.seminar div.complate a.home {
	width: 200px;
}
section.seminar > div::before,
section.seminar > div::after {
	width: 90%;
	margin: auto;
}
section.seminar div.complate h2 {
	font-size: 22px;
	margin-top: 26px;
	margin-bottom: 26px;
}
section.seminar div.complate p {
	font-size: 18px;
	text-align: justify;
	width: 230px;
	margin: auto;
}
section.seminar div dl dd div.box_tel span.radio + span.errorMsg {
    margin-top: 0;
}
footer ul li:nth-child(1),
footer ul li:nth-child(2),
footer ul li:nth-child(3) {
	margin: 0;
	padding: 0;
}
footer p {
	font-size: 0.7em;
}
}


/* uketsuke_shuryo */
section.seminar > div.uketsuke_shuryo p {
	padding: 60px 0;
	line-height: 2;
}
@media only screen and (min-width: 768px) {
section.seminar > div.uketsuke_shuryo p {
		padding: 100px 0;
		font-size: 20px;
	}
}
