<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
 * 体験談/story/voiceで使用するスタイル
 *
 */

/*---- common----- */

.skin_story_voice{
	margin-top:-10px;
}
.skin_story_voice .link_uline{
	text-decoration:underline;
}
.skin_story_voice .link_uline:hover{
	text-decoration:none;
	opacity:0.7;
}
@media only screen and (max-width: 738px) {
	.skin_story_voice{
		margin-top:10px;
	}
	.story_voice_wrapper {
		margin:0 4vw;
	}
}

.skin_story_voice .voice_contents {
	margin: 36px 0 0;
}
.skin_story_voice .voice_contents:last-child {
	margin-bottom: 60px;
}

@media only screen and (max-width: 738px) {
	.skin_story_voice .voice_contents {
		margin: 2rem 0 0;
	}
	.skin_story_voice .voice_contents:last-child {
		margin-bottom: 2rem;
	}
}

.skin_story_voice .marker {
    background: linear-gradient(transparent 50%, yellow 50%);
}
.skin_story_voice .bold {
    font-weight: bold;
}
.skin_story_voice .red {
    color: #FF0004;
}
.skin_story_voice .dark_blue {
    color: #F07D7D;
}

/*意識調査*/
.skin_story_voice .red_ttl {
    color: #FF0004;
	font-size:24px;
	/*margin-bottom:-40px;*/
}
@media only screen and (max-width: 738px) {
	.skin_story_voice .red_ttl {
		font-size:20px !important;
		margin-bottom:-20px;
	}
}

/*intro*/
.skin_story_voice .voice_intro {
	border-bottom: solid 1px #dddddd;
	padding-bottom:30px;
}
.skin_story_voice .voce_title {
    height: 50px;
    line-height: 50px;
    background-color: #cfe7e8;
    color: #5a8283;
    font-weight: bold;
    display: block;
    margin-bottom: 40px;
    padding: 0 21px;
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: 2px;
}
@media only screen and (max-width: 738px) {
	.skin_story_voice .voice_intro {
		padding-bottom:1.6rem;
	}
	.skin_story_voice .voce_title {
		height: 55px;
		line-height: 55px;
		font-size: 1rem;
		text-align:center;
		margin-bottom:20px;
	}
}
.skin_story_voice .voice_name {
	margin-bottom:30px;
}
.skin_story_voice .voise_summary dt {
    float: left;
    width: 86px;
    position: relative;
}
.skin_story_voice .voise_summary dd::before {
	content: "：";
}
.skin_story_voice .voise_summary dd a {
    text-decoration: underline;
}
.skin_story_voice .voise_summary dd a:hover {
	opacity: 0.6;
}



/*voice_contents*/
.skin_story_voice .voice_contents {}
.skin_story_voice .voice_contents .lead {
	margin-bottom:30px;
}
.skin_story_voice .voice_contents .lead::last-child {
	margin-bottom:0;
}

