@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fafafa;
}

a {
  color: #1111cc !important;
  text-decoration: none;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#main, #main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

#contents_wrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .map li {
    text-align: center;
  }
}
.map li:last-child {
  display: none;
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

/*プライバシーポリシーはこちら*/
/**/
table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 10px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

@media screen and (max-width: 768px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

.inner {
  max-width: 100%;
  width: 960px;
  margin: 0 auto;
}

.inner_out {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

a.tel_link {
  pointer-events: none;
}
@media screen and (max-width: 468px) {
  a.tel_link {
    pointer-events: auto;
  }
}

/*blog*/
dl dd {
  text-align: center;
}
dl dt {
  text-align: center;
}

.date {
  display: block;
}

.blog {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .blog .detail {
    text-align: left !important;
  }
}
.blog article {
  text-align: center !important;
  margin-bottom: 80px;
}
.blog .translate {
  font-weight: bold;
}
.blog .date {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
.blog h2 {
  font-size: 20px;
  letter-spacing: 5px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  padding: 10px;
  background: #000000;
  box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  width: 40%;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .blog h2 {
    font-size: 18px;
    width: 100%;
  }
}
.blog h2:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: -10px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #4f4f4f;
}
.blog a {
  color: #b7975e !important;
}
@media screen and (max-width: 468px) {
  .blog button {
    margin: 10px 0;
  }
}
.blog #calendar {
  width: 50% !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 468px) {
  .blog #calendar {
    width: 100% !important;
  }
}

/*form*/
.submit {
  max-width: 100%;
}

.text {
  text-align: left !important;
}

.tel {
  text-align: left !important;
}

/*min-width*/
#global_header {
  min-width: 100% !important;
}

#global_footer {
  min-width: 100% !important;
}

/*パンくず*/
.pankuzu {
  font-size: 12px;
}
.pankuzu ul {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 468px) {
  .pankuzu ul {
    position: relative;
    right: -20px;
  }
}
.pankuzu a {
  color: #777 !important;
}
.pankuzu li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  color: #777 !important;
}
.pankuzu li:last-child:after {
  display: none;
}
.pankuzu li:after {
  content: "＞";
  position: absolute;
  right: -25px;
  top: -1px;
}

/*プライバシーポリシー*/
.policy_01 {
  margin-bottom: 40px;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 468px) {
  .policy_01 {
    width: 100%;
  }
}
.policy_01 h2 {
  letter-spacing: 5px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  padding: 10px;
  background: #000000;
  box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  width: 105%;
  text-align: center !important;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 468px) {
  .policy_01 h2 {
    width: 100%;
    font-size: 15px;
  }
}
.policy_01 h2:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: -10px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #4f4f4f;
}

/*アンカーリンク調整*/
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/*404*/
.nf_title h1 {
  margin-top: 40px;
  position: relative;
  color: #333333;
  text-shadow: 0 0 2px white;
  font-size: 100px;
}
@media screen and (max-width: 768px) {
  .nf_title h1 {
    font-size: 85px;
  }
}
@media screen and (max-width: 468px) {
  .nf_title h1 {
    max-width: 100%;
    font-size: 20px;
  }
  .nf_title h1 span {
    font-size: 80px;
  }
}

.nf_txt {
  color: #333;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width: 468px) {
  .nf_txt {
    margin-top: 0;
  }
}
.nf_txt h2 {
  font-size: 19px;
  font-weight: bold;
  border-bottom: none;
}
@media screen and (max-width: 468px) {
  .nf_txt h2 {
    font-size: 17px;
  }
}
.nf_txt p {
  color: #333333;
  font-weight: bold;
}
@media screen and (max-width: 468px) {
  .nf_txt p {
    font-size: 13px;
  }
}

.nf_btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0;
  text-decoration: none;
  color: #333;
  text-align: center !important;
  margin-bottom: 40px;
}
.nf_btn a {
  color: #333 !important;
  font-weight: bold !important;
  text-align: center !important;
}
.nf_btn:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top: 100%;
  left: 0;
  border-radius: 3px;
  background: #000;
  transition: .2s;
}
.nf_btn:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}

/*meanmenu*/
.mean-container .mean-bar {
  padding: 0 !important;
  background: none !important;
}

.mean-container .mean-nav {
  margin-top: 0 !important;
}

.mean-container .mean-nav ul li a {
  width: 100% !important;
  padding: 1em 0 !important;
  margin: 0;
}

/**/
.pad0 {
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  #nav_global {
    display: none;
  }
}

#nav_global02 {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #nav_global02 {
    display: block;
  }
}

