/* contents-head ==================================================================== */
#contents-head {
	width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents-head .head-main {
	display: table;
	background: #442300;
	overflow: hidden;
	height: 260px;
	margin-bottom: 35px;
}
#contents-head .title {
	display: table-cell;
	background: #442300;
	width: 340px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents-head .title img {
	width: 240px;
}
#personal #contents-head .head-main {
	background: #274300;
}
#personal #contents-head .title {
	background: #274300;
}
#business #contents-head .head-main {
	background: #002c48;
}
#business #contents-head .title {
	background: #002c48;
}
#contents-head .img {
	display: table-cell;
	width: 640px;
}

#contents-head .main-lead {
	margin-bottom: 15px;
	font-size: 14px;
}
#contents-head .sub-lead {
	margin-bottom: 30px;
	font-size: 14px;
}

/* contents ==================================================================== */
.contents-box {
	padding: 25px 20px;
	border-bottom: 1px solid #ede7e3;
}
#personal .contents-box {
	border-bottom: 1px solid #d4d9cc;
}
#business .contents-box {
	border-bottom: 1px solid #bfcad1;
}
.contents-box02 {
	padding: 25px 20px;
}
.contents-box03 {
	padding: 25px 0;
}
.link-box-r {
	padding: 10px;
	margin-bottom: 30px;
	text-align: right;
	font-size: 18px;
}
.link-box-l {
	padding: 10px 15px;
	margin-bottom: 15px;
	font-size: 16px;
}
.link-box-l li {
	margin-bottom: 3px;
	padding-left: 1.2em;
	position: relative;
	padding-left: 1.2em;
}
.link-box-l li:before {
	font-family: 'FontAwesome';
	content: "\f138";
	position: absolute;
	top: 3px;
	left: 0;
}

.link-box-l p {
	margin-bottom: 5px;
}

.point-list {
	margin-bottom: 10px;
}
.point-list li {
	position: relative;
	font-size: 18px;
	margin-bottom: 5px;
	padding-left: 1.2em;
}
.point-list li:after {
	font-family: 'FontAwesome';
	content: "\f192";
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0.2em;
}

.reserve-tel {
	margin-bottom: 10px;
	padding: 10px;
}
.reserve-tel dl {
	overflow: hidden;
	margin-bottom: 10px;
}
.reserve-tel dt {
	float: left;
	width: 150px;
	font-size: 20px;
}
.reserve-tel dd {
	overflow: hidden;
}
.reserve-tel dd .number a {
	font-size: 20px;
	text-decoration: none;
}
.reserve-tel dd .add {
	font-size: 15px;
}
.reserve-mail {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 15px;
}

/* flow ==================================================================== */
.flow-title01 {
	display: table;
	width: 100%;
	font-size: 24px;
	margin-bottom: 30px;
}
.flow-title01 dt {
	background: #442300;
	color: #f5e7d7;
	display: table-cell;
	padding: 10px 15px;
	width: 1%;
	line-height: 1;
}
#personal .flow-title01 dt {
	background: #274300;
	color: #f4eddf;
}
#business .flow-title01 dt {
	background: #002c48;
	color: #f4eddf;
}
.flow-title01 dd {
	background: #f4efe6;
	display: table-cell;
	padding: 10px 15px;
	color: #442300;
	line-height: 1.3;
	border-bottom: 1px solid #ddd3cb;
}
#personal .flow-title01 dd {
	background: #f0f2ee;
	color: #274300;
	border-bottom: 1px solid #dadfd2;
}
#business .flow-title01 dd {
	background: #edf4fa;
	color: #002c48;
	border-bottom: 1px solid #beccd6;
}

.flow-title02 {
	color: #442300;
	font-size: 16px;
	margin-bottom: 10px;
}
#personal .flow-title02 {
	color: #274300;
}
#business .flow-title02 {
	color: #002c48;
}

