@charset "utf-8";


/* =====================
　　共通、既存カスタマイズ
===================== */

.diary p, .diary h3 {
	margin: 0;
	padding: 0;
}

/*  a
------------------------*/

#cate_wrap a {
	color: #333;
}
#cate_wrap a:hover {
	color: #333;
	text-decoration: none;
}
#cate_wrap a:hover p {
	opacity: 1;
}

/*  a.a_tx2（ホバーでアンダーライン）
------------------------*/

#cate_wrap a.a_tx2 {
	display: inline-block!important;
}
#cate_wrap a.a_tx2:hover {
	text-decoration: underline!important;
}


/*  img
------------------------*/

#cate_wrap img {
	width: 100%;
	transition: 0.2s;
	backface-visibility: hidden;
	display: block;
}
#cate_wrap a:hover img {
	opacity: 0.6;
}

/*  section
------------------------*/

#cate_wrap section {
	padding-top: 20px;
	margin-top: -20px;
	margin-bottom: 70px;
}

/*  h2.bar 見出し
------------------------*/

#cate_wrap h2.bar {
	margin-top: 0px!important;
}
#cate_wrap h2.bar + p { /* h2.bar直下のpの余白調整 */
	margin-bottom: 25px!important;
	font-size: 13px;
}
/* プレゼントアイコン */
#cate_wrap h2 .ico_present {
	background-image: url(../ico_present.png);
	    background-repeat: no-repeat;
	    background-size: 16px 21px;
	    width: 16px;
	    height: 21px;
			margin: -5px 10px -4px -30px;
	    display: inline-block;
}
/* 初心者アイコン */
#cate_wrap h2 .ico_beginner {
	background-image: url(../ico_beginner.png);
	    background-repeat: no-repeat;
	    background-size: 22px 16px;
	    width: 22px;
	    height: 16px;
			margin: -5px 10px -3px -30px;
	    display: inline-block;
}


/*  section h3 span
------------------------*/

#cate_wrap section a:hover h3 span { /* h3マウスオーバーで色下線*/
	background: linear-gradient(transparent 70%, #fff474 30%);
}

/*  ul
------------------------*/

#cate_wrap ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
}

/*  カテゴリ上部調整
------------------------*/

/* 最上部ナビ */
#cate_wrap #navi_top .navi_top_link a:hover { /* diary.cssで全体にかけたa:hover下線消しを他カテゴリに合わせて打ち消し */
	text-decoration: underline;
}
/* リード */
#cate_wrap .cate_lead.cate_lead_high { /* 下余白調整 */
	margin-bottom: 60px;
}
/* 4列ナビ */
#cate_wrap .navi_tx4 li a:hover {
	text-decoration: underline;
}

/*  既存3カラム */
#cate_wrap ul.navi_img3_top li:nth-child(-n+3) {/* 既存3カラム余白調整 */
	margin-bottom: 0!important;

}

/*  1カラムバナー
------------------------*/

#cate_wrap ul.bnr li { /* 既存マージン調整 */
	margin: 30px 0 0;
}
#cate_wrap ul.bnr li:last-child {
	margin: 0;
}

/*  1カラムバナー + テキスト
------------------------*/

#cate_wrap ul.bnr li h3 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
}
#cate_wrap ul.bnr li p {
	padding-top: 0;
	margin-top: 15px;
	font-size: 12.5px;
	line-height: 1.6;
}


/*  1カラム（左画像・右テキスト）
------------------------*/

#cate_wrap ul.column1 li {
	margin-top: 30px;
}
#cate_wrap ul.column1 li:first-child {
	margin-top: 0;
}
#cate_wrap ul.column1 li img, #cate_wrap ul.column1 li a img {
	width: 325px;
	margin-right: 20px;
	float: left;
}
#cate_wrap ul.column1 li img + div, #cate_wrap ul.column1 li a + div {
	width: 325px;
	float: right;
}
#cate_wrap ul.column1 h3 {
	font-size: 14px;
	line-height: 1.7;
}
#cate_wrap ul.column1 p {
	margin-top: 15px;
	line-height: 1.6;
}


