@charset "utf-8";
/* グラフィック 印刷の依頼と共通 */
/*============================================================================================================================================================
==============================================================================================================================================================

	入力画面

==============================================================================================================================================================
============================================================================================================================================================*/

/*============ パンクズ ============*/
#pankuzu{
	margin-bottom: 80px;
}
@media screen and ( max-width: 767px ) {
	#pankuzu{
		margin-bottom: 60px;
	}
}

/*============ 背景 ============*/
main{
	padding: 20px 0;
	background-color: #eeeeee;
}

/*============ h1 ============*/
.index h1{
	text-align: center;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 0.15em;
}
@media screen and ( max-width: 767px ) {
	.index h1{
		font-size: 1.6rem;
	}
}

/*============ h3 ============*/
.index main h3{
	margin-bottom: 30px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.15em;
}
.index main h3::after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #595757;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
@media screen and ( max-width: 767px ) {
	.index main h3{
		margin-bottom: 40px;
		font-size: 1.6rem;
	}
	.index main h3::after {
		width: 80px;
	}
}

/*============ ご依頼の前に ============*/
.index .request-before{
	margin-top: 100px;
}
.index .request-before .request-before-box{
	padding: 50px;
	position: relative;
	background-color: #fff;
	border-radius: 4px;
}
.index .request-before .request-before-box::before{
	content: "";
	width: 80px;
	height: 49px;
	display: block;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../img/index/exclamation-blue.svg);
	background-size: 80px auto;
}
.index .request-before .request-before-box h2{
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	color: #00afcc;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.15em;
}
.index .request-before .request-before-box h2::after{
	content: "";
	width: 100px;
	height: 2px;
	background-color: #00afcc;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.index .request-before .request-before-box .text_box{
	margin-top: 40px;
}
.index .request-before .request-before-box .text_box p + p{
	margin-top: 10px;
}
.index .request-before .request-before-box .text_box p.indent{
	text-indent: -1em;
	margin-left: 1em;
}
.index .request-before .request-before-box .text_box p em{
	background-image: linear-gradient(transparent 60%, #fff462 60%);
}
@media screen and ( max-width: 767px ) {
	.index .request-before{
		margin-top: 60px;
	}
	.index .request-before .request-before-box{
		padding: 50px 25px 45px;
	}
	.index .request-before .request-before-box h2{
		font-size: 1.5rem;
	}
	.index .request-before .request-before-box h2::after{
		width: 80px;
	}
	.index .request-before .request-before-box .text_box{
		margin-top: 20px;
	}
}

/*============ フォーム全体 ============*/
.index .form_wrap{
	margin-top: 80px;
}
@media screen and ( max-width: 767px ) {
	.index .form_wrap{
		margin-top: 60px;
	}	
}

/*============ あんしんパック ============*/
.index .anshin_wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
}
.index .anshin_wrap .field_wrap{
	display: block;
	width: calc( 50% - (10px / 2));
}
.index input#anshin_1,
.index input#anshin_2{
	display: none;
}
.index label[for="anshin_1"],
.index label[for="anshin_2"]{
	padding: 80px 20px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: #c3c3c3;
	background-image: url(../img/index/exclamation-white.svg);
	background-position: center top 30px;
	background-repeat: no-repeat;
	background-size: 60px auto;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	transition: 500ms;
	box-sizing: border-box!important;
}
.index input#anshin_1:checked + label,
.index input#anshin_2:checked + label{
	background-color: #00afcc;
}
.index .not-member{
	margin-top: 30px;
	padding: 20px 50px;
	position: relative;
	color: #fff;
	background-color: #c3c3c3;
	border-radius: 4px;
	font-size: 1.6rem;
	text-align: center;
}
.index .not-member::before{
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
    right: calc(25%);
	top: -19px;
	transform: translateX(10px);
	background-color: inherit;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media screen and ( max-width: 767px ) {
	.index label[for="anshin_1"],
	.index label[for="anshin_2"]{
		padding: 60px 20px 15px;
		background-position: center top 20px;
		background-size: 40px auto;
	}
	.index .not-member{
		padding: 20px;
		font-size: 1.4rem;
	}
}

/*============ border ============*/
.index .border{
	margin: 50px 0;
	width: 100%;
	height: 1px;
	background-color: #595757;
}

/*============ 説明 ============*/
.index .explanation{
	text-align: center;
}
.index .explanation .explanation-step{
	margin-top: 30px;
}
.index .explanation .explanation-step img{
	display: inline;
	width: 100%;
	max-width: 400px;
}

/*============ お客様情報 ============*/
.index .customer-info{
	margin-top: 50px;
}
.index .customer-info > div + div{
	margin-top: 20px;
}

/*============ 修正依頼 ============*/
/* 5つ以上の修正に関して */
.index .fix .meeting-wrap{
	text-align: center;
}
.index .fix .meeting-wrap .intro p{
	padding: 0 2em;
	display: inline-block;
	position: relative;
}
.index .fix .meeting-wrap .intro p::before,
.index .fix .meeting-wrap .intro p::after{
	content: "";
	width: 1px;
	height: 2em;
	background-color: #595757;
	position: absolute;
	top: 50%;
}
.index .fix .meeting-wrap .intro p::before{
	left: 0;
	transform: translateY(-50%) rotate(-25deg);
}
.index .fix .meeting-wrap .intro p::after{
	right: 0;
	transform: translateY(-50%) rotate(25deg);
}
.index .fix .meeting-wrap dd{
	margin-top: 10px;
	font-weight: 600;
}
@media screen and ( max-width: 767px ) {
	.index .fix .meeting-wrap .intro p{
		font-size: 1.3rem;
	}
	.index .fix .meeting-wrap .intro p::before,
	.index .fix .meeting-wrap .intro p::after{
		height: 2em;
		top: unset;
		bottom: 0;
	}
	.index .fix .meeting-wrap .intro p::before{
		transform: rotate(-25deg);
	}
	.index .fix .meeting-wrap .intro p::after{
		transform: rotate(25deg);
	}
	.index .fix .meeting-wrap dd{
		margin-top: 15px;
	}
}

/* 修正依頼 */
.index .fix-box{
	margin-top: 50px;
}
.index .fix-box + .fix-box{
	margin-top: 30px;
}
.index .fix-content{
	padding: 30px;
	display: none;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
}
.index .fix-box button{
	padding: 20px;
	width: 100%;
	display: block;
	position: relative;
	border-radius: 4px;
	background-color: #9c9a99;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.15em;
	transition: 500ms;
}
.index .fix-box button::before,
.index .fix-box button::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    transition: 500ms;
}
.index .fix-box button::before {
	right: 30px;
    width: 15px;
    height: 2px;
}
.index .fix-box button::after {
	right: calc(30px + 7px);
    width: 2px;
    height: 15px;transition: 500ms;
}
.index .fix-box.open button{
	border-radius: 4px 4px 0 0;
	background-color: #595757;
}
.index .fix-box.open button::after {
    height: 0;
}
.index .fix-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index .fix-flex > div{
	width: calc(50% - 1.5rem);
}
.index .fix-flex > div:nth-child(2){
	width: auto;
}
.index .fix-content h4{
	margin-bottom: 15px;
	padding-left: 15px;
	border-left: #00afcc 5px solid;
	font-weight: 600;
	font-size: 1.8rem;
}
.index .fix-content .error_blank{
	display: none!important;
}
.index .fix-content-detail{
	margin-top: 25px;
}
@media screen and ( max-width: 767px ) {
	.index .fix-box{
		margin-top: 30px;
	}
	.index .fix-box + .fix-box{
		margin-top: 20px;
	}
	.index .fix-content{
		padding: 35px 15px;
	}
	.index .fix-box button{
		font-size: 1.5rem;
	}
	.index .fix-box button::before,
	.index .fix-box button::after{
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background-color: #fff;
		transition: 500ms;
	}
	.index .fix-box button::before {
		right: 20px;
	}
	.index .fix-box button::after {
		right: calc(20px + 7px);
	}
	.index .fix-flex > div{
		width: calc(50% - 1.5rem);
	}
	.index .fix-flex > div:nth-child(2){
		width: auto;
	}
	.index .fix-content h4{
		font-size: 1.4rem;
	}
}

