@charset "utf-8";

/* - ALL -- */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	}
#top {
	background-color: transparent;
	}

/*   フォントファミリー */
html {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 62.5%;
	}

body {
	color: #000;
	font-size: 1.4rem;
	line-height: 1.5;
	}
#top {
	padding: 1.0em 1.0em 0em 1.0em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

/*   文字リンク色 */
a {
	-webkit-transition: color .3s ease, background-color .3s ease, opacity .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, opacity .3s ease;
	transition: color .3s ease, background-color .3s ease, opacity .3s ease;
	outline: none;
	}
a:link {
	text-decoration: none;
	color: #007ec0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
a:visited {
	text-decoration: none;
	color: #007ec0;
	}
a:active { 
	text-decoration: none;
	color: #007ec0;
	}
a:hover {
	text-decoration: underline;
	color: #007ec0;
	}

/*   p justify */
p {
	margin: 0;
	padding: 0 0 0.85em 0;
	text-align: justify;
	text-justify: inter-ideograph;
	}
i {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
span.ruby {
	font-size: 75%;
	}
img {
	line-height: 0;
	vertical-align: bottom;
	}
/*   見出しリセット */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1;
	}
/*   リストリセット */
ul, ol {
	margin: 0;
	padding: 0;
	}


/* - ヘッダ -- */
#header {
	position: relative;
	width: 100%;
	background-color: transparent;
	}

/*   ロゴ */
.logoall {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 2em 0;
	}
.logo {
	background-color: none;
	padding: 0 0 0 0;
	z-index: 950;
	}
.logo img {
	width: 75%;
	height: auto;
	padding: 0px;
	pointer-events: none;
	touch-callout: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	}


/* - フッタ -- */
#footer {
	width: 100%;
	padding: 3em 1.5em 1.5em 1.5em;
	background-color: #f6f6f6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

/*   フッタの固定 -- */
body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	}
#top {
	flex-grow: 1;
	}

/*   ページトップへ */
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 20px;
	z-index: 400;
	}
.pagetop a {
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid #9c9c9c;
	background-color: transparent;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	color: #000;
	font-size: 0;
	text-decoration: none;
	line-height: 36px;
	background-image: url("../img/pagetop.png");
	background-size: cover;
	background-repeat: no-repeat;
	opacity: .6;
	filter: alpha(opacity=60);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	}
.pagetop a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #000;
	border: 1px solid #000;
	background-position: bottom;
	}

/*   コピーライト */
.footer-all {
	}
.footer-copy {
	}
.footer-copy-img {
	padding: 1.5em 0 0 0;
	}
.footer-copy-img img {
	width: 130px;
	height: auto;
	}
.footer-copy {
	line-height: 1;
	}
.footer-copy small {
	font-size: 1.2rem;
	color: #999;
	}
.footer-copy small span {
	font-family: Arial;
	}


/* - メイン -- */
main {
	display: block;
	}
#main {
	position: relative;
	width: 100%;
	background-color: transparent;
	padding: 0 0 2em 0;
	}

/*   セクション構造 */
.form-all {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	}
/* - 基本要素 -- */
/*   H1 */
/*   H2 */
h2 {
	position: relative;
	font-size: 2.0rem;
	line-height: 1.3;
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
	text-align: center;
	letter-spacing: 0.12em;
	}
h2::before {
	content: '';
	display: block;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	z-index: 1;
	}
h2 span {
	background-color: #fff;
	padding: 0 0.75em;
	position: relative;
	z-index: 2;
	}

/*   H3 */
h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 0.5em 0 0 0;
	margin: 0 0 0 0;
	font-weight: normal;
	}
h3.thanks {
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 0.5em 0 0.5em 0;
	margin: 0 0 0 0;
	font-weight: bold;
	}
/*   H4 */
h4 {
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 0 0 0 0;
	margin: 0 0 0.25em 0;
	font-weight: bold;
	}
.top-margin {
	margin-top: 1em !important;
	}
.bottom-margin {
	margin-bottom: 0.5em !important;
	}
.bottom-margin2 {
	margin-bottom: 0.5em !important;
	}
