@charset "UTF-8";

/**20220418～追加**/
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px!important;
}
.mwform-checkbox-field label, .mwform-radio-field label {
    width:30%;
	display:inline-block;
}
@media (max-width: 680px){
	.mwform-checkbox-field label, .mwform-radio-field label {
    width:90%;
	
}
}
.p-form__select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0.5em 1em;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}
input[name="submitBack"] {
    font-size: 2em;
    font-weight: 700;
    background-color: #999;
    text-align: center;
    height: 40px;
    width: 170px;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    margin-right: 5px;
    margin-left: 5px;
}


/**20180807～追加**/

/*===pubpage====*/
#contents #main.subpage {
	margin-top: 75px;
	display: block;
}
/*===breadCrumb====*/
#breadCrumb {
	width: 100%;
	max-width:1200px;
	box-sizing: border-box;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	
}
#breadCrumb ul {
	
}

#breadCrumb ul li {
	display: inline;
	padding-right: 5px;
	font-size: 13px;
}

#breadCrumb ul li a {
	color: #5f2e2a;
}

#breadCrumb ul li a:hover {
	text-decoration: underline;
}

/**タイトル　スタイル**/
.p-title--simple {
	text-align: center;
	font-weight: bold;
	
}

.p-title--simple2 {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	
}

.p-title--border {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	
}
.p-title--border span {
	border: 1px solid #333;
	display: inline-block;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFF;
	
}

.p-title--two_color {
	overflow:hidden;
	
}
.p-title--two_color span {
	display: inline-block;
	padding-right: 50px;
	padding-left: 50px;
	border: 1px solid #000;
	line-height: 50px;
	height: 50px;
}
.p-title--two_color span img {
	width:26px;
}
.p-title--two_color .box-white {
	color: #000;
	background-color: #FFF;
}
.p-title--two_color .box-black {
	color: #FFF;
	background-color: #000;
}


#contents #main .link-anchor {
	margin-top: -75px;
	padding-top: 75px;
}
#contents #main .link-box {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #989898;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #989898;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents #main .link-box li {
	display: inline-block;
	width: 16.66666%;
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #989898;
	box-sizing:border-box;
}
#contents #main .link-box li:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #989898;
}
#contents #main .link-box li a {
	display: block;
	background-image: url(../img/icon_link01.png);
	background-repeat: no-repeat;
	background-position: center bottom 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333;
	text-decoration:none;
	font-size:1.4rem;
}
#contents #main .faq-area {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #b9b9b9;
	box-sizing: border-box;
	margin-bottom: 20px;
	box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
}
#contents #main .faq-area h3 {
	background-image: url(../img/icon_q.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b9b9b9;
	border-bottom-color: #b9b9b9;
	cursor: pointer;
	padding-right: 5px;
}
#contents #main .faq-area h3 span {
	background-image: url(../img/icon_accordion-off.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-right: 20px;
	position: relative;
	z-index: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contents #main .faq-area h3 span.open {
	background-image: url(../img/icon_accordion-on.png);
}
#contents #main .faq-area .box2 p {
	font-size: 130%;
}
#contents #main .faq-area .box2 {
	background-image: url(../img/icon_a.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#contents #main .faq-area .box2 table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 10px;
}
#contents #main .c-container .faq-area .box2 table tr th {
	text-align: left;
	padding: 10px;
	border: 1px solid #333;
}
#contents #main .c-container .faq-area .box2 table tr td {
	text-align: left;
	padding: 10px;
	border: 1px solid #333;
}
#mainvl {
	background-repeat: no-repeat;
	background-position: center top;
	height: 153px;
	min-width: 1000px;
}
#mainvl img {
	display:none;
	
}
#mainvl.faq_vl {
	background-image: url(../img/main_sub_qa.png);
	
}
#mainvl.case-study_vl {
	background-image: url(../img/main_sub_case-study.png);
	
}
#mainvl.case-study_call_vl {
	background-image: url(../img/main_sub_case-study_call.png);
	
}
#mainvl.scene_vl {
	background-image: url(../img/main_sub_scene.png);
	
}

#contents #main .link-box2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #989898;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #989898;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#contents #main .link-box2 li {
	display: inline-block;
	width: 33.33333%;
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #989898;
	box-sizing:border-box;
}
#contents #main .link-box2 li:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #989898;
}
#contents #main .link-box2 li a {
	display: block;
	background-image: url(../img/icon_link01.png);
	background-repeat: no-repeat;
	background-position: center bottom 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333;
	text-decoration:none;
	font-size:1.4rem;
}