.skin_story_voice .voice_contents h2 {
	font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
	padding-top: 10px;
}
.skin_story_voice .voice_contents h3 {
	font-size: 1.15rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.skin_story_voice .voice_contents p {
	line-height:1.8;
	margin-top:14px;
}
.skin_story_voice .voice_contents .voice_img {
	margin:1.6rem auto 0;
	text-align: center;
	max-width: 640px;
}
.skin_story_voice .voice_intro .voice_img {
	margin:0 auto 1.6rem;
	text-align: center;
}
.skin_story_voice .img_caption {
	font-size:14px;
	text-align:center;
	margin-top:10px;
	opacity: 0.9;
}

@media only screen and (max-width: 738px) {
	.skin_story_voice .voice_contents {	}
	.skin_story_voice .voice_contents .lead {
		margin-bottom:1.6rem;
	}
	.skin_story_voice .voice_contents .lead::last-child {
		margin-bottom:0;
	}
	.skin_story_voice .voice_contents h2 {
		font-size: 0.92rem;
		padding-top:0.2rem;
	}
	.skin_story_voice .voice_contents p {
		font-size:0.96rem;
		margin-top: 1rem;
	}
	.skin_story_voice .voice_contents .voice_img {
		margin:1rem auto 0;
	}
	.skin_story_voice .voice_intro .voice_img {
		margin:0 auto 1rem;
		text-align: center;
	}
}


/*---- star information--------------------------------------- */

.skin_story_voice .star_information {
	display:-webkit-flex;
	display: flex;
	-webkit-flex-flow:  row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.skin_story_voice .star_information .item {
	width:48%;
}
@media only screen and (max-width: 738px) {
	.skin_story_voice .star_information .item {
		width:100%;
	}
}
.skin_story_voice .star_information table {
  width: 100%;
  border-top: solid 1px #eee;
}

.skin_story_voice .star_information table.star_counts tr td {
  text-align: center;
}

.skin_story_voice .star_counts {
  margin-bottom: 12px;
}
.skin_story_voice .star_counts th {
	width:33%;
}

.skin_story_voice .star_counts th, .star_counts td {
  background-color: #f7f6f5;
  border: solid 2px #fff;
  padding: 0 12px;
}

@media only screen and (max-width: 738px) {
  .skin_story_voice .star_counts th, .star_counts td {
    padding: 2px 12px;
  }
}

.skin_story_voice .star_counts td {
  line-height: 28px;
}

.skin_story_voice .star_counts td span {
  padding-left: 93px;
  color: #f27073;
  font-weight: bold;
}

.skin_story_voice .star_counts td span.val5 {
  background-image: url(../img/voice/star-5.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.skin_story_voice .star_counts td span.val4 {
  background-image: url(../img/voice/star-4.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.skin_story_voice .star_counts td span.val3 {
  background-image: url(../img/voice/star-3.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.skin_story_voice .star_counts td span.val2 {
  background-image: url(../img/voice/star-2.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.skin_story_voice .star_counts td span.val1 {
  background-image: url(../img/voice/star-1.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.skin_story_voice .star_information ul li {
  text-align: left;
}

@media only screen and (max-width: 738px) {
  .skin_story_voice .star_information ul li {}
}

.skin_story_voice .star_counts td span {
  padding-left: 93px;
  color: #f27073;
  font-weight: bold;
}

.skin_story_voice .star_counts td span.val5 {
  background-image: url(../img/voice/star-5.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.skin_story_voice .star_counts td span.val4 {
  background-image: url(../img/voice/star-4.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.skin_story_voice .star_counts td span.val3 {
  background-image: url(../img/voice/star-3.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.skin_story_voice .star_counts td span.val2 {
  background-image: url(../img/voice/star-2.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.skin_story_voice .star_counts td span.val1 {
  background-image: url(../img/voice/star-1.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.skin_story_voice .star_information ul li {
  text-align: left;
}

@media only screen and (max-width: 738px) {
  .skin_story_voice .star_information ul li {}
}

/*タイトル上のテキストblue*/
.skin_story_voice .lead_first {
	margin-bottom: -3.5rem;
    margin-top: 3.5rem;
	font-size:1rem;
	font-weight:bold;
}
@media only screen and (max-width: 738px) {
.skin_story_voice .lead_first {
	margin-bottom: -2rem;
    margin-top: 2.5rem;
}
}


/*foot*/
.skin_story_voice .voice_foot {
    margin: 64px 0;
}
@media only screen and (max-width: 738px) {
	.skin_story_voice .voice_foot {
		margin: 2rem 0;
	}
}

/*foot-ボタン*/
.skin_story_voice .voice_btn {
	display:-webkit-flex;
	display: flex;
	-webkit-flex-flow:  row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin: 3rem auto;
}
.skin_story_voice .voice_btn li {
    width: 390px;
    margin: 0 auto;
	list-style:none;
}

.skin_story_voice .voice_btn li a{
	display: block;
    border-radius: 7px;
	background-color: #f46f70;
    padding: 18px 0;
    color: #fff;
    font-size: 23px;
	font-weight:500;
	text-align: center;
	text-decoration: none;
	transition: .2s;
	position: relative;
	z-index: 1;
}
.skin_story_voice .voice_btn li.story_list a{
	background-color: #8a92c1;
}

.skin_story_voice .voice_btn li a:hover{
	opacity: 0.6;
}

@media screen and (max-width: 738px) {
.skin_story_voice .voice_btn {
	margin: 3rem auto;
}
	.skin_story_voice .voice_btn li {
		width: 90.65%;
		margin: 0 auto;
	}
	.skin_story_voice .voice_btn li a{
		border-radius:10px;
		font-size: 16px;
		line-height: 1.5;
		padding: 18px 0;
	}
}



/*foot_pagination*/
.skin_story_voice .foot_pagination {
    margin: 40px 0;
}

.skin_story_voice .foot_pagination .item_pages {
	padding: 22px 0;
	background-color: #f7f7f7;
}
.skin_story_voice .foot_pagination .item_pages_inner {
	position: relative;
	text-align: center;
	letter-spacing: -0.4em;
}
.skin_story_voice .foot_pagination .item_page {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 17.5px;
}
  @media screen and (max-width:738px) {
	.skin_story_voice .foot_pagination {
		margin: 2rem 0;
	}
    .skin_story_voice .foot_pagination .item_page {
      vertical-align: bottom;
      margin: 0 13.75px;
    }
  }
  .skin_story_voice .foot_pagination .item_page.skin_arrow_prev, .skin_story_voice .foot_pagination .item_page.skin_arrow_next {
    position: absolute;
    top: 0;
    width: 14px;
    margin: 0;
  }

  .skin_story_voice .foot_pagination .item_page.skin_arrow_prev_all {
    position: absolute;
    top: 0;
    width:24px;
    margin: 0;
    left:20px;
  }

@media screen and (max-width:738px) {
    .skin_story_voice .foot_pagination .item_page.skin_arrow_prev_all {
      width: 12px;
    }
    .skin_story_voice .foot_pagination .item_page.skin_arrow_prev_all .item_page_link {
    padding-top: 21px!important;
  }
}



  .skin_story_voice .foot_pagination .item_page.skin_arrow_prev {
    left: 20px;
  }
  .skin_story_voice .foot_pagination .item_page.skin_arrow_next {
    right: 20px;
  }
  @media screen and (max-width:738px) {
    .skin_story_voice .foot_pagination .item_page.skin_arrow_prev, .skin_story_voice .foot_pagination .item_page.skin_arrow_next {
      width: 7px;
    }
    .skin_story_voice .foot_pagination .item_page.skin_arrow_prev {
      left: 15px;
    }
    .skin_story_voice .foot_pagination .item_page.skin_arrow_next {
      right: 15px;
    }
  }
  .skin_story_voice .foot_pagination .item_page_link {
    display: block;
    font-size: 172%;
    font-weight: bold;
    color: #999;
  }
  .skin_story_voice .foot_pagination .item_page_link:hover {
    text-decoration: none;
  }
  @media screen and (max-width:738px) {
    .skin_story_voice .foot_pagination .item_page_link {
      font-size: 93%;
    }
  }


  .skin_story_voice .foot_pagination .item_page.skin_current .item_page_link {
    color: #000;
  }
  .skin_story_voice .foot_pagination .item_page.skin_current .item_page_link:hover {
    color: 000px;
    cursor: default;
    opacity: 1;
  }
  .skin_story_voice .foot_pagination .item_page.skin_arrow_prev .item_page_link, .skin_story_voice .foot_pagination .item_page.skin_arrow_next .item_page_link {
    padding-top: 36px;
    background-size: 100% auto;
  }
  .skin_story_voice .foot_pagination .item_page.skin_arrow_prev_all .item_page_link {
    padding-top: 36px;
    background-size: 100% auto;
  }

  .skin_story_voice .foot_pagination .item_page.skin_arrow_prev_all .item_page_link {
    background-image: url(../img/common/arrow_black_prev_all.png);
  }
  .skin_story_voice .foot_pagination .item_page.skin_arrow_prev .item_page_link {
    background-image: url(../img/common/arrow_black_prev.png);
  }
  .skin_story_voice .foot_pagination .item_page.skin_arrow_next .item_page_link {
    background-image: url(../img/common/arrow_black_next.png);
  }
@media screen and (max-width:738px) {
	.skin_story_voice .foot_pagination .item_page.skin_arrow_prev .item_page_link, .skin_story_voice .foot_pagination .item_page.skin_arrow_next .item_page_link {
      padding-top: 21px;
    }
}


/*Rizobavoice-NEW*/

.skin_story_voice #taiken_title {
	text-align: center;
	margin: 3rem auto ;
	padding-bottom:18px;
	font-style: italic;
	font-size: 22px;
	font-weight: bold;
	background-image: url(https://www.rizoba.com/img/topics/common/rizobavoice_under.png);
	background-position: center bottom;
	background-size: 40% auto;
	background-repeat: no-repeat;
}
.skin_story_voice #taiken_title span {
	color:#da6781;
 }
.skin_story_voice #taiken_title02 {
	font-size:1.8em;
	font-weight:bold;
	text-align:center;
	margin:1rem auto 0;
}

@media screen and (max-width: 738px) {
	.skin_story_voice #taiken_title {
	margin: 1.6rem auto ;
		padding-bottom:12px;
		font-size: 18px;
		background-size: 60% auto;
		max-width:400px;
	}
	.skin_story_voice #taiken_title02 {
		font-size:1.34em;
		margin:1rem auto 1.2rem;
		padding:0 2.5%;
	}
}





.skin_story_voice .voice_contents.voice_contents_new h2 {
	margin-top:3.5rem;
	/*border:solid 1px #333333;
	padding:0.5em 0.6em 0.35em;*/
	border-left: solid 7px #34b9be;
    padding: 0 0 0 10px;
	letter-spacing: 1px;
	line-height: 2;
}
@media screen and (max-width: 738px) {
	.skin_story_voice .voice_contents.voice_contents_new h2 {
		font-size: 1.2rem;
		/*padding: 0.5rem 0.5rem 0.4rem;*/
		margin-top: 2rem;
	}
}

.skin_story_voice .voice_contents .voice_img_row2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.skin_story_voice .voice_contents .voice_img_row2 .item {
	width:48.5%;
}
@media screen and (max-width: 738px) {
	.skin_story_voice .voice_contents .voice_img_row2 .item {
		width:100%;
		margin-top:0.5rem;
	}
	.skin_story_voice .voice_contents .voice_img_row2 .item:first-child {margin-top:0;}

}


/*footオススメ記事*/
.skin_story_voice .column_recommend  {
	padding:1.7em 1em 1em;
	background-color:#f0f5f5;
	margin:10px 0 64px;
}
.skin_story_voice .column_recommend h2 {
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	margin-bottom:1em;
}
.skin_story_voice .column_recommend h2 span {
	display:block;
	font-weight:normal;
	font-size:0.7em;
}
.skin_story_voice .column_recommend .column_recommend_links li {
	list-style:none;
	margin:0.7em 0;
}
.skin_story_voice .column_recommend .column_recommend_links a {
	display:block;
	background-color:#fff;
	padding: 1em 25px 1em 0.9em;
	position: relative;
}
.skin_story_voice .column_recommend .column_recommend_links a:after  {
	  display: block;
	  content: "";
	  position: absolute;
	  top: 50%;
	  right: 10px;
	  width: 8px;
	  height: 8px;
	  margin: -5px 0 0 0;
	  border-top: solid 2px #3db9bd;
	  border-right: solid 2px #3db9bd;
	  -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
.skin_story_voice .column_recommend .column_recommend_links a span {
	background-color:#3db9bd;
	color:#fff;
	padding:2px 6px;
	margin-right:8px;
	font-size:82%;
	font-weight:bold;
    float: left;
}
.skin_story_voice .column_recommend .column_recommend_links a:hover {
	text-decoration:none;
	opacity: 0.6
}

@media screen and (max-width: 738px) {
	.skin_story_voice .column_recommend  {
		padding:1.5rem 3.125% 1rem;
		/*background-color:#f7f7f7;*/
		margin:1rem 0 2rem;
	}

  .skin_story_voice .column_recommend .column_recommend_links a {
	  padding: 0.6em 1.8em 0.5em 0.5em;
	  line-height: 1.7;
  }
  .skin_story_voice .column_recommend .column_recommend_links a span {
	  padding: 1px 3px;
	  margin-right: 3px;
	  font-size: 78%;
	  float: left;
	  display: inline-block;
	  width: 64px;
	  box-sizing: border-box;
	  text-align: center;
	  margin-top:2px;
  }
  .skin_story_voice .column_recommend .column_recommend_links a p {
	  padding-left: 74px;
	  font-size:90%;
  }
}

/*column用*/

.skin_column .content_title{
	display:flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	width:100%;
	height:214px;
	padding:0 0.6em 0;
	box-sizing:border-box;
	border: 1px solid #fff;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:1px;
}

/*20230210タイトル修正*/

.skin_column .detail_title{
	font-size:2em;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 20px 0;
}
.detail_data {
	font-size: 95%;
	margin: -0.5rem 0 0.5rem;
	opacity: 0.9;
}
.skin_column .detail_img{
	text-align: center;
	margin-bottom: 30px;
}
.skin_column .txt {
	line-height: 1.8;
	font-size: 103%;
}


@media screen and (max-width: 738px) {
	.skin_column .detail_title{
		font-size:5.34vw;
		margin:6vw 0 6vw 0;
		line-height: 1.6;
	}
.skin_column .detail_img{
	margin-bottom: 5vw;
	}
	.skin_column .txt {
	font-size: 0.96rem;
	}

}


/*コラム用タイトル*/
.skin_column .column_txt_title {
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 1px solid #333;
    margin-bottom: 1em;
}

@media screen and (max-width: 738px) {
	.skin_column .content_title{
		padding:1.6em 0.8em;
		border: none;
		letter-spacing:0;
		height:auto;
		font-size:1.4em;
	}
	.skin_column .column_txt_title {
		font-size: 1.4em;
		letter-spacing: 0;
	}
}

.skin_column .sec_title_2{
	font-size:1.22em;
	font-weight:bold;
	border-bottom: solid 1px #3db9bd;
	margin:2rem 0 1rem;
	padding-bottom:0.3rem;
}
.skin_column .sec_title_2 span:before{
	content:"▼";
	color:#3db9bd;
	padding-right: 4px;
}
@media screen and (max-width: 738px) {
	.skin_column .sec_title_2{
		border-left: none;
		border-bottom: solid 2px #3db9bd;
		padding-left: 0;
		padding-bottom: 0.4rem;
		margin-bottom: 0.7rem;
		margin-top: 1.5em;
		font-size: 1.1rem !important;
		line-height: 1.7;
	}
}
.skin_column .sec_title_3{
	font-size:1.1em;
	font-weight:bold;
	margin:1.5rem 0 1rem;
	border-left: solid 6px #333;
	padding-left: 8px;
}
.skin_column .box_gray .sec_title_3{
	margin-top:1rem;
}

@media screen and (max-width: 738px) {
	.skin_column .sec_title_3{
		font-size: 0.96rem;
		margin: 1.8rem 0 1.3rem;
	}
	.skin_column .box_gray .sec_title_3{
		margin-top:1rem;
	}
}

.skin_column .box_gray{
    background-color: #f0f5f5;
    padding: 0.5rem 1rem 1rem;
    border-radius: 10px;
    border: solid 1px #bddfe0;
    margin: 20px 0;
}
@media screen and (max-width: 738px) {
	.skin_column .box_gray {
		padding: 0.5rem 0.7rem 1rem;
		margin: 1.2rem 0;
	}
}

/*column用-footボタン*/
.skin_story_voice .voice_btn.column_btn li {margin-bottom:40px}
@media screen and (max-width: 738px) {
	.skin_story_voice .voice_btn.column_btn li {margin-bottom:2rem}
}
.skin_story_voice .voice_btn.column_btn li:last-child {	margin-bottom:0}


/*コラム-mokuji*/
.skin_column #mokuji {
	margin-bottom: 64px;
}
@media screen and (max-width: 738px) {
	.skin_column #mokuji {
		margin-bottom: 3rem;
	}
}
.skin_column #mokuji ul li {
    list-style: disc;
    list-style-position: inside;
    margin: 0.8em 0 0.6rem 0.8rem;
	line-height:1.7;
	font-weight: bold;
}
.skin_column #mokuji ul li li {
	list-style: circle;
	list-style-position: inside;
}
@media screen and (max-width: 738px) {
	.skin_column #mokuji ul li {
		font-size: 0.96rem;
	}
}







/*220825追加*/

.breadcrumbs_pc .item_links {
    margin-top: 0.8rem;
}

/*talk-profile*/

.talk-chara {
	margin: 30px 0 0 0;
}
.talk01-text {
	margin: 0 0 0 86px;
    padding-top: 6px;
}
.talk01-text span {
	display: block;
}




/*　タイムテーブル　*/

.timetable { padding: 1.6em 1.2em 0.5em; background-color: #f0f5f5; }
.timetable &gt; dt { margin: 0 0 20px; padding: .25em .75em; font-size: 16px; font-weight: 700; color: #fff; position: relative; background: #44a0ae; border-radius: 10px; }
.timetable &gt; dt::after { content: ""; display: block; width: 6px; height: 20px; position: absolute; top: 100%; left: 120px; background: #44a0ae; }
.timetable li { list-style: none; padding: 0 0 1rem; position: relative; }
.timetable li::before { content: ""; display: block; width: 6px; height: 100%; position: absolute; top: 0; left: 120px; background: #3ab0b4; }
.timetable li:last-child::before { height: 20px; }
.timetable li &gt; dl { display: flex; }
.timetable li &gt; dl &gt; dt { font-size: 14px; font-weight: 700; color: #5a8283; text-align: right; line-height: 23px; width: 100px; position: relative; }
.timetable li &gt; dl &gt; dt span { position: absolute; top: 0; right: -34px; border: 5px solid #3ab0b4; }
.timetable li &gt; dl &gt; dd { margin-left: auto; padding: 5px; width: calc(100% - 165px); background: #cfe7e8; border-radius: 6px; position: relative;}
.timetable li &gt; dl &gt; dd::before { content: ""; width: 0; height: 0; position: absolute; top: 7px; right: 100%; border-right: 10px solid #cfe7e8; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 10px solid transparent; }
.timetable li &gt; dl &gt; dd dt { margin: 0 .75em; padding: .25em 0; font-size: 14px; font-weight: 700; color: #5a8283;}
.timetable li &gt; dl &gt; dd dd { padding: .5em .75em; font-size: 14px; color: #fff; }

.material-icons { padding: 6px; color: #fff; background: #2C6770; border-radius: 50%; }



/*20030303追加-campaign*/

.cp_friend {
	width: 100%;
	margin:1rem 0 5rem;
	box-sizing:border-box;
}
.cp_friend .cp_ttl {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 2rem 0;
    border-left: solid 7px #3ab0b4;
    padding-left: 10px;
}
@media screen and (max-width: 738px) {
	.cp_friend {
		width: 95%;
		margin:1rem 2.5% 3.6rem;
	}
	.cp_friend .cp_ttl {
		font-size: 1.26rem;
		line-height: 1.26;
	    margin: 2rem 0 1.2rem;
	}
}

/*flow*/
.friend_flow{
    position:relative;
    width:100%;
	box-sizing:border-box;
    text-align:center;
    border:2px solid #3ab0b4;
	margin-bottom:3.8rem;
}
.friend_flow_wrap .friend_flow:first-child {
	margin-top: 2rem;
}

.friend_flow:after,.friend_flow:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.friend_flow:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:15px;
    border-right-width:15px;
    margin-left: -15px;
    border-top-color:#FFFFFF;
}
.friend_flow:before{
    border-color: rgba(52, 185, 190, 0);
    border-top-width:22px;
    border-bottom-width:22px;
    border-left-width:17px;
    border-right-width:17px;
    margin-left: -17px;
    margin-top: 2px;
    border-top-color:#3ab0b4;
}
.friend_flow_last{
    width:100%;
	box-sizing:border-box;
    text-align:center;
    border:2px solid #3ab0b4;
	margin-bottom:3.4rem;
}

.friend_flow_ttl{
	background-color:#3ab0b4;
	font-size:1.4rem;
	font-weight:700;
	color:#fff;
	padding:1.8rem 0 1rem;
	position:relative;
}
.friend_flow_ttl p {
	margin:0 !important;
	line-height: 1.4 !important;
}
.friend_flow_num{
	position:absolute;
	text-align:center;
	top: -25px;
	left: 0;
	right: 0;
	margin: auto;
	width:53px;
	height:53px;
}
.friend_flow_txt p {
	font-size: 1rem;
	padding:1rem 1.5%;
	margin:0 !important;
}
@media screen and (max-width: 738px) {
	.friend_flow{
		margin-bottom: 2.6rem;
	}
	.friend_flow:after{
		border-top-width:15px;
		border-bottom-width:15px;
		border-left-width:10px;
		border-right-width:10px;
		margin-left: -10px;
	}
	.friend_flow:before{
		border-top-width:17px;
		border-bottom-width:17px;
		border-left-width:12px;
		border-right-width:12px;
		margin-left: -12px;
		margin-top: 2px;
	}
	.friend_flow_last{
		margin-bottom: 1.8rem;
	}
	.friend_flow_ttl{
		font-size:1.1rem;
		padding:1.3rem 0 0.6rem;
	}
	.friend_flow_num{
		top: -20px;
		left: 0;
		right: 0;
		margin: auto;
		width:40px;
		height:40px;
	}
	.friend_flow_txt p {
		font-size: 0.85rem;
		padding:0.6rem 2%;
	}
}

.friend_plus  {
	text-align: center;
	padding-top:5rem;
	background-image: url(../img/img_plus00.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.friend_plus .flex_box {
	justify-content: space-between;
}
.friend_plus .flex_box .item {
	width: 46%;
	text-align:center;
}
.friend_plus .flex_box .item img {
	width: 100%;
	max-width:540px;
}

@media screen and (max-width: 738px) {
	.friend_plus .txt1 {
		background-size:38px;
	}
	.friend_plus .flex_box .item {
		width: 49%;
	}
}

/*kiyaku*/
.kiyaku-txt {
	font-size: 1rem;
	padding: 1.4rem;
	border: solid 1px #cbcbcb;
}
.kiyaku-txt dt {
	margin-top: 1.4rem;
	font-weight: bold;
}
.kiyaku-txt dt:first-child {
	margin-top: 0;
}
.kiyaku-txt p {
	margin-top: 5px !important;
	padding-left: 1rem;
	line-height: 1.7 !important;
	font-size: 0.96rem;
}

.kiyaku-txt p a {
	text-decoration:underline;
}
.kiyaku-txt p a:hover {
	text-decoration:none;
}

@media screen and (max-width: 738px) {
	.kiyaku-txt {
		font-size: 0.85rem;
		padding: 1rem 2.5%;
	}
	.kiyaku-txt dt {
		font-size: 0.96rem;
	}
}


/*  faq_accordion
--------------------------------------------- */
.faq_accordion {
	border-top: 2px solid #3ab0b4;
	border-right: 2px solid #3ab0b4;
	border-left: 2px solid #3ab0b4;
	font-size: 1rem;
}
.faq_accordion.faq_last {
	border-bottom: 2px solid #3ab0b4;
}
.faq_question {
	background:url(../img/common/icon_qa_q.png) 14px center no-repeat;
	-webkit-background-size: 28px auto;
    background-size: 28px auto;
	padding:18px 0 18px 54px;
}
.faq_q_txt {
	background:url(../img/common/icon_accord_open.png) 98% center no-repeat;
	-webkit-background-size: 18px auto;
    background-size: 18px auto;
}
.faq_q_txt.open {
	background:url(../img/common/icon_accord_close.png) 98%  center no-repeat;
	-webkit-background-size: 18px auto;
    background-size: 18px auto;
}
.faq_answer {
	background-color: #f6f6f6;
	padding: 18px 18px 18px 14px;
}
.faq_answer_inner {
	padding:3px 34px 3px 38px;
	background: url(../img/common/icon_qa_a.png) 0 center no-repeat;
	-webkit-background-size: 28px 28px;
    background-size: 28px auto;
}
.faq_a_txt_mgb {
	margin-bottom:1em;
}
h3.faq_q_txt {
	font-weight: normal !important;
	margin: 0 !important;
	font-size: 1rem !important;
	line-height: 1.6 !important;
}
p.faq_a_txt {
	margin: 0 !important;
	line-height: 1.5 !important;
}
@media screen and (max-width: 738px) {
	.faq_accordion  {
		font-size:0.85rem;
		border-top: 1px solid #3ab0b4;
		border-right: 1px solid #3ab0b4;
		border-left: 1px solid #3ab0b4;
	}
	.faq_accordion.faq_last {
		border-bottom: 1px solid #3ab0b4;
	}
	.faq_question {
		background:url(../img/common/icon_qa_q.png) 10px center no-repeat;
		-webkit-background-size: 21px auto;
		background-size: 21px auto;
		padding:13px 6px 13px 40px;
	}
	.faq_q_txt {
		-webkit-background-size: 15px auto;
		background-size: 15px auto;
		padding-right:26px;
	}
	.faq_q_txt.open {
		-webkit-background-size: 15px auto;
		background-size: 15px auto;
	}
	.faq_answer {
		padding:13px;
	}
	.faq_answer_inner {
		-webkit-background-size: 21px auto;
		background-size: 21px auto;
		padding:0 0 0 30px;
	}
	p.faq_a_txt {
		margin: 0 !important;
		font-size: 1rem !important;
	}
}

/*contoubo*/
.contoubo_inner {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	box-sizing: border-box;
}
.oubo_btn  {
	margin:3rem auto 1rem;
}
.oubo_btn a {
	display:block;
	width:56%;
	margin:0 auto;
	padding: 18px 0;
	background-color:#f46f70;
	color:#fff;
	font-size:23px;
	text-align:center;
	text-decoration:none;
	border-radius:10px;
}
.oubo_btn a:hover {
	opacity:0.8;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.oubo_btn2 a {margin-top:0.4em;}
.btn_txt{
	width:36%;
	margin: 2em 32% 0;
}
@media screen and (max-width: 738px) {
	.oubo_btn a {
		width:82%;
		font-size:16px;
		line-height: 1.5;
		padding: 18px 0 17px;
	}
	.oubo_btn2 a {margin-top:0.4em;}
	.btn_txt{
		width:80%;
		margin: 2em 10% 0;
	}
}
.bnr_campaign {
	margin-top: 3rem;
}

.info_text {
  margin-bottom: 30px;
  margin-top: 24px;
  line-height: 1.75;
}

.okaeri-txt  a {
    text-decoration: underline;
}

.plus_txt {
  margin-bottom: 1.6rem;
  padding: 1.4rem;
  border: solid 2px #fa6006;
}

.plus_txt .txt2 {
  text-align: center;
}

.plus_txt .bold {
  font-size: 1.6rem;
}
.box-text {
  margin: 0 !important
}

@media screen and (max-width: 738px){
.info_text {
    padding-right: 3.125%;
    padding-left: 3.125%;
  }}

.plus_norikae {
      margin-bottom: 2rem;
}

.plus_txt .txt1 {
  margin-bottom: 1.4rem;
}

.text_closed{
    margin: 10px 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #ff0000;
}

@media screen and (max-width: 738px){
.text_closed {
    font-size: 1rem;
}}
</pre></body></html>