@charset "UTF-8";
@font-face {
  font-family: "DIN Alternate Bold";
  src: url("../font/DIN Alternate Bold.ttf") format("truetype");
}
@font-face {
  font-family: "TsukushiAMaruGothic";
  src: url("../font/TsukushiAMaruGothic.ttc") format("truetype");
}
.red {
	color: red;
}

/*
.text_tsukushi {
	font-family: "TsukushiAMaruGothic";
	font-weight: bold;
}
*/

.main_content {
	margin-top: 0;
}


@media screen and (min-width: 761px) {
	p {
		font-size: 18px;
		line-height: 2;
	}
	.face .auto {
		width: 1000px;
		margin: auto;
	}
	.page_list_inner {
		width: 1000px;
		margin: auto;
	}
	.page_cat_pick_inner {
		width: 70%;
		margin: auto;
	}
#title_conts {
	width: 100%;
    height: 450px;
    background-image: url(../images/concept/concept_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
.page-content .title_inner {
	width: 1000px;
	margin: auto;
	position: relative;
	top: 150px;
}

.title_inner .top_title {
	font-size: 60px;
	font-family: "DIN Alternate Bold";
	line-height: 1;
}
.title_inner h1 {
	font-size: 30px;
	letter-spacing: 0.1em;
}
.page_box {
	margin: 70px auto;
	width: 1000px;
	line-height: 1.8;
}
.page_box ul {
	padding: 20px 0;
}
.page_title {
	font-size: 30px;
	text-align: center;
	margin: 10px auto 40px;
	padding: 10px 0;
}
.page_sub_title {
	font-size: 20px;
    padding: 0px 5px 0px 20px;
    border-left: 7px solid #333;
    margin: 40px auto 10px;
}
.right {
	text-align: right;
	margin: 20px 0;
}
	
	.page_cat_main {
		width: 100%;
		height: 600px;
		background-image: url(../images/menu/kaonoshibo_main_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		position: relative;
		margin-bottom: 4vw;
	}	
	.kaonoshibo_img {
		/* width: 40vw; */
		/* right: 4vw; */
		/* top: 4vw; */
	}
	.page_cat_main .page_ttl{
		font-size:64px;
		text-align:center;
		position:absolute;
		height: auto;
		top: 50%;
		right: 10%;
		transform: translateY(-50%);
		background: #333;
		color: #fff;
		padding: 20px;
	}
		.page_cat_main .page_ttl span{
			font-size:60%;
			display:block
		}
	.page_cat_pick {
		width: 100%;
		height: 28vw;
		background-image: url(../images/menu/kaonoshibo_pick.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		position: relative;
		margin: 4vw 0;
	}
	.page_cat_pick h2 {
		font-size: 2.2vw;
		color: #6b6b6b;
		padding: 3vw 0 2vw;
	}
	.page_cat_pick ul {
		display: table;
		font-size: 1.5vw;
	}
	.page_cat_pick ul li {
		padding-left: 3vw;
    	margin-bottom: 1vw;
		position: relative;
	}
	.page_cat_pick ul li:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0.5vw;
		width: 1.6vw;
		height: 1.6vw;
		background-image: url(../images/menu/check.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.pickup_box {
		display: flex;
		margin-top: 60px;
	}
	.pickup_box a {
		display: block;
		width: 38%;
		margin-right: 7%;
	}
	.pickup_box_text {
		width: 55%;
	}
	.pickup_box_text h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.pickup_box a.pickup_box_link {
		width: 100%;
		color: #6bbbc7;
		text-decoration: underline;
		font-size: 36px;
		margin-bottom: 20px;
	}
	.page_cat_case_box {
		width: 100%;
		display: table;
		margin: 40px auto;
	}
	.page_cat_case_box li {
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 40px;
	}
	.page_cat_case_box li:nth-of-type(2n) {
		margin-right: 0;
	}
	.page_cat_case_box li h3 {
		text-align: center;
		padding: 7px 0;
		background: #e0e0e0;
		font-size: 20px;
	}
	.page_cat_case_box li img {
		margin: 10px 0 20px;
	}
	.page_cat_case_box li p {
		font-size: 16px;
    	line-height: 1.6;
	}
	.page_cat_case_box a {
		width: 90%;
		text-align: center;
		display: block;
		margin: 2vw auto;
		color: #fff;
		background: #333;
		padding: 15px 0;
		font-size: 18px;
		text-decoration: none;
		position: relative;
		cursor: pointer;
	}
	.page_cat_case_box a:hover {
		background: #6bbbc7;
	}
	.page_cat_what img {
		margin-bottom: 20px;
	}
	.page_cat_cau {
		font-size: 24px;
		margin-bottom: 10px;
		color: #9964a6;
	}
	.page_cat_caution p {
		margin-bottom: 30px;
	}
	.page_cat_case_box a span {
		right: 15px;
		position: absolute;
		top: 50%;
		margin-top: -9px;
		font-size: 18px;
	}
	.youtube {
		width: 80%;
		margin: 40px auto;
	}
	.youtube iframe {
		width: 100%;
		height: 450px;
	}

	
/*    施術カテゴリ    */
	
.page-intro {
	width: 100%;
	height: 400px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.page_list {
	margin: 70px auto;
}
.page_list p {
	font-size: 16px;
	line-height: 2;
}
.page h2.page_list_title {
	font-size: 26px;
	font-weight: bold;
    margin: 40px 0;
    padding: 30px 0;
    display: block;
    background: #333;
    color: #fff;
    text-align: center;
}
.page_list .ssnav {
	width: 100%;
	display: table;
	border: none;
	margin: 40px auto;
}
.page_list .ssnav li {
	position: relative;
	float: left;
	width: 31%;
	height: 300px;
	margin-right: 3.5%;
	margin-bottom: 4%;
	padding: 0 25px;
	background: #f8f8f8;
	border-top: 5px solid #333;
	border-bottom: none;
}
.page_list .ssnav li:nth-child(3n) {
	margin-right: 0;
}
.page_list  .list-title {
	font-size: 18px;
	text-align: center;
	margin: 20px auto;
}
.page_list  .list-img {
	position: relative;
	width: 100%;
	margin: 20px auto;
	height: 140px;
	overflow: hidden;
	background: #efefef;
}
.page_list  .list-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.page_list .list-content p {
	font-size: 13px;
	line-height: 1.6;
}
.page_list .ssnav li dl {
	display: none;
}
	
.page_pick_ope {
	width: 800px;
	display: flex;
	margin: 40px auto;
}	
.page_pick_ope a {
	width: 45%;
	margin-right: 10%;
}
.page_pick_ope a:last-child {
	margin-right: 0;
}
.page_pick_ope a p {
	margin: 15px 0;
	line-height: 1.6;
}
.page-read{
		background: #f3f3f3;
		margin-bottom: 40px;
}
.page-read-inner{
	width:1000px;
	margin:0 auto;
}

.page_disc {
	background: #f3f3f3;
	padding: 30px 100px;
}
.page-read-inner .page_disc {
		padding: 30px 0 ;
}
	.black_box {
		padding: 12px 20px;
		display: inline-block;
		font-size: 24px;
		background: #333;
		color: #fff;
		margin: 10px 0;
		line-height: 1.4;
	}
	.youtube_box {
		width: 800px;
		margin: 60px auto;
	}
	.youtube_box iframe {
		width: 100%;
		height: 450px;
	}
	.youtube_box p {
		font-size: 30px;
		text-align: center;
		margin: 40px auto;
		font-weight: bold;
	}
	.ranking_top3 {
		display: table;
		width: 94%;
		margin: 40px auto;
	}
	.ranking_top3 li {
		width: 32%;
    	margin-right: 2%;
		float: left;
		text-align: center;
	}
	.ranking_top3 li:nth-of-type(3n) {
		margin-right: 0;
	}
	.ranking_top3 li .rank_img {
		height: 80px;
		margin: auto;
	}
	.ranking_top3 li .rank_img img {
		height: 100%;
	}
	.ranking_top3 li .rank_name {
		font-size: 20px;
		text-align: center;
		font-weight: bold;
    	margin: 0 0 5px;
	}
	.reason_box {
		width: 1000px;
		margin: 60px auto;
	}
	.reason_box dl {
		display: flex;
		justify-content: flex-start;
    	align-items: center;
		width: 710px;
		margin: 5px auto;
	}
	.reason_box dl dt {
		width: 120px;
		margin-right: 30px;
	}
	.reason_box dl dd {
		width: 570px;
		font-size: 28px;
		font-family: serif;
	}
	.reason .dr {
		margin: 0 0 40px;
	}
	.reason_graph {
		width: 900px;
		margin: 60px auto 100px;
		display: flex;
		justify-content: flex-start;
    	align-items: center;
	}
	.reason_graph img {
		width: 350px;
		margin-right: 50px;
	}
	.reason_graph p {
		width: 500px;
		font-size: 16px;
		line-height: 2;
	}
	.monitor_item {
		padding: 0 0 40px;
		margin: 0 0 40px;
		border-bottom: 1px solid #ccc;
		width: 100%;
		display: table;
	}
	.monitor_item_inner {
		width: 1000px;
		margin: auto;
	}
	.monitor_cont {
		display: flex;
		margin: 30px 0 0;
	}
	.monitor_cont_left {
		width: 40%;
		text-align: left;
		margin: 20px 10% 0 0;
		font-size: 16px;
		line-height: 2;
	}
	.monitor_cont_right {
		width: 50%;
		text-align: center;
	}
	.grad-wrap {
		width: 80%;
		margin: 20px auto;
		line-height: 1.6;
	}
	.grad-item, .grad-item2 {
		height: 80px;
	}
	.grad-btn, .grad-btn2 {
		bottom: 0;
	}
	.grad-trigger:checked ~ .grad-btn {
		bottom: -15px;
	}
	.grad-item p, .grad-item2 p {
		line-height: 1.6 !important;
		font-size: 12px !important;
	}
	.page_monitor_name {
		font-size: 20px;
		text-align: center;
		margin: 20px 0;
		font-weight: bold;
	}
	.system_box {
		width: 1000px;
		margin: auto;
		text-align: center;
	}
	.system_box img {
		width: 90%;
		
	}
	.system_box p {
		text-align: left;
		margin: 20px 0;
	}
	.search_page_box {
		width: 1000px;
		margin: 40px auto;
		text-align: center;
	}
	.search_page_box img {
		width: 250px;
		margin: auto;
	}
	.search_ope_link {
		display: table;
		margin: 40px auto;
		width: 100%;
	}
	.search_ope_link a {
		padding: 15px 0;
		text-align: center;
		background: #333;
		margin-right: 3.5%;
		margin-bottom: 2%;
		width: 31%;
		display: block;
		float: left;
		color: #fff;
		border-radius: 38px;
		font-size: 20px;
	}
	.search_ope_link a:hover {
		background: #6ba6b2;
	}
	.search_ope_link a:nth-of-type(3n) {
		margin-right: 0;
	}
	.search_page_p {
		font-size: 20px;
	}
	.shorei_link {
		width: 600px;
		margin: 0 auto 70px;
		display: block;
		text-align: center;
		padding: 20px 0;
		background: #333;
		color: #fff;
		position: relative;
		font-size: 20px;
	}
	.shorei_link:hover {
		color: #fff;
		background: #83c2ca;
	}	
    
    .cat_ranking {
        /* background: #ffecec; */
        margin: 0 auto 60px;
        padding: 40px 0;
    }

    .cat_ranking_ttl {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 20px;
        font-weight: bold;
        color: #cf8084;
    }

    .cat_ranking_group {
        width: 1000px;
    }

    .cat_ranking_group .cat_ranking_item .slick-slide {
        margin: 10px 0;
    }

    .cat_ranking_group .cat_ranking_item {
        position: relative;
        padding-top: 30px;
    }

    .cat_ranking_group .cat_ranking_item::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        color: #fff;
        text-align: center;
        line-height: 60px;
        font-size: 1.6rem;
        border-radius: 50%;
        /* transform: translateX(-50%); */
    }

    .rank1::after {
        content: "1位";
        background: linear-gradient(140deg, #ffdb85, #d89817);
    }

    .rank2::after {
        content: "2位";
        background: linear-gradient(140deg, #c5c5c5, #616161);
    }

    .rank3::after {
        content: "3位";
        background: linear-gradient(140deg, #ffbd72, #aa5b29);
    }
.cat_case{
	/* background:#eee; */
	/* padding: 40px 0; */
}
	.cat_case_wrap{
		/* max-width: 1000px; */
		margin: 0 auto;
		width: 1040px;
		overflow: hidden;
		position:relative;
		padding: 20px 20px 60px;
	}
	.cat_case_item > p:first-of-type{
		text-align:center;
		font-size:14px;
		margin-bottom:0.5em;
		font-weight:bold;
	}
	.cat_case_item .risc_text{
		font-size:13px;
		line-height:1.6;
	}
	.page-content .swiper-pagination{
		margin: 20px auto;
		text-align:center;
		bottom: 0;
		z-index:999999
	}
	.grad-wrap{
		margin: 0 auto 60px;
		padding: 0 0 20px;
		width:100%;
	}

	.page-content .swiper-button-next{
	top: 40%;
	right: 0px;
}
		.page-content .swiper-button-prev{
	top: 40%;
	left:0px;
}
	.risk_text p{
		font-size:12px;
		line-height:1.5;
		letter-spacing:normal
	}
	.conts_inner {
    clear: both;
    margin-bottom: 50px;
  }
	.conts_beginner{
		width:1000px;
		margin:0 auto;
	}
	.conts_beginner_ttl{
		text-align:center;
		font-size: 26px;
		padding:1em 0;
		background:#333;
		color:#fff;
		font-weight: bold;
		margin: 40px 0;
		padding: 30px 0;
	}
  .conts_inner .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    position: relative;
    align-items: center;
  }
	  .conts_inner .box:nth-last-of-type(2n) {
    flex-direction: row-reverse;
  }
	 .conts_inner .box .img {
    width: calc((100% - 580px) - 40px);
    overflow: hidden;
  }
  .conts_inner .box .text_group {
    width: 580px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
}


@media screen and (max-width: 760px) {
	p {
		font-size: 3.6vw;
		line-height: 2;
	}
.page_list_inner {
	width: 94%;
	margin: auto;
}
	.page_cat_pick_inner {
		width: 85%;
		margin: auto;
	}
#title_conts {
	width: 100%;
    height: 50vw;
    background-image: url(../images/concept/concept_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 58% 50%;
    position: relative;
}
.title_inner {
	width: 90%;
    margin: auto;
    position: relative;
    top: 26vw;
    left: 0;
    line-height: 1.2;
}
.title_inner .top_title {
	font-size: 10vw;
	font-family: "DIN Alternate Bold";
}
.title_inner h1 {
	font-size: 4vw;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.concept {
	margin: 6vw auto;
}
.concept_massage {
	width: 100%;
	text-align: center;
	margin: auto;
	font-size: 5vw;
	line-height: 2;
	letter-spacing: 0.1em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.concept_a {
	width: 90%;
    margin: 7vw auto;
    padding: 5vw;
	background-image: url(../images/concept/a_bg.png);
	background-size: 60%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 5px solid #dee8eb;
}
.concept_a ul {
	line-height: 2;
	font-size: 3vw;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.concept_box {
	text-align: center;
	line-height: 1.8;
	width: 94%;
    margin: auto;
}
.concept_box_title {
	font-size: 5vw;
	margin: 0 0 4vw;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.concept_box_sub {
	font-size: 4vw;
	color: #40B1BF;
	margin-bottom: 1vw;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.concept_box p {
	font-size: 3vw;
}
.concept_box img {
	margin: 4vw auto 7vw;
}
.right {
	text-align: right;
	margin: 2vw 0;
}
	
.page_box {
	margin: 7vw auto;
	width: 90%;
	line-height: 2;
}
.page_box ul {
	padding: 2vw 0;
}
.page_title {
	font-size: 5vw;
	text-align: center;
	margin: 1vw auto 4vw;
	padding: 1vw 0;
}
.page_sub_title {
	font-size: 3.5vw;
    padding: 0px 1vw 0px 2vw;
    border-left: 5px solid #333;
    margin: 4vw auto 10px;
}
.right {
	text-align: right;
	margin: 20px 0;
}
	
/*    施術カテゴリ    */
	
.page-intro {
	width: 100%;
	height: 70vw;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.page_list {
	margin: 0 auto;
}
.page_list p {
	font-size: 3vw;
	line-height: 2;
}
body.single .page_list_title {
	font-size: 5vw;
	margin: 4vw 0;
	padding: 1vw 0;
	border-bottom: 1px solid #333;
	display: block;
}
.page_list .ssnav {
	width: 94%;
	display: table;
	border: none;
	margin: 4vw auto;
}
.page_list .ssnav li {
	float: left;
	width: 48%;
	height: 48vw;
	margin-right: 4%;
	margin-bottom: 4%;
	padding: 0 2vw;
	background: #f8f8f8;
	border-top: 5px solid #333;
	border-bottom: none;
	position: relative;
}
.page_list .ssnav li:nth-child(2n) {
	margin-right: 0;
}
.page_list  .list-title {
	font-size: 3vw;
	text-align: center;
	margin: 2vw auto;
}
.page_list  .list-img {
	position: relative;
	width: 100%;
	margin: 2vw auto;
	height: 20vw;
	overflow: hidden;
	background: #efefef;
}
.page_list  .list-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.page_list .list-content p {
	font-size: 2.4vw;
	line-height: 1.6;
}
.page_list .ssnav li dl {
	display: none;
}
.page h2.page_list_title {
    font-size: 4vw;
    margin: 4vw 0;
    padding: 3vw 0;
    display: block;
    background: #333;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
	.page_pick_ope {
		width: 80%;
		display: block;
		margin: 4vw auto;
	}	
	.page_pick_ope a {
		width: 100%;
		margin-right: 0;
		margin-bottom: 4vw;
		display: block;
	}
	.page_pick_ope a:last-child {
		margin-right: 0;
	}
	.page_pick_ope a p {
		margin: 2vw 0;
		line-height: 1.6;
	}
	.page_disc {
		background: #f3f3f3;
		padding: 4vw 6vw;
    	margin: 3vw auto 0;
    	width: 94%;
	}
.page-read .page_disc{
	width:100%;
	
}
	.black_box {
		padding: 2vw 4vw;
		display: inline-block;
		font-size: 4vw;
		background: #333;
		color: #fff;
		margin: 4vw 0;
		line-height: 1.2;
		font-weight: bold;
	}
	.youtube_box {
		width: 94%;
    	margin: 6vw auto;
	}
	.youtube_box iframe {
		width: 100%;
		height: 53vw;
	}
	.youtube_box p {
		font-size: 6vw;
		text-align: center;
		margin: 4vw auto;
		font-weight: bold;
		line-height: 1.4;
	}
	.ranking_top3 {
		display: table;
		width: 80%;
		margin: 4vw auto;
	}
	.ranking_top3 li {
		width: 100%;
    	margin: 6% 0;
		text-align: center;
	}

	.ranking_top3 li .rank_img {
		height: 16vw;
		margin: auto;
	}
	.ranking_top3 li .rank_img img {
		height: 100%;
	}
	.ranking_top3 li .rank_name {
		font-size: 6vw;
		text-align: center;
		font-weight: bold;
    	margin: 0 0 5px;
	}
	.reason_box {
		width: 94%;
		margin: 6vw auto;
	}
	.reason_box dl {
		display: flex;
		justify-content: flex-start;
    	align-items: center;
		width: 94%;
		margin: 5px auto 10px;
	}
	.reason_box dl dt {
		width: 20%;
		margin-right: 3vw;
	}
	.reason_box dl dd {
		width: 80%;
		font-size: 4.5vw;
		font-family: serif;
	}
	.reason .dr {
		margin: 0 0 4vw;
	}
	.reason_graph {
		width: 100%;
    	margin: 6vw auto;
		text-align: center;
	}
	.reason_graph img {
		width: 80%;
		margin: 2vw auto 4vw;
	}
	.reason_graph p {
		width: 90%;
		font-size: 3.6vw;
		line-height: 2;
		margin: auto;
		text-align: left;
	}
	.monitor_item {
		padding: 0 0 40px;
		margin: 0 0 40px;
		border-bottom: 1px solid #ccc;
		width: 100%;
		display: block;
	}
	.monitor_item_inner {
		width: 90%;
		margin: auto;
	}
	.monitor_cont {
		display: block;
		margin: 4vw 0 0;
		width: 100%;
	}
	.monitor_cont_left {
	    width: 100%;
		text-align: left;
		margin: 4vw 0;
		font-size: 4vw;
		line-height: 2;
	}
	.monitor_cont_right {
		width: 100%;
		text-align: center;
	}
	.monitor_link_btn {
		margin: 12vw auto 2vw;
		width: 90%;
	}
	.monitor_link_btn.mt10 {
		margin: 4vw auto;
	}
	.monitor_system {
		margin-bottom: 12vw;
	}
	.grad-wrap {
		width: 100%;
		margin: 2vw auto;
		line-height: 1.6;
	}
	
	.grad-item, .grad-item2 {
		height: 60px;
		padding: 0 0 20px !important;
	}
	.grad-btn, .grad-btn2 {
		bottom: 0;
	}
	.grad-trigger:checked ~ .grad-btn {
		bottom: -15px;
	}
	.grad-item p, .grad-item2 p {
		line-height: 1.6 !important;
	}
	.page_monitor_name {
		font-size: 20px;
		text-align: center;
		margin: 20px 0;
		font-weight: bold;
	}
	.system_box {
		width: 90%;
		margin: auto;
		text-align: center;
	}
	.system_box img {
		width: 100%;
		
	}
	.system_box p {
		text-align: left;
		margin: 20px 0;
	}
	.search_page_box {
		width: 94%;
		margin: 4vw auto;
		text-align: center;
	}
	.search_page_box img {
		width: 60%;
		margin: 2vw auto;
	}
	.search_ope_link {
		display: table;
		margin: 4vw auto;
		width: 100%;
	}
	.search_ope_link a {
		padding: 3vw 0;
		text-align: center;
		background: #333;
		margin-right: 4%;
		margin-bottom: 2%;
		width: 48%;
		display: block;
		float: left;
		color: #fff;
		border-radius: 38px;
		font-size: 3.2vw;
	}
	.search_ope_link a:hover {
		background: #6ba6b2;
	}
	.search_ope_link a:nth-of-type(2n) {
		margin-right: 0;
	}
	.search_page_p {
		font-size: 20px;
	}
	.page-content .price_list {
		width: 94%;
	}
	.page-content .price_box {
		width: 90%;
		margin: 5vw auto;
	}


	.page_cat_main {
		width: 100%;
		height: 55vw;
		background-image: url(../images/menu/kaonoshibo_main_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		position: relative;
		margin-bottom: 4vw;
	}	
	.kaonoshibo_img {
		/* width: 40vw; */
		/* right: 4vw; */
		/* top: 4vw; */
	}
	.page_cat_main .page_ttl{
		font-size:5vw;
		text-align:center;
		position:absolute;
		height: auto;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		background: #333;
		color: #fff;
		padding: 20px;
	}
		.page_cat_main .page_ttl span{
			font-size:60%;
			display:block
		}
	.page_cat_pick {
		width: 100%;
		height: 45vw;
		background-image: url(../images/menu/kaonoshibo_pick.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		position: relative;
		margin: 4vw 0;
	}
	.page_cat_pick h2 {
		font-size: 3.5vw;
		color: #6b6b6b;
		padding: 5vw 0 4vw;
	}
	.page_cat_pick ul {
		display: table;
		font-size: 3vw;
	}
	.page_cat_pick ul li {
		padding-left: 4vw;
    	margin-bottom: 1vw;
		position: relative;
	}
	.page_cat_pick ul li:after {
		content: "";
		position: absolute;
		left: 0;
		top: 1vw;
		width: 2.6vw;
		height: 2.6vw;
		background-image: url(../images/menu/check.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.pickup_box {
		display: table;
		margin: 10vw auto;
    	width: 80%;
		text-align: center;
	}
	.pickup_box a {
		display: block;
		width: 100%;
		margin-bottom: 7%;
	}
	.pickup_box_text {
		width: 100%;
	}
	.pickup_box_text h3 {
		font-size: 4vw;
    	margin-bottom: 2vw;
	}
	.pickup_box a.pickup_box_link {
		width: 100%;
		color: #6bbbc7;
		text-decoration: underline;
		font-size: 5vw;
		margin-bottom: 2vw;
	}
	.pickup_box_text p {
		text-align: left;
	}
	.page_cat_case_box {
		width: 80%;
		display: table;
		margin: 4vw auto;
	}
	.page_cat_case_box li {
		width: 100%;
		float: none;
		margin-bottom: 6vw;
	}
	.page_cat_case_box li:nth-of-type(2n) {
		margin-right: 0;
	}
	.page_cat_case_box li h3 {
		text-align: center;
		padding: 1vw 0;
		background: #e0e0e0;
		font-size: 4vw;
	}
	.page_cat_case_box a {
		width: 100%;
		text-align: center;
		display: block;
		margin: 2vw auto;
		color: #fff;
		background: #333;
		padding: 2vw 0;
		font-size: 3.6vw;
		text-decoration: none;
		position: relative;
	}
	.page_cat_case_box a:hover {
		background: #6bbbc7;
	}
	.page_cat_case_box li img {
		margin: 1vw 0;
	}
	.page_cat_case_box li p {
		font-size: 16px;
    	line-height: 1.6;
	}
	.page_cat_what img {
		margin-bottom: 20px;
	}
	.page_cat_cau {
		font-size: 4vw;
		margin-bottom: 1.4vw;
		color: #9964a6;
	}
	.page_cat_caution p {
		margin-bottom: 30px;
	}
	.page_cat_text {
		margin: 4vw 0;
	}
	.page_cat_case_box a span {
		right: 15px;
		position: absolute;
		top: 50%;
		margin-top: -9px;
		font-size: 18px;
	}
	.shorei_link {
		width: 90%;
		margin: 0 auto 8vw;
		display: block;
		text-align: center;
		padding: 3vw 0;
		background: #333;
		color: #fff;
		position: relative;
		font-size: 3.6vw;
	}
	.shorei_link:hover {
		color: #fff;
		background: #83c2ca;
	}
    
      .cat_ranking {
        /* background: #ffecec; */
        margin: 0 auto;
        /* padding: 40px 0; */
    }

    .cat_ranking_ttl {
        text-align: center;
        font-size: 1.4rem;
        margin: 40px auto 0;
        font-weight: bold;
        color: #cf8084;
    }
	.cat_case_item > p:first-of-type{
		text-align:center;
		font-size:14px;
		margin: 20px auto;
		font-weight:bold;
	}
	.cat_case_item .risc_text{
		font-size:13px;
		line-height:1.6;
	}

    .cat_ranking_group {
        width: 80%;
        padding: 20px;
    }

    .cat_ranking_group .cat_ranking_item .slick-slide {
        margin: 10px 0;
    }

    .cat_ranking_group .cat_ranking_item {
        position: relative;
        padding-top: 30px;
    }

    .cat_ranking_group .cat_ranking_item::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        color: #fff;
        text-align: center;
        line-height: 60px;
        font-size: 1.6rem;
        border-radius: 50%;
        /* transform: translateX(-50%); */
    }

    .rank1::after {
        content: "1位";
        background: linear-gradient(140deg, #ffdb85, #d89817);
    }

    .rank2::after {
        content: "2位";
        background: linear-gradient(140deg, #c5c5c5, #616161);
    }

    .rank3::after {
        content: "3位";
        background: linear-gradient(140deg, #ffbd72, #aa5b29);
    }
	.cat_case_wrap{
		width: 94%;
		margin: 0 auto;
		padding: 0 0 40px;
		display: flex;
	}
	.grad-wrap{
		margin: 0 auto 50px;
		padding: 0;
		width:100%;
	}

	.page-content .swiper-button-next{
	/* top: 50%; */
	/* right: 0px; */
	display: none;
}
		.page-content .swiper-button-prev{
	/* top: 50%; */
	/* left:0px; */
	display: none;
}
		.risk_text p{
		font-size:12px;
		line-height:1.5;
		letter-spacing:normal
	}
	.conts_beginner_ttl{
        font-size: 4vw;
        margin: 4vw 0;
        padding: 3vw 0;
        display: block;
        background: #333;
        text-align: center;
        color: #fff;
        font-weight: bold;
	}
	.conts_inner .box {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 2em;
    position: relative;
    align-items: center;
    flex-flow:wrap;
    flex-direction:column;
  }
	  .conts_inner .box:nth-last-of-type(2n) {
    flex-direction: row-reverse;
  }
	 .conts_inner .box .img {
    width: 100%;
    overflow: hidden;
  }
	.conts_inner .box p{
		font-size:16px;
	}
  .conts_inner .box .text_group {
    width:100%;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
}