/* ----------------------------------------------------------------header*/
header {
    position: relative;
    padding-top: 74px;
	text-align: left;
}
#header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
	font-size: 0;
}
h1 a {
    display: flex;
    align-items: center;
}
h1 .logo_mark {
    margin-right: 8px;
}
h1 .logo_mark img {
    width: 54px;
    height: auto;
}
h1 .logo_tx {
    display: flex;
    align-items: center;
}
h1 .logo_tx img {
    display: block;
}
h1 .logo_tx img:first-child {
    width: auto;
    height: 14px;
    margin-right: 5px;
}
h1 .logo_tx img:last-child {
    width: auto;
    height: 20px;
}
@media print, screen and (min-width:576px) {
h1 .logo_tx {
    display: flex;
    align-items: center;
}
}

@media print, screen and (min-width:768px) {
header {
    padding-top: 110px;
}
#header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 30px;
	font-size: 0;
}
h1 .logo_mark {
    margin-right: 10px;
}
h1 .logo_mark img {
    width: 80px;
    height: auto;
}
h1 .logo_tx {
    display: block;
}
h1 .logo_tx img:first-child {
    width: auto;
    height: 18px;
    margin-right: 8px;
    margin-bottom: 5px;
}
h1 .logo_tx img:last-child {
    width: auto;
    height: 26px;
}
}
@media print, screen and (min-width:992px) {
header {
    padding-top: 120px;
}
#header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 30px;
	font-size: 0;
}
h1 .logo_mark {
    margin-right: 12px;
}
h1 .logo_mark img {
    width: 80px;
    height: auto;
}
h1 .logo_tx {
    display: block;
    align-items: center;
}
h1 .logo_tx img:first-child {
    width: 120px;
    height: auto;
    margin-right: 0;
    margin-bottom: 6px;
}
h1 .logo_tx img:last-child {
    width: 120px;
    height: auto;
}
}
@media print, screen and (min-width:1400px) {
#header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 15px 15px 80px;
	font-size: 0;
}
h1 .logo_tx {
    display: flex;
    align-items: center;
}
h1 .logo_tx img:first-child {
    width: auto;
    height: 18px;
    margin-right: 8px;
    margin-bottom: 0;
}
}

