@charset "UTF-8";
.hero_type_input {
    position: relative;
	height: 60px;
    margin-bottom: 20px;
}

.hero_type_input::before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #006057;
    opacity: 0.8;
}

.hero_type_input .hero__inner {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 16px 15px;
}

.hero_type_input .hero-lead {
    position: static;
}

.hero_type_input .hero-lead__title {
    margin-bottom: 0;
    line-height: 1.3;
}

#area_Subject.inputStyleError {
	background-color: transparent !important;
}

.inputStyleError .area_Subject_inner {
	background-color: #ffdfdf !important;
	padding: 15px 0 5px 5px;
}

.inputStyle-03-box__label{
	margin-left:8px;
	font-size:16px;
}

textarea[name="address"]{
	height:auto;
}

input[name="sales"],
input[name="country"]{
	border-color: #d8d8d8;
}

.imgTextOffset1 {
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
}

.L01-001-item:nth-of-type(2) {
    margin-top: 20px;
}

#area_pp_agree .inputStyle-09-check-item::before {
    top: 9px;
}

#area_pp_agree .inputStyle-09-check-item input[type="checkbox"]+span {
    padding: 5px 5px 5px 30px;
}

#area_pp_agree .inputStyle-09-check-item input[type="checkbox"]+span::before {
    top: 17px;
    left: 5px;
}

#area_pp_agree .inputStyle-09-check-item input[type="checkbox"]+span::after {
    top: 12px;
    left: 8px;
}

.addInfoAreaWrap {
    position: relative;
    display: inline-block;
    min-width: 240px;
}

.addInfoAreaWrap::before {
    position: absolute;
    display: block;
    content: "";
    background: url(/common/image/icon_plus01.svg) center / contain no-repeat;
    width: 26px;
    height: 26px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.formTable_type_input .formTable-th_type_required::after{
	content:"Required";
}
@media screen and (min-width: 769px) {
    .hero_type_input {
        background-image: url('/action/consultation/image/bg-temp-input-pc-01@2x.jpg');
    }

    .hero_type_input .hero__inner {
        min-width: 1104px;
        max-width: 1280px;
        padding: 0 180px;
    }

    .hero_type_input .hero-lead__title {
        font-size: 32px;
    }

    .formTable-td_type_required>.inputStyle-03__inner {
        margin: -5px 0 -5px -5px;
    }

    .formTable-td_type_required>.inputStyle-03__inner>label {
        margin: 8px 5px;
    }

    .header_type_consultation .header__inner {
        padding: 4px 180px;
    }

    .hero_type_input .hero__inner {
        padding: 0 180px;
    }

    .formTable_type_input .formTable-td {
        padding: 15px 30px;
    }

    .H02-001-01+.formFlow {
        margin-top: 20px;
    }

    .L01-001-item+.L01-001-item {
        margin-top: 10px;
    }

    .L01-001-item:nth-of-type(2) {
        margin-top: 20px;
    }

    *+.H04-004-02 {
        margin-top: 10px;
    }

    .H08-001-01-inner {
        padding: 20px 30px;
    }
}

/* SP
=================================================================== */
@media screen and (max-width: 768px) {
    .hero_type_input {
        background-image: url('/action/consultation/image/bg-temp-input-sp-01@2x.jpg');
    }

    .hero_type_input .hero-lead__title {
        font-size: 20px;
    }

	.formTable-td_type_required>.inputStyle-03__inner {
        margin: 0;
    }

    .formTable-td_type_required>.inputStyle-03__inner>label {
        margin: 8px 15px 8px 0;
    }
}

/* SPシンプル版 */
@media screen and (max-width:768px) {
    .formTable_type_input .formTable-th {
        padding: 0;
        background-color: transparent;
        border-top: 0;
    }

    .formTable_type_input .formTable-td {
        padding: 4px 0 20px;
    }

    .formTable_type_input .formTable-th::after {
        content: "［任意］";
        background-color: transparent;
        color: #8e8e8e;
    }

    .formTable_type_input .formTable-th_type_required::after {
        content: "Required";
        background-color: transparent;
        color: #c8143d;
    }

    .formTable_type_input .formTable-th::after {
        top: 2px;
        right: auto;
        margin-left: 5px;
    }

    #area_pp_agree .inputStyle-09-check-item::before {
        content: none;
    }

    .inputStyle-09-check-item::after {
        position: absolute;
        content: "Required";
        background-color: transparent;
        color: #c8143d;
        width: 52px;
        height: 20px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        top: 6px;
        right: auto;
        margin-left: 5px;
    }

    .inputStyle-09-check-item {
        margin-left: 20px;
        padding-right: 57px;
    }
}



