﻿@charset "utf-8";
/*-------------------------------------
	font
--------------------------------------*/

/*-------------------------------------
	共通CSS
--------------------------------------*/
.ttl_01 {
	font-size: 24px;
	line-height: 30px;
	text-align:left;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.ttl_02 {
	font-size: 24px;
	display:left;
	line-height: 36px;
	text-align: left;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-family:"小塚ゴシック Pr6N","小塚ゴシックpro","kodukagosic";
	letter-spacing: 0;
}
.ttl_03 {
	font-size: 18px;
	padding-bottom: 0;
	line-height: 30px;
	text-align: left;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.ttl_04 {
	margin-bottom: 20px;
    border-bottom: 2px solid #e6e6e6;
}
.ttl_04 span.underbar{
	font-size: 18px;
    font-weight: bold;
    margin-bottom: -2px;
    padding-bottom: 10px;
    border-bottom: 2px solid #5ba5d0;
    display: inline-block;
}
.ttl_04 .colored{
	color:#1d5caa;
}
.ttl_05 {
	font-size: 15px;
    font-weight: bold;
    background: #f2f2f2;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
}
.subTxt {
	font-size: 15px;
	line-height: 25px;
	padding: 20px 0;
	text-align: left;
	letter-spacing: 0.1em;
	padding-bottom:30px;
}
.sec_inner {
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0;
}
.under .sec_inner {
	width: 780px;
	margin: 0 auto;
}
/*-------------------------------------
	リンク
--------------------------------------*/
/*-------------------------------------
	hover
--------------------------------------*/
.over {
	transition: 0.2s;
}
/*--------------------------------------------
	BreadCrubm / パンくず
--------------------------------------------*/
.under #breadcrumb {
	background:#f2f2f2;
	padding: 10px 0;
}
.under #breadcrumb .breadcrumb_list {
	width:1100px;
	margin:0 auto;
	font-size:11px;
	overflow:hidden;
}
#breadcrumb li {
	color: #555;
	display: inline-block;
}
#breadcrumb li:after {
	content: ">";
	margin: 0 10px 0 15px;
	color: #999;
	display:inline-block;
}
#breadcrumb li:last-child:after {
	display: none;
}
#breadcrumb li a {
	color: #555;
	display:inline-block;
}
#breadcrumb a:hover {
	opacity: 1;
	text-decoration: underline;
}
/*-------------------------------------
	下層ページ共通
--------------------------------------*/
.under #contents {
	position: relative;
	padding-top: 0px;
}
.under h2.ttl_01 {
    text-align: center;
	font-weight: bold;
}
.under h2.ttl_01 .imgBox{
    padding-bottom: 20px;
}
.under #cts_inner {
	width:1100px;
	padding:30px 0 80px;
}
.under #main_cts {
	width:820px;
	float:left;
	margin-right:40px;
}
.under #side_cts {
	width:240px;
	float:left;
}
.under #side_cts .sideNav {
	margin-bottom: 20px;
}
.under #side_cts .sideNav li {
	border-bottom: 1px dotted #e6e6e6;
}
.under #side_cts .sideNav h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 55px;
	letter-spacing: 2px;
	position: relative;
	color: #fff;
	background: #5ba5d0;
	padding-left: 20px;
	display: block;
}
.under #side_cts .sideNav h3:before {
	content: "";
	width: 5px;
	height: 20px;
	background: #f2f2f2;
	margin-top: -10px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}
.under #side_cts .sideNav li a {
	font-size: 12px;
	color: #333;
	background: url(../Image/common/sidenav_icon.gif) no-repeat left 10px center;
	padding: 10px 10px 10px 25px;
	display: block;
}
.under #side_cts .sideNav li.ac a,
.under #side_cts .sideNav li a:hover {
	background-color: #f2f2f2;
}
.under #side_cts .sideBnr {
	margin-bottom: 20px;
}
.under #side_cts .sideBnr li {
	margin-bottom: 10px;
}
.under #side_cts .contactBnr {
	font-weight: bold;
	color: #fff;
	background: #3c83e0;
	padding: 15px 10px 10px;
	box-sizing: border-box;
}
.under #side_cts .contactBnr > p {
	font-size: 16px;
	background: url(../Image/common/icon_contact.png) no-repeat 24px center;
	margin-bottom: 15px;
	padding-left: 55px;
}
.under #side_cts .bannerInner {
	background: #fff;
	padding: 15px 10px;
	border-radius: 3px;
	color:#1964c2;
}
.under #side_cts .bannerInner .number {
	font-size: 19px;
	text-align:center;
	line-height:1.5;
}
.under #side_cts .bannerInner .number span {
	font-size: 13px;
	margin-right: 5px;
}
.under #side_cts .bannerInner .trading {
	font-size: 12px;
	margin-bottom: 10px;
	text-align:center;
	color:#333;
	letter-spacing: 0;
}
.under #side_cts .bannerInner .trading span{
	font-size:10px;
}

