@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
/*=========================
▼▼共通▼▼
===========================*/
#tareme_contents .mincho {
    font-family:  "Yu Mincho", "YuMincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Sawarabi Mincho", serif;
}
#tareme_contents .pc_none {
    display: none;
}
#tareme_contents .auto {
	width: 1000px;
	margin: 0 auto;
}
#tareme_contents .red {
	color: #da0e0e;
}
#tareme_contents .pink {
	color: #f5749c;
	font-weight: bold;
}
#tareme_contents h3 {
	font-size: 46px;
	line-height: 1.2;
	text-align: center;
	color: #943c33;
}
#tareme_contents h3 span {
    font-weight: 600;
}
#tareme_contents h3 .title_inner {
	display: inline-block;
	padding: 0 84px;
	background: url("../images/tareme/parts_01.png"), url("../images/tareme/parts_02.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: 63px, 63px;
}
#tareme_contents h3 .small {
    font-size: 26px;
}
#tareme_contents section .title:after {
	display: none;
}
#tareme_contents .bg_box {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	padding: 32px 33px 38px;
	border: 1px solid #481615;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	position: relative;
    z-index: 9;
}
#tareme_contents .bg_box::before {
	content: "";
	display: block;
    pointer-events: none;
	width: calc(100% + 22px);
	height: calc(100% + 22px);
	position: absolute;
	top: -11px;
	left: -11px;
	background: url("../images/tareme/parts_03.png"), url("../images/tareme/parts_04.png"), url("../images/tareme/parts_05.png"), url("../images/tareme/parts_06.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: left top, right top, left bottom, right bottom;
	background-size: 77px, 77px, 77px, 77px;
}
#tareme_contents .bg_box .before_after {
	width: 470px;
	float: left;
	color: #ffffff;
}
#tareme_contents .bg_box .before_after .before {
	width: 231px;
	float: left;
	background-color: #c4b1af;
}
#tareme_contents .bg_box .before_after .after {
	width: 231px;
	float: right;
	background-color: #f5749c;
}
#tareme_contents .bg_box .before_after .before p, .bg_box .before_after .after p {
	padding: 3px 0 2px;
	font-weight: bold;
}
#tareme_contents .bg_box .right_box {
	width: 443px;
	float: right;
	text-align: left;
}
#tareme_contents .bg_box .right_box h5 {
	font-weight: bold;
	margin-bottom: 6px;
}
#tareme_contents .bg_box .right_box dl {
	line-height: 25px;
    margin-bottom: 14px;
}
#tareme_contents .bg_box .right_box dl:last-of-type {
    margin-bottom: 0;
}
#tareme_contents .bg_box .right_box dl .small {
	font-size: 11px;
    display: block;
    margin-top: -2px;
}
/*=========================
▲▲共通▲▲
===========================*/
#tareme_contents {
	width: 100%;
	clear: both;
	float: left;
	background-color: #ffdcda;
	background-image: url("../images/tareme/ptn_bg_01.png");
	background-repeat: repeat;
	background-position: left top;
	background-size: 100px;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.875;
	min-width: 1000px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

#tareme_contents #conts_top {
	width: 100%;
	height: 513px;
	float: left;
	clear: both;
	background-image: url("../images/tareme/bg_01.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	position: relative;
}
#tareme_contents #conts_top .left_img {
	width: 587px;
	position: absolute;
	left: 57%;
}
#tareme_contents #conts_top .left_img img {
	display: block;
}
#tareme_contents #conts_top .text_box {
	width: 648px;
	float: left;
	text-align: center;
	padding-top: 89px;
	position: relative;
}
#tareme_contents #conts_top .text_box .sub_title1 {
	width: 171px;
	position: absolute;
	left: 8px;
	top: 89px;
}
#tareme_contents #conts_top .text_box .sub_title2 {
	width: 257px;
	margin: 0 auto 16px;
}
#tareme_contents #conts_top .text_box h2 {
	font-size: 54px;
	color: #943c33;
	font-weight: bold;
	line-height: 1.2;
    margin-bottom: 10px;
}
#tareme_contents #conts_top .text_box .sub_title3 {
	font-size: 28px;
	line-height: 1.3;
	color: #6e6e6e;
	font-weight: bold;
    margin-bottom: 23px;
}
#tareme_contents #conts_top .text_box .point_list {
	width: 100%;
}
#tareme_contents #conts_top .text_box .point_list li {
	width: 157px;
    display: inline-block;
	vertical-align: top;
	margin-right: 14px;
}
#tareme_contents #conts_top .text_box .point_list li:last-of-type {
	margin-right: 0;
}

