@charset "utf-8";
/* CSS Document */

/* Reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: top;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol {
	list-style-position:inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

html, body {
	width:100%;
}
html {
	
}
body {
	font-family:"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
@media all and (-ms-high-contrast: none) /* IE10・IE11対策 */ {
    .sample {
	font-family:"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-size:13px;
    }
}
a{
	color: #000;
	text-decoration: underline;
}
a:hover,
a:active {
	text-decoration: none;
}
a,
a:hover,
a:active {
	-webkit-transition: all .3s;
	transition: all .3s;
}
p {
	line-height:1.6em;
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */

/* PC */
body#pc {
	font-size:14px;
}
/* SP */
body#sp {
	font-size:1rem;
}

/*  header footer
-------------------------------*/
/* PC */
header {
	background: #5bb10c;
	width:100%;
}
h1 {
	color: #fff;
}
header {
	border-top: #674933 12px solid;
}
header p {
	padding: 20px 0;
	display: inline-block;
	margin-right: 8px;
}
header p.logo img {
	padding: 20px 0;
}
#pc header p:last-child {
	margin-right: 0;
}
#pc footer .company{
	background: none;
}
footer {
	background:#f2ead2;
	width: 100%;
}
footer .copyright {
	font-size: 12px;
	text-align: center;
	padding-top: 1em;
}
.inner {
	width:950px;
	margin:0 auto;
}

/* SP */
#sp header {
	border-top: #674933 .6em solid;
	position: fixed;
	top:0;
}
#sp header > div {
	float: right;
	text-align: right;
}
#sp header p {
	display: inline-block;
	padding: .4rem 2% .6rem 0;
	margin: 0;
}
#sp header .header-tel{
	width: 54%;
	max-width: 252px;
}
#sp header .header-mail{
	width: 18%;
	max-width: 84px;
}
#sp footer .copyright {
	padding: 2%;
	width: 84%;
	margin: 0 auto;
}

/* pc-nav
-------------------------------*/
#pc .is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
#pc nav{
	background: #f15a24;
}
#pc nav ul{
	display: block;
	width: 950px;
	height: 80px;
	margin: 0 auto;
}
#pc nav ul li{
	display:inline-block;
	margin: 10px 0;
}
#pc nav ul li a{
	display: block;
	text-indent: -9999px;
	background: url(../images/gnavi.png) no-repeat top;
	height: 60px;
	border-right: #fff 1px solid;
}
#pc nav ul li.menu_1 a{
	background-position: 0 0;
	width: 220px;
}   
#pc nav ul li.menu_2 a{ background-position: -224px 0px;
	width: 270px;
}  
#pc nav ul li.menu_3 a{ background-position: -466px 0px;
	width: 250px;
} 
#pc nav ul li.menu_4 a{ background-position: -708px 0px;
	width: 180px;
	border-right: none;
} 
#pc nav ul li.menu_1 a:hover{ background-position: 0 -60px; }   
#pc nav ul li.menu_2 a:hover{ background-position: -224px -60px; }  
#pc nav ul li.menu_3 a:hover{ background-position: -466px  -60px; } 
#pc nav ul li.menu_4 a:hover{ background-position: -708px  -60px; } 

/*  sp-global-nav
------------------------------*/
.sp-global-nav {
	display:block;
}
.sp-global-nav li {
	border-bottom:#fff 1px solid;
	height:60px;
}
.sp-global-nav li a,
.sp-global-nav li a:hover {
	color:#fff;
	text-decoration:none;
}
.sp-global-nav li a {
	background:url(../images/arrow-s-w.png) no-repeat center right;
	display:block;
	margin:0 1rem;
	line-height: 60px;
}

/* main
-------------------------------*/
/* PC */
#pc section{
	width: 100%;
	text-align: center;
}
#pc h2{
	background: #674933;
}
.keyvisual{
	background: url(../images/keyvisual_bg_pc.png) no-repeat top;
}
.case{
	background:#f2ead2;
}
.trouble{
	background: url(../images/nami_bg.png) repeat;
}
.whats{
	background:#f7f2e4;
}
#pc .whats h2,
#pc .impressions h2,
#pc .promise h2,
#pc .company h2{
	background: none;
}
.result{
	background:#f7f2e4;
}
#pc .result h2{
	background:#f7f2e4 url(../images/title-result_bg_pc.png) no-repeat top;
	padding-bottom: 24px;
}
#pc .ninibaikyaku {
	background:#edede9;
}
#pc .ninibaikyaku h2{
	background: url(../images/title-ninibaikyaku_bg_pc.png) repeat-x top;	
}
.impressions{
	background: url(../images/impressions_bg_pc.png) no-repeat top;	
}
#pc .promise{
	background:#f2ead2;	
}
#pc .promise .inner{
	width: 962px;
	padding-bottom: 50px;
}


/*kinoshita_20170512*/
#pc .benefit .text_box{
	background-color: #f2ead2;
	margin: 30px 0;
	padding: 30px 0;
}
#pc .benefit .text_area{
	width: 700px;
	padding: 30px 125px;
	margin: 0 auto;
	font-feature-settings: "palt";
	text-align: left;
	font-size: 17px;
	background-color: #fff;
}
#pc .benefit .text_area .img{
	text-align: center;
	padding-top: 50px;
}