.under #side_cts .bannerInner .number span {
	font-size: 13px;
	margin-right: 5px;
}
.under #side_cts .bannerInner a {
	line-height: 38px;
	font-size: 13px;
	color: #fff;
	background: #5ba5d0 ;
	display: block;
	text-align: center;
	border:1px solid #5ba5d0;
}
.under #side_cts .bannerInner a:hover {
	background:#fff;
	color:#5ba5d0
}
.under .inquiryBnr2 {
	color: #fff;
	background: #5ba5d0;
	margin-top: 50px;
	border-radius: 3px;
}
.under .inquiryBnr2 h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 25px 15px 10px;
	border-bottom: 1px dotted #fff;
	text-align: center;
}
.under .inquiryBnr2 div {
	padding: 15px 40px 25px;
}
.under .inquiryBnr2 a {
	font-weight: bold;
	color: #fff;
	background: #e46850;
	line-height: 48px;
	padding: 0 40px;
	float: right;
	display: block;
	border-radius: 3px;
	letter-spacing: 1px;
	position: relative;
	text-decoration: none;
}
.under .inquiryBnr2 a:hover {
	background: #fff;
	color: #e46850;
}
.under .inquiryBnr2 a:after {
	content: "";
	width: 98%;
	height: 90%;
	display: block;
	border-top: 1px solid #ec9584;
	border-left: 1px solid #ec9584;
	border-right: 1px solid #ec9584;
	position: absolute;
	top: 1px;
	left: 1%;
	border-radius: 3px;
}
.under .inquiryBnr2 a:hover:after {
	border-bottom: 1px solid #ec9584;
}
.under #sec_01 {
    display: table;
	margin-bottom: 50px;
}
.under #sec_01 h2 {
	width: 270px;
    color: #fff;
    background: #333;
    text-align: center;
    letter-spacing: 2px;
	display: table-cell;
    vertical-align: middle;
}
.under #sec_01 h2 span {
    font-size: 24px;
    font-weight: bold;
    display: block;
    letter-spacing: 3px;
}
.under #sec_01 img {
	display: table-cell;
    vertical-align: middle;
}
/*-------------------------------------
	トップページ
--------------------------------------*/
#top .slider-pro{
	position:relative;
}
#top .slider-pro .mainBg{
	position: absolute;
	width: 100%;
	height: 400px;
	background: #dcf9fd;
	top:10%;
	z-index: -1;
}
#top .sp-slide img {
    opacity:1!important;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
