@charset "UTF-8";
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;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

dl, dt, dd,
ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

address {
  font-style: normal;
}

html {
  font-size: 62.5%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* clearfix
-------------------------- */
.clearfix:after, #container:after, #contents:after, #main:after, #header:after, #breadcrumbs ul:after, #globalnavi > ul:after, #cate_header:after, dl.dl_accordion dd:after, #pagination:after, #pagination .pagination:after, section:after, form ul.ul_btn:after, form ul.ul_form2w:after, form ul.ul_form3w:after, form ul.ul_form4w:after, ul.ul_many:after, .page section:after, .page p:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, #container, #contents, #main, #header, #breadcrumbs ul, #globalnavi > ul, #cate_header, dl.dl_accordion dd, #pagination, #pagination .pagination, section, form ul.ul_btn, form ul.ul_form2w, form ul.ul_form3w, form ul.ul_form4w, ul.ul_many, .page section, .page p {
  min-height: 1px;
}

* html .clearfix, * html #container, * html #contents, * html #main, * html #header, * html #breadcrumbs ul, #breadcrumbs * html ul, * html #globalnavi > ul, * html #cate_header, * html dl.dl_accordion dd, dl.dl_accordion * html dd, * html #pagination, * html #pagination .pagination, #pagination * html .pagination, * html section, * html form ul.ul_btn, form * html ul.ul_btn, * html form ul.ul_form2w, form * html ul.ul_form2w, * html form ul.ul_form3w, form * html ul.ul_form3w, * html form ul.ul_form4w, form * html ul.ul_form4w, * html ul.ul_many, * html .page section, .page * html section, * html .page p, .page * html p {
  height: 1px;
  /*\*/
     /*/
height: auto;
overflow: hidden;
/**/
}

/* ----------------------------------------------
 Basic-Design
---------------------------------------------- */
@media screen and (max-width: 767px) {
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  html {
    overflow-y: scroll;
  }
}
body {
  color: #333;
  font-size: 1.5em;
  line-height: 1.8;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-top: 5px solid #009B77;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.3em;
    border-top: 4px solid #009B77;
  }
}

a {
  color: #06C;
}

a:hover {
  color: #06C;
  text-decoration: none;
}

.d_none_pc {
  display: none;
}

.pc_block {
  display: block;
}

@media screen and (max-width: 767px) {
  .d_none_pc {
    display: block;
  }

  .d_none_sp {
    display: none !important;
  }

  .sp_block {
    display: block;
  }
}
/* ----------------------------------------------
 layout
---------------------------------------------- */
#container {
  width: 100%;
  background: #FFF;
  z-index: 2;
}

#contents {
  width: 980px;
  min-height: 700px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #contents {
    width: 100%;
    min-height: auto;
    padding-bottom: 10px;
  }
  #home #contents_in {
    padding-bottom: 0;
  }
}

#main {
  position: relative;
  float: left;
  width: 700px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #main {
    display: block;
    float: none;
    width: 100%;
    line-height: 1.8;
  }
}

#side {
  display: block;
  float: right;
  width: 240px;
}
@media only screen and (max-width: 767px) {
  #side {
    float: none;
    display: block;
    width: 100%;
  }
}

/* ----------------------------------------------
 header
---------------------------------------------- */
#header {
  width: 980px;
  margin: 0 auto;
  line-height: 1.8;
}
#header h1 {
  float: left;
  width: 340px;
  height: 44px;
  margin: 20px 0;
  background: url(img/logo_pc.png?v=20210914) no-repeat 0 0;
  background-size: 340px;
  text-indent: -9999px;
}
@media only screen and (max-width: 767px) {
  #header h1 {
    position: absolute;
    float: none;
    top: 0;
    width: 250px;
    height: 51px;
    margin: 0;
    background: url(img/logo_sp.png?v=20210914) no-repeat 0 0;
    background-size: 250px;
    z-index: 1000000;
  }
}
#header h1 a {
  display: block;
  width: 340px;
  height: 44px;
}
@media only screen and (max-width: 767px) {
  #header h1 a {
    width: 250px;
    height: auto;
  }
}
#header ul {
  clear: both;
}
#header ul li {
  float: right;
  margin-left: 15px;
}
#header .header_r_box {
  float: right;
}
#header .header_access {
  margin-top: 10px;
  font-size: 13px;
}
#header .header_access a {
  padding-left: 18px;
  color: #333;
  background: url(img/ico_access.png) no-repeat 0 3px;
  text-decoration: none;
}
#header .header_tel {
  padding: 0 0 0 30px;
  font-size: 23px;
  background: url(img/ico_tel.png) no-repeat 0 10px;
}
#header p {
  float: right;
  width: 180px;
  height: 30px;
  margin: 8px 0 5px;
}
#header p a {
  display: block;
}
#header p:hover {
  filter: alpha(opacity=75);
  -ms-filter: alpha(opacity=75);
  opacity: 0.75;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
}
@media only screen and (max-width: 767px) {
  #header {
    position: relative;
    width: 100%;
    height: 51px;
    margin: 0;
  }
  #header p,
  #header ul {
    display: none;
  }
}

#breadcrumbs {
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
#breadcrumbs ul {
  width: 980px;
  margin: 0 auto;
}
#breadcrumbs ul li {
  float: left;
  padding-left: 0.5em;
  font-size: 88%;
  line-height: 30px;
}
#breadcrumbs ul li:before {
  content: " > ";
}
#breadcrumbs ul li.home:before {
  content: "";
}
#breadcrumbs ul li.home {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  #breadcrumbs {
    font-size: 11px;
  }

  #breadcrumbs ul {
    overflow: hidden;
    width: auto;
    margin: 0 10px;
    padding: 6px 0;
  }

  #breadcrumbs ul li {
    line-height: 1.5;
  }
}
/* Sass Document */
#globalnavi,
#globalnavi ul,
#globalnavi ul li,
#globalnavi ul li a,
#globalnavi #menu-button {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 26px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 10000;
}

#globalnavi:after,
#globalnavi > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#globalnavi #menu-button {
  display: none;
}

#globalnavi {
  clear: both;
  width: 100%;
  margin-bottom: 30px;
}
#globalnavi > ul > li {
  float: left;
  padding-right: 10px;
}
#globalnavi > ul > li.last {
  padding-right: 0;
}
#globalnavi > ul > li > a {
  width: 320px;
  padding: 14px 0;
  background: #009B77;
  border: 2px solid #009B77;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#globalnavi > ul > li > a .fa {
  margin-right: 10px;
  font-size: 28px;
  vertical-align: middle;
}
#globalnavi > ul > li > a.on {
  position: relative;
  color: #333;
  background: #FFF;
}
#globalnavi > ul > li > a.on:after {
  position: absolute;
  display: block;
  bottom: -10px;
  left: 50%;
  width: 0px;
  height: 0px;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #009B77 transparent transparent transparent;
  content: "";
}
#globalnavi > ul > li > a.on .fa {
  color: #7FCDBB;
}
#globalnavi > ul > li:hover > a,
#globalnavi > ul > li > a:hover {
  color: #333;
  background: #FFF;
}
#globalnavi > ul > li:hover > a .fa,
#globalnavi > ul > li > a:hover .fa {
  color: #7FCDBB;
}
#globalnavi > ul > li.ul_header_list_sp {
  display: none;
}
#globalnavi ul ul {
  position: absolute;
  left: -9999px;
  border-right: 1px solid #CCC;
}
#globalnavi ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#globalnavi ul ul li a {
  padding: 10px 10px;
  width: 320px;
  background: #FFF;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  color: #333;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
#globalnavi ul ul li.last-item > a {
  border-bottom: 0;
}
#globalnavi ul ul li:hover > a,
#globalnavi ul ul li a:hover {
  color: #333;
  background: #E5F6F1;
}
#globalnavi ul ul ul {
  margin-left: 100%;
  top: -1px;
  border-top: 1px solid #CCC;
}
#globalnavi ul ul ul a {
  width: 120px;
}
#globalnavi li:hover > ul {
  left: auto;
}
#globalnavi li:hover > ul > li {
  height: 35px;
}

