@charset "utf-8";

:root {
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
audio:not([controls]) {
	display: none;
}
details {
	display: block;
}
input[type="number"] {
	width: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
main {
	display: block;
}
summary {
	display: block;
}
pre {
	overflow: auto;
}
progress {
	display: inline-block;
}
small {
	font-size: 75%;
}
template {
	display: none;
}
textarea {
	overflow: auto;
}
[hidden] {
	display: none;
}
[unselectable] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
*,
	::before,
	::after {
	box-sizing: inherit;
}
* {
	font-size: inherit;
	line-height: inherit;
}
::before,
::after {
	text-decoration: inherit;
	vertical-align: inherit;
}
*,
::before,
::after {
	border-style: solid;
	border-width: 0;
}
* {
	margin: 0;
	padding: 0;
}
:root {
	box-sizing: border-box;
	cursor: default;
	font: 16px/1.5 sans-serif;
	text-rendering: optimizeLegibility;
}
html {
	background-color: #fff;
}
a {
	text-decoration: none;
}
a:link, a:visited {
    transition: ease-in-out .2s;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
button, input, select, textarea {
	background-color: transparent;
}
button, input, select, textarea {
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}
button, input, select, textarea {
	min-height: 1.5em;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
}
nav ol, nav ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
textarea {
	resize: vertical;
}
@media screen {
	[hidden~="screen"] {
		display: inherit;
	}
	[hidden~="screen"]:not(:active):not(:focus):not(:target) {
		clip: rect(0 0 0 0) !important;
		position: absolute !important;
	}
}

/*--------------------------------------
	common
--------------------------------------*/
* {
	-webkit-text-size-adjust: 100%;
}
body {
	line-height: 1.6;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size: 16px;
	color: #000;
}
@media screen and (max-width: 767px) {
	body {
		line-height: 1.4em;
		font-size: 14px;
	}
}
body > text {
	display: none;
}
li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
    width /***/: auto;
	border: none;
	vertical-align: bottom;
}
a {
	outline: none;
	color: #333;
	text-decoration: none;
	-webkit-transition: 280ms ease-in-out;
	    transition: 280ms ease-in-out;
}
@media screen and (max-width: 767px) {
	.sp-none {
		display: none !important;
	}
	.pc-none {
		display: block !important;
	}
}
@media screen and (min-width: 767px) {
	.sp-none {
		display: block !important;
	}
	.pc-none {
		display: none !important;
	}
}
.inner {
	margin: 0 auto;
	max-width: 1280px;
}
@media screen and (max-width: 767px) {
	.inner {
		padding: 0 15px;
		width: 100%;
	}
}
.inner2 {
	margin: 0 auto;
	max-width: 900px;
}
@media screen and (max-width: 767px) {
	.inner2 {
		padding: 0 15px;
		width: 100%;
	}
}
#wrapper {
	position: relative;
	overflow: hidden;
}

#head {
	width: 100%;
	background-color: #fff;
    transition: ease-in-out .3s;
	z-index: 10;
}
#head.fixed {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
#head .htop {
	padding: 5px;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 1px;
	background-color: #dc6e1e;
	font-size: 14px;
	color: #fff;
}
#head #tbl {
	position: relative;
	padding: 7px 0 20px;
    width: 100%;
}
#head #tbl .hlogo {
    display: table-cell;
    vertical-align: middle;
}
#head #tbl .hlogo img {
	width: 200px;
    transition: ease-in-out .3s;
}
#head #tbl .hlogo img:hover {
    opacity: 0.70;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -ms-filter: "alpha(opacity=70)";
}
#head #tbl .hsns {
	position: absolute;
	right: 0;
	top: 15px;
}
#head #tbl .hsns ul {
	display: flex;
}
#head #tbl .hsns ul li {
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	#head {
		position: fixed;
		left: 0;
		top: 0;
	}
	#head #tbl {
		padding: 2px 0 5px;
	}
}

#gnavi {
	padding: 10px 0 0 0;
}
#gnavi ul {
	display: flex;
	justify-content: space-between;
}
#gnavi ul li {
	flex: 0 0 25%;
	border-right: 1px solid #704d29;
}
#gnavi ul li:nth-child(1) {
	border-left: 1px solid #704d29;
}
#gnavi ul li a {
	position: relative;
	display: block;
	padding: 12px 5px 12px 8px;
    text-align: center;
	line-height: 1;
    letter-spacing: 2px;
	background-color: #fff;
    font-weight: bold;
	font-size: 16px;
	color: #704d29;
    text-decoration: none;
}
#gnavi ul li a:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 13px;
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #dc6e1e;
	border-right: 2px solid #dc6e1e;
	transform: rotate(45deg);
}
#gnavi ul li a:hover,
#gnavi ul li.current a {
	background-color: #dc6e1e;
	color: #fff;
}
#gnavi ul li a:hover:after,
#gnavi ul li.current a:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
#head {
	transition: ease-in-out .3s;
}
#head #sp-nav {
    display: none;
}
#head #menu-img {
    display: none;
}
#head #menu-btn {
    display: none;
}
@media screen and (max-width: 767px) {
    #head #sp-nav {
        display: block;
        position: fixed;
        top: 138px;
        right: 0px;
        bottom: 0;
        z-index: 999;
        width: 100%;
        margin-right: -100%;
        transition: ease-in-out .4s;
		background-color: #f8f6f4;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        padding-bottom: 120px;
    }
    #head #sp-nav.active {
        margin-right: 0px;
    }
    #head #sp-nav .title {
		padding: 15px 15px 20px;
		background-color: #fff;
	}
	.spmenu {
		padding: 0 15px;
		background-color: #f8f6f4;
		border-top: 2px solid #704d29;
	}
	.spmenu .menu {
		padding: 25px 0;
		border-bottom: 1px dotted #704d29;
	}
	.spmenu .menu .ttl {
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		color: #704d29;
	}
	.spmenu .menu ul {
		margin-top: 10px;
	}
	.spmenu .menu ul.col2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.spmenu .menu ul li {
		margin-top: 15px;
	}
	.spmenu .menu ul.col2 li {
		flex: 0 0 47%;
	}
	.spmenu .menu ul li a {
		position: relative;
		display: block;
		padding: 8px 10px;
		background-color: #fff;
		border-radius: 5px;
		border: 2px solid #704d29;
		font-weight: bold;
		font-size: 14px;
		color: #704d29;
	}
	.spmenu .menu ul.col2 li a {
		padding: 8px 5px;
	}
	.spmenu .menu ul li a:after {
		content: "";
		position: absolute;
		right: 10px;
		top: 11px;
		display: block;
		width: 12px;
		height: 12px;
		border-top: 2px solid #dc6e1e;
		border-right: 2px solid #dc6e1e;
		transform: rotate(45deg);
	}
	.spmenu .menu ul.col2 li a:after {
		right: 8px;
	}
	.spsns {
		padding: 20px 0;
		border-bottom: 1px dotted #704d29;
	}
	.spsns ul {
		display: flex;
		justify-content: center;
	}
	.spsns ul li {
		margin: 0 15px;
	}
	.spsns ul li a img {
		width: 50px;
		height: auto;
	}
    #head #menu-img {
        position: fixed;
        top: 32px;
        right: 11px;
        z-index: 9999999999;
        cursor: pointer;
        display: block;
    }
    #head #menu-btn {
        position: fixed;
        top: 80px;
        right: 10px;
        z-index: 9999999999;
        cursor: pointer;
        display: block;
    }
    #head #menu-btn .sub-txt {
		margin-top: 2px;
        font-size: 75%;
        text-align: center;
        line-height: 1;
        color: #40857a;
    }
	#head .btn_close {
		padding: 10px 20px;
		text-align: right;
		border-bottom: 2px solid #000;
	}
	#head .btn_close img {
		vertical-align: text-bottom;
	}
    .accordion_icon,
	.accordion_icon span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .accordion_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 10px;
        margin-top: -7px;
        top: 50%;
        vertical-align: middle;
    }
    .accordion_icon span {
        position: absolute;
        left: 6px;
        width: 50%;
        height: 2px;
        background-color: #EB5514;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .accordion_icon span:nth-of-type(1) {
        top: 5px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .accordion_icon span:nth-of-type(2) {
        top: 5px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .accordion_icon.active span:nth-of-type(1) {
        display: none;
    }
    .accordion_icon.active span:nth-of-type(2) {
        top: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .menu-trigger,
	.menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        width: 24px;
		height: 19px;
    }
    .menu-trigger span {
        position: absolute;
        width: 22px;
        height: 3px;
        background-color: #fff;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 10px;
    }
    .active .menu-trigger span:nth-of-type(1) {
        top: 11px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 19px;
    }
    .menu-trigger span:nth-of-type(3) {
        top: 28px;
    }
    .active .menu-trigger span:nth-of-type(3) {
        top: 27px;
    }
    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }
    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
	}
	
	#gnavi {
		padding: 5px 0 17px;
	}
	#gnavi li {
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-top: 15px;
	}
	#gnavi a {
		display: block;
		padding: 2px 0 2px 10px;
		text-align: left;
		line-height: 1;
		letter-spacing: 0;
		font-weight: bold;
		font-size: 100%;
		text-decoration: none;
	}
}
@media screen and (max-width:480px) {
	#head.fixed #tbl {
		height: auto;
	}
	#head.fixed #tbl .hlogo {
		padding-top: 7px;
		padding-bottom: 7px;
	}
	#head.fixed #tbl .hlogo img {
		width: 142px;
		transition: ease-in-out .3s;
	}
	#head .htop {
		padding: 5px;
		font-size: 12px;
	}
    #head #sp-nav {
        top: 25px;
        box-sizing: border-box;
        webkit-overflow-scrolling: touch;
        overflow-y: auto;
		overflow-x: hidden;
	}
    #head #menu-img {
        position: fixed;
        top: 29px;
        right: 11px;
        z-index: 99999999;
	}
	#head.fixed #menu-img {
		display: none;
	}
    #head #menu-btn {
        position: fixed;
        top: 33px;
        right: 10px;
        z-index: 99999999;
    }
    #head.fixed #menu-btn {
        top: 33px;
	}
    #head #menu-btn .sub-txt {
		margin-top: 6px;
    }
    #head.fixed #menu-btn .sub-txt {
		margin-top: 0;
    }
    .menu-trigger {
		padding: 10px;
        width: 40px;
		height: 40px;
		background-color: #704d29;
		border-radius: 5px;
    }
    .menu-trigger span {
        height: 2px;
    }
    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }
    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
}