/*============ 画像ファイルについて ============*/
.index .file-check{
	padding: 0 30px;
}
.index .file h4{
	margin-bottom: 15px;
	padding-left: 15px;
	border-left: #00afcc 5px solid;
	font-weight: 600;
	font-size: 1.8rem;
}
.index .file-check dd{
	margin-top: 10px;
}
.index .file-detail{
	margin-top: 20px;
	padding: 30px;
	background-color: #fff;
	border-radius: 4px;
}
.index .file-detail > div + div{
	margin-top: 30px;
}
.index .file-detail .note li{
	padding-left: 1em;
	position: relative;
}
.index .file-detail .note li::before{
	content:"";
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0;
	top: calc(0.5em + 3px);
	background-color: #595757;
	border-radius: 100%;
}
.index .file-detail .note li span,
.index .file-detail .note li a{
	display: inline-block;
	position: relative;
	cursor: pointer;
	text-decoration: underline;
}
.index .file-detail .note li a[target="_blank"]{
	padding-right: 15px;
}
.index .file-detail .note li a[target="_blank"]::after{
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
	background: url(../img/icon_window.svg);
}
@media screen and ( max-width: 767px ) {
	.index .file-check{
		padding: 0 15px;
	}
	.index .file h4{
		font-size: 1.4rem;
	}
	.index .file-detail{
		padding: 30px 15PX;
	}
}
/*============ メーター ============*/
.index .meter-box{
	padding: 0 30px;
}
.index .meter-box h4{
	margin-bottom: 15px;
	padding-left: 15px;
	border-left: #00afcc 5px solid;
	font-weight: 600;
	font-size: 1.8rem;
}
.index .meter_area{
	margin: 30px auto 0;
	position: relative;
	top: 0;
	right: 0;
	transform: scale(1);
}
.index .meter_area .meter_main {
	position: absolute;
}
@media screen and ( max-width: 767px ) {
	.index .meter-box{
		padding: 0 15px;
	}
	.index .meter-box h4{
		font-size: 1.4rem;
	}
	.index .meter_area{
		margin: 20px auto 0;
		transform: translateX(-9px) scale(0.95);
	}
}

