html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    word-wrap:break-word;
    color:#000;
}

a {
    text-decoration:none;
}

ul {
    padding-left:1.5em;
    margin:0;
}

img {
    max-height:100%;
    max-width:100%;
    pointer-events: none;
}

.centering {
    text-align:center;
    margin:auto;
}

.bold {
    font-weight:bold;
}

table {
    table-layout:fixed;
    border-collapse: collapse;
    width:100%;
    margin:0.5em auto;
}

table td {
    border:1px solid #000;
    padding:10px;
}

.top_date{
  width:85%;
  margin:auto;
  text-align:right;
  font-size:13px;
}

/* Search */
div#search {
    position:absolute;
    bottom:0;
    height:70px;
    width:100%;
    padding: 15px;
    box-sizing: border-box;
}

div#search input.form_search {
    position:relative;
    height:100%;
    width:100%;
    font-size:100%;
    padding:5px 5px 5px 40px;
    border-radius:5px;
    border:1px solid #aaa;

    -webkit-appearance: none;
}

div#search input.form_search:focus {
    outline: none;
}

div#search input.bt_search {
    position:absolute;
    left:20px;
    top:0;
    bottom:0;
    margin:auto;
    padding:5px;
    height:20px;
    width:20px;
}

/* Menu */
div#menu_bg {
    position:fixed;
    top:0;
    left:0;
    display:none;
    height:100%;
    width:100%;
    z-index:999;
}

div#menu {
    position:fixed;
    top:0;
    left:-90%;
    height:100%;
    width:90%;
    max-width:600px;
    z-index:1000;
    font-size:16px;
    transition:left 0.5s;
}

div#menu_header {
    position:relative;
    height:105px;
    width:100%;
    background:rgba(189,152,99,0.9);
    margin-bottom:0px;
}

div.bt_home {
    position:absolute;
    right:15px;
    top:12px;
    height:28px;
    width:28px;
}

div.bt_home > a {
    display:block;
    height:100%;
    width:100%;
}

div#menu_main {
    height:auto;
    max-height:calc(100% - 105px);
    width:100%;
    background:rgba(189,152,99,0.9);
    overflow-y:auto;
}

div#menu_main > div.menu_list {
    margin:0 20px 0 55px;
    border-top:1px solid #fff;
}

div#menu_main div.menu_item {
    background:transparent;
    -webkit-tap-highlight-color: transparent;
    transition:background 0.5s;
}

div#menu_main div.menu_item:hover {
    background:rgba(126,100,77,0.9);
}

div#menu_main div.menu_item > a {
    position:relative;
    display:block;
    padding:10px 0;
    margin:0 20px;
    color:#fff;
    text-decoration:none;
    border-top:1px solid #fff;
}

div#menu_main div.menu_list:last-of-type > div.menu_item:last-of-type > a {
    border-bottom:1px solid #fff;
}

div#menu_main div.menu_item:first-child > a,
div#menu_main div.menu_list > div.menu_item:first-child > a {
    border-top:1px solid transparent;
}

div#menu_main div.menu_item.menu_accordion > a {
    padding-right:20px;
}

div#menu_main div.menu_item.menu_accordion > a:after {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    content:"\25BC";
    height:20px;
    width:20px;
    color:#fff;
    -webkit-transform: translateY(0) rotate(-90deg);
    transform: translateY(0) rotate(-90deg);
    transition:transform 0.5s;
    transition-origin:center;
}

div#menu_main div.menu_item.menu_accordion.open > a:after {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
}

div#menu_main div.menu_list {
    display:none;
}

div#menu_main div.menu_list > div.menu_item > a {
    margin:0;
}

/* Header */
header {
    position:fixed;
    left:0;
    top:0;
    height:50px;
    width:100%;
    background:#BEAB7B;
    z-index:999;
    box-sizing: border-box;
}

div#header_wrapper {
    position:relative;
    height:100%;
    width:100%;
}

div.bt_menu {
    position:fixed;
    top:15px;
    left:15px;
    height:21px;
    width:30px;
    margin:auto;

    z-index:1001;
}

div.bt_menu > a {
    position: relative;
    display:block;
    width: 100%;
    height: 100%;
}

div.bt_menu > a > span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
}

div.bt_menu > a > span:nth-of-type(1) {
    top: 0;
}
div.bt_menu > a > span:nth-of-type(2) {
    top: 9px;
}
div.bt_menu > a > span:nth-of-type(3) {
    bottom: 0;
}

div.bt_menu > a.active > span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}
div.bt_menu > a.active > span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}
@keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}
div.bt_menu > a.active > span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}


div#header_wrapper div.bt_logo {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:25px;
    width:95px;
    margin:auto;
}

div#header_wrapper div.bt_logo a {
    display:block;
    height:100%;
    width:100%;
    text-align:center;
}

