@charset "utf-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 769px) {

/***********************
fonts[PC]
************************/
/*フォント[PC]*/
.jp{font-family: 'Noto Sans JP', sans-serif;}
.en{font-family: 'Manrope', sans-serif;}
.small {font-size: 0.8em;}
.tategaki{
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
}
.tategaki_sp{
}
.marker {
position: relative;
padding: 0 0.1em;
}
.marker::before {
position: absolute;
content: "";
background-color: #f5f5f5;
width: 100%;
height: 0.5em;
bottom: 0;
z-index: -1;
}
    
    
 
    

/* com[PC]
--------------------------------------------*/
/*--スクロールトップ---------*/
#totop {
bottom: 50px;
display: block;
position: fixed;
right: 20px;
z-index: 2000;
}

#totop a {
display: block;
width: 54px;
height: 54px;
text-indent: -1000em;
overflow: hidden;
background: url("../images/com/btn_scroll_top.png") 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}


.gridContainer {
width: 100%;
min-width: 1080px;
}
.pcBr {
display: inline-block;
}
.spBr {
display: none;
}
.pc {
display: block;
}
.sp {
display: none !important;
}

/***********************
box[PC]
************************/
/*ボックス[PC]*/
body {
min-width: 1180px;
}
.w100{
width: 100%;
min-width: 1100px;
}
.w1100wrap{
width: 100%;
min-width: 1180px;
padding: 100px 0 80px;
}
.w1100wrap_bg{
width: 100%;
min-width: 1180px;
padding: 150px 0 100px;
background-color: #f5f5f5;
}
.w1100{
width: 1100px;
margin: 0 auto;
}
/*枠[PC]*/
.waku2 li {
border: 1px solid #333;
background-color: #fff;
padding: 30px;
}
/*フレックスボックス[PC]*/
.flexBox {
display:flex;
justify-content: space-between;
position: relative;
}
.flexBox_w45.left::after {
content: "";
position: absolute;
top:40px;
left: -40px;
width: 494px;
height: 324px;
background-color: #f5f5f5;
z-index: -1;
}
.flexBox_w45.right::after {
content: "";
position: absolute;
top:40px;
right: -40px;
width: 494px;
height: 324px;
background-color: #f5f5f5;
z-index: -1;
}
.flexBox img {
width: 100%;
}
.flexBox_w45 {
flex-basis: 45%;
}
.flexBox_w50 {
flex-basis: 50%;
}
/*フレックスボックス写真左[PC]*/
.flexBoxL {
margin: 150px 40px 0 0;
display:flex;
justify-content: flex-start;
position: relative;
}
.flexBoxL img {
width: 100%;
}
.flexBoxL::after {
content: "";
position: absolute;
top:-5%;
left: 5%;
width: 50%;
height: 75%;
background-color: #f5f5f5;
z-index: -1;
}
.flexBoxL_w45 {
flex-basis: 45%;
max-width: 530px;
padding: 0 0 0 40px;
}
.flexBoxL_w50 {
flex-basis: 50%;
}
/*フレックスボックス写真右[PC]*/
.flexBoxR {
margin: 150px 0 0 40px;
display:flex;
justify-content: flex-end;
position: relative;
}
.flexBoxR img {
width: 100%;
}
.flexBoxR::after {
content: "";
position: absolute;
top:-5%;
right: 5%;
width: 50%;
height: 75%;
background-color: #f5f5f5;
z-index: -1;
}
.flexBoxR_w45 {
flex-basis: 45%;
max-width: 530px;
padding: 0 40px 0 0 ;
}
.flexBoxR_w50 {
flex-basis: 50%;
}



