@charset "UTF-8";
/* CSS Document */
/*-----------------------↓全体的な設定↓-------------------------*/
html {
    scroll-behavior:smooth;
  }

.content {
	width: 10%;
	height: 100vh;	
}

body {
    font-family: 游明朝体, "Yu Mincho", 游明朝, YuMincho;
    color: #3e3a39;
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

a {
    text-decoration: none;
    color: #3e3a39;
}

a.menu {
    text-decoration: none;
    color: #6b6b6b;
    position: relative;
    padding-bottom: 8px;
    text-decoration: none;
}

a.menu::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #0a9fd5;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
    
a.menu:hover::after {
    bottom: -4px;
    opacity: 1;
    visibility: visible;
}

a.menu:visited {
     color:#6b6b6b;
 }

a.footer_menu:visited {
     color:#ffffff;
 }

.paragraph_headline_small {
    font-size: 26px;
    letter-spacing: 0.23em;
    margin:0 0 23px 0;
    text-align: center;
    font-feature-settings: "palt";
}

.underline.HL {
    width: 73px;
    margin: 15px auto 25px 0;
}

img{
    flex-shrink: 0
  }


  a img { 
    -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 )";
}
/*-----------------------↑全体的な設定↑-------------------------*/


/*-----------------------↓ナビゲーションここから↓-------------------------*/
.container {
    position: fixed;
    z-index: 5000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    transition: 0.3s;
}
.container.show{
    height: fit-content;
}

nav {
    width: 100%;
    height: 100px;
    transition: 0.3s;
    padding: 10px 0;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 35px 0% 0px 7%;
    margin: auto;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
nav.show {
    background: rgba(255,255,255,1);
    position: absolute;
    top: 0;
    height: 70px;
}

nav ul li {
    padding: 0px 3%;
}

nav ul li a{
    width: 16%;
    letter-spacing: 0.04em;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
    color: #6b6b6b;
}

.navlogo {
    max-height: 95px;
    height: 95px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    transition: .3s;
}
.show .navlogo {
    height: 65px;
}

header .wrapper {
    display: none;
}

/*-----------------------↑ナビゲーションここまで↑-------------------------*/


/*-----------------------↓asideここから↓-------------------------*/

h2.title_access {
    font-size: 27px;
    font-weight: 600;
    line-height: 2.037;
    letter-spacing: 0.23em;
    padding: 0;
    margin: 90px auto 6px auto ;
}

.box_access {
    background-color: #f4f3f3;
    height: 572px;
}

.access_width {
    display: flex;
    justify-content: center;
    width: 980px;
    margin: auto;
}

/*------accessテーブル側-------*/
.access1{
    width: auto;
    height: fit-content;
}

.access_headline {
    width: 490px;
    height: 109px;
    margin-top: 35px;
    margin-left: -100px;
    margin-bottom: 16px;
    background: url(../images/img_gelato.png) 20px;
    background-size: 110px;
    background-repeat: no-repeat;
    text-align: center;
 }

.p_access {
    width: 137px;
    margin: 30px 0 0 0 ;
    display: inline-block;
}

.img_gelato_box {
 width: 116px;
 height: 109px;
 margin-left: 60px;
 margin-right: 42px;
}

table.access_contents{
    table-layout: fixed;
    width: 490px;
    margin-left: -30px;
    line-height: 1.8;
    border-spacing: 20px 0;
}

caption {
    width: 490px;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.14em;
    margin: 0 0 15px -60px;
}

td.access_contents_td {
    font-size: 16.5px;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1.9;
}

span#tel {
    font-size: 21px;
    color: #0a9fd5;
}

td.access_contents_td:nth-child(1) {
    width: 80px;
    text-align: right;
}

td.access_contents_td:nth-child(2) {
    width: 390px;
    white-space: nowrap;
}
/*------↑accessテーブル側おわり↑-------*/

/*------access写真側-------*/

.img_access {
    margin: 70px 0 0 auto;
    width: 432px;
    height: 434px;
}
/*------↑access写真側おわり↑-------*/
.map {
    vertical-align: bottom;
    height: 501.47px;
}

.img_pagetop {
    width: 88px;
    height: 50px;
    margin: 49px 0 41px 0;
}

