@charset "UTF-8";
/*------------------------------------------------------------
	effect_common
------------------------------------------------------------*/
/*---- color ----*/
/*---- effect ----*/
.link_effect, header #header_menu .header_title:hover, header #header_menu li:hover, #contact_bg #contact_box #contact_wrap #mail_link a:hover, footer a:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  color: #FFF;
}

.link_effect_2, .more_link:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
}

.no_effect {
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
  text-decoration: none;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
  color: inherit;
}

.no_effect_2 {
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
  text-decoration: none;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
html {
  min-width: 1000px;
  height: 100%;
}

body {
  background-color: #f5f3e0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 1000px;
  font-family: "ヒラギノ角ゴ W4 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#wrap {
  position: relative;
  height: 100%;
  height: auto !important;
  min-height: 100%;
  padding-bottom: 280px;
}

@media screen and (max-width: 479px) {
  html,
  body {
    min-width: inherit;
  }

  #wrap {
    padding-bottom: 44px;
  }
}
/*---- common ----*/
a,
a:hover,
a img:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #33ada2;
}

a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

a:hover {
  text-decoration: underline;
}

h6,
h5,
h4,
h3,
h2 {
  line-height: 1.2;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 479px) {
  h6,
  h5,
  h4,
  h3,
  h2 {
    letter-spacing: inherit;
  }
}
/*---- reset ----*/
.r_sp_none {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.l_sp_none {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.top_sp_none {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.bottom_sp_none {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.all_sp_none {
  padding: 0 !important;
  margin: 0 !important;
}

.shadow_none {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}

.bg_none {
  background: none !important;
}

.line_none {
  border: none !important;
}

.t_line_none {
  border-top: none !important;
}

.l_line_none {
  border-left: none !important;
}

.list_style_none li {
  list-style: none !important;
}

.br_sp {
  display: none;
}

@media screen and (max-width: 479px) {
  .br_sp {
    display: inherit;
  }

  .br_pc {
    display: none;
  }

  .bottom_sp_none {
    margin-bottom: 18px !important;
  }
}
/*---- float ----*/
.float_r {
  float: right !important;
}

.float_l {
  float: left !important;
}

/*---- text_align ----*/
.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.txt_center {
  text-align: center !important;
}

/*---- text_size ----*/
.txt_small {
  font-size: 85% !important;
}

.txt_big {
  font-size: 110% !important;
}

/*---- color ----*/
.txt_red {
  color: #C61326;
}

.txt_red_2 {
  color: #BF4626;
}

.txt_blue {
  color: #0B42A4;
}

.txt_b {
  font-weight: bold;
}

/*---- icon ----*/
.pdf_icon {
  background: url(../img/common/pdf_icon.png) right center no-repeat;
  padding-right: 20px;
  margin-right: 4px;
}

.excel_icon {
  background: url(../img/common/excel_icon.gif) right center no-repeat;
  padding-right: 20px;
  margin-right: 4px;
}

.blank_icon {
  background: url(../img/common/blank_icon.png) right center no-repeat;
  padding-right: 20px;
  margin-right: 4px;
}

/*------------------------------------------------------------
	common_header
------------------------------------------------------------*/
header {
  background-color: rgba(51, 173, 162, 0.92);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 7000;
}
header #header_menu {
  width: 1000px;
  height: 80px;
  margin: 0 auto;
}
header #header_menu .header_title {
  background-color: #FFF;
  width: 24%;
  height: 80px !important;
  padding-top: 0;
}
header #header_menu .header_title:hover {
  background-color: #FFF;
}
header #header_menu .header_title h1 {
  padding: 0 12px;
}
header #header_menu .header_title img {
  padding-top: 26px;
}
header #header_menu li {
  width: 18%;
  float: left;
  text-align: center;
}
header #header_menu li:hover {
  background-color: rgba(84, 217, 204, 0.94);
}
header #header_menu li a {
  color: #FFF;
  text-decoration: none;
}
header #header_menu li a p {
  margin: 20px auto;
  padding: 10px 0;
  border-right: 1px solid #FFF;
  text-align: center;
  font-size: 1.1em;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 479px) {
  header #header_menu {
    width: 100%;
    height: 40px;
  }
  header #header_menu .header_title {
    width: 19%;
    height: 40px !important;
  }
  header #header_menu .header_title h1 {
    padding: 0 2%;
  }
  header #header_menu .header_title img {
    padding-top: 14px;
  }
  header #header_menu li {
    width: 20%;
  }
  header #header_menu li a p {
    margin: 10px auto;
    padding: 4px 0;
    font-size: 0.82em;
  }
  header #header_menu .contact_txt {
    font-size: 0.8em;
  }
  header #header_menu .right_line p {
    border-right: none;
  }
}