/*   H5 */
/*   H6 */

/*   入力ステップ */
.step {
	display: table;
	width: 100%;
	margin-bottom: 1.5em;
	}
.step ul {
	display: table-row;
	}
.step li {
	width: 30%;
	display: table-cell;
	color: #999;
	text-align: center;
	vertical-align: middle;
	}
.step li:nth-child(odd){
	font-size: 1rem;
	line-height: 1.5;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
.step li:nth-child(even) {
	width: 5%;
	font-size: 1rem;
	}
.step li.current {
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
	}
.step li span {
	display: inline-block;
	padding: 0.5em 0.5em 0.5em 0.5em;
	}

/*   必須 */
.required {
	display: inline-block;
	color: #cc0000;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1;
	border: 1px solid #cc0000;
	padding: 0.25em 0.5em 0.25em 0.5em;
	margin: 0 0.5em 0.25em 0;
	vertical-align: middle;
	}

/*   注意リスト */
ul.contactul {
	padding-bottom: 0.5em;
	margin: 0 0 0 0;
	}
ul.contactul li {
	font-size: 1.4rem;
	line-height: 1.5;
	padding-left: 0;
	margin-left: 2em;
	list-style-type: disc;
	list-style-position: outside;
	}

/*   DLテーブル */
dl.dl-table {
	margin: 2em 0 2em 0;
	border-bottom: 2px solid #000;
	}
dl.dl-table dt {
	margin: 0 0 0 0;
	padding: 0.35em 0 0 0;
	font-weight: bold;
	color: #000;
	border-top: 2px solid #000;
	}
dl.dl-table dd {
	padding: 1em 0 2em 0;
	margin: 0 0 0 0;
	}

/*   DD内並び */
.btnwrap-all {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	}
.btnwrap2-all {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	}
.btnwrap3-all {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	}
.btnwrap4-all {
	}
.btnwrap5-all {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	}
.btnwrap6-all {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	}
.btnwrap {
	width: 100%;
	border-bottom: 1px dotted #666;
	padding: 0 0 2em 0;
	margin: 0 0 2em 0;
	}
.btnwrap1 {
	width: 50%;
	padding: 0 0 0 0;
	margin: 0 0.5em 0 0;
	}
.btnwrap2 {
	width: 50%;
	padding: 0 0 0 0;
	margin: 0 0 0 0.5em;
	}
.btnwrap3 {
	width: 100%;
	padding: 0 1em 0 0;
	margin: 0 0 0 0;
	}
.btnwrap4 {
	width: 7.5em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.btnwrap5 {
	width: calc(100% - 8em);
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.btnwrap7 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	flex-grow: 1;
	}
.btnwrap8 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	flex-grow: 1;
	width: 5em;
	}
.btnwrap9 {
	width: 6em;
	padding: 0 0 0 0.5em;
	}
.tenk-all {
	}
.tenk-a {
	width: 5.5em;
	padding: 0 0.25em 0 0;
	}
.tenk-b {
	width: 5.5em;
	padding: 0 0 0 0;
	flex-grow: 1;
	}
.tenk-c {
	padding: 0 0 0 0.25em;
	}
.row-all {
	display: flex;
	flex-direction: column;
	width: calc(50% - 2em);
	}
.row2-all {
	display: flex;
	flex-wrap: nowrap;
	}
.bus-left {
	padding: 0 0 0 0.5em;
	width: 100%;
	}
.comment-p {
	width: 70%;
	padding: 0 0 0.5em 0;
	margin: 0 0 0 0;
	line-height: 1;
	}

/* - フォームスタイル */
input {
	-webkit-tap-highlight-color : rgba(0,0,0,0);
	}
.launchhide {
	display: none;
	}
.yubi {
	cursor: pointer;
	}
label {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
input::placeholder {
	color: #999;
	}
.text-right {
	text-align: right;
	}

/*   ラジオボタン */
input[type=radio] {
	}
input[type=radio].radio-wether {
	padding: 0 0 0 0;
	margin: 1em 0 0 1em;
	background: none;
	border: none;
	outline: none;
	-webkit-border-radius: 0;
	border-radius : 0;
	}
.check {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color, background-color 0.3s ease;
	transition: color, background-color 0.3s ease;
	display: inline-block;
	padding: 0.75em 0.25em 0.75em 0.25em;
	margin: -2.7em 0 0 0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #007ec0;
	background-color: #fff;
	vertical-align: middle;
	cursor: pointer;
	border: 2px solid #007ec0;
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	}
.check:hover {
	background-color: #eff8fe;
	}
input[type=radio]:checked + .check {
	background-color: #007ec0;
	border: 2px solid #007ec0;
	color: #fff;
	}
.subtext {
	font-size: 1rem;
	font-weight: normal;
	}

input[type=radio].radio-btn {
	padding: 0 0 0 0;
	margin: 0 0 0 1em;
	}
input[type=radio] + .radio-label {
	width: 7.25em;
	height: 36px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color, background-color 0.3s ease;
	transition: color, background-color 0.3s ease;
	display: inline-block;
	padding: 0 8px 0 31px;
	margin: 0 0 0 -2em;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #007ec0;
	line-height: 34px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #007ec0;
	position:relative;
	}
input[type=radio] + .radio-label:hover {
	background-color: #eff8fe;
	}
input[type=radio] + .radio-label::before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 9px;
	width: 14px;
	height: 14px;
	border: 1px solid #007ec0;
	border-radius: 50%;
	background-color: #fff;
	}
input[type=radio]:checked + .radio-label {
	background-color: #007ec0;
	border: 1px solid #007ec0;
	color: #fff;
	font-weight: bold;
	}
input[type=radio]:checked + .radio-label::before {
	border: 1px solid #fff;
	}
input[type=radio]:checked + .radio-label::after {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #72bee6;
	}

.label-wide {
	width: 13em !important;
	}
.label-wide2 {
	/* width: 27em !important; */
	width: auto !important;
	height: 60px !important;
	}
.brspan {
	display: block;
	line-height: 10px;
	}

/*   テキスト */
input[type=text], input[type=email] {
	height: 36px;
	-webkit-appearance: none;
	width: 100%;
	font-size: 1.6rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #666;
	padding: 0.5em 0.5em 0.5em 0.5em;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: color, background-color 0.3s ease;
	transition: color, background-color 0.3s ease;
	}
input[type=text].wether {
	width: 100%;
	text-align: right;
	}
input[type=text]:focus, input[type=email]:focus {
	outline: 0;
	background-color: #eff8fe;
	border: 1px solid #007ec0;
	}

input[type=text].input-wide-day {
	text-align: right;
	}
input[type=text].input-kazu {
	width: 6.5em;
	text-align: right;
	}
input[type=text].txt-num {
	width: 10.5em;
	}
input[type=text].txt-num2 {
	width: 100%;
	}

/*   セレクト */
select {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #007ec0;
	height: 36px;
	font-size: 16px;
	color: #007ec0;
	-webkit-transition: color, background-color 0.3s ease;
	transition: color, background-color 0.3s ease;
	padding: 0.25em 1.5em 0.25em 0.5em;
	margin: 0 0.5em 0 0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
	}
.select-yaji {
	position: relative;
	}
.select-yaji::after{
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #007ec0;
	top: 50%;
	right: 16px;
	margin-top: -3px;
	pointer-events: none;
	}


/*   テキストエリア */
textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #666;
	padding: 0.5em 0.5em 0.5em 0.5em;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: color, background-color 0.3s ease;
	transition: color, background-color 0.3s ease;
	margin: 0 0 0 0;
	vertical-align: bottom;
	}