#fmenu {
	padding: 80px 0;
	border-top: 2px solid #704d29;
}
#fmenu .title {
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 18px;
	color: #704d29;
}
#fmenu .rows {
	display: flex;
	justify-content: space-between;
}
#fmenu .rows .col {
	flex: 0 0 31%;
}
#fmenu .rows .col ul {
	margin-top: 7px;
}
#fmenu .rows .col ul li {
	border-bottom: 1px solid #704d29;
}
#fmenu .rows .col ul li:nth-child(1) {
	border-top: 1px solid #704d29;
}
#fmenu .rows .col ul li a {
	position: relative;
	display: block;
	padding: 10px 20px;
	background-color: #fff;
	font-size: 14px;
	color: #704d29;
}
#fmenu .rows .col ul li a:hover {
	background-color: #dc6e1e;
	color: #fff;
	text-decoration: none;
}
#fmenu .rows .col ul li a:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 14px;
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #dc6e1e;
	border-right: 2px solid #dc6e1e;
	transform: rotate(45deg);
}
#fmenu .rows .col ul li a:hover:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
	#fmenu {
		padding: 30px 0 70px;
	}
	#fmenu .rows {
		flex-wrap: wrap;
	}
	#fmenu .rows .col {
		flex: 0 0 100%;
		margin-top: 40px;
	}
}

#footer {
	text-align: center;
    transition: ease-in-out .3s;
}
#footer .top {
	padding: 70px 0;
	background-color: #704d29;
}
#footer .top ul {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
#footer .top li {
	margin: 0 10px;
}
#footer .bottom {
	padding: 8px 0;
	text-align: center;
}
#footer .bottom .copyright {
	line-height: 1.6;
	letter-spacing: 1px;
	font-size: 11px;
	color: #704d29;
}
.pagetop {
	display: none;
	position: fixed;
	right: 50%;
	bottom: 20px;
	margin-right: -520px;
}
@media screen and (max-width:980px) {
	.pagetop {
		right: 10px;
		bottom: 20px;
		margin-right: 0;
	}
}
@media screen and (max-width:480px) {
	#footer .top ul {
		margin-top: 70px;
	}
	#footer .bottom {
		padding: 5px 0;
	}
	#footer .bottom .copyright {
		line-height: 1.6;
		letter-spacing: 0;
		font-size: 10px;
	}
	.pagetop {
		right: 10px;
		bottom: 30px;
	}
	.pagetop img {
		width: 30px;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	article {
		overflow: hidden;
		padding-top: 82px;
		border-top: 2px solid #704d29;
	}
}

#bread {
	padding: 0 0 10px;
}
#bread li {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	font-size: 12px;
	color: #704d29;
}
#bread li:first-child {
	padding-left: 0;
}
#bread li::before {
	content: ">";
	position: absolute;
	left: 3px;
	top: 0;
	font-size: 12px;
}
#bread li:first-child::before {
	content: "";
	padding-left: 0;
}
#bread li a {
	font-size: 12px;
	color: #704d29;
}
@media screen and (max-width: 767px) {
	#bread {
		padding: 10px 0;
	}
}

.slider-for .item {
	margin: 0 5px;
}
.slider2-for {
	margin-top: 40px;
}
.slider2-for .item {
	margin: 0 15px;
}
@media screen and (max-width: 767px) {
	#topban .inner {
		padding: 0;
	}
	.slider-for .item {
		margin: 0;
	}
}

.sec {
	padding: 70px 0;
}
.sec.gray {
	background-color: #f8f6f4;
}
.sec.bg1 {
	background-color: #fdf8f4;
}
.sec .midashi {
	text-align: center;
}
.sec .lead {
	margin-top: 30px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color: #704d29;
}
#TOP .sec .lead {
	text-align: left;
}
@media screen and (max-width: 767px) {
	.sec .lead {
		margin-top: 30px;
		text-align: left;
		line-height: 1.8;
		font-size: 14px;
	}
}

#menu_blk .rows {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
#menu_blk .rows .list {
	flex: 0 0 31%;
	margin: 0 10px;
	max-width: 412px;
	text-align: center;
}
#menu_blk .rows .list .title {
	margin-top: 10px;
	text-align: left;
	line-height: 1.6;
	font-size: 14px;
	color: #704d29;
}
#menu_blk .rows .list .btn {
	margin-top: 30px;
}
#menu_blk .rows .list .btn a {
	position: relative;
	display: inline-block;
	padding: 9px;
	width: 250px;
	letter-spacing: 2px;
	background-color: #dc6e1e;
	border-radius: 50px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}
#menu_blk .rows .list .btn a:hover {
	opacity: .8;
}
#menu_blk .rows .list .btn a:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 14px;
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
	#menu_blk .rows {
		flex-wrap: wrap;
		margin-top: 0;
	}
	#menu_blk .rows .list {
		flex: 0 0 100%;
		margin: 0;
		margin-top: 50px;
		max-width: 100%;
	}
	#menu_blk .rows .list:nth-child(1) {
		margin-top: 20px;
	}
	#menu_blk .rows .list .title {
		margin-top: 10px;
		text-align: left;
		font-size: 14px;
	}
	#menu_blk .rows .list .btn {
		margin-top: 20px;
	}
	#menu_blk .rows .list .btn a {
		position: relative;
		display: inline-block;
		padding: 9px;
		width: 250px;
		letter-spacing: 2px;
		background-color: #dc6e1e;
		border-radius: 50px;
		font-weight: bold;
		font-size: 15px;
		color: #fff;
	}
	#menu_blk .rows .list .btn a:after {
		content: "";
		position: absolute;
		right: 15px;
		top: 14px;
		display: block;
		width: 12px;
		height: 12px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}
}

