/* IMPORT RESET */
@import url("reset.css");
/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");

body{
  color:#000000;
  background:#fff url(../images/bg.png);
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProW3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MSPGothic",sans-serif;
}

/* アンカーリンク */
a {
    color: #222;
    text-decoration: none;
  display: inline-block;
}

a.ud-line {
  text-decoration:underline;
}

a.curr {
  font-weight:bold;
  padding: 2px 3px 2px 4px;
  background: rgba(255, 255, 255, 1.0);
}

a:visited {
    color: #222;
    text-decoration: none;
}

a:hover {
    color: #0000FF;
    text-decoration: none;
}

select.sel-short{
  /* color:#222; */
  background: transparent;
  padding: 5px;
  font-size: 1.1em;
  line-height: 1.35;
  border: 2px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  height: 2.0em;
  -webkit-appearance: none;
}

/* body以下のヘッダー */
.header {
  font-size:120%;
    border: none;
 /*  background: #435b84; */
  padding: 0;
}

.header h1 {
  font-size:320%;
  letter-spacing: 0.1em;
}

#banner2 {
  display: block;
    position: relative;
  background: #e9fe9f;
    background-repeat: no-repeat;
    padding: 0px 20px;
    text-align: left;
    padding: 0.5em;
    text-align: left;
  height: 68px;
}
#banner {
  display: block;
    position: relative;
    background: rgba(234, 244, 171, 0.6);
    background-repeat: no-repeat;
    padding: 0px 20px;
    padding: 0.5em;
    text-align: center;
  height: 85px;
}
#logo_in_banner {
  display: inline;
  width: 19em;
  max-width: 25em;
  margin: 0 auto;
}
#banner_notice {
  position: relative;
  float: left;
  top: 3.6em;
  text-align: right;
    padding-left: 0.3em;
    font-size: 0.7em;
  letter-spacing: 0.05em;
  color: #00f;
}

#banner_logo_img {
    width: 403px;
}


.t-nav {
    padding: 0.6em 0.6em 0.6em 0.6em;
    text-align: left;
    font-size: 0.75em;
  letter-spacing: 0.07em;
  padding-left: 0.6em;
}

/*
.t-nav span:not(:last-child) {
  padding-right: 1.3em;
}
*/
.t-nav span:not(:last-child):after {
  content: " ｜ ";
}
.t-nav span:last-child {
  padding-right: 0;
}

#t_navbar_x {
  color: rgba(0, 0, 0, 1.0);
  background: #fdf9d1;
    position: relative;
  height: 32px;
}

/* ********* main ********** */

p{
  line-height:1.7;
}

.gutters {
  padding:0px;
  margin-top:15px;
  margin-bottom:5px;
}

.err {
  color: #FF0000;
    padding: 0.6em 0.6em 0.6em 0.6em;
    text-align: left;
    font-size: 0.8em;
  letter-spacing: 0.08em;
}

div.page-msg {
  color: blue;
    padding: 0.6em 0.6em 0.6em 0.6em;
    text-align: center;
    font-size: 0.9em;
  letter-spacing: 0.05em;
}

.down {
    padding-top: 0.6em;
}

