@charset "utf-8";

/*===============================================
tablet
===============================================*/        
@media (min-width: 751px) and (max-width: 1250px) {     
#header .hdr_pc .hdr_right nav li a {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    display: block;
    padding: 25.3px 10px;
    transition: .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
}       


/*===============================================
●common_sp.css  画面の横幅が750px以下
===============================================*/
@media print , screen and (max-width : 750px ){

/*--------------------------------------------
		サイト基本設定
--------------------------------------------*/

body,html {
	max-width: 750px;
    height: 100%;
	color:#333;
    font-size: 15px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: normal;
    line-height: 1.6;
	-webkit-text-size-adjust: 100%;
    display: block;
}
a {
	color:#555;
	text-decoration:none;
	display:inline-block;
}
img {
	border: 0;
	max-width:100%;
	height:auto
}
.for_pc {
	display:none !important;
}
.last {
	margin-bottom:0 !important;
}

/*--------------------------------------------
		header / ヘッダー
--------------------------------------------*/

#header {
    width: 100%;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 10;
    box-sizing: border-box;
    padding: 15px;
}
#header .logo {
    width: 70%;
}
#header .logo img {
    width: 100%;
}

/*--------------------------------------------
		Footer / フッター
--------------------------------------------*/

#footer {
	width: 100%;
	text-align: center;
}
#footer .company {
    background: #feb88c;
    padding: 5% 0;
}
#footer .company a {
	color: #fff;
	font-size: 18px;
	text-decoration: underline;
}
#footer .copyright {
	color: #fff;
    font-size: 13px;
    background: #CA2922;
    padding: 8px 0;
}

/*-------------------------------------
	ファーストビュー
--------------------------------------*/

#mainimage {
    padding-top: 100px;
	background: url(../Images/firstview_re.jpg) no-repeat;
}
#mainimage img {
    width:100%;
}
.for_sp {
    display: block;
}

/*-------------------------------------
	コンテンツ
--------------------------------------*/

/*--　共通CSS　--*/

#contents .inner {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 5%;
}
#contents h2 {
    font-size: 5.6vw;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    color: #000;
}
#contents h2 span {
    color: #b10605;
    font-size: 4vw;
    font-weight: normal;
    letter-spacing: 0.3em;
    line-height: 1;
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
}
#contents h2 span:before {
    left: 0;
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
}
#contents h2 span:after {
    right: 4px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
#contents h2 span:before, #contents h2 span:after {
    content: '';
    position: relative;
    display: inline-block;
    width: 29px;
    height: 2px;
    background-color: #fe7b37;
    top: -3px;
}

#contents h2.white {
    color: #fcf9ea;
}
#contents h2.white span {
    color: #fcf9ea;
}
#contents h2.white span:before, #contents h2.white span:after {
    background-color: #fff;
}
#contents h2.cream {
    color: #fcf9ea;
}
#contents h2.cream span {
    color: #fcf9ea;
}
#contents h2.cream span:before, #contents h2.cream span:after {
    background-color: #fcf9ea;
}
#contents h2.green {
    color: #000;
}
#contents h2.green span {
    color: #b10605;
}
#contents h2.green span:before, #contents h2.green span:after {
    background-color: #fe6300;
}
#contents h2.black {
    color: #333333;
}

/*--　お問合せ誘導　--*/
.contact {
    text-align: center;
    background: #fcf9ea;
}

.contact p.note {
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 2px;
}


.contact .btn {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 900;
    font-size: 1.3em;
    text-align: center;
    padding: 25px 22px;
    background: #CA2922;
    -moz-box-shadow: 0px 7px 0px 0px #B26B15;
    -moz-border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-bottom: solid 6px #8c1a15;
    border-radius: 8px;
}
.contact .btn:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.action img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--　一度ご相談ください　--*/
#problem .sec_inner {
    padding:20px 0%;
}
#problem {
    background: url(../Images/trouble_bg.jpg) center no-repeat;
    background-size: cover;
}

#problem .main_txt{
    color: #fff;
    width: 100%;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    background: #ca2822;
    display: inline-block;
    position: relative;
    padding: 20px 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
#problem .main_txt:before{
    content: "";
    border: 10px solid transparent;
    border-top: 17px solid #ca2822;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
}

#problem dl dt {
    font-size: 4.7vw;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 10px;
}

#problem dl dd li {
    font-size: 4.5vw;
    background: url(../Images/problem_icon.png) left no-repeat;
    background-size: 20px;
    padding-left: 26px;
    margin-bottom: 17px;
    border-bottom: solid 1px #b0adad;
}
#problem dl dd li:last-child {
    margin-bottom: 0;
}

.break_sp {
    display: block;
}