/*------------------------------------------------------------toggle*/
.toggle {
	position: fixed;
	top: 17px;
	right: 15px;
	width: 40px;
	height: 40px;
	z-index: 999999;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
    border-radius: 14px;
	background: #241204;
}
.toggle span {
	display: block;
	background: #fff;
	width: 18px;
	height: 2px;
	position: absolute;
	left: 11px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.toggle span:first-child {
	top: 12px;
}
.toggle span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}
.toggle span:nth-child(3) {
	bottom: 12px;
}
.toggle.opennav {
	position: fixed;
	z-index: 999999;
}
.toggle.opennav span {}
.toggle.opennav span:first-child {
	-webkit-transform: translateY(7px) rotate(45deg);
	-moz-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
.toggle.opennav span:nth-child(2) {
	opacity: 0;
}
.toggle.opennav span:nth-child(3) {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	-moz-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}
@media print, screen and (min-width:768px) {
.toggle {
	top: 35px;
	right: 30px;
}
}
@media print, screen and (min-width:992px) {
.toggle {
		display: none;
}
}

/*------------------------------------------------------------mainnavi*/
#mainnavi {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 50px 0 0;
	text-align: center;
	background: #241204;
	z-index: 99999;
	transition: all 0.5s;
}
#mainnavi > ul > li {
	line-height: 1.1;
}
#mainnavi > ul > li > a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#mainnavi > ul > li > a > span {
	display: inline-block;
	padding: 15px 20px;
}
#mainnavi > ul > li.active > a > span {
    background: url("../img/common_img/mainnavi_on_sp.png") left center no-repeat;
    background-size: auto 100%;
}
#mainnavi > ul > li:last-child > a > span i {
	margin-right: 0.5em;
}
@media print, screen and (min-width:576px) {
#mainnavi {
	padding: 50px 15px 0;
}
#mainnavi > ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#mainnavi > ul > li {
	margin: 5px 10px;
}
}
@media print, screen and (min-width:768px) {
#mainnavi {
	padding: 100px 30px 0;
}
#mainnavi > ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	transition: all 0.5s;
}
#mainnavi > ul > li {
	margin: 10px 10px;
}
}
@media print, screen and (min-width:992px) {
#mainnavi {
	display: inline-block;
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: auto;
	bottom: auto;
	right: 30px;
	padding: 40px 0 0 0;
	text-align: center;
	background: none;
	z-index: 99999;
	transition: all 0.5s;
}
#mainnavi > ul {
	display: flex;
	justify-content: flex-end;
    margin: 0 auto;
}
#mainnavi > ul > li {
	margin: 0 0 0 10px;
	line-height: 50px;
    font-size: 16px;
}
#mainnavi > ul > li:nth-last-child(2) {
	position: absolute;
	top: 0;
	right: 160px;
	line-height: 40px;
	height: 40px;
}
#mainnavi > ul > li:last-child {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 40px;
	height: 40px;
}
#mainnavi > ul > li > a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #241204;
}
#mainnavi > ul > li > a > span {
    position: relative;
    display: block;
    padding: 0 0 0 12px;
    transition: all 0.5s;
    background: none;
    z-index: 1;
}
#mainnavi > ul > li.active > a > span {
    background: url("../img/common_img/mainnavi_on.png") left center no-repeat;
    background-size: auto 100%;
}
#mainnavi > ul > li > a::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    content: "";
    background: url("../img/common_img/mainnavi_on.png") left center no-repeat;
    background-size: auto 100%;
    opacity: 0;
    transition: all 0.5s;
}
#mainnavi > ul > li:hover > a::before {
    opacity: 1;
}
#mainnavi > ul > li:nth-last-child(2) > a {
    display: block;
    padding: 0 15px;
    border-radius: 0 0 14px 14px;
    color:#fff;
    background: #1d7d2a;
    transition: all 0.5s;
}
#mainnavi > ul > li:nth-last-child(2) > a:hover {
    opacity: 0.6;
}
#mainnavi > ul > li:nth-last-child(2) > a::before {
    display: none;
}
#mainnavi > ul > li:nth-last-child(2) > a span {
	padding: 0;
}
#mainnavi > ul > li:last-child > a {
    display: block;
    padding: 0 15px;
    border-radius: 0 0 14px 14px;
    color:#fff;
    background: #241204;
    transition: all 0.5s;
}
#mainnavi > ul > li:last-child > a:hover {
    opacity: 0.6;
}
#mainnavi > ul > li:last-child > a::before {
    display: none;
}
#mainnavi > ul > li:last-child > a span {
    padding: 0;
}
}
@media print, screen and (min-width:1200px) {
#mainnavi > ul > li {
    margin-left: 18px;
    font-size: 18px;
}
#mainnavi > ul > li > a > span {
    position: relative;
    display: block;
    padding: 0 0 0 18px;
    transition: all 0.5s;
    background: none;
    z-index: 1;
}
#mainnavi > ul > li:nth-last-child(2) {
	position: absolute;
	right: 174px;
}
}
@media print, screen and (min-width:1400px) {
#mainnavi {
    right: 80px;
}
}