#information_blk .rows {
	margin-top: 40px;
}
#information_blk .rows .list {
	position: relative;
	border-bottom: 1px solid #704d29;
}
#information_blk .rows .list:nth-child(1) {
	border-top: 1px solid #704d29;
}
#information_blk .rows .list:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #dc6e1e;
	border-right: 2px solid #dc6e1e;
	transform: rotate(45deg);
}
#information_blk .rows .list a {
	display: flex;
	padding: 20px 25px 20px 15px;
	line-height: 1.6;
	font-size: 14px;
	color: #704d29;
}
#information_blk .rows .list .date {
	flex: 0 0 115px;
}
#information_blk .rows .list .title {
	flex: 1;
	padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
	#information_blk .rows .list:after {
		right: 5px;
	}
	#information_blk .rows .list a {
		padding: 25px 20px 25px 5px;
		font-size: 14px;
	}
	#information_blk .rows .list .date {
		flex: 0 0 80px;
	}
	#information_blk .rows .list .title {
		padding: 0 0 0 15px;
	}
}

#service_blk .rows {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
#service_blk .rows .list {
	flex: 0 0 48%;
	margin: 0 10px;
	max-width: 480px;
	text-align: center;
}
#service_blk .rows .list .title {
	margin-top: 10px;
	font-size: 14px;
	color: #704d29;
}
#service_blk .rows .list .btn {
	margin-top: 30px;
}
#service_blk .rows .list .btn a {
	position: relative;
	display: inline-block;
	padding: 9px;
	width: 250px;
	letter-spacing: 2px;
	background-color: #dc6e1e;
	border-radius: 50px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}
#service_blk .rows .list .btn a:hover {
	opacity: .8;
}
#service_blk .rows .list .btn a:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 14px;
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
	#service_blk .rows {
		flex-wrap: wrap;
		margin-top: 0;
	}
	#SERVICE #service_blk .rows {
		margin-top: 30px;
	}
	#service_blk .rows .list {
		flex: 0 0 100%;
		margin: 0;
		margin-top: 50px;
		max-width: 100%;
	}
	#SERVICE #service_blk .rows .list {
		position: relative;
		margin-top: 0;
	}
	#service_blk .rows .list:nth-child(1) {
		margin-top: 20px;
	}
	#service_blk .rows .list .title {
		margin-top: 10px;
		text-align: left;
		font-size: 14px;
	}
	#service_blk .rows .list .btn {
		margin-top: 20px;
	}
	#service_blk .rows .list .btn a {
		position: relative;
		display: inline-block;
		padding: 9px;
		width: 250px;
		letter-spacing: 2px;
		background-color: #dc6e1e;
		border-radius: 50px;
		font-weight: bold;
		font-size: 15px;
		color: #fff;
	}
	#service_blk .rows .list .btn a:after {
		content: "";
		position: absolute;
		right: 15px;
		top: 14px;
		display: block;
		width: 12px;
		height: 12px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}
}
#SERVICE #service_blk .list li {
	margin-bottom: 5px;
	text-align: left;
}
#SERVICE #service_blk .list li span {
	color: #dc6e1e;
}
#SERVICE #service_blk .list .title img {
	width: 136px;
}
#SERVICE .ttl {
	text-align: center;
	line-height: 1.4;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 26px;
	color: #704d29;
}
#SERVICE #service_blk .ttl {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	#SERVICE #service_blk .list li {
		margin-bottom: 5px;
		text-align: left;
		font-size: 13px;
	}
	#SERVICE #service_blk .list .title .img {
		position: absolute;
		right: 5px;
		top: -120px;
	}
	#SERVICE #service_blk .list .title img {
		width: 100px;
	}
	#SERVICE .ttl {
		line-height: 1.6;
		letter-spacing: 1px;
		font-size: 18px;
	}
	#SERVICE #service_blk .ttl {
		margin-top: 20px;
	}
}

#project_blk .rows {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
#SERVICE #project_blk .rows {
	margin-top: 80px;
}
#project_blk .rows .list {
	flex: 0 0 48%;
	margin: 0 10px;
	max-width: 500px;
	text-align: center;
}
#project_blk .btn,
#service_blk .btn {
	margin-top: 30px;
	text-align: center;
}
#SERVICE #project_blk .btn,
#SERVICE #service_blk .btn {
	margin-top: 60px;
}
#project_blk .btn a,
#service_blk .btn a {
	position: relative;
	display: inline-block;
	padding: 9px;
	width: 250px;
	letter-spacing: 2px;
	background-color: #dc6e1e;
	border-radius: 50px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}
#project_blk .btn a:hover,
#service_blk .btn a:hover {
	opacity: .8;
}
#project_blk .btn a:after,
#service_blk .btn a:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 14px;
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
#SERVICE #project_blk .rows .text {
	margin-top: 20px;
	text-align: left;
	color: #704d29;
}
#SERVICE #project_blk .merit {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
#SERVICE #project_blk .merit .col {
	position: relative;
	display: flex;
	flex: 0 0 48%;
	align-items: center;
	padding: 20px 20px 20px 70px;
	height: 100px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
	color: #704d29;
}
#SERVICE #project_blk .merit .col:before {
	content: "01";
	position: absolute;
	left: 20px;
	top: 50%;
	display: block;
	margin-top: -20px;
	padding-top: 2px;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #dc6e1e;
	border-radius: 20px;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
}
#SERVICE #project_blk .merit .col:nth-child(2):before {
	content: "02";
}
@media screen and (max-width: 767px) {
	#project_blk .rows {
		flex-wrap: wrap;
		margin-top: 0;
	}
	#SERVICE #project_blk .rows {
		margin-top: 0;
	}
	#project_blk .rows .list {
		flex: 0 0 100%;
		margin: 0;
		margin-top: 50px;
		max-width: 100%;
	}
	#project_blk .rows .list .btn {
		margin-top: 20px;
	}
	#project_blk .rows .list .btn a {
		position: relative;
		display: inline-block;
		padding: 9px;
		width: 250px;
		letter-spacing: 2px;
		background-color: #dc6e1e;
		border-radius: 50px;
		font-weight: bold;
		font-size: 15px;
		color: #fff;
	}
	#project_blk .rows .list .btn a:after {
		content: "";
		position: absolute;
		right: 15px;
		top: 14px;
		display: block;
		width: 12px;
		height: 12px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}
	#SERVICE #project_blk .merit {
		flex-wrap: wrap;
		margin-top: 10px;
	}
	#SERVICE #project_blk .merit .col {
		flex: 0 0 100%;
		margin-top: 15px;
		padding: 20px 20px 20px 70px;
		height: auto;
	}
	#SERVICE #project_blk .merit .col:before {
		left: 20px;
		top: 50%;
		margin-top: -20px;
		padding-top: 10px;
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
}

#feature_blk {
	margin-top: 70px;
}
#feature_blk .rows {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#feature_blk .rows .list {
	flex: 0 0 45%;
	margin-top: 40px;
	margin-left: 40px;
}
#feature_blk .rows .list:nth-child(2n+1) {
	margin-left: 0;
}
#feature_blk .rows .list .img {
	padding: 0 40px;
}
#feature_blk .rows .list .title {
	margin-top: 15px;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	font-size: 24px;
	color: #704d29;
}
#feature_blk .rows .list .text {
	margin-top: 10px;
	line-height: 1.6;
	font-size: 14px;
	color: #704d29;
}
@media screen and (max-width: 767px) {
	#feature_blk {
		margin-top: 70px;
	}
	#feature_blk .rows {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#feature_blk .rows .list {
		flex: 0 0 100%;
		margin-top: 40px;
		margin-left: 0;
	}
	#feature_blk .rows .list .img {
		padding: 0;
		text-align: center;
	}
	#feature_blk .rows .list .img img {
		width: 250px;
	}
	#feature_blk .rows .list .title {
		margin-top: 15px;
		text-align: center;
		line-height: 1.4;
		font-size: 20px;
	}
	#feature_blk .rows .list .text {
		margin-top: 10px;
		line-height: 1.6;
		font-size: 14px;
	}
}

