/* CSS Document */

.inbox, section{
	margin: 0 auto;
	box-sizing: border-box;
}
body {
	background-color: #ededed;
}
/* ---------------------------------------------
*	メイン画像エリア
----------------------------------------------*/
section#main-img {
	position: relative;
}
section#main-img .top-main {
	position: absolute;
    top: 1.71vw;
    left: 1.7vw;
    width: 20.1vw;
}
section#main-img img{
	width:100%;
}
section#main-img h1{
	text-align: center;
	text-indent: -9999px;
	margin: 0 auto;
}
.pc-img,.sp-img{margin: 0 auto;}
/* ---------------------------------------------
*	TOPお問合せ
----------------------------------------------*/
.contact-link {
	background-color: #26b597;
}
.contact-link .contact-inner {
	padding: 20px 0;
}
.contact-box-l {
	float: left;
	width: 640px;
}

.contact-box-r {
	float: right;
	width: 360px;
	margin: 11px 0;
}

/* ---------------------------------------------
*	課題エリア
----------------------------------------------*/
section#task {
}
.task-container {
	position: relative;
	max-width: 1000px;
	width:100%;
	margin: 0 auto;
	padding-bottom: 158px;
	box-sizing: border-box;
}
.task-container h2{
	padding: 59px 0 36px;
	text-align: center;
}
.task-container .task-list>li{
	width: 100%;
	float: left;
	background-color: #FFF;
}
	.task-container .task-list>li:last-child{
		padding-bottom: 6.5em;
		float: left;
	}
.task-list ul{
	margin: 30px auto 10px;
	max-width: 750px;
	width:100%;
}
	.task-list ul>li{
		width:33.33%;
		padding: 0 10px;
		float: left;
		box-sizing: border-box;
	}
.task-list h3{
	background-color: #495057;
	padding: 17px 0;
	font-size: 1.3em;
	color: #FFF;
	text-align: center;
}
.task-list h4{
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.task-list h4>span{
	font-size: 0.8em;
}
.task-content {
	padding: 20px 20px;
}
.task-content p{
	line-height: 1.7;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.task-solution-text {
	position: absolute;
	bottom:-30px;
	width:100%;
	text-align: center;
}


/* ---------------------------------------------
*	特徴エリア
----------------------------------------------*/
section#feature {
	
}
.feature-headline {
	background-color: #26b597;
	text-align: center;
}
.feature-headline .fh-inner {
	padding: 50px 0;
}
.feature-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
	.feature-container li:nth-child(odd){
		background-color: #FFF;
	}
	.feature-container li:nth-child(even){
		background-color: #e9f9f6;
	}
.feature-box-inner {
	max-width:1000px;
	width:100%;
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
}
.feature-textarea {
	width:69%;
}
.feature-imgarea {
	width:31%;
}
.feature-textarea-bottom {
	margin: 28px 0;
}
.feature-textarea-bottom img{
	width: 23%;
}
.feature-textarea-bottom p{
	width: 77%;
	float: left;
	box-sizing: border-box;
}
.left .feature-textarea-bottom p{
	padding-right: 50px;
}
.right .feature-textarea-bottom p{
	padding-left: 50px;
}
.feature-imgarea img{
	max-height:365px;
}

.min-font {
	margin-top: 20px;
	display: block;
	font-size: 0.7em;
}

/* ---------------------------------------------
*	実績エリア
----------------------------------------------*/
section#performance{
	background-image: url(../img/perf-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.perf-container {
	position: relative;
	max-width: 1000px;
	width:100%;
	margin: 0 auto;
	color: #FFF;
	padding: 85px 0px;
	box-sizing: border-box;
}
.perf-container h3{
	font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 25px;
	text-align: center;
}
.perf-container div {
	width:46%;
}
.perf-container div.center {
	padding-right: 0px;
	box-sizing: border-box;
	margin: 0 auto;
}
#performance .perf-textarea {
	margin-bottom: 50px;
	width:62%;
}
#performance .perf-imgarea {
	width:70%;
}
#performance .perf-link-btnarea{
	margin-top: 50px;
}
#performance .perf-link-btnarea li{
	float: left;
	padding-right: 20px;
	width:50%;
	box-sizing: border-box;
}
.perf-link-btnarea li img{
	width:100%;
}
/* ---------------------------------------------
*	料金プランエリア
----------------------------------------------*/
section#rateplan {
}
.rate-container {
	position: relative;
	max-width: 1000px;
	width:100%;
	margin: 50px auto;
	box-sizing: border-box;
}
.sec-title {
	margin-bottom: 50px;
}
.sec-title h3{
	font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.sec-title p{
    text-align: center;
    margin-bottom: 10px;
}
.base-service dt,
.base-service dd{
	border: 2px solid #26b597;
}
.base-service dt {
	background-color: #26b597;
	text-align: center;
	padding: 10px;
}
.base-service dd {
	background-color: #fff;
	text-align: center;
	margin-bottom: 40px;
}
.base-service dd p{
	padding: 20px;
}
.base-service dd h4{
	padding-top: 20px;
}
.base-service li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	border-right: 2px solid #26b597;
	min-height: 150px;
}
	.base-service li:last-child {
		border-right: none;
	}