@media screen and (max-width: 767px) {
  #globalnavi {
    position: absolute;
    top: 55px;
    right: 0;
    width: 100%;
    margin-bottom: 0;
  }
  #globalnavi ul {
    clear: both;
    width: 100%;
    display: none;
  }
  #globalnavi > ul {
    border: 5px solid #009B77;
  }
  #globalnavi ul li {
    width: 100%;
    padding: 0;
    text-align: left;
    background: #FFF;
  }
  #globalnavi ul li a {
    background: #FFF;
  }
  #globalnavi ul li a .fa {
    font-size: 20px;
    color: #7FCDBB;
  }
  #globalnavi ul li#g_nav01 {
    width: 100%;
  }
  #globalnavi ul li#g_nav01 .fa {
    display: none;
  }
  #globalnavi ul li#g_nav01 span {
    display: block;
  }
  #globalnavi ul li.ul_header_list_sp {
    display: block;
  }
  #globalnavi ul ul li,
  #globalnavi ul ul ul li {
    height: auto;
  }
  #globalnavi ul ul li,
  #globalnavi li:hover > ul > li {
    height: auto;
  }
  #globalnavi li:hover > ul > li {
    background: #EEE;
  }
  #globalnavi ul li a,
  #globalnavi ul ul li a {
    width: 100%;
    padding: 10px 10px;
    border: 0;
    color: #333;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #CCC;
  }
  #globalnavi ul ul.open li a {
    background: #E5F6F1;
  }
  #globalnavi > ul > li {
    float: none;
    border-left: 0;
    border-right: 0;
  }
  #globalnavi > ul > li a {
    padding: 10px;
  }
  #globalnavi ul ul li a {
    color: #333;
    padding-left: 25px;
  }
  #globalnavi ul ul ul li a {
    padding-left: 35px;
    background: #FFF;
  }
  #globalnavi ul ul li a {
    color: #333;
    background: #FFF;
  }
  #globalnavi ul ul li:hover > a,
  #globalnavi ul ul li.active > a {
    color: #333;
  }
  #globalnavi ul ul,
  #globalnavi ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #globalnavi > ul > li.has-sub > a:after,
  #globalnavi > ul > li.has-sub > a:before,
  #globalnavi ul ul > li.has-sub > a:after,
  #globalnavi ul ul > li.has-sub > a:before {
    display: none;
  }
  #globalnavi #menu-button {
    display: block;
    position: absolute;
    top: -45px;
    right: 5px;
    width: 40px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    background: #009B77;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  #globalnavi #menu-button:after {
    position: absolute;
    top: 18px;
    right: 10px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 4px solid #FFF;
    border-bottom: 4px solid #FFF;
    content: '';
  }
  #globalnavi #menu-button:before {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    height: 4px;
    width: 20px;
    background: #FFF;
    content: '';
  }
  #globalnavi #menu-button.menu-opened:after {
    top: 18px;
    border: 0;
    height: 4px;
    width: 20px;
    background: #FFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #globalnavi #menu-button.menu-opened:before {
    top: 18px;
    background: #FFF;
    width: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #globalnavi .submenu-button {
    position: absolute;
    z-index: 100099;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #CCC;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #globalnavi .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #009B77;
    content: '';
  }
  #globalnavi .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #009B77;
    content: '';
  }
  #globalnavi ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #globalnavi ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #globalnavi ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #globalnavi .submenu-button.submenu-opened {
    background: #009B77;
  }
  #globalnavi .submenu-button.submenu-opened:after {
    background: #FFF !important;
  }
  #globalnavi .submenu-button.submenu-opened:before {
    display: none;
  }
}
/* ----------------------------------------------
 side
---------------------------------------------- */
.side_contents {
  margin-bottom: 20px;
}
.side_contents ul li a {
  display: block;
  color: #333;
  text-decoration: none !important;
}
.side_contents ul li a .meta_date {
  display: block;
  color: #666;
}

#side_contact {
  border: 2px solid #80D3BB;
}
#side_contact .tit_contact {
  margin-bottom: 11px;
  background: #E5F6F1;
  padding: 13px;
}
#side_contact .tit_contact h3 {
  font-size: 14px;
  text-align: center;
}
#side_contact .tit_contact p {
  margin: 0;
}
#side_contact .tit_contact p img {
  width: 100%;
}
#side_contact > span {
  margin: 0 13px 10px !important;
  padding: 2px 5px !important;
  color: #FFF !important;
  font-size: 88% !important;
}
#side_contact > span.bg_orange {
  background: #FF8000;
}
#side_contact > span.bg_green {
  background: #009B77;
}
#side_contact > span.bg_red {
  background: #E00;
}
#side_contact > span.bg_blue {
  background: #006DD9;
}
#side_contact > p {
  margin: 0 13px 10px;
  font-size: 14px;
}
#side_contact .btn_merit a {
  display: block;
  height: 40px;
  color: #FFF;
  background: #F18F01;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
#side_contact .btn_merit a:hover {
  filter: alpha(opacity=75);
  -ms-filter: alpha(opacity=75);
  opacity: 0.75;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
}

@media only screen and (max-width: 767px) {
  #side_contact {
    margin: 0 10px 20px;
  }
  #side_contact .tit_contact p {
    width: 188px;
    margin: 0 auto;
  }
  #side_contact .tit_contact p img {
    width: 100%;
  }

  .no_search #side_contact {
    display: none;
  }
}
.side_bnr {
  margin-bottom: 20px;
}
.side_bnr img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .side_bnr {
    width: 300px;
    margin: 0 auto 20px;
  }
}
#side_news {
  border: 1px solid #CCC;
}
#side_news h3 {
  margin: 5px 0;
  font-size: 16px;
  text-align: center;
}
#side_news h3 .fa {
  margin-right: 5px;
}
#side_news ul {
  margin: 0 14px;
}
#side_news ul li {
  padding: 5px 0;
  border-top: 1px solid #CCC;
  font-size: 13px !important;
  line-height: 1.4;
}
#side_news ul li .meta_date {
  font-size: 12px;
}
#side_news ul li .meta_date .fa {
  padding: 0 5px;
  color: #009B77;
}
#side_news .btn_side_news {
  background: #F5F5F5;
  font-size: 12px;
  text-align: center;
}
#side_news .btn_side_news a {
  display: block;
  padding: 5px 0;
  color: #333 !important;
  text-decoration: none;
}
#side_news .btn_side_news a:hover {
  filter: alpha(opacity=75);
  -ms-filter: alpha(opacity=75);
  opacity: 0.75;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
}

@media only screen and (max-width: 767px) {
  #side_news {
    border: none;
  }
  #side_news h3 {
    margin-bottom: 0;
    padding: 2px 10px;
    color: #FFF;
    background: #009B77;
  }
  #side_news ul {
    margin: 0;
  }
  #side_news ul li {
    padding: 0;
    border-top: none;
    border-bottom: 1px solid #CCC;
  }
  #side_news ul li:last-child {
    border-bottom: 1px solid #FFF;
  }
  #side_news ul li a {
    position: relative;
    padding: 10px 20px 10px 10px;
  }
  #side_news ul li a:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 2px solid #009B77;
    border-right: 2px solid #009B77;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #side_news .btn_side_news {
    border-bottom: 1px solid #CCC;
  }
}
.side_links {
  margin-bottom: 20px;
}
.side_links li {
  margin-bottom: 10px;
}
.side_links li a {
  display: block;
  height: 68px;
  padding-left: 75px;
  border: 1px solid #CCC;
  color: #333;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 68px;
}
.side_links li.side_link_01 a {
  background: #F4F4F4 url(/common/css/img/ico_side01.png) no-repeat 4px 4px;
}
.side_links li.side_link_02 a {
  height: 58px;
  padding-top: 10px;
  background: #F4F4F4 url(/common/css/img/ico_side02.png) no-repeat 4px 4px;
  line-height: 1.5 !important;
}
.side_links li.side_link_02 a span {
  display: block;
}
.side_links li.side_link_03 a {
  background: #F4F4F4 url(/common/css/img/ico_side03.png) no-repeat 4px 4px;
}
.side_links li.side_link_04 a {
  background: #F4F4F4 url(/common/css/img/ico_side04.png) no-repeat 4px 4px;
}
.side_links li a:hover {
  filter: alpha(opacity=75);
  -ms-filter: alpha(opacity=75);
  opacity: 0.75;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
}
@media only screen and (max-width: 767px) {
  .side_links {
    margin: 0 10px 10px;
    border-bottom: 1px solid #CCC;
  }
  .side_links li {
    margin-bottom: 0;
  }
  .side_links li a {
    height: 39px;
    padding-left: 45px;
    border-bottom: none;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    line-height: 39px;
  }
  .side_links li.side_link_01 a {
    background: #F4F4F4 url(/common/css/img/ico_side01.png) no-repeat 4px 4px;
    background-size: 30px;
  }
  .side_links li.side_link_02 a {
    height: 39px;
    padding-top: 0;
    background: #F4F4F4 url(/common/css/img/ico_side02.png) no-repeat 4px 4px;
    background-size: 30px;
    line-height: 39px !important;
  }
  .side_links li.side_link_02 a span {
    display: inline;
  }
  .side_links li.side_link_03 a {
    background: #F4F4F4 url(/common/css/img/ico_side03.png) no-repeat 4px 4px;
    background-size: 30px;
  }
  .side_links li.side_link_04 a {
    background: #F4F4F4 url(/common/css/img/ico_side04.png) no-repeat 4px 4px;
    background-size: 30px;
  }
  .side_links li a:hover {
    filter: alpha(opacity=75);
    -ms-filter: alpha(opacity=75);
    opacity: 0.75;
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
  }
}

