/*
 Theme Name: Plate template
 Author: Dang Quan
 Description: Lorem ipsum
 Author URI: xxx
*/

/*Reset CSS*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 90%;
    color: #333;
    line-height: 170%;
    background-color: #fdfdfd;
}

ul {
    list-style: none;
}

ol {
    list-style-image: none;
    margin-left: 1.5em;
}

blockquote,
q {
    quotes: none;
}

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

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

.clearfix {
    display: inline-block
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.center {
    display: block;
    text-align: center;
    width: 100%;
}

img {
    vertical-align: middle;
}

.center {
    text-align: center;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt10 {
    margin-top: 10px;
}

.mt30 {
    margin-top: 30px;
}

.ml15 {
    margin-left: 15px;
}

/* End RESET */

/* ========= COMMON ======== */

#container {
    width: 1000px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background-color: #FFF;
}

#content {
    width: 932px;
    padding: 34px;
}

a,
a:link,
a:visited {
    color: #004C71;
}

a:hover {
    color: #24b087;
}

.trans {
    opacity: 1;
    : all ease 0.26s;
    -moz-transition: all ease 0.26s;
    -o-transition: all ease 0.26s;
    transition: all ease 0.26s;
}

.trans:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: .6;
}

h1 {
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

h2 {
    border: 1px solid #D3D3D3;
    border-bottom: 3px solid #004C71;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 10px;
    font-size: 18px;
    color: #004C71;
    line-height: 100%;
    font-weight: bold;
    margin-bottom: 24px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

.text_b {
    font-weight: bold;
}

.text_zacyo {
    width: 50%;
    text-align: right;
    float: right;
}

.text_enjya {
    text-align: left;
    color: #57896f;
    font-weight: bold;
    width: 55%;
    float: left;
}

.text_enjya2 {
    width: 55%;
    float: left;
}

.text_enjya3 {
    text-align: left;
    color: #57896f;
    font-weight: bold;
}

.text8 {
    font-size: 8px;
}

.text14 {
    font-size: 14px;
}

.text01 {
    color: #004C71;
    font-size: 140%;
    font-weight: bold;
}

.text02 {
    color: #57896f;
    font-size: 110%;
    font-weight: bold;
}

.text-r-b {
    font-size: 16px;
    font-weight: bold;
    color: #C00;
}

.text-r {
    color: #C00;
}

.text-b {
    color: #57896f;
}

.point {
    color: #C00;
    font-weight: bold;
}

.li-bg {
    /* background-image: url(../img/text-bg02.png); */
    /* background-repeat: no-repeat;
    background-position: left 6px; */
    padding-left: 15px;
    line-height: 160%;
    position: relative;
}
.li-bg::before {
  content: "";
  width: 8.5px;
  height: 8.5px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(45deg);
  background-color: #004C71;
}

.bg01 {
    background-color: #E4EDF7;
}

.footer {
    font-size: 12px;
    color: #FFF;
    background-color: #004C71;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    clear: both;
    text-align: center;
}

#page-top {
    width: 966px;
    text-align: right;
    clear: both;
    padding-bottom: 2px;
    display: block;
    padding-right: 34px;
    padding-top: 30px;
}

#page-top a {
    display: block;
    width: 29px;
    height: 29px;
    margin-left: auto;
    background-color: #004C71;
    position: relative;
}
#page-top a::before,
#page-top a::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 0px);
  width: 1px;
  height: 12px;
  background-color: #fff;
  transform-origin: 50% 0px;
}
#page-top a::before {
  transform: rotate(35deg);
}
#page-top a::after {
  transform: rotate(-35deg);
}

/*=== HEADER === */

header .header {
    width: 1000px;
    padding: 0px;
}

header .header-btn {
    width: 994px;
    padding: 3px;
    background-color: #003F2D;
    text-align: right;
}

/*===== NAVIGATION =====*/

.side {
    width: 200px;
    float: left;
}

.side .txt {
    width: 200px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    letter-spacing: .05em;
    color: #fff;
    background-color: #004C71;
}

.nav {
    width: 198px;
    margin-top: 1px;
    border: 1px solid #CCC;
    background-color: #004c710d;
    background-repeat: repeat;
    margin-bottom: 1em;
}

.nav a {
    display: block;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 23px;
    color: #000;
    text-decoration: none;
}

.nav a:hover {
    color: #666;
}

.nav li {
    position: relative;
}
.nav li::before,
.nav li::after {
    content: "";
    position: absolute;
}
.nav li::before {
    width: 11px;
    height: 6px;
    top: calc(50% - 3px);
    left: 10px;
    background-color: #004C71;
}
.nav li::after {
    width: 4px;
    height: 4px;
    top: calc(50% - 2px);
    left: 17px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #fff;
}

.line {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
}

.fixed {
    position: fixed;
    top: 25px;
}

.brn a {
    border: #004C71 2px solid;
    border-left: #004C71 8px solid;
    display: block;
    text-decoration: none;
    padding: 6px;
    font-weight: bold;
    margin-bottom: 1em;
    caret-color: #004C71;
    font-size: 16px;
}

.brn02 a {
    border: #004C71 2px solid;
    border-left: #004C71 8px solid;
    display: block;
    text-decoration: none;
    padding: 6px;
    font-weight: bold;
    margin-bottom: 1em;
    caret-color: #004C71;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #004C71;
}

.brn02 a:hover {
    color: #4eb391;
}

.side a span {
    font-size: 11px;
}

/*======== MAIN ========*/

#main {
    float: right;
    width: 700px;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
}

.con-box {
    width: 100%;
    clear: both;
    padding-bottom: 40px;
}

