/**
 * メインCSS
 */
@charset "UTF-8";

:root{
	--main_color_blue: #171c60;
	--main_color: #FEEEED;
	/*--main_text_color:#807472;*/
	--main_text_color:#66605F;
	--main_accent_color:#FE766E;

}

body{
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* ------------------------------------- */
/*	 Header
/* ------------------------------------- */
#header {
	/*padding-top: 20px;*/
	/*background-color: #eee;*/
}

/*  logo
/*--------------------------------- */
.logo{ /* センタリング */
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100px;
}

.logo h1 { /* 丸とフォントのスタイリング */
	background-color: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #515151;
	font-size: 26px;
	height: 100px;
	margin: 0;
	padding-top: 38px;
	width: 100px;
}


/*  nav
/*--------------------------------- */
/* @media (min-width: 768px){ */ /* xsサイズでの崩れ防止 */
.navbar {
	border-radius: 0;
}

.navbar-nav {
	display: inline-block;
	/** width: 400px; /*test*/
	float: none;
	margin: 10px auto;
	width:auto;
}

.navbar-nav>li {
	border-right: 1px solid var(--main_text_color);
	float: left;
	text-align: center;
	width: 80px;
}
.navbar-nav>li.first {
	border-left: 1px solid var(--main_text_color);
}

.navbar-nav>li>a {
	padding-bottom: 5px;
	padding-top: 5px;
}

.navbar-default {
	/*background-color: #515151;*/
	/*background-color: #282828;*/
	/*background-color: #171c60;*/
	background-color: var(--main_color);
	border:none;
	text-align: center;

}

.navbar-default .navbar-nav>li>a {
	/*color: #fff;*/
	color: white;
	color: var(--main_text_color);
	font-size:16px;
	font-weight: 200;
	/*text-shadow:1px 1px 1px var(--main_pink_text_color);*/
}
/* } */

span.navbar-brand{
	/*color:white !important;*/
	color: var(--main_text_color);
}

/*  nav
/*--------------------------------- */
.navbar {
	margin-bottom: 0; /* 追記 */
}

.nav>li>a{
	/* 幅調整 */
	padding-left:inherit;
	padding-right:inherit;
}


/*  carousel
/*--------------------------------- */
.carousel-inner img{ /* フルワイド化 */
	width: 100%;
}



/* ------------------------------------- */
/*	 content
/* ------------------------------------- */
.title{
	margin-bottom: 20px;
	margin-top: 40px;
	text-align: center;
}

.text-box{
	margin-bottom: 40px;
}

#content {
	margin-bottom: 20px;
	margin-top:10px;

}

/*  panel-box
/*--------------------------------- */
.panel {
	background-color: #D1D1D1;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-bottom: 20px;
}

.panel-heading{
	/*text-align: center;*/
	/*padding: 18px 15px;*/
	/*background-color: #515151;*/
	/*border-top: none;*/
	/*border-bottom-right-radius: 0;*/
	/*border-bottom-left-radius: 0;*/
	/*color: #fff;*/
	/*font-size: 20px;*/
	/*font-weight: bold;*/
}

.panel-body {
	/*text-align: center;*/
	/*padding: 18px 15px;*/
	/*!*background-color: #515151;*!*/
	/*border-top: none;*/
	/*border-bottom-right-radius: 0;*/
	/*border-bottom-left-radius: 0;*/
	/*!*color: #fff;*!*/
	/*color: #888;*/
	/*font-size: 20px;*/
	/*font-weight: bold;*/

}

.panel-footer {
	/*text-align: center;*/
	/*height: 180px;*/
	/*padding-top: 90px;*/
	/*color: #888;*/
	/*font-size: 18px;*/
}


/*  button-box
/*--------------------------------- */
.button-box{
	background-color: #eee;
	margin-top: 40px;
	padding: 60px 0;
	text-align: center;
}

.button-box p{
	color: #888;
}

.btn {
	/*padding: 12px 80px;*/
}

.button-box .btn-default{
	/*color: #fff;*/
	font-size: 18px;
	font-weight: bold;
	/*background-color: #515151;*/
}



/* ------------------------------------- */
/*	  Footer
/* ------------------------------------- */
#footer{
	background-color: var(--main_color);
	padding: 40px 0;
	/*background-color: #515151;*/
	/*background-color: #282828;*/
	text-align: center;
}

/*  logo
/*--------------------------------- */
#footer .logo{
	/*color:white;*/
	color:var(--main_text_color);
	margin-top: 0;
}

.logo p { /* 丸とフォントのスタイリング */
	/*background-color: #fff;*/
	background-color: var(--main_text_color);;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #515151;
	font-size: 26px;
	font-weight: bold;
	height: 100px;
	margin: 0;
	padding-top: 34px;
	width: 100px;
}

/*  nav
/*--------------------------------- */
#footer .navbar-nav>li {
	border-right: 1px solid #000;
}
#footer .navbar-nav>li.first{
	border-left: 1px solid #000;
}

#footer .navbar-nav li a{
	/*color: #fff;*/
	color: var(--main_text_color);
}