#contents #main .f-box {
	width: 1200px;
	margin-bottom: 0px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-ms-flex-pack:distribute;
  justify-content:space-around;
	flex-wrap: wrap;
}
#contents #main .f-box .item {
	float: none;
	width: 25%;
	box-sizing: border-box;
	/**padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;**/
	
	background-color: #f2f2f2;
	border: 1px solid #b1b1b1;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom: 10px;
}
#contents #main .f-box .item div {
	/**background-color: #f2f2f2;
	border: 1px solid #b1b1b1;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;**/
}
#contents #main .f-box .item div img {
	height: auto;
	width: 100%;
}
#contents #main .f-box .item div h3 {
	font-size: 2rem;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: normal;
	height: 70px;
}
#contents #main .f-box .item div p {
	font-size: 1.2rem;
	padding-right: 10px;
	padding-left: 10px;
}
.page-example span.hidden-top{
	display: none;
}
#contents #main div.f-box div.item-example div p:first-of-type{
	min-height: 110px;
}
#contents #main .f-box div.item-callcenter div p:first-of-type,
#contents #main .f-box div.item-pbx div p:first-of-type{
	min-height: 72px;
}
#contents #main .f-box .item div p:first-of-type{
	min-height: 110px;
}
#contents #main .f-box .item div .btn {
	padding-top: 15px;
	text-align: center;
}
#contents #main .f-box .item div .btn a {
	font-size: 1.3rem;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #333;
	border-radius:5px;
	background-color:#FFF;
	text-decoration:none;
	color:#333;
}
#contents #main .f-box .item div .btn a i {
	padding-left: 10px;
	font-size: 1.8rem;
}#contents #main .call_box {
	background-image: url(../img/bg_case-study01.png);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
	
}
#contents #main .office_box {
	background-image: url(../img/bg_case-study02.png);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
	
}
#contents #main .smart_box {
	background-image: url(../img/bg_case-study03.png);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
	
}
#contents #main .case-study_box {
	background-image: url(../img/bg_case-study04.png);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
}

#contents #main .color_box01 {
	background-color: #FFF;
	overflow: hidden;
	
}
#contents #main .color_box02 {
	background-color: #f7f7f8;
	overflow: hidden;
	
}
#contents #main div .inner {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

#contents #main .more-area .more-btn {

	
}
#contents #main .more-area .more-btn span {
	background-image: url(../img/more_off.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: inline-block;
	width: 100%;
	height: 50px;
	cursor: pointer;
	text-indent: -9999px;
	
	
}
#contents #main .more-area .more-btn span.open {
	background-image: url(../img/more_on.png);
}
#contents #main .more-area .more-box {
	padding-top: 20px;
	margin-bottom: 50px;
	overflow: hidden;
}
#contents #main .study-box {
	margin-top:50px;
	overflow: hidden;
}
#contents #main .study-box .left {
	text-align: center;
	float: left;
	width: 50%;
}
#contents #main .study-box .right {
	box-sizing: border-box;
	background-color: #f7f7f7;
	padding: 20px;
	float: right;
	width: 50%;
	box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
	
}
#contents #main .study-box .right p {
	font-size: 1.5rem;
	
}
#contents #main .study-box .right h3 {
	margin-bottom: 20px;
}
#contents #main .study-box .right h3 img {
}
#contents #main .study-box .right .text {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
}
#contents #main .study-box .right .btn {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}
#contents #main .study-box .right .btn a {
	color: #FFF;
	background-color: #01489a;
	padding: 20px;
	text-decoration: none;
}
#contents #main .study-box .right .btn a i {
	font-size: 1.8rem;
	padding-left: 10px;
}
#contents #main .p-section.p-scene .color_box01 .inner .sub-title {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #01489a;
}
#contents #main .p-section.p-scene .color_box01 .inner .sub-title h3 {
	line-height: 50px;
	height: 50px;
}
#contents #main .p-section.p-scene .color_box01 .inner .sub-title h3 .category {
	line-height: 50px;
	color: #FFF;
	background-color: #005923;
	text-align: center;
	display: inline-block;
	height: 50px;
	padding-right: 40px;
	padding-left: 40px;
	margin-left: 10px;
	border-radius:5px;
}
#contents #main .p-section.p-scene .color_box01 .inner .img_c {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents #main .study-box2 {
	margin-bottom: 40px;
	padding: 30px;
	border: 1px solid #808080;
	background-color: #FFF;
}
#contents #main .study-box2 .title {
	font-size: 2rem;
	color: #999999;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4c4c4;
}
.case-study_box{
	counter-reset: numberq 0;
}

