/*!
 * Kathamo v3.0.0)
 */		


.clearfix:before, 
.clearfix:after { 
  display: table; 
  content: " "; 
}
 
.clearfix:after { 
  clear: both; 
}
 
.clearfix { 
  *zoom: 1; 
}

html {
   font-size: 62.5%;
}

body { 
  font: 100% ;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "qMmpS ProN W3", Hiragino Kaku Gothic ProN, Arial, "CI", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem; 
}


h1, 
h2, 
h4, 
h5, 
h6 { 
  font-family: inherit; 
  font-weight: 300; 
  color: inherit; 
}


h1 {
  font-size: 2.9rem; /* ΰ29px */
  line-height: .875; 
}

h2 {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 2.8rem;
  font-size: 28px;
  padding:10px 0 12px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color:#734953;
  font-weight:600; 
}
h2.line {
  font-size: 2rem;
  font-size: 20px;
  padding-top:30px 10px 10px;
  display: flex;
  align-items: center;
  font-weight:700; 
}
h2.line:before,
h2.line:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
h2.line:before {
  margin-right: 1rem;
}
h2.line:after {
  margin-left: 1rem;
}


h3 {
  margin-top:20px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.0; 
  letter-spacing: 0.06em;
  margin-bottom:20px;
  color:#734953;
  font-weight:700; 
}

h3.ka {
  font-size: 23px;
  font-size: 2.3rem;
  position: relative;
  line-height: 1.2;
  padding:0.2em 1em;
  display: inline-block;
  top:0;
  bottom:0;
}

h3.ka:before, h3.ka:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 90%;
  display: inline-block;
}
h3.ka:before {
  border-left: solid 1px #734953;
  border-top: solid 1px #734953;
  border-bottom: solid 1px #734953;
  left: 0;
}
h3.ka:after {
  content: '';
  border-top: solid 1px #734953;
  border-right: solid 1px #734953;
  border-bottom: solid 1px #734953;
  right: 0;
}

h4 { 
  margin-top:8px;
  font-size: 18px;
  font-size: 2.1rem;
  letter-spacing: 0.07em;
  line-height: 1.2;
  font-weight:bold; 
}
h4.targ { 
  font-family: ΰΎ©,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGSΎ©E,CI,Meiryo,serif;
  margin-top:8px;
  font-size: 18px;
  font-size: 2.2rem;
  letter-spacing: 0.07em;
  line-height: 1.2;
  color:#49C5FF;
  font-weight:bold;
  text-align:center;  
}
h4.fuk {
  position: relative;
  padding: 0.6em 0;
  background: #49C5FF;
  border-radius:16px;
}

h4.fuk:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50px;
  border: 15px solid transparent;
  border-top: 15px solid #49C5FF;
  width: 0;
  height: 0;
}


/* @767ΘΊ ----------------------*/ 
@media (max-width: 767px) {

}
}



/* Paragraph ----------------------*/ 
p { 
  line-height: 200%;
}

@media (max-width: 767px) {
p{ 
  line-height: 180%;
  letter-spacing:0.07em;
}
}


/* Color ----------------------*/ 
.red{ color:#CC0000;
}

.orange{ color:#FF6666;
}

/* @FONT SIZE ----------------------*/ 

.font70{ font-size: 70%; }
.font80{ font-size: 80%; }
.font90{ font-size: 90%; }

.font110{ font-size: 110%; }
.font120{ font-size: 120%; }
.font130{ font-size: 130%; }
.font140{ font-size: 140%; }
.f-magenta{ color:#E40182; }

u { 
  text-decoration: underline; 
  text-decoration-color: #95a5a6;
}

em { 
  font-weight: 700;
  font-style: italic; 
}

strong { 
  font-weight: 700; 
}

.fbold{
  font-weight:bold; 
}

.fnormal{
  font-weight:normal; 
}

pre { 
  display: block;
  padding-top: 8px;
  padding-right: 13px;
  padding-bottom: 8px;
  padding-left: 8px;   
  white-space: pre; 
  white-space: pre-wrap; 
  word-break: break-all; 
  word-wrap: break-word;
}

.pre-scrollable {
  max-height: 377px;
  overflow-y: auto;
}

.pre-scrollable::-webkit-scrollbar { 
  width: 8px;
  height: 21px; 
}

.pre-scrollable::-webkit-scrollbar-track { 
  -webkit-box-shadow: none;
          box-shadow: none; 
  background-color: #ecf0f1; 
}

.pre-scrollable::-webkit-scrollbar-thumb { 
  background-color: #bdc3c7; 
}

blockquote { 
  display: block;  
  margin-left: 0; 
  padding-top: 13px;
  padding-right: 21px;
  padding-bottom: 13px;
  padding-left: 21px; 
  font-style: italic;
  border-left: 5px solid #95a5a6;
}

blockquote cite { 
  display: block; 
  font-size: .618em; 
  color: #666; 
}

blockquote cite:before { 
  content: "\2014 \0020"; 
}

figcaption, 
caption { 
  font-size: 0.75rem; 
  font-style: italic; 
  line-height: 2.333333333; 
}

a { 
  text-decoration: none; 
  color: #059de6; 
}

a : link{ 
  text-decoration: none; 
  color: #059de6; 
}

a:visited { 
  color: #059de6; 
}

a:hover { 
  color: #CC6600; 
}


hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #95a5a6;
}

