﻿@charset "UTF-8";
/* h1 タイトル　*/
h1 {
  color: #FFFFFF;
  line-height: 74px;
  font-size: 180%;
  padding-left: 30px;
  width: 100%;
  height: 74px;
  background: url(../images/common/h1_back.png) no-repeat;
  margin-bottom: 24px;
  -webkit-box-shadow: 0px 0px 5px 1px #CCC;
  -moz-box-shadow: 0px 0px 5px 1px #CCC;
  box-shadow: 0px 0px 5px 1px #CCC;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  behavior: url(/common/css/PIE.htc);
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  h1 {
    color: #FFFFFF;
    line-height: 74px;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 10px;
    width: auto;
    height: auto;
    min-height: 40px;
    line-height: 2.0;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background-color: #578fd7;
    -moz-box-shadow: 0 0 6px 4px rgba(51, 51, 51, 0.1);
    -webkit-box-shadow: 0 0 6px 4px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 6px 4px rgba(51, 51, 51, 0.1);
    padding-top: 10px;
    padding-bottom: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* end of SP */
/* リード文　*/
.lead {
  font-size: 140%;
  line-height: 1.4em;
  margin-bottom: 1em;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  .lead {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
    margin-bottom: 1em;
  }
}
/* end of SP */
/* h2 タイトル　*/
.longbar {
  width: 665px;
  background: url(../images/common/h2_back01.gif) no-repeat left top;
  margin-bottom: 1em;
  -webkit-box-shadow: 0px 0px 5px 1px #CCC;
  -moz-box-shadow: 0px 0px 5px 1px #CCC;
  box-shadow: 0px 0px 5px 1px #CCC;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  behavior: url(/common/css/PIE.htc);
}

.portal .longbar {
  width: 932px;
  background: url(../images/common/h2_back01.gif) repeat-x left top;
}
@media screen and (max-width: 480px) {
  .portal .longbar {
    width: auto;
  }
}

h2.longbar {
  color: #FFF;
  padding-left: 18px;
  padding-top: 10px;
  line-height: 1.2em;
  padding-bottom: 10px;
  font-size: 120%;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  .longbar {
    width: auto;
    background: none;
    margin-bottom: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -moz-box-shadow: 0 0 6px 4px rgba(51, 51, 51, 0.1);
    -webkit-box-shadow: 0 0 6px 4px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 6px 4px rgba(51, 51, 51, 0.1);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzYjMxYiIvPjxzdG9wIG9mZnNldD0iOTkuNTglIiBzdG9wLWNvbG9yPSIjOGJjMTFkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOGJjMTFkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #83b31b), color-stop(99.58%, #8bc11d), color-stop(100%, #8bc11d));
    background-image: -moz-linear-gradient(bottom, #83b31b 0%, #8bc11d 99.58%, #8bc11d 100%);
    background-image: -webkit-linear-gradient(bottom, #83b31b 0%, #8bc11d 99.58%, #8bc11d 100%);
    background-image: linear-gradient(to top, #83b31b 0%, #8bc11d 99.58%, #8bc11d 100%);
  }

  h2.longbar {
    color: #FFF;
    padding-left: 10px;
    padding-top: 10px;
    line-height: 1.2em;
    padding-bottom: 10px;
    font-size: 120%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }
}
/* end of SP */
.longbarlink {
  width: 649px;
  background: url(../images/common/h2_back02.gif) no-repeat left top;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 5px 1px #CCC;
  -moz-box-shadow: 0px 0px 5px 1px #CCC;
  box-shadow: 0px 0px 5px 1px #CCC;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  behavior: url(/common/css/PIE.htc);
}

h2.longbarlink {
  color: #FFF;
  padding-left: 34px;
  padding-top: 10px;
  line-height: 1.2em;
  padding-bottom: 10px;
  font-size: 120%;
}

.longbarlink a {
  color: #fff;
}

h2.halfbarlink {
  background: url(../images/common/h2_back02.gif) no-repeat;
  font-size: 120%;
  line-height: 1.2em;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 1px #CCC;
  -moz-box-shadow: 0px 0px 5px 1px #CCC;
  box-shadow: 0px 0px 5px 1px #CCC;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  behavior: url(/common/css/PIE.htc);
}
h2.halfbarlink .blank {
  position: none;
}
h2.halfbarlink span {
  position: absolute;
  top: 50% x;
  left: 248px;
  margin-top: -3px;
  _margin-top: -7px;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  h2.halfbarlink {
    background: url(../images/common/h2_back03.gif) no-repeat;
    font-size: 120%;
    line-height: 1.2em;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 1px #CCC;
    -moz-box-shadow: 0px 0px 5px 1px #CCC;
    box-shadow: 0px 0px 5px 1px #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-size: auto 120px;
    -webkit-background-size: auto 120px;
  }
  h2.halfbarlink .blank {
    position: none;
  }
  h2.halfbarlink span {
    position: absolute;
    top: 50% x;
    left: 248px;
    margin-top: -3px;
    _margin-top: -7px;
  }
  h2.halfbarlink a {
    display: block;
    margin-left: -6px;
  }
  h2.halfbarlink a:before {
    content: " ";
    display: block;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -ms-transform: rotate(45deg) translateY(-5px);
    -webkit-transform: rotate(45deg) translateY(-5px);
    transform: rotate(45deg) translateY(-5px);
    width: 5.0px;
    height: 5.0px;
    position: absolute;
    left: 5px;
    top: 50%;
  }
}
/* end of SP */
*:first-child + html .halfbarlink span {
  margin-top: -2px;
}

.boxtype h2 {
  color: #fff;
  margin-bottom: 15px;
  padding-left: 30px;
}
.boxtype h2 a {
  color: #fff;
}
.boxtype div.sitemap h2 a {
  color: #4489C9;
}

h2 {
  font-weight: bold;
}
h2.halfbar {
  background: url(../images/common/h2_back01.gif) no-repeat;
  font-size: 120%;
  line-height: 1.2em;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 1px #CCC;
  -moz-box-shadow: 0px 0px 5px 1px #CCC;
  box-shadow: 0px 0px 5px 1px #CCC;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  behavior: url(/common/css/PIE.htc);
}
h2.halfbarwide {
  background: url(../images/common/h2_back02.gif) no-repeat;
  font-size: 120%;
  line-height: 1.2em;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 1px #CCC;
  -moz-box-shadow: 0px 0px 5px 1px #CCC;
  box-shadow: 0px 0px 5px 1px #CCC;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  behavior: url(/common/css/PIE.htc);
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  h2 {
    font-weight: bold;
  }
  h2.halfbar {
    background: url(../images/common/h2_back03.gif) no-repeat;
    font-size: 120%;
    line-height: 1.2em;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 1px #CCC;
    -moz-box-shadow: 0px 0px 5px 1px #CCC;
    box-shadow: 0px 0px 5px 1px #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-size: auto 120px;
    -webkit-background-size: auto 120px;
  }
  h2.halfbarwide {
    background: url(../images/common/h2_back02.gif) no-repeat;
    font-size: 120%;
    line-height: 1.2em;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 1px #CCC;
    -moz-box-shadow: 0px 0px 5px 1px #CCC;
    box-shadow: 0px 0px 5px 1px #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/common/css/PIE.htc);
  }
}
/* end of SP */
h3, h4 {
  font-weight: bold;
}

#mainbox h3, #mainbox h4 {
  margin-top: 2em;
}

/* h3 タイトル　*/
h3 {
  background: url(../images/common/h3_back_g.gif) no-repeat left bottom;
  line-height: 1.2em;
  margin-bottom: 1em;
  padding-bottom: 8px;
  padding-left: 10px;
  font-size: 120%;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  h3 {
    background: url(../images/common/h3_back_g.gif) no-repeat left bottom;
    line-height: 1.2em;
    margin-bottom: 1em;
    padding-bottom: 8px;
    padding-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }
}
/* end of SP */
/* h4 タイトル　*/
h4 {
  background: url(../images/common/line.gif) repeat-x left bottom;
  line-height: 1.2em;
  margin-bottom: 1em;
  padding-bottom: 8px;
}
h4 a {
  text-decoration: underline;
}
h4 a:hover {
  text-decoration: none;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  h4 {
    background: url(../images/common/line.gif) repeat-x left bottom;
    line-height: 1.3em;
    margin-bottom: 1em;
    padding-bottom: 8px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  h4 a {
    text-decoration: underline;
  }
  h4 a:hover {
    text-decoration: none;
  }
}
/* end of SP */
/* h5 タイトル　*/
h5 {
  font-weight: bold;
  margin-bottom: 0.6em;
  margin-top: 1em;
  line-height: 1.2em;
}

/* テーブルタイプ　*/
table {
  border-top: 1px #cdcdcd solid;
  border-left: 1px #cdcdcd solid;
  border-right: 1px #cdcdcd solid;
  margin-bottom: 1em;
  width: auto;
}
table th {
  border-right: 1px #cdcdcd solid;
  border-bottom: 1px #cdcdcd solid;
  background-color: #fff8bf;
  padding: 0.3em 1em;
  vertical-align: middle;
  text-align: left;
}
table td {
  border-right: 1px #cdcdcd solid;
  border-bottom: 1px #cdcdcd solid;
  padding: 0.3em 1em;
}
table td dl.type-inline dt {
  float: left;
  clear: left;
  line-height: 1.5;
  padding-right: 15px;
}
table td dl.type-inline dd {
  line-height: 1.5;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  table {
    border-top: 1px #cdcdcd solid;
    border-left: 1px #cdcdcd solid;
    border-right: none;
    margin-bottom: 1em;
    width: auto;
    

    /* =2016/09/28 */
    /*min-width: 355px*/


    /*画像リスト*/
  }
  table.photo th, table.photo td {
    display: block;
  }
  table.w100p-sp {
    width: 100%;
  }
  table.history .th:nth-child(1), table.history td:nth-child(1) {
    text-align: center;
  }
  table.history .th.tbg01, table.history td.tbg01 {
    text-align: center;
  }
  table.history tr > *:first-child {
    white-space: nowrap;
  }
  table th .dib, table td .dib {
    display: inline-block;
  }
  table th.nowrap, table td.nowrap {
    white-space: nowrap;
  }
  table th a, table td a {
    word-break: break-all;

  }
  table th {
    border-right: 1px #cdcdcd solid;
    border-bottom: 1px #cdcdcd solid;
    background-color: #fff8bf;
    padding: 0.3em .3em;
    vertical-align: middle;

    /* =2016/09/28 */
    text-align: center;
    /*text-align: left;*/
  }
  table td {
    border-right: 1px #cdcdcd solid;
    border-bottom: 1px #cdcdcd solid;
    padding: 0.3em .3em;
  }
}
/* end of SP */
.systemtable {
  border-top: 1px #cdcdcd solid;
  border-left: 1px #cdcdcd solid;
  background-color: #FFF;
  margin-bottom: 1em;
}
.systemtable th {
  border-right: 1px #cdcdcd solid;
  border-bottom: 1px #cdcdcd solid;
  background-color: #fff8bf;
  vertical-align: middle;
  padding: 5px 5px;
}
.systemtable td {
  border-right: 1px #cdcdcd solid;
  border-bottom: 1px #cdcdcd solid;
  padding: 5px 5px;
}
.systemtable .st2 {
  text-align: center;
}
.systemtable .st3 {
  text-align: center;
  padding: 0px;
}

.formtable td {
  padding: 10px;
}

caption {
  text-align: left;
  font-weight: bold;
}

.caption {
  font-weight: bold;
}

.tableqa th {
  padding: 7px 15px;
  font-weight: bold;
}
.tableqa td {
  padding: 7px 15px;
  background-color: #ffffff;
}

.tableall {
  width: 100%;
  border-right: 1px #cdcdcd solid;
}
.tableall th {
  border-right: none;
  vertical-align: top;
  padding-top: 0.4em;
  padding-right: 0.2em;
  padding-bottom: 0.4em;
  padding-left: 0.4em;
  line-height: 120%;
}
.tableall td {
  border-right: none;
  padding-top: 0em;
  padding-top: 0.4em;
  padding-right: 0.2em;
  padding-bottom: 0.4em;
  padding-left: 0.4em;
  vertical-align: bottom;
  line-height: 120%;
}

table.tableborder {
  border-top: none;
  border-left: none;
  margin-bottom: 0.2em;
  width: 100%;
}
table.tableborder th {
  border-right: none;
  border-bottom: 1px #cdcdcd dashed;
  background-color: #ffffff;
  padding: 0.2em 0.2em;
  vertical-align: top;
}
table.tableborder td {
  border-right: none;
  border-bottom: 1px #cdcdcd dashed;
  vertical-align: top;
  padding-top: 0.1em;
  padding-right: 0em;
  padding-bottom: 0.1em;
  padding-left: 0em;
}
table th.vertical, table td.vertical {
  width: 1em;
}
table.layout {
  border: none;
  margin: 0;
}
table.layout th, table.layout td {
  border: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.jpg01 img, .jpg02 img, .jpg03 img, .jpg04 img {
  margin-right: 2px;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  table.transform tr.header_row {
    display: none;
  }
  table.transform tr.data_row {
    display: block;
  }
  table.transform tr.data_row th, table.transform tr.data_row td {
    display: block;
    padding: 5px 8px;
  }
  table.transform tr.data_row th:nth-child(1), table.transform tr.data_row td:nth-child(1) {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
  }
  table.transform tr.data_row th:before, table.transform tr.data_row td:before {
    display: block;
    content: attr(data-name);
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
  }
  table.transform tr.data_row td:empty {
    display: none;
  }

  table.table {
    width: 100%;
  }
  table.table .tr, table.table .tc {
    text-align: left;
  }
}
/* end of SP */
/* --------------------------------------------------------------------------------------------*/
/* ボックスタイプ　*/
.boxtype {
  margin-bottom: 1em;
}
.boxtype .boxleft {
  width: 331px;
  float: left;
}
.boxtype .boxright {
  width: 331px;
  float: right;
}

/**2018/06/14高橋（里）追加**/
.boxtype .boxleft250 {
  width: 250px;
  float: left;
}
.boxtype .boxright250 {
  width: 250px;
  float: right;
}
.boxtype .boxleft260 {
  width: 260px;
  float: left;
}
.boxtype .boxright260 {
  width: 260px;
  float: right;
}
.boxtype .boxleft270 {
  width: 270px;
  float: left;
}
.boxtype .boxright270 {
  width: 270px;
  float: right;
}
/**SP用　2018/06/14高橋（里）追加**/
@media only screen and (max-width:480px){
.boxtype .boxleft250 {
  width: 100%;
}
.boxtype .boxright250 {
  width: 100%;
}
.boxtype .boxleft260 {
  width: 100%;
}
.boxtype .boxright260 {
  width: 100%;
}
.boxtype .boxleft270 {
  width: 100%;
}
.boxtype .boxright270 {
  width: 100%;
}
}

/* ****** スマートフォン 2017/01/17山脇追加****** */
@media screen and (max-width: 700px) {
.boxtype .boxleft {
  width: 100%;
}
.boxtype .boxright {
  width: 100%;
}
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  .boxtype {
    margin-bottom: 1em;
  }
  .boxtype .boxleft {
    width: auto;
    float: none;
  }
  .boxtype .boxleft img {
    width: 100%;
    height: auto;
  }
  .boxtype .boxright {
    width: auto;
    float: none;
  }
  .boxtype .boxright img {
    width: 100%;
    height: auto;
  }
}
/* end of SP */
.boxtypecolor {
  margin-bottom: 1em;
  border: 1px #cccccc solid;
  background-color: #f5f5f5;
  padding: 15px 15px 0 15px;
}
.boxtypecolor .boxleft {
  width: 315px;
  float: left;
}
.boxtypecolor .boxright {
  width: 315px;
  float: right;
}

.boxtype li {
  line-height: 1.2em;
}
.boxtype .freebox {
  margin-bottom: 20px;
}

/*タブメニュー（ページ遷移）*/
.tabmenu {
  border-bottom: 3px #8fc31f solid;
}
.tabmenu li {
  float: left;
  margin-right: 3px;
}
.tabmenu span {
  display: none;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  .tabmenu {
    border-bottom: 3px #8fc31f solid;
    overflow: hidden;
    *zoom: 1;
  }
  .tabmenu li {
    float: left;
    margin-right: 0;
    width: 50%;
    text-align: center;
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tabmenu li:nth-of-type(2n) {
    border-left: 1px solid #ccc;
  }
  .tabmenu li.active {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzYjMxYiIvPjxzdG9wIG9mZnNldD0iOTkuNTglIiBzdG9wLWNvbG9yPSIjOGJjMTFkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOGJjMTFkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #83b31b), color-stop(99.58%, #8bc11d), color-stop(100%, #8bc11d));
    background-image: -moz-linear-gradient(bottom, #83b31b 0%, #8bc11d 99.58%, #8bc11d 100%);
    background-image: -webkit-linear-gradient(bottom, #83b31b 0%, #8bc11d 99.58%, #8bc11d 100%);
    background-image: linear-gradient(to top, #83b31b 0%, #8bc11d 99.58%, #8bc11d 100%);
  }
  .tabmenu li.active a {
    color: #fff;
  }
  .tabmenu li.active a:after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #ffffff transparent;
    -moz-transform: translate(-4px, 0);
    -ms-transform: translate(-4px, 0);
    -webkit-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
  }
  .tabmenu a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #000;
    text-decoration: none;
    position: relative;
  }
  .tabmenu span {
    display: block;
  }
  .tabmenu img {
    display: none;
  }
}
/* end of SP */
.tabbox {
  border: 1px #cccccc solid;
  background-color: #f5f5f5;
  padding: 15px 12px 12px 12px;
  margin-bottom: 1em;
}
.tabbox .boxtitle {
  position: relative;
  margin-bottom: 15px;
  height: 23px;
}
.tabbox .boxtitle .titlelink {
  position: absolute;
  top: 0px;
  right: 0px;
}
.tabbox .boxtitle .titlelink li {
  float: left;
  margin-left: 5px;
}
.tabbox .boxtitle .titlelink li a img {
  margin-top: -3px;
}
.tabbox .freebox {
  background-color: #fff;
  border: 1px #e5e5e5 solid;
  padding: 15px 20px 0px 20px;
}
.tabbox .freebox dl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: url(../images/common/line.gif) repeat-x left bottom;
}
.tabbox .freebox dt {
  width: 120px;
  float: left;
  line-height: 1.2em;
}
.tabbox .freebox dd {
  width: 468px;
  float: right;
}
.tabbox .freebox .none {
background: none;
}


/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  .tabbox {
    border: 1px #cccccc solid;
    background-color: #f5f5f5;
    padding: 12px 10px 10px 10px;
    margin-bottom: 1em;
  }
  .tabbox > *:last-child {
    margin-bottom: 0 !important;
  }
  .tabbox .boxtitle {
    position: relative;
    margin-bottom: 5px;
    height: auto;
    overflow: hidden;
    *zoom: 1;
  }
  .tabbox .boxtitle .titlelink {
    position: static;
    top: 0px;
    right: 0px;
    overflow: hidden;
    *zoom: 1;
  }
  .tabbox .boxtitle .titlelink li {
    float: left;
    margin-left: 5px;
    line-height: 1.5;
  }
  .tabbox .boxtitle .titlelink li + .btn {
    clear: both;
    margin-top: 10px;
  }
  .tabbox .boxtitle .titlelink li + .btn + .btn {
    clear: none;
  }
  .tabbox .freebox {
    background-color: #fff;
    border: 1px #e5e5e5 solid;
    padding: 10px 10px 0px;
    margin-bottom: 20px;
  }
  .tabbox .freebox dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: url(../images/common/line.gif) repeat-x left bottom;
  }
  .tabbox .freebox dt {
    width: auto;
    float: none;
    line-height: 1.2em;
    margin-bottom: 5px;
  }
  .tabbox .freebox dd {
    width: auto;
    float: none;
    padding-left: 0;
  }
  .tabbox .freebox dd p {
    margin-bottom: 3px !important;
  }
  .tabbox .freebox .none {
    background: none;
  }
}
/* end of SP */
.boxlink {
  background-color: #f3f2de;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.boxlink ul {
  clear: both;
  display: inline-block;
}
.boxlink li {
  margin-right: 10px;
  display: inline;
  background: url(../images/common/boxlink_mark.gif) no-repeat 0 6px;
  padding-left: 15px;
  margin-right: 28px;
  line-height: 21px;
  float: left;
}
.boxlink li a {
  white-space: nowrap;
  display: block;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  .boxlink {
    background-color: #f3f2de;
    padding: 12px 10px 4px;
    margin-bottom: 10px;
  }
  .boxlink ul {
    clear: both;
    display: inline-block;
  }
  .boxlink li {
    margin-right: 10px;
    display: inline;
    background: url(../images/common/boxlink_mark.gif) no-repeat 0 8px;
    background-size: 6px auto;
    -webkit-background-size: 6px auto;
    padding-left: 15px;
    margin-right: 1em;
    line-height: 21px;
    float: left;
  }
  .boxlink li a {
    white-space: nowrap;
  }
}
/* end of SP */
.btnbox {
  margin-bottom: 1em;
}
.btnbox li {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.btnbox li a span {
  display: none;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  .btnbox {
    margin-bottom: 1em;
  }
  .btnbox li {
    float: none;
    margin-right: 0;
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
  }
  .btnbox li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #E5E5E5;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
  }
  .btnbox li a:before {
    position: absolute;
    left: 12.0px;
    top: 17.0px;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #000000;
  }
  .btnbox li a.btn-01 {
    background-color: #FFE85B;
  }
  .btnbox li a.btn-02 {
    background-color: #6CB2E2;
  }
  .btnbox li a.btn-02:after {
    display: inline-block;
    left: 12.0px;
    content: " ";
    width: 17px;
    height: 22px;
    background: url(/common/images/common/mark_pdf.png) transparent 0% 0% no-repeat;
    margin: 5px 0 -5px 5px;
  }
  .btnbox li a.btn-03 {
    background-color: #FEB970;
  }
  .btnbox li a.btn-04 {
    background-color: #B2D166;
  }
  .btnbox li a.btn-05 {
    background-color: #CA7030;
    color: #fff;
  }
  .btnbox li a.btn-06 {
    background-color: #8EAA44;
    color: #fff;
  }
  .btnbox li a.btn-07 {
    background-color: #B63A56;
    color: #fff;
  }
  .btnbox li a.btn-08 {
    background-color: #2B834E;
    color: #fff;
  }
  .btnbox li a.btn-09 {
    background-color: #3F759C;
    color: #fff;
  }
  .btnbox li a.btn-10 {
    background-color: #D4A231;
    color: #fff;
  }
  .btnbox li a.btn-11 {
    background-color: #2D94B4;
    color: #fff;
  }
  .btnbox li a img {
    display: none;
  }
  .btnbox li a span {
    display: inline;
  }
}
/* end of SP */
.threebox .freebox {
  width: 217px;
  float: left;
  margin-right: 10px;
  margin-bottom: 1em;
}
.threebox .title {
  margin-bottom: 10px;
  background: url(../images/common/line.gif) repeat-x left bottom;
}
.threebox .freebox270 {
  width: 270px;
  float: left;
  margin-right: 10px;
  margin-bottom: 1em;
}
.threebox .freebox_n {
  float: left;
  margin-right: 10px;
  margin-bottom: 1em;
}

.greenbox {
  border: 1px #cdcdcd solid;
  background-color: #eaf3d6;
  margin-bottom: 1em;
  margin-top: 1em;
}
.greenbox .freebox {
  padding: 15px 15px;
}

#mainbox .greenbox .title {
  color: #FFF;
  border-bottom: 1px #cdcdcd solid;
  background-color: #8fc31f;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.2em;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0px;
}

.borderbox {
  border: 1px #CCC solid;
  padding: 15px;
  margin-bottom: 1em;
}

.photobox {
  width: 195px;
  float: left;
  border: 1px #D0D0D0 solid;
  background-color: #F5F5F5;
  margin-right: 7px;
  padding: 13px;
}
.photobox img {
  margin-bottom: 13px;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  .threebox .freebox {
    width: auto;
    float: none;
  }
  .threebox .freebox270 {
    width: auto;
    float: none;
  }
  .threebox .freebox_n {
    width: auto;
    float: none;
  }

  .photobox {
    width: auto;
    float: none;
    border: 1px #D0D0D0 solid;
    background-color: #F5F5F5;
    margin-right: 0;
    padding: 13px;
    margin-bottom: 10px;
  }
  .photobox img {
    margin-bottom: 13px;
    width: 100%;
    height: auto;
  }
  #wrapper .photobox{
    height: 100%;
  }

}
/* end of SP */
.photomain {
  margin-right: -7px;
  margin-bottom: 20px;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  .photomain {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* end of SP */
.photobox2 {
  width: 310px;
  float: left;
  border: 1px #D0D0D0 solid;
  background-color: #F5F5F5;
  margin-right: 7px;
  padding: 13px;
}
.photobox2 img {
  margin-bottom: 13px;
}

.photomain2 {
  margin-right: -7px;
  margin-bottom: 20px;
}

.newbtn {
  margin-bottom: 20px;
}
.newbtn ul {
  text-align: center;
}
.newbtn li {
  display: inline;
  margin: 0 10px;
}
.newbtn .prevbtn {
  background: url(../images/news/return.gif) no-repeat top left;
  padding-left: 15px;
}
.newbtn .nextbtn {
  background: url(../images/news/next.gif) no-repeat top right;
  padding-right: 15px;
}

.innerimg {
  margin: 0 0 20px 20px;
}

#innerimg02 {
  margin: 0 20px 20px 0px;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  .innerimg {
    margin: 0 0 20px 0;
  }
  .innerimg img {
    width: 100%;
    height: auto;
  }

  #innerimg02 {
    margin: 0 0 20px 0px;
  }
  #innerimg02 img {
    width: 100%;
    height: auto;
  }
}
/* end of SP */
.innerp {
  margin-bottom: 20px;
}
.innerp p {
  margin-bottom: 20px;
}
.innerp .tabbox p {
  margin-bottom: 0px;
}

/* --------------------------------------------------------------------------------------------*/
/* ハーフボックスリスト設定　*/
.boxleft li {
  line-height: 1.2em;
}
.boxleft li ul {
  margin-top: 10px;
}

.boxright li ul {
  margin-top: 10px;
}

.listbox li {
  line-height: 1.2em;
}
.listbox li ul {
  margin-top: 10px;
}
.listbox li ul li {
  margin-bottom: 10px;
  line-height: 160%;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  .listbox li {
    line-height: 1.2em;
  }
  .listbox li.num {
    margin-left: 1.5em;
  }
  .listbox li.num li {
    padding-left: 0;
  }
}
/* end of SP */
/* --------------------------------------------------------------------------------------------*/
/* アイコンタイプ　*/
.link {
  padding-left: 12px;
  margin-bottom: 10px;
  line-height: 1.2em;
  background-image: url(../images/common/listmark01.png);
  background-repeat: no-repeat;
  background-position: 0 0.2em;
}

.li {
  padding-left: 12px;
  margin-bottom: 10px;
  line-height: 1.2em;
}

.mark {
  background: url(../images/common/mark_01.gif) no-repeat 0 6px;
  padding-left: 12px;
  margin-bottom: 10px;
}

.disc {
  margin-left: 15px;
  list-style-type: disc;
  margin-bottom: 6px;
  line-height: 1.2em;
}

.num {
  margin-left: 25px;
  list-style-type: decimal;
  margin-bottom: 6px;
  line-height: 1.2em;
}
.num_ml00 {
  margin-left: 25px;
  list-style-type: decimal;
  margin-bottom: 6px;
  line-height: 1.2em;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  .num {
    margin-left: 35px;
    list-style-type: decimal;
    margin-bottom: 6px;
    line-height: 1.2em;
  }
  .num_ml00 {
    margin-left: none;
    list-style-type: decimal;
    margin-bottom: 6px;
    line-height: 1.2em;
  }
}
/* end of SP */
.a {
  margin-left: 20px;
  list-style-type: lower-alpha;
  margin-bottom: 6px;
  line-height: 1.2em;
}

.blank {
  margin-top: 4px;
  padding-left: 7px;
}

.pdf {
  margin-top: -1px;
  padding-left: 7px;
  vertical-align: sub;
}

.excel, .word, .movie, .carry, .ppt {
  margin-top: -2px;
  padding-left: 7px;
}

.pdf_ico {
  padding-right: 2px;
}
.pdf_ico:after {
  display: inline-block;
  content: " ";
  width: 17px;
  height: 18px;
  background: transparent url(/common/images/common/mark_pdf.png) 0% 0% no-repeat;
  background-size: auto 100%;
  -webkit-background-size: auto 100%;
  margin-left: 5px;
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/*
.youtube {
	margin-top: -2px;
	padding-left: 7px;
}
*/
/* --------------------------------------------------------------------------------------------*/
/* 単体パーツ設定　*/
.line {
  background: url(../images/common/line.gif) repeat-x left bottom;
}

.serchinput {
  height: 40px;
  line-height: 40px;
}

/* --------------------------------------------------------------------------------------------*/
/* マージン設定　*/
.mb45 {
  margin-bottom: 45px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb0 {
  margin-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.ml00 {
  margin-left: 0px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mr0 {
  margin-right: 0px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr100 {
  margin-right: 100px;
}

.bg0 {
  background-img: none;
}

hr {
  margin-bottom: 20px;
}

/* --------------------------------------------------------------------------------------------*/
/* フォーム関連　*/
.textarea {
  width: 500px;
  height: 150px;
}

#mainbox div.input {
  margin-left: 100px;
}
#mainbox input {
  margin-right: 0.4em;
}

.input200 {
  width: 200px;
}

.input100 {
  width: 100px;
}

/* --------------------------------------------------------------------------------------------*/
/* パディング設定　*/
.pb10 {
  padding-bottom: 10px;
}

/* --------------------------------------------------------------------------------------------*/
/* テキスト設定　*/
.tc {
  text-align: center;
}

.tc_auto {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  .tc {
    text-align: center;
  }
  .tc img {
    width: 100%;
    height: auto;
  }

  .tc_auto {
    text-align: center;
  }
  .tc_auto img {
    width: auto;
    height: auto;
  }

  .tl-sp {
    text-align: left;
  }
}
/* end of SP */
/* --------------------------------------------------------------------------------------------*/
/* カラー設定　*/
.red {
  color: #ff0000;
}

/* --------------------------------------------------------------------------------------------*/
/* 横幅設定　*/
.tw400 {
  width: 400px;
}

.tw320 {
  width: 320px;
}

.tw250 {
  width: 250px;
}

.tw250auto {
  width: 250px;
}

.tw240 {
  width: 240px;
}

.tw240auto {
  width: 240px;
}

.tw230 {
  width: 230px;
}

.tw230auto {
  width: 230px;
}

.tw220 {
  width: 220px;
}

.tw220auto {
  width: 220px;
}

.tw200 {
  width: 200px;
}

.tw200auto {
  width: 200px;
}

.tw180 {
  width: 180px;
}

.tw180auto {
  width: 180px;
}
.tw160 {
  width: 160px;
}
.tw150 {
  width: 150px;
}

.tw150auto {
  width: 150px;
}

.tw140 {
  width: 140px;
}

.tw130 {
  width: 130px;
}
.tw130auto {
  width: 130px;
}

.tw120 {
  width: 120px;
}

.tw120auto {
  width: 120px;
}

.tw100 {
  width: 100px;
}
.tw100auto {
  width: 100px;
}

.tw90 {
  width: 90px;
}

.tw80 {
  width: 80px;
}
.tw80auto {
  width: 80px;
}

.tw70 {
  width: 70px;
}

.tw60 {
  width: 60px;
}

.tw50 {
  width: 50px;
}

.tw40 {
  width: 40px;
}

.tw20 {
  width: 20px;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  .tw400 {
    width: auto;
    max-width: 405px;
  }

  .tw320 {
    width: auto;
    max-width: 320px;
  }

  .tw250 {
    width: auto;
    max-width: 250px;
  }

  .tw250auto {
    width: auto;
  }

  .tw240 {
    width: auto;
    max-width: 240px;
  }

  .tw240auto {
    width: auto;
  }

  .tw230 {
    width: auto;
    max-width: 230px;
  }

  .tw230auto {
    width: auto;
  }

  .tw220 {
    width: auto;
    max-width: 230px;
  }

  .tw220auto {
    width: auto;
  }

  .tw200 {
    width: auto;
    max-width: 200px;
  }

  .tw200auto {
    width: auto;
  }

  .tw180 {
    width: auto;
    max-width: 180px;
    min-width: 80px;
  }

  .tw180auto {
    width: auto;
  }

  .tw160 {
    width: auto;
    max-width: 160px;
  }

  .tw150 {
    width: auto;
    max-width: 150px;
    min-width: 80px;
  }

  .tw150auto {
    width: auto;
  }

  .tw140 {
    width: auto;
    max-width: 140px;
  }

  .tw130 {
    width: auto;
    max-width: 130px;
  }
  .tw130auto {
    width: auto;
  }

   .tw45 {

    width: 45px;

   }

  .tw120 {
    width: auto;
    max-width: 120px;
    min-width: 80px;
  }
  .tw120auto {
    width: auto;
  }

  .tw100 {
    width: auto;
    max-width: 100px;
    min-width: 80px;
  }
  .tw100auto {
    width: auto;
  }

  .tw90 {
    width: auto;
    max-width: 90px;
  }

  .tw80 {
    width: auto;
    max-width: 80px;
    min-width: 60px;
  }

  .tw80auto {
    width: auto;
  }

  .tw70 {
    width: auto;
    max-width: 70px;
  }

  .tw60 {
    width: auto;
    max-width: 60px;
  }

  .tw50 {
    width: auto;
    max-width: 50px;
  }

  .tw40 {
    width: auto;
    max-width: 40px;
  }

  .tw20 {
    width: auto;
    max-width: 20px;
  }
}
/* end of SP */
.fr {
  float: right;
}

.fl {
  float: left;
}

.frauto {
  float: right;
}

.flauto {
  float: left;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  .fr {
    float: none;
  }
  .fr img {
    width: 100%;
    height: auto;
  }
  .frauto {
    float: none;
  }
  .frauto img {
    width: auto;
    height: auto;
  }

  .fl {
    float: none;
    width: auto !important;
  }
  .fl.mr15 {
    margin-right: 0;
  }
  .fl img {
    width: 100%;
    height: auto;
  }

  .flauto {
    float: none;
  }
  .flauto img {
    width: auto;
    height: auto;
  }
}
/* end of SP */
.tbg01 {
  background-color: #F0F0F0;
}

.tbg02 {
  background-color: #EAF3D6;
}

.tbg03 {
  background-color: #90C320;
  color: #fff;
  font-weight: bold;
}

.tbg04 {
  background-color: #FFF8C1;
}
.tbg00 {
  background-color: #FFF;
}
.tbg00sp {
  background-color: #FFF;
}
.tbg00ysp {
  background-color: #fff8bf;
}
.tw33 {
  width: 33%;
}

.tw25 {
  width: 25%;
}

.tw50 {
  width: 50%;
}

.twc100 {
  width: 100%;
}

.vt {
  vertical-align: top;
}

.vb {
  vertical-align: bottom;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
.twc100sp {
  width: 100%;
}
.tbg00sp {
  background-color: #F0F0F0;
  text-align: left;
  border-bottom:dashed 1px #cdcdcd;
}
.tbg00ysp {
  background-color: #F0F0F0;
  text-align: left;
  border-bottom:dashed 1px #cdcdcd;
}
}
/* ****** スマートフォン ****** */

/* --------------------------------------------------------------------------------------------*/
/* CMS関係　*/
#mainbox p {
  margin-bottom: 1em;
}

#whatbox dl dd p {
  margin: 0;
}

div.tabbox div.freebox dl dd p {
  margin: 0;
}
div.tabbox div.freebox dl dd p.fr.innerimg.mr30 {
  margin-right: 0 !important;
}
div.tabbox div.freebox dl dd ul li {
  list-style-type: disc;
  margin-left: 2em;
}

#NewsBody ul li {
  list-style-type: disc;
  margin-left: 2em;
}

div.tabbox div.freebox dl dd ol li, #NewsBody ol li {
  list-style-type: decimal;
  margin-left: 2em;
}

/* --------------------------------------------------------------------------------------------*/
/* 検索 */
table.gsc-search-box, table.gsc-table-result, table.gsc-above-wrapper-area-container, table.gsc-resultsHeader, table.gsc-search-box th, table.gsc-table-result th, table.gsc-above-wrapper-area-container th, table.gsc-resultsHeader th, table.gsc-search-box td, table.gsc-table-result td, table.gsc-above-wrapper-area-container td, table.gsc-resultsHeader td {
  border: none;
  margin: 0;
}
table.gsc-search-box th, table.gsc-search-box td {
  border: none;
  padding: 0;
}

div.gsc-resultsHeader table {
  border: none;
  padding: 0;
}
div.gsc-resultsHeader table th, div.gsc-resultsHeader table td {
  border: none;
  padding: 0;
}

.clr {
  clear: both;
}

/* --------------------------------------------------------------------------------------------*/
/* サイトマップ */
.sitemap {
  margin-bottom: 2em;
}
.sitemap h2 {
  background: url(../images/common/h3_back.gif) no-repeat left bottom;
  line-height: 1.2em;
  margin-bottom: 1em;
  padding-bottom: 8px;
  padding-left: 10px;
  font-size: 120%;
  color: #000;
  margin-top: 2em;
}

/* --------------------------------------------------------------------------------------------*/
/* リスト要素　*/
/* 標準リスト */
.disc {
  line-height: 1.6em;
}
.disc ul {
  padding-top: 10px;
}

/* 注意書きリスト　*/
ul.attend {
  margin: 1em 0 1em 0.4em;
  padding: 0;
}
ul.attend li {
  background: url(../images/icon/attend.gif) no-repeat scroll 0 0.35em transparent;
  list-style: none outside none;
  padding-left: 18px;
  line-height: 1.6em;
}
ul.attend li.link {
  background: url("../images/common/listmark01.png") no-repeat scroll 0 4px transparent;
  line-height: 1.2em;
  margin-bottom: 10px;
  padding-left: 14px;
  padding-top: 1px;
}

/** 注意書きリスト内リンクリスト **/
p.plist ul.attend {
  margin: 1em 0 1em 2em;
  padding: 0;
}
p.plist ul.attend li.link {
  background: url("../images/common/listmark01.png") no-repeat scroll 0 4px transparent;
  line-height: 1.2em;
  margin-bottom: 10px;
  padding-left: 14px;
  padding-top: 1px;
}

/* データリスト　*/
dl {
  margin-bottom: 1em;
}

dt {
  font-weight: bold;
}
dt.horizontal {
  font-weight: bold;
}

dd {
  padding-left: 2em;
  /*line-height: 160%;*/
}
dd.attend li.link {
  background: url("../images/common/listmark01.png") no-repeat scroll 0 4px transparent;
  line-height: 1.2em;
  margin-bottom: 10px;
  padding-left: 14px;
  padding-top: 1px;
}

/** データリスト内リンクリスト **/
/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  /*テーブル内定義リスト*/
  table dl {
    margin-bottom: 1em;
  }
  table dt {
    font-weight: bold;
  }
  table dt.horizontal {
    font-weight: bold;
  }
  table dd {
    padding-left: .5em;
    line-height: 160%;
  }
  table dd.attend li.link {
    background: url("../images/common/listmark01.png") no-repeat scroll 0 4px transparent;
    line-height: 1.2em;
    margin-bottom: 10px;
    padding-left: 14px;
    padding-top: 1px;
  }
}
/* end of SP */
/* 水平データリスト　*/
dl {
  overflow: hidden;
  *zoom: 1;
}
dl.horizontal {
  width: 100%;
}
dl.horizontal dt {
  float: left;
  width: 50px;
  padding: 5px 0 5px 10px;
  clear: both;
  font-weight: bold;
}
dl.horizontal dd {
  width: auto;
  margin-left: 50px;
  padding: 5px 5px 5px 10px;
}
dl.horizontal20 {
  width: 100%;
}
dl.horizontal20 dt {
  float: left;
  width: 20px;
  padding: 5px 0 5px 10px;
  clear: both;
  font-weight: bold;
}
dl.horizontal20 dd {
  width: auto;
  margin-left: 20px;
  padding: 5px 5px 5px 10px;
}
dl.horizontal30 {
  width: 100%;
}
dl.horizontal30 dt {
  float: left;
  width: 30px;
  padding: 5px 0 5px 10px;
  clear: both;
  font-weight: bold;
}
dl.horizontal30 dd {
  width: auto;
  margin-left: 30px;
  padding: 5px 5px 5px 10px;
}
dl.horizontal100 {
  width: 100%;
}
dl.horizontal100 dt {
  float: left;
  width: 120px;
  padding: 5px 0 5px 10px;
  clear: both;
  font-weight: bold;
}
dl.horizontal100 dd {
  width: auto;
  margin-left: 100px;
  padding: 5px 5px 5px 10px;
}
dl.horizontal50 {
  width: 100%;
}
dl.horizontal50 dt {
  float: left;
  width: 53px;
  padding: 5px 0 5px 10px;
  clear: both;
  font-weight: bold;
}
dl.horizontal50 dd {
  width: auto;
  margin-left: 53px;
  padding: 5px 5px 5px 10px;
}
dl.horizontal60 {
  width: 100%;
}
dl.horizontal60 dt {
  float: left;
  width: 60px;
  padding: 5px 0 5px 10px;
  clear: both;
  font-weight: bold;
}
dl.horizontal60 dd {
  width: auto;
  margin-left: 60px;
  padding: 5px 5px 5px 10px;
}
dl.horizontal70 {
  width: 100%;
}
dl.horizontal70 dt {
  float: left;
  width: 70px;
  padding: 5px 0 5px 10px;
  clear: both;
  font-weight: bold;
}
dl.horizontal70 dd {
  width: auto;
  margin-left: 70px;
  padding: 5px 5px 5px 10px;
}
dl.horizontal80 {
  width: 100%;
}
dl.horizontal80 dt {
  float: left;
  width: 80px;
  padding: 5px 0 5px 10px;
  clear: both;
  font-weight: bold;
}
dl.horizontal80 dd {
  width: auto;
  margin-left: 80px;
  padding: 5px 5px 5px 10px;
}
dl.horizontal90 {
  width: 100%;
}
dl.horizontal90 dt {
  float: left;
  width: 90px;
  padding: 5px 0 5px 10px;
  clear: both;
  font-weight: bold;
}
dl.horizontal90 dd {
  width: auto;
  margin-left: 90px;
  padding: 5px 5px 5px 10px;
}
dl.horizontal125 {
  width: 100%;
}
dl.horizontal125 dt {
  float: left;
  width: 125px;
  padding: 5px 0 5px 10px;
  clear: both;
  font-weight: bold;
}
dl.horizontal125 dd {
  width: auto;
  margin-left: 125px;
  padding: 5px 5px 5px 10px;
}
dl.horizontal120n {
  width: 100%;
}
dl.horizontal120n dt {
  float: left;
  width: 120px;
  padding: 5px 0 5px 10px;
  clear: both;
  font-weight: bold;
}
dl.horizontal120n dd {
  width: auto;
  margin-left: 120px;
  padding: 5px 5px 5px 10px;
}
dl.horizontal135 {
  width: 100%;
}
dl.horizontal135 dt {
  float: left;
  width: 135px;
  padding: 5px 0 5px 10px;
  clear: both;
  font-weight: bold;
}
dl.horizontal135 dd {
  width: auto;
  margin-left: 135px;
  padding: 5px 5px 5px 10px;
}
dl.horizontal135 {
  width: 100%;
}