/***********************
item_list2[PC]
************************/
.item_list2 {
width: 100%;
padding: 0px;
margin: 0 auto;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.item_list2 li {
width: 48%;
}
.item_list2 li:nth-child(2n+2) {}
.item_list2 li:nth-child(n+3) { margin-top: 30px; }
.item_list2 li img { 
width: 100%;
height: auto;
margin: 0 auto 30px;
}
.item_list2 li h3 {
text-align: center;
margin-bottom: 15px;
}
/***********************
item_list2_waku[PC]
************************/
.item_list2_waku {
width: 100%;
padding: 0px;
margin: 0 auto;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.item_list2_waku li {
width: 48%;
border: 1px solid #333;
background-color: #fff;
box-sizing: border-box;
padding: 4%;
}
.item_list2_waku li:nth-child(n+3) { margin-top: 4%; }
.item_list2_waku li img { 
width: 100%;
height: auto;
margin: 0 auto 30px;
}
.item_list2 li h3 {
text-align: center;
margin-bottom: 15px;
}

/***********************
item_list3[PC]
************************/
.item_list3 {
width: 100%;
padding: 0px;
margin: 0 auto 50px;
list-style: none;
display: flex;
flex-wrap: wrap;
}
.item_list3 li {
flex-basis: 30.6%;
box-sizing: border-box;
max-width: 30.6%;
margin-right: 4%;
margin-bottom: 30px;
}
.item_list3 li:nth-child(3n+3) { margin-right: 0%; }
.item_list3 li:nth-child(n+4) { margin-top: 30px; }
.item_list3 li img { 
width: 100%;
height: auto;
margin: 0 auto 30px;
}
.item_list3 li h3 {
text-align: center;
margin-bottom: 15px;
}
/***********************
item_list3_2[PC]
************************/
.item_list3_2 {
width: 100%;
padding: 0px;
margin: 0 auto 50px;
list-style: none;
display: flex;
flex-wrap: wrap;
}
.item_list3_2 li {
flex-basis: 30.6%;
box-sizing: border-box;
max-width: 30.6%;
margin-right: 4%;
margin-bottom: 30px;
}
.item_list3_2 li:nth-child(3n+3) { margin-right: 0%; }
.item_list3_2 li:nth-child(n+4) { margin-top: 30px; }
.item_list3_2 li img { 
width: 100%;
height: auto;
margin: 0 auto 30px;
}
.item_list3_2 li h3 {
text-align: center;
margin-bottom: 15px;
}



/***********************
title
************************/
.com_tit_w45{
width: 45%;
}
.com_tit_C {
text-align: center;
font-size: 14px;
letter-spacing: 0.2em;
margin: 0 0 5em 0;
font-weight: bold;
color: #808080;
}
.com_tit_C .en {
display: block;
font-size: 60px;
letter-spacing: 0.2em;
color: #333;
margin: 0 0 0.7em;
}
.com_tit2 {
display: flex;
align-items: center; 
justify-content: flex-start;
font-size: 60px;
letter-spacing: 0.2em;
margin: 0 0 1.5em 0;
}
.com_tit2::after {
content: "";
width: 100%;
height: 1px;
border-top: 1px solid #333;
margin: 0.3em 0 0 0.5em ;
}
.com_tit2 span{
width: 70%;
}
.com_tit2_2 {
display: block;
font-size: 60px;
letter-spacing: 0.15em;
margin: 0 0 1em 0;
position: relative;
}
.com_tit2_2::before {
content: "";
width: 10px;
height: 10px;
background: #333;
display: block;
position: absolute;
bottom:-3px;
right: 0;
}
.com_tit2_2::after {
content: "";
width: 100%;
height: 1px;
border-top: 1px solid #333;
margin: 0.5em  0 0 0;
display: block;
}
.com_tit2_2 span {
font-size: 14px;
display: block;
margin-bottom: 1em;
letter-spacing: 0.2em;
}
.com_tit3 {
color: #f39f00;
font-size:24px;
font-weight: bold;
line-height: 1;
margin:0 0 2em;
}
.com_tit3_b {
color: #333;
font-size:24px;
font-weight: bold;
line-height: 1;
margin:0 0 2em;
}
.com_tit4 {
text-align: center;
font-size:24px;
line-height: 2.5em;
font-weight: bold;
margin:0 0 2em;
position: relative;
}
.com_tit4 .en {
text-align: center;
font-size:200px;
line-height: 1em;
font-weight: bold;
position: absolute;
top:-0.5em;
left: 0;
right: 0;
color: #dedede;
z-index: -1;
}
.com_tit5 {
font-size:18px;
line-height: 2.5em;
margin:0 0 1em;
}



/***********************
ボタン[PC]
************************/
.com_btn { width: 200px; margin: 30px auto 0; font-family: 'Manrope', sans-serif; letter-spacing: 0.1em; }
.com_btn a { display: block; border: 1px #222 solid; background: #FFF; color: #333; text-align: center; padding: 5px 15px; font-weight: bold; line-height: 1.4; }
.com_btn a span { position: relative; display: block; font-size: 12px; padding-top: 5px; }
.com_btn a span::before {
content: '';
border-bottom: 1px solid #222;
width: 15px; height: 1px;
position: absolute;
top: 60%; left: 25px;
}
.com_btn a span::after {
content: '';
border-bottom: 1px solid #222;
width: 15px; height: 1px;
position: absolute;
top: 60%; right: 25px;
}
.com_btn a:hover { background: #333; color: #FFF; font-weight: bold; }
.com_btn a:hover span::before,
.com_btn a:hover span::after { border-bottom: 1px solid #fff; }
.com_btn input { 
margin-bottom: 80px;
width: 100%;
height: 100%;
transition: all 0.3s ease-out;
line-height: 2em;
display: block; border: 1px #222 solid; background: #FFF; color: #333; text-align: center; padding: 9px 15px; font-weight: bold;  }
.com_btn input:hover { background: #333; color: #FFF; font-weight: bold;transform: .3s; }


.com_btn.next {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin: 0 auto 0;
  font-weight: bold;
  color: #333;
}
.com_btn.next a {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin: 0 auto 0;
  font-weight: bold;
  color: #333;
}
.com_btn.next a:hover {
  color: #fff;
}
.com_btn.next a span::before {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin: 0 auto 0;
  font-weight: bold;
  color: #333;
  left: 10px;
}
.com_btn.next a span::after {
  margin-bottom: 1.5em;
  right: 10px;
}
.com_btn.next a:hover span::before, .com_btn.next a:hover span::after {
  margin-bottom: 1.5em;
}



/***********************
リスト[PC]
************************/
.com_list1 {
font-size: 14px;
letter-spacing: 0.2em;
margin: 0 auto 0;
font-weight: bold;
color: #333;
}
.com_list1 li {
margin-bottom: 1.5em;
}
.com_list1 .en {
font-size: 15px;
color: #a9a9a9;
padding-right: 0.2em;
position: relative;
}
.com_list1 .en::after {
content: "—";
font-weight: normal;
padding-left: 0.2em;
}



/***********************
table[PC]
************************/
.com_table_tag {
border-top: 1px solid #CCCCCC;
width: 100%;
margin:0 0 40px;
}
.com_table_tag th {
width:20%;
background:none;
border-bottom: 1px solid #CCCCCC;
padding: 20px 10px;
text-align: left;
display:table-cell;
}
.com_table_tag td {
border-bottom: 1px solid #CCCCCC;
padding: 20px 10px;
display:table-cell;
position: relative;
}
.com_table_tag td::after {
content: "";
border-left: 1px solid #CCCCCC;
width: 1px;
height: 60%;
display: block;
position: absolute;
top: 20%;
bottom: 0;
left: -3em;
}



/***********************
header[PC]
************************/
/*ヘッダー[PC]*/
header {
width: 100%;
min-width: 1180px;
height: 80px;
position: fixed;
background: #FFF;
z-index: 100;
border-bottom: 1px solid #ccc;
}
.mainMenu {
min-width: 1180px;
height: 80px;
display: flex;
justify-content: flex-end; 
align-items: center;
flex-wrap: wrap;
position: relative;
}
/*ロゴ[PC]*/
.logo_Hed {
width: 200px;
margin: 0 0 0 20px;
position: absolute;
left: 0;
}
.logo_Hed img { 
width: 100%;
height:auto;
margin: auto;
}
.logo_Hed a {}
/*メニュー[PC]*/
.mainMenuInWrap {
display: flex;
align-items: center;
box-sizing: border-box;
}
.mainMenuIn { 
margin: 0 5px 0 0;
}
.subMenu { 
display: flex;
justify-content: flex-end;
margin: 10px 0;
}
.subMenu li {
padding-right: 10px;
margin-right: 20px;
line-height: 1.4;
}
.subMenu li:last-child {
margin-right: 0px
}
.subMenu li a {
font-size: 12px;
color: #333;
}
.subMenu li a:hover {
color: #f4a000;
}
/*グローバルナビ[PC]*/
#menu {
display: flex;
justify-content: flex-end;
}
#menu li { 
margin-right: 10px;
position: relative;
}
#menu li:last-child { margin-right: 0px; }
#menu li a {
color: #f39f00;
text-align: center;
font-size: 12px;
line-height: 1.2em;
opacity: 1;
display: block;
padding: 5px 10px;
font-weight: bold;
}
#menu li::before,
#menu li::after{
content:"";
position: absolute;
width: 0;
height:1px;
background:#333;
transition: all 0.2s linear;
transition-delay: 0.2s;
}
#menu li::before{
right: 0;
top: 0;
}
#menu li::after{
left: 0;
bottom: 0;
}
#menu li span{
display: block;
color: #333;
font-size: 16px;
padding-bottom: 9px;
}#menu li span::before,
#menu li span::after{
content:"";
position: absolute;
width:1px;
height:0;
background: #333;
transition: all 0.2s linear;
}
#menu li span::before{
left: 0;
top: 0;
}
#menu li span::after{
right: 0;
bottom: 0;
}
#menu li a .en_image img{width: 100px;}
#menu li a .en_image.home img{width: 40px;}
#menu li a .en_image.access img{width: 60px;}
#menu li.current::before,
#menu li.current::after,
#menu li:hover::before,
#menu li:hover::after{
width: 100%;
}
#menu li.current span::before,
#menu li.current span::after,
#menu li:hover span::before,
#menu li:hover span::after{
height: 100%;
}