/*--solution-pr--*/
.solution_pr {
    display: flex;
    align-items: center;
    background: #f3f3f3;
    text-align: center;
    padding: 40px 0 0;
}

.solution_inner {
    width: 100%;
    display: block;
}

.solution_pr h3 {
    font-size: 21px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #CA2922;
    padding: 15px 10px 10px;
    margin: 0 8px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,.16);
    position: relative;
}

.solution_pr h3:before {
    content: "";
    border: 10px solid transparent;
    border-top: 17px solid #CA2922;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
}

.solution_pr h3 span {
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
}

.solution_pr h3 span:before {
    left: 0;
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
}

.solution_pr h3 span:before {
    right: 4px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.solution_img {
    margin-right: -100px;
    margin-left: -150px;
    margin-top: -15px;
}

/*--　サービス特徴　--*/
#service {
    background:#b10605;
}
#service .sec_inner {
    text-align: center; 
}
#service ul.service_icon li{
    color: #fff;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    padding: 0 8px;
}
#service ul.service_content dt{
    font-size: 5vw;
    color: #000
    font-weight: bold;
    margin-top: 10px;
}
#service ul.service_content dd{
    text-align: left;
}
#service ul.service_content dd.img{
        text-align: center;
        padding: 20px 0;
    }
#service ul.service_icon li img{
    margin-bottom: 10px;
}
#service ul.service_icon li p{
    margin-bottom: 30px;
}
.service_img {
    width: 120px;
}
#service ul.service_content li{
    background: #f3f3f3;
    box-sizing: border-box;
    padding: 30px 30px;
    margin-bottom: 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
}
#service ul.service_content li:nth-child(2n){
    margin-right: 0;
}
#service ul.service_content li:nth-child(n+3){
    margin-top: 40px;
}
.stress {
    font-weight: bold;
    color: #b10605;
}


/*--　お悩み相談カテゴリ　--*/

section#category {
    background: url(../Images/category_bg.jpg) center no-repeat;
    background-size: cover;
}

#category ul.clr li{
    background: #fff;
    float: left;
    width: 320px;
    height: 70px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 40px;
    color: #ff6e12;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 8px 8px #757575;
}
#category ul.clr li.pc2{
    padding-top: 6px;
}

.break_pc {
    display: none;
}
section#category {
    background: url(../Images/category_bg.jpg) center no-repeat;
    background-size: cover;
}
#category ul.sec_inner {
    width: 1000px;
}
.support_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.support_list ul li {
    background: #fff;
    margin-left: 10px;
    margin-right: 10px;
}
.category_list {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 10px;
}
.category_list img {
    width: 100%;
}
.support_list .title {
    margin: 15px 6px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #FE7B37;
}
.support_list .list_dot01 li {
    font-size: 14px;
    padding: 0 18px 0 10px;
}
.list_dot01 {
    padding-bottom: 10px;
}
#category ul.clr li{
    background: #fff;
    float: left;
    width: 310px;
    height: 93px;
    margin-right: 30px;
    box-sizing: border-box;
    padding: 30px 40px;
    color: #ff6e12;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 8px 8px #757575;
}
#category ul.clr li:nth-child(3n){
    margin-right: 0;
}
#category ul.clr li:nth-child(n+7){
    margin-bottom: 0;
}
#category ul.clr li.pc2{
    padding-top: 20px;
}
.check-mark {
    color: #fe6300;
}




/*--　お悩みご相談事例　--*/

#example {
    background: url(../Images/example_bg.jpg) center repeat;
    background-size: cover;
}
#example h3{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
#example li {
    margin-bottom: 20px;
}
#example li:last-child {
    margin-bottom: 10px;
}
#example li .imgArea img {
    width: 100%;
}
#example li .tArea {
    color: #fff;
    background: rgba(202, 41, 34, 0.8);
    box-sizing: border-box;
    padding: 20px 10px;
}
#example li .tArea h3 {
    font-size: 5vw;
    text-align: center;
    line-height: 1.3;
}
#example li .tArea h3 span {
    color: #08ffc8;
}
#example li .tArea h3 span.big {
    font-size:40px;
}
#example li .tArea dl {

}
#example li .tArea dl dt {
    text-align: center;
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
    padding: 8px 0;
    margin: 10px 0 20px;
}


/*--相談員ご紹介--*/
section#member {
    background: url(../Images/member_bg.jpg) center no-repeat;
    background-size: cover;
}
#member ul.sec_inner {
    margin: 0 auto;
}

#member .member_intro p {
    font-size: 18px;
    background: #fff;
    text-align: left;
    line-height: 1.7;
}
#member .imgArea {
    width: 160px;
}
#member .member_intro li {
    float: left;
    margin-right: 8px;
    margin-bottom: 20px;
}