textarea:focus {
	outline: 0;
	background-color: #eff8fe;
	border: 1px solid #007ec0;
	}

/*   サブミットボタン */
input.save {
	border: 2px solid #007ec0;
	width: 11em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: color, background-color 0.3s ease;
	transition: color, background-color 0.3s ease;
	padding: 0.75em 0.75em 0.75em 0.75em;
	margin: 0 0.5em 0.75em 0.5em;
	background-color: #007ec0;
	}
input.save:hover {
	color: #007ec0;
	border: 2px solid #007ec0;
	background-color: #fff;
	}
input.cancel {
	border: 2px solid #72cbb6;
	width: 11em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: color, background-color 0.3s ease;
	transition: color, background-color 0.3s ease;
	padding: 0.75em 0.75em 0.75em 0.75em;
	margin: 0 0.5em 0.75em 0.5em;
	background-color: #72cbb6;
	}
input.cancel:hover {
	color: #72cbb6;
	border: 2px solid #72cbb6;
	background-color: #fff;
	}
.submit-box {
	text-align: center;
	}
.note {
	padding: 0 0 2em 0;
	}

ul.ul-btn {
	list-style-type: none;
	margin: 2em 0 2em 0;
	}
ul.ul-btn li {
	}
ul.ul-btn li a {
	border: 2px solid #007ec0;
	width: 11em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: block;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: color, background-color 0.3s ease;
	transition: color, background-color 0.3s ease;
	padding: 0.75em 0.75em 0.75em 0.75em;
	margin: 0 auto;
	background-color: #007ec0;
	}