dl.horizontal150 {
  width: 100%;
}
dl.horizontal150 dt {
  float: left;
  width: 150px;
  padding: 5px 0 5px 10px;
  clear: both;
  font-weight: bold;
}
dl.horizontal150 dd {
  width: auto;
  margin-left: 150px;
  padding: 5px 5px 5px 10px;
}
dl.horizontal200 {
  width: 100%;
}
dl.horizontal200 dt {
  float: left;
  width: 200px;
  padding: 5px 0 5px 10px;
  clear: both;
  font-weight: bold;
}
dl.horizontal200 dd {
  width: auto;
  margin-left: 200px;
  padding: 5px 5px 5px 10px;
}
dl.horizontal220 {
  width: 100%;
}
dl.horizontal220 dt {
  float: left;
  width: 220px;
  padding: 5px 0 5px 10px;
  clear: both;
  font-weight: bold;
}
dl.horizontal220 dd {
  width: auto;
  margin-left: 220px;
  padding: 5px 5px 5px 10px;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  dl {
    overflow: hidden;
    *zoom: 1;
  }
  dl.horizontal {
    width: 100%;
  }
  dl.horizontal dt {
    float: none;
    width: auto;
    padding: 5px 0 0 0;
    clear: both;
    font-weight: bold;
  }
  dl.horizontal dd {
    width: auto;
    margin-left: 0;
    padding: 5px 5px 5px 0;
  }
  dl.horizontal20 {
    width: 100%;
  }
  dl.horizontal20 dt {
    float: none;
    width: auto;
    padding: 5px 0 0 0;
    clear: both;
    font-weight: bold;
  }
  dl.horizontal20 dd {
    width: auto;
    margin-left: 0;
    padding: 5px 5px 5px 0;
  }
  dl.horizontal30 {
    width: 100%;
  }
  dl.horizontal30 dt {
    float: none;
    width: auto;
    padding: 5px 0 0 0;
    clear: both;
    font-weight: bold;
  }
  dl.horizontal30 dd {
    width: auto;
    margin-left: 0;
    padding: 5px 5px 5px 0;
  }
  dl.horizontal100 {
    width: 100%;
  }
  dl.horizontal100 dt {
    float: none;
    width: auto;
    padding: 5px 0 0 0;
    clear: both;
    font-weight: bold;
  }
  dl.horizontal100 dd {
    width: auto;
    margin-left: 0;
    padding: 5px 5px 5px 0;
  }
  dl.horizontal50 {
    width: 100%;
  }
  dl.horizontal50 dt {
    float: none;
    width: auto;
    padding: 5px 0 0 0;
    clear: both;
    font-weight: bold;
  }
  dl.horizontal50 dd {
    width: auto;
    margin-left: 0;
    padding: 5px 5px 5px 0;
  }
  dl.horizontal60 {
    width: 100%;
  }
  dl.horizontal60 dt {
    float: none;
    width: auto;
    padding: 5px 0 0 0;
    clear: both;
    font-weight: bold;
  }
  dl.horizontal60 dd {
    width: auto;
    margin-left: 0;
    padding: 5px 5px 5px 0;
  }
  dl.horizontal70 {
    width: 100%;
  }
  dl.horizontal70 dt {
    float: none;
    width: auto;
    padding: 5px 0 0 0;
    clear: both;
    font-weight: bold;
  }
  dl.horizontal70 dd {
    width: auto;
    margin-left: 0;
    padding: 5px 5px 5px 0;
  }
  dl.horizontal80 {
    width: 100%;
  }
  dl.horizontal80 dt {
    float: none;
    width: auto;
    padding: 5px 0 0 0;
    clear: both;
    font-weight: bold;
  }
  dl.horizontal80 dd {
    width: auto;
    margin-left: 0;
    padding: 5px 5px 5px 0;
  }
  dl.horizontal90 {
    width: 100%;
  }
  dl.horizontal90 dt {
    float: none;
    width: auto;
    padding: 5px 0 0 0;
    clear: both;
    font-weight: bold;
  }
  dl.horizontal90 dd {
    width: auto;
    margin-left: 0;
    padding: 5px 5px 5px 0;
  }
  dl.horizontal120n {
    width: 100%;
  }
  dl.horizontal120n dt {
    float: none;
    width: auto;
    padding: 5px 0 0 0;
    clear: both;
    font-weight: bold;
  }
  dl.horizontal120n dd {
    width: auto;
    margin-left: 0;
    padding: 5px 5px 5px 0;
  }
  dl.horizontal135 {
    width: 100%;
  }
  dl.horizontal135 dt {
    float: none;
    width: auto;
    padding: 5px 0 0 0;
    clear: both;
    font-weight: bold;
  }
  dl.horizontal135 dd {
    width: auto;
    margin-left: 0;
    padding: 5px 5px 5px 0;
  }
  dl.horizontal150 {
    width: 100%;
  }
  dl.horizontal150 dt {
    float: none;
    width: auto;
    padding: 5px 0 0 0;
    clear: both;
    font-weight: bold;
  }
  dl.horizontal150 dd {
    width: auto;
    margin-left: 0;
    padding: 5px 5px 5px 0;
  }
  dl.horizontal200 {
    width: 100%;
  }
  dl.horizontal200 dt {
    float: none;
    width: auto;
    padding: 5px 0 0 0;
    clear: both;
    font-weight: bold;
  }
  dl.horizontal200 dd {
    width: auto;
    margin-left: 0;
    padding: 5px 5px 5px 0;
  }
  dl.horizontal220 {
    width: 100%;
  }
  dl.horizontal220 dt {
    float: none;
    width: auto;
    padding: 5px 0 0 0;
    clear: both;
    font-weight: bold;
  }
  dl.horizontal220 dd {
    width: auto;
    margin-left: 0;
    padding: 5px 5px 5px 0;
  }
}
/* end of SP */
p.plist {
  padding-left: 1.0em !important;
  margin-left: 0 !important;
  text-indent: -1em;
}
p.plist02 {
  padding-left: 2em !important;
  margin-left: 0 !important;
  text-indent: -2em;
}
p.plist03 {
  padding-left: 2em !important;
  margin-left: 0 !important;
  text-indent: -2em;
  clear: both;
  font-weight: bold;
}
p.plist04 {
  padding-left: 4em !important;
  margin-left: 0 !important;
  text-indent: -4em;
}
p.plist05 {
  padding-left: 5em !important;
  margin-left: 0 !important;
  text-indent: -5em;
}