/* ボタン */
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button,
.btn {
    border: solid 1px rgba(128, 128, 128, 0.25);
    color: #222;
    background-color: #E0E0E0;
    display: inline-block;
  margin-top:0.5em;
    padding: 0.75em 0.25em;
  letter-spacing: 0.16em;
    text-decoration: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  /*ボックスシャドウ*/
  box-shadow: 2px 2px 4px #A0A0A0;
  -webkit-box-shadow: 2px 2px 4px #A0A0A0;
  -moz-box-shadow: 2px 2px 4px #A0A0A0;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover,
.btn:hover {
    color: #000;
  font-weight: bold;
}

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active,
.btn:active {
    color: #000;
  font-weight: normal;
  /*ボックスシャドウ*/
  box-shadow: 1px 1px 1px #D0D0D0;
  -webkit-box-shadow: 1px 1px 1px #D0D0D0;
  -moz-box-shadow: 1px 1px 1px #D0D0D0;
}

.btn-thin {
  width: 9.0em;
  max-width: 16.0em;
  display: block;
  text-align: center;
  margin: 0 auto;
    color: #222;
    /* background-color: #eefbba; */
  background: rgba(234, 244, 171, 0.6);
  padding: 0.3em 0.9em 0.2em 0.9em;
    white-space: nowrap;
  font-size: 1.0em;
  letter-spacing: 0.2em;
  line-height: 1.2em;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-shadow: 1px 1px 2px 1px #888;
  -moz-box-shadow: 1px 1px 2px 1px #888;
  -webkit-box-shadow: 1px 1px 2px 1px #888;
}

.btn-thin:hover {
    color: #000;
  font-weight: bold;
  background: rgba(234, 244, 171, 0.95);
  /*ボックスシャドウ*/
  box-shadow: 1px 1px 1px 1px #555;
  -webkit-box-shadow: 1px 1px 1px 1px #555;
  -moz-box-shadow: 1px 1px 1px 1px #555;
}

.btn-thin:active {
    color: #000;
  font-weight: normal;
  background: rgba(234, 244, 171, 0.95);
  /*ボックスシャドウ*/
  box-shadow: 0px 0px 1px 0px #999;
  -webkit-box-shadow: 0px 0px 1px 0px #999;
  -moz-box-shadow: 0px 0px 1px 0px #999;
}

.btn-blue {
    /* background-color: #1010C0; */
    /* background-color: #1080B0; */
    background-color: #1020B8;
}

.btn-small {
    width: 5.5em;
    background-color: #5050B8;
}

.next-btns {
  margin-top: -0.5em;
  margin-bottom: 1.0em;
}

table.listtable {
  border-collapse: collapse;
  table-layout: fixed;
  margin-left: 0.15em;
    border: solid 1px;
  border-color: rgba(128, 128, 128, 0.20);
  line-height: 1.1em;
}

table.listtable th {
  white-space: nowrap;
  background: rgba(240, 240, 240, 0.75);
  font-size: 0.86em;
}

table.listtable tr {
  border-top: solid 1px rgba(128, 128, 128, 0.20);
}

table.listtable tr td {
  font-size: 0.8em;
  padding-top: 0.3em;
  padding-right: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 0.3em;
  border-right: solid 1px rgba(128, 128, 128, 0.20);
}

table.listtable tr td a {
  margin-top: 0.3em;
    text-decoration: none;
  font-size: 1.4em;
  color: #E03070;
  vertical-align: middle;
  background: rgba(250, 248, 248, 0.75);
    border-width: 1px;
    border-color: rgba(128, 128, 128, 0.20);
    border-style: solid solid solid solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
table.listtable tr td a:hover {
  color: #FF0040;
  background: #FFFFFF;
}

table.listtable tr td.fold{
  word-wrap: break-word;
}

table.listtable tr th {
  border: solid 1px rgba(96, 96, 96, 0.20);
}
table.listtable tr:nth-child(2n) {
   background: rgba(0, 150, 140, 0.025);
}

.unfold{
  white-space: nowrap;
}
.fold{
  white-space: wrap;
}

table.dtable {
  border-collapse: collapse;
  table-layout: fixed;
  margin-left: 0.15em;
    border: solid 1px;
  border-color: rgba(128, 128, 128, 0.20);
  line-height: 1.1em;
}

table.dtable th {
  text-align: center;
  white-space: nowrap;
  background: rgba(240, 240, 240, 0.75);
  font-size: 0.86em;
}

table.dtable tr {
  border-top: solid 1px rgba(128, 128, 128, 0.20);
}

table.dtable tr td {
  text-align: center;
  font-size: 0.9em;
  padding-top: 0.3em;
  padding-right: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 0.3em;
  border-right: solid 1px rgba(128, 128, 128, 0.20);
}

table.dtable tr td:first-child {
  text-align: left;
}

table.dtable tr th {
  border: solid 1px rgba(96, 96, 96, 0.20);
}
table.dtable tr:nth-child(2n) {
   background: rgba(0, 150, 140, 0.025);
}

div.in-division{
  padding: 0;
  /* border: solid 1px rgba(256, 96, 96, 0.20); */
  dislay:inline;
}
div.in-division span.in-cell{
  display: inline-block;
  margin: 3px;
  padding: 7px 1px 7px 1px;
  font-size:0.8em;
  letter-spacing: 0.06em;
  background: rgba(255, 255, 255, 0.0);
  /* min-height */
  min-height:110px;
  height: auto !important;
  height: 110px;
  /* min-width */
  min-width:165px;
  width: auto !important;
  min-width:165px;
  border: none;
}
div.in-division span.inner-cell{
  display: inline-block;
  margin: 3px;
  padding: 8px;
  font-size:0.8em;
  letter-spacing: 0.06em;
  background: rgba(238, 238, 240, 1.0);
  /* min-height */
  min-height:80px;
  height: auto !important;
  height: 80px;
  /* min-width */
  min-width:146px;
  width: auto !important;
  min-width:146px;
  border: solid 1px rgba(32, 96, 96, 0.80);
  /*角丸*/
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  /*ボックスシャドウ*/
  box-shadow: 5px 5px 10px #aaa;
  -webkit-box-shadow: 5px 5px 10px #aaa;
  -moz-box-shadow: 5px 5px 10px #aaa;
}
div.in-division span.inner-cell:hover a{
  color:#000000;
  font-weight:bold;
}
div.in-division span.inner-cell:hover{
  background: rgba(255, 240, 0, 0.9);
}
div.in-division span.inner-cell a{
    text-decoration: none;
  font-size:13px;
  letter-spacing: 1px;
  color: rgba(32, 32, 32, 1.0);;
}
div.in-division span.inner-cell a:hover{
  color: #000000;
  font-weight:bold;
}
div.in-division span.inner-cell:active{
  color:#000000;
  box-shadow: 1px 1px 1px #aaa;
  -webkit-box-shadow: 1px 1px 1px #aaa;
  -moz-box-shadow: 1px 1px 1px #aaa;
}
div.in-division span.inner-cell:active a{
  color:#000000;
  font-weight:normal;
}

.explain-blue {
  margin-top: -0.3em;
  margin-left: 0;
  padding: 0 0 0 0.3em;
  color: white;
  font-size:0.8em;
    background-color: #1020B8;
}
#jcateg_span1 {
  font-size:0.75em;
}
#jcateg_span2 {
  font-size:0.75em;
}