img {
  max-width: 100%;
}



/*---------------------------------
	LIST
-----------------------------------*/
ul,
ol {
padding-right: 20px;
padding-left: 25px;
}

li {
text-align: left;
padding: 8px 0 8px;
line-height: 160%; 
}

.li-unstyled {
padding: 0;
}

.li-unstyled li {
padding: 0;
list-style: none;
}

.li-inline li {
float: left;
padding-right: 34px;
padding-left: 0;
list-style: none;
}



/*---------------------------------
	SPACING
-----------------------------------*/

/* margin top|| */

.mgt0 { margin-top: 0px; }
.mgt10 { margin-top: 10px; }
.mgt20 { margin-top: 20px; }
.mgt30 { margin-top: 30px; }
.mgt40 { margin-top: 40px; }
.mgt50 { margin-top: 50px; }
.mgt60 { margin-top: 60px; }

.mgt-5 { margin-top: -5px; }
.mgt-10 { margin-top: -10px; }

/* margin bottom|| */
.mgb10 { margin-bottom: 10px; }
.mgb20 { margin-bottom: 20px; }
.mgb30 { margin-bottom: 30px; }
.mgb40 { margin-bottom: 40px; }
.mgb50 { margin-bottom: 50px; }

.mgb-10 { margin-bottom: -10px; }
.mgb-30 { margin-bottom: -30px; }

/* margin right|| */
.mgr20 { padding-right: 20px; }
.mgr30 { padding-right: 30px; }
.mgr40 { padding-right: 40px; }

/* margin left|| */
.mgl20 { padding-left: 20px; }
.mgl30 { padding-left: 30px; }
. { padding-left: 40px; }

/* padding top|| */
.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }

.pdt-10 { padding-top: -10px; }


/* padding bottom|| */
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }
.pdb50 { padding-bottom: 50px; }
.pdb-10 { padding-bottom: -10px; }


/* padding right|| */
.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }
.pdr30 { padding-right: 30px; }