@media screen and (max-width: 468px) {
  .mean-container .mean-nav ul li a {
    font-size: 12px !important;
  }
}

body {
  overflow-x: hidden;
}

/*facebook*/
body.plugin {
  float: right;
}

header#global_header {
  max-width: 100%;
}

#header {
  background: url(../images/common/header_line.png) repeat-x center top, url(../images/common/header_inner_line.png) repeat-x center bottom 12px;
  position: relative;
}

.header_container {
  position: relative;
}
.header_container .col_01 .h_logo {
  padding-top: 13px;
  position: relative;
  z-index: 999999999;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .header_container .col_01 .h_logo {
    padding-top: 0;
    top: 1px;
    z-index: 9;
  }
}
.header_container .col_02 p {
  position: absolute;
  float: left;
  font-size: 10px;
  font-weight: normal;
  color: #7d7d7d;
  padding: 15px 0 0 0;
  margin: 0;
  display: inline-block;
  left: 0;
  top: 0;
}
@media screen and (max-width: 468px) {
  .header_container .col_02 p {
    padding: 15px 45px 0px 45px;
  }
}

@media screen and (max-width: 768px) {
  .col_01 {
    display: none;
  }
}

.col_01tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .col_01tab {
    display: block;
    z-index: 9999;
    position: relative;
  }
}
@media screen and (max-width: 468px) {
  .col_01tab {
    display: none;
  }
}
.col_01tab img {
  width: 15vw;
}

.col_01sp {
  display: none;
}
@media screen and (max-width: 468px) {
  .col_01sp {
    display: block;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 468px) {
  .col_01sp img {
    width: 30vw !important;
    margin-top: 10px;
  }
}
.col_01sp .h_logo {
  z-index: 999;
}
@media screen and (max-width: 468px) {
  .col_01sp .pad {
    padding: 30px 0;
  }
}

#nav_global {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #c1c1c1;
  clear: both;
  position: absolute;
  top: 49px;
  left: -15px;
  z-index: 9999;
}
#nav_global ul {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#nav_global ul li:nth-child(3) {
  margin-right: 156px;
}
@media screen and (max-width: 768px) {
  #nav_global ul li:nth-child(3) {
    margin-right: 0;
  }
}
#nav_global ul li a {
  color: #000 !important;
}

#mainArea {
  width: 1120px;
  max-width: 100%;
  height: 455px;
  position: relative;
  top: -13px;
  margin: 0 auto;
  height: auto;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #mainArea {
    border-top: 1px solid #c1c1c1 !important;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 468px) {
  #mainArea {
    height: auto;
  }
}

@media screen and (max-width: 468px) {
  img.imgL {
    max-width: 100% !important;
  }
}

#footer {
  background: url(../images/common/footer_head_line.png) repeat-x center top #dfdfdf;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 0px 0 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 0px 0 40px;
  }
}
@media screen and (max-width: 468px) {
  #footer {
    padding: 0 10px;
  }
}
#footer span {
  max-width: 100%;
  margin-bottom: 20px;
}
#footer iframe {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  #footer iframe {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 468px) {
  #footer iframe {
    margin: 0;
  }
}

.fb_iframe_widget iframe {
  width: 420px !important;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .footer_container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 468px) {
  .footer_container {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px 0 10px;
  }
}

.inner {
  width: 1000px;
  max-width: 100%;
}

.col_03 {
  float: left;
}
@media screen and (max-width: 468px) {
  .col_03 {
    float: none;
    margin: 0 auto;
  }
}
.col_03 .nav_footer {
  float: left;
  margin-right: 60px;
}
@media screen and (max-width: 468px) {
  .col_03 .nav_footer {
    margin-right: 30px;
  }
}
.col_03 .nav_footer li {
  text-align: left !important;
  margin-bottom: 5px;
  font-size: 12px;
}
@media screen and (max-width: 468px) {
  .col_03 .nav_footer li {
    font-size: 16px;
  }
}
.col_03 .nav_footer a {
  color: #000 !important;
}
.col_03 .nav_footer .small {
  font-size: 10px;
}
@media screen and (max-width: 468px) {
  .col_03 .nav_footer .small {
    font-size: 12px;
  }
}
.col_03 .f_ttl {
  text-align: left;
  padding: 33px 0 18px;
}
@media screen and (max-width: 468px) {
  .col_03 .f_ttl {
    padding: 0px 0 10px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 468px) {
  .col_03 .f_ttl img {
    width: 25%;
  }
}

.col_04 {
  float: left;
}
@media screen and (max-width: 468px) {
  .col_04 {
    margin: 0 auto;
    padding-left: 20px;
  }
}
.col_04 p a {
  color: #777 !important;
  font-weight: bold;
}
@media screen and (max-width: 468px) {
  .col_04 {
    margin-bottom: 20px;
  }
}
.col_04 .f_ttl02 {
  text-align: left;
  margin: 30px 0 20px;
}
@media screen and (max-width: 468px) {
  .col_04 .f_ttl02 {
    margin: 0px 0 20px 0px;
  }
}
@media screen and (max-width: 468px) {
  .col_04 .f_ttl02 img {
    width: 25%;
  }
}
.col_04 p {
  display: inline-block;
  text-align: left;
  font-size: 12px;
}
@media screen and (max-width: 468px) {
  .col_04 p {
    display: block;
    text-align: left;
    font-size: 16px;
  }
}

#copyright {
  background-color: #fff;
}

