p,li,td, figcaption {
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif !important;
}

#content ol,
#content ul{
    margin:0;
    padding:0;
}

#content ol li{
    margin-bottom:10px;
    margin-left:20px;
    line-height:150%;
}

#content ul{
  margin-top:10px;
  margin-left:10px;
}

#content ul li{
       margin-bottom:5px;
       line-height:150%;
}

#content ul.top li{
       background:url(https://u.jimcdn.com/cms/o/s0551e908ef0542c0/userlayout/img/check.png?t=1619746367) left top no-repeat;
       color:#665849;
       font-weight:bold;
       list-style:none outside;
       padding-left:40px;
       margin-bottom:10px;
       padding-top:5px;
       min-height:30px;
}

@media screen and (max-width:767px) {
#content ul.top{
       padding-left:0;
}
}


#content p{
}

#content table p{
       margin-left:0px;
}

#content table{
border-bottom:1px solid #cccccc;
border-left:1px solid #cccccc;
}
#content td,th{
border-top:1px solid #cccccc;
border-right:1px solid #cccccc;
padding:10px;
text-align:left;
}
#content table ul{ margin-top:10px}
#content table ul li{
       margin-bottom:5px;
       line-height:150%;
       margin-left:10px;
}

.clearfix:after { 
    content: "";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}

#content ul.toplist{
  margin-left:0;
  padding-left:0;
}
#content ul.toplist li{
  background:url(https://u.jimcdn.com/cms/o/s0551e908ef0542c0/userlayout/img/check.png?t=1619746367) no-repeat left 3px;
  padding-left:25px;
  list-style:none outside;
  margin-bottom:10px;
}

/* ページ内ジャンプのずれを消す */

@media screen and (max-width:767px) {
#kiba{
margin-top:-150px;
padding-top:150px;
}
}


/*  Layout
----------------------------------------------- */
img {
    max-width:100% !important;
    height:auto !important;
    margin:0;
    padding:0;
    border:none;
    vertical-align:top;
}

figure {
    max-width:100% !important;
    height:auto;
}

figure img {
    max-width:100% !important;
    height:auto !important;
    margin:0;
    padding:0;
    border:none;
}

#cc-inner {
    overflow:hidden;
}

.cc-map-canvas img { max-width:none !important; }

/* 文字の折り返し位置指定  */
.wsnw { white-space:nowrap; }


/* 上下中央表示*/
.valign-center{
    width: 100%;
    margin:0 auto;
    display:-webkit-flex;
    display:flex;
    /* 横一行に配置   */
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    /* 中央配置 */
    -webkit-justify-content:center;
    justify-content:center;
    /* クロス軸 中央配置    */
    -webkit-align-items:center;
    align-items:center;
    box-sizing:border-box;
}   

@media screen and (max-width:999px) {
    .inner_base_box{
        width:100%;
    }
}
/*--カラム部分など--*/
@media screen and (max-width:767px) {
    .cc-m-hgrid-column {
        width:100% !important;
        float:none !important;
    }
    #cc-m-11861161877 .cc-m-hgrid-column{ /* 代表著書の紹介 */
        float:left!important;
        width:48%!important;
    }
}



a img {
    background-color:transparent;
    -moz-transition:0.3s;
    -webkit-transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
    transition:0.3s;
}

a:hover img {
    filter:alpha(opacity=65);
    opacity:0.65;
}


body {
    padding:0;
    padding: 0;
    margin:0;
    min-width:1000px;
}


@media screen and (max-width:999px) {
    body {
        min-width:initial;
        min-width:auto;
        background: none;

    }
}

/*----------------*/
/*-- ヘッダー   --*/
/*----------------*/

#header-wrap{
    background-color:#f8f5f0;
}

#header {
    width: 100%;
    max-width: 1010px;
    margin:0 auto;
    padding: 0;
}

#header h1.head_text{
    margin:0;
    padding:0px 0 0;
    color: #005183;
    font-size: 12px;
    text-align:left;
    font-weight:normal;
}

