@charset "UTF-8";

/*記事ページ：画像のキャプション前後のマージン調整*/
#detail_sec1 .part1 .part_body .block .img_wrapper img{margin-bottom: 0 !important;}

/*記事ページ：クレジットとINDEXのマージン調整
#detail_sec1 .part1 .part_body .block.header_block{padding-bottom: 0 !important;}*/

/*記事ページ：writerからおまけのQ&Aの間を調整*/
#common_section{margin-top: 0 !important;}

/*記事ページ：おまけのQ&Aからぱんくずの間を調整*/
#common_section .part3 .answer dl:last-child{margin-bottom:0;}

/*記事ページ：グレーの囲み枠*/
#detail_sec1 .part1 .part_body .block.block1 .content:last-child{margin-bottom:0;}

/*記事ページ：見出し直下のタグ調整*/
#detail_sec1 .part1 .part_header .tags a{margin-bottom: 5px;}


/*記事ページ：INDEXの■を調整*/
#detail_sec1 .part1 .part_body .block.contents_block .block_content ul li{position: relative;padding-left: 1.5em;}
#detail_sec1 .part1 .part_body .block.contents_block .block_content ul li:before{content: "■";display: inline-block;font-size: 1em;color: #a0a0a0;position: absolute;top: 0;left: 0;}
#detail_sec1 .part1 .part_body .block.contents_block .block_content ul li a{text-decoration: none !important;}

/*記事ページ：コンテンツのフォントサイズ調整 h3*/
#detail_sec1 .part1 .part_body .block .content h3{font-size: 20px !important;margin-bottom: 10px;}

/*記事ページ：コンテンツのフォントサイズ調整 リスト*/
#common_section .part5 .list_block {margin-top: 100px;}
#common_section .part5 .list_block ul li {font-size: 16px;line-height: 2;display: flex;align-items: flex-start;justify-content: flex-start;margin-bottom: 12px;}
#common_section .part5 .list_block ul li .number {width: 24px;height: 24px;background: #a0a0a0;color: white;display: flex;align-items: center;font-size: 12px;margin-right: 6px;justify-content: center;margin-top: 4px;}

#detail_sec1 .part1 .part_body .block .content .list_block ul{padding-left: 33px;}
#detail_sec1 .part1 .part_body .block .content .list_block ul li{display: block;text-indent: -33px;}
#detail_sec1 .part1 .part_body .block .content .list_block ul li span.number{width: 24px;height: 24px;line-height: 24px;background: #a0a0a0;color: white;display: inline-block;font-size: 12px;margin-right: 6px;text-align: center;margin-top: 4px;text-indent: 0;}

/*記事ページ：バナー黒枠を削除*/
#common_section .part1 .banner,#common_section .part1 .banner a{border:none;}


/*記事ページ：INDEXの上のマージン調整*/
#detail_sec1 .part1 .part_body{margin-top: 30px !important;}
#detail_sec1 .part1 .part_body .block.header_block,
#detail_sec1 .part1 .part_body .block.header_block .content{margin-top: 0 !important;}

/*記事ページ：WRITER上下のマージン調整*/
#detail_sec1 .part1 .part_body .block .content:last-child{margin-bottom: 0;}
#detail_sec1 .part1 .part_body .block.writer_block{margin-top: 0 !important;margin-bottom: 30px !important;}
#common_section .part3 .faq_block{padding-top: 34px !important;}


/*strong*/
strong{font-weight: bolder;}
#detail_sec1 .part1 .part_body .block.writer_block .block_body strong{font-weight: bolder;}


/*記事ページ：原稿中の文字リンクに下線追加*/
#detail_sec1 .part1 .part_body .block a{text-decoration: underline;}


/*Aboutページ：タイトル上のスペースを調整調整*/
#detail_sec1.aboutPage{padding-top: 80px;}

/*Aboutページ：h2の行間を調整*/
#detail_sec1.aboutPage .part1 .part_body .block .content h2{line-height: 1.6;}
