@charset "utf-8";

html {
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size: 15px;
	line-height: 1.4;
	color: #111111;
	min-width:960px; 
}

#container {
	min-width: 960px;
	margin: 0 auto;
}

.wrapper {
	width: 960px;
	margin: 0px auto;
}

.wrapper.narrow {
	width: 860px;
	
}
.sp {
	display: none;
}

/*
	::a
***************************/
a {
	color: #007abf;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #007abf;
	text-decoration: none;
}
a img {
	border: 0;
}

/*
	::header
***************************/
#header {
	min-width: 960px;
	margin: 0 auto;
}
.head_top {
	width: 960px;
	margin: 0 auto;
	padding:10px 0 9px 0;
}
.head_top .left {
	width:700px;
	padding-right: 10px;
	float:left;
}
h1 {
	font-size: 12px;
}
.head_top .right {
	width:250px;
	box-sizing:border-box;

	float:left;
	font-size: 14px;
}

.head_top .right a {
	color:#111111;
	text-decoration: none;
	background:url(../images/arrow_icon.png) no-repeat left 5px;
	padding:0 0 0 10px;
	margin: 0 0 0 15px;
}
.head_top .right a:hover {
	text-decoration: underline;
	color:#007BBF;
}
.head_main {
	width: 960px;
	margin: 0 auto 10px;
}
.head_main .left {
	width:470px;
	margin:0 auto;
	float:left;
}
.head_main .center {
	width:290px;
	margin:0 0px 0;
	float:left;
}
.head_main .right {
	width:192px;
	margin:0 auto;
	float:right;
}
.head_main .right ul li {
	float:left;
}

/*
	::gnav
***************************/
#gnav {
	min-width: 960px;
	margin: 0 auto;
}
#gnav ul li {
	float: left;
}

/*
	::contents
***************************/
#contents{
	min-width: 960px;
	margin: 0 auto;
}
#mainC {
	min-width: 960px;
	margin: 0 auto;
}
#column-2 {
	width: 960px;
	margin: 0 auto;	
}
#column-2 #mainC {
	width: 700px;
	margin: 0 20px 0 0;
	float: left;
}
#column-2 #sideC {
	width: 240px;
	margin: 0 auto;
	float: left;
}

/*
	::footer
***************************/
#footer {
	min-width: 960px;
	margin: 0 auto;
}
.foot_main {
	min-width: 960px;
	margin: 0 auto;
	background: #666666;
	padding:35px 0 50px;
}

.foot_main .left {
    float: left;
    margin: 0 75px 0 0;
    width: 226px;
}
.foot_main .right {
    float: left;
    margin: 0 0 0 0px;
    width: 650px;
}
.foot_main .right .flink_wrap {
    float: left;
    font-size: 13px;
    margin: 0 0 0 20px;
    width: 190px;
}

.foot_main .right .flink_wrap ul li {
    margin: 0 0 5px 0;
}


.flink_wrap a {
	color:#f7f7f7;
	text-decoration: none;
}
.flink_wrap a:hover {
	text-decoration: underline;
}
.copyright {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
}

/*
	::pagetop
***************************/
#pagetop {
	position:fixed;
	display:inline-block;
	width:50px;
	height:50px;
	padding:15px 5px;
	box-sizing:border-box;
	border-radius:50px;
	border:3px solid #007abf;
	background:#fff;
	color:#007abf;
	bottom:20px;
	right:20px;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:1.0;
}
#pagetop:hover {
    background:#007abf;
    border:3px solid #007abf;
    color:#fff;
}

/*
　::共通
**************************/
section,.section {
	padding: 0 0 0px 0;
}

section h2,.section h2 {
	text-align: center;
}

.textArea {
	margin: 0 0 40px 0;
}
.textArea.bg_red {
	background-color: #FFEDED;
	padding: 15px;
}

