@charset "utf-8";
/* ===================================================================
　お問い合わせフォーム
=================================================================== */
.l-contents--inquiry-software{
	padding: 3em 0;
}
.inquiry__items-input {
    padding: .3em .6em !important;
}
.inquiry__items-label {
    cursor: pointer;
}
.inquiry__items-box {
    width: 100%;
    margin: 0;
    padding: 1em;
    border-bottom: 1px dotted #D8DEE2;
}
.inquiry__items-title {
    padding: 0;
    margin: 0;
    color: #14a0dc;
    text-align: right;
}
.must {
    background-color: #f56262;
    color: #fff;
    font-size: 0.75rem;
    margin: 0 0 0 0.6em;
    padding: 0.3em 0.5em;
    line-height: 1;
    display: inline-block;
}
.inquiry__privacy-title {
    margin-top: 2em;
}
.inquiry__privacy-box {
    height: 13vh;
    margin: 2em auto !important;
    border: solid 1px #999;
    overflow: auto;
    font-size: 0.8rem;
    padding: 1em;
}
.inquiry__button-box {
    margin: 3em 0;
}
.error-label {
    color: #f56262;
    font-size: 0.9rem;
}
.error-info {
    color: #f56262;
    border: 1px solid #f56262;
    font-weight: 600;
    padding: 0.8em;
    margin-top: 3em;
    text-align: center;
    background: #fff0f0;
}
.contents__block:last-child {
    margin: 3em 0;
}
.inquiry__items-select {
    padding: 0.3em 0.6em !important;
}
.software__button {
    background-color: #EAF8FF;
    padding: 2em;
}
.software__button-list {
    font-size: 0.9em;
    width: 100%;
    margin: 0;
    padding: 0;
    border-left: 1px solid #c3cece;
}
.software__button-items {
    list-style: none;
    font-size: 0.9em;
    line-height: 1.2;
    background: #fff;
    margin: -1px 0 0;
    border-top: 1px solid #c3cece;
    border-bottom: 1px solid #c3cece;
    border-right: 1px solid #c3cece;
    box-sizing: border-box;
}
.software__button-items a {
    display: block;
    color: #444;
    padding: 1em 3em 1em 1em;
    transition: background-color .3s;
}
.software__button-items:first-child {
    margin-top: -1px;
}
.software__button-items a:hover {
    background: #e8f6fd;
    color: #14a0dc;
}
.software__button-title{
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 1.2em;
}
@media screen and (min-width: 48em) {
	.inquiry__items-detail {
		margin: 0 0 0 2.5em !important;
	}
}
/* ===================================================================
  mobile
=================================================================== */
@media screen and (max-width: 48em) {
.inquiry__items-box {
    margin: 0;
    padding: 0.7em 0;
}
.inquiry__items-detail {
    margin-left: 0;
}
.inquiry__items-title {
    padding: 0.3em 0 0.3em;
    text-align: left;
}
.inquiry__items-label {
    display: inline-block !important;
    margin: 0 !important;
}
}
/* ===================================================================
  STEP
=================================================================== */
.step-list{
	margin: 0 0 5em 0;
	padding: 0;
	border: 1px solid #ddd;
	background: #f0f5f7;
}
.step-list__item{
	list-style: none;
	margin: 0;
	padding: .6em 1em;
	position: relative;
	border-top: 1px solid #fff;
	font-size: 0.875em;
}
.step-list__item--select::after {
	position: absolute;
	z-index: 1;
	border-style: solid;
	content: "";
	top: 100%;
	right: auto;
	bottom: -1.2em;
	left: 1.8em;
	margin: auto;
	border-width: .6em;
	border-color: #129fea transparent transparent transparent;
}
.step-list__item--select{
	background: #129fea;
	color: #fff;
}
.step-list__step{
	font-weight: 500;
	letter-spacing: 0;
	margin-right: .6em;
}
*:not(.step-list__item--select) > .step-list__step{
	color: #129fea;
}
@media only screen and (min-width: 35.5em) {
	.step-list{
		display: flex;
		justify-content: space-around;
		overflow: hidden;
	}
	.step-list--3step > .step-list__item{
		width: calc(100% / 3);
	}
	.step-list__item{
		text-align: center;
		padding: 1em;
		border: none;
		font-size: .938em;
	}
	.step-list__item:not(:last-child){
		border-right: 2px solid #fff;
	}
	.step-list__item::after,
	.step-list__item::before{
		position: absolute;
		z-index: 1;
		border-style: solid;
		content: "";
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		margin: auto;
		width: 0;
		height: 0;
		border-width: 2.4em 0 2.4em 1.4em;
	}
	.step-list__item::before {
		right: calc(-1.4em - 2px);
		border-color: transparent transparent transparent #fff;
	}
	.step-list__item::after {
		right: -1.4em;
		border-color: transparent transparent transparent #f0f5f7;
	}
	.step-list__item--select::after {
		border-color: transparent transparent transparent #129fea;
	}
	.step-list__step{
		display: block;
		margin: 0;
	}
}

.agree__check{
	display: none;
}
.agree__item {
	position: relative;
	display: inline-block;
	margin: .6em 0;
	padding: .5em 1em .5em 2.5em;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	cursor: pointer;
	transition: border .2s, background .2s;
}
.agree__item::before {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 1em;
	display: inline-block;
	margin: auto;
	width: 1em;
	height: 1em;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	background-color: #f5f5f5;
	content: "";
}
.agree__check:checked + .agree__item{
	border: 1px solid #e7f2f7;
	background: #f2f9fc;
}
.agree__check:hover + .agree__item{
	border: 1px solid #2890bc;
}

.agree__check:checked + .agree__item::before {
	border: 1px solid #14afeb;
	background-color: #14afeb;
}
.agree__check:checked + .agree__item::after {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: calc(1em + 3px);
	display: block;
	margin: auto;
	width: 10px;
	height: 4px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	content: '';
	transform: rotate(-45deg);
}
