@charset "utf-8";
/* CSS Document */


.common-form {
	width: auto;
}
img {
  vertical-align: top;
}
.pdf__download {
  background-color: #f5f5f5;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
}
.pdf__download a {
  display: block;
}
.pdf__download a img {
  transition: all .5s ease;
}
.pdf__download a:hover img {
  opacity: .5;
}

/* tab */
.tab-container {
  margin: 0 auto 3em;
  display: flex;
  width: 50%;
}
.tab {
  font-weight: 500;
  text-align:center;
  width: calc(100% / 2);
  min-height: 4em;
  padding: 10px;
  background-color: #f5f5f5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  color: #999;
}

.tab.active {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #0072BA;
  border-bottom-width: 2px;
  border-bottom-color: #0072BA;
}
.tab:nth-child(2) {
  border-left: none;
}

.content {
  display: none; /*必須*/
}
.content.show {
  display: block; /*必須*/
}


.thankspage .common-form {}

.thanks_comment {
	width: 630px;
	margin: 0 auto;
}
.thanks_comment dl {
	margin-top: 1em;
}
.thanks_comment dl dt {
	font-weight: 500;
}
.thanks_comment dl dd {
	display: list-item;
	list-style-type: disc;
	margin-left: 1.5em;
}

.common-form input,
.common-form textarea,
.common-form select {
	all: revert;
	padding: 0.6em;
	border: solid 1px #CCC;
	margin-bottom: 0.2em;
	margin-right: 0.2em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.common-form select hr {
	background-color: #dadada;
	border: none;
}

.ttl01 {
	/*font-family: "Noto Sans JP","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
	font-weight: 400;
	font-size: 1.6em;
	color: #0072BA;
	margin: 1em 0 5px;
}

.ttl03 {
	color: #0072BA;
	margin-top: 1.5em;
	margin-bottom: 0.3em;
	font-size: 1.3em;
	padding-bottom: 10px;
	font-weight: 500;
	border: none;
}

.must {
	margin: -1px 0 0 0;
	padding: 0.1em 0.2em;
	color: #fff;
	font-size: .8em;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #F62C11;
	display: inline-block;
	vertical-align: bottom;
}

.questionnaire {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1em;
}


.inqlist li {
	width: 31%;
	margin: 1%;
	text-align: center;
}

.inqlist li img {
	border: solid 1px #CCC;
	margin: 5px auto;
}

.inqlist li img:hover {
	background-color: #c8f9f8;
	transition: 1.0s;
}

h3.thanks_text {
	margin-bottom: 40px;
	text-align: center;
}

.downloadURL {
	margin-top: 1em;
}

.downloadURL a {
	font-size: 18px;
	font-weight: 500;
	color: #0072BA;
	text-decoration: underline;
}

.remark {
	margin-top: 20px;
	font-size: 14px;
}

.thanks_comment p:not(:first-child) {
	margin-top: 1em;
}

.thanks_comment p.thanks_single {
	text-align: center;
}




/* H要素のマージン指定 */
section.common-form .lead {
  margin-top: 3em;
	margin-bottom: 0;
	padding-left: 0 !important;
	color: #0072ba;
	font-size: 18px;
	font-weight: 400;
}

.box p.lead:not(:first-child) {
	margin-top: 1em;
}

#inputform h2 {
	margin: 60px 0 2em;
}

#inputform .box h3 {
	margin-top: 60px;
}




/*--以下、メールフォームのcss-----------------*/




/*-- table_Basic --*/
.table_Basic {
	width: 100%;
	line-height: 1.3;
	border-top: solid 1px #dedede;
	border-left: solid 1px #dedede;
	word-wrap: break-word;
	margin-top: 5px;
}

