/*
Template: lightning
Theme Name: kusanagi officail support
Version: 1.0
*/



body{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    word-break: break-all;
	line-height:1.5;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	line-height:1.5;
}
h1{
	font-size: 33px;
}
h2{
	font-size:30px;
	background: #eeeeee;
	border-top:none;
	border-left:7px solid #00a5db;
	padding: 5px 5px 5px 15px;
	margin-bottom:20px;
}
h3{
	font-size:28px;
	border-left:7px solid #00a5db;
	box-shadow: none;
	padding: 3px 3px 3px 15px;
	margin-bottom:20px;
	//border-bottom:none;
}
h3:after{
	border:none;
}
h4{
	font-size:25px;
	padding-bottom: 5px;
	border-bottom:2px solid #00a5db;
	border-radius:0;
	background:none;
	margin-bottom:20px;
}
h5{
	font-size:23px;
	margin-bottom:10px;
}
.table tbody tr td, .table tbody tr th, .table td, .table th, .table thead tr td, .table thead tr th, table tbody tr td, table tbody tr th, table td, table th, table thead tr td, table thead tr th{
		border:none;
	}
table{
	border:none;
}
table tbody tr th,table tbody tr td{
	border-collapse: collapse;
	border: 1px solid #cccccc;
	padding: 1em;
}
th{
	background: #e7f9ff;
	min-width:13em;
}
a:link{
	color:#00a5db;
}

a:visited{
    color: #7942ce;
}
a:hover{
    color: #73d2f1;
}

/*トップページ*/
.gMenu_name{
	font-weight:bold;
}
.slide-text-title {
	font-size: 2.3vw;
	line-height:1.6;
}

.top-title{
	text-align:center;
	color:#16adde;
	font-size:35px;
	font-weight:bold;
	background:none;
	border:none;
	margin:0 0 5px 0;
}
.carousel{
	border:none;
}


.maincatch-area{
	background:#2977ca url("images/server.png") no-repeat;
}
.company-title,.catch-copy{
	color:#ffffff;
}
.company-title{
	background:#fa9237;
	padding:3px 20px;
	border-radius:100px;
	display: inline-block;
}
.catch-copy{
	font-size:45px;
	font-weight:bold;
}

.catch-point-area{
	display:flex;
	justify-content:space-between;
	width: 94%;
}
.catch-point-box{
	color:#003975;
	font-weight:bold;
}
.bg-white{
	background:#ffffff;
	padding:15px;
	opacity:0.9;
	min-height: 95px;
	display: flex;
	align-items: center;
	justify-content:center;
}
.catch-point-box h2{
	background:#003975;
	color:#fff;
	border:none;
	text-align:center;
	font-size:17px;
	border-radius:3px 3px 0 0;
	margin:0;
}

.catch-point-box:nth-child(1){
	flex-shrink:1; 
}

.catch-point-box:nth-child(n+2){
	flex-shrink:2;
}
.catch-point-box img{
	margin-right:10px;
}
.catch-point-box p{
	margin:0;
	line-height:1.6;
}
.txt-bigger{
	font-size:120%;
}

.catch-list,.bnr-list{
	display:flex;
	flex-wrap:wrap;
	padding:0;
	margin:0;
}

.catch-list{
	color:#fff600;
	font-weight:bold;
	margin:0 0 10px 0;
	width:60%;
}
.catch-list li{
	list-style-type:none;
	width:33.3%;
}
.catch-list li:before{
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    display: inline-block;
    content: "\f14a";
    margin-right: 10px;
    font-weight: normal;	
}
.bnr-list li{
	list-style-type:none;
	width:33%;
	margin-bottom:8px;
}
.bnr-list li:nth-child(n+4){
	margin-bottom:0;
}


.kusanagi-about-area{
	padding:15px 0;
	background:#efefef;
}

.kusanagi-about-wrap{
	display:flex;
	align-items:center;
}

.kusanagi-about-text{
	width:80%;
	font-size:15px;
}

.kusanagi-about-text p{
	margin:0;
}


