﻿@charset "UTF-8";
/* CSS Document */

body{
	font-size:15px;
	color:#000000;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align:justify;
}

div,h1,h2,h3,h4,h5,h6 {  
}  
p,li,th,td,dt,dl,span {  
    line-height:1.5;  
}  

img {
	border: none;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}

a{
	color:#000000;
	text-decoration:none;
}
a.link {
	color: #00c33c;
	text-decoration: underline;
}
a.link:hover {
	color: #000;
	text-decoration: none;
}
a img { 
	border: none;
    -webkit-transition: opacity 0.3s ease-in-out; 
    -moz-transition: opacity 0.3s ease-in-out; 
    -o-transition: opacity 0.3s ease-in-out; 
    transition: opacity 0.3s ease-in-out;  
}

a:hover img{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

ul {
	list-style-type: none;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.content-width{
	width:1100px;
	margin:0 auto;
}

.page-width{
	width:1000px;
	margin:0 auto;
}

table{
	border-collapse:collapse;
}

.left-box{
	float:left;
}

.right-box{
	float:right;
}

.center{
	text-align:center !important;
}

.mobile{
	display:none !important;
}

.mt5{
	margin-top:5px;
}

.mt10{
	margin-top:10px;
}

.mt20{
	margin-top:20px;
}

.mt30{
	margin-top:30px;
}

.mt40{
	margin-top:40px;
}

.mt50{
	margin-top:50px;
}

.mt100{
	margin-top:100px;
}

.mb50{
	margin-bottom:50px;
}

.section-top{
	margin-top:80px;
	margin-bottom:80px;
}

.section{
	margin-top:80px;
	margin-bottom:80px;
}

@media (max-width: 740px) {
	
.content-width{
	width:100%;
	padding:0 2%;
}

.page-width{
	width:100%;
	padding:0 2%;
}

.section-top{
	margin-top:70px;
	margin-bottom:70px;
}

.section{
	margin-top:50px;
	margin-bottom:50px;
}

.pc{
	display:none !important;
}

.mobile{
	display:block !important;
}

.left-box{
	float:none;
}

.right-box{
	float:none;
}

}

/*--------------------------------------
    bxslider
--------------------------------------*/

.bxslider001 li:not(:first-child){
    display: none;
}
.bxslider002 li:not(:first-child){
    display: none;
}
.bxslider003 li:not(:first-child){
    display: none;
}
.bx-viewport .bxslider001 li:not(:first-child){
    display: block !important;
}
.bx-viewport .bxslider002 li:not(:first-child){
    display: block !important;
}
.bx-viewport .bxslider003 li:not(:first-child){
    display: block !important;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    left: 0 !important;
    background: none !important;
    margin: -40px -40px 0 0;
    padding: 40px 40px 0 0;
}
.top-slider .bx-wrapper .bx-viewport {
    margin: -40px 0 0 0;
    padding: 40px 0 0 0;
}

@media (max-width: 740px) {
.slider-wrapper{overflow-x: hidden;}
.bx-wrapper .bx-viewport {
    margin: 0;
    padding: 0;
}
.top-slider .bx-wrapper .bx-viewport {
    margin: -20px 0 0 0;
    padding: 20px 0 0 0;
}
}

.bx-wrapper .bx-prev {
    left: -45px !important;
}

.bx-wrapper .bx-next {
    right: -45px !important;
}

@media (max-width: 321px) {
.bx-wrapper .bx-prev {
    left: -29px !important;
}

.bx-wrapper .bx-next {
    right: -29px !important;
}
}
@media (max-width: 281px) {
.bx-wrapper .bx-prev {
    left: -10px !important;
}

.bx-wrapper .bx-next {
    right: -10px !important;
}
.main-content .search .content li .inner h4 {
    font-size: 1.1rem !important;
}
}
/*--------------------------------------
    common section
--------------------------------------*/

.section .anchor{
	display:flex;
	padding:40px 50px;
	box-sizing: border-box;
	border:1px solid #e3e3e3;
	border-radius: 10px;
	margin:0 0 70px;
}

.section .anchor .link{
	margin:0 60px 0 0;
}

.section .anchor .link:before{
	display: inline-block;
	padding-right:8px;
	content: url("../img/common/icon_common_004.png");
}

.section .anchor .link:before img{
	vertical-align: top;
}

.section .left-box{
	width:610px;
}

.section .right-box{
	width:280px;
}

.section h2{
	width:100%;
	color:#FFFFFF;
	font-size:1.5rem;
	font-weight: bold;
	border-top:5px solid #268142;
	padding:15px;
	background: #26b142;
	box-sizing: border-box;
	margin:0 0 45px;
}

.section .left-box h2{
	margin:0 0 15px;
}

.section h3.style-01{
	width:100%;
	font-size:1.2rem;
	font-weight: bold;
	border-bottom:1px solid #26b142;
	padding:0 0 10px;
	margin:0 0 10px;
}

.other h3.style-01{
	width:100%;
	font-size:1.2rem;
	font-weight: bold;
	border-bottom:1px solid #26b142;
	padding:0 0 10px;
	margin:0 0 20px;
	text-align: center;
}

.section h3.style-02{
	width:100%;
	color:#268142;
	font-size:1.1rem;
	font-weight: bold;
	margin-bottom:15px;
}

.section .text{
	margin-bottom: 50px;
}

.section .button{
	margin:0 auto 30px;
}

.section .button a{
	width:100%;
	padding:15px 0;
	line-height: 1;
	font-size:1.1rem;
	font-weight:bold;
	color:#FFFFFF;
	display:flex;
	justify-content: center;
	align-content: center;
	position: relative;
	border-radius: 5px;
    -webkit-transition: opacity 0.3s ease-in-out; 
    -moz-transition: opacity 0.3s ease-in-out; 
    -o-transition: opacity 0.3s ease-in-out; 
    transition: opacity 0.3s ease-in-out;
}

.section .button a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.section .button.green a{
	background: #26b142;
}

.section .button.orange a{
	background: #ff8000;
}

.other .button a{
	width:100%;
	padding:10px 0;
	line-height: 1;
	font-size:1.1rem;
	font-weight:bold;
	color:#FFFFFF;
	display:flex;
	justify-content: center;
	align-content: center;
	position: relative;
	border-radius: 5px;
    -webkit-transition: opacity 0.3s ease-in-out; 
    -moz-transition: opacity 0.3s ease-in-out; 
    -o-transition: opacity 0.3s ease-in-out; 
    transition: opacity 0.3s ease-in-out;
}

.other .button a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.other .button.orange a{
	background: #ff8000;
}

.section .button.purple a{
	background: #8478d2;
}

.section .button.favorite a{
	background: #26b142;
}

.section .button.favorite.over a{
	background: #999;
}

.section .button.search a{
	background: #ff8000;
}

.section .button a span{
	font-weight: bold;
	line-height: 1.6;
	padding:0 0 0 35px;
	background: url("../img/common/btn_common_003.png") no-repeat left center;
}

.other .button a span{
	font-weight: bold;
	line-height: 1.6;
	padding:0 0 0 35px;
	background: url("../img/common/btn_common_003.png") no-repeat left center;
}

.section .button.favorite a span{
	background: url("../img/common/btn_common_004.png") no-repeat left center;
}

.section .button.search a span{
	padding:0;
	background: none;
}

.section .button.search a span:after{
	content: url("../img/common/btn_common_003.png");
	position: absolute;
	right:15px;
	top:50%;
	height:27px;
	transform: translate(0,-50%);
}

.section .wp-pagenavi{
	padding:20px 0;
	width:100%;
	background: #f6f6f6;
	display: flex;
	justify-content: center;
	align-content: center;
}
.section .wp-pagenavi span.pages{
	display: none;
}
.section .wp-pagenavi a{
	border: none;
	width: 34px;
	text-align: center;
	padding: 6px 0 3px 0;
	margin:0 7px;
	display: inline-block;
	-webkit-border-radius: 17px;
    -moz-border-radius: 17px;
	border-radius: 17px;
}
.section .wp-pagenavi a:hover,
.section .wp-pagenavi span.current{
	color: #FFF;
	background: #26b142;
	border: none;
	width: 34px;
	text-align: center;
	padding: 6px 0 3px 0;
	margin:0 7px;
	display: inline-block;
	font-weight: normal;
	-webkit-border-radius: 17px;
    -moz-border-radius: 17px;
	border-radius: 17px;
}
.section .wp-pagenavi span{
	border: none;
	width: 34px;
	text-align: center;
	padding: 6px 0 3px 0;
	margin:0 7px;
	display: inline-block;
	font-weight: normal;
}
.section .wp-pagenavi span.extend{
	border: none;
}

/*.section .wp-pagenavi{
	padding:20px 0;
	width:100%;
	background: #f6f6f6;
	display: flex;
	justify-content: center;
	align-content: center;
}

.section .wp-pagenavi span{
	/*vertical-align: middle;
	line-height: 1;/
	height: 17px;
	padding:8px 0;
}

.section .wp-pagenavi .current{
	width:33px;
	height: 17px;
	margin:0 7px;
	text-align: center;
	padding:8px 0;
	font-weight:bold;
	color:#FFFFFF;
	background: url("../img/common/bg_pagenavi.png") no-repeat center center;
}

.section .wp-pagenavi .page{
	height: 17px;
	padding:8px 0;
	font-weight:bold;
	color:#373737;
	width:33px;
	margin:0 7px;
	text-align: center;
}

.section .wp-pagenavi .previouspostslink{
	padding:9px 0;
	color:#373737;
	margin-right:40px;
}

.section .wp-pagenavi .nextpostslink{
	padding:9px 0;
	color:#373737;
	margin-left:40px;
}*/

table.table-001{
	width:100%;
	border-top:1px solid #373837;
	border-bottom:1px solid #373837;
}

table.table-001 tr{
	border-bottom:1px solid #e3e3e3;
}

table.table-001 tr:last-child{
	border-bottom:none;
}

table.table-001 tr:nth-child(2n){
	background: rgba(38,177,66,0.1);
}

table.table-001 tr:only-child th{
	background: rgba(38,177,66,0.1);
}

table.table-001 th{
	border-right:1px solid #e3e3e3;
	width:19%;
	text-align: left;
	padding:25px 30px;
}

table.table-001 td{
	width:81%;
	vertical-align: middle;
	padding:25px 40px;
}

table.table-002{
	width:100%;
	border-top:1px solid #373837;
	border-bottom:1px solid #373837;
}

table.table-002 tr{
	border-bottom:1px solid #e3e3e3;
}

table.table-002 tr:last-child{
	border-bottom:none;
}

table.table-002 th{
	width:33%;
	text-align: center;
	padding:25px 30px;
	background: rgba(38,177,66,0.1);
	border-right:1px solid #e3e3e3;
}

table.table-002 th:last-child{
	border-right:none;
}

table.table-002 td{
	width:33%;
	text-align: center;
	padding:25px 30px;
	border-right:1px solid #e3e3e3;
}

table.table-002 td:last-child{
	border-right:none;
}

table.table-003{
	width:100%;
	border-top:1px solid #A9A9AA;
}

table.table-003 tr{
	border-bottom:1px solid #A9A9AA;
}

table.table-003 th{
	width:40%;
	text-align: left;
	padding: 7px 10px;
	background: #F0F1F1;
}

table.table-003 td{
	width:60%;
	vertical-align: middle;
	padding: 7px 10px;
}

table.contact{
	width:100%;
	border-top:1px solid #373837;
	border-bottom:1px solid #373837;
}

table.contact tr{
	border-bottom:1px solid #e3e3e3;
}

table.contact tr:last-child{
	border-bottom:none;
}

table.contact th{
	border-right:1px solid #e3e3e3;
	width:31%;
	text-align: left;
	vertical-align: middle;
	padding:15px 30px;
	background: #f6f6f6;
    font-weight: bold;
}

table.contact th span{
    font-weight: bold;
}

table.contact th div{
	display: flex;
	justify-content: space-between;
}

table.contact th span.required{
	background: #f70012;
	letter-spacing: 5px;
	color:#FFFFFF;
	padding:2px 3px 2px 8px;
	font-size:0.8rem;
	max-height: 20px;
    font-weight: normal;
}

table.contact th span.optional{
	background: #ababac;
	letter-spacing: 5px;
	color:#FFFFFF;
	padding:2px 3px 2px 8px;
	font-size:0.8rem;
	max-height: 20px;
}

table.contact td{
	width:69%;
	vertical-align: middle;
	padding: 15px 25px;
}
table.contact td span{
    display: block;
    margin: 5px 0 0 0;
    font-size: 84%;
}

table.contact td input{
	padding:10px;
	border:1px solid #d0d1d1;
	width:100%;
	box-sizing: border-box;
}

table.contact td select{
	padding:10px;	
	border:1px solid #d0d1d1;	
	box-sizing: border-box;	
}

table.contact td label input{
	padding:0;
	width:auto;
}

table.contact td textarea{
	padding:10px;
	border:1px solid #d0d1d1;
	width:100%;
	box-sizing: border-box;
}

table.contact td input::placeholder{
	color:#d0d1d1;
}

table.contact td textarea::placeholder{
	color:#d0d1d1;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.section .button.orange a{
	background: #ff8000;
}

.button.orange input{
	width:100%;
	padding:20px 0;
	line-height: 1;
	font-size:1.1rem;
	font-weight:bold;
	color:#FFFFFF;
	display:flex;
    border: none;
	justify-content: center;
	align-content: center;
	position: relative;
	border-radius: 5px;
    -webkit-transition: opacity 0.3s ease-in-out; 
    -moz-transition: opacity 0.3s ease-in-out; 
    -o-transition: opacity 0.3s ease-in-out; 
    transition: opacity 0.3s ease-in-out;
    background: url(../img/common/btn_common_003.png) no-repeat 96% center, #ff8000;
    cursor : pointer;
}

.button.orange input:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

@media (max-width: 740px) {

.section .anchor{
	padding:20px 30px 10px;
	flex-wrap: wrap;
}

.section .anchor .link{
	margin:0 20px 10px 0;
}

.section .left-box{
	width:100%;
}

.section .right-box{
	width:100%;
}

.section h2{
	font-size:1.4rem;
	margin:0 0 30px;
}

.section h3.style-01{
	font-size:1.1rem;
}

.other h3.style-01{
	font-size:1.1rem;
}

.section .text{
	margin-bottom: 30px;
}

.section .button a{
	padding:10px 0;
	font-size:1rem;
}

.other .button a{
	font-size:1rem;
}

.section .button a span{
	padding:2px 0 2px 35px;
}

.other .button a span{
	padding:2px 0 2px 35px;
}

.section .wp-pagenavi a{
	width: 28px;
	padding: 3px 0 0 0;
	margin:0 3px;
}
.section .wp-pagenavi a:hover,
.section .wp-pagenavi span.current{
	width: 28px;
	padding: 3px 0 0 0;
	margin:0 3px;
}
.section .wp-pagenavi span{
	width: 28px;
	padding: 3px 0 0 0;
	margin:0 3px;
}

/*.section .wp-pagenavi .current{
	margin:0 2px;
	line-height: 23px;
}

.section .wp-pagenavi .page{
	margin:0 2px;
}

.section .wp-pagenavi .previouspostslink{
	margin-right:20px;
}

.section .wp-pagenavi .nextpostslink{
	margin-left:20px;
}*/

table.table-001 th{
	width:100%;
	display: block;
	border-right:none;
	padding: 15px 15px 5px 15px;
}

table.table-001 td{
	width:100%;
	display: block;
	padding: 5px 15px 15px 15px;
}

table.table-002 th{
	width:100%;
	display: block;
	border-right:none;
}

table.table-002 td{
	width:100%;
	display: block;
	border-right:none;
}

table.table-003 th{
	width:100%;
	display: block;
}

table.table-003 td{
	width:100%;
	display: block;
}

table.contact th{
	width:100%;
	display: block;
	border-right:none;
}

table.contact td{
	width:100%;
	display: block;
}

table.contact td select {
	width: 80% !important;
}

}

/*--------------------------------------
    header
--------------------------------------*/

.header{
	height:90px;
	width:100%;
	border-bottom:1px solid #e0e0e0;
	background: #f3f3f3;
}

.header:before{
	display: block;
	content:"";
	padding:18px 0 0;
	background: linear-gradient(to right,#26ae42,#90d043);
}

.header .left{
	float: left;
}

.header .left .logo{
	margin:14px 0 0 55px;
	width:194px;
	float: left;
}
.header .left .logo img{
	width:100%;
}

.header .left .text{
	font-size:1rem;
    font-weight: bold;
	padding:13px 0 12px 15px;
	margin:0 0 0 50px;
	background: url("../img/common/bg_common_001.png") no-repeat left center;
	float: left;
}

.header .left .text span{
	color:#26ae42;
	display: block;
	font-weight: bold;
}

.header .right{
	float: right;
	display: flex;
}

.header .right .tel{
	font-size:0.75rem;
	margin:13px 0 0;
    font-weight: bold;
}

.header .right .tel span{
	display:block;
	font-size:1.7rem;
	font-weight:bold;
	padding:0 0 10px;
	line-height: 1;
}

.header .right .tel span img{
	display: inline-table;
	vertical-align: middle;
	padding:0 5px 5px 0;
}

.header .right .mail a{
	display: block;
	padding:15px 30px 14px;
	line-height: 1;
	background: #26ae42;
	color:#FFFFFF;
	margin:15px;
	border: none;
    -webkit-transition: opacity 0.3s ease-in-out; 
    -moz-transition: opacity 0.3s ease-in-out; 
    -o-transition: opacity 0.3s ease-in-out; 
    transition: opacity 0.3s ease-in-out;  
}

.header .right .mail a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.header .right .mail a span{
	padding:0 5px 0 0;
	display: inline-flex;
}

.header .right .mail a:hover span img{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.header .right .button.sub{
	background: #8178cf;
}

.header .right .button.log{
	background: #ff8000;
}

@media (max-width: 740px) {

.header{
	height:75px;
	position: fixed;
	z-index: 10000;
}

.header:before{
	padding:5px 0 0;
}

.header .left .logo{
	margin:12px 0 0 10px;
}

.header .left .text{
	display: none;
}

.header .right{
	display: none;
}

}

/*--------------------------------------
    header-dummy
--------------------------------------*/

.header-dummy{
	display: none;
}

@media (max-width: 740px) {

.header-dummy{
	display: block;
	height:75px;
	width:100%;
}

}

/*--------------------------------------
    spmenu
--------------------------------------*/

@media (max-width: 740px) {

.spmenu .wrapper{
    position: fixed;
    width: 50px;
    height: 50px;
    z-index: 10500;
    right: 12px;
    top: 15px;
    -webkit-transition: all 0.4s; 
    -moz-transition: all 0.4s; 
    -o-transition: all 0.4s; 
    transition: all 0.4s;
}

.spmenu .wrapper .button,
.spmenu .wrapper .button span{
	display: inline-block;
    -webkit-transition: all 0.4s; 
    -moz-transition: all 0.4s; 
    -o-transition: all 0.4s; 
    transition: all 0.4s;
	box-sizing: border-box;
}
	
.spmenu .wrapper .button{
  width:50px;
  height:50px;
}

.spmenu .wrapper .button span{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 30px;
  height: 4px;
  background-color: #000000;
  border-radius: 4px;
}

.spmenu .button span:nth-of-type(1) {
  top: 12px;
}

.spmenu .button span:nth-of-type(2) {
  top: 23px;
}

.spmenu .button span:nth-of-type(3) {
  top: 34px;
}

.spmenu.select .button span:nth-of-type(1) {
  transform: translate(-50%,11px) rotate(-45deg);
}
	
.spmenu.select .button span:nth-of-type(2) {
  opacity: 0;
}

.spmenu.select .button span:nth-of-type(3) {
  transform: translate(-50%,-11px) rotate(45deg);
}

.spmenu .nav{
	width:75%;
	height:calc(100% - 75px);
	display:block;
	position: fixed;
	top:75px;
	z-index:10400;
	background: rgba(243,243,243,0.9);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	right:-75%;
}

.spmenu.select .nav{
	right:0;
}

.spmenu .nav ul{
	display:flex;
	flex-direction:column;
	align-content: center;
	width:100%;
	height:100%;
	margin:0 auto;
	padding:10px 0 0;
	overflow-y: scroll;
}

.spmenu .nav ul li{
	text-align: left;
	display: block;
}

.spmenu .nav ul li a{
	color:#000000;
	padding:10px 20px;
	line-height: 1;
	display:block;
}
	
.spmenu .nav ul li:after{
	border-bottom:1px solid #e0e0e0;
	width:100%;
	display: block;
	content: "";
	margin: 0 auto;
}

.spmenu .nav ul li:last-child:after{
	display: none;
}

.spmenu .nav ul li.recommend a{
	padding:5px 10px 5px 40px;
	font-size:0.9rem;
}
	
.spmenu .nav ul li.recommend a:first-child{
	padding:20px 10px 5px 40px;
}
	
.spmenu .nav ul li.recommend a:last-child{
	padding:5px 10px 20px 40px;
}
	
.spmenu .nav ul li.policy a{
	padding:5px 10px 5px 40px;
	font-size:0.9rem;
}
	
.spmenu .nav ul li.policy a:first-child{
	padding:20px 10px 5px 40px;
}
	
.spmenu .nav ul li.policy a:last-child{
	padding:5px 10px 20px 40px;
}
	
}
/*--------------------------------------
    g-nav
--------------------------------------*/

.gnav ul{
	display: flex;
	justify-content: center;
}

.gnav ul li a{
	color:#26ae42;
	font-size:1rem;
	display: block;
	padding:20px 30px;
	line-height: 1;
	font-weight: bold;
	background: url("../img/common/bg_common_002.png") no-repeat right center;
	position: relative;
}

.gnav ul li:first-child a{
	background: url("../img/common/bg_common_002.png") no-repeat left center,url("../img/common/bg_common_002.png") no-repeat right center;
}

.gnav ul li a:hover:after{
	display: block;
	content:"";
	padding:4px 0 0;
	background: linear-gradient(to right,#26ae42,#90d043);
	position: absolute;
	bottom:3px;
	width:100%;
	left:0;
}

@media (max-width: 740px) {

.gnav{
	display: none;
}

}

/*--------------------------------------
    pagetop
--------------------------------------*/

.pagetop{
	height:57px;
	width:57px;
	position: fixed;
	right:50px;
	bottom:-57px;
	z-index: 9999;
}

@media (max-width: 740px) {

.pagetop a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

}

/*--------------------------------------
    footer
--------------------------------------*/

.footer .contact{
	height:418px;
	width:100%;
	background: linear-gradient(to right,#26ae42,#90d043);
	position:relative;
}

.footer .contact .wrapper{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	text-align: center;
    width: 60%;
}

.footer .contact .wrapper .text{
	font-size:1.6rem;
	color:#FFFFFF;
	line-height: 2;
	margin:0 0 50px;
	font-weight: bold;
}

.footer .contact .wrapper .button{
	width:420px;
	margin:0 auto;
}

.footer .contact .wrapper .button a{
	font-size:1.4rem;
	color:#26ae42;
	background: #FFFFFF;
	line-height: 1.1;
	display:block;
	padding:25px 0;
	font-weight:bold;
    -webkit-transition: opacity 0.3s ease-in-out; 
    -moz-transition: opacity 0.3s ease-in-out; 
    -o-transition: opacity 0.3s ease-in-out; 
    transition: opacity 0.3s ease-in-out;  
}

.footer .contact .wrapper .button a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.footer .contact .wrapper .button a span{
	padding:0 20px 0 0; 
}

.footer .contact .wrapper .button a span img{
	display: inline-table;
	vertical-align: middle;
}

.footer .contact .wrapper .button a:hover span img{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.footer .content .content-width{
	padding:75px 0;
	height:172px;
}

.footer .content .content-width .left{
	width:332px;
	height:172px;
	background: url("../img/common/bg_common_001.png") repeat-y right center;
	text-align: center;
	float:left;
}
.footer .content .content-width .left .logo{
	width:100%;
	text-align: center;
}
.footer .content .content-width .left .logo img{
	width:173px;
}
.footer .content .content-width .left .tel{
	font-size:0.75rem;
	margin:30px 0 0;
    font-weight: bold;
}

.footer .content .content-width .left .tel span{
	display:block;
	font-size:1.7rem;
	font-weight:bold;
	padding:0;
	line-height: 1;
}

.footer .content .content-width .left .tel span img{
	display: inline-table;
	vertical-align: middle;
	padding:0 5px 5px 0;
}

.footer .content .content-width .right{
	display:flex;
	width:670px;
	height:172px;
	float:right;
}

.footer .content .content-width .right ul li{
	width:240px;
}

.footer .content .content-width .right ul:first-child li{
	width:190px;
}

.footer .content .content-width .right ul li a{
	line-height: 2;
	font-size:0.9rem;
	font-weight: bold;
}

.footer .copy{
	background: #f3f3f3;
	text-align: center;
	padding:20px 0;
}

.footer .copy p{
	color:#727271;
	text-align: center;
	font-size:0.8rem;
}

@media (max-width: 740px) {

.footer .contact{
	height:auto;
	padding:30px 2%;
	box-sizing: border-box;
}

.footer .contact .wrapper{
	position:static;
	transform: translate(0,0);
    width: 100%;
}

.footer .contact .wrapper .text{
	font-size:1.2rem;
	margin:0 0 30px;
}

.footer .contact .wrapper .button{
	width:60%;
}

.footer .contact .wrapper .button a{
	font-size:1rem;
	padding:20px 0;
}

.footer .contact .wrapper .button a span{
	padding:0 10px 0 0; 
}

.footer .content .content-width{
	padding:50px 0;
}

.footer .content .content-width .left{
	width:100%;
	height:auto;
	background: none;
}

.footer .content .content-width .left .tel a:hover span img{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.footer .content .content-width .right{
	display:none;
}

.footer .copy{
	padding:15px 0;
}

.footer .copy p{
	font-size:0.6rem;
}

.pagetop {
    right: 15px;
    bottom: -15px;
}
}