#footer {
  position: relative;
}

@media screen and (max-width: 468px) {
  .flex_sp {
    display: flex;
    flex-direction: column;
  }
}

body {
  font-family: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
  background-color: #fff;
}

#footer {
  position: relative;
}

#contents_wrap {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents_wrap {
    padding: 0 10px;
  }
}

@media screen and (max-width: 468px) {
  .contents_sp {
    margin-top: -50px;
  }
}

/* home */
.news_ttl {
  text-align: left;
  position: relative;
  top: 40px;
}
@media screen and (max-width: 468px) {
  .news_ttl h2 {
    width: 120vw;
    position: relative;
    left: -10px;
  }
}

.flex {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 625px) {
  .flex {
    display: block;
  }
}

.news_txt {
  width: 100%;
  height: 330px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 13px;
  color: #000;
  margin-top: 55px;
}
@media screen and (max-width: 468px) {
  .news_txt {
    width: 100%;
    height: 190px;
    margin-bottom: 40px;
  }
}
.news_txt .icon01 {
  background: url(../images/common/icon01.png) no-repeat 27px 21px;
  margin: 0;
  padding: 15px 0 15px 45px !important;
  overflow: hidden;
}
@media screen and (max-width: 468px) {
  .news_txt .icon01 {
    background: url(../images/common/icon01.png) no-repeat 10px 21px;
    margin: 0 20px;
    padding: 15px 30px 15px !important;
    overflow: hidden;
  }
}
.news_txt .icon01:nth-child(even) {
  background-color: #f2f2f2;
}

