html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}

html {
/*  display: flex;
  flex-direction: column;
  height: 100%;*/
}
body {
/*  min-height: 100%;
  display: flex;
  flex-direction: column;*/
  color:#444;
  font-size:100%;
  line-height:1.0;
}

/* 背景色、背景画像の変更 */
body {
background:url(images/xv.png) left top repeat;
}

br {letter-spacing:0;}
ul, li {list-style:none;}
img, a img {border:none; text-decoration:none; vertical-align:top;}
table {border-collapse:collapse;}
input, textarea, select {font-family:sans-serif;}
em, address {font-style:normal;}

div:after, ul:after {content:""; display:block; clear:both;}
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

a:link    {color:#0000ff; text-decoration:none;}
a:visited {color:#0000ff; text-decoration:none;}
a:hover   {color:#3366CC; text-decoration:none;}
a:active  {color:#99CCFF; text-decoration:none;}

/* -------------------------------------------------------
Layout
---------------------------------------------------------- */
.intro {
  overflow: hidden;
}

.header {
  width: 100%;
  padding: 6px 0 12px;
  overflow: hidden;
}

.hdr-inner {
  position: relative;
}

.logo {
  color: #111;
  font-weight: bold;
}

.logo a {
  color: #111;
  text-decoration: none;
}

.logo a:hover {
  color: #666;
  text-decoration: none;
}

.gnv {
  width: 100%;
}

.container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.main-v {
  margin: 0 auto;
}

.hdr-inner,
.gnv-inner,
.ftr-inner {
margin:0 auto;
}



.footer {
width:100%;
overflow:hidden;
}

/* -------------------------------------------------------
Detail
---------------------------------------------------------- */
.intro_txt {
  padding: 0.5em 1em;
  font-size: 10px;
  text-align: left;
  color: #fff;
}

.top_contents_block h2 {
  margin: 0 0 1em;
  padding: 0.2em 0 0.2em 0.5em;
  border-left: 3px solid #c6bea9;
  color: #45484B;
  font-size: 120%;
  font-weight: bold;
}

.contents_inner h1 {
  margin: 0 0 1em;
  padding: 0.5em 0 0.5em 0.5em;
  border-left: 3px solid #0897fd;
  background: -moz-linear-gradient(top, #fff, #fcfcfc);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fcfcfc));
  color: #45484B;
  font-size: 140%;
  font-weight: bold;
}

.contents_title {
  display: inline-block;
  margin: 0 0 1em;
  padding: 0 1em 0.6em 0.5em;
  border-bottom: 1px solid #b5ac93;
  color: #45484B;
  font-size: 110%;
  line-height: 1.2;
}

.table {}

.table table {
  width: 100%;
  border: 1px solid #d4d5ce;
}

.table th {
  padding: 1em;
  background: #f7f6f4;
  border-top: 1px solid #d4d5ce;
  border-right: 1px solid #d4d5ce;
  border-bottom: 1px solid #d4d5ce;
  border-left: 5px solid #b5ac93;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  background: #eee;
}

.table td {
  padding: 1em;
  border: 1px solid #d4d5ce;
  line-height: 1.6;
}

.contents_inner p {
  font-size: 90%;
  line-height: 1.8;
}




/* -------------------------------------------------------
for PC
---------------------------------------------------------- */
@media only screen and (min-width:940px){
/* common ------------------------- */
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
    zoom:1;
  }

  a {
    transition: all 0.3s ease;
  }

  .spv {
    display: none;
  }

  .hdr-inner,
  .ftr-inner {
    width: 940px;
    margin: 0 auto;
  }

  .h-s-tel {
    display: none;
  }

  .entry_body {
    margin: 0 0 50px;
  }

  .footer {

  }


/* header ------------------------- */
  .header {
    /*background: linear-gradient(#fff, #f1f1f1);*/
    background: #fff;
  }

  .intro {
    background: #003275;
  }

  .intro_txt {
    width: 940px;
    margin: 0 auto;
    color: #fff;
    letter-spacing: 0.1em;
  }

  .hdr-inner {
    position: relative;
    height: 80px;
  }

  .logo {
    position: absolute;
    top: 10px;
    left: 0;
    /*font-size: 22px;*/
  }

  .logo a {
    color: #056fc3;
  }

  .h-contact {
    position: absolute;
    top: 15px;
    right: 60px;
    font-size: 11px;
    line-height: 1.5;
    text-align: right;
  }

  .h-contact .tel-num {
    font-size: 24px;
    font-weight: bold;
  }

  .h-mail {
    position: absolute;
    top: 20px;
    right: 0px;
  }

  .h-mail a {
    display: block;
    width: 52px;
    height: 52px;
    background: #b5ac93;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    line-height: 52px;
    text-align: center;
  }
  .h-mail a:hover {
    background: #056fc3;
  }

/* gnv ------------------------- */
  .gnv {
    margin: 0 0 30px;
    background: #003275;
  }

  .gnv .gnv-inner {
    box-sizing: border-box;
    width: 942px;
    margin: 0 auto;
    border-right: 1px solid #164889;
    border-left: 1px solid #002049;
  }

  .gnv .gnavi {
    letter-spacing: -0.4em;
    list-style: none;
  }

  .gnv .gnavi li {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 162px;
    border-right: 1px solid #002049;
    border-left: 1px solid #164889;
    letter-spacing: normal;
    vertical-align: middle;
  }

  .gnv .gnavi li.gn_home {
    width: 130px;
  }

  .gnv .gnavi li a {
    display: block;
    box-sizing: border-box;
    min-height: 60px;
    background: #003275;
    color: #fff;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
  }

  .gnv .gnavi li a:hover {
    background: #056fc3;
  }

/* .container ------------------------- */
  .container {
    flex: 1;
    width: 100%;
    background: url(../images/xv.png) repeat left top;
  }

/* .main-v ------------------------- */
  .main-v {
    position: relative;
    overflow: hidden;
    width: 940px;
    min-height: 380px;
    margin: 0 auto 24px;
    border-radius: 5px;
  }

  .main-v .mv-catch {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 24px 30px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
  }

  .mv-catch h1 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
  }

  .mv-catch p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
  }


/* TOPpage ------------------------- */
  .top_contents_block {
    box-sizing: border-box;
    width: 940px;
    margin: 0 auto;
  }

  .top_contents_block h2,
  .contents_inner h1,
  .contents_title {
    letter-spacing: 0.1em;
  }

  .tc_wrap {}
  .tc_wrap ul {
    letter-spacing: -0.4em;
  }
  .tc_wrap ul li {
    letter-spacing: normal;
    display: inline-block;
    width: 280px;
    margin: 0 8px 24px;
    font-size: 14px;
    text-align: center;
  }
  .tc_wrap ul li img {
    margin-bottom: 8px;
  }


/* contents ------------------------- */
  .contents_block {
    box-sizing: border-box;
    width: 940px;
    margin: 0 auto 7em;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
  }
  section + section {
    margin-top: 80px;
  }

  .table {
    width: 96%;
    margin: 0 auto 50px;
    font-size: 80%;
  }

  .table th {
    width: 8em;
    *display: inline;
    zoom: 1;
  }

  .table td {
    *display: inline;
    zoom: 1;
  }

  .map_space {
    width: 840px;
    margin: 0 auto;
  }

  .map_space iframe {
    width: 100%;
    height: 360px;
  }

  .contents_img_r {
    float: right;
    margin: 0 0 15px 15px;
  }

  .contents_img_l {
    float: left;
    margin: 0 15px 15px 0;
  }

  .contents_img_c {
    margin: 0 0 30px;
    text-align: center;
  }

  .contents_img_r img,
  .contents_img_l img {
    width: 300px;
  }

  .contents_img_c img {
    width: 100%;
  }

  .cuisine {
    margin: 24px 0 36px;
    text-align: center;
  }

  .cuisine img {
    border: 3px solid #fff;
    box-shadow: 5px 5px 5px #ddd;
  }

  .content_left {
    float: left;
    width: 600px;
    margin-bottom: 60px;
    padding: 24px 24px 54px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0px 0px 6px 3px #e1e1e1;
    -moz-box-shadow: 0px 0px 6px 3px #e1e1e1;
    -webkit-box-shadow: 0px 0px 6px 3px #e1e1e1;
  }

  .content_right {
    float: right;
    width: 250px;
    margin-bottom: 60px;
    padding-left: 12px;
  }

  .r_box {
    margin-bottom: 12px;
    padding: 6px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0px 0px 6px 3px #e1e1e1;
    -moz-box-shadow: 0px 0px 6px 3px #e1e1e1;
    -webkit-box-shadow: 0px 0px 6px 3px #e1e1e1;
  }

  .r_box .side_img img {
    width: 100%;
  }
  .r_box p {
    padding-top: 4px;
  }

  .r_box p a {
    color: #444;
  }

  .r_box p a:hover {
    color: #666;
  }

  .r_headding {
    margin-bottom: 4px;
    padding: 6px;
    background: #003275;
    font-size: 16px;
    color: #fff;
  }

  .r_box p {
    padding-left: 6px;
    font-size: 12px;
  }

  .side_text {
    padding-left: 6px;
    font-size: 80%;
    line-height: 1.4;
  }


  .greeting {
    margin-bottom: 40px;
    padding-left: 1em;
  }


  /* 追加分 */
  .enkaku {
    display: table;
    width: 100%;
    margin-bottom: 16px;
    box-sizing: border-box;
  }
  .enkaku .date,
  .enkaku .text {
    font-size: 14px;
    line-height: 1.6;
  }
  .enkaku .date {
    display: table-cell;
    width: 20%;
    padding-left: 1.5em;
    vertical-align: top;
  }
  .enkaku .text {
    display: table-cell;
    width: 80%;
    vertical-align: top;
  }

  .kanyu_p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
  }
  .kanyu_policy {
    margin-top: 24px;
    padding-left: 32px;
  }
  .kanyu_policy li {
    list-style: decimal;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1.6;
  }
  .agent {
    margin-top: 24px;
    padding: 16px;
    border: 1px solid #ccc;
    font-size: 22px;
    font-weight: bold;
  }
  .agent p {
    font-size: 14px;
    font-weight: normal;
  }

  .pp {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.7;
  }
  .pp dt {
    font-weight: bold;
  }
  .pp dd {
    margin-bottom: 1em;
    padding-left: 1em;
  }
  .pp dd ol {
    padding-left: 1.5em;
  }
  .pp dd ol li {
    list-style: decimal;
  }
  .pp_contact {
    margin-top: 24px;
    padding: 16px;
    border: 1px solid #ccc;
  }
  .pp_contact table {
    width: 100%;
    margin: 0;
    font-size: 14px;
  }
  .pp_contact td {
    padding: .5em 1em;
    text-align: left;
  }
  .pp_contact td.wd160 {
  	width: 160px;
	}
  .job_box table {
    width: 100%;
  }
  .job_box th,
  .job_box td {
    padding: 1em;
    font-size: .9em;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  .job_box th {
  width: 7em;
    min-width: 6em;
    background: #fafafa;
    border: 1px solid #ddd;
    font-weight: normal;
    vertical-align: middle;
  }
  .job_box td {
    border: 1px solid #ddd;
  }
  .job_box .j_tel a {
    color: #333;
    text-decoration: none;
  }

  /* スタッフ紹介 */
  .staff_list {
    letter-spacing: -0.4em;
  }
  .staff_list li {
    letter-spacing: normal;
    display: inline-block;
    width: 200px;
    margin: 0 8px 24px;
    vertical-align: top;
  }
  .staff_list li figure {
    margin-bottom: 8px;
  }
  .staff_list li img {
    width: 100%;
    margin-bottom: 8px;
  }
  .staff_list li figcaption {
    font-size: 12px;
    text-align: center;
  }

  /* 取扱い保険会社 */
  .ins_box {
    font-size: 14px;
    line-height: 1.6;
  }
  .ins_box + .ins_box {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #ddd;
  }
  .ins_class {
    margin-bottom: 14px;
  }
  .ins_box p {
    padding-left: 1em;
  }
  .ins_box img {
    height: 70px;
    margin-bottom: 8px;
  }

  /* ご挨拶 */
  .daihyo_sign {
    margin-bottom: 1em;
    padding: 0 96px;
    font-size: 90%;
    text-align: right;
  }
  .daihyo_greeting {
    padding: 0 96px;
  }
  .daihyo_greeting p {
    margin-bottom: 1em;
  }
  .daihyo_greeting .emp {
    margin-bottom: 16px;
    font-size: 120%;
    font-weight: bold;
  }
  .daihyo_pic {
    margin-top: 48px;
    font-size: 12px;
    text-align: center;
  }
  .daihyo_pic img {
    width: 400px;
    margin-bottom: 8px;
  }

  .keieirinen,
  .koudousisin {
    padding: 0 96px;
  }
  .rinen_hd {
    margin-bottom: 16px;
    padding-left: 1em;
    font-size: 150%;
    font-weight: bold;
    letter-spacing: .5em;
  }
  .rinen,
  .sisin {
    padding-left: 32px;
  }
  .rinen li,
  .sisin li {
    list-style: disc;
    margin-bottom: .8em;
    font-size: 100%;
    letter-spacing: .1em;
  }


/* footer ------------------------- */
  .footer {
    clear: both;
  }

  .ftr-inner {
    width: 100%;
    padding: 24px 0;
    border-top: 2px solid #056fc3;
    background: #003275;
    color: #eee;
    font-size: 14px;
    text-align: center;
  }

  .f_link {
    letter-spacing: -0.4em;
    margin-bottom: 24px;
    text-align: center;
  }
  .f_link li {
    letter-spacing: normal;
    display: inline-block;
    margin-right: 1em;
    padding-right: 1em;
    border-right: 1px solid #ccc;
    font-size: 14px;
  }
  .f_link li:last-child {
    margin: 0;
    border: none;
  }
  .f_link li a {
    color: #fff;
  }

  address {
    margin: 0 0 10px;
    font-size: 13px;
  }

  address span {
    display: inline-block;
    margin: 0 0 0 1em;
    font-size: 11px;
  }

  .copyright {
    font-size: 10px;
  }
}
/* -------------------------------------------------------
for SmartPhone
---------------------------------------------------------- */
@media only screen and (max-width:939px){
/* common ------------------------- */
  body {
  margin:0;
  font-family: sans-serif;
  }

  .pcv {
    display: none;
  }

  .entry_body {
  margin:0 0 30px;
  }
  .container {
  padding:0 0 130px;
  }
/* header ------------------------- */
  .intro {
    background: #003275;
  }

  p.intro_txt {
    color: #fff;
  }

  .hdr-inner {
    position: relative;
  }

  .logo {
    padding: 8px;
  }
  .logo img {
    width: 240px;
  }

  .h-contact {
    display: none;
  }

  .h-s-tel {
    position: absolute;
    top: 10px;
    right: 46px;
  }

  .h-mail {
    position: absolute;
    top: 10px;
    right: 5px;
  }

  .h-s-tel a,
  .h-mail a {
    display: block;
    width: 36px;
    padding: 5px 0 8px;
    background: #003275;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
  }

/* gnv ------------------------- */
  .gnv {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
  }

  .gnv .gnv-inner {
    padding: 15px 10px;
    text-align: center;
  }

  .gnv .gnavi {
    letter-spacing: -0.4em;
  }

  .gnv .gnavi li {
    display: inline-block;
    letter-spacing: normal;
    width: 45%;
    margin: 0 10px 5px 0;
  }

  .gnv .gnavi li a {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #444;
    font-size: 12px;
    text-decoration: none;
    line-height: 36px;
    text-align: center;
  }

  .r_box .side_img img {
    width: 100%;
  }
  .side_text {
    font-size: 80%;
    line-height: 1.4;
  }

/* .container ------------------------- */
  .container {
    flex: 1;
    width: 100%;
    background: url(../images/xv.png) repeat left top;
  }

/* main-v ------------------------- */
  .main-v {
    margin: 0 0 30px;
  }

  .main-v img {
    width: 100%;
  }

  .main-v .mv-catch {
    padding: 10px;
  }

  .mv-catch h1 {
    font-size: 100%;
    font-weight: bold;
  }

  .mv-catch p {
    font-size: 80%;
    line-height: 1.5;
  }

/* contents ------------------------- */
  .top_contents_block {
    margin: 15px 10px 30px;
    background: #fff;
    border-radius: 5px;
  }

  .tc_wrap ul {}
  .tc_wrap ul li {
    text-align: center;
  }
  .tc_wrap ul li + li {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #ddd;
  }
  .tc_wrap ul li img {
    margin-bottom: 8px;
  }




  .contents_block {
    margin: 15px 0 30px;
    background: #fff;
    border-radius: 5px;
  }

  .contents_inner {
    padding: 1em;
  }

  section + section {
    margin-top: 64px;
  }

  .table {
    width: 100%;
    margin: 0 auto 50px;
    font-size: 80%;
  }

  .table th {
    font-size: 10px;
    white-space: nowrap;
  }

  .contents_img_r,
  .contents_img_l,
  .contents_img_c {
    margin: 0 0 15px;
  }

  .contents_img_r img,
  .contents_img_l img,
  .contents_img_c img {
    width: 100%;
  }

  .map_space {
    width: 100%;
  }

  .map_space iframe {
    width: 100%;
    height: 240px;
  }

  .r_headding {
    margin: 3em 0 1em;
    padding-left: 0.8em;
    border-left: 2px solid #b5ac93;
  }

  .cuisine {
    margin: 12px 0 24px;
  }

  .cuisine img {
    width: 100%;
  }


  /* 追加分 */
  .enkaku {
    width: 100%;
    margin-bottom: 16px;
    box-sizing: border-box;
  }
  .enkaku .date,
  .enkaku .text {
    font-size: 14px;
    line-height: 1.6;
  }
  .enkaku .date {}
  .enkaku .text {
  }

  .kanyu_p {
    font-size: 120%;
    font-weight: bold;
    line-height: 1.6;
  }
  .kanyu_policy {
    margin-top: 2em;
    padding-left: 2em;
  }
  .kanyu_policy li {
    list-style: decimal;
    margin-bottom: 1em;
    font-size: 90%;
    line-height: 1.6;
  }
  .agent {
    margin-top: 24px;
    padding: 16px;
    border: 1px solid #ccc;
    font-size: 120%;
    font-weight: bold;
  }
  .agent p {
    font-size: 14px;
    font-weight: normal;
  }


  .pp {
    margin-top: 24px;
    font-size: 90%;
    line-height: 1.7;
  }
  .pp dt {
    font-weight: bold;
  }
  .pp dd {
    margin-bottom: 1em;
    padding-left: 1em;
  }
  .pp dd ol {
    padding-left: 1.5em;
  }
  .pp dd ol li {
    list-style: decimal;
  }
  .pp_contact {
    margin-top: 24px;
    padding: 1em;
    border: 1px solid #ccc;
  }

  .pp_contact table {
    width: 100%;
    margin: 0;
    font-size: 14px;
  }
  .pp_contact tr,
  .pp_contact th,
  .pp_contact td {
    display: block;
  }
  .pp_contact td {
    padding: .5em 1em;
    line-height: 1.4;
    text-align: left;
  }

  /* 採用情報 */
  .job_box {
  }

  .job_box table {
    width: 100%;
  }
  .job_box tr,
  .job_box th,
  .job_box td {
    display: block;
  }
  .job_box th,
  .job_box td {
    font-size: .9em;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  .job_box th {
    padding: .5em 1em;
    background: #f3f3f3;
    font-weight: normal;
    text-align: left;
  }
  .job_box td {
    padding: 1em;
  }
  .job_box .j_tel a {
    display: block;
    margin-bottom: 8px;
    padding: .5em 1em;
    background: #0da510;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  .job_box .j_mail a {
    display: block;
    padding: .5em 1em;
    background: #fff;
    border: 1px solid #0da510;
    border-radius: 6px;
    color: #0da510;
    text-decoration: none;
    text-align: center;
  }

  /* スタッフ紹介 */
  .staff_list {
    letter-spacing: -0.4em;
    text-align: center;
  }
  .staff_list li {
    letter-spacing: normal;
    display: inline-block;
    width: 45%;
    margin: 0 4px 24px;
    text-align: left;
    vertical-align: top;
  }
  .staff_list li figure {
    margin-bottom: 8px;
  }
  .staff_list li img {
    width: 100%;
    margin-bottom: 8px;
  }
  .staff_list li figcaption {
    font-size: 80%;
    text-align: center;
  }

  /* 取扱い保険会社 */
  .ins_box {
    font-size: 90%;
    line-height: 1.6;
    text-align: center;
  }
  .ins_box + .ins_box {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #ddd;
  }
  .ins_class {
    margin-bottom: 1em;
  }

  .ins_box img {
    width: 100%;
    max-width: 320px;
    margin-bottom: 1em;
  }


  /* ご挨拶 */
  .daihyo_greeting {
    margin-top: 16px;
  }
  .daihyo_greeting p {
    margin-bottom: 1em;
  }
  .daihyo_greeting .emp {
    margin-bottom: 16px;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.4;
  }
  .daihyo_pic {
    margin-top: 48px;
    font-size: 12px;
    text-align: center;
  }
  .daihyo_pic img {
    width: 100%;
    margin-bottom: 8px;
  }

  .rinen_hd {
    margin-bottom: 16px;
    padding-left: 1em;
    font-size: 150%;
    font-weight: bold;
    letter-spacing: .5em;
  }
  .rinen,
  .sisin {
    padding-left: 32px;
  }
  .rinen li,
  .sisin li {
    list-style: disc;
    margin-bottom: .5em;
    font-size: 100%;
    letter-spacing: .1em;
    line-height: 1.5;
  }


/* footer ------------------------- */
  .ftr-inner {
    padding: 1em 0;
    border-top: 2px solid #056fc3;
    background: #003275;
    color: #e5e5e5;
    text-align: center;
  }
  .f_link {
    letter-spacing: -0.4em;
    margin-bottom: 16px;
  }
  .f_link li {
    letter-spacing: normal;
    display: inline-block;
    margin-right: 1em;
    font-size: 12px;
  }
  .f_link li:last-child {
    margin: 0;
  }
  .f_link li a {
    color: #fff;
    text-decoration: underline;
  }
  address {
    margin: 0 0 10px;
    font-size: 12px;
  }

  address span {
    display: block;
    font-size: 10px;
    line-height: 1.5;
  }

  .copyright {
    font-size: 10px;
  }
}



/* -------------------------------------------------------
Common
---------------------------------------------------------- */
.fs80 {font-size:80%;}
.fs90 {font-size:90%;}
.fs100 {font-size:100%;}
.fs110 {font-size:110%;}
.fs120 {font-size:120%;}
.fs150 {font-size:150%;}
.fs10px {font-size:10px;}
.fs11px {font-size:11px;}
.fs12px {font-size:12px;}
.fs13px {font-size:13px;}
.fs14px {font-size:14px;}
.fs15px {font-size:15px;}
.fs16px {font-size:16px;}

.lh15 {line-height:1.5;}
.lh16 {line-height:1.6;}
.lh17 {line-height:1.7;}
.lh18 {line-height:1.8;}
.lh20 {line-height:2.0;}

.ti1em {text-indent:1em;}

.fwb {font-weight:bold;}

.mgb5 {margin-bottom:5px;}
.mgb10 {margin-bottom:10px;}
.mgb15 {margin-bottom:15px;}
.mgb20 {margin-bottom:20px;}
.mgb30 {margin-bottom:30px;}
.mgb40 {margin-bottom:40px;}
.mgb50 {margin-bottom:50px;}
.mgb100 {margin-bottom:100px;}
.mgb1em {margin-bottom:1em;}
.mgb105em {margin-bottom:1.5em;}
.mgb2em {margin-bottom:2em;}

.mgr10 {margin-right:10px;}
.mgr15 {margin-right:15px;}
.mgr20 {margin-right:20px;}

.pdlr10 {padding:0 10px;}
.pdlr20 {padding:0 20px;}
.pdlr30 {padding:0 30px;}
.pdlr1em {padding:0 1em;}

.tac {text-align:center;}
.tal {text-align:left;}
.tar {text-align:right;}

.fc_red {color:#ff0000;}

.udl {border-bottom:1px solid #ff0000;}



