@charset "UTF-8";

/*///////////////////////////////
オンラインマニュアル
////////////////////////////////*/

/*■■■■■■■■■ header ■■■■■■■■■*/

.manual-header {
	border-bottom: solid 1px #646464;
}
.manual-header h1 {
	color: #646464;
	background-color: #E0E0E0;
	text-align: center;
	margin-bottom: 0;
}
.manual-header .head-lead {
	white-space: nowrap;
}
.manual-header .head-lead .logo {
	width: 100px;
}
.manual-header .block-pc {
	padding: 10px;
}
.manual-header .telarea {
	white-space: nowrap;
	font-size: 13px;
}
.manual-header .telarea .in {
	display: table;
	table-layout: fixed;
}
.manual-header .telarea .in .tx {
	display: table-cell;
	width: 30%;
	border-radius: 10px;
	vertical-align: middle;
	padding: .3rem;
}
.manual-header .telarea .in div {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: .5rem;
}
.manual-header .telarea .in .time {
	font-size: 12px;
}
.manual-header .telarea .phone-number,
.manual-header .telarea .phone-number a {
	color: #646464;
	font-weight: bold;
	font-size: 22px;
	/* font-size: 5.6vw; */
}


/*■■■■■■■■■ main ■■■■■■■■■*/
/* ALL TOP*/
.manual-whapper-top {
	padding: 8% 4% 20%;
}
.manual-whapper-top main {
	width: auto;
	text-align: center;
}
.manual-whapper-top main.top h2 {
	line-height: 2.0;
	font-weight: bold;
	text-align: center;
}
.manual-whapper-top main.top h2 img {
	width: 50%;
	max-width: 400px;
}
.manual-whapper-top main.top h2 span {
	display: block;
	margin: 0 auto;
	font-size: 20px;
}
.manual-whapper-top main.top .entrance {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 4% 0 8%;
}
.manual-whapper-top main.top .entrance a {
	display: inline-block;
	width: 45%;
	margin: 2%;
	padding: 0;
	border: solid 1px transparent;
	border-radius: 10px;
	color: #fff;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
	overflow: hidden;
}
.manual-whapper-top main.top .entrance a img {
	width: 100%;
}
.manual-whapper-top main.top .entrance a span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(237, 122, 156, .8);
	border-radius: 0 0 10px 10px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	padding: 5px 5px 10px;
	box-sizing: border-box;
}



/*other top*/
.manual-whapper-top.other section {
	margin: 0 0 10%;
}
.manual-whapper-top.other section h2 {
	font-size: 20px;
	font-size: 6.0vw;
	margin-bottom: .5rem;
	text-align: center;
}
.manual-whapper-top.other section div {
	margin-bottom: 10%;
}
.manual-whapper-top.other section div h3 {
	background-color: #ED7A9B;
	border-radius: 10px;
	color: #fff;
	text-align: left;
	padding: .2rem .5rem;
	font-size: 20px;
	font-size: 3.6vw;
	font-weight: bold;
	margin: 0 0 1rem;
	letter-spacing: .1rem;
}
.manual-whapper-top.other section div nav {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	margin: 0 0 4%;
}
.manual-whapper-top.other section div nav a {
	display: table;
	table-layout: fixed;
	border-radius: 10px;
	background-color: #FBE4EB;
	color: #ED7A9B;
	width: 31.8%;
	height: 4rem;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	margin: 0 2% 2% 0;
	float: left;
}
.manual-whapper-top.other section div nav a span {
	display: table-cell;
	vertical-align: middle;
}

.manual-whapper-top.other section div nav a span.br_line {
	display: block;
}

.manual-whapper-top.other section div nav a:nth-child(3n) {
	margin-right: 0;
}
.manual-whapper-top.other section div nav a:hover {
	background-color: #f7cad8;
}


/*■■■■■■■■■ search ■■■■■■■■■*/

.form-seach {
	border: solid 1px #ccc;
	border-radius: 10px;
	box-sizing: border-box;
	width: 100%;
	height: 3rem;
	/* background-color: #fff; */
	position: relative;
	overflow: hidden;
}
.form-seach input {
	margin: 0px;
	height: 3rem;
	/* height: 100%; */
	/* box-sizing: border-box; */
	/* background-color: transparent; */
}
.form-seach .text {
	width: 75%;
	height: 3rem;
	float: left;
	box-sizing: border-box;
	border: none;
	padding-left: 1rem;
	font-size: 100%;
	/* position: absolute;
    left: 0;
    top: 0; */
}
.form-seach .submitbtn {
	width: 25%;
	float: right;
	border: none;
	background-color: #ED7A9B;
	color: #fff;
	border-radius: 0 10px 10px 0;
	font-size: 100%;
	/* box-sizing: border-box; */
	/* position: absolute;
    right: 0;
    top: -1px;
    height: calc(100% + 1px); */
}

.form-seach input::-webkit-input-placeholder {
	font-size: 16px;
	color: #999;
}
.form-seach input:-moz-placeholder {
	font-size: 16px;
	color: #999;
}
.form-seach input::-moz-placeholder {
	font-size: 16px;
	color: #999;
}
.form-seach input:-ms-input-placeholder {
	font-size: 16px;
	color: #999;
}