#header .head_row_top{
    margin: 0;
    padding: 10px 40px 0px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* 横一行に配置   */
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-sizing: border-box;
    justify-content: space-between;
}

#header .head_row{
    margin: 0;
    padding: 10px 0 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* 横一行に配置   */
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-sizing: border-box;
}
#header .head_logo {
    max-width:360px;
    /* 左寄り*/
    margin-right: auto;
    max-width:360px!Important;
    margin-top:0px;
}

#header .head_logo img{
    max-width:360px!Important;
}

#header .logo {
   padding-top:10px
}

#header a.member{
   color:#333333;
   font-size:14px;
}



#header .tel_time{
    margin-top:5px;
    margin-left:5%;
}
#header .contact{
    display: block;
    margin-left:15px;
    margin-top:10px;
}
#header .spmenu{
  display:none;
}

#header .sp{
  display:none;
}

#header img.img-sp{
       display:none;
}
#header img.img-pc{
       display:block;
}

@media screen and (max-width: 1010px) {
    #header .head_row{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 767px) {
    #header {
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        max-height:90px;
        background: url(top-line.png) repeat-x center top #fff;
    }

    #header h1.head_text{
        display:none;
    }
    #header .head_row_top{
        /*justify-content: flex-end;
        padding-right:10px;*/
        display:none;
    }
    #header .head_row{
        padding: 0px 10px 0px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #header .head_logo {
        margin-top: 10px;
        /*max-width:70%!Important;*/
   }
   #header .head_logo img {
        max-width:70%!Important;
    }
    #header img.img-sp{
       display:block;
    }
    #header img.img-pc{
       display:none;
    }
    #header h1.head_title,
    #header .contact,
    #header .tel_time {
        display: none;
    }
    #header .spmenu{
  margin-top:-7px;
  margin-left:8px;
  color:#f6e41b;
        display:block;
  font-size:12px;
    }

  #header .sp{
    width:50px; text-align:center;
   display:block;
  }

  #header .menu-disp{ color:#2387c5; font-size:13px; margin-top:-18px!Important; }
}

@media screen and (max-width:480px) {
    #header .sp_tel{
        padding-left:10px;
    }
    #header #switch {
        padding-left:10px;
    }
}
/*--ヘッダここまで--*/



/*--スマホ固定ボタン*/
#footerMenuCover{
   position: fixed;
   bottom: 0px;
   z-index: 9999;
   width:100%;
   opacity: 0.9; 
   margin-left:0;
}
#mb-btm-header{
    display:none;
}
@media screen and (max-width:767px) {

    #mb-btm-header{
        display:block;
    }
    .mb-bnr-cover {
         /*width:33%;*/
         width:33.3%;
         float:left;
         padding:0px 0px 0px 0w;
    }

 .mb-bnr-cover img{
         width:100%;
    }

    .mb-bnr {
        padding:0 0px;
        /*max-width: 200px;*/
    }
}

@media screen and (max-width:767px) {
   ul.cc-FloatingButtonBarContainer{
       bottom:100px;
   }
}


/*--------------------*/
/*-- PCグローバルナビ  --*/
/*--------------------*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#g-nav-outer {
    width:100%;
    margin:0;
    padding: 10px 0 2px;
    text-align:center;
    background-color:#f8f5f0;
}
#g-nav {
max-width:900px;
    margin: 0 auto 10px;
    width: 100%;
}
#g-nav ul {
    list-style-type: none;
}
#g-nav ul.cc-nav-level-0 { /* 第一階層のul */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
     justify-content: space-between;
    justify-content: space-between;
    *zoom: 1; /*forIE6,7*/
    flex-wrap: wrap;
    margin:0;
    padding:0;
}

#g-nav ul.cc-nav-level-0 li ul {
    visibility: hidden;
    position: absolute;
    margin: 0;
    padding:0;
    z-index: 10000000 !important;
}
#g-nav ul.cc-nav-level-0 li:hover > ul {
        visibility: visible;
}
#g-nav ul.cc-nav-level-1 li {
    width: auto !important;
}