#top .txtWrap{
	width: 50%;
	padding:30px 0;
}
#top section .linkBox a {
    padding: 3px 0;
    background: #FFC300;
    color: #FFF;
    font-weight: bold;
    border: 2px solid #FFC300;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
	font-size: 14px;
}
#top section .linkBox a:hover {
	background: #fff;
	color: #FFC300;
	transition: 0.3s;
}
#top .sp-arrow {
    width: 80px !important;
    height: 100% !important;
    line-height: 160px;
    background-color: rgba(86, 161, 238, 0.56);
    background-image: url(../Image/top/fream01.png);
	background-repeat: no-repeat;
	background-position: center;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
	z-index: 2;
}
#top .sp-next-arrow {
    width: 80px !important;
    height: 100% !important;
    line-height: 160px;
    background-color: rgba(86, 161, 238, 0.56);
    background-image: url(../Image/top/fream02.png);
	background-repeat: no-repeat;
	background-position: center;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
	z-index: 2;
}
/*-------------------\
	SECTION 01
\-------------------*/
#top #sec_01{
	background: url(../Image/top/bg_01.png) no-repeat 0 0 ;
	background-size:cover;
}
#top #sec_01 .linkBox a{
	width: 90%;
}
/*-------------------\
	SECTION 02
\-------------------*/
#top #sec_02 .txtWrap{
    float: left;
    width: 45%;
    padding-right: 30px;
    box-sizing: border-box;
}
#top #sec_02 .imgWrap{
	width: 55%;
	float: left;
	padding: 30px 0;
}
#top #sec_02 .imgWrap ul li{
	width: 50%;
	float:left;
	margin-bottom: 30px;
}
#top #sec_02 .imgWrap ul li .imgBox{
	width:40%;
	float: left;
	text-align: center;
}
#top #sec_02 .imgWrap ul li:nth-child(2) {
	width:40%;
}
#top #sec_02 .imgWrap ul li:nth-child(3) {
	width:60%;
}
#top #sec_02 .imgWrap ul li .subTxt{
	width: 60%;
	float: left;
	font-size: 13px;
	line-height: 25px;
	padding: 0;
}
#top #sec_02 .imgWrap ul li:first-child{
	width: 100%;
	float:left;
}
#top #sec_02 .linkBox a{
	width: 60%;
}
/*-------------------\
	SECTION 03
\-------------------*/
#top #sec_03{
	background: url(../Image/top/bg_03.png)no-repeat;
	background-size:cover;
}
#top #sec_03 .txtWrap{
    float: left;
	width: 45%;
}
#top #sec_03 .imgBox{
	width: 50%;
	text-align: center;
	float: right;
	padding: 30px 0;
}
#top #sec_03 .linkBox a{
	width: 80%;
}
/*-------------------\
	SECTION 04
\-------------------*/
#top #sec_04 .ttl_02 span{
	color:#9d9b9b;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 0.1em;
	font-family: "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", Meiryo, "Hiragino Mincho Pro", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top #sec_04 .ttl_02 span::before{
	content: "　　"
}
#top #sec_04 dl{
	width: 50%;
	float: left;
	border-left:1px solid #d2d2d2;
	box-sizing: border-box;
	padding: 20px 0 50px;
	position: relative;
}
#top #sec_04 dl dt{
	width:40%;
	float: left;
	padding:10px 20px 30px 40px;
	font-size: 18px;
	box-sizing: border-box;
}
#top #sec_04 dl .linkBtn a{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #d2d2d2;
	border-radius: 50%;
	color: orange;
	font-size: 18px;
	position: absolute;
	right: 30px;
	bottom:0px;
}
#top #sec_04 dl .linkBtn a:hover{
	transition: 1s;
	font-size:28px;
	background: orange;
	color: #fff;
	transform: rotate(-360deg);
}
#top #sec_04 dl dt img{
	display: inline-block;
	float: left;
	margin-right: 20px;
}
#top #sec_04 dl dd{
	width: 60%;
	font-size: 13px;
	float: left;
	padding-right: 40px;
	box-sizing: border-box;
}
/*-------------------\
	SECTION 05
\-------------------*/
#top #sec_05 {
	padding-bottom: 100px;
}
#top #sec_05 .txtWrap{
	background:#3c83df;
	border-radius: 5px;
	width: 30%;
	float:left;
	color: #fff;
	text-align: center;
}
#top #sec_05 .txtWrap .ttl_02 {
    font-size:18px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: "小塚ゴシック Pr6N","小塚ゴシックpro","kodukagosic";
    letter-spacing: 0;
}
#top #sec_05 .linkBox a {
    padding: 3px 0;
    color: #FFF;
    font-weight: bold;
	border-radius:0 0 0 0!important;
    border: 1px solid #fff;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
	width: 80%;
	margin: 0 auto;
    font-size: 12px;
	padding: 10px 0;
	background:#3c83df;
}
#top #sec_05 .linkBox a:hover{
	color: #3c83df;
	transition: 0.3s;
	background:#fff;
}
#top #sec_05 .newsList{
	padding-left:80px;
	box-sizing: border-box;
	width: 70%;
	float: left;
}
#top #sec_05 .newsList ul li a{
	border-bottom: 1px solid #959495;
	border-style: dotted;
	padding-bottom: 32px;
	box-sizing: border-box;
	padding-left:30px;
	margin-bottom: 12px;
}