.contact_blk {
	border-top: 2px solid #704d29;
}
#TOP .contact_blk {
	border-top: none;
}
.contact_blk .box {
	margin: 0 auto;
	padding: 25px 20px 20px 20px;
	max-width: 900px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #704d29;
}
.contact_blk .box .text {
	margin-top: 15px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 24px;
	color: #704d29;
}
.contact_blk .box .sub {
	margin-top: 10px;
	line-height: 1.4;
	font-size: 12px;
	color: #704d29;
}
.contact_blk .btn {
	margin-top: 40px;
	text-align: center;
}
.contact_blk .btn a {
	position: relative;
	display: inline-block;
	padding: 10px;
	width: 400px;
	letter-spacing: 2px;
	background-color: #dc6e1e;
	border-radius: 50px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
.contact_blk .btn a:hover {
	opacity: .8;
}
.contact_blk .btn a:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 18px;
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.contact_blk .rows {
	display: flex;
	justify-content: space-around;
	margin-top: 80px;
}
#TOP .contact_blk .rows,
#CONTACT .contact_blk .rows {
	margin-top: 0;
}
.contact_blk .rows .list a {
	position: relative;
	display: block;
	text-align: center;
}
.contact_blk .rows .list a img {
	transition: ease-in-out .3s;
}
.contact_blk .rows .list a img.on {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.contact_blk .rows .list a:hover img.off {
	opacity: 0;
}
.contact_blk .rows .list a:hover img.on {
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.contact_blk .box {
		margin: 0 auto;
		padding: 25px 20px 20px 20px;
		max-width: 900px;
		text-align: center;
		border-radius: 20px;
		border: 1px solid #704d29;
	}
	.contact_blk .box .text {
		margin-top: 15px;
		line-height: 1.6;
		font-size: 20px;
	}
	.contact_blk .box .sub {
		margin-top: 20px;
		line-height: 1.8;
		font-size: 12px;
	}
	.contact_blk .btn {
		margin-top: 40px;
		text-align: center;
	}
	.contact_blk .btn a {
		padding: 10px;
		width: 250px;
		font-size: 16px;
	}
	.contact_blk .btn a:after {
		content: "";
		position: absolute;
		right: 15px;
		top: 13px;
		display: block;
		width: 12px;
		height: 12px;
	}
	.contact_blk .rows {
		flex-wrap: wrap;
		margin-top: 50px;
	}
	.contact_blk .rows .list {
		flex: 0 0 48%;
		margin-top: 10px;
	}
}
.contact_blk .form {
	margin: 40px auto 0;
	max-width: 620px;
	font-size: 14px;
}
.contact_blk .form .top {
	padding: 40px 30px;
	border-top: 1px solid #704d29;
	border-bottom: 1px solid #704d29;
}
.contact_blk .form .top dt {
	font-weight: bold;
	color: #dc6e1e;
}
.contact_blk .form .top dd {
	display: flex;
	flex-wrap: wrap;
}
.contact_blk .form .top dd span {
	flex: 0 0 50%;
	margin-top: 5px;
	color: #704d29;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}
.contact_blk .form .detail dl {
	margin-top: 30px;
}
.contact_blk .form .detail dl dt {
	position: relative;
	font-weight: bold;
	color: #704d29;
}
.contact_blk .form .detail dl.require dt:after {
	content: "必 須";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	padding: 0 15px;
	background-color: #dc6e1e;
	border-radius: 15px;
	font-size: 11px;
	color: #fff;
}
.contact_blk .form .detail dl dd {
	margin-top: 5px;
}
.contact_blk .form .detail dl dd input[type="text"],
.contact_blk .form .detail dl dd input[type="email"] {
	padding: 10px;
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #704d29;
}
.contact_blk .form input[type="checkbox"],
.contact_blk .form input[type="radio"] {
	margin: 0 5px 2px 0;
	vertical-align: middle;
}
.contact_blk .form .detail dl dd textarea {
	padding: 10px;
	width: 100%;
	height: 250px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #704d29;
}
::placeholder {
	color: #d4cabf;
}
.contact_blk .form .agree_blk {
	margin-top: 40px;
	padding: 15px;
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #704d29;
	color: #704d29;
}
.contact_blk .form .agree_blk label {
	font-weight: bold;
	font-size: 20px;
}
.contact_blk .form .agree_blk li {
	padding-left: 13px;
	text-indent: -13px;
	font-size: 12px;
}
.contact_blk .form .agree_blk li:before {
	content: "※";
}
.contact_blk .form .agree_blk li a {
	color: #704d29;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.contact_blk .form .top {
		padding: 30px 20px;
	}
	.contact_blk .form .top dd label {
		flex: 0 0 100%;
	}
}
.mw_wp_form_confirm .agree_blk {
	display: none;
}

.btn_blk {
	margin-top: 40px;
	text-align: center;
}

.exbtn {
	margin-top: 40px;
	text-align: center;
}
.exbtn.mt {
	margin-top: 70px;
}
.exbtn a,
.exbtn input,
.exbtn span {
	position: relative;
	display: inline-block;
	padding: 10px;
	width: 400px;
	letter-spacing: 2px;
	background-color: #dc6e1e;
	border: none;
	border-radius: 50px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
.exbtn input {
	margin: 0 1%;
	width: 46%;
}
.exbtn span {
	padding: 8px;
	width: 160px;
	font-size: 16px;
}
.exbtn a:hover,
.exbtn input:hover,
.exbtn span:hover {
	opacity: .8;
}
.exbtn a:after,
.exbtn input:after,
.exbtn span:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 18px;
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.exbtn span:after {
	right: 15px;
	top: 14px;
}
.exback {
	margin-top: 40px;
	text-align: center;
}
.exback a,
.exback input {
	position: relative;
	display: inline-block;
	padding: 10px;
	width: 400px;
	letter-spacing: 2px;
	background-color: #999;
	border: none;
	border-radius: 50px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
.exback input {
	margin: 0 1%;
	width: 46%;
}
@media screen and (max-width: 767px) {
	.exbtn {
		margin-top: 40px;
		text-align: center;
	}
	.exbtn.mt {
		margin-top: 40px;
	}
	.exbtn a,
	.exbtn input {
		padding: 10px;
		width: 315px;
		font-size: 14px;
	}
	.exbtn a:after,
	.exbtn input:after {
		content: "";
		position: absolute;
		right: 15px;
		top: 13px;
		display: block;
		width: 12px;
		height: 12px;
	}
	.exback {
		margin-top: 40px;
		text-align: center;
	}
	.exback a,
	.exback input {
		padding: 10px;
		font-size: 14px;
	}
}

#ABOUT .midashi.mt {
	margin-top: 50px;
}
#ABOUT .about_blk .rows {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
#ABOUT .about_blk .rows .info {
	flex: 0 0 48%;
	padding: 3px 0 12px;
}
#ABOUT .about_blk .rows .info .in {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 7%;
	width: 100%;
	height: 100%;
	line-height: 1.8;
	background-color: #fff;
	border-radius: 15px;
	border: 4px solid #dc6e1e;
	font-weight: bold;
	font-size: 24px;
	color: #704d29;
}
#ABOUT .about_blk .rows .info .in:after {
	content: "";
	position: absolute;
	right: -36px;
	top: 50%;
	display: block;
	width: 37px;
	height: 38px;
	background: transparent url(../images/about/fukidashi.svg) no-repeat 0 0;
}
#ABOUT .about_blk .rows.r2 .info .in {
	padding: 5% 7%;
	border-radius: 35px;
	text-align: center;
}
#ABOUT .about_blk .rows.r2 .info .in:after {
	content: "";
	position: absolute;
	right: 50px;
	top: auto;
	bottom: -56px;
	display: block;
	width: 58px;
	height: 58px;
	background: transparent url(../images/about/fukidashi2.svg) no-repeat 0 0;
}
#ABOUT .about_blk .rows.r2 .info:nth-child(2) .in:after {
	right: auto;
	left: 50px;
	background: transparent url(../images/about/fukidashi3.svg) no-repeat 0 0;
}
#ABOUT .about_blk .rows .img {
	flex: 0 0 48%;
}
#ABOUT .about_blk .icon {
	margin-top: -10px;
	text-align: center;
}
#ABOUT .about_blk .icon img {
	width: 120px;
}
@media screen and (max-width: 767px) {
	#ABOUT .midashi.mt {
		margin-top: 50px;
	}
	#ABOUT .about_blk .rows {
		flex-wrap: wrap;
		margin-top: 30px;
	}
	#ABOUT .about_blk .rows .info {
		flex: 0 0 100%;
		padding: 0;
		background-color: #fff;
	}
	#ABOUT .about_blk .rows.r2 .info {
		flex: 0 0 58%;
	}
	#ABOUT .about_blk .rows.r2 .info:nth-child(2) {
		margin-left: auto;
		margin-top: -40px;
	}
	#ABOUT .about_blk .rows .info .in {
		padding: 4% 7%;
		line-height: 1.8;
		border-radius: 25px;
		font-size: 14px;
	}
	#ABOUT .about_blk .rows .info .in:after {
		content: "";
		position: absolute;
		right: 50%;
		top: auto;
		bottom: -36px;
		display: block;
		margin-right: -18px;
		width: 37px;
		height: 37px;
		background: transparent url(../images/about/fukidashi5.svg) no-repeat 0 0;
		background-size: 37px 37px;
	}
	#ABOUT .about_blk .rows.r2 .info .in {
		padding: 8% 7%;
		text-align: left;
		border-radius: 25px;
	}
	#ABOUT .about_blk .rows.r2 .info .in:after {
		content: "";
		position: absolute;
		right: 50%;
		top: auto;
		bottom: -36px;
		display: block;
		width: 37px;
		height: 37px;
		background: transparent url(../images/about/fukidashi4.svg) no-repeat 0 0;
		background-size: 37px 37px;
	}
	#ABOUT .about_blk .rows.r2 .info:nth-child(2) .in:after {
		right: auto;
		left: 50%;
		background: transparent url(../images/about/fukidashi5.svg) no-repeat 0 0;
		background-size: 37px 37px;
	}
	#ABOUT .about_blk .rows .img {
		flex: 0 0 100%;
		margin-top: 50px;
	}
	#ABOUT .about_blk .icon {
		margin-top: 0;
	}
	#ABOUT .about_blk .icon img {
		width: 120px;
	}
}
#ABOUT .profile_blk .box {
	margin: 30px auto 0;
	padding: 25px 30px;
	max-width: 620px;
	background-color: #fff;
	border-radius: 30px;
	border: 1px solid #704d29;
}
#ABOUT .profile_blk .box dl {
	margin-top: 15px;
}
#ABOUT .profile_blk .box dl:first-child {
	margin-top: 0;
}
#ABOUT .profile_blk .box dl dt {
	line-height: 1.8;
	font-weight: bold;
	font-size: 14px;
	color: #dc6e1e;
}
#ABOUT .profile_blk .box dl dd {
	padding-top: 3px;
	border-top: 1px solid #704d29;
	font-size: 16px;
	color: #704d29;
}
@media screen and (max-width: 767px) {
	#ABOUT .profile_blk .box {
		margin: 30px auto 0;
		padding: 20px 30px;
		max-width: 100%;
	}
	#ABOUT .profile_blk .box dl {
		margin-top: 10px;
	}
	#ABOUT .profile_blk .box dl:first-child {
		margin-top: 0;
	}
	#ABOUT .profile_blk .box dl dt {
		font-size: 14px;
	}
	#ABOUT .profile_blk .box dl dd {
		padding-top: 3px;
		line-height: 1.8;
		font-size: 14px;
	}
}

