@charset "utf-8";

/*共通*/
/*下層ページ*/
.lower_kv {
	width: 100%;
    background-color: #635356;
    padding: 120px 0 50px 0;
}
h4 {
    text-align: center;
    font-size: 24px;
    color: #fff;
}
ul.allsample_list li{
	width: 32%;
	float: left;
	display: inline-block;
	margin: 0 1em 3em 0;
}
ul.allsample_list li:nth-child(3){
	margin-right: 0;
}
ul.allsample_list li:nth-child(6){
	margin-right: 0;
}
ul.allsample_list li:nth-child(9){
	margin-right: 0;
}
ul.allsample_list li:nth-child(12){
	margin-right: 0;
}
h6 {
    /* background-color: #f5f5f5; */
    /* text-align: center; */
    font-size: 18px;
    padding: 5px 0;
    color: #635356;
    font-weight: bold;
}
.allsample_wrap {
    margin: 4em 0 0 0;
}
p.big_tit {
    text-align: center;
    font-size: 21px;
    padding: 10px 0;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 1em;
	font-weight: bold;
    color: #343434;
}
.sample_img {
    width: 45%;
    float: left;
    display: inline-block;
}
.sample_text {
    width: 50%;
    float: right;
    display: inline-block;
}
ul.another_img.cf {
    margin-top: 2em;
}
ul.another_img.cf li{
	width: 32%;
	float: left;
	display: inline-block;
	margin-right: 1%;
	margin-bottom: 1%;
}
ul.another_img.cf li:nth-child(3){
	margin-right: 0;
}
ul.another_img.cf li:nth-child(6){
	margin-right: 0;
}
.sample_text dl {
    display: flex;
    border-bottom: 1px solid #eee;
}
.sample_text dl dt {
    width: 30%;
    background-color: #f5f5f5;
    padding: 10px;
    font-weight: bold;
    color: #343434;
}
.sample_text dl dd{
padding: 10px;	
	width: 70%;
}  
dl.di_boder {
    border-top: 1px solid #eee;
}
/*---------------------------------
レタッチ加工
---------------------------------*/
.before {
    width: 48%;
    float: left;
    display: inline-block;
}
.after {
    width: 48%;
    float: right;
    display: inline-block;
}
p.ba_tit {
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
    color: #fff;
    background-color: #6d5c5f;
    margin-top: 5px;
    text-align: center;
}
.beforeafter.cf {
    margin: 2em 0;
}
.raw_deta {
    width: 30%;
    margin: 1em auto 0;
}
ul.retouch_list.cf {
    margin: 3em 0 0 0;
}
ul.retouch_list.cf li{
	width: 30%;
	float: left;
	display: inline-block;
	margin-right: 3.5em;
}
ul.retouch_list.cf li:nth-child(3){
	margin-right: 0;
}
/*---------------------------------
会社概要
---------------------------------*/
dl.company {
    display: flex;
	width: 70%;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}
dl.company dt {
    color: #635356;
    font-weight: bold;
    width: 20%;
}
dl.company dd a{
	text-decoration: underline;
	color: #635356;
}
/*---------------------------------
プライバシーポリシー
---------------------------------*/
.page-intro-text {
    line-height: 1.5;
    margin: 1em 0 3em 0;
    text-align: center;
}
.privacy-policy-list-item dt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #635356;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.2em;
    font-weight: bold;
}
.privacy-policy-list-item dt::before {
    background: url("../../privacy/img/privacy.png") no-repeat center center/contain;
    content: '';
    display: block;
    height: 20px;
    margin-right: 5px;
    width: 11px;
}
.privacy-policy-list-item dd {
    margin-top: 15px;
}
.privacy-policy-list-item + .privacy-policy-list-item {
    margin-top: 60px;
}
/*---------------------------------
よくある質問
---------------------------------*/
dl.question {
    margin-bottom: 2em;
	display: flex;
	font-size: 16px;
}
dl.answer {
    margin-bottom: 4em;
	display: flex;
	font-size: 16px;
}
span.q {
    background-color: #635356;
    color: #fff;
    padding: 10px;
    font-size: 21px;
    margin-right: 15px;
}
span.a {
	border: 1px solid #635356;
    color: #635356;
    padding: 10px;
    font-size: 21px;
    margin-right: 15px;
}