/*------------------------------------------------------------
	common_subpage
------------------------------------------------------------*/
#sub_title {
  background: url(../img/about/about_title_bg.jpg) center bottom no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  padding-top: 80px;
  text-align: center;
  position: relative;
  transform: rotate(0.05deg);
}
#sub_title h2 {
  padding-top: 56px;
  font-size: 2.2em;
  line-height: 0.8;
  color: #FFF;
  position: absolute;
  top: 74px;
  left: 0;
  right: 0;
  text-shadow: 0px 0px 7px #000000;
}
#sub_title h2 span {
  font-family: "ヒラギノ角ゴ W4 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.44em;
}
@media screen and (max-width: 479px) {
  #sub_title {
    background: none;
    height: 30px;
    padding-top: 54px;
    margin-bottom: 20px;
  }
  #sub_title h2 {
    padding-top: 0;
    font-size: 1.4em;
    line-height: 0.9;
    color: #33ada2;
    text-shadow: none;
    top: 60px;
  }
  #sub_title h2 span {
    font-size: 0.56em;
  }
}

/*------------------------------------------------------------
	common_subpage
------------------------------------------------------------*/
#container {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#container section {
  width: 880px;
  margin: 0 auto 120px;
}
#container section h3 {
  background-color: #33ada2;
  display: block;
  margin: 90px auto 34px;
  padding: 8px;
  font-size: 1.6em;
  text-align: center;
  color: #FFF;
}
#container section h3 span {
  transform: rotate(0.05deg);
  font-family: "ヒラギノ角ゴ W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container section .title_topsp_none {
  margin-top: 0;
}
#container section p {
  line-height: 1.6;
  text-align: left;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 479px) {
  #container {
    width: 92%;
    margin: 0 4%;
    font-size: 0.84em;
  }
  #container section {
    width: 100%;
    margin: 0 auto 40px;
  }
  #container section h3 {
    margin: 40px auto 20px;
    padding-bottom: 10px;
    font-size: 1.2em;
  }
}

/*---- bread_list ----*/
#bread_list {
  padding: 30px 0 30px;
}
#bread_list li {
  float: left;
}
#bread_list li:after {
  content: '＞';
  padding: 0 4px;
}
#bread_list .current:after {
  content: '';
}
@media screen and (max-width: 479px) {
  #bread_list {
    padding: 18px 0 18px;
    font-size: 0.84em;
    line-height: 1.2;
  }
}

/*---- more_btn ----*/
.more_link {
  background-color: #FFF;
  border: 3px solid #33ada2;
  padding: 12px 40px;
  margin-bottom: 64px;
  display: inline-block;
}
.more_link p {
  background: url(../img/common/bluegreen_arrow.png) right center no-repeat;
  padding: 6px 36px 6px 0;
  margin-bottom: 0 !important;
  font-size: 1.2em;
}
@media screen and (max-width: 479px) {
  .more_link {
    padding: 6px 24px;
  }
  .more_link p {
    line-height: 1.2 !important;
  }
}

