@charset "utf-8";

/*----------------------*/

.sp {
	display: none;
}

.tablet {
	display: none;
}

.inner{
	width:1200px;
	margin:0px auto;
	position:relative;
}
.inner_s{
	width:1000px;
	margin:0px auto;
	position:relative;
}
@media(max-width: 1200px) {
	.inner{
		width:98%;
		margin:0px auto;
	}
}
@media(max-width: 1000px) {
	.inner_s{
		width:98%;
		margin:0px auto;
	}
}

#container{
	font-size: 15px;
	font-size: 1.5rem;
}

/*header*/
header{
	background:#FFF;
	width:100%;
	z-index:999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	overflow:hidden;
	height:100px;
}
.header_inner{
	width:96%;
	margin:0px auto;
	position:relative;
	z-index: 2;
}
.header_logo{
	text-align:left;
	margin:25px 0 0 0;
	float:left;
}
.header_cate{
	position: relative; 
	overflow: hidden;
	float:right;
	padding:30px 120px 0 0;
}
.header_search_btn{
	position:absolute;
	right:80px;
	top:30px;
	bottom:0;
	margin:auto;
	cursor:pointer;
}
.header_menu_btn{
	position:absolute;
	right:0;
	top:30px;
	bottom:0;
	margin:auto;
	cursor:pointer;
}
.header_cate ul{
	margin:0;
	position: relative;
}
.header_cate li{
	position: relative;
	float:left;
	font-size: 22px;
	font-size: 2.2rem;
	padding:0px 22px;
	font-weight:bold;
}
.header_cate li a{
	display:block;
	padding:0 0 3px 0;
	-webkit-transition: all 0s;
	transition: all 0s;
}
.header_cate li a:hover{
	color:#3F3F3F;
	border-bottom: 4px solid #FFC0CB;
	border-image: linear-gradient(to right, #FFC0CB 0%, #B5A3F0 100%);
	border-image-slice: 1;
}

@media(max-width: 1150px) {
	.header_cate li{
		font-size: 20px;
		font-size: 2.0rem;
		padding:0px 15px;
	}
}

#header_menu{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	right:0;
	background-color:rgba(0,0,0,0.5);
	z-index:9999;
}
#header_menu_close{
	position:fixed;
	top:30px;
	right:30px;
	text-align:left;
	z-index:9999;
	cursor:pointer;
}

.header_navi{
	position:absolute;
	right:-100%;
	width:400px;
	background:#FFF;
	padding:30px;
	height:100%;
	overflow-y:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header_navi_logo img{
	height:35px;
	width:auto;
}
.header_navi ul{
	margin:20px 0 0 0;
}
.header_navi_menu{
	margin:15px 0 25px 0;
	border-top:1px solid #FFF;
}
.header_navi_menu li{
	border-bottom:1px solid #BCBCBC;
	position:relative;
}
.header_navi_menu li a{
	display:block;
	padding:20px 5px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight:bold;
	color:#000;
}
.header_navi_menu li a:hover{
	color:#c18681;
}

#header_search{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	right:0;
	background-color:#FFF;
	z-index:9999;
	padding:30px;
}
#header_search_close{
	position:fixed;
	top:30px;
	right:30px;
	text-align:left;
	z-index:9999;
	cursor:pointer;
}
#header_search .header_search_inner{
	width:1000px;
	max-width:94%;
	margin:0px auto;
	padding-top:50px;
	height:100%;
	overflow-y:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header_search_box{
	margin:30px 0 80px 0;
	position:relative;
}
.header_search_box input[type='text']{
	width:100%;
	height:60px;
	line-height:60px;
	border-radius:30px;
	background:#FFF;
	border:1px solid #707070;
}
.header_search_box input[type='image']{
	position:absolute;
	right:30px;
	top:15px;
}

.header_tags_box{
	margin:30px 0;
}
.header_tags_box li{
	display:inline-block;
	border:1px solid #707070;
	margin:0 10px 15px 0;
}
.header_tags_box li a{
	font-size: 20px;
	font-size: 2.0rem;
	color:#3F3F3F;
	padding:5px 15px;
}
.header_tags_box li a:before{
	content:"#";
}
.header_tags_box li a:hover{
	background:#8267DB;
	color:#FFF;
}