/* ----------------------------------------------------------------header_fixed*/
/*-------------------------------------------header.fix*/
header.fixed #header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    padding: 8px 15px;
    background: url("../img/common_img/bg.jpg") center top #f7edda;
    animation: mnavslide linear .3s 1;
	-webkit-animation: mnavslide linear .3s 1;
    box-shadow: 0 0 10px rgba(36,18,4,0.1);
	z-index: 9999;
}
header.fixed #header h1 a {
    display: flex;
    align-items: center;
}
header.fixed #header h1 .logo_mark {
    margin-right: 8px;
}
header.fixed #header h1 .logo_mark img {
    width: 40px;
    height: auto;
}
header.fixed #header h1 .logo_tx {
    display: flex;
    align-items: center;
}
header.fixed #header h1 .logo_tx img {
    display: block;
    margin: 2px 0;
}
header.fixed #header h1 .logo_tx img:first-child {
    width: auto;
    height: 12px;
    margin-right: 5px;
    margin-bottom: 0;
}
header.fixed #header h1 .logo_tx img:last-child {
    width: auto;
    height: 16px;
}
header.fixed .toggle {
	top: 8px;
}
@keyframes mnavslide {
 0% {
	 
top: -90px;
}
 100% {
top: 0;
}
}
 @-webkit-keyframes mnavslide {
 0% {
top: -55px;
}
 100% {
top: 0;
}
}
@media print, screen and (min-width:768px) {
header.fixed #header {
    padding: 10px 30px;
}
header.fixed #header h1 .logo_mark {
    margin-right: 8px;
}
header.fixed #header h1 .logo_mark img {
    width: 50px;
    height: auto;
}
header.fixed #header h1 .logo_tx img {
    display: block;
    margin: 2px 0;
}
header.fixed #header h1 .logo_tx img:first-child {
    width: 76px;
    height: auto;
    margin-right: 5px;
    margin-bottom: 0;
}
header.fixed #header h1 .logo_tx img:last-child {
    width: 76px;
    height: auto;
}
header.fixed .toggle {
	top: 15px;
}
}
@media print, screen and (min-width:992px) {
header.fixed #header {
	height: 90px;
	padding: 20px 30px 0;
}
header.fixed #header h1 .logo_tx {
    display: none;
}
header.fixed #mainnavi {
    position: fixed;
    display: inline-block;
    top: 40px;
    padding: 0;
}
header.fixed #mainnavi > ul > li:nth-last-child(2) {
	position: absolute;
	top: -40px;
}
header.fixed #mainnavi > ul > li:last-child {
	position: absolute;
	top: -40px;
}
}
@media print, screen and (min-width:1200px) {
header.fixed #mainnavi > ul > li:nth-last-child(2) {
	position: absolute;
	right: 174px;
}
}
@media print, screen and (min-width:1400px) {
header.fixed #header {
	padding: 20px 80px 0;
}
header.fixed #header h1 .logo_tx {
    display: block;
}
}
@media print, screen and (min-width:1600px) {
header.fixed #header h1 .logo_tx {
    display: flex;
}
}

/*------------------------------------------------------------pagetitle*/
#pagetitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 200px;
    margin-bottom: 20px;
	padding: 0 15px;
}
#pagetitle .title {
    position: relative;
    width: 45%;
    margin-right: -8%;
    padding-top: 1em;
}
#pagetitle .title figure {
    text-align: left;
}
#pagetitle .title figure img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 200px;
}
#pagetitle .title h2 {
    position: absolute;
    top: calc(50% - 3em);
    line-height: 1.2;
    font-size: 24px;
    font-weight: 800;
}
#pagetitle .title h2 span {
    display: inline-block;
}
#pagetitle .ph {
    width: 63%;
    padding-bottom: 20px;
}
#pagetitle .ph .title_bg {
    height: 180px;
    border-radius: 40px;
    background: url("../img/index_img/mainimage02.png") center center no-repeat;
    background-size: cover;
}
#pagetitle .right {
    position: absolute;
    right: 5px;
    bottom: -10px;
}
#pagetitle .right img {
    width: auto;
    height: 70px;
}
@media print, screen and (min-width:576px) {
#pagetitle {
    align-items: flex-start;
    height: 200px;
    margin-bottom: 20px;
	padding: 0 15px;
}
#pagetitle .title {
    width: 220px;
    margin-right: -20px;
    padding-top: 0;
}
#pagetitle .title h2 {
    top: 20px;
    left: 0.5em;
    width: 190px;
}
#pagetitle .ph {
    width: calc(100% - 200px);
}
#pagetitle .title figure img {
    width: auto;
    height: auto;
    max-width: 220px;
    max-height: 240px;
}
}
@media print, screen and (min-width:768px) {
#pagetitle {
    height: 360px;
    margin-bottom: 40px;
	padding: 0 30px;
}
#pagetitle .title {
    position: relative;
    width: 360px;
    margin-right: -60px;
}
#pagetitle .title h2 {
    top: 40px;
    width: 270px;
    font-size: 32px;
}
#pagetitle .title figure img {
    width: 100%;
    height: auto;
    max-width: 360px;
    max-height: 360px;
}
#pagetitle .ph {
    width: calc(100% - 300px);
    padding-bottom: 40px;
}
#pagetitle .ph .title_bg {
    height: 320px;
    border-radius: 60px;
}
#pagetitle .right {
    position: absolute;
    right: 30px;
    bottom: 0;
}
#pagetitle .right img {
    width: auto;
    height: 100px;
}
}
@media print, screen and (min-width:992px) {
#pagetitle {
    height: 360px;
    margin-bottom: 40px;
	padding: 0 30px;
}
#pagetitle .title {
    position: relative;
    width: 420px;
    margin-right: -0;
}
#pagetitle .title h2 {
    top: 50px;
    width: 420px;
    font-size: 48px;
}
#pagetitle .title figure img {
    width: 100%;
    height: auto;
    max-width: 380px;
    max-height: 380px;
}
#pagetitle .ph {
    width: calc(100% - 440px);
    padding-bottom: 40px;
}
#pagetitle .ph .title_bg {
    height: 340px;
}
#pagetitle .right {
    position: absolute;
    right: 30px;
    bottom: 0;
}
#pagetitle .right img {
    width: auto;
    height: 90px;
}
}
@media print, screen and (min-width:1400px) {
#pagetitle {
	padding: 0 80px;
}
#pagetitle .right {
    position: absolute;
    right: 80px;
    bottom: 0;
}
}