dd.q1 a{
	text-decoration: underline;
	color:#635356;
}
/*---------------------------------
私たちとは
---------------------------------*/
.aboutus_wrap.cf {
    margin: 4em 0 ;
}
.us_left {
    width: 65%;
    float: left;
    display: inline-block;
}
.us_right {
    width: 30%;
    float: right;
    display: inline-block;
    margin: 4em 0 0 0;
}
p.us_tit {
    font-size: 24px;
    color: #635356;
    font-weight: bold;
}
ul.proble_list.cf li {
    width: 49%;
    float: left;
    display: inline-block;
    margin: 0 1% 1% 0;
    height: 180px;
    background-image: url(../../aboutus/img/user.png);
    background-repeat: no-repeat;
    background-position: right 10% bottom;
    background-size: 30px auto;
}
ul.proble_list.cf li:nth-child(2){
	margin-right: 0;
}
ul.proble_list.cf li:nth-child(4){
	margin-right: 0;
}
.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 40px 5px;
  width: 95%;
  color: #555;
  font-size: 16px;
  background: #eee;
	border-radius: 5px
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 10%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #eee;
}

.balloon p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #635356;
}
p.problem_tit {
    width: 100%;
    text-align: center;
    padding: 40px 0;
    background-color: #635356;
    font-size: 24px;
    color: #fff;
}
ul.hope_list.cf li{
width: 23.5%;
	float: left;
	display: inline-block;
	margin-right: 2%;
	
}
ul.hope_list.cf li:last-child{
	margin-right: 0;
}
ul.hope_list.cf {
   margin: 3em 0 5em 0;
}
p.hope_text {
    font-size: 16px;
}
ul.proble_list.cf {
    margin-bottom: 6em;
	margin-top: 1em;
}
.morethan {
    width: 100%;
    max-width: 922px;
    margin: 2em auto;
}
.cost2 {
    width: 100%;
    padding: 0 0 6em 0;
    background-color: #635356;
}
dl.cost_check {
    color: #fff;
    margin-bottom: 1em;
    border-bottom: 1px solid #6b6163;
    padding: 10px 0;
}
dl.cost_check dt{
	font-size: 16px;
	font-weight: bold;
}
p.problem_tit2 {
    text-align: center;
    margin: 4em 0 0 0;
    font-size: 30px;
    color: #635356;
    font-weight: bold;
}
/*---------------------------------
打ち合わせ内容
---------------------------------*/
.meeting_left {
    width: 35%;
    float: left;
    display: inline-block;
}
.meeting_right {
    width: 65%;
    float: right;
    display: inline-block;
}
ul.meeting_photo li{
	width: 32%;
	float: left;
	display: inline-block;
	margin-right: 1%;
	
}
ul.meeting_photo li:last-child{
	margin-right: 0;
}
p.number {
    width: 80px;
    height: 80px;
    background-color: #635356;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
}
p.meeting_tit {
    font-size: 24px;
    font-weight: bold;
	color: #635356;
margin-top: 1em;}
p.meeting_ex {
    font-size: 16px;
    font-weight: bold;
}
.meeting {
    margin: 4em 0;
}
p.meeting_detail {
    margin-top: 1em;
}
/*---------------------------------
ご利用の流れ
---------------------------------*/
.flow_wrap {
    margin: 4em 0;
}
dl.flow {
    display: flex;
    border-bottom: 2px solid #eee;
    margin-bottom: 3em;
    padding: 30px 0;
}
dl.flow dt {
    font-size: 21px;
    width: 25%;
    font-weight: bold;
	color: #635356;
}
dl.flow dd{
	width: 70%;
}
dl.flow dd a{
	text-decoration: underline;
	color: #635356;
}
.campaign {
    margin: 2em 0;
}
/*---------------------------------
お問い合わせ
---------------------------------*/
/*.contact-form dl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contact-form dt {
    display: block;
    padding-top: 20px;
    width: 140px;
}
.contact-form dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
}
.contact-form dt .required {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #94131e;
    border-radius: 1.2rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1rem;
    height: 2.4rem;
    justify-content: center;
    letter-spacing: 0.2em;
    margin-left: 1rem;
    width: 5rem;
}*/
p.contactform_text {
    text-align: center;
    margin: 2% 0;
    font-size: 14px;
    color: #343434;
}
dl.form_dl {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
}
dl.form_dl dt {
    width: 15%;
    display: inline-block;
    padding-top: 10px;
}
dl.form_dl dd {
    width: 80%;
    display: inline-block;
}
.req {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #00a9e0;
    border-radius: 1.2rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 1.5rem;
    justify-content: center;
    letter-spacing: 0.2em;
    width: 3rem;
}
/*input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 20px 15px;
    margin: 10px 10px 30px 0px;
    background-color: #f5f6f7;
    border: 1px solid #ccc;
}*/
input[type="checkbox"] {
    margin-right: 10px;
    height: 30px;
    width: 30px;
}
span.wpcf7-list-item-label {
    font-weight: initial;
    position: absolute;
    width: 250px;
    top: 4%;
}
input[type="submit"] {
    background-color: #00a9e0;
    border: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    padding: 1.2em 2em;
    text-shadow: none;
    width: 30%;
    margin: 0 auto 1em;
	border-radius: 50px;
}
.wpcf7-response-output {
    font-size: 18px;
    margin: 1em 0;
    color: red;
    font-weight: bold;
}
/*label {
    color: #343434;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em;
    font-size: 16px;
    position: relative;
}*/
.form_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
p.rink_privacy {
    margin: 2em 0;
}
p.rink_privacy a{
	color: #00a0e9;
	text-decoration: underline;
}
.screen-reader-response {
    color: red;
    margin-bottom: 10px;
}
/* ■02.横幅1200px以上（PC用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:1000px) and (max-width:1200px) {
    /* ▼PC用================================================================== */
	
    /* ▲PC用================================================================== */
}