#top #sec_05 .newsList ul li dt{
	width: 17%;
	float:left;
	font-size: 12px;
	font-weight: bold;
}
#top #sec_05 .newsList ul li dd{
	width: 80%;
	float:left;
	padding-left: 30px;
	box-sizing: border-box;
	color: #65656b;
	font-size: 13px;
	border-left: 1px solid orange;
}
#top #sec_05 .newsList ul li a:hover,#top #sec_05 .newsList ul li a:hover dd{
	color:orange;
	transition: 0.3s;
}
/*----------------------------------
	クイックレスポンス
--------------------------------------*/
/*--------------------
	特長
--------------------*/
#quickresponse #sec_02 {
	margin-bottom:70px;
}
#quickresponse #sec_03 {
	margin-bottom:70px;
}
#quickresponse #sec_04 {
	margin-bottom:70px;
}
#quickresponse .ttl_04 .sub {
	font-size:14px;
}
#quickresponse .ttl_06 {
	font-size:18px;
    font-weight: bold;
    background: #f2f2f2;
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
}
#quickresponse .ttl_06 .colored {
	background:#ffa900;
	display:inline-block;
	margin-right:20px;
	padding:15px 20px;
	color:#fff;
}
#quickresponse .strList {
	margin-bottom:px;
}
#quickresponse #sec_02 .strList {
	margin-bottom:25px;
}
#quickresponse .strList li{
	margin-bottom:5px;
	padding-left:20px;
	position:relative;
	line-height:1.5;
	margin-bottom:8px;
	font-size:13px;
}
#quickresponse .strList li:before{
	content:"・";
	margin-right:5px;
	position:absolute;
	left:0;
	top:0;
}
#quickresponse #sec_02 .cts > p {
	margin-bottom:25px;
}
#quickresponse #sec_03 .cts > p,
#quickresponse #sec_04 .cts > p,
#quickresponse #sec_05 .cts > p{
	margin-bottom:15px;
}
#quickresponse #sec_04 .cts .strList{
	margin-bottom:30px;
}
#quickresponse .left-cts {
	width: 240px;
    float: left;
    margin-right: 30px;
}
#quickresponse .left-cts {
	width: 240px;
    float: left;
    margin-right: 30px;
}
#quickresponse .right-cts {
    width: 460px;
    float: left;
}
/*--------------------
	導入事例
--------------------*/
#example #sec_02{
	padding-bottom:40px;
	border-bottom:dotted 1px #ccc;
	margin-bottom:40px;
}
#example #sec_02-1,
#example #sec_03-1{
	margin-bottom:25px;
}
#example #sec_02-1 .left-cts,
#example #sec_03-1 .left-cts{
	float:left;
	width:390px;
	margin-right:20px;
}
#example .sheet_01 th,
#example .sheet_01 td {
	padding: 10px 15px;
	vertical-align: middle;
	border: 1px solid #eee;
	font-weight:normal;
	font-size:13px;
}
#example .sheet_01 th {
	width: 30%;
	color: #fff;
	background: #5ba5d0;
	text-align: center;
}
#example .sheet_01 td {
	width: 70%;
}
#example #sec_02-1 .right-cts,
#example #sec_03-1 .right-cts{
	width:370px;
	float:left;
}
#example #sec_02-1 .right-cts img,
#example #sec_03-1 .right-cts img{
	width:100%;
}
#example #sec_02-2 .voiceList dt,
#example #sec_03-2 .voiceList dt{
	font-weight:bold;
	margin-bottom:5px;
}
#example #sec_02-2 .voiceList dd,
#example #sec_03-2 .voiceList dd{
	font-size:13px;
	margin-bottom:12px;
	padding-left:20px;
}
#example #sec_03{
	margin-bottom:60px;
}

#example #sec_04 li{
	margin-bottom:25px;
}
#example #sec_04 .imgWrap{
	width:240px;
	float:left;
	margin-right:30px;
}
#example #sec_04 .imgWrap img{
	width:100%;
}
#example #sec_04 .textWrap{
	width:460px;
	float:left;
}
#example #sec_04 .textWrap .ttl{
	font-size:15px;
	font-weight:bold;
	color:#1d5caa;
}
#example #sec_04 .textWrap .expla{
	font-size:12.5px;
}
/*--------------------
	費用
--------------------*/
#cost .leadTxt {
	margin-bottom:30px;
}
#cost .leadTxt p {
	margin-bottom:15px;
	font-size:14px;
}
#cost .leadTxt .colored_01{
	font-weight:bold;
	color:#f86a0c;
}
#cost .leadTxt .colored_02{
	font-weight:bold;
	color:#3c8ec7;
}
#cost .sheet_01 th,
#cost .sheet_01 td {
	padding: 15px 15px;
	vertical-align: middle;
	border: 1px solid #eee;
	font-size:13px;
}
#cost .sheet_01 th {
	width: 40%;
	color: #fff;
	background: #808080;
	text-align: center;
}
#cost .sheet_01 td {
	width: 60%;
}
#cost .sheet_01 .annotation{
	font-size:12px;
	color:#444;
}
/*--------------------
	概要
--------------------*/
#info #sec_02,
#info #sec_03,
#info #sec_04{
	padding-bottom:40px;
	border-bottom:dotted 1px #ccc;
	margin-bottom:40px;
}
#info .child_sec {
	margin-bottom:20px;
}
#info .child_sec_02 {
	margin-bottom:0;
	clear:both;
}
#info .child_sec .left-cts{
	width:350px;
	float:left;
	margin-right:0;
}
#info .child_sec .left-cts img{
	width:100%;
}
#info .child_sec .right-cts{
	width:430px;
	float:left;
}
#info .child_sec .right-cts .lead{
	font-size:16px;
	font-weight:bold;
	color:#3695c1;
	margin-bottom:10px;
	line-height:1.6;
}
#info .child_sec .right-cts ul{
}
#info .child_sec .right-cts ul li{
	margin-bottom:5px;
	font-size:13px;
	padding-left:20px;
	position:relative;
	line-height:1.5;
	margin-bottom:8px;
}
#info .child_sec .right-cts ul li:before{
	content:"・";
	margin-right:5px;
	position:absolute;
	left:0;
	top:0;
}

