@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

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

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

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

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

.pb30 {
  padding-bottom: 30px !important;
}

.bold {
  font-weight: bold !important;
}

.small {
  font-size: 93.33333%;
}

.small2 {
  font-size: 86.66667%;
}

.big {
  font-size: 120%;
}

.underline {
  border-bottom: 2px solid #ff3333;
}

span.square {
  display: inline-block;
  padding-left: 17px;
  background: url("../img/icon/square.png") no-repeat left 6px;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

html {
  font-size: 100%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 93.33333%;
  }
}
html[data-font="small"] {
  font-size: 86.66667%;
}
html[data-font="middle"] {
  font-size: 100%;
}
html[data-font="big"] {
  font-size: 106.66667%;
}

body {
  -webkit-text-size-adjust: none;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #000;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 950px;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 63px;
  }

  .pc {
    display: none !important;
  }
}
* {
  word-break: break-all;
}

input[type="text"],
textarea,
select {
  outline: none;
  box-sizing: border-box;
}
input[type="text"]:placeholder-shown,
textarea:placeholder-shown,
select:placeholder-shown {
  color: #b2b2b2;
}
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #b2b2b2;
}
input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #b2b2b2;
}
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #b2b2b2;
}
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #b2b2b2;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #0353ad;
}
a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #globalHeader {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
}
#globalHeader .headding {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
#globalHeader .headding:before, #globalHeader .headding:after {
  content: "";
  display: table;
}
#globalHeader .headding:after {
  clear: both;
}
#globalHeader .headding {
  zoom: 1;
}
@media screen and (max-width: 768px) {
  #globalHeader .headding {
    border-bottom: 3px solid #058474;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .headding .left {
    float: left;
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader .headding .left {
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */
  }
  #globalHeader .headding .left:before, #globalHeader .headding .left:after {
    content: "";
    display: table;
  }
  #globalHeader .headding .left:after {
    clear: both;
  }
  #globalHeader .headding .left {
    zoom: 1;
  }
  #globalHeader .headding .left .logo {
    float: left;
    width: calc(100% - 70px);
    padding: 5px 0 0 15px;
  }
  #globalHeader .headding .left .logo .kankyou-logo img {
    width: 60px;
  }
  #globalHeader .headding .left .sp-menu {
    float: right;
    width: 60px;
    height: 60px;
    background: url("../img/icon/spmenu_open.png") no-repeat center center;
    background-size: 30px 34px;
    background-color: #058474;
  }
  #globalHeader .headding .left .sp-menu.open {
    background: url("../img/icon/spmenu_close.png") no-repeat center center;
    background-size: 30px 34px;
    background-color: #058474;
  }
}
#globalHeader .headding .left .site-title {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #globalHeader .headding .left .site-title img {
    width: 100%;
    max-width: 280px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .headding .right {
    float: right;
  }
}
#globalHeader .headding .right .utility-link {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  padding-left: 15px;
  background-color: #f9f8f8;
  border-radius: 0 0 5px 5px;
}
#globalHeader .headding .right .utility-link:before, #globalHeader .headding .right .utility-link:after {
  content: "";
  display: table;
}
#globalHeader .headding .right .utility-link:after {
  clear: both;
}
#globalHeader .headding .right .utility-link {
  zoom: 1;
}
@media screen and (max-width: 768px) {
  #globalHeader .headding .right .utility-link {
    display: none;
  }
}
#globalHeader .headding .right .utility-link li {
  float: left;
}
#globalHeader .headding .right .utility-link li a {
  font-size: 86.66667%;
}
#globalHeader .headding .right .utility-link li.li01, #globalHeader .headding .right .utility-link li.li02 {
  padding-top: 6px;
}
#globalHeader .headding .right .utility-link li.li01 a, #globalHeader .headding .right .utility-link li.li02 a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 12px;
  color: #000;
  text-decoration: none;
  background: url("../img/icon/arrow_right_blue_6_10.png") no-repeat left center;
}
#globalHeader .headding .right .utility-link li.li02 {
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 16px;
  background: url("../img/common/header_separator.png") no-repeat left 9px;
}
#globalHeader .headding .right .utility-link li.li03 a {
  display: block;
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 0 0 5px 0;
  color: #fff;
  text-decoration: none;
  background-color: #f16e2d;
}
#globalHeader .headding .right .utility-link li.li03 a span {
  padding-left: 12px;
  background: url("../img/icon/arrow_right_white_6_9.png") no-repeat left 4px;
}
#globalHeader .headding .right .fontsize-change {
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #globalHeader .headding .right .fontsize-change {
    display: none;
  }
}
#globalHeader .headding .right .fontsize-change p, #globalHeader .headding .right .fontsize-change ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#globalHeader .headding .right .fontsize-change p {
  font-size: 93.33333%;
  margin-right: 10px;
}
#globalHeader .headding .right .fontsize-change ul {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
#globalHeader .headding .right .fontsize-change ul:before, #globalHeader .headding .right .fontsize-change ul:after {
  content: "";
  display: table;
}
#globalHeader .headding .right .fontsize-change ul:after {
  clear: both;
}
#globalHeader .headding .right .fontsize-change ul {
  zoom: 1;
}
#globalHeader .headding .right .fontsize-change ul li {
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
#globalHeader .headding .right .fontsize-change ul li:hover {
  cursor: pointer;
}
#globalHeader .headding .right .fontsize-change ul li.small {
  font-size: 93.33333%;
  background-color: #148794;
}
#globalHeader .headding .right .fontsize-change ul li.middle {
  margin-left: 5px;
  font-size: 100%;
  background-color: #48830a;
}
#globalHeader .headding .right .fontsize-change ul li.big {
  margin-left: 5px;
  font-size: 120%;
  background-color: #1880a8;
}
@media screen and (max-width: 768px) {
  #globalHeader .headding .right #srchBox {
    display: none;
  }
}