/*============ 特急対応 ============*/
.index .express-check{
	padding: 0 30px;
}
.index .express h4{
	margin-bottom: 15px;
	padding-left: 15px;
	border-left: #ea5550 5px solid;
	font-weight: 600;
	font-size: 1.8rem;
}
.index .express .express-fukidashi{
	margin-top: 20px;
	padding: 30px;
	position: relative;
	background-color: #ea5550;
	color: #fff;
	border-radius: 4px;
}
.index .express .express-fukidashi::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 30px;
    top: -15px;
    background-color: inherit;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.index .express .express-fukidashi a{
	display: inline;
	color: #fff;
	text-decoration: underline;
}
.index .express-check.note{
	margin-top: 20px;
	text-align: center;
	font-weight: 400;
	font-size: 1.6rem;
}
@media screen and ( max-width: 767px ) {
	.index .express h4{
		font-size: 1.4rem;
	}
}

/*============ 個人情報の取り扱い ============*/
.index .privacy{
	margin-top: 60px;
}
.index .privacy-content{
	padding: 30px;
	height: 300px;
	overflow-y: scroll;
	border: 1px solid #595757;
	border-radius: 4px;
}
.index form#mail_form .privacy-content dl{
	margin-top: 20px;
}
.index form#mail_form .privacy-content dl dt{
	font-size: 1.6rem;
}
.index form#mail_form .privacy-content dl dd .error_blank{
	display: none;
}
.index .privacy-check-wrap{
	margin-top: 30px;
	text-align: center;
}
@media screen and ( max-width: 767px ) {
	.index .privacy{
		margin-top: 30px;
	}
	.index .privacy-content{
		height: 150px;
	}
}