/*
div.in-division span.in-cell:nth-of-type(2n)::after{
  content:"\A";
  white-space:pre;
}
*/
/* 非使用のアンカーリンク ＝ spanにthispageが付いているときのaタグなど */
a.not_in_use {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/* field */
fieldset {
  border-width: 2px;
  border-color: rgba(128, 128, 128, 0.20);
}
legend {
    text-align: center;
  padding: 4px 20px;
  background: rgba(248, 248, 248, 0.75);
    border-width: 2px;
    border-color: rgba(128, 128, 128, 0.20);
    border-style: solid solid solid solid;
}

pre, code, .mono {
 /* font-family: Consolas, 'Courier New', Courier, Monaco, monospace; */
  line-height: 1.2em;
}

form {
  font-size:1.0em;
  letter-spacing: 0.06em;
}

label {
  font-size:0.80em;
  font-weight:bold;
}

input {
  font-size:1.0em;
  width:100%;
}

input[type="checkbox"] {
    display: inline;
    padding: 0.15em 0.35em;
    text-decoration: none;
  font-size: 2.2em;
  min-width: 18px;
  min-height: 18px;
}

input[type="text"] {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    padding: 0.1em 0.15em;
  font-size: 1.0em;
  letter-spacing: 0.06em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 0.3em 0 1.3em;
    padding: 0.2em 0.2em;
  font-size: 0.85em;
  line-hight: 1.12em;
  letter-spacing: 0.09em;
    border-width: 1px;
    border-color: rgba(128, 128, 128, 0.30);
    border-style: solid solid solid solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.input_note {
  color:#00C;
  font-size:0.75em;
}

.nofold {
        white-space: nowrap;
}

ul.inp{
  padding: 0px;
}
ul.inp li{
  display: inline-block;
  border: none;
  padding: 0px;
  background: rgba(255, 255, 255, 0.0);
  min-width: 260px;
  text-align: left;
}

ul.std-ul{
  padding-left: 1.0em;
}
ul.std-ul li{
  list-style: disc;
  margin-left: 1.5em;
  border: none;
  padding: 0.35em;
  text-align: left;
}

/* メニューアイテムでこのページ自体を指すリンクをわかりやすく示す */
#t_navbar .thispage {
    background: rgba(255, 255, 255, 1.0);
}
.wrapper {
    float: left;
    margin: 0;
    width: 100%;
/*  margin-right: -260px; */
}

.content {
    height: 95%;
  display: block;
}

.content_main {
    width: auto;
    position: relative;
    border: none;
}

.inner{
  width: 820px;
  margin: 0 auto;
  min-width: 290px;
  color: #886858;
}

.medium-inner{
  width: 95%;
  display: inline-block;
  margin: 0.75em 0.85em 0.55em 0.85em;
  font-size:0.9em;
  letter-spacing: 0.03em;
  min-width: 251px;
}

.small-inner{
 /* font-family: "メイリオ",Meiryo,Osaka," ヒラギノ角ゴ ProW3","Hiragino Kaku Gothic Pro"," ＭＳ Ｐゴシック","MSPGothic",sans-serif; */
  font-size:1.15em;
  letter-spacing: 0.06em;
  padding:0.5em 0 0.2em 0;
  width: 20%;
  margin: 0 auto;
  max-width: 250px;
  min-width: 120px;
}

small{
  font-size:0.9em;
  letter-spacing: 0.02em;
}

.l_sidebar {
    float: left;
    border-width: 1px;
    border-color: rgba(128, 128, 128, 0.15);
    border-style: none solid none solid;
    height: 560px;
    width: 250px;
  min-width: 165px;
}
.r_sidebar {
    float: right;
  margin-top:3px;
    border-width: 1px;
    border-color: rgba(128, 128, 128, 0.15);
    border-style: none solid none solid;
    height: 560px;
    width: 250px;
  min-width: 190px;
}
/*
#logo_in_banner a{
  text-decoration:none;
}
*/
/* 画像のサイズを100%にする */
/*
img{
  max-width: 100%;
  height: auto;
  width /***/:auto; /*IE8のみ適用*/
}
*/

/*===============================
contents
===============================*/
.box {
/*  width: 75%; */
  background: #fff;
  border:1px solid #999;
  padding:20px 15px 15px;
  margin-bottom:20px;
  position:relative;
  word-wrap:break-word;
}

/*
.box:after {
  display: block;
  clear: both;
  height: 0;
  content:"";
}
*/

.box h1{
/*  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; */
  font-size:1.25em;
  font-weight:bold;
  border-bottom:1px dashed #999;
  margin-bottom:10px;
  padding-left:0px;
  color:#000000;
  line-height:1.28em;
}

.box h2{
  font-size:1.35em;
  background:#EFEFEF;
  border-left:10px solid #20A0A0;
  border-right:10px solid #20A0A0;
  padding:5px 10px;
  margin-left:0;
  margin-bottom:20px;
  line-height:1.3;
}

h3{
  font-size:1.0em;
  margin-top:0.9em;
  margin-bottom:0.3em;
  padding-left:0.1em;
  line-height:1.2em;
  font-weight:bold;
  color:#000000;
}

.box h5{
  margin: 0.5em 0.25em 0.5em 1.25em;
  font-size:0.85em;
  letter-spacing: 0.08em;
  font-weight:bold;
  line-height: 1.0em;
}

h1.belt {
  color:#222;
  background:#F0F0F0;
  text-align:left;
  padding-top:0.08em;
  text-decoration:none;
  font-size:1.15em;
  line-height: 1.40em;
  border:1px solid #E0E0E0;
}

.title-belt {
  color:#FFFFFF;
  background:#000000;
  text-align:left;
  padding-top:0.1em;
  padding-bottom:0.02em;
  text-decoration:none;
  font-size:0.98em;
  line-height: 1.35em;
  border: none;
}

.box p{
  font-size:0.95em;
  margin-bottom:10px;
}

.labl-bold-big{
  font-size:1.12em;
  font-weight:bold;
}

.paramount {
  width: 96%;
  margin: 0 auto;
  padding-left: 0.3em;
  border: none;
  color: #000000;
  font-size:1.0em;
  font-weight:bold;
  letter-spacing: 0.1em;
  line-height:1.5em;
}

.paramount2 {
  width: 96%;
  margin: 0.3em 0.9em 0.5em 0.3em;
  padding-left: 0.5em;
  border: none;
  color: #000000;
  font-size:0.926em;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height:1.6em;
}

.paramount3 {
  width: 99%;
  margin: 0 auto;
  padding-left: 0;
  border: none;
  color: #000000;
  font-size:0.9em;
  font-weight:normal;
  letter-spacing: 0.08em;
  line-height:1.4em;
}

.paramount4 {
  width: 99%;
  margin: 0 auto;
  padding-left: 0;
  border: none;
  color: #000000;
  font-size:0.96em;
  font-weight:normal;
  letter-spacing: 0.08em;
  line-height:1.4em;
}

