@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
body {
	font-family: "MyYuGothicM", MyYuGothicM, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, Meiryo, sans-serif;
}

.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    padding: 5px;
	height: 40px;
}

.site-header__bnr2 a {
	text-decoration: none;
	font-size: 20px;
	color: #0096db;
	font-weight: bold;
}

.site-header__bnr2 {
  display: table-cell !important;
  vertical-align: middle !important;
  padding: 0 0 0 0px !important;
  line-height: 1 !important;
  height: 50px !important; /* ロゴと同じ高さを強制 */
}


.site-header_bnr2 a:hover { color: #e53900;	}

.main,.sidebar {
	border-radius: 15px;
	box-shadow: none;
}

.toc {
	background: #0096db1f;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    border: unset;
    padding: 2em;
    border-radius: 10px;
}

.toc-title {
	font-weight: bold;
	color: #0096db;
}

.toc-title::after {
	color: #0096db9c;
}

.toc-content {
    font-size: 0.9em;
    line-height: 1.8;
    font-weight: 100;
	text-decoration: underline;
    padding: 0 1.7em;
    letter-spacing: 1px;
    width: 100%;
}

.article h3 {
	border-left: none;
	border-top: 2px #0096db solid;
	background: #0096db1f;
	padding: 15px 20px;
}



/*必要ならばここにコードを書く2 */
.footer-about {
  font-size: 14px;
  background: #0096db;
  line-height: 1.5;
  width: 100%;
}

.footer-about__inner {
  max-width: 1164px; /* 固定幅 → 最大幅に変更 */
  width: 100%;       /* 親要素に合わせる */
  margin: 0 auto;
  padding: 30px 0;
}


.footer-about__tit {
  margin: 0 0 5px 30px;
}

.footer-list__link {
  transition: .2s ease;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}

.footer-about__tit .footer-list__link {
  font-size: 12px;
  font-weight: bold;
}

.footer-list {
  display: table;
  width: 100%;
}

.footer-list__box:first-child {
  border-left: 0;
}

.footer-list__box--short {
  width: 231px;
}

.footer-list__box {
  display: table-cell;
  position: relative;
  padding: 5px 0 5px 30px;
  border-left: #80cbed 2px dotted;
  box-sizing: border-box;
}
.footer-mobile {
  display: none;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-sns {
  position: absolute;
  bottom: 5px;
  left: 30px;
}

.footer-sns__item {
  margin-right: 3px;
  float: left;
}

.footer-sns__btn {
  display: block;
  width: 70px;
  padding: 5px 0;
  transition: .2s ease;
  border-radius: 3px;
  background: #fff;
  color: #0096db !important;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.footer {
  padding-top: 0;
}

.c-follow_footer_btn_container {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  border-top: 2px solid #fff;
  background: #f0f0f0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .c-follow_footer_btn_container {
    font-size: 16px;
  }
}

.c-follow_footer_btn {
  width: 30%;
  background: linear-gradient(-45deg, #22E3BB 0%, #2196F3 100%);
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  box-shadow: 0px 5px 5px rgb(0 0 0 / 15%);
}
@media screen and (max-width: 767px) {
  .c-follow_footer_btn {
    width: 90%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

.c-follow_footer_btn,
.c-follow_footer_btn:link,
.c-follow_footer_btn:visited,
.c-follow_footer_btn:hover,
.c-follow_footer_btn:active {
  color: #fff;
}

.site-header {
  width: 100%;
  border-bottom: #dedede 1px solid;
}

.site-header__inner {
  display: table;
  width: 1164px;
  margin: 0 auto;
}

.site-header__tit {
  display: table-cell;
  width: 250px;
  height: 50px;
  padding: 20px 0 10px;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}

.site-header__logo {
  transition: .2s ease;
}

.site-header__bnr {
    display: table-cell;
    padding: 0px 0 35px 15px; 
	font-size: 14px;
    line-height: 1;
    vertical-align: bottom;
}

.gtm-relative {
  position: relative;
}

.header {
  background-color: white;
}

.header-search {
  display: table-cell;
  padding: 20px 0 10px;
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
  vertical-align: middle;
}

.header-search__inner {
  display: inline-block;
  width: 400px;
  border-radius: 3px;
  overflow: hidden;
}

.header-search__txt:placeholder-shown {
  color: #858585;
}

.header-search__txt {
  display: block;
  width: 355px !important;
  height: 39px;
  padding: 0 15px !important;
  float: left;
  transition: background .2s ease;
  border: 0 !important;
  outline: none;
  background: #f0f0f0;
  line-height: 39px;
  box-sizing: border-box;
}

.header-search__btn {
  display: block;
  width: 45px !important;
  height: 39px;
  float: left;
  transition: .2s ease;
  border: 0;
  outline: none;
  background: #0096db url(https://news.mynavi.jp/assets/common/ico_search-4e9f430c4772b9d3f5b1241c4e89f2f496bdfb8ed6cc1403bd217f15fba384cd.png) no-repeat 50% 50%;
  background-size: 25px 25px;
  cursor: pointer;
  background-color: #0096db !important;
}

.header-search__mypage {
  display: inline-block;
  width: 120px;
  height: 39px;
  margin-left: 3px;
  transition: .2s ease;
  border: 0;
  border-radius: 3px;
  outline: none;
  background: #0096db;
  color: #fff;
  font-size: 14px;
  line-height: 39px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}

.header-search__mypage::after {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin: -5px 0 0 8px;
  background: url(https://news.mynavi.jp/assets/common/ico_mypage-63f38e0d11476ecf0daaf287110a61e295d921aecbc3e0917d9391623e55bbf4.png) no-repeat 0 0;
  background-size: 16px 20px;
  content: "";
  vertical-align: middle;
}


.header-search__mypage:hover {
  color: white;
}

.a-wrap {
	
	border: none;
	border-bottom: 1px solid #e6ecf0;
    border-radius: 3px;
    margin: 1em 0;
    line-height: 1.4;
    position: relative;
    padding: 2% 2% 2%  2% ;
    box-shadow: none;
	transition: all 0.2s ease-in-out;
}

.widget-entry-cards .a-wrap:last-child {
	border:none;
}

.cat-label {
	padding: 5px 10px;
}

.sidebar h3 {
	border-radius: 5px;
	background: #e0f2fb;
	color: #0096db;
	padding: 10px 15px;
	font-size:18px;
}

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

/*記事ページ*/
.entry-content figcaption {
	font-size: 12px;
}

.entry-content ul{
   list-style: none;
   padding:0;
   margin:0;
}
.entry-content ul li { 
   position: relative;
   margin:0.5em 0;
   padding-left: 20px;
}
.entry-content ul li:before {
   font-family: FontAwesome;
   content: "\f058"; /*アイコン*/
   color:  #0096db; /* 色 */
   position: absolute;
   left:0;
}

.entry-content ol {
   counter-reset:number;
   list-style-type: none;
   padding:0;
   margin:0;
}
.entry-content ol li { 
   border-bottom:2px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:0.5em 0 !important;
   max-width:500px; /* 横幅 */
   padding: 0 0 0.5em 1.8em;
}

.entry-content table th,.entry-content table td{ 
   padding: 10px 15px;
   font-size: 14px;	
   word-break : break-all;
   font-family: "ヒラギノ角ゴ Pro W3"
}

@media screen and (max-width: 767px) {
.entry-content table th,.entry-content table td { font-size: 12px }
}

.entry-content ol li:last-child { 
   border:none;
}
.entry-content ol li:before {
   counter-increment: number;
   content: counter(number);
   background-color: #0096db; /* 文字背景色 */
   color: #fff; /* 文字色 */
   position: absolute;
   font-weight:bold;
   font-size: 14px;
   border-radius: 50%;
   left: 0;
   width: 22px;
   height: 22px;
   line-height: 22px;
   text-align: center;
}

/* 比較表 */
.minibtn {
  display: inline-block;
  background-color: #448AFF;
  width: 80%;
  padding: 4px 0 4px 0;
  border-radius: 2px;
  margin: 2px 0 2px 0;
}
@media screen and (max-width: 767px) {
  .minibtn { width: 70% }
}
.minibtn a {
	color: white;
	text-decoration: none
}
.minibtn:first-child { margin-top: 8px }
.minibtn:last-child { margin-bottom: 8px }
.minibtn.redbtn { background-color: #00C853; }
.scrollable-table table th, .scrollable-table table td { padding: 2px !important }
.scrollable-table table tr:nth-child(even) td,
.scrollable-table table tr:nth-child(even) th {
  /* 偶数行目だけ色を変える */
  background-color: #f7f7f7;
}
/* ここまで比較表 */

/* ここからランキングTOP3 */
@media screen and (max-width: 767px) {
  .top3-wrap { flex-direction: column }
	.top3-wrap > br { display: none }
  .top3-wrap .top3_img {
    display: flex;
    width: 100% !important;
  }
  .top3-wrap .top3_img-img-area {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    flex: 0 0 55%;
  }
  .top3-wrap .top3_img-img-area img { max-width: 90% }
  .top3-wrap .top3_img-details-area {
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  .top3_img-title { font-weight: bold }
  .top3_img-title, .top3_img-description { font-family: "ヒラギノ角ゴ Pro W3" }
  .top3_img-pc-img { display: none }
}

@media screen and (min-width: 768px) {
  .top3_img-details-area { display: none }
  .top3_img-sp-img { display: none }
}
/* ここまでランキングTOP3 */

.speech-icon img, .speech-icon amp-img {
	border: 3px solid #dfe2e8;
}

div.speech-balloon {
	padding: 15px;
	font-size: 14px;
	border: none;
}
.sbs-flat .speech-balloon::before, .sbs-flat .speech-balloon::after {
	border-right-color: #f9f9f9;
}
.speech-balloon::before {
	border-right: 12px solid #eaedf2;
}
.sbs-flat .speech-balloon {
	background: #f9f9f9;
}

.btn {
	margin: 15px 0;
   background: linear-gradient(-45deg, #22e3bb 0%, #2196F3 100%);
   border: none;
   border-radius: 30px;
   box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
   color: #fff;
   padding: 15px 30px;
   width: 300px;
}

.box {
	position: relative;	/* 配置に関するもの(ここを基準に) */
	margin: 2em auto;	/* ボックスの外側余白(上下:2em　左右:auto) */
	padding: 1.7em 2em;	/* ボックスの内側余白(上下:1.7em　左右:2em) */
	border: 2px solid #0096db;	/* ボックスの線 (太さ　線の種類　線の色)*/
	border-radius: 4px;	/* ボックスの角丸 */
}
.box i{
	background: #0096db;/* アイコン背景色 */
	color: #fff; /* アイコン色 */
	padding: 10px; /* アイコン余白 */
	border-radius: 20px; /* アイコン角丸 */
	margin-right: 10px;
}
.box .box-title {
	position: absolute; /* 配置に関するもの(ここを動かす) */
	top: -21px; /* 上から（-21px）移動*/
	left: 30px; /* 左から(30px)移動 */
	background: #fff; /* タイトル背景色 */
	color: #0096db; /* タイトル文字色 */
	padding: 0 10px;/* タイトルの余白 */
	line-height: 1;/* タイトルの行の高さ */
	font-size: 20px;/* タイトル文字の大きさ */
	font-weight: bold;/* タイトル文字の太さ */
}
.box p {
	margin: 0; /* 文字の外側余白リセット*/
	padding: 0; /* 文字の内側余白リセット*/
}


.list-cta {
	overflow: hidden;
}

.list-cta-heading {
	background: #000;
	display: block;
	font-size: 18px;
	color: #0096db;
	padding: 15px;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
	background: #0096db1f;
}

.list-cta-detail {
	display: flex;
	flex-wrap: wrap;
	background: #fffeec;
	border-radius: 0 0 10px 10px;
}

.list-cta-detail__left {
	max-width: 300px;
	width: 100%;
	margin: 20px;
}

.list-cta-detail__left small {
	line-height: 0;
	
}

.list-cta-detail__right {
	width: calc(100% - 370px);
	margin-right: 20px;
	margin-bottom: 15px;
	font-size: 14px;
}

.list-cta-detail__right ul {
	font-weight: bold;

}


.author-name {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}
.author-box .author-name a {
    text-decoration: none;
    color: #333;
}
.author-box p {
    margin-top: 0.3em;
    line-height: 1.6;
}
.author-box p a {
    text-decoration: none;
    color: #008cee;
}
.author-box p a:hover {
    text-decoration: underline;
    color: #008cee;
}
.author-box .sns-follow-buttons a.follow-button {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    margin-bottom: 4px;
    margin-right: 8px;
    background: none;
    color: #fff;
}
.author-box a.follow-button span {
    line-height: 40px;
}
.author-box a.follow-button span::before {
    font-size: 22px;
}
.author-box .icon-twitter-logo::before {
    font-family: FontAwesome;
    content: "\f099"
}
.author-box .icon-facebook-logo::before {
    font-family: FontAwesome;
    content: "\f09a";
}
.author-box .icon-instagram-new::before {
    font-family: FontAwesome;
    content: "\f16d";
}
.author-box .icon-hatebu-logo::before {
    font-family: Verdana;
    content: 'B!';
    font-weight: bold;
}
.author-box .icon-google-plus-logo::before {
    font-family: FontAwesome;
    content: "\f0d5";
}
.author-box .icon-youtube-logo::before {
    font-family: FontAwesome;
    content: "\f167";
}
.author-box .icon-pinterest-logo::before {
    font-family: FontAwesome;
    content: "\f231";
}
.author-box .icon-amazon-logo::before {
    font-family: FontAwesome;
    content: "\f270";
}
.author-box .icon-github-logo::before {
    font-family: FontAwesome;
    content: "\f09b";
}
.author-box .website-button { background-color: #47555c !important; }
.author-box .twitter-button { background-color: #1da1f2 !important; }
.author-box .facebook-button { background-color: #3b5998 !important; }
.author-box .hatebu-button { background-color: #2c6ebd !important; }
.author-box .google-plus-button { background-color: #dd4b39 !important; }
.author-box .instagram-button { background: #e1306c !important; }
.author-box .youtube-button { background-color: #ef1515 !important; }
.author-box .flickr-button { background-color: #0063dc !important; }
.author-box .pinterest-button { background-color: #bd081c !important; }
.author-box .line-button { background-color: #00c300 !important; }
.author-box .amazon-button { background-color: #ff9900 !important; }
.author-box .rakuten-room-button { background-color: #c42e7f !important; }
.author-box .github-button { background-color: #333 !important; }
.author-box .feedly-button { background-color: #2bb24c !important; }
.author-box .rss-button { background-color: #f26522 !important; }
.author-box .soundcloud-button { background-color: #ff7700 !important; }
#main .author-box {
    border: none;
    border-radius: 3px;
    margin: 1em 0;
    line-height: 1.4;
    position: relative;
    padding: 1.4% 2% 1.8% 0;
    box-shadow: 0 5px 20px -5px rgba(105,115,131,.35);
}
#main .author-widget-name {
    display: inline-block;
    position: relative;
    margin: 10px 0 0 -170px;
    padding: 6px 12px;
    border-radius: 20px;
    background: #eaedf2;
    color: #555;
    font-size: 14px;
    font-weight: 700;
    z-index: 1;
}
#main .author-widget-name::before {
    position: absolute;
    content: '';
    z-index: -1;
    bottom: -30px;
    left: 60px;
    border: 15px solid transparent;
    border-top: solid 30px #eaedf2;
    transform: rotate(-40deg);
}
#main .author-thumb {
    float: left;
    margin: 0;
    padding-top: 70px;
    width: 200px;
    text-align: center;
}
#main .author-thumb img {
    border: solid 5px #dfe2e8;
    width: 100px;
}
#main .author-content {
    margin: -30px 0 0 200px;
    padding-left: 30px;
    border-left: 2px #eaedf2 dashed;
}
#main .author-box .author-name {
    line-height: 1;
}
#main .author-box p {
    font-size: .95em;
}
@media screen and (max-width: 480px){
#main .author-box {
    margin: 1em 10px;
    padding: 16px;
    text-align: center;
}
#main .author-widget-name {
    margin: 0;
}
#main .author-widget-name::before {
    left: 50px;
}
#main .author-thumb {
    float: none;
    margin: 0;
    padding-top: 20px;
    width: 100%;
}
#main .author-box .author-name {
    font-size: 14px;
}
#main .author-content {
    margin: 10px 0 0 0;
    padding-left: 0;
    border: none;
}
#main .author-box p {
    font-size: 14px;
    text-align: left;
}
#main .author-box .sns-follow-buttons {
    justify-content: center;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/* ====== Tablet: 768px–1023px ====== */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }

  .site-header__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 10px 15px;
    box-sizing: border-box;
  }

  .site-header__tit,
  .site-header__bnr2 {
    width: auto;
    margin-bottom: 10px;
    display: block;
    text-align: left;
  }

  .header-search {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
  }

  .header-search__inner {
    width: 100%;
    max-width: 400px;
    margin-left: 0;
  }

  .header-search__txt {
    width: calc(100% - 45px);
    float: left;
  }

  .header-search__btn {
    float: left;
  }
}

@media screen and (max-width: 834px) {
  .footer-about {
    width: 100% !important;
  }

  .footer-about__inner {
    max-width: 100% !important;
    width: 100% !important;
    padding: 20px;
    box-sizing: border-box;
  }

  .footer-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .footer-list__box {
    display: block !important;
    width: 100% !important;
    padding: 10px 0 !important;
    border-left: none !important;
    border-bottom: 1px dotted #80cbed;
  }

  .footer-sns {
    position: static !important;
    margin-top: 15px;
  }
}	
	
/* ====== Mobile: max-width 767px ====== */
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .site-header__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
  }

  .site-header__tit,
  .site-header__bnr2 {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
  }

  .header-search {
    display: none !important;
  }

  .footer {
    display: none;
  }

  .footer-mobile {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    font-size: 12px;
  }

  .footer-mobile ul {
    width: 350px;
    margin: 0 auto;
  }

  .footer-mobile ul li {
    display: inline-block;
    margin: 0 20px;
  }

  .footer-mobile ul li a {
    color: #999;
  }
}





	


