@charset "UTF-8";

/*[WebFonts Include]----------------------------------------------------------------*/


/*[  AssetsInclude Elements  ]----------------------------------------------------------------*/

/*:: Material Icons (https://fonts.google.com/icons) ::*/


/*:: Fix Flash Of Unstyled Text (FOUT) ::

	html {
		visibility: hidden;
	}
		html.wf-active, html.loading-delay {
		visibility: visible;
	}
*/


/*[  Common Setting  ]----------------------------------------------------------------*/

/*:: Document ::*/
	html{
		font-size: 20px; /* = 1rem */
		line-height: 1.8;
		font-weight: 400;
		letter-spacing: 0.04em;

		font-family: 'Noto Serif JP', serif;
		font-style: normal;

		color: #2C2C2C;
	}
@media screen and (max-width: 768px) {
	html{
		font-size: 16px; /* = 1rem */
		
	}
}








/*:: BOLD ::*/
	b, strong {
		font-weight: bolder;
	}



/*:: Headings ::*/
	h1, h2, h3, h4, h5, h6 {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-style: normal;
		line-height: 1.4;
	}

	h1 {
	}
	h2 {
	}
	h3 {
	}
	h4 {
	}
	h5 {
	}
	h6 {
	}

	h1 b,
	h2 b,
	h3 b,
	h4 b,
	h5 b,
	h6 b {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-style: normal;
	}
	h1 i,
	h2 i,
	h3 i,
	h4 i,
	h5 i,
	h6 i {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-style: normal;
	}






/*[  Main Contents Text ]----------------------------------------------------------------*/

/*:: Standard Paragraph  ::*/
	section p{
		margin: 0;
		line-height: 1.75;
	}
	/*
	section p + p{
		margin: 0.8rem 0 0 0;
	}
	*/



/*:: Text Links  ::*/
	section a{
		transition: color 0.1s;
	}
	section a[href]:visited{
	}
	section a[href]:hover{
	}
	section a[href]:active{
	}

	section p a[href]{
		color: #003781;
		text-decoration: underline;
		font-family: 'Noto Sans JP', sans-serif;
	}
	section p a[href]:visited{
		/*color: #0066FF;*/
	}
	section p a[href]:hover{
		color: rgba(0,55,129,0.66);
		text-decoration: underline;
	}
	section p a[href]:active{
		color: #003781;
		text-decoration: none;
	}

	section td a[href]{
		color: #003781;
		text-decoration: underline;
	}
	section td a[href]:visited{
		color: #003781;
	}
	section td a[href]:hover{
		color: rgba(0,55,129,0.66);
		text-decoration: underline;
	}
	section td a[href]:active{
		color: #003781;
		text-decoration: none;
	}

	article li a[href]{
	}
	article li a[href]:visited{
	/*	color: #0066FF;*/
	}
	article li a[href]:hover{
		color: rgba(0,55,129,0.66);
		text-decoration: underline;
	}
	article li a[href]:active{
		color: #003781;
		text-decoration: none;
	}






/*[ Form Text ]----------------------------------------------------------------*/



::placeholder {
  color: #A3BAC6;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #A3BAC6;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #A3BAC6;
}


[data-component="form"]{
	display: block;
}

[data-component="form"] textarea,
[data-component="form"] input[type="text"],
[data-component="form"] input[type="tel"],
[data-component="form"] input[type="email"],
[data-component="form"] input[type="date"],
[data-component="form"] input[type="number"],
[data-component="form"] select{
	background: #F0F2F3;
	color: #2E324B;
	padding: 1em 1.5em;
	margin: 0.5em 0;
	border-radius: 0.5em;
	display: block;
}
[data-component="form"] input[type="number"]{
	width: 30%;
}


[data-component="form"] select{
	background: #F0F2F3 url(ui_select_arrow.svg) no-repeat right 24px center;
}