.span-med{
  display: inline;
  font-size:1.15em;
  margin-top:0.6em;
  margin-bottom:1.2em;
  padding-left:1.2em;
  line-height:1.2em;
  color:#00C;
  /* color:#1010F0; */
}

span.normal-title,
p.normal-title {
  margin:0.3em 0.1em 0.3em 0.1em;
  color: #000000;
  font-weight:bold;
}

span.normal-title2,
p.normal-title2 {
  margin:0.3em 0.1em 0.3em 0.1em;
  color: #222;
  font-weight:bold;
}


.inbox {
  width: 726px;
  max-width: 726px;
  margin: 0 auto;
  margin-top: 0.3em;
  margin-bottom: 0.8em;
  padding: 0.3em 0.3em;
  line-height: 1.3em;
  border: solid 1px;
  border-color: rgba(128, 128, 128, 0.5);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.inbox-nobo {
  width: 98%;
  margin: 0 auto;
  margin-bottom: 0.8em;
  padding: 0;
  line-height: 1.6em;
  border: none;
}

.inbox-notice {
  width: 100%;
  padding: 0.5em 0.3em 0.3em 0.3em;
  font-size:1.38em;
  letter-spacing: 0.08em;
  font-weight:bold;
  color: #404040;
  line-height: 1.4em;
  background: rgba(234, 244, 171, 0.6);
  border-bottom: dotted;
}

div.in-submenu {
  display: block;
}

span.in-submenu-link {
  display: inline-block;
  text-align: center;
  font-weight:bold;
  font-size:0.9em;
  width: auto;
  max-width: 15.6em;
  margin-top: 0.6em;
  margin-bottom: 0.2em;
  padding: 0.8em 0.6em;
  line-height: 1.20em;
  color: #333;
    background-color: #eeefff;
  border: none;
  text-decoration:none;
  /*角丸*/
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  /*ボックスシャドウ*/
  box-shadow: 3px 3px 6px #aaa;
  -webkit-box-shadow: 3px 3px 6px #aaa;
  -moz-box-shadow: 3px 3px 6px #aaa;
}

span.in-submenu-link a{
  width: auto;
  max-width: 15.6em;
  text-align:center;
  text-decoration:none;
}


span.in-submenu-link:hover{
  font-weight:bold;
  text-decoration:none;
}

span.in-submenu-link:active{
  background:#EEEEE;
  font-weight:bold;
  text-decoration:none;
  /*ボックスシャドウ*/
  box-shadow: 1px 1px 2px #aaa;
  -webkit-box-shadow: 1px 1px 2px #aaa;
  -moz-box-shadow: 1px 1px 2px #aaa;
}

div.next-btns {
  display: block;
  text-align: center;
  width: 99%;
}

.box label {
  display: table-cell;
  padding-right: 0.7em;
  width: inherit;
}

.box input[type="checkbox"] {
  display: table-cell;
  left: 1.0em;
  text-align: left;
  vertical-align: middle;
}

span.chk-area {
  display: inline;
 /* word-wrap: break-word; */
  word-break: break-all;
  /* font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; */
  text-align: left;
  font-size:1.0em;
  margin-top: 0.1em;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.5em;
  padding: 0 0.4em 0.8em 0;
  line-height: 1.54em;
  color: brown;
  border: none;
  text-decoration:none;
}
.chk-form {
 /*
  margin-top: -0.3em;
  margin-left: -0.3em;
  margin-bottom: 0;
*/
  width: 0.85em;
  height: 0.85em;
  background: rgba(223, 223, 223, 0.05);
}
div.chk-title {
  display: block;
 /* word-wrap: break-word; */
  word-break: break-all;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: left;
  font-size:0.92em;
  margin-top: 0.5em;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.1em;
  padding: 0.7em 0.1em 0.7em 0.5em;
  line-height: 1.05em;
  color: black;
  text-decoration:none;
  border: solid 2px rgba(64, 64, 64, 0.2);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#dlg {
  display:none;
}
div.dialog-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(223, 223, 223, 0.05);
}
div.dialog-content {
  position: absolute;
/*  font-family: "メイリオ",Meiryo,Osaka," ヒラギノ角ゴ ProW3","Hiragino Kaku Gothic Pro"," ＭＳ Ｐゴシック","MSPGothic",sans-serif; */
  padding: 0 0 0.1em 0;
  color: #000000;
  width: 270px;
  height: auto;
  background-color: #fff;
  text-align: center;
  border: solid 1px;
}
.dialog-title {
  color: #222;
  width: 100%;
  padding: 0.5em 0.3em 0.3em 0.3em;
  text-align: center;
  font-size:1.0em;
  letter-spacing: 0.08em;
  font-weight:bold;
  line-height: 1.1em;
  background: rgba(255, 240, 0, 0.7);
  border-bottom: dotted;
}
.dialog-msg {
  color: #222;
  padding: 0.9em 0.5em 0.5em 0.9em;
  text-align: left;
  font-size:0.85em;
  letter-spacing: 0.06em;
  line-height: 1.2em;
  background: #FFF;
}
.dlg-bottom-line {
  margin: 0.3em 0.5em 0 0.5em;
}

.inbox-confirm {
  font-size:0.84em;
  color: #222;
  margin:0 auto;
  padding: 0.6em 0 0.1em 0;
}

/*===============================
リンクの装飾
===============================*/
a.boxed{
  font-weight: bold;
}

