@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;500;600;700&display=swap');

section{
	padding: 80px 0;
}
.alt{
	background-color: #f8f8f8;
}
.btn, .btn02{
	color: #fff;
	display: table;
	border-radius: 30px;
	padding: 9px 14px;
	box-sizing: border-box;
	margin: 0 auto;
	transition: all ease .3s;
	background-image: url(../img/index/ico_arrow.png);
	background-position: center right 10px;
	background-size: 5px;
	background-repeat: no-repeat;
	min-width: 140px;
    width: 61.5%;
	text-align: center;
}
.btn{
	background-color: #333;
}
.btn:hover{
	background-color: #111;
	text-decoration: none;
}
.btn02{
	color: #fff;
	padding-top: 9px;
	padding-bottom: 10px;
	border: 2px solid #fff;
	background-position: center right 15px;
	min-width: 200px;
	max-width: 200px;
	letter-spacing: 1px;
	font-family: 'Noto Sans JP', sans-serif;
}
.btn02:hover{
	color: #333;
	background-image: url(../img/common/ico_arrow01.png);
	background-color: #fff;
}
/* single post
------------------------------------------------------------*/
.post .post_details{
	overflow: hidden;
	margin-bottom: 30px;
}
.post .post_details .cat{
	text-align: center;
	color: #fff;
	background-color: #333;
	padding: 4px 19px;
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	margin-right: 12px;
}
.post .post_details .date{
	font-family: 'Noto Sans JP', sans-serif;
	display: inline-block;
	padding-left: 21px;
	color: #999;
	letter-spacing: 1px;
	background: url(../img/common/ico_clock.png) no-repeat left center;
	background-size: 14px;
}
.post .tit_wrap .post_title,
.post .tit_sub02{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 24px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	border-bottom: 1px solid #333333;
	position: relative;
	margin-bottom: 30px;
}
.post .tit_wrap .post_title::before,
.post .tit_sub02::before{
	content: "";
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: #333;
}
.post .post_mv img{
	width: 100%;
	margin-bottom: 30px;
}
.post .post-content p{
	margin-bottom: 25px;
	line-height: 28.8px;
	font-size: 16px;
}
.post .post-content .txt_box{
	border: 1px solid #000;
	padding: 20px;
	margin: 20px 0;
}
.post .post-content .txt_box p{
	font-weight: bold;
}
.post .post-content .txt_box p:last-of-type{
	margin-bottom: 0;
}
/* table of contents */
#tb_of_contents{
	border: 1px solid #ddd;
	margin: 20px 0 60px;
	position: relative;
}
#tb_of_contents .tit_toc{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 6px 10px 7px;
	background: #ddd;
	position: relative;
	margin: 0;
	border: 0;
	font-size: 14px;
	box-sizing: border-box;
}
#tb_of_contents .tit_toc::before,
#tb_of_contents .tit_toc::after{
	display: none;
}
#tb_of_contents .toc_btn{
	border: none;
	border-radius: 0;
	background: url(../img/common/ico_arrow03.png) no-repeat right center;
	background-size: 8px;
	padding-right: 20px;
	position: absolute;
	top: 5px;
	right: 20px;
	cursor: pointer;
}
#tb_of_contents .toc_btn:hover{
	text-decoration: underline;
}
#tb_of_contents .toc_btn:focus{
	outline: none;
}
#tb_of_contents .toc_menu{
	padding: 5px 20px;
}
#tb_of_contents .toc_menu li{
	border-bottom: 1px solid #ddd;
	padding: 12px 0;
}
#tb_of_contents .toc_menu li:last-child{
	border-bottom: 0;
}
#tb_of_contents .toc_menu li .sub_menu{
	margin-left: 20px;
}
#tb_of_contents .toc_menu li .sub_menu li{
	padding: 0;
	margin: 7px 0;
	border: 0;
}
#tb_of_contents .toc_menu li .sub_menu li:last-of-type{
	margin-bottom: 0;
}
#tb_of_contents .toc_menu li a{
	padding-left: 20px;
	background: url(../img/common/ico_arrow04.png) no-repeat left top 8px;
	background-size: 8px;
	display: block;
	width: 100%;
	color: #333;
	box-sizing: border-box;
}
#tb_of_contents .toc_menu li a:hover{
	text-decoration: underline;
}
#tb_of_contents .toc_menu li .sub_menu li a{
	background-image: url(../img/common/ico_arrow05.png);
}
/* headings */
.post-content h2,
.tit_sub,
.tit_sub03{
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	padding: 5px 10px 5px 50px;
	background: #333;
	position: relative;
	margin: 90px 0 40px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
}
.tit_sub03{
	padding-left: 22px;
}
main .tit_sub03:first-of-type{
	margin-top: 0;
}
.post-content h2::before,
.post-content h2::after,
.tit_sub03::before,
.tit_sub3::after,
.tit_sub::before{
	content: "";
	position: absolute;
}
.post-content h2::before,
.tit_sub::before,
.tit_sub03::before{
	left: 5px;
    width: 0;
    top: 0;
    bottom: 0;
    margin: 5px 0;
    border-left: 5px solid #fff;
}
.post-content h2::after,
.tit_sub03::after{
	background: url(../img/common/pattern_border01.png) repeat-x left center;
	bottom: -3px;
	width: 100%;
	left: 0;
	right: 0;
	height: 1px;
}
.post-content h3,
.tit_sec{
	font-weight: 500;
	font-size: 20px;
	padding: 0 0 10px 17px;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	border-bottom: 1px solid #ddd;
	margin: 60px 0 40px;
	letter-spacing: 1px;
	overflow: hidden;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.post-content h3::before,
.post-content h3::after,
.tit_sec::before,
.tit_sec::after{
	content: "";
	position: absolute;
	background: #333;
	height: 30px;
	top:  3px;
}
.post-content h3::before,
.tit_sec::before{
	width: 3px;
	left: 0;
}
.post-content h3::after,
.tit_sec::after{
	width: 1px;
	left: 4px;
}
.post-content h3.tit_sec02,
.tit_sec02{
	padding-left: 22px;
}
.post-content h3.tit_sec02::before,
.tit_sec02::before{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background-color: #333;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}
.post-content h3.tit_sec02::after,
.tit_sec02::after{
	display: none;
}
.post-content h4{
	position: relative;
	font-size: 18px;
	padding-left: 20px;
	margin: 60px 0 30px;
	font-family: 'Noto Sans JP', sans-serif;
	background: url(../img/common/ico_tit_topic.png) no-repeat left top 9px;
	background-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
/* text */
.post-content .red_txt{
	color: #ce0f0f;
	font-weight: bold;
}
/* images */
.post-content img{
	width: auto;
	height: auto;
}
.post-content img.alignleft,
.post-content img.alignright{
	max-width: 100%;
	width: auto;
}
.post-content img.alignleft{
	float: left;
	margin: 0 30px 10px 0;
}
.post-content img.alignright{
	float: right;
	margin: 0 0 10px 30px;
}
/* table */
table{
	table-layout: fixed;
	border: 1px solid #ddd;
	border-spacing: 0;
	border-collapse: separate;
	background: #fff;
	width: 100%;
	margin: 20px 0;
}
table th, table td{
	padding: 7px 18px;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
table th{
	background: #ddd;
	border-color: #fff;
	width: 250px;
	text-align: left;
}
table tr:last-child th,
table tr:last-child td{
	border-bottom: 0;
}
table tr td{
	border-right: 1px solid #ddd;
}
table tr td:last-of-type{
	border-right: 0;
}
table tr td img.stars{
	max-width: 145px;
	margin: 0 auto;
	display: block;
	width: 100%;
}
/* slider */
.post-content .bx-wrapper{
	margin: 0 0 65px;
	border: 0;
	box-shadow: none;
}
.rank_wrap{
	overflow-x: scroll;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.rank_wrap .rank_inner{
	width: 1500px;
}
.rank_wrap::-webkit-scrollbar-track{
	background-color: transparent;
}
.rank_wrap::-webkit-scrollbar{
	height: 5px;
	background-color: #ddd;
}
.rank_wrap::-webkit-scrollbar-thumb{
	background-color: #333;
	border: none;
}
.rank_wrap::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 20px; 
}
.rank_wrap::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 20px;
}
.rank_wrap .rank_case{
	border: 3px solid #ececec;
	border-bottom: 0;
	max-width: 220px;
	position: relative;
	padding-bottom: 48px;
	float: left;
	margin-right: 20px;
}
.rank_wrap .rank_case::before{
	content: "";
	position: absolute;
	top: 10px;
	left: 10px; 
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 34px;
	height: 40px;
}
.rank_wrap .rank01::before{
	background-image: url(../img/common/ico_rank01.png);
}
.rank_wrap .rank02::before{
	background-image: url(../img/common/ico_rank02.png);
}
.rank_wrap .rank03::before{
	background-image: url(../img/common/ico_rank03.png);
}
.rank_wrap .rank_case .img_wrap{
	margin: 10px;
}
.rank_wrap .rank_case .img_wrap img{
	width: 100%;
}
.rank_wrap .rank_case .tit_rank{
	border-bottom: 0;
	margin: 0 0 10px;
	padding: 0;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
}
.rank_wrap .rank_case .tit_rank::before,
.rank_wrap .rank_case .tit_rank::after{
	display: none;
}
.rank_wrap .rank_case .rank_pack{
	padding: 0 10px 32px;
	position: relative;
}
.rank_wrap .rank_case .rank_pack .price{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #ce0f0f;
	font-weight: bold;
	display: block;
	letter-spacing: 1px;
	font-family: 'Noto Sans JP', sans-serif;
}
.rank_wrap .rank_case .rank_pack p{
	margin-bottom: 10px;
}
.rank_wrap .rank_case .rank_btn{
	border-top: 3px solid #ececec;
	border-bottom: 3px solid #ececec;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url(../img/common/ico_arrow06.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 5px;
	transition: all ease .3s;
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.rank_wrap .rank_case .rank_btn:hover{
	background-color: #ececec;
}
.post-content .bx-wrapper .bx-pager.bx-default-pager a{
	width: 80px;
	height: 3px;
	background: #dddddd;
	margin: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
	background: #333;
}
/* speech bubble */
.comment_case{
	overflow: hidden;
	margin-bottom: 20px;
}
.comment_case .avatar_wrap{
	float: left;
	max-width: 100px;
	width: 14%;
	margin-right: 3%;
}
.comment_case.case_right .avatar_wrap{
	float: right;
	margin: 0 0 0 3%;
}
.comment_case .avatar_wrap img{
	margin: 7px auto;
	width:  70px;
}
.comment_case .avatar_wrap span{
	text-align: center;
	display: block;
	letter-spacing: 1px;
	font-family: 'Noto Sans JP', sans-serif;
}
.comment_case .comment_details{
	background: #eaeaea;
	padding: 18px 20px;
	box-sizing: border-box;
	position: relative;
	float: right;
	width: 83%;
}
.comment_case .comment_details::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	z-index: 1;
	border-style: solid;
	border-color: transparent #eaeaea;
	border-width: 12px 20px 12px 0;
	top: 48%;
	left: -20px;
	margin-top: -20px;
}
.comment_case.case_right .comment_details::before{
	border-color: transparent #eaeaea;
	border-width: 12px 0px 12px 20px;
	top: 50%;
	right: -20px;
	left: 100%;
}
.comment_case .comment_details p:last-of-type{
	margin-bottom: 0;
}
/* button */
.post-content a{
	color: #1A0DAB;
}
.post-content a:hover{
	text-decoration: underline;
}
.post-content .btn{
	border: 3px solid #333333;
	background-color: #fff;
	background-image: url(../img/common/ico_arrow06.png);
	background-repeat: no-repeat;
	background-position: right 23px center;
	background-size: 5px;
	letter-spacing: 1px;
	padding: 13px 25px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	max-width: none;
	width: 70%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.post-content .btn:hover{
	background-image: url(../img/common/ico_arrow07.png);
	background-color: #333;
	color: #fff;
	text-decoration: none;
}
.post-content .btn02{
	background-color: #d70f0f;
	border-color: #d70f0f;
	color: #fff;
	background-image: url(../img/common/ico_arrow07.png);
}
.post-content .btn02:hover{
	background-image: url(../img/common/ico_arrow08.png);
	background-color: #fff;
	color: #d70f0f;
}
.post-content .btn03{
	background-color: #333;
	color: #fff;
	background-image: url(../img/index/ico_arrow.png);
}
.post-content .btn03:hover{
	background-image: url(../img/common/ico_arrow06.png);
	background-color: #fff;
	color: #333;
}
.post-content .btn + br{
	display: none;
}
/* soc med links */
.soc_med {
	text-align: center;
	margin: 40px 0 50px;
}
.soc_med .soc{
	display: inline-block;
	margin: 0 5px 10px;
	padding: 11px 10px;
	text-align: center;
	transition: all ease .3s;
	background-color: #ddd;
	max-width: 180px;
	box-sizing: border-box;
	width: 100%;
	opacity: 1;
}
.soc_med .soc:hover{
	opacity: .7;
}
.soc_med .soc.fb{
	background-color: #4267b2;
}
.soc_med .soc.twitter{
	background-color: #1ea1f2;
}
.soc_med .soc.line{
	background-color: #00b900;
}
.soc_med .soc span{
	color: #fff;
	display: inline-block;
	padding-left: 35px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 32px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 1px;
}
.soc_med .soc.fb span{
	background-image: url(../img/common/ico_fb.png);
}
.soc_med .soc.twitter span{
	background-image: url(../img/common/ico_twitter.png);
}
.soc_med .soc.line span{
	background-image: url(../img/common/ico_line.png);
}
/* prev and next */
.post-navi{
	overflow: hidden;
	margin-bottom: 70px;
}
.post-navi .previouspostslink,
.post-navi .nextpostslink{
	display: block;
	width: 49%;
	overflow: hidden;
	color: #333;
	box-sizing:border-box; 
}
.post-navi .previouspostslink {
	margin-right: 2%;
	float: left;
}
.post-navi .nextpostslink .next_txt,
.post-navi .previouspostslink .prev_txt{
	background-repeat: no-repeat;
	background-size: 5px;
	display: block;
	margin-bottom: 10px;
}
.post-navi .case{
	padding: 10px;
	background: #ececec;
	display: table;
	width: 100%;
	overflow: visible;
	box-sizing: border-box;
}
.post-navi .previouspostslink .prev_txt{
	padding-left: 13px;
	background-position: left center;
	background-image: url(../img/common/ico_arrow09.png);
}
.post-navi .nextpostslink {
	float: right;
}
.post-navi .nextpostslink .next_txt{
	text-align: right;
	padding-right: 13px;
	background-position: right center;
	background-image: url(../img/common/ico_arrow06.png);
}
.post-navi .previouspostslink .img_wrap,
.post-navi .nextpostslink .img_wrap{
	max-width: 150px;
	width: 45%;
	opacity: 1;
	transition: opacity ease .3s;
}
.post-navi .previouspostslink .img_wrap img,
.post-navi .nextpostslink .img_wrap img{
	display: block;
	width: 100%;
	height: auto;
}
.post-navi .previouspostslink .img_wrap{
	margin-right: 3%;
	float: left;
}
.post-navi .nextpostslink .img_wrap{
	margin-left: 3%;
	float: right;
}
.post-navi .nextpostslink:hover .tit_post,
.post-navi .previouspostslink:hover .tit_post{
	text-decoration: underline;
}
.post-navi .nextpostslink:hover,
.post-navi .previouspostslink:hover{
	text-decoration: none;
}
.post-navi .nextpostslink:hover .img_wrap,
.post-navi .previouspostslink:hover .img_wrap{
	opacity: .7;
}
/* post list style 01 */
.post_list_style01 .post_pack{
	border-bottom: 1px solid #ececec;
	display: block;
	padding: 20px 10px;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
	transition: all ease .3s;
}
.post_list_style01 .post_pack:hover{
	border-color: #111;
}
.post_list_style01 .post_pack .img_wrap{
	float: left;
	max-width: 150px;
	margin-right: 30px;
	width: 30%;
	opacity: 1;
	transition: opacity ease .3s;
}
.post_list_style01 .post_pack:hover .img_wrap{
	opacity: .7;
}
.post_list_style01 .post_pack img{
	display: block;
	height: auto;
	width: 100%;
}
.post_list_style01 .post_pack .post_info{
	overflow: hidden;
}
.post_list_style01 .post_pack .tit_post{
	margin-top: 10px;
	display: block;
}
.post_list_style01 .post_pack .post_detail{
	margin-bottom: 15px;
}
.post_list_style01 .cat{
	text-align: center;
	color: #fff;
	background-color: #333;
	padding: 5px 20px;
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	margin-right: 10px;
	font-size: 12px;
}
.post_list_style01 .date{
	font-family: 'Noto Sans JP', sans-serif;
	display: inline-block;
	padding-left: 21px;
	color: #999;
	letter-spacing: 1px;
	background: url(../img/common/ico_clock.png) no-repeat left center;
	background-size: 14px;
}
/* related posts */
#related_posts .tit_sub02{
	
}
#related_posts .related_case .related_pack{
	border: 3px solid #ececec;
	display: block;
	padding: 10px;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
	transition: all ease .3s;
	color: #333;
}
#related_posts .related_case .related_pack:hover{
	background: #ececec;
	text-decoration: none;
}
#related_posts .related_case .related_pack:last-of-type{
	border-top: 0;
}
#related_posts .related_case .related_pack:first-of-type{
	border-bottom: 0;
}
#related_posts .related_case .related_pack:only-child{
	border-top: 3px solid #ececec;
	border-bottom: 3px solid #ececec;
}
#related_posts .related_case .related_pack .img_wrap{
	float: left;
	max-width: 150px;
	margin-right: 30px;
	width: 30%;
}
#related_posts .related_case .related_pack .img_wrap img{
	display: block;
	height: auto;
	width: 100%;
}
#related_posts .related_case .related_pack .tit_rel{
	margin-top: 10px;
	display: block;
}
/* sidebar */