.table_Basic th,
.table_Basic td {
	padding: 10px 15px;
	vertical-align: middle;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.table_Basic th:nth-last-child,
.table_Basic td:nth-last-child {
	border-right: none;
	border-bottom: none;
}


/* th */
.table_Basic th {
	text-align: left;
}

.table_Basic tr,
.table_Basic tbody tr,
.table_Basic thead tr {
	width: 100%;
}

.table_Basic thead th,
.table_Basic .thead th {
	text-align: center;
	color: #333333;
	background: #f5f5f5;
}

.table_Basic thead tr:first-child th,
.table_Basic .thead tr:first-child th {
	border-top: 3px solid #00a8a9;
}

.table_Basic tbody th,
.table_Basic .tbody th,
.table_Basic .th--Bold,
.table_Basic .total .total--Th {
	font-weight: 500;
	color: #333333;
	background: #f5f5f5;
}


/* td */
.table_Basic .td--Bold {
	font-weight: 500;
}

/* total */
.table_Basic .total {
	font-weight: 500;
}

.table_Basic+.list,
.table_Basic+.figure,
.table_ScrollWrap--smp+*,
.table_ScrollWrap--smp+.figure {
	margin-top: 10px;
}

.table_Basic+.table_Basic {
	margin-top: 30px;
}

.grid--is2 .table_Basic {
	margin-bottom: 10px;
}

/*-- table_Basic--small --*/
.table_Basic.table_Basic--small th,
.table_Basic.table_Basic--small td {
	padding: 12px 6px;
	font-size: 0.75em;
}

/*-- table--cellWide --*/
.table_Basic.table--cellWide th {
	padding: 18px 15px;
}

.table_Basic.table--cellWide td {
	padding: 18px 15px 28px;
}


/*-- pc --*/


.common-form .note {
	width: 100%;
	margin-bottom: 2.4em;
	padding: 1em;
	color: #f00;
	border: 1px solid #dedede;
}

.common-form .permission {
	width: 100%;
	margin-bottom: 2.4em;
	padding: 1em;
	color: #666;
	line-height: 260%;
	text-align: center;
	border: 1px solid #dedede;
}

.common-form .arrow {
	width: 100%;
	padding-bottom: 2em;
}

.common-form .arrow li {
	width: 30%;
	text-align: center;
	margin-right: 4%;
	position: relative;
	display: inline-block;
	padding: 1em 0;
	background: #f5f5f5;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 1em;
	color: #333;
	line-height: 2em;
	display: inline-block;
}

.common-form .arrow li::after {
	content: "";
	position: absolute;
	top: 0;
	right: -2em;
	border-left: 2em solid #f5f5f5;
	border-top: 2em solid transparent;
	border-bottom: 2em solid transparent;
	transform-origin: left top;
	transform: scaleX(.7);
}

.common-form .arrow li:nth-child(3) {
	margin-right: 0;
}

.common-form .arrow li.active {
	color: #fff;
	background-color: #0072BA;
}

.common-form .arrow li.active::after {
	border-left: 2em solid #0072BA;
}

.common-form table {
	width: 100%;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin: 0.5em 0;
  font-size: inherit;
  font-weight: 400;
}

.common-form table th {
	padding: 1.4em;
	width: 25%;
}

.common-form table th span.must {
	margin: -1px 0 0 10px;
	padding: 0.1em 0.2em;
	color: #fff;
	font-size: .8em;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #F62C11;
	display: inline-block;
	vertical-align: bottom;
}

.common-form table td .item-list .name {
  word-break: break-all;
}

.common-form table td .item-list.flexbox {
  justify-content: flex-start;
}

.common-form table td {
	padding: 1.4em;
}

.common-form table td p {
	margin-bottom: 0.4em;
}

.common-form .checkbox01 {
	display: none;
}

.common-form .checkbox01_p {
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
}

.common-form .checkbox01_p::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.1em;
	left: 0;
	width: 1em;
	height: 1em;
	border: 1px solid #0072BA;
	border-radius: 2px;
}