.flow-box {
	position: relative;
	overflow: hidden;
	padding-bottom: 65px;
}
.flow-box:after {
	font-family: 'FontAwesome';
	content: "\f078";
	font-size: 60px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -0.5em;
}
#personal .flow-box:after {
	color:#274300;
}
#business .flow-box:after {
	color:#002c48;
}
.last {
	padding-bottom: 15px;
}
.last:after {
	display: none;
}
.flow-box dt {
	float: left;
	width: 140px;
}
.flow-box dd {
	overflow: hidden;
}
.flow-box .step {
	background: #442300;
	color: #f5e7d7;
	width: 60px;
	height: 60px;
	padding-top: 14px;
	font-size: 28px;
	line-height: 1;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flow-box .step i {
	margin: 0 !important;
}
#personal .flow-box .step {
	background: #274300;
	color: #f4eddf;
}
#business .flow-box .step {
	background: #002c48;
	color: #f4eddf;
}
.flow-box .icon {
	background: #442300;
	color: #f5e7d7;
	width: 110px;
	height: 110px;
	margin: -25px 0 0 15px;
	padding-top: 19px;
	padding-left: 5px;
	font-size: 65px;
	line-height: 1;
	text-align: center;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#personal .flow-box .icon {
	background: #274300;
	color: #f4eddf;
}
#business .flow-box .icon {
	background: #002c48;
	color: #f4eddf;
}

.flow-info {
	font-size: 16px;
	margin-bottom: 10px;
}
#personal .flow-info {
	color: #274300;
}
#business .flow-info {
	color: #002c48;
}
.step-list {
	font-size: 14px;
	margin-bottom: 20px;
}
#personal .step-list {
	color: #274300;
}
#business .step-list {
	color: #002c48;
}
.step-list li {
	margin-bottom: 10px;
	line-height: 1.4;
	list-style: decimal;
	list-style-position: outside;
	margin-left: 24px;
}
.step-list02 {
	font-size: 13px;
}
.step-list02 li {
	margin-bottom: 8px;
	line-height: 1.3;
	list-style: decimal;
	list-style-position: outside;
	margin-left: 24px;
}
.small {
	font-size: 12px;
}

.list-frame {
	background: #fbf7ef;
	border: dotted 1px #d5c8be;
	padding: 10px;
	margin-bottom: 10px;
}

/* title ==================================================================== */
.category-box {
	padding-top: 50px;
}
.title-category {
	background: #442300;
	margin-bottom: 20px;
	padding: 5px 10px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #f4eddf;
}
#personal .title-category {
	background: #274300;
}
#business .title-category {
	background: #002c48;
}
#business #personal .title-category {
	background: #274300;
}

/* category-list ==================================================================== */
.category-list {
}
.category-list ul {
	overflow: hidden;
	margin: 0 -10px 40px 0;
}
.category-list li {
	float: left;
	padding: 0 10px 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}
#personal .category-list li {
	width: 50%;
}
#business .category-list li {
	width: 50%;
}

/* support-box ==================================================================== */
.support-box {
	border-top: 1px solid #e7d0b3;
	border-bottom: 1px solid #e7d0b3;
}
.support-box .title-support {
	background: #f4e9d9;
	padding: 5px 10px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #886045;
}
.support-box .inner-box {
	background: #f8f4ef;
	padding: 20px 25px 10px;
	overflow: hidden;
}
.support-box .inner-box p {
	padding: 0 10px;
	margin-bottom: 10px;
}
.support-box .inner-box ul {
	overflow: hidden;
}
.support-box .inner-box li {
	float: left;
	width: 50%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.support-box .inner-box .step-list li,
.support-box .inner-box .step-list02 li{
	width: 95%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.support-box .inner-box .title-soudan {
	text-align: center;
	color: #fff;
	padding: 10px 10px 0;
	font-size: 17px;
	line-height: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.5em;
}
#personal .support-box .inner-box .title-soudan {
	background: #274300;
}
#business .support-box .inner-box .title-soudan {
	background: #002c48;
}
.support-box .inner-box .title-soudan span {
	color: #fff391;
}
.support-box .inner-box .title-fee {
	text-align: center;
	color: #fff;
	padding: 12px 10px 0;
	font-size: 15px;
	line-height: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.4em;
}
#personal .support-box .inner-box .title-fee {
	background: #274300;
}
#business .support-box .inner-box .title-fee {
	background: #002c48;
}
.support-box .inner-box .link-box {
	font-size: 18px;
}

/* ************************************************************************************************ */
@media screen and (max-width: 768px) {
/* contents-head ==================================================================== */
#contents-head {
	width: auto;
	padding: 0;
}
#contents-head .head-main {
	height: auto;
	margin-bottom: 10px;
}
#contents-head .title {
	width: 40%;
	padding: 10px;
}
#contents-head .img {
	width: 60%;
}