#globalNavi {
  background-color: #058474;
}
@media screen and (min-width: 769px) {
  #globalNavi #srchBox {
    display: none;
  }
  #globalNavi > ul {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */
    border-right: 1px solid #049b88;
  }
  #globalNavi > ul:before, #globalNavi > ul:after {
    content: "";
    display: table;
  }
  #globalNavi > ul:after {
    clear: both;
  }
  #globalNavi > ul {
    zoom: 1;
  }
  #globalNavi > ul > li {
    position: relative;
    float: left;
    width: 16.6666%;
  }
  #globalNavi > ul > li.li04 > a {
    padding-top: 10px;
    line-height: 1.2;
  }
  #globalNavi > ul > li.li04 > a span {
    margin-left: -10px;
  }
  #globalNavi > ul > li:hover ul {
    display: block;
  }
  #globalNavi > ul > li:hover > a {
    background-color: #049b88;
  }
  #globalNavi > ul > li.current > a {
    background-color: #049b88;
  }
  #globalNavi > ul > li > a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-left: 1px solid #049b88;
    letter-spacing: -0.05em;
  }
  #globalNavi > ul > li > a span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 20px;
    background: url("../img/icon/arrow_btm_white_11_7.png") no-repeat left center;
  }
  #globalNavi > ul > li ul {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    border: 3px solid #058474;
    border-top: none;
    background-color: #fff;
  }
  #globalNavi > ul > li ul li {
    border-top: 1px solid #058474;
  }
  #globalNavi > ul > li ul li a {
    display: block;
    padding: 15px 10px 15px 35px;
    color: #000;
    line-height: 1.4;
    text-decoration: none;
    background: url("../img/icon/arrow_right_blue_6_10.png") no-repeat 20px center;
  }
}
@media screen and (max-width: 768px) {
  #globalNavi {
    position: fixed;
    z-index: 10;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 15px 80px;
    overflow-y: scroll;
    background-color: #fff;
    transform: translateX(100%);
    opacity: 0;
  }
  #globalNavi.show {
    transition: 0.3s;
    opacity: 1;
    transform: translateX(0);
  }
  #globalNavi #srchBox {
    float: none;
    padding: 0;
  }
  #globalNavi #srchBox .srchHeadline {
    margin-bottom: 10px;
    font-size: 66.66667%;
  }
  #globalNavi > ul {
    background-color: #058474;
  }
  #globalNavi > ul > li.li01 > a {
    background: url("../img/icon/arrow_right_white.png") no-repeat 95% center;
    background-size: 8px auto;
  }
  #globalNavi > ul > li.li02 > a, #globalNavi > ul > li.li03 > a, #globalNavi > ul > li.li04 > a, #globalNavi > ul > li.li05 > a, #globalNavi > ul > li.li06 > a {
    background: url("../img/icon/plus.png") no-repeat 95.5% center;
    background-size: 12px auto;
  }
  #globalNavi > ul > li.li02 > a.open, #globalNavi > ul > li.li03 > a.open, #globalNavi > ul > li.li04 > a.open, #globalNavi > ul > li.li05 > a.open, #globalNavi > ul > li.li06 > a.open {
    background: url("../img/icon/minus.png") no-repeat 95.5% center;
    background-size: 12px auto;
  }
  #globalNavi > ul > li a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #a3d1be;
  }
  #globalNavi > ul > li ul {
    display: none;
  }
  #globalNavi > ul > li ul li a {
    padding-left: 40px;
    background: url("../img/icon/arrow_right_white.png") no-repeat 95% center;
    background-size: 8px auto;
    background-color: #1e685f;
  }
  #globalNavi .contact-btn {
    padding: 30px 0;
  }
  #globalNavi .contact-btn a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    height: auto;
    padding: 25px 0;
    border: 3px solid #fff;
    border-radius: 7px;
    line-height: 1.3px;
    background-color: #f16e2d;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  #globalNavi .contact-btn a span {
    padding-left: 25px;
    background: url("../img/icon/arrow_right_orange_white_circle_17_17.png") no-repeat left center;
  }
  #globalNavi .contact-btn img {
    display: block;
    margin: 20px auto 0;
  }
}

#breadCrumb {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 30px;
}
@media screen and (max-width: 768px) {
  #breadCrumb {
    padding: 10px 15px 20px;
  }
}
#breadCrumb a, #breadCrumb span {
  font-size: 80%;
  color: #333;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #breadCrumb a, #breadCrumb span {
    font-size: 73.33333%;
  }
}
#breadCrumb a {
  padding-right: 10px;
  text-decoration: underline;
  color: #0353ad;
  background: url("../img/icon/breadcrumb_arrow.png") no-repeat right center;
}

.sub #mainVisual {
  display: table;
  width: 100%;
  height: 180px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f5f6fa;
}
@media screen and (max-width: 768px) {
  .sub #mainVisual {
    height: 130px;
    background-position: center center;
  }
}
.sub #mainVisual .contents-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.sub #mainVisual .contents-inner h1 {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  font-size: 213.33333%;
  padding-left: 25px;
  border-left: 5px solid #058474;
  font-weight: bold;
  line-height: 1.4;
  color: #058474;
}
@media screen and (max-width: 768px) {
  .sub #mainVisual .contents-inner h1 {
    padding-left: 20px;
    font-size: 133.33333%;
  }
}
.sub #mainVisual.tool {
  background-image: url("../img/sub/main_visual_tool.jpg");
}
.sub #mainVisual.etc {
  background-image: url("../img/sub/main_visual_etc.jpg");
  background-color: #bbdeff;
}
.sub #mainVisual.about {
  background-image: url("../img/sub/main_visual_about.jpg");
  background-color: #acddee;
}
.sub #mainVisual.result {
  background-image: url("../img/sub/main_visual_result.jpg");
  background-color: #f2f3f9;
}
.sub #mainVisual.entries {
  background-image: url("../img/sub/main_visual_entries.jpg");
  background-color: #f2f3f9;
}
.sub #mainVisual.santei {
  background-image: url("../img/sub/main_visual_santei.jpg");
  background-color: #eeffda;
}

#contents {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
#contents:before, #contents:after {
  content: "";
  display: table;
}
#contents:after {
  clear: both;
}
#contents {
  zoom: 1;
}
#contents .main-contents {
  float: left;
  width: 690px;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  #contents .main-contents {
    float: none;
    width: 100%;
    padding: 0 15px;
  }
}
#contents .main-contents p {
  line-height: 1.4;
}
#contents .main-contents > p {
  margin-top: 20px;
}
#contents .side-menu {
  float: right;
  width: 230px;
}
@media screen and (max-width: 768px) {
  #contents .side-menu {
    float: none;
    width: 100%;
    margin-top: 50px;
  }
}
#contents .side-menu .side-box {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents .side-menu .side-box {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #contents .side-menu .side-box .headline {
    height: 50px;
    padding-left: 20px;
    background-color: #137c88;
    color: #fff;
    line-height: 50px;
  }
  #contents .side-menu .side-box .headline a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: url("../img/icon/arrow_right_white_7_11.png") no-repeat 90% center;
  }
  #contents .side-menu .side-box ul {
    background-color: #fafafa;
    border: 1px solid #b6baba;
    border-top: none;
    border-bottom: none;
  }
  #contents .side-menu .side-box ul li {
    border-bottom: 1px solid #b6baba;
  }
  #contents .side-menu .side-box ul li a {
    display: block;
    padding: 14px 10px 14px 35px;
    color: #0353ad;
    background: url("../img/icon/arrow_right_blue_6_10.png") no-repeat 20px center;
  }
}
@media screen and (max-width: 768px) {
  #contents .side-menu .side-box.sbox01 .headline {
    padding: 0;
  }
  #contents .side-menu .side-box.sbox01 .headline a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    background: url("../img/icon/arrow_right_white.png") no-repeat 95% center;
    background-size: 8px auto;
  }
  #contents .side-menu .side-box.sbox02 .headline, #contents .side-menu .side-box.sbox03 .headline, #contents .side-menu .side-box.sbox04 .headline, #contents .side-menu .side-box.sbox05 .headline, #contents .side-menu .side-box.sbox06 .headline, #contents .side-menu .side-box.sbox07 .headline {
    background: url("../img/icon/plus.png") no-repeat 95.5% center #058474;
    background-size: 10px auto;
  }
  #contents .side-menu .side-box.sbox02 .headline.open, #contents .side-menu .side-box.sbox03 .headline.open, #contents .side-menu .side-box.sbox04 .headline.open, #contents .side-menu .side-box.sbox05 .headline.open, #contents .side-menu .side-box.sbox06 .headline.open, #contents .side-menu .side-box.sbox07 .headline.open {
    background: url("../img/icon/minus.png") no-repeat 95.5% center #058474;
    background-size: 10px auto;
  }
  #contents .side-menu .side-box .headline {
    padding: 15px 20px;
    color: #fff;
    background-color: #058474;
    border-bottom: 1px solid #2fa596;
  }
  #contents .side-menu .side-box ul {
    display: none;
  }
  #contents .side-menu .side-box ul li {
    border-bottom: 1px solid #2fa596;
  }
  #contents .side-menu .side-box ul li a {
    display: block;
    padding: 15px 20px 15px 40px;
    color: #fff;
    text-decoration: none;
    background: url("../img/icon/arrow_right_white.png") no-repeat 95% center;
    background-size: 8px auto;
    background-color: #1e685f;
  }
}