#PRICE .price_blk .inbox {
	margin: 0 auto;
	max-width: 620px;
}
#PRICE .price_blk .rows {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
#PRICE .price_box {
	flex: 0 0 48%;
	text-align: center;
}
#PRICE .inbox .price_box {
	flex: 0 0 100%;
}
#PRICE .price_box .title {
	line-height: 1.4;
	font-weight: bold;
	font-size: 24px;
	color: #704d29;
}
#PRICE .price_box .title span {
	color: #dc6e1e;
}
#PRICE .price_box .sub {
	line-height: 1.4;
	font-size: 16px;
	color: #704d29;
}
#PRICE .price_box table {
	margin-top: 15px;
	width: 100%;
	border-left: 1px solid #704d29;
	border-top: 1px solid #704d29;
}
#PRICE .price_box table th {
	border-right: 1px solid #704d29;
	border-bottom: 1px solid #704d29;
}
#PRICE .price_box table thead th {
	padding: 5px 0;
	background-color: #7e5f3e;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
#PRICE .price_box table td {
	padding: 12px 10px;
	border-right: 1px solid #704d29;
	border-bottom: 1px solid #704d29;
	font-weight: bold;
	color: #704d29;
}
#PRICE .price_box table td:nth-child(2) {
	color: #dc6e1e;
}
#PRICE .price_box.down table td:nth-child(2) {
	background-color: #dc6e1e;
	color: #fff;
}
#PRICE .price_box.down table td:nth-child(3) {
	color: #dc6e1e;
}
#PRICE .price_box table td span {
	display: inline-block;
	margin: 0 2px;
	font-size: 22px;
}
#PRICE .price_box .bottom {
	margin-top: 10px;
	text-align: right;
	font-size: 14px;
	color: #704d29;
}
#PRICE .price_blk .text {
	margin-top: 20px;
	padding-left: 13px;
	text-indent: -13px;
	font-size: 14px;
	color: #704d29;
}
#PRICE .price_blk .soudan {
	margin-top: 30px;
	text-align: center;
}
#PRICE .price_blk .soudan img {
	max-width: 480px;
}
#PRICE .price_blk .inbox .box {
	margin-top: 70px;
	padding: 25px 10px;
	border-radius: 25px;
	border: 1px solid #704d29;
	color: #704d29;
}
#PRICE .price_blk .inbox .box .ttl {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
#PRICE .price_blk .inbox .box ul {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
#PRICE .price_blk .inbox .box ul li {
	margin: 0 5px;
}
#PRICE .price_blk .inbox .box ul li span {
	color: #dc6e1e;
}
@media screen and (max-width: 767px) {
	#PRICE .price_blk .rows {
		flex-wrap: wrap;
		margin-top: 30px;
	}
	#PRICE .price_box {
		flex: 0 0 100%;
	}
	#PRICE .price_box:nth-child(2) {
		margin-top: 40px;
	}
	#PRICE .price_box .title {
		font-size: 20px;
	}
	#PRICE .price_box .sub {
		font-size: 13px;
	}
	#PRICE .price_box table {
		margin-top: 15px;
	}
	#PRICE .price_box table thead th {
		padding: 5px 0;
		font-size: 13px;
	}
	#PRICE .price_box table td span {
		font-size: 18px;
	}
	#PRICE .price_box .bottom {
		margin-top: 5px;
		font-size: 12px;
	}
	#PRICE .price_blk .text {
		margin-top: 30px;
		padding-left: 13px;
		text-indent: -13px;
		font-size: 12px;
	}
	#PRICE .price_blk .soudan img {
		max-width: 100%;
	}
	#PRICE .price_blk .inbox .box {
		margin-top: 40px;
		padding: 30px 30px;
	}
	#PRICE .price_blk .inbox .box .ttl {
		text-align: center;
		font-size: 20px;
	}
	#PRICE .price_blk .inbox .box ul {
		flex-wrap: wrap;
		margin-top: 10px;
	}
	#PRICE .price_blk .inbox .box ul li {
		flex: 0 0 100%;
		margin: 8px 0 0 0;
	}
}
#PRICE .campaign_blk .box {
	margin: 15px auto 0;
	padding: 30px 10px;
	max-width: 740px;
	text-align: center;
	line-height: 1.8;
	background-color: #fff;
	border-radius: 25px;
	border: 2px solid #704d29;
	font-weight: bold;
	font-size: 26px;
	color: #704d29;
}
#PRICE .campaign_blk .box span {
	color: #dc6e1e;
}
@media screen and (max-width: 767px) {
	#PRICE .campaign_blk .box {
		margin: 15px auto 0;
		padding: 15px 20px;
		max-width: 100%;
		text-align: left;
		font-size: 16px;
	}
}