.mr30 {
  margin-right: 30px !important;
}

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

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

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

.mt00 {
  margin-top: 0 !important;
}

.boxtypeNocolor {
  margin-bottom: 1em;
  padding: 15px 15px 0 15px;
}
.boxtypeNocolor .boxleft {
  width: 315px;
  float: left;
}
.boxtypeNocolor .boxright {
  width: 315px;
  float: right;
}

ul.list3col li {
  width: 200px;
  float: left;
  margin-bottom: 20px;
}
ul.list3col li.disc {
  margin-left: 15px;
  width: 200px;
  list-style-type: disc;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}

.boxlink li {
  display: inline-block;
}

.vaT {
  vertical-align: top;
}

.boxtypecolor02 {
  margin-bottom: 1em;
  border: 1px #cccccc solid;
  background-color: #f5f5f5;
  padding: 0 10px 0 10px;
}
.boxtypecolor02 .boxleft {
  width: 315px;
  float: left;
}
.boxtypecolor02 .boxright {
  width: 315px;
  float: right;
}
.boxtypecolor02 p {
  margin-bottom: 3px;
  margin-top: 3px;
}

.link {
  background: url(../images/common/listmark01.png) no-repeat 0 6px;
  line-height: 1.6em !important;
  margin-right: 1em;
}