.benefit .midashi_l{
	font-size: 40px;
	text-align: center;
	margin-bottom: 30px;
}
.benefit .midashi_m{
	font-size: 25px;
	margin-bottom: 20px;
	margin-top: 50px;
}
.benefit .line_f0d9d3{
	background-color: #f0d9d3;
}
.benefit .line_f2ead2{
	background-color: #f2ead2;
}
.benefit .weight800{
	font-weight: 800;
}
/*kokomade*/

.shadow {
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
	border-radius:10px;
	width: 950px;
	margin: 0 auto;
}
#pc .suffering{
	background:#e3e2e1 url(../images/suffering_bg_pc.png) no-repeat bottom;	
}
#pc .suffering .bar{
	background: url(../images/suffering_bar_bg_pc.png) no-repeat top;
}
.canyou{
	background: url(../images/canyou_bg_pc.png) no-repeat top;
}
#pc .choose{
	background: url(../images/choose_bg_pc.png) no-repeat top;
	background-attachment: fixed;
	padding-bottom: 50px;
}
#pc .company{
	background: url(../images/company_bg_pc.png) no-repeat top;
	padding-bottom: 40px;
}
#pc .company ul{
	background: #f2ead2;
	padding: 24px 0;
	margin:20px 0 25px;
}
#pc .company ul li{
	border-right: #000 1px solid;
	display: inline-block;
	padding:0 30px;
}
#pc .company ul li:last-child{
	border-right: none;
}
#pc .company table{
	text-align: left;
	border-collapse: collapse;
	width: 840px;
	margin: 0 auto 60px;
	padding-bottom: 40px;
}
#pc .company table th{
	font-weight: bold;
	text-align: left;
	width: 100px;
	padding:16px 0;
}
#pc .company table td{
	width: 290px;
	padding-right: 30px;
}
#pc .company table th.right{
	border-left: #666 1px solid;
	padding-left: 30px;
}
#pc .company table td.right{
	padding-right: 0;
}
#pc .qanda{
	padding: 40px 0 60px;
}
#pc .qanda > .inner{
	padding-bottom: 20px;
	background: #f2f2f2;	
}
#pc .qanda table{
	border-collapse: collapse;
	width: 950px;
	text-align: left;
}
#pc .qanda table td{
	vertical-align: middle;
	padding: 0 20px 30px;
	line-height: 1.6em;
}
#pc .qanda .left{
	float: left;
}
#pc .flow{
	background: #f2ead2;
	padding-bottom: 60px;
}
#pc .attention{
	background: url(../images/attention_bg_pc.png) no-repeat top;
	background-attachment: fixed;
	padding-bottom: 60px;
	font-size: 17px;
}
#pc .attention > .inner{
	text-align: left;
}
.form{
	background: #f2ead2;
}
.future{
	background: url(../images/future_bg_pc.png) no-repeat top;	
}
#pc .future h2{
	background:url(../images/title-result_bg_pc.png) no-repeat top;
	padding-bottom: 24px;
}