#contents-head .main-lead {
	font-size: 13px;
	padding: 10px;
	margin-bottom: 0;
}
#contents-head .sub-lead {
	margin-bottom: 10px;
	font-size: 13px;
	padding: 10px;
}

/* contents ==================================================================== */
.contents-box {
	padding: 15px 10px;
}
.contents-box02 {
	padding: 15px 10px;
}
.contents-box03 {
	padding: 15px 0;
}
.link-box-r {
	margin-bottom: 20px;
	font-size: 16px;
}
.link-box-l {
	font-size: 15px;
}
.point-list li {
	font-size: 16px;
}

.reserve-tel dt {
	float: left;
	width: 110px;
	font-size: 16px;
}
.reserve-tel dd .number a {
	font-size: 18px;
}
.reserve-tel dd .add {
	font-size: 14px;
}
.reserve-mail {
	font-size: 14px;
}

/* flow ==================================================================== */
.flow-title01 {
	font-size: 18px;
	margin-bottom: 20px;
}
.flow-title01 dt {
	padding: 10px 15px;
	width: 1%;
}
.flow-title01 dd {
	padding: 10px;
}

.flow-title02 {
	font-size: 18px;
}

.flow-box {
	padding-bottom: 50px;
}
.flow-box:after {
	font-size: 40px;
}
.last {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.flow-box dt {
	float: left;
	width: 120px;
}
.flow-box .step {
	width: 36px;
	height: 36px;
	padding-top: 9px;
	font-size: 20px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
.flow-box .icon {
	width: 90px;
	height: 90px;
	padding-top: 10px;
	padding-left: 5px;
	font-size: 60px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
}

.flow-info {
	font-size: 14px;
	margin-bottom: 10px;
}
.step-list {
	font-size: 14px;
	margin-bottom: 5px;
}
.step-list li {
	margin-bottom: 7px;
	margin-left: 20px;
}
.step-list02 {
	font-size: 13px;
	margin-bottom: 5px;
}
.step-list02 li {
	margin-bottom: 5px;
	margin-left: 20px;
}
.step-list li .small {
	font-size: 12px;
}

/* title ==================================================================== */
.category-box {
	padding-top: 20px;
}

.title-category {
	margin-bottom: 10px;
	font-size: 16px;
}

.category-list ul {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0 5px 5px;
}
.category-list li {
	padding: 5px;
	width: 50%;
}
#personal .category-list li {
	width: 50%;
}
#business .category-list li {
	width: 50%;
}

/* support-box ==================================================================== */
.support-box {
	margin-bottom: 20px;
}
.support-box .title-support {
	font-size: 16px;
}
.support-box .inner-box {
	padding: 10px 10px 5px;
}
.support-box .inner-box p {
	padding: 0;
	margin-bottom: 10px;
}
.support-box .inner-box li {
	float: none;
	width: auto;
	padding: 0;
}
.support-box .inner-box .title-soudan {
	font-size: 15px;
	min-height: 34px;
}
.support-box .inner-box .title-fee {
	font-size: 13px;
	min-height: 34px;
}
.support-box .inner-box .link-box {
	font-size: 18px;
	padding: 0 10px;
}

}

/* ************************************************************************************************ */
@media screen and (max-width: 600px) {
.category-list li {
	width: 100%;
}
#personal .category-list li {
	width: 100%;
}
#business .category-list li {
	width: 100%;
}
}

/* ************************************************************************************************ */
@media screen and (max-width: 480px) {
#contents-head .title {
	display: block;
	width: auto;
}
#contents-head .img {
	display: block;
	width: auto;
}

/* contents ==================================================================== */
.reserve-tel dt {
	float: none;
	width: auto;
	font-size: 20px;
}
.reserve-tel dd .number a {
	font-size: 20px;
}
.reserve-tel dd .add {
	font-size: 13px;
}
.reserve-mail {
	font-size: 14px;
}

/* flow ==================================================================== */
.flow-title01 {
	font-size: 16px;
}
.flow-title02 {
	font-size: 16px;
}
.flow-box dt {
	float: none;
	width: auto;
	padding-left: 30%;
	margin-bottom: 10px;
}

}




