/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto; /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
@charset "utf-8";

body{
    background:#fff;
    font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','Noto Sans JP','ヒラギノ角ゴ ProN W3',sans-serif;
	color: #333;
	font-size:1rem;
	line-height:1.6;
    font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

/* topページ */

.top-main{
	background-image: url(../jpg/back-top-pc-2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* padding-top: 50vw; */
}

img.fullimg{
	width: 100%;
	max-width: 100%;
}

.top-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-flex-l{
	width: 46%;
	text-align: center;
	padding: 4vw 0 4vw 4.8vw;
}

.top-flex-r{
	width: 40%;
}

.top-ttl{
	margin-bottom: 3vw;
}

.top-flex-l h1{
	width: 100%;
	margin-bottom: 3vw;
}

.top-flex-l h1 img:first-child{
	padding-right: 13vw;
	padding-bottom: 1vw;
}

.top-flex-l h1 img:last-child{
	padding-left: 8vw;
}

.top-link{
	display: block;
	transition: all 0.3s;
	text-align: center;
	margin: 0 auto 3vw;
	
}

a.top-link{
	display: inline-block;
	position: relative;
	width: 90%;
}

.top-link-def{
	transition: all 0.5s;
	position: relative;
	z-index: 2;
}

a.top-link:hover .top-link-def{
	opacity: 0;
}

.top-link-hover{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

p.top-date{
	display: flex;
	align-items: center;
	margin: 0 auto 5vw;
	justify-content: center;
	gap: 5vw;
}

p.top-date.pc{
	width: 85%;
	margin: 0 auto 0 0;
	gap: 3vw;
}

p.top-date.pc img:first-child{
	width: 50%;
	/* padding: 5vw 2vw; */
}

p.top-date.pc img:last-child{
	width: 50%;
}

.top-flex-r img{
	width: 100%;
}

p.top-date.sp{
	display: none;
}

@media screen and (max-width:767px) {
	
	p.top-date.pc{
		display: none;
	}

	.top-main{
		background-image: url(../jpg/back-top1-2.jpg), url(../jpg/back-top2.jpg);
		background-repeat: no-repeat;
		background-position: top, bottom;
		background-size: 100%, 100%;
		/* padding-top: 50vw; */
	}

	.top-flex{
		flex-wrap: wrap;
		width: 80%;
		margin: 0 auto;
		padding-top: 60vw;
		padding-bottom: 40vw;
	}

	.top-flex-l{
		width: 100%;
		margin: 0 auto;
	}

	.top-flex-r{
		display: none;
	}

	.top-flex-l h1{
		width: 100%;
		margin: 5vw auto 1vw;
	}
	
	.top-flex-l h1 img:first-child{
		padding-left: 2vw;
		padding-right: 2vw;
	}

	.top-flex-l h1 img:last-child{
		padding-left: 0;
	}

	p.top-date.sp{
		display: flex;
		margin: 0 auto 7vw;
	}

	p.top-date img:first-child{
		width: 55%;
		border-top: 2vw solid #004e9c;
		border-bottom: 2vw solid #004e9c;
		padding: 5vw 2vw;
	}

	p.top-date img:last-child{
		width: 40%;
	}

	/* a.top-link:hover .top-link-def{
		opacity: 1;
	} */
}

/* ヘッダー */

header{
	background-color: #004893;
	color: #fff;
}

.head-ttl{
	width: 95%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items:baseline;
	height: auto;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
}

.head-ttl h1{
	width: 10%;
	height: auto;
	max-width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.head-ttl h2{
	padding-left: 0.5em;
	font-weight: normal;
	font-size: 1em;
}

@media screen and (max-width:767px) {
	.head-ttl h1{
		width: 18%;
	}
}

/* main */

#formWrap {
	width: 95%;
	max-width:800px;
	margin:3rem auto;
}

p.form-txt{
	margin-bottom: 0.5em;
}

.kojin-jyoho h3{
	font-size: 1em;
	padding-bottom: 0.5em;
}

.kojin-jyoho p{
	font-size: 0.8em;
	margin-bottom: 0.8em;
}

.kojin-jyoho a{
	text-decoration: none;
	color: #333;
}

.submit-btn {
	/* buttonタグのリセットCSS */
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
  
	color: #fff;
	padding: 8px 24px;
	background-color: #3abec1;
	cursor: pointer; /* ポインターカーソルを表示 */
  }
  

  .submit-btn[disabled] {
	background-color: #ccc;
	cursor: not-allowed; /* クリック不可のカーソルを表示 */
  }

/* フォームのテーブル */

table.formTable{
	width:100%;
	margin:0 auto 1em;
	border-collapse:collapse;
}

table.formTable td,table.formTable th{
	border:1px solid #333;
	padding:0.8em 1em;
	text-align: left;
}

table.formTable th{
	width:30%;
	min-width: 250px;
	font-weight:normal;
	background:#efefef;
	padding:0.8em 0.5em 0.8em 1em;
}

.th-txt{
	font-size: 0.75em;
	padding-left: 0.3em;
	padding-top: 0.5em;
}

.td-txt{
	padding-top: 0.2em;
	padding-left: 0;
	font-size: 0.75em;
}

/* フォームの各要素 */

button, input, select, textarea{
	border: 1px solid #333;
}

input[type="text"],input[type="email"],input[type="tel"], select, textarea{
	width: 100%;
}

input[type="text"],input[type="email"],input[type="tel"]{
	padding-left: 0.5em;
	padding-right: 0.5em;
}

input[type="submit"], input[type="button"], button[type="submit"]{
	background-color: skyblue;
	color: #fff;
	border: none;
	font-size: 1.5em;
	line-height: 2.5;
	padding:0 1em;
	transition: all 0.5s;
	margin-top: 1em;
}

input[type="submit"]:hover, input[type="button"]:hover, button[type="submit"]:hover{
	opacity: 0.7;
}

/* チェックボックス */

#alert-txt, #confirm-txt{
	color: #df0019;
}

  label{
	line-height: 2.3;
  }

  label, input[type="checkbox"] {
    cursor: pointer;
}

  /* チェックボックスデザイン */
input[type="checkbox"] {
	display: none;
  }

  input[type=checkbox] + span {
	display: inline-block;
	cursor: pointer;
	padding-left: 30px;
	position: relative;
  }

  input[type=checkbox] + span::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #333;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
  }
 
  input[type=checkbox] + span::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #333;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
  }
  input[type=checkbox] + span::after {
	content: "";
	display: block;
	width: 20px;
	height: 10px;
	border-bottom: 2px solid #333;
	border-left: 2px solid #333;
	position: absolute;
	left: 2px;
	top: 30%;
	transform: translateY(-50%) rotate(-45deg);
	opacity: 0;
	transition: opacity 0.1s;
  }
  
  input[type=checkbox]:checked + span::after {
	opacity: 1;
  }