.service-about-area{
	background:#e7f9ff;;
}
.about-wrap,.service-wrap{
	display:flex;
}
.about-wrap.container,.service-wrap.container{
	padding:0;
}
.about-wrap p:last-child{
		margin:0;
	}

.about-text{
	width:70%;
}
.about-img{
	margin-right:20px;
}

.all-management{
	margin:0;
	border-left:4px solid #0a4d62;
	position:relative;
	padding-left:20px;
}

.all-management-title{
	text-align:center;
	color:#e61874;
	font-weight:bold;
	font-size:1.2em;
}
.all-management:before,.all-management:after{
	position:absolute;
	content:'';
	display:block;
	width:0;
	height:0;
}
.all-management:before{
	left:-14px;
	top:-5px;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	border-bottom:12px solid #0a4d62;
}
.all-management:after{
	left:-14px;
	bottom:-5px;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	border-top:12px solid #0a4d62;
}

.all-management li{
	list-style-type:none;
	border-radius:3px;
	background:#00b2eb;
	color:#fff;
	padding:10px 20px;
	text-align:center;
}

.all-management li:nth-child(2){
	background:#0091c0;
}
.all-management li:nth-child(3){
	background:#007195;
}


.about-wrap{
	margin-bottom:30px;
}
.service-area{
	background:#00b2eb;
}

.top-content-area{
	padding:30px 0;
}
.service-wrap {
	justify-content: center;
}
.service-area .top-title,.service-area .container > p{
	color:#ffffff;
}
.service-area .container > p{
	margin-bottom:30px;
}


.service-wrap > div{
	width:33%;
	display:flex;
	margin-right:20px;
	position:relative;

}
.service-wrap > div.last-box{
	margin-right:0;
}
.service-box{
	background:#ffffff;
	padding:5%;
	width:100%;
	color:#000000;
	text-decoration:none;
	display:block;
}

a.service-box:link,
a.service-box:visited,
a.service-box:hover{
	text-decoration:none;
	color:#000000;
}
a.service-box .btn-more{
	width:100%;
	text-align:center;
	border-radius:3px;
	background:#16adde;
	color:#fff;
	padding:15px;
}

a.service-box:hover > .btn-more{
	opacity:0.7;
}

/*
a.service-box:hover{
	background: #0091c0;
}
a.service-box:hover .cls-1,a.service-box:hover .cls-2{
	fill:#ffffff;
}

a.service-box:hover p,
a.service-box:hover .service-title{
	color:#ffffff;
}*/

.for-anyone-area{
	display:flex;
	justify-content:center;
}
.for-anyone-title{
	position:absolute;
	top:-2%;
	padding:10px 30px;
	color:#ffffff;
}
.for-business{
	background:#e34c76;
}
.for-education{
	background:#008577;
}
.for-media{
	background:#fa8924;
}

.icon-area{
	width:20%;
	margin:10px auto;
	height: 75px;
}

.icon-area.icon-bunkyou{
	width:28%;
	margin:10px auto;
}
.kusanagi-logo{
	width:80%;
	margin:10px auto 0;
	height: 45px
}
.service-title,.service-title:after{
	color:#007195;
	margin:0;
	padding:0;
	border:none;
	background:none;
	text-align:center;
	box-shadow:none;
	content:none;
	font-weight:bold;
}
.cls-1,.cls-2{
	fill:#007195;
}
.svg-browser{
	width:30px;
	height:30px;
}