/* padding left|| */
.pdl10 { padding-left: 10px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl80 { padding-left: 50px; }


/*---------------------------------
	TABLE
-----------------------------------*/

table {  
  width: 100%; 
  margin-top: 8px;
  margin-bottom: 8px;
  border-spacing: 0; 
  border-collapse: collapse;
  background-color:#FFFFFF
}

table > caption { 
  padding-top: 8px;
  padding-right: 13px;
  padding-bottom: 8px;
  padding-left: 13px; 
}

table > caption[data-position="top"] {
  caption-side: top;
}

table > caption[data-position="bottom"] {
  caption-side: bottom;
}

table > caption:before { 
  content: attr(data-prefix); 
  font-size: 1.54rem; 
  font-weight: 700; 
}

thead { 

} 

tbody { 
  border-top: 1px solid #C49678;
  border-right: 1px solid #C49678;
  border-left: 1px solid #C49678;
  border-bottom: 1px solid #C49678;
}

tr { 
  border-bottom: 1px dotted #C49678;
}

tr.last-tr { 
  border-bottom: 1px solid #C49678;
}

tr:last-child { 
  border-bottom: none; 
}

th { 
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 20px; 
  font-size: 1.54rem;
  font-weight: 300; 
  line-height: 2.333333333; 
  text-align: left; 
  border-right: 1px solid #C49678;
  background-color: #fff; 
  white-space: nowrap;
}

td { 
  padding-top: 8px;
  padding-right: 13px;
  padding-bottom: 8px;
  padding-left: 20px;
  font-size: 1.54rem;
  font-weight: 400; 
  line-height: 160%; 
  text-align: left; 
}

.table-no-border, 
.table-no-border * { 
  border: none; 
  background-color: transparent; 
} 

.table-striped tr:nth-of-type(even) { 
  background: #ecf0f1; 
}

.table-hover tbody tr:hover { 
  background-color: #ecf0f1; 
}

.table-responsive { 
  max-width: 100%; 
  margin-top: 8px;
  margin-bottom: 8px; 
  overflow-x: auto; 
  overflow-y: hidden; 
}

.table-responsive table { 
  margin: 0; 
  border: none; 
}


/* 767pxΘΊ
|||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (max-width: 767px) {

td { 
  padding-top: 9px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 10px; 
  line-height: 160%; 
}

.table-responsive { 
    border: 1px solid #C49678;
}

.table-responsive caption,
.table-responsive caption[data-position="top"] { 
    border-bottom: 1px solid #C49678; 
    background-color: #ecf0f1; 
}

.table-responsive caption[data-position="bottom"] { 
    border-top: 1px solid #95a5a6; 
    background-color: #ecf0f1; 
}

.table-striped caption { 
    background-color: transparent; 
}

.table-responsive thead {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #C49678; 
    border-left: none;
}
.table-responsive tbody { 
    border: none; 
}

.table-responsive .table-no-border thead,
.table-responsive .table-no-border tbody {
    border: none;
}
}

.table-responsive::-webkit-scrollbar { 
  height: 8px; 
  width: 55%;
}

.table-responsive::-webkit-scrollbar-track { 
  -webkit-box-shadow: none;
          box-shadow: none; 
  background-color: #ecf0f1; 
}

.table-responsive::-webkit-scrollbar-thumb { 
  background-color: #bdc3c7; 
}




/* 767pxΘΊ
|||||||||||||||||||||||||||||||||||||||||||||||||| */
@media (max-width: 767px) {

  .visible-lg { 
    display: none; 
  }
  .hidden-lg { 
    display: block; 
  }
  .visible-md { 
    display: none; 
  }
  .hidden-md { 
    display: block; 
  }
  .visible-sm { 
    display: block; 
  }
  .hidden-sm {
    display: none; 
  }
}

/* 768pxΘγ@1023pxΘΊ
|||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (min-width: 768px) and (max-width: 1023px) {

  .visible-lg { 
    display: none; 
  }
  .hidden-lg { 
    display: block; 
  }
  .visible-md { 
    display: block; 
  }
  .hidden-md { 
    display: none; 
  }
  .visible-sm { 
    display: none; 
  }
  .hidden-sm { 
    display: block; 
  }
}


/* 1024pxΘγ
|||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (min-width: 1024px) {

  .visible-lg { 
    display: block; 
  }
  .hidden-lg { 
    display: none; 
  }
  .visible-md { 
    display: none; 
  }
  .hidden-md { 
    display: block; 
  }
  .visible-sm { 
    display: none; 
  }
  .hidden-sm {
    display: block; 
  }
}

.ui-full-width { 
  width: 100%; 
}
.ui-half-width { 
  width: 50%; 
}


/*---------------------------------
	TEXT ALIGN
-----------------------------------*/

.text-left { 
  text-align: left; 
}
.text-right { 
  text-align: right; 
}
.text-justify { 
  text-align: justify; 
}
.text-center { 
  text-align: center; 
}
*[data-ellipsis="true"] {
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden;
}
.pull-left { 
  float: left; 
}
.pull-right { 
  float: right; 
}

/*---------------------------------
	BUTTONS
-----------------------------------*/

.btn-flat:link{
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.4em 1.3em;
  text-decoration: none;
  color: #734953;
  background: #fff;
  transition: .4s;
  letter-spacing: 0.1em;
  margin:auto 0.6em 0.6em;
  border: #734953 solid 1px;
}

.btn-flat:visited {
  color: #734953;
}

.btn-flat:hover {
  color: #CC6633;
  opacity: 0.7;
}


/*---------------------------------
	INPUT
-----------------------------------*/

html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 5px;
}



input {
  line-height: normal;
  padding: 3px;/* INPUTXy[X */
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input,
textarea,
select {
  display: inline;
  width: inherit;
  padding-right: 5px; 
  padding-left: 5px; 
  font-family: inherit;
@font-size: 1.4rem;   
  border: 1px solid #a77f43;
}

input,
textarea { 
  line-height: 28px;  /*- form όΝΪVn ---*/ 
}

input:focus,
textarea:focus,
select:focus { 
  outline: none; 
}

input[type="checkbox"],
input[type="radio"] { 
  width: 34px; 
}

textarea {
  min-height: 140px;
  padding-top: 6px;
  padding-bottom: 6px;
}

select {
  height: 38px;
  padding-right: 13px;
  padding-left: 13px;
  line-height: 38px;
  background-color: #ecf0f1;
}

option {  
  height: 38px;
  padding-top: 8px;
  padding-right: 13px;
  padding-bottom: 8px;
  padding-left: 13px;
  line-height: 38px;
}

option:selected {
  padding-top: 0;
  padding-bottom: 0;
}

label {
  display: block; 
  font-size: .816rem; 
  font-weight: 700;
  line-height: 2.144607843;
}