@charset "utf-8";

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
	font-size: 62.5%;
}

body {
	color: #000;
	background-color: #fff;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.0rem;
	line-height: 2.0;
}

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ", "Meiryo", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	}
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}

body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ul, ol, li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select {
	vertical-align: middle;
}

img {
	border-style: none;
	vertical-align: top;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

@media screen and (min-width: 768px), print and (min-width: 0px) {
	
	input[type="submit"],
	a {
		transition-property: opacity;
		transition-duration: 0.5s;
	}
	
	input[type="submit"]:hover,
	a:hover {
		opacity: 0.5;
	}
	
	#formCts input[type="radio"],
	#formCts input[type="checkbox"] {
		width: 25px;
		height: 25px;
	}
	
}

header {
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 999;
	position: fixed;
}

header #headerBar {
	margin: 0px auto;
	padding: 14px 0px;
	width: 100%;
	min-width: 1100px;
	background: rgba(153,204,0,0.7);
}

header #headerBar ul {
	margin: 0px auto;
	width: 940px;
	align-items: center;
	justify-content: flex-end;
	display: flex;
}

header #headerBar ul li {
	border-left: 3px solid #93928c;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.4rem;
}

header #headerBar ul li:first-of-type {
	border-left: none;
}

header #headerBar ul li:last-of-type {
	margin-left: 10px;
	border-left: none;
}

header #headerBar ul li a {
	color: #000;
	display: block;
}

header #headerBar ul li.link a {
	padding: 3px 45px 3px 15px;
}

header #headerBar ul li.link.application a {
	background: url(../img/icon_mail_a.png) no-repeat right 15px center / 25px auto;
}

header #headerBar ul li.link.contact a {
	background: url(../img/icon_mail_c.png) no-repeat right 15px center / 25px auto;
}

header #headerBar ul li.sample a {
	padding: 6px 30px 6px 10px;
	border: 3px solid #fff;
	border-radius: 5px;
	background: #faee00 url(../img/icon_arr_r_bk.png) no-repeat right 10px center / 12px auto;
}

header #headerMain {
	margin: 0px auto;
	width: 940px;
	position: relative;
}

header #headerMain figure {
	width: 194px;
	height: 194px;
	font-size: 0px;
	line-height: 0;
	top: -55px;
	left: 6px;
	position: absolute;
}

header #headerMain figure img {
	width: 100%;
	height: auto;
}

body > h1 {
	margin: 0px auto;
	width: 710px;
	padding: 95px 90px 29px 300px;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 4.8rem;
	text-align: left;
}

main.top > section {
	padding: 50px 0px 0px;
	width: 100%;
	min-width: 1100px;
}

main.top > section > div {
	margin: 0px auto;
	width: 940px;
}

main.top > section:nth-of-type(even) {
	background: #f9f8f6 url(../img/bg_shdow_t.jpg) no-repeat center top / 1100px auto;
}

main.top > section:nth-of-type(even) > div {
	content: "";
	width: 100%;
	min-width: 1100px;
	background: url(../img/bg_shdow_b.jpg) no-repeat center bottom / 1100px auto;
}

main.top > section:nth-of-type(even) > div > div {
	margin: 0px auto;
	width: 940px;
}

main.top > section > h1 {
	margin: 0px auto 12px;
	padding: 19px 0px;
	width: 940px;
	color: #262626;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 4.0rem;
	text-align: center;
	position: relative;
}

main.top > section > h1::before,
main.top > section > h1::after {
	content: "";
	width: 77px;
	height: 78px;
	font-size: 0px;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	top: 0px;
	position: absolute;
}

main.top > section > h1::before {
	background: url(../img/h1l.png) no-repeat center center / 77px auto;
	left: 0px;
}

main.top > section > h1::after {
	background: url(../img/h1r.png) no-repeat center center / 77px auto;
	right: 0px;
}

main.top > section > p.dsc {
	margin: 0px auto 0px;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 3.2rem;
	text-align: center;
}

#servSec {
	padding: 0px 0px 70px;
}

main.top > section#servSec > div#servSecT {
	padding: 0px 0px;
	width: 100%;
	background-color: #10bad1;
}

#servSec #servSecTIn {
	margin: 0px auto;
	padding: 0px 80px 10px;
	width: 940px;
	justify-content: center;
	display: flex;
}

