@charset "utf-8";
/*------------------------------
style.css
------------------------------*/

/*
reset
---------------------------*/
body { -webkit-text-size-adjust: 100%; background: #fff; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html { line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

a:hover { visibility: visible; }


/*
global
---------------------------*/
body,
input,
textarea {
  color: #2b2b2b;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
}

a { color: #2b2b2b; }
a:hover { opacity: 0.8; }

/*
rayout
---------------------------*/
.wrapper {
  box-sizing: border-box;
  margin: auto;
  width: 960px;
}

.align { padding-left: 10px; padding-right: 10px; }

.contents { margin-top: 30px; margin-bottom: 50px; }
.main { float: left; width: 700px; }
.side { float: right; width: 220px; }
.wide_main { padding-bottom: 50px; }

/*
background
---------------------------*/
.bg_gray1 { background: #f4f4f4; }
.bg_gray2 { background: #e8e8e8; }
.bg_red { background: #e60820; }


/*
head
---------------------------*/
.section_header {
  background: url(../img/ico_line.png) no-repeat 0 50%;
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.main_section:first-child .section_header:first-child { margin-top: 0; }

.side_header {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 17px;
}
.side_sub_header { font-weight: bold; margin-bottom: 10px; }

/*
anchor
---------------------------*/
.nav_item {
  background: url(../img/ico_arr_02.png) no-repeat 0 50%;
  display: inline-block;
  padding: 0 15px 0 15px;
}

.inline_list_item {
display: inline-block;
padding: 0 30px 1.5em 0;
}

.anchor_more {
  background: #fbfbfb;
  border: #dcdcdc 1px solid;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.anchor_more_txt .fa { padding-left: 0.416em; padding-right: 0.416em; }

.header_more_container { position: relative; }
.header_more {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.header_more_anchor {
  background: #e5e5e5;
  display: inline-block;
  padding: 0.5em 0.5em 0.5em 1em;
}

.side_btn { margin-top: 10px; }


/*
clearfix
---------------------------*/
.clearfix { clear: both; zoom: 1; }
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/*
text
---------------------------*/
.fcf { color: #fff; }
.fcg { color: #535353; }
.fcr { color: #e60820; }
.tdn { text-decoration: none; }

.basic_sentence {
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}
.basic_sentence:first-of-type { margin-top: 0; }


/*
header_top
---------------------------*/
.header_top { padding-top: 2px; padding-bottom: 1px; }

.header_nav {
  display: table-cell;
  font-size: 11px;
  text-align: right;
  width: 730px;
  vertical-align: middle;
  padding-top:0px;
}
.header_nav .nav_item { background-image: url(../img/ico_arr_01.png); }

.header_search {
  display: table-cell;
  font-size: 0;
  width: 210px;
}
.header_search_input {
  background: #fff;
  border: #bfbfbf 1px solid;
  box-sizing: border-box;
  height: 24px;
  width: 183px;
}
.header_search_btn {
  border: #2f2f2f 1px solid;
  background: #2f2f2f url(../img/ico_search.png) no-repeat 50% 50%;
  box-sizing: border-box;
  cursor: pointer;
  height: 24px;
  overflow: hidden;
  text-indent: 100%;
  width: 24px;
}
.header_search_btn:hover { opacity: 0.8; }

/*
header_menu
---------------------------*/
.header_menu {
  border-bottom: #dcdcdc 1px solid;
  padding-top: 25px;
  padding-bottom: 25px;
}

.header_logo { float: left; width: 173px; }

.global_nav {
  float: right;
  font-size: 0;
  line-height: 0;
  padding-top: 7px;
  text-align: right;
  width: 767px;
}
.global_nav_item {
  border-left: #dcdcdc 1px solid;
  display: inline-block;
  padding-left: 19px;
  padding-right: 19px;
}
.global_nav_item:first-child { border-left: 0; }
.global_nav_item:nth-of-type(5) { padding-right: 4px; }

/*
breadcrumbs
---------------------------*/
.crumbs_nav {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 10px;
}
.crumbs_item {
  position: relative;
  display: inline;
  margin-left: 30px;
  line-height: 1.8;
}
.crumbs_item::before {
  position: absolute;
  content: "＞";
  left: -20px;
}
.crumbs_item:first-child { margin: 0; }
.crumbs_item:first-child::before { content: none; }

/*
page
lower head title
---------------------------*/
.lower_head {
  background-image: -moz-linear-gradient( 90deg, rgb(244,244,244) 0%, rgb(250,250,250) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(244,244,244) 0%, rgb(250,250,250) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(244,244,244) 0%, rgb(250,250,250) 100%);
  padding: 40px 0;
}

/*
page
lower subtitle
---------------------------*/
.lower_sub_ttl {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.lower_sub_ttl span{
  display: inline-block;
  font-size: 22px;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: solid 1px #e60820;
  line-height: 1;
}
/*
page
min subtitle
---------------------------*/
.lower_min_ttl {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #cccccc;
  line-height: 1;
}

/*
page
surface anchor menu
---------------------------*/
.anchor_index {
  margin-top: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background: #f4f4f4;
}
.anchor_index_list {
  text-align: center;
}
.anchor_index_list .item {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 20px;
}
.anchor_index_list .item i {
  color: #e60820;
  padding-right: 5px;
}
/*
page
bottom site menu
---------------------------*/
.site_menu{
  margin-top: 40px;
  padding-top: 40px;
  background: url(../img/product/h_dotted2.gif) repeat-x 0 0;
}
.menu_box {
  float: left;
  margin-right: 20px;
  width: 220px;
  min-height: 148px;
  text-align: center;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  background: #fbfbfb;
}
.menu_box:last-child {
  margin-right: 0;
}
.menu_box a {
  text-decoration: none;
}
.menu_box_inner {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 5px solid #e60820;
  box-sizing: border-box;
}
.menu_box_ttl {
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e60820;
}
.menu_box_desc {
  line-height: 1.6;
}

/*
pagetop
---------------------------*/
.pagetop {
  position: fixed;
  bottom: 171px;
  right: 20px;
  width: 47px;
  height: 45px;
}

/*
footer_menu
---------------------------*/
.footer_menu {
  background: #f9f9f9;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer_logo { text-align: center; margin-bottom: 20px; }
.footer_nav { text-align: center; }

/*
footer_copy
---------------------------*/
.footer_copy {
  background: #e5e5e5;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer_copy_body { color: #000; text-align: center; }

/*
side
---------------------------*/
.side_block {
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}

.side_bnr_item { margin-top: 10px }

.side_baloon_btn { cursor: pointer; padding-left: 0.5em; }
.side_baloon { position: relative; }
.side_baloon_container {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 0;
  transition: height 0.3s ease 0s;
  width: 220px;
  height: 0;
}
.active .side_baloon_container { height: 250px; }
.side_baloon_body {
  box-sizing: border-box;
  display: block;
  font-size: 11px;
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.side_baloon_body:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(232, 232, 232, 0);
  border-bottom-color: #e8e8e8;
  border-width: 10px;
  margin-left: -10px;
}
.side_baloon .side_sub_header { display: block; }
.side_baloon_txt {
  display: block;
  font-weight: 100;
  line-height: 1.45;
  text-align: left;
}
.baloon1 .side_baloon_container { left: -162px; }
.baloon1 .side_baloon_body:after { margin-left: 53px; }


/***** Googleサイト内検索　20170224 *****/
.header_search form.gsc-search-box {
  background: none !important;
  height: auto !important;
  padding-top: 0 !important;
}

.header_search input.gsc-search-button{
  border-color: #2f2f2f 1px solid !important;
  background-color: #2f2f2f !important;
}
.header_search input.gsc-search-button-v2{
  width: 10px;
  height: 12px;
  padding: 5px 5px;
  min-width: 13px;
  margin-top: 0px;
}


.header_search table.gsc-search-box {
  width: 100% !important;
  margin:0 auto !important;
  position: relative !important;
  top: 1px !important;
}

.header_search .gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input-box {
  height: 21px !important;
  margin-right: -6px;
  margin-top: -5px;
}

.header_search .gsib_a{
  padding: 2px 3px 0px 3px !important;
  width: 100% !important;
}

.header_search input.gsc-input {
    font-size: 12px !important;
}
.header_search .gsc-search-box-tools .gsc-search-box .gsc-input{
  padding-right: 0 !important;
}

.header_search .gsst_a .gscb_a {
  padding-top: 0px !important;
}

.header_search form.gsc-search-box {
    font-size: 12px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}


.header_search td.gsc-search-button input {
    top: 10px !important;
   /* padding: 0;*/
    line-height: 0;
}

.search-box02 {
  width: 96%;
  margin:0 auto;
}

.search-box02 div{
  width: 99%;
  margin: 0 auto;
}

.header_search .gsc-search-box td {
  padding: 2px 0px 0 3px !important;
  line-height: 0 !important;
}

.form-table td{
  padding: 10px 0;
  line-height: 1.5;
}