/* Footer
=================================================================== */
footer {
	background-color: #fff;
}
/* ftrSEARCH ------------------------------------------ */
footer #ftrSEARCH {
	box-sizing: border-box;
	margin-bottom: 30px;
}
footer .ftr_searchForm,
.sp_searchForm {
	margin: 0 auto;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding-bottom: 10px;
}
footer .ftr_searchQuery,
.sp_searchQuery {
	width: 60%;
	max-width: 360px;
	font-size: 15px;
	background: #fff;
	border: none;
	padding: 8px 4px 8px 8px;
	color: #797979;
	height: 36px;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
}
footer .ftr_searchSubmit,
.sp_searchSubmit {
	border: 0;
	width: 20%;
	max-width: 120px;
	height: 36px;
	background: #016058;
	cursor: pointer;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 1.4rem;
	box-sizing: border-box;
	transition: 0.2s;
	overflow: hidden;
	border-radius: 0;
}
footer .ftr_searchSubmit:hover,
.sp_searchSubmit:hover {
	background-color: #343d46;
}

@media screen and (max-width: 768px) {
	.sp_searchForm {
		padding-bottom: 0;
	}
	footer .ftr_searchQuery {
		width: 60%;
		border-radius: 0;
	}
	.sp_searchQuery {
		width: 70%;
		border: 1px solid #cccccc;
		display: inline-block;
	}
	footer .ftr_searchSubmit,
	.sp_searchSubmit {
		width: 30%;
		border-radius: 0;
	}
}


/* ft_nav_top ------------------------------------------ */
footer #ft_nav_top {
	padding: 40px 0;
	background-color: #f2f2f2;
}
footer #ft_nav_top > .inner > ul {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
footer #ft_nav_top > .inner > ul > li {
	width: 20%;
	box-sizing:border-box;
	margin-bottom: 10px;
}
footer #ft_nav_top > .inner > ul > li > a {
	display: inline-block;
	margin-bottom: 14px;
	font-size: 1.5rem;
	color: #016058;
	text-decoration: none;
	transition: 0.2s;
}
footer #ft_nav_top > .inner > ul > li > a:hover {
	color: #343d46;
}
footer #ft_nav_top > ul > li > a.tg_blank {
	position: relative;
}
footer #ft_nav_top > ul > li > a.tg_blank::after {
	content: "";
	position: absolute;
	right: -18px;
	top: 50%;
	width: 12px;
	height: 9px;
	margin-top: -5px;
	background-image: url(/image/common/icon_blank_w.png);
	opacity: 0.5;
}
footer #ft_nav_top > .inner > ul > li > ul > li:first-child {
}
footer #ft_nav_top > .inner > ul > li > ul > li:last-child {
	margin-bottom: 0;
}
footer #ft_nav_top > .inner > ul > li > ul > li > a {
	display: inline-block;
	padding: 4px 5px 2px 8px;
	font-size: 1.4rem;
	color: #666666;
	text-decoration: none;
	position: relative;
	margin-bottom: 12px;
	transition: 0.2s;
	border-bottom: 1px solid transparent;
}
footer #ft_nav_top > .inner > ul > li > ul > li > a:hover {
	color: #999999;
	border-color: #999999;
}
/*footer #ft_nav_top > .inner > ul > li > ul > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	transition: 0.2s;
}
footer #ft_nav_top > .inner > ul > li > ul > li > a:hover::after {
	left: 2px;
	border-right: 1px solid #016058;
	border-top: 1px solid #016058;
}*/

@media screen and (max-width: 999px) {
}