#g-nav ul.cc-nav-level-2 {
    top:-1px;
    left:100%;
}
#g-nav ul.cc-nav-level-0>li>a {
    display:block;
    padding:0px 0px 0px;
    margin:0;
    color:#005183;
    text-decoration:none;
    font-size:18px;
    font-weight:bold;
    font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","typesquare", sans-serif !important;

}
* html #g-nav ul.cc-nav-level-0 li a { /*forIE6*/
    zoom: 1;
}
#g-nav ul.cc-nav-level-0 li a:hover {
    text-decoration:none;
    font-weight:bold;
    color:#333;
    border-bottom:3px solid #005183;
}
#g-nav ul.cc-nav-level-0 > li > a.cc-nav-current,
#g-nav ul.cc-nav-level-0 > li.cc-nav-parent > a {
    text-decoration:none;
    color:#005183;
    font-weight:bold;
    border-bottom:3px solid #005183;
}
#g-nav ul.cc-nav-level-0 li ul {
    margin: 0 0 0 0;
    padding:0;
    border:1px solid #005183;;
}
#g-nav ul.cc-nav-level-2 {
    margin: 0;
    padding:0;
}

#g-nav ul.cc-nav-level-1{
    background-color: #f8f5f0;
}

#g-nav ul.cc-nav-level-1 li{
    margin:0!Important;
}

#g-nav ul.cc-nav-level-1 li a {
    display: block;
    width:153px;
    height:auto;
    text-align:left;
    margin:0px 0px 0px 0px!Important;
    font-size:14px;
    line-height:14px;
    font-weight:normal;
    color:#333;;
    padding:15px 10px;
    background-color: #f8f5f0;;
    border-bottom:1px solid #005183;;
    text-decoration: none;
}
#g-nav ul.cc-nav-level-1 li:last-child>a {
/*    border-bottom:none;*/
}
#g-nav ul.cc-nav-level-1 li a:hover {
    text-decoration:none;
    color:#fff;
    background-color: #005183;
}
#g-nav ul.cc-nav-level-1 a.cc-nav-current, ul.cc-nav-level-2 a.cc-nav-current {
    font-weight:bold !important;
    text-decoration:none !important;
    color:#fff;
    background-color: #005183;
}

@media screen and (max-width:999px) {
#g-nav ul.cc-nav-level-0>li>a {
    padding:13px 15px 10px;
    font-size:14px;
}
}

/*--グローバルナビここまで--*/

/* スマホボタン */
#panel-btn{ 
   display:none;
}
@media screen and (max-width: 767px){
#panel-btn{
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0px 0 0px;
  border-radius:5px;
}
/*#panel-btn:hover{
  background: #fafafa;
}*/

#panel-btn-icon{
  display: block;
  position: absolute;
  top: 47%;
  left: 33%;
  width: 28px;
  height: 4px;
  margin: -1px 0 0 -7px;
  background: #2387c5;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 4px;
  background: #2387c5;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -10px;
}
#panel-btn-icon:after{
  margin-top: 6px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
}

/*--モバイル用ナビここまで--*/

/*------------------*/
/* ナビ非表示調整     */
/*------------------*/


ul li#cc-nav-view-2286457177, /* アクセス */
ul li#cc-nav-view-2286455877{ /* お問い合わせ */
   display:none;
}



/*------------------*/
/* メインビジュアル     */
/*------------------*/

#main-img{display:none;}

.cc-indexpage #main-img{
    display: block;
    margin:0;
    background-color:#f8f5f0;
    background-image: url(https://u.jimcdn.com/cms/o/s0551e908ef0542c0/userlayout/img/main-vis.jpg?t=1619746338);
    background-repeat: no-repeat;
   background-position: center top!Important;
    height: 477px;
}



@media screen and (max-width: 767px) {
   .cc-indexpage #main-img{
        background: url(https://u.jimcdn.com/cms/o/s0551e908ef0542c0/userlayout/img/main-vis-sp.jpg?t=1619746354) no-repeat center top;
        -moz-background-size:contain;
        background-size: contain;
        margin-top: 80px;
        padding-bottom:47.7vw;
        height:0;
    }
}