div#header_wrapper div.head_title {
    position:absolute;
    top:0;
    bottom:0;
    height:25px;
    width:100%;
    margin:auto;
    text-align:center;
    color:#fff;
    line-height:25px;
    font-size:18px;
    font-weight:bold;

    padding:0 50px;
    box-sizing:border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Main */
main {
    display:block;
    height:100%;
    width:100%;
    margin:auto;
    padding-top:50px;
    box-sizing: border-box;
    background:#fff;
    max-width:780px;
}

div.top_headlist {
    position:relative;
    width:85%;
    font-size:20px;
    font-weight:bold;
    margin:20px auto;
    border-bottom:3px solid #7E644D;
    text-align:center;
}

div.top_headlist > a {
    display:block;
    color:#000;
    padding:0 15px;
}

div.top_headlist > a:after {
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    height:20px;
    width:13px;
    background:url("../img/ic_arrow.png") 100% 0 no-repeat transparent;
    background-size: 100%;
}

/*--------19.04.10---------*/

.fade{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.fade:hover{
    opacity: 0.8;
    filter: alpha(opacity=20);
}

#page-top{
    width: 45px;
    display: block;
    position: fixed;
    bottom: 60px;
    right: 15px;
    cursor: pointer;
    z-index: 10000;
}

#main_wrap{
    margin-right: 15px;
    margin-left: 15px;
    padding: 15px 0 110px 0;
    position: relative;
    /*text-align: justify;*/
}

.sup{
    font-size: 75.5%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
}

.processImage{
    display: block;
    margin: 5px auto 10px;
}

h1{
    background-color: #7E644D;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
    margin: 0;
    margin-bottom: 10px;
}

.txt-title{
    font-size: 17.5px;
    font-weight: bold;
    margin-top: 20px;
}

.txt-top-1{
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 0.5em;
    /*font-weight: bold;*/
}
.txt-top-1:first-line{
    font-weight: bold;
}

.txt-ml-1{
    margin-left: 1em;
}

.txt-ml-2{
    margin-left: 2em;
}

.txt-mb-1{
    margin-bottom: 1em;
}

.list-number{
    display: inline-block;
    background: #7E644D;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-indent: 0
}

.note, .note-n{
    margin-top: 10px;
    list-style:none;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
}

.note-n{
    padding-left: 2.6em;
    text-indent: -2.6em
}

.note-n_inmemo{
    margin-left: 26px;
    margin-right: 10px;
    font-size: 90%;
}

.link{
    color:#F38B30;
}

.process{
    margin: 10px 0 10px 0px;;
}

ol.process-n{
    counter-reset:number;
    list-style-type: none;
    padding: 0;
    font-weight: bold;
    margin: 0;
}

ol.process-n > li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 25px;
}

ol.process-n > li:before{
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display:inline-block;
    background: #7E644D;
    color: white;
    font-weight:bold;
    border-radius: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.process-txt{
    margin: 0;
    margin-top: 5px;
    font-weight: normal;
    font-size: 14px;
}

ol.process-nn li:before{
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display:inline-block;
    color: #7E644D;
    font-weight:bold;
    left: -12px;
    width: 25px;
    height: 25px;
    text-align: center;
}

ol.process-nn > li {
    position: relative;
    padding-left: 10px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 10px;
}

ol.process-nn{
    counter-reset:number;
    list-style-type: none;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}

/* clearfix 設定 */
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
/* ---------------- */

/*--メモ、注意--*/
.memo, .caution{
    margin-top: 0;
    margin-bottom: 1.8em;
}

.memo-title, .caution-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.2em;

    text-transform:uppercase;
}

.memo-title img{
    width: 1em;
    vertical-align: middle;
    margin-right: 5px;
}

.memo-txt-wrap, .caution-txt-wrap{
    background-color: #F2EEE9;
    font-size: 14px;
    padding:10px;
    font-weight: normal;
}

.caution-txt-wrap{
    background-color: #FCFCC7;
}

.memo-txt, .memo-txt-wrap li, .caution-txt, .caution-txt-wrap li, .txt-mb-1-circle{
    margin: 5px 0 0 1em;
    text-indent: -1em;
}

.memo-txt-wrap .memo-txt:nth-of-type(1),
.caution-txt-wrap .caution-txt:nth-of-type(1),
.txt-mb-1-circle .txt-mb-1-circle:nth-of-type(1){
    margin-top: 0;
}

.memo-txt-wrap li, .caution-txt-wrap li{
    list-style: none;
}

.memo-txt:before, .caution-txt:before, .txt-mb-1-circle:before{
    content: "●"
}

.txt-title:before{
  content:"■"
}
.txt-title{
  font-weight: bold;
}

.memo-txt-wrap ul, .caution-txt-wrap ul{
    padding-left: 1em;
}

