/* font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@600&icon_names=how_to_reg,login,logout');

/* ----------------------------------------------------------------header*/
header {
    text-align: left;
}
#header {
    font-size: 0;
	position: relative;
	height: 80px;
}
h1 {
    text-align: left;
    font-size: 11px;
    padding:20px 15px;
}
h1 a img {
	max-width: 210px !important;
	height: auto !important;
}
.header_logo {
    display: inline-block;
}
.header_logo img {
    width: 150px;
    height: auto;
}
.header_bnr {
	position: absolute;
	top: 110px;
	right: 70px;
    padding-left: 15px;
    transform: translateY(-50%);
    z-index: 2;
    & ul {
        display: inline-flex;
        justify-content: flex-end;
        align-items: center;
        gap: 3px;
        width: 100%;
        & li {
            line-height: 1.15;
            font-size: 14px;
            font-weight: 700;
            & p {
                padding-right: 5px;
                line-height: 1.15;
                font-size: 14px;
                font-weight: 700;
                color: #fff;
                & span {
                    display: inline-block;
                    &:first-child {
                        margin-right: 0.75em;
                    }
                }
                }
            & a {
                display: flex;
                align-items: center;
                gap: 0.15em;
                height: 40px;
                padding: 0 4px;
                text-decoration: none;
                letter-spacing: -0.1em;
                white-space: nowrap;
                color: #008e66;
                border: solid 1px #008e66;
                background: #fff;
                & .material-symbols-outlined {
                    font-size: 18px;
                }
            }
        }
    }
}
@media print, screen and (min-width: 768px) {
.header_bnr {
    width: calc(100% - 550px);
	top: 15px;
	right: 260px;
    transform: translateY(0%);
    & ul {
        gap: 10px;
        & li {
            font-size: 15px;
            & p {
                padding-right: 5px;
                font-size: 16px;
                color: #333;
                }
            & a {
                gap: 0.25em;
                height: 47px;
                padding: 0 12px;
                transition: all 0.5s;
                & .material-symbols-outlined {
                    font-size: 21px;
                }
                & br {
                    display: none;
                }
                &:hover {
                    color: #fff;
                    background: #008e66;
                }
            }
        }
    }
}
}
.header_contact {
    display: inline-block;
    padding: 8px 20px;
	position: absolute;
	top: 0;
	right: 0;
	background: #edfffa;
	width: 250px;
	height: 77px;
	font-family: "Poppins", sans-serif;
  	font-weight: 600;
  	font-style: normal;
	font-size: 14px;
	color: #018f66;
}
.header_contact img {
    width: 40px;
    height: 40px;
}
.header_contact_txt01{
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
}
.header_contact_txt02{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
}
.header_contact a{
    text-decoration: none;
	color: #018f66;
}

@media print, screen and (min-width: 768px) {
    h1 {
        text-align: left;
		padding:20px 50px;
    }
    .header_logo img {
        width: auto;
        height: auto;
    }
    .header_contact img {
        width: auto;
        height: auto;
    }
}

.header_contact2 {
    width: 50px;
  	height: 50px;
  	display: flex;                
  	justify-content: center;       
  	align-items: center;          
    padding: 5px;
	position: absolute;
	top: 15px;
	right: 15px;
	background: #018f66;
	color: #fff;
}
.header_contact2 .material-icons{
	color: #fff;
	font-size: 34px;
}
/*------------------------------------------------------------mainnavi*/
#mainnavi {
    clear: both;
    background: #c0c0c0;
}

nav#mainnavi {
    display: block;
    clear: both;
    height: 66px;
    margin: auto 0;
	background: #008e66;
	padding-top: 12px;
}
#mainnavi ul#m_menu {
    margin: auto;
    padding-top: 45px;
    border-radius: 3px;
    height: 45px;
    position: relative;
}
#m_menu li {
    display: none;
	padding: 0;
}
@media print, screen and (min-width: 768px) {
#m_menu li {
	padding: 0 15px;
}
}
#m_menu li a{
	font-size:16px;
	font-weight: 600;
}
#sub_menu01 {
    display: none;
}
#mainnavi ul#m_menu > li:not(#toggle) ul li {
    text-align: center;
    padding: 0;
    margin: 0 0 1px 0;
    background: #008e66;
}
#mainnavi ul#m_menu > li a {
    background: #008e66;
	white-space: nowrap;
}
#mainnavi ul#m_menu > li#toggle {
    text-align: center;
    padding: 10px;
    margin: 0 0 1px 0;
    background: #008e66;
}