#tareme_contents #inpage_link {
	width: 100%;
    clear: both;
	background-color: #f5749c;
	text-align: center;
	position: relative;
    font-size: 21px;
	line-height: 1.5;
    z-index: 9;
}
#tareme_contents #inpage_link ul {
	width: 100%;
    letter-spacing: -.4em;
}
#tareme_contents #inpage_link ul li {
	display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}
#tareme_contents #inpage_link ul li:last-of-type {
	border-right: none;
}
#tareme_contents #inpage_link ul li a {
	width: 100%;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
	text-decoration: none;
	vertical-align: middle;
    padding: 36px 32px 29px;
    transition-duration: .4s;
}
#tareme_contents #inpage_link ul li a:hover {
    background-color: #f08dac;
}

#tareme_contents #conts_recommend {
	width: 100%;
    float: left;
	clear: both;
	position: relative;
    padding-top: 23px;
    margin-bottom: 69px;
}
#tareme_contents #conts_recommend .top_area h3 {
	margin-bottom: 9px;
}
#tareme_contents #conts_recommend .top_area {
	width: 100%;
    float: left;
	clear: both;
	position: relative;
	background-image: url("../images/tareme/bg_02.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 704px;
}
#tareme_contents #conts_recommend .top_area .face_img {
	width: 409px;
	margin: 0 auto;
}
#tareme_contents #conts_recommend .top_area .check_list li {
	width: 236px;
    position: absolute;
	top: 64px;
	left: 101px;
}
#tareme_contents #conts_recommend .top_area .check_list li:nth-of-type(2n) {
	width: 367px;
    top: 53px;
	left: auto;
	right: 11px;
}
#tareme_contents #conts_recommend .top_area .check_list li:nth-of-type(3n) {
	width: 314px;
    top: 190px;
	left: 46px;
}
#tareme_contents #conts_recommend .top_area .check_list li:nth-of-type(4n) {
	width: 205px;
    top: 145px;
	left: auto;
	right: 123px;
}
#tareme_contents #conts_recommend .bg_box .position_img {
	width: 404px;
	position: absolute;
	right: 0;
	top: -158px;
}

#tareme_contents #conts_whatstareme {
	width: 100%;
	float: left;
	clear: both;
    padding-top: 27px;
    padding-bottom: 30px;
	background-color: #ffe9e8;
	background-image: url("../images/tareme/ptn_bg_01.png");
	background-repeat: repeat;
	background-position: left top;
	background-size: 100px;
	position: relative;
}
#tareme_contents #conts_whatstareme::before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 10px);
	border-top: 2px solid #e0d2d2;
	border-bottom: 2px solid #e0d2d2;
	position: absolute;
	left: 0;
	top: -7px;
	pointer-events: none;
}
#tareme_contents #conts_whatstareme::after {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 4px);
	border-top: 1px solid #e0d2d2;
	border-bottom: 1px solid #e0d2d2;
	position: absolute;
	left: 0;
	top: -3px;
	pointer-events: none;
}
#tareme_contents #conts_whatstareme .text_box {
	width: 613px;
	float: left;
	margin-left: 50px;
}
#tareme_contents #conts_whatstareme .text_box h3 {
	margin-bottom: 15px;
}
#tareme_contents #conts_whatstareme .text_box p {
	margin-bottom: 12px;
}
#tareme_contents #conts_whatstareme .face_img {
	width: 235px;
    position: absolute;
	left: 70%;
	z-index: 9;
}