.faq_blk {
	margin: 0 auto;
	max-width: 620px;
}
.faq_blk .rows .list {
	margin-top: 40px;
	border-radius: 15px;
	border: 1px solid #704d29;
}
.faq_blk .rows .list .q {
	position: relative;
	padding: 12px 10px 12px 40px;
	line-height: 1.8;
	font-weight: bold;
	font-size: 14px;
	color: #704d29;
}
.faq_blk .rows .list .q:before {
	content: "Q";
	position: absolute;
	left: 7px;
	top: 12px;
	display: block;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 1.8;
	background-color: #704d29;
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
}
.faq_blk .rows .list .a {
	position: relative;
	padding: 12px 10px 12px 40px;
	line-height: 1.8;
	border-top: 1px solid #704d29;
	font-size: 14px;
	color: #704d29;
}
.faq_blk .rows .list .a:before {
	content: "A";
	position: absolute;
	left: 7px;
	top: 12px;
	display: block;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 1.8;
	background-color: #dc6e1e;
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
}
#CLASS .class_blk .rows {
	display: flex;
	justify-content: space-between;
	margin: 60px auto 0;
	max-width: 1000px;
}
#CLASS .class_blk .rows .img {
	flex: 0 0 48%;
}
#CLASS .class_blk .rows .info {
	display: flex;
	flex: 0 0 48%;
	justify-content: center;
	align-items: center;
	line-height: 2;
	font-size: 18px;
	color: #704d29;
}
@media screen and (max-width: 767px) {
	#CLASS .class_blk .rows {
		flex-wrap: wrap;
		margin: 30px auto 0;
		max-width: 100%;
	}
	#CLASS .class_blk .rows .img {
		flex: 0 0 100%;
	}
	#CLASS .class_blk .rows .info {
		flex: 0 0 100%;
		margin-top: 20px;
		line-height: 2;
		font-size: 14px;
	}
}
#CLASS .summary_blk .box {
	margin: 30px auto 0;
	padding: 25px 30px;
	max-width: 620px;
	background-color: #fff;
	border-radius: 30px;
	border: 1px solid #704d29;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
}
#CLASS .summary_blk .box.mt {
	margin-top: 80px;
}
#CLASS .summary_blk .box dl {
	margin-top: 15px;
}
#CLASS .summary_blk .box dl:first-child {
	margin-top: 0;
}
#CLASS .summary_blk .box dl dt {
	line-height: 1.8;
	font-weight: bold;
	font-size: 14px;
	color: #dc6e1e;
}
#CLASS .summary_blk .box dl dd {
	padding-top: 3px;
	border-top: 1px solid #704d29;
	font-size: 16px;
	color: #704d29;
}
#CLASS .summary_blk .box .bttl {
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 20px;
	color: #704d29;
}
#CLASS .summary_blk .box .bttl span {
	color: #dc6e1e;
}
#CLASS .summary_blk .box .row {
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}
#CLASS .summary_blk .box .row .col span {
	color: #704d29;
}
#CLASS .summary_blk .box .row .col span:nth-child(1) {
	margin-right: 5px;
	padding-right: 8px;
	border-right: 1px solid #704d29;
	font-weight: bold;
	color: #dc6e1e;
}
#CLASS .summary_blk .ttl {
	margin-top: 30px;
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	font-size: 24px;
	color: #704d29;
}
#CLASS .summary_blk .other {
	margin: 10px auto 0;
	max-width: 620px;
	font-size: 12px;
	color: #704d29;
}
@media screen and (max-width: 767px) {
	#CLASS .summary_blk .box {
		margin: 30px auto 0;
		padding: 20px 30px;
		max-width: 100%;
	}
	#CLASS .summary_blk .box dl {
		margin-top: 10px;
	}
	#CLASS .summary_blk .box dl:first-child {
		margin-top: 0;
	}
	#CLASS .summary_blk .box dl dt {
		font-size: 14px;
	}
	#CLASS .summary_blk .box dl dd {
		padding-top: 3px;
		line-height: 1.8;
		font-size: 14px;
	}
	#CLASS .summary_blk .box .bttl {
		line-height: 1.4;
		font-size: 18px;
	}
	#CLASS .summary_blk .ttl {
		margin-top: 30px;
		font-size: 20px;
	}
}

#BUSINESS .sec1 .rows {
	display: flex;
	justify-content: space-between;
	margin: 35px auto 0;
	max-width: 740px;
}
#BUSINESS .sec1 .rows .list {
	position: relative;
	flex: 0 0 48%;
	padding: 20px;
	background-color: #f8f6f4;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}
#BUSINESS .sec1 .rows .list:before {
	content: "01";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	padding-top: 4px;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #dc6e1e;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
#BUSINESS .sec1 .rows .list:nth-child(2):before {
	content: "02";
}
#BUSINESS .sec1 .rows .list .title {
	margin-top: 15px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 22px;
	color: #704d29;
}
#BUSINESS .sec1 .rows .list .text {
	margin-top: 10px;
	line-height: 1.8;
	font-size: 14px;
	color: #704d29;
}
#BUSINESS .no_title {
	margin-bottom: 20px;
	text-align: center;
}
#BUSINESS .no_title.mt {
	margin-top: 65px;
}
#BUSINESS .no_title span {
	display: inline-block;
	padding-top: 8px;
	width: 70px;
	height: 70px;
	text-align: center;
	background-color: #dc6e1e;
	border-radius: 70px;
	font-weight: bold;
	font-size: 34px;
	color: #fff;
}
#BUSINESS .jirei_img {
	margin: 25px auto 0;
	max-width: 740px;
}
#BUSINESS .ttl {
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	font-size: 24px;
	color: #704d29;
}
#BUSINESS .use_blk {
	margin-top: 70px;
	padding: 70px 0;
	border-top: 2px solid #704d29;
}
#BUSINESS .use_blk .img {
	margin: 20px auto 0;
	max-width: 560px;
}
#BUSINESS .youto_blk {
	padding: 70px 0;
	border-top: 2px solid #704d29;
}
#BUSINESS .sec2 .youto_blk {
	margin-top: 70px;
}
#BUSINESS .sec2 .youto_blk .exbtn a {
	width: 400px;
}
@media screen and (max-width: 767px) {
	#BUSINESS .sec1 .rows {
		flex-wrap: wrap;
		margin: 15px auto 0;
		max-width: 100%;
	}
	#BUSINESS .sec1 .rows .list {
		flex: 0 0 100%;
		margin-top: 20px;
		padding: 20px;
	}
	#BUSINESS .sec1 .rows .list:before {
		padding-top: 9px;
	}
	#BUSINESS .no_title span {
		padding-top: 16px;
		width: 50px;
		height: 50px;
		border-radius: 50px;
		font-size: 24px;
	}
	#BUSINESS .jirei_img {
		margin: 25px auto 0;
		max-width: 100%;
	}
	#BUSINESS .ttl {
		font-size: 18px;
	}
	#BUSINESS .use_blk {
		margin-top: 50px;
		padding: 50px 0;
	}
	#BUSINESS .use_blk .img {
		margin: 20px auto 0;
		max-width: 100%;
	}
	#BUSINESS .youto_blk {
		padding: 50px 0;
	}
	#BUSINESS .sec2 .youto_blk .exbtn a {
		width: 320px;
	}
}
#BUSINESS .sec3 .rows {
	position: relative;
	margin: 30px auto 0;
	max-width: 483px;
	border-top: 3px dotted #704d29;
}
#BUSINESS .sec3 .rows .list {
	display: flex;
	padding: 20px 15px;
	border-bottom: 3px dotted #704d29;
}
#BUSINESS .sec3 .rows .list .title {
	flex: 0 0 90px;
}
#BUSINESS .sec3 .rows .list .text {
	flex: 1;
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	font-size: 18px;
	color: #704d29;
}
#BUSINESS .sec3 .icon {
	position: absolute;
	right: -170px;
	top: 0;
}
#BUSINESS .sec3 .icon img {
	width: 120px;
}
@media screen and (max-width: 767px) {
	#BUSINESS .sec3 .rows .list .text {
		text-align: left;
		font-size: 14px;
	}
	#BUSINESS .sec3 .icon {
		position: static;
		margin-top: 40px;
		text-align: center;
	}
	#BUSINESS .sec3 .icon img {
		width: 100px;
	}
}
#BUSINESS .sec4 .card {
	margin-top: 30px;
	text-align: center;
}
#BUSINESS .sec4 .rows {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
#BUSINESS .sec4 .rows .list {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex: 0 0 48%;
	margin-top: 60px;
	padding: 20px;
	background-color: #f8f6f4;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}