/*#hamburger{
width: 50px;
height: 50px;
position: relative;
z-index: 2000;
margin: 0 20px;
}
.menu__line {
background: #f39f00;
display: block;
height: 2px;
position: absolute;
transition: transform .3s;
width: 70%;
right: 0; left: 0;
margin: auto;
}
.menu__line--center {
top: 22%;
}
.menu__line--bottom {
bottom: 50%;
}
#hamburger p {
position: absolute;
bottom: 0; right: 0; left: 0;
margin: auto;
display: inline-table;
line-height: 1;
}
.close .menu__line--top {
top: 15px;
transform: rotate(45deg);
width: 70%;
}
.close .menu__line--center {
transform: scaleX(0);
}
.close .menu__line--bottom {
top: 8px;
transform: rotate(135deg);
}*/



/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
width: 50px;
height: 50px;
position: relative;
z-index: 2000;
margin: 0 20px;
}
.openbtn::after {
content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
position: absolute;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-transform: uppercase;
line-height: 1;
text-align: center;
}

/*ボタン内側*/
.openbtn span{
background: #f39f00;
display: block;
height: 2px;
position: absolute;
transition: transform .3s;
width: 70%;
right: 0;
left: 0;
margin: auto;
}


.openbtn span:nth-of-type(2) {
top: 22%;
}

.openbtn span:nth-of-type(3) {
bottom: 50%;
}


/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn.active span:nth-of-type(1) {
top: 15px;
transform: rotate(45deg);
width: 70%;
}

.openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
top: 8px;
transform: rotate(135deg);
}

.openbtn.active::after {
content:"Close";/*3つ目の要素のafterにClose表示を指定*/
}



/*gnav*/
.gnav {
position: fixed;
top: 0; right: 0;
z-index: 1000;
}
.gnav.open {
width: 100%; height: 100%;
background-color: rgba(0,0,0,0.8);
transition: all .3s;
}
.gnav__wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
width: 40%; height: 100%;
position: absolute;
top: 0; right: -100%;
transition: all .5s;
}
.gnav.open .gnav__wrap {
right: 0;
transition: all .5s;
background-color: #fff;
}
.gnav_bg_img {
display: none;
}
.gnav_contents {
width: 100%;
background: url(../images/com/gnav_contents_bg_icon.png), url(../images/com/gnav_contents_bg.jpg);
background-size: 180px 224px, cover;
height: 100%;
background-position: bottom right, center center;
background-repeat: no-repeat, repeat;
}
.gnav_contents_box {
margin: 10vh auto;
align-items: center;
overflow-y: auto;
height: 80vh;
}
.gnav__menu {
height: 100%;
padding: 0 5%;
font-weight: bold;
}
.gnav__menu li {
margin-bottom: 30px;
}
.gnav__menu li .fas {
padding-right: 10px;
color: #F39F00;
}
.gnav__menu__item {
opacity: 0;
text-align: center;
}
.gnav__menu li:nth-child(n+2) {
margin-top: 15px;
}
.gnav__menu li a {
color: #333;
text-decoration: none;
transition: .5s;
display: block;
line-height: 1.4;
}
.gnav__menu li a.line {
border-bottom: 1px solid #808080;
padding-bottom: 5px;
}
.gnav__menu li p {
margin-top: 10px;
padding-left: 20px;
position: relative;
line-height: 1.4;
font-size: 13px;
}
.gnav__menu li a span.en {
font-size: 18px;
letter-spacing: 0.1em;
position: relative;
display: block;
}
.gnav__menu li a.line span.en {
font-size: 22px;
color: #F39F00;
}
.gnav__menu li a.line span.en img {
width: 127px;
}

.gnav__menu li a:hover {
color: #F39F00;
opacity: 1;
}

.gnav__menu li .anchor {
font-size: 10px; margin-left: 30px; 
position: relative;
}

.gnav__menu li .anchor::before{
content: '';
border-bottom: 2px solid #F39F00;
width: 10px;
height: 1px;
position: absolute;
top: 40%;
left: 0;
}