#globalFooter {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #globalFooter {
    margin-top: 0;
  }
}
#globalFooter .top {
  background-color: #f2f2f0;
}
#globalFooter .top .contents-inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  #globalFooter .top .contents-inner {
    padding: 25px 15px;
  }
}
#globalFooter .top .contents-inner .to-top {
  position: absolute;
  top: -35px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #globalFooter .top .contents-inner .to-top {
    display: none !important;
  }
}
#globalFooter .top .contents-inner .to-top a {
  display: block;
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #303131;
  color: #fff;
  text-decoration: none;
  font-size: 93.33333%;
}
#globalFooter .top .contents-inner .to-top a span {
  padding-left: 20px;
  background: url("../img/icon/arrow_top_white_12_7.png") no-repeat left center;
}
#globalFooter .top .contents-inner .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
  padding-top: 30px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #globalFooter .top .contents-inner .logo {
    display: none;
  }
}
#globalFooter .top .contents-inner .footer-link {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  padding: 50px 0 0 50px;
}
#globalFooter .top .contents-inner .footer-link:before, #globalFooter .top .contents-inner .footer-link:after {
  content: "";
  display: table;
}
#globalFooter .top .contents-inner .footer-link:after {
  clear: both;
}
#globalFooter .top .contents-inner .footer-link {
  zoom: 1;
}
@media screen and (max-width: 768px) {
  #globalFooter .top .contents-inner .footer-link {
    display: none;
  }
}
#globalFooter .top .contents-inner .footer-link .item {
  float: left;
  margin-left: 60px;
}
#globalFooter .top .contents-inner .footer-link .item .headline {
  font-size: 93.33333%;
  font-weight: bold;
}
#globalFooter .top .contents-inner .footer-link .item .headline a {
  color: #000;
}
#globalFooter .top .contents-inner .footer-link .item .headline.hl02 {
  margin-top: 30px;
}
#globalFooter .top .contents-inner .footer-link .item ul {
  margin-top: 15px;
}
#globalFooter .top .contents-inner .footer-link .item ul li {
  margin-top: 10px;
}
#globalFooter .top .contents-inner .footer-link .item ul li a {
  padding-left: 20px;
  font-size: 93.33333%;
  color: #000;
  background: url("../img/icon/arrow_right_blue_6_10.png") no-repeat left center;
}
#globalFooter .top .contents-inner .contact-btn {
  margin-top: 20px;
  padding-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #globalFooter .top .contents-inner .contact-btn {
    margin-top: 0;
    padding-bottom: 0;
  }
}
#globalFooter .top .contents-inner .contact-btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 440px;
  height: 55px;
  border: 3px solid #fff;
  border-radius: 7px;
  line-height: 55px;
  background-color: #f16e2d;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #globalFooter .top .contents-inner .contact-btn a {
    width: 100%;
    height: auto;
    padding: 25px 0;
    line-height: 1.3;
  }
}
#globalFooter .top .contents-inner .contact-btn a span {
  padding-left: 25px;
  background: url("../img/icon/arrow_right_orange_white_circle_17_17.png") no-repeat left center;
}
#globalFooter .btm {
  padding: 25px 0 30px;
  background-color: #303131;
  text-align: center;
}
#globalFooter .btm ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
#globalFooter .btm ul:before, #globalFooter .btm ul:after {
  content: "";
  display: table;
}
#globalFooter .btm ul:after {
  clear: both;
}
#globalFooter .btm ul {
  zoom: 1;
}
@media screen and (max-width: 768px) {
  #globalFooter .btm ul {
    text-align: center;
  }
}
#globalFooter .btm ul li {
  float: left;
}
@media screen and (max-width: 768px) {
  #globalFooter .btm ul li {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 10px;
  }
}
#globalFooter .btm ul li.li01 a {
  border-left: none;
}
#globalFooter .btm ul li a {
  padding: 0 10px;
  color: #fff;
  font-size: 86.66667%;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #globalFooter .btm ul li a {
    font-size: 86.66667%;
  }
}
#globalFooter .btm .copyright {
  margin-top: 20px;
  font-size: 80%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #globalFooter .btm .copyright {
    padding: 0 15px;
    font-size: 66.66667%;
  }
}

html.ie8 .contents-inner,
html.ie7 .contents-inner {
  width: 950px;
}

.contents-inner {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

.btn {
  border-radius: 5px;
  overflow: hidden;
}
.btn.noheight a {
  display: block;
  height: auto;
  padding: 8px;
}
.btn.noheight a > span {
  display: block;
}
.btn a {
  display: table;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  line-height: 1.4;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn a {
    min-height: 60px !important;
  }
}
.btn a:hover {
  opacity: 0.75;
}
.btn a span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn a span {
    padding: 5px 10px;
  }
}
.btn a span b {
  color: #fff;
}
.btn.high a {
  height: 60px;
}
.btn.green a {
  background-color: #058474;
}
.btn.light-green a {
  width: 440px;
  height: 70px;
  margin: 0 auto;
  background-color: #9ebc01;
}
@media screen and (max-width: 768px) {
  .btn.light-green a {
    width: 100%;
  }
}
.btn.outlink span {
  background: url("../img/icon/outlink.png") no-repeat 95% center;
}
@media screen and (max-width: 768px) {
  .btn.outlink span {
    padding-right: 30px;
  }
}
.btn.excel b {
  padding: 5px 22px 5px 0;
  background: url("../img/icon/excel.png") no-repeat right center;
}
.btn.word b {
  padding: 5px 22px 5px 0;
  background: url("../img/icon/word.png") no-repeat right center;
}
.btn.mp4 b {
  padding: 5px 22px 5px 0;
  background: url("../img/icon/mp4.png") no-repeat right center;
}
.btn.w300 a {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btn.w300 a {
    width: 100%;
  }
}
.btn.w380 a {
  width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btn.w380 a {
    width: 100%;
  }
}
.btn.w440 a {
  width: 440px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btn.w440 a {
    width: 100%;
  }
}
.btn.w410 a {
  width: 410px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btn.w410 a {
    width: 100%;
  }
}
.btn.pdf b {
  padding: 5px 12px 5px 0;
  background: url("../img/icon/pdf.png") no-repeat right center;
}
@media screen and (max-width: 768px) {
  .btn.arrow-white span {
    padding-left: 0;
  }
}
.btn.arrow-white b {
  padding: 3px 0 3px 30px;
  background: url("../img/icon/arrow_right_green_white_circle.png") no-repeat left center;
}
@media screen and (max-width: 768px) {
  .btn.arrow-white b {
    padding-left: 40px;
  }
}

