@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が761px以上
===============================================*/
@media screen and (min-width: 761px){
/*=========================
▼▼共通▼▼
===========================*/
#jinchutanshuku_contents .opensans {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 600;
}
#jinchutanshuku_contents .pc_none {
    display: none;
}
#jinchutanshuku_contents .auto {
	width: 1000px;
	margin: 0 auto;
}
#jinchutanshuku_contents .red {
	color: #f01438;
}
#jinchutanshuku_contents .pink {
	color: #f96489;
}
#jinchutanshuku_contents h3 {
	font-size: 45px;
	line-height: 1.26;
	text-align: center;
	color: #fd4472;
    font-weight: 500;
}
#jinchutanshuku_contents h3 span {
    font-weight: 500;
}
#jinchutanshuku_contents h3 .small {
    font-size: 26px;
}
#jinchutanshuku_contents #conts_about, #jinchutanshuku_contents #conts_case, #jinchutanshuku_contents #conts_flow, #jinchutanshuku_contents #conts_point, #jinchutanshuku_contents #conts_price {
    transform: skew(0deg, -2deg);

    overflow: hidden;
}
#jinchutanshuku_contents .conts_inner {
    padding-top: 130px;
    transform: skew(0deg, 2deg);
    margin-top: -100px;
}
#jinchutanshuku_contents section .title:after {
	display: none;
}
#jinchutanshuku_contents .bg_box {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	padding: 33px 33px 33px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
}
#jinchutanshuku_contents .bg_box .before_after {
	width: 470px;
	float: left;
	color: #ffffff;
}
#jinchutanshuku_contents .bg_box .before_after div img {
	width: 100%;
    display: block;
}
#jinchutanshuku_contents .bg_box .before_after .before {
	width: 231px;
	float: left;
	background-color: #bababa;
}
#jinchutanshuku_contents .bg_box .before_after .after {
	width: 231px;
	float: right;
	background-color: #fd4472;
}
#jinchutanshuku_contents .bg_box .before_after .before p, .bg_box .before_after .after p {
	padding: 0px 0 2px;
    font-size: 18px;
}
#jinchutanshuku_contents .bg_box .right_box {
	width: 443px;
	float: right;
	text-align: left;
}
#jinchutanshuku_contents .bg_box .right_box h5 {
	font-weight: bold;
	margin-bottom: 6px;
}
#jinchutanshuku_contents .bg_box .right_box dl {
	line-height: 25px;
    margin-bottom: 14px;
}
#jinchutanshuku_contents .bg_box .right_box dl:last-of-type {
    margin-bottom: 0;
}
#jinchutanshuku_contents .bg_box .right_box dt {
	font-weight: 700;
}
#jinchutanshuku_contents .bg_box .right_box dl .small {
	font-size: 11px;
    display: block;
    margin-top: -2px;
}
/*=========================
▲▲共通▲▲
===========================*/
#jinchutanshuku_contents {
	width: 100%;
	clear: both;
	float: left;
	color: #000000;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875;
	min-width: 1000px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

#jinchutanshuku_contents #conts_top {
	width: 100%;
	height: 513px;
	clear: both;
	padding-top: 47px;
	background-image: url("../images/bichuhy/main_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#jinchutanshuku_contents #conts_top .auto {
	position: relative;
}
#jinchutanshuku_contents #conts_top .text_box {
	width: 511px;
	margin-left: 65px;
}

#jinchutanshuku_contents #conts_recommend {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 24px;
	background-image: url("../images/bichuhy/ptn_01.jpg");
	background-repeat: repeat;
	background-position: center center;
	background-size: 54px;
	padding-bottom: 186px;
    position: relative;
    overflow: hidden;
}
#jinchutanshuku_contents #conts_recommend::before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background-image: url("../images/bichuhy/bg_01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	z-index: 1;
    pointer-events: none;
}
#jinchutanshuku_contents #conts_recommend h3 {
	font-size: 53px;
    line-height: 1.15;
	color: #ffffff;
    margin-bottom: 37px;
}
#jinchutanshuku_contents #conts_recommend .top_area {
	width: 100%;
	font-size: 24px;
    line-height: 1.4;
	font-weight: 700;
	color: #ffffff;
	padding: 31px 165px 25px 27px;
	border: 4px solid #ffffff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
	margin-bottom: 33px;
    z-index: 9;
}
#jinchutanshuku_contents #conts_recommend .top_area ul {
	width: 100%;
	letter-spacing: -.4em;
}
#jinchutanshuku_contents #conts_recommend .top_area ul li {
	width: 49%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
    padding: 3px 0 2px 40px;
	background-image: url("../images/bichuhy/parts_01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 33px;
    margin-bottom: 15px;
}
#jinchutanshuku_contents #conts_recommend .top_area .face_img {
	width: 390px;
	position: absolute;
    right: -158px;
    bottom: -134px;
}
#jinchutanshuku_contents #conts_recommend .bg_box {
	position: relative;
	z-index: 9;
}