.gnav__menu li .anchor span.en
{font-size:16px;}

.gnav_logo {
width: 200px;
margin: 0 auto 40px;
}
.gnav_logo img {
width: 100%;
height: auto;
}
.gnav_menu_sub {
width: 100%;
box-sizing: border-box;
margin: 0 auto;
border-top: #333 1px solid;
padding: 20px 0 0;
margin-bottom: 30px;
display: flex;
justify-content: center;
}
.gnav_menu_sub li {
font-family: 'Manrope', sans-serif;
}
.gnav_menu_boxR li::after {
content: "｜";
padding: 0 1em;
}
.gnav_menu_boxR li:last-child::after {
content: none;
padding: 0;
}
.gnav_menu_sub li a {
color: #888;
display: inline;
font-size: 12px;
}
.gnav_menu_boxR {
padding: 0 5%;
margin-top: 50px;
text-align: center;
}


/*コンタクトボタン[PC]*/
.inqBox {
width: 180px;
}
.inqBox ul { 
display: table;
width: 100%;
height: 100%;
margin-left: auto;
margin-right: 0;
}
.inqBox li {
display: table-cell;
}
.inqBox a {
display: block;
line-height: 80px;
width: auto;
text-align: center;
}
.inq2 a {
color: #fff;
font-weight: bold;
background-image: url("../images/com/icon_tel_mail.svg");
background-size: 50px;
background-position: center left 15px;
background-repeat: no-repeat;
padding: 0 0 0 60px;
}
.inq2 a { background-color: #4d4d4d; }
.inq2 a:hover {}
.sp_list { display: none; }



/***********************
tab[PC]
************************/
.service-tabs__menu {
position: relative;
width: 100%;
display: table;
vertical-align: middle;
zoom: 1; /* Fix for IE7 */
*display: inline; /* Fix for IE7 */
margin-bottom: 50px;
}
.service-tabs__menu::before{
content: "";
height: 1px;
position: absolute;
display: block;
border-bottom: 2px solid #333;
bottom:0;
left: 0;
width: 100%;
z-index: 2;
}
.service-tabs__menu-item {
width: 200px;
text-align: center;
border-left: 2px solid #fff;
position: relative;
float: left;
cursor: pointer;
}
.service-tabs__menu-item:first-child {
border-left: 2px solid #333;
position: relative;
float: left;
margin: 0 6px 0 40px;
}

.service-tabs__menu > li.is-active > a, 
.service-tabs__menu > li.is-active > a:hover, 
.service-tabs__menu > li.is-active > a:focus{
background-color: #333;
color: #fff;
}
.service-tabs__menu > li > a{
border-radius: 0;
color: #333;
padding: 10px 15px;
border-top: 2px solid #333;
border-right: 2px solid #333;
display: block;
}
.service-tabs__menu > li:first-child > a{
border-right: none;
}
.service-tabs__menu > li > a:hover{
color: #333;
opacity: 1;
}
.service-tabs__menu li + li {
margin-left: -1px;
}
.service-tabs__menu > li:not(:first-child):not(:last-child),
.service-tabs__menu > li:not(:first-child):not(:last-child) > a:hover {
border-radius: 0;
}
.service-tabs__menu > li:first-child,
.service-tabs__menu > li:first-child > a:hover {
}
.service-tabs__menu > li:first-child:not(:last-child),
.service-tabs__menu > li:first-child:not(:last-child) > a:hover {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.service-tabs__menu > li:last-child:not(:first-child),
.service-tabs__menu > li:last-child:not(:first-child) > a:hover {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}

.service-tabs__menu-item.is-active {
cursor: default;
}
.service-tabs__body {
display: none;
}
.service-tabs__body.is-active {
display: block;
}



/***********************
hed_img共通[PC]
************************/
#hed_img_wrap{
padding: 0;
background-repeat: no-repeat;
background-size: auto 80%;
background-position: right center;
margin-top: 80px;
}



/***********************
パンクズ[PC]
************************/
#pankuzu {
padding: 10px 0 20px;
display: flex;
}
#pankuzu li {
padding-right: 0.5em;
}
#pankuzu li::after {
content: "〉";
padding-left: 1em;
}
#pankuzu li:last-child::after {
content: "";
padding-left: 0;
}
#pankuzu li a:hover {
opacity: 1;
}



/***********************
ヘッドタイトル[PC]
************************/
#com_tit_hed {
font-size: 35px;
padding-bottom: 40px;
position: relative;
padding-left: 10px;
box-sizing: border-box;
}
#com_tit_hed .en {
font-size: 50px;
letter-spacing: 0.1em;
}
#com_tit_hed::after {
content: "";
background-color: #ccc;
position: absolute;
left: 0;
width: 2px;
height: 40px;
}



/***********************
footer[PC]
************************/
footer {
width: 90%;
margin: 0 auto;
background: #fff;
color: #222;
padding: 30px 0px;
border-top: 1px solid #f39f00;
}
.cp {
text-align: center;
padding: 20px 0px;
font-size: 12px;
}
.footerMuList {
display:flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 15px 0px;
}
.footerMuList li {
width: 23%;
font-size: 12px;
margin-bottom: 40px;
}
.footerMuList li:last-child {
margin-right: 0px;
}
.footerMuList li p {
margin-top: 10px;
padding-left: 20px;
position: relative;
}
.footerMuList li p::before {
content: '';
border-bottom: 2px solid #F39F00;
width: 15px;
height: 2px;
position: absolute;
top: 43%;
left: 0px;
}
.footerMuList li p.anchor {
margin-left: 2em;
}
.footerMuList li a{
display: block;
line-height: 1.6;
font-size: 12px;
}
.footerMuList li a.line{
border-bottom: 2px solid #A5CA0B;
padding-bottom: 5px;
position: relative;
}
    
    
.footerMuList li a:hover{
color: #f4a000;
opacity: 1;
}
.footerMuList li a span {
font-size: 16px;
display: block;
color: #333;
}
.footerMuList li a:hover span {
color: #f4a000;
opacity: 1;
}
    
    
.footerMuList li a .text_img{
position: relative;
height: 26px;
    }
    