#BUSINESS .sec4 .rows .list:before {
	content: "01";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	padding-top: 4px;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #dc6e1e;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
#BUSINESS .sec4 .rows .list:nth-child(2):before {
	content: "02";
}
#BUSINESS .sec4 .rows .list:nth-child(3):before {
	content: "03";
}
#BUSINESS .sec4 .rows .list:nth-child(4):before {
	content: "04";
}
#BUSINESS .sec4 .rows .list .img {
	flex: 0 0 48%;
}
#BUSINESS .sec4 .rows .list .info {
	flex: 0 0 48%;
}
#BUSINESS .sec4 .rows .list .title {
	padding-bottom: 12px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.4;
	border-bottom: 2px solid #dc6e1e;
	font-weight: bold;
	font-size: 22px;
	color: #704d29;
}
#BUSINESS .sec4 .rows .list .sub {
	margin-top: -15px;
	text-align: center;
}
#BUSINESS .sec4 .rows .list .sub span {
	padding: 5px 20px;
	line-height: 1.6;
	background-color: #f8f6f4;
	font-weight: bold;
	font-size: 14px;
	color: #704d29;
}
#BUSINESS .sec4 .rows .list .text {
	margin-top: 10px;
	line-height: 1.6;
	font-size: 14px;
	color: #704d29;
}
#BUSINESS .sec4 .rows .list .subtext {
	margin-top: 10px;
	line-height: 1.4;
	font-size: 10px;
	color: #704d29;
}
#BUSINESS .sec4 .buttom {
	margin-top: 70px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color: #704d29;
}
@media screen and (max-width: 767px) {
	#BUSINESS .sec4 .card {
		margin-top: 30px;
		text-align: center;
	}
	#BUSINESS .sec4 .rows {
		margin: 10px auto 0;
	}
	#BUSINESS .sec4 .rows .list {
		flex-wrap: wrap;
		flex: 0 0 100%;
		margin-top: 20px;
		padding: 20px;
	}
	#BUSINESS .sec4 .rows .list:before {
		padding-top: 10px;
	}
	#BUSINESS .sec4 .rows .list .img {
		flex: 0 0 100%;
	}
	#BUSINESS .sec4 .rows .list .info {
		flex: 0 0 100%;
		margin-top: 12px;
	}
	#BUSINESS .sec4 .rows .list .title {
		padding-bottom: 12px;
		font-size: 20px;
	}
	#BUSINESS .sec4 .rows .list .sub {
		margin-top: -12px;
	}
	#BUSINESS .sec4 .rows .list .sub span {
		padding: 5px 20px;
		font-size: 14px;
	}
	#BUSINESS .sec4 .rows .list .text {
		margin-top: 10px;
		font-size: 14px;
	}
	#BUSINESS .sec4 .rows .list .subtext {
		margin-top: 10px;
		font-size: 10px;
	}
	#BUSINESS .sec4 .buttom {
		margin-top: 40px;
		text-align: left;
	}
}

#NEWS .news_blk {
	margin-top: 30px;
}
#NEWS .news_blk a {
	display: block;
    padding: 15px;
    background-color: #fff;
}
#NEWS .news_blk a:nth-child(odd) {
    background-color: #f8f6f4;
}
#NEWS .news_blk dl {
    color: #704d29;
}
#NEWS .news_blk dl dt {
    line-height: 1.6;
    font-size: 14px;
}
#NEWS .news_blk dl dd {
    margin-top: 5px;
    line-height: 1.6;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
	#NEWS .news_blk a {
		padding: 12px;
	}
	#NEWS .news_blk dl dt {
		font-size: 12px;
	}
	#NEWS .news_blk dl dd {
		font-size: 16px;
	}
}

.pager {
	margin-top: 50px;
}
ul.pagination {
	display: flex;
	justify-content: center;
}
ul.pagination li {
	margin: 0 10px;
}
ul.pagination li a {
	position: relative;
	display: block;
	padding-top: 11px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 1.2;
	background-color: #dc6e1e;
	border-radius: 40px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
ul.pagination li a:hover {
	opacity: .7;
}
ul.pagination li.active a {
	background-color: #704d29;
}
ul.pagination li.next a:after {
	content: "";
	position: absolute;
	left: 12px;
	top: 13px;
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
ul.pagination li.pre a:after {
	content: "";
	position: absolute;
	left: 17px;
	top: 13px;
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
	ul.pagination li {
		margin: 0 5px;
	}
}

#single_blk.sec {
	padding-top: 30px;
}
#single_blk .rows {
	display: flex;
	justify-content: space-between;
}
#single_blk .rows .img {
	flex: 0 0 48%;
	padding-right: 40px;
}
#single_blk .rows .img img {
	width:100%;
}
#single_blk .rows .info {
	flex: 1;
}
#single_blk .date {
	font-size: 14px;
	color: #704d29;
}
#single_blk h2 {
	margin-top: 10px;
	line-height: 1.4;
	font-size: 20px;
	color: #704d29;
}
#single_blk .body {
	margin-top: 20px;
	line-height: 1.8;
	font-size: 16px;
	color: #704d29;
}
#WORKS #single_blk .body {
	margin-top: 40px;
}
#single_blk .cat {
	margin-top: 20px;
}
#single_blk .cat span {
	display: inline-block;
	margin-right: 5px;
	padding: 5px 10px;
	line-height: 1.2;
	border-radius: 7px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	#single_blk .rows {
		flex-wrap: wrap;
	}
	#single_blk .rows .img {
		flex: 0 0 100%;
		padding-right: 0;
	}
	#single_blk .rows .info {
		flex: 0 0 100%;
		margin-top: 20px;
	}
	#single_blk .date {
		font-size: 14px;
	}
	#single_blk h2 {
		margin-top: 10px;
		line-height: 1.4;
		font-size: 20px;
	}
	#single_blk .body {
		margin-top: 20px;
		line-height: 1.8;
		font-size: 16px;
	}
	#WORKS #single_blk .body {
		margin-top: 30px;
	}
}