#info .sheet_01 th,
#info .sheet_01 td {
	padding: 15px 15px;
	vertical-align: middle;
	border: 1px solid #eee;
	font-size:13px;
}
#info .sheet_01 th {
	width: 30%;
	color: #fff;
	background: #5ba5d0;
	text-align: center;
}
#info .sheet_01 td {
	width: 70%;
}
/*----------------------------------
	事業案内
--------------------------------------*/
#business #sec_02 .left-cts{
	width: 240px;
    float: left;
    margin-right: 30px;
}
#business #sec_02 .left-cts img{
	width:100%;
}
#business #sec_02 .right-cts{
	width: 460px;
    float: left;
	font-size:13px;
}
#business .childsec {
	margin-bottom:40px;
}
#business #sec_02 .right-cts a{
	display:inline;
	text-decoration:underline;
	color:#5ba5d0;
	font-weight:bold;
}

/*----------------------------------
	お問い合わせ
--------------------------------------*/
#contact #sec_01 .sec_inner, #thanks #sec_01 .sec_inner {
	width: 900px;
	padding-top: 60px;
}
#contact #sec_01 table tr {
	float: left;
	display: block;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact #sec_01 table tr.contact {
	clear: both;
	width: 100% !important;
}
#contact #sec_01 table th, #contact #sec_01 table td {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
#contact #sec_01 table td input, #contact #sec_01 table td textarea {
	display: block !important;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px !important;
	font-size: 15px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
#contact #sec_01 table td textarea {
	height: 160px !important;
	line-height: 1.5 !important;
}
#contact #sec_01 table th {
	font-size: 13px;
	padding: 0 20px;
	font-weight: bold;
}
#contact #sec_01 table td {
	padding: 10px 20px 30px;
}
#contact .mfp_buttons button {
	padding: 10px 70px;
	background: #fff;
	color: #b09d7c;
	border: 2px solid#B09D7C;
	border-radius: 5px;
	background-image: url(../Image/common/arrow_gold.png);
	background-repeat: no-repeat;
	background-position: right 40px top 13px;
	font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 14px;
}
#contact .mfp_buttons button:hover {
	background: #b09d7c;
	color: #fff;
	transition: 0.3s;
	background-image: url(../Image/common/arrow_white.png);
	background-repeat: no-repeat;
	background-position: right 25px top 13px;
}
/*#contact .mfp_buttons button#mfp_button_send {
	border: 2px solid #101010;
	background: #101010;
	margin-right: 8px;
}
#contact .mfp_buttons button#mfp_button_send:hover {
	color: #101010;
	background: #fff
}
#contact .mfp_buttons button span.en {
	margin-right: 12px;
	font-size: 13px;
}
#contact .mfp_buttons button span.ja {
	font-size: 11px;
}
/*mailformproを使用する場合、エラーメッセージなどのエフェクトがうざい場合は以下を使ってください。must-fillはサイト毎に変更必要です。*/
/* フォーム部品のボックスシャドウ打消し */
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea {
	box-shadow: none;
}
/* 入力エラーのチカチカなし、文字色 */
div.mfp_err {
	background: none;
	padding-left: 0;
	color: #f26;
	font-weight: bold;
}
/* エラー箇所のフォーム部品を色つきで強調 */
.problem {
	background-color: #fdd;
}
/* 入力OKのエフェクト */
div.mfp_ok {
	background-color: #ff7500;
	border-color: #ff7500;
	font-size: 12px;
}
/* チェックボックスのエフェクト打消し */
form#mailformpro label.mfp_not_checked {
	padding: 0;
	border: none;
}
form#mailformpro label.mfp_checked {
	padding: 0;
	border: none;
	background: none;
}
/* ボタンのエフェクト打消し */
.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
	font-size: 0.8em;
	text-shadow: none;
}
/* 内容確認画面のテーブルを全幅 */
#mfp_confirm_table {
	width: 100%;
}
#mfp_confirm_table tr {
	width: 100% !important;
	background: #fff !important;
}
/* 内容確認画面のテーブルのデザイン */
#mfp_confirm_table th, #mfp_confirm_table td {
	width: 100% !important;
	line-height: 1.5 !important;
	text-align: left !important;
	display: block;
}
#mfp_confirm_table th {
	padding: 15px 20px !important;
}
#mfp_confirm_table td {
	font-size: 13px !important;
	padding: 15px 20px 30px !important;
	font-weight: normal;
}
#mfp_confirm_table tr:last-child td {
	text-align: justify !important;
	text-justify: inter-ideograph !important;
}
div#mfp_phase_confirm h4 {
	font-size: 18px !important;
	margin-bottom: 30px !important;
	letter-spacing: 0.12em !important;
}
/* 入力画面の「必須」のデザイン */
.must-fill {
	padding: 1px 3px;
	color: #c40100;
	font-size: 11px;
	display: display;
	border-radius: 4px;
}
.must-fill:before {
	content: "／";
	margin-right: 3px;
	margin-left: 10px;
}
/*-THANKS-*/