#jinchutanshuku_contents #conts_about {
	width: 100%;
	float: left;
	clear: both;
}
#jinchutanshuku_contents #conts_about .conts_inner {
	width: 100%;
	float: left;
	clear: both;
	background-image: url("../images/bichuhy/bg_02.png");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 341px;
	padding-bottom: 170px;
}
#jinchutanshuku_contents #conts_about h3 {
	margin-bottom: 30px;
}
#jinchutanshuku_contents #conts_about .text_area {
	width: 100%;
	position: relative;
    margin-bottom: 28px;
}
#jinchutanshuku_contents #conts_about .text_box {
	width: 630px;
	font-size: 17px;
	line-height: 32px;
    letter-spacing: .05em;
}
#jinchutanshuku_contents #conts_about .text_box p.text {
	margin-bottom: 12px;
}
#jinchutanshuku_contents #conts_about .text_box p .bg_color {
	display: inline-block;
	line-height: 1.1;
	padding: 0 2px;
	background-color: #fd4472;
	color: #ffffff;
}
#jinchutanshuku_contents #conts_about .text_area figure.img {
	width: 409px;
	position: absolute;
	right: -100px;
	top: -42px;
}
#jinchutanshuku_contents #conts_about .point_area {
	width: 100%;
	float: left;
	clear: both;
}
#jinchutanshuku_contents #conts_about .point_area ul li {
	width: 100%;
	float: left;
	clear: both;
	padding: 62px 45px 63px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-color: #f4f5f6;
	margin-bottom: 15px;
	position: relative;
}
#jinchutanshuku_contents #conts_about .point_area ul li .point {
	width: 130px;
	height: 130px;
	text-align: center;
	padding-top: 20px;
    padding-left: 27px;
	font-size: 24px;
    line-height: 1.1;
	color: #ffffff;
	-webkit-border-radius: 0 0 0 100% / 0 0 0 100% ;
	-moz-border-radius: 0 0 0 100%  / 0 0 0 100% ;
	border-radius: 0 0 0 100%  / 0 0 0 100% ;
	background-color: #bd8ee5;
	position: absolute;
	top: 0;
	right: 0;
}
#jinchutanshuku_contents #conts_about .point_area ul li .point .number {
	font-size: 41px;
	color: #ffffff;
}
#jinchutanshuku_contents #conts_about .point_area ul li .left_text {
	width: 555px;
	float: left;
}
#jinchutanshuku_contents #conts_about .point_area ul li .left_text dt {
	font-size: 27px;
	font-weight: 500;
    line-height: 1.3;
	color: #bd8ee5;
    margin-bottom: 16px;
}
#jinchutanshuku_contents #conts_about .point_area ul li .left_text dd {
    margin-bottom: 16px;
}
#jinchutanshuku_contents #conts_about .point_area ul li .left_text dd:last-of-type {
    margin-bottom: 0;
}
#jinchutanshuku_contents #conts_about .point_area ul li .img {
    width: 321px;
    display: block;
	float: right;
}
#jinchutanshuku_contents #conts_about .point_area ul li .img img {
    width: 100%;
    display: block;
}

#jinchutanshuku_contents #conts_case {
    width: 100%;
    float: left;
	clear: both;
    padding-bottom: 155px;
	background-color: #f5f0fa;
}
#jinchutanshuku_contents #conts_case .conts_inner {
	padding-top: 150px;
}
#jinchutanshuku_contents #conts_case .conts_inner h3 {
	margin-bottom: 25px;
}
#jinchutanshuku_contents #conts_case .conts_inner .bg_box {
	margin-bottom: 20px;
}