#side_list ul {
  list-style: none;
  margin: 0 auto;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
}
#side_list ul li {
  list-style: none;
  border-bottom: 1px solid #DDD;
  font-size: 14px;
}
#side_list ul li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 6px 10px 6px 35px;
  color: #333;
  text-decoration: none;
}
#side_list ul li a:hover {
  background: #E5F6F1;
}
#side_list ul li a:hover:after {
  background: #E5F6F1;
}
#side_list ul li a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 13px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background: #009B77;
}
#side_list ul li a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 10px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  #side_list ul {
    margin: 0 10px;
  }
}

#side_nav {
  margin-bottom: 20px;
  border-top: 3px solid #0C78D1;
  background: #FFF;
}

#side_nav ul li ul.sub_list {
  list-style: none;
}

#side_nav ul li,
#side_nav ul li ul.sub_list {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #D6D6D6;
  font-size: 100%;
}

#side_nav ul li a {
  display: block;
  padding: 6px 3px 6px 25px;
  color: #222;
  background: url(img/ico_side.gif) no-repeat 10px 13px;
  background-size: 6px;
  line-height: 1.7;
  text-decoration: none;
}

#side_nav a,
#side_nav a:link,
#side_nav a:visited,
#side_nav a:active {
  color: #222;
}

#side_nav a:hover,
#side_nav .on a {
  color: #0C78D1;
  background: #E6F1FA url(img/ico_side.gif) no-repeat 10px 13px;
  background-size: 6px;
}

#side_nav ul li ul.sub_list {
  list-style: none;
  border-bottom: none;
}

#side_nav ul li ul.sub_list li {
  overflow: hidden;
  margin: 0;
  font-weight: normal;
  border-bottom: none;
  border-top: 1px solid #D6D6D6;
}

#side_nav ul li ul.sub_list li a {
  display: block;
  padding: 3px 3px 3px 40px;
  border-left: none;
  border-top: 1px solid #FFF;
  color: #333;
  font-weight: normal;
  text-decoration: none;
  _zoom: 1;
  background: #FFF url(img/ico_side.png) no-repeat 25px 10px;
  background-size: 6px;
}

#side_nav ul li ul.sub_list li a:hover,
#side_nav ul li ul.sub_list li.on a {
  background-color: #F1F7FC !important;
}

#sidenavi li a span.ico_pdf,
#sidenavi li a span.ico_excel {
  display: inline-block;
  width: 22px;
  height: 18px;
  vertical-align: middle;
}

#sidenavi li span.ico_pdf {
  background: url(img/ico_pdf.gif) no-repeat 6px 0;
}

#sidenavi li span.ico_excel {
  background: url(img/ico_excel.gif) no-repeat 6px 0;
}

@media screen and (max-width: 767px) {
  #side_nav {
    margin: 0 10px;
    border: 2px solid #54A0DF;
    background: #FFF;
  }

  #side_nav h3 {
    padding: 14px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #D6D6D6;
    background: #06C;
    color: #FFF;
    line-height: 18px;
  }

  #side_nav ul li ul.sub_list {
    list-style: none;
  }

  #side_nav ul li,
  #side_nav ul li ul.sub_list {
    border-bottom: 1px dotted #D6D6D6;
    font-size: 100%;
  }

  #side_nav ul li:last-child {
    border-bottom: none;
  }

  #side_nav ul li a {
    display: block;
    padding: 10px 3px 10px 25px;
    color: #222;
    background: url(img/ico_side.png) no-repeat 10px 17px;
    background-size: 6px;
    line-height: 1.7;
    text-decoration: none;
  }

  #side_nav a,
  #side_nav a:link,
  #side_nav a:visited,
  #side_nav a:active {
    color: #222;
  }

  #side_nav a:hover,
  #side_nav .on a {
    color: #222;
    background: #E6F1FA url(img/ico_side.png) no-repeat 10px 17px;
    background-size: 6px;
  }

  #side_nav ul li ul.sub_list {
    list-style: none;
    border-bottom: none;
  }

  #side_nav ul li ul.sub_list li {
    overflow: hidden;
    margin: 0;
    font-weight: normal;
    border-bottom: none;
    border-top: 1px solid #D6D6D6;
  }

  #side_nav ul li ul.sub_list li a {
    padding: 0 5px 0 30px;
    border-left: none;
    border-top: 1px solid #FFF;
    background: #FFF;
    color: #333;
    font-weight: normal;
    text-decoration: none;
    line-height: 30px;
    _zoom: 1;
    background: url(img/ico_side.png) no-repeat 19px 12px;
    background-size: 6px;
  }

  #side_nav ul li ul.sub_list li a:hover,
  #side_nav ul li ul.sub_list li.on a {
    background-color: #F1F7FC !important;
  }

  #sidenavi li a span.ico_pdf,
  #sidenavi li a span.ico_excel {
    display: inline-block;
    width: 22px;
    height: 18px;
    vertical-align: middle;
  }

  #sidenavi li span.ico_pdf {
    background: url(img/ico_pdf.gif) no-repeat 6px 0;
  }

  #sidenavi li span.ico_excel {
    background: url(img/ico_excel.gif) no-repeat 6px 0;
  }
}
/* ----------------------------------------------
 footer
---------------------------------------------- */
#bnr_area {
  border-top: 1px solid #CCC;
}
#bnr_area ul {
  list-style: none;
  margin-right: -20px;
}
@media only screen and (max-width: 767px) {
  #bnr_area ul {
    margin-right: 0;
  }
}
#bnr_area ul li {
  float: left;
  width: 230px;
  height: 70px;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #bnr_area ul li {
    width: 140px;
    height: 42px;
    margin: 0 5px 10px;
  }
  #bnr_area ul li img {
    width: 100%;
  }
}

#bnr_area_in {
  width: 980px;
  margin: 20px auto 10px;
}
@media only screen and (max-width: 767px) {
  #bnr_area_in {
    width: 300px;
    margin: 10px auto 0;
  }
}

#footer {
  clear: both;
  width: 100%;
  min-width: 980px;
  height: 100%;
  background: #EEE;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #footer {
    min-width: 100%;
    font-size: 13px;
  }
}

.footer_in {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .footer_in {
    width: auto;
    margin: 0 10px;
  }
}

.fnavi_area {
  background: #009B77;
}
.fnavi_area ul {
  list-style: none;
}
.fnavi_area ul li {
  float: left;
  margin: 10px 10px 10px 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #FFF;
  text-decoration: none;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .fnavi_area ul li {
    margin: 10px 10px 10px 0;
  }
}
.fnavi_area ul li a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
.fnavi_area ul li a:hover {
  text-decoration: underline;
}

.footer_h {
  padding: 20px 0;
}
.footer_h dl {
  float: left;
  line-height: 1.5;
}
.footer_h dl dt {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.footer_h dl dd {
  font-size: 13px;
}
.footer_h dl dd span {
  font-size: 16px;
}

.btn_footer_mail {
  width: 200px;
  height: 40px;
  margin: 10px 0 0;
  background: #F18F01;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}

.btn_footer_mail a {
  display: block;
  color: #FFF;
  text-decoration: none;
}

.btn_footer_mail:hover {
  filter: alpha(opacity=75);
  -ms-filter: alpha(opacity=75);
  opacity: 0.75;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
}

.ggmap {
  float: right;
  width: 500px;
  height: 346px;
  border: 1px solid #A4A4A4;
}
@media only screen and (max-width: 767px) {
  .ggmap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.footer_b {
  background: #DDD;
  height: 40px;
}

.footer_b p {
  line-height: 40px;
  font-size: 13px;
  text-align: center;
}

#footer address {
  height: 40px;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #footer address {
    height: 30px;
    font-size: 10px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer_h {
    padding: 10px 0;
  }

  .footer_h dl {
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .footer_h dl dt {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
  }

  .footer_h dl dd {
    font-size: 13px;
  }

  .footer_h dl dd span {
    font-size: 16px;
  }

  .footer_b {
    height: auto;
    padding: 8px 0;
    background: #DDD;
  }

  .footer_b p {
    font-size: 13px;
    line-height: 1.6;
  }

  .btn_footer_mail {
    height: 40px;
    margin: 10px 0 0;
    background: #F18F01;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
  }

  .btn_footer_mail a {
    display: block;
    color: #FFF;
    text-decoration: none;
  }

  .btn_footer_mail:hover {
    filter: alpha(opacity=75);
    -ms-filter: alpha(opacity=75);
    opacity: 0.75;
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
  }
}
#page_top {
  position: fixed;
  bottom: 40px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #page_top {
    bottom: 0;
    right: 0;
  }
}
#page_top a {
  display: block;
  width: 40px;
  height: 40px;
  background: #009B77;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}
#page_top a:hover {
  text-decoration: none !important;
  filter: alpha(opacity=75);
  -ms-filter: alpha(opacity=75);
  opacity: 0.75;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
}