/*  2カラム
------------------------*/

#cate_wrap ul.column2 li{
	width: 325px;
	margin: 30px 20px 0 0;
}
#cate_wrap ul.column2 li:nth-child(2n) {
	margin-right: 0;
}
#cate_wrap ul.column2 li:nth-child(-n+2) { /* 最上段のカラムのみ上マージン外す */
	margin-top: 0;
}

/*  3カラム （210px）
------------------------*/

#cate_wrap ul.column3 li {
	width: 210px;
	margin:30px 20px 0 0;
}
#cate_wrap ul.column3 li:nth-child(-n+3) {
	margin-top: 0;
}
#cate_wrap ul.column3 li:nth-child(3n) {
	margin-right: 0;
}

/*  リスト横幅強制100%
------------------------*/
#cate_wrap ul li.width100 {
	width: 100%!important;
	margin-right: 0!important;
}


/*  カラム テキスト（p.catch h3）
------------------------*/

#cate_wrap section ul img + p.catch {
	margin-top: 8px;
	font-size: 12.5px;
	font-weight: bold;
}
#cate_wrap section ul p.catch + h3 {
	margin-top: 5px;
	font-size: 15px;
}

/*  カラム テキスト（h3 p）
------------------------*/

#cate_wrap section ul img + h3 {
	display: inline-block;
	font-size: 14.5px;
	margin-top: 10px;
}
#cate_wrap section ul h3 + p {
	margin-top: 5px;
	font-size: 12.5px;
}


/*  PC：2カラム、スマホ：1カラム
------------------------*/

#cate_wrap ul.column_pc2_smp1  li {
	width: 325px;
	margin: 30px 20px 0 0;
}
#cate_wrap ul.column_pc2_smp1 li:nth-child(2n) {
	margin-right: 0;
}
#cate_wrap ul.column_pc2_smp1 li:nth-child(-n+2) { /* 最上段のカラムのみ上マージン外す */
	margin-top: 0;
}


/*  PC：3カラム（210px）、スマホ：2カラム
------------------------*/

#cate_wrap ul.column_pc3_smp2 li {
	width: 210px;
	margin:30px 20px 0 0;
}
#cate_wrap ul.column_pc3_smp2 li:nth-child(-n+3) {
	margin-top: 0;
}
#cate_wrap ul.column_pc3_smp2 li:nth-child(3n) {
	margin-right: 0;
}

/*  PC：4カラム、スマホ：2カラム
------------------------*/

ul.column_pc4_smp2 li {
	width: 156px;
	margin: 30px 15px 0 0;
}
ul.column_pc4_smp2 li:nth-child(4n) {
	margin-right: 0;
}
ul.column_pc4_smp2 li:nth-child(-n+4) { /* 最上段のカラムのみ上マージン外す */
	margin-top: 0;
}
ul.column_pc4_smp2 li p:nth-of-type(1) {
	font-size: 13px;
	font-weight: bold;
	margin-top: 8px;
	text-align: center;
}
ul.column_pc4_smp2 li p:nth-of-type(2) {
	font-weight: normal;
	margin-top: 5px;
}

/*  PC：4カラム、スマホ：3カラム
------------------------*/

ul.column_pc4_smp3 li {
	width: 156px;
	margin: 30px 15px 0 0;
}
ul.column_pc4_smp3 li:nth-child(4n) {
	margin-right: 0;
}
ul.column_pc4_smp3 li:nth-child(-n+4) { /* 最上段のカラムのみ上マージン外す */
	margin-top: 0;
}
ul.column_pc4_smp3 li p:nth-of-type(1) {
	font-size: 13px;
	font-weight: bold;
	margin-top: 8px;
	text-align: center;
}
ul.column_pc4_smp3 li p:nth-of-type(2) {
	font-weight: normal;
	margin-top: 5px;
}

/*  PC：4カラム、スマホ：4カラム
------------------------*/