#jinchutanshuku_contents #conts_flow {
	width: 100%;
	float: left;
	clear: both;
}
#jinchutanshuku_contents #conts_flow .conts_inner {
	width: 100%;
	float: left;
	clear: both;
	background-image: url("../images/bichuhy/ptn_01.jpg");
	background-repeat: repeat;
	background-position: center center;
	background-size: 54px;
	padding-bottom: 136px;
}
#jinchutanshuku_contents #conts_flow h3 {
	color: #ffffff;
	margin-bottom: 30px;
}
#jinchutanshuku_contents #conts_flow .flow_list {
	width: 100%;
	letter-spacing: -.4em;
}
#jinchutanshuku_contents #conts_flow .flow_list li {
	width: 310px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin-right: 35px;
	position: relative;
	color: #ffffff;
	line-height: 25px;
}
#jinchutanshuku_contents #conts_flow .flow_list li:last-of-type {
	margin-right: 0;
}
#jinchutanshuku_contents #conts_flow .flow_list li .circle_number {
	width: 73px;
	height: 73px;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
    padding-top: 16px;
	background-color: #fd4472;
	font-size: 14px;
	line-height: 1.1;
	text-align: center;
	color: #ffffff;
	position: absolute;
	top: -15px;
	right: -15px;
}
#jinchutanshuku_contents #conts_flow .flow_list li .circle_number .number {
	font-size: 28px;
}
#jinchutanshuku_contents #conts_flow .flow_list li .img {
	margin-bottom: 9px;
}

#jinchutanshuku_contents #conts_flow .notes{
    margin-top: 2em;
    color: #fff;
    font-size: 80%;
    }
    
#jinchutanshuku_contents #conts_point {
	width: 100%;
	float: left;
	clear: both;
}
#jinchutanshuku_contents #conts_point .conts_inner {
	width: 100%;
	float: left;
	clear: both;
    padding-top: 155px;
    background-color: #ffffff;
	background-image: url("../images/bichuhy/bg_02.png");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 341px;
    padding-bottom: 158px;
}
#jinchutanshuku_contents #conts_point .conts_inner h3 {
	margin-bottom: 30px;
}
#jinchutanshuku_contents #conts_point .point_area {
	width: 100%;
	float: left;
	clear: both;
}
#jinchutanshuku_contents #conts_point .point_area ul li {
	width: 100%;
	float: left;
	clear: both;
	padding: 52px 45px 54px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f4f5f6;
	margin-bottom: 15px;
}
#jinchutanshuku_contents #conts_point .point_area ul li .left_text {
	width: 550px;
	float: left;
}
#jinchutanshuku_contents #conts_point .point_area ul li .left_text dt {
	display: inline-block;
    font-size: 27px;
	font-weight: 500;
	line-height: 1.3;
	color: #bd8ee5;
    padding-bottom: 8px;
    border-bottom: 2px solid #bd8ee5;
    margin-bottom: 20px;
}
#jinchutanshuku_contents #conts_point .point_area ul li .left_text dd .left_column {
	width: 107px;
	display: inline-block;
}
#jinchutanshuku_contents #conts_point .point_area ul li .left_text dd .right_column {
	width: 250px;
	display: inline-block;
}
#jinchutanshuku_contents #conts_point .point_area ul li .img {
	width: 321px;
	float: right;
}
#jinchutanshuku_contents #conts_point .point_area ul li .img img {
	width: 100%;
	display: block;
}