/* ----------------------------------------------
 main
---------------------------------------------- */
.row {
  overflow: hidden;
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

.cell1, .cell2, .cell3, .cell4, .cell5, .cell6,
.cell7, .cell8, .cell9, .cell10, .cell11, .cell12 {
  float: left;
  margin-left: 20px;
}

.cell1 {
  width: 40px;
}

.cell2 {
  width: 100px;
}

.cell3 {
  width: 160px;
}

.cell4 {
  width: 220px;
}

.cell5 {
  width: 280px;
}

.cell6 {
  width: 340px;
}

.cell7 {
  width: 400px;
}

.cell8 {
  width: 460px;
}

.cell9 {
  width: 520px;
}

.cell10 {
  width: 580px;
}

.cell11 {
  width: 640px;
}

.cell12 {
  width: 700px;
}

.offset1 {
  margin-left: 40px;
}

.offset2 {
  margin-left: 100px;
}

.offset3 {
  margin-left: 160px;
}

.offset4 {
  margin-left: 220px;
}

.offset5 {
  margin-left: 280px;
}

.offset6 {
  margin-left: 340px;
}

.offset7 {
  margin-left: 400px;
}

.offset8 {
  margin-left: 460px;
}

.offset9 {
  margin-left: 520px;
}

.offset10 {
  margin-left: 580px;
}

.offset11 {
  margin-left: 640px;
}

@media screen and (max-width: 767px) {
  .row {
    margin: 0 0 10px;
  }

  [class*="cell"] {
    width: 100%;
    margin: 0 0 10px;
  }

  .cell12 {
    clear: both;
  }

  [class*="offset"] {
    margin-left: 0;
  }

  .sp_block {
    display: block;
  }
}
#cate_header {
  background: #F3F3F3 url(img/cate_header_bg.jpg) no-repeat;
  background-position: right top;
  border: 1px solid #DDD;
}
@media only screen and (max-width: 767px) {
  #cate_header {
    background-size: contain;
  }
}
#cate_header h1 {
  height: 98px;
  padding: 0 19px;
  color: #009B77;
  font-size: 26px;
  line-height: 98px;
}
@media only screen and (max-width: 767px) {
  #cate_header h1 {
    height: 53px;
    padding: 0 9px;
    font-size: 17px;
    line-height: 53px;
  }
}

#main h3 {
  margin-bottom: 15px;
  line-height: 1.4;
}
#main h4 {
  margin-bottom: 10px;
  line-height: 1.4;
}
#main h5 {
  margin-bottom: 5px;
  line-height: 1.4;
}
#main h6 {
  margin-bottom: 5px;
  line-height: 1.4;
}
#main p {
  margin-bottom: 10px;
}
#main p.chu {
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 767px) {
  #main p {
    margin: 0 10px 10px;
  }
  #main li p.chu {
    margin: 0;
  }
}

.page h2 {
  margin-bottom: 20px !important;
  position: relative;
  padding: 5px 10px;
  border-bottom: 4px solid #DDD;
  font-size: 22px;
  line-height: 1.4;
}
.page h2:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 25%;
  height: 4px;
  background-color: #009B77;
}
@media only screen and (max-width: 767px) {
  .page h2 {
    font-size: 16px;
  }
}
.page h3 {
  position: relative;
  padding: 9px 9px 9px 34px;
  background: #f6f6f6;
  border: 1px solid #eee;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.page h3:after {
  position: absolute;
  top: 12px;
  left: .6em;
  z-index: 2;
  content: '';
  width: 8px;
  height: 8px;
  border: 5px solid #009B77;
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .page h3 {
    font-size: 15px;
  }
  .page h3:after {
    top: 10px;
  }
}
.page h4 {
  padding: 0 10px 10px;
  color: #009B77;
  font-size: 105%;
  border-bottom: 1px solid #CCC;
}
@media only screen and (max-width: 767px) {
  .page h4 {
    margin: 0 10px 10px;
    padding: 0 0 5px;
  }
}
.page h5 {
  margin: 0 10px 10px;
  font-size: 100%;
}
.page h6 {
  margin: 0 10px 10px;
  font-size: 100%;
}
.page h3 span.tit_sub,
.page h4 span.tit_sub {
  margin-left: 20px;
  color: #555;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  h3 span.tit_sub,
  h4 span.tit_sub {
    display: block !important;
    margin-left: 0 !important;
    font-size: 13px !important;
  }
}
.download {
  float: right;
}
.download:before {
  width: 1em;
  margin-right: 0.5em;
  content: "\f019";
  color: #009B77;
  font-family: FontAwesome;
}

dl.dl_maga input {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #CCC;
}
dl.dl_maga input.wide_l {
  width: 95%;
}
dl.dl_maga input.wide_m {
  width: 40%;
}
dl.dl_maga input.wide_s {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  dl.dl_maga input.wide_l {
    width: 100%;
  }
  dl.dl_maga input.wide_m {
    width: 49%;
  }
}

img {
  -ms-interpolation-mode: bicubic;
}
img.rollover {
  vertical-align: bottom;
}

.figure {
  margin: 0 auto 10px;
}

.figure img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

figcaption {
  font-size: 12px;
  padding: 5px 0;
  text-align: left;
  line-height: 1.4;
}

.img_l,
.img_l100,
.img_l120,
.img_l150,
.img_l200,
.img_l300,
.img_l400 {
  float: left;
  margin: 0 20px 10px 0;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.img_job,
.img_job2,
.img_r,
.img_r100,
.img_r120,
.img_r150,
.img_r200,
.img_r300,
.img_r400 {
  float: right;
  margin: 0 0 10px 20px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.img_job img {
  max-width: 120px;
}

.img_job2 img {
  max-width: 200px;
}

.img_r img,
.img_l img {
  max-width: 700px;
}

.img_r300 img,
.img_l300 img {
  max-width: 300px;
}

.img_r400 img,
.img_l400 img {
  max-width: 400px;
}

.img_r200 img,
.img_l200 img {
  max-width: 200px;
}

.img_r150 img,
.img_l150 img {
  max-width: 150px;
}

.img_r100 img,
.img_l100 img {
  max-width: 100px;
}

@media only screen and (max-width: 767px) {
  .figure {
    margin: 0 10px 10px;
  }

  .img_r,
  .img_l,
  .img_r400,
  .img_l400 {
    display: block;
    overflow: hidden;
    float: none;
    width: 100%;
    margin: 0 10px 10px;
  }

  .img_l100,
  .img_l150,
  .img_l200,
  .img_l300 {
    margin: 0 1em 10px 10px;
  }

  .img_job,
  .img_job2,
  .img_r100,
  .img_r150,
  .img_r200,
  .img_r300 {
    margin: 0 10px 10px 1em;
  }

  .img_job {
    width: 120px;
  }

  .img_job2 {
    width: 150px;
  }

  .img_chingin {
    width: 200px;
    margin: 0 auto 10px;
  }

  .img_r100,
  .img_l100 {
    width: 50px;
  }

  .img_r120,
  .img_l120 {
    width: 120px;
  }

  .img_r150,
  .img_l150 {
    width: 75px;
  }

  .img_r200,
  .img_l200 {
    width: 100px;
  }

  .img_r300,
  .img_l300 {
    width: 150px;
  }

  .figure img {
    max-width: 100%;
  }

  .figure figcaption {
    text-align: center;
  }
}
/* --------------------------------------------------------------
	list.css
-------------------------------------------------------------- */
#top_irai {
  margin-bottom: 40px;
  padding: 20px 0 0 20px;
  background: #E5F6F1;
}
#top_irai dl {
  float: left;
  width: 296px;
  height: 180px;
  margin: 0 20px 20px 0;
  padding: 10px;
  border: 2px solid #73CEB4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#top_irai dl.irai01 {
  background: #FFF url(/common/css/img/irai01.png) no-repeat right bottom;
}
#top_irai dl.irai02 {
  background: #FFF url(/common/css/img/irai02.png) no-repeat right bottom;
}
#top_irai dl.irai03 {
  background: #FFF url(/common/css/img/irai03.png) no-repeat right bottom;
}
#top_irai dl.irai04 {
  background: #FFF url(/common/css/img/irai04.png) no-repeat right bottom;
}
#top_irai dl.irai05 {
  background: #FFF url(/common/css/img/irai05.png) no-repeat right bottom;
}
#top_irai dl.irai05 dd {
  padding-right: 10px;
}
#top_irai dl.irai06 {
  background: #FFF url(/common/css/img/irai06.png) no-repeat right bottom;
}
#top_irai dl dt {
  margin-bottom: 5px;
  padding: 0 0 0 20px;
  color: #009568;
  border: none;
  background: url(/common/css/img/ico_access.png) no-repeat 0 6px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
#top_irai dl dt a {
  color: #009467;
  text-decoration: none;
}
#top_irai dl dd {
  padding-right: 110px;
}