#
/*------------------*/
/* パンくず         */
/*------------------*/
/* 非表示画面は、HTMLへ直接記述　ページ表示時以外は非表示 */
.access_bc { display:none; }
/*#page-1048400966 .access_bc { display: inherit; }*/
.apply_bc { display:none; }
#page-2554997478 .apply_bc { display: inherit; }
.cancelpolicy_bc { display:none; }
#page-2554997378 .cancelpolicy_bc { display: inherit; }

/* 以下のページはパンくずを表示しない */

#page-2554996978 #bc-wrap,  /* 概要 */
.cc-indexpage #bc-wrap,     /* トップページ */
.cc-page-blog #bc-wrap, 
.cc-pagemode-notfound #bc-wrap, 
.cc-pagemode-overlay #bc-wrap, /* プライバシー、サイトマップ、ブログ*/
.cc-pagemode-sitetemplate #bc-wrap /* 利用規約、返品条件、ショップ情報、精算 */
{
    display: none;
}

@media screen and (max-width:999px) {
   #bc-wrap{
    margin-left:10px;
   }
}

#breadcrumb {
    width:100%;
    max-width: 1000px;
    margin: 0 auto;
    padding:10px 10px 0 0;
    display:block;
    box-sizing:border-box;
}

#breadcrumb a.home-link {
    width:auto;
    padding: 0 15px 0 0px;
    color:#333333;
    background: url(https://u.jimcdn.com/cms/o/s0551e908ef0542c0/userlayout/img/arrow.png?t=1619748654) no-repeat right center;
    font-size:12px;
    float:left;
}

#breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#breadcrumb ol li {
    float: left;
    margin: 0;
    font-size:10px;
    color:#333333;
}
#breadcrumb ol li a {
    padding: 0 15px 0 5px;
    color:#333333;
    background: url(https://u.jimcdn.com/cms/o/s0551e908ef0542c0/userlayout/img/arrow.png?t=1619748654) right center no-repeat;
    font-size:12px;
}
#breadcrumb ol li a.cc-nav-current {
    text-decoration: none;
    color:#333333;
    background: none;
}


/*--------------------------*/
/*-- コンテンツ部分基本設定 --*/
/*--------------------------*/
#content-wrap {
    margin: 0 auto;
    padding:0;
    width: 100%;
    max-width: 1030px;
}

@media screen and (max-width:767px) {
#content-wrap {
    margin-top: 70px;
}

.cc-indexpage #content-wrap {
    margin-top: 0px;
}
}
.cc-pagemode-notfound #content-wrap,
.cc-pagemode-overlay #content-wrap {
    width:100%;
    margin:0 auto;
    padding:0px 0px 0px 0px !important;
    background-image:none !important;
    box-sizing:border-box;
}

/*--Sidebar--*/
/*--サイドバー--*/
#side{
	width:100%;
	margin:0;
	padding:0;
        background-color:#f8f5f0;
}

#sidebar{
    margin:0 auto;
    padding:30px 10px 10px 20px;
    max-width:1010px;
}


#side p{
}


.cc-indexpage #side {
    padding-top:0px;
}




/*--サイドバーここまで--*/


/*--メインコンテンツ--*/
#content {
    width:100%;
    margin:0 auto;
    padding:30px 15px 30px 10px!Important;
    box-sizing:border-box;
    background-color:white;
}

/*-- コンテンツ部分基本設定 ここまで--*/

/*--------------------*/
/*--メインコンテンツ    --*/
/*--------------------*/

/*--pタグ--*/
.j-text p {
/*    color: #333333;
    font-size: 16px;
    line-height: 1.5!important;*/
}