ul.column4 li {
	width: 156px;
	margin: 30px 15px 0 0;
}
ul.column4 li:nth-child(4n) {
	margin-right: 0;
}
ul.column4 li:nth-child(-n+4) { /* 最上段のカラムのみ上マージン外す */
	margin-top: 0;
}
ul.column4 li p:nth-of-type(1) {
	font-size: 13px;
	font-weight: bold;
	margin-top: 8px;
	text-align: center;
}
ul.column4 li p:nth-of-type(2) {
	font-weight: normal;
	margin-top: 5px;
}

/*  特長01 横並び
------------------------*/
.feature01 {

}

/*  特長02 縦並び
------------------------*/
.feature02 li {
	overflow: hidden;
	margin-top: 40px;
}
.feature02 li:first-child {
	margin-top: 0;
}
.feature02 li:after {
	clear: both;
}
.feature02 li .feature02_right {
	float: right;
	width: 335px;
	margin-left:20px;
}
.feature02 li h3 {
	width: 310px!important;
	font-size: 15px!important;
	margin: 0 0 15px!important;
}
.feature02 li h3.ico_pen {
	content: "";
	padding-left: 25px;
	background: transparent url(../ico_pen.png) no-repeat;
	background-size: 18px 18px;
}
.feature02 li img {
	float: left;
	width: 315px!important;
}
.feature02 li p {
	font-size: 12.5px;
	line-height: 1.6
}

/*  ラインアップ
------------------------*/

ul.cate_lineup .ico_format { /* フォーマットアイコン調整 */
	margin-top: 7px;
}
/* マウスオーバーで色下線を打ち消し
#cate_wrap ul.cate_lineup a:hover h3 span {
	background: transparent;
}
*/

/*  チェックリスト（こんな人におすすめ）
------------------------*/

.checklist {
	margin-bottom: 50px;
}
.checklist h3 {
	font-size: 14px;
}
.checklist ul{
	flex-flow: column nowrap;
	margin-top: 13px!important;
}
.checklist li {  /* チェックマークアイコン付きテキスト */
	display: inline-block;
	content: "";
	padding-left: 20px;
	background: transparent url(../ico_check_gray.png) no-repeat;
	margin: .6em 0 0 2px;
	background-size: 13px 10px;
	background-position: left top 4px;
	font-size: 12.5px;
}
.checklist li:first-child {
	margin-top: 0;
}

/*  チェックリスト（ここが新しくなりました！）
------------------------*/

.checklist_new {
	margin-bottom: 70px;
	margin-top: -20px;
	padding: 15px;
	border: 2px solid #333;
	box-sizing: border-box;
	border-radius: 8px;
}
.checklist_new h3 {
	font-size: 13.5px;
}
.checklist_new ul{
	flex-flow: column nowrap;
	margin-top: 13px!important;
}
.checklist_new li {  /* チェックマークアイコン付きテキスト */
	display: inline-block;
	content: "";
	padding-left: 20px;
	background: transparent url(../ico_check_blue.png) no-repeat;
	margin: .6em 0 0 2px;
	background-size: 13px 10px;
	background-position: left top 4px;
	font-size: 12.5px;
}
.checklist_new li:first-child {
	margin-top: 0;
}

/*  フォーマットアイコン
------------------------*/
#cate_wrap span.ico_format {
	font-size: 11px;
	display: inline-block;
	font-weight: normal;
	border: 1px solid #ccc;
	padding: 2px 6px;
	margin-right: 8px;
	box-sizing: border-box;
}

/*  NEW 色
------------------------*/
#cate_wrap .color_new {
	color: #f4510c;
}

/*  画像に枠線
------------------------*/
#cate_wrap img.img_border {
	border: 1px solid #eee;
	box-sizing: border-box;
}



/* =====================
　　ダイアリーTOP
===================== */

/*  送料無料表記
------------------------*/

#cate_wrap .diary_cp_text {
	text-align: center;
	margin: 20px auto 15px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