/* ■03.横幅768px以上、1299px以下（Tab用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:1000px) {
    /* ▼Tab用================================================================= */
	
	
	
    /* ▲Tab用================================================================= */
}

/* ■05.横幅767px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:768px) {
    /* ▼SP用================================================================ */
.lower_kv {
    width: 100%;
    background-color: #635356;
    padding: 40px 0;
}
	.allsample_wrap {
    margin: 1em 0 0 0;
}
	ul.allsample_list li {
    width: 100%;
    float: none;
    display: block;
    margin: 0 0 3em 0;
}
	p.big_tit {
		font-size: 18px;}
.sample_img {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 1em;
}
	.sample_text {
    width: 100%;
    float: none;
    display: block;
}
	ul.another_img.cf li {
		width: 49%;}
	ul.another_img.cf li:nth-child(3) {
    margin-right: 1%;
}
	.raw_deta {
    width: 50%;
    margin: 1em auto 0;
}
	ul.retouch_list.cf li {
    width: 48%;
    float: left;
    display: inline-block;
    margin-right: 10px;
}
	ul.retouch_list.cf li:nth-child(2){
		margin-right: 0;
		margin-bottom: 3em;
	}
	p.ba_tit {
		font-size: 12px;}
	dl.company {
    display: block;
		width: 100%;}
dl.company {
    display: block;
	width: 100%;}
	span.q{
		font-size: 18px;
	}
	span.a{
			font-size: 18px;	
	}
	.us_left {
    width: 100%;
    float: none;
    display: block;
}
	.us_right {
    width: 100%;
    float: none;
    display: block;
    margin: 4em 0 0 0;
}
	ul.proble_list.cf li {
    width: 100%;
    float: none;
    display: block;
    margin: 0 1% 1% 0;
    height: 180px;
    background-image: url(../../aboutus/img/user.png);
    background-repeat: no-repeat;
    background-position: right 10% bottom;
    background-size: 30px auto;
}
	.balloon p {
		font-size: 14px;}
p.problem_tit {
	font-size: 18px;}
ul.hope_list.cf li {
    width: 48%;
    float: left;
    display: inline-block;
    margin-right: 4%;
    height: 280px;
}
	ul.hope_list.cf li:nth-child(2){
		margin-right: 0;
	}
	p.us_tit {
		font-size: 21px;}
.meeting_left {
    width: 100%;
    float: none;
    display: block;
}
	p.number {
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
}
	p.meeting_tit {
    font-size: 21px;
    margin-top: 10px;
}
	.meeting_right {
    width: 100%;
    float: none;
    display: block;
    margin-top: 20px;
}
	.meeting {
    margin: 2em 0 4em 0;
}
	.flow_wrap {
    margin: 2em 0;
}
	dl.flow {
    display: block;
    margin-bottom: 2em;
    padding: 10px 0;
}
	dl.flow dt {
    font-size: 18px;
		width: 100%;}
	dl.flow dd {
    width: 100%;
}
	p.problem_tit2 {
		font-size: 21px;}
	h4 {
    font-size: 21px;
}
	dl.company dt {
    width: 100%;
}
    /* ▲SP用================================================================ */
}
/* ■04.横幅0px以上、320px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:360px) {
    /* ▲SP横用================================================================ */
}