/*------------------------------------------------------------
	contact_box
------------------------------------------------------------*/
#contact_bg {
  background-color: #30958b;
  width: 100%;
  height: 114px;
  margin: 100px auto 0;
}
#contact_bg #contact_box_sp {
  display: none;
}
#contact_bg #contact_box {
  display: none;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4000;
}
#contact_bg #contact_box #contact_wrap {
  background-color: rgba(48, 149, 139, 0.94);
  width: 920px;
  margin: 0 auto;
}
#contact_bg #contact_box #contact_wrap #mail_link {
  width: 270px;
  margin: 16px 20px 16px 40px;
  float: left;
  color: #FFF;
}
#contact_bg #contact_box #contact_wrap #mail_link .tel_txt {
  background: url(../img/common/tel_contact_icon.png) 5% center no-repeat;
  padding-left: 50px;
  margin-bottom: 6px;
  font-size: 0.94em;
  line-height: 1.2;
}
#contact_bg #contact_box #contact_wrap #mail_link a {
  color: #FFF;
  text-decoration: none;
}
#contact_bg #contact_box #contact_wrap #mail_link a .mail_txt {
  padding: 6px 4px;
  border: 1px solid #FFF;
  text-align: center;
  font-size: 0.85em;
}
#contact_bg #contact_box #contact_wrap #mail_link a .mail_txt span {
  background: url(../img/common/mail_icon.png) left center no-repeat;
  padding-left: 24px;
}
#contact_bg #contact_box #contact_wrap #contact_link {
  width: 540px;
  margin: 16px 40px 16px 0;
  float: right;
  text-align: center;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#contact_bg #contact_box #contact_wrap #contact_link #contact_tel_box {
  background-color: #FFF;
  padding: 10px 0;
  color: #d34560;
}
#contact_bg #contact_box #contact_wrap #contact_link #contact_tel_box p {
  font-size: 1.5em;
  font-family: "ヒラギノ角ゴ W7 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contact_bg #contact_box #contact_wrap #contact_link #contact_tel_box p span {
  font-size: 0.7em;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contact_bg #contact_box #contact_wrap #contact_link .contact_time_txt {
  background-color: #e5e5e5;
  padding: 6px 4% 4px;
  font-size: 0.8em;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 479px) {
  #contact_bg {
    height: 80px;
    margin-top: 40px;
  }
  #contact_bg #contact_box {
    display: none !important;
  }
}
#contact_bg #contact_box_sp {
  display: none;
  position: relative;
  left: 0;
  right: 0;
  background-color: rgba(48, 149, 139, 0.9);
  width: 80%;
}
#contact_bg #contact_box_sp p {
  padding: 6px 0;
  font-size: 0.84em;
  color: #FFF;
  text-align: center;
}
#contact_bg #contact_box_sp ul {
  height: 40px;
}
#contact_bg #contact_box_sp ul li {
  float: left;
  margin: 0 1%;
  background-color: #FFF;
  text-align: center;
}
#contact_bg #contact_box_sp ul li dl dt {
  width: 22%;
  padding: 6px 0;
  float: right;
  text-align: center;
}
#contact_bg #contact_box_sp ul li dl dt img {
  width: 40%;
}
#contact_bg #contact_box_sp ul li dl dd {
  width: 68%;
  margin: 4px 4% 2px;
  float: left;
  font-size: 0.8em;
}
#contact_bg #contact_box_sp ul li dl dd p {
  padding: 2px 0;
  color: #d34560;
  text-align: left;
}
#contact_bg #contact_box_sp ul li dl dd .tel_sp_txt {
  font-size: 1.2em;
}
#contact_bg #contact_box_sp ul .mail_link {
  background-color: rgba(255, 255, 255, 0.4);
  width: 12%;
}
#contact_bg #contact_box_sp ul .mail_link a {
  padding: 8px;
  display: inline-block;
  text-align: center;
}
#contact_bg #contact_box_sp ul .tel_link {
  width: 80%;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
footer {
  background-color: #FFF;
  width: 100%;
  height: 220px;
  padding: 20px 0 40px;
  position: absolute;
  bottom: 0;
  text-align: center;
  transform: rotate(0.05deg);
}
footer h2 {
  width: 288px;
  margin: 14px auto 7px;
}
footer dl {
  width: 1000px;
  margin: 14px auto 0;
  padding: 9px 0;
  line-height: 1.4;
}
footer dl dt {
  font-family: "ヒラギノ角ゴ W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer dl dd {
  font-size: 0.9em;
}
footer dl dd a {
  background: url(../img/common/mail_icon_g.png) left center no-repeat;
  padding-left: 24px;
}
footer dl dd a:hover {
  color: #33ada2;
}
footer dl #footer_mail {
  padding-top: 6px;
}
@media screen and (max-width: 479px) {
  footer {
    height: 46px;
    padding: 0;
    border-top: none;
  }
  footer dl,
  footer h2 {
    display: none;
  }
  footer #copy {
    height: 34px;
  }
  footer #copy small {
    font-size: 0.7em;
  }
}

#copy {
  width: 100%;
  background-color: #33ada2;
  height: 26px;
  padding-top: 14px;
  position: absolute;
  bottom: 0;
}
#copy small {
  font-size: 0.74em;
  display: inline-block;
  color: #FFF;
  font-family: "ヒラギノ角ゴ W4 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#copy small span {
  padding-right: 5px;
  font-family: Arial, Helvetica, sans-serif;
}

/*---- pagetop ----*/
#pagetop {
  display: none;
  position: relative;
  bottom: 0;
}
#pagetop p {
  background-color: #33ada2;
  padding: 20px 16px 24px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 4500;
  line-height: 0;
}
@media screen and (max-width: 479px) {
  #pagetop p {
    padding: 13px 2%;
    text-align: center;
  }
  #pagetop p img {
    width: 70%;
  }
}