.footerMuList li a.line img{
width: 90px;
position: absolute;
top: 4px;
}
    
/* 2枚目の画像は最初透明 */
.footerMuList li a.line img:last-of-type {
  opacity: 0;
}
/* hoverすると2枚目の画像が透明じゃなくなる */
.footerMuList li a.line:hover img {
  opacity: 1;
}    

.footerMuList li a.line:hover img:first-of-type {
  opacity: 0;
}
    

/***********************
送りボタン
************************/
	
	
.pagination{	
border: none;
padding: 0;
margin-top: 80px;
display: flex;
justify-content: center;
flex-wrap: wrap;
filter: drop-shadow(0px 1px 3px #ccc);
transition: 0.3s;
border-radius: 0px;
overflow: hidden;
}	
	
#news_wrap01 li{
position: relative;
	}
	
.pagination li.active a{
background: #000;
color: #fff;
	}
	
.pagination li a{
display: flex;
border-radius: 0;
padding: 15px 18px 13px;
background: #FFF;
line-height: 1;
border-right: solid 1px #eee;
	}
	
}


/*sp*/
@media only screen and (max-width: 768px) {
    
    
html.noscroll{
overflow-y: hidden;
}



    
/***********************
fonts[SP]
************************/
/*フォント[SP]*/
.jp{font-family: 'Noto Sans JP', sans-serif;}
.en{font-family: 'Manrope', sans-serif;}
.small {font-size: 0.8em;}
.tategaki{
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
}
.tategaki_sp{
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
}
.marker {
position: relative;
padding: 0 0.1em;
}
.marker::before {
position: absolute;
content: "";
background-color: #f5f5f5;
width: 100%;
height: 0.5em;
bottom: 0;
z-index: -1;
}

/* com[SP]
--------------------------------------------*/
#totop {
bottom: 70px;
display: block;
position: fixed;
right: 15px;
z-index: 90;
width: 45px;
}

#totop a {
display: block;
width: 50px;
height: 50px;
text-indent: -1000em;
overflow: hidden;
background: url(../images/com/btn_scroll_top.png) 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}


.gridContainer {
width: 100%;
min-width: 1080px;
}
.pcBr {
display: none;
}
.spBr {
display: inline-block;
}
.pc {
display: none !important;
}
.sp {
display: block;
}

/***********************
box[SP]
************************/
/*ボックス[SP]*/
body {
width: 100%;
}
.w100{
width: 100%;
}
.w1100wrap{
width: 90%;
padding: 50px 5% 50px;
}
.w1100wrap_bg{
width: 90%;
padding: 100px 5%;
background-color: #f5f5f5;
}
.w1100{
width: 100%;
margin: 0 auto;
}
/*枠[SP]*/
.waku2 li {
border: 1px solid #333;
background-color: #fff;
padding: 30px;
}
/*フレックスボックス[SP]*/
.flexBox {
}
.flexBox_w45 {
position: relative;
}
.flexBox_w45.left::after {
content: "";
position: absolute;
top:8.47%;
left: -5%;
width: 100%;
height: 100%;
background-color: #f5f5f5;
z-index: -1;
}
.flexBox_w50 {
position: relative;
}
.flexBox_w45.right::after {
content: "";
position: absolute;
top:8.47%;
right: -5%;
width: 100%;
height: 100%;
background-color: #f5f5f5;
z-index: -1;
}
.flexBox img {
width: 100%;
}

/*フレックスボックス写真左[SP]*/
.flexBoxL {
width: 100%;
}
.flexBoxL img {
width: 90%;
margin: 0 0 0 10%;
}
.flexBoxL_w45 {
width: 90%;
margin: 0 auto;
}
.flexBoxL_w50 {
position: relative;
width: 100%;
margin: 80px auto 50px;
}
.flexBoxL_w50::after {
content: "";
position: absolute;
top: 7%;
right: 5%;
width: 90%;
height: 100%;
background-color: #f5f5f5;
z-index: -1;
}
/*フレックスボックス写真右[SP]*/
.flexBoxR {
width: 100%;
display:flex;
flex-direction: column-reverse;
}
.flexBoxR img {
width: 90%;
}
.flexBoxR_w45 {
width: 90%;
margin: 0 auto;
}
.flexBoxR_w50 {
position: relative;
width: 100%;
margin: 80px auto 50px;
}
.flexBoxR_w50::after {
content: "";
position: absolute;
top: 7%;
right: 5%;
width: 90%;
height: 100%;
background-color: #f5f5f5;
z-index: -1;
}

