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

@import url(sanitize.css);

html,
html * {

font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	
/*	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";*/
	
/*	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;*/
	
}

p {
	margin: 0;
}

h1 {
	margin: 0;
	padding: 0px;
	font-weight: normal;
}

h2 {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
}


.headerline{
	height: 5px;
	background-color: #F29E00;
}

.sp-manu{
	padding: 10px;
	float: right;
}

.sitetitle_box{
	margin: 0px;
	padding: 10px;
}

.sitetitle_box p {
	padding-top: 5px;
	padding-bottom: 5px;
}

.sitetitle {
	padding: 0px;
	font-size: 16px;
	line-height: 16px;
	font-family: "Ryumin Bold KL",sans-serif;
	color:#704700;
}

.sitetitle_small {
	font-size: 10px;
	line-height: 10px;
	display: block;
	height: 35px;
}


.sitetitle-orage {
	padding: 0px;
	font-size: 16px;
	line-height: 16px;
	font-family: "Ryumin Bold KL",sans-serif;
	color:#F29E00;
}

.inlineblock {
	padding: 0px;
	color:#704700;
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	font-family: "Ryumin Bold KL",sans-serif;
}
	
.sitecaption {
	color: #9B9B9B;
	font-size: 14px;
	line-height: 14px;
	margin-top: 5px;
	margin-left: 10px;
	//background-color: greenyellow;
}

.title_hidden {
	display: block;
}

.title_forpc {
	display: none;
}


.style-nav {
	display: none;
}


.pagetitle_box {
	background-color: #FFED9B;
	padding: 10px;
}

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



.hero_box {
	position: relative;
}

.hero_img {
	width: 100%;
	max-width: 600px;
}

.hero_area_row {
	display: flex;
	flex-flow: column wrap;
	background-color:#EEE3D7;
	border: dotted #F4A800 1px;
}

.hero_name1 {
	position: absolute;
	top: 78%;
	left: 3%;
	font-size: 10px;
	font-weight: normal;
	color: rgb(50, 50, 50);
}

.hero_name2 {
	position: absolute;
	top: 85%;
	left: 3%;
	font-size: 14px;
	font-weight: normal;
	color: rgb(50, 50, 50);
	
}

.hero_comment_box {
	margin: auto;
	//margin-top: 20px;
	padding: 18px 10px;
	//background-color: #fff;
	//width: 85%;
	//max-width: 350px;
	//border: 1px dotted #C6C6C6;
	//border-radius: 15px;
}

.hero_comment1 {
	font-size: 16px;
	color: #704700;
}

.hero_comment2 {
	font-size: 20px;
	color: #704700;
}

.section_comment {
	font-size: 14px;
	margin: auto;
	padding: 20px;
	text-align: center;
}

.service_guide {
	background-color:#FDF3C7;
}

.service_guide_box_row {
	display: flex;
	flex-flow: column wrap;
}

.service_guide_box {
	margin: auto;
	margin-bottom: 20px;
	padding: 5px;
	background-color: #fff;
	width: 85%;
	max-width: 350px;
	border: 1px dotted #C6C6C6;
	border-radius: 15px;
}

.service_guide_box a {
	display: block;
}

.service_guide_box a:hover {
	background-color:#FFF;
    filter:alpha(opacity=50);
    opacity: 0.3;
}

.service_guide_box_wide {
	margin: auto;
	padding: 10px;
	background-color: #fff;
	width: 85%;
	max-width: 350px;
	height: auto;
	border: 1px dotted #C6C6C6;
	border-radius: 15px;
}

.service_guide_box_wide a {
	display: block;
}

.service_guide_box_wide a:hover {
	background-color:#FFF;
    filter:alpha(opacity=50);
    opacity: 0.3;
}

.svc_thumbnail {
	width: 105px;
	border-radius: 100%;
	margin: 10px;
	float: left;
}

.svc_comment {
	font-size: 14px;
	line-height: 18px;
	color:#000000;
	overflow:hidden;
}

.svc_title {
	margin-top: 5px;
	font-size: 20px;
	line-height: 24px;
	font-family: "Ryumin Bold KL",sans-serif;
	color:#704700;
	overflow:hidden;
}

.svc_kind_s {
	/*margin-bottom: 10px;*/
	padding: 10px 0 0;
	font-size: 14px;
	//text-align: right;
	color: red;
	font-weight: bold;
	overflow:hidden;
}

.svc_kind {
	/*margin-bottom: 10px;*/
	padding: 10px 0 0;
	font-size: 14px;
	//text-align: right;
	color: midnightblue;
	//font-weight: bold;
	overflow:hidden;
}


.spc20 {
	height: 20px;
	background-color: #FDF3C7;
}

.spc20x {
	height: 20px;
	background-color: #FDF3C7;
}

.spc20_2 {
	height: 20px;
	background-color: #FDF3C7;
}

.spc20w {
	height: 5px;
	background-color: white;
}
	

.hr_style {
	background-color: #fff;
	border-top: 1px dashed #8c8b8b;
	width: 80%;
}

.hito_icon {
	width: 60px;
	float: left;
	padding: 10px;
	//background-color: aquamarine;
}

.customers_name {
	display: flex;
	font-size: 14px;
	padding: 10px;
	//background-color: aqua;
}

.customers_voice_box_top {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #C6C6C6;
	border-radius: 15px 15px 15px 0;
	color: #000;
}