@media print, screen and (min-width: 768px) {
    #mainnavi ul#m_menu {
        padding: 0 10px;
        font-size: 0;
		display: flex;
	align-items: center;
	justify-content: center;
    }
    #mainnavi ul#m_menu > li {
        display: inline-block;
    }
    #mainnavi ul#m_menu li#sub_menu01 ul#sm_lst li {
        display: none;
    }
}
#mainnavi ul#m_menu li#sub_menu01 {
    position: static;
    margin: auto;
}

@media print, screen and (min-width: 768px) {
    #mainnavi ul#m_menu li#sub_menu01 {
        position: absolute;
        top: 46px;
        left: 342px;
        background: rgba(255, 255, 255, 0.6);
    }
}

#mainnavi ul#m_menu > li#sub_menu01 ul li a {
    display: block;
    margin: 0px auto 1px;
    padding: 10px 5px;
    background: rgba(54, 54, 54, 1);
    color: #fff;
    height: 45px;
}

@media print, screen and (min-width: 768px) {
    #mainnavi ul#m_menu > li#sub_menu01 ul li a {
        width: 130px;
    }
}
#mainnavi ul#m_menu > li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    text-align: center;
}
#mainnavi ul#m_menu > li:last-child a{
	padding-bottom:50px;
}
#mainnavi ul#m_menu > li a:hover {
    border-bottom: none;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
 	transition: all 0.7s;
}
@media print, screen and (min-width: 768px) {
#mainnavi ul#m_menu > li a {
    padding: 0 5px;
}
#mainnavi ul#m_menu > li:last-child a{
	padding-bottom:0;
}
#mainnavi ul#m_menu > li a:hover {
    border-bottom: 3px solid #fff;
}
}
#mainnavi ul#m_menu > li#toggle:hover {
    cursor: pointer;
    background: #5e5e5e;
}
#mainnavi ul#m_menu > li#sub_menu01 > ul li {
    display: block;
    width: auto;
}
#mainnavi ul#m_menu > li#sub_menu01 > ul li a {
    display: block;
    margin: 0px 0px 1px 0px;
    padding: 10px 5px;
    background: rgba(54, 54, 54, 1);
    color: #fff; /*border-bottom: 1px #fff solid;*/
}