#tareme_contents #conts_flow {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 59px;
    margin-bottom: 51px;
}
#tareme_contents #conts_flow h3 {
	margin-bottom: 37px;
}
#tareme_contents #conts_flow .flow_list {
	width: 100%;
	margin-bottom: 64px;
}
#tareme_contents #conts_flow .flow_list:last-of-type {
	margin-bottom: 0;
}
#tareme_contents #conts_flow .flow_list dt {
	margin-bottom: 25px;
}
#tareme_contents #conts_flow .flow_list h5 {
	width: 100%;
	height: 46px;
	text-align: center;
	font-size: 20px;
	color: #943c33;
	font-weight: bold;
	padding-top: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url("../images/tareme/parts_07.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 354px;
	position: relative;
    margin-bottom: 17px;
}
#tareme_contents #conts_flow .flow_list h5::before {
	content: "";
	width: 303px;
	height: 1px;
	background-color: #943c33;
	position: absolute;
	left: 0;
	top: 22px;
}
#tareme_contents #conts_flow .flow_list h5::after {
	content: "";
	width: 303px;
	height: 1px;
	background-color: #943c33;
	position: absolute;
	right: 0;
	top: 22px;
}
#tareme_contents #conts_flow .flow_list .sub_title {
	text-align: center;	
}
#tareme_contents #conts_flow .flow_list dd ul {
	width: 100%;
	letter-spacing: -.4em;
}
#tareme_contents #conts_flow .flow_list dd ul li {
	width: 238px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 16px;
}
#tareme_contents #conts_flow .flow_list dd ul li:last-of-type {
	margin-right: 0;
}
#tareme_contents #conts_flow .flow_list dd ul li .step {
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.1;
	color: #ffffff;
	padding-top: 12px;
	border-radius: 50%;
	background-color: #f5749c;
	position: absolute;
	top: -15px;
	left: -10px;
}
#tareme_contents #conts_flow .flow_list dd ul li .step .number {
	font-size: 28px;
	font-weight: bold;
}
#tareme_contents #conts_flow .flow_list dd ul li figure {
	margin-bottom: 13px;
}

#tareme_contents #conts_case {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 52px;
	padding-bottom: 78px;
	background-color: #ffe9e8;
	background-image: url("../images/tareme/ptn_bg_01.png");
	background-repeat: repeat;
	background-position: left top;
	background-size: 100px;
}
#tareme_contents #conts_case h3 {
	margin-bottom: 31px;
}
#tareme_contents #conts_case .bg_box {
	margin-bottom: 32px;
}
#tareme_contents #conts_case .bg_box:last-of-type {
	margin-bottom: 0;
}

#tareme_contents #conts_point {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 38px;
	margin-bottom: 85px;
}
#tareme_contents #conts_point h3 {
	margin-bottom: 48px;
}
#tareme_contents #conts_point .top_area {
	width: 860px;
	float: left;
	clear: both;
	margin-left: 70px;
	margin-bottom: 37px;
}
#tareme_contents #conts_point .top_area .method {
	width: 420px;
	float: left;
	padding: 0 40px 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffe9e8;
}
#tareme_contents #conts_point .top_area .method:last-of-type {
	float: right;
}
#tareme_contents #conts_point .top_area .method h5 {
	width: 100%;
	height: 42px;
	font-size: 18px;
	font-weight: bold;
	color: #943c33;
    padding-top: 5px;
	background-image: url("../images/tareme/parts_07.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	text-align: center;
    margin-top: -21px;
    margin-bottom: 41px;
}
#tareme_contents #conts_point .top_area .method dl {
	width: 100%;
	float: left;
	clear: both;
    margin-bottom: 23px;
}
#tareme_contents #conts_point .top_area .method dl:last-of-type {
    margin-bottom: 0;
}
#tareme_contents #conts_point .top_area .method dl dt {
	width: 88px;
	float: left;
	font-size: 15px;
	font-weight: bold;
    line-height: 1.3;
    padding-top: 4px;
	background-color: #f5749c;
	color: #ffffff;
	text-align: center;
}
#tareme_contents #conts_point .top_area .method dl:last-of-type dt {
	background-color: #c4b1af;
}
#tareme_contents #conts_point .top_area .method dl dd {
	width: 240px;
	float: right;
}
#tareme_contents #conts_point .bottom_area {
	width: 100%;
	clear: both;
}
#tareme_contents #conts_point .bottom_area table {
	width: 100%;
	background-color: #ffffff;
    margin-bottom: 25px;
}
#tareme_contents #conts_point .bottom_area table:last-of-type {
    margin-bottom: 0;
}
#tareme_contents #conts_point .bottom_area table tr {
	width: 100%;
}
#tareme_contents #conts_point .bottom_area table tr:nth-of-type(2n) {
	border-bottom: 1px solid #e7e4e5;
}
#tareme_contents #conts_point .bottom_area table tr th {
	width: 100%;
    background-color: #c4b1af;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
    padding: 17px 0 13px;
}
#tareme_contents #conts_point .bottom_area table tr td {
	padding: 26px 40px 23px;
    line-height: 25px;
}
#tareme_contents #conts_point .bottom_area table tr td:first-of-type {
	width: 248px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
    border-right: 1px solid #e7e4e5;
}