#servSec #servSecTL {
	flex: 1;
}

#servSec #servSecTR {
	padding: 10px 0px 0px;
	width: 290px;
	text-align: center;
}

#servSec .listBox {
	flex-wrap: wrap;
	display: flex;
}

#servSec .listBox li {
	padding: 10px 20px 20px 0px;
	width: 296px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3.6rem;
}

#servSec .listBox li div {
	padding: 37px 0px 0px;
	min-height: 73px;
	background-color: #fff;
	border: 3px solid #8bc4c9;
	border-radius: 3px;
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2);
	text-align: center;
}

#servSec .listBox li.boxL div {
	padding: 37px 15px 0px;
	text-align: left;
}

#servSec .listBox li div span {
	margin-left: 10px;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 3.6rem;
}

#servSec #servBox {
	padding: 10px 0px;
	width: 606px;
	border: 3px solid #fff;
	border-radius: 3px;
	color: #fff;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	display: flex;
}

#servSec #servBox dt {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 4.4rem;
}

#servSec #servBox dd {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 2.4rem;
}

#servSec #servBox dd.price {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 4.4rem;
}

#servSec figure {
	margin: 0px auto;
	width: 222px;
	position: relative;
}

#servSec figure figcaption {
	padding: 1px 0px;
	width: 84px;
	background-color: #faee00;
	border: 3px solid #fff;
	color: #000;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.8rem;
	text-align: center;
	display: block;
	left: 50%;
	top: 16px;
	position: absolute;
	transform: translateX(-50%);
}

#servSec .link {
	padding: 10px 0px 0px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 3.4rem;
	text-align: right;
}

#servSec .link a {
	padding: 0px 42px 0px 0px;
	background: url(../img/icon_link.png) no-repeat right center / 34px auto;
	color: #000;
	display: inline-block;
}
#servSec #servSecB {
	padding-top: 10px;
}

#servSec .note li {
	padding: 0px 0px 0px 2em;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 2.4rem;
	text-align: left;
	text-indent: -2em;
}

main.top > section#meritSec > div {
	padding-bottom: 100px;
}

main.top > section#meritSec > h1::before,
main.top > section#meritSec > h1::after {
	display: none;
}

#meritSec .listBox {
	margin: 0px auto 10px;
	display: flex;
}

#meritSec .listBox li {
	margin: 10px 20px 20px 0px;
	width: 300px;
	height: 210px;
	background: url(../img/bg_merit.png) no-repeat center center / 300px auto;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3.6rem;
	text-align: left;
}

#meritSec .listBox li:last-of-type {
	margin-right: 0px;
}

#meritSec .listBox li > div {
	padding: 51px 38px 0px;
}

#meritSec .listBox li > div img {
	margin-left: 20px;
	width: 80px;
	height: auto;
}

#meritSec .note li {
	padding-left: 1em;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 4.0rem;
	text-align: left;
	text-indent: -1em;
}

#optionSec {
	padding-bottom: 20px;
}

main.top > section#optionSec > p.dsc {
	margin-bottom: 50px;
}

#optionSec > h2 {
	padding: 12px 0px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3.6rem;
	text-align: center;
}

#optionSec > h2.h01 {
	background-color: #10BAD1;
}

#optionSec > h2.h02 {
	background-color: #8CBAA6;
}

main.top > section#optionSec > div {
	padding-top: 20px;
}

#optionSec .listBox {
	flex-wrap: wrap;
	display: flex;
}

#optionSec .listBox li {
	padding: 0px 30px 40px 0px;
	width: 455px;
}

#optionSec .listBox li:nth-of-type(even) {
	padding-right: 0px;
}

#optionSec .listBox li > dl {
	padding: 20px 20px 10px;
	min-height: 184px;
	background-color: #fff;
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2);
}

#optionSec .listBox li > dl dt {
	margin: 0px 0px 10px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3.2rem;
	text-align: left;
	vertical-align: middle;
	align-items: center;
	display: flex;
}

#optionSec .listBox li > dl dt figure {
	margin-right: 18px;
	width: 70px;
}

#optionSec .listBox li > dl dt figure img {
	width: 100%;
	height: auto;
}

#optionSec .listBox li > dl dt p {
	font-size: 1em;
}

#optionSec .listBox li > dl dt p span {
	font-size: 1.2rem;
}