.customers_voice {
	background-color: #FDF3C7;
	padding-bottom: 20px;
}


.section_title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 20px;
	color:#704700;
}

.customers_voice_box_row {
	width: 85%;
	margin: auto;
	margin-bottom: 20px;
}

.customers_voice_text a {
	display: block;
	color: #000;
}

.customers_voice_text a:hover{
	filter:alpha(opacity=60);
	opacity: 0.6;
}


.referees_voice {
	background-color: #FDF3C7;
	padding-bottom: 20px;
}

.referees_pic {
	//background-color: aqua;
	width: 100px;
	border-radius: 100px;
	padding: 10px;
	float: left
}

.referees_pic2 {
	//background-color: aqua;
	width: 140px;
	border-radius: 100px;
	padding: 10px;
	float: left
}

.referees_name {
	//background-color: aquamarine;
	display: block;
	font-size: 14px;
	padding: 10px;
}

.referees_name2 {
	//background-color: aquamarine;
	display: block;
	//font-size: 14px;
	padding: 10px;
}

.clear_float {
	clear: both;
	padding-bottom: 10px;
}

.profile {
	background-color: #FDF3C7;
	padding-bottom: 20px;
}

.profile_box {
	margin: auto;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #C6C6C6;
	border-radius: 15px;
	width: 85%;
	max-width: 480px;
}

.profile_box a {
	display: block;
	color: #000;
}

.profile_box a:hover{
	filter:alpha(opacity=60);
	opacity: 0.6;
}

.profile_text {
	font-size: 14px;
	margin-bottom: 15px
	
}

.footer_box {
	background-color: #653E00;
	padding-bottom: 20px;
}

.style-footer {
	padding: 20px;
	display: flex;

}

.style-footer ul, a {
	list-style-type: none;
	text-decoration: none;
}

.style-footer ul {
	margin: auto;
	padding-left: 0px;
}

.style-footer li {
	padding: 5px;
}

.style-footer a {
	color: #fff;
}

.style-footer a:hover {
	filter:alpha(opacity=30);
	opacity: 0.3;
}


.copyright {
	margin: auto;
	color: white;
	line-height: 18px;
	text-align: center;
	width: 85%;
}


/*SP用*/
@media (min-width: 380px){
	
	.sitetitle {
		font-size: 20px;
		line-height: 20px;
	}
	
	.sitetitle-orage {
		font-size: 20px;
		line-height: 20px;
	}

.inlineblock {
		font-size: 20px;
		line-height: 20px;
	}
	
	
}


/*タブレット用*/
@media (min-width: 600px){
	
	
	.sitetitle {
		font-size: 24px;
	}
	
	.sitetitle-orage {
		font-size: 24px;
	}

	.inlineblock {
		font-size: 24px;
	}
	
	.service_guide_box {
		max-width: 420px;
	}
	
	.service_guide_box_wide {
		max-width: 480px;
		height: 150px;
	}
	
	.hero_area_row {
		flex-flow: nowrap;
		//background-color:#BAA079;
	}
	
	.hero_img {
		width: 100%;
		max-width: 480px;
	}
	
	.hero_box {
		position: relative;
	}
	
	.hero_comment_box {
		margin: auto;
		margin-top: 50;
		padding: 10px;
		width: 80%;
		max-width: 300px;
	}

	.spc20x {
		height: 0px;
		background-color: #FDF3C7;
	}
	
	.customers_voice_box_row {
		width: 480px;
	}

}


/*デスクトップ用*/
@media (min-width: 960px){
	
	body {
		max-width: 960px;
		margin: auto;	
	}
	
	.headerline{
		display: none;
	}
	
	.sitecaption {
		margin-top: 0px;
		margin-left: 0px;
	}
	
	.sp-manu {
		display: none;
	}
	
	.style-nav {
		display:flex;
		background-color: #F4A800;
		margin-bottom: 5px;
	}
	
	.style-nav ul {
		margin: 0px auto;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 0px;
		display: flex;

	}

	.style-nav li a {
		font-weight: normal;
		color: #fff;
		padding: 10px;
		border-right: dotted 1px;
		//background-color: blueviolet
	}
	
	.style-nav a:hover {
		filter:alpha(opacity=30);
		opacity: 0.3;
	}
	
	.hero_img {
		max-width: 480px;
	}
	
.hero_comment1 {
	font-size: 20px;
}

.hero_comment2 {
	font-size: 24px;
}
	
	.hero_comment_box {
		margin: auto;
		margin-top: 50;
		padding: 30px;
		max-width: 400px;
	}
	
	.service_guide_box_row {
		flex-flow: nowrap;
	}
	
	.service_guide_box_wide {
		max-width: 590px;
		height: 150px;
	}
	.spc20x {
		height: 0px;
		background-color: #FDF3C7;
	}
	
	.customers_voice_box_row {
		width: 600px;

	}
	
	.profile_box {
		max-width: 600px;
	}

	.style-footer ul {
		display:flex;
	}
	
	.style-footer li {
		padding: 10px;
	}
	
	.title_hidden {
		display: none;
	}

	.title_forpc {
		display: block;
	}

}

/*

service_guide.html

svc_7days

svc_12days

svc_stepmail

svc_webwriting4months

form_7days

form_12days

form_stepmail

form_webwriting4months

*/