/***********************
item_list2[SP]
************************/
.item_list2 {
width: 100%;
padding: 0px;
margin: 0 auto;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.item_list2 li {
display: block;
width: 48%;
}
.item_list2 li:nth-child(2n+2) {}
.item_list2 li:nth-child(n+3) { margin-top: 30px; }
.item_list2 li img { 
width: 100%;
height: auto;
margin: 0 auto 30px;
}
.item_list2 li h3 {
text-align: center;
margin-bottom: 15px;
}
/***********************
item_list2_waku[SP]
************************/
.item_list2_waku {
width: 100%;
padding: 0px;
margin: 0 auto;
list-style: none;
}
.item_list2_waku li {
width: 100%;
border: 1px solid #333;
background-color: #fff;
box-sizing: border-box;
padding: 8%;
margin-top: 4%;
}
.item_list2_waku li:first-child { margin-top: 0; }
.item_list2_waku li img { 
width: 100%;
height: auto;
margin: 0 auto 30px;
}
.item_list2 li h3 {
text-align: center;
margin-bottom: 15px;
}
/***********************
item_list3[SP]
************************/
.item_list3 {
width: 100%;
padding: 0px;
margin: 0 auto 50px;
list-style: none;
display: flex;
flex-wrap: wrap;

}
.item_list3 li {
flex-basis: 30.6%;
box-sizing: border-box;
max-width: 30.6%;
margin-right: 4%;
margin-bottom: 30px;
}
.item_list3 li:nth-child(3n+3) { margin-right: 0%; }
.item_list3 li:nth-child(n+4) { margin-top: 30px; }
.item_list3 li img { 
width: 100%;
height: auto;
margin: 0 auto 30px;
}
.item_list3 li h3 {
text-align: center;
margin-bottom: 15px;
}
/***********************
item_list3_2[SP]
************************/
.item_list3_2 {
width: 100%;
display: block;
}
.item_list3_2 li {
flex-basis: 100%;
box-sizing: border-box;
max-width: 100%;
margin-bottom: 30px;
}
.item_list3_2 li:nth-child(n+4) { margin-top: 0; }
.item_list3_2 li img { 
width: 100%;
height: auto;
margin: 0 auto 30px;
}
.item_list3_2 li h3 {
text-align: center;
margin-bottom: 15px;
}


/***********************
title
************************/
.com_tit_w45{
width: 45%;
}
.com_tit_C {
text-align: center;
font-size: 14px;
letter-spacing: 0.2em;
margin: 0 0 5em 0;
font-weight: bold;
color: #808080;
}
.com_tit_C .en {
display: block;
font-size: 40px;
letter-spacing: 0.2em;
color: #333;
margin: 0 0 5%;
line-height: 1.5;
}
.com_tit2 {
display: flex;
align-items: center; 
justify-content:flex-start;
font-size: 60px;
letter-spacing: 0.2em;
margin: 0 0 1.5em 0;
}
.com_tit2::after {
content: "";
width: 100%;
height: 1px;
border-top: 1px solid #333;
margin: 0.3em 0 0 0.5em ;
}
.com_tit2 span{
width: 70%;
}
.com_tit2_2 {
display: block;
font-size: 40px;
letter-spacing: 0.2em;
margin: 0 0 1em 0;
position: relative;
}
.com_tit2_2::before {
content: "";
width: 10px;
height: 10px;
background: #333;
display: block;
position: absolute;
bottom:-3px;
right: 0;
}
.com_tit2_2::after {
content: "";
width: 100%;
height: 1px;
border-top: 1px solid #333;
margin: 0.5em  0 0 0;
display: block;
}
.com_tit2_2 span {
font-size: 14px;
display: block;
margin-bottom: 0.5em;
letter-spacing: 0.2em;
}
.com_tit3 {
color: #f39f00;
font-size:24px;
font-weight: bold;
line-height: 1;
margin:0 0 1em;
}
.com_tit3_b {
color: #333;
font-size:24px;
font-weight: bold;
line-height: 1;
margin:0 0 2em;
}
.com_tit4 {
text-align: center;
font-size:24px;
line-height: 2em;
font-weight: bold;
margin:0 0 2em;
position: relative;
}
.com_tit4 .en {
text-align: center;
font-size:200px;
line-height: 1em;
font-weight: bold;
position: absolute;
top:-0.5em;
left: 0;
right: 0;
color: #dedede;
z-index: -1;
}
.com_tit5 {
font-size:18px;
line-height: 2.5em;
margin:0 0 1em;
}



/***********************
ボタン[SP]
************************/
.com_btn { width: 200px; margin: 20px auto 0; font-family: 'Manrope', sans-serif; letter-spacing: 0.1em; }
.com_btn a { display: block; border: 1px #222 solid; background: #FFF; color: #333; text-align: center; padding: 5px 15px; font-weight: bold; line-height: 1.4; }
.com_btn a span { position: relative; display: block; font-size: 12px; padding-top: 5px; }
.com_btn a span::before {
content: '';
border-bottom: 1px solid #222;
width: 15px; height: 1px;
position: absolute;
top: 60%; left: 25px;
}
.com_btn a span::after {
content: '';
border-bottom: 1px solid #222;
width: 15px; height: 1px;
position: absolute;
top: 60%; right: 25px;
}
.com_btn input { 
margin-bottom: 80px;
width: 100%;
height: 100%;
transition: all 0.3s ease-out;
line-height: 2em;
display: block; border: 1px #222 solid; background: #FFF; color: #333; text-align: center; padding: 9px 15px; font-weight: bold;  }
.com_btn input:hover { background: #333; color: #FFF; font-weight: bold;transform: .3s; }


.com_btn.next {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin: 0 auto 0;
  font-weight: bold;
  color: #333;
}
.com_btn.next a {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin: 0 auto 0;
  font-weight: bold;
  color: #333;
}
.com_btn.next a span::before {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin: 0 auto 0;
  font-weight: bold;
  color: #333;
  left: 10px;
}
.com_btn.next a span::after {
  margin-bottom: 1.5em;
  right: 10px;
}



/***********************
リスト[SP]
************************/
.com_list1 {
font-size: 14px;
letter-spacing: 0.2em;
margin: 0 auto 0;
font-weight: bold;
color: #333;
}
.com_list1 li {
margin-bottom: 1.5em;
}
.com_list1 .en {
font-size: 15px;
color: #a9a9a9;
padding-right: 0.2em;
position: relative;
}
.com_list1 .en::after {
content: "—";
font-weight: normal;
padding-left: 0.2em;
}



/***********************
table[SP]
************************/
.com_table_tag {
border-top: 1px solid #CCCCCC;
width: 100%;
margin:0 0 40px;
}
.com_table_tag th {
width:100%;
display: block;
background:none;
padding: 20px 10px 6px;
text-align: left;
}
.com_table_tag td {
border-bottom: 1px solid #CCCCCC;
padding: 6px 10px 20px;
display: block;
position: relative;
}
.com_table_tag td::after {
content: "";
border-left: 1px solid #CCCCCC;
width: 2em;
height: 1px;
display: block;
background: #CCCCCC;
position: absolute;
top: 0;
left: 10px;
}



/***********************
header[SP]
************************/
/*ヘッダー[SP]*/
header {
height: 70px;
padding: 5px 20px 0 10px;
box-sizing: border-box;
}
header.smaller {
width: 100%;
position: fixed;
background: #FFF;
z-index: 100;
}
/*ロゴ[PC]*/
.logo_Hed {
width: 180px;
margin: 0;
}
.logo_Hed img { 
width: 100%;
height:auto;
margin: auto;
}
.logo_Hed a {}
/*menu*/
.mainMenu {
box-sizing: border-box;
width: 100%;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
z-index: 100;
}
.mainMenuInWrap, .mainMenuIn {
display: none;
}
.inqBox {
display: none;
}
/*menu*/
.sp_menu_logo {
margin: 10px 0 0 20px;
display: block;
width: 150px;
}
.sp_menu_logo img {
width: 100%;
}
.menuWrap {
width: 100%;
height: 50px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: space-between;
position: fixed;
left: 0;
bottom: 0;
z-index: 20000;
cursor: pointer;
background-color: #FFFFFF;
}
#home_btn_sp,#tel_btn_sp {
background-color: #8f8f8f;
width: 20%;
flex-grow: 1;
text-align: center;
}
.menuWrap #home_btn_sp img,
.menuWrap #tel_btn_sp img,
.menuWrap #contact_btn_sp img,
.menuWrap #access_btn_sp img {
height: 20px;
margin: 6px auto 5px;
display: block;
}
.menuWrap #contact_btn_sp img{
height: 17px;
padding-bottom: 3px;
}

#home_btn_sp,#tel_btn_sp,#contact_btn_sp {
border-right: 1px solid #FFFFFF;
}
.menuWrap #home_btn_sp,
.menuWrap #tel_btn_sp,
.menuWrap #contact_btn_sp,
.menuWrap #access_btn_sp{
background-color: #A5CA0B;
width: 40%;
font-size: 10px;
font-weight: 500;
color: #FFFFFF;
margin: 0 auto;
display: block;
line-height: 1.4;
text-align: center;
}