.blank img {
  margin-bottom: 3px !important;
}

img.dl-icon {
  position: absolute;
  margin-top: -8px;
  margin-left: 5px;
}

/** 2012.11 新領域バナー作成 **/
.sinryoikibanner {
  width: 135px;
  text-align: center;
  line-height: 130%;
}

/*動画ポータルページ*/
.film_roll_pager {
  margin-top: 10px;
}

.portal_outer_box {
  width: 950px;
  float: left;
  margin-bottom: 40px;
  padding: 20px;
  background: #f5f5f5;
  border: 1px solid #d0d0d0;
}
@media screen and (max-width: 480px) {
  .portal_outer_box {
    width: auto;
    float: none;
    margin-bottom: 20px;
    padding: 10px;
  }
}

#mainbox .film_roll_shuttle div {
  width: 226px !important;
  margin: 0px 33px;
  vertical-align: bottom;
}
#mainbox .film_roll_shuttle div.active {
  width: 321px !important;
  bottom: 0px;
}
#mainbox .film_roll_shuttle div img {
  width: 100%;
  height: 108px;
  margin: 0;
  transition: width 1s linear 0s, background 0.2s linear 0s, border 0.2s linear 0s,color 0.2s linear 0s;
}
#mainbox .film_roll_shuttle div.active img {
  width: 100%;
  height: 168px;
  margin: 0;
  transition: width 1s linear 0s, background 0.2s linear 0s, border 0.2s linear 0s,color 0.2s linear 0s;
}
#mainbox .film_roll_shuttle div table {
  width: 226px;
  margin-bottom: 10px;
  border: none;
}
#mainbox .film_roll_shuttle div.active table {
  width: 321px;
}
#mainbox .film_roll_shuttle table th {
  border: none;
  background: none;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 285px;
}
#mainbox .film_roll_shuttle table td {
  float: left;
  text-align: center;
  width: 28px;
  height: 22px;
  background: #578fd8;
  color: #FFF;
  font-weight: bold;
  border: none;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  line-height: 1.7em;
}
#mainbox a.fancybox {
  float: left;
}
@media screen and (max-width: 480px) {
  #mainbox a.fancybox {
    float: none;
  }
  #mainbox a.fancybox img {
    display: block;
    width: 100%;
    height: auto;
  }
}
#mainbox #film_roll_1_left, #mainbox #film_roll_2_left, #mainbox #film_roll_3_left {
  position: relative;
  top: -108px;
  text-align: center;
  left: 275px;
}
#mainbox #film_roll_1_right, #mainbox #film_roll_2_right, #mainbox #film_roll_3_right {
  position: relative;
  top: -108px;
  text-align: center;
  left: 553px;
}
#mainbox .play {
  position: relative;
  top: -108px;
  text-align: center;
  left: 350px;
  cursor: pointer;
}
#mainbox .portal_inner_box {
  float: left;
  width: 866px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #mainbox .portal_inner_box {
    float: none;
    width: auto;
    padding: 10px 15px;
  }
  
  /* =2016/09/28 */
  .portal_inner_box th{
    display: block;
  }
}
#mainbox .portal_inner_box table {
  border: none;
  margin: 0;
  padding: 0;
}
#mainbox .portal_inner_box table th {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: none;
  width: 120px;
  font-weight: bold;
}
#mainbox .portal_inner_box table td {
  border: none;
}