#optionSec .listBox li > dl dd {
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 2.8rem;
	text-align: left;
}

main.top > section#flowSec > div {
	padding-bottom: 20px;
}

main.top > section#flowSec > p.dsc {
	margin-bottom: 20px;
}

#flowSec dl {
	margin: 0px 0px 40px;
	background: url(../img/bg_flow.png) no-repeat left center / auto auto;
	border: 3px solid #10BAD1;
	align-items: center;
	display: flex;
}

#flowSec dl dt {
	padding: 0px 20px;
	width: 175px;
	color: #FAEE00;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3.2rem;
	text-align: left;
}

#flowSec dl dt span {
	color: #fff;
	display: block;
}

#flowSec dl dd {
	padding: 12px 5px;
	flex: 1;
}

#flowSec dl dd h2 {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 3.6rem;
	text-align: left;
}

#flowSec dl dd p {
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 3.2rem;
	text-align: left;
}

#flowSec .note li {
	margin: 0px 0px 24px;
	padding-left: 1em;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 2.4rem;
	text-align: left;
	text-indent: -1em;
}

main.top > section#priceSec > div {
	padding-bottom: 110px;
}

#priceSec .priceBox {
	margin: 0px 0px 24px;
	padding: 30px 0px 0px;
	width: 920px;
}

#priceSec .priceBox dl {
	padding: 10px 20px;
	min-height: 110px;
	background-color: #fff;
	border: 3px solid #8BC4C9;
	box-shadow: 15px 5px 15px 5px rgba(0,0,0,0.2);
	align-items: center;
	justify-content: space-between;
	display: flex;
}

#priceSec .priceBox dl dt {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 4.8rem;
	text-align: left;
}

#priceSec .priceBox dl dd {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 4.8rem;
	text-align: left;
}

#priceSec .priceBox dl dt span,
#priceSec .priceBox dl dd span {
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 4.8rem;
	text-align: left;
	display: block;
}

#priceSec .note li {
	padding-left: 1em;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 4.0rem;
	text-align: left;
	text-indent: -1em;
}

#priceSec .priceLink {
	padding: 50px 0px 10px;
}

#priceSec .priceNavi {
	padding: 0px 0px 50px;
}

#priceSec .priceLink,
#priceSec .priceNavi {
	justify-content: space-between;
	display: flex;
}

#priceSec .priceLink li,
#priceSec .priceNavi li {
	width: 463px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 4.0rem;
	text-align: center;
}

#priceSec .priceLink li a,
#priceSec .priceNavi li a {
	padding: 27px 0px;
	border-radius: 5px;
	display: block;
}

#priceSec .priceLink li a {
	background-color: #99CC00;
	color: #000;
}

#priceSec .priceNavi li a {
	background-color: #10BAD1;
	color: #fff;
}

#priceSec .priceLink li a span {
	padding-right: 60px;
}

#priceSec .priceLink li.application a span {
	background: url(../img/icon_mail_a.png) no-repeat right center / 50px auto;
}

#priceSec .priceLink li.contact a span {
	background: url(../img/icon_mail_c.png) no-repeat right center / 50px auto;
}

#priceSec .priceNavi li a span {
	padding-right: 40px;
	background: url(../img/icon_arr_b_w.png) no-repeat right center / 31px auto;
}

#disclaimerSec h2,
#specifiedSec h2 {
	color: #10BAD1;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 4.0rem;
	text-align: left;
}

#disclaimerSec h3,
#disclaimerSec p {
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 4.0rem;
	text-align: left;
}

#disclaimerSec .note,
#disclaimerSec p {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #10BAD1;
}

#specifiedSec {
	padding-top: 10px;
}

#specifiedSec ul {
	padding-top: 20px;
}

#specifiedSec ul li {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #10BAD1;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 4.0rem;
	text-align: left;
}

#specifiedSec p {
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 4.8rem;
	text-align: left;
}

#specifiedSec a {
	color: #000;
}

footer {
	width: 100%;
	min-width: 1100px;
	background-color: #10BAD1;
}

footer > div {
	margin: 0px auto;
	padding: 16px 0px;
	width: 940px;
}

footer p {
	color: #fff;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 2.4rem;
	text-align: right;
}

footer a {
	color: #fff;
}

footer #copy small {
	font-size: 1em;
}

#pageTop {
	width: 110px;
	font-size: 0px;
	right: 80px;
	bottom: 80px;
	position: fixed;
}