.common_inquiry {
	padding:30px 0;
	background: #f8f8f8;
}
.common_inquiry h2.cont_h_image {
	margin-bottom: 45px;
}
.common_inquiry .freedial {
	border-bottom:1px solid #666666;
	margin: 0 0 30px 0;
}
.common_inquiry .left {
	width:480px;
	border-right:1px solid #666666;
	float:left;
	padding: 7px 0 34px;
}
.common_inquiry .right {
	width:479px;
	float:left;
	padding: 7px 0 34px;
}
.common_inquiry .left .icon {
	text-align: center;
	margin-bottom: 32px;
}
.common_inquiry .right .icon {
	text-align: center;
	margin-bottom: 36px;
}
.common_inquiry .left .btn,
.common_inquiry .right .btn {
	text-align: center;
}

.clearfix .areaL {
    float:left;
}
.clearfix .areaR {
    float:right;
}

.common_banner {
	padding:40px 0;
	margin: 0 auto;
	width: 840px;
}

.common_banner h2.cont_h_image {
	margin-bottom: 45px;
}
.common_banner .left {
	width:420px;
	float:left;
	padding: 7px 0 34px;
}
.common_banner .right {
	width:420px;
	float:left;
	padding: 7px 0 34px;
}
.common_banner .left .icon,
.common_banner .right .icon {
	text-align: center;
	margin-bottom: 32px;
}
.common_banner .left .btn,
.common_banner .right .btn {
	text-align: center;
}

.clearfix .areaL {
    float:left;
}
.clearfix .areaR {
    float:right;
}


.textArea .richtext {
    line-height: 1.8;
}











/*
	::トップページ
**************************/
.top_mv {
	position:relative;
	height: 600px;
	background-color:#ffffff no-repeat;
	background-size: cover;
}

.top_mv .wrapper {
	position:relative;
}

.top_mv img.MV {
	position:absolute;
}

.top_mv .wrapper .logo {
	position:absolute;
	top: 30px;
}

.top_mv .wrapper .btn_mv {
	position: absolute;
	right: 0;
	top: 287px;
}

.top_mv .wrapper .mv_kokuchi {
	position: absolute;
	right: 0;
	top: 50px;
}

.top_mv .wrapper .main_copy {
	position: absolute;
	left: 0;
	top: 130px;
}
.marquee {
	color: #fff;
	font-size: 160%;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 539px;
	z-index: 10;
	background: url(../images/mv_redbg.png) repeat-x;
	height: 50px;
	width: 100%;
	text-align: center;
	padding-top:10px;
	box-sizing:border-box;
}
#fv>.wrapper,
#nav>.wrapper{
  max-width:960px;
}
/***************************
 ** #fv
 */