/* aside
/*--------------------------------- */
section .information-section{
	margin-bottom:20px;
	padding-top:10px;
}

section .information-section h4{
	font-weight: bold;
	text-align: center;
}

section .information-section h4{
	font-weight: bold;
	text-align: center;
}


/*  sns-icon
/*--------------------------------- */
.sns-icon{
	margin-top: 30px;
}

.sns-icon li{
	padding-left: 20px;
}
.sns-icon li:hover{
	color: #fff;
}

/*  copy
/*--------------------------------- */
.copy{
	margin-top: 20px;
}

.copy span{
	/*color: #333;*/
	/*color: white;*/
	color: var(--main_text_color);
}

/*  特定商品取引法、利用規約、プライバシーポリシー、FAQ
/*----------------------------------- */
#law-section, #terms-section, #privacy-section, #faq-section{
	padding:20px;
}
#law-section dd, #terms-section dd, #privacy-section dd, #faq-section dd{
	margin-bottom:10px;
}

/* TOP section */
#top-section h3{
	font-weight: bold;
	margin:30px 0px;
	text-align:center;
}







/* フラッシュメッセージ */
.flash-danger{
	background: #fff1f0;
	color: #d85030;
	margin: 15px 0px;
	padding: 10px;
}

.flash-success{
	background: #f2fae3;
	color: #659f13;
	margin: 15px 0px;
	padding: 10px;
}


/* 2カラム余白 */
#right-aside{
	padding-left:10px;
	padding-right:10px;
}

#right-aside #profile-contents{
	font-size:0.8em;
}

#article{
	padding-left:10px;
	padding-right:10px;
	/*margin-right:40px;*/
}


#left-aside section, #right-aside section #article{
	padding:10px;
}

h1{
	/*color:rgb(137,101,25); !* gold *!*/
	font-size:45px;
	font-weight:bold;
	position: relative;
	text-align: center;
}

h2 {
	/*color:rgb(137,101,25);!* gold *!*/
	font-size:20px;
	position: relative;
	text-align: center;
}

/* h2の両サイドにバー */
#left-aside h2 span, #right-aside h2 span{
	background-color: #fff;
	display: inline-block;
	margin: 0 4em;
	padding: 0 1em;
	position: relative;
	text-align: left;
	z-index: 2;
}
#left-aside h2::before, #right-aside h2::before  {
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	/* white*/
	top: 50%;
	width: 100%;
	z-index: 1;
	/* gold */
	/*background: rgb(137,101,25);*/
	/*background: -webkit-linear-gradient(-45deg, transparent, rgb(137,101,25) 10%, rgb(137,101,25) 90%, transparent);*/
	/*background: linear-gradient(-45deg, transparent, rgb(137,101,25) 10%, rgb(137,101,25) 90%, transparent);*/
}


/* フェードイン表示 */
article {
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
	animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

aside {
	-webkit-animation: fadeIn2 4.5s ease 0s 1 normal;
	animation: fadeIn2 4s ease 0s 1 normal;
}

@keyframes fadeIn2 {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn2 {
	0% {opacity: 0}
	100% {opacity: 1}
}

/* goldbar */
.goldbar {
	background: #cdb596;
	background-image: -moz-linear-gradient(top, #f2e0c9 0%, #d3ba9b 50%, #cdb596 50%, #a58b69 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2e0c9), color-stop(0.50, #d3ba9b), color-stop(0.50, #cdb596), color-stop(1, #a58b69));
	box-shadow: rgba(92, 92, 92, 0.3) 0px 1px 1px 0px;
	height: 4px;
	margin-left: 5px;
	width: 90%;
}


/*  ボタン */
.btn-default{
	/*color:white;*/
	/*background-color: #0f5ca0;*/
}
.btn-default:hover {
	background-color: #7f7eb8;
	color:white;
}

/* マイページ */
.my-page-dl {
}
.my-page-dl dd{
	font-size:1.5em;
	margin-bottom:20px;
}

/* プロフィール */
#profile-figure{
	margin:10px;
}

/* 記事画像 */
#article-header-figure{
	margin:10px;
	padding:10px;
}

/* FAQ */
article dd, article p {
	white-space: normal;
	word-wrap: break-word;
}

/* 記事大タイトル */
#article h3{
	/*background: #282828;*/
	/*border: none;*/
	box-shadow: 0 1px 5px rgba(0, 0, 0, .03);
	/*color: #ffffff;*/
	/*margin-top: 2.1em;*/
	font-size: 1.25em;
	margin-bottom: 1em;
	padding: 1em 1.1em;
	position: relative;
}


/* 記事内見出し */
#article h4{
	font-size: 18px;
	/*margin-top: 1.8em;*/
	/*margin-bottom: 1.8em;*/
	margin: 1.2em 0 1.2em 0;
	padding: .7em 0 .7em .8em;
	font-weight: bold;
}

/* ストライプ下線 */
.article_title {
	border-left: 15px;
	position: relative;
	padding: .3em;
	line-height: 1.4;
	background: none;
	box-shadow: none;
}

