/* topImgWrap */

.topImgWrap {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: contain;
	background-size: contain;
	border-bottom: 6px solid #114956;
	margin-bottom: 25px;
}


/* contentsWrap */

.contentsWrap h2 {
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: contain;
	background-size: contain;
}

.contentsWrap>p {
	font-size: 20px;
	margin-bottom: 25px;
}


/* application */

#application h2 {
	background-image: url(../img/guide/application.png);
}


/* flow */

#flow {
	padding-bottom: 90px;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}

#flow>dl {
	width: 100%;
	margin-bottom: 10px;
}

#flow>dl>dt {
	width: 33%;
	min-height: 95px;
	background-image: url(../img/guide/triangle.png);
	background-repeat: no-repeat;
	background-position: 50% 70%;
}

#flow>dl:last-child>dt {
	background-image: none;
	min-height: 30px;
}

#flow>dl>dd {
	width: 67%;
	font-size: 14px;
	padding: 0 1em;
}

#flow>dl>dt>p {
	width: 100%;
	background: #00A497;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: .5em 1em;
	font-size: 14px;
}

#flow>dl>dd>ul {
	list-style: inside disc;
}


/* charges */

#charges h2 {
	background-image: url(../img/guide/charges.png);
}


/*contentBox */

.bbplus {
	border-bottom: 1px solid #000;
}

.bbCenter {
	width: 16em;
	text-align: center;
}

.contentBox {
	margin-bottom: 30px;
}

.contentBox>h3 {
	width: 100%;
	background: #00A497;
	font-size: 18px;
	color: #FFF;
	padding-left: 30px;
	margin-bottom: 20px;
	position: relative;
}

.contentBox>h3:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #00a496 transparent transparent transparent;
	bottom: -15px;
}

.contentBox>.body>.fxwb {
	margin-bottom: 20px;
}

.contentBox>.body>p {
	font-size: 14px;
	margin-bottom: 1em;
}

.contentBox>.body>.fxwb>.imgBox {
	width: 35%;
}

.contentBox>.body>.fxwb>.imgBox>img {
	margin: 0 auto;
	max-width: 100%;
}

.contentBox>.body>.fxwb>.textBox {
	width: 63%;
	font-size: 14px;
}

.contentBox>.body>.fxwb>.textBox span {
	display: block;
	color: #D22940;
	padding-top: 2em;
}