.main-title {
  margin-top: 50px;
  margin-bottom: 25px;
  padding: 15px 10px 15px 30px;
  border-top: 5px solid #058474;
  border-bottom: 1px dotted #058474;
  font-size: 146.66667%;
  font-weight: bold;
  line-height: 1.4;
  background: url("../img/icon/border_green.png") no-repeat 9px 14px;
}
@media screen and (max-width: 768px) {
  .main-title {
    font-size: 120%;
  }
}

.section-title {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 106.66667%;
  }
}
.section-title.green {
  background-color: #d2e9e6;
}
.section-title.brown {
  font-size: 100%;
  background-color: #efe6d7;
  border-radius: 5px;
}

.border-title.bottom {
  border-bottom: 1px solid transparent;
}
.border-title.bottom.thick {
  border-bottom-width: 2px;
}
.border-title.green {
  margin-bottom: 8px;
  padding-bottom: 10px;
  color: #097467;
  border-color: #137c88;
  font-size: 106.66667%;
  font-weight: bold;
}

.gray-box {
  background: url("../img/common/bg_ami.png");
}
.gray-box.one-btn {
  margin-top: 20px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .gray-box.one-btn {
    padding: 10px 20px;
  }
}
.gray-box.one-btn a {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .gray-box.one-btn a {
    width: 100%;
  }
}
.gray-box.arrow-white a b {
  padding: 3px 0 3px 30px;
  background: url("../img/icon/arrow_right_green_white_circle.png") no-repeat left center;
}
.gray-box.pdf b {
  padding: 5px 22px 5px 0;
  background: url("../img/icon/pdf.png") no-repeat right center;
}
.gray-box.sentence {
  padding: 25px 20px;
}
.gray-box.sentence .headline {
  font-size: 106.66667%;
  font-weight: bold;
  color: #058474;
  line-height: 1.4;
}
.gray-box.sentence .p01 {
  margin-top: 15px;
  line-height: 1.4;
  font-size: 93.33333%;
}
.gray-box.sentence a {
  font-size: 86.66667%;
}
.gray-box.btn-set {
  padding: 10px 40px 30px;
}
@media screen and (max-width: 768px) {
  .gray-box.btn-set {
    padding: 10px 20px 20px;
  }
}
.gray-box.btn-set p {
  font-size: 106.66667%;
  margin-top: 20px;
}
.gray-box.btn-set .btn {
  margin-top: 20px;
}
.gray-box.btn-set .btn a {
  width: 440px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .gray-box.btn-set .btn a {
    width: 100%;
  }
}

.index-box {
  margin-top: 20px;
  border: 1px solid #a9aaaa;
  border-radius: 10px;
  overflow: hidden;
}
.index-box .headline {
  padding: 15px 0 15px 25px;
  background-color: #f6f3f3;
  font-weight: bold;
  color: #058474;
}
.index-box .headline span {
  padding-left: 18px;
  background: url("../img/icon/arrow_btm_green.png") no-repeat left center;
}
.index-box .inner {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  padding: 20px 20px 20px 40px;
  font-size: 93.33333%;
}
.index-box .inner:before, .index-box .inner:after {
  content: "";
  display: table;
}
.index-box .inner:after {
  clear: both;
}
.index-box .inner {
  zoom: 1;
}
@media screen and (max-width: 768px) {
  .index-box .inner {
    padding: 15px;
  }
}
.index-box .inner .left {
  float: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .index-box .inner .left {
    float: none;
    width: 100%;
  }
}
.index-box .inner .right {
  float: right;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .index-box .inner .right {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
.index-box .inner .midashi {
  margin: 30px 0 10px 0;
}
.index-box .inner ul.indent1 {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .index-box .inner ul.indent1 {
    padding-left: 5px;
  }
}
.index-box .inner ul.indent2 {
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .index-box .inner ul.indent2 {
    padding-left: 15px;
  }
}
.index-box .inner ul.sub {
  margin-top: 8px;
}
.index-box .inner ul.sub li {
  font-size: 86.66667%;
}
.index-box .inner ul li {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .index-box .inner ul li {
    text-indent: -1em;
    margin-left: 1em;
  }
}
.index-box .inner ul li a {
  padding-left: 15px;
  background: url("../img/icon/dot_green.png") no-repeat left center;
}
@media screen and (max-width: 768px) {
  .index-box .inner ul li a {
    padding-left: 12px;
    background-size: 7px auto;
  }
}

table {
  width: 100%;
  margin-top: 20px;
}
table caption {
  padding: 12px 20px;
  background-color: #058474;
  color: #fff;
  text-align: left;
}
table th, table td {
  border: 1px solid #5aa79d;
  line-height: 1.4;
}
table td.gray,
table th.gray {
  background-color: #f3f5f5;
}
table td.yellow,
table th.yellow {
  background-color: #fdfed0;
}
table td.darkgreen,
table th.darkgreen {
  color: #fff;
  background-color: #0f685d;
}
table td.green,
table th.green {
  color: #fff;
  background-color: #167f72;
}
table.table01 {
  table-layout: fixed;
}
table.table01 th, table.table01 td {
  vertical-align: middle;
}
table.table01 th {
  padding: 10px 15px;
  /*white-space: nowrap;*/
}
table.table01 td {
  padding: 25px 15px;
}
table.table01 td ul {
  padding: 20px 0 0 20px;
}
@media screen and (max-width: 768px) {
  table.table01 td ul {
    padding: 10px 0 0 10px;
  }
}
table.table01 td ul li {
  line-height: 1.6;
  padding-left: 15px;
  background: url("../img/icon/dot_green.png") no-repeat left 10px;
}
@media screen and (max-width: 768px) {
  table.table01 td ul li {
    padding-left: 12px;
    background-size: 7px auto;
  }
}
@media screen and (max-width: 768px) {
  table.btn-set tr, table.btn-set th, table.btn-set td {
    display: block;
    width: 100%;
  }
}
table.btn-set th, table.btn-set td {
  vertical-align: middle;
}
table.btn-set th {
  width: 220px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 93.33333%;
}
@media screen and (max-width: 768px) {
  table.btn-set th {
    width: 100%;
    padding: 15px;
  }
}
table.btn-set td {
  padding: 15px 45px;
}
@media screen and (max-width: 768px) {
  table.btn-set td {
    padding: 15px;
  }
}
table.btn-set td .btn a {
  font-size: 93.33333%;
}
table.horizon.col3 th {
  width: 33.33%;
}
table.horizon th, table.horizon td {
  line-height: 1.4;
}
table.horizon th {
  padding: 12px 10px;
  background-color: #058474;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  table.horizon th {
    padding: 5px;
  }
}
table.horizon td {
  padding: 15px;
  line-height: 1.4;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  table.horizon td {
    padding: 5px;
  }
}

.img.center {
  margin-top: 30px;
  text-align: center;
}

.lr1 {
  margin: 0 1em;
}

ul.dot li {
  padding-left: 15px;
  line-height: 1.8;
  background: url("../img/icon/dot_green.png") no-repeat left 10px;
}
@media screen and (max-width: 768px) {
  ul.dot li {
    padding-left: 12px;
    background-size: 7px auto;
  }
}
ul.square li {
  margin-bottom: 15px;
  padding-left: 20px;
  line-height: 1.4;
  background: url("../img/icon/square.png") no-repeat left 4px;
}
@media screen and (max-width: 768px) {
  ul.square li {
    padding-left: 12px;
    background-size: 7px auto;
  }
}
ul.tindent li {
  margin-top: 10px;
  line-height: 1.4;
  text-indent: -1.5em;
  margin-left: 1.5em;
}

ol {
  margin-top: 20px;
  list-style: decimal;
  list-style-position: inside;
}
ol li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.8;
}
ol li .indent {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-indent: -1em;
  margin-left: 1em;
}

