@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Roboto:wght@100;300;500;700;900&display=swap');

/* -------------------------------
	common
-------------------------------- */
html {
overflow-x:hidden;
}

body.fixed-top {
  padding-top: 70px;
}

/* ul */
ul {
  padding-left: 0;
  list-style: none;
}

 /* -------------------------------
	テキスト
-------------------------------- */
html {
font-family: 'Roboto','Noto Sans JP', sans-serif;
font-size:16px;
line-height:1.8;
font-weight:400;
color:#000;
}

h3 {
font-family: 'Noto Serif JP', serif;
line-height:1.8;
font-weight:300;
letter-spacing:0.1em;
}

h4 {
font-family: 'Noto Serif JP', serif;
line-height:1.8;
font-weight:300;
letter-spacing:0.1em;
}

.cap{
font-size:14px ;
line-height:1.4 ;
}

.bld{font-weight:bold;}
.itlc {font-style: italic;}

/* --▼color-- */
.text_blu {color: #00b7ec !important;}
.text_red {color: #cc0000 !important;}
.text_red2 {color: #ff0000 !important;}
.text_org {color: #ff9900 !important;}
.text_whi {color: #ffffff !important;}
.text_gre {color: #0b9466 !important;}
.text_cha {color: #6a3721 !important;}
.text_pur {color: #612690 !important;}
.text_purb {color: #ab83ca !important;}
.text_cha2 {color: #a37b04 !important;}

.w100 {font-weight: 100 !important;}
.w200 {font-weight: 200 !important;}
.w300 {font-weight: 300 !important;}
.w400 {font-weight: 400 !important;}
.w500 {font-weight: 500 !important;}
.w700 {font-weight: 700 !important;}
.w900 {font-weight: 900 !important;}

a:link { color: #000; transition: .3s; }
a:visited { color: #000; }
a:hover { color: #ccc; text-decoration:none; }
a:active { color: #ccc; text-decoration:none; }

@media screen and (max-width:768px){
p {
font-size:14px;
line-height:1.8;
}
.cap{
font-size:13px;
line-height:1.6;
}
}


/* -------------------------------
	main
-------------------------------- */
#main_container {
  margin-bottom: 0px !important;
  }


/* breadcrumb
---------------------------------------------------- */	
.breadcrumb {
  padding: 8px 5px;
  margin-bottom: 0px;
  list-style: none;
  background-color: #fff;
  /*border-radius: 4px;*/
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: ">";
}
.breadcrumb > .active {
  color: #777;
}



/* --▼clearfix-- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ov_hi {
  overflow: hidden;
}

.in-bk {
  display: inline-block;
}

/* --▼float-- */
.clear {
  clear: both;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-wp {
word-break: normal;
width:100px;
}

.v-md {
vertical-align:middle;
}

/* 画像回り込み */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  margin-left: 1em;
  display: inline;
}
img.alignleft {
  margin-right: 1em;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: .4s;
}


.font10 {
  font-size: 10px !important;
}

.font11 {
  font-size: 11px !important;
}

.font12 {
  font-size: 12px !important;
}

.font13 {
  font-size: 13px !important;
}

.font14 {
  font-size: 14px !important;
}

.font15 {
  font-size: 15px !important;
}

.font16 {
  font-size: 16px !important;
}


/* --▼margin-- */
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}

@media (max-width: 768px) {
.mb10 {
  margin-bottom: 5px !important;
}
.mb15 {
  margin-bottom: 8px !important;
}
.mb20 {
  margin-bottom: 10px !important;
}
.mb25 {
  margin-bottom: 13px !important;
}
.mb30 {
  margin-bottom: 15px !important;
}
.mb40 {
  margin-bottom: 20px !important;
}
.mb50 {
  margin-bottom: 25px !important;
}
.mb60 {
  margin-bottom: 30px !important;
}
.mb70 {
  margin-bottom: 35px !important;
}
.mb80 {
  margin-bottom: 40px !important;
}
}


/* 5等分 */
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}   
.col-xs-1-5 {
    width: 20%;
    float: left;
}
.col-xs-2-5 {
    width: 40%;
    float: left;
}

.col-xs-3-5 {
    width: 60%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .col-sm-2-5 {
        width: 40%;
        float: left;
    }
    .col-sm-3-5 {
        width: 60%;
        float: left;
    }
    .col-sm-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    .col-md-2-5 {
        width: 40%;
        float: left;
    }
    .col-md-3-5 {
        width: 60%;
        float: left;
    }
    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .col-lg-2-5 {
        width: 40%;
        float: left;
    }
    .col-lg-3-5 {
        width: 60%;
        float: left;
    }
    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}   