/*footer*/
#footer{
	margin:50px 0 0 0;
	width:100%;
	background:#FFF;
	position:relative;
	z-index:9;
	padding:20px 0;
	border-top:1px solid #E3E3E3;
	text-align:center;
}

.footer_link{
	position: relative; 
	overflow: hidden;
}

.footer_link ul {
	position: relative;
	left: 50%;
	float: left;
}

.footer_link ul li {
	position: relative;
	left: -50%;
	float: left;
}
.footer_link ul li:after {
	content:"|";
	padding:0 10px;
}
.footer_link ul li:last-child:after {
	content:"";
}

.footer_p{
	text-align:center;
	color:#B7B5B5;
	font-size: 10px;
	font-size: 1.0rem;
	padding:10px 0 0 0;
}
.footer_link2{
	margin:10px 0;
	font-size: 10px;
	font-size: 1.0rem;
}
.footer_link2 img{
	width:100px;
	height:auto;
}
.footer_media li{
	margin:0;
	padding:0;
	line-height:100%;
}
.footer_media li a{
	color:#337ab7;
	font-size: 10px;
	font-size: 1.0rem;
	line-height:100%;
}
.footer_media li a:hover{
	text-decoration:underline;
}

.footer_copy{
	padding:0;
	margin:20px 0;
	text-align:center;
	font-size: 10px;
	font-size: 1.0rem;
	color:#B7B5B5;
}
.footer_copy a{
	color:#333333;
}
.footer_copy a:hover{
	text-decoration:underline;
}

.page_top{
	position:absolute;
	right:0;
	top:-95px;
}

/**/
#main{
	width:790px;
	max-width:calc( 100% - 370px );
	float:left;
	min-height:100vh;
}

#side{
	width:350px;
	background:#FFF;
	position: absolute;
	right:0;
}
.side_fixed{
	position: sticky !important;
	top: 0;
	z-index:999;
	max-height: 100vh;
	overflow: auto;
	margin:auto;
}
.side_end{
	position: absolute;
	top: auto !important;
	bottom: 0 !important;
	right:0 !important;
}

#side::-webkit-scrollbar {
	width: 5px;
}
#side::-webkit-scrollbar-track {
	background: #E3E3E3;
	border-radius: 5px;
}
#side::-webkit-scrollbar-thumb {
	background: #CCCCCC;
	border-radius: 5px;
}

.side_box{
	margin:0 0 40px 0;
}
.side_taglist{
}
.side_taglist li{
	display:inline-block;
	border:1px solid #707070;
	margin:0 5px 10px 0;
}
.side_taglist li a{
	color:#3F3F3F;
	padding:2px 10px;
}
.side_taglist li a:before{
	content:"#";
}
.side_taglist li a:hover{
	background:#8267DB;
	color:#FFF;
}

.side_ranking{
}
.side_ranking li{
	position:relative;
	padding:10px 0 10px 140px;
	border-bottom:1px solid #E3E3E3;
	min-height:100px;
}
.side_ranking li:before{
	display:block;
	width:24px;
	height:24px;
	line-height:24px;
	background:#B5A3F0;
	text-align:center;
	color:#FFF;
	font-size: 16px;
	font-size: 1.6rem;
	position:absolute;
	top:10px;
	left:0px;
	z-index:9;
}
.side_ranking li:nth-child(1):before{
	content:"1";
}
.side_ranking li:nth-child(2):before{
	content:"2";
}
.side_ranking li:nth-child(3):before{
	content:"3";
}
.side_ranking li:nth-child(4):before{
	content:"4";
}
.side_ranking li:nth-child(5):before{
	content:"5";
}
.side_ranking li:nth-child(6):before{
	content:"6";
}
.side_ranking li:nth-child(7):before{
	content:"7";
}
.side_ranking li:nth-child(8):before{
	content:"8";
}
.side_ranking li:nth-child(9):before{
	content:"9";
}
.side_ranking li:nth-child(10):before{
	content:"10";
}

.side_ranking li .list-img{
	position:absolute;
	left:0;
	top:10px;
}
.side_ranking li .list-title{
	text-align:left;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight:bold;
}

/* パンくず */

.bread{
	margin:20px 0 0 0;
	color:#353535;
}
.bread ul{
	margin:0;
}
.bread li{
	float:left;
	margin-right:5px;
	font-size: 15px;
	font-size: 1.5rem;
}
.bread li a{
}
.bread li a:hover{
	text-decoration:underline;
}
.bread li:after{
	display:inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	margin:0 10px;
}
.bread li:last-child:after{
	content:none;
	margin:0;
}