@media print, screen and (min-width: 768px) {
    #mainnavi ul#m_menu > li {
        display: inline-block;
    }
    #mainnavi ul#m_menu > li a {
        padding: 0 10px;
		border-bottom: 3px solid #008e66;
		line-height: 3.8;
    }
	#mainnavi ul#m_menu > li.active a {
        padding: 0 10px;
		border-bottom: 3px solid #fff;
		line-height: 3.8;
    }
    #mainnavi ul#m_menu > li#sub_menu01 > ul li a {
        border-bottom: 0px #fff solid;
		line-height: 3.8;
    }
}
#mainnavi .container {
    position: relative;
    z-index: 1;
	width: 100%;
	max-width: 100%;
	padding: 0;
}
@media print, screen and (min-width: 768px) {
#mainnavi .container {
    width: auto;
	padding: auto;
}
}
/*-------------------------------------------------HamburgerMenu Icon*/
#mainnavi .container .menu_btn {
    display: inline-block;
    position: absolute;
    margin: auto;
    right: 20px;
    width: 41px;
    height: 41px;
    top: 0;
    bottom: 0;
    z-index: 999;
    border-radius: 3px;
}
#mainnavi .container .menu_btn:hover {
    cursor: pointer;
}
#mainnavi .container .menu_btn .hambgr {
    display: inline-block;
    position: absolute;
    margin: auto;
    right: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 4px;
    background: #fff;
    z-index: 999;
    transition-duration: 0.3s;
}
#mainnavi .container .menu_btn .hambgr:before {
    content: "";
    display: block;
    margin: -10px auto 0;
    width: 35px;
    height: 4px;
    background: #fff;
}
#mainnavi .container .menu_btn .hambgr:after {
    content: "";
    display: block;
    margin: 16px auto 0;
    width: 35px;
    height: 4px;
    background: #fff;
}
#mainnavi .container .menu_btn .hambgr.hbg_close {
    display: inline-block;
    position: absolute;
    margin: auto;
    right: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 4px;
    background: #fff;
    z-index: 999;
    transform: rotate(-45deg);
}
#mainnavi .container .menu_btn .hambgr.hbg_close:before {
    content: "";
    display: block;
    margin: -10px auto 0;
    width: 35px;
    height: 0px;
    background: #fff;
}
#mainnavi .container .menu_btn .hambgr.hbg_close:after {
    content: "";
    display: block;
    margin: 16px auto 0;
    width: 35px;
    height: 4px;
    background: #fff;
    transform: rotate(90deg);
    transform-origin: 58% 0;
    transition-duration: 0.3s;
}

@media print, screen and (min-width: 768px) {
    #mainnavi .container .menu_btn {
        display: none;
    }
}

#header.fixed {
    width: 100%;
	min-width: 1170px;
    height: 66px; 
    top: 0;
	position: fixed;
	animation: mnavslide linear .2s 1;
	-webkit-animation: mnavslide linear .2s 1;
    background-color:none;
    z-index: 999;
}
#header.fixed h1{
    margin-top: 0;
	padding: 15px 30px;
	display: none;
}
#header.fixed h1 img {
    width: 210px;
    height: auto;
}
@media print, screen and (min-width: 768px) {
#header.fixed {
    background-color:rgba(255,255,255,0.85);
}
#header.fixed h1{
   display: block;
}
}
#header.fixed .header_bnr {
    display: none;
}
#header.fixed .header_contact{
    display: none;
}
#header.fixed nav#mainnavi {
	position: absolute;
	padding:12px 0;
	top: 0;
	width: auto;
	right: 0;
}
#header.fixed nav#mainnavi .container{
	width: auto;
}
#header.fixed nav#mainnavi .container #m_menu li a{
	font-size: 15px;
}
#header.fixed nav#mainnavi .container #m_menu li {
	padding: 0 8px;
}
@keyframes mnavslide {
 0% {
top: -55px;
}
 100% {
top: 0;
}
}
@-webkit-keyframes mnavslide {
 0% {
top: -55px;
}
 100% {
top: 0;
}
}

@media print, screen and (min-width: 1420px) {
#header.fixed nav#mainnavi {
	position: absolute;
	padding:12px 0;
	top: 0;
	width: 1140px;
	right: 0;
}
#header.fixed nav#mainnavi .container{
	width: 1170px;
}
#header.fixed nav#mainnavi .container #m_menu li {
	padding: 0 15px;
}
#header.fixed nav#mainnavi .container #m_menu li a{
	font-size: 16px;
}
}
/*------------------------------------------------------------pagetitle*/
#pagetitle {
    background: #989898;
}
/*------------------------------------------------------------content*/
.content_bg01 {
    text-align: left;
    background: #ecf7fa;
    padding-top: 10px;
}
.content_bg02 {
    text-align: left;
    padding-top: 10px;
}
.section {
    clear: both;
    padding-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
    .content_bg01 {
    }
    .content_bg02 {
    }
    .section {
        padding-bottom: 30px;
    }
}
/* ----------------------------------------------------------------footer*/
footer {
    text-align: center;
    padding: 60px 0;
    background: #018f66;
	font-size: 15px;
}
@media print, screen and (min-width: 768px) {
footer {
    padding: 80px 0;
}
}

footer img{
	max-width:210px !important;
	height: auto !important;
}