ul.ul-btn li a:hover {
	color: #007ec0;
	text-decoration: none;
	border: 2px solid #007ec0;
	background-color: #fff;
	}

/*   補助テキスト */
.comment {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: normal;
	display: inline-block;
	}
.btnwrap5 .comment {
	display: block;
	padding: 1.5em 0 0 0;
	}
.btnwrap9 .comment {
	display: block;
	padding: 1.5em 0 0 0;
	}
.tenk-a label {
	display: block;
	padding: 0.6em 0 0 0;
	}
.tenk-c .comment {
	display: block;
	padding: 1.5em 0 0 0;
	}
.comment2 {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: normal;
	padding: 0.5em 0 0 0;
	}
.comment3 {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: normal;
	padding: 0 0 0 0;
	}

/*   JS制御 */
input.error, textarea.error, select.error {
	background: #fff0f0;
	border: 1px solid #ff3333;
	}
input[type="text"].disabled {
	background: #f6f6f6;
	border: 1px solid #ccc;
	pointer-events: none;
	cursor: not-allowed;
	}
input[type="text"].timepicker-a.disabled, input[type="text"].timepicker-b.disabled, input[type="text"].timepicker-c.disabled {
	background: #eee;
	cursor: not-allowed;
	pointer-events: none;
	}
label.disabled {
	cursor: not-allowed;
	pointer-events: none;
	}
input.error + label {
	background: #fff0f0 !important;
	border: 1px solid #ff3333 !important;
	}
label.error {
	color: #ff3333;
	}
input.kakusu {
	display: none;
	}

.comment-error {
	font-size: 100%;
	line-height: 1;
	font-weight: normal;
	}

/* - ピッカー修正 */
.datepicker-container ul li {
	line-height: 30px;
	color: #000;
	}
li.ui-menu-item {
	font-size: 1.3rem;
	}
.flatpickr-current-month {
	padding: 3px 0 0 0 !important;
	}
.cur-month:hover {
	background: #fff !important;
	}
.cur-year:hover {
	background: #fff !important;
	}
.arrowUp:hover {
	background: #fff !important;
	border-bottom-color: #fff !important;
	}
.arrowDown:hover {
	background: #fff !important;
	border: 1px solid #fff !important;
	}
.numInputWrapper:hover {
	background: #fff !important;
	}
.numInputWrapper span {
	border: 1px solid #fff !important;
	}
.numInputWrapper span:hover {
	background: #fff !important;
	}
.flatpickr-day:hover {
	background: #eff8fe !important;
	}


/* ---- レスポンシブ ---- */
/* - スマホ横（480px以上） -- */
@media screen and (min-width: 480px) {

}

/* - TB 縦横（768px以上） -- */
@media screen and (min-width: 768px), print {
/* - TB ALL -- */
body {
	line-height: 1.6;
	}
#top {
	padding: 25px 25px 0px 25px;
	}
p {
	padding: 0rem 0 1em 0;
	}