/*============ 送信前の確認 ============*/
.form_notes {
	margin-top: 30px;
	font-size: 1.8rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.form_notes {
		font-size: 1.4rem;
		line-height: 1.8;
	}
}




/* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
form#mail_form * {
	box-sizing: border-box;
}
form#mail_form dl {
	margin: 0 auto;
}
form#mail_form dl:after,
form#mail_form dl dt:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
form#mail_form dl dt {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
form#mail_form dl dt.none{
	display: none;
}
form#mail_form dl dt i {
	float: left;
	position: relative;
	top: -2px;
}


/* -- span.required, span.optional -------------------------------------------------------------------------------- */
form#mail_form dl dt span.optional {
	background: #337ab7;
	border: 1px solid #2e6da4;
}
form#mail_form dl dt .required {
	position: relative;
	margin-right: 30px;
}
form#mail_form dl dt .required::before {
	content: '';
	background: #00afcc;
	border-radius: 50%;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: 3px;
	left: 0;

}

/* -- error message -------------------------------------------------------------------------------- */
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 10px;
}

/* -- loading -------------------------------------------------------------------------------- */
div.loading-layer {
	width: 100vw;
	height: 100vh;
	background: rgba( 0, 0, 0, 0.7 );
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10000;
}
span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}
@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}
@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}


/* -- input, select, textarea -------------------------------------------------------------------------------- */
form#mail_form input[type="url"],
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	width: calc(100%);
	padding: 15px;
	border: 2px solid #fff;
	border-radius: 4px;
	background: #fff;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-family: inherit;
	line-height: normal;
}
form#mail_form input[type="url"]:focus,
form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form select:focus,
form#mail_form textarea:focus {
	border-color:#55ccff;
	background: #ffffff;
	outline: none;
}
form#mail_form input[type="url"]::placeholder,
form#mail_form input[type="text"]::placeholder,
form#mail_form input[type="email"]::placeholder,
form#mail_form input[type="tel"]::placeholder,
form#mail_form textarea::placeholder  {
	color: #cdcdcd;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 0 10px 0 0;
}

form#mail_form select {
	padding: 15px;
	font-size: 1.5rem;
	border: 2px solid #fff;
	background: #ffffff;
	border-radius: 4px;
	width: calc(100%);
}

.index form#mail_form .file input[type="text"],
.index form#mail_form .file-detail input[type="url"],
.index form#mail_form .fix-content select{
	background-color: #f6f5f5;
}
.index form#mail_form .fix-content .select_wrap{
	position: relative;
	border-radius: 4px;
}
.index form#mail_form .fix-content .select_wrap::after{
	content:"";
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-color: #00afcc;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}

form#mail_form textarea {
	display: block;
	width: calc(100%);
	padding: 15px;
	resize: vertical;
	border: 2px solid #fff;
	border-radius: 4px;
	background: #fff;
	-webkit-appearance: none;
}

.index form#mail_form .fix-content textarea{
	background-color: #f6f5f5;
}

@media screen and ( max-width: 767px ) { 
	.index form#mail_form .fix-content select {
		padding: 12px;
		padding-right: 30px;
		font-size: 1.2rem;
	}
	.index form#mail_form .fix-content .select_wrap::after{
		right: 10px;
	}
}


/* -- ul, li -------------------------------------------------------------------------------- */
form#mail_form ul {
	list-style-type: none;
}
form#mail_form ul li label {
	display: block;
	margin-top: 10px;
	padding: 7px 2%;
	border-radius: 3px;
	background: #f0f0f0;
}
form#mail_form ul li:first-child label {
	margin-top: 0px;
}
form#mail_form ul li label:hover {
	cursor: pointer;
	background: #e0e0e0;
}


