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,
strong,
sub,
sup,
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: 0;
}

table{
    border-collapse: collapse;
    font-weight: bold;
    
}

table th, table td{
    border: solid 1px black;
    vertical-align: middle;
    text-align: center;
}

table th {
    padding: 1px;
}
table td {
    padding: 3px 10px;
}

.tablefontsize{
    font-size: small;
}
.table-align-left{
    text-align: left;
}


body{
    background-color: #FFFBDD;
}

#ct-banner-page{
    background: #FFFDF1;
}

#ct-banner-page h1 {
	color: #60C4DC;
}

.tab-faq li a,
.tab-faq li button {
    border: solid 2px #60C4DC;
    color: #60C4DC;
    background-color: #FFFFFF;
}

.tab-faq li a.active,
.tab-faq li button.active {
	background-color: #60C4DC;
	color: #ffffff;
}

.tab-faq-content .question-faq::before {
    color: #60C4DC;
}

.tab-faq-content .question-faq .ico:before,
.tab-faq-content .question-faq .ico:after {
	background-color: #60C4DC;
}

header {
    background-color: #F3CA6C;
}

.container {
    width: calc(100% - 3rem);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
}

header .menu {
    font-size: 10px;
    font-weight: 300;
    align-items: center;
}

.container.mw-1200{
    max-width: 120rem;
}

header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

@media (min-width: 969px){

 .header .h1 {
    max-width: 29.6rem;
    width: 100%;
}
}


h1 {
    margin: 0 0 1.5rem 0;
}

.herader .h1{
    margin-bottom: 0;
}

.header .navi-page .menu-list .list-item {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #F3CA6C;
}

.header .navi-page .menu-list .list-item:first-child {
    border-top: 0;
}
.header .navi-page .menu-list .list-item:first-child {
    border-top: 1px solid #F3CA6C;
}
.header .navi-page .menu-list .list-item {
    position: relative;
}

@media (min-width: 969px) {
    .header .navi-page .menu-list .list-item {
      width: auto;
      border-top: none;
      border-bottom: 0;
    }
}

.header .navi-page .menu-list .list-item .item-link {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.5;
}

.header .navi-page .menu-list .list-item .item-link {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.3125;
    font-weight: 700;
    color: #333333;
    padding: 2rem 0;
}

.header .navi-page .menu-list {
    width: 100%;
    margin-left: 0;
    padding-bottom: 20rem;
}


@media (min-width: 969px) {
    .header .navi-page .menu-list {
      display: flex;
      justify-content: space-around;
      padding-bottom: 0;
      margin-left: 3.5rem;
    }
  }

.navi-page {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: fixed;
    top: 5.3rem;
    left: 0;
    z-index: 9999;
    overflow: auto;
    background-color: #fff;
    padding: 0;
    transform: translateX(100%);
    transition: 0.3s ease-in-out;
}

.navi-page {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    position: relative;
    top: 0;
    transform: translateX(0);
    background-color: transparent;
    padding: 0;
    overflow: unset;
}

.header-nav_toggle {
    width: 2.8rem;
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    right: 1rem;
    border: 0;
    background-color: transparent;
    padding: 1.8rem 0 0;
    font-size: 0.6rem;
    text-align: center;
    outline: none !important;
    z-index: 9999;
    transition: 0.3s ease-in-out;
}

@media (min-width: 969px){
.header-nav_toggle {
    display: none;
}
}


.d-block {
    display: block;
}

.d-flex{
    display: flex;
}

@media screen and (min-width: 969px){
 .d-block.menu_txt {
    display: none!important;
}
}


.header .text-button {
    position: absolute;
    top: calc(50% + 1rem);
    right: 0.75rem;
}

.text-primary {
    color: #60C4DC;
}

.fw-bold, strong, b {
    font-weight: 700;
}

.fs-10 {
    font-size: 1.0rem;
}

.footer .footer-content .menu-footer{
    font-size: 1.4rem;
    font-weight: 700;
}