.memo-txt-wrap li:before, .caution-txt-wrap li:before{
    content: "-";
    margin: 0 00.25em;
}

.memo-txt-title, .caution-txt-title{
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.caution-title:before, .caution-title:after{
    content: "!!";
    color: #DC0A0A;
}

#jump1, #jump2, #jump3{/*リンク用ネガティブマージン*/
    margin-top: -45px;
    padding-top: 55px;
}

.mt-1{
    margin-top: 1em;
}

.mb-05{
    margin-bottom: 0.5em;
}

/* 表 */

table{
    width: 100%;
}

table , td, th {
    border: 1px solid #000;
    border-collapse: collapse;
    vertical-align: top;
}

th {
    background: #F2EEE9;
    text-align: center;
    vertical-align: middle;
}

td .caution-txt{
    margin-left: 13px;
}

td .caution{
    margin-bottom: 0;
    margin-top: 10px;W
}

.trouble_T caption{
    font-weight: bold;
    text-align: left;
    /*text-align: justify;*/
    color: #B4A77E;
}

.trouble_T th{
    font-weight: normal;
}

.trouble_T{
    margin-top: 1em;
    margin-bottom: 1.5em;
}

caption{
    margin-bottom: 0.3em;
}

.trouble_T tr:nth-child(odd) td{
    font-weight: bold;
}

.fw_bold{
    font-weight: bold;
}
.fw_bold:before{
  content: "・" ;
}

.txt-top-2{
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 5px;
}

.txt-top-2:first-line{
    font-weight: bold;
}

/*---イメージボックス---*/
.txt-ml-1 .imagebox{
    margin-left: -1em;
}

.process-n .imagebox{
    margin-left: -25px;
    margin-right: -8px;
}

.imagebox{
    position: relative;
}

.imagebox a{
    z-index: 0;
    display: block;
    /*background: rgba(0,255,0,0.2);*/
    position: absolute;
}
.anchor{
    padding-top: 55px;
    margin-top: -55px;
}

.icon_S{
    height: 1em;
    width: auto;
    margin: 0 0.25em;
}

.icon_M{
    height: 1.2em;
    width: auto;
    margin: 0 0.25em 0.25em;
    vertical-align: middle;
}

.icon_L{
    height: 1.5em;
    width: auto;
    margin: 0 0.25em;
    vertical-align: -33%;
}

.icon_L-ruby{
    height: 1.5em;
    width: auto;
    margin: 0 0.25em;
    vertical-align: -15%;
}
.icon_LL{
    height: 2em;
    width: auto;
    margin: 0 0.25em 0.25em;
    vertical-align: middle;
}

td .icon_L{
    margin: 0;
}

td .iconbox{
    margin-bottom: 0.5em;
}

/* Search */
div.search_result div.title > a {
    margin:0 2%;
    font-size:100%;
    color:blue;
    text-decoration:underline;
}

div.search_result div.result {
    margin:0 2%;
    font-size:90%;
}

img.main_icon {
    height:1.5em;
    width:auto;
    vertical-align:middle;
    margin: 2px 2px 6px;
}


/* Footer */
footer {
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    height:50px;
    max-height:100px;
    width:100%;
    margin:auto;
    background:#7E644D;
    box-sizing: border-box;
    max-width:980px;
}

div#footer_wrapper {
    display:flex;
    height:100%;
    width:100%;
}

div#footer_wrapper div.back,
div#footer_wrapper div.next {
    height:100%;
    width:50%;
}

div#footer_wrapper div.back {
    box-sizing: border-box;
    border-right:4px solid #fff;
}

div#footer_wrapper div.back a,
div#footer_wrapper div.next a {
    position:relative;
    display:block;
    height:100%;
    width:100%;
    text-align:center;

    color:#fff;
    font-size:16px;
    line-height:16px;
    text-decoration:none;
}

div#footer_wrapper div.back a:before {
    position:absolute;
    top:0;
    left:10%;
    bottom:0;
    margin:auto;
    content:"";
    height:20px;
    width:40px;
    background-image:url("../img/footer_arrow.png");
    background-size: 100%;
    background-repeat:no-repeat;
}

div#footer_wrapper div.next a:after {
    position:absolute;
    top:0;
    right:10%;
    bottom:0;
    margin:auto;
    content:"";
    height:20px;
    width:40px;
    background-image:url("../img/footer_arrow.png");
    background-size: 100%;
    background-repeat:no-repeat;
    transform: scale(-1, 1);
}

div#footer_wrapper div.back a span,
div#footer_wrapper div.next a span {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:1em;
    width:100%;
    box-sizing:border-box;
    margin:auto;
}

div#footer_wrapper div.back a span {
    padding-left:calc(10% + 40px);
}

div#footer_wrapper div.next a span {
    padding-right:calc(10% + 40px);
}