#pageTop img {
	width: 100%;
	height: auto;
}

#breadCrumb {
	width: 100%;
	min-width: 1100px;
}

#breadCrumb.application {
	background-color: #99CC00;
}

#breadCrumb.contact {
	background-color: #10BAD1;
}

#breadCrumb > div {
	margin: 0px auto;
	width: 1100px;
}

#breadCrumb.contact > div {
	margin-bottom: 60px;
}

#breadCrumb ul {
	padding: 14px 0px;
	display: flex;
}

#breadCrumb ul li {
	margin: 0px 14px;
	padding: 10px 0px;
	width: 330px;
	border-width: 4px;
	border-style: solid;
	border-radius: 6px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3.6rem;
	text-align: center;
}

#breadCrumb.application ul li {
	border-color: #99CC00;
}

#breadCrumb.contact ul li {
	border-color: #10BAD1;
}

#breadCrumb.application ul li.set,
#breadCrumb.contact ul li.set {
	border-color: #fff;
	background-color: #faee00;
	color: #231815;
}

#breadCrumb ul li span {
	padding-right: 28px;
	background-image: url(../img/icon_arr_r_w.png);
	background-size: 17px auto;
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
}

#breadCrumb ul li.set span {
	background-image: url(../img/icon_arr_r_bk.png);
	background-size: 17px auto;
}

#formCts > h1 {
	padding: 21px 0px;
	width: 100%;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 3.2rem;
	text-align: center;
}

#formCts h2 {
	width: 100%;
	min-width: 1100px;
	background-color: #10BAD1;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3.6rem;
	text-align: left;
}

#formCts h2.opH2 {
	background-color: #8CBAA6;
}

#formCts h2 span {
	margin: 0px auto;
	padding: 17px 0px;
	width: 900px;
	display: block;
}

#formCts .att {
	color: #F42565;
}

#formCts .formSec,
#formCts .formCfSec,
#formCts .formCmpSec,
#formCts .formSvSec {
	margin: 0px auto;
	width: 1100px;
	display: block;
	box-sizing: border-box;
}

#formCts input:placeholder-shown {
	color: #B5B5B6 !important;
}

#formCts input::-webkit-input-placeholder {
	color: #B5B5B6 !important;
}

#formCts input:-moz-placeholder {
	color: #B5B5B6 !important;
}

#formCts input::-moz-placeholder {
	color: #B5B5B6 !important;
}

#formCts input:-ms-input-placeholder {
	color: #B5B5B6 !important;
}

#formCts .formSec {
	padding: 15px 80px 45px;
}

#formCts .formCfSec {
	padding: 15px 80px 80px;
}

#formCts .formSvSec {
	padding: 15px 80px 55px;
}

#formCts .formCmpSec {
	padding: 1px 80px 60px;
}

#formCts .formSec > .boxTxt,
#formCts .formSvSec > .boxTxt {
	margin: 0px 0px 15px;
	padding: 15px 24px;
	background-color: #F9F8F6;
	border: 1px solid #D8D8D8;
	color: #525454;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 3.0rem;
	text-align: left;
}

#formCts .formSec > .boxTxt {
	margin: 0px 0px 50px;
}

#formCts .formSvSec > .link {
	padding: 0px 10px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 3.0rem;
	text-align: right;
}

#formCts .formSvSec > .link a {
	color: #525454;
}

#formCts .domainSec,
#formCts .domainSec dl,
#formCts .domainSec ul {
	display: flex;
	align-items: flex-start;
}

#formCts .domainSec {
	padding: 35px 0px 55px 24px;
}

#formCts .domainSec::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#formCts .domainSec dl {
	width: 526px;
	float: left;
}

#formCts .domainSec ul {
	width: 400px;
	float: right;
}

#formCts .domainSec dl dt {
	width: 110px;
	color: #525454;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3.6rem;
	text-align: left;
}

#formCts .domainSec dl dt .req {
	margin: 0px 0px 6px;
	padding: 1px 0px;
	width: 42px;
	background-color: #F42565;
	border-radius: 4px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.8rem;
	text-align: center;
	display: block;
}

#formCts .domainSec dl dd input {
	padding: 25px 25px;
	width: 360px;
	background-color: #fff;
	border: 3px solid #8BC4C9;
	border-radius: 5px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 3.0rem;
	text-align: left;
	-webkit-appearance: none;
}