@media screen and (max-width: 768px) {
	footer #ft_nav_top > .inner > ul {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap : wrap;
		padding-top: 0;
	}
	footer #ft_nav_top > .inner > ul > li {
		width: 48%;
	}
}

@media screen and (max-width: 480px) {
	footer #ft_nav_top > .inner > ul > li > a {
		font-size: 1.4rem;
	}
	footer #ft_nav_top > .inner > ul > li > ul > li > a {
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
}

/* ft_nav_bottom ------------------------------------------ */
footer #ft_nav_bottom {
	padding-top: 30px;
	text-align: center;
}
footer #ft_nav_bottom .ft_subnav {
	margin-bottom: 30px;
}
footer #ft_nav_bottom .ft_subnav li {
	display :inline-block;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #dddddd;
	font-size: 1.4rem;
}
footer #ft_nav_bottom .ft_subnav li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
footer #ft_nav_bottom .ft_subnav li a {
	text-decoration: none;
	color: #666666;
	transition: 0.2s;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
}
footer #ft_nav_bottom .ft_subnav li a:hover {
	text-decoration: none;
	color: #999999;
	border-color: #999999;
}

footer #ft_nav_bottom .ft_sns {
	margin-bottom: 30px;
}
footer #ft_nav_bottom .ft_sns li {
	display: inline-block;
	margin-right: 20px;
}
footer #ft_nav_bottom .ft_sns li:last-child {
	margin-right: 0;
}
footer #ft_nav_bottom .ft_sns li a {
	font-size: 24px;
	color: #016058;
	transition: 0.2s;
}
footer #ft_nav_bottom .ft_sns li a:hover {
	color: #343d46;
}

footer #ft_nav_bottom .ft_logo {
	text-align: center;
	margin-bottom: 10px;
}
footer #ft_nav_bottom .ft_logo ul {
	margin-bottom: 30px;
}
footer #ft_nav_bottom .ft_logo ul li {
	display: inline-block;
	margin-right: 20px;
}
footer #ft_nav_bottom .ft_logo ul li:last-child {
	margin-right: 0;
}
footer #ft_nav_bottom .ft_logo ul li img {
	height: 86px !important;
	width: auto !important;
}
footer #ft_nav_bottom .ft_logo dl dt {
	margin-bottom: 10px;
	font-size: 1.0rem;
	color: #ffffff;
	text-align: center;
}
footer #ft_nav_bottom .ft_logo dl dd {
	display: inline-block;
	text-align: center;
}

@media screen and (max-width: 768px) {
	footer #ft_nav_bottom .ft_subnav li {
		padding-right: 16px;
		margin-right: 16px;
		border-right: 1px solid #dddddd;
		font-size: 1.2rem;
	}
	footer #ft_nav_bottom .ft_logo {
		margin-bottom: 0;
	}
	footer #ft_nav_bottom .ft_logo ul li img {
		height: 72px !important;
	}
}


/* ft_sub ------------------------------------------ */
footer #ft_sub {
	color: #ffffff;
	background-color: #125352;
	padding: 16px 0;
	text-align: center;
}
footer #ft_sub ul li {
	display: inline-block;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid rgba(255,255,255,0.3);
	font-size: 0.9375rem;
}
footer #ft_sub ul li:last-child {
	border-right: 0;
	margin-right: 0;
}
footer #ft_sub ul li a {
	color: #e9f3e7;
	text-decoration: none;
}
footer #ft_sub ul li a:hover {
	color: #ffffff;
}
footer #ft_sub ul li a i {
	margin-right: 14px;
}
footer .ft_copyright {
	font-size: 1.2rem;
	color: #bbbbbb;
	padding: 14px 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	footer #ft_sub ul li {
		margin-right: 16px;
		padding-right: 16px;
		font-size: 0.75rem;
	}
}

@media screen and (max-width: 480px) {
	footer #ft_sub {
		padding-bottom: 0;
	}
	footer #ft_sub ul {
		-js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	footer #ft_sub ul li {
		width: 48%;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 14px;
		font-size: 0.75rem;
	}
	footer #ft_sub ul li:nth-child(2n) {
		border-right: 0;
	}
	footer .ft_copyright {
		font-size: 1.0rem;
	}
}