a.bttn,
button.bttn,
.ans-btn-area .bx-next
{
    white-space: nowrap;
  font-family: "ＭＳ Ｐゴシック","MSPGothic",Osaka,Helvetica," ヒラギノ角ゴ ProW3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  color:#222;
  letter-spacing: 0.18em;
  font-weight:normal;
  padding: 0.9em;
  text-decoration:none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  /*ボックスシャドウ*/
  box-shadow: 2px 2px 4px #aaa;
  -webkit-box-shadow: 2px 2px 4px #aaa;
  -moz-box-shadow: 2px 2px 4px #aaa;
}
a.bttn:hover,
button.bttn:hover{
  /*ボックスシャドウ*/
  box-shadow: 1px 1px 1px #888;
  -webkit-box-shadow: 1px 1px 1px #888;
  -moz-box-shadow: 1px 1px 1px #888;
}
a.bttn:active,
button.bttn:active{
  /*ボックスシャドウ*/
  box-shadow: 1px 1px 1px #888;
  -webkit-box-shadow: 1px 1px 1px #888;
  -moz-box-shadow: 1px 1px 1px #888;
}
/*回答のボタン４タイプ*/
a.ans-btn1,
button.ans-btn1{
    background-color: #CDE;
}
a.ans-btn2,
button.ans-btn2{
    background-color: #CED;
}

a.ans-btn3,
button.ans-btn3{
    background-color: #EEC;
}

a.ans-btn4,
button.ans-btn4{
    background-color: #EDC;
}

button.ans-btn1:hover,
button.ans-btn2:hover,
button.ans-btn3:hover,
button.ans-btn4:hover{
  font-weight:bold;
}
a.go-anker,
button.go-anker{
  margin-bottom: 0.11em;
  white-space: nowrap;
  color:#FFF;
  background-color: #7f6dd7;
  padding: 0.6em;
  letter-spacing: 0.18em;
  font-weight:normal;
  text-decoration:none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  /*ボックスシャドウ*/
  box-shadow: 2px 2px 4px #aaa;
  -webkit-box-shadow: 2px 2px 4px #aaa;
  -moz-box-shadow: 2px 2px 4px #aaa;
}
a.go-anker:hover,
button.go-anker:hover{
  /*ボックスシャドウ*/
  font-weight:bold;
  box-shadow: 1px 1px 1px #888;
  -webkit-box-shadow: 1px 1px 1px #888;
  -moz-box-shadow: 1px 1px 1px #888;
}
a.go-anker:active,
button.go-anker:active{
  font-weight:normal;
  /*ボックスシャドウ*/
  box-shadow: 1px 1px 1px #888;
  -webkit-box-shadow: 1px 1px 1px #888;
  -moz-box-shadow: 1px 1px 1px #888;
}

.in-separator {
  color: #222;
  width: 100%;
  margin: 0.9em 0;
  padding: 0.4em 0.1em 0.1em;
  text-align: center;
  font-size:0.96em;
  letter-spacing: 0.08em;
  font-weight:bold;
  line-height: 1.0em;
  background: rgba(255, 240, 0, 0.7);
  border: none;
}

.in-sel {
  color: #222;
  margin: 0.2em 0.2em;
  padding: 0.1em 0.1em 0.1em 0.1em;
  text-align: left;
  font-size:1.12em;
  letter-spacing: 0.03em;
  line-height: 1.20em;
}

.in-txt {
    font-family: 'ＭＳ Ｐゴシック',Osaka,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
  color: #000000;
  margin: 0.5em 0.3em;
  padding: 0.1em 0.1em 0.1em 0.1em;
  text-align: left;
  font-size:17px;
  letter-spacing: 1px;
  line-height: 1.25em;
}

/*コンテンツ内の茶色リンク*/
.box a.cha {
    white-space: nowrap;
  color:#0000FF;
  background-color:#effaef;
  padding: 0.6em;
  letter-spacing: 0.16em;
  text-decoration:none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.box a.cha:hover{
  color:#FF0000;
}

.to-pagetop{
    position: fixed;
    right: 16px;
    bottom: 16px;
  font-size: 2.2em;
  background: rgba(192, 192, 192, 0.25);
  /*角丸*/
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  /*ボックスシャドウ*/
  box-shadow: 2px 2px 4px #aaa;
  -webkit-box-shadow: 2px 2px 4px #aaa;
  -moz-box-shadow: 2px 2px 4px #aaa;
  display: none;
}
.to-pagetop:hover{
  background: rgba(192, 192, 192, 0.35);
  /*ボックスシャドウ*/
  box-shadow: 1px 1px 1px #aaa;
  -webkit-box-shadow: 1px 1px 1px #aaa;
  -moz-box-shadow: 1px 1px 1px #aaa;
  display: none;
}
.move-pagetop
{
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    transition:all 0.4s;
}


/*===============================
写真の装飾
===============================*/
/* シャドウを使った写真の装飾 */
/* .box img{
  background:#fff;
  padding:5px;
  box-shadow:0 1px 3px #aaa;
  -webkit-box-shadow:0 1px 3px #aaa;
  -moz-box-shadow:0 1px 3px #aaa;
  behavior: url(PIE.htc);
}
*/
#guide_bar {
  float: right;
  position:relative;
  margin: 0;
  width: 170px;
  height: 27px;
  padding: 0 0 0 0;
  top: -0.5em;
  border: none;
}

.alignleft {
  display: block;
  float: left;
  margin-right: 15px;
  margin-bottom:1em;
}
.aligncenter {
  display: block;
  margin:0 auto;
}
.alignright {
  display: block;
  float: right;
  margin-left: 15px;
  margin-bottom:1em;
}

/*================================
詳細ボタン用
================================*/
p.more{
  margin:40px 150px 10px;
  letter-spacing: 0.16em;
}