.common-form .checkbox01:checked+.checkbox01_p {
	/*color: #009a9a;*/
}

.common-form .checkbox01:checked+.checkbox01_p::after {
	content: "";
	display: block;
	position: absolute;
	top: -0.3em;
	left: 0.2em;
	width: 0.6em;
	height: 1em;
	transform: rotate(40deg);
	border-bottom: 3px solid #009a9a;
	border-right: 3px solid #009a9a;
}

.common-form input[type=radio],
.common-form input[type=checkbox] {
	vertical-align: middle;
}

.wpcf7-list-item {
	margin: 0.5em 1em 0.5em 0.5em;
	display: inline-block;
}

.wpcf7-list-item-label {
	margin: 0 0.5em;
	display: inline-block;
}

.common-form input[type="checkbox"]:hover,
.common-form select:hover {
	border: solid 1px #0072ba;
	cursor: pointer;
}

.common-form input[type="text"]:hover,
.common-form textarea:hover {
	border: solid 1px #0072ba;
	cursor: text;
}


.common-form input:focus,
.common-form textarea:focus,
.common-form select:focus {
	-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	border: solid 1px #008486;
}

.common-form option:focus {
	border: 0;
	outline: 0;
}

.common-form textarea {
	width: 100%;
	height: 10em;
	resize: vertical;
}

.common-form .submit_area {
	text-align: center;
}

.common-form .submit01 {
	padding: 1.5em 0;
	color: #fff;
	background-color: #0072BA;
	border: 0;
	margin-top: 40px;
	font-size: 16px;
	min-width: 320px;
}

.thanks {
	text-align: center;
	width: 320px;
	min-width: 320px;
	margin: 60px auto;
}

.thanksbtn {
	padding: 1em;
	color: #fff !important;
	text-decoration: none !important;
	background-color: #0072BA;
	border: 0;
	display: block;
	width: 100%;
}

.thanksbtn:hover {
	background-color: #0e84ce;
}

.common-form .submit02 {
	padding: 0.96em 2.96em;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
}

.common-form .submit01:hover {
	border: 0;
	background-color: #0e84ce;
	cursor: pointer;
}

.common-form .submit01:focus {
	border: 0;
}

.common-form .comment {
	padding-top: 1em;
	border-top: 1px solid #dedede;
}

.common-form textarea,
.common-form .w100 {
	width: 98%;
}

.common-form .w60 {
	width: 60%;
}

.common-form .w33 {
	width: 33%;
}
.common-form table td .item-list li label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
}
.common-form table td .item-list.flexbox li label {
  gap: 5px;
}
.common-form table td .item-list li:not(:first-child) {
  margin-top: 10px;
}
.common-form table td .item-list.flexbox {
  gap: 1em;
}
.common-form table td .item-list.flexbox li:not(:first-child) {
  margin-top: 0;
}
.common-form table th span {
  display: block;
  font-weight: 300;
}
.top-no-mgn {
  margin-top: 0 !important;
}
.conf-list {
  list-style-type: disc;
  margin-left: 1.5em;
}
.conf-list span {
  display: inline-block;
}
.conf-list span:not(:last-child):not(.sub) {
  margin-right: 1em;
}


/*-注意文-*/
.mw_wp_form .error {
	color: #F00;
	margin-top: 0.5em;
	font-weight: 500;
	fnot-size: 1.2em !important;
}

/*-- //pc --*/



.cata_list {
	display: flex;
	flex-wrap: wrap;
	/* margin: 1% -1%; */
	padding: 40px;
	background-color: #f5f5f5;
	margin: 40px 0 0;
	border: 1px solid #dedede;
}

.cata_list li {
	width: 20%;
	padding: 20px;
	text-align: center;
	font-size: 15px;
}

.cata_list li input[type="checkbox"] {
	vertical-align: middle;
	vertical-align: bottom;
	border: 1px solid #ccc !important;
	width: 16px;
	height: 16px;
}