/* =2016/09/28 */
@media screen and (max-width: 480px) {
  #mainbox .portal_inner_box table td{
      display: block;
    width: 100%;
  }
}

#mainbox .portal_inner_box table td span {
  clear: left;
  text-align: center;
  background: #578fd8;
  color: #FFF;
  font-weight: bold;
  border: none;
  padding: 4px 0px;
  margin: 0 4px;
  vertical-align: middle;
  line-height: 1;
  width: 28px;
  display: inline-block;
}
#mainbox .portal_inner_box p {
  font-size: 1.2em;
  margin-bottom: 5px;
}
#mainbox .portal_inner_box p.link {
  font-size: 1em;
  font-weight: bold;
}
#mainbox .portal_inner_box dl {
  margin: 0;
  margin-right: 10px;
  float: left;
  width: 422px;
  min-height: 4em;
}
@media screen and (max-width: 480px) {
  #mainbox .portal_inner_box dl {
    float: none;
    width: auto;
    min-height: initial;
    margin-top: 10px;
  }
}
#mainbox .portal_inner_box.no1 dl:nth-child(2n) {
  clear: left;
}
#mainbox .portal_inner_box.no1 dl:nth-child(2n+1) {
  clear: right;
}
#mainbox .portal_inner_box dl dt {
  float: left;
  clear: left;
  border: none;
  margin: 0 5px 5px 0px;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #mainbox .portal_inner_box dl dt {
    padding-bottom: 0;
    display: inline;
    overflow: hidden;
  }
}
#mainbox .portal_inner_box dl dt span {
  clear: left;
  text-align: center;
  background: #578fd8;
  color: #FFF;
  font-weight: bold;
  border: none;
  padding: 2px 0px;
  margin: 0 4px 0 0;
  vertical-align: middle;
  display: inline-block;
  width: 28px;
}
#mainbox .portal_inner_box dl dd {
  float: left;
  clear: right;
  margin: 0;
  padding: 0;
  width: 385px;
}
@media screen and (max-width: 480px) {
  #mainbox .portal_inner_box dl dd {
    width: auto;
    float: none;
    overflow: hidden;
    margin-left: 35px;
  }
}
#mainbox .portal_inner_box.no2 dl {
  margin: 0;
  float: left;
  width: 288px;
  min-height: 4em;
}
@media screen and (max-width: 480px) {
  #mainbox .portal_inner_box.no2 dl {
    float: none;
    width: auto;
    min-height: initial;
    margin-top: 10px;
  }
}
#mainbox .portal_inner_box.no2 dl:nth-child(3n+1) {
  clear: right;
}
#mainbox .portal_inner_box.no2 dl:nth-child(3n+2) {
  clear: left;
}
#mainbox .portal_inner_box.no2 dl dt {
  float: left;
  width: 28px;
  background: #578fd8;
  clear: left;
  border: none;
  text-align: center;
  margin: 5px;
  margin-left: 0px;
  padding: 2px 0;
}
@media screen and (max-width: 480px) {
  #mainbox .portal_inner_box.no2 dl dt {
    padding-bottom: 0;
    display: inline;
  }
}
#mainbox .portal_inner_box.no2 dl dt span {
  float: none;
  margin: 0;
  padding: 0;
  background: none;
}
@media screen and (max-width: 480px) {
  #mainbox .portal_inner_box.no2 dl dt span {
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
#mainbox .portal_inner_box.no2 dl dd {
  float: left;
  clear: right;
  margin: 5px;
  padding: 0;
  width: 230px;
}
@media screen and (max-width: 480px) {
  #mainbox .portal_inner_box.no2 dl dd {
    width: auto;
    float: none;
    overflow: hidden;
    margin-left: 35px;
  }
}