#thanks #sec_01 p {
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 2.0;
	padding: 20px 0;
}
#thanks #sec_01 .sec_inner {
	width: 900px;
	padding-top: 60px;
	border: #d6d1c6 1px solid;
	margin: 60px auto;
}
#thanks #sec_01 .linkBox a {
	transition: 0.3s;
	letter-spacing: 0.1em;
	display: block;
	width: 50%;
	margin: auto;
	padding-left: 30px;
	border: none;
	background-image: none;
}
#thanks#sec_01 .linkBox a::before {
	content: "―　";
}
#thanks #sec_01 .linkBox a:hover {
	transition: 0.3s;
	letter-spacing: 0.2em;
	color: #b38f4f;
	background: rgba(37, 111, 67, 0.02);
}
/*-------------------------------------
	デモ機貸出フォーム
--------------------------------------*/
#demo #sec_02 {
	margin-bottom:50px;
}
#demo .strList li{
	margin-bottom:5px;
	padding-left:45px;
	position:relative;
	line-height:1.5;
	margin-bottom:8px;
	font-size:13px;
}
#demo .strList li:before{
	content:"※";
	margin-right:5px;
	position:absolute;
	left:25px;
	top:0;
}
#demo #sec_02 .cts > p {
	margin-bottom:25px;
}
#demo #sec_02 .cts .strList{
}

#demo .sheet_01{
	margin-bottom:20px;
}
#demo .sheet_01 th{
    width: 30%;
    color: #fff;
    background: #5ba5d0;
    text-align: left;
}
#demo .sheet_01 th,
#demo .sheet_01 td {
    padding: 10px 15px;
    vertical-align: middle;
    border: 1px solid #eee;
    font-weight: normal;
    font-size: 13px;
}
#demo .sheet_01 td{
    width:70%;
}
#demo .sheet_01 td p{
	margin-bottom:5px;
}
#demo .submit_btn{
	text-align:center;
}
#demo .length_01{
	width:50%;
}
#demo .length_02{
	width:75%;
}
#demo .length_03{
	width:100%;
}
#demo textarea{
	width:100% !important;
	box-sizing:border-box;
	height:200px !important;
}
#demo .submit_btn button {
    padding: 10px 70px;
    background: orange;
    color: #fff;
    border: 2px solid orange;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-family:  "メイリオ", Meiryo, "游ゴシック", "YuGothic", "游ゴシック体","Hiragino Mincho Pro", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
}
#demo .submit_btn button:hover{
	background: #fff;
    color: orange;
    transition: 0.3s;
}
#demo .sheet_01 th span {
    padding: 1px 3px;
    background:#f00;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    margin-left:15px;
}
/*-------------------------------------
	会社概要
--------------------------------------*/
#company .sheet_01 th{
    width: 30%;
    color: #fff;
    background: #5ba5d0;
    text-align: center;
}
#company .sheet_01 th,
#company .sheet_01 td {
    padding: 10px 15px;
    vertical-align: middle;
    border: 1px solid #eee;
    font-weight: normal;
    font-size: 13px;
}
#company .sheet_01 td{
    width:70%;
}
#company .sheet_01{
    margin-bottom:50px;
}
/*-------------------------------------
	代表挨拶
--------------------------------------*/
#message .img_box p{
    text-align:center;
}
#message .txt_box p{
    margin-bottom:15px;
}
#message .txt_box ul{
    margin-top:-10px;
    margin-bottom:10px;
}
#message .txt_box li{
    margin-left:2em;
    list-style:disc;
}
#message .txt_box .align_right{
    text-align:right;
}
#message .sec_box .img_box{
    margin-bottom:20px;
}
/*-------------------------------------
	よくあるご質問
--------------------------------------*/
#faq .faq_cat{
    padding:10px;
    margin-bottom:30px;
    background:#f5f5f5;
}
#faq .faq_cat li{
    list-style:disc;
    margin-left:20px;
    margin-bottom:5px;
}
#faq .faq_cat a{
    text-decoration:underline;
}
#faq .faq_cat a:hover{
    color:orange;
    transition:.3s;
    text-decoration:none;
}
#faq .faq_list li{
    padding:20px;
    border:solid 2px #5ba5d0;
    margin-bottom:50px;
}
#faq .faq_list h4{
    border-left:10px solid #5ba5d0;
    font-size:16px;
    padding-left:5px;
    margin-bottom:20px;
}
#faq dt{
    margin-bottom:15px;
	font-weight:bold;
}
#faq dd{
    padding-bottom: 20px;
    margin-bottom:20px;
    border-bottom:dashed #ccc 1px;
}
#faq dd:last-child{
    padding-bottom: 0;
    margin-bottom:0;
    border-bottom:none;
}
#faq dt span{
    background:orange;
    display:inline-block;
    width:20px;
    text-align:center;
    color:#fff;
    font-weight:bold;
    margin-right:10px;
}
#faq dd p,
#faq dt p{
    display:inline-block;
    width:700px;
    vertical-align:top;
}
#faq dd p{
	font-size:13px;
}