#tareme_contents #conts_price {
	width: 100%;
	float: left;
	clear: both;
    padding: 44px 0 106px;
	background-color: #ffe9e8;
	background-image: url("../images/tareme/ptn_bg_01.png");
	background-repeat: repeat;
	background-position: left top;
	background-size: 100px;
}
#tareme_contents #conts_price h3 {
    margin-bottom: 17px;
}
#tareme_contents #conts_price .price_table {
	width: 1000px;
	margin: 0 auto 36px;
}
#tareme_contents #conts_price .ast {
	width: 835px;
	text-align: center;
    padding: 10px;
    background: #fff;
    margin: 0 auto 40px;
}
#tareme_contents #conts_price .price_table tr {
	width: 100%;
	border-bottom: 10px solid #ffe9e8;
	background-color: #ffffff;
}
#tareme_contents #conts_price .price_table th {
	font-size: 24px;
    line-height: 1.4;
	font-weight: bold;
	color: #943c33;
    padding: 18px 18px 16px;
    vertical-align: middle;
    text-align: left;
}
#tareme_contents #conts_price .price_table td {
	width: 300px;
	font-size: 15px;
	font-weight: bold;
    text-align: right;
    line-height: 1.4;
	color: #ffffff;
	background-color: #943c33;
    padding: 14px 34px 13px 18px;
    vertical-align: middle;
}
#tareme_contents #conts_price .price_table td.red {
	color: #da0e0e;
}
#tareme_contents #conts_price .price_table td .big {
	font-size: 29px;
	font-weight: bold;
}
#tareme_contents #conts_price .caution_table {
	width: 100%;
	background-color: #ffffff;
}
#tareme_contents #conts_price .caution_table tr {
	border-bottom: 1px solid #e7e4e5;
}
#tareme_contents #conts_price .caution_table tr:last-of-type {
	border-bottom: none;
}
#tareme_contents #conts_price .caution_table th {
	width: 293px;
	background-color: #fefbfb;
	font-weight: bold;
	padding: 18px 33px 14px;
	text-align: left;
}
#tareme_contents #conts_price .caution_table td {
	padding: 18px 30px 14px;
    vertical-align: middle;
}