.base-service li h4{
	padding: 10px;
}
.base-service li p{
	text-align: left;
	padding: 20px;
	width: 60%;
    margin: 0 auto;
}
.rate-container tr:first-child th{
	background-color: #d9d9d9;
	font-weight: bold;
	border: 1px solid #cccccc;
	text-align: center;
	padding: 5px;
}
.rate-container td{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #FFF;
	padding: 15px;
}
.rate-container th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #FFF;
	font-weight: bold;
	text-align: left;
	padding: 15px;
}

/* ---------------------------------------------
*	footer
----------------------------------------------*/
footer {
	background-color: #FFF;
}
#footer_container {
	position: relative;
	max-width: 1000px;
	width:100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-bottom: 10px;
}
.footer-sns {
	width:45%;
	padding-top: 40px;
	text-align: center;
}
.footer-info {
	width:55%;
	box-sizing: border-box;
	padding-right: 50px;
	padding-top: 40px;
}
.footer-info h1{
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.footer-info dl{
	font-size: 0.8em;
}
.footer-info dt{
	font-weight: bold;
	padding-top: 7px;
}
#footer-copyright {
	text-align: center;
	font-size: 0.8em;
	padding: 20px;
	border-top: 1px solid #d5d5d5;
	margin-top: 30px;
	box-sizing: border-box;
}
p#page_top {
    position: fixed;
    bottom: 0px;
    right: 0px;
	z-index: 999;
}
/* ---------------------------------------------
*	お問合せページ
----------------------------------------------*/
#contact-form {
	background-color: #FFF;
	padding: 40px 0;
	border-bottom: 1px solid #d5d5d5;
}
.contact-container{
	position: relative;
	max-width: 1000px;
	width:100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-bottom: 10px;
	padding-left: 75px;
	padding-right: 75px;
}
#contact ul>li{
	padding-bottom: 10px;
}
#contact input[type="text"] {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px;
    padding: 0 2%;
    border: solid 1px #77bdd2;border-radius: 2px;
    background-color: #FFF;
    font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'Noto Sans Japanese', sans-serif,Verdana,  "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
}
#contact input[type="text"]#compid{
	max-width:400px;
	height: 30px;
}
#contact input[type="text"]#compid:disabled{
	background-color: #F3F3F3;
}
#contact textarea {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
    padding: 2%;
    border: solid 1px #77bdd2;border-radius: 2px;
    background-color: #FFF;
    font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'Noto Sans Japanese', sans-serif,Verdana,  "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
}
#contact dt{
	font-weight: bold;
	margin-bottom: 10px;
}
#contact dd{
	margin-bottom: 30px;
}
#contact .required {
	color: #ff1301;
	margin-left: 10px;
}
.comp-name li:first-child{
	width:30%;
	float: left;
}
.comp-name li:last-child{
	width:70%;
	float: left;
}
#privacypolicy {
    height: 160px;
    margin-top: 25px;
    padding: 15px 2%;
    border: 1px solid #ccc;
    line-height: 1.8;
    overflow-y: scroll;
}
p.consent {
    padding-top: 35px;
    text-align: center;
}
p.consent_check {
    padding-top: 25px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}