footer p{
	color:#fff;
	line-height: 1.8;
	margin-bottom: 30px;
}
/*footernavi*/
footer ul {
	display: inline-grid;
	align-items: center;
	justify-content: center;
}
@media print, screen and (min-width: 768px) {
footer ul {
	display: flex;
}
}
footer ul li {
}
footer ul li a {
    padding: 10px 12px;
    display: block;
    color: #fff;
    text-decoration: none;
	font-size: 15px;
	font-weight: 500;
}
footer ul li a:hover {
    text-decoration: underline;
}
/*footerinfo*/
#footerinfo {
    margin-bottom: 20px;
}
#footerinfo dl {
    color: #6d6d6d;
}

.copyright{
	font-size:11px;
	text-align: left;
	padding: 15px;
	height: 50px;
}
@media print, screen and (min-width: 768px) {
.copyright{
	font-size:12px;
	text-align: center;
	padding: 20px 0;
	height: 60px;
}
}
address {
    margin-top: 20px;
    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%;
    clear: both;
}
#pankuzu ol {
    list-style: none;
	float: right;
}
#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;
}
.sheet_basic tr th,
.sheet_basic tr td {
    border: 1px solid #018f66;
    padding: 10px;
    text-align: left;
    display: block;
	border-bottom: none;
}
.sheet_basic tr th{
	background: #018f66;
	color: #fff;
}
.sheet_basic tr td{
	background: #fff;
}
.sheet_basic tr:last-child{
	border-bottom: 1px solid #018f66;
}
@media print, screen and (min-width: 768px) {
    .sheet_basic tr th,
    .sheet_basic tr td {
        display: table-cell;
		 border: 1px solid #018f66;
    }
.sheet_basic tr th{
    width: 10em;
	border-bottom: 1px solid #fff;
}
}
/*------------------------------------------------------------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 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    padding: 10px 0;
    text-align: left;
	border-top: 1px solid #af9049;
	border-bottom:  3px solid #018f66;
	margin-bottom: 30px;
}
.title02 {
    font-size: 18px;
    font-weight: bold;
    color: #008e66;
    margin-bottom: 20px;
}
.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 {
        font-size: 30px;
        padding: 10px 0;
    }
}
/*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: 0.875em;
    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 )";
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
 	transition: all 0.7s;	
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
    position: fixed;
    bottom: 0px;
    right: -1px;
}
#pagetop img {
    width: 50px;
	height: 50px;
}
@media print, screen and (min-width: 768px) {
#pagetop img {
    width: 60px;
	height: 60px;
}
}
.disp_sp{
	display: auto;
}
.disp_pc{
	display: none;
}
@media print, screen and (min-width: 768px) {
.disp_sp{
	display: none !important;
}
.disp_pc{
	display: block;
}
}

.tx_n{
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
}
.tx_nc{
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}
/*************button********************/
.button_box{
  display: flex;
  justify-content:center; 
  align-items:center;    
  margin: 0;
	padding-top: 40px;
}
.button {
    width: 390px; /* 固定幅 */
    display: flex;
    justify-content: center; /* 左右に配置 */
    background-color: #af9049;
    color: #fff;
    padding: 15px;
    border: none;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
    position: relative;
}
@media print, screen and (min-width: 768px) {
.button {
  padding: 15px 30px;
}
}
.button a{
	color:#fff !important;
}
.button:hover {
 opacity: 0.7;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.button .material-icons {
    font-size: 22px;
    transition: transform 0.2s ease;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.button.left .material-icons {
    left: 20px;
    right: auto;
}
@media print, screen and (min-width: 768px) {
.button .material-icons {
	right: 30px;
}
.button.left .material-icons {
    left: 30px;
    right: auto;
}
}
.button:hover .material-icons {
  transform: translate(4px, -50%); /* hoverで矢印が右に動く */
}
.button.left:hover .material-icons {
  transform: translate(-4px, -50%); /* hoverで矢印が左に動く */
}

.tx_small{
	font-size: 80%;
}