[data-component="form"] textarea,
[data-component="form"] input[type="text"],
[data-component="form"] input[type="tel"],
[data-component="form"] input[type="email"],
[data-component="form"] select{
	width: 100%;
}
	input[type='number']::-webkit-outer-spin-button,
	input[type='number']::-webkit-inner-spin-button,
	input[type='number'] {
		-webkit-appearance: none;
		-moz-appearance: textfield !important;
	}
	input[type="date"]{
		cursor: pointer;
	}




[data-component="form"] dl{
	
}
[data-component="form"] dl + dl{
	margin: 1.5em 0 0 0;
}

	[data-component="form"] dl > dt{
		font-size: 0.9em;
		font-weight: bold;
		color: #445A5A;
		margin-top: 16px;
	}
	[data-component="form"] dl > dt small{
		display: block;
		font-size: 0.8em;
		font-weight: normal;
		font-style: normal;
		color: #777;
	}

	[data-component="form"] dl > dt i{
		display: inline-block;
		font-size: 0.8em;
		font-weight: normal;
		font-style: normal;
		margin: 0 0 0 0.5em;
	}
	[data-component="form"] dl > dt i.required{
		color: #E2625B;
	}
	[data-component="form"] dl > dt i.validation{
		color: #445A5A;
	}


	[data-component="form"] dl > dd{
		margin: 0.5em 0 0 0;
	}
	[data-component="form"] dl > dd small{
		display: block;
		font-size: 0.8em;
		font-weight: normal;
		font-style: normal;
	}
	[data-component="form"] dl > dd small + small{
		margin: 0.5em 0 0 0;
	}



[data-component="form"] .note{
	display: block;
	color: #445A5A;
	font-size: 0.8em;
	text-align: center;
	margin: 2em auto;
}
	[data-component="form"] .note a{
		color: #445A5A;
		text-decoration: underline;
	}

[data-component="form"] button[type="submit"]{
	position: relative;
	display: grid;
	place-items: center;
	margin: 2em auto;
/*	padding: 1em 2em;*/
	padding: 1.1rem;
	width: 320px;
	height: 72px;
	border-radius: 36px;
	background: #FF6056;
	box-shadow: 0px 0px 11px 3px rgba(253, 119, 111, 0.5);
}
[data-component="form"] button[type="submit"]:active{
	background: #b7b7b7;
    transition: none;
    box-shadow: none;
}
	[data-component="form"] button[type="submit"] > b{
		color: white;
		font-size: 1.1em;
		font-weight: bold;
	}
	[data-component="form"] button[type="submit"] > small{
		position: absolute;
		right: 2em;
		color: #FFF7B1;
		font-size: 0.8em;
		font-weight: bold;
	}

@media screen and (min-width: 768px) {
	[data-component="form"] button[type="submit"]{
		padding: 0.7rem;
	}
}

[data-component="form"] .form-content_box-txt--gray {
    font-size: 12px;
    color: #777;
    line-height: 1.4em;
    padding-bottom: 8px;
    padding-left: 1em;
    text-indent: -1em;
}

[data-component="form"] .map_link {
    text-decoration: underline;
    color: #3367d6;
    font-size: 13px;
    font-weight: normal;
}

[data-component="form"] li label {
	font-size: 0.9em;
    font-weight: bold;
    color: #445A5A;
    display: block;
    margin: 24px 0 10px;
    position: relative;
}

[data-component="form"] .required {
    border: 1px solid #FF4183;
    border-radius: 4px;
    color: #FF4183;
    font-size: 10px;
    margin: 0 0 0 6px;
    padding: 0 3px;
    vertical-align: middle;
    font-weight: bold;
    display: inline-block;
}

[data-component="form"] ul, li {
    list-style-position: inside;
    list-style: none;
}

[data-component="form"] #calendar-container {
	margin: 16px 0;
}

[data-component="form"] #calendar-container .form-content_box-yellow {
    background-color: #fff7c0;
    display: inline;
}

[data-component="form"] .dateclear #clear {
	display: inline-block;
    font-size: 12px;
    cursor: pointer;
    border-radius: 6px;
    padding: 8px 12px;
    background-color: #f2f2f2;
}