@media screen and (max-width: 767px) {
  #top_irai {
    margin-bottom: 10px;
    padding: 10px 10px 0;
  }
  #top_irai dl {
    float: none;
    width: 100%;
    height: 70px;
    margin: 0 0 10px 0;
    padding: 0;
  }
  #top_irai dl.irai01 {
    background: #FFF url(/common/css/img/irai01.png) no-repeat right bottom;
    background-size: 50px;
  }
  #top_irai dl.irai02 {
    background: #FFF url(/common/css/img/irai02.png) no-repeat right bottom;
    background-size: 50px;
  }
  #top_irai dl.irai03 {
    background: #FFF url(/common/css/img/irai03.png) no-repeat right bottom;
    background-size: 60px;
  }
  #top_irai dl.irai04 {
    background: #FFF url(/common/css/img/irai04.png) no-repeat right bottom;
    background-size: 40px;
  }
  #top_irai dl.irai05 {
    background: #FFF url(/common/css/img/irai05.png) no-repeat right bottom;
    background-size: 100px;
  }
  #top_irai dl.irai06 {
    background: #FFF url(/common/css/img/irai06.png) no-repeat right bottom;
    background-size: 50px;
  }
  #top_irai dl dt {
    padding: 0;
    color: #009568;
    border: none;
    background: url(/common/css/img/ico_access.png) no-repeat 10px 25px;
    font-size: 20px;
    font-weight: bold;
  }
  #top_irai dl dt a {
    display: block;
    padding: 20px 0 0 30px;
    height: 70px;
    line-height: 1.3;
  }
  #top_irai dl.irai02 dt a, #top_irai dl.irai03 dt a, #top_irai dl.irai06 dt a {
    padding-top: 8px;
  }
  #top_irai dl dd {
    display: none;
  }
}
/* ol
------------------------------- */
ol {
  counter-reset: li;
  padding: 0;
  list-style: none;
}
ol li {
  position: relative;
  margin: 0 0 6px 2em;
}
ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  padding-right: 0.5em;
  color: #333;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  ol {
    margin: 0 10px;
  }
}

ol.ol_kakko {
  counter-reset: li;
  padding: 0;
  list-style: none;
}
ol.ol_kakko li {
  position: relative;
  margin: 0 0 6px 2em;
}
ol.ol_kakko li:before {
  content: counter "(" li ")";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: -2em;
  width: 2em;
  color: #333;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  ol.ol_kakko {
    margin: 0 10px;
  }
}

ol.ol_maru {
  counter-reset: li;
  padding: 0;
  list-style: none;
}
ol.ol_maru li {
  position: relative;
  margin: 0 0 6px 1.2em;
}
ol.ol_maru li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0.5em;
  left: -2em;
  width: 1.5em !important;
  padding: 0;
  background: #009B77 !important;
  font-size: 10px;
  color: #FFF !important;
  text-align: center !important;
  line-height: 1.5;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
@media only screen and (max-width: 767px) {
  ol.ol_maru {
    margin: 0 10px;
  }
}

/* ul
------------------------------- */
.ul_chu {
  margin-bottom: 10px;
}
.ul_chu li {
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 767px) {
  .ul_chu {
    margin: 0 10px 10px;
  }
}

.ul_indent02 {
  margin-bottom: 10px;
}
.ul_indent02 li {
  padding-left: 2em;
  text-indent: -2em;
}
@media only screen and (max-width: 767px) {
  .ul_indent02 {
    margin: 0 10px 10px;
  }
}

.ul_indent03 {
  margin-bottom: 10px;
}
.ul_indent03 li {
  padding-left: 3em;
  text-indent: -3em;
}
@media only screen and (max-width: 767px) {
  .ul_indent03 {
    margin: 0 10px 10px;
  }
}

.ul_list {
  overflow: hidden;
  margin-bottom: 10px;
}
.ul_list li {
  position: relative;
  padding: 0.2em 0 0.2em 20px;
  line-height: 1.4;
}
.ul_list li:before {
  position: absolute;
  left: 0;
  content: "・";
  margin-right: 0.3em;
  color: #999;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.1;
}

.ul_list2 {
  overflow: hidden;
  margin-bottom: 10px;
}
.ul_list2 li {
  position: relative;
  padding: 0.2em 0 0.2em 20px;
  line-height: 1.4;
}
.ul_list2 li:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "●";
  color: #009B77;
  font-size: 80%;
  font-weight: bold;
}

.ul_list3 {
  overflow: hidden;
}
.ul_list3 li {
  position: relative;
  margin-bottom: 10px;
  padding: 0.2em 0 0.2em 20px;
  line-height: 1.4;
}
.ul_list3 li:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "●";
  color: #009B77;
  font-size: 80%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ul_list,
  .ul_list2,
  .ul_list3 {
    margin: 0 10px;
  }
}
.ul_list2w,
.ul_list3w,
.ul_list4w {
  overflow: hidden;
  margin-right: -20px;
  margin-bottom: 10px;
  list-style: none;
}

.ul_list2w li,
.ul_list3w li,
.ul_list4w li {
  position: relative;
  margin: 0 20px 0 0;
  padding: 0.2em 0 0.2em 20px;
  line-height: 1.4;
}

.ul_list2w li {
  float: left;
  width: 320px;
}
.ul_list2w li:before {
  position: absolute;
  left: 0;
  content: "・";
  margin-right: 0.3em;
  color: #999;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.1;
}
.ul_list2w li img {
  width: 100%;
}

.ul_list3w li {
  float: left;
  width: 200px;
}
.ul_list3w li:before {
  position: absolute;
  left: 0;
  content: "・";
  margin-right: 0.3em;
  color: #999;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.1;
}
.ul_list3w li:nth-child(3n+1) {
  clear: both;
}
.ul_list3w li img {
  width: 100%;
}

.ul_list4w li {
  float: left;
  width: 140px;
}
.ul_list4w li:before {
  position: absolute;
  left: 0;
  content: "・";
  margin-right: 0.3em;
  color: #999;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.1;
}
.ul_list4w li:nth-child(4n+1) {
  clear: both;
}
.ul_list4w li img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ul_list2w,
  .ul_list3w,
  .ul_list4w {
    margin: 0 10px;
  }

  .ul_list2w li,
  .ul_list3w li,
  .ul_list4w li {
    width: 50%;
    margin-right: 0;
  }
}
.ul_line_list,
.ul_line_list2w,
.ul_line_list3w {
  margin-right: -20px;
  padding-bottom: 5px;
  list-style-type: none;
}

.ul_line_list li,
.ul_line_list2w li,
.ul_line_list3w li {
  overflow: hidden;
  margin: 0 20px 0.8em 0;
  padding: 0 10px 0.8em;
  line-height: 1.4;
  border-bottom: 1px dotted #CCC;
}

.ul_line_list2w li {
  float: left;
  width: 320px;
}

.ul_line_list3w li {
  float: left;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .ul_line_list,
  .ul_line_list2w,
  .ul_line_list3w {
    margin: 0 10px;
  }

  .ul_line_list li,
  .ul_line_list2w li,
  .ul_line_list3w li {
    margin: 0 0 8px 0;
    padding: 0 0 8px;
  }

  .ul_line_list2w li {
    width: 100%;
  }

  .ul_line_list3w li {
    width: 50%;
  }
}
.ul_list_parallel {
  overflow: hidden;
  clear: both;
  margin: 0 0 20px;
  list-style: none;
}

.ul_list_parallel li {
  display: inline;
  float: left;
  padding: 0 2em 0 0;
  font-size: 14px;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .ul_list_parallel {
    overflow: hidden;
    clear: both;
    margin: 0 0 20px;
    list-style: none;
  }

  .ul_list_parallel li {
    display: inline;
    float: left;
    padding: 0 2em 0 0;
    font-size: 14px;
    word-wrap: break-word;
  }
}
ul.ul_news {
  border-top: 1px dotted #CCC;
}
ul.ul_news li {
  border-bottom: 1px dotted #CCC;
}
ul.ul_news li a {
  display: block;
  padding: 10px 20px 10px 0;
}
ul.ul_news li a .meta_date {
  position: relative;
  color: #333;
  text-decoration: none;
  text-indent: 1.5em;
}
ul.ul_news li a .meta_date:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 3px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background: #009B77;
}
ul.ul_news li a .meta_date:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 0px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background: #FFF;
}
ul.ul_news li div {
  margin-left: 13em;
}
ul.ul_news li .meta_date {
  display: inline-block;
  float: left;
  width: 12em;
  color: #666;
}
@media only screen and (max-width: 767px) {
  ul.ul_news li a {
    position: relative;
    padding: 10px 30px 10px 10px;
    color: #333;
    text-decoration: none;
  }
  ul.ul_news li a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #009B77;
  }
  ul.ul_news li a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 13px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #FFF;
  }
  ul.ul_news li a .meta_date {
    text-indent: 0;
  }
  ul.ul_news li a .meta_date:after, ul.ul_news li a .meta_date:before {
    display: none;
  }
  ul.ul_news li div {
    margin-left: 0;
  }
  ul.ul_news li .meta_date {
    float: none;
    display: block;
  }
}