#jinchutanshuku_contents #conts_price {
	width: 100%;
	float: left;
	clear: both;
	background-color: #f5f0fa;
    padding-bottom: 208px;
}
#jinchutanshuku_contents #conts_price .conts_inner {
	width: 100%;
	float: left;
	clear: both;
    padding-top: 158px;
}
#jinchutanshuku_contents #conts_price .conts_inner h3 {
	font-size: 47px;
    margin-bottom: 22px;
}
#jinchutanshuku_contents #conts_price .conts_inner .price_table {
	width: 835px;
	margin: 0 auto 45px;
}
#jinchutanshuku_contents #conts_price .price_table tr {
	width: 100%;
	background-color: #ffffff;
}
#jinchutanshuku_contents #conts_price .price_table th {
	font-size: 24px;
    line-height: 1.4;
	font-weight: 500;
    padding: 18px 18px 16px;
    vertical-align: middle;
    text-align: left;
}
#jinchutanshuku_contents #conts_price .price_table td {
	width: 40%;
	font-size: 15px;
	font-weight: bold;
    text-align: right;
    line-height: 1.4;
	color: #ffffff;
	background-color: #fd4472;
    padding: 14px 34px 13px 18px;
    vertical-align: middle;
}
#jinchutanshuku_contents #conts_price .price_table td .big {
	font-size: 29px;
	font-weight: bold;
}
#jinchutanshuku_contents #conts_price .caution_table {
	width: 100%;
	background-color: #ffffff;
}
#jinchutanshuku_contents #conts_price .caution_table tr {
	border-bottom: 1px solid #e4eef9;
    line-height: 27px;
}
#jinchutanshuku_contents #conts_price .caution_table tr:last-of-type {
	border-bottom: none;
}
#jinchutanshuku_contents #conts_price .caution_table th {
	width: 293px;
	background-color: #fd4472;
	font-weight: 500;
	color: #ffffff;
	padding: 15px 33px 13px;
	text-align: left;
}
#jinchutanshuku_contents #conts_price .caution_table td {
	padding: 16px 30px 14px;
    vertical-align: middle;
}

#jinchutanshuku_contents #conts_link {
	width: 100%;
    float: left;
	clear: both;
	text-align: center;
    padding-top: 44px;
    padding-bottom: 41px;
	background-color: #bd8ee5;
	font-size: 27px;
	font-weight: 500;
	color: #ffffff;
    margin-top: -120px;
    position: relative;
    z-index: 9;
}
#jinchutanshuku_contents #conts_link h4 {
	margin-bottom: 7px;
    line-height: 1.3;
}
#jinchutanshuku_contents #conts_link dl {
	margin-bottom: 18px;
}
#jinchutanshuku_contents #conts_link dl dt {
	display: inline-block;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    padding: 6px 26px 6px;
    border: 3px solid #ffffff;
}
#jinchutanshuku_contents #conts_link dl dd {
	display: inline-block;
    vertical-align: middle;
    font-size: 34px;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    padding-bottom: 9px;
}
#jinchutanshuku_contents #conts_link dl dd .price {
    font-size: 66px;
    font-weight: 500;
}
#jinchutanshuku_contents #conts_link .link_btn {
    width: 395px;
	margin: 0 auto;
}
#jinchutanshuku_contents #conts_link .link_btn a {
	width: 100%;
	display: block;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	color: #bd8ee5;
    border: 4px solid #ffffff;
	background-color: #ffffff;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
    padding: 12px 0 11px;
    transition-duration: .3s;
}
#jinchutanshuku_contents #conts_link .link_btn a:hover {
	background-color: #bd8ee5;
    color: #ffffff;
}
}
/*===============================================
●sp.css  画面の横幅が760pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:760px){
/*=========================
▼▼共通▼▼
===========================*/
#jinchutanshuku_contents .opensans {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 600;
}
#jinchutanshuku_contents img {
	width: 100%;
	height: auto;
	display: block;
}
#jinchutanshuku_contents table {
	width: 100%;
}
#jinchutanshuku_contents .auto {
	width: 90%;
	margin: 0 auto;
}
#jinchutanshuku_contents .sp_none{
    display: none;
}
#jinchutanshuku_contents .red {
	color: #f01438;
}
#jinchutanshuku_contents .pink {
	color: #f96489;
}
#jinchutanshuku_contents h3 {
	font-size: 28px;
    font-weight: 500;
	line-height: 1.3;
	text-align: center;
	color: #fd4472;
}
#jinchutanshuku_contents h3 span {
    font-weight: 500;
}
#jinchutanshuku_contents h3 .small {
	font-size: 16px;
	display: inline-block;
}
#jinchutanshuku_contents section .title:after {
	display: none;
}
#jinchutanshuku_contents section {
    padding: 52px 0 60px;
}
#jinchutanshuku_contents #conts_about, #jinchutanshuku_contents #conts_case, #jinchutanshuku_contents #conts_flow, #jinchutanshuku_contents #conts_point, #jinchutanshuku_contents #conts_price {
    transform: skew(0deg, -2deg);
    margin-top: -100px;
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 140px;
}
#jinchutanshuku_contents .conts_inner {
    padding-top: 80px;
    transform: skew(0deg, 2deg);
    margin-top: -100px;
}
#jinchutanshuku_contents .bg_box {
	width: 100%;
	background-color: #ffffff;
	padding: 28px 5% 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#jinchutanshuku_contents .bg_box .before_after {
	width: 100%;
    margin-bottom: 18px;
    letter-spacing: -.4em;
}
#jinchutanshuku_contents .bg_box .before_after div {
	width: 48%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
	margin-right: 3%;
	color: #ffffff;
	background-color: #bababa;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}