.point-box01,.point-box02,.point-box03,.point-box04,.point-box05{
	background:#eeeeee;
	padding:2%;
	margin-bottom:2%;
}
.point-box01,.point-box04{
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.point-box02,.point-box03{
	width:49%;
}
.point-box-wrap{
	display:flex;
	justify-content:space-between;
}

.point-box-wrap > p{
	display:none;
}
h3.point-title,h3.point-title:after{
	margin:0;
	padding:0;
	border:none;
	background:none;
	box-shadow:none;
	content:none;
	width:80%;

}
.title-number-point,.title-number{
	color:#16adde;
	font-weight:bold;
	text-align: center;
}

.title-number-area{
	display:flex;
	align-items:center;
	margin-bottom:10px;
}
.title-number{
	font-size:44px;
	margin-right:15px;
	padding-bottom: 6px;
	border-bottom: 2px solid #16adde;
}
.title-number p{
	margin:0;
	line-height:1;
}


.title-number-point{
	font-size:20px;
}
.point-detail{
	width:45%;
	margin-right:10px;
}

.top-point-table{
	font-size:90%;
}
.top-point-table th,.top-point-table td{
	border: 1px solid #cccccc;
}
.top-point-table th{
	background:#16adde;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
}
.top-point-table td{
	background:#ffffff;
}
.top-point-table ul{
	margin:0 0 0 15px;
	padding:0;
}
.top-point-table ul li{
	margin-bottom:5px;
}

.service-list,.option-list{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin:0;
	padding:0;
}
.service-list li{
	list-style-type:none;
	background:#e7f9ff;
	padding:2%;
	color:#007195;
	width:32%;
	font-size:22px;
	font-weight:bold;
}
.sub-text{
	font-size:70%;
	line-height:1.8;
	font-weight:normal;
}

.option-list li{
	list-style-type:none;
	width:24%;
	background:#f5f5f5;
	padding:2%;
}
.top-price-table{
	margin-bottom:5px;
}
.top-price-table th,.top-price-table td{
	padding:20px;
	text-align:center;
	font-weight:bold;
}
.price-text{
	color:#007195;
	font-size:35px;
	font-weight:bold;
}


.flow-wrap{
	display:flex;
	justify-content:space-between;
}
.flow-box{
	padding:1.5%;
	background:#e7f9ff;
	width:18%;
}
.arrow-area{
	display:flex;
	align-items:center;
	justify-content: center;
}
.arrow-box{
	width: 0;
	height: 0;
	border-left: 15px solid #007195;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	text-align:center;
}
.flow-number{
	text-align:center;
	color:#16adde;
	font-size:36px;
	font-weight: bold;
}
.flow-box h3{
	border:none;
	margin:0 0 10px 0;
	padding:0;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
.flow-box p{
	line-height:1.6;
}
.faq-list{
	background:#e7f9ff;
	padding:1.5%;
}
.faq-list dt,.faq-list dd{
	border:none;
	margin:0;
	padding:0;
}
.faq-list dt{
	border-bottom:2px solid #16adde;
	padding:0 0 10px 0;
	font-size:20px;
}
.faq-list dd{
	padding:10px 0 0 0;
}
.q-title:before,.a-title:before{
    display: inline-block;
    width: 45px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 21px;
	margin-right:15px;
}
.q-title:before{
	content: "Q";
    background: #16adde;
    color: #fff;
    border-radius: 50%;	
    line-height: 45px;
}
.a-title:before{
	content: "A";
    color: #16adde;
	font-weight:bold;
}


.contact-wrap,.tel-wrap{
	display:flex;
    justify-content: center;
}
.tel-wrap{
	align-items:center;
}
.contact-wrap{
	border:2px solid #16adde;
	padding:2%;
}
.contact-box{
	width:50%;
}
.contact-title{
	border:none;
	background:none;
	margin-bottom:10px;
	color:#16adde;
	font-size:32px;
	font-weight:bold;
	padding:0;
	margin:0;
}


.contact-box+.contact-box{
	border-left:1px solid #dadada;
}
.contact-box.txt-center p{
	margin:0;
}
.contact-box ul{
	margin:0;
	padding-left:20px;
}
.contact-box ul li{
	font-weight:bold;
	margin-bottom:5px;
	font-size:18px;
}
.txt-center{
	text-align:center;
}
.txt-right{
	text-align:right;
}
.txt-hosoku{
	font-size:80%;
	line-height:1.5;
}
.txt-small{
	font-size:80%;
}
.tel-box{
	margin-bottom:10px;
}
.tel-tag{
	background:#16adde;
	color:#ffffff;
	padding:1px 10px;
	margin-right:10px;
}
.tel-txt{
	font-size:2.2em;
	font-weight:bold;
}
.btn-form a{
	background:#ff58a2;
	color:#ffffff;
	border-radius:100px;
	text-align:center;
	text-decoration:none;
	padding:20px;
	width:85%;
	margin:0 auto;
	display: block;
	font-size:1.4em;
}
.btn-form a:before,.btn-contact a:before{
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    display: inline-block;
    content: "\f0e0";
    margin-right: 10px;
    font-weight: normal;	
}


.btn-contact a{
	background:#ff58a2;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 2px;
    font-size: 0.9em;
    display: block;
    float: right;
	margin-left:20px;
	text-decoration:none;
}

.btn-form a:hover,.btn-contact a:hover{
	opacity:0.7;
}
footer{
	padding:8px 0;
}
footer,footer .footerMenu{
	border:none;
}
footer .copySection{
	padding:10px 0;
	border:none;
	float:right;
}
footer .copySection a{
	color:#333;
}


.menu-footer-utility-container{
	float:left;
}

.menu-footer-utility-container .nav>li>a:focus, 
.menu-footer-utility-container .nav>li>a:hover{
	background:none;
	text-decoration:underline;
}
.sp-display{
	display:none;
}

.col-md-12{
	padding:0;
}


@media screen and (max-width:991px){
	.sp-display{
		display:block;
	}
	.pc-display{
		display:none;
	}
	table,table tbody,table tr,table th,table td{
		display:block;
		width:100%;
	}
	table{
		border-left:1px solid #ccc;
		border-top:1px solid #ccc;
		border-right:1px solid #ccc;
	}
	table tbody tr th,table tbody tr td{
		border:none;
	}
	table tbody tr th{
		border-bottom:1px solid #ccc;
	}
	table tbody tr td{
		border-bottom:1px solid #ccc;
	}
	.siteHeader .container{
		position:relative;
		padding-right:5px;
		padding-left:5px;
	}
	.navbar-header{
		float:left;
	}
	.navbar-brand{
		padding:0 0 0 15px;
	}
	.btn-contact a{
		font-size:16px;
		padding:5px 10px;
		margin-left:0;
	}
	.btn-contact a:before{
		display:block;
		text-align:center;
		margin-right: 0;
	}
	.btn-contact a span{
		display:none;
	}
	.vk-mobile-nav-menu-btn{
		left:73%!important;
		right:13%;
	}
	.slide-text-title{
		font-size:6vw;
		font-weight: bold;
	}
	.maincatch-area{
		background:#2977ca url("images/server_sp.png") no-repeat;
		background-position:top right;
		background-size:50%;
	}
	.company-title{
		font-size:13px;
	}
	.catch-copy{
		font-size:25px;
		margin:5px 0 10px;
	}
	.catch-list{
		//display:none;
		width:100%;
		justify-content: space-between;
	}
	.catch-list li{
		width:32%;
		border-radius:3px;
		background:#00a5db;
		color:#fff;
		font-size:11px;
		padding:5px;
		text-align:center;
	}
	.catch-list li:before{
		display:block;
		text-align:center;
		margin-right:0;
	}
	.catch-point-area{
		flex-direction: column;
		width: 100%;
		font-size:13px;
	}
	.catch-point-box{
		margin-bottom:10px;
	}
	.catch-point-box h2{
		font-size:15px;
	}
	.bg-white{
		padding:10px;
		min-height:auto;
	}
	.bnr-list li{
		font-size:11px;
	}

	.kusanagi-about-wrap .about-img{
		width:70%;
	}
	.kusanagi-about-text{
		font-size:13px;
	}

	.kusanagi-about-wrap,
	.about-wrap, .service-wrap,.point-box01, .point-box04,.point-box-wrap,.service-list,.option-list,.flow-wrap,.contact-wrap{
		flex-direction: column;
	}
	.about-wrap.container, .service-wrap.container{
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.kusanagi-about-text,
	.about-text,.service-wrap > div,.point-detail,.point-box02, .point-box03,.service-list li,.option-list li,.flow-box,.contact-box{
		width:100%;
	}
	.service-wrap > div{
		margin:0 auto 25px auto;
	}
	.service-wrap > div.last-box{
		margin-bottom:0;
	}

	.service-area .container > p{
		font-size:14px;
	}
	.about-img{
		margin:0 auto 10px;
	}
	.about-wrap{
		margin:0;
	}
	.all-management li{
		font-size:13px;
	}
	.for-anyone-title {
		top:-3%;
		font-size:14px;
	}
	.icon-area,.icon-area.icon-bunkyou{
		width:15%;
		height:auto;
	}

	.kusanagi-logo{
		width:60%;
		height:auto;
	}
	.service-title{
		font-size:30px;
	}
	.point-box01,.point-box02,.point-box03,.point-box04,.point-box05{
		padding:5%;
	}
	.title-number-point, .title-number{
		text-align:left;
	}
	.title-number{
		font-size:30px;
	}
	.title-number-point{
		font-size:16px;
	}
	/*自動的に入るpタグの余白を消す*/
	.point-box-wrap > p{
		margin:0;
	}
	.top-point-table{
		border:none;
		padding:0;
	}
	.top-point-table tr{
		margin-bottom:20px;
	}
	.service-list li,.option-list li{
		padding:3%;
		font-size:1em;
	}
	.option-list li{
		font-size:13px;
	}
	.top-content-area{
		padding:15px;
	}
	.top-content-area .container{
		padding:0;
	}
	.top-price-table th,.top-price-table td{
		padding:10px;
	}
	.flow-box{
		padding:3%;
	}
	.flow-number{
		font-size:30px;
	}
	.arrow-box{
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-top: 15px solid #007195;
		margin-top:15px;
	}
	.faq-list dt,.faq-list dd{
		padding:10px;
	}
	.faq-list dt{
		font-size:16px;
	}
	.q-title:before, .a-title:before{
		width:30px;
		font-size:18px;
	}
	.q-title:before{
		line-height:30px;
	}
	.contact-box+.contact-box{
		border-left:none;
		border-top: 1px solid #dadada;
		padding-top:5%;
	}
	.contact-wrap.container{
		padding:5%;
		text-align:center;
		margin:0;
	}
	.contact-title{
		text-align:center;
	}
	.contact-box p{
		margin-bottom:10px;
		font-size:90%;
	}
	.contact-box ul{
		margin-bottom:5%;
	}
	.contact-box ul li{
		font-size:16px;
		text-align:left;
	}
	.tel-tag{
		font-size:11px;
		margin-right:5px;
	}
	.tel-txt{
		font-size:1.6em;
	}
	.btn-form a{
		width:100%;
		font-size:1em;
		font-weight:bold;
	}
	
	.col-md-12{
		padding:0 15px 0 15px;
	}
	.menu-footer-utility-container,footer .copySection{
		float:none;
	}
	footer .copySection p{
		text-align:center;
	}
	#menu-footer-utility li{
		border:none;
		border-bottom:1px solid #ccc;

	}
}
@media screen and (max-width:320px){
	h3.point-title,h3.point-title:after{
		width:70%;
	}
}





/*下層ページ*/
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.siteContent{
	padding:3em 0;
}
.kasou-maincatch-area{
	margin-bottom:15px;
}
.page-header_pageTitle, h1.page-header_pageTitle:first-child{
	text-align:center;
}

.merit-wrap{
	display:flex;
	//justify-content:space-around;
	flex-wrap:wrap;
}
.merit-box{
	background:#e7f9ff;
	padding:2%;
	width:32%;
	margin-bottom:20px;
	margin-right:20px;
}

.merit-box:nth-child(3n){
	margin-right:0px;
}
.merit-box h3{
	color:#007195;
	border:none;
	padding:0;
	font-size:24px;
	text-align:center;
	margin: 10px 0;
	}
.merit-box p{
	margin:0;
}
.icon-bigger{
	width:35%;
}

.plan-wrap,.plan-service-wrap{
	display:flex;

}
.plan-wrap{
	background:#e7f9ff;
	padding:2.5%;
	align-items:center;

}
.plan-title-box{
	width:50%;
	min-width: 390px;
	margin-right:20px;
}
.plan-title-box h3{
	border:none;
	font-size:43px;
	padding:0;
	margin-top:5px;
	color: #007195;
}
.plan-title-box .sub-title{
	font-weight:bold;
	font-size:20px;
	margin:0;
}
.price-area{
	margin-top:30px;
	font-size: 20px;
    font-weight: bold;
}
.price-area .price-text{
	font-size:55px;
}

.plan-title-box h4{
	padding:0 0 5px 5px;
	margin:0 0 15px 0;
	font-size:24px;
}
.white-box{
	background:#fff;
	padding:3%;
}

.plus-box{
	margin:15px 0;
}
.plus-box i{
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:30px;
}
.plan-detail-box{
	min-width:699px;
}
.plan-detail-box h5{
	border-bottom:2px solid #00a5db;
	color:#00a5db;
	
}
.plan-service-box{
	width:48%;
	margin-right:20px;
}
.plan-service-box+.plan-service-box{
	margin-right:0;
}
.plan-table th,.plan-table td{
	padding:10px;
	font-size:14px;
}

.plan-table th{
	font-weight:bold;
	text-align:center;
	font-size: 15px;
}
.plan-table td.kakaku{
	min-width:8em;
	font-weight:bold;
	text-align:right;
}

.case-box{
	margin-bottom:80px;
}
.case-img{
	float:left;
	margin-right:20px;
	text-align:center;
}
.case-details {
	float:right;
	width:64%;
}
.case-arrow{
	width:0;
	height:0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #007195;
	margin:15px auto;
}
.case-before,.case-after{
	padding:3%;
}
.case-before{
	background:#f2f2f2;
}
.case-before h4{
	border-color:#333;
}
.case-after{
	background:#e7f9ff;
	font-weight:bold;
}
.case-before h4,.case-after h4{	
	padding-top: 0;
}
.case-voice{
	border:2px solid #00a5db;
	padding:3%;
}
.case-voice h4{
	border:none;
	color:#00a5db;
	padding:0;
	margin-bottom:5px;
}
.case-voice h4:before{
	font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: inherit;
    display: inline-block;
    content: "\f007";
    margin-right: 10px;
}
.case-voice p{
	margin:0;
}

.other-case-wrap{
	display:flex;
}
.other-case-wrap div+div{
	margin:0 0 0 20px;
}
.other-case-area{
	background:#f7f7f7;
	padding:3%;
}
.btn-case a{
	border:2px solid #ff58a2;
	display:block;
	padding:20px;
	position:relative;
	text-decoration:none;
	color:#ff58a2;
	text-align:center;
	width:70%;
	margin:0 auto;
	font-size:18px;
	font-weight:bold;
}
.btn-case a:after{
	position:absolute;
	right:2%;
	font-family: "font awesome 5 free";
    font-weight: bold;
    font-size: inherit;
    display: inline-block;
    content: "\f054";
    margin-right: 10px;
}
.btn-case a:hover{
	background:#ff58a2;
	color:#fff;
}
.top-other-case-area-title,
.other-case-area-title{
	background:#16adde;
	border:none;
	text-align:center;
	position:relative;
	padding: 0 55px;
	color:#ffffff;
	border:none;
	margin:0;
	padding:8px;
}
.top-other-case-area-title:before,.other-case-area-title:before{
	font-family: "font awesome 5 free";
    font-weight: bold;
    font-size: inherit;
    display: inline-block;
    content: "\f06b";
    margin-right: 10px;
	
}
/*
.other-case-area-title{
	background:none;
	border:none;
	text-align:center;
	position:relative;
	padding: 0 55px;
	color:#ff58a2;
}

.other-case-area-title:before,.other-case-area-title:after{
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 16%;
    height: 1px;
    background-color: #ff58a2;	
	content:'';
}

.other-case-area-title:before{
	left:0;
}
.other-case-area-title:after{
	right:0;
}
*/
.other-case-list{
	display:flex;
	justify-content:space-between;
	margin:0;
	padding:0;
}
.other-case-list li{
	position:relative;
	list-style-type:none;
	width:32%;
}

.other-case-list li a{
	display:block;
	border:2px solid #ff58a2;
	background:#fff;
	padding:20px;
	color:#ff58a2;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}

.other-case-list li a:after{
	position:absolute;
	right:2%;
	font-family: "font awesome 5 free";
    font-weight: bold;
    font-size: inherit;
    display: inline-block;
    content: "\f054";
    margin-right: 10px;
}
.other-case-list li a:hover{
	background:#ff58a2;
	color:#fff;
}

@media screen and (max-width:1200px){
	.case-details{
		width:57%;
	}
}


@media screen and (max-width:991px){
	h1{font-size:20px;}
	h2,.top-title,.contact-title{
		font-size:23px;
	}
	h3,.merit-box h3,.flow-box h3{
		font-size:20px;
	}
	h4{
		font-size:18px;
	}
	h5{
		font-size:16px;
	}
	.merit-wrap,.other-case-list{
		flex-direction: column;
	}
	.merit-box{
		width:100%;
		padding:3%;
	}
	.icon-bigger{
		width:20%;
	}
	.plan-wrap,.plan-service-wrap{
		flex-direction: column;
	}
	.plan-wrap{
		padding:3%;
	}

	.plan-title-box,.plan-detail-box{
		width:100%;
	}
	.plan-title-box{
		margin-right:0;
		margin-bottom:20px;
		min-width:auto;
	}
	.plan-title-box h3{
		font-size:30px;
		margin-bottom:10px;
	}
	.plan-title-box h4{
		margin-top:0px;
	}
	.plan-service-box{
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}
	.plan-title-box .price-text{
		font-size:45px;
	}
	.plan-detail-box{
		min-width:auto;
	}

	.case-img,.case-details{
		float:none;
	}
	.case-details{
		width:100%;
	}
	.case-voice{
		padding:5%;
	}
	.other-case-area{
		padding:4%;
	}
	.other-case-wrap{
		flex-direction: column;
	}
	.other-case-wrap div+div{
		margin:10px 0 0 0;
	}
	.other-case-wrap img{
		display:table;
		margin:0 auto;
	}
	
	.btn-case a{
		width:100%;
		font-size:1em;
		padding:20px;
	}
	.other-case-list li{
		width:100%;
	}
	button, input, select, textarea,.form-control{
		width:100%;
	}
	table tbody tr td .form-control, table tbody tr th .form-control, table td .form-control, table th .form-control, table thead tr td .form-control, table thead tr th .form-control{
		max-width:100%;
	}
	
}

/*お問い合わせ*/
.btn-primary{
	border:none;
	background:#ff58a2;
}
.btn-primary:focus, .btn-primary:hover{
	opacity:0.7;
	background:#ff58a2;
}
button, html input[type=button], input[type=reset], input[type=submit]{
	padding:20px 20px;
	width:40%;
	font-size:1em;
}
.form-control{
	border-radius:0;
}
input[type=checkbox]{
	margin-right: 6px;
}

.required{
	color:red;
}
@media screen and (max-width:991px){
	button, html input[type=button], input[type=reset], input[type=submit]{
		width:100%;
	}
	input[type=checkbox]{
		width:20px;
		height:20px;
		margin:0 auto 10px;
		display: block;
		text-align:center;
	}
	span.wpcf7-list-item{
		margin:0;
	}
}
/*ダウンロードページ*/

.btn-download-area{
    width: 50%;
	margin:0 auto;
}
.btn-download{
	display:flex;
	justify-content:center;	
}
.btn-download a{
	width:100%;
    text-align: center;
	text-decoration:none;
	font-size:1.2em;
    border-radius: 3px;
    background: #16adde;
    color: #fff;
    padding: 20px;
	position:relative;
}
.btn-download a:hover{
	opacity:0.7;
}

.btn-download a:after{
	position:absolute;
	right:2%;
	top:35%;
	font-family: "font awesome 5 free";
    font-weight: bold;
    font-size: inherit;
    display: inline-block;
    content: "\f054";
    margin-right: 10px;
}

@media screen and (max-width:991px){
	.btn-download-area{
    	width: 100%;
	}
}
