@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************************************************************************************************************************************************************************************************
** 子テーマ用のスタイルを書く
************************************************************************************************************************************************************************************************************************/
/*必要ならばここにコードを書く*/

/* =============================================
 固定ページとサイトタイトル変更
============================================= */
/* 固定ページの時間を非表示 */
.post-2 .date-tags,	.post-399 .date-tags{
display: none;
}
/* タイトルロゴを左寄せにする */
.logo{
	text-align:left;
}

/* =============================================
 TOPページのCSS
============================================= */
/*---------------------------
TOP部分(コンテンツ①)のCSS
--------------------------- */
/* 左右に分ける */
.TOP{
	display:flex;
	background: #ffedcc;
	
}

/* 画像部分 */
.TOP_image {
    width: 50%;
	text-align: center;
}
.top_image2 {
    position: relative;
    top: 15%;
}
.top_image3{
    position: relative;
    right: 13%;
	bottom: 3%	
}
/* テキスト部分 */
.TOP_text {
    width: 50%;
}
p.top1 {
    font-size: 24px;
	margin-bottom: 0;
}
p.top2 {
	font-size:20px;
	margin-bottom: 0;
}
p.top3 {
	font-size:20px;
	margin-bottom: 0;
	padding: 0 5% 0 5%;
	font-size: 18px;
}
.TOP_head2 {
	text-align: center;
    font-size: 56px;
    font-weight: bold;
}

.button_form {
	height:60px;
}
.button_form a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 80%;
    padding: 20px 25px;
    color: #fff;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: #6B523B;
	font-weight: bold;
}
.button_form a:hover {
    border-bottom: solid 2px #999;
    transform: translateY(3px);
}

.button_LINE a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 70%;
    padding: 15px 25px;
    color: #fff;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: #1DEF0E;
	font-weight: bold;
}
.button_LINE a:hover {
    border-bottom: solid 2px #999;
    transform: translateY(3px);
}
.button_LINE {
    height: 50px;
}

/*---------------------------
ソロ社会部分(コンテンツ②)のCSS
--------------------------- */
.top2_text {
    text-align: center;
	margin-bottom: 3%;
    font-size: 20px;
}

.top2_block {
    display: flex;
    flex-wrap: wrap;
}
.block {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 10px;
    box-sizing: border-box; 
}
.block_text{
	text-align:center;
	font-size: 20px;
}
.remainder{
	display: none;
}
.triangle {
  width: 0px;
　height: 0px;
  border:20px solid transparent;
  border-top-color: black;
}

/*---------------------------
Kukurumates部分(コンテンツ③)のCSS
--------------------------- */
#TOP3 {
    background: #ffedcc;
	padding: 0 5% 0 5%;
}
.top_triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 160px solid transparent;
    border-left: 160px solid transparent;
    border-top: 81px solid #fff;
    border-bottom: 0;
    margin: 0 auto;
}

.top3_text {
    text-align: center;
	font-size: 24px;
	padding: 5% 0 2% 0;
}

.top3_block {
    margin-top: 5%;
}

.over_block{
	display: flex;
}

.block1 {
    width: 33.3%;
    padding-right: 10px;
    padding-left: 10px;
	text-align: center;
}
.block1_img{
	background: #F0D8C5;
	height: 50%;
    display: flex;
    align-items: flex-end;
}

.block_title {
    font-size: 22px;
    font-weight: bold;
}

.top3_block_text {
    font-size: 16px;
}

.under_block {
    display: flex;
}

/*---------------------------
Treasure Service 4つの特徴(コンテンツ④)のCSS
--------------------------- */
.top4_header{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}

.under_line {
    text-align: center;
    border: 2px solid #000;
    border-bottom-color: black;
    width: 50%;
    margin: 0 auto;
}

.top4_block_all {
    margin-top: 5%;
	text-align: center;
}

.top4_block_img {
    width: 70%;
    margin: auto;
}

.top4_img {
    vertical-align: middle;
}

.top4_block_title {
    font-size: 24px;
    font-weight: bold;
}

.top4_title {
    padding-top: 1%;
}

/*---------------------------
TOPコンテンツ5(KukuruMates（サポートパートナー）の紹介のCSS
--------------------------- */
.top5_header{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}

.top5_block_all{
	
}
.slider-wrapper{

}
.slick-slide img {
    display: block;
    background: #F0D8C5;
}
.top5_slide{
	display: flex;
}

.top5_block_slide{
	padding: 0 1% 0 1%;
    position: relative;
	width: calc(100vw/3);
}