p.more a{
  position:relative;
  display:block;
  padding:5px 15px 5px;
  color:#fff;
  text-align:center;
  text-decoration:none;
  background:#244386;
  border:1px solid #e8e8e8;
  /*角丸*/
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  /*ボックスシャドウ*/
  box-shadow: 2px 2px 4px #aaa;
  -webkit-box-shadow: 2px 2px 4px #aaa;
  -moz-box-shadow: 2px 2px 4px #aaa;
  /*グラデーション*/
  background:#cc0000;
  background: -webkit-gradient(#cc0000, #EF6767);
  background: -moz-linear-gradient(#cc0000, #EF6767);
  background: linear-gradient(#cc0000, #EF6767);
  -pie-background: linear-gradient(#cc0000, #EF6767);
  behavior: url(PIE.htc);
}

p.more a:hover{
  background:#cc0000;
  color:#FF0;
  background: -webkit-gradient(#cc0000, #EF6767);
  background: -moz-linear-gradient(#EF6767,#cc0000);
  background: linear-gradient(#EF6767,#cc0000);
  -pie-background: linear-gradient(#EF6767,#cc0000);
  behavior: url(PIE.htc);
  text-decoration:none;
}

p.btn-x{
  margin:40px 150px 10px;
  letter-spacing: 0.16em;
}

/* お天気マーク */
img.otenki {
  width: 20px;
  height: auto;
}

/* レーダーチャート */
img.ra-img {
  width: 330px;
  height: auto;
}

/*================================
SIDEBARの装飾
================================*/
#left_container{
  margin-top:2.0em;
  border: solid 1px;
  border-color: rgba(128, 128, 128, 0.3);
  background-color: rgba(160, 160, 160, 0.05);
  font-size:0.95em;
}

#left_navigation{
  margin-top:0.7em;
  margin-bottom:0.5em;
}

#left_navigation ul li{
  font-size:0.95em;
  line-height:2.0em;
  letter-spacing: 0.03em;
    white-space: nowrap;
}

#sidebar{
  font-size:0.9em;
  padding:10px;
  margin-top:3px;
}

.sideinfo {
  background:#fff;
  /* border:1px solid #999; */
  border:none;
  padding:10px;
  margin-bottom:25px;
}

.sideinfo h4,
.ad h4{
  font-size:1.6em;
  border-bottom:2px solid #999;
  margin-bottom:15px;
}

.sideinfo h5{
  font-weight:bold;
  font-size:1.2em;
}

.newentry img{
  float:left;
  margin:0 7px 5px 0;
  border:1px solid #999;
  padding:3px;
}

.newentry dd{
  margin-top:10px;
}

.newentry h5 a{
  color:#069;
  text-decoration:none;
}

.newentry h5 a:hover{
  color:#c00;
}

.newentry p{
  margin-bottom:15px;
}

.icon-file-text-alt{
  font-size:1.1em;
  margin:0 5px 0;
}

/* 左からスライドして表示される領域 */
#sub_container {
  position: fixed;
  left: -260px;
  top: 0;
  z-index: 500;
  width: 260px;
  height: 90%;
  font-size:0.6em;
  line-height: 1.0em;
  letter-spacing: 0.06em;
  background-color: rgba(248, 248, 248, 0.9);
  -webkit-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
  behavior: url(PIE.htc);
}
#sub_container.appeared {
  left: 0;
}

.box h1{
  padding: 0;
  margin: 0;
}

/* ナビゲーション */
#main_navigation {
  position: relative;
  top: 3.2em;
}
#main_navigation li {
  padding-top: 1px;
  margin-bottom: 1px;
}
#main_navigation a {
  display: block;
  padding: 1.5em;
  overflow: hidden;
  color: #666666;
  border-left: 0.5em solid #ddd;
}
#main_navigation .separate a {
  padding-top: 2em;
  padding-bottom: 2em;
}
#main_navigation i {
  display: inline-block;
  width: 18%;
  vertical-align: middle;
  font-size: 2.5em;
  line-height: 1;
  color: inherit;
}
#main_navigation span {
  display: inline-block;
  font-size: 1.6em;
  line-height: 1;
  vertical-align: middle;
  width: 85%;
  color: inherit;
}
#main_navigation a,
#main_navigation a:hover i,
#main_navigation a:hover span {
  font-weight:bold;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#main_navigation .nav_bookmark a {
  padding-left: 0.8em;
}

#main_navigation .nav_bookmark a:hover {
  /* Bookmarkの色 */
  color: #101010;
  border-color: #FFB050;
  background-color: rgba(255, 248, 0, 0.5);
  font-weight:bold;
}

#main_navigation .main_navigation_trigger {
  /* ナビゲーションを表示・非表示させるボタン */
  position: absolute;
  top: 0;
  right: -4em;
  width: 4em;
  border-radius: 0 8px 8px 0;
  background-color: rgba(248, 248, 248, 0.9);
  behavior: url(PIE.htc);
}
#main_navigation .main_navigation_trigger a {
  border: none;
  padding: 1em 1em 0.75em 0.75em;
  cursor: pointer;
}
#main_navigation .main_navigation_trigger i {
  width: auto;
}

.short-note{
  width: 30.2em;
  display: block;
  font-size:0.86em;
}

div.explain{
  margin-top: -0.3em;
  margin-left: 0.3em;
  font-size:0.86em;
}

a.mini-anker {
    text-decoration: none;
  font-size: 1.3em;
    padding:0 2px;
  color: #E03070;
  vertical-align: middle;
  background: rgba(250, 248, 248, 0.75);
    border-width: 1px;
    border-color: rgba(128, 128, 128, 0.20);
    border-style: solid solid solid solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
a.mini-anker:hover {
  color: #FF0040;
  background: #FFFFFF;
}

label.num-rad-lav {
  display: inline;
}

label img.num-rad {
  margin: 2px;
  padding: 3px;
}

img.num-rad {
  opacity: 0.65;
  width: 3.2em;
  height: 3.2em;
}

span.num-rad-row {
  display: table-row;
  vertical-align: middle;
  top: -20px;
  width: 98%;
  max-width: 98%;
}

span.num-rad-str {
  display: table-cell;
  vertical-align: middle;
  padding-left: 3px;
  width: 98%;
  max-width: 98%;
}

.selection-group input[type="radio"] {
  display: none;
}

.selection-group input[type="radio"]:checked + label img {
  background-color: orange;
  transition: background-color 0.65s linear;
}

.selection-group input[type="radio"] + label img:hover {
  opacity: 1.0;
}

/*================================
FOOTER
================================*/
#footer_container{
    margin-top:10px;
    background: rgba(234, 244, 171, 0.6);
    padding: 8px;
}

