@charset "UTF-8";
/* sp(320px) */

/* 実績事例 */
#cases {
	background-color: #f7f7f7;
}
#cases li {
	background-color: #fff;
	padding-bottom: 2.4em;
	margin-bottom: 2em;
}
#cases li div {
	line-height: 1;
}
#cases li .type {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #000;
	padding: .8em 1em;
}
#cases li .name {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #000;
	background: url(../img/home2/bg_cases.png) repeat;
	padding: .4em 1em;
	margin-top: 1.2em;
	margin-bottom: 1.0em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#cases li .num {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
#cases li .num span {
	color: var(--first_color);
}

/* ご利用料金 */
#price .msg {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
}
#price dl {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	margin-bottom: 0;
}
#price dl#p1 {
	margin-top: 1.5em;
}
#price dl#p2 {
	margin-top: .4em;
}
#price dl dt,
#price dl dd {
	width: 50%;
	box-sizing: border-box;
	line-height: 1;
	height: 42px;
	display: grid;
	align-items: center;
}
#price dl dt {
	font-size: 16px;
	color: #fff;
	background-color: #000;
	padding-left: 1.2em;
}
#price dl#p1 dt {
	font-weight: bold;
}
#price dl#p2 dt {
	font-weight: normal;
}
#price dl#p2 dt span {
	position: relative;
	top: -.05em;
}
#price dl dd {
	font-weight: bold;
	border: 1px solid #000;
	text-align: right;
	padding-right: .6em;
}
#price dl#p1 dd {
	font-size: 20px;
	color: var(--first_color);
}
#price dl#p2 dd {
	font-size: 17px;
	color: #000;
}
#price dl dd span.tax {
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
#price .caution {
	font-size: 12px;
	margin-top: 2em;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	white-space: wrap;
}

/* ご利用の流れ */
#flow {
	background-color: #f7f7f7;
}

/* よくある質問 */
#qa {
	background-color: #e4e4e4;
}
#qa dt,
#qa dd {
	position: relative;
}
#qa dt {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	background-color: #696969;
	padding-top: 1.0em;
	padding-right: 1em;
	padding-bottom: 1.0em;
	padding-left: 38px;
}
#qa dd {
	padding-top: 1.6em;
	padding-right: 1em;
	padding-left: 38px;
}
#qa dd:not(:last-of-type) {
	padding-bottom: 2.6em;
}
#qa dt::before {
	content: 'Q';
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 14px;
	top: .60em;
}
#qa dd::before {
	content: 'A';
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: var(--first_color);
	position: absolute;
	left: 14px;
	top: .9em;
}








@media handheld, print, screen and (min-width: 375px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 414px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 480px) {
/* tablet */

/* 実績事例 */
#cases li .type {
	font-size: 14px;
}
#cases li .name {
	font-size: 17px;
}
#cases li .num {
	font-size: 19px;
}

/* ご利用料金 */
#price .msg {
	font-size: 20px;
	margin-top: 2em;
}
#price dl {
	max-width: 400px;
}
#price dl#p1 {
	margin-top: 2em;
}
#price dl#p2 {
	margin-top: .4em;
}
#price dl dt,
#price dl dd {
	width: 50%;
	height: 50px;
}
#price dl dt {
	font-size: 18px;
	padding-left: 1.4em;
}
#price dl dd {
	padding-right: .6em;
}
#price dl#p1 dd {
	font-size: 24px;
}
#price dl#p2 dd {
	font-size: 20px;
}
#price dl dd span.tax {
	font-size: 13px;
}
#price .caution {
	font-size: 14px;
	max-width: 400px;
	white-space: wrap;
}

/* よくある質問 */
#qa dt {
	font-size: 16px;
	padding-top: 1.0em;
	padding-right: 1em;
	padding-bottom: 1.0em;
	padding-left: 48px;
}
#qa dd {
	padding-top: 1.6em;
	padding-right: 1em;
	padding-left: 48px;
}
#qa dt::before {
	font-size: 24px;
	left: 20px;
	top: .48em;
}
#qa dd::before {
	font-size: 24px;
	left: 20px;
	top: .70em;
}

	@media (-webkit-min-device-pixel-ratio: 2){
		

	/* end of media query(retina) */	
	}

/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 620px) {
/* iPad */

/* 実績事例 */
#cases li .type {
	font-size: 15px;
}
#cases li .name {
	font-size: 18px;
}
#cases li .num {
	font-size: 20px;
}

/* ご利用料金 */
#price .msg {
	font-size: 22px;
	margin-top: 2em;
}
#price dl {
	max-width: 460px;
}
#price dl#p1 {
	margin-top: 2em;
}
#price dl#p2 {
	margin-top: .4em;
}
#price dl dt,
#price dl dd {
	width: 50%;
	height: 60px;
}
#price dl dt {
	font-size: 20px;
	padding-left: 2em;
}
#price dl dd {
	padding-right: .6em;
}
#price dl#p1 dd {
	font-size: 26px;
}
#price dl#p2 dd {
	font-size: 22px;
}
#price dl dd span.tax {
	font-size: 14px;
}
#price .caution {
	font-size: 14px;
	max-width: 450px;
	white-space: nowrap;
}

/* よくある質問 */
#qa dt {
	font-size: 17px;
	padding-top: 1.0em;
	padding-right: 1em;
	padding-bottom: 1.0em;
	padding-left: 60px;
}
#qa dd {
	padding-top: 1.6em;
	padding-right: 1em;
	padding-left: 60px;
}
#qa dt::before {
	font-size: 26px;
	left: 24px;
	top: .45em;
}
#qa dd::before {
	font-size: 26px;
	left: 24px;
	top: .55em;
}

/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 835px) {
/* pc */

/* 実績事例 */
#cases li .type {
	font-size: 16px;
}
#cases li .name {
	font-size: 20px;
}
#cases li .num {
	font-size: 22px;
}

/* ご利用料金 */
#price .msg {
	font-size: 22px;
	margin-top: 2em;
}
#price dl {
	max-width: 500px;
}
#price dl#p1 {
	margin-top: 2em;
}
#price dl#p2 {
	margin-top: .4em;
}
#price dl dt,
#price dl dd {
	width: 50%;
	height: 60px;
}
#price dl dt {
	font-size: 22px;
	padding-left: 2em;
}
#price dl dd {
	padding-right: .6em;
}
#price dl#p1 dd {
	font-size: 28px;
}
#price dl#p2 dd {
	font-size: 24px;
}
#price dl dd span.tax {
	font-size: 14px;
}
#price .caution {
	font-size: 15px;
	max-width: 500px;
	white-space: nowrap;
}

/* よくある質問 */
#qa dt {
	font-size: 20px;
	padding-top: 1.0em;
	padding-right: 1em;
	padding-bottom: 1.0em;
	padding-left: 60px;
}
#qa dd {
	padding-top: 1.6em;
	padding-right: 1em;
	padding-left: 60px;
}
#qa dt::before {
	font-size: 28px;
	left: 24px;
	top: .55em;
}
#qa dd::before {
	font-size: 28px;
	left: 24px;
	top: .6em;
}


/* end of media query(pc) */
}