ol.kakko {
  list-style-type: none;
}

ol.kakko li {
  counter-increment: cnt;
}

ol.kakko li:before {
  content: "(" counter(cnt) ") ";
}

.accordion-box {
  margin-top: 20px;
}
.accordion-box .headline {
  padding: 15px;
  font-weight: bold;
  border-radius: 5px;
  background-color: #efe6d7;
}
.accordion-box .content {
  display: none;
  margin-top: 20px;
}
.accordion-box .content p {
  line-height: 1.4;
}

.form-box table {
  border: 1px solid #acacac;
}
@media screen and (max-width: 768px) {
  .form-box table tr, .form-box table th, .form-box table td {
    display: block;
    width: 100%;
  }
}
.form-box table th, .form-box table td {
  border: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
}
.form-box table th {
  width: 160px;
  padding: 20px;
  font-weight: bold;
  text-align: left;
  border-right: none;
  background-color: #e4f4f2;
}
@media screen and (max-width: 768px) {
  .form-box table th {
    width: 100%;
  }
}
.form-box table td {
  padding: 10px 20px;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .form-box table td {
    padding: 10px 15px;
  }
}
.form-box table td select {
  -webkit-appearance: none;
  appearance: none;
  width: 225px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #acacac;
  border-radius: 5px;
  outline: none;
  background: url("../img/icon/arrow_btm_black.png") no-repeat 97% center;
  background-color: #fff;
  box-sizing: border-box;
  color: #b2b2b2;
}
@media screen and (max-width: 768px) {
  .form-box table td select {
    width: 100%;
  }
  .form-box table td select:nth-of-type(2) {
    margin-top: 15px;
  }
}
.form-box table td input[type="text"],
.form-box table td input[type="email"],
.form-box table td input[type="tel"] {
  height: 40px;
  padding: 0 10px;
  border: 1px solid #acacac;
  border-radius: 5px;
  outline: none;
  background-image: transparent;
  background-color: #fff;
  box-sizing: border-box;
}
.form-box table td input[type="text"].mid,
.form-box table td input[type="email"].mid,
.form-box table td input[type="tel"].mid {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .form-box table td input[type="text"].mid,
  .form-box table td input[type="email"].mid,
  .form-box table td input[type="tel"].mid {
    width: 100%;
  }
}
.form-box table td input[type="text"].short,
.form-box table td input[type="email"].short,
.form-box table td input[type="tel"].short {
  width: 150px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .form-box table td input[type="text"].short,
  .form-box table td input[type="email"].short,
  .form-box table td input[type="tel"].short {
    width: 48%;
    margin-right: 2%;
  }
}
.form-box table td .text-select p, .form-box table td .text-select select {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.form-box table td .text-select p {
  width: 100px;
}
.form-box p {
  font-size: 93.33333%;
  line-height: 1.4;
}
.form-box .agree-box {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  margin-top: 20px;
}
.form-box .agree-box:before, .form-box .agree-box:after {
  content: "";
  display: table;
}
.form-box .agree-box:after {
  clear: both;
}
.form-box .agree-box {
  zoom: 1;
}
.form-box .agree-box p {
  float: left;
}
@media screen and (max-width: 768px) {
  .form-box .agree-box p {
    float: none;
  }
}
.form-box .agree-box .check-box {
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .form-box .agree-box .check-box {
    float: none;
    margin: 15px 0 0 0;
  }
}
.form-box .agree-box .check-box input, .form-box .agree-box .check-box span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.form-box .agree-box .check-box span {
  font-size: 93.33333%;
  margin-left: 8px;
}
.form-box .description-btn {
  margin-top: 20px;
}
.form-box .description-btn a {
  display: block;
  *display: inline;
  *zoom: 1;
  width: 280px;
  height: 40px;
  margin: 0 auto 10px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  background-color: #67c1cb;
}
@media screen and (max-width: 768px) {
  .form-box .description-btn a {
    width: 90%;
  }
}
.form-box .recapture-box {
  margin-top: 20px;
  text-align: center;
}
.form-box .btn-group {
  text-align: center;
  margin-top: 15px;
  padding: 10px 0;
}
.form-box .btn-group > div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 160px !important;
  margin-top: 0;
}
.form-box .btn-group > div a, .form-box .btn-group > div input {
  width: 100% !important;
}
.form-box .btn-group > div input {
  margin-left: 15px;
  background: url("../img/icon/arrow_right_green_white_circle.png") no-repeat 30px center #058474;
}
.form-box .btn-group > div a {
  width: 100%;
  height: 55px;
  line-height: 55px;
  background: url("../img/icon/arrow_right_white_circle_gray.png") no-repeat 30px center #9b9f9e;
  color: #fff;
  text-decoration: none;
}
.form-box .submit-btn {
  margin-top: 20px;
  text-align: center;
}
.form-box .submit-btn input {
  width: 280px;
  height: 55px;
  background: url("../img/icon/arrow_right_green_white_circle.png") no-repeat 95px center;
  background-color: #058474;
  border-radius: 5px;
  color: #fff;
  font-size: 120%;
  border: none;
  outline: none;
}
@media screen and (max-width: 768px) {
  .form-box .submit-btn input {
    width: 90%;
  }
}
.form-box .submit-btn input:hover {
  cursor: pointer;
  opacity: 0.75;
}

.border-box.gray {
  margin-top: 20px;
  padding: 15px 10px;
  border: 1px solid #a9aaaa;
}
.border-box.gray .section-title {
  margin-top: 0;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 100%;
}
.border-box.gray .inner {
  padding: 0 20px;
}
.border-box.dot {
  padding: 15px 0;
  text-align: center;
  border: 1px dashed transparent;
  background-color: #f6fcf5;
}
.border-box.dot.green {
  border-color: #40945e;
}
.border-box.no-top {
  margin-top: -20px;
  border-top: none;
}

.accordion-switch {
  padding-right: 35px !important;
  background-image: url("../img/icon/plus_black.png");
  background-repeat: no-repeat;
  background-position: 97% center;
}
.accordion-switch:hover {
  cursor: pointer;
}
.accordion-switch.open {
  background-image: url("../img/icon/minus_black.png");
}
.accordion-switch + * {
  display: none;
}

.step-box {
  position: relative;
  border: 1px solid #1f4c4c;
  padding: 20px 50px;
}
@media screen and (max-width: 768px) {
  .step-box {
    padding: 50px 20px 20px;
  }
}
.step-box .step {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  padding: 10px 0;
  text-align: center;
  background-color: #058474;
  font-weight: bold;
  color: #fff;
}