.news .news_ttl{
	/* position:absolute; */
	z-index: 10;
	font-size: 23px;
	/* left: 23%; */
	/* top: -15px; */
	width: 40%;
	line-height: 1.4;
	color: #fff;
	padding: 90px 0 0;
	display: inline-block;
	/* font-weight: bold; */
}
.news .news_text{
	width: 60%;
	/* color: #fff; */
	background: #fff;
	padding: 40px 20px;
	font-size: 20px;
	line-height: 2;
}
.news .bold{
	color:#e08b9c;
	font-weight: bold;
}
.news .news_ttl span{
  z-index:11;
  font-size: 30px;
  margin-bottom: 0.5em;
  display: inline-block;
  font-weight: normal;
}
	
 .conts_inner {
  width: 1100px;
  /* height: 220px; */
  margin: 50px auto;
  position: relative;
  display: block;
  overflow: hidden;
  padding:10px;
  /* display:flex; */
  align-items: center;
  align-content: center;
}
 .conts_inner .box {
	 background: linear-gradient(90deg, #9baaf8, #e3a1de 30%, #FFCC70);
	 display:flex;
	 padding: 50px 50px;
	 align-items: center;
	 justify-content: space-between;
	}

.img_renewal{
	position:absolute;
	top: 40px;
	left: 20px;
	transform: rotateZ(353deg);
	z-index: 20;
	width: 450px;
}
	
.box__line {
  position: absolute;
}

.box__line:nth-child(1),
.box__line:nth-child(3) {
  width: 100%;
  height: 2px;
}

.box__line:nth-child(2),
.box__line:nth-child(4) {
  width: 2px;
  height: 100%;
}

.box__line:nth-child(1) {
  top: 0;
  left: 0;
  background: linear-gradient(to right, transparent,rgb(235 151 151 / 50%));
  animation: animate1 2s linear infinite;
}



.box__line:nth-child(2) {
  top: 0;
  right: 0;
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
  background: linear-gradient(to bottom, transparent,rgb(235 151 151 / 50%));
}


.box__line:nth-child(3) {
  bottom: 0;
  left: 0;
  background: linear-gradient(to left, transparent,rgb(235 151 151 / 50%));
  animation: animate3 2s linear infinite;
}


.box__line:nth-child(4) {
  top: 0;
  left: 0;
  background: linear-gradient(to top, transparent, rgb(235 151 151 / 50%));
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}


@keyframes animate1 {

  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes animate2 {

  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }

}

@keyframes animate3 {


  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }

}

@keyframes animate4 {


  0% {
    transform: translateY(100%);
  }


  100% {
    transform: translateY(-100%);
  }

}
	
}
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
/*=========================
▼▼共通▼▼
===========================*/
#tareme_contents img {
	width: 100%;
	height: auto;
	display: block;
}
#tareme_contents table {
	width: 100%;
}
#tareme_contents .auto {
	width: 90%;
	margin: 0 auto;
}
#tareme_contents .sp_none{
    display: none;
}
#tareme_contents .red {
	color: #da0e0e;
}
#tareme_contents .pink {
	color: #f5749c;
	font-weight: bold;
}
#tareme_contents .mincho {
    font-family:  "Yu Mincho", "YuMincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Sawarabi Mincho", serif;
}
#tareme_contents h3 {
	font-size: 25px;
    font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: #943c33;
}
#tareme_contents h3 span {
    font-weight: bold;
}
#tareme_contents h3 .small {
	font-size: 16px;
	display: inline-block;
}
#tareme_contents section .title:after {
	display: none;
}
#tareme_contents section {
    padding: 52px 0 60px;
}
#tareme_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;
}
#tareme_contents .bg_box .before_after {
	width: 100%;
    margin-bottom: 18px;
    letter-spacing: -.4em;
}
#tareme_contents .bg_box .before_after div {
	width: 48%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
	margin-right: 3%;
	color: #ffffff;
	background-color: #c4b1af;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}
#tareme_contents .bg_box .before_after div.after {
	margin-right: 0;
    background-color: #f5749c;
}
#tareme_contents .bg_box .before_after div figure {
	margin-bottom: 10px;
}
#tareme_contents .bg_box .before_after div p {
	padding-bottom: 4px;
}
#tareme_contents .bg_box .right_box h5 {
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 11px;
}
#tareme_contents .bg_box .right_box dl {
    text-align: left;
    margin-bottom: 12px;
    line-height: 1.7;
}
#tareme_contents .bg_box .right_box dl .small {
    font-size: 11px;
}
/*=========================
▲▲共通▲▲
===========================*/
#tareme_contents {
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	background-color: #ffdcda;
	background-image: url("../images/tareme/ptn_bg_01.png");
	background-repeat: repeat;
	background-position: left top;
	background-size: 100px;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	line-height: 1.7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	text-align: left;
}

#tareme_contents #conts_top {
	width: 100%;
	clear: both;
	padding: 0;
}