#formCts .domainSec ul {
	flex-wrap: wrap;
}

#formCts .domainSec ul li {
	padding: 6px 0px 6px 12px;
	width: 33%;
	color: #525454;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 3.1rem;
	text-align: left;
	box-sizing: border-box;
}

#formCts .colorSec {
	padding: 0px 26px 0px 24px;
}

#formCts .colorSec ul {
	flex-wrap: wrap;
	align-items: center;
	display: flex;
}

#formCts .colorSec ul li {
	padding: 15px 0px;
	width: 50%;
	color: #525454;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 3.1rem;
	text-align: left;
}

#formCts .colorSec ul li.att {
	color: #F42565;
	font-size: 2.4rem;
}

#formCts .colorSec ul li label {
	padding-left: 100px;
	position: relative;
}

#formCts .colorSec ul li input + label::before {
	content: "";
	width: 58px;
	height: 28px;
	font-size: 0px;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	left: 28px;
	top: 4px;
	position: absolute;
}

#formCts .colorSec ul li input#thColor1 + label::before {
	background-color: #C6C567;
}

#formCts .colorSec ul li input#thColor2 + label::before {
	background-color: #72A57A;
}

#formCts .colorSec ul li input#thColor3 + label::before {
	background-color: #89B5C6;
}

#formCts .colorSec ul li input#thColor4 + label::before {
	background-color: #CCA965;
}

#formCts .colorSec ul li input#thColor5 + label::before {
	background-color: #E9938C;
}

#formCts .optionSec {
	padding: 35px 26px 74px 24px;
}

#formCts .colorSec ul {
	flex-wrap: wrap;
	align-items: center;
	display: flex;
}

#formCts .optionSec ul li {
	margin: 0px 0px 26px;
	color: #525454;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3.6rem;
	text-align: left;
}

#formCts .optionSec ul li label {
	padding-left: 20px;
}

#formCts #button {
	margin: 0px auto;
	padding: 0px 0px 140px;
	width: 1100px;
	align-items: center;
	justify-content: center;
	display: flex;
}

#formCts #button li {
	margin: 0px 11px;
	width: 464px;
}

#formCts #button li a,
#formCts #button li input[type="submit"] {
	padding: 27px 0px;
	width: 100%;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 4.0rem;
	text-align: center;
	display: block;
	-webkit-appearance: none;
	cursor: pointer;
}

#formCts #button.application li a,
#formCts #button.application li input[type="submit"] {
	background-color: #99CC00;
}

#formCts #button.contact li a,
#formCts #button.contact li input[type="submit"] {
	background-color: #10BAD1;
}

#formCts #button.application li.back a,
#formCts #button.contact li.back a {
	background-color: #8BC4C9;
}

#formCts #button.sv li input[type="submit"],
#formCts #button.pv li input[type="submit"] {
	background-image: url(../img/bt_arr_r.png);
	background-size: 24px auto;
	background-repeat: no-repeat;
}

#formCts #button.sv li input[type="submit"] {
	background-position: right 20px center;
}

#formCts #button.pv li input[type="submit"] {
	background-position: right 50px center;
}

#formCts #button.cf li.back a,
#formCts #button.pv li.back a {
	background-image: url(../img/bt_arr_l.png);
	background-size: 24px auto;
	background-repeat: no-repeat;
}

#formCts #button.cf li.back a,
#formCts #button.pv li.back a {
	background-position: left 50px center;
}

#formCts #button li.close a {
	background-image: url(../img/bt_close.png);
	background-size: 56px auto;
	background-repeat: no-repeat;
	background-position: left 60px center;
}

#formCts .flfc {
	align-items: flex-start;
	justify-content: space-between;
	display: flex;
}

#formCts .flfc dl {
	width: 458px;
}

#formCts .flfc dl#address2FS {
	width: 610px;
}

#formCts .flfc dl#prefFS {
	width: 288px;
}

#formCts .formSec dl dd input[type="text"],
#formCts .formSec dl dd input[type="tel"],
#formCts .formSec dl dd input[type="email"],
#formCts .formSec textarea {
	padding: 25px 25px;
	width: calc(100% - 56px);
	background-color: #fff;
	border: 3px solid #8BC4C9;
	border-radius: 5px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 3.0rem;
	text-align: left;
	-webkit-appearance: none;
}