/* - TB ヘッダ -- */
/*      ロゴ */
.logoall {
	padding: 0 0 38px 0;
	}
.logo img {
	width: 85%;
	height: auto;
	}
.header-menu-all {
	display: flex;
	align-items: center;
	padding: 0 0 0 0;
	}

/* - TB フッタ -- */
#footer {
	padding: 60px 25px 25px 25px;
	}
/*      ページトップへ */
.pagetop {
	bottom: 40px;
	right: 26px;
	}
/*      コピーライト */
.footer-all {
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.footer-copy small {
	font-size: 1.4rem;
	}
.footer-copy-img {
	padding: 0 0 0 0;
	}
.footer-copy-img img {
	width: 146px;
	height: auto;
	}

/* - TB メイン -- */
#main {
	padding: 0 0 3em 0;
	}

/* - TB セクション構造 */
.form-all {
	width: 100%;
	padding: 0;
	}

/* - TB 基本要素 -- */
/*      H2 */
h2 {
	font-size: 2.8rem;
	line-height: 1.3;
	}
/*      H3 */
h3 {
	font-size: 1.6rem;
	}
h3.thanks {
	font-size: 2rem;
	}
/*      H4 */
h4 {
	font-size: 1.6rem;
	}
.bottom-margin2 {
	margin-bottom: 0 !important;
	}
/*      入力ステップ */
.step {
	margin-bottom: 2.5em;
	}
.step li:nth-child(odd){
	font-size: 1.2rem;
	}
.step li:nth-child(even) {
	font-size: 1.2rem;
	}
.step li span {
	padding: 1em 0.5em 1em 0.5em;
	}

/*      注意リスト */
ul.contactul {
	padding-bottom: 0.5em;
	margin: 0 0 0 0;
	}
ul.contactul li {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-left: 2em;
	}

/*      DLテーブル */
dl.dl-table {
	margin: 2em 0 2em 0;
	border-bottom: 1px dashed #000;
	}
dl.dl-table dt {
	float: left;
	padding: 1.5em 1em 0 0;
	margin: 0 0 0 0;
	width: 8em;
	font-weight: bold;
	color: #000;
	border-top: 1px dashed #000;
	}
dl.dl-table dd {
	padding: 1.5em 0 2em 0;
	margin: 0 0 0 9em;
	border-top: 1px dashed #000;
	}
dl.dl-table dd::after {
	display: block;
	content: "";
	clear: both;
	}

/*      DD内並び */
.btnwrap-all {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	}
.btnwrap2-all {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	}
.btnwrap3-all {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: calc(66.6% - 1.25em);
	}
.btnwrap4-all {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	}
.btnwrap5-all {
	width: 66.6%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	}
.btnwrap {
	width: 66.6%;
	border-bottom: 0;
	border-right: 1px dotted #666;
	padding: 0 1em 0 0;
	margin: 0 1em 0 0;
	}
.btnwrap1 {
	margin: 0 1em 0 0;
	}
.btnwrap2 {
	margin: 0 0 0 1em;
	}
