@charset "utf-8";

@media (max-width:450px){/* 横幅が 450px 以下であれば */
	header h1{
	    font-size: 2.1em;
	    line-height: 33px;
	    text-align: left;
	    background-image: linear-gradient(45deg, #f9dbdc 27%, transparent 27%, transparent 72%, #f9dbdc 72%, #f9dbdc),
    					  linear-gradient(45deg, #f9dbdc 27%, transparent 27%, transparent 72%, #f9dbdc 72%, #f9dbdc);
	}
}
@media (min-width:451px){/* 横幅が 451px 以上であれば */
	header h1{
	    font-size: 2.55em;
	    line-height: 45px;
	    text-align: center;
	    background-image: linear-gradient(45deg, #f9dbdc 25%, transparent 25%, transparent 75%, #f9dbdc 75%, #f9dbdc),
						  linear-gradient(45deg, #f9dbdc 25%, transparent 25%, transparent 75%, #f9dbdc 75%, #f9dbdc);
	}
}

body {
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	text-align: left;
	font-style: normal;
	font-weight: 400; 
	background: #f7e5d7 !important;
}	
#wrap {
	width: 100%;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	bottom: auto;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	max-width: 800px;
    background: white;
}

header {
	/*background-color: #fed700; */
    min-height: 65px;
    /* border-bottom: #0065b2 2px solid; */
    margin-top: 33px;
    /* border-radius: 10px; */
    /* font-size: 9em;*/
}

header h1{
    font-weight: bold;
    margin: 0;
    padding: 16px 0.8rem;
    color: #e5004f;
    background-color: transparent;
}
main {
	width: 100%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
main h3 {
	text-align: center;
	text-decoration: none;
/*	border-bottom-style: double;
	border-color: #ececec;/*線*/
}

.gaiyou {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size:1.2em;
	text-align: initial;
	//padding: 1em 2em;
}
#gaiyou_rem{
	width: 95%;
	margin: 0 auto;
	font-size: 1.1em
}
.gaiyou h4{
	font-size:1.2em;
	line-height: 35px;
	border-top: 1px solid #ececec;
    padding-top: 10px;
	margin-top: 0px;
}
.h4_span {
	font-weight: normal;
	font-size: medium;
	margin-left: -21px;
}
.p_span{
	font-weight: normal;
	font-size: medium;

}
.gaiyou p{
	font-size:1.2em;
	line-height: 26px;
	font-weight: bold;
	padding-left: 20px;
/*    text-indent: -12px;*/
    margin-left: 12px;
}
.gaiyou h3{
	padding-bottom: 5px;
	margin-top: 70px;
    border-bottom: 4px solid #e73a70;
    margin-bottom: 0px;
    font-size: xx-large;
    font-weight: bold;
}
#timetable_ul{
	list-style: none;
	font-size: large;
	display: flex;
	max-width: 600px;
	flex-wrap: wrap;
	padding-left: 35px;
}
#note_ul{
	list-style: none;
	padding-left: 32px;
	margin-bottom: 15px;
}
#timetable_ul li {
	list-style-type: square;
	list-style: none;
	font-size: large;
	min-width: 285px;
	line-height: 27px;
}
#note_ul li {
	list-style-type: square;
	list-style: none;
	line-height: 22px;
	font-size: 0.9em;
	text-indent: -15px;
    margin-left: 15px;
}
.note_p_sp{
	font-size: large !important;
	font-weight: normal !important;
	text-indent: 0px !important;
	line-height: 25px !important;
}
.note_p{
	font-size: large !important;
	font-weight: normal !important;
	text-indent: -18px !important;
	margin-left: 15px !important;
	line-height: 25px !important;
}
.div_fields_list{
	border-bottom:dashed 1px #e73a70;
	padding: 10px 5px 7px 10px;
}
#sub_title h2{
	text-align:center;
	margin-top: 100px;
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 17px;
}
#entry_form{
	border: 3px #e73a70 solid;
	font-size: medium;
	margin-bottom: 30px;
}
.field_name_div{
}
.fellow_p{
	font-size: smaller;
	padding-left:14px;
	text-indent: -13px;
	margin-left: 13px;
	margin-bottom:0px;
}
footer {
	width: 100%;
	background-attachment: fixed;
	margin: auto auto 0px auto;
	background-position: center;
	background: #a51c5f;
	min-height: 190px;
	padding-top:10px;
	text-align: center;
}

#footer_soutetsu {
	color: #fff;
	font-style: normal;
	font-weight: 400;
    font-family: acme;
    height:auto;
    max-width: 300px;
    margin-left: 5em;
	margin: auto;
}

#footer_info{
	color:white;
}


.box2 {
    padding: 0.5em 1em;
    margin: 2em;
    border: solid 2px #ececec;
    border-radius: 10px;
}
.box2 p {
    margin: 0; 
    padding: 0;
}
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

table {
	width:100%;
	border-collapse: collapse;
	border: solid 2px #e73a70;
	margin: auto;
	margin-bottom: 1em;
}
table td {
	padding: 3px 10px;
	border: dashed 1px #e73a70;
	font-size:1.0em;
}
#submit_div{
	text-align:center;
	margin:45px auto;
}
#gotocheckform,#gotoregister,#gobackbtn{
	background-color: #f9dbdc; 
	color: #e73a70;
	padding: 10px 20px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: x-large;
	border-radius: 0.5em;
	font-weight: bold;
	border: 1px solid #f9dbdc;
}
.gotocheckform_des{
	background-color: #cbcbcb !important;
	color: #9e9e9e !important;
	cursor:default !important;
}

.ltd{
	width: 30%;
}
#check_div{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 700px;
	justify-content: space-around;
}
#preparation_completed{
}
input[type="text"] {
	line-height: 10px;
    padding: 5px;
    margin: 5px;
    width: 90%;
}
input[type="select"] {
	line-height: 10px;
    padding: 5px;
    margin: 5px;
    width: 90%;
}