/* -- button -------------------------------------------------------------------------------- */
form#mail_form p#form_submit {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
	opacity: 1;
	transition: opacity .3s;

}
form#mail_form p#form_submit:hover {
	opacity: .7;
}

form#mail_form input[type="button"] {
	padding: 20px 100px;
	border: 1px solid #00afcc;
	border-radius: 50px;
	background: #00afcc;
	font-size: 1.8rem;
	font-weight: 700;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
	margin: 0 auto;
}
form#mail_form p#form_submit::before {
	content: '';
	background: url(../img/arrow_white.svg) no-repeat right center / contain;
	width: 30px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 40%;
	transform: translate(50%, -80%);
	transition: right .3s;
}



/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

	/* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
	form#mail_form {
		width: 100%;
		font-size: 100%;
		margin: 30px auto;
	}
	form#mail_form dl {
		width: 100%;
	}
	form#mail_form dl dt {
		width: auto;
		float: none;
		padding: 0;
		font-size: 1.6rem;
		text-align: left;
		font-weight: bold;
		margin-bottom: 10px;
	}
	form#mail_form dl dd {
		width: auto;
		float: none;
		padding: 0;
	}
	form#mail_form dl dt i {
		float: none;
		position: static;
		font-weight: normal;
	}

	/* -- span.required, span.optional -------------------------------------------------------------------------------- */
	form#mail_form dl dt span.required,
	form#mail_form dl dt span.optional {
		margin-right: 30px;
	}

	/* -- input design -------------------------------------------------------------------------------- */
	form#mail_form input[name="phone"],
	form#mail_form input[name="schedule"] {
		width: 60%;
	}
	form#mail_form input[type="text"],
	form#mail_form input[type="email"],
	form#mail_form input[type="tel"],
	form#mail_form select,
	form#mail_form textarea {
		width: calc( 100% );
	}

	/* -- button -------------------------------------------------------------------------------- */
	form#mail_form p#form_submit {
		padding: 25px 0;
	}
	form#mail_form p#form_submit::before {
		right: 20%;
	}
	form#mail_form input[type="button"] {
		margin-left: 0;
	}


}
/* 1000pixel end */




/*============================================================================================================================================================
==============================================================================================================================================================

	thanks

==============================================================================================================================================================
============================================================================================================================================================*/

/*============ 背景 ============*/
.thanks main{
	padding-bottom: 100px;
	min-height: 600px;
	background-color: #7a7979;
}

.thanks #pankuzu a,
.thanks #pankuzu{
	color: #fff;
}
.thanks #pankuzu li:not(:last-child)::after{
	border-color: #fff;
}

.thanks .form{
	margin-top: 0;
}
.thanks .form .form_wrap{
	display: flex;
	text-align: center;
	flex-direction: column;
	gap: 40px 0;
}
.thanks .form .thank-text img{
	width: 336px;
	display: inline-block;
}
.thanks .form .thank-daruma img{
	width: 192px;
	display: inline-block;
}
.thanks .thank-message{
	color: #fff;
}
p .btn_link{
	max-width: 500px;
    padding: 20px 100px;
    border: 1px solid #00afcc;
    border-radius: 50px;
	background: url(../../include/images/arrow-left.svg),#00afcc;
	background-repeat: no-repeat;
	background-position:  center left 20px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    font-family: inherit;
    -webkit-appearance: none;
    margin: 0 auto;
}
@media screen and ( max-width: 767px ) { 
	.thanks main{
		padding: 20px 0 50px;
	}
	.thanks .form .thank-text img{
		width: 250px;
	}
	.thanks .form .thank-daruma img{
		width: 120px;
	}
	p .btn_link{
		padding: 10px 40px;
		font-size: 1.6rem;
		background-position:  center left 15px;
	}
}