.article_title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: repeating-linear-gradient(-45deg, var(--main_accent_color), var(--main_accent_color) 2px, #fff 2px, #fff 4px);
}

/* ストライプ下線 */
.article_outline {
	border-left: 15px;
	position: relative;
	padding: .3em;
	line-height: 1.4;

}

.article_outline:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: repeating-linear-gradient(-45deg, var(--main_color), var(--main_color) 2px, #fff 2px, #fff 4px);
}


#article p.published{
	bottom:10px;
	font-family: 'Concert One', cursive;
	margin-bottom: 10px;
	position: absolute;
	right:10px;
}

#article .article-list{
	box-shadow: 0 2px 5px rgba(0, 0, 0, .13);
	float: left;
	height:350px;
	margin:5px 9px 8px 8px;
	padding:0.6em;
	position: relative;
	width:45%;
}

#article .article-list:hover {
	opacity: 0.85;
	transition: 0.3s;
}

#article .article-list a{
	color: #333;
	text-decoration: none;
}

#article .article-list a:hover{
	text-decoration: none;
}

#article .article-list h2{
	color: #333;
	font-size:16px;
	font-weight: bold;
	text-align: left;
}

/* サムネイル */
#article .column-list-thumbnail {
	/*margin:0px 7px 7px 0px;*/
	/*width:150px;*/
	text-align:center;
}
#article .column-list-thumbnail img{
	max-height:200px;
	min-height:150px;
}
#article .column-list-thumbnail img:hover{
}

#article .column-list-thumbnail .cate-name {
	background-color: red;
	color: white;
	font-size: 0.7em;
	opacity: .9;
	padding: 0.1em 0.5em;
	position: absolute;
	right: 0;
	text-align: center;
	top: 5px;
}

#article .column-list-detail {
	font-size:16px;
	margin:15px 0px;
}

#article .next-article,
#article .before-article{
	box-shadow: 0 2px 5px rgba(0, 0, 0, .13);
	margin-bottom: 20px;
}
#article .next-article a,
#article .before-article a {
	color: #333;
	text-decoration: none;
}

#article a.detailOn img{
	display: block;
	height: auto;
	max-width: 100%;
}

#article section#columnBody{
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
}

/* 記事サーチ */
div.search-query {
	/*padding-left: 29px;*/
}

div.icon-search {
	margin:10px 10px 0px 10px;
}

div.icon-search .input-group{
	width:100%;
}

div.icon-search .input-group span.input-group-btn{
	width:1%;
}

div.search-query:focus,
.search-query.focused {
	padding-left: 30px;
}


/* 検索aタグ */
a:link{
	border-bottom:#1a0dab;
	color:#1a0dab;
}

a:visited{
	border-bottom:#609;
	color: #609;
}

a.theme{
	border-bottom:#006621;
	color: #006621;
}

a.btn{
	color: #fff;
}


/* OGPリンクイメージ */
div.div-ogp{
	background-color: #ffffe5;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .13);
	padding:5px;
}
div.div-ogp a{
	color: #333;
	text-decoration: none;
}
div.div-ogp img.ogp_img{
	max-height:200px;
	max-width:200px;
}
div.div-ogp p.ogp_title{
	font-size:1.3em;
	padding-top:10px;
}
div.div-ogp p.ogp_body{
	font-size:0.7em;
}
/* QAコメント */
div#comment .div-comment{
	margin: 10px 10px;
}


table#tickRanking th,table#tickRanking td{
	text-align: center;
}
td.td-name{
	font-size:0.8em;
}
td.td-market{
	font-size:0.8em;
}

.td-features{
	font-size:0.7em;
}


h2{
	font-size:1.8em;
	font-weight:bold;
	text-align: left;
	margin-top:25px;
	margin-bottom:25px;

	padding: .5em .75em;
	background-color: #f6f6f6;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	color:#111;
	color:#3E3E3E;

	/*font-family: Arial,Helvetica,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;*/
}


/* 肉球アイコン */
i.fas, i.fa{
	display: inline-block;
	margin-right: 0.7em;
}


span.red{
	color: red;
}
span.blue{
	color: blue;
}
/* 画面右下ボタン */
#rightUnderButton {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#rightUnderButton a {
	display: block;
	z-index: 999;
	padding: 10px 0 0 2px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #9FD6D2;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#rightUnderButton a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.text-gray{
	font-size: 0.8em;
	color: #777777
}

.text-small-7{
	font-size:0.7em
}
.text-small-8{
	font-size:0.8em
}


.pc-only {
	display: inline-block;
}
.sp-only{
	display: none;
}

/* スマホ限定 */
@media screen and (max-width:780px) {
	input{
		font-size: 16px!important;
	}

	.sp-only{
		display: inline-block;
	}
	.pc-only{
		display: none;
	}

	.table-x-scroll {
		display: block;
		-webkit-overflow-scrolling: touch;
		overflow-x: scroll;
		/*white-space: nowrap;*/
	}
}