.contents-link-list {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
.contents-link-list:before, .contents-link-list:after {
  content: "";
  display: table;
}
.contents-link-list:after {
  clear: both;
}
.contents-link-list {
  zoom: 1;
}
.contents-link-list.center .item {
  width: 435px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .contents-link-list.center .item {
    width: 100%;
  }
}
.contents-link-list .item {
  width: 335px;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .contents-link-list .item {
    width: 100%;
  }
}
.contents-link-list .item.lightgreen {
  border-color: #9ebc01;
}
.contents-link-list .item.lightgreen .headline {
  background-image: url("../img/icon/contents_link_bg_lightgreen.png");
}
.contents-link-list .item.lightgreen .link a {
  border-color: #9ebc01;
}
.contents-link-list .item.lightgreen .link a span {
  background-image: url("../img/icon/icon_arrow_right_white_circle_lightgreen.png");
}
.contents-link-list .item.green {
  border-color: #559821;
}
.contents-link-list .item.green .headline {
  background-image: url("../img/icon/contents_link_bg_green.png");
}
.contents-link-list .item.green .link a {
  border-color: #058474;
}
.contents-link-list .item.green .link a span {
  background-image: url("../img/icon/icon_arrow_right_white_circle_green.png");
}
.contents-link-list .item.lightorange {
  border-color: #ea990f;
}
.contents-link-list .item.lightorange .headline {
  background-image: url("../img/icon/contents_link_bg_lightorange.png");
}
.contents-link-list .item.lightorange .link a {
  border-color: #ea990f;
}
.contents-link-list .item.lightorange .link a span {
  background-image: url("../img/icon/icon_arrow_right_white_circle_lightorange.png");
}
.contents-link-list .item.orange {
  border-color: #f16e2d;
}
.contents-link-list .item.orange .headline {
  background-image: url("../img/icon/contents_link_bg_orange.png");
}
.contents-link-list .item.orange .link a {
  border-color: #f16e2d;
}
.contents-link-list .item.orange .link a span {
  background-image: url("../img/icon/icon_arrow_right_white_circle_orange.png");
}
.contents-link-list .item.red {
  border-color: #df7172;
}
.contents-link-list .item.red .headline {
  background-image: url("../img/icon/contents_link_bg_red.png");
}
.contents-link-list .item.red .link a {
  border-color: #df7172;
}
.contents-link-list .item.red .link a span {
  background-image: url("../img/icon/arrow_right_white_circle_red.png");
}
.contents-link-list .item.green {
  border-color: #559821;
}
.contents-link-list .item.left {
  float: left;
}
.contents-link-list .item.right {
  float: right;
}
.contents-link-list .item .headline {
  height: 60px;
  line-height: 60px !important;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left center;
}
@media screen and (max-width: 768px) {
  .contents-link-list .item .headline {
    background-size: cover;
  }
}
.contents-link-list .item .sentence {
  padding: 10px 15px;
}
.contents-link-list .item .sentence p {
  line-height: 1.6 !important;
}
.contents-link-list .item .link {
  padding: 30px 50px;
}
.contents-link-list .item .link.noheight a {
  line-height: 1.4;
}
.contents-link-list .item .link a {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: 1px solid transparent;
  background-color: #fff;
}
.contents-link-list .item .link a span {
  display: inline-block;
  padding: 5px 0 5px 25px;
  background-repeat: no-repeat;
  background-position: left center;
}

.green-box {
  margin-top: 30px;
  padding: 20px;
  background-color: #f3f3e5;
}

/*--------------------------------------
OS SYSTEM
---------------------------------------*/
@media screen and (max-width: 768px) {
  body.os_system #contents .table-box {
    overflow-y: scroll;
  }
  body.os_system #contents .table-box table {
    width: 600px;
  }
}

/*--------------------------------------
NEWS
---------------------------------------*/
body.news .news-list {
  margin-top: 20px;
}
body.news .news-list .item {
  padding: 10px 0;
  border-bottom: 1px dotted #999a9a;
}
body.news .news-list .item .meta span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
body.news .news-list .item .meta .date {
  width: 140px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 93.33333%;
  border: 1px solid #999a9a;
  border-radius: 3px;
}
body.news .news-list .item .meta .new {
  width: 40px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 73.33333%;
  color: #fff;
  background-color: #f16e2d;
}
body.news .news-list .item .title {
  margin-top: 8px;
}

/*--------------------------------------
CALC DENKI
---------------------------------------*/
body.calc_denki #contents table.t01 .btn a {
  height: 60px;
}
body.calc_denki #contents table.t01 .btn a b {
  display: block;
  background: url("../img/icon/arrow_right_green_white_circle.png") no-repeat 15px center;
}
body.calc_denki #contents .bs01 .btn a {
  height: 60px;
}
body.calc_denki #contents .bs01 .btn a b {
  display: block;
  background: url("../img/icon/arrow_right_green_white_circle.png") no-repeat 15px center;
}

/*--------------------------------------
CALC
---------------------------------------*/
body.calc #contents .contents-link-list .item.lightgreen {
  float: left;
}
@media screen and (max-width: 768px) {
  body.calc #contents .contents-link-list .item.lightgreen {
    float: none;
  }
}
body.calc #contents .contents-link-list .item.lightgreen .link {
  background-image: url("../img/page/calc_img01.jpg");
  background-size: cover;
}
body.calc #contents .contents-link-list .item.red {
  float: right;
}
@media screen and (max-width: 768px) {
  body.calc #contents .contents-link-list .item.red {
    float: none;
    margin-top: 20px;
  }
}
body.calc #contents .contents-link-list .item.red .link {
  background-image: url("../img/page/calc_img02.jpg");
  background-size: cover;
}

/*--------------------------------------
CALC EST REP
---------------------------------------*/
body.calc_est_rep #contents table th {
  width: 120px;
  padding-left: 15px;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body.calc_est_rep #contents table th {
    width: 100px;
    padding-left: 10px;
  }
}
body.calc_est_rep #contents table td {
  padding: 15px 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  body.calc_est_rep #contents table td {
    padding: 10px 5px;
  }
}
body.calc_est_rep #contents table td.nowrap {
  white-space: nowrap;
}

/*--------------------------------------
CALC EST REP DENKI
---------------------------------------*/
body.calc_est_rep_denki #contents table th {
  width: 120px;
  padding-left: 15px;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body.calc_est_rep_denki #contents table th {
    width: 100px;
    padding-left: 10px;
  }
}
body.calc_est_rep_denki #contents table td {
  padding: 15px 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  body.calc_est_rep_denki #contents table td {
    padding: 10px 5px;
  }
}
body.calc_est_rep_denki #contents table td.nowrap {
  white-space: nowrap;
}

/*--------------------------------------
CALC KENTO
---------------------------------------*/
body.calc_kento #contents table th {
  width: 220px;
  padding: 0 0 0 20px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  body.calc_kento #contents table th {
    width: 100px;
    padding-left: 10px;
  }
}
body.calc_kento #contents table td {
  padding: 17px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.calc_kento #contents table td {
    padding: 10px 5px;
  }
}
body.calc_kento #contents .btn a {
  width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.calc_kento #contents .btn a {
    width: 100%;
  }
}