body{
	counter-reset: numbera 0;
}
#contents #main .study-box2 p.titleq:before{
	counter-increment: numberq 1; 
	content: "Q" counter(numberq) ". ";
    font-size: 20px;
}
#contents #main .study-box2 p.titlea:before{
	counter-increment: numbera 1; 
	content: "A" counter(numbera) ". ";
    font-size: 20px;
}

#contents #main .study-box2 .title,
#contents #main .study-box2 p {
	font-size: 1.5rem;
}
#contents #main .gaiyou {
	width: 700px;
	font-size: 1.5rem;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
#contents #main .gaiyou tr th {
	color: #FFF;
	background-color: #01489a;
	text-align: center;
	padding: 10px;
	border: 1px solid #808080;
	width:150px;
	font-weight:normal;
}
#contents #main .gaiyou tr td {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #808080;
}
#contents #main .btn_back {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 30px;
}
#contents #main .btn_back a {
	color: #808080;
	text-decoration: none;
	display: inline-block;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	border: 1px solid #808080;
}
#contents #main .btn_back a i {
	font-size: 2rem;
	margin-right: 10px;
}


/**20180830追加**/
@media (min-width:0px) and (max-width:780px) {
/**メイン**/
#mainvl {
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	min-width: inherit;
}
#mainvl img {
	display: block;
	width: 100%;
	
}
#mainvl.faq_vl {
	background-image: none;
	
}
#mainvl.case-study_vl {
	background-image: none;
	
}
#mainvl.case-study_call_vl {
	background-image: none;
	
}
#mainvl.scene_vl {
	background-image: none;
	
}

/**qa**/
#contents #main .link-box {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #989898;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #989898;
	margin-bottom: 20px;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#contents #main .faq-area {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #b9b9b9;
	box-sizing: border-box;
	margin-bottom: 20px;
	box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
}
/**利用シーン**/
#contents #main .link-box2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #989898;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #989898;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#contents #main .link-box2 li a {
	display: block;
	background-image: url(../img/icon_link01.png);
	background-repeat: no-repeat;
	background-position: center bottom 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333;
	text-decoration:none;
	font-size:1.2rem;
}
.p-section__title{
	font-size:17px;
	font-weight:400;
	margin-top:2em;
	margin-bottom:2em;
	text-align:center;
}
.p-title--two_color span {
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #000;
	line-height: 50px;
	height: 50px;
}
#contents #main .f-box {
	width: auto;
	margin-bottom: 0px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#contents #main .f-box .item {
	float: none;
	width: auto;
	box-sizing: border-box;
	/**padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;**/
	
	background-color: #f2f2f2;
	border: 1px solid #b1b1b1;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom: 10px;
}
#contents #main .f-box .item div {
	/**background-color: #f2f2f2;
	border: 1px solid #b1b1b1;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;**/
}

/**事例下層**/
#contents #main div .inner {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#contents #main .study-box {
	margin-top:30px;
	overflow: hidden;
}
#contents #main .study-box .left {
	text-align: center;
	float: none;
	width: auto;
	display: none;
}
#contents #main .study-box .right {
	box-sizing: border-box;
	background-color: #f7f7f7;
	padding: 20px;
	float: none;
	width: auto;
	box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
	
}
#contents #main .study-box .right p {
	font-size: 1.5rem;
	
}
#contents #main .gaiyou {
	width: auto;
	font-size: 1.1rem;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
#contents #main .gaiyou tr th {
	color: #FFF;
	background-color: #01489a;
	text-align: center;
	padding: 10px;
	border: 1px solid #808080;
	width:100px;
	font-weight:normal;
}

#contents #main .p-section.p-scene .color_box01 .inner .sub-title h3 {
	height: auto;
}
}

@media (min-width:0px) and (max-width:1299px) {
#contents #main .link-box2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #989898;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #989898;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#contents #main .link-box2 li a {
	display: block;
	background-image: url(../img/icon_link01.png);
	background-repeat: no-repeat;
	background-position: center bottom 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333;
	text-decoration:none;
	font-size:1.2rem;
}
#contents #main .f-box {
	width: auto;
	margin-bottom: 0px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:distribute;
  justify-content:space-around;
}

}
@media (min-width:736px) and (max-width:1100px) {

#contents #main .f-box .item {
	float: none;
	width: 50%;
	box-sizing: border-box;
	/**padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;**/
	
	background-color: #f2f2f2;
	border: 1px solid #b1b1b1;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom: 10px;
}
#contents #main .f-box .item div {
	/**background-color: #f2f2f2;
	border: 1px solid #b1b1b1;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;**/
}

}