/*------------------------------------------------------------content*/
.content_bg01 {
	text-align: left;
	padding: 20px 0;
}
.content_bg02 {
	text-align: left;
	padding-top: 10px;
}
.section {
	clear: both;
	padding-bottom: 10px;
}

@media print, screen and (min-width:768px) {
.content_bg01 {
	padding: 40px 0;
}
.content_bg02 {
	padding-top: 30px;
}
.section {
	padding-bottom: 30px;
}
}
@media print, screen and (min-width:992px) {
.content_bg01 {
	padding: 50px 0;
}
}

/* ----------------------------------------------------------------footer*/
footer {
	text-align: center;
	padding: 30px 15px;
}
footer h2 {
    margin-bottom: 20px;
}
footer h2 .logo_mark {
    display: block;
	margin-bottom: 10px;
}
footer h2 .logo_mark img {
	width: auto;
    height: 36px;
}
footer h2 .logo_tx {
	display: flex;
    justify-content: center;
    align-items: center;
}
footer h2 .logo_tx img:first-child {
	width: auto;
    height: 14px;
    margin-right: 8px;
}
footer h2 .logo_tx img:last-child {
	width: auto;
    height: 18px;
}
footer .btn_contact a {
    display: inline-block;
    line-height: 2.4em;
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 14px;
    border: solid 1px #241204;
    background: #241204;
    transition: all 0.5s;
}
footer .btn_contact a i {
    margin-right: 1em;
}
@media print, screen and (min-width:768px) {
footer {
	padding: 30px;
}
footer h2 {
    margin-bottom: 30px;
}
footer h2 .logo_mark {
	margin-bottom: 20px;
}
footer h2 .logo_mark img {
	width: auto;
    height: 80px;
}
footer h2 .logo_tx img:first-child {
	width: auto;
    height: 20px;
    margin-right: 10px;
}
footer h2 .logo_tx img:last-child {
	width: auto;
    height: 28px;
}
}
@media print, screen and (min-width:992px) {
footer .btn_contact a:hover {
    opacity: 0.6;
}
}

#footernavi {
    margin: 30px 0;
}
#footernavi ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#footernavi ul li {
    margin: 6px 10px;
}
#footernavi ul li a {
    text-decoration: none;
    color: #241204;
}
@media print, screen and (min-width:768px) {
#footernavi {
    margin: 40px 0;
}
#footernavi ul li {
    margin: 6px 15px;
}
#footernavi ul li a:hover {
    text-decoration: underline;
}
}