/*ページャー*/
.pager_box{
	text-align: center;
	margin:50px 0;
}
.pager {
	display: inline-block;
	/display: inline; /*forIE7*/
	/zoom: 1; /*forIE7*/
	font-size: 26px;
	font-size: 2.6rem;
}

.pager .current{
	display: inline-block;
	height:38px;
	line-height:38px;
	padding: 0 12px;
	background: #B5A3F0;
	color: #FFF;
	border:1px solid #3F3F3F;
	margin-right: 5px;
	border-radius:5px;
}
.pager a {
	display: inline-block;
	border:1px solid #3F3F3F;
	padding: 0 12px;
	color: #3F3F3F;
	background: #FFF;
	margin-right: 5px;
	height:38px;
	line-height:38px;
	border-radius:5px;
}
.pager a:hover {
	border:1px solid #3F3F3F;
	background: #B5A3F0;
	color:#FFF
}
.pager a.prev{
	width:40px;
	position:relative;
}
.pager a.prev:after{
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	right: 0px;
	left: 5px;
	top:0;
	bottom:0;
	margin:auto;
}

.pager a.next{
	width:40px;
	position:relative;
}
.pager a.next:after{
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 5px;
	left: 0px;
	top:0;
	bottom:0;
	margin:auto;
}

.pager a.next:hover:after,
.pager a.prev:hover:after{
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}

.prev_btn{
	float:left;
	width:200px;
}
.next_btn{
	float:right;
	width:200px;
}

.post-nav-links{
	text-align: center;
	margin:50px 0;
}
.post-nav-links .post-page-numbers{
	display: inline-block;
	border:1px solid #3F3F3F;
	padding: 0 12px;
	color: #3F3F3F;
	background: #FFF;
	margin-right: 5px;
	height:38px;
	line-height:38px;
	border-radius:5px;
	text-decoration:none;
}
.post-nav-links .post-page-numbers:hover {
	border:1px solid #3F3F3F;
	background: #B5A3F0;
	color:#FFF
}

.post-nav-links .current{
	display: inline-block;
	height:38px;
	line-height:38px;
	padding: 0 12px;
	background: #B5A3F0;
	color: #FFF;
	border:1px solid #3F3F3F;
	margin-right: 5px;
	border-radius:5px;
}

/*--------------*/

.title_box{
	text-align:left;
	color:#3F3F3F;
	display:inline-block;
	margin:0 0 20px 0;
}
.title_box h1{
	font-size: 36px;
	font-size: 3.6rem;
	font-weight:bold;
	position:relative;
}
.title_box h2{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight:bold;
	position:relative;
}
.title_box h2 span{
	width:100%;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:normal;
}
.title_box h1:before ,
.title_box h2:before {
	content: '';
	position: absolute;
	left:0;
	bottom:-5px;
	display: inline-block;
	width: 60px;
	height: 1px;
	background:#8267DB;
}
.title_box h1:before{
	height: 2px;
}

#single .title_box h1:before{
	display:none;
}
#single .title_box h1{
	padding-bottom:5px;
	border-bottom:2px solid #8267DB;
}