#faq dd span{
    background:#5ba5d0;
    display:inline-block;
    width:20px;
    text-align:center;
    color:#fff;
    font-weight:bold;
    margin-right:10px;
    vertical-align:top;
}
/*-------------------------------------
	新着情報
--------------------------------------*/
#news .news_list li{
    padding:15px;
    margin-bottom:25px;
}

#news .news_list a:hover{
	opacity:0.5;
	transition:0.5s;
}
#news .news_list a:hover .more_btn{
	letter-spacing:2px;
	transition:.5s;
}
#news .news_list .cat_01{
    border:solid 1px orange;
    border-top:solid 5px orange;
}
#news .news_list .cat_02{
    border:solid 1px #1d5caa;
    border-top:solid 5px #1d5caa;
}
#news .news_list .cat_03{
    border:solid 1px #5ba5d0;
    border-top:solid 5px #5ba5d0;
}
#news .news_info{
    margin-bottom:10px;
}
#news .news_info .badge{
    display:inline-block;
    margin-left:30px;
    padding:0 5px;
    font-size:13px;
}
#news .cat_01 .badge{
    background: orange;
    color:#fff;
}
#news .cat_02 .badge{
    background: #1d5caa;
    color:#fff;
}
#news .cat_03 .badge{
    background: #5ba5d0;;
    color:#fff;
}
#news .news_list .news_ttl{
    font-weight:bold;
    font-size:16px;
    border-bottom:dashed #ccc 1px;
    padding-bottom:5px;
    margin-bottom:10px;
}
#news .news_list p{
    margin-bottom:10px;
}
#news .news_list .more_btn{
    text-align:right;
}
/*-------------------------------------
	新着情報詳細
--------------------------------------*/
#news #single .news_info{
	margin-bottom:5px;
}
#news #single p{
	margin-bottom:20px;
}
#news #single #sec_02{
	padding:40px;
	border:solid 1px #ccc;
}
#news #single .back_btn a{
	width:150px;
	font-weight:bold;
	margin:0 auto;
	border:solid 2px orange;
	color:#fff;
	border-radius:20px;
	background:orange;
	text-align:center;
	transition:.5s;
	padding:5px 15px;
}
#news #single .back_btn a:hover{
	background:#fff;
	color:orange;
}
#news #relation_page a{
	background-image:none;
}
#news #single .txt_area a{
    display:inline-block;
	color:#5ba5d0;
}
#news #single .txt_area a:hover{
	text-decoration:underline;
}
/*-------------------------------------
	お問い合わせ
--------------------------------------*/
#contact #sec_02 .leadTxt {
	font-size:13px;
	margin-bottom:15px;
}
#contact #sec_02 .leadTxt a{
	display:inline;
	font-weight:bold;
	color:#5ba5d0;
	text-decoration:underline;
}