ul.ul_list_ico {
  margin-bottom: 10px !important;
  padding-left: 1.2em !important;
}
ul.ul_list_ico li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
ul.ul_list_ico li .fa {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  ul.ul_list_ico {
    margin: 0 10px 10px !important;
  }
}
.ul_list_bnr {
  list-style-type: none;
  margin-right: -20px;
  padding-bottom: 5px;
}
.ul_list_bnr li {
  float: left;
  width: 220px;
  height: auto;
  margin: 0 20px 0.8em 0;
  padding: 0 0 10px;
}
.ul_list_bnr li img {
  width: 100%;
}
.ul_list_bnr:nth-child(3n+1) {
  clear: both;
}

@media screen and (max-width: 767px) {
  .ul_list_bnr {
    overflow: hidden;
    margin: 10px;
    list-style: none;
  }
  .ul_list_bnr li {
    display: inline;
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 5px !important;
  }
  .ul_list_bnr li:nth-child(even) {
    margin-right: 0;
  }
}
/* dl
------------------------------- */
dl.dl_table {
  margin: 0 0 10px;
  border-bottom: 1px solid #DDD;
  background: #E5F6F1;
}
dl.dl_table dt {
  float: left;
  width: 8em;
  padding: 5px 0 0 10px;
  border-top: 1px solid #DDD;
  font-weight: bold;
}
dl.dl_table dd {
  margin-left: 8em;
  padding: 5px 10px;
  background: #FFF;
  border-top: 1px solid #DDD;
}
@media only screen and (max-width: 767px) {
  dl.dl_table {
    margin-bottom: 10px;
    background: none;
  }
  dl.dl_table dt {
    width: 100%;
    padding: 5px 10px;
    font-weight: bold;
    background: #E5F6F1;
  }
  dl.dl_table dd {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 10px;
    border-top: none;
  }
}

dl.dl_table10 {
  margin: 0 0 10px;
  border-bottom: 1px solid #DDD;
  background: #E5F6F1;
}
dl.dl_table10 dt {
  float: left;
  width: 10em;
  padding: 5px 0 0 10px;
  border-top: 1px solid #DDD;
  font-weight: bold;
}
dl.dl_table10 dd {
  margin-left: 10em;
  padding: 5px 10px;
  background: #FFF;
  border-top: 1px solid #DDD;
}
@media only screen and (max-width: 767px) {
  dl.dl_table10 {
    margin-bottom: 10px;
    background: none;
  }
  dl.dl_table10 dt {
    width: 100%;
    padding: 5px 10px;
    font-weight: bold;
    background: #E5F6F1;
  }
  dl.dl_table10 dd {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 10px;
    border-top: none;
  }
}

dl.dl_table15 {
  margin: 0 0 10px;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  background: #E5F6F1;
}
dl.dl_table15 dt {
  float: left;
  width: 13.5em;
  padding: 5px 1.5em 0 10px;
  border-top: 1px solid #DDD;
}
dl.dl_table15 dd {
  margin-left: 15em;
  padding: 5px 10px;
  background: #FFF;
  border-top: 1px solid #DDD;
}
@media only screen and (max-width: 767px) {
  dl.dl_table15 {
    margin: 0 10px 10px;
    background: none;
  }
  dl.dl_table15 dt {
    width: 100%;
    padding: 5px 10px;
    font-weight: bold;
    background: #E5F6F1;
  }
  dl.dl_table15 dd {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 10px;
    border-top: none;
  }
}

dl.dl_bukai {
  margin: 0 0 10px;
  border-bottom: 1px solid #DDD;
  background: #E5F6F1;
}
dl.dl_bukai dt {
  float: left;
  width: 10em;
  padding: 5px 0 0 10px;
  border-top: 1px solid #DDD;
  font-weight: bold;
}
dl.dl_bukai dd {
  margin-left: 10em;
  padding: 5px 10px;
  background: #FFF;
  border-top: 1px solid #DDD;
}
@media only screen and (max-width: 767px) {
  dl.dl_bukai {
    margin-bottom: 10px;
    background: none;
  }
  dl.dl_bukai dt {
    width: 100%;
    padding: 5px 10px;
    font-weight: bold;
    background: #E5F6F1;
  }
  dl.dl_bukai dd {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 10px;
    border-top: none;
  }
}

dl.dl_accordion {
  margin-bottom: 10px;
  border-bottom: 1px dotted #DDD;
}
dl.dl_accordion dt {
  position: relative;
  cursor: pointer;
  padding: 0.6em 40px;
  color: #444;
  line-height: 1.4;
  border-top: 1px dotted #DDD;
}
dl.dl_accordion dt:before {
  position: absolute;
  content: "Q";
  top: 5px;
  left: 10px;
  color: #009B77;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Cabin', sans-serif !important;
}
dl.dl_accordion dt:after {
  position: absolute;
  content: "\f078";
  top: 12px;
  right: 10px;
  color: #009B77;
  font-size: 13px;
  font-weight: normal;
  font-family: FontAwesome;
}
dl.dl_accordion dt:hover {
  text-decoration: none;
}
dl.dl_accordion dt.active:after {
  content: "\f077";
}
dl.dl_accordion dd {
  clear: both;
  padding: 0 0 10px;
}
dl.dl_accordion dd div {
  position: relative;
  padding: 10px 10px 10px 40px;
  background: #FFFAEA;
}
dl.dl_accordion dd div:before {
  position: absolute;
  display: block;
  content: "A";
  top: 3px;
  left: 10px;
  color: #F07A01;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Cabin', sans-serif !important;
}
@media only screen and (max-width: 767px) {
  dl.dl_accordion dd {
    padding: 0;
  }
}

dl.dl_funsou dt {
  float: left;
  margin: 0 0 10px 0;
  padding: 2px 10px;
  color: #FFF;
}
dl.dl_funsou dt.bg_orange {
  background: #F4A352;
}
dl.dl_funsou dt.bg_blue {
  background: #09B9DE;
}
dl.dl_funsou dt.bg_pink {
  background: #EF859B;
}
dl.dl_funsou dd {
  margin: 0 0 10px 60px;
  padding: 2px 0;
}
@media only screen and (max-width: 767px) {
  dl.dl_funsou {
    margin: 0 10px;
  }
}

dl.dl_parallel {
  margin: 0;
}
dl.dl_parallel dt {
  float: left;
  width: 5em;
  padding: 5px 0 0;
  font-weight: bold;
}
dl.dl_parallel dt span {
  display: block;
  width: 4.4em;
  background: #009B77;
  color: #FFF;
  font-size: 90%;
  text-align: center;
}
dl.dl_parallel dd {
  margin-left: 5em;
  margin-bottom: 10px;
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  dl.dl_parallel {
    margin: 0 10px;
    background: none;
  }
  dl.dl_parallel dt {
    width: 100%;
    padding: 0;
    font-weight: bold;
  }
  dl.dl_parallel dd {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
  dl.dl_parallel dd ul {
    margin: 0;
  }
}

#main table {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  border-spacing: 0;
}
#main table th,
#main table td {
  padding: 7px;
  line-height: 1.4;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #main table {
    width: auto !important;
    margin: 0 10px 5px !important;
  }
  #main table th,
  #main table td {
    padding: 7px 2px;
    font-size: 12px;
    line-height: 1.2;
  }
}

#main table.table_border {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
#main table.table_border th,
#main table.table_border td {
  padding: 7px;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  line-height: 1.4;
  vertical-align: middle;
}
#main table.table_border thead th {
  background: #CCF0E7;
  font-weight: bold;
}
#main table.table_border thead td {
  background: #CCF0E7;
  color: #FFF;
}
#main table.table_border tbody th {
  background: #E5F6F1;
  font-weight: bold;
  text-align: center;
}
#main table.table_border tbody td {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #main table.table_border {
    width: auto !important;
    margin: 0 10px 5px !important;
  }
  #main table.table_border th,
  #main table.table_border td {
    padding: 7px 5px;
    font-size: 12px;
    line-height: 1.2;
  }
}

#main table.table_entry {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
#main table.table_entry th,
#main table.table_entry td {
  padding: 7px;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  line-height: 1.4;
  vertical-align: middle;
}
#main table.table_entry tbody th {
  background: #E5F6F1;
  font-weight: normal;
  text-align: left;
}
#main table.table_entry tbody td {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #main table.table_entry {
    width: auto !important;
    margin: 0 10px 5px !important;
  }
  #main table.table_entry th,
  #main table.table_entry td {
    padding: 7px 4px;
    font-size: 12px;
    line-height: 1.2;
  }
}

.nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #main table.table_odd tr:nth-child(odd) {
    background: #F3F3F3;
  }
}
#main table.table_schedule {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #CCC;
}
#main table.table_schedule tr.bg_satday {
  background: #f2f8ff;
}
#main table.table_schedule tr.bg_satday .week {
  color: #006CD8;
}
#main table.table_schedule tr.bg_sunday, #main table.table_schedule tr.bg_holiday {
  background: #fff7f7;
}
#main table.table_schedule tr.bg_sunday .week, #main table.table_schedule tr.bg_holiday .week {
  color: #FF2B2B;
}
#main table.table_schedule th,
#main table.table_schedule td {
  padding: 5px;
  border-top: 1px solid #CCC;
  line-height: 1.4;
  vertical-align: middle;
}
#main table.table_schedule thead th {
  font-weight: bold;
}
#main table.table_schedule tbody th {
  width: 2em;
  padding: 5px 8px;
  background: #009B77;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
