@charset "UTF-8";

/*--------------------------------------------------------------------
 *	共通の記述
 *--------------------------------------------------------------------*/

body{
	position: relative;
	padding-bottom: 72px;
	min-height: 100vh;
	box-sizing: border-box;
	background: #f6f7f9;
	color: #323232;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
button {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	cursor: pointer;
	border-radius: 35px;
}
.wrap {
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 95%;
}
.fred {
	color: #de0000;
}
h1 {
	padding-bottom: 12px;
	border-bottom: 1px solid #969696;
}
h2 {
	color: #283CE5;
	text-align: center;
	font-weight: bold;
	font-size: 2.5rem;
}
span.small {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	font-size: small;
}
.hdn {
	display: none;
}
header {
	position: relative;
	margin-bottom: 1em;
	background: #fff;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
header div#header_contents {
	position: relative;
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
body.second header div#header_contents {
	height: 60px;
}
body.second header #header_logo {
	width: 23.8%;
}
body#application_input .wrap table,
body#application_confirm .wrap table {	
	width: 100%;
	margin: 0;
	font-size: 16px;
}
body.second .wrap ul.button {
	list-style-type: none;
	text-align: center;
}
body.second .wrap ul.button li {
	display: inline-block;
	margin: 0 20px;
}
body.second .wrap ul.button li button {
	display: flex;
	justify-content: center;
	width: 260px;
	margin: 1em auto;
	padding: 11px 0;
	border: 1px solid #283CE5;
	background: #283CE5;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}
body.second .wrap ul.button li button:hover,
body.second .wrap ul.button li button.cancel {
	background: #fff;
	color: #283CE5;
	transition: all .3s;
}
body.second .wrap ul.button li button.cancel:hover,
body#application_complete .wrap a#complete_btn:hover {
	background: #283CE5;
	color: #fff;
	transition: all .3s;
}

/*notice*/
body#notice .color_box {
	margin-bottom: 1em;
	padding: 10px 30px 10px;
	background-color: #fff;
	border: 3px double gray;
	overflow-y: scroll;
}
body#notice .color_box p.title {
	margin-bottom: 4em;
}
body#notice .color_box ul {
	margin: 0;
	list-style: none;
}
body#notice .color_box ul>li {
	margin-bottom: 1.5em;
}
body#notice .color_box ul ol {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1em;
}
body#notice .color_box ul ol.brackets {
	margin-left: 1.5em;
	text-indent: -2em;
	list-style: none;
}
body#notice #notice_ol_01 {
	margin-bottom: 1.5rem;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
body#notice #notice_ol_01 li {
	margin-bottom: 1.2rem;
	padding-left: 41px;
	font-size: 1.6rem;
	position: relative;
}
body#notice #notice_ol_01 li .disc_color {
	position: absolute;
	left: 0;
}
body#notice #notice_ol_01 li .disc_color {
	top: 0;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #283CE5;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}
body#notice .agree {
	margin: 0 auto;
	text-align: center;
}
body#notice input[type="checkbox"] {
	cursor: pointer;
}
body#notice .checkbox_form {
	transform: scale(1.5);
	margin-right: 0.5em;
}
#doui_button {
	border-color: #283CE5;
	background-color: #283CE5;
	pointer-events: auto;
}
#doui_button:hover {
	background: #fff;
	color: #283CE5;
	transition: all .3s;
}
#doui_button.inactive {
	border-color: #666;
	background-color: #666;
	pointer-events: none;
}
main table th {
	background: #dcdeee;
}
table.address a.zip_search_btn {
	margin: 0 0 0 5px;
	width: 70px;
	padding: 5px;
	display: inline-block;
}
main table .zip_code input[type="button"] {
	color: #fff;
    background: #283CE5;
    border: 1px solid #283CE5;
    border-radius: 20px;
    padding: 2px 1em;
    cursor: pointer;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
main table .zip_code input[type="button"]:hover {
	background: #fff;
    color: #283CE5;
    transition: all .3s;
}
main table .zip_code input[type="button"].inactive,
main table .zip_code input[type="button"].inactive:hover {
	background: #ccc;
	border: 1px solid #ccc;
	color: #fff;
	pointer-events: none;
}
main table select {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;s
}
body#application_input main table,
body#application_confirm main table {
	border-spacing: 5px 8px;
}
body#application_input main table th,
body#application_confirm main table th {
	border: none;
}
body#application_input main table td,
body#application_confirm main table td {
	border: none;
	background: #fff;
}
body#application_input main table .address td,
body#application_confirm main table .address td {
	background: #f6f7f9;
}
body#application_confirm .wrap ul {
	list-style-type: none;
	text-align: center;
}
body#application_confirm .wrap ul li {
	display: inline-block;
	margin: 0 20px;
}
body#application_confirm .wrap a#confirm_btn {
	display: flex;
	justify-content: center;
	width: 230px;
	margin: 1em auto;
	padding: 10px 0;
	border-radius: 5px;
	border: 1px solid #000;
	background: #ccc;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #000;
}
body#application_confirm .wrap a#complete_btn {
	display: flex;
	justify-content: center;
	width: 230px;
	margin: 1em auto;
	padding: 10px 0;
	border-radius: 5px;
	border: 1px solid #000;
	background: #283CE5;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}