#contact .sheet_01 th{
    width: 30%;
    color: #fff;
    background: #5ba5d0;
    text-align: left;
}
#contact .sheet_01 th,
#contact .sheet_01 td {
    padding: 10px 15px;
    vertical-align: middle;
    border: 1px solid #eee;
    font-weight: normal;
    font-size: 13px;
}
#contact .sheet_01 td{
    width:70%;
}
#contact.sheet_01{
    margin-bottom:50px;
}
#contact .mfp_buttons button {
    padding: 10px 70px;
    background: orange;
    color: #fff;
    border: 2px solid orange;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-family:  "メイリオ", Meiryo, "游ゴシック", "YuGothic", "游ゴシック体","Hiragino Mincho Pro", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
}
#contact .mfp_buttons button:hover{
	background: #fff;
    color: orange;
    transition: 0.3s;
}
.must-fill {
    padding: 1px 3px;
    background:#f00;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    margin-left:15px;
}
.must-fill:before{
	content:"";
	margin:0;
}
#contact .length_01{
	width:50%;
}
#contact .length_02{
	width:75%;
}
#contact textarea{
	width:100% !important;
	box-sizing:border-box;
	height:200px !important;
}
#thanks p{
	margin-bottom:20px;
}
#thanks .back_btn a{
	width:150px;
	font-weight:bold;
	margin:0 auto;
	border:solid 2px orange;
	color:#fff;
	border-radius:20px;
	background:orange;
	text-align:center;
	transition:.5s;
	padding:5px 15px;
}
#thanks .back_btn a:hover{
	background:#fff;
	color:orange;
}
/* 内容確認画面のテーブルのデザイン */
#mfp_confirm_table th{
	width: 30% !important;
    color: #fff;
    background: #5ba5d0;
    text-align: center;
    font-weight:initial
}
#mfp_confirm_table td {
	width:70%;
}
#mfp_confirm_table th, #mfp_confirm_table td {
	line-height: 1.5 !important;
	text-align: left !important;
	display:table-cell;
	border:solid 1px #eee !important;
}
#mfp_confirm_table th {
	padding: 15px 20px !important;
}
#mfp_confirm_table td {
	font-size: 13px !important;
	padding: 15px 20px 30px !important;
	font-weight: normal;
}
#mfp_confirm_table tr:last-child td {
	text-align: justify !important;
	text-justify: inter-ideograph !important;
}
div#mfp_phase_confirm h4 {
	font-size: 18px !important;
	margin-bottom: 30px !important;
	letter-spacing: 0.12em !important;
}
.mfp_buttons{
	clear: both;
    padding: 10px 0px;
    text-align: center;
    margin-top:20px;
}
/*新着情報詳細*/
#news #single .ttl_04{
	margin-bottom:25px;
}
#news #single .ttl_04 span{
	padding-bottom:5px;
}
#news #single .news_info{
	margin-bottom:5px;
}
#news #single p{
	margin-bottom: 15px;
}
#news #single #sec_02{
	padding: 40px;
	border:solid 1px #ccc;
}
#news #single .back_btn{
	margin-top:40px;;
}
#news #single .back_btn a{
	width:150px;
	font-weight:bold;
	margin:0 auto;
	border:solid 2px orange;
	color:#fff;
	border-radius:20px;
	background:orange;
	text-align:center;
	transition:.5s;
	padding:5px 15px;
}
#news #single .back_btn a:hover{
	background:#fff;
	color:orange;
}
#news #relation_page a{
	background-image:none;
}
/*-------------------------------------
	サイトマップ
--------------------------------------*/
#sitemap #sec_02>ul>li{
	margin-bottom:15px;
	width:350px;
	float:left;
	margin-right:80px;
}
#sitemap #sec_02>ul>li:nth-child(2n){
	margin-right:0;
}
#sitemap li>p{
	background:url(../Image/sitemap/arrow_01.png) no-repeat left top 5px;
	background-size:15px;
	padding-left:20px;
	font-weight:bold;
	font-size:14px;
}
#sitemap li>p>a{
	text-decoration:underline;
}
#sitemap li>p>a:hover{
	text-decoration:none;
	transition:.3s;
	color:orange;
}
#sitemap #sec_02 .inner_list{
	margin-top:5px;
	padding-left:20px;
}
#sitemap #sec_02 .inner_list li{
	margin-bottom:5px;
}
#sitemap #sec_02 .inner_list li{
	background:url(../Image/sitemap/arrow_02.png) no-repeat left center;
	background-size:10px;
	padding-left:15px;
}
#sitemap #sec_02 .inner_list a{
		text-decoration:underline;
}
#sitemap #sec_02 .inner_list a:hover{
	text-decoration:none;
	color:orange;
	transition:.3s;
}

/*-------------------------------------
	プライバシーポリシー
--------------------------------------*/
#privacypolicy #sec_02 p{
	margin-bottom: 40px;
}
#privacypolicy #sec_02 dt{
	border-bottom:solid 1px #5ba5d0;
	font-size:16px;
	font-weight:bold;
	margin-bottom: 10px;
}
#privacypolicy dt span{
	color:#5ba5d0;
	font-size:20px;
	display:inline-block;
	margin-right:10px;
}

#privacypolicy dd{
	margin-bottom:40px;
}
#privacypolicy dd:last-child{
	margin-bottom:0;
}
#privacypolicy dd a{
	display: inline-block;
	text-decoration: underline;
}
#privacypolicy dd a:hover{
	text-decoration: none;
}

/*-----------------------------------------------------
	ブログなどのページャー（Pascal）
------------------------------------------------------*/

/*-必要な場合は冒頭にbody名を付けてください-*/

#news a[title*="page"]{
	display: inline-block !important;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-right: 2px;
	vertical-align: middle;
	clear: both;
	background: rgba(191, 191, 191, 0.1);
	text-align: center;
	border: 1px solid #ccc;
}
#news a[title*="previous"]{
	margin-right: 5px;
}
#news b u{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-right: 2px;
	vertical-align: middle;
	clear: both;
	background: #2a72d1;
	color: #fff;
	text-align: center;
	text-decoration: none !important;
}


