@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
}
 
/*1030px以下*/
@media screen and (max-width: 1030px){
}
 
/*768px以下*/
@media screen and (max-width: 768px){
}
 
/*480px以下*/
@media screen and (max-width: 480px){
}

/*見出し*/

.article h1 {
  font-size: 16px!important; /*文字サイズ*/
  color: #364e96;/*文字色*/
  margin: 5px 3px;/*上下の余白*/
  padding: 8px 8px;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  background: linear-gradient(#FFF 0%, rgba(85,168,220,.5) 100%); border-bottom: solid 3px #364e96;/*下線*/
} 

.article h2 {
    font-size: 17px; 
    color: #007575;
    padding: 8px 8px;
    margin-top: 30px;
    background: #F0fff0; 
    border-left: 10px solid #3fccbd;
    border-bottom: 1px solid #3fccbd;
}

 .article h3 {
  font-size: 15px !important;
  background: #55A8DC;
  padding: 7px 15px !important;
  color: #FFF;
  margin-bottom: 15px;
  border-top: none;
  border-left: none; 
  border-bottom: none;
}

.article h4 {
  font-size: 13px!important; /*文字サイズ*/
  color: #F29200;/*文字色*/
  padding:4px 3px;/*上下の余白*/
} 

.article h6 {
    font-size: 19px !important; 
    color: #007575;
    padding: 8px 8px;
    margin-top: 80px;
    background: #F0fff0; 
    border-left: 9px solid #3fccbd;
    border-bottom: 1px solid #3fccbd;
}

@media screen and (max-width: 480px) {/*モバイル表示*/
.article h1 {
  font-size: 16px !important;/*文字のサイズ*/
  color: #364e96;/*文字色*/
  padding: 2px 8px;/*上下の余白*/
  border-top: solid 2px #364e96;/*上線*/
  border-bottom: solid 2px #364e96;/*下線*/}

 .article h2 {
    font-size: 16px !important; 
    color: #007575;
    padding: 3px 8px;
    margin-top: 25px;
    background: #F0fff0; 
    border-left: 10px solid #3fccbd;
    border-bottom: 1px solid #3fccbd;
}

 .article h3 {
  font-size: 14px !important;
  background: #55A8DC;
  padding: 2px 4px !important;
  color: #FFF;
  margin-bottom: 8px;
  border-top: none;
  border-left: none; 
  border-bottom: none;
}
}

.article h4 {
  font-size: 13px!important; /*文字サイズ*/
  color: #F29200;/*文字色*/
  padding:1px 3px;/*上下の余白*/
} 

.article h6 {
    font-size: 14px !important; 
    color: #007575;
    padding: 3px 8px;
    margin-top: 80px;
    background: #F0fff0; 
    border-left: 10px solid #3fccbd;
    border-bottom: 1px solid #3fccbd;
}

/************************************
** 固定ページ、投稿ページ 表示いろいろ
************************************/

.search-edit{/*検索のフォントサイズ*/
 font-size: 14px;
}

/* 固定ページの投稿更新日時 */
.page .meta,
 .page .meta-box {
 display: none !important;
 }

/*著者情報を消す*/
.page .author-info {
    display: none;
}

/* 固定・投稿ページの投稿更新日時を消す */
.post .meta,
 .post .meta-box {
 display: none !important;
 }


/* 横スクロールバーを非表示 */
.body{overflow-x: hidden;}
}



/**********************
* 目次 *
 **********************/
.toc{
    background:#F9F9F9; /* 目次全体の背景色を変える場合はここを変更 */
    border:none;
    display:block;
    border-top:3px solid;
    border-top-color:#cccccc;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    padding: 8px 3px;
    margin: 1px 1px;
}
/* 目次の文字指定 */
.toc-title {
    text-align:left;
    margin: 0 8px 5px -10px;
    padding-left: -20px;
    font-size: 18px;
    font-weight: 700;
    color: #0099cc; /* 目次の文字色を変える場合はここを変更 */
}
/* 目次のアイコン設定 */
.toc-title:before {
    top: 0;
    left: -45px;
    width: 50px;
    height: 50px;
    font-family: FontAwesome;
    content : "\f0ca"; /* アイコンを変える場合はここを変更 */
    font-size:15px;
    margin-right:5px;
    color:#FFF; /* アイコンの色を変える場合はここを変更 */
    background-color:#0099cc; /* アイコンの背景色を変える場合はここを変更 */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding:12px;
}
/* 目次のデザインカスタマイズ */
.toc-content ol {
    font-size: 15px;
    padding: 0 0.5em;
    position: relative;
}
.toc-content ol li {
    line-height: 1.5;
    padding: 0.2em 0 0.2em 0.8em;
    border-bottom: dashed 1px silver;
    list-style-type: none!important;
}
/* 目次の各節の先頭にあるアイコンを設定 */
.toc-content ol li:before {
    font-family: FontAwesome;
    content: "\f138"; /* アイコンを変える場合はここを変更 */
    position: absolute;
    font-size: 15px;
    left : 0.5em;
    color: #FF9900; /* 色を変える場合はここを変更 */
}
.toc-content ol li:last-of-type {
    border-bottom: none;
}
.toc-content .toc-list li {
    font-weight:500; /* h2のみ太文字に */
}
.toc-content .toc-list li li {
    font-weight:normal; /* h3以降の文字サイズを普通に */
}

@media screen and (max-width: 480px) {/*モバイル表示*/
.toc{
    background:#F9F9F9; /* 目次全体の背景色を変える場合はここを変更 */
    border:none;
    display:block;
    border-top:2px solid;
    border-top-color:#cccccc;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    padding: 3px 8px;
    margin: 3px 5px;
}
/* 目次の文字指定 */
.toc-title {
    text-align:left;
    margin: 0 20px 2px -20px;
    padding-left: -20px;
    font-size: 14px;
    font-weight: 700;
    color: #0099cc; /* 目次の文字色を変える場合はここを変更 */
}
/* 目次のアイコン設定 */
.toc-title:before {
    top: 0;
    left: -45px;
    width: 50px;
    height: 50px;
    font-family: FontAwesome;
    content : "\f0ca"; /* アイコンを変える場合はここを変更 */
    font-size:14px;
    margin-right:5px;
    color:#FFF; /* アイコンの色を変える場合はここを変更 */
    background-color:#0099cc; /* アイコンの背景色を変える場合はここを変更 */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding:4px;
}
/* 目次のデザインカスタマイズ */
.toc-content ol {
    padding: 0 0.5em;
    font-size: 13px;
	position: relative;
}
.toc-content ol li {
    line-height: 1.5;
    padding: 0.1em 0 0.1em 0.6em;
    border-bottom: dashed 1px silver;
    list-style-type: none!important;
}
/* 目次の各節の先頭にあるアイコンを設定 */
.toc-content ol li:before {
    font-family: FontAwesome;
    content: "\f138"; /* アイコンを変える場合はここを変更 */
    font-size: 13px;
    position: absolute;
    left : 0.5em;
    color: #FF9900; /* 色を変える場合はここを変更 */
}
.toc-content ol li:last-of-type {
    border-bottom: none;
}
.toc-content .toc-list li {
    font-weight:500; /* h2のみ太文字に */
}
.toc-content .toc-list li li {
    font-weight:normal; /* h3以降の文字サイズを普通に */
}
}

/**********************
* 表
 **********************/
@media screen and (min-width: 769px){/*横幅の広いテーブルは横スクロール*/
.scrollable-table th, .scrollable-table td {
	white-space: normal;
}
th, td{ /*表の上下、左右の余白*/
  padding: 3px 5px!important;
}
}

/************************************
** グローバルメニュー
************************************/
#navi .navi-in > ul li{
	height: 40px;
	line-height: 40px;
}