#tareme_contents #inpage_link {
	width: 100%;
	background-color: #f5749c;
	text-align: center;
	position: relative;
    z-index: 9;
    letter-spacing: -.4em;
}
#tareme_contents #inpage_link .auto {
	width: 100%;
}
#tareme_contents #inpage_link ul li {
	width: 50%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    border-bottom: 1px solid #fab3c9;
    border-right: 1px solid #fab3c9;
}
#tareme_contents #inpage_link ul li:first-of-type {
	width: 100%;
    border-right: none;
}
#tareme_contents #inpage_link ul li:last-of-type, #tareme_contents #inpage_link ul li:nth-of-type(3n) {
	border-right: none;
}
#tareme_contents #inpage_link ul li:nth-of-type(4n), #tareme_contents #inpage_link ul li:last-of-type {
	border-bottom: none;
}
#tareme_contents #inpage_link ul li a {
	width: 100%;
    display: block;
    color: #ffffff;
    font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
    padding: 16px 0 14px;
}

#tareme_contents #conts_recommend {
	width: 100%;
    padding-top: 32px;
	position: relative;
}
#tareme_contents #conts_recommend .auto {
	width: 100%;
}
#tareme_contents #conts_recommend h3 {
	margin-bottom: 10px;
}
#tareme_contents #conts_recommend .top_area {
	width: 100%;
    height: 72vw;
	background-image: url("../images/tareme/sp_recommend.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}
#tareme_contents #conts_recommend .bg_box {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
#tareme_contents #conts_recommend .bg_box .position_img {
	width: 70%;
	max-width: 220px;
	position: absolute;
	left: 0;
	top: -76px;
}

#tareme_contents #conts_whatstareme {
	width: 100%;
    padding-bottom: 0;
	background-color: #ffe9e8;
	background-image: url("../images/tareme/ptn_bg_01.png");
	background-repeat: repeat;
	background-position: left top;
	background-size: 100px;
	position: relative;
}
#tareme_contents #conts_whatstareme::before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 10px);
	border-top: 2px solid #e0d2d2;
	border-bottom: 2px solid #e0d2d2;
	position: absolute;
	left: 0;
	top: -7px;
	pointer-events: none;
}
#tareme_contents #conts_whatstareme::after {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 4px);
	border-top: 1px solid #e0d2d2;
	border-bottom: 1px solid #e0d2d2;
	position: absolute;
	left: 0;
	top: -3px;
	pointer-events: none;
}
#tareme_contents #conts_whatstareme .text_box {
	width: 100%;
    margin-bottom: 18px;
}
#tareme_contents #conts_whatstareme .text_box h3 {
	margin-bottom: 25px;
}
#tareme_contents #conts_whatstareme .text_box p {
	margin-bottom: 12px;
}
#tareme_contents #conts_whatstareme .text_box p:last-of-type {
	margin-bottom: 0;
}
#tareme_contents #conts_whatstareme .face_img {
	width: 65%;
    max-width: 370px;
    margin: 0 auto;
}

#tareme_contents #conts_flow {
	width: 100%;
    padding-bottom: 45px;
}
#tareme_contents #conts_flow h3 {
	margin-bottom: 27px;
}
#tareme_contents #conts_flow .flow_list {
	width: 100%;
	margin-bottom: 36px;
}
#tareme_contents #conts_flow .flow_list:last-of-type {
	margin-bottom: 0;
}
#tareme_contents #conts_flow .flow_list dt {
	margin-bottom: 40px;
}
#tareme_contents #conts_flow .flow_list h5 {
	width: 100%;
	height: 33px;
	text-align: center;
	font-size: 18px;
	color: #943c33;
	font-weight: bold;
    padding-top: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url("../images/tareme/parts_07.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 240px;
	position: relative;
    margin-bottom: 10px;
}
#tareme_contents #conts_flow .flow_list h5::before {
	content: "";
	width: calc(50% - 120px - 5px);
	height: 1px;
	background-color: #943c33;
	position: absolute;
	left: 0;
	top: 15px;
}
#tareme_contents #conts_flow .flow_list h5::after {
	content: "";
	width: calc(50% - 120px - 5px);
	height: 1px;
	background-color: #943c33;
	position: absolute;
	right: 0;
	top: 15px;
}
#tareme_contents #conts_flow .flow_list .sub_title {
	text-align: center;	
}
#tareme_contents #conts_flow .flow_list dd ul {
	width: 100%;
	letter-spacing: -.4em;
}
#tareme_contents #conts_flow .flow_list dd ul li {
	width: 48%;
    line-height: 1.45;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 4%;
    margin-bottom: 34px;
}
#tareme_contents #conts_flow .flow_list dd ul li:nth-of-type(2n) {
	margin-right: 0;
}
#tareme_contents #conts_flow .flow_list dd ul li .step {
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	line-height: 1.1;
	color: #ffffff;
	padding-top: 10px;
	border-radius: 50%;
	background-color: #f5749c;
	position: absolute;
	top: -12px;
	left: -7px;
}
#tareme_contents #conts_flow .flow_list dd ul li .step .number {
	font-size: 24px;
	font-weight: bold;
}
#tareme_contents #conts_flow .flow_list dd ul li figure {
	margin-bottom: 8px;
}