/*関連ページ*/
@media screen and (max-width: 480px) {
  .related_page th, .related_page td {
    display: block;

    /* =2016/09/28 */
    width: 100%;
  }
}

table#portal_top {
  border: none;
  margin-left: 20px;
  float: left;
  width: 288px;
}
@media screen and (max-width: 480px) {
  table#portal_top {
    margin-left: 0;
    float: none;
    width: auto;
    margin-top: 15px;
    
    /* =2016/09/28 */
    width: 100%;
  }
}
table#portal_top tr th {
  background: #f54500;
  color: #FFF;
  border: none;
  width: 8em;
}
table#portal_top tr td {
  border: none;
  padding: 0;
  margin: 0;
}
table#portal_top tr td a {
  font-size: 1.4em;
}
@media screen and (max-width: 480px) {
  table#portal_top tr td a {
    font-size: 16px;
  }
}
table#portal_top tr.row1 td {
  padding: 0 0 0 10px;
}
table#portal_top tr.row2 td {
  padding: 10px 0;
}

div.portal_column {
  float: left;
  width: 293px;
  margin-right: 35px;
}
div.portal_column.last {
  margin-right: 0px;
}
div.portal_column ul li {
  float: left;
  padding: 10px 10px 0px 10px;
}
div.portal_column a.link {
  display: block;
  margin: 0;
  background: url(../../portal/images/listmark01.gif) no-repeat 0px 6px;
}
div#mainbox.portal h3 {
  margin: 0 0 10px 0;
  width: 940px;
  background: url(../../portal/images/h3_back_g.gif) repeat-x left bottom;
}
div.tc {
  margin: 10px 0;
}