#navi .navi-in > .menu-header .item-label{
	font-size: 13px;
}


/************************************
** ボタン
************************************/
/* ボタンのサイズ */
.btn{ /*ボタン（小と全体） */
border-radius: 10px;
padding: 1px 8px;
font-size: 13px;
border: 2px solid transparent;
}
.btn-m{ /*ボタン（中） */
padding: 2px 10px;
font-size: 18px;
}
.btn-l{ /*ボタン（大） */
padding: 2px 10px;
font-size: 20px;
}

/* 動くフラットボタン */
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 16px; 
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #00BCD4;
  background: #ECECEC;
  transition: .4s;
  height: auto;
  width: 390px;/*幅*/
}

.btn-flat-simple::after {
  font-family: FontAwesome;
    content: "\f138"; /* アイコンを変える場合はここを変更 */
    position: absolute;
    font-size: 16px;
    right : 0;
    color: #00bcd4; /* 色を変える場合はここを変更 */
} 

.btn-flat-simple:hover {
  background: #00bcd4;
  color: white;
}

@media screen and (max-width: 480px) {
.btn-flat-simple {
	width : 100% ;
}
}

/*ボタンの装飾*/
.shiny-btn9 {
    display: block;
    position: relative;
    padding: 1px 8px;
    width: 120px; 
    margin: 25px auto;
    background-color: #0084c4;/*ボタンの色*/
    border-radius: 10px;
    text-align: center;
	font-weight: bold;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;

}
.shiny-btn9:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;

}
.shiny-btn9::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn9 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn9 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