#jinchutanshuku_contents .bg_box .before_after div.after {
	margin-right: 0;
    background-color: #fd4472;
}
#jinchutanshuku_contents .bg_box .before_after div p {
	padding: 4px 0 3px;
    font-size: 15px;
    font-weight: 500;
}
#jinchutanshuku_contents .bg_box .right_box h5 {
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}
#jinchutanshuku_contents .bg_box .right_box dl {
    text-align: left;
    margin-bottom: 12px;
    line-height: 1.7;
}
#jinchutanshuku_contents .bg_box .right_box dt {
	font-weight: 700;
}
#jinchutanshuku_contents .bg_box .right_box dl .small {
    font-size: 11px;
}
/*=========================
▲▲共通▲▲
===========================*/
#jinchutanshuku_contents {
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	line-height: 1.7;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	text-align: left;
    -webkit-font-smoothing: antialiased;
}

#jinchutanshuku_contents #conts_top {
	width: 100%;
    padding: 0;
	clear: both;
}
#jinchutanshuku_contents #conts_top .sp_main {
	width: 100%;
}
#jinchutanshuku_contents #conts_top .sp_main img {
	width: 100%;
    display: block;
}

#jinchutanshuku_contents #conts_recommend {
	width: 100%;
	background-image: url("../images/bichuhy/ptn_01.jpg");
	background-repeat: repeat;
	background-position: center center;
	background-size: 54px;
    padding-top: 38px;
	padding-bottom: 156px;
    overflow: hidden;
    position: relative;
}
#jinchutanshuku_contents #conts_recommend::before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background-image: url("../images/bichuhy/bg_01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	z-index: 1;
    pointer-events: none;
}
#jinchutanshuku_contents #conts_recommend h3 {
	color: #ffffff;
    margin-bottom: 2px;
}
#jinchutanshuku_contents #conts_recommend .top_area {
	width: 100vw;
    margin-left: -5vw;
    margin-bottom: 10px;
}
#jinchutanshuku_contents #conts_recommend .top_area ul {
	width: 100%;
	letter-spacing: -.4em;
}
#jinchutanshuku_contents #conts_recommend .top_area ul li {
	width: 100%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
    padding: 3px 0 2px 40px;
	background-image: url("../images/bichuhy/parts_01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 33px;
    margin-bottom: 15px;
}
#jinchutanshuku_contents #conts_recommend .top_area .face_img {
	width: 390px;
	position: absolute;
    right: -158px;
    bottom: -134px;
}
#jinchutanshuku_contents #conts_recommend .bg_box {
	margin-top: -30px;
    position: relative;
	z-index: 9;
}