.copy_01{
  text-align:center;
  margin:1.5rem 0;
}
#fv p{
  font-size:112.5%;
}
@media screen and (max-width: 768px) {
#fv p{
  margin:0 1rem;
}
.copy_01{
  margin:1.5rem 1rem;
}
}
/*特徴*/
.feature3 {
	background-color: #007BBF;
	padding: 0px 0 0px 0;
	color: #ffffff;
	border-top: 1px solid #fff;
}
.feature3 ul {
	display: flex;
}
.feature3 ul li {
	float: left;
	width:33%;
	padding: 30px 0 30px 0;
}
.feature3 ul li:nth-child(2) {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.feature3 ul li .feature3_cont .title {
	font-size: 140%;
	margin: 0 0 10px;
	font-weight: bold;
}
.feature3 ul li .feature3_cont .richtext {
	text-align: center;
}

.feature3 ul li .feature3_cont .img {
	margin: 0 0 10px;
}
/*理由*/
.gust {
	padding: 25px 0 30px 0;
}
.gust_wrap {
	width:100%;
	border:5px solid #990000;
	padding:26px 45px 22px 38px;
	box-sizing:border-box;
	background: url(../images/gust_wrap_bg.jpg) repeat;
}
.gust_wrap h2.cont_h_image {
	margin-bottom: 19px;
}
.gust_wrap .imgtxt {
	margin-bottom: 26px;
}
.gust_wrap .text {
	width:100%;
	border:3px solid #666666;
	padding:32px 40px;
	box-sizing:border-box;
	background: #fff;
	font-size: 16px;
	color:#000000;
	line-height: 1.6;
}
/*topics*/
.topics {
	padding: 40px 0 42px 0;
	background: #f8f8f8;
}
.topics h2.cont_h_image {
	margin-bottom: 42px;
}
.topics_list {
	width:861px;
	margin: 0 auto 33px;
	background: url(../images/topics_border.gif) no-repeat left top;
	padding-top: 1px;
}
.topics_list li {
	width:100%;
	box-sizing:border-box;
	padding:20px 10px 21px;
	background: url(../images/topics_border.gif) no-repeat left bottom;
	font-size: 13px;
}
.topics_list li .date {
	width:109px;
	float:left;
	color:#666666;
}
.topics_list li .ttl {
	width:730px;
	float:left;
	color:#333333;
}
.topics_list li .ttl a {
	color:#333333;
	text-decoration: none;
}
.topics_list li .ttl a:hover {
	text-decoration: underline;
}
/*実績*/
.results {
	padding: 48px 0 61px 0;
	background: #fff;
}
.results h2.cont_h_image {
	margin-bottom: 32px;
}
.results_slide {
	margin-bottom: 32px;
}
.results_slide li {
	width:300px;
	float:left;
}
.results .bx-wrapper {
	margin-bottom: 32px!important;	
}
.results .bx-viewport {
	border:0!important;
	left:0!important;
	-webkit-box-shadow:none!important;
}
.results .bx-controls {
	display: none!important;
}
/*安心*/
.reason3 {
	padding: 0 0 79px 0;
	
}
.reason3 h2.cont_h_image {
	margin-bottom: 45px;
}
.reason3 ul.reason_list {
	
}
.reason3 ul.reason_list li {
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	border-bottom: 1px solid #c69337;
}
.reason3 ul.reason_list li:last-child {
	margin-bottom: 0;
}
.reason3 ul li .reason_cont .info {
	float: left;
	width: 50%;
	padding: 0 0 0 10px;
}
.reason3 ul li .reason_cont .info .richtext {
	margin: 0 0 15px 0;
}
.reason3 ul li .reason_cont .info .guideline {
	background-color: #f7f3eb;
	padding: 20px 20px 5px 20px;
	font-size: 14px;
	line-height: 1.6;
}
.reason3 ul li .reason_cont .info .guideline p {
	margin: 0 0 10px 0;
}
.reason3 ul li .reason_cont .info .guideline table {
	width: 98%;
}
.reason3 ul li .reason_cont .info .guideline table th {
	background-color: #eee;
	border: 1px solid #999;
	padding: 3px;
	text-align: center;
}
.reason3 ul li .reason_cont .info .guideline table td {
	border: 1px solid #999;
	text-align: center;
	vertical-align: middle;
}
	
.reason3 ul li .reason_cont .img {
	float: right;
	width: 46%;
}
/*コラム*/
.column {
	padding: 52px 0 50px 0;
	background: #f8f8f8;
	
}
.column h2.cont_h_image {
	margin-bottom: 40px;
}
.column_list {
	margin:0 0 0 -57px;
}
.column_list li {
	width:280px;
	margin:0 0 44px 57px;
	float:left;
}
.column_list li .img {
	margin-bottom: 10px;
}
.column_list li .date {
	text-align: right;
	margin-bottom: 5px;
}
.column_list li .date span {
	color:#111111;
	font-size: 13px;
	padding:0 7px 0 24px;
	background: url(../images/date_icon.png) no-repeat left 4px;
}
.column_list li .ttl {
	color:#111111;
}
.column_list li .ttl a {
	color:#111111;
	text-decoration: none;
}
.column_list li .ttl a:hover {
	text-decoration: underline;
}
/**/
.inquiry {
	background: url(../images/bg_cvr.jpg) repeat-x;
	background-size: cover;
	text-align: center;
	min-height: 339px;
	box-sizing:border-box;
	padding: 59px 0 20px;	
	
}
.inquiry .txt {
	margin-bottom: 59px;
}
.inquiry .img_center {

}
.service {
	padding: 55px 0 50px 0;
}
.service h2 {
	margin: 0 0 40px 0;
}
.service .bx-wrapper {
	width: 99% !important;
	max-width: 99% !important;
}
.service .bx-wrapper li {
	width: 300px !important;
}
.service .bx-wrapper li p {
	margin: 0 0 10px 0;
}
.service .bx-wrapper li .richtext {
	text-align: center;
	font-size: 90%;
}
.function6 {
	background: url(../images/bg_function6.jpg) repeat ;
	padding: 30px 0 40px 0;
}
.function6 ul li {
	background: url(../images/bg_function6_cont.jpg) repeat ;
	width: 410px;
	float: left;
	margin: 0 0px 25px 25px;
	padding: 30px 22px;
	border-right:1px solid #0093d3;
	border-bottom:1px solid #0093d3;
}
.function6 ul li .function6_cont {
	background-color: #fff;
	padding: 35px 30px;
	border:1px solid #0093D3;
	min-height: 410px;
}
.function6 ul li .function6_cont h3 {
	text-align: center;
	margin: 0 0px 40px 0px;
}
.function6 ul li .function6_cont h4 {
	font-size: 150%;
	color: #007abf;
	background: url(../images/icon_func_h4.jpg) no-repeat 0 7px ;
	padding: 0 0 0 25px;
	margin: 0 0px 25px 0px;
}
.aligned {
	background-color: #BA0001;
}
.flow {
	background: url(../images/bg_flow.jpg) repeat;
	background-size: cover;
	padding: 50px 50px;
}
.flow h2 {
	margin: 0 0 50px 0;
}
.price {

}
.price .head {
	background: url(../images/bg_price.jpg) repeat-x;
	background-size: cover;
	text-align : center;
	min-height: 112px;
	padding: 70px 0 0 0;
}
.price .cont_price {
	background: url(../images/bg_cont_price.jpg) repeat;
	padding: 45px 0 60px 0;
}
.price .cont_price .price_table1 table {
	width: 100%;
	margin: 0 0 30px 0;
}
.price .cont_price .price_table1 table th {
	width: 35%;
	padding: 5px;
	background-color: #0096DD;
	color: #fff;
	font-size: 180%;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
}
.price .cont_price .price_table1 table td {
	width: 65%;
	padding: 5px 70px 0 0px;
	color: #111;
	font-size: 180%;
	border: 1px solid #ccc;
	background-color: #fff;
	text-align: right;
	font-weight: bold;
}
.price .cont_price .price_table2 table {
	width: 100%;
	margin: 0 0 10px 0;
}
.price .cont_price .price_table2 table th {
	padding: 10px;
	background-color: #0096DD;
	color: #fff;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 130%;
}
.price .cont_price .price_table2 table th:nth-child(1) {
	width: 22%;
}
.price .cont_price .price_table2 table th:nth-child(2) {
	width: 22%;
}
.price .cont_price .price_table2 table th:nth-child(3) {
	width: 56%;
}
.price .cont_price .price_table2 table td {
	padding: 10px;
	color: #111;
	border: 1px solid #ccc;
	background-color: #fff;
}
.textArea.price_txt {
	background-color: #fff;
	border: 3px solid #0086c5;
	border-radius: 15px;
	padding: 20px;
	margin: 15px 0 0 0;
}
section.faq {

}
section.faq .head {
	background: url(../images/bg_faq.jpg) repeat-x;
	text-align : center;
	min-height: 112px;
	padding: 70px 0 0 0;
}
section.faq .cont_faq {
	background: url(../images/bg_cont_faq.jpg) repeat;
	padding: 45px 0 60px 0;
}
section.faq .cont_faq ul li {
	margin: 0 0 25px 0;
}
section.faq .cont_faq ul li .faq_q {
	background: rgba(0, 0, 0, 0) url("../images/question.png") no-repeat scroll 0 0;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 9px 0 11px 65px;
}
section.faq .cont_faq ul li .faq_a {
	background-color: #fbfbfb;
	padding: 20px 20px 20px 55px;
}

/*実績*/
.textArea.catch {
    font-size:18px;
    font-weight:bold;
    text-align:center;
}
.results_list {
	margin: 0 0 50px -30px;
}
.results_list li {
	width:300px;
	margin:0 0 30px 30px;
	float:left;
}
.results_list li .img {
    margin-bottom:10px;
}
.results_voice_wrap {
	width:100%;
	border:3px solid #666666;
	padding:25px;
	box-sizing:border-box;
	background: #fff;
	color:#000000;
	line-height: 1.6;
	margin:0 auto 35px;
}
.results_voice_wrap .ttl {
    font-weight:bold;
    margin-bottom:15px;
    font-size:18px;
    font-weight:bold;
}