#footer_container p{
    font-family: 'ＭＳ Ｐゴシック',Osaka,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
    text-align:center;
    color:#222;
    padding: 6px;
}

.footer {
    clear: both;
    border: 1px solid #303030;
}

#to_mail {
  width: 85%;
  max-width: 85%;
}
#to_name {
  width: 85%;
  max-width: 85%;
}
#m_title {
  width: 85%;
  max-width: 85%;
}

#folding_index_01::before {
  content: '';
  white-space: nowrap;
}

#privacy_pol_title {
  font-weight:bold;
  font-size: 0.85em;
}
#privacy_pol_content {
  color: #000000;
  font-size: 0.8em;
}
.privac_area {
 color: #000000;
 width: 798px;
 max-width: 798px;
 height: 200px;
 max-height: 200px;
 border: solid 1px #333;
 overflow-y:scroll;
}
.article-area {
 color: #000000;
 width: 102%;
 max-width: 102%;
 height: 75%;
 max-height: 75%;
 border: solid 1px #ffffff;
 overflow-y:scroll;
}
.bt_area {
  font-size: 0.98em;
}
.hr-img-middle {
  width: 500px;
  height: auto;
}

/* 画面幅別の対応 */
@media (min-width: 1080px) {
    #sub_container {
        display: none;
    }
    #left_container {
        display: block;
    }
    #l_sidebar
        display: none;
    }
}

@media (max-width: 1079px) {

  #banner_notice {
  /*
    left: 4.5em;
  */
  }
    #sub_container {
        display: block;
    }
  #guide_bar {
    width: 250px;
    top: -1.2em;
  }

}

@media (max-width: 770px) {

  /*コンテンツ領域のサイドの余白の設定*/
  .span_8,
  .span_4{
    padding-left:10px;
    padding-right:10px;
  }

  /*サイトロゴサイズ*/
  #banner h1 {
    font-size: 3em;
  }

  #banner_logo_img {
    width: 400px;
  }

  #pad_area {
    line-height: 2.0em;
  }

  .breaking::before {
    content: '\A';
    white-space: pre;
  }

  .box h1{
    font-size:1.1em;
  }

  .inbox {
    width: 99%;
  }

  .privac_area {
   width: 92%;
   max-width: 92%;
  }

  .hr-img-middle {
    width: 380px;
    height: auto;
  }

  table.tbl-shrink {
    font-size: 0.52em;
  }

  .inner{
    width: 92%;
    min-width: 290px;
  }

  .inbox {
  /*  width: 80%; */
  /*  max-width: 80%; */
    margin: 0 auto;
    margin-top: 1.55em;
    margin-bottom: 0.6em;
    padding: 0.4em 0.4em;
    line-height: 1.2em;
  }

  #jcateg_span1 {
    font-size:0.5em;
  }
  #jcateg_span2 {
    font-size:0.5em;
  }

  #guide_bar {
    width: 220px;
    top: -1.7em;
  }

  .paramount {
    width: 99%;
    margin: 0 auto;
    padding: 0 1.2em;
    border: none;
    font-size:0.88em;
    letter-spacing: 0.02em;
  }

  .paramount2 {
    width: 99%;
    font-size:0.71em;
  }

  .paramount3 {
    width: 99%;
    margin: 0 auto;
    font-size:0.73em;
  }

  .box .inner small{
    font-size:0.65em;
  }

  .to-pagetop{
    right: 12px;
    bottom: 12px;
    font-size: 1.9em;
  }

  .short-note{
    width: 29.2em;
    display: block;
    font-size:0.76em;
  }

  /*詳細ボタンのサイズ設定*/
  p.more{
    margin:20px 20px 0;
  }

  p.more a{
    padding:10px 0;
    font-size:1.3em;
  }

  p.btn-x{
    margin:20px 20px 0;
    padding:10px 0;
    font-size:1.3em;
  }

/*
    #t_navbar_x {
        display: none;
    }
    .l_sidebar {
        display: none;
    }
*/
    .omit {
        display: none;
    }

    .wrapper, .content, .content_main, .r_sidebar {
        float: none;
        margin: 0;
        width: auto;
    }
    .inner {
    margin: 0 auto;
    }

  .medium-inner{
    font-size:0.35em;
  }
}