/* 選択ボックス */

select{
	cursor: pointer;
	border: none;
	padding-left: 1em;
}

.short-select select{
	padding-left: 130px;
}

.form-select{
	display: block;
    position: relative;
    border: 1px solid #333;
    overflow: hidden;
}

.form-select:before{
	position: absolute;
	content: '';
	background-color: #ccc;
	width: 2rem;
	height: 2rem;
	top: 0;
	right: 0;
	border-left: #333 solid 1px;
	pointer-events: none;
	z-index: -1;
}

.form-select:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    /* ここで下向き矢印指定　今回はCSSで */
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;/* クリック出来るよう */
	z-index: 1;
}

.form-select.short-select{
	display: inline-block;
	width: 200px;
}

.select-flex{
	display: flex;
}

.select-flex span{
	padding-left: 0.5em;
}

/* 必須マーク */

span.required{
	display: inline-block;
	background-color: #df0019;
	color: #fff;
	padding: 0.1em 1em 0;
	font-size: 0.8em;
	border-radius: 3px;
	margin-right: 0.5em;
}

span.non{
	background-color: rgba(0, 0, 0, 0);
}

/* Thanks page */

.thanks-ttl{
	font-size: 1.2em;
	margin-bottom: 1em;
}

.thanks-txt{
	/* text-align: left; */
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:767px) {

table.formTable th, table.formTable td {
	width:auto;
	display:block;
}

table.formTable td{
	min-height: 53.19px;
}

table.formTable tr th{
	border-bottom: none;
	padding: 0.5em 1em;
}

table.formTable tr:not(:first-child) th{
	border-top: none;
}

.th-txt{
	padding-top: 0.2em;
	padding-left: 0;
}

span.non{
	display: none;
}

form input[type="text"], form input[type="email"], form textarea {
	font-size:16px;
	display:block;
}

input[type="submit"], input[type="button"]{
	font-size: 1.2em;
}

form input[type="submit"], form input[type="reset"], form input[type="button"] {
	/* display:block; */
	/* width:100%; */
	/* height:40px; */
}
}