/*ボタンの装飾（キラリ）*/
.shiny-btn2 {
    display: block;
    position:  relative;
    width: 70%;/*ボタンの幅*/
    padding: 1px 0;
    margin: 8px auto;
    background-color: #009d9d;/*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(196, 225, 225, 1);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn2:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.shiny-btn2::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.2s;
    animation: shiny-btn2 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn2 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.shiny-btn3 {
    display: block;
    position:  relative;
    width: px;/*ボタンの幅*/
    padding: 1px 0;
    margin: 8px auto;
    background-color: #ff702b;/*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(255, 182, 147, 1);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn3:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.shiny-btn3::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.2s;
    animation: shiny-btn3 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn3 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.shiny-btn4 {
    display: block;
    position:  relative;
    width: 30%;/*ボタンの幅*/
    padding: 1px 0;
    margin: 8px auto;
    background-color: #ff702b;/*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(255, 182, 147, 1);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn4:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.shiny-btn4::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.2s;
    animation: shiny-btn4 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn4 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/**********************
* シンプルタブボックス /*
 **********************/
/* タイトル */
.box-title {
	position: absolute;
	top: -1em; /* タイトル位置マイナス値あげると上  */
	left: 1em; /* 左から1文字分右へ */
	font-size: 1.1em; /* サイズ1.1文字分 */
	font-weight: bold; /* フォント太く */
	display: inline-block;
	padding: 0.2em 0.8em 0; /*内側余白:上下 左右*/
	border-radius: 5px; /* 角丸 */
}
/* BOX */
.title-box {
	position: relative;
	border-radius: 5px;
	padding: 1.5em 1em 0.5em; /* 内側余白:上 左右 下 */
	margin: 2.5em 0 2em; /* 外側余白: 上 左右 下 */
	box-shadow: 1px 1px 2px #ddd;
}

/* スマホ以外481px以上 */
@media screen and (min-width: 481px) {
	.title-box {
		margin: 3em 1em 2em; /* 上 左右 下 */
	}
}
/* gray */
.title-gray {
	color: #666;
	background: #fff;
}
.box-gray {
	border: #ddd 1px solid;
}
/* pink */
.title-pink {
	color: #f278a4;
	background: #fff;
}
.box-pink {
	border: #ffcbde 1px solid;
}
/* blue */
.title-blue {
	color: #3847fa;
	background: #fff;
}
.box-blue {
	border: #a0a8ff 1px solid;
}
/* brown */
.title-brown {
	color: #bb5f03;
	background: #fff;
}
.box-brown {
	border: #efb072 1px solid;
}
/* green */
.title-green {
	color: #4CAF50;
	background: #fff;
}
.box-green {
	border: #9dd9a0 1px solid;
}

/* タブボックスのタイトル変更 */
.bb-amazon .bb-label::after{
  content: "ツアー中に受講下さい";
}


/*---------------------------------
ボックス（白抜き）の枠の色を変える
--------------------------------*/
.blank-box {border-color: #CCCCCC;} /* 灰色 */ 

.blank-box.bb-yellow {border-color: #FFFF66;} /* 黄色 */

.blank-box.bb-red {border-color: #FD8FA3;} /* 赤色 */

.blank-box.bb-blue {border-color: #5FB3F5;} /* 青色 */

.blank-box.bb-green {border-color: #95CE4B;} /* 緑色 */

/*---------------------------------
ボックス（白抜き）の枠の太さを変える
--------------------------------*/
.blank-box {border-width: 2px;
}

@media screen and (max-width: 480px) {
.blank-box {border-width: 1px;
}

.primary-box {
padding: 2px 5px;
margin: 2px;
}

.warning-box {
padding: 2px 5px;
margin: 2px;
}

.information-box common-icon-box{
padding: 2px 5px;
margin: 2px;
}
	
.secondary-box	{
padding: 2px 5px;
margin: 2px;
}	
}

/*---------------------------------
ボックス（白抜き）をスリムにする
--------------------------------*/
.blank-box {
padding: 3px 10px;
margin: 3px;
}




/************************************
** ●キャッチフレーズ位置調整
************************************/
.tagline {
  margin-bottom: -18px; /*キャッチフレーズ下マージン*/
}



/************************************
** サイドバー
************************************/
.sidebar h3{
  background-color:#33b9b9;/*好きな背景色にする*/
  font-size: 14px !important; 
  color: #ffffff;
  padding:2px 10px;
  margin:10px 0;
}

/* サイドバーカテゴリー */
.widget_categories ul li a{
font-size: 14px;/*文字の大きさ*/
padding: 0.85em 0.5em 0.75em!important;/*余白*/
border-bottom: solid 1px skyblue;/*下の線の種類・太さ・色*/
}
/************************************
**ヘッダーロゴ
************************************/
@media screen and (max-width: 834px){/*トップページモバイルボタンの真下にスペースを作る*/
.container {
margin-top:50px;
}
}
.logo-image {
padding:0;
margin-left:0;
margin-top:1em;
margin-bottom:1em;
max-height:60px;
}
.logo {
text-align: center;
}
.logo-header img {
box-shadow: none!important;
}

/************************************
**ヘッダー　モバイル表示
************************************/
@media screen and (max-width: 1023px) and (min-width: 835px){/*835px以上で非表示にすると空白ができるので埋める*/
.admin-bar.mblt-header-mobile-buttons, .admin-bar.mblt-header-and-footer-mobile-buttons {
margin-top: 0;
}}
@media (min-width:835px){
ul.mobile-header-menu-buttons.mobile-menu-buttons{/*835px以上でモバイルヘッダーを非表示*/
display:none;
}
}
@media (max-width:834px){/*835px以上でヘッダーを非表示*/
.header-container {
display:none;
}
img.site-logo-image{/*モバイル表示ロゴ*/
max-height:37px;
padding:2px 0 0 5px;
box-shadow:none;
}
}




/************************************
**モバイル表示
************************************/
/*横一列の文字数を多めにする*/
@media screen and (max-width: 480px) {
p {/*モバイルの段落のフォント*/
width : 100% ;
font-size : 98% ;
margin : 0 0 1.7em 0 ;
line-height : 1.7 ; }

ul {/*モバイルの段落のフォント*/
width : 100% ;
font-size : 98% ;
margin : 0 0 1.7em 0 ;
line-height : 1.7 ; }

.toggle-button {/*トグルボックスの段落のフォント*/
width : 100% ;
font-size : 98% ;
margin : 0 0 1.7em 0 ;
line-height : 1.7 ; }
}

/*動画や地図がはみ出さない*/
iframe { width : 100% ; }

/*ヘッダーの色と高さを変える*/
.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	background-color: #008888;
	color: #ffffff;
	height: 48px;
    padding-top: 7px;
}

/*スライドインメニューを右から*/
.navi-menu-content{
	left: auto;
	right: 0;
	background-color: #1e7cd1;
	transform: translateX(101%);
}


/*スライドインメニューをカスタマイズ*/
.navi-menu-content{
	left: auto;
	right: 0;
	background-color: rgba(30,124,209,0.5);
	transform: translateX(101%);
}

.menu-drawer a{
	font-size: 1.1em;/*文字の大きさ*/
	color: #fff;/*文字の色*/
	height: 3em;/*行の高さ*/
}

.menu-drawer a:hover{
	color: rgba(255,255,255,0.7);
	background-color: rgba(30,124,209,0);
}


.logo-menu-button.menu-button{
	background-color: #008888;
	height: 48px;
}


.twitter-timeline {
    margin-left: auto;
    margin-right: auto;
    display: block !important;
}

.logo-image * {
  display: block;
}

.logo-image {
  padding: 10px 0 0;
}

h1.entry-title{
 display:none;
}


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

/*「投稿日」を表示して「更新日」を非表示にする*/
.new-entry-cards .display-none {
	display: block;
	padding-top: 0.2em;
	text-align: right;
}
.new-entry-card-update-date {
	display: none;
}

/*ボックス（白抜き）をスリムにする*/
.blank-box {
padding: 2px 5px;
margin: 1px;
}


/*スマホで2カラム表示にする*/
 .wp-block-image.size-large.cutom-flex-item {
        width: 50%;
    }



/************************************
**おすすめカード
************************************/

#recommended .navi-entry-card-thumb img{
border-radius:10px; /*角丸め*/
}

@media screen and (max-width: 834px){
    .recommended{
    overflow: auto;
    }


 .recommended .navi-entry-cards {
    flex-wrap: nowrap;
    width: 200%;
    }

@media (max-width:480px){
div#recommended-in.recommended-in.wrap.cf{
margin: .0em .0em .0em;
}
.body .navi-entry-cards{
margin-bottom: 0;
margin-top: 0;}
}
.recommended .navi-entry-card-thumb img{
width:220px;
height:px;
}


/************************/
/*ブログカード*/
/************************/

.blogcard-title{
	font-size: 16px;
	color: #0077b0
}

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

.blogcard-wrap:hover{
	background: transparent;
	opacity: 0.5;
}
.internal-blogcard-footer{
	display: none
}

/*ブログカード ラベル背景色カスタマイズ*/
.blogcard-label::after {
	font-size: 14px;
	color: #ffffff; /*ラベル文字色*/
}
.blogcard-label.internal-blogcard-label {
background-color: #00aeae; /*内部リンクのラベル背景色*/
padding: 1px 3px;}

.blogcard-label.external-blogcard-label {
background-color: #00aeae; /*外部リンクのラベル背景色*/
padding: 1px 3px;}

@media screen and (max-width: 480px) {/*モバイル表示*/
.internal-blogcard::after{
	content: '続きを読む \00bb'; /* 内部リンク右下枠の文言 */
	position: absolute;
	bottom: .5rem;
	right: .5rem;
	font-size: 14px;
	background-color: #ffd242; /* 内部リンク右下枠の背景色 */
	padding: 1px 3px;
	font-weight: semibold;
	color: #fff; /* 内部リンク右下枠の文字色 */
	border-radius: 2px;
}
.blogcard-title{
	font-size: 14px;
	color: #0077b0
}

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

.blogcard-wrap:hover{
	background: transparent;
	opacity: 0.5;
}
.internal-blogcard-footer{
	display: none
}
/*ブログカード ラベル背景色カスタマイズ*/
.blogcard-label::after {
	font-size: 14px;
	color: #ffffff; /*ラベル文字色*/
}
.blogcard-label.internal-blogcard-label {
background-color: #00aeae; /*内部リンクのラベル背景色*/
padding: 1px 3px;}

.blogcard-label.external-blogcard-label {
background-color: #00aeae; /*外部リンクのラベル背景色*/
padding: 1px 3px;}
}




/************************/
/*エントリーカード*/
/************************/
.entry-card-snipet {
  font-size: 18px !important;
}

.entry-card-title {
 font-size: 14px;
} 

@media screen and (max-width: 480px) {/*モバイル表示*/
	
.entry-card-snipet {
  font-size: 14px !important;
}
	
.entry-card-title {
 font-size: 16px;
} 	

/************************************
** ●全画像のホバー時エフェクト処理
************************************/


/************************/
/*フッター*/
/************************/
.footer {
  margin-top: 20px; /*フッターとコンテンツの間に余白追加*/
   border-top: 4px solid #72c7e6; /*上部にボーダー追加*/
}

 .fblock.first, .fblock.last {
    display: block;
    margin: 0;
    width: 200px; /* それぞれのウィジェットの幅 */
    max-width: 48%; /* はみ出ないように */
    float: none;
  }	

@media screen and (max-width: 480px) {

.footer-title  {
   color: #0066cc;
   font-size: 14px;
}

.footer-in  {
   color: #0066cc;
   font-size: 13px;
}



/*モバイルでフッターのアイコン、テキストの色を変更する*/
.footer-menu-buttons,
.navi-menu-content,
.mobile-footer-menu-buttons .menu-button > a,
.mobile-footer-menu-buttons .menu-button:hover,
.navi-menu-content a,
.navi-menu-content a:hover {
   color: #fff;
}
	
	.navi-footer-in > .menu-footer li.menu-item { /*モバイルでメニューを1カラムにする*/
    width: 100%;
    display: block;
    flex: auto;
    padding: 0.3em 0;
    background-color: #39bab5; ;   
  }
 }
	
/************************
/ ページトップボタン
/************************/
#go-to-top {bottom: 80px;}


/************************************
*吹き出し
*************************************/
/* 吹き出しのタイトルを消す */
.sb-title{
display:none;
}



/* hr線をダッシュ線にしてみたバージョン */
.bar2 {
  display:block;
  width: 100%;
  height: 3px;
  border: 0;
  border-top: 1px dashed #cccccc !important;
}


	

	