input[type=checkbox] {
	display: none;
}
.check_css {
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 0 0 0 42px;
	vertical-align: middle;
	cursor: pointer;
}
.check_css:hover:after {
 	border-color: #26b597;
}
.check_css:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border: 2px solid #ccc;
	border-radius: 6px;
	content: '';
}
.check_css:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 11px;
	display: block;
	margin-top: -12px;
	width: 10px;
	height: 17px;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	content: '';
	opacity: 1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .check_css:before {
	opacity: 1;
	border-right: 3px solid #26b597;
	border-bottom: 3px solid #26b597;
}


input[type=radio] {
	display: none;
}
.radio_css {
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 0 0 0 42px;
	vertical-align: middle;
	cursor: pointer;
}

.radio_css:hover:after{
	border-color: #26b597;
}
.radio_css:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	margin-top: -10px;
	width: 12px;
	height: 12px;
	border: 5px solid #ccc;
	border-radius: 50%;
	content: '';
}
.radio_css:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 8px;
	display: block;
	margin-top: -2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #26b597;
	/*border-right: 3px solid #0171bd;
	border-bottom: 3px solid #0171bd;*/
	content: '';
	opacity: 0;
	/*-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);*/
}
input[type=radio]:checked + .radio_css:before {
	opacity: 1;
}
input[type=radio]:checked + .radio_css:after {
	border-color: #26b597;
}
input[type="submit"][id="submit"] {
	width: 250px;
	background-color: #26b597;
	box-shadow: 0px 4px 0px 0px #299fc2;
}
input[type="button"][id="top"],
input[type="button"][id="back"]{
	width: 250px;
	background-color: #dadada;
	box-shadow: 0px 4px 0px 0px #c4c4c4;
	color: #333;
}

input[type="submit"][id="confirm"]:hover,
input[type="button"][id="top"]:hover{
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
input[type="submit"][id="submit"][disabled] {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	cursor: default;
}
input[type="submit"], input[type="button"] {
    display: inline-block;
    height: 56px;
    margin: 0 10px;
    border: none;
    color: #fff;
    font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'Noto Sans Japanese', sans-serif,Verdana,  "メイリオ", Meiryo, sans-serif;
    font-size: 1.8rem;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}
.submit, .top{
	text-align: center;
	padding-top: 30px;
}

/* エラーメッセージ */
.formErrorContent {
	padding-left: 0 !important;
	background-color: transparent !important;
	color: #f00 !important;
	font-size: 1.6rem !important;
}

#privacypolicy h2 {
	font-weight: bold;
}
.privacy-list{
	list-style: decimal;
	margin-top: 30px;
	margin-left: 15px;
}