small {
    display: block;
    transform: rotate(0.03deg);
    font-size: 11px;
}
/*カレンダー更新プログラム（フッター）フォーマット*/
.calendar {
	width: 100%;
	padding: 10px 9px;
	margin: 0 0 10px;
	background: #fff;
	position: relative;
}
.calendar .cal_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.calendar .month {
	font-size: 11px;
	line-height: 1.2;
	font-weight: bold;
	text-align: right;
	position: absolute;
	top: 12px;
	right: 10px;
	z-index: 999;
}
.calendar .month strong {
	font-size: 16px;
}
.calendar table {
	width: 100%;
	border-collapse: collapse;
}
.calendar table th, .calendar table td {
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
}
.calendar table th {
	background: #C0C0C0;
	font-weight: bold;
}
.calendar table td.color01 {
	font-weight: bold;
	background: url(../img/common_img/holiday.png) no-repeat center center;
}
.calendar table td.color02 {
	font-weight: bold;
	background: url(../img/common_img/half.png) no-repeat center center;
}
.calendar table td.color03 {
	color: #fff;
	font-weight: bold;
	background: url(../img/common_img/monday.png) no-repeat center center;
}
.calendar ul.page_ctl {
	text-align: center;
	padding: 8px 10px;
	margin: 0 0 10px;
}
.calendar ul.page_ctl li {
	font-size: 12px;
	color: #389e7c;
}
.calendar ul.page_ctl li a {
	text-decoration: underline;
}
.calendar ul.page_ctl li a:hover {
	color: #999;
}
.calendar ul.page_ctl .ctl_left {
	float: left;
}
.calendar ul.page_ctl .ctl_right {
	float: right;
}
.calendar .tx_color01 {
	float: left;
	margin-right: 20px;
	padding: 0 0 0 15px;
	background: url(../img/common_img/holiday_s.png) no-repeat left center;
}
.calendar .tx_color02 {
	float: left;
	padding: 0 0 0 15px;
	background: url(../img/common_img/half_s.png) no-repeat left center;
}
.calendar .tx_color03 {
	clear: both;
	padding: 0 0 0 15px;
	background: url(../img/common_img/monday_s.png) no-repeat left center;
}

@media print, screen and (min-width:768px) {
.calendar {
	width: 60%;
	margin: 0 auto 10px;
}
}