/*--見出し--*/
.j-header h1,
h1.j-blog-header,
#content h1 {
    background: url(https://u.jimcdn.com/cms/o/s0551e908ef0542c0/userlayout/img/h1.png?t=1619746300) center bottom no-repeat;
    line-height:1!important;
    padding:0px 10px 30px;
    margin-bottom:10px;
    margin-top:0px;
font-family: 'M PLUS 1p', sans-serif;
font-family: 'M PLUS Rounded 1c', sans-serif;
}
.j-header h2,
.j-blogarticle h2,
#content h2 {
    background: url(https://u.jimcdn.com/cms/o/s0551e908ef0542c0/userlayout/img/h2.png?t=1619746303) left 12px no-repeat;
    line-height:150%!important;
    padding:0px 0 5px 25px;
    margin-bottom:10px;
    font-family: 'M PLUS 1p', sans-serif;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    border-bottom:1px solid #bad2e1;
}
.j-header h3,
.j-blogarticle h3,
#content h3 {
    padding:0px 0 0 0px;
    line-height:150%!important;
}

#content ul{
    padding-left:10px;
}
@media screen and (max-width:999px) {
    .j-header h1,
    h1.j-blog-header,
    #content h1 {
      font-size:26px;
      line-height:130%!important;
    }
    .j-header h2,
    h2.j-blog-header,
    #content h2 {
    background: url(https://u.jimcdn.com/cms/o/s0551e908ef0542c0/userlayout/img/h2.png?t=1619746303) left 5px no-repeat;
      font-size:22px;
      line-height:130%!important;
    }


}



/*-コンテンツここまで--*/




/*------------*/
/*--フッター --*/
/*------------*/
#footer-wrap {
    margin: 0 auto;
    padding: 10px 0 30px 0;
    max-width: 1010px;
    width: 100%;
    box-sizing: border-box;
    display:flex;
}

#footer-wrap .head_logo {
    max-width:360px!Important;
    /* 左寄り*/
    margin-right: auto;
}

#footer-wrap .head_logo img{
    max-width:360px!Important;
}


#footer-wrap .logo {
   margin-top:10px
}


#footer-wrap .contact{
    display: block;
    padding-left:15px;
}
#footer {
    clear:both;
    width: 100%;
    margin: 0 auto;
    padding:0px 5px 0px;
    box-sizing:border-box;
    background-color:#f8f5f0;
}


#footer a:hover {
    text-decoration: underline;
    color: #397712;
}

.gutter{
    width: 100%;
    margin:0 auto;
    padding:5px 15px 10px;
    box-sizing:border-box;
}

@media screen and (max-width:767px) {
#footer{display:none;}
}

.j-blogarticle .c {
    display:none;
}

/*--管理ページ用メニュー--*/

/*--Jimdo概要P補正--*/
#imprint h2 {
    background:none;
    height:auto;
}

/*--ブログページ関連など--*/
.post .datetime,
.j-blogarticle .datetime {
    font-size:13px;
    font-weight:bold;
    color:#351913 !important;
    font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","typesquare", sans-serif !important;
}

.post .datetime .datetime-inner,
.j-blogarticle .datetime .datetime-inner {
    line-height:100% !important;
}

.j-blogarticle .datetime .datetime-inner {
    padding:3px 10px 3px 10px !important;
}

.post .postmeta {
    font-size:14px;
    font-weight:bold;
    color:#351913;
    margin:0 !important;
    padding:0 !important;
}

.j-blogarticle a{
  text-decoration:none!Important;
}

/*===================================================================
  global-nav-sp
===================================================================*/

#global-nav-sp {
    display:none;
}

@media screen and (max-width: 767px) {
#g-nav-outer {
        display:none;
    }


#global-nav-sp {
	display: block;
}
	
#global-nav-sp {
  width: 100%;
  background-color: #2387c5;
  background-size: contain;
  margin-top:10px;
}
#global-nav-sp ul{
  margin:0;
  padding:0;
}

#global-nav-sp ul li a{
  display: block;
  text-decoration: none;
  font-weight:bold;
  padding: 45px 0 0px;
  background: no-repeat center 5px;
  list-style:none!Important;
  /*background-size: contain;*/
  line-height:130%;
}