#tareme_contents #conts_case {
	width: 100%;
	background-color: #ffe9e8;
	background-image: url("../images/tareme/ptn_bg_01.png");
	background-repeat: repeat;
	background-position: left top;
	background-size: 100px;
}
#tareme_contents #conts_case h3 {
	margin-bottom: 30px;
}
#tareme_contents #conts_case .bg_box {
	margin-bottom: 32px;
}
#tareme_contents #conts_case .bg_box:last-of-type {
	margin-bottom: 0;
}

#tareme_contents #conts_point {
	width: 100%;
	float: left;
	clear: both;
}
#tareme_contents #conts_point h3 {
	margin-bottom: 48px;
}
#tareme_contents #conts_point .top_area {
	width: 100%;
	margin-bottom: 37px;
}
#tareme_contents #conts_point .top_area .method {
	width: 100%;
    float: left;
    clear: both;
	padding: 0 5% 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffe9e8;
    margin-bottom: 30px;
}
#tareme_contents #conts_point .top_area .method h5 {
	width: 100%;
	height: 42px;
	font-size: 18px;
	font-weight: bold;
	color: #943c33;
    padding-top: 1px;
	background-image: url("../images/tareme/parts_07.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 240px;
	text-align: center;
    margin-top: -15px;
    margin-bottom: 16px;
}
#tareme_contents #conts_point .top_area .method dl {
	width: 252px;
    letter-spacing: -.4em;
    margin: 0 auto 18px;
}
#tareme_contents #conts_point .top_area .method dl:last-of-type {
    margin-bottom: 0;
}
#tareme_contents #conts_point .top_area .method dl dt {
	width: 80px;
    font-size: 13px;
	font-weight: bold;
    line-height: 1.4;
    padding-top: 3px;
    padding-bottom: 2px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
	background-color: #f5749c;
	color: #ffffff;
	text-align: center;
}
#tareme_contents #conts_point .top_area .method dl:last-of-type dt {
	background-color: #c4b1af;
}
#tareme_contents #conts_point .top_area .method dl dd {
	width: 170px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
}
#tareme_contents #conts_point .bottom_area {
	width: 100%;
	clear: both;
}
#tareme_contents #conts_point .bottom_area table {
	width: 100%;
	background-color: #ffffff;
    margin-bottom: 25px;
}
#tareme_contents #conts_point .bottom_area table:last-of-type {
    margin-bottom: 0;
}
#tareme_contents #conts_point .bottom_area table tr {
	width: 100%;
}
#tareme_contents #conts_point .bottom_area table tr:nth-of-type(2n) {
	border-bottom: 1px solid #e7e4e5;
}
#tareme_contents #conts_point .bottom_area table tr th {
	width: 100%;
    background-color: #c4b1af;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
    padding: 13px 0 11px;
}
#tareme_contents #conts_point .bottom_area table tr td {
	padding: 18px 3% 23px;
    line-height: 25px;
}
#tareme_contents #conts_point .bottom_area table tr td:first-of-type {
	width: 30%;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
    border-right: 1px solid #e7e4e5;
}