@media (max-width: 680px) {

  .row, .gutters {
    margin: 0;
    margin-bottom:0px;
  }

  form {
    padding-top: 0;
  }

  #banner {
    height: 60px;
  }
  #logo_in_banner {
    left: 2.0em;
  }
  #banner_logo_img {
    width: 280px;
  }
  #banner_notice {
    font-size:0.7em;
  }
  #folding_index_01::before {
    content: '\A';
    white-space: pre;
  }

  .privac_area {
   width: 95%;
   max-width: 95%;
  }

  .hr-img-middle {
    width: 300px;
    height: auto;
  }

  .qs-head{
    font-size: 1.1em;
  }

  .qs-trailing {
    font-size: 0.92em;
  }

  .qs-title {
    font-size: 0.96em;
  }

  .inner{
    width: 95%;
    margin: 0 auto;
    min-width: 290px;
  }

  .inbox {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 1.4em;
    margin-bottom: 0.5em;
    padding: 0.3em 0.3em;
    font-size: 1.0em;
    line-height: 1.15em;
  }

  .paramount{
    padding: 0 1.0em;
    border: none;
    font-size:0.75em;
    letter-spacing: 0.02em;
  }
  .paramount2{
    padding: 0.2em 1.0em 0.2em 1.0em;
    border: none;
    font-size:0.68em;
    letter-spacing: 0.02em;
  }
  .paramount3{
    padding: 0 1.0em;
    border: none;
    font-size:0.63em;
    letter-spacing: 0.02em;
  }

  .paramount4 {
    font-size:0.72em;
    letter-spacing: 0.06em;
    line-height:1.2em;
  }

  span.in-submenu-link {
    font-size:0.72em;
    letter-spacing: 0.02em;
    margin-top: 0.4em;
    margin-bottom: 0.2em;
    padding: 0.8em 0.6em;
    line-height: 0.9em;
  }

  #img_step1 {
    width: 350px;
  }

  #img_step2 {
    width: 350px;
  }

  #guide_bar {
    width: 190px;
    top: -2.9em;
  }

  #to_mail {
    width: 85%;
    max-width: 85%;
  }
  #to_name {
    width: 85%;
    max-width: 85%;
  }
  #m_title {
    width: 90%;
    max-width: 90%;
  }

  .box {
    width: 95%;
  }

  .privac_area {
   width: 99%;
   max-width: 99%;
  }

  .inner {
    width: 99%;
    margin: 0 auto;
  }

  .inbox-nobo {
    width: 98%;
    margin: 0 auto;
  }

  .inbox {
    width: 93%;
    max-width: 93%;
    margin-top: 1.2em;
    margin-bottom: 0.3em;
    padding: 0.2em 0.2em;
    font-size: 0.73em;
    line-height: 0.9em;
  }

  .medium-inner{
    font-size:0.3em;
  }

  .inbox-confirm {
    font-size:0.76em;
  }

}

@media (max-width: 450px) {

  #banner {
    height: 55px;
  }
  #banner_logo_img {
    width: 260px;
  }
  #banner_notice {
    top: 2.2em;
    font-size:0.65em;
  }
  #jcateg_span1 {
    font-size:0.4em;
  }
  #jcateg_span2 {
    font-size:0.4em;
  }

  .hr-img-middle {
    width: 300px;
    height: auto;
  }

  table.tbl-shrink {
    font-size: 0.46em;
  }

}

@media (max-width: 400px) {

  #banner {
    height: 55px;
  }

  #banner_logo_img {
    width: 235px;
  }

  #banner_notice {
    top: 3.3em;
    font-size:0.65em;
  }

  #guide_bar {
    width: 160px;
    top: -2.9em;
  }

  .to-pagetop{
    right: 10px;
    bottom: 10px;
    font-size: 1.6em;
  }

  .privac_area {
   width: 96%;
   max-width: 96%;
  }

  .qs-head{
    font-size: 1.0em;
  }

  .qs-trailing {
    font-size: 0.8em;
  }

  .qs-title {
    font-size: 0.8em;
  }

  .inner{
    width: 96%;
    min-width: 290px;
  }

  .inbox {
    width: 95%;
    max-width: 95%;
    margin-top: 1.2em;
    margin-bottom: 0.3em;
    padding: 0.2em 0.2em;
    font-size: 0.7em;
    line-height: 0.88em;
  }

  .sidebar-beta {
    display: none;
  }

  #img_step1 {
    width: 330px;
  }

  #img_step2 {
    width: 330px;
  }

  #pad_area {
    line-height: 2.1em;
  }

  .short-note {
    font-size:0.67em;
    letter-spacing: 0.02em;
  }

  span.in-submenu-link {
    font-size:0.66em;
    letter-spacing: 0.02em;
    margin-top: 0.4em;
    margin-bottom: 0.2em;
    padding: 0.8em 0.6em;
    line-height: 0.8em;
  }
  .explain-blue {
    font-size:0.7em;
  }
  div.chk-title {
    font-size:0.85em;
  }
  span.chk-area {
    display: inline;
    white-space:wrap;
    font-size:0.96em;
  }

  .box {
    width: 98%;
  }

  .inbox-confirm {
    font-size:0.72em;
  }

  #footer_container{
    margin-top:10px;
    font-size:0.78em;
    letter-spacing: 0.02em;
  }

}

@media (max-width: 375px) {

  #guide_bar {
    width: 140px;
    top: -2.9em;
  }
  #banner {
    height: 72px;
  }
  #banner_notice {
  /*
    left: 5.3em;
  */
    font-size:0.58em;
  }

  .qs-title {
    font-size: 0.6em;
  }

  .inbox {
    width: 97%;
    max-width: 97%;
    margin: 0 auto;
    margin-top: 1.0em;
    margin-bottom: 0.4em;
    padding: 0.3em 0.3em;
    font-size: 0.75em;
    line-height: 0.9em;
  }

  .paramount {
    font-size:0.6em;
  }

  .paramount2 {
    font-size:0.55em;
  }

  .paramount3 {
    font-size:0.6em;
  }

  #img_step1 {
    width: 288px;
  }

  #img_step2 {
    width: 288px;
  }

  .short-note {
    font-size:0.6em;
    letter-spacing: 0.02em;
  }
  span.in-submenu-link {
    font-size:0.7em;
    letter-spacing: 0.02em;
    margin-top: 0.4em;
    margin-bottom: 0.2em;
    padding: 0.8em 0.6em;
    line-height: 1.0em;
  }
  .explain-blue {
    font-size:0.6em;
  }

  .medium-inner{
    font-size:0.28em;
  }

  .hr-img-middle {
    width: 260px;
    height: auto;
  }

}

@media (max-width: 350px) {

  .q-box {
      width: 98%;
  }

  .medium-inner{
    font-size:0.22em;
  }

  .inbox-confirm {
    font-size:0.62em;
  }

  .hr-img-middle {
    width: 250px;
    height: auto;
  }

}