@media screen and (max-width: 1024px) {
	.step {
		width: 100%;
		font-size: .9em;
		margin: 0 auto 60px;
	}

	.step .s01 {
		background: url(line_g01.svg) no-repeat left 9em top 3.7em;
	}

	.step .s02 {
		background: url(line_g01.svg) no-repeat left 0 top 3.7em;
	}

	.step .s03 {
		background: url(line_g01.svg) no-repeat right 9em top 3.7em;
	}

	.thanks_comment {
		width: 80vw;
		margin: 0 auto;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.cata_list {
		padding: 20px;
	}

	.cata_list li {
		width: 33.333%;
		padding: 20px;
		text-align: center;
	}
}

@media screen and (max-width:768px) {

	.inqlist li {
		width: 98%;
	}

	.table_Basic td {
		line-height: 1.8em;
	}

	.wpcf7-list-item-label {
		margin: 0.7em 0.5em;
	}

	.common-form .note {
		width: 100%;
		margin-bottom: 2.4em;
		padding: 1em;
		color: #f00;
		border: 1px solid #dedede;
	}

	.common-form .permission {
		width: 100%;
		margin-bottom: 2em;
		padding: 2%;
		color: #666;
		line-height: 160%;
		text-align: center;
		border: 1px solid #dedede;
	}

	.common-form .arrow {
		width: 100%;
		padding-bottom: 2em;
	}

	.common-form .arrow li {
		width: 29%;
		text-align: center;
		margin-right: 3%;
		position: relative;
		display: inline-block;
		padding: 0.4em 0;
		background: #f5f5f5;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		color: #333;
		line-height: 2em;
		display: inline-block;
	}

	.common-form .arrow li::after {
		content: "";
		position: absolute;
		top: 0;
		right: -1em;
		border-left: 1em solid #f5f5f5;
		border-top: 1.4em solid transparent;
		border-bottom: 1.4em solid transparent;
		transform-origin: left top;
		transform: scaleX(.7);
	}

	.common-form .arrow li:nth-child(3) {
		margin-right: 0;
	}

	.common-form .arrow li.active {
		color: #fff;
		background-color: #0072BA;
	}

	.common-form .arrow li.active::after {
		border-left: 1em solid #0072BA;
	}

	.common-form table {
		width: 98% !important;
	}

	.common-form table tr,
	.common-form table th,
	.common-form table td {
		display: block;
		width: 100%;
	}

	.common-form table th {
		padding: 1.4em;
		width: 100%;
	}

	.common-form table th span.must {
		margin: -1px 0 0 0;
		padding: 0.1em 0.2em;
		color: #fff;
		letter-spacing: 0.1em;
		text-align: center;
		background-color: #F62C11;
		display: inline-block;
		vertical-align: bottom;
	}

	.common-form table td {
		padding: 1.4em;
	}

	.common-form table td p {
		margin-bottom: 0.2em;
	}

	.questionnaire {
		flex-direction: column;
		align-items: flex-start;
		gap: .5em;
	}
	

	/*
	.common-form .s1 select {
		background-image: url(../../inquiry/img/pulldown_arrow.png);
		background-position: 98% center;
		background-repeat: no-repeat;
	}
	
	.common-form .s2 select {
		width:100%;
		background-image: url(../../inquiry/img/pulldown_arrow.png);
		background-position: 94% center;
		background-repeat: no-repeat;
	}
	*/
	.common-form input,
	.common-form textarea,
	.common-form select {
		padding: 0.6em;
		border: solid 1px #CCC;
	}

	.common-form input:hover,
	.common-form textarea:hover,
	.common-form select:hover {
		border: solid 1px #008486;
		cursor: pointer;
		cursor: hand;
	}

	.common-form input:focus,
	.common-form textarea:focus,
	.common-form select:focus {
		-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
		box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
		border: solid 1px #008486;
	}

	.common-form option:focus {
		border: 0;
		outline: 0;
	}

	.common-form textarea {
		width: 100%;
		height: 10em;
		resize: vertical;
	}

	.common-form .submit_area {
		text-align: center;
	}

	.common-form .submit01 {
		padding: 1em 3em;
		color: #fff;
		background-color: #0072BA;
		border: 0;
	}

	.common-form .submit02 {
		padding: 0.96em 2.96em;
		color: #333;
		background-color: #fff;
		border: 1px solid #ccc;
	}

	.common-form .submit01:hover {
		border: 0;
	}

	.common-form .submit01:focus {
		border: 0;
	}

	.common-form .comment {
		padding-top: 1em;
		border-top: 1px solid #dedede;
	}

	.common-form .w100 {
		width: 96%;
	}

	colgroup,
	col {
		width: 100%;
	}

	.cata_list {
		padding: 20px;
	}

	.cata_list li {
		width: 50%;
		padding: 20px;
		text-align: center;
	}

	/*
	section.s01,
	section.s02,
	section.s03 {
		padding: 0;
	}
	.step {
		margin: 0 auto;
	}
	.thanks_comment {
		width: 90%;
		margin: 0 auto;
	}
	*/
	.step .s01 {
		background: url(line_g01.svg) no-repeat left 10.5vw top 18px;
	}

	.step .s02 {
		background: url(line_g01.svg) no-repeat left 0 top 18px;
	}

	.step .s03 {
		background: url(line_g01.svg) no-repeat right 10.5vw top 18px;
	}

	.thankspage .common-form {
		padding: 0;
	}

	.thankspage .common-form section {
		padding: 0;
	}

  #inputform h2 {
    margin-bottom: 30px !important;
  }
  .tab-container {
    margin: 0 auto 2em;
    width: 100%;
  }
  .tab {
    min-height: 3em;
  }
  .common-form table td .item-list li label {
    display: grid;
    grid-template-columns: 24px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
  }
  .common-form table td .item-list li label input {
    grid-area: 1 / 1 / 3 / 2;
  }
  .common-form table td .item-list li label .type {
    grid-area: 1 / 2 / 2 / 3;
    font-size: 14px;
    line-height: 1.2;
    color: #aaa;
  }
  .common-form table td .item-list li label .name {
    grid-area: 2 / 2 / 3 / 3;
    line-height: 1.5;
    text-align: left;
    width: 100%;
  }
  .common-form table td:has(.item-list) {
    padding: 0;
  }
  .common-form table td .item-list li {
    padding: .5em;
  }
  .common-form table td .item-list li:not(:first-child) {
    border-top: 1px solid #ddd;
    margin: 0;
  }

  .common-form {
    padding: 0;
  }
  .pdf__download {
    flex-direction: column;
  }
  section.common-form .lead {
    margin-top: 2em;
  }
  .common-form table td .item-list.flexbox {
    gap: 0;
  }
  .common-form table td .item-list li {
    width: 100%;
  }
  .common-form table td .item-list.conf li {
    width: auto;
  }
  .common-form table td .item-list li:not(:first-child) {
    border-bottom: none;
  }
  section {
    padding: 0;
  }
  .common-form .submit01 {
    margin-top: 0;
  }

  .item-list.conf {
    padding: 0 0 0 2em;
  }
  .common-form table td .item-list.conf li {
    padding: 0;
  }
  .common-form table td .item-list.conf li:not(:first-child) {
    margin: 0;
    border: none;
  }
  .common-form table td .item-list.conf + br {
    display: none;
  }
  .conf-list {
    margin-left: 0;
  }
  .list-cate:not(:first-of-type) {
    margin-top: .5em;
  }
  .common-form table td:has(.item-list.conf) {
    padding: 1em;
  }
  .common-form table td .item-list .name {
    line-height: 1.2;
  }
}



::placeholder {
	color: #999;
}