.sub_title_box{
	margin:40px 0 0 0;
	padding:0;
	position:relative;
}
.sub_title_box:before {
	position: absolute;
	bottom: 0;
	top:0;
	right: 0;
	margin:auto;
	width: 100%;
	height: 3px;
	content: '';
	background-image: -webkit-gradient(linear, right top, left top, from(#FFC0CB), to(#B5A3F0));
	background-image: -webkit-linear-gradient(right, #FFC0CB 40%, #B5A3F0 100%);
	background-image: linear-gradient(to right, #FFC0CB 40%, #B5A3F0 100%);
	z-index:0;
}
.sub_title_box .sub_title_box_in{
	position:relative;
	background:#FFF;
	display:inline-block;
	z-index:9;
	padding:0 20px 0 0;
}
.sub_title_box h3{
	font-size: 24px;
	font-size: 2.4rem;
	color:#B5A3F0;
	font-weight:bold;
	display:inline-block;
	margin:0;
	padding:0;
}
.sub_title_box span{
	font-size: 16px;
	font-size: 1.6rem;
	color:#B5A3F0;
	margin:0 0 0 20px;
	font-weight:bold;
}

.list_none{
	margin:0 0 800px 0;
}
.list{
	margin:20px 0;
}
.list ul{
	margin:0 0 0 -20px;
	display: flex;
	flex-wrap: wrap;
}
.list ul li{
	width:250px;
	margin:0 0 0 20px;
	padding:20px 0 0 0;
}
.list ul li a:hover .list_box{
	box-shadow: 0 0 5px #DDDDDD;
}

.list ul li .list_box{
	padding:0;
	min-height:324px;
	position:relative;
}

.list ul li .img{
	width:250px;
	height:200px;
	margin:0 0 10px 0;
	position:relative;
}
.list ul li .img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.list ul li .icon{
	background:#B5A3F0;
	text-align:center;
	color:#FFF;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight:bold;
	position:absolute;
	top:0px;
	left:0px;
	z-index:9;
	padding:0 10px;
}


.list .title{
	font-size: 18px;
	font-size: 1.8rem;
	margin:5px 0 0 0;
	word-break: break-all;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color:#3F3F3F;
	padding:0 10px;
	line-height:150%;
}

.more_btn{
	width:300px;
	height:50px;
	margin:50px auto 100px auto;
	position:relative;
}
.more_btn:after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
}
.more_btn a{
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight:bold;
	color:#FFF;
	-webkit-transition: all .3s;
	transition: all .3s;
	position:relative;
}
.more_btn a:after{
}
.more_btn a:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	left:0;
	transition:0.5s;
	background: -webkit-gradient(linear, right top, left top, from(#FFC0CB), to(#B5A3F0));
	background: -webkit-linear-gradient(right, #FFC0CB 0%, #B5A3F0 100%);
	background: linear-gradient(to right, #FFC0CB 0%, #B5A3F0 100%);
}
.more_btn a:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-2;
	left:0;
	background: -webkit-gradient(linear, right top, left top, from(#B5A3F0), to(#FFC0CB));
	background: -webkit-linear-gradient(right, #B5A3F0 0%, #FFC0CB 100%);
	background: linear-gradient(to right, #B5A3F0 0%, #FFC0CB 100%);
}
.more_btn a:hover:before{
	opacity:0;
}
/***************************************************/
/*トップ*/
/***************************************************/
.top_pickup{
	position:relative;
	margin:0 0 80px 0;
}
.top_pickup .title_box{
	position:absolute;
	left:0;
	top:80px;
	z-index:999;
}
.top_pickup_list li{
	background:#FFF;
	padding:0 0 0 160px;
}


.top_pickup_box{
	position:absolute;
	left:0;
	top:220px;
}
.top_pickup_box .cate{
	display:inline-block;
	background:#B5A3F0;
	color:#FFF;
	padding:2px 20px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight:bold;
}
.top_pickup_box .title{
	font-size: 36px;
	font-size: 3.6rem;
	font-weight:bold;
	line-height:180%;
}
.top_pickup_box .title span{
	background:#FFF;
}
.top_pickup_box .tags{
	margin:10px 0 0 0;
	display:inline-block;
	background:#FFF;
	padding:0 5px;
}
.top_pickup_box .tags a{
	margin:0 10px 0 0;
}
.top_pickup_box .tags a:hover{
	text-decoration:underline;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction{
	right:-140px;
	left:auto;
}

.swiper-pagination{
	text-align:right;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	background-color: #DADADA;
	width:16px;
	height:16px;
	opacity:1.0 !important;
	margin:0 7px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active{
	background-color: #B5A3F0;
}

.new_list{
}
.new_list li{
	padding:20px 0;
	border-bottom:1px solid #E3E3E3;
}
.new_list li a{
}

.new_list_box{
	position:relative;
	min-height:150px;
	padding:0 0 0 220px;
	display: grid;
	align-items: center;
}
.new_list_box h4{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight:bold;
}

.new_list_box .img{
	position:absolute;
	left:0;
	top:0;
	width:200px;
	height:150px;
}
.new_list_box .img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.new_list_box .icon{
	background:#B5A3F0;
	text-align:center;
	color:#FFF;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight:bold;
	position:absolute;
	top:0px;
	left:0px;
	z-index:9;
	padding:0 10px;
}


/***************************************************/
/*詳細*/
/***************************************************/
#single{
}

.detail_box{
	margin:0 0 80px 0;
}
.detail_img{
	width:100%;
	text-align:center;
	margin:0 0 30px 0;
}
.detail_img img{
	max-width:100%;
	height:auto;
}
.detail_box video{
	width:100%;
	height:auto;
}
.detail_box img{
	max-width:100%;
	height:auto;
}

.detail_box h2{
	position: relative;
	font-size:30px;
	font-size:3.0rem;
	font-weight:bold;
	padding: 10px 0;
	margin: 50px 0 30px 0;
	border-top:1px solid #3F3F3F;
	border-bottom:1px solid #3F3F3F;
	box-sizing: border-box;
}
.detail_box h3{
	font-size:24px;
	font-size:2.4rem;
	color:#3F3F3F;
	font-weight:bold;
	background:#F9F7FF;
	padding:10px 5px 10px 30px;
	margin:30px 0;
	line-height:26px;
	position:relative;
}
.detail_box h3:before{
	display:block;
	position:absolute;
	left:15px;
	top:10px;
	content:" ";
	height:26px;
	width:5px;
	background:#B5A3F0;
}
.detail_box h4{
	font-size:20px;
	font-size:2.0rem;
	font-weight:bold;
	margin:20px 0;
}
.detail_box h4:before{
	content:"●";
	color:#B5A3F0;
	margin:0 5px 0 0;
}
.detail_box p{
	font-size:20px;
	font-size:2.0rem;
	line-height:1.5;
	margin:0 0 20px 0;
}

.detail_box a{
	color:#4861FF;
	text-decoration:underline;
}
.detail_box a:hover{
	text-decoration:none;
}

.tags_list li{
	display:inline-block;
	border:1px solid #707070;
	margin:0 10px 15px 0;
}
.tags_list li a{
	font-size: 20px;
	font-size: 2.0rem;
	color:#3F3F3F;
	padding:5px 15px;
	text-decoration:none;
}
.tags_list li a:before{
	content:"#";
}
.tags_list li a:hover{
	background:#8267DB;
	color:#FFF;
}


/*ポイント*/
.point{
	width:92%;
	margin:30px auto;
	border:2px solid #FC6A86;
	padding:20px 20px 10px 20px;
	background:#FFF3F1;
	position:relative;
}
.point:before{
	content:url(https://shiawasenogakufu.com/wp-content/themes/uranaru/img/point.png);
	position:absolute;
	left:20px;
	top:-12px;
}
.point li{
	margin:15px 0;
	padding:0 0 0 25px;
	font-weight:bold;
	font-size:24px;
	font-size:2.4rem;
	line-height:150%;
	position:relative;
}
.point li:before{
	position:absolute;
	top:0;
	left:0;
	content:"・";
	font-weight:bold;
	color:#FC6A86;
}

/*リスト比較*/
.compare{
	width:100%;
	display: flex;
}
.compare .compare_purple,
.compare .compare_pink{
	width:50%;
}

.compare .compare_purple{
	background:#F9F7FF;
}
.compare .compare_pink{
	background:#FFF3F1;
}
.compare .compare_purple .compare_title,
.compare .compare_pink .compare_title{
	padding:10px 0;
	color:#FFF;
	font-weight:bold;
	font-size:24px;
	font-size:2.4rem;
	text-align:center;
}
.compare .compare_purple .compare_title{
	background:#B5A3F0;
}
.compare .compare_pink .compare_title{
	background:#FC6A86;
}

.compare .compare_purple ul,
.compare .compare_pink ul{
	padding:20px;
}

.compare .compare_purple ul li,
.compare .compare_pink ul li{
	padding:10px 0 10px 20px;
	border-bottom:1px dotted #BDBDBD;
	color:#3F3F3F;
	font-size:18px;
	font-size:1.8rem;
	position:relative;
}
.compare .compare_purple ul li:before,
.compare .compare_pink ul li:before{
	content:"・";
	font-weight:bold;
	position:absolute;
	top:10px;
	left:0;
}
.compare .compare_purple ul li:before{
	color:#B5A3F0;
}
.compare .compare_pink ul li:before{
	color:#FC6A86;
}
.compare .compare_purple ul li:last-child,
.compare .compare_pink ul li:last-child{
	border:none;
	padding-bottom:0;
}

/*引用*/
.quote{
	margin:30px 0;
	padding:40px 30px 30px 30px;
	position:relative;
	background-color:#FFF;
	border:2px solid #B5A3F0;
}
.quote_icon{
	display: block;
	position: absolute;
	top:0px;
	left:0px;
	margin: 0;
	padding: 10px 0;
	z-index: 2;
	width: 47px;
	height:54px;
	text-align: center;
	font-size: 17px;
	background:url('https://shiawasenogakufu.com/wp-content/themes/uranaru/img/icon_quote.png') #B5A3F0 no-repeat center center;
}
.quote .comment{
	margin:30px 0 0 0;
}
.quote .comment p{
	font-size:17px;
	font-size:1.7rem;
	line-height:170%;
}
.quote .link{
	text-align:right;
	margin:0;
	font-size:14px;
	font-size:1.4rem;
	color:#3F3F3F;
}
.quote .link a{
	color:#3F3F3F;
}

/*ボタン*/
.btn{
	display:block;
	width:90%;
	margin:5px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	padding:0;
}
.btn a{
	position:relative;
	display:block;
	width:100%;
	text-decoration: none;
	background:#FC6A86;
	text-align:center;
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	box-shadow:0px 3px 0px 0px #DC4776;
	-webkit-transition: all 0s;
	transition: all 0s;
	border-radius:10px;
	margin:5px 0 0 0;
	padding:20px 40px 20px 20px;
	line-height:100%;
}

.btn a:after{
	position:absolute;
	right:30px;
	top:0;
	bottom:0;
	margin:auto;
	content:"";
	width: 18px;
	height: 18px;
	border: 3px solid;
	border-color: #FFF #FFF transparent transparent;
	transform: rotate(45deg);
}

.btn a:hover{
	text-decoration:none;
	background:#FC6A86;
	color:#FFFFFF;
	top:5px;
	box-shadow:none;
}

.btn a:hover:after{
	top:5px;
}

/*cvリンク*/
.cv_link{
	text-align:center;
	margin:20px 0;
}
.cv_link p{
	display:inline-block;
	padding:0 40px 0 0;
	position:relative;
}
.cv_link a{
	color:#4861FF;
	font-size:35px;
	font-weight:bold;
	line-height:120%;
	text-decoration:underline;
}
.cv_link a:hover{
	text-decoration:none;
}
.cv_link p:after{
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 24px solid #4861FF;
	display:block;
	content:" ";
	width:16px;
	height:16px;
}

.bold{
	font-weight:bold;
}
.bk_yellow{
	background:#FDFFD2;
}
.pink{
	color:#FC6A86;
}
.purple{
	color:#8267DB;
}
.blue{
	color:#40AEF6;
}
span.size_ss,
p.size_ss{
	font-size:14px;
}
span.size_s,
p.size_s{
	font-size:16px;
}
span.size_m,
p.size_m{
	font-size:20px;
}
span.size_l,
p.size_l{
	font-size:24px;
}

.center{
	text-align:center;
}
.right{
	text-align:right;
}
.up{
	vertical-align: super;
}
.down{
	vertical-align: sub;
}

/*レビュー*/
.review{
	border:1px solid #A2A2A2;
	padding:20px;
	margin:20px 0;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.review p{
	font-size:16px;
	margin:0;
}
.review .review_title{
	position:relative;
	padding:0 0 10px 90px;
	border-bottom:1px dotted #707070;
	margin:0 0 10px 0;
	min-height:70px;
}
.review .review_title .img{
	position:absolute;
	left:0;
	top:0;
	width:70px;
	height:70px;
	overflow:hidden;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
}
.review .review_title .img img{
	width:100%;
	height:100%;
	object-fit: cover;
}

.review .review_title p{
	font-weight:bold;
	font-size:20px;
	margin:0 0 10px 0;
}
.review .review_title .icon{
	background:#FC6A86;
	color:#FFF;
	padding:5px 10px;
}

/*吹き出し*/
.arrow_left,
.arrow_right{
	position:relative;
	margin:30px 0;
	min-height:120px;
}

.arrow_img{
	position:absolute;
	width:100px;
}
.arrow_img .img{
	width:100px;
	height:100px;
	overflow:hidden;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
	margin:0 0 5px 0;;
}
.arrow_img .img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.arrow_img .name{
	font-size:14px;
	text-align:center;
	line-height:130%;
	color:#FC6A86;
}
.arrow_box{
    position:relative;
    width:95%;
    background:#F9F7FF;
    padding:20px;
    text-align:left;
    font-size:19px;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
	line-height:150%;
	border:1px solid #8267DB;
	color:#3F3F3F;
}
.arrow_right{
	padding:0 0 0 100px;
}
.arrow_right .arrow_img{
	left:0;
}
.arrow_right .arrow_img .name{
	color:#8267DB;
}
.arrow_right .arrow_box{
	margin:0 0 0 auto;
}
.arrow_box:before{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	border-color: rgba(90, 230, 40, 0);
	border-top-width:10px;
	border-bottom-width:10px;
	border-left-width:24px;
	border-right-width:24px;
	margin-top: -10px;
	border-right-color:#8267DB;
	right:100%;
	top:30px;
}
.arrow_box:after{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	border-color: rgba(90, 230, 40, 0);
	border-top-width:9px;
	border-bottom-width:9px;
	border-left-width:22px;
	border-right-width:22px;
	margin-top: -9px;
	border-right-color:#F9F7FF;
	right:100%;
	top:30px;
}

.arrow_left{
	padding:0 100px 0 0;
}

.arrow_left .arrow_img{
	right:0;
}
.arrow_left .arrow_box{
    background:#FFF3F1;
	border:1px solid #FC6A86;
}
.arrow_left .arrow_box:before{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	border-color: rgba(90, 230, 40, 0);
	border-top-width:10px;
	border-bottom-width:10px;
	border-left-width:25px;
	border-right-width:25px;
	margin-top: -10px;
	border-left-color:#FC6A86;
	left:100%;
	top:30px;
}
.arrow_left .arrow_box:after{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	border-color: rgba(90, 230, 40, 0);
	border-top-width:9px;
	border-bottom-width:9px;
	border-left-width:22px;
	border-right-width:22px;
	margin-top: -9px;
	border-left-color:#FFF3F1;
	left:100%;
	top:30px;
}

/*テーブル*/

.table_type1{
	margin:30px 0;
}

.table_type1 table{
	width:100%;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
}
.table_type1 table th,
.table_type1 table td{
	padding:10px;
}
.table_type1 table th{
	background:#FC6A86;
	color:#FFF;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	font-weight:bold;
}
.table_type1 table td{
	background:#FFF3F1;
	color:#3F3F3F;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
}

.table_type2{
	margin:30px 0;
}
.table_type2 table{
	width:100%;
	border-top:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}
.table_type2 table th,
.table_type2 table td{
	padding:10px;
}
.table_type2 table th{
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	font-weight:bold;
}
.table_type2 table th.color1{
	background:#B5A3F0;
	color:#FFF;
}
.table_type2 table th.color2{
	background:#F2EEFF;
	color:#3F3F3F;
}
.table_type2 table td{
	background:#FFF;
	color:#3F3F3F;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
}

.scrolltable {
	width: 100%;
	overflow: auto;
}
.scrolltable table{
	white-space: nowrap;
}
.scrolltable table th.fixed{
	position: sticky;
	left: 0;
	z-index:9;
}
.scrolltable table th.fixed:before{
	
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border-left: 1px solid #DDDDDD;
}

/*関連記事*/
.article_box{
	border:1px solid #B5A3F0;
	position:relative;
	padding:20px 240px 20px 20px;
	min-height:190px;
	margin:20px 0;
	text-decoration:non;
}
.detail_box .article_box a{
	text-decoration:none;
}
.detail_box .article_box a:hover{
	text-decoration:underline;
}
.article_box .img{
	position:absolute;
	top:20px;
	right:20px;
	width:200px;
	height:150px;
	overflow:hidden;
}
.article_box .img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.article_box .icon{
	position:absolute;
	top:0;
	left:0;
	background:#B5A3F0;
	color:#FFF;
	padding:0 10px;
	font-size:20px;
	font-weight:bold;
}
.article_box h3{
	font-size:20px;
	font-size:2.0rem;
	color:#3F3F3F;
	font-weight:bold;
	background:#FFF;
	padding:0;
	margin:30px 0 10px 0;
	line-height:150%;
	position:relative;
}
.article_box h3:before{
	display:none;
}
.article_box p{
	font-size:16px;
	font-size:1.6rem;
	margin:0;
	word-break: break-all;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color:#3F3F3F;
}