/* --------------------------------------------------------------------------------------------*/
/* 2014/04/30追加 動画対応 */
span.error, span.must {
  color: #FF0000;
}



/* --------------------------------------------------------------------------------------------*/
/* 2019/08/8追加 PDFマークの表示について */
.tc .pdf img {
width: auto;
}



/* --------------------------------------------------

FAQリスト

-------------------------------------------------- */
.faq-list {
  width: 100%;
}
.faq-list .question {
  display: table;
  border-collapse: collapse;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.faq-list .question:first-child {
  border-top: 1px solid #cdcdcd;
}
.faq-list .question:hover {
  cursor: pointer;
}
.faq-list .question:hover .q {
  color: red;
}
.faq-list .question.active .q {
  background: #fff url(/nursing/practice/faq/images/accordeon_up.png) no-repeat 8px 50%;
}
.faq-list .question .number {
  display: table-cell;
  background-color: #8FC31F;
  color: white;
  font-weight: bold;
  padding: 9px 8px 7px;
  text-align: center;
  vertical-align: middle;
  border: 1px #cdcdcd solid;
  border-top: none;
  width: 7.46706%;
}
.faq-list .question .q {
  display: table-cell;
  color: #000;
  padding: 9px 8px 7px;
  text-align: left;
  vertical-align: middle;
  border: 1px #cdcdcd solid;
  border-top: none;
  font-weight: normal;
  background: #fff url(/nursing/practice/faq/images/accordeon_down.png) no-repeat 8px 50%;
  padding-left: 23px;
  width: 92.53294%;
}
.faq-list .answer {
  display: block;
  display: none;
  border-collapse: collapse;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
}
.faq-list .answer .number {
  display: table-cell;
  background-color: #F7B04D;
  color: white;
  font-weight: bold;
  padding: 9px 8px 7px;
  text-align: center;
  vertical-align: middle;
  border: 1px #cdcdcd solid;
  border-top: none;
  width: 51px;
}
.faq-list .answer .a {
  display: table-cell;
  color: #000;
  padding: 9px 8px 7px;
  text-align: left;
  vertical-align: middle;
  border: 1px #cdcdcd solid;
  border-top: none;
  font-weight: normal;
  width: 92.53294%;
}

/* 2016/03/16 FAQpages */
.tbl-faq {
  width: 100%;
}

.question td, .answer td {
  background-color: #fff;
  padding: 5px 8px;
}

.question td:first-child {
  background-color: #8FC31F;
  width: 35px;
  color: white;
  font-weight: bold;
}

.answer td:first-child {
  background-color: #F7B04D;
  color: white;
  font-weight: bold;
}

table tr.answer table tr {
  display: table-row !important;
}

#sider li img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
  filter: Alpha(opacity=70);
}

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

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  p > a > img {
    width: 100%;
    height: auto;
  }
  p > a > img[src="/common/images/common/mark_pdf.png"] {
    width: auto;
    height: auto;
  }

  /*Fancy Box*/
  div#fancy_inner {
    position: relative;
    width: 90% !important;
    height: 100%;
    border: 1px solid #BBB;
    background: #FFF;
  }
}
/* end of SP */

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {

  /* --------------------------------------------------

  動画

  -------------------------------------------------- */
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  video {
    width: 100%;
    height: auto;
  }


  /* =2016/09/27 */
  div#mainbox.portal h3{
    width: 97.5%;
  }
  .film_roll_container{
      max-height: 208px;
      height: 208px;
      margin-bottom:20px;
  }
  .film_container_1{
    max-height: 234px;
    height:234px;
  }

  #mainbox #film_roll_1_left, #mainbox #film_roll_2_left, #mainbox #film_roll_3_left {
    left: 0;
    top: -103px;
  }
  #mainbox #film_roll_1_right, #mainbox #film_roll_2_right, #mainbox #film_roll_3_right {
    left: 100%;
    top: -103px;
    margin-left: -76px;
  }
  #mainbox .play{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 38px;
    top: -141px;
    left: 0;
  }
}