.category_menu {
	margin-top: 40px;
	text-align: center;
}
.category_menu a {
	display: inline-block;
	margin: 0 5px;
	padding: 10px 15px;
	line-height: 1.2;
	background-color: #dc6e1e;
	border-radius: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.category_menu a:hover {
	opacity: .7;
}
@media screen and (max-width: 767px) {
	.category_menu {
		margin-top: 20px;
	}
	.category_menu a {
		margin: 10px 2px 0;
		padding: 7px 13px;
		font-size: 12px;
	}
}

.works_blk {
	display: flex;
	flex-wrap: wrap;
}
.works_blk .list {
	flex: 0 0 30%;
	margin-left: 4%;
	margin-top: 50px;
}
.works_blk .list:nth-child(3n+1) {
	margin-left: 0;
}
.works_blk .list > a {
	display: block;
	color: #704d29;
}
.works_blk .list > a:hover {
	opacity: .7;
}
.works_blk .list .img {
	text-align: center;
}
.works_blk .list .cat {
	margin-top: 15px;
}
.works_blk .list .cat span {
	display: inline-block;
	margin-right: 5px;
	padding: 5px 10px;
	line-height: 1.2;
	background-color: #dc6e1e;
	border-radius: 7px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}
.works_blk .list .title {
	margin-top: 10px;
	line-height: 1.6;
	font-size: 14px;
}
.works_blk .list .date {
	margin-top: 10px;
	text-align: right;
	line-height: 1.6;
	font-size: 12px;
}
.cat1 {
	background-color: #009245 !important;
}
.cat2 {
	background-color: #0071bc !important;
}
.cat3 {
	background-color: #d4145a !important;
}
@media screen and (max-width: 767px) {
	.works_blk .list {
		flex: 0 0 100%;
		margin-left: 0;
		margin-top: 50px;
	}
	.works_blk .list .cat {
		margin-top: 15px;
	}
	.works_blk .list .cat span {
		display: inline-block;
		margin-right: 5px;
		padding: 5px 10px;
		font-size: 12px;
	}
	.works_blk .list .title {
		margin-top: 10px;
		line-height: 1.6;
		font-size: 14px;
	}
	.works_blk .list .date {
		margin-top: 10px;
		line-height: 1.6;
		font-size: 12px;
	}
	.works_blk .list .exbtn {
		margin-top: 10px;
	}
}

#GUIDE .flow_blk .title,
#GUIDE .pay_blk .title {
	text-align: center;
}
#GUIDE .flow_blk .title {
	margin-top: 30px;
}
#GUIDE .flow_blk .title img,
#GUIDE .pay_blk .title img {
	max-width: 495px;
}
#GUIDE .flow_blk .rows,
#GUIDE .pay_blk .rows {
	display: flex;
	justify-content: space-between;
	margin-top: 0;
}
#GUIDE .flow_blk .rows .list,
#GUIDE .pay_blk .rows .list {
	flex: 0 0 48%;
	margin-top: 40px;
}
#GUIDE .flow_blk .rows .list .ttl,
#GUIDE .pay_blk .rows .list .ttl {
	text-align: center;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 22px;
	color: #704d29;
}
#GUIDE .flow_blk .rows .list .flow .col {
	position: relative;
	margin-top: 40px;
	padding: 15px 10px;
	text-align: center;
	line-height: 1.6;
	border-radius: 7px;
	border: 3px solid #704d29;
	font-weight: bold;
	font-size: 18px;
	color: #704d29;
}
#GUIDE .flow_blk .rows .list:nth-child(1) .flow .col {
	padding-top: 25px;
}
#GUIDE .flow_blk .rows .list .flow .col .no {
	position: absolute;
	left: 50%;
	top: -17px;
	margin-left: -17px;
}
#GUIDE .flow_blk .rows .list .flow .col .no span {
	display: block;
	padding-top: 3px;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 1.4;
	background-color: #dc6e1e;
	border-radius: 34px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
#GUIDE .flow_blk .rows .list:nth-child(1) .flow .col:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}
#GUIDE .flow_blk .rows .list:nth-child(1) .flow .col:nth-child(6):before {
	border: none;
}
#GUIDE .flow_blk .rows .list:nth-child(1) .flow .col:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #704d29;
	z-index: 1;
}
#GUIDE .flow_blk .rows .list:nth-child(1) .flow .col:nth-child(6):after {
	border: none;
}
#GUIDE .flow_blk .rows .list .flow .text {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #704d29;
}
#GUIDE .flow_blk .rows .list .flow .btn {
	margin-top: 30px;
	text-align: center;
}
#GUIDE .flow_blk .rows .list .flow .btn a {
	position: relative;
	display: inline-block;
	padding: 9px;
	width: 400px;
	letter-spacing: 2px;
	background-color: #dc6e1e;
	border-radius: 50px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}
#GUIDE .flow_blk .rows .list .flow .btn a:hover {
	opacity: .8;
}
#GUIDE .flow_blk .rows .list .flow .btn a:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 14px;
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
#GUIDE .pay_blk .rows .list .blk {
	margin-top: 20px;
	padding: 15px;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
	color: #704d29;
}
#GUIDE .pay_blk .rows .list:nth-child(1) .blk .txt1 {
	font-weight: bold;
	font-size: 18px;
}
#GUIDE .pay_blk .rows .list:nth-child(1) .blk .txt2 {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 2px solid #704d29;
	font-size: 14px;
}
#GUIDE .pay_blk .rows .list:nth-child(2) .blk .txt1 {
	font-size: 14px;
}
#GUIDE .pay_blk .rows .list:nth-child(2) .blk .txt2 {
	margin-top: 12px;
	font-weight: bold;
	font-size: 18px;
}
#GUIDE .pay_blk .bttl {
	margin-top: 40px;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 22px;
	color: #704d29;
}
#GUIDE .pay_blk .btext {
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	color: #704d29;
}
@media screen and (max-width: 767px) {
	#GUIDE .flow_blk .title {
		margin-top: 30px;
	}
	#GUIDE .flow_blk .title img,
	#GUIDE .pay_blk .title img {
		max-width: 100%;
	}
	#GUIDE .flow_blk .rows,
	#GUIDE .pay_blk .rows {
		flex-wrap: wrap;
		margin-top: 20px;
	}
	#GUIDE .flow_blk .rows .list,
	#GUIDE .pay_blk .rows .list {
		flex: 0 0 100%;
	}
	#GUIDE .flow_blk .rows .list:nth-child(1),
	#GUIDE .pay_blk .rows .list:nth-child(1) {
		margin-top: 20px;
	}
	#GUIDE .flow_blk .rows .list .ttl,
	#GUIDE .pay_blk .rows .list .ttl {
		font-size: 22px;
	}
	#GUIDE .flow_blk .rows .list .flow .col {
		margin-top: 40px;
		padding: 15px 10px;
		font-size: 16px;
	}
	#GUIDE .flow_blk .rows .list .flow .text {
		margin-top: 20px;
		text-align: left;
		font-size: 14px;
	}
	#GUIDE .flow_blk .rows .list .flow .btn {
		margin-top: 30px;
		text-align: center;
	}
	#GUIDE .flow_blk .rows .list .flow .btn a {
		padding: 9px;
		width: 100%;
		font-size: 15px;
	}
	#GUIDE .pay_blk .rows .list:nth-child(1) .blk {
		line-height: 1.6;
	}
	#GUIDE .pay_blk .rows .list:nth-child(1) .blk .txt1 {
		font-size: 16px;
	}
	#GUIDE .pay_blk .rows .list:nth-child(1) .blk .txt2 {
		margin-top: 10px;
		padding-top: 10px;
		font-size: 12px;
	}
	#GUIDE .pay_blk .rows .list:nth-child(2) .blk .txt1 {
		font-size: 12px;
	}
	#GUIDE .pay_blk .rows .list:nth-child(2) .blk .txt2 {
		margin-top: 12px;
		text-align: left;
		line-height: 2;
		font-size: 16px;
	}
	#GUIDE .pay_blk .bttl {
		margin-top: 40px;
		text-align: center;
		line-height: 1.4;
		letter-spacing: 1px;
		font-weight: bold;
		font-size: 22px;
	}
	#GUIDE .pay_blk .btext {
		text-align: left;
		font-size: 14px;
	}
}