#pageTop {
    width: 100%;
    height: 140px;
    text-align: center;
    margin: 0;
}
#pageTop a {
    display: block;
    width: 100%;
    height: 100%;
}

/*-----------------------↑asideここまで↑-------------------------*/


/*-----------------------↓フッターここから↓-------------------------*/
footer {
    background-color: #231815;
    height: 486px;
}

.footer_logo {
    text-align: center;
    margin: 0;
}

.img_logo_footer {
    width: 78px;
    height: 122px;
    margin: 76px 0 20px 0;
}

.footer_img_icon {
    width: 47px;
    height: 47px;
    margin: 40px 5px 20px;
}

footer ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
    padding: 0;
}

footer ul li {
    padding: 2px 26px 0;
    margin: 0;
    background: url(../images/img_line.png) no-repeat left center;
}
footer ul li a:hover {
    opacity: 0.5;
    transition: .5s;
}

footer ul li.footer_menu {
    background-image:none;
	padding:0 10px -10px 0;
}

footer ul li a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #ffffff;
}

.copyright {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.075em;
    color: #ffffff;
}

/*-----------------------↑フッターここまで↑-------------------------*/



/*-----------------------↓ページ共通パーツ設定↓-------------------------*/

/*↓ページ内本文文字スタイル↓*/
.sentence_common_style {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

/*↓カテゴリー名セクション↓*/
h1.title {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.23em;
    line-height: 1.8;
    margin-bottom: 10px;
}

.underline {
    border-bottom: 1px solid #3e3a39;
    width: 75px;
    margin: 0 auto 45px auto;
}

div.menu_title {
    margin: 225px auto 50px auto;
}

/*↓パンくずリスト↓*/
.pankuzu {
    width:980px;
    margin: auto;
}
  
.pankuzu p, .pankuzu a{
    font-size: 17px;
    color: #8e8f8f;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
  
.img_pankuzu {
    width:11px;
    height: 6px;
}

/*↓ページ内リンクリスト↓*/
.middle_page_menu {
    display: flex;
    justify-content: center;
    margin: 80px auto 50px auto;
}
  
ul.middle_page_menu_list {
    list-style-type: none;
    display: flex;
    width: 980px;
    margin: 15px auto 15px auto;
    padding: 0;
    justify-content: space-between;
}
  
ul.middle_page_menu_list li {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 20px;
    background: url(../images/img_page_link.png) no-repeat left;
    background-size: 11px 7px;
}
ul.middle_page_menu_list li a {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

/*↓h2見出し↓*/
.head2_style {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #3e3a39;
    background: url(../images/img_h2_left.png) no-repeat 15% 15px, url(../images/img_h2_right.png) no-repeat 85% 15px;
    background-size: 22px 7px;
    margin-top: 80px;
    margin-bottom: 60px;
}

/*↓h3見出し↓*/
.head3_style {
    text-align: left;
    padding-left: 20px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #3e3a39;
}
.head3_style.short {
    background: url(../images/img_h3_left.png) no-repeat 0px 4px, url(../images/img_h3_right.png) no-repeat 84% 10px;
    background-size: 13px 13px;
}
.head3_style.long {
    background: url(../images/img_h3_left.png) no-repeat 0px 4px, url(../images/img_h3_right.png) no-repeat 89% 10px;
    background-size: 13px 13px;
}

/*↓h4見出し↓*/
.head4_style {
    text-align: left;
    padding-left: 25px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #3e3a39;
    background: url(../images/img_h4.png) no-repeat left 8px;
    background-size: 13px 13px;
}

/*↓ボタン白背景↓*/
.btn-oem{
    width: fit-content;
    position: relative;
    margin: 0 auto 0 0;
    border-radius: 27px;
    overflow: hidden;
}
.btn-oem a{
    display:block;
    width:278px;
    height:53px;
    text-decoration: none;
    text-align:center;
    border:1px solid #231815;
    color:#231815;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 53px;
    border-radius:27px;
    -webkit-border-radius:27px;
    -moz-border-radius:27px;
    transition: .3s;
    z-index: 1;
    background: url(../images/img_black_arrow.png) no-repeat 90% 50%;
    background-size: 5px 10px;
}

.btn-oem a:hover{
    border-color: #59b1eb;
    color: #fff;
    background: url("../images/img_white_arrow.png") no-repeat 90%;
    background-size: 5px 10px;
}

.btn-oem::before{
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    top: 0;
    bottom: 0;
    width: 0;
    background: #59b1eb;
    transition: .2s;
    border-radius:27px;
    -webkit-border-radius:27px;
    -moz-border-radius:27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
  
.btn-oem:hover:before{
    width: 100%;
}

/*↓小ボタングレー背景↓*/
.btn-short{
    margin: 0;
    width:163px;
    height: 30px;
    line-height:20px;
    text-align: end;
}
.btn-short a{
    display:block;
    width:130px;
    height:100%;
    padding: 10px 20px 0 10px;
    text-decoration: none;
    background:#8E8F8F;
    text-align:center;
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    font-size: 14px;
    border-radius:27px;
    -webkit-border-radius:27px;
    -moz-border-radius:27px;
}
.btn-short a:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 10px;
    margin-left: 40px;
    background: url("../images/img_white_arrow.png") no-repeat;
    background-size: contain;

}
.btn-short a:hover{
    background:#8E8F8F;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    border:1px solid #FFFFFF;
    box-shadow:none;
}

/*↓普通のリスト↓*/
.normal_list{
    margin-top: 10px;
    margin-right: 0;
    padding: 0;
    list-style-type: none;
}
  
  .normal_list li {
    background: url(../images/img_list.png) no-repeat top 9px left;
    margin: 0 0 5px 0;
    padding-left: 30px;
    background-size: 9px 9px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

/*↓区切り用ボーダーライン↓*/
.solid_underline {
    border-bottom: solid 1px #3e3a39;
    width: 980px;
    margin: 42px auto;
  }
  

/*
*--テーブル（横線型）--*
.table_linetype {
	border-spacing: 0;
  margin: 40px auto 50px auto;
}

.table_linetype_th {
  width: 240px;
  padding: 20px 30px 20px 10px;
  background: url(../images/img_th.png) no-repeat right;
  background-size: 10px 10px;
  margin-right: 25px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
}

.table_linetype_td {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding: 20px 10px 20px 30px;
}

.table_linetype_th,.table_linetype_td {
  border: none;
  border-top: 1px solid #eceded;
  border-bottom: 1px solid #eceded;
}

*--テーブル（ボックス型）--*
.table_boxtype {
	border-spacing: 0;
	width: 460px;
  margin: auto;
}

.table_boxtype_th {
  padding: 20px 30px 20px 10px;
  border: none;
  border-top: 1px solid #3e3a39;
  border-bottom: 1px solid #3e3a39;
  width: 150px;
  background: url(../images/img_th.png) no-repeat right;
  background-size: 10px 10px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
}

.table_boxtype_td {
	padding: 20px 0 20px 30px;
  border: none;
  border-top: 1px solid #3e3a39;
  border-bottom: 1px solid #3e3a39;
  width: 365px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
  /*-----------------------↑共通パーツ設定↑-------------------------*/


/*--------------------------------------------------------------*/
/*-----------------------↓レスポンシブ設定↓-------------------------*/
/*--------------------------------------------------------------*/
@media (max-width: 1324px){
    nav ul li a {
        font-size: 17px;
    }
}
@media (max-width: 1185px){
    nav ul li a {
        font-size: 14px;
    }
}
@media (max-width: 976px){
    nav ul li a {
        font-size: 11px;
    }
    .navlogo {
        height: 60px;
        top: 13px;
    }
    .show .navlogo {
        height: 50px;
        top: 20px;
    }
    footer ul li a {
        font-size: 12px;
    }
}

@media (max-width: 768px){
    /* 画面サイズが768px未満の場合の設定 */
    
/*-----------------------↓全体的な設定↓-------------------------*/
.content {
	width: 100%;
	height: 100vh;	
}

a {
    text-decoration: none;
    color: #3e3a39;
}

a.menu {
    text-decoration: none;
    color: #6b6b6b;
    position: relative;
    padding-bottom: 8px;
    text-decoration: none;
}

a.menu::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #0a9fd5;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
    
a.menu:hover::after {
    bottom: -4px;
    opacity: 1;
    visibility: visible;
}

a.menu:visited {
     color:#6b6b6b;
 }

a.footer_menu:visited {
     color:#ffffff;
 }

.paragraph_headline_small {
    font-size: 21px;
    margin:0 0 6px 0;
}

.underline.HL {
    width: 73px;
    margin: 0 auto 0 4%;
}
/*-----------------------↑全体的な設定↑-------------------------*/

/*-----------------------↓ナビゲーションここから↓-------------------------*/
div.container {
    display: none;
    position: fixed;
    z-index: 5000;
    left: 50%;
    top: 0;
    margin-left: -50%;
    width: 100%;
}

nav ul {
    max-width: 100%;
    margin: 10px 0;
}

nav ul li {
    height: fit-content;
    padding: 1%;
    margin: 0;
}

nav ul li a{
    font-size: 12px;
}

.header_sp div.wrapper {
    display: block;
}
/*-----------------------↑ナビゲーションここまで↑-------------------------*/

/*-----------------------↓スマホナビゲーションここから↓-------------------------*/
header nav {
    display: none;
}

header .wrapper {
    display: block;
    width: 100%;
    height: 60px;
    transition: 0.3s;
    z-index: 1000;
    position: fixed;
    top: 0;
    background: #fff;
    box-sizing: border-box;
    padding: 10px 2%;
}

.sphlogo {
    width: 133px;
    height: 50px;
    position: absolute;
    top: 8px;
    left: 20px;
    margin: 0;
}
.sphlogo img {
    width: 133px;
}

.spmenu {
    list-style-type: none;
    top: 0;
    left: 100%;
    overflow-y: scroll;
    background: rgba(10,159,213,0.9);
    transition: 0.3s;
    position: fixed;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5100;
    margin: 0 auto;
    padding: 0;
}
.spmenu li {
    text-align: center;
    display: block;
}
.spmenu li a{
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
.spmenu li:not(:first-of-type) {
    margin-top: 20px;
}
.spmenu li:after {
    border-bottom: 1px solid #FFFFFF;
    width: 20px;
    display: block;
    content: "";
    margin: 10px auto 0;
}

.spmenu.select {
    left: 0;
}

.button {
    top: 10px;
    right: 20px;
    height: 40px;
    width: 40px;
    background-color: #0a9fd5;
    position: absolute;
    z-index: 10000;
}

.button, .button span{
    display: inline-block;
    box-sizing: border-box;
}

.button span {
    height: 2px;
    width: 60%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 1px;
    transition: 0.3s;
}

.button span:nth-of-type(1) {
    top: 9px;
}
.button span:nth-of-type(2) {
    top: 19px;
}
.button span:nth-of-type(3) {
    top: 29px;
}

.select.button span:nth-of-type(1) {
    transform: translate(-50%, 10px) rotate(-45deg);
}
.select.button span:nth-of-type(2) {
    opacity: 0;
}
.select.button span:nth-of-type(3) {
    transform: translate(-50%, -10px) rotate(45deg);
}

/*-----------------------↑スマホナビゲーションここまで↑-------------------------*/


.wrapper.shopinfo {
    padding: 5%;
}

/*-----------------------↓asideここから↓-------------------------*/

h2.title_access {
    font-size: 27px;
    font-weight: 600;
    line-height: 2.037;
    letter-spacing: 0.23em;
    padding: 0;
    margin: 90px auto 6px auto ;
}

.box_access {
    height: fit-content;
}

.access_width {
    width: 100%;
    flex-direction: column;
}

/*------accessテーブル側-------*/
.access1{
    width: 90%;
    height: fit-content;
    padding: 5%;
}

.access_headline {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 16px;
    background: url(../images/img_gelato.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
 }

.p_access {
    width: 137px;
    margin: 30px 0 0 0 ;
    display: inline-block;
}

.img_gelato_box {
 width: 116px;
 height: 109px;
 margin-left: 60px;
 margin-right: 42px;
}

table.access_contents{
    table-layout: fixed;
    width: 100%;
    line-height: 1.8;
    border-spacing: 20px 0;
}

caption {
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.14em;
    margin-left: 10%;
}

td.access_contents_td {
    font-size: 16.5px;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1.9;
}

span#tel {
    font-size: 21px;
    color: #0a9fd5;
}

td.access_contents_td:nth-child(1) {
    width: 30%;
    text-align: right;
    font-size: 15px;
}

td.access_contents_td:nth-child(2) {
    width: 70%;
    font-size: 15px;
    white-space: normal;
}
/*------↑accessテーブル側おわり↑-------*/

/*------access写真側-------*/

.img_access {
    margin: 0;
    width: 100%;
    height: 100%;
}
/*------↑access写真側おわり↑-------*/

.map {
    margin: 0;
    width: 100%;
    height: auto;
    padding-top: 70%;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.img_pagetop {
    width: 88px;
    height: 50px;
    margin: 25px auto;
}

#pageTop {
    width: 100%;
    height: 100px;
    text-align: center;
    margin: 0;
}
#pageTop a {
    display: block;
    width: 100%;
    height: 100%;
}

/*-----------------------↑asideここまで↑-------------------------*/


/*-----------------------↓フッターここから↓-------------------------*/
footer {
    height: fit-content;
}

.img_logo_footer {
    width: 78px;
    height: 122px;
    margin: 20px 0 20px 0;
}

.footer_img_icon {
    margin: 0 3px 10px;
}

footer ul {
    display: block;
    padding: 0;
    margin-bottom: 15px;
}

footer ul li {
    background: none;
    padding-bottom: 1%;
}

footer ul li.footer_menu {
    background-image:none;
    padding-bottom: 1%;
}

footer ul li a {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #ffffff;
}

.copyright {
    font-size: 11px;
    border-top: solid 1px #fff;
    padding: 5%;
    margin: 0;
}

/*-----------------------↑フッターここまで↑-------------------------*/

/*-----------------------↓ページ共通パーツ設定↓-------------------------*/
  /*↓カテゴリー名セクション↓*/
h1.title {
    font-size: 21px;
}
  
.underline {
    margin: 0 auto 20px auto;
}
  
div.menu_title {
    margin: 20% auto 20px auto;
}
  
  /*↓パンくずリスト↓*/
.pankuzu {
    width: 100%;
    margin: 0;
    padding: 5%;
    box-sizing: border-box;
}

.pankuzu p, .pankuzu a{
      font-size: 16px;
      margin: 0;
}
  
  /*↓ページ内リンクリスト↓*/
ul.middle_page_menu_list {
    display: block;
    width: 100%;
    margin: 0;
}
    
ul.middle_page_menu_list li {
    margin-bottom: 3%;
}
ul.middle_page_menu_list li a {
    font-size: 15px;
}

  /*↓h2見出し↓*/
.head2_style {
    margin-top: 0;
    margin-bottom: 20px;
    background:url(../images/img_h2_left.png) no-repeat 10% 12px, url(../images/img_h2_right.png) no-repeat 90% 12px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #3e3a39;
    background-size: 22px 7px;
}
  
  /*↓h3見出し↓*/
.head3_style {
    text-align: left;
    padding-left: 20px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #3e3a39;
}
.head3_style.short {
    background: 0;

}
.head3_style.long {
    background: 0;
    margin-top: 2%;
}
  
  /*↓h4見出し↓*/
.head4_style {
    margin: 0;
}

  /*↓小ボタングレー背景↓*/
.btn-short{
    margin: 0;
    width:163px;
    height: 30px;
    line-height:20px;
    text-align: end;
}
.btn-short a{
    display:block;
    width:130px;
    height:100%;
    padding: 10px 20px 0 10px;
    text-decoration: none;
    background:#8E8F8F;
    text-align:center;
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    font-size: 14px;
    border-radius:27px;
    -webkit-border-radius:27px;
    -moz-border-radius:27px;
}
.btn-short a:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 10px;
    margin-left: 40px;
    background: url("../images/img_white_arrow.png") no-repeat;
    background-size: contain;
}
.btn-short a:hover{
    background:#8E8F8F;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    border:1px solid #FFFFFF;
    box-shadow:none;
}
  
  /*↓普通のリスト↓*/
.normal_list{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    list-style-type: none;
}
    
.normal_list li {
    background: url(../images/img_list.png) no-repeat top 9px left;
    margin: 0 0 5px 0;
    padding-left: 30px;
    background-size: 9px 9px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
  
  /*↓区切り用ボーダーライン↓*/
.solid_underline {
    width: 100%;
    margin: 0;
}

.btn-oem {
    margin: auto;
}

}