#tareme_contents #conts_price {
	width: 100%;
    clear: both;
	padding-bottom: 106px;
	background-color: #ffe9e8;
	background-image: url("../images/tareme/ptn_bg_01.png");
	background-repeat: repeat;
	background-position: left top;
	background-size: 100px;
}
#tareme_contents #conts_price h3 {
    margin-bottom: 28px;
}
#tareme_contents #conts_price .price_table {
	margin-bottom: 38px;
	display: block;
    text-align: center;
}
#tareme_contents #conts_price .price_table tbody {
	width: 100%;
	display: block;
}
#tareme_contents #conts_price .price_table tr {
	width: 100%;
	display: block;
    margin-bottom: 12px;
}
#tareme_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: #943c33;
}
#tareme_contents #conts_price .price_table td {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
    line-height: 1.4;
	color: #943c33;
    background-color: #ffffff;
    padding: 15px 5% 15px;
	display: block;
}
#tareme_contents #conts_price .price_table td .big {
	font-size: 22px;
	font-weight: bold;
}
#tareme_contents #conts_price .caution_table {
	width: 100%;
    line-height: 1.4;
	background-color: #ffffff;
}
#tareme_contents #conts_price .caution_table tr {
	border-bottom: 1px solid #e7e4e5;
}
#botox_contents #conts_price .caution_table tr:last-of-type {
	border-bottom: none;
}
#tareme_contents #conts_price .caution_table th {
	width: 35%;
	background-color: #fefbfb;
	font-weight: bold;
	padding: 14px 4% 11px;
}
#tareme_contents #conts_price .caution_table td {
	padding: 14px 4% 12px;
}
	.news .news_ttl{
	/* position:absolute; */
	z-index: 10;
	font-size: 16px;
	/* left: 23%; */
	/* top: -15px; */
	/* width: 40%; */
	line-height: 1.4;
	text-align: center;
	margin-bottom: 0.8em;
	color: #fff;
	font-weight: bold;
}
.news .news_text{
	width: 100%;
	background: #fff;
	padding: 20px 10px;
	line-height: 2;
}
.news .bold{
	color:#e08b9c;
	font-weight:bold;
}
.news .news_ttl span{
  /* background: linear-gradient(90deg, #9baaf8, #e3a1de 30%, #FFCC70); */
  /* background: -webkit-linear-gradient(0deg, #9baaf8, #e3a1de 30%, #FFCC70); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  z-index:11;
  /* font-weight: bold; */
  color: #fff;
  font-size: 6vw;
  font-weight: normal;
  display: inline-block;
  margin-bottom: .5em;
}
		
 .conts_inner {
  width: 90%;
  /* height: 220px; */
  margin: 0 auto;
  position: relative;
  display: block;
  overflow: hidden;
  padding:10px;
  display:flex;
  align-items: stretch;
}
 .conts_inner .box {
	 background: linear-gradient(90deg, #9baaf8, #e3a1de 30%, #FFCC70);
	 display:flex;
	 padding: 20px 20px;
	 align-items: center;
	 justify-content: space-between;
	 flex-direction: column;
	}

.box__line {
  position: absolute;
}

.box__line:nth-child(1),
.box__line:nth-child(3) {
  width: 100%;
  height: 2px;
}

.box__line:nth-child(2),
.box__line:nth-child(4) {
  width: 2px;
  height: 100%;
}

.box__line:nth-child(1) {
  top: 0;
  left: 0;
  background: linear-gradient(to right, transparent,rgb(235 151 151 / 50%));
  animation: animate1 2s linear infinite;
}



.box__line:nth-child(2) {
  top: 0;
  right: 0;
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
  background: linear-gradient(to bottom, transparent,rgb(235 151 151 / 50%));
}


.box__line:nth-child(3) {
  bottom: 0;
  left: 0;
  background: linear-gradient(to left, transparent,rgb(235 151 151 / 50%));
  animation: animate3 2s linear infinite;
}


.box__line:nth-child(4) {
  top: 0;
  left: 0;
  background: linear-gradient(to top, transparent, rgb(235 151 151 / 50%));
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}


@keyframes animate1 {

  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes animate2 {

  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }

}

@keyframes animate3 {


  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }

}

@keyframes animate4 {


  0% {
    transform: translateY(100%);
  }


  100% {
    transform: translateY(-100%);
  }

}
}