/* -------------------------------------
	お問い合わせフォーム > 送信内容確認
------------------------------------- */
p.confirm {
	margin-top: 40px;
	padding: 10px 15px;
	border: 1px solid #ccc;
}
table.confirm {
	width: 100%;
	margin-top: 15px;
	border-collapse: separate;
	border-spacing: 0px 30px;
}
table.confirm th {
	width: 200px;
	height: 48px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
table.confirm td {
	padding: 1.3% 2%;
	border: solid 1px #bbb;
	background-color: #f6f6f6;
	vertical-align: middle;
}



/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 641px){
	.inbox {
		width:100%;
		max-width: 1000px;
	}
	.br-sp {display: none;}
	.br-pc {display: block;}
	/* ---------------------------------------------
	*	メイン画像エリア
	----------------------------------------------*/
	.pc-img{display: block;}
	.sp-img{display: none;}
	
	/* ---------------------------------------------
	*	TOPお問合せ
	----------------------------------------------*/
	.contact-box-l {
		width: 62%;
		padding-right: 2%;
	}

	.contact-box-r {
		width: 36%;
	}
}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	html {
		font-size: 2.57vw;
	}
	body {
		
		font-weight: normal;
	}
	.inbox,section,footer{
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	section#main-img {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	section#main-img .top-main {
		position: absolute;
		top: 4.71vw;
		left: 4.5vw;
		width: 50.2vw;
	}
	.br-sp {display: block;}
	.br-pc {display: none;}
	p{
		text-align: left!important;
	}
	/* ---------------------------------------------
	*	メイン画像エリア
	----------------------------------------------*/
	.pc-img{display: none;}
	.sp-img{display: block;}
	
	/* ---------------------------------------------
	*	TOPお問合せ
	----------------------------------------------*/
	.contact-box-l {
		width: 100%;
	}

	.contact-box-r {
		width: 100%;
	}
	/* ---------------------------------------------
	*	課題エリア
	----------------------------------------------*/
	.task-list h4 {
		font-size: 5vw;
	}
	.task-container .task-list>li:last-child {
		padding-bottom: 14vw;
		float: left;
	}
	.task-solution-text {
		bottom: -4.68vw;
	}
	.task-container {
		padding-bottom: 30vw;
	}
	.task-content {
		padding:3.1vw 20px;
	}
	
	/* ---------------------------------------------
	*	特徴エリア
	----------------------------------------------*/
	.feature-container li{
		padding-left: 20px;
		padding-right: 20px;
	}
	.feature-headline .fh-inner {
		padding: 5.6vw 7.8vw;
	}
	.feature-textarea {
		width:100%;
	}
	.feature-textarea-bottom img {
		display: none;
	}
	.feature-textarea-bottom p {
		width:100%;
		padding: 0 20px!important;
	}
	.feature-imgarea {
		width:100%;
		height: 97vw;
		overflow: hidden;
	}
	.feature-imgarea img {
		width:100%;
		max-height: none;
		padding-left: 10.1vw;
		padding-right: 10.1vw;
		box-sizing: border-box;
	}
	.task-list h3 {
		padding: 5px 0;
	}
	#feature {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	/* ---------------------------------------------
	*	実績エリア
	----------------------------------------------*/
	.perf-container {
		padding-left:20px;
		padding-right:20px;
	}
	.perf-container div,
	.perf-container div.left{
		width:100%;
		padding: 0;
	}
	.perf-container h3{
		font-size: 5vw;
		text-align: center;
	}
	.perf-imgarea{
		margin-bottom: 50px;
	}
	.perf-link-btnarea li {
		width: 100%;
		padding: 0 60px;
		margin-bottom: 50px;
	}
	#performance .perf-textarea {
		width:100%;
	}
	#performance .perf-imgarea {
		width: 100%;
	}
	#performance .perf-link-btnarea li{
		width: 100%;
	}
	/* ---------------------------------------------
	*	料金プランエリア
	----------------------------------------------*/
	.base-service li {
		width:100%;
		border-right: none;
		border-bottom: 2px solid #26b597;
	}
	.base-service li p {
		padding-left: 30px;
		padding-right: 30px;
	}
	.rate-container th {
		padding-left: 30px;
		padding-right: 30px;
	}
	.base-service li p{
		width: 100%;
		box-sizing: border-box;
	}
	
	/* ---------------------------------------------
	*	コンタクトフォーム
	----------------------------------------------*/
	.contact-container {
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.comp-name li{
		width:100%!important;
	}
	input[type="submit"][id="submit"],
	input[type="button"][id="top"],
	input[type="button"][id="back"]{
		width:100%;
		margin: 0;
	}
	/* ---------------------------------------------
	*	footer
	----------------------------------------------*/
	#footer_container div {
		width:100%;
	}
	.footer-info {
		padding-right: 0;
		text-align: center;
		font-size: 5.5vw;
	}
	.footer-info img{
		width: 80%;
	}
	.hanbai {
		text-align: center!important;
	}
}