#main table.table_schedule tbody td {
  font-weight: normal;
}
#main table.table_schedule tbody td.week {
  width: 2em;
  padding: 5px 10px;
  background: #CCF0E7;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #main table.table_schedule {
    width: 100% !important;
    margin: 0 0 5px !important;
  }
  #main table.table_schedule th,
  #main table.table_schedule td {
    padding: 7px 2px;
    font-size: 10px;
    line-height: 1.2;
  }
}
#main table.table_schedule .fa-commenting {
  color: #4DA6FF;
}
#main table.table_schedule .fa-smile-o {
  color: #FF4D4D;
}
#main table.table_schedule .fa-users {
  color: #59B200;
}
#main table.table_schedule .fa-bullhorn {
  color: #B973FF;
}
#main table.table_schedule .fa-book {
  color: #FF8000;
}
#main table.table_schedule .fa-comments-o {
  color: #FF6AB5;
}

#pagination {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #pagination {
    clear: both;
    float: none !important;
    display: block;
    margin-top: 10px;
  }
}
#pagination .pagination span {
  display: inline-block;
  font-size: 14px;
  text-align: center;
}
#pagination .pagination span a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 26px;
  padding: 5px;
  border: 1px solid #CCC;
  color: #009B77 !important;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  text-decoration: none;
}
#pagination .pagination span a:hover {
  background: #F6F6F2;
}
#pagination .pagination span.current {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 26px;
  padding: 5px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background: #009B77;
  color: #fff;
}
#pagination .pagination-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  #pagination .pagination-sp {
    display: block;
  }
  #pagination .pagination-sp .pagination {
    display: block;
  }
}

.page_link {
  display: inline-block;
  min-width: 14px;
  padding: 5px 10px;
  margin: 0 5px 0 0;
  border: 1px solid #009B77;
  background: #FFF;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.page_link .fa {
  color: #009B77;
  font-size: 80%;
}
.page_link:hover {
  background: #009B77;
  color: #FFF;
}
.page_link:hover .fa {
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .page_link span {
    display: block;
  }
}

.page_link_max {
  display: block;
  padding: 5px 10px;
  border: 1px solid #009B77;
  background: #FFF;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.page_link_max .fa {
  color: #009B77;
  font-size: 80%;
}
.page_link_max:hover {
  background: #009B77;
  color: #FFF;
}
.page_link_max:hover .fa {
  color: #FFF;
}

.page_link_green {
  display: inline-block;
  min-width: 14px;
  padding: 5px 10px;
  margin: 0 5px 0 0;
  border: 1px solid #009B77;
  background: #009B77;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.page_link_green .fa {
  color: #FFF;
  font-size: 80%;
}
.page_link_green:hover {
  background: #FFF;
  color: #333;
}
.page_link_green:hover .fa {
  color: #009B77;
}
@media only screen and (max-width: 767px) {
  .page_link_green span {
    display: block;
  }
}

section {
  padding-bottom: 30px;
}

.form_ph {
  width: 100px;
}
.form_ph img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  section {
    padding-bottom: 20px;
  }

  h2 {
    font-size: 16px;
  }

  p {
    margin: 0 0 0 0;
    font-size: 13px !important;
  }
}
dl.dl_form {
  margin: 0 0 10px;
  border-bottom: 1px solid #DDD;
  background: #E5F6F1;
  line-height: 36px;
}
dl.dl_form dt {
  float: left;
  width: 14em;
  padding: 5px 0 0 10px;
  border-top: 1px solid #DDD;
  font-weight: bold;
}
dl.dl_form dd {
  min-height: 35px;
  margin-left: 14em;
  padding: 5px 10px;
  background: #FFF;
  border-top: 1px solid #DDD;
}
dl.dl_form dd.textarea {
  line-height: 1;
}
dl.dl_form dd.textarea p {
  margin-bottom: 0 !important;
  line-height: 1.8;
}
dl.dl_form dd li {
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  dl.dl_form {
    margin-bottom: 10px;
    background: none;
  }
  dl.dl_form dt {
    width: 100%;
    padding: 5px 10px;
    font-weight: bold;
    background: #E5F6F1;
  }
  dl.dl_form dd {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  dl.dl_example {
    margin: 0 10px;
  }
  dl.dl_example dt {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  ul.ul_result li h3 {
    margin: 0 10px;
    font-size: 15px;
  }
  ul.ul_result li div {
    margin: 0 10px;
  }
  ul.ul_result li div figure {
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
  }
  ul.ul_result li div figure img {
    width: 100px;
  }
  ul.ul_result ul {
    margin: 0 10px;
  }
  ul.ul_result ul li {
    width: 49% !important;
    margin: 0 0 10px 0 !important;
    font-size: 12px !important;
  }
  ul.ul_result ul li:nth-child(odd) {
    margin-right: 1%;
  }
  ul.ul_result ul li:nth-child(even) {
    margin-left: 1%;
  }
  ul.ul_result ul li:nth-child(2n+1) {
    clear: both;
  }
}
form [type="checkbox"] {
  margin-right: 5px;
}
form select,
form input {
  border: 1px solid #CCC;
  padding: 6px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
form select.wide_l,
form input.wide_l {
  width: 100%;
}
form select.wide_m,
form input.wide_m {
  width: 49%;
}
form select.wide_mm,
form input.wide_mm {
  width: 70%;
}
form select.wide_s,
form input.wide_s {
  width: 30%;
}
form select.wide_ss,
form input.wide_ss {
  width: 15%;
}
@media only screen and (max-width: 767px) {
  form select,
  form input {
    border: 1px solid #CCC;
    padding: 10px;
  }
  form select.wide_l,
  form input.wide_l {
    width: 100%;
  }
  form select.wide_m,
  form input.wide_m {
    width: 49%;
  }
  form select.wide_mm,
  form input.wide_mm {
    width: 70%;
  }
  form select.sizeM,
  form input.sizeM {
    width: 100%;
  }
  form select.sizeL,
  form input.sizeL {
    width: 100%;
  }
}
form [type="file"] {
  border: none;
}
form textarea {
  width: 100%;
  padding: 6px;
  border: 1px solid #CCC;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
form ul.ul_btn {
  width: 300px;
  margin: 0 auto;
}
form ul.ul_btn li {
  float: left;
}
form ul.ul_btn li input.btn_reset,
form ul.ul_btn li input.btn_submit,
form ul.ul_btn li input.btn_send {
  width: 145px;
  padding: 10px 0;
  color: #FFF;
  font-size: 116%;
  font-weight: bold;
  outline: none;
  border-style: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
}
form ul.ul_btn li input.btn_reset,
form ul.ul_btn li input.btn_reset:active {
  background: #777;
}
form ul.ul_btn li input.btn_submit,
form ul.ul_btn li input.btn_submit:active,
form ul.ul_btn li input.btn_send {
  margin-right: 10px;
  background: #009B77;
}
form ul.ul_btn li input.btn_reset:hover,
form ul.ul_btn li input.btn_submit:hover,
form ul.ul_btn li input.btn_send:hover {
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}
form ul.ul_form2w {
  margin: 0;
}
form ul.ul_form2w li {
  float: left;
  width: 50%;
}
form ul.ul_form3w {
  margin: 0;
}
form ul.ul_form3w li {
  float: left;
  width: 33.3333%;
}
form ul.ul_form4w {
  margin: 0;
}
form ul.ul_form4w li {
  float: left;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  form ul.ul_mokuteki {
    margin: 0 10px !important;
  }
  form ul.ul_mokuteki li {
    float: none;
    width: auto;
  }
  form ul.ul_kibo {
    margin: 0 10px !important;
  }
  form ul.ul_shikaku {
    margin: 0 10px !important;
  }
  form ul.ul_kubun {
    margin: 0 10px;
  }
  form ul.ul_kubun li {
    width: 50% !important;
    margin: 0 0 10px 0 !important;
  }
  form ul.ul_kubun li:nth-child(odd) {
    padding-right: 1%;
  }
  form ul.ul_kubun li:nth-child(even) {
    padding-left: 1%;
  }
  form ul.ul_kubun li:nth-child(2n+1) {
    clear: both;
  }
  form ul.ul_kubun li a {
    width: 87%;
  }
  form [type="checkbox"] {
    margin-right: 5px;
  }
  form textarea {
    width: 100%;
  }
  form p select {
    margin-bottom: 10px;
    vertical-align: middle;
  }
  form ul.ul_btn {
    width: auto;
    margin: 0 10px;
  }
  form ul.ul_btn li {
    float: left;
    width: 50%;
  }
  form ul.ul_btn li:nth-child(odd) {
    padding-right: 1%;
  }
  form ul.ul_btn li:nth-child(even) {
    padding-left: 1%;
  }
  form ul.ul_btn li input.btn_reset,
  form ul.ul_btn li input.btn_submit,
  form ul.ul_btn li input.btn_send {
    width: 100%;
    padding: 10px 0;
    color: #FFF;
    font-size: 116%;
    font-weight: bold;
    outline: none;
    border-style: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
  }
  form ul.ul_form3w li {
    width: 50%;
  }
  form ul.ul_form4w li {
    width: 50%;
  }
}

#detail_profile h3 {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 20px;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 23px;
  font-weight: normal;
}
#detail_profile h3 span {
  margin-left: 15px;
  font-size: 15px;
}
#detail_profile h3:after {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 2;
  content: '';
  width: 8px;
  height: 8px;
  border: 4px solid #009B77;
  border-radius: 100%;
}
#detail_profile h3 dl.dl_profile_data {
  position: absolute;
  right: 0;
  top: 0;
  width: 16em;
  height: 30px;
  border: 1px solid #009B77;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}
#detail_profile h3 dl.dl_profile_data dt {
  float: left;
  width: 4em;
  color: #FFF;
  background: #009B77;
}
#detail_profile h3 dl.dl_profile_data dd {
  float: left;
  width: 4em;
}
#detail_profile figure {
  float: left;
  width: 100px;
  margin-right: 15px;
  margin-bottom: 10px;
}
#detail_profile div {
  margin-left: 120px;
}
#detail_profile div h5 {
  font-size: 18px;
}
#detail_profile div dl.dl_detail_data {
  margin-bottom: 5px;
}
#detail_profile div dl.dl_detail_data dt {
  float: left;
  width: 6em;
  margin-bottom: 5px;
  background: #CCF0E7;
  text-align: center;
}
#detail_profile div dl.dl_detail_data dd {
  margin: 0 0 5px 7em;
}
@media only screen and (max-width: 767px) {
  #detail_profile {
    margin: 0 10px;
  }
  #detail_profile h3 {
    margin-bottom: 45px;
    padding: 0 0 0 20px;
    font-size: 18px;
  }
  #detail_profile h3 span {
    margin-left: 15px;
    font-size: 13px;
  }
  #detail_profile h3:after {
    top: 4px;
  }
  #detail_profile h3 dl.dl_profile_data {
    top: 26px;
    width: 21em;
    height: 25px;
    font-size: 12px;
    line-height: 24px;
  }
  #detail_profile h3 dl.dl_profile_data dt {
    width: 4em;
  }
  #detail_profile h3 dl.dl_profile_data dd {
    width: 6em;
  }
  #detail_profile figure {
    float: left;
    width: 100px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  #detail_profile div {
    margin-left: 0;
  }
  #detail_profile div h5 {
    font-size: 15px;
  }
  #detail_profile div dl.dl_detail_data {
    clear: both;
  }
}