#global-nav-sp ul.cc-nav-level-0,
#global-nav-sp ul.cc-nav-level-1{
display:none;
}

#global-nav-sp ul.cc-nav-level-0 li a {
background-color: #2387c5;
padding:7px 20px 7px 20px;
border-bottom:1px solid #fefefe;
color:#fff;
font-size:16px;
}

#global-nav-sp ul.cc-nav-level-0 li > ul {
visibility: visible;
display: none;
}

#global-nav-sp ul.cc-nav-level-0 li > ul.cc-nav-level-1 li > ul {
visibility: visible;
display: none;
}


/*#global-nav-sp ul.cc-nav-level-0 li:hover > ul,
#global-nav-sp ul ul:hover  {
visibility: visible;
display: none;
}

#global-nav-sp ul.cc-nav-level-0 li:hover > ul.cc-nav-level-1 li:hover > ul{
visibility: visible;
display: none;
}*/


#global-nav-sp ul.cc-nav-level-0 > li > a.cc-nav-current {
  color: #fff;
  font-weight:bold;
}


#global-nav-sp ul.cc-nav-level-0 li ul {
position: relative;
width: 100%;
}

#global-nav-sp ul.cc-nav-level-1 li a,
#global-nav-sp ul.cc-nav-level-2 li a {
font-size:70%!Important;
width: 110%;
text-indent: 2em;
text-align: left !important;
background-color: #deebf1;
color:#342f27;
font-weight:normal;
padding:5px 20px 5px 10px;
}



#global-nav-sp ul.cc-nav-level-1 li,
#global-nav-sp ul.cc-nav-level-2 li {
font-size:90%!Important;
}

#global-nav-sp ul.cc-nav-level-2 li a {
text-indent: 3em;
font-weight: normal;
}

#global-nav-sp ul.cc-nav-level-1 a.cc-nav-current,
#global-nav-sp ul.cc-nav-level-2 a.cc-nav-current {
        background-color: #ffffff;
        color: #ff6d3a;
}


/* n-arr */
#global-nav-sp .n-arr {
display: block;
position: relative;
}

#global-nav-sp .n-arr a:link,
#global-nav-sp .n-arr a:visited{
position: absolute;
top: -34px;
right: 0;
display: block;
background-color: #2387c5;
color: #000;
height: 18px;
width: 13%;
line-height: 1;
text-align: center;
text-indent: 0;
}

#global-nav-sp .n-arr a{
        border:none!Important;
}

#global-nav-sp .n-arr a span:after {
font-family: "Font Awesome 5 Free";
		content: "\f078";
		color: #fff;
		font-weight: 900;
		font-size:18px;
}
/*****************/
/* n-arr2 */
#global-nav-sp .n-arr2 {
display: block;
position: relative;
}

#global-nav-sp .n-arr2 a:link,
#global-nav-sp .n-arr2 a:visited{
position: absolute;
top: -30px;
right: 0;
display: block;
background-color: #deebf1;
color: #000;
height: 18px;
width: 13%;
line-height: 1;
text-align: center;
text-indent: 0;
}

   
#global-nav-sp .n-arr2 a{
        border:none!Important;
}

#global-nav-sp .n-arr2 a span:after {
font-family: "Font Awesome 5 Free";
		content: "\f078";
		color: #000000;
		font-weight: 900;
		font-size:16px;
}



}

/*--モバイル用ナビここまで--*/

/*--------------------- 
** ボタン
--------------------- */
.j-callToAction{
}
.j-callToAction a{
background-color:#2387c5;
color:#fff;!Important;
border:1px solid #2387c5!Important;
}

.j-callToAction a:hover{
background-color:#fff;
color:#2387c5!Important;
border:1px solid #2387c5!Important;
}

.j-callToAction a.j-calltoaction-link-style-2{
font-size:16px;
border-radius:30px;
padding:10px 20px;
}

/* スマホPC改行調整 */

@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 767px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/* 画像付き文章 */
.cc-m-textwithimage-inline-rte p{
 padding-top:10px;
}