/* heading counter */
.post-content,
#contents{
	/* Set "my-sec-counter" to 0 */
	counter-reset: my-sec-counter;
}
.post-content h2,
.tit_sub{
	padding-left: 76px;
}
.post-content h2::before,
.tit_sub::before{
	/* Increment "my-sec-counter" by 1 */
	counter-increment: my-sec-counter;
	content: counter(my-sec-counter, decimal-leading-zero);
	border: 0;
	background: url(../img/common/bg_num.png) no-repeat center;
	background-size: 100%;
	width: 56px;
	height: 56px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	box-sizing: border-box;
	padding: 9px 2px;
	margin: 0;
	top: -7px;
	color: #333;
	left: 11px;
}
.post-content h2::after{
	display: none;
}
/* box style */
.box_style{
	margin: 40px 0 30px;
	padding: 6px;
	border-radius: 4px;
	border: 1px dashed #ddd;
	background: #fff;
	position: relative;
}
.box_style::before{
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	background-image: url(../img/common/ico_corner_gray.png);
	background-repeat: repeat;
	background-position: center;
	background-size: 100%;
	width: 11px;
	height: 11px;
}
.box_style .box_inner{
	padding: 15px;
	background-color: #fafafa;
}
.box_style .box_inner a {
	color: #8063fe;
	text-decoration: underline;
}
.box_style .box_style_title{
	margin: -8px 0 5px -27px;
	color: #fff;
	line-height: 1.4;
}
.box_style_title span{
	position: relative;
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	box-sizing: border-box;
}
.box_style_title span:before{
	position: absolute;
	top: 100%;
	left: 0;
	height: 0;
	width: 0;
	border: 3px solid transparent;
	border-top-color: #d6d6d6;
	border-right-color: #d6d6d6;
	content: "";
}
.box_style .box_inner a:hover {
	color: #451aff;
	text-decoration: none;
}
.post .post-content .box_inner p{
	margin-bottom: 20px;
	margin-top: 10px;
}
.post .post-content .box_inner p:last-child{
	margin-bottom: 0;
}
/* gray */
.box_style_gray{
	border-color: #999;
}
.box_style_gray .box_style_title span{
	background: url(../img/common/pattern_gray.png) repeat center;
}
/* green */
.box_style_green{
	border-color: #5bc130;
}
.box_style_green::before{
	background-image: url(../img/common/ico_corner_green.png);
}
.box_style_green .box_inner{
	background-color: #f9fff3;
}
.box_style_green .box_style_title span{
	background: url(../img/common/pattern_green.png) repeat center;
}
/* red */
.box_style_red{
	border-color: #d94b59;
}
.box_style_red::before{
	background-image: url(../img/common/ico_corner_red.png);
}
.box_style_red .box_inner{
	background-color: #fff8f8;
}
.box_style_red .box_style_title span{
	background: url(../img/common/pattern_red.png) repeat center;
}
/* orange */
.box_style_orange{
	border-color: #fca60d;
}
.box_style_orange::before{
	background-image: url(../img/common/ico_corner_orange.png);
}
.box_style_orange .box_inner{
	background-color: #fdf9f1;
}
.box_style_orange .box_style_title span{
	background: url(../img/common/pattern_orange.png) repeat center;
}
/* blue */
.box_style_blue{
	border-color: #0baedd;
}
.box_style_blue::before{
	background-image: url(../img/common/ico_corner_blue.png);
}
.box_style_blue .box_inner{
	background-color: #f8fdff;
}
.box_style_blue .box_style_title span{
	background: url(../img/common/pattern_blue.png) repeat center;
}
/* blockquote */
blockquote{
	padding: 40px 55px;
	background: #f0f0f0;
	margin: 40px 0;
	position: relative;
}
blockquote::before{
	content: "";
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	background: url(../img/common/ico_blockquote.png) no-repeat center;
	background-size: 100%;
	width: 55px;
	height: 55px;
}
blockquote::after{
	content: "";
	position: absolute;
	z-index: 1;
	border: 2px solid #fff;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
}
blockquote a {
	color: #8063fe;
	text-decoration: underline;
}
blockquote a:hover {
	color: #451aff;
	text-decoration: none;
}
.post .post-content blockquote p:last-of-type{
	margin-bottom: 0;
	position: relative;
	z-index: 10;
}
/* contact page */