.btnwrap3 {
	width: 33.3%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.btnwrap4 {
	width: auto;
	padding: 0 0.5em 0 0;
	margin: 0 0 0 0;
	}
.btnwrap5 {
	width: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	flex-grow: 1;
	}
.btnwrap7 {
	padding: 0 0 0 0;
	margin: 0 0 0 0.5em;
	flex-grow: 1;
	}
.tenk-all {
	width: 66.6%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	}
.tenk-a {
	width: 5.5em;
	padding: 0 0em 0 0;
	}
.tenk-c {
	padding: 0 1.5em 0 0.25em;
	}

/* - TB フォームスタイル -- */
/*      ラジオボタン -- */
.check {
	width: 100%;
	padding: 0.75em 0.5em 0.75em 0.5em;
	margin: -2.1em 0 0 0;
	font-size: 1.4rem;
	}
.subtext {
	font-size: 1.1rem;
	}
.label-wide2 {
	width: auto !important;
	height: 36px !important;
	}
.brspan {
	display: inline;
	}

/*      テキスト -- */
input[type=text].input-kazu {
	width: 6.25em;
	}
input[type=text].txt-num {
	width: 12em;
	}

/*      サブミットボタン -- */
input.save {
	width: 15em;
	padding: 1em 1em 1em 1em;
	margin: 0 0.5em 0 0.5em;
	}
input.cancel {
	width: 15em;
	padding: 1em 1em 1em 1em;
	margin: 0 0.5em 0 0.5em;
	}

/*      補助テキスト */
.comment {
	font-size: 1.1rem;
	}
.btnwrap5 .comment {
	padding: 1.25em 0 0 0;
	}
.btnwrap9 .comment {
	padding: 1.25em 0 0 0;
	}
.tenk-a label {
	display: block;
	padding: 0.5em 0 0 0;
	}
.tenk-c .comment {
	padding: 1.25em 0 0 0;
	}
.comment2 {
	font-size: 1.1rem;
	}
.comment3 {
	font-size: 1.1rem;
	}
}

/* - PC（1025px以上） -- */
@media screen and (min-width: 1025px) {
/* - PC ALL -- */
body {
	font-size: 1.6rem;
	line-height: 1.7;
	}
#top {
	padding: 50px 50px 0px 50px;
	}
p {
	padding: 0rem 0 1.67rem 0;
	}
/* - PC ヘッダ -- */
/*      ロゴ */
.logoall {
	padding: 0 0 69px 0;
	}
.logo img {
	width: 100%;
	height: auto;
	}


/* - PC フッタ -- */
#footer {
	padding: 75px 50px 40px 50px;
	}
/*      ページトップへ */
.pagetop {
	bottom: 60px;
	right: 50px;
	}
/*      コピーライト */
.footer-copy-img img {
	width: 174px;
	height: auto;
	}

/* - PC メイン -- */
#main {
	padding: 0 0 4em 0;
	}

/* - PC セクション構造 */
.form-all {
	width: 100%;
	padding: 0;
	}

/* - PC 基本要素 -- */
/*      H2 */
h2 {
	font-size: 3.4rem;
	line-height: 1.3;
	}
/*      H3 */
h3 {
	font-size: 1.8rem;
	}
h3.thanks {
	font-size: 2.4rem;
	}
/*      H4 */
h4 {
	font-size: 1.8rem;
	}

/*      注意リスト */
ul.contactul {
	padding-bottom: 0.5em;
	margin: 0 0 0 0;
	}
ul.contactul li {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-left: 2em;
	}

/*      DLテーブル */
dl.dl-table {
	margin: 2em 0 2em 0;
	}
dl.dl-table dt {
	padding: 1.3em 1em 0 0;
	margin: 0 0 0 0;
	width: 12em;
	}
dl.dl-table dd {
	padding: 1.5em 0 2em 0;
	margin: 0 0 0 13em;
	}

.tenk-a {
	width: 5em;
	}

/* - PC フォームスタイル -- */
/*      ラジオボタン -- */
.check {
	padding: 0.75em 0.25em 0.75em 0.25em;
	margin: -2.1em 0 0 0;
	font-size: 1.8rem;
	line-height: 1;
	}
.subtext {
	font-size: 1.2rem;
	}

/*      テキスト -- */
input[type=text].input-kazu {
	width: 7.25em;
	}

/*      補助テキスト */
.comment {
	font-size: 1.2rem;
	}
.btnwrap5 .comment {
	padding: 1em 0 0 0;
	}
.btnwrap9 .comment {
	padding: 1em 0 0 0;
	}
.tenk-a label {
	display: block;
	padding: 0.35em 0 0 0;
	}
.tenk-c .comment {
	padding: 1em 0 0 0;
	}
.comment2 {
	font-size: 1.2rem;
	}
.comment3 {
	font-size: 1.2rem;
	}
}

/* - PC-WIDE（1300px以上） -- */
@media screen and (min-width: 1300px) {


}

/* - 印刷用 -- */
@media print {
body {
	font-size: 1.3rem;
	line-height: 1.5;
	}

}
