@charset "utf-8";

#vcbody-wrapper #VcArea-Header:before {
	content: "ヘッダー領域↓";
	color: #B22;
	font-size: 18px;
	font-weight: bold;
}

#vcbody-wrapper #VcArea-TopPage:before {
	content: "メインビジュアル領域↓";
	color: #B22;
	font-size: 18px;
	font-weight: bold;
}

#vcbody-wrapper #VcArea-MainColum:before {
	content: "メイン領域↓";
	color: #B22;
	font-size: 18px;
	font-weight: bold;
}

/* --------------------------------------------------------------------
 # inquiry(ja)
-------------------------------------------------------------------- */
.fcred {
	color: #BB1111
}

.is-required {
	background: #BB1111;
	color: #FFF;
	border-radius: 2px;
	float: right;
	padding: 0 10px;
	font-size: 0.8em;
	line-height: 1.7em;
	margin-top: 0.2em
}

.c-form {
	margin-bottom: 80px;
}

.c-form table {
	width: 100%;
}

.c-form th {
	width: 280px;
	border-bottom: 1px solid #ddd;
	padding: 15px;
}

.c-form td {
	padding-right: 15px;
	border-bottom: 1px solid #ddd;
	padding: 15px;
}

.c-form input,
.c-form select,
.c-form textarea {
	font-size: 16px;
}

.c-form input[type="text"] {
	outline: none;
	background: none;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 10px 20px;
}

.c-form input[type="tel"] {
	outline: none;
	background: none;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 10px 20px;
}

.c-form input[type="email"] {
	outline: none;
	background: none;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 10px 20px;
}

.c-form textarea {
	outline: none;
	background: none;
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 10px 20px;
	resize: vertical;
}

.c-form .checkbox label {
	margin-right: 30px;
}


/* --------------------------------------------------------------------
 # inquiry(en)
-------------------------------------------------------------------- */
.c-form .partsUl03 li {
	float: left;
	text-align: left;
	inline-size: calc(100% / 2 - 15px);
	margin-inline-end: 30px;
	margin-block-end: 0;
}

.c-form .partsUl03 li:nth-child(2n) {
	margin-inline-end: 0;
}

.c-form .partsUl04 li {
	float: left;
	text-align: center;
	inline-size: calc(100% / 3 - 20px);
	margin-inline-end: 30px;
	margin-block-end: 0;
}


.c-form .partsUl04 li:nth-child(3n) {
	margin-inline-end: 0;
}


@media screen and (max-width: 767px) {
	.c-form .partsUl03 li {
		float: none;
		inline-size: 100%;
		margin-block-end: 0;
	}

	.c-form .partsUl04 li {
		float: none;
		inline-size: 100%;
		margin-block-end: 0;
	}
}


.detailContact * {
	box-sizing: border-box;
}

.detailContact {
	border-top: 1px solid #ddd;
	font-size: 16px;
	line-height: 1.8em;
}

.detailContactInner {
	padding-top: 30px;
	text-align: center;
}

.detailContact .partsUl03 li {
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.detailContact h3 {
	font-size: 26px;
	line-height: 1.6em;
	font-weight: 500;
	padding-bottom: 15px;
	margin-bottom: 25px;
	color: #044097;
}

.detailContact .partsBtn01 a {
	border-radius: 5px;
}


@media screen and (min-width:768px) {
	.c-form .form30warp {
		display: flex;
		margin-bottom: 15px;
	}

	.c-form .form30 {
		width: calc(33% - 10px);
		margin-right: 15px;
	}

	.c-form .form30:last-of-type {
		margin-right: 0;
	}

	.detailContact .partsUl03 li {
		width: 50%;
		margin-right: 0;
	}

	.detailContact .contIn1170 ul li:first-of-type {
		border-right: 1px solid #ddd;
	}

	.detailContactText {
		min-height: 6em;
	}
}

.c-form .form30 select {
	width: 100%
}


.c-form select {
	outline: none;
	background: transparent;
	border: 1px solid #dddddd;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px 25px 10px 20px;
	position: relative;
}


@media screen and (max-width:767px) {
	.c-form th {
		width: 100%;
		border-bottom: none;
		display: block;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 5px;
		font-size: 16px;
	}

	.c-form td {
		width: 100%;
		border-bottom: 1px solid #ddd;
		padding-top: 0px;
		padding-left: 0;
		padding-right: 0;
		display: block;
	}

	.c-form .form30warp {
		margin-bottom: 0px;
	}

	.c-form .form30warp .form30 {
		margin-bottom: 15px;
	}

	.c-form .form30warp:last-of-type .form30:last-of-type {
		margin-bottom: 0;
	}

	.checkbox label {
		display: block;
	}


	.detailContact h3 {
		margin-bottom: 0;
	}

	.detailContact-Wrap {
		padding: 0 20px;
	}

	.detailContactText {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 980px) {
	.detailContact .partsBtn01 a {
		max-width: 100%;
	}

	.detailContact h3 {
		font-size: 20px;
	}
}


.w-235 {
	width: 235px;
}

.w-260 {
	width: 260px;
}

.w-470 {
	width: 470px;
}


#vcms_CONTAINER header {
	position: static !important;
}

/*
#vcbody-wrapper .module-3column *{
	margin-right: 0px!important;
}

#vcbody-wrapper .module-4column * {
	margin-right: 0px !important;
}
*/

#vcbody-wrapper .module-3column * img {
	margin-right: auto !important;
}

#vcbody-wrapper .module-4column * img {
	margin-right: auto !important;
}

/*LP*/
.lp a {
	margin-left: 15px;
	color: #FFF !important
}

.lp .lpnv_contact a {
	background: #d12c2c;
	padding: 10px 20px;
	border-radius: 5px;
}

.lp .lpnv_siryo a {
	background: #4AB63C;
	padding: 10px 20px;
	border-radius: 5px;
}

/*
.smp_form{
        background: #FFF;
    border-radius: 20px;
    padding: 10px
}
.smp_form p{
    margin-bottom: 0;
    font-size: 0.8em
}
.smp_form h2{
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: bold;
}
.smp_form .ss_btnArea input {
    padding: 1em 2em;
    background-color: #4AB63C!important;
    border: solid 2px #4AB63C!important;
    font-size: 1.2em;
        font-family: inherit;
}

.smp_form .ss_field:nth-child(odd) {
    background:none;
}
.smp_form .ss_contents fieldset {
    border: none;
}
.smp_form .ss_form_title,.smp_form .ss_leftComment{
    display: none
}
.smp_form .ss_input{
    margin-left: 10px;
}
.smpForm{
    padding: 0
}
.mainContIn02 .ss_form_title {
    width: 150px;
    padding: 5px;
}
.ss_grid {
    width: calc(100% - 150px);
    padding: 5px;
}
.tablewrap td{
    border: 1px solid #ccc;
    text-align: center
}
.tablewrap tr:first-of-type td:first-of-type,.tablewrap tr:first-of-type td:nth-of-type(2){
    background: #FCFCC2
}
.mtl{
    margin-top: 100px!important;
}
.mtm{
    margin-top: 60px!important;
}
.mts{
    margin-top: 20px!important;
}
.btnsizel .link-btn a{
    font-size: 2em;
    padding-top: 20px;
    padding-bottom: 20px;
}
.smp_form .ss_required_field input {
    border: 1px solid #9b9792;
}
*/