.contentBox>.body>dl {
	display: -webkit-box;
	display: box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	box-pack: justify;
	flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.contentBox>.body>dl>dt {
	background: #E6E6E6;
	padding: 5px;
	font-size: 14px;
}

.contentBox>.body>dl>dd {
	padding: 5px;
	font-size: 14px;
}

.table1 {
	border: solid #CCC;
	border-width: 1px 0 0 1px;
}

.table1>dt {
	width: 100%;
}

.table1>dd {
	width: 50%;
	text-align: center;
	border: solid #CCC;
	border-width: 0 1px 1px 0;
}

.table2 {
	border: solid #CCC;
	border-width: 0 0 1px 0;
}

.table2:first-child {
	border: solid #CCC;
	border-width: 1px 0 1px 0;
}

.table2>dt {
	width: 25%;
	text-align: center;
}

.table2>dd {
	width: 75%;
	border: solid #CCC;
	border-width: 0 1px 0 0;
}


/* table */

.contentBox>.body>p.tHead {
	font-size: 16px;
	margin-bottom: 0;
}

table {
	width: 100%;
	border-spacing: 0;
	font-size: 14px;
	border: solid #CCC;
	border-width: 1px 0 0 1px;
	margin-bottom: 30px;
}

table th,
table td {
	font-weight: normal;
	padding: 5px;
	border: solid #CCC;
	border-width: 0 1px 1px 0;
	text-align: center;
}

table td.left {
	text-align: left;
}

table>tbody>tr>th:first-child,
table>tbody>tr>td:first-child {
	background: #E6E6E6;
}

table>tbody>tr:last-child>td:first-child {
	background: none;
}


/* flexTable */

.contentBox>.body>.fxwb.flexTable {
	border: solid #CCC;
	border-width: 1px 0 0 1px;
	margin-bottom: 0;
}

.contentBox>.body>.fxwb.flexTable.mb {
	margin-bottom: 25px;
}

.flexTable>.left {
	width: 20%;
	background: #E6E6E6;
}

.flexTable>.left>div>p {
	font-size: 14px;
	padding: 5px;
	border: solid #CCC;
	text-align: center;
	border-width: 0 1px 1px 0;
}

.flexTable>.left>div.line4>p {
	height: 128px;
	padding-top: 55px;
}

.flexTable>.left>div.line3>p {
	height: 96px;
	padding-top: 39px;
}

.flexTable>.left>div.line3.pt>p {
	padding-top: 11px;
}

.flexTable>.right {
	width: 80%;
}

.flexTable>.right>ul>li {
	display: -webkit-box;
	display: box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: no-wrap;
	flex-wrap: no-wrap;
	box-pack: justify;
	flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flexTable>.right>ul>li>p {
	font-size: 14px;
	padding: 5px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: right;
	width: 25%;
}

.flexTable2>.right>ul.type2>li>p {
	width: 20%;
}

.flexTable>.right>ul>li>p:first-child {
	text-align: center;
}

.flexTable>.right>ul>li.headLine>p {
	text-align: center;
}

.underLine {
	font-size: 14px;
	padding: 5px;
	margin-bottom: 25px;
}


/* PCの場合 */

@media screen and (min-width: 980px) {
	/* topImgWrap */
	.topImgWrap {
		height: 150px;
		background-image: url(../img/guide/top.jpg);
	}
	/* service */
	.contentsWrap h2 {
		height: 50px;
	}
	/*contentBox */
	.contentBox.last {
		margin-bottom: 150px;
	}
	.contentBox>.body {
		padding: 0 30px;
	}
	.contentBox>h3:before {
		left: 60px;
	}
	
	a[href^="tel:"] {color: #00f;}
}


/* SPの場合 */

@media screen and (max-width: 980px) {
	/* topImgWrap */
	.topImgWrap {
		height: 22.5vw;
		background-image: url(../img/guide/sp_top.png);
		-webkit-background-size: cover;
		background-size: cover;
	}
	/* contentsWrap */
	.contentsWrap {
		margin-bottom: 25px;
	}
	.contentsWrap>p {
		font-size: 14px;
		margin-bottom: 15px;
	}
	/* flow */
	#flow {
		padding-bottom: 10px;
		margin-bottom: 25px;
	}
	#flow>dl {
		width: 95%;
		position: relative;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	/*contentBox */
	.contentBox>h3 {
		padding-left: 10px;
	}
	.contentBox>.body {
		padding: 0 10px;
	}
	.contentBox>h3:before {
		left: 30px;
	}
}


/* 縦長の場合 */

@media only screen and (max-width: 980px) and (orientation: portrait) {
	/* contentsWrap */
	.contentsWrap h2 {
		height: 6vh;
	}
	/* flow */
	#flow>dl:after {
		content: '';
		position: absolute;
		bottom: 5px;
		left: 0;
		right: 0;
		margin: auto;
		width: 88px;
		height: 28px;
		background-image: url(../img/guide/triangle.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		-webkit-background-size: contain;
		background-size: contain;
	}
	#flow>dl:last-child:after {
		width: 0;
		height: 0;
	}
	#flow>dl>dt {
		width: 100%;
		min-height: 3em;
		background-image: none;
	}
	#flow>dl:last-child>dt {
		background-image: none;
		min-height: 30px;
	}
	#flow>dl>dd {
		width: 100%;
		padding: 0 1em;
	}
	#flow>dl>dt>p {
		padding: .5em 1em;
	}
	/* contentBox */
	.contentBox>.body>.fxwb>.imgBox,
	.contentBox>.body>.fxwb>.textBox {
		width: 100%;
	}
	.flexTable>.left {
		width: 40%;
	}
	.flexTable>.right {
		width: 60%;
		max-width: 60%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.flexTable {
		width: 100%;
		position: relative;
	}
	.flexTable:after {
		font-family: 'FontAwesome';
		position: absolute;
		content: '\f105';
		width: 1em;
		height: 1.5em;
		top: 50%;
		right: -.5em;
		font-size: 60px;
		margin-top: -.75em;
		color: rgba(0, 0, 0, .2);
	}
	.flexTable>.right>ul>li>p {
		min-width: 65%;
	}
}


/* 横長の場合 */

@media only screen and (max-width: 980px) and (orientation: landscape) {
	/* contentsWrap */
	.contentsWrap h2 {
		height: 12vh;
	}
	/* contentBox */
	.flexTable>.left {
		width: 20%;
	}
	.flexTable>.right {
		width: 80%;
		max-width: 80%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.flexTable>.right>ul>li>p {
		min-width: 25%;
	}
}