/* =2016/09/27 */
@media screen and (max-width: 320px) {
  #mainbox .film_roll_shuttle div.active table{
    width: 87%;
    margin-left: 6.8%;
  }
}

/* end of SP */

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

/* =2016/12/16 */
@media print{

.sp-only{
	display:none;
}

}

/* end of SP */



/**2018/06/21高橋（里）追加**/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table#faq {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
table#faq th,
table#faq td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
  background-color: #fff;
  font-weight: normal;
  color: #000;
}
table#faq th {
  background-color: #eee;
  text-align: left;
  font-weight: normal;
}
 
@media screen and (max-width: 480px) {
table#faq {
    border: none;
  }
table#faq thead {
    display: none;
  }
table#faq tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
  }
table#faq td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    display: block;
    padding: 10px;
    text-align: right;
  }
table#faq td::before {
    content: attr(data-label);
    float: left;
    font-weight: normal;
  }
}
/* end of SP */
.btn-dinql-entry {
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	border:2px solid #84bbf3;
	padding:13px 26px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #378de5) );
	background-color:#79bbff;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #528ecc;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	box-shadow:inset 1px 1px 0px 0px #bbdaf7;
}.btn-dinql-entry:hover {
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	background:-ms-linear-gradient( top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #378de5), color-stop(100%, #79bbff) );
	background-color:#378de5;
}.btn-dinql-entry:active {
	position:relative;
	top:1px;
}