@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* General */
body {
    font-family: 'Noto Sans Japanese', serif;
    color: #000;
    letter-spacing: 1.3px;
    line-height: 180%;
}

html,
body {
    overflow-x: hidden !important;
}

a {
    text-decoration: none !important;
    transition-duration: 0.3s;
    outline: none !important;
    color: #000;
}

a.op>img,
a>img.op {
    transition-duration: 0.5s;
}

a.op>img:hover,
a>img.op:hover {
    opacity: 0.9;
}

p {
    margin: 0;
}

p+p {
    margin-top: 0.5em;
}

p.btn {
    box-shadow: none !important;
    cursor: default !important;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
}

ul {
    margin: 0;
    padding: 0;
}

ul::after {
    content: "";
    clear: both;
    display: block;
}

input[type=text],
input[type=number],
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

textarea {
    resize: none;
}

input,
textarea {
    border: none;
    border: 1px #ccc solid;
    border-radius: 0;
    /* box-shadow: none !important; */
}
select{
    width: 30%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
[class^=col-]>img {
    width: 100%;
}

.row-title,
.col-sm-12 {
    width: 100%;
    float: left;
}

.table-style1 table {
    width: 100%;
}

.table-style1 tr td:first-child {
    width: 30%;
    max-width: 250px;
    background-color: #f7f4ee;
    border: 1px solid #FFF;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
}

.table-style1 tr td {
    background-color: #F6F6F6;
    border: 1px solid #FFF;
    font-size: 13px;
    padding: 20px 20px;
}

.row-map iframe {
    height: 300px;
    width: 100%;
}

.row_faq .icon_question {
    font-size: 30px;
    display: table-cell;
    padding: 15px;
    width: 60px;
}

.row_faq .icon_answer {
    border-top: 1px solid #ddd;
    font-size: 30px;
    display: table-cell;
    padding: 15px;
    vertical-align: top;
    width: 60px;
}

.row_faq .panel-heading {
    display: table;
}

.row_faq .panel-title {
    display: table-cell;
    vertical-align: middle;
    line-height: 160%;
    text-align: left;
    width: 95%;
}



.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.row_faq .panel-heading a:before {
    font-family: FontAwesome;
    content: "\f078";
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    float: right;
    transition: all 0.5s;
}

.row_faq .panel-heading a[aria-expanded="true"]:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.row_faq .panel-title>a,
.row_faq .panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.row_faq .panel-heading {
    padding: 0;
    border: 0;
    width: 100%;
}

.row_blog {
    width: 100%;
    float: left;
}

.row_blog iframe {
    width: 100%;
    float: left;
    height: 350px;
    border: 0;
}

.page_theme{
    padding-top: 40px;
    padding-bottom: 80px;
}

.page_theme .container{
    padding-left: 0;
    padding-right: 0;
}

.tr_btn{
    text-align: center;
}

@media screen and (max-width:767px) {
    .table-style1 tr td:first-child {
        width: 100%;
        max-width: none;
    }

    .table-style1 tr td {
        width: 100%;
        float: left;
    }
}


/* Style function and raku-------------- */
#hs_create_file_html {
    position: fixed;
    left: 0;
    top: 200px;
    z-index: 9999999;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    width: 220px;
    text-align: left;
    border: 1px #ccc solid;
    background: #fff;
    padding: 10px;
}

.title-func-st1 {
    text-align: center;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px;
}

.btn-func-st1 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
}


#formAdmin {
    display: none;
}

._edEdit .data-wrap {
    height: auto !important;
    width: inherit !important;
    left: 0;
}

._edEdit .data-wrap img {
    max-width: 100% !important;
    position: relative;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
}

/* End style function and raku-------------- */