@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');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* -------------------------------
	common
-------------------------------- */
html {    
	overflow-x:hidden;
}

body.fixed-top {
  padding-top: 70px;
}

/* img */
/* ul */
ul {
  padding-left: 0;
  list-style: none;
}

/* -------------------------------
	テキスト
-------------------------------- */
html {
font-family: 'Roboto','Noto Sans JP', sans-serif;
font-size:16px;
line-height:2;
font-weight:400;
color:#615f5f !important;
}

.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;}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
 }

p a:link { color: #615f5f; text-decoration:underline; transition: .3s; }
p a:visited { color: #615f5f; text-decoration:underline;}
p a:hover { color: #aaa7a5; text-decoration:none; }
p a:active { color: #aaa7a5; text-decoration:none; }

@media screen and (max-width:768px){
p {
font-size:15px;
line-height:1.8;
}
.cap{
font-size:14px;
line-height:1.6;
}
}



/* -------------------------------
	共通class
-------------------------------- */
a {
  color: #615f5f;
  text-decoration: none;
  transition: .3s;
}
a:hover,
a:focus {
  color: #aaa7a5;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* --▼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;
}
@media only screen and (max-width: 768px) {
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0s;
}
}

/* --▼font-- */
.font-me {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif !important;
}

.font-mc {
  font-family: "Times New Roman","mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝B","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif !important;
}

.font-en {
font-family:Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W6', Meiryo, メイリオ, sans-serif;
 }

.mincho {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
   }
   
.bld {
font-weight:bold !important;
}

.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;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.font22 {
  font-size: 22px !important;
}

.font26 {
  font-size: 26px !important;
}

.font32 {
  font-size: 32px !important;
}


/* --▼margin-- */
.mb00 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !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;
}

.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}


.mt20 {
  margin-top: 20px !important;
}


.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}


.mr10 {
  margin-right: 10px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}


/* buttonDesign
   ========================================================================== */

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  /*border: 1px solid transparent;
  border-radius: 4px;*/
}

.btn-black {
  color: #fff;
  background-color: #000;
  word-wrap: break-word !important;
  }
.btn-black:focus,
.btn-black.focus {
  color: #fff;
  background-color: #000;
  opacity: 0.6;
}
.btn-black:hover {
  color: #fff;
  background-color: #000;
  opacity: 0.6;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #000;
}

/* media screen and (min-width:1120px)
   ========================================================================== */
/* @media screen and (max-width:1119px)
   ========================================================================== */
/* @media screen and (min-width:769px)
   ========================================================================== */
/* @media screen and (max-width:768px)
   ========================================================================== */
/* @media screen and (max-width:480px)
   ========================================================================== */

/* 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;
    }
}   