/*--------------------------------------
MANUAL
---------------------------------------*/
body.manual #contents table th, body.manual #contents table td {
  vertical-align: middle;
}
body.manual #contents table th {
  width: 260px;
  padding-left: 10px;
  text-align: left;
  font-weight: bold;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  body.manual #contents table th {
    width: 150px;
  }
}
body.manual #contents table td {
  padding: 20px 10px;
  white-space: nowrap;
}
body.manual #contents table td .btn-group > div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 200px;
}
@media screen and (max-width: 768px) {
  body.manual #contents table td .btn-group > div {
    display: block;
    width: 100%;
  }
  body.manual #contents table td .btn-group > div:nth-of-type(2) {
    margin-top: 15px;
  }
}
body.manual #contents table td .btn-group > div a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.manual #contents .bs01 {
    width: 100%;
  }
  body.manual #contents .bs01 tr, body.manual #contents .bs01 th, body.manual #contents .bs01 td {
    display: block;
    width: 100%;
  }
  body.manual #contents .bs01 td {
    border-top: none;
  }
}
body.manual #contents .btn01 {
  text-align: center;
}
body.manual #contents .btn01 a {
  width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.manual #contents .btn01 a {
    width: 100%;
  }
}

/*--------------------------------------
MANUAL REVISION
---------------------------------------*/
body.revision #contents table th {
  text-align: left;
}

/*--------------------------------------
SEARCH
---------------------------------------*/
body.search #contents .list-group {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
body.search #contents .list-group:before, body.search #contents .list-group:after {
  content: "";
  display: table;
}
body.search #contents .list-group:after {
  clear: both;
}
body.search #contents .list-group {
  zoom: 1;
}
body.search #contents .list-group ul {
  width: 50%;
  float: left;
}

/*--------------------------------------
SEARCH OTHER
---------------------------------------*/
body.search_other #contents .form-box table th, body.search_other #contents .form-box table td {
  vertical-align: middle;
}
body.search_other #contents .form-box table th {
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
}

body.search_other .contents-link-list .item .link,
body.search_general .contents-link-list .item .link,
body.search .contents-link-list .item .link {
  background-image: url("../img/page/search_other_img01.jpg");
}

/*--------------------------------------
ENTRIES
---------------------------------------*/
body.entries #contents td.right {
  text-align: right;
}
body.entries #contents td.center {
  text-align: center;
}
body.entries #contents td.top {
  vertical-align: top;
}
body.entries #contents ul.arrow {
  padding: 0 30px;
}
body.entries #contents ul.arrow > li {
  line-height: 2;
}
body.entries #contents ul.arrow > li > ul {
  padding-left: 35px;
}
body.entries #contents ul.arrow > li > ul ul {
  padding-left: 35px;
}
body.entries #contents ul.arrow li {
  padding-left: 15px;
  background: url("../img/icon/arrow_right_green.png") no-repeat left 10px;
}
body.entries #contents a.pdf {
  padding-right: 25px;
  background: url("../img/icon/pdf.png") no-repeat right center;
}
@media screen and (max-width: 768px) {
  body.entries #contents .table-box {
    overflow-y: scroll;
  }
  body.entries #contents .table-box table {
    width: 600px;
  }
}
body.entries #contents table td.gray {
  text-align: center;
}
body.entries #contents table td.td-date {
  white-space: nowrap;
}
body.entries #contents table .btn-td {
  padding: 0 10px;
}
body.entries #contents table .btn-td .btn {
  border-radius: 5px;
}
body.entries #contents table .btn-td a {
  width: 150px;
  background-color: #219486;
  white-space: nowrap;
  font-size: 93.33333%;
}
@media screen and (min-width: 769px) {
  body.entries #contents table .btn-td a b {
    margin-left: -10px;
  }
}

/*--------------------------------------
REQUEST
---------------------------------------*/
body.request #contents .step-box {
  border-color: #a9aaaa;
}
body.request #contents .green-box {
  margin-top: 20px;
  padding: 20px;
  background: #e7e9d7;
}
body.request #contents .green-box .white-box {
  padding: 20px 15px;
  background-color: #fff;
}
body.request #contents .green-box .white-box .btn-group {
  margin-top: 20px;
  text-align: center;
}
body.request #contents .green-box .white-box .btn-group .btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 200px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  body.request #contents .green-box .white-box .btn-group .btn {
    display: block;
    width: 100%;
    margin: 0;
  }
  body.request #contents .green-box .white-box .btn-group .btn:nth-of-type(2) {
    margin-top: 15px;
  }
}
body.request #contents .green-box .white-box .btn-group .btn a {
  width: 100%;
}
body.request #contents .green-box .img {
  margin-top: -2px;
}
body.request #contents .green-box .eyecatch {
  margin-top: 10px;
  text-align: center;
}
body.request #contents .green-box .eyecatch span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 140px;
  height: 30px;
  background-color: #058474;
  text-align: center;
  line-height: 30px;
  color: #fff;
}

/*--------------------------------------
RESULT
---------------------------------------*/
body.result #contents h4 {
  margin-top: 20px;
}
body.result #contents .border-box {
  padding: 30px 35px;
}
@media screen and (max-width: 768px) {
  body.result #contents .border-box {
    padding: 20px;
  }
}
body.result #contents .border-box .headline {
  margin-bottom: 20px;
  text-align: center;
}
body.result #contents .btn-text {
  margin-top: 20px;
}
body.result #contents .btn-text .btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 300px;
}
@media screen and (max-width: 768px) {
  body.result #contents .btn-text .btn {
    width: 100%;
  }
}
body.result #contents .btn-text .btn a {
  width: 100%;
}
body.result #contents .btn-text p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 295px;
  padding-left: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  body.result #contents .btn-text p {
    display: block;
    width: 100%;
    margin-top: 5px;
    padding-left: 0;
  }
}
body.result #contents .border-box.dot {
  background-color: #fff !important;
  text-align: left;
}
body.result #contents .border-box.dot .btn {
  width: 260px;
}
body.result #contents .border-box.dot p {
  width: 260px;
}

/*--------------------------------------
DOCUMENT
---------------------------------------*/
body.document #contents .circle-list {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
body.document #contents .circle-list:before, body.document #contents .circle-list:after {
  content: "";
  display: table;
}
body.document #contents .circle-list:after {
  clear: both;
}
body.document #contents .circle-list {
  zoom: 1;
}
body.document #contents .circle-list .item {
  float: left;
  width: 33.3333%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.document #contents .circle-list .item {
    float: none;
    width: 100%;
  }
}
body.document #contents .circle-list .item .img {
  margin-top: 20px;
}
body.document #contents .circle-list .item .headline {
  margin-top: 15px;
}
body.document #contents .circle-list .item .description {
  margin-top: 10px;
}