body#application_complete .wrap a#complete_btn {
	display: flex;
	justify-content: center;
	width: 230px;
	margin: 1em auto;
	padding: 10px 0;
	border-radius: 5px;
	border: 1px solid #000;
	background: #283CE5;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}
body#application_confirm .wrap .recommend_book span {
	display: inline-block;
	width: 8em;
}
body#application_confirm .wrap span.check_on {
	position: relative;
}
body#application_confirm .wrap span.check_on::before {
	display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    margin: 0 2px 0 0;
    content: '';
    background-color: #626994;
    position: relative;
    top: 2px;
}
body#application_confirm .wrap span.check_on::after {
	position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 5px;
    height: 7px;
    margin: 0 5px 0 4px;
    content: '';
    border: 2px solid #ffffff;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
body#application_confirm .wrap span.check_off::before {
	display: inline-block;
    width: 11px;
    height: 11px;
    border: 2px solid #626994;
    border-radius: 3px;
    margin: 0 2px 0 0;
    content: '';
    position: relative;
    top: 2px;
}
body#application_confirm .wrap td#genre span:last-of-type {
	width: auto;
}
body#application_complete .wrap a#complete_btn {
	display: flex;
	justify-content: center;
	width: 260px;
	margin: 1em auto;
	padding: 11px 0;
	border: 1px solid #283CE5;
	border-radius: 35px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #283CE5;
}


/*--------------------------------------------------------------------
 *	1025px以下用（SP用）の記述
 *--------------------------------------------------------------------*/

@media screen and (max-width: 1025px) {
/* 1025px以下用（SP用）の記述 */

header {
    padding: 2.66% 0;
}
body.second header #header_logo {
	display: block;
    width: 45%;
    max-width: 334px;
    margin: 0 auto;
}
main {
	width: 95%;
	margin: 0 auto;
	padding-top: 15%;
	padding-bottom: 10%;
}
main h1 {
	margin: 0;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
body.second .wrap ul.button {
	margin: 2em 0 0;
}
body.second .wrap ul.button li,
body#application_confirm .wrap ul li {
	display: block;
	margin: 0 0 1em;
}
body#application_complete .wrap a#complete_btn,
body.second .wrap ul.button li button {
	width: 100%;
}
table{
	border-collapse:separate;
	border-spacing: 5px;
	width: 100%;
	border: none;
}
body#notice .color_box {
	height: 400px;
}
body#application_input .wrap table th,
body#application_confirm .wrap table th {
	vertical-align: middle;
}
body#application_input .wrap table th,
body#application_input .wrap table td,
body#application_confirm .wrap table th,
body#application_confirm .wrap table td {
	display: block;
	border-radius: 5px 5px 0 0;
	padding: 10px 10px;
}
body#application_input .wrap table td,
body#application_confirm .wrap table td {
	border-top: none;
	border-radius: 0 0 5px 5px;
}
body#application_input .wrap table input[type="text"] {
	width: 98%;
	margin: 5px auto;
}
body#application_input .wrap td.zip_code input[type="text"] {
	width: 30%;
}
body#application_input .wrap tr.tel_num input[type="text"] {
	width: 50%;
}
body#application_input .wrap input[type="text"]#parents_relation_detail {
	width: 40%;
}
body#application_input .wrap table a.zip_search_btn {
	margin-left: 2%;
	padding: 1px 6px;
	background-color: whitesmoke;
	border: 1px solid #000;
	border-radius: 3px;
	border-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	color: #000
}
body#application_input .wrap a#confirm_btn {
	display: flex;
	justify-content: center;
	width: 180px;
	margin: 2em auto;
	padding: 10px 0;
	border-radius: 5px;
	border: 1px solid #000;
	background: #283CE5;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}