.con-box-list {
    width: 100%;
    clear: both;
}

.con-box-list li {
    clear: both;
    background-image: url(../img/li-bg.html);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 10px;
}

.con-box h1 {
    border-left: 3px solid #004C71;
    font-size: 180%;
    font-weight: bold;
    color: #004C71;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 5px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.con-box-r {
    width: 100%;
    clear: both;
    text-align: right;
    padding-top: 20px;
}

.con-box-l {
    width: 100%;
    clear: both;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.con-box2 {
    width: 100%;
    clear: both;
    padding-bottom: 60px;
}

.con-box2 p {
    line-height: 160%;
}

.abaut {
    width: 100%;
}

.abaut table {
    width: 100%;
}

.abaut th {
    width: 14%;
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #004C71;
}

.abaut td {
    width: 88%;
    padding: 5px;
}

.abaut2 {
    width: 100%;
}

.abaut2 table {
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d9cfdd;
    margin-top: 15px;
}

.abaut2 th {
    font-weight: bold;
    color: #004C71;
    background-color: #004c710d;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d9cfdd;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}

.abaut2 td {
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d9cfdd;
}

.abaut3 {
    width: 100%;
}

.abaut3 table {
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d9cfdd;
    margin-top: 30px;
    border-right: 1px solid #d9cfdd;
}

.abaut3 th {
    width: 100%;
    font-weight: bold;
    color: #004C71;
    background-color: #004c710d;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e7ddc1;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #e7ddc1;
}

.abaut3 td {
    width: 50%;
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e7ddc1;
    border-left: 1px solid #e7ddc1;
}

.info {
    width: 100%;
}

.info li {
    background-image: url(../img/text-bg01.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    padding-left: 13px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.Lbox {
    width: 280px;
    float: left;
}

.program {
    width: 100%;
}

.program-box {
    width: 300px;
}

.program table {
    width: 100%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #CCC;
    border-right-color: #CCC;
    margin-top: 20px;
}

.program th {
    text-align: center;
    font-weight: bold;
    padding: 5px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    background-color: #F2F2F2;
}

.program td {
    padding: 5px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    vertical-align: middle;
}

.contact {
    width: 100%;
}

.contact input {
    padding: 8px;
}

.contact table {
    width: 100%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #CCC;
    border-right-color: #CCC;
    margin-top: 20px;
    margin-bottom: 40px;
}

.contact th {
    text-align: left;
    font-weight: bold;
    padding: 10px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    background-color: #F2F2F2;
}

.contact td {
    padding: 10px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    vertical-align: middle;
}

.formbtn {
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
}

.contact input.btntxt {
    text-align: center;
    padding-top: 5px;
    padding-right: 40px;
    padding-bottom: 5px;
    padding-left: 40px;
    cursor: pointer;
}

.btn {
    text-align: center;
    padding-top: 5px;
    padding-right: 40px;
    padding-bottom: 5px;
    padding-left: 40px;
    cursor: pointer;
}

.btn-box {
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
}

.program {
    width: 100%;
}

.program dl {
    width: 100%;
    margin-top: 10px;
}

.program dt {
    width: 100%;
    color: #F5A000;
    font-size: 16px;
    font-weight: bold;
    background-color: #E8F3ED;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.program dd {
    padding-bottom: 25px;
}

sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    vertical-align: bottom;
    position: relative;
    font-size: 4px;
}

.pr_title {
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #006C2C;
    clear: both;
}

.con-can li {
    width: 44%;
    background-image: url(../img/text-bg01.png);
    background-repeat: no-repeat;
    background-position: left 9px;
    padding-left: 8px;
    padding-right: 20px;
    margin-left: 8px;
    float: left;
}

.con-can ul {
    width: 100%;
    padding-bottom: 30px;
    margin-top: 10px;
}

.btn-form {
    margin-top: 20px;
}

.btn-form a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    background-color: #004C71;
    border-radius: 10px;
    padding: 10px 25px;
    transition: .3s;
    width: 250px;
}

.btn-form a:hover {
    background-color: #95547f;
}

.btn-form div {
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
    /*    width: 300px;*/
    /*    margin-right: 30px;*/
}

.btn-form1 a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    background-color: #17449E;
    border-radius: 10px;
    padding: 10px 25px;
    transition: .3s;
    margin-top: 20px;
    width: 250px;
}

.btn-form1 a:hover {
    background-color: #4466AA;
}

.btn-form2 a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    background-color: #416c16;
    border-radius: 10px;
    padding: 10px 25px;
    transition: .3s;
    margin-top: 20px;
    width: 250px;
}

.btn-form2 a:hover {
    background-color: #5b9126;
}

.btn-form3 a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    background-color: #f57700;
    border-radius: 10px;
    padding: 10px 25px;
    transition: .3s;
    margin-top: 20px;
    width: 250px;
}

.btn-form3 a:hover {
    background-color: #fb9c43;
}

/*======== 20200219 hoshina /03.html/========*/

.con-box .poster {
    width: 100%;
    text-align: center;
}

.con-box .poster img {
    width: 70%;
}



/*======== 20220109 hoshina ========*/

span.cancel {
    text-decoration: line-through;
}

.marker {
    background-color: #ffff7f;
}

ul.decimal {
    margin: 10px 0 0 1.5em;
}

ul.decimal li {
    list-style-position: outside;
    list-style-type: decimal;
    margin: 0 0 5px;
    padding: 0;
}

.main-banner li {
    width: 200px;
}


.fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fl-bt {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fl-wr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fl-ju-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.fl-ju-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fl-al-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sup {
    vertical-align: super;
    font-size: smaller;
}

.w12 {
    width: 12%;
}