.tb_contact {
	margin-bottom: 30px;
}
.tb_contact th {
	width: 189px;
	text-align: left;
}
.tb_contact th.req {
	position: relative;
}
.tb_contact th.req::before {
	content: "*";
	color: #ff0000;
	font-size: 18px;
	right: 20px;
	position: absolute;
}
.tb_contact th, .tb_contact td {
	vertical-align: middle;
}
.tb_contact input[type="text"],
.tb_contact input[type="email"],
.tb_contact input[type="tel"],
.tb_contact select,
.tb_contact textarea {
	border: 1px solid #e1e5e6;
	background: #fbfbfb;
	padding: 5px 10px;
	box-sizing: border-box;
}
.tb_contact input[type="text"],
.tb_contact input[type="email"],
.tb_contact input[type="tel"],
.tb_contact select {
	height: 34px;
}
.tb_contact input[type="text"],
.tb_contact input[type="email"],
.tb_contact input[type="tel"],
.tb_contact textarea {
	width: 100%;
	font-size: 14px;
	font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",sans-serif;
}
.tb_contact input[type="text"]:focus,
.tb_contact input[type="email"]:focus,
.tb_contact input[type="tel"]:focus,
.tb_contact select:focus,
.tb_contact textarea:focus{
	outlilne: 0;
}
.tb_contact textarea {
	height: 250px;
	display: block;
	resize: none;
}
.tb_contact select {
	width: 150px;
	padding: 5px 10px;
	font-size: 14px;
}
.tb_contact .contact_name {
	display: table;
	width: 100%;
}
.tb_contact .contact_name li {
	padding: 0;
	margin: 0;
	display: table-cell;
	vertical-align: top;
	width: 48%;
}
.tb_contact .contact_name li:first-child {
	padding-right: 4%;
}
.tb_contact .contact_name li::before {
	display: none !important;
}
.tb_contact .contact_name li label,
.tb_contact .contact_name li .sname1,
.tb_contact .contact_name li .fname1,
.tb_contact .contact_name li .sname2,
.tb_contact .contact_name li .fname2 {
	display: table-cell;
}
.tb_contact .contact_name li label {
	width: 50px;
}
#send {
	display: table;
	margin: 30px auto 30px;
	border: 2px solid #333;
	border-radius: 50px;
	font-weight: bold;
	padding: 13px 54px 10px;
	background: none;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all 0.3s ease;
	font-size: 100%;
	cursor: pointer;
	min-width: 260px;
}
#send:hover {
	background: #333;
	color: #fff;
}
#send:focus{
	outline: 0;
}
.c_btn_wrap {
	position: relative;
}
.page_contact .wpcf7 form .wpcf7-response-output{
	padding: 10px;
	text-align: center;
	margin: 0 0 20px;
}
div.wpcf7 .c_btn_wrap .ajax-loader {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -23px;
}
.tb_contact span.wpcf7-not-valid-tip {
	font-size: 14px;
}
.wpcf7-form .wpcf7-not-valid-tip{
	text-align: center;
}
.tb_contact .wpcf7-not-valid-tip{
	text-align: left;
}
.g-recaptcha{
	display: table;
	margin: 0 auto 10px;
}
/* table press css overwrite */
table.tablepress{
	border: 1px solid #ddd;
}
table.tablepress tr td{
	border-right: 1px solid #ddd;
}
table.tablepress tr td:last-of-type{
	border-right: 0;
}
table.tablepress thead th{
	width: auto;
}
/* toc+ css */
#contents #toc_container{
	width: 100%!important;
	box-sizing: border-box;
	border-color: #ddd;
	background: #fff;
	padding: 0;
	margin: 64px 0;
}
#contents #toc_container p.toc_title{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 6px 10px 7px;
	background: #ddd;
	position: relative;
	margin: 0;
	border: 0;
	font-size: 14px;
	box-sizing: border-box;
}
#contents #toc_container p.toc_title+ ul.toc_list{
	padding: 5px 20px;
	margin-top: 0;
}
#contents #toc_container li{
	border-bottom: 1px solid #ddd;
	padding: 12px 0;
}
#contents #toc_container li:last-child{
	border-bottom: 0;
}
#contents #toc_container li ul li{
	padding: 0;
	margin: 7px 0;
	border: 0;
}
#contents #toc_container li ul li:last-child{
	margin-bottom: 0;
}
#contents #toc_container li a{
	padding-left: 20px;
	background: url(../img/common/ico_arrow04.png) no-repeat left top 8px;
	background-size: 8px;
	display: block;
	width: 100%;
	color: #333;
	box-sizing: border-box;
}
#contents #toc_container li ul li a{
	background-image: url(../img/common/ico_arrow05.png);
}
#contents #toc_container span.toc_toggle{
	border: none;
	border-radius: 0;
	background: url(../img/common/ico_arrow03.png) no-repeat right center;
	background-size: 8px;
	padding-right: 20px;
	position: absolute;
	top: 5px;
	right: 20px;
	cursor: pointer;
}
#contents #toc_container span.toc_toggle a{
	color: #333;
}