#member .member_intro li:nth-child(2n) {
    margin-right: 0px;
}
#member .tArea dl:li:nth-child(4){
    height: 230px;
}
@media print, screen and (max-width:750px) {
#member .member_intro li {
	width: 100%;
	margin-bottom: 20px;
}
#member .member_intro li .tArea {
	width: 100%;
	height: auto;
	background-color: #CA2922;
	padding: 25px;
	box-sizing: border-box;
	color: #fff;
}
#member .imgArea{
width:100%;
}
#member .imgArea img{
width:100%;
}
}

#member .member_intro li .tArea dt {
    border-bottom: 2px solid #fcf9ea;
    font-weight: bold;
    color: #fff;
    font-size: 5vw;
    text-align: center;
    padding-bottom: 0px;
}
#member .member_intro li .tArea dd {
    font-size: 3.6vw;
    text-align: left;
    padding-top: 5px;
}
/*--価格設定--*/
section#cost {
    background: #ca2922;
    background-size: cover;
}
#cost .sec_inner {
    background: #FCF9EA;
    padding: 20px;
    text-align: center;
}
#cost dl {
    font-weight: bold;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}
#cost dl dt {
    color: #FE7B37;
    font-size: 4.6vw;
    line-height: 1.7;
    margin-bottom: 20px;
}
#cost dl dd {
    font-size: 110px;
    line-height: 1;
}
#cost dl dd {
    font-size: 8vw;
    line-height: 1;
}
#cost p {
    font-size: 3vw;
    line-height: 0.8;
   margin-bottom: 20px;
    margin-top: 20px;
}
#cost .num {
    font-size: 9.8vw;
    color: #FE7B37;
}
#cost dl:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    display: inline-block;
    width: 160px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #FE7B37;
}

/*よくある質問*/
#faq {
    background: url(../Images/example_bg.jpg) center repeat;
    background-size: cover;
    padding: 85px 0 90px;
}

.answer {
    display: flex;
}
.answer p {
    margin-top: 5px;
}
.qa {
    width: 100%;
}

.white-background {
    background-color: #ca2922;
    
}

.white-background p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 10px 10px;
    margin-bottom: 16px;
    line-height: 1.5em;
    display: flex;
}

.bigsize {
    font-size: 21px;
    margin-right: 12px;
}

.pdd {
    padding: 0;
}

.qa_container {
    padding-bottom: 30px;
}

.icon-a {
    color: #ca2922;
    font-weight: bold;
    padding-left: 12px;
}

}

.price_txt{
	color: #FE7B37;
    font-size: 24px;
	font-weight: bold;
	text-align: center;
    line-height: 1.7;
    margin-bottom: 25px;
}
.price_border{
border:1px solid #000!important;
}
@media print, screen and (max-width: 768px){
.price_txt {
	font-size: 16px;
	color:#000!important;
}
}
.price_txt:last-child{
	margin-top: 25px;
}

.price_border{
	border: solid 2px #FE7B37;
	width: 50%;
	height: 0;
}

.price_table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  table-layout: fixed;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media print, screen and (max-width: 768px){
.price_table {
	width: 100%;
}
}

.price_table tr {
  background-color: #fff;
  padding: .35em;
  border: 2px solid #eee;
}
.price_table tr:last-child{
  border: none;
}
.price_table thead th{
  padding: 1.3em;
  border-right: 2px solid #fff;
}

.price_table th{
/*  padding: 2em;*/
  border-right: 2px solid #fff;
}
@media print, screen and (max-width: 768px){
	.price_table th{
  padding: 2.5em;
}
}
.price_table td {
  padding: 2em .5em;
  border-right: 2px solid #eee;
  text-align: center;
}
.price_table th {
  font-size: .85em;
}
.price_table thead tr{
  background-color: #ca2922;
  color:#fff;
}
.price_table tbody th {
    border-right: 2px solid #eee;
}
.price_table th.non {
    border-right: none;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
  color: #000;
  font-weight: bold;
  font-size:1.3em
}
.price span {
    font-size: .6em;
}
.red_bk{
  background:#e81010;
}
@media print, screen and (max-width: 768px){
.price_table tbody {
	font-size: 0.3em;
}
.spnav_contact{
	background-color: #FE8600!important;
}
}

.price_color:hover {
    background-color: rgba(202,42,34,0.3);
}

@media screen and (max-width: 600px) {
  .price_wrap{
     overflow-x: scroll;
  }
}

@media print, screen and (max-width:750px) {
.timeline__circle {
	background-color: #fff;
	border-radius: 4px;
	border:2px solid #b10605;
	width: 96%;
	text-align: center;
	padding: 2%;
	margin-bottom: 4%;
	z-index: 99;
	font-weight:bold;
}
.timeline__title {
	width:100%;
	font-weight:bold;
}
.cat_mv{
margin-top:6%;
}
}