/*■■■■■■■■■ button ■■■■■■■■■*/

.btn-print {
	border-radius: 3rem;
	margin: 8% 0;
	text-align: left;
}
.btn-print a {
	display: block;
	padding: 2%;
	padding-left: 65px;
	background: url(../img/btn-print.png) no-repeat 10px;
	background-size: 50px auto;
	border: solid 1px #ccc;
	border-radius: 3rem;
	color: #646464;
}
.btn-print a:hover {
	display: block;
	padding: 2%;
	padding-left: 60px;
	background: url(../img/btn-print_on.png) no-repeat 10px center #FBE4EB;
	background-size: 50px auto;
	color: #ED7A9B;
	border: solid 1px #ED7A9B;
	text-decoration: none;
}

/*■■■■■■■■■ footer ■■■■■■■■■*/

.manual-body footer {
	clear: both;
	display: block;
	width: 100%;
	margin-top: 3.0em;
	padding: 0 0 .5rem;
	background: #ED7A9B;
	/* position: absolute; */
	/* bottom: 0; */
}
.manual-body .pagetop {
	display: block;
	width: 120px;
	max-width: 200px;
	margin: 0 auto;
	position: absolute;
	top: -22%;
	left: 50%;
	margin-left: -60px;
}
#copyright {
	display: block;
	width: 100%;
	padding: 70px 0 0;
	text-align: center;
	color: #fff;
	background: #ED7A9B;
	font-size: 3.0vw;
}



@media screen and (min-width: 600px) {

	.manual-whapper-top.other section h2 {
		font-size: 26px;
		font-size: 5.6vw;
	}
	.manual-whapper-top.other section div h3 {
		font-size: 24px;
		font-size: 4.0vw;
	}
	.btn-print {
		font-size: 16px;
	}

}


@media screen and (min-width: 800px) {

	.manual-header {
		padding: 0;
		width: 100%;
		height: auto;
		position: static;
		/* z-index: 10; */
		background-color: #fff;
	}
	.manual-header .block-pc {
		overflow: hidden;
	}
	.manual-header .head-lead {
		width: 57%;
		box-sizing: border-box;
	}
	.manual-header .head-lead .logo {
		width: 120px;
	}
	.manual-header .telarea {
		width: 42%;
		max-width: 320px;
		font-size: 12px;
		float: right;
		box-sizing: border-box;
	}
	.manual-header .telarea .in .tx {
		padding: .2rem .5rem;
		font-size: 11px;
	}
	.manual-header .telarea .time {
		font-size: 11px;
	}
	.manual-body main {
		margin-top: 0;
	}
	.manual-body #breadcrumb {
		max-width: 1100px;
		padding: 1.0em 0 2.0rem;
	}
	.manual-body #breadcrumb-wrap {
		background: none;
	}
	.manual-body #breadcrumb li:after {
		margin: 0 .5rem;
	}


	.manual-whapper-top {
		margin: 0 auto;
		padding: 0 0 8%;
		max-width: 780px;
	}
	.manual-whapper-top main.top {
		padding-top: 8%;
	}
	.manual-whapper-top main.top .entrance a span {
		font-size: 22px;
		padding: 7px 5px 10px;
	}
	#copyright {
		font-size: 12px;
		letter-spacing: .1rem;
	}


	.manual-whapper-top.other {
		margin-left: 20px;
		margin-right: 20px;
		max-width: 1100px;
	}

	.manual-whapper-top.other section h2 {
		font-size: 30px;
		font-size: 4.0vw;
		margin-bottom: 1rem;
	}
	.manual-whapper-top.other section div h3 {
		font-size: 26px;
		font-size: 3.2vw;
	}
	.manual-whapper-top.other section div nav a {
		width: 18.3%;
		font-size: 20px;
		height: 4rem;
		text-decoration: none;
	}
	.manual-whapper-top.other section div nav a:nth-child(3n) {
		margin-right: 2%;
	}

	.manual-whapper-top.other section div nav a:nth-child(5n) {
		margin-right: 0;
	}
	/* .manual-whapper-top.other section div nav a:hover {
        background-color: #f7cad8;
    } */


	/*■■■■■■■■■ search ■■■■■■■■■*/

	.form-seach {
		width: 740px;
		margin: 0 auto;
		/* border-radius: 10px; */
	}
	.form-seach .text {
		padding-left: 1rem;
	}
	.form-seach .submitbtn {
		border-radius: 0 10px 10px 0;
		cursor: pointer;
		font-weight: bold;
		font-size: 16px;
		letter-spacing: .5rem;
	}


	/*■■■■■■■■■ button ■■■■■■■■■*/

	.btn-print {
		font-size: 20px;
		width: 80%;
		max-width: 660px;
		margin: 8% auto;
	}
	.btn-print a {
		padding: 30px;
		padding-left: 110px;
		background: url(../img/btn-print.png) no-repeat 10px;
		background-size: 80px auto;
	}
	.btn-print a:hover {
		padding: 30px;
		padding-left: 90px;
		background: url(../img/btn-print_on.png) no-repeat 10px center #FBE4EB;
		background-size: 80px auto;
	}



}
@media screen and (min-width: 900px) {}