/* knowledge/glossary page */
.post-glossary .post-content h2,
.post-faq .post-content h2{
	padding-left: 22px;
}
.post-glossary .post-content h2::before,
.post-faq .post-content h2::before{
	content: "";
	position: absolute;
	left: 5px;
	width: 0;
	top: 0;
	bottom: 0;
	margin: 5px 0;
	border-left: 5px solid #fff;
	counter-increment: none;
	background: none;
	height: auto;
}
.acc_pack p{
	display: none;
}
.acc_pack h3 {
	padding-right: 30px;
	background: url(../img/common/ico_arrow02.png) no-repeat top 15px right 20px / 8px;
}
.acc_pack.open h3 {
	background-image: url(../img/common/ico_arrow10.png);
}
@media screen and (max-width:768px) {
	
	.post .post_details{
		margin-bottom: 15px;
	}
}
@media screen and (max-width:640px) {
	section{
		padding: 50px 0;
	}
	.btn, .btn02{
		box-sizing: border-box;
		padding: 6px 10px;
		background-position: center right 10px;
	}
	.btn02{
		padding-top: 7px;
		padding-bottom: 6px;
		background-position: center right 15px;
	}
	
	/* single post */
	
	.post .post_details .cat{
		font-size: 90%;
		padding: 4px 13px;
	}
	.post .post_details .date{
		font-size: 90%;
	}
	.post .tit_wrap .post_title, .post .tit_sub02{
		margin-bottom: 15px;
		font-size: 122%;
		padding-bottom: 13px;
	}
	.post .post_mv{
		margin-bottom: 15px;
	}
	.post .post-content p{
		line-height: 30px;
		font-size: 100%;
	}
	.post .post-content .txt_box{
		padding: 15px;
		margin: 15px 0;
	}
	#tb_of_contents{
		margin: 15px 0 40px;
	}
	#tb_of_contents .toc_menu{
		padding: 5px 10px;
	}
	#tb_of_contents .toc_menu li{
		padding: 10px 0;
	}
	.post-content h2,
	.tit_sub,
	.tit_sub03{
		margin: 40px 0 15px;
		font-size: 120%;
		padding: 7px 10px 7px 18px;
	}
	.post-content h2::before,
	.tit_sub::before,
	.tit_sub03::before{
		width: 3px;
	}
	.post-content h3,
	.tit_sec{
		font-size: 120%;
		margin-top: 25px;
		padding-bottom: 7px;
	}
	.post-content h3::before,
	.post-content h3::after,
	.tit_sec::before,
	.tit_sec::after{
		height: 20px;
		top: 4px;
	}
	.post-content img.alignleft,
	.post-content img.alignright{
		width: 44%;
	}
	.post-content img.alignleft{
		margin-right: 2%;
	}
	.post-content img.alignright{
		margin-left: 2%;
	}
	.rank_wrap .rank_case::before{
		width: 28px;
	}
	.rank_wrap .rank_case .img_wrap{
		margin: 5px;
	}
	.rank_wrap .rank_case .rank_pack{
		padding: 0 5px 37px;
	}
	.rank_wrap .rank_case .rank_btn{
		padding: 8px;
	}
	.rank_wrap .rank_case{
		max-width: 160px;
		margin-right: 10px;
		padding-bottom: 44px;
	}
	.rank_wrap{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.rank_wrap .rank_inner{
		width: 1046px;
	}
	.rank_wrap .rank_case:last-of-type{
		margin-right: 0;
	}
	table {
		margin: 15px 0;
	}
	table th{
		width: 140px;
	}
	table tr td img.stars{
		max-width: 120px;
	}
	.comment_case{
		margin-bottom: 15px;
	}
	.comment_case .avatar_wrap{
		max-width: 50px;
		width: 50px;
	}
	.comment_case .comment_details{
		width: 84%;
	}
	.comment_case .avatar_wrap img{
		width: 50px;
	}
	.comment_case .comment_details{
		float: none;
		padding: 12px 10px;
		width: auto;
		overflow: visible;
		display: flex;
		flex-wrap: nowrap;
	}
	.comment_case .comment_details::before{
		border-width: 8px 12px 8px 0;
		top: 45%;
		left: -12px;
	}
	.comment_case.case_right .comment_details::before{
		border-width: 8px 0px 8px 12px;
		top: 30%;
		right: -12px;
	}
	.post-content .btn{
		width: 240px;
		padding: 6px 20px;
		background-position: right 18px center;
	}
	.soc_med{
		margin: 20px 0 25px;
		overflow: hidden;
	}
	.soc_med .soc{
		width: 32%;
		margin: 0 2% 0 0;
		float: left;
		max-width: none;
		padding: 8px;
	}
	.soc_med .soc:last-of-type{
		margin-right: 0;
	}
	.soc_med .soc span{
		padding-left: 25px;
		background-size: 25px;
	}
	.post-navi{
		margin-bottom: 30px;
	}
	.post-navi .nextpostslink .tit_post, .post-navi .previouspostslink .tit_post{
		height: auto;
	}
	.post_list_style01 .post_pack{
		padding: 10px;
	}
	.post_list_style01 .post_pack .post_detail{
		margin-bottom: 8px;
	}
	.post_list_style01 .cat{
		font-size: 80%;
		margin-right: 5px;
		padding: 5px 8px;
	}
	.post_list_style01 .date{
		font-size: 80%;
		background-size: 10px;
		padding-left: 16px;
	}
	#related_posts .related_case .related_pack{
		padding: 5px;
	}
	#related_posts .related_case .related_pack .img_wrap,
	.post_list_style01 .post_pack .img_wrap{
		margin-right: 15px;
	}
	
	/* contact
	---------------------------------------------------------- */
	.tb_contact th, .tb_contact td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px;
	}
	.tb_contact input[type="text"],
	.tb_contact input[type="email"],
	.tb_contact input[type="tel"],
	.tb_contact select,
	.tb_contact textarea {
		font-size: 114%;
	}
	.tb_contact .contact_name li label {
		width: 45px;
	}
	.tb_contact select {
		width: 100%;
	}
	.tb_contact textarea {
		height: 180px
	}
	#send {
		padding: 10px 25px;
	}
}
@media screen and (max-width:480px) {
	section{
		padding: 50px 0;
	}
	.btn, .btn02{
		width: 50%;
		padding: 9px 8px;
		background-position: center right 7px;
		background-size: 4px;
	}
	.btn02{
		padding-top: 7px;
		padding-bottom: 6px;
		background-position: center right 15px;
		max-width: 160px;
		min-width: 160px;
	}
	.soc_med .soc{
		padding: 8px 3px;
	}
	.soc_med .soc span{
		font-size: 85%;
		padding-left: 20px;
		background-size: 20px;
	}
	.post-content h2::before,
	.tit_sub::before{
		font-size: 120%;
		width: 46px;
		height: 46px;
		left: 8px;
		top: -3px;
		padding: 5px 2px;
	}
	.post-content h2,
	.tit_sub{
		padding-left: 65px;
	}
	.post-content h3.tit_sec02,
	.tit_sec02{
		padding-left: 18px;
	}
	.post-content h3.tit_sec02::before,
	.tit_sec02::before{
		top: 8px;
		width: 12px;
		height: 12px;
	}
	.post-content h4{
		font-size: 115%;
		background-position: left top 8px;
		background-size: 10px;
		padding-left: 16px;
		margin: 15px 0 12px;
	}
	blockquote{
		padding: 25px 35px;
	}
	blockquote::before{
		width: 35px;
		height: 35px;
	}
	.post-navi .previouspostslink, .post-navi .nextpostslink{
		width: 100%;
		float: none;
	}
	.post-navi .previouspostslink{
		margin: 0 0 15px;
	}
}
@media screen and (max-width:420px) {
	
}