@charset "utf-8";

/*====================================
    TinyMCEのみのcss(.rte)
====================================*/
.rte {
  line-height: 1.8;
  display: inline-table;
}
.rte:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.rte img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.rte p {
  margin-bottom: 1em;
}
.rte p a {
  color: #1474da;
  text-decoration: underline;
}
.rte .justifyright {
  text-align: right;
}
.rte strong {
  font-weight: bold;
}
.rte ul, .rte ol {
  margin-bottom: 0.5em;
    margin-left: 20px;
}
.rte ul li, .rte ol li {
  margin-bottom: 0.5em;
}
.rte .l60 {
  width: 60%;
  float: left;
  margin-bottom: 1em;
}
.rte .r38 {
  width: 38%;
  float: right;
  margin-bottom: 1em;
}
.rte .r60 {
  width: 60%;
  float: right;
  margin-bottom: 1em;
}
.rte .l38 {
  width: 38%;
  float: left;
  margin-bottom: 1em;
}
.rte .lr-clear {
  clear: both;
}

.rte .sub-hx {
      color: #ff3100;
    font-size: 18px;
    font-weight: bold;
    background-color: #fffb95;
    border-left: 4px solid #ff9900;
    border-bottom: 1px dotted #ff9900;
    padding: 12px 5px;
    margin-bottom: 10px;
    line-height: 1.4;
}


/*====================================
               初期設定
====================================*/
p.text {
  line-height: 1.6;
  margin-bottom: 1em;
}

/*----- float解除 -----*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/*----- 各デバイス 表示&非表示 -----*/
.sp { display: none;}
.pc { display: block;}

/*----- 見出し -----*/

/*----- float -----*/
.lp { float: left;}
.rp { float: right;}
.cbp { clear: both;}

/*----- line-height -----*/
.lihe0 { line-height: 0;}

/*----- margin -----*/
.cn-mp { margin-bottom: 15px;}

.mb10p { margin-bottom: 10px;}
.mb15p { margin-bottom: 15px;}
.mb20p { margin-bottom: 20px;}
.mb25p { margin-bottom: 25px;}
.mb30p { margin-bottom: 30px;}
.mb35p { margin-bottom: 35px;}
.mb40p { margin-bottom: 40px;}
.mb45p { margin-bottom: 45px;}
.mb50p { margin-bottom: 50px;}

/*----- padding -----*/

/*----- コンテンツ幅(%) -----*/
.w10 { width: 10%;}
.w12 { width: 12%;}
.w14 { width: 14%;}
.w15 { width: 15%;}
.w16 { width: 16%;}
.w18 { width: 18%;}
.w20 { width: 20%;}
.w22 { width: 22%;}
.w24 { width: 24%;}
.w25 { width: 25%;}
.w26 { width: 26%;}
.w28 { width: 28%;}
.w30 { width: 30%;}
.w32 { width: 32%;}
.w34 { width: 34%;}
.w35 { width: 35%;}
.w36 { width: 36%;}
.w38 { width: 38%;}
.w40 { width: 40%;}
.w42 { width: 42%;}
.w44 { width: 44%;}
.w45 { width: 45%;}
.w46 { width: 46%;}
.w48 { width: 48%;}
.w50 { width: 50%;}
.w52 { width: 52%;}
.w54 { width: 54%;}
.w55 { width: 55%;}
.w56 { width: 56%;}
.w58 { width: 58%;}
.w60 { width: 60%;}
.w62 { width: 62%;}
.w64 { width: 64%;}
.w65 { width: 65%;}
.w66 { width: 66%;}
.w68 { width: 68%;}
.w70 { width: 70%;}
.w72 { width: 72%;}
.w74 { width: 74%;}
.w75 { width: 75%;}
.w76 { width: 76%;}
.w78 { width: 78%;}
.w80 { width: 80%;}
.w82 { width: 82%;}
.w84 { width: 84%;}
.w85 { width: 85%;}
.w86 { width: 86%;}
.w88 { width: 88%;}
.w90 { width: 90%;}
.w92 { width: 92%;}
.w94 { width: 94%;}
.w95 { width: 95%;}
.w96 { width: 96%;}
.w98 { width: 98%;}
.w100 { width: 100%;}

img {
  width: 100%;
  height: auto;
}

/*----- 文字リンク設定 -----*/
a {/*リンクされた文字*/
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #13202f;
  font-style: normal;
  text-decoration: none;
}
a:link {/*未訪問のリンク*/
  color: #13202f;
  font-style: normal;
  text-decoration: none;
}
a:visited {/*訪問後のリンク*/
  color: #13202f;
  text-decoration: none;
}
a:hover {/*マウスをのせたとき*/
  color: #383838;
  font-style: normal;
  text-decoration: underline;
}
a:active {/*クリック中*/
  text-decoration: none;
}

/*----- リンク設定 -----*/
.fade:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: 0.5s;
}

/*====================================
            共通コンテンツ
====================================*/

/*===== #xxx =====*/

/*===============================================
    ■tablet 画面の横幅が900pxまで
===============================================*/
@media screen and (max-width: 900px) {
/*-------- #xxx --------*/
}

/*===============================================
    ■tablet 画面の横幅が800pxまで
===============================================*/
@media screen and (max-width: 800px) {
  .sp { display: block;}
  .pc { display: none;}
}

/*===============================================
    ■smart 画面の横幅が570pxまで
===============================================*/
@media screen and (max-width: 570px) {
/*--------------- リッチテキストエディタ内(.rte ) -------------*/
  .rte .l60, .rte .r38, .rte .l38, .rte .r60 {
    width: 100%;
    float: none;
  }
  .rte .r38, .rte .l38 {
    text-align: center;
  }
/*===== #xxx =====*/
}