@media screen and (min-width: 1100px) {
	.manual-whapper-top.other {
		margin: 0 auto;
	}
	.manual-whapper-top.other section div nav a {
		height: 4.5rem;
	}


}
@media screen and (min-width: 1199px) {
	/* .manual-header .telarea .phone-number, .manual-header .telarea .phone-number a {
        font-size: 200%;
    } */
	.manual-header .telarea .time {
		font-size: 13px;
		white-space: nowrap;
	}


	.manual-whapper-top.other section h2 {
		font-size: 30px;
	}
	.manual-whapper-top.other section div h3 {
		font-size: 26px;
	}

}




/*■■■■■ Print ■■■■■*/

.manual-whapper-top.printout {
	width: auto;
	max-width: 1000px;
	margin: 50px auto;
	text-align: left;
	font-size: 16px;
	color: #646464;
}
.manual-whapper-top.printout .btn-print {
	overflow: hidden;
	margin: 10px 0;
	font-size: 20px;
	width: auto;
	max-width: 100%;
}
.manual-whapper-top.printout .btn-print a {
	padding: 10px;
	padding-left: 70px;
	background: url(../img/btn-print.png) no-repeat 2px;
	background-size: 50px auto;
	width: 150px;
	float: right;
}
.manual-whapper-top.printout .btn-print a:hover {
	/* padding: 10px; */
	/* padding-left: 70px; */
	background: url(../img/btn-print_on.png) no-repeat 2px;
	background-size: 50px auto;
	/* width: 150px; */
}

.manual-whapper-top main {
	text-align: left;
}
.manual-whapper-top.printout .h2 {
	font-weight: bold;
	line-height: 1.2;
	border-bottom: solid 1px #646464;
	padding: 0 20px 15px 0;
	margin: 0 -20px 10px;
	font-size: 36px;
}
.manual-whapper-top.printout .page .h3 {
	background-color: #FBE4EB;
	/* border-radius: 6px; */
	color: #ED7A9B;
	padding: 15px 20px;
	margin: 100px -20px 50px;
	font-weight: bold;
	font-size: 30px;
}
.manual-whapper-top.printout .page .h4 {
	border-bottom: solid 1px #ccc;
	border-left: solid 5px #ed7a9b;
	font-size: 26px;
	margin: 0 0 20px;
	padding: 0 0 10px 15px;
	line-height: 1;
}

.manual-whapper-top.printout .page .h4 br {
	display: none;
}
/*目次*/
.manual-whapper-top.printout .info {
	margin: 0 0 30px;
	line-height: 2.0;
}
.manual-whapper-top.printout .info nav > h3 {
	font-size: 30px;
	font-weight: bold;
}
.manual-whapper-top.printout .info nav div > h3 {
	font-size: 20px;
}
.manual-whapper-top.printout .info nav div nav {
	margin-left: 20px;
}
.manual-whapper-top.printout .info a {
	display: block;
}
.manual-whapper-top.printout .info a br {
	display: none;
}


.manual-whapper-top.printout .page > section {
	margin: 50px 0;
}

.manual-whapper-top.printout .page > section div h3 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.manual-whapper-top.printout .box1 {
	border: solid 1px #ccc;
	padding: 10px 15px;
}
.manual-whapper-top.printout .box1 li {
	position: relative;
	padding-bottom: .5rem;
	padding-left: 17px;
}
.manual-whapper-top.printout .box1 li::before {
	content: '●';
	color: #ccc;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: -5px;
}
/* ADD 20191209 koike -> */
.in {
	background-color: transparent !important;
	margin: 0 !important;
	padding: 0 20px !important;
}
.flow-list li {
	padding: 15px 20px 20px;
	background: #FCEBF0;
}
.bg_gray {
	background: #F2F2F2;
}
.flow-list li:not(:first-child) {
	margin-top: 40px;
}
.flow-list li p {
	text-indent: -1em;
	padding-left: 1em;
}
.flow-list img {
	margin: 15px 0 0 !important;
	border: 1px solid #aaa;
}
.flow-list img.no_border {
	border: none;
}
.flow-list img + p {
	margin-top: 4em;
}

/*ADD 20210312 koike -> */
.txt-finish {
	position: absolute;
	right: -40px;
	top: -60px;
	margin: 0 !important;
	width: 120px;
	height: 120px;
	border: 0 !important;
}
.btn-p1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
	margin-top: calc(2% + 20px);
	padding: 0.5rem 1em;
	border-radius: 7px;
	background-color: #7FBE26;
	color: #fff;
	display: inline-block;
}
.fwb {
	font-weight: bold !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.p0 {
	padding: 0 !important;
}
.posr {
	position: relative !important;
}
.red {
	color: #C1272D !important;
}
.bg-white {
	background-color: #fff !important;
}