@media print, screen and (min-width:992px) {
.calendar {
	width: 100%;
	margin: 0 0 10px;
}
}
/*カレンダー更新プログラム（メインカラム）フォーマット*/
.calender02 .note {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #969696;
	top: 0px;
	border-radius: 4px;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.calender02 .calender_nav {
	width: 260px;
	margin: 0 auto;
	text-align: center;
}
.calender02 div.date {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.calender02 .calender_table {
	overflow-x: auto;
	clear: both;
	position: relative;
}
.calender02 table {
	width: 600px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.calender02 table tr th {
	text-align: center;
	background: #CBCBCB;
	border: 1px dotted #6F6F6F;
	border-bottom: 1px solid #6F6F6F;
	padding: 10px;
	width: 14%;
}
.calender02 table tr td {
	text-align: center;
	border: 1px dotted #6F6F6F;
	padding: 10px;
}
.calender02 table tr.tr_date td {
	background: #E5E5E5;
}
.calender02 table tr.tr_text td {
	height: 60px;
	vertical-align: top;
}
.calender02 .bg_color01 {
	background: #D5A8A9;
}
.calender02 .bg_color02 {
	background: #B1CAD8;
}
.calender02 .tx_color01 {
	color: #D5A8A9;
}
.calender02 .tx_color02 {
	color: #B1CAD8;
}

@media print, screen and (min-width:768px) {
.calender02 .note {
	display: none;
}
.calender02 table {
	width: 100%;
}
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
	width: 100%;
	margin: 5px 0 15px;
	clear: both;
}
#pankuzu ol {
	list-style: none;
}
#pankuzu ol li {
	float: left;
	font-size: 11px;
	padding: 0 7px 0 10px;
	background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li em {
	font-style: normal;
}
#pankuzu ol li.home {
	padding-left: 0;
	background: none;
}
#pankuzu ol li a:link, #pankuzu ol li a:visited {
	text-decoration: underline;
}
#pankuzu ol li a:hover, #pankuzu ol li a:active {
	text-decoration: underline;
}
/* ----------------------------------------------------------------rayout*/
.center {
	display: block;
	margin: auto;
}
/*------------------------------------------------------------table*/
.sheet_basic {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px dotted rgba(36,18,4,0.7);
}
.sheet_basic tr th, .sheet_basic tr td {
	border-bottom: 1px dotted rgba(36,18,4,0.7);
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

@media print, screen and (min-width:768px) {
.sheet_basic tr th, .sheet_basic tr td {
}
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
	height: 1px;
	clear: both;
	margin: 20px 0px;
	border-top: 1px dotted #CCC;
	border-right: 0 dotted #CCC;
	border-bottom: 0 dotted #CCC;
	border-left: 0 dotted #CCC;
}
.space_10 {
	height: 10px;
	clear: both;
}
.space_20 {
	height: 20px;
	clear: both;
}
.space_30 {
	height: 30px;
	clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
	display: none;
}
/*------------------------------------------------------------Text*/
/*title*/
.title01 {
    margin-bottom: 20px;
    line-height: 1.3;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
}
.title02 {
    margin-bottom: 15px;
    line-height: 1.3;
	font-size: 20px;
	font-weight: 800;
}
.title03 {
	font-size: 16px;
	font-weight: bold;
	color: #6D6D6D;
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 3px solid #6D6D6D;
}
.title03 span {
	font-size: 12px;
}

@media print, screen and (min-width:768px) {
.title01 {
    margin-bottom: 30px;
	font-size: 30px;
}
.title02 {
    margin-bottom: 20px;
	font-size: 25px;
}
}
@media print, screen and (min-width:992px) {
.title01 {
	font-size: 36px;
}
.title02 {
	font-size: 28px;
}
}
/*TextRight*/
.tx_right {
	text-align: right;
}
/*TextLeft*/
.tx_left {
	text-align: left;
}
/*TextCenter*/
.tx_cent {
	text-align: center;
}
/*bold*/
.tx_bold {
	font-style: normal;
	font-weight: bold;
}
/*TextRed*/
.tx_red {
	color: #C33;
}
/*attention*/
.attention {
	font-size: 10px;
	line-height: 130%;
	margin: 5px 0;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*ClearBoth*/
.clearboth {
	clear: both;
}
/*phbox*/
.phbox_right {
	text-align: center;
}
.phbox_right img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.phbox_left {
	text-align: center;
}
.phbox_left img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.ov_hidden {
	overflow: hidden;
}

@media print, screen and (min-width:768px) {
.phbox_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
}
.phbox_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
	margin-left: 50px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
	margin-bottom: 10px;
}

@media print, screen and (min-width:768px) {
.margin-xs-b10 {
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 5px;
}
#pagetop img {
	width: 50px;
    height: auto;
}
@media print, screen and (min-width:768px) {
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pagetop img {
	width: 90px;
    height: auto;
}
}

.tx_box p {
    margin-bottom: 1em;
}
.tx_box p:last-child {
    margin-bottom: 0;
}
.btn a {
    display: inline-block;
    line-height: 2.4em;
    padding: 0 20px;
    text-decoration: none;
    color: #241204;
    border-radius: 14px;
    border: solid 1px #241204;
    transition: all 0.5s;
}
.btn a i {
    margin-left: 1em;
}
@media print, screen and (min-width:992px) {
.btn a:hover {
    display: inline-block;
    line-height: 2.4em;
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 14px;
    border: solid 1px #241204;
    background: #241204;
}
}

.btn.icon a {
    display: inline-block;
    line-height: 2.4em;
    padding: 0 20px;
    text-decoration: none;
    color: #241204;
    border-radius: 14px;
    border: solid 1px #241204;
    transition: all 0.5s;
}
.btn.icon a i {
    margin-left: auto;
    margin-right: 1em;
}
@media print, screen and (min-width:992px) {
.btn.icon a:hover {
    display: inline-block;
    line-height: 2.4em;
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 14px;
    border: solid 1px #241204;
    background: #241204;
}
}