#jinchutanshuku_contents #conts_about {
	width: 100%;
	float: left;
	clear: both;
}
#jinchutanshuku_contents #conts_about .conts_inner {
	width: 100%;
	float: left;
	clear: both;
	background-image: url("../images/bichuhy/bg_02.png");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 341px;
}
#jinchutanshuku_contents #conts_about h3 {
	margin-bottom: 6px;
}
#jinchutanshuku_contents #conts_about .text_area {
	width: 100%;
	position: relative;
    margin-bottom: 36px;
}
#jinchutanshuku_contents #conts_about .text_box {
	width: 100%;
    letter-spacing: .05em;
    font-size: 15px;
    line-height: 1.8;
}
#jinchutanshuku_contents #conts_about .text_box p.text {
	margin-bottom: 12px;
}
#jinchutanshuku_contents #conts_about .text_box p .bg_color {
	padding: 0 2px 0;
	color: #ffffff;
	background-color: #fd4472;
}
#jinchutanshuku_contents #conts_about .text_area figure.img {
	width: 70%;
    max-width: 300px;
    margin: 0 auto 20px;
}
#jinchutanshuku_contents #conts_about .point_area {
	width: 100%;
}
#jinchutanshuku_contents #conts_about .point_area ul li {
	width: 100%;
	padding: 32px 5% 38px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-color: #f4f5f6;
	margin-bottom: 15px;
	position: relative;
}
#jinchutanshuku_contents #conts_about .point_area ul li .point {
	width: 80px;
	height: 80px;
	text-align: center;
	padding-top: 14px;
    padding-left: 19px;
	font-size: 13px;
    line-height: 1.1;
	color: #ffffff;
	-webkit-border-radius: 0 0 0 100% / 0 0 0 100% ;
	-moz-border-radius: 0 0 0 100%  / 0 0 0 100% ;
	border-radius: 0 0 0 100%  / 0 0 0 100% ;
	background-color: #bd8ee5;
	position: absolute;
	top: 0;
	right: 0;
}
#jinchutanshuku_contents #conts_about .point_area ul li .point .number {
	font-size: 28px;
	color: #ffffff;
}
#jinchutanshuku_contents #conts_about .point_area ul li .left_text {
	width: 100%
}
#jinchutanshuku_contents #conts_about .point_area ul li .left_text dt {
	width: calc(100% - 80px);
    font-size: 20px;
	font-weight: 500;
    line-height: 1.3;
	color: #bd8ee5;
    margin-bottom: 12px;
}
#jinchutanshuku_contents #conts_about .point_area ul li .left_text dd {
    line-height: 1.7;
    margin-bottom: 12px;
}
#jinchutanshuku_contents #conts_about .point_area ul li .img {
    width: 100%;
    display: block;
}
#jinchutanshuku_contents #conts_about .point_area ul li .img img {
    width: 100%;
    display: block;
}

#jinchutanshuku_contents #conts_case {
    width: 100%;
    float: left;
	clear: both;
	background-color: #f5f0fa;
}
#jinchutanshuku_contents #conts_case .conts_inner h3 {
	margin-bottom: 25px;
}
#jinchutanshuku_contents #conts_case .conts_inner .bg_box {
	margin-bottom: 20px;
}

#jinchutanshuku_contents #conts_flow {
	width: 100%;
	float: left;
	clear: both;
    padding-bottom: 0;
}
#jinchutanshuku_contents #conts_flow .conts_inner {
	width: 100%;
	float: left;
	clear: both;
	background-image: url("../images/bichuhy/ptn_01.jpg");
	background-repeat: repeat;
	background-position: center center;
	background-size: 54px;
	padding-bottom: 120px;
}
#jinchutanshuku_contents #conts_flow h3 {
	color: #ffffff;
	margin-bottom: 30px;
}
#jinchutanshuku_contents #conts_flow .flow_list {
	width: 100%;
}
#jinchutanshuku_contents #conts_flow .flow_list li {
	width: 100%;
	position: relative;
	color: #ffffff;
    margin-bottom: 34px;
}
#jinchutanshuku_contents #conts_flow .flow_list li:last-of-type {
	margin-right: 0;
}
#jinchutanshuku_contents #conts_flow .flow_list li .circle_number {
	width: 75px;
	height: 75px;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
    padding-top: 17px;
	background-color: #fd4472;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	position: absolute;
	top: -13px;
	right: -13px;
}
#jinchutanshuku_contents #conts_flow .flow_list li .circle_number .number {
	font-size: 30px;
}
#jinchutanshuku_contents #conts_flow .flow_list li .img {
	margin-bottom: 9px;
}
#jinchutanshuku_contents #conts_flow .flow_list li p {
	line-height: 1.45;
}

#jinchutanshuku_contents #conts_flow .notes{
    margin-top: 2em;
    color: #fff;
    font-size: 80%;
    }