/* SP */
#sp section{
	width: 100%;
	text-align: left;
}
#sp .contents-header{
	background: #5bb10c;
	overflow: hidden;
}
#sp h1 {
	font-size: .6rem;
	margin-bottom:.4rem;
	padding:0 2%;
	text-align: right;
}
#sp .contents-header p{
	padding:.4rem 2% 0 4rem;
	margin-bottom: .4rem;
}
#conversion{
	width: 100%;
	background: #e8edce;
	overflow: hidden;
	padding: 1rem 0 .4rem;
	margin-bottom: 1rem;
}
#conversion a{
	display: block;
	width: 92%;
	margin: 0 auto .6rem;
}
#sp .movie {
	width: 100%;
	text-align: center;
}
#sp strong{
	font-weight: bold;
}
#sp strong.red{
	color: #c1272d;
	font-weight: normal;
}
#sp .ninibaikyaku{
	color:#674933;
	font-feature-settings: "palt";
}
#sp .ninibaikyaku > div{
	color:#333;
	width: 92%;
	margin: 0 auto;
}
#sp .ninibaikyaku p{
	margin-bottom: 1rem;	
}
#sp .ninibaikyaku strong{
	font-weight: bold;
	font-size: 1.2rem;
}
#sp .promise > div{
	background: url(../images/promise_five_bg_sp.png) repeat-y center;
	background-size:100% auto; 
}
#sp .promise > div > p{
	width: 84%;
	margin: 0 auto 1rem;
}
#sp .promise strong{
	color: #fa5d4b;
	font-weight: bold;
}
#sp .profile{
	color:#333;
	width: 92%;
	margin: 0 auto;
}
#sp .profile p{
	margin-bottom: 1rem;
}
#sp .profile strong{
	display: block;
	font-size: 1.6rem;
	line-height: 2rem;
	padding-top: 1rem;
	margin-bottom: 1rem;
}
#sp .profile .license{
	border-top: #333 1px solid;
	border-bottom: #333 1px solid;
	font-size: 0.8rem;
	padding: 1rem;
}
#sp .sixway {
	padding-bottom: 1rem;
}
#sp .sixway > p,
#sp .sixway .merit,
#sp .sixway .demerit{
	width: 92%;
	padding-bottom: 1.4rem;
	margin: 0 auto;
	line-height: 1.4rem;
}
#sp .sixway .merit{
	background: url(../images/sixway-maru_sp.png) no-repeat center;
	background-size:100% auto; 
}
#sp .sixway .demerit{
	background: url(../images/sixway-batsu_sp.png) no-repeat center;
	background-size:100% auto; 
	border-bottom:#333 1px solid;
}
#sp .sixway .demerit:last-child{
	border-bottom: none;
}
#sp .sixway ul{
	padding-top: 1rem;
}
#sp .choose p{
	width: 92%;
	margin: 0 auto 1.4rem;;
}
#sp .demerit > div > p{
	width: 92%;
	margin: 0 auto 1rem;
}
#sp .company > p{
	width: 92%;
	margin: 0 auto 1rem;
}
#sp .company ul {
	background: #f2ead2;
}
#sp .company ul,
#sp .company table{
	padding: 1rem;
}
#sp .company table th{
	width: 36%;
	font-weight: bold;
}
#sp .qanda{
	background: #f2f2f2;
	margin-bottom: 1rem;
}
#sp .qanda table{
	width: 92%;
	margin: 0 auto 1rem;
}
#sp .qanda table td{
	padding-bottom: 1rem;
	line-height: 1.4rem;
}
#sp .qanda table td img.right{
	float: right;
	max-width: 150px;
    width: 40%;
}
#sp .flow{
	background: #f2ead2;
	margin-bottom: 1rem;
}
#sp .flow > div{
	margin-top:1rem;
	background: url(../images/flow_bg_sp.png) repeat-y center;
	background-size: 100% auto;
}
#sp .flow > div > p{
	width: 84%;
	margin: 0 auto;
}
#sp .attention{
	background: url(../images/attention_bg_sp.png) no-repeat bottom;
	background-size: 100% auto;
}
#sp .attention p{
	width: 92%;
	margin: 0 auto 1rem;
}
#sp .attention p.name{
	padding:2rem 0 4rem;
}
#sp small {
	display: block;
	line-height: 1.4rem;
	width: 92%;
	margin: 0 auto;
}

/* contact
-------------------------------*/
#pc section.form{
	padding: 100px 0;
	position: relative;
}
#pc section.form h2{
	position: absolute;
	top:80px;
	z-index: 1;
	background: none;
	width: 950px;
	margin: 0 auto;
}
#sp section.form{
	padding: 4rem 0;
	position: relative;
}
#sp section.form h2{
	position: absolute;
	top:3rem;
	z-index: 1;
	background: none;
	width: 100%;
}

/*  floating
------------------------------*/
#floating {
    position: relative;
    z-index: 100;
}
#floating #contact {
    position: fixed;
	bottom: 0;
	right: 0;
}
#floating #pagetop {
    position: fixed;
    bottom: 165px;
    right: 25px;
	padding: 10px 12px;
  	width: 36px;
	height: 40px;
	border-radius: 30px;
    background: rgba(0,0,0,.4);
}
#sp	#floating #pagetop {
    bottom: 25px;
	width: 21px;
	height: 24px;
}

/* ------------------------------
    thanks - responsive
------------------------------*/
#thanks section{
	background: #f2ead2;
	padding: 80px 0;
	text-align: center;
}
#thanks div.message{
	margin : 0 auto 100px;
	padding : 80px 0;
	border : 3px solid #42210b;
	border-radius : 10px;
}
#thanks div.message p{
	line-height: 3em;
}
#thanks ul {
    background: #fff;
    margin: 20px 0 25px;
    padding: 24px 0;
}
#thanks ul li {
    border-right: 1px solid #000;
    display: inline-block;
    padding: 0 30px;
}
#thanks ul li:last-child {
    border-right: medium none;
}

/* --responsive------------------------------------------- */

@media screen and (max-width : 950px){
#thanks .inner {
	width: 92%;
	margin: 0 auto;
}
#thanks header {
	border-top: #674933 .6em solid;
}
#thanks header p {
	display: inline-block;
	padding: .4rem 2% .6rem;
}
#thanks header p.logo img {
	width: 100%;
	height: auto;
}
#thanks section{
	padding: 6rem 0;
}
#thanks div.message{
	margin : 0 auto 12rem;
	width : 82%;
	padding : 4rem 5%;
}
#thanks ul {
	width : 92%;
	margin : 1rem auto 2rem;
}
}

@media screen and (max-width : 480px){
#thanks section{
	padding: 4rem 0;
}
#thanks div.message{
	margin : 0 auto 4rem;
	padding : 4rem 5%;
}
#thanks div.message p{
	line-height: 1.6em;
}
#thanks ul {
	margin : 0 auto;
}
}

@media screen and (max-width : 480px){
#thanks section{
	padding: 2rem 0;
}
#thanks div.message{
	margin : 0 auto 2rem;
	padding : 2rem 5%;
}
}