/*  キャンペーン注意事項
------------------------*/

.campaign_guide {
	background-color: #fffbcd;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
}
.campaign_guide h3 {
	font-size: 13px;
}
.campaign_guide p {
	/*margin-top: 10px;*/
	font-size: 12px;
}

/* ボタン */
.campaign_guide .btn_wrap {
	text-align: center;
}
.campaign_guide a.btn {
	display: inline-block;
	padding: 10px 20px 10px 30px;
	border: 2px solid #333;
	margin: 15px auto 0;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	transition: 0.2s;
}
.campaign_guide a.btn:after {
	display: inline-block;
	content: "";
	background: url(../ico_arrow_right.png) no-repeat;
	background-size: contain;
	width: 7px;
	height: 11px;
	margin-left: 10px;
}
.campaign_guide a:hover.btn {
	background-color: rgba(254,240,84,0.5);
}

/*  ページ内リンクボタン
------------------------*/

.top_page_link li {
	width: 32%;
	margin:15px 2% 0 0;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	border: 3px solid #eeeeee;
}
.top_page_link li:nth-child(3n) {
	margin-right: 0;
}
.top_page_link li a {
	padding: 8px 10px;
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	transition: 0.2s;
}
.top_page_link li a:after {
	content: "";
	background: url(../ico_arrow_down.png) no-repeat;
	background-size: contain;
	width: 11px;
	height: 7px;
	position: absolute;
	right: 13px;
	top: 40%;
}
.top_page_link li a:hover {
	background-color: #eee;
}

/* 別ページへのリンク */
.top_page_link li.other_page {
border-color: #f7ecd1;
}
.top_page_link li.other_page a:hover {
	background-color: #f6f0e2;
}
.top_page_link li.other_page a:after {
	content: "";
	background: url(../ico_arrow_right.png) no-repeat;
	background-size: contain;
	width: 7px;
	height: 11px;
	top: 35%;
}

/*  シリーズで選ぶ
------------------------*/

.diary_top #series ul.bnr li { /* 上部1カラムバナー用 */
	margin-bottom: 30px;
}
.diary_top #series ul:last-child {
	margin: 30px 0 0;
}
.diary_top #series ul.bnr:last-child li {
	margin-bottom: 0;
}

/*  サイズで選ぶ
------------------------*/

.diary_top #size ul li {
	text-align: center;
}
.diary_top #size ul li:nth-child(1) {
	width: 224px;
}
.diary_top #size ul li:nth-child(2) {
	width: 193px;
}
.diary_top #size ul li:nth-child(3) {
	width: 253px;
}

/*  ダイアリーにプラス
------------------------*/

.diary_top #diary_around h3 {
	font-size: 14px;
}


/* =====================
　2019 新登場ダイアリー
===================== */

/* 見出し帯 */
#cate_wrap.new_diary2019 h2.bar { /* 既存スタイル調整 */
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #333;
	padding: .8em;
	margin: 0 0 20px;
	line-height: 1;
	text-align: center;
}

/* メニュー h3センター揃え */
#cate_wrap .nav {
	text-align: center;
}
#cate_wrap .nav h3 {
	font-size: 14px;
}

/* section unit スタイル（シリーズ枠） */
#cate_wrap p.unit_tx {
	font-size: 13px;
	line-height: 1.8;
	margin: 10px 0 50px;
}
#cate_wrap .unit h3 {
	font-size: 15px;
	margin-top: 15px;
}
#cate_wrap p.unit_item_name {
	font-weight: bold;
	margin-bottom: 8px;
}
#cate_wrap ul.unit_item_var + p.unit_item_name { /* 1段目以降 上マージン */
	margin-top: 30px;
}

/* バリエーション一覧 */

ul.unit_item_var li {
	text-align: center;
	width: 126px;
	margin: 20px 10px 0 0;
}
ul.unit_item_var li:nth-child(5n) {
	margin-right: 0;
}
ul.unit_item_var li img {
	margin-bottom: 5px;
	display: block;
}
.link_btn { /* 既存スタイル調整 */
	margin-top: 50px;
}