/*#hamburger{
width: 40px;
height: 45px;
position: relative;
z-index: 2000;
}
.menu__line {
background: #f39f00;
display: block;
height: 2px;
position: absolute;
transition: transform .3s;
width: 70%;
right: 0; left: 0;
margin: 0 auto;
}
.menu__line--top {
top: 15%;
}
.menu__line--center {
top: 35%;
}
.menu__line--bottom {
bottom: 40%;
}
#hamburger p {
position: absolute;
bottom: 0; right: 0; left: 0;
margin: auto;
display: inline-table;
line-height: 1;
font-size: 12px;
}
.close .menu__line--top {
top: 20px;
transform: rotate(45deg);
width: 70%;
}
.close .menu__line--center {
transform: scaleX(0);
}
.close .menu__line--bottom {
top: 20px;
transform: rotate(135deg);
}*/




/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
width: 45px;
height: 45px;
position: relative;
z-index: 2000;
}
.openbtn::after {
content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
position: absolute;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-transform: uppercase;
line-height: 1;
text-align: center;
font-size: 12px;
}

/*ボタン内側*/
.openbtn span{
background: #f39f00;
display: block;
height: 2px;
position: absolute;
transition: transform .3s;
width: 70%;
right: 0;
left: 0;
margin: auto;
}

.openbtn span:nth-of-type(1) {
top: 15%;
}

.openbtn span:nth-of-type(2) {
top: 35%;
}

.openbtn span:nth-of-type(3) {
bottom: 40%;
}


/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn.active span:nth-of-type(1) {
top: 20px;
transform: rotate(45deg);
width: 70%;
}

.openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
top: 15px;
transform: rotate(135deg);
}

.openbtn.active::after {
content:"Close";/*3つ目の要素のafterにClose表示を指定*/
}



/*gnav*/
.gnav {
position: fixed;
top: 0; right: 0;
z-index: 1000;
}
.gnav.open {
width: 100%; height: 100%;
background-color: rgba(0,0,0,0.8);
transition: all .3s;
}
.gnav__wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
width: 100%; height: 100%;
position: absolute;
top: 0; right: -100%;
transition: all .5s;
}
.gnav.open .gnav__wrap {
right: 0;
transition: all .5s;
background-color: #fff;
}
.gnav_bg_img {
display: none;
}
.gnav_contents {
width: 100%;
background: url(../images/com/gnav_contents_bg_icon.png), url(../images/com/gnav_contents_bg.jpg);
background-size: 180px 224px, cover;
height: 100%;
background-position: bottom right, center center;
background-repeat: no-repeat, repeat;
}
.gnav_contents_box {
width: 95%;
margin: 5vh auto 15vh;
align-items: center;
overflow-y: auto;
height: calc(80vh - 50px);
overflow-y: scroll;
scrollbar-width: thin;
}
.gnav__menu li {
margin-bottom: 30px;
}
.gnav__menu li .fas {
padding-right: 10px;
color: #F39F00;
}
.gnav__menu__item {
opacity: 0;
text-align: center;
}
.gnav__menu li:nth-child(n+2) {
margin-top: 15px;
}
.gnav__menu li a {
color: #333;
text-decoration: none;
transition: .5s;
display: block;
line-height: 1.4;
}
.gnav__menu li a.line {
border-bottom: 1px solid #808080;
padding-bottom: 5px;
}
.gnav__menu li p {
margin-top: 10px;
padding-left: 20px;
position: relative;
line-height: 1.4;
font-size: 13px;
}
.gnav__menu li p a::before {
content: '';
border-bottom: 2px solid #F39F00;
width: 10px; height: 1px;
position: absolute;
top: 40%; left: 0;
}
.gnav__menu li a span.en {
font-size: 18px;
letter-spacing: 0.1em;
position: relative;
display: block;
}


.gnav__menu li .anchor {
margin-top: 10px;
margin-left: 2em;
position: relative;
line-height: 1.4;
font-size: 11px;
position: relative;
}


.gnav__menu li a.line span.en {
font-size: 22px;
color: #F39F00;
}
.gnav__menu li a:hover {
color: #F39F00;
opacity: 1;
}

.gnav__menu li a span.en {
font-size: 18px;
letter-spacing: 0.1em;
position: relative;
display: block;
}