body#application_input .wrap td.porpuse span.adjust {
	display: inline-block;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
body#application_input .wrap td#genre span.adjust {
	display: inline-block;
	width: 120px;
}
/*confirm*/
body#application_confirm .wrap ul {
	margin: 0;
}
body#application_confirm .wrap a#confirm_btn,
body#application_confirm .wrap a#complete_btn {
	margin-bottom: 0;
}
body#application_confirm .wrap td#genre label {
	display: inline-block;
	width: 120px;
}
body#application_confirm .wrap td#genre label:last-of-type {
	display: initial;
	width: initial;
}
body#application_confirm .wrap td.porpuse label {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
/* 1025px以上用（SP用）の記述 end */
}


/*--------------------------------------------------------------------
 *	1026px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 1026px), print {
/* 1026px以上用（PC用）の記述 */

main {
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 85px;
	padding-bottom: 80px;
}
.wrap {
	max-width: 900px;
	width: 100%;
}
body#notice .wrap {
	max-width: 1200px;
}
body#notice .color_box {
	height: 500px;
}
h1 {
	margin-top: 0;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
}
header {
	display: flex;
	align-items: center;
	height: 80px;
	padding: 0 1.85%;
}
table{
	border-collapse:separate;
	border-spacing: 5px;
	width: 100%;
	border: none;
}
body#application_input .wrap table th,
body#application_confirm .wrap table th {
	width: 32%;
	vertical-align: middle;
}
body#application_input .wrap table td,
body#application_confirm .wrap table td {
	width: 68%;
}
body#application_input .wrap table td {
	width: 70%;
	vertical-align: middle;
}
body#application_input .wrap table td.left_side {
	text-align: left;
}
body#application_input .wrap table td input[type="text"] {
	width: 40%;
}
body#application_input .wrap table.address td input[type="text"],
body#application_input .wrap table tr.workplace td input[type="text"] {
	width: 80%;
}
body#application_input .wrap table tr.mail_address td input[type="text"] {
	width: 60%;
}
body#application_input .wrap table td.zip_code input[type="text"]{
	width: 20%;
}
body#application_input .wrap table tr.tel_num td input[type="text"] {
	width: 30%;
}

body#application_input .wrap table td.zip_code a {
	margin-left: 2%;
}
body#application_input .wrap table a.zip_search_btn:hover {
	background-color: lightgray;
	transition: 0.2s;
}
body#application_input .wrap table a.zip_search_btn {
	padding: 1px 6px;
	background-color: whitesmoke;
	border: 1px solid #000;
	border-radius: 3px;
	border-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	color: #000
}
body#application_input .wrap a#confirm_btn {
	display: flex;
	justify-content: center;
	width: 230px;
	margin: 2em auto;
	padding: 10px 0;
	border-radius: 5px;
	border: 1px solid #000;
	background: #283CE5;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}
body#application_input .wrap td#genre span.adjust {
	display: inline-block;
	width: 8em;
}
/* confirm */
body#application_confirm .wrap p.btn_pos {
	display: flex;
	justify-content: space-evenly;
}
body#application_confirm .wrap td#genre label {
	display: inline-block;
	width: 8em;
}
body#application_confirm .wrap td#genre label:last-of-type {
	width: 100%;
}


/* 1026px以上用（PC用）の記述 end */
}


/*--------------------------------------------------------------------
 *	印刷用（PC表示）の記述
 *--------------------------------------------------------------------*/
@media print {
/* 印刷用（PC表示）の記述 */



/* 印刷用（PC表示）の記述 end */
}