/* =====================
　　ビジネスダイアリー
===================== */


/*  サイズで選ぶ
------------------------*/

.business_diary #size ul li:nth-child(1) {
	width: 36px;
}
.business_diary #size ul li:nth-child(2) {
	width: 172x;
}
.business_diary #size ul li:nth-child(3) {
	width: 126px;
}
.business_diary #size ul li:nth-child(4) {
	width: 156px;
}
.business_diary #size ul li:nth-child(5) {
	width: 180px;
}


/* =====================
　　ポケットダイアリー
===================== */

/*  表
------------------------*/

.pocket_table table {
	width: 100%;
	border-collapse: collapse;
	table-layout:fixed;
	word-wrap: break-word;
}
.pocket_table table th, .pocket_table table td {
	border: 1px solid #ccc;
	padding: 8px;
	font-size: 11px;
	box-sizing: border-box;
}

/* 1行目 */
.pocket_table table tr:first-child th {
	border: none;
	background-color: unset!important;
	text-align: center;
}
.pocket_table table tr:first-child a {
	font-size: 12px;
	font-weight: bold;
}
.pocket_table table tr:first-child a:hover {
	color: #999!important;
}
.pocket_table table tr:first-child th img {
	margin-bottom: 5px;
}
.pocket_table table tr:first-child a span {
	font-size: 9px;
	font-weight: normal;
}

/* 1列目 */
.pocket_table table tr th:first-child {
	width: 90px;
	background-color: #eee;
	font-weight: bold;
}



/* =====================
　　キャンペーン注意事項
===================== */

#cate_wrap.diary_campain {
	margin-bottom: 100px;
}

#cate_wrap.diary_campain p {
	line-height: 1.7;
	font-size: 12.5px!important;
	margin-top: 20px;
}
#cate_wrap.diary_campain img {
	margin-top: 10px;
}

/* インデントリスト */
#cate_wrap ul.caution {
	margin-top: 20px;
	padding: 0;
}
#cate_wrap ul.caution li {
	text-indent: -1.1em;
	margin: 0 0 1em 1.1em;
	line-height: 1.7;
	color: #333;
	font-weight: normal;
	font-size: 12.5px;
}
#cate_wrap ul.caution li.ten:before {
	content: "・"!important;
}
#cate_wrap ul.caution li.maru:before {
	content: "●"!important;
}

/* 矢印リンク */
#cate_wrap div.arrow_right {
	margin-top: 20px;
	margin-bottom: 25px;
}
#cate_wrap .arrow_right a {
	background: rgba(0, 0, 0, 0) url("../ico_arrow_right.png") no-repeat scroll right center;
	background-size: 5px auto;
	padding-right: 12px;
	text-decoration: underline!important;
	font-weight: bold;
}

/* h3 */
.diary_campain h3 {
	font-size: 14px;
	margin-top: 30px;
}

/* 強調枠 */
.campaign_important {
	background-color: #fffbcd;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
}


/* =====================
　PRD
===================== */

/* フォーマット説明 */
section div.column1_detail {
	margin-top: 50px;
}
section div.column1_detail:first-child {
	margin-top: 0;
}
section div.column1_detail h2 {
	text-align: center;
	font-size: 14px;
}
section div.column1_detail img {
	margin-top: 12px;
}
section div.column1_detail p {
	margin: 12px 10px 0;
	line-height: 1.8;
}

/* =====================
　フォーマット 共通ナビ
===================== */

/* 複数行になるボタンあり。サイズを調整 */
#cate_wrap.diary_format ul.navi_tx4 li {
	height: 40px;
	line-height: 40px;
}
#cate_wrap.diary_format ul.navi_tx4 li.multiline { /* 複数行用 */
	line-height: 16px;
}
#cate_wrap.diary_format ul.navi_tx4 li.multiline a {
	margin-top: 5px;
}

/* =====================
　　その他
===================== */

.smp_only {
	display: none!important;
}
