/*!
 * 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, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem; 
}

@media (max-width: 767px) {
body { 
  font-size: 14px;
  font-size: 1.4em; 
}
}


h1, 
h2, 
h4,
h5, 
h6 { 
  font-family: Didot, Georgia, "Times New Roman", Times, "serif";
		padding-bottom: 15px;
  font-family: inherit; 
  font-weight: 300; 
  color:#333;
}


/* FOR SECONDS --------------------*/
/* H1 ----------*/ 
h1 {
  font-family: Didot, Georgia, "Times New Roman", Times, "serif";
  font-size: 3.2rem;
  font-size: 32px;
  margin:50px auto 40px;
  line-height: 0.9;
  letter-spacing: 0.06em;
  text-align:center;
  font-weight:500; 
}
@media (max-width: 599px) {
h1 {
  font-size: 2.3rem;
  font-size: 23px;
  margin-top:40px;
  padding: 0 10px;
	letter-spacing: 0.04em;
}
}


/* FOR TOP --------------------*/ 
h1.top-title {
	 margin-top:64px;
  font-size: 6.4rem; 
  line-height: .875; 
		letter-spacing: 0.03em;
}

/* H2 ----------*/ 
h2 {
 font-family: Didot, Georgia, "Times New Roman", Times, "serif";
 margin:10px 0 10px;
 font-size: 30px;
 font-size: 3.0rem;
 line-height: 1.2; 
 letter-spacing: 0.06em;
	text-align:center;
 font-weight: 400;   
}
@media (max-width: 767px) {
h2 {
  margin:30px 0 10px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.4; 
  letter-spacing: 0.06em; 
}
}

/* FOR TOP --------------------*/
h2.title {
  font-size: 4.4rem;
  font-size: 44px;
  margin:50px auto 40px;
  line-height: 0.9;
  letter-spacing: 0.03em;
  text-align:center;
  font-weight:500;
		padding-top:40px;
		border-top: solid 0.5px rgba(70,67,67,1.00);
}
@media (max-width: 767px) {
h2.title {
  font-size: 34rem;
  font-size: 34px;
  margin-top:40px;
  padding: 40px 10px 0;
	letter-spacing: 0.04em;
}
}


/* H3 ----------*/
h3{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding:0px auto 0;
 font-size: 18px;
 font-size: 1.8rem;
 letter-spacing: 0.02em;
 line-height: 1.2;
 font-weight:300;
	margin:15px 0 20px;
	text-align: center;
}


/* H4 ----------*/
h4.sub-title{
	margin:0;
	padding:20px 10px 14px;
	font-size: 21px;
 font-size: 2.1rem;
 letter-spacing: 0.07em;
	color:#262626;
 line-height: 1.2;
 font-weight:600;
	text-align: left;
}


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

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


/*LINK ----------------------*/ 
a { 
  text-decoration: none; 
  color:#262626; 
}

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

a:visited { 
  color:#262626; 
}

a:hover { 
  color:#00AEEF;
}


/* Color ----------------------*/ 

.red{ color:#CC0000;}
.orange{ color:#FF6666;}
.white{ color:#FFFFFF;}
.f-base{ color:#262626;}

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

.sp01{ letter-spacing:0.01em;}
.sp02{ letter-spacing:0.02em;}
.sp05{ letter-spacing:0.05em;}



/* FONT SIZE ----------------------*/ 

.font60{ font-size: 60%; }
.font70{ font-size: 70%; }
.font80{ font-size: 80%; }
.font86{ padding:5px 0;
	        font-size: 86%;
         line-height: 130%}
.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; 
}


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

img {
  max-width: 100%;
}



/*---------------------------------
	LIST
-----------------------------------*/
ul,
ol {
margin-left: 0;
padding-right: 8px;
padding-left: 8px;
}

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

.li-unstyled {
margin: 5px 0 20px -20px;
}

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

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

.li-circle {
padding: 4px 0 0;
list-style-type: circle !important;
}

@media (max-width: 767px) {
ul,
ol {
padding-right: 8px;
padding-left: 8px;
}
}	
	
@media (max-width: 767px) {	
	.li-unstyled {
margin: 5px 0 20px -10px;
}
}	
	
	
/*---------------------------------
	SPACING
-----------------------------------*/

/* margin top−− */

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


.mgt0 { margin-top: 0px; }
.mgt-5 { margin-top: -5px; }
.mgt-10 { margin-top: -10px; }
.mgt-15 { margin-top: -15px; }
.mgt-20 { margin-top: -20px; }
.mgt-40 { margin-top: -40px; }

/* margin bottom−− */
.mgb10 { margin-bottom: 10px; }
.mgb20 { margin-bottom: 20px; }
.mgb30 { margin-bottom: 30px; }
.mgb40 { margin-bottom: 40px; }
.mgb50 { margin-bottom: 50px; }
.mgb60 { margin-bottom: 60px; }
.mgb70 { margin-bottom: 70px; }

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

/* margin right−− */
.mgr5 { padding-right: 5px; }
.mgr20 { padding-right: 20px; }
.mgr30 { padding-right: 30px; }
.mgr40 { padding-right: 40px; }

/* margin left−− */
.mgl-10 { padding-left: -10px; }
.mgl20 { padding-left: 20px; }
.mgl30 { padding-left: 30px; }
.mgl40 { padding-left: 40px; }

/* padding top−− */
.pdt05 { padding-top: 5px; }
.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }

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

/* padding bottom−− */
.pdb10 { padding-bottom: 10px; }
.pdb15 { padding-bottom: 15px; }
.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; }
.pdr40 { padding-right: 40px; }


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



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

table {  
 width: 100%; 
 margin-top: 15px;
 margin-bottom: 30px;
 border-spacing: 0; 
 border-collapse: collapse;
	border: #4B2D1C 1px solid;
}

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: none;
  border-right:none;
  border-left:none;
  border-bottom: none;
}

tr { 
	 padding: 15px;
　border: #4B2D1C 1px solid;
}

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

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

th { 
	 padding: 15px 10px 15px 30px;
  font-size: 1.5rem;
  font-weight: 300; 
  line-height: 2.333333333; 
  text-align: left; 
  border: #4B2D1C 1px solid;
  background-color: #fff; 
  white-space: nowrap;
}

td { 
  padding:14.4px;
  font-size: 1.5rem;
  font-weight: 400; 
  line-height: 160%; 
	 border-top: #4B2D1C 1px solid;
	 border-bottom: #4B2D1C 1px solid;
  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; 
}




/* VISIBLE 767
------------------------------------*/
@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; 
  }
}

/* VISIBLE 768-1023
-----------------------------------*/

@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; 
  }
}


/* VISIBLE 1024
------------------------------------*/

@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; 
}

.vertical-m{
 vertical-align: middle;
}



/*---------------------------------
	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スペース */
}

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 #666666;
}

input,
textarea { 
  line-height: 28px;  /*- form 入力項目天地 ---*/ 
}

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;
}



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

a.btn-flat{
  display: inline-block;
  padding: 0.5em 2.6em;
  text-decoration: none;
  color:#4B2D1C !important;
	 font-size: 15px !important;
  font-weight: 400;
  background: #fff;
  letter-spacing: 0.04em;
  margin:0em auto 0em;
  border: #6F6F6F solid 1px;
  border-radius: 15px;
  transition:0.4s;
}

a.btn-flat:visited {
  color:#6F6F6F !important;
  background: #fff;
}

a.btn-flat:hover{
	color:#6F6F6F !important;
	background: rgba(176,175,172,0.50) !important;
	border: #6F6F6F solid 1px;
	opacity: 0.6;
}