.right_menu {
  width: 40%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .right_menu {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 625px) {
  .right_menu {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 468px) {
  .right_menu {
    width: 100%;
  }
}

@media screen and (max-width: 468px) {
  .right_menu table {
    text-align: center;
  }
}
.right_menu table td {
  padding: 0 0 10px 20px !important;
}
@media screen and (max-width: 468px) {
  .right_menu table td {
    padding: 0 0 10px !important;
  }
}

.h2_ttl {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  font-size: 34px;
  padding: 0px 0 5px 0;
  margin: 0;
  color: #000;
  background: url(../images/common/line01.png) repeat-x center bottom;
  margin-bottom: 30px;
}
.h2_ttl span {
  font-size: 26px;
}

.about_bg {
  background: url(../images/common/bg01.png);
  margin: 0 0 30px 0;
  padding: 10px 10px 10px 10px;
}
.about_bg h3 {
  background: url(../images/common/line02.png) repeat-x center bottom;
  padding-bottom: 5px;
}

.ranpoke_ttl {
  background-color: #fff;
  padding: 10px;
  margin-top: 20px;
}

.icon02 {
  background: url(../images/common/icon02.png) no-repeat;
  background-position-x: 20px;
  background-position-y: 20px;
  font-size: 16px;
  padding: 20px 0 0 50px;
  background-color: #fff;
}
@media screen and (max-width: 468px) {
  .icon02 {
    background: url(../images/common/icon02.png) no-repeat;
    background-position-x: 5px;
    padding: 20px 0 0 30px;
    background-color: #fff;
    background-position-y: 20px;
  }
}

.h4_ttl {
  color: #e4005a;
  font-size: 26px;
}
@media screen and (max-width: 468px) {
  .h4_ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 468px) {
  .buckle {
    margin-bottom: 40px;
  }
}
.buckle td {
  padding: 0 10px !important;
}
.buckle img {
  border: 5px solid #ccc !important;
}
.buckle .td_left {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .buckle .td_left {
    width: 100%;
  }
}

.zekkenn td {
  padding: 0 4px !important;
}
.zekkenn img {
  border: 5px solid #ccc !important;
}
.zekkenn .td_left {
  width: 59%;
}
@media screen and (max-width: 768px) {
  .zekkenn .td_left {
    max-width: 100%;
  }
}

h3.title01 {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
  background: url(../images/common/usa02.png) no-repeat;
  font-weight: normal;
  font-size: 24px;
  padding: 10px 0 0 50px;
  margin: 0;
  border-bottom: 4px double #ccc;
  margin-bottom: 20px;
}

.kounyuu_btn {
  margin: 50px 0 100px;
}

/*shoplist*/
.shoplist {
  margin: 0 20px;
  font-size: 12px;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .shoplist {
    margin: 0 10px !important;
    width: 49%;
  }
}
@media screen and (max-width: 468px) {
  .shoplist {
    width: 100%;
    margin: 0 auto !important;
  }
}
.shoplist table {
  table-layout: auto;
}
.shoplist td {
  padding: 0 !important;
  padding-left: 5px !important;
}

.shoplist_ttl {
  background-color: #0080C0;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: medium;
}
@media screen and (max-width: 768px) {
  .shoplist_ttl {
    font-size: 12px;
  }
}
.shoplist_ttl span {
  font-size: 12px;
}

.sl_left {
  width: 35% !important;
  background-color: #C0C0C0;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #fff !important;
  padding-left: 0 !important;
}
@media screen and (max-width: 468px) {
  .sl_left {
    width: 100% !important;
  }
}

.none {
  border: none !important;
}

.use_table .use_ttl {
  color: #0080ff;
  font-size: 50px;
  font-weight: bold;
  padding-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .use_table .use_ttl {
    font-size: 38px;
  }
}
@media screen and (max-width: 468px) {
  .use_table .use_ttl {
    font-size: 25px;
  }
}
.use_table .use_txt {
  font-size: 25px;
}
@media screen and (max-width: 468px) {
  .use_table .use_txt {
    font-size: 14px;
  }
}
.use_table .use_txt .font {
  font-weight: bold;
  font-size: 35px;
}
@media screen and (max-width: 468px) {
  .use_table .use_txt .font {
    font-size: 20px;
  }
}

/**/
.library_ttl {
  font-size: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 468px) {
  .library_ttl {
    text-align: left !important;
  }
}
.library_ttl h2 {
  font-weight: bold;
  font-size: 24px;
  color: #555;
}
@media screen and (max-width: 468px) {
  .library_ttl h2 {
    font-size: 16px;
  }
}
.library_ttl a {
  color: #878787 !important;
  text-decoration: underline;
}

.library_img {
  margin: 0 80px 60px;
}
@media screen and (max-width: 468px) {
  .library_img {
    margin: 0 0 60px;
  }
}

/**/
.recruit_table {
  color: #777;
  font-size: 12px;
  margin-bottom: 60px;
}
@media screen and (max-width: 468px) {
  .recruit_table {
    margin-bottom: 30px;
  }
}
.recruit_table .r_left {
  background: url(../images/common/bg02.png);
  width: 25%;
  text-align: center !important;
  font-weight: bold;
  color: #777;
}

/*お問い合わせ*/
table th {
  background: url(../images/common/bg02.png) !important;
  color: #777 !important;
}

.style_form {
  font-size: 12px !important;
}

.submit {
  width: 100%;
}

.submit_c {
  font-size: 80%;
}

.contact_txt {
  font-size: 12px;
  color: #777;
}
.contact_txt a {
  text-decoration: underline !important;
  color: #666 !important;
}

input {
  height: 30px !important;
}

/*プライバシーポリシー*/
.policy {
  margin-bottom: 20px;
  color: #777;
}
.policy h3 {
  font-size: 14px;
  font-weight: bold;
}

.kujou {
  color: #777;
  border: 5px solid #ccc !important;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 70px;
}

/*サイトマップ*/
.map li {
  border-left: none !important;
  border-bottom: 2px dotted #999;
  margin: 0px 0 5px;
  padding: 0px 0 5px;
  text-align: left;
}
.map a {
  font-size: 12px;
  color: #878787 !important;
  display: block;
}

/*新着情報タイトル*/
@media screen and (max-width: 468px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 468px) {
  .news_ttl h2 {
    width: 100%;
    left: 0;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 468px) {
  .sp {
    display: block;
    margin: 0 auto;
    font-size: 25px;
    text-align: center;
    border-bottom: 2px dashed #ccc;
  }
}
@media screen and (max-width: 468px) {
  .sp span {
    font-size: 12px;
    padding-left: 10px;
  }
}

/* title */

/*# sourceMappingURL=common_style.css.map */