#detail_industry ul {
  margin-right: -20px;
}
#detail_industry ul li {
  float: left;
  width: 218px;
  height: 40px;
  margin: 0 20px 10px 0;
  color: #BBB;
  background: #FFF;
  border: 1px solid #EEE;
  line-height: 40px;
}
#detail_industry ul li .fa {
  padding: 0 10px;
  color: #CCC;
  font-size: 20px;
  vertical-align: middle !important;
}
#detail_industry ul li.on {
  color: #333;
  background: #F5F5F5;
  border: 1px solid #CCC;
}
#detail_industry ul li.on .fa {
  color: #009B77;
}
@media only screen and (max-width: 767px) {
  #detail_industry ul {
    margin: 0 10px;
  }
  #detail_industry ul li {
    width: 49%;
    margin-right: 0;
  }
  #detail_industry ul li:nth-child(odd) {
    margin-right: 1%;
  }
  #detail_industry ul li:nth-child(even) {
    margin-left: 1%;
  }
  #detail_industry ul li .fa {
    padding: 0 10px;
    color: #CCC;
    font-size: 20px;
    vertical-align: middle !important;
  }
  #detail_industry ul li.on {
    color: #333;
    background: #F5F5F5;
    border: 1px solid #CCC;
  }
  #detail_industry ul li.on .fa {
    color: #009B77;
  }
}

ul.ul_list_many {
  list-style: none;
}
ul.ul_list_many li {
  float: left;
  position: relative;
  margin-right: 50px;
  padding: 0.2em 0 0.2em 1.5em;
  line-height: 1.4;
}
ul.ul_list_many li:before {
  position: absolute;
  left: 0;
  content: "・";
  margin-right: 0.3em;
  color: #999;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  ul.ul_list_many {
    margin: 0 10px;
  }
  ul.ul_list_many li {
    width: 50%;
    margin-right: 0;
  }
}

.box_green {
  padding: 14px 14px 4px;
  border: 1px solid #7FCDBB;
  background: #E5F6F1;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
@media only screen and (max-width: 767px) {
  .box_green {
    padding: 14px 9px;
  }
  .box_green p {
    margin: 0 !important;
    padding-bottom: 0;
  }
  .box_green p span {
    padding-bottom: 10px;
  }
  .box_green ul {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_green {
    margin: 0 10px;
  }
}

ul.ul_many li {
  float: left;
  margin-right: 10px;
}

ul.ul_contact li {
  margin-bottom: 5px;
}
ul.ul_contact li:last-child {
  margin-bottom: 0;
}

.page section {
  padding-bottom: 30px;
}
.page section:last-child {
  padding-bottom: 0;
}
.page h3 {
  position: relative;
  padding: 9px 9px 9px 34px;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.page h3:after {
  position: absolute;
  top: 12px;
  left: .6em;
  z-index: 2;
  content: '';
  width: 8px;
  height: 8px;
  border: 5px solid #009B77;
  border-radius: 100%;
}
.page h4 {
  padding-bottom: 5px;
  color: #009B77;
  font-size: 105%;
  border-bottom: 1px solid #CCC;
}
.page h5 {
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .page p {
    margin: 0 10px;
  }
  .page section {
    padding-bottom: 10px;
  }
  .page img {
    width: 100%;
  }
  .page .img_r,
  .page .img_l {
    float: none;
    padding: 0 0 10px;
  }
}

.page_entry {
  margin-bottom: 40px;
  border-bottom: 1px solid #DDD;
}

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

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

/* ----------------------------------------------
 margin・padding
---------------------------------------------- */
/* margin
------------------------------- */
.mt00 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb01e {
  margin-bottom: 1em !important;
}

.mb02e {
  margin-bottom: 2em !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

/* padding
------------------------------- */
.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

/* ----------------------------------------------
 block
---------------------------------------------- */
.block03 {
  display: inline-block;
  width: 3em;
}

.block05 {
  display: inline-block;
  width: 5em;
}

.block06 {
  display: inline-block;
  width: 6em;
}

.block10 {
  display: inline-block;
  width: 10em;
}

/* ----------------------------------------------
 text
---------------------------------------------- */
/* font-weight
------------------------------- */
.fw_bold {
  font-weight: bold;
}

.fw_normal {
  font-weight: normal;
}

/* color
------------------------------- */
.orange {
  color: #F07A01;
}

.red {
  color: #E00;
}

.black {
  color: #333;
}

.blue {
  color: #06C;
}

.green {
  color: #009B77;
}

/* text-align
------------------------------- */
.ta_left {
  text-align: left !important;
}

.ta_right {
  text-align: right;
}

.ta_center {
  text-align: center;
}

.fs_10 {
  font-size: 10px;
}

.fs_12 {
  font-size: 12px;
}

.fs_20 {
  font-size: 20px;
}

.fs_98 {
  font-size: 98%;
}

.fs_88 {
  font-size: 88%;
}

.fs_116 {
  font-size: 116%;
}

.fs_150 {
  font-size: 150%;
}

.fs_250 {
  font-size: 250%;
}

#main table p.chu {
  margin-bottom: 0;
  padding: 0;
}

.underline {
  text-decoration: underline;
}

.new {
  display: inline-block;
  width: 3em;
  margin-left: 0.5em;
  background: #E00;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  text-align: center;
  line-height: 1.4;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .pc_block {
    display: block;
  }

  .sp_block {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .pc_block {
    display: inline;
  }

  .sp_block {
    display: block;
  }
}
/* Alerts
------------------------------- */
.alert {
  position: relative;
  margin: 10px;
  padding: 9px 36px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.alert:after {
  position: absolute;
  left: 15px;
  font-family: FontAwesome;
}

.error {
  color: #d9534f;
  background-color: #fbeeed;
  border-color: #f7d8dd;
}
.error:after {
  content: "\f06a";
}

.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #b2dba1;
}
.success:after {
  content: "\f00c";
}

.warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #f5e79e;
}
.warning:after {
  content: "\f071";
}

.notice {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.notice:after {
  content: "\f05a";
}