/*--------------------------------------
OS SYTEM
---------------------------------------*/
body.os_system #contents h3 + h4,
body.lg_system #contents h3 + h4,
body.lg_system2 #contents h3 + h4 {
  margin-top: 20px;
}
body.os_system #contents h4,
body.lg_system #contents h4,
body.lg_system2 #contents h4 {
  margin-top: 30px;
}
body.os_system #contents .itemzation-set,
body.lg_system #contents .itemzation-set,
body.lg_system2 #contents .itemzation-set {
  padding: 30px 35px;
}
@media screen and (max-width: 768px) {
  body.os_system #contents .itemzation-set,
  body.lg_system #contents .itemzation-set,
  body.lg_system2 #contents .itemzation-set {
    padding: 20px;
  }
}
body.os_system #contents .itemzation-set .midashi,
body.lg_system #contents .itemzation-set .midashi,
body.lg_system2 #contents .itemzation-set .midashi {
  font-size: 106.66667%;
  margin-top: 0;
  color: #058474;
}
body.os_system #contents .itemzation-set .sentence,
body.lg_system #contents .itemzation-set .sentence,
body.lg_system2 #contents .itemzation-set .sentence {
  padding-left: 15px;
}
body.os_system #contents .itemzation-set p,
body.lg_system #contents .itemzation-set p,
body.lg_system2 #contents .itemzation-set p {
  margin-top: 20px;
}
body.os_system #contents .itemzation-set .eyecatch span,
body.lg_system #contents .itemzation-set .eyecatch span,
body.lg_system2 #contents .itemzation-set .eyecatch span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  color: #05695c;
  border: 1px solid #05695c;
}
body.os_system #contents .itemzation-set ul.arrow,
body.lg_system #contents .itemzation-set ul.arrow,
body.lg_system2 #contents .itemzation-set ul.arrow {
  margin-top: 20px;
}
body.os_system #contents .itemzation-set ul.arrow li,
body.lg_system #contents .itemzation-set ul.arrow li,
body.lg_system2 #contents .itemzation-set ul.arrow li {
  line-height: 1.8;
}
body.os_system #contents .itemzation-set ul.arrow a,
body.lg_system #contents .itemzation-set ul.arrow a,
body.lg_system2 #contents .itemzation-set ul.arrow a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 15px;
  line-height: 1.4;
  background: url("../img/icon/arrow_right_green.png") no-repeat left 6px;
}
body.os_system #contents .itemzation-set .border-title,
body.lg_system #contents .itemzation-set .border-title,
body.lg_system2 #contents .itemzation-set .border-title {
  margin-bottom: -10px;
  padding-bottom: 5px;
  padding-left: 12px;
  background: url("../img/icon/dot_green.png") no-repeat left 7px;
  border-bottom: 1px dotted #05695c;
}

/*--------------------------------------
ABOUT
---------------------------------------*/
body.about #contents .index-box .left {
  width: 370px;
}
body.about #contents .index-box .right {
  width: 220px;
}
body.about #contents .media-box {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
body.about #contents .media-box:before, body.about #contents .media-box:after {
  content: "";
  display: table;
}
body.about #contents .media-box:after {
  clear: both;
}
body.about #contents .media-box {
  zoom: 1;
}
body.about #contents .media-box .left {
  float: left;
  width: 385px;
}
@media screen and (max-width: 768px) {
  body.about #contents .media-box .left {
    float: none;
    width: 100%;
  }
}
body.about #contents .media-box .right {
  float: right;
  width: 280px;
}
@media screen and (max-width: 768px) {
  body.about #contents .media-box .right {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  body.about #contents .media-box .right img {
    width: 100%;
  }
}
body.about #contents .table01 td {
  padding: 25px 15px;
}
body.about #contents .table01 td ul {
  margin-top: 5px;
  padding-left: 30px;
}
body.about #contents .table01 td ul li {
  font-size: 93.33333%;
}

/*--------------------------------------
SITEMAP
---------------------------------------*/
body.sitemap #contents .section-title.link {
  padding: 0;
}
body.sitemap #contents .section-title.link a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #000;
  background: url("../img/icon/arrow_right_black.png") no-repeat 97% center;
}
body.sitemap #contents ul.arrow {
  padding: 0 30px;
}
body.sitemap #contents ul.arrow > li {
  line-height: 2;
}
body.sitemap #contents ul.arrow > li > ul {
  padding-left: 35px;
}
body.sitemap #contents ul.arrow > li > ul ul {
  padding-left: 35px;
}
body.sitemap #contents ul.arrow a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 15px;
  line-height: 1.4;
  background: url("../img/icon/arrow_right_green.png") no-repeat left 6px;
}

/*--------------------------------------
QA
---------------------------------------*/
body.qa #contents h3 + h4 {
  margin-top: 20px;
}
body.qa #contents .qa-box {
  margin-top: 15px;
  border: 1px solid #9e9d9d;
}
body.qa #contents .qa-box > div {
  position: relative;
}
body.qa #contents .qa-box > div p {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  padding-top: 15px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
body.qa #contents .qa-box > div div {
  padding: 20px 10px 20px 50px;
  line-height: 1.3;
}
body.qa #contents .qa-box .question {
  background-color: #f4f7f7;
}
body.qa #contents .qa-box .question p {
  background-color: #058474;
}
body.qa #contents .qa-box .answer p {
  background-color: #2e9f91;
}

/*--------------------------------------
TOOL
---------------------------------------*/
body.tool .btn01 a {
  width: 380px;
}
@media screen and (max-width: 768px) {
  body.tool .btn01 a {
    width: 100%;
  }
}

/*--------------------------------------
SYSTEM
---------------------------------------*/
body.system table.horizon .th02 {
  width: 355px;
}
@media screen and (max-width: 768px) {
  body.system table.horizon th {
    width: 33.3%;
  }
}

/*--------------------------------------
HOME
---------------------------------------*/
body.home #mainVisual {
  height: 300px;
  background: url("../img/top/main_visual.jpg") no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body.home #mainVisual {
    position: relative;
    background: url("../img/top/main_visual_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
body.home #mainVisual h1 {
  padding: 55px 0 0 30px;
  font-size: 186.66667%;
  font-weight: bold;
  color: #058474;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  body.home #mainVisual h1 {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 106.66667%;
    transform: translateY(-50%);
  }
}
body.home .download-box {
  margin-top: 20px;
  padding: 20px 25px;
  border: 1px solid #a9aaaa;
  border-radius: 5px;
}
body.home .download-box .link {
  margin-top: 15px;
  padding-left: 50px;
  background: url("../img/icon/document.png") no-repeat left center;
}
body.home .download-box .link ul {
  padding-left: 25px;
  border-left: 1px solid #a9aaaa;
}
body.home .download-box .link ul li a {
  padding-right: 25px;
  background: url("../img/icon/pdf.png") no-repeat right center;
}
body.home .news-list {
  margin-top: 20px;
}
body.home .news-list .item {
  padding: 10px 0;
  border-bottom: 1px dotted #999a9a;
}
body.home .news-list .item .meta span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
body.home .news-list .item .meta .date {
  width: 140px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 93.33333%;
  border: 1px solid #999a9a;
  border-radius: 3px;
}
body.home .news-list .item .meta .new {
  width: 40px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 73.33333%;
  color: #fff;
  background-color: #f16e2d;
}
body.home .news-list .item .title {
  margin-top: 8px;
}
body.home .method-box {
  padding: 15px 20px 15px 90px;
  border: 1px dashed #089169;
  background: url("../img/icon/calcurator.png") no-repeat 35px center;
}
body.home .method-box p {
  padding-left: 45px;
  border-left: 1px solid #8bc9c1;
  font-size: 153.33333%;
  font-weight: bold;
}
body.home .method-box p span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
body.home .method-box p .kigou {
  font-size: 133.33333%;
}
body.home .method-box p .green {
  color: #058474;
}
body.home .contents-link-list .item.lightgreen .link {
  background-image: url("../img/top/sec04_bg01.png");
  background-size: cover;
}
body.home .contents-link-list .item.green .link {
  background-image: url("../img/top/sec04_bg02.png");
  background-size: cover;
}
body.home .contents-link-list .item.lightorange .link {
  background-image: url("../img/top/sec05_bg01.png");
  background-size: cover;
}
body.home .contents-link-list .item.orange .link {
  background-image: url("../img/top/sec05_bg02.png");
  background-size: cover;
}

/*# sourceMappingURL=style.css.map */