#formCts .formSec textarea#outline {
	height: 60px;
}

#formCts .formSec textarea#cts {
	height: 280px;
}

#formCts .formSec dl dd ul {
	height: 86px;
	align-items: center;
	display: flex;
}

#formCts .formSec dl dt,
#formCts .formSec dl dd ul li {
	color: #525454;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3.6rem;
	text-align: left;
}

#formCts .formSec dl dt {
	margin: 0px 0px 6px 0px;
}

#formCts .formSec dl dt label span {
	font-size: 1.8rem;
}

#formCts .formSec dl dt .req {
	margin: 0px 15px 0px 0px;
	padding: 1px 0px;
	width: 42px;
	background-color: #F42565;
	border-radius: 4px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.8rem;
	text-align: center;
	display: inline-block;
}

#formCts .formSec ul li {
	margin: 0px 0px 0px 24px;
}

#formCts .err {
	position: relative;
	display: none;
}

#formCts .err p {
	color: #F42565;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.8rem;
	text-align: left;
	left: 0px;
	top: 5px;
	position: absolute;
}

#formCts .formDscSec {
	margin: 0px auto;
	padding: 0px 165px 42px;
	width: 1100px;
	display: block;
	box-sizing: border-box;
}

#formCts .formDscSec > div {
	margin: 0px 0px 46px;
	height: 246px;
	border: 1px solid #D8D8D8;
	overflow-y: scroll;
}

#formCts .formDscSec > div > div {
	padding: 16px;
}

#formCts .formDscSec > div > div > * {
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 3.2rem;
	text-align: left;
}

#formCts .formAgree {
	margin: 0px auto;
	padding: 0px 0px 42px;
	width: 738px;
	color: #525454;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3.6rem;
	text-align: left;
	align-items: center;
	display: flex;
	box-sizing: border-box;
}

#formCts .formAgree label {
	padding-left: 20px;
}

#formCts .formAgree .req {
	margin: 0px 15px 0px 0px;
	padding: 1px 0px;
	width: 42px;
	background-color: #F42565;
	border-radius: 4px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.8rem;
	text-align: center;
	display: block;
}

#formCts .formCfSec dl {
	padding: 12px 0px;
	width: 100%;
	border-bottom: 1px dotted #10BAD1;
	display: flex;
	align-items: flex-start;
}

#formCts .formCfSec h3,
#formCts .formCfSec dl dt,
#formCts .formCfSec dl dd {
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 3.6rem;
	text-align: left;
}

#formCts .formCfSec h3,
#formCts .formCfSec dl dt {
	color: #535353;
}

#formCts .formCfSec h3 {
	padding: 12px 24px;
}

#formCts .formCfSec dl dt {
	padding: 0px 24px;
	width: 280px;
}

#formCts .formCfSec dl dd {
	color: #1B1B1B;
	flex: 1;
}

#formCts .formCfSec dl dd.eDd {
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 3.6rem;
}

#formCts .formCfSec dl dd span.selTC {
	padding-right: 88px;
	position: relative;
}

#formCts .formCfSec dl dd span.selTC::after {
	content: "";
	width: 58px;
	height: 28px;
	font-size: 0px;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	right: 0px;
	top: 4px;
	position: absolute;
}

#formCts .formCfSec dl dd span.selTC#tc01::after {
	background-color: #C6C567;
}

#formCts .formCfSec dl dd span.selTC#tc02::after {
	background-color: #72A57A;
}

#formCts .formCfSec dl dd span.selTC#tc03::after {
	background-color: #89B5C6;
}

#formCts .formCfSec dl dd span.selTC#tc04::after {
	background-color: #CCA965;
}

#formCts .formCfSec dl dd span.selTC#tc05::after {
	background-color: #E9938C;
}


#formCts .formCfSec .formAgree {
	padding: 120px 0px 15px;
}

#formCts .formCmpSec h1 {
	margin: 40px auto 60px;
	color: #10BAD1;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 4.8rem;
	text-align: center;
}

#formCts .formCmpSec h2 {
	margin: 0px auto 30px;
	width: 100%;
	min-width: 0px;
	background: none;
	color: #000;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 4.8rem;
	text-align: center;
}

#formCts .formCmpSec p {
	margin: 0px 0px 48px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 4.8rem;
	text-align: left;
}