.arrow {
	z-index: 2;
    background: #6B4E36;
    position: absolute;
    top: 40%;
	left: 5%;
    transform: translate(-50%, -50%);
    align-items: center;
	height: 50%;
    width: 5%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.arrow_2{
	background: #6B4E36;
    position: absolute;
    top: 40%;
	left: 95%;
    transform: translate(-50%, -50%);
	height: 50%;
    width: 5%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.left_arrow{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 2em;
  height: 2em;
  transform: translateX(25%) rotate(-135deg);
}

.left_arrow::before, .left_arrow::after{
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.left_arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.left_arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.right_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 2em;
  height: 2em;
  transform: translateX(-25%) rotate(45deg);
}

.right_arrow::before, .right_arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.right_arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.right_arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.member_name {
    text-align: center;
    font-weight: bold;
}


/*---------------------------
TOPコンテンツ6(サービス提供フローのCSS
--------------------------- */
.TOP6 {
    background: #ffedcc;
}

.top6_header {
    text-align: center;
    font-size: 36px;
	padding-top: 5%;
	font-weight: bold;
}

.top6_under_line {
    text-align: center;
    border: 2px solid #000;
    border-bottom-color: black;
    width: 20%;
    margin: 0 auto;
}

.top6_header_text {
    text-align: center;
    margin: 3% 0 0 0;
	font-size: 24px;
}

.stepbar {
  margin: 0 auto;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.top6_block_title {
    display: inline-block;
	margin-left: 55px;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  border-radius: 50%;
  border: 1px solid #6B4E36;
  background: #6B4E36;
  z-index: 2;

}

.stepbar .stepbarwrap .steptitle .stepnum {
  padding-left: 1em;
  font-size: 0.8em;
  color: #333;
}

.top6_block_img {
	text-align: center;
	margin-left: 40px;
	background: #F0D8C5;
}
.top6_block_txt{
	text-align: center;
	font-size: 24px;
}
.stepbar .stepbarwrap .steptxt {
  padding-left: 2em;
}

.stepbar .stepbarwrap .steptxt .title {
  margin: 0.5em 0;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt .block_txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 24em);
  background-color: #000;
  position: absolute;
  top: 1em;
  left: 0.5em;
  z-index: 0;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

/*---------------------------
TOPコンテンツ7(料金について)のCSS
--------------------------- */
.top7_header {
    text-align: center;
    font-size: 36px;
	font-weight: bold;
}

.top7_under_line {
    text-align: center;
    border: 2px solid #000;
    border-bottom-color: black;
    width: 10%;
    margin: 0 auto;
}

.top7_menu_brock {
    display: flex;
	margin-top: 5%;
}

.menu_brock {
    width: 33%;
    padding: 0 2% 0 2%;
}

.menu {
    text-align: center;
    background: #329635;
    color: #fff;
    padding: 3% 3% 3% 3%;
    font-weight: bold;
    font-size: 24px;
}

.menu_price {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.menu_explanation {
    font-size: 18px;
    margin-top: 5%;
}

.menu_supplement {
    font-size: 16px;
}

.menu_recommend {
    text-align: center;
    margin-top: 3%;
}

.top7_use_block {
    margin-top: 5%;
    padding: 0 30% 0 30%;
}

.use {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.use_block {
    text-align: center;
}
.use_title {
    background: #329635;
    color: #fff;
    font-weight: bold;
}
.use_example {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.use_supplement {
    font-size: 16px;
    text-align: left;
}
.top7_carving_line {
    text-align: center;
    border: 1px solid #000;
    border-bottom-color: black;
    margin: 0 auto;
    margin-top: 5%;
}

.top7_payment_block {
    margin-top: 3%;
    text-align: center;
}
.payment_title {
    font-size: 28px;
    font-weight: bold;
}
.payment_block {
    display: flex;
	margin-bottom: 3%;
}
.payment_choice {
    padding: 0 2% 0 2%;
    width: 50%;
}
.payment_campaign {
    font-size: 20px;
    font-weight: bold;
}
.payment_campaign_Content {
    font-size: 22px;
    font-weight: bold;
}
.top7_payment_button {
    display: flex;
    margin-top: 5%;
}

.payment_button {
	height: 50px;
	width: 50%;
}
.payment_button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 80%;
    padding: 35px 25px;
    color: #fff;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: #6B4E36;
	font-weight: bold;
	height: 42px;
}
.payment_button a:hover {
    border-bottom: solid 2px #999;
    transform: translateY(3px);
}

.payment_line_button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 70%;
    padding: 30px 25px;
    color: #fff;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: #1DEF0E;
	font-weight: bold;
	height: 36px;
}
.payment_line_button a:hover {
    border-bottom: solid 2px #999;
    transform: translateY(3px);
}
.payment_line_button {
    height: 36px;
	width: 50%;
}

/*---------------------------
TOPコンテンツ8(ご利用者様のリアル口コミ)のCSS
--------------------------- */
.TOP8 {
    background: #ffedcc;
	padding-bottom: 5%;
	margin-top: 10%;
}
.top8_header {
    text-align: center;
    padding-top: 3%;
	margin-bottom: 2%;
	font-weight: bold;
	font-size: 36px;
}
.top8_header_line{
	text-align: center;
    border: 2px solid #000;
    border-bottom-color: black;
    width: 10%;
    margin: 0 auto;
}
.top8_review_block{
	margin-top: 3%;
    padding: 0 5% 0 5%;
}
.review_block {
    padding-bottom: 3%;
}
.review_block_title {
    font-size: 24px;
}
.review_block_explanation {
    display: flex;
}
.top8_review_img {
    width: 48%;
    margin-right: 2%;
	background: #F0D8C5;
	display: flex;
    align-items: center;
}
.top8_review_text {
	width: 48%;
    margin-left: 2%;
	display: flex;
    align-items: center;
}
.review_text {
    font-size: 18px;
}

/*---------------------------
TOPコンテンツ9(よくあるご質問)のCSS
--------------------------- */
.top9_header{
	text-align: center;
    padding-top: 3%;
	font-weight: bold;
	font-size: 36px;
}
.top9_header_line{
	text-align: center;
    border: 2px solid #000;
    border-bottom-color: black;
    width: 10%;
    margin: 0 auto;	
}
.top9_faq_block {
    margin-top: 5%;
	font-size: 16px;
	padding: 0 10% 0 10%;
}
.faq_block {
    margin-bottom: 5%;
}
.question_block{
	display: flex;
	padding-bottom: 1%;
}
.question_mark{
	width: 5%;
	font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.block_question{
	width: 95%;
	display: flex;
    align-items: center;
}
.answer_block{
	display: flex;
}
.answer_mark{
	width: 5%;
	font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.block_answer{
	width: 95%;
	display: flex;
    align-items: center;
}
.top9_img_text {
    text-align: center;
}

.top9_text {
    font-size: 24px;
    font-weight: bold;
}
.top9_button {
    text-align: center;
    padding: 1% 0 2% 0;
}
.top9_button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 40%;
    padding: 40px 25px;
    color: #fff;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: #6B4E36;
    font-weight: bold;
    height: 55px;
}
.top9_button a:hover {
    border-bottom: solid 2px #999;
    transform: translateY(3px);
}
.top9_line_button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 30%;
    padding: 40px 25px;
    color: #fff;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: #1DEF0E;
    font-weight: bold;
    height: 55px;
}
.top9_line_button a:hover {
    border-bottom: solid 2px #999;
    transform: translateY(3px);
}




/*ContactForm7カスタマイズ*/
table.CF7_table{
	width: 90%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

td.radio_button {
    text-align: center;
}

input[type="radio"] {
    border-radius: 20px;
    margin-right: 8px;
    position: relative;
    width: 20px;
    height: 30px;
    display: block;
    position: relative;
    transition: all .25s ease;
    transform: scale(1);
    border: 1px solid #90A4AE;
    float: left;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background-color: rgb(244, 67, 54);
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background-color: rgb(96, 125, 139);
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */

	.CF7_table th{
	
	background-color:#ebedf5;/*ブルーグレー*/
	text-align: left;
	}
	
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color: rgb(0, 188, 212);
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
	width: 80%;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
/*---------------------------
TOP部分(コンテンツ①)のCSS
--------------------------- */
.logo{
	text-align:left;
}	
/* モバイル版のみflex解除 */
.TOP{
	display: block;
	background: #ffedcc;
}
/* 画像部分 */
.TOP_image{
	display: flex;
	width: 100%;
	justify-content: center;
}
.top_image1{
	width: 33%;
}
.top_image2{
	width: 33%;
    position: initial;
}
.top_image3{
	width: 33%;
    position: initial;
}
/* テキスト部分 */
.TOP_text{
	width: 100%;
	text-align: center;
}
p.top1 {
    font-size: 18px;
    margin-bottom: 0;
}
p.top2 {
    font-size: 12px;
    margin-bottom: 0;
}
.TOP_head2 {
    font-size: 34px;
}
p.top3 {
    font-size: 14px;
    margin-bottom: 0;
}
	
/*---------------------------
ソロ社会部分(コンテンツ②)のCSS
--------------------------- */
.top2_text{
	text-align: center;
    margin-bottom: 3%;
    font-size: 16px;
}
.top2_block {
    display: inline-block;
    text-align: center;
}
.block{
	width: 100%;
	margin: 0 auto;
}	
.block_text {
    text-align: center;
    font-size: 16px;
}
.remainder{
	display: block;
}
	
/*---------------------------
Kukurumates部分(コンテンツ③)のCSS
--------------------------- */
.top_triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 90px solid transparent;
    border-left: 90px solid transparent;
    border-top: 40px solid #fff;
    border-bottom: 0;
    margin: 0 auto;
}
.top3_text {
    text-align: center;
	font-size: 18px;
	padding-bottom: 2%;
}
	
.over_block{
	display: block;
}
.under_block {
    display: block;
}

.block1 {
     width: 100%;
     text-align: center;
     margin: 5% 0% 5% 0%;
}
.block1_img {
    background: #F0D8C5;
    height: 40%;
    display: flex;
    align-items: flex-end;
}

.remainder2{
	display: none;
}


/*---------------------------
Treasure Service 4つの特徴(コンテンツ④)のCSS
--------------------------- */
.top4_header {
    text-align: center;
    font-size: 24px;
	font-weight: bold;
}
	
.under_line {
    text-align: center;
    border: 1px solid #000;
    border-bottom-color: black;
    width: 100%;
    margin: 0 auto;
}

.top4_block_img {
    background: #CBC7C7;
    width: 70%;
    margin: auto;
}
.top4_block_title {
    font-size: 22px;
    font-weight: bold;
}
.top4_title {
    padding-top: 1%;
    font-size: 16px;
	padding-left: 7%;
	padding-right: 7%;
    text-align: left;
	
 }


/*---------------------------
TOPコンテンツ5(KukuruMates（サポートパートナー）の紹介のCSS
--------------------------- */
.top5_header {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.member_name {
    text-align: center;
    font-size: 14px;
}

.arrow {
    background: #777575;
    position: absolute;
    top: 35%;
	left: 10%;
    transform: translate(-50%, -50%);
    align-items: center;
	height: 30%;
    width: 10%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.arrow_2{
	background: #777575;
    position: absolute;
    top: 35%;
	left: 90%;
    transform: translate(-50%, -50%);
	height: 30%;
    width: 10%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.left_arrow{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(25%) rotate(-135deg);
}

.left_arrow::before, .left_arrow::after{
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.left_arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.left_arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.right_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(-25%) rotate(45deg);
}

.right_arrow::before, .right_arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.right_arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.right_arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
	
/*---------------------------
TOPコンテンツ6(サービス提供フローのCSS
--------------------------- */
.top6_header {
    text-align: center;
    font-size: 24px;
	font-weight: bold;
}

.top6_header_text {
	text-align: left;
    margin: 3% 0 0 0;
    font-size: 16px;
	padding-left: 7%;
    padding-right: 7%;
}

.block_title {
    font-size: 16px;
    font-weight: bold;
}

.stepbar .stepbarwrap .steptxt .block_txt {
	text-align: left;
    font-size: 15px;
}

.top6_block_txt {
    text-align: left;
    font-size: 15px;
	padding-left: 15%;
    
}
	
.stepbar {
    width: 90%;
  }

.stepbar .stepbarwrap .stepline {
    width: 1px;
    height: calc(100% + 17em);
    background-color: #000;
    position: absolute;
    top: 1em;
    left: 0.5em;
    z-index: 0;
}

/*---------------------------
TOPコンテンツ7(料金について)のCSS
--------------------------- */
.top7_header{
    text-align: center;
    font-size: 24px;
	font-weight: bold;
}
.top7_under_line{
	text-align: center;
    border: 1px solid #000;
    border-bottom-color: black;
    width: 20%;
    margin: 0 auto;	
}
.top7_menu_brock {
    display: block;
    margin-top: 5%;
}
.menu_brock {
    width: 100%;
	text-align: center;
	margin-bottom: 5%;
}
.menu{
	text-align: center;
    background: #329635;
    color: #fff;
    font-weight: bold;
    font-size: 22px;	
}
.menu_price {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
ul.menu_explanation {
    font-size: 16px;
    text-align: left;
}
.menu_supplement {
    font-size: 16px;
	text-align: left;
}
	
.top7_use_block {
    margin-top: 10%;
    padding: 0 0 0 0;
}
.use_title{
	font-size: 20px;	
}
.use{
	font-size: 22px;	
}
.use_img {
    padding-bottom: 5%;
}
.use_example {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}
.use_supplement {
    font-size: 15px;
    text-align: left;
}
	
.payment_title{
	font-size: 22px;	
}
.payment_campaign {
    font-size: 16px;
    font-weight: bold;
}
.payment_campaign_Content {
    font-size: 18px;
    font-weight: bold;
}	
.top7_payment_button{
	display: block	
}
.payment_button {
	width: 100%;
	margin-bottom: 10%;
}

.payment_line_button {
    width: 100%;
}
	
/*---------------------------
TOPコンテンツ8(ご利用者様のリアル口コミ)のCSS
--------------------------- */
.TOP8{
	margin-top: 15%;	
}
.top8_header{
    text-align: center;
    font-size: 24px;
	font-weight: bold;
}
.top8_header_line {
    text-align: center;
    border: 2px solid #000;
    border-bottom-color: black;
    width: 20%;
    margin: 0 auto;
}
.top8_review_block {
    margin-top: 7%;
    padding: 0 5% 0 5%;
}
.review_block_title {
    font-size: 18px;
	text-align: center;
	margin-top: 10%;
}
.review_block_explanation {
    display: block;
}
.top8_review_img {
    width: 100%;
    background: #F0D8C5;
}
.top8_review_text {
    width: 100%;
}
.review_text {
    font-size: 14px;
}
	
/*---------------------------
TOPコンテンツ9(よくあるご質問)のCSS
--------------------------- */
.top9_header_line {
    text-align: center;
    border: 2px solid #000;
    border-bottom-color: black;
    width: 30%;
    margin: 0 auto;
}
	
.top9_faq_block {
    margin-top: 5%;
    font-size: 14px;
	padding: 0;
}
.faq_block {
    margin-bottom: 15%;
}
.question_block {
    padding-bottom: 5%;
}
.question_mark {
    width: 5%;
    font-size: 18px;
}
.block_question {
	width: 90%;
    margin-left: 5%;
}
.answer_mark {
    width: 5%;
    font-size: 18px;
}
.block_answer {
    width: 90%;
	margin-left: 5%;
}
.top9_text {
    font-size: 18px;
    font-weight: bold;
}
.top9_button {
    text-align: center;
    padding: 2% 0 5% 0;
}

.top9_button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 90%;
    padding: 25px 25px;
    color: #fff;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: #6B4E36;
    font-weight: bold;
    height: 55px;
}
.top9_line_button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 80%;
    padding: 25px 25px;
    color: #fff;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: #1DEF0E;
    font-weight: bold;
    height: 55px;
}

/*---------------------------
お問い合わせフォームCSS
--------------------------- */
.contact_title_block{
	margin: 0;
}
.contact_title {
    font-size: 28px;
}
.contact_title_text {
    font-size: 16px;
}
.contact_Content_block {
    margin: 0 10% 0 10%;
}
	
.contact_Content {
    margin: 8% 0 8% 0;
}
	
.Content1 {
    display: block;
}

.Content1_radio {
    display: flex;
    border: 1px solid;
    border-radius: 5px;
    margin: 3% 0% 3% 0;
    padding: 3% 1% 3% 1%;
    align-items: center;
	width: 100%;
}
	
	
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}	
}

/*834px以下*/
@media screen and (max-width: 834px){
/*---------------------------
TOP部分(コンテンツ①)のCSS
--------------------------- */
.logo{
	text-align:left;
}	
/* モバイル版のみflex解除 */
.TOP{
	display: block;
	background: #ffedcc;
}
/* 画像部分 */
.TOP_image{
	display: flex;
	width: 100%;
	justify-content: center;
}
.top_image1{
	width: 33%;
}
.top_image2{
	width: 33%;
    position: initial;
}
.top_image3{
	width: 33%;
    position: initial;
}
/* テキスト部分 */
.TOP_text{
	width: 100%;
	text-align: center;
}
p.top1 {
    font-size: 18px;
    margin-bottom: 0;
}
p.top2 {
    font-size: 12px;
    margin-bottom: 0;
}
.TOP_head2 {
    font-size: 34px;
}
p.top3 {
    font-size: 14px;
    margin-bottom: 0;
}
	
/*---------------------------
ソロ社会部分(コンテンツ②)のCSS
--------------------------- */
.top2_text{
	text-align: center;
    margin-bottom: 3%;
    font-size: 16px;
}
.top2_block {
    display: inline-block;
    text-align: center;
}
.block{
	width: 100%;
	margin: 0 auto;
}	
.block_text {
    text-align: center;
    font-size: 16px;
}
.remainder{
	display: block;
}
	
/*---------------------------
Kukurumates部分(コンテンツ③)のCSS
--------------------------- */
.top_triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 90px solid transparent;
    border-left: 90px solid transparent;
    border-top: 40px solid #fff;
    border-bottom: 0;
    margin: 0 auto;
}
.top3_text {
    text-align: center;
	font-size: 18px;
	padding-bottom: 2%;
}
	
.over_block{
	display: block;
}
.under_block {
    display: block;
}

.block1 {
     width: 100%;
     text-align: center;
     margin: 5% 0% 5% 0%;
}
.block1_img {
    background: #F0D8C5;
    height: 40%;
    display: flex;
    align-items: flex-end;
}

.remainder2{
	display: none;
}


/*---------------------------
Treasure Service 4つの特徴(コンテンツ④)のCSS
--------------------------- */
.top4_header {
    text-align: center;
    font-size: 24px;
	font-weight: bold;
}
	
.under_line {
    text-align: center;
    border: 1px solid #000;
    border-bottom-color: black;
    width: 100%;
    margin: 0 auto;
}

.top4_block_img {
    background: #CBC7C7;
    width: 70%;
    margin: auto;
}
.top4_block_title {
    font-size: 22px;
    font-weight: bold;
}
.top4_title {
    padding-top: 1%;
    font-size: 16px;
	padding-left: 7%;
	padding-right: 7%;
    text-align: left;
	
 }


/*---------------------------
TOPコンテンツ5(KukuruMates（サポートパートナー）の紹介のCSS
--------------------------- */
.top5_header {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.member_name {
    text-align: center;
    font-size: 14px;
}

.arrow {
    background: #777575;
    position: absolute;
    top: 35%;
	left: 10%;
    transform: translate(-50%, -50%);
    align-items: center;
	height: 30%;
    width: 10%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.arrow_2{
	background: #777575;
    position: absolute;
    top: 35%;
	left: 90%;
    transform: translate(-50%, -50%);
	height: 30%;
    width: 10%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.left_arrow{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(25%) rotate(-135deg);
}

.left_arrow::before, .left_arrow::after{
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.left_arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.left_arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.right_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(-25%) rotate(45deg);
}

.right_arrow::before, .right_arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.right_arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.right_arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
	
/*---------------------------
TOPコンテンツ6(サービス提供フローのCSS
--------------------------- */
.top6_header {
    text-align: center;
    font-size: 24px;
	font-weight: bold;
}

.top6_header_text {
	text-align: left;
    margin: 3% 0 0 0;
    font-size: 16px;
	padding-left: 7%;
    padding-right: 7%;
}

.block_title {
    font-size: 16px;
    font-weight: bold;
}

.stepbar .stepbarwrap .steptxt .block_txt {
	text-align: left;
    font-size: 15px;
}

.top6_block_txt {
    text-align: left;
    font-size: 15px;
	padding-left: 15%;
    
}
	
.stepbar {
    width: 90%;
  }

.stepbar .stepbarwrap .stepline {
    width: 1px;
    height: calc(100% + 17em);
    background-color: #000;
    position: absolute;
    top: 1em;
    left: 0.5em;
    z-index: 0;
}

/*---------------------------
TOPコンテンツ7(料金について)のCSS
--------------------------- */
.top7_header{
    text-align: center;
    font-size: 24px;
	font-weight: bold;
}
.top7_under_line{
	text-align: center;
    border: 1px solid #000;
    border-bottom-color: black;
    width: 20%;
    margin: 0 auto;	
}
.top7_menu_brock {
    display: block;
    margin-top: 5%;
}
.menu_brock {
    width: 100%;
	text-align: center;
	margin-bottom: 5%;
}
.menu{
	text-align: center;
    background: #329635;
    color: #fff;
    font-weight: bold;
    font-size: 22px;	
}
.menu_price {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
ul.menu_explanation {
    font-size: 16px;
    text-align: left;
}
.menu_supplement {
    font-size: 16px;
	text-align: left;
}
	
.top7_use_block {
    margin-top: 10%;
    padding: 0 0 0 0;
}
.use_title{
	font-size: 20px;	
}
.use{
	font-size: 22px;	
}
.use_img {
    padding-bottom: 5%;
}
.use_example {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}
.use_supplement {
    font-size: 15px;
    text-align: left;
}
	
.payment_title{
	font-size: 22px;	
}
.payment_campaign {
    font-size: 16px;
    font-weight: bold;
}
.payment_campaign_Content {
    font-size: 18px;
    font-weight: bold;
}	
.top7_payment_button{
	display: block	
}
.payment_button {
	width: 100%;
	margin-bottom: 10%;
}

.payment_line_button {
    width: 100%;
}
	
/*---------------------------
TOPコンテンツ8(ご利用者様のリアル口コミ)のCSS
--------------------------- */
.TOP8{
	margin-top: 15%;	
}
.top8_header{
    text-align: center;
    font-size: 24px;
	font-weight: bold;
}
.top8_header_line {
    text-align: center;
    border: 2px solid #000;
    border-bottom-color: black;
    width: 20%;
    margin: 0 auto;
}
.top8_review_block {
    margin-top: 7%;
    padding: 0 5% 0 5%;
}
.review_block_title {
    font-size: 18px;
	text-align: center;
	margin-top: 10%;
}
.review_block_explanation {
    display: block;
}
.top8_review_img {
    width: 100%;
    background: #F0D8C5;
}
.top8_review_text {
    width: 100%;
}
.review_text {
    font-size: 14px;
}
	
/*---------------------------
TOPコンテンツ9(よくあるご質問)のCSS
--------------------------- */
.top9_header_line {
    text-align: center;
    border: 2px solid #000;
    border-bottom-color: black;
    width: 30%;
    margin: 0 auto;
}
	
.top9_faq_block {
    margin-top: 5%;
    font-size: 14px;
	padding: 0;
}
.faq_block {
    margin-bottom: 15%;
}
.question_block {
    padding-bottom: 5%;
}
.question_mark {
    width: 5%;
    font-size: 18px;
}
.block_question {
	width: 90%;
    margin-left: 5%;
}
.answer_mark {
    width: 5%;
    font-size: 18px;
}
.block_answer {
    width: 90%;
	margin-left: 5%;
}
.top9_text {
    font-size: 18px;
    font-weight: bold;
}
.top9_button {
    text-align: center;
    padding: 2% 0 5% 0;
}

.top9_button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 90%;
    padding: 25px 25px;
    color: #fff;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: #6B4E36;
    font-weight: bold;
    height: 55px;
}
.top9_line_button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 80%;
    padding: 25px 25px;
    color: #fff;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: #1DEF0E;
    font-weight: bold;
    height: 55px;
}

/*---------------------------
お問い合わせフォームCSS
--------------------------- */
.contact_title_block{
	margin: 0;
}
.contact_title {
    font-size: 28px;
}
.contact_title_text {
    font-size: 16px;
}
.contact_Content_block {
    margin: 0 10% 0 10%;
}
	
.contact_Content {
    margin: 8% 0 8% 0;
}
	
.Content1 {
    display: block;
}

.Content1_radio {
    display: flex;
    border: 1px solid;
    border-radius: 5px;
    margin: 3% 0% 3% 0;
    padding: 3% 1% 3% 1%;
    align-items: center;
	width: 100%;
}
	
	
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}

/*---------------------------
フッターCSS
--------------------------- */
.navi-footer-in>.menu-footer {
	flex-wrap: nowrap;/*フッターメニューを一列に*/
}
	
.navi-footer-in a{
	font-size: 11px;/*フッターメニューの文字の大きさを変更*/
}
}



/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
/*---------------------------
TOP部分(コンテンツ①)のCSS
--------------------------- */
.logo{
	text-align:left;
}	
/* モバイル版のみflex解除 */
.TOP{
	display: block;
	background: #ffedcc;
}
/* 画像部分 */
.TOP_image{
	display: flex;
	width: 100%;
	justify-content: center;
}
.top_image1{
	width: 33%;
}
.top_image2{
	width: 33%;
    position: initial;
}
.top_image3{
	width: 33%;
    position: initial;
}
/* テキスト部分 */
.TOP_text{
	width: 100%;
	text-align: center;
}
p.top1 {
    font-size: 18px;
    margin-bottom: 0;
}
p.top2 {
    font-size: 12px;
    margin-bottom: 0;
}
.TOP_head2 {
    font-size: 34px;
}
p.top3 {
    font-size: 14px;
    margin-bottom: 0;
}
	
/*---------------------------
ソロ社会部分(コンテンツ②)のCSS
--------------------------- */
.top2_text{
	text-align: center;
    margin-bottom: 3%;
    font-size: 16px;
}
.top2_block {
    display: inline-block;
    text-align: center;
}
.block{
	width: 100%;
	margin: 0 auto;
}	
.block_text {
    text-align: center;
    font-size: 16px;
}
.remainder{
	display: block;
}
	
/*---------------------------
Kukurumates部分(コンテンツ③)のCSS
--------------------------- */
.top_triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 90px solid transparent;
    border-left: 90px solid transparent;
    border-top: 40px solid #fff;
    border-bottom: 0;
    margin: 0 auto;
}
.top3_text {
    text-align: center;
	font-size: 18px;
	padding-bottom: 2%;
}
	
.over_block{
	display: block;
}
.under_block {
    display: block;
}

.block1 {
     width: 100%;
     text-align: center;
     margin: 5% 0% 5% 0%;
}
.block1_img {
    background: #F0D8C5;
    height: 40%;
    display: flex;
    align-items: flex-end;
}

.remainder2{
	display: none;
}


/*---------------------------
Treasure Service 4つの特徴(コンテンツ④)のCSS
--------------------------- */
.top4_header {
    text-align: center;
    font-size: 24px;
	font-weight: bold;
}
	
.under_line {
    text-align: center;
    border: 1px solid #000;
    border-bottom-color: black;
    width: 100%;
    margin: 0 auto;
}

.top4_block_img {
    background: #CBC7C7;
    width: 70%;
    margin: auto;
}
.top4_block_title {
    font-size: 22px;
    font-weight: bold;
}
.top4_title {
    padding-top: 1%;
    font-size: 16px;
	padding-left: 7%;
	padding-right: 7%;
    text-align: left;
	
 }


/*---------------------------
TOPコンテンツ5(KukuruMates（サポートパートナー）の紹介のCSS
--------------------------- */
.top5_header {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.member_name {
    text-align: center;
    font-size: 14px;
}

.arrow {
    background: #777575;
    position: absolute;
    top: 35%;
	left: 10%;
    transform: translate(-50%, -50%);
    align-items: center;
	height: 30%;
    width: 10%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.arrow_2{
	background: #777575;
    position: absolute;
    top: 35%;
	left: 90%;
    transform: translate(-50%, -50%);
	height: 30%;
    width: 10%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.left_arrow{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(25%) rotate(-135deg);
}

.left_arrow::before, .left_arrow::after{
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.left_arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.left_arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.right_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(-25%) rotate(45deg);
}

.right_arrow::before, .right_arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.right_arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.right_arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
	
/*---------------------------
TOPコンテンツ6(サービス提供フローのCSS
--------------------------- */
.top6_header {
    text-align: center;
    font-size: 24px;
	font-weight: bold;
}

.top6_header_text {
	text-align: left;
    margin: 3% 0 0 0;
    font-size: 16px;
	padding-left: 7%;
    padding-right: 7%;
}

.block_title {
    font-size: 16px;
    font-weight: bold;
}

.stepbar .stepbarwrap .steptxt .block_txt {
	text-align: left;
    font-size: 15px;
}

.top6_block_txt {
    text-align: left;
    font-size: 15px;
	padding-left: 15%;
    
}
	
.stepbar {
    width: 90%;
  }

.stepbar .stepbarwrap .stepline {
    width: 1px;
    height: calc(100% + 17em);
    background-color: #000;
    position: absolute;
    top: 1em;
    left: 0.5em;
    z-index: 0;
}

/*---------------------------
TOPコンテンツ7(料金について)のCSS
--------------------------- */
.top7_header{
    text-align: center;
    font-size: 24px;
	font-weight: bold;
}
.top7_under_line{
	text-align: center;
    border: 1px solid #000;
    border-bottom-color: black;
    width: 20%;
    margin: 0 auto;	
}
.top7_menu_brock {
    display: block;
    margin-top: 5%;
}
.menu_brock {
    width: 100%;
	text-align: center;
	margin-bottom: 5%;
}
.menu{
	text-align: center;
    background: #329635;
    color: #fff;
    font-weight: bold;
    font-size: 22px;	
}
.menu_price {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
ul.menu_explanation {
    font-size: 16px;
    text-align: left;
}
.menu_supplement {
    font-size: 16px;
	text-align: left;
}
	
.top7_use_block {
    margin-top: 10%;
    padding: 0 0 0 0;
}
.use_title{
	font-size: 20px;	
}
.use{
	font-size: 22px;	
}
.use_img {
    padding-bottom: 5%;
}
.use_example {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}
.use_supplement {
    font-size: 15px;
    text-align: left;
}
	
.payment_title{
	font-size: 22px;	
}
.payment_campaign {
    font-size: 16px;
    font-weight: bold;
}
.payment_campaign_Content {
    font-size: 18px;
    font-weight: bold;
}	
.top7_payment_button{
	display: block	
}
.payment_button {
	width: 100%;
	margin-bottom: 10%;
}

.payment_line_button {
    width: 100%;
}
	
/*---------------------------
TOPコンテンツ8(ご利用者様のリアル口コミ)のCSS
--------------------------- */
.TOP8{
	margin-top: 15%;	
}
.top8_header{
    text-align: center;
    font-size: 24px;
	font-weight: bold;
}
.top8_header_line {
    text-align: center;
    border: 2px solid #000;
    border-bottom-color: black;
    width: 20%;
    margin: 0 auto;
}
.top8_review_block {
    margin-top: 7%;
    padding: 0 5% 0 5%;
}
.review_block_title {
    font-size: 18px;
	text-align: center;
	margin-top: 10%;
}
.review_block_explanation {
    display: block;
}
.top8_review_img {
    width: 100%;
    background: #F0D8C5;
}
.top8_review_text {
    width: 100%;
}
.review_text {
    font-size: 14px;
}
	
/*---------------------------
TOPコンテンツ9(よくあるご質問)のCSS
--------------------------- */
.top9_header_line {
    text-align: center;
    border: 2px solid #000;
    border-bottom-color: black;
    width: 30%;
    margin: 0 auto;
}
	
.top9_faq_block {
    margin-top: 5%;
    font-size: 14px;
	padding: 0;
}
.faq_block {
    margin-bottom: 15%;
}
.question_block {
    padding-bottom: 5%;
}
.question_mark {
    width: 5%;
    font-size: 18px;
}
.block_question {
	width: 90%;
    margin-left: 5%;
}
.answer_mark {
    width: 5%;
    font-size: 18px;
}
.block_answer {
    width: 90%;
	margin-left: 5%;
}
.top9_text {
    font-size: 18px;
    font-weight: bold;
}
.top9_button {
    text-align: center;
    padding: 2% 0 5% 0;
}

.top9_button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 90%;
    padding: 25px 25px;
    color: #fff;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: #6B4E36;
    font-weight: bold;
    height: 55px;
}
.top9_line_button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 80%;
    padding: 25px 25px;
    color: #fff;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: #1DEF0E;
    font-weight: bold;
    height: 55px;
}

/*---------------------------
お問い合わせフォームCSS
--------------------------- */
.contact_title_block{
	margin: 0;
}
.contact_title {
    font-size: 28px;
}
.contact_title_text {
    font-size: 16px;
}
.contact_Content_block {
    margin: 0 10% 0 10%;
}
	
.contact_Content {
    margin: 8% 0 8% 0;
}
	
.Content1 {
    display: block;
}

.Content1_radio {
    display: flex;
    border: 1px solid;
    border-radius: 5px;
    margin: 3% 0% 3% 0;
    padding: 3% 1% 3% 1%;
    align-items: center;
	width: 100%;
}
	
	
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
}