.gnav__menu .anchor a span.en {
font-size: 16px;
letter-spacing: 0.1em;
position: relative;
display: block;
}


.gnav__menu li a.line span.en {
font-size: 22px;
color: #F39F00;
}

.gnav__menu li a.line span.en img{
width: 120px;
    }


.gnav_logo {
width: 200px;
margin: 0 auto 40px;
}
.gnav_logo img {
width: 100%;
height: auto;
}
.gnav_menu_sub {
width: 100%;
box-sizing: border-box;
margin: 0 auto;
border-top: #333 1px solid;
padding: 20px 0 0;
margin-bottom: 30px;
display: flex;
justify-content: center;
}
.gnav_menu_sub li {
font-family: 'Manrope', sans-serif;
}
.gnav_menu_boxR li::after {
content: "｜";
padding: 0 1em;
}
.gnav_menu_boxR li:last-child::after {
content: none;
padding: 0;
}
.gnav_menu_sub li a {
color: #888;
display: inline;
font-size: 12px;
}
.gnav_menu_boxR {
padding: 0 5%;
margin-top: 50px;
text-align: center;
}


/***********************
tab[SP]
************************/
.service-tabs__menu {
position: relative;
width: 100%;
display: table;
vertical-align: middle;
zoom: 1; /* Fix for IE7 */
*display: inline; /* Fix for IE7 */
margin-bottom: 50px;
}
.service-tabs__menu::before{
content: "";
height: 1px;
position: absolute;
display: block;
border-bottom: 2px solid #333;
bottom:0;
left: 0;
width: 100%;
z-index: 2;
}
.service-tabs__menu-item {
width: 100%;
text-align: center;
border-left: 2px solid #333;
position: relative;
float: left;
cursor: pointer;
box-sizing: border-box;
}
.service-tabs__menu-item:first-child {
position: relative;
float: left;
}

.service-tabs__menu > li.is-active > a, 
.service-tabs__menu > li.is-active > a:hover, 
.service-tabs__menu > li.is-active > a:focus{
background-color: #333;
color: #fff;
}
.service-tabs__menu > li > a{
border-radius: 0;
color: #333;
padding: 10px 15px;
border-top: 2px solid #333;
border-right: 2px solid #333;
display: block;
}

.service-tabs__menu > li > a:hover{
color: #333;
opacity: 1;
}
.service-tabs__menu li + li {

}
.service-tabs__menu > li:not(:first-child):not(:last-child),
.service-tabs__menu > li:not(:first-child):not(:last-child) > a:hover {
border-radius: 0;
}
.service-tabs__menu > li:first-child,
.service-tabs__menu > li:first-child > a:hover {
}
.service-tabs__menu > li:first-child:not(:last-child),
.service-tabs__menu > li:first-child:not(:last-child) > a:hover {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.service-tabs__menu > li:last-child:not(:first-child),
.service-tabs__menu > li:last-child:not(:first-child) > a:hover {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}

.service-tabs__menu-item.is-active {
cursor: default;
}
.service-tabs__body {
display: none;
}
.service-tabs__body.is-active {
display: block;
}



/***********************
hed_img共通[SP]
************************/
#hed_img_wrap{
background-repeat: no-repeat;
background-size: 200px auto;
background-position: right bottom 20px;
padding: 0 5%;
}



/***********************
パンクズ[SP]
************************/
#pankuzu {
padding: 20px 0 30px;
display: flex;
}
#pankuzu li {
padding-right: 0.5em;
}
#pankuzu li::after {
content: "〉";
padding-left: 1em;
}
#pankuzu li:last-child::after {
content: "";
padding-left: 0;
}
#pankuzu li a:hover {
opacity: 1;
}



/***********************
ヘッドタイトル[SP]
************************/
#com_tit_hed {
font-size: 20px;
padding-bottom: 30px;
position: relative;
padding-left: 10px;
box-sizing: border-box;
}
#com_tit_hed .en {
font-size: 36px;
letter-spacing: 0.1em;
line-height: 1.2em;
display: block;
}

#com_tit_hed::after {
content: "";
background-color: #ccc;
position: absolute;
left: 0;
width: 2px;
height: 35px;
}


/***********************
footer[SP]
************************/
footer {
background: #fff;
color: #222;
border-top: 1px solid #f39f00;
}
.cp {
text-align: center;
padding: 20px 0px 60px;
font-size: 12px;
}
.footerMuList {
padding: 15px 5%;
}
.footerMuList li {
box-sizing: border-box;
margin-bottom: 20px;
font-size: 12px;
}
.footerMuList li:last-child {
margin-bottom: 0;
}
.footerMuList li a {
display: block;
line-height: 1.6;
font-size: 10px;
}
.footerMuList li a.line {
border-bottom: 1px solid #A5CA0B;
padding-bottom: 5px;
}
.footerMuList li a .fas {
padding-right: 5px;
color: #F39F00;
}
.footerMuList li a span {
font-size: 16px;
display: block;
color: #333;
}
.footerMuList li p {
margin-top: 10px;
padding-left: 20px;
position: relative;
}
.footerMuList li p::before {
content: '';
border-bottom: 2px solid #F39F00;
width: 15px;
height: 2px;
position: absolute;
top: 43%;
left: 0px;
}
.footerMuList li p.anchor {
margin-left: 2em;
}


.footerMuList li a.line img{
width: 85px;
}

    
    
    
.pcBr{
display: none;
}

/***********************
送りボタン
************************/
	
	
.pagination{	
border: none;
padding: 0;
margin-top: 80px;
display: flex;
justify-content: center;
flex-wrap: wrap;
filter: drop-shadow(0px 1px 3px #ccc);
transition: 0.3s;
border-radius: 0px;
overflow: hidden;
}	
	
#news_wrap01 li{
position: relative;
	}
	
.pagination li.active a{
background: #000;
color: #fff;
	}
	
.pagination li a{
display: flex;
border-radius: 0;
padding: 15px 18px 13px;
background: #FFF;
line-height: 1;
border-right: solid 1px #eee;
	}
	
}