#jinchutanshuku_contents #conts_point {
	width: 100%;
	float: left;
	clear: both;
}
#jinchutanshuku_contents #conts_point .conts_inner {
	width: 100%;
	float: left;
	clear: both;
    background-color: #ffffff;
	background-image: url("../images/bichuhy/bg_02.png");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 341px;
}
#jinchutanshuku_contents #conts_point .conts_inner h3 {
	margin-bottom: 30px;
}
#jinchutanshuku_contents #conts_point .point_area {
	width: 100%;
}
#jinchutanshuku_contents #conts_point .point_area ul li {
	width: 100%;
	padding: 32px 5% 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f4f5f6;
	margin-bottom: 15px;
}
#jinchutanshuku_contents #conts_point .point_area ul li .left_text {
	width: 100%;
    text-align: center;
}
#jinchutanshuku_contents #conts_point .point_area ul li .left_text dt {
	display: inline-block;
    font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	color: #bd8ee5;
    padding-bottom: 5px;
    border-bottom: 2px solid #bd8ee5;
    margin-bottom: 18px;
}
#jinchutanshuku_contents #conts_point .point_area ul li .left_text dd {
	text-align: left;
    line-height: 1.8;
    margin-bottom: 14px;
}
#jinchutanshuku_contents #conts_point .point_area ul li .left_text dd .left_column {
	width: 98px;
	display: inline-block;
}
#jinchutanshuku_contents #conts_point .point_area ul li .left_text dd .right_column {
	width: 250px;
	display: inline-block;
}
#jinchutanshuku_contents #conts_point .point_area ul li .img {
	width: 100%;
}
#jinchutanshuku_contents #conts_point .point_area ul li .img img {
	width: 100%;
	display: block;
}

#jinchutanshuku_contents #conts_price {
	width: 100%;
	float: left;
	clear: both;
	background-color: #f5f0fa;
    padding-bottom: 208px;
}
#jinchutanshuku_contents #conts_price .conts_inner {
	width: 100%;
	float: left;
	clear: both;
}
#jinchutanshuku_contents #conts_price .conts_inner h3 {
    margin-bottom: 22px;
}
#jinchutanshuku_contents #conts_price .price_table {
	margin-bottom: 38px;
	display: block;
    text-align: center;
}
#jinchutanshuku_contents #conts_price .price_table tbody {
	width: 100%;
	display: block;
}
#jinchutanshuku_contents #conts_price .price_table tr {
	width: 100%;
	display: block;
    margin-bottom: 12px;
}
#jinchutanshuku_contents #conts_price .price_table th {
	width: 100%;
    font-size: 18px;
    line-height: 1.4;
	font-weight: bold;
    padding: 8px 5% 5px;
	display: block;
	color: #ffffff;
	background-color: #fd4472;
}
#jinchutanshuku_contents #conts_price .price_table td {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
    line-height: 1.4;
	color: #fd4472;
    background-color: #ffffff;
    padding: 15px 5% 15px;
	display: block;
}
#jinchutanshuku_contents #conts_price .price_table td .big {
	font-size: 22px;
	font-weight: bold;
}
#jinchutanshuku_contents #conts_price .caution_table {
	width: 100%;
    line-height: 1.4;
	background-color: #ffffff;
}
#jinchutanshuku_contents #conts_price .caution_table tr {
	border-bottom: 1px solid #e4eef9;
}
#jinchutanshuku_contents #conts_price .caution_table tr:last-of-type {
	border-bottom: none;
}
#jinchutanshuku_contents #conts_price .caution_table th {
	width: 35%;
	background-color: #fd4472;
    color: #ffffff;
	font-weight: bold;
	padding: 14px 4% 11px;
}
#jinchutanshuku_contents #conts_price .caution_table td {
	padding: 14px 4% 12px;
}

#jinchutanshuku_contents #conts_link {
	width: 100%;
    float: left;
	clear: both;
	text-align: center;
    padding: 34px 0 30px;
	background-color: #bd8ee5;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
    margin-top: -120px;
    position: relative;
    z-index: 9;
}
#jinchutanshuku_contents #conts_link h4 {
	margin-bottom: 7px;
    line-height: 1.3;
}
#jinchutanshuku_contents #conts_link dl {
	margin-bottom: 18px;
}
#jinchutanshuku_contents #conts_link dl dt {
	display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    padding: 3px 20px 3px;
    border: 3px solid #ffffff;
}
#jinchutanshuku_contents #conts_link dl dd {
	display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    padding-bottom: 9px;
}
#jinchutanshuku_contents #conts_link dl dd .price {
    font-size: 36px;
    font-weight: 500;
}
#jinchutanshuku_contents #conts_link .link_btn {
    width: 250px;
	margin: 0 auto;
}
#jinchutanshuku_contents #conts_link .link_btn a {
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	color: #bd8ee5;
	border: 3px solid #ffffff;
	background-color: #ffffff;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
    padding: 10px 0 8px;
	transition-duration: .3s;
}
#jinchutanshuku_contents #conts_link .link_btn a:hover {
	background-color: #bd8ee5;
    color: #ffffff;
}
}