@charset "utf-8";

/* ---------------------------------------------------------------------------------------- 
	トップページ・top
---------------------------------------------------------------------------------------- */

.pagetemp-top .navbar-default.navbar-pc{
	background: none;
}
body.pagetemp-top{
	padding-top: 0;
}

.pagetemp-top .hBox{
    opacity: 0;
    transition: .3s;
}
.pagetemp-top .hBox.hBox_f{
    opacity: 1;
}

/* -----------------------------------
	メインイメージ
----------------------------------- */

body.pagetemp-top .siteblock-header{
	margin-top: 75px;
}
#sitedesign-main-visual canvas.wave-top{
	height: 150px;
	    top: 0;
	    transform: rotate(180deg);
}

#sitedesign-main-visual  .sitedesign-bg-header.sitedesign-bg-header02{
	background: none;
	padding: 0;
	display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.sitedesign-main-img,.logo-bg,.logo-bg>img{
	height: 100%;
}
#sitedesign-main-visual .sitedesign-bg-header02 .sitedesign-main_inner{
	/*padding-top: 0;
	display: block;*/
	padding-left: 12%;
	padding-right: 12%;
	width: 100%;
}
#sitedesign-main-visual .sitedesign-bg-header02.banner-contents .sitedesign-main_inner{
    padding-right: 7%;
}
.sitedesign-bg-header02 .sitedesign-main-text h1{
	z-index: 1;
    /*position: absolute;*/
    position: absolute;
    left: 30px;
    /* top: 30px; */
    top: -60px;
    margin-bottom: 30px;
}
#sitedesign-main-visual .sitedesign-bg-header .sitedesign-main-img{
	position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
}
.sitedesign-bg-header02 .logo-bg img{
	width: 100%;
	filter: none;
	object-fit: cover;
}
.sitedesign-main_inner .sitedesign-main-contents{
	width: 50%;
	    position: relative;
	    z-index: 1;
	    display: inline-block;
	    /*background: #fff;*/
}
/*.sitedesign-main_inner .sitedesign-main-contents:before {
    content: "";
    position: absolute;
    top: -98px;
    left: 36px;
    width: 550px;
    height: 550px;
    border-radius: 500px;
    background: #858994;
    z-index: 0;
}*/
#sitedesign-main-visual .parts_img_type03_box{
	width: 100%;
	float: none;
	text-align: center;
	padding: 0;
}
#sitedesign-main-visual .sitedesign-bg-header .sitedesign-main_inner{
	justify-content: center;
	justify-content: space-around;
	align-items: center;
}
#sitedesign-main-visual .parts_img_type03_box h3{
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}
#sitedesign-main-visual .parts_img_type03_box p{
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
}
#sitedesign-main-visual .parts_img_type03_box img{
	width: 100%;
	left: 0;
}
.sitedesign-main_inner .sitedesign-main-contents{
	width: 40%;
}
.banner-contents .sitedesign-main_inner .sitedesign-main-contents{
    width: 43%;
}
.sitedesign-main_inner .sitedesign-main-contents a:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
.sitedesign-main-contents-bg{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sitedesign-main-contents-bg .parts_img_type19_box{
	height: 100%;
}
.sitedesign-main-contents-bg .parts_img_type19_box img{
	height: 100%;
	object-fit: cover;
}

#sitedesign-main-visual .sitedesign-bg-header02 .sitedesign-main_inner .sitedesign-main-text{
	z-index: 2;
	width: 50%;
	display: inline-block;
}

.sitedesign-main-text h1 img,
.sitedesign-main-text{
	width: 200px;
}

.sitedesign-main-text p.sub{
	background: #d49000;
	padding: 10px 20px;
    display: inline-block;
    border-radius: 500px;
}
.sitedesign-main-text p.sitedesign-main-text-title{
	font-size: 47px;
    font-weight: bold;
    text-shadow: 0px 0px 15px #26445f;
}

.siteblock-opt3 canvas {
    display: block;
    width: 100%;
    margin-bottom: -1px;
    transform: rotate(180deg);
}
.pagetemp-top .siteblock-opt3{
	background: #f2f5ff;
}
.pagetemp-top .siteblock-opt3 > div{
	margin-top: 100px;
}
.pagetemp-top .siteblock-opt3 div .box{
	margin-bottom: 20px;
}
.pagetemp-top .siteblock-footer{
	background: #f2f5ff;
}

.sitedesign-main-text #INCLUDEEDIT-slider-1{
	width: 100vw;
}

.pagetemp-top .navbar-default .navbar-nav>li>a{
	/*color: #fff;*/
	transition: .3s;
}
.pagetemp-top .navbar-default .navbar-nav>li>ul>li>a{
	color: #777;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.pagetemp-top .navbar-default .navbar-nav>li>a:focus,
.pagetemp-top .navbar-default .navbar-nav>li>a:hover{
	color: #d49000;
}

@media screen and (max-width: 991px){
	#sitedesign-main-visual .sitedesign-bg-header02 .sitedesign-main_inner{
		padding-left: 4%;
    padding-right: 4%;
	}
}
@media screen and (max-width: 767px){
	#sitedesign-main-visual .sitedesign-bg-header02 .sitedesign-main_inner{
		margin-top: 300px;
	}
	#sitedesign-main-visual .sitedesign-bg-header02 .sitedesign-main_inner .sitedesign-main-text{
		width: 100%;
	}
	.sitedesign-main-text p.sitedesign-main-text-title{
		font-size: 28px;
	}
	.sitedesign-main_inner .sitedesign-main-contents{
		width: 100%;
		background: #3956a8;
		padding: 20px;
	}
	#sitedesign-main-visual .sitedesign-main_inner .sitedesign-main-contents .top-fade-img{
		width: 60%;
		margin: auto;
	}
	.sitedesign-main_inner .sitedesign-main-contents .right{
		width: 100%;
		margin: auto;
	}
}


/* -----------------------------------
	自分たちだけのCMSサービス
----------------------------------- */
.pagetemp-top .topOriginal .parts_img_type04_box.left{
	width: 40%;
}
.pagetemp-top .topOriginal .parts_img_type04_box.right{
	position: relative;
	width: 60%;
}
.topOriginal .right img{
	position: absolute;
	filter:none;
	opacity: 0;
	transition: .3s;
}
.topOriginal .right img.fadein{
	opacity: 1;
}

@media screen and (min-width: 768px){
	.pagetemp-top .topOriginal .box{
		display: flex;
		align-items: center;
	}
}

/* -----------------------------------
	他にはないサポート体制
----------------------------------- */
.top-support{
	margin:auto;
	margin-top: -240px;
	z-index: 0;
}
.top-support img{
	left: 0;
}
.top-support-text .parts_img_type16_box_01.left,
.top-support-text .parts_img_type16_box_03.left{
	background: #fff;
    padding: 40px;
    z-index: 10;
    position: relative;
    border-radius: 700px;
    text-align: center;
}
.top-support-text .parts_img_type16_box_01.left{
	transition-delay: 0.3s;
}
.top-support-text .parts_img_type16_box_03.left{
	margin-top: -50px;
	transition-delay: 0.6s;
}

@media screen and (max-width: 992px){
	.top-support-text .parts_img_type16_box_01.left,
	.top-support-text .parts_img_type16_box_03.left{
		width: 47%;
	}
	.top-support-text .parts_img_type16_box_02.left{
		width: 5%;
	}
	.top-support-text .parts_img_type16_box_03.left{
		margin-top: 0px;
	}
	.top-support{
		margin-top: -150px;
	}
}
@media screen and (max-width: 767px){
	.top-support-text .parts_img_type16_box_01.left,
	.top-support-text .parts_img_type16_box_03.left{
		width: 100%;
	}
	.top-support{
		margin-top: 0px;
	}
	.top-responsive p{
		text-align: center !important;
	}
}

/* -----------------------------------
	導入までの流れ
----------------------------------- */
.step-fade01.fade-text{
	transition-delay: 0s;
}
.step-fade02.fade-text{
	transition-delay: 0.3s;
}
.step-fade03.fade-text{
	transition-delay: 0.6s;
}
.step-fade04.fade-text{
	transition-delay: 0.9s;
}

/* ---------------------------------------------------------------------------------------- 
	共通
---------------------------------------------------------------------------------------- */

body{
	padding-top: 65px;
}

b, strong{
	color: #002180;
}

u{
	text-decoration: none;
	position: relative;
	z-index: 0;
	padding: 0 10px;
	display: inline-block;
}
u:before{
	content: "";
    position: absolute;
    display: inline-block;
    height: 30%;
    width: 0px;
    background: #eaab25;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: .5s;
}
u.width-on:before{
	width: 100%;
}

.pagetemp-column1 .siteblock-opt3 .freeParts > .box{
	margin-bottom: 0;
}

/* -----------------------------------
	ヘッダー上部
----------------------------------- */

.headerBox .hUp{
	position: fixed;
	z-index: 100;
	transition: .3s;
}
.headerBox .hUp .wrapper{
	/*max-width: 95pc;
	width: 100%;*/
	padding: 0 6pc 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
	margin-bottom: 15px;
	align-items: center;
}
.headerBox .hUp .wrapper .hBox{
	position: fixed;
	left: 2%;
	top: 10px;
}
.headerBox .hUp .wrapper ul{
	display: none !important;
	opacity: 0;
	transition: .5s;
}
.headerBox .hUp .wrapper img{
	width: 150px;
}
.headerBox .hUp .wrapper dl,
.headerBox .hUp .wrapper ul{
	display: flex;
	padding: 0;
	margin: 0;
}
.headerBox .hUp .wrapper dl dt,
.headerBox .hUp .wrapper dl dd{
	margin: 0;
}
.headerBox .hUp .wrapper ul li{
	margin: 0 5px;
	padding: 0;
}
.headerBox .hUp .wrapper ul li:before{
	display: none;
}
.headerBox .hUp .wrapper ul li a{
	padding: 10px 12px;
    border-radius: 50px;
	background: #3956a8;
	color: #fff;
}
.headerBox .hUp .wrapper ul li a:hover,
.headerBox .hUp .wrapper ul li a:focus{
	/*color: #7955a0;*/
	/*box-shadow: inset 2px 2px 5px #bdc1d5, inset -3px -3px 7px #fff;
	border: 1px solid #dcdee9;
	background: #e9ecff;*/
	background: #4f6fe4;
	color: #fff;
}

.headerBox .hUp.navbar-sitelogo-show-hUp{
	z-index: 3001;
	    background: none;
	    box-shadow: none;
	    top: 80px;
	    left: 0;
	    width: 100%;
}
.headerBox .hUp.navbar-sitelogo-show-hUp .wrapper ul{
	display: flex !important;
	opacity: 1;
}

@media screen and (max-width: 1260px) {
  .headerBox .hUp .wrapper dl,
  .headerBox .hUp .wrapper ul {
    flex-flow: wrap;
  }
  .headerBox .hUp .wrapper ul li {
      margin: 5px 5px;
  }
  .headerBox .hUp .wrapper ul li a{
  	font-size: 14px;
  }
  .siteblock-header .navbar .navbar-collapse.collapse > .navbar-nav > li{
  	padding: 5px 10px;
  }
  .siteblock-header .navbar .navbar-collapse.collapse > .navbar-nav > li > a{
  		color: #3956a8;
  	  font-weight: bold;
  }
  .siteblock-header .navbar .navbar-collapse.collapse > .navbar-nav > li a{
  	font-size: 14px;
  }
  .navbar-nav i {
  	font-size: 18px;
  }
  .siteblock-header .navbar{
  	/*right: 25%;
   	top: 14px;*/
  }
}
.siteblock-header .navbar .navbar-collapse.collapse{
		opacity: 0 !important;
		display: none !important;
}
@media screen and (max-width: 991px) {
	/*.siteblock-header .navbar .navbar-collapse.collapse{
		opacity: 0 !important;
		display: none !important;
	}*/
	.headerBox .hUp .wrapper dl,
	.headerBox .hUp .wrapper ul {
		width: auto;
		margin-right: 80px;
	}
	.siteblock-header .navbar.navbar-default-open{
		overflow: hidden;
	}
	.siteblock-header .navbar{
		right: 0;
		top: 0;
		width: fit-content;
		height: fit-content;
	}
	.siteblock-header .navbar .navbar-collapse.collapse > .navbar-nav {
	    flex-flow: wrap;
	    width: 100%;
	    margin: 0;
	    overflow: scroll;
	    height: calc(100vh - 190px);
	}
	.siteblock-header .navbar .navbar-collapse.collapse > .navbar-nav > li{
		width: 100%;
	}
	.siteblock-header .navbar .navbar-collapse.collapse > .navbar-nav > li > a{
		/*border-bottom: 2px solid #3956a8;*/
	}
	.siteblock-header .navbar .navbar-collapse.collapse > .navbar-nav > li a {
    	font-size: 16px;
	}
	.siteblock-header .navbar .navbar-collapse.collapse > .navbar-nav > li > .navbar-nav{
		margin: 0;
	}
	.siteblock-header .navbar .navbar-collapse.collapse > .navbar-nav > li ul li{
		padding: 0;
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
		display: inline-block;
	}
	.headerBox .hUp .wrapper img {
	    width: 100px;
	}
}
@media (min-width: 768px){
	.navbar-nav {
	    float: unset;
	    margin: 0;
	}


}
@media screen and (max-width: 670px) {
	.headerBox .hUp .wrapper {
		padding: 0;
	}
	.headerBox .hUp .wrapper ul {
		margin-right: 0;
	}
}

/* -----------------------------------
	ヘッダーメニュー
----------------------------------- */

@media (min-width: 992px){
	.navbar-toggle {
	    /*display: none !important;*/
	}
	.siteblock-header .navbar.navbar-default-open {
/*	    display: flex;
	    justify-content: center;
	    align-items: center;*/
	}
	.siteblock-header .navbar .navbar-collapse.collapse > .navbar-nav > li{
		width: 33.333%;
	}

}
.siteblock-header .navbar .navbar-collapse.collapse{
	/*display: block;*/
	/*opacity: 1 !important;*/
}

.navbar-collapse.collapse > .navbar-nav > li:hover .navbar-nav {
	display: block !important;
}

.navbar-nav i{
	margin-left: 5px;
	font-size: 19px;
}

.navbar-header{
	opacity: 0;
	transition: .3s;
}
.navbar-header.navbar-header_f{
	opacity: 1;
}

/* -----------------------------------
	PCヘッダーメニュー
----------------------------------- */

.navbar-default.navbar-pc{
	background-color: #fff;
	border: none;
	position: absolute;
  height: 70px;
	top: 0;
    width: 100% !important;
    left: 0;
    padding: 9px 0;
    margin: 0;
}

.navbar-collapse-pc ul li{
	position: relative;
	margin: 0;
}
.navbar-collapse-pc ul:before,
.navbar-collapse-pc ul:after{
	display: none;
}

.navbar-collapse-pc ul li:before{
	display: none;
}
.navbar-collapse-pc > ul.navbar-nav{
	float: right;
    margin: 0;
    padding-right: 10%;
}

.navbar-collapse-pc > ul > li > ul{
	display: none;
	opacity: 0;
	transition: .3s;
	position: absolute;
    width: 250px;
    padding: 20px 10px;
    background: #fff;
    top: 50px;
    box-shadow: 0 0 15px #4e4e4e91;
    border-radius: 10px;
    z-index: 10000;
}
.navbar-collapse-pc > ul > li:hover > ul{
	display: block;
	opacity: 1;
}

@media screen and (max-width: 992px){
	.navbar-default.navbar-pc{
		display: none;
	}
	.siteblock-header .navbar .navbar-header{
		opacity: 1 !important;
	}
}

/* -----------------------------------
	スライド
----------------------------------- */
.siteblock-header .slider{
	width: 100%;
	margin-left: -1px;
}
.siteblock-header .slider img{
	margin: 0;
	width: 100%;
}

/* -----------------------------------
	フッター
----------------------------------- */

.siteblock-footer .fContact{
	position: relative;
	z-index: 1;
}
.siteblock-footer .fContact:before{
	content: "";
    position: absolute;
    top: -58px;
    left: -36px;
    width: 250px;
    height: 250px;
    border-radius: 500px;
    background: #858994;
    z-index: 0;
}
.siteblock-footer .fContact dl,
.siteblock-footer .fContact p{
	z-index: 1;
    position: relative;
    text-align: center;
}
.siteblock-footer .fContact dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 150px;
  margin: 0;
}
.siteblock-footer .fContact dl dd,
.siteblock-footer .fContact dl dt{
	margin-bottom: 15px;
}
.siteblock-footer .fContact p a{
	background: #fff;
    border-radius: 200px;
    color: #3956a8;
    padding: 10px 20px;
}
.siteblock-footer .fContact p a:hover,
.siteblock-footer .fContact p a:focus{
	background: #daa12c;
	color: #ffffff;
}


/* ---------------------------------------------------------------------------------------- 
	テンプレート・template
---------------------------------------------------------------------------------------- */

/* -----------------------------------
	一覧
----------------------------------- */

.templateDemoList .blogEntryListPhoto{
	height: 300px;
	overflow: hidden;
}
.siteblock-main .blogEntryBox .blogEntryList h2{
	margin: 10px 0;
	text-align: center;
}
.siteblock-main .blogEntryBox .blogEntryList .blogEntryListDemo{
	text-align: center;
	margin: auto;
	width: 50%;
	padding: 5px 10px;
	border-radius: 29px;
	margin-top: 20px;
	box-shadow: inset 2px 2px 5px #bdc1d5, inset -3px -3px 7px #fff;
	border: 1px solid #e3e1e6;
	background: #f4f6ff;
}


/* -----------------------------------
	詳細
----------------------------------- */

.templateDetail .blog-individual-box{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.templateDetail .blog-individual-box .body,
.templateDetail .blog-individual-box .form{
	width: 45%;
}
.oemRegistbox{
	padding: 20px;
	box-shadow: inset 2px 2px 5px #dad6e0, inset -3px -3px 7px #fff;
	border: 1px solid #dcdee9;
	color: #5c6abe;
	border-radius: 10px;
}
.oemRegistbox .oemRegistboxSec{
	overflow: hidden!important;
	position: relative;
	width: 100%;
	min-height: 600px;
	padding: 0;
}

.oemRegistbox .oemRegistboxSec iframe{
	overflow: hidden!important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* ---------------------------------------------------------------------------------------- 
	モジュール
---------------------------------------------------------------------------------------- */


/* -----------------------------------
	パンクズナビ
----------------------------------- */

.sitedesign-topicpath{
	    position: absolute;
    top: 150px;
    left: 90px;
    z-index: 10;
}
.sitedesign-topicpath .breadcrumb{
	background: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.sitedesign-topicpath .breadcrumb a{
	color: #fff;
}
.breadcrumb>li:after {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}
.breadcrumb>li+li:before {
    display: none;
}
.breadcrumb>li:last-child{
	display: none;
}


/* -----------------------------------
	トピック・イベントセミナー情報
----------------------------------- */

.siteblock-upper .topicsDigest .container{
	display: flex;
	align-items: center;
}
.siteblock-upper .topicsDigest .topicsDigestLeft{
	width: 40%;
}
.siteblock-upper .topicsDigest h2{
	font-size: 30px;
	margin: 0;
}
.siteblock-upper .topicsDigest .topicsDigestBox {
    padding: 20px 0 10px;
     border-bottom: 0; 
}
.siteblock-upper  .topicsDigest .topicDigestText{
	padding-right: 0;
}
.siteblock-upper .topicsDigest .topicDigestDay{
	font-size: 20px;
}
.siteblock-upper .topicsDigest h4{
	font-size: 16px;
}

/* ---------------------------------------------------------------------------------------- 
	フリーパーツ
---------------------------------------------------------------------------------------- */

/* -----------------------------------
	右下固定ボタン
----------------------------------- */

.fix-btn{
	right: 0;
    position: fixed;
    bottom: 0;
    opacity: 0;
    transition: .4s;
    z-index: 100;
    width: 100%;
    background: #3956a8;
    padding: 20px;
    color: #fff;
}
.fix-btn .fix-btn-sp{
	display: none;
	background: #3956a8;
	color: #fff;
}
.fix-btn .fix-btn-box{
	display: flex;
	justify-content: center;
    align-items: center;
}
.fix-btn p{
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}
.fix-btn p span{
	font-weight: bold;
	font-size: 20px;
}
.fix-btn ul{
	display: flex;
    flex-flow: wrap;
    margin-bottom: 0;
}
.fix-btn ul li{
	margin: 0;
}

.fix-btn ul li:before{
	display: none;
}
.fix-btn a{
	background: #ffffff;
    padding: 5px 40px;
    border-radius: 500px;
    color: #3956a8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-btn li:first-child a{
	background: #fbebee;
}
.fix-btn li:nth-child(2) a{
	background: #f9eed3;
}
.fix-btn li:nth-child(3) a{
	background: #e6e8cf;
}
.fix-btn li:nth-child(4) a{
	background: #e8f3f7;
}

.fix-btn li:first-child a:hover,
.fix-btn li:first-child a:focus{
	background: #f48ba1;
    color: #fff;
}
.fix-btn li:nth-child(2) a:hover,
.fix-btn li:nth-child(2) a:focus{
	background: #f1d186;
    color: #fff;
}
.fix-btn li:nth-child(3) a:hover,
.fix-btn li:nth-child(3) a:focus{
	background: #becb59;
    color: #fff;
}
.fix-btn li:nth-child(4) a:hover,
.fix-btn li:nth-child(4) a:focus{
	background: #5eacc8;
    color: #fff;
}
.fix-btn a img{
	margin-right: 10px;
}
.fix-btn.fix-btn_f{
	opacity: 1;
}

/* -----------------------------------
	説明ヘッダー
----------------------------------- */
.mainHead{
	position: absolute;
	right: 50px;
	top: 300px;
	background: #fff;
	padding: 30px;
	width: 700px;
}
.mainHead ul{
	padding-left: 0;
	margin-bottom: 0;
}
.mainHead li{
	padding: 0;
	display: inline-block;
	margin-right: 10px;
	background: #eaab25;
	color: #fff;
	padding: 5px 10px;
	border-radius: 100px;
}
.mainHead li:before{
	display: none;
}

/* -----------------------------------
	フッターメニュー
----------------------------------- */
.siteblock-footer .fNav ul{
	padding-left: 0;
}
.siteblock-footer .fNav > ul {
	display: flex;
	    flex-flow: wrap;
}
.siteblock-footer .fNav > ul > li {
	padding: 0 20px;
	font-size: 13px;
}
.siteblock-footer .fNav > ul > li > a{
	font-size: 14px;
}
.siteblock-footer .fNav ul li:before{
	display: none;
}

/* ---------------------------------------------------------------------------------------- 
	コンテンツパーツ
---------------------------------------------------------------------------------------- */

/* -----------------------------------
	3分の１、枠線付きサービス紹介
----------------------------------- */

@media screen and (min-width: 768px){
	.cms_col_3.cparts-var03-type18 {
	    display: inline-block;
	    width: 33.333%;
	    padding: 15px;
	    vertical-align: top;
	}
}
@media screen and (max-width: 991px){
	.cms_col_3.cparts-var03-type18 {
	    width: 50%;
	}
}
@media screen and (max-width: 767px){
	.cms_col_3.cparts-var03-type18.top-select3 {
	    width: 100%;
	}
}

@media screen and (max-width: 480px){
	.cms_col_3.cparts-var03-type18 {
	    width: 100%;
	    margin-bottom: 20px;
	}
}
#cms_contents_area .cms_col_3.cparts-var03-type18 {
    padding: 10px 5px;
}
.cparts-col-block-type18{
	display: flex;
    flex-flow: wrap;
}
.col3-type18 .cparts-body-block{
	height: 100% !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* -----------------------------------
	2分の１、お問い合わせ
----------------------------------- */
@media screen and (min-width: 768px){
	.contact-col2.cms_col_3.cparts-var03-type18 {
	    display: inline-block;
	    width: 50%;
	    padding: 15px;
	    vertical-align: top;
	}
}
.contact-col2 .cparts-body-block{
	padding: 10px 50px 10px 20px;
	position: relative;
	justify-content: center;
}
.contact-col2 .cparts-body-block:before{
	content: '';
	position: absolute;
	right: 20px;
	top: 46%;
	width: 15px;
	height: 15px;
	border-top: solid 2px #3856a8;
	border-right: solid 2px #3856a8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .6s;
}
.contact-col2 .cparts-body-block:hover{
	box-shadow: 0 0 15px #ccc;
	transition: .6s;
}
.contact-col2 .cparts-body-block:hover:before{
	right: 10px;
}

.contact-col2 .cparts-body-text-block{
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.contact-col2 .cparts-body-text-block .photo{
	width: 20%;
	    padding-right: 15px;
}
.contact-col2 .cparts-txt-block{
	text-align: left;
	width: 80%;
}
.contact-col2 .cparts-foot-block a{
	position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

#cms_contents_area .contact-col2 .cparts-foot-block a{
	position: relative;
	width: auto;
	height: auto;
	opacity: 1;
}
@media screen and (max-width: 991px){
	.contact-col2.cparts-var03-type18 .cparts-body-block{
		justify-content: flex-start;
    padding: 20px 50px 10px 10px;
	}
	.contact-col2 .cparts-body-text-block {
    flex-direction: column;
}
.contact-col2 .cparts-txt-block{
	    width: 95%;
}
.contact-col2 .cparts-txt-block h4{
	text-align: center;
}
.contact-col2 .cparts-body-text-block .photo{
	    padding-right: 0;
}
}

/* -----------------------------------
	アイコン付きバナーボタン
----------------------------------- */
.banner-button.box{
	margin-bottom: 20px;
	margin-top: 20px;
}
.banner-button .cparts-txt-block{
	margin-bottom: 10px;
}
.banner-button p{
	height: 100%;
}
.b-btn{
	color: #fff;
    border: 2px solid #3856a8;
    background: #3856a8;
    font-size: 18px;
    padding: 20px 30px;
    display: inline-flex;
    line-height: 1.5;
    transition: .5s;
    width: 100%;
    /*justify-content: space-around;*/
    align-items: center;
    height: 100%;
    position: relative;
}
.b-btn:before{
	content: '';
	position: absolute;
	right: 15px;
	width: 15px;
	height: 15px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.b-btn:hover,
.b-btn:focus{
	box-shadow: 0 0 5px #3d5bca;
    background: #3856a8;
    border: 2px solid #3856a8;
    color: #fff;
    text-decoration: none;
    opacity: .8;
}
.b-btn img{
	    width: 40px;
    margin: 0 30px 0 0;
}

/* -----------------------------------
	サポートパーツ
----------------------------------- */

.support-box{
	opacity: 0;
	transition: .6s;
	transform: translateY(50px);
}
.support-box.fadein{
	opacity: 1;
	transform: translateY(0px);
}
.support-box .right{
	text-align: right;
}



/* -----------------------------------
	opt3-contact
----------------------------------- */
.opt3-contact.clearfix{
	display: flex;
    align-items: center;
}
.opt3-contact .left{
	border-right: 2px solid #ccc;
}
/* -----------------------------------
	ステップリスト
----------------------------------- */
.steplist .box{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
}
.steplist .number{
	text-align: center;
}

.steplist .number p{
	    text-align: center;
    font-size: 90px;
    font-family: 'JetBrains Mono', monospace;
    /* text-shadow: 2px 2px 0 #002180, -2px 2px 0 #002180, 2px -2px 0 #002180, -2px -2px 0 #002180; */
    color: #3856a8;
    /* min-height: 364px; */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f5ff;
    border-radius: 600px;
    display: inline-block;
    padding: 10px 20px;
    z-index: 100;
}
.steplist h3{
	text-align: left;
}
.steplist img{
	filter: none;
	opacity: 0;
	transition: .6s;
	transition-delay: .3s;
}
.steplist .steplist-text{
	opacity: 0;
	transition: .6s;
}
.steplist .parts_img_type16_box_01.steplist-text{
	transform: translateX(-50px);
}
.steplist .parts_img_type14_box_03.steplist-text{
	transform: translateX(50px);
}
.steplist-border{
	position: relative;
}
/*.steplist .steplist-img{
	min-height: 364px;
	display: flex;
    justify-content: center;
}*/
.steplist-border:before{
	/*content: url(../images/border.png);*/
	/*position: absolute;
    top: -190px;
    left: 48%;
    display: inline-block;*/
    content: "";
    position: absolute;
    top: -230px;
    left: 50%;
    display: inline-block;
    width: 5px;
    height: 0px;
    background: #fff;
    z-index: -1;
    transition: .6s;
}

.steplist.fadein img,
.steplist.fadein .steplist-text{
	opacity: 1;
	transform: translateX(0px) !important;

}
.steplist-border.steplist-border-in:before{
	height: 100%;
}

/* -----------------------------------
	代理店の声
----------------------------------- */
.voice .box{
	position: relative;
	margin-top: 100px;
}
.voice .voice-left{
	    width: 100%;
    background: #fff;
    padding: 80px 150px;
    border-radius: 15px;
    position: relative;
    z-index: 0;
    margin-bottom: 50px;
}
.voice .voice-left h3{
	text-align: left;
}
.voice.voice-type1 .voice-left{
	padding-left: 350px;
}
.voice.voice-type2 .voice-left{
	padding-right: 350px;
}
/*.voice .voice-left::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-135deg);
  left: 240px;
  bottom: -45px;
  border-left: 50px solid #fff;
  border-top: 50px solid #fff;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  z-index: -1;
}
.voice .voice-left::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(-135deg);
  left: 200px;
    bottom: -50px;
  border-left: 50px solid #f2f5ff;
  border-top: 50px solid #f2f5ff;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  z-index: -1;
}*/

.voice .voice-right{
	    width: 330px;
    z-index: 1;
    position: absolute;
    top: 100px;
}
.voice .voice-right img{
	z-index: 1;
}

.voice.voice-type2 .voice-right{
	float: right;
	right: 0;
}
/*.voice.voice-type2 .voice-left::after{
	right: 200px;
	left: auto;
}
.voice.voice-type2 .voice-left::before{
	right: 240px;
	left: auto;
}*/

/* -----------------------------------
	fフェードイン
----------------------------------- */

.fade-text{
	opacity: 0;
	transition: .6s;
}
.top-fade-img,
.fade-img{
	position: relative;
}
.top-fade-img img,
.fade-img img{
	filter: none !important;
	position: absolute;
	transition: .3s;
	opacity: 0;
}
.fade-text.fadein,
img.fadein{
	opacity: 1;
	transform: translateX(0px) !important;
}
/* -----------------------------------
	OEMサービス
----------------------------------- */

.oemservice.oemservice-type2{
	background: #f8faff;
}
.oemservice.oemservice-type1{
	margin:100px 0 100px;
}
.oemservice.oemservice-type2 .oemservice-inner{
	padding: 50px 0;
}
.oemservice .oemservice-inner{
	margin: 0 40px;
	display: flex;
	align-items: center;
}
.oemservice .oemservice-inner .fade-text.left{
	transform: translateX(-50px);
}
.oemservice .oemservice-inner .fade-text.right{
	transform: translateX(50px);
}

/* -----------------------------------
	CMSサービス
----------------------------------- */
.cmsservice{
	opacity: 0;
	transition: .6s;
}
.cmsservice.cmsservice-type2{
	background: #f8faff;
}
.cmsservice.cmsservice-type1{
	margin:100px 0 100px;
}
.cmsservice-type1 .cmsservice-text{
	transform: translateX(50px);
}
.cmsservice-type2 .cmsservice-text{
	transform: translateX(-50px);
}
.cmsservice.cmsservice-type2 .cmsservice-inner{
	padding: 50px 0;
}
.cmsservice .cmsservice-inner{
	margin: 0 40px;
	display: flex;
	align-items: center;
}
.cmsservice .cmsservice-inner .cmsservice-text{
	transition: .6s;
}
.cmsservice .cmsservice-inner img{
	filter: none;
}
.cmsservice.fadein .cmsservice-text,
.cmsservice.fadein{
	opacity: 1;
	transform: translateX(0px) !important;
}

/* -----------------------------------
	CMS [自動で進化するCMS]
----------------------------------- */
.cmsservice-list-box{
	display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.cmsservice-list{
	display: inline-flex;
    flex-direction: column;
    width: 32.333%;
    background: #fff;
    margin-bottom: 10px;
    padding: 30px 15px 20px;
    font-size: 14px;
    opacity: 0;
    transition: .6s;
}
.cmsservice-list img{
	width: 60px;
	margin-bottom: 10px;
}
.cmsservice-list .cmsservice-list-title{
	font-weight: bold;
	text-align: center;
}
.cmsservice-list .cmsservice-list-text{
	font-size: 12px;
}

.fadein .cmsservice-list{
	opacity: 1;
}

/* -----------------------------------
	スライダーサービス紹介
----------------------------------- */
.multi-slider .slick-arrow{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.multi-slider .slick-prev:before,
.multi-slider .slick-next:before{
	font-family: inherit;
	font-size: 30px;
	color: #d44545;
}
.multi-slider .slick-prev:before{
	content: "\f104";
}
.multi-slider .slick-next:before{
	content: "\f105";
}

/* -----------------------------------
	販売シミュレーション
----------------------------------- */
.simulation{
	padding: 20px;
    background: #fff;
}
.simulation .simulation-datalist,
.simulation .simulationTableBox{
	opacity: 1;
	transition: .8;
}
.simulation.simulation-in .simulation-datalist,
.simulation.simulation-in .simulationTableBox{
	animation: fadeIn 0.8s ease 0s 1 normal;
}
@keyframes fadeIn {

  0% {opacity: 0}

  100% {opacity: 1}

}
.simulation form{
	text-align: center;
}
.simulation input[type="text"]{
	    width: 170px;
    margin: 5px 10px;
    background: #e8f3f7;
    text-align: right;
}
.simulation-button{
	display: flex;
    margin: 30px 0 40px;
    justify-content: center;
}
#simulation-start{
	padding: 15px 30px;
	background: #3956a8;
	color: #fff;
	border-radius: 200px;
	width: 300px;
	text-align: center;
	cursor: pointer;
	transition: .3s;
}
#simulation-start:hover{
	opacity: .8;
}
.simulation > div{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.simulation .simulation-databox{
	width: 48%;
	display: flex;
	flex-direction: column;
	text-align: center;
	background: #f2f5ff;
    padding: 25px 15px;
    border-radius: 15px;
    position: relative;
}
.simulation .simulation-sum{
	/*display: flex;
	flex-direction: column;
	text-align: center;*/
	background: #f9eed3;
	padding:20px;
    /*color: #fff;*/
    width: 100%;
    margin-top: 20px;
    position: relative;
    margin-top: 60px;
    text-align: center;
}
.simulation .simulation-sum:before{
	content: "";
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #3956a8;
}
.simulation-databox .simulation-data{
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.simulation-sub{
	width: auto;
    background: #eaab25;
    color: #fff;
    padding: 7px 15px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 5px;
    position: absolute;
    top: -14px;
    left: 20px;
}
.simulation .simulation-allprice,
.simulation .simulation-data .simulation-gp,
.simulation .simulation-data .simulation-oneprice{
	font-size: 30px;
	    color: #3956a8;
	    font-weight: bold;
	    margin: 0 10px;
}


/* -----------------------------------
	multiサービス紹介
----------------------------------- */

.multi-service .box{
	/*display: flex;
	justify-content: center;
    align-items: center;*/
}
.multi-service .multi-service-text{
	width: 40%;
}
.multi-service .multi-service-img{
	width: 60%;
}
.multi-service .slick{
	margin: 0;
}

.multi-service-listTable{
	height: 100%;
}
.multi-service-listTable tbody{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	height: 100%;
}
.multi-service-listTable tr{
	border: none;
	width: 49%;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	background: #fff;
	min-height: 170px;
	padding: 20px;
	border-radius: 10px;
	/*border: 1px solid #f2f5ff;*/
	/*background: #f6f8ff;*/

	/*box-shadow: inset 2px 2px 5px #c0c0d1, inset -3px -3px 7px #fff;*/

	/*box-shadow: 3px 3px 4px #c0c0d1, -3px -3px 4px #fff;*/
    /*background: #f6f8ff;*/

    /*box-shadow: 0px 0px 15px #c0c0d1;*/
}
.multi-service-listTable th{
	color: #002180;
}
.multi-service-listTable th,
.multi-service-listTable td{
	padding: 0 0 10px;
}

.left.multi-service-text .multi-service-listTable.multi-service-only tbody tr{
	width: 100%;
}


/* -----------------------------------
	グラフ
----------------------------------- */
.glaf-parts .graf {
	position: relative;
}
.glaf-parts .graf img{

}
.glaf-parts .box{
	margin-top: 50px;
}
.glaf-parts .graf-text{
	/*width: 30%;*/
	background: #fff;
	padding: 15px 10px;
}
.glaf-parts .graf{
	/*width: 70%;*/
}

/* -----------------------------------
	販売プラン
----------------------------------- */
.oemservice.oemplan{
	position: relative;
}
.oemservice.oemplan + .oemservice.oemplan:before{
	content: "";
    position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -15px;
    border: 50px solid transparent;
    border-top: 50px solid #f8faff;
    z-index: 1;
}
.oemservice.oemplan + .oemservice.oemservice-type2.oemplan:before{
	border-top: 50px solid #f2f5ff;
	top: 0;
}
.oemplan:first-of-type{
	display: none;
}

/* ---------------------------------------------------------------------------------------- 
	サイト内検索結果
---------------------------------------------------------------------------------------- */
.searchBoxList{
	padding: 50px 0 40px;
    border-bottom: 1px solid #737bb5;
    transition: .3s;
}
.searchBoxList:hover{
	/*background: #f8faff;*/
	opacity: .7;
}
.searchBoxList h2{
	margin: 0 0 15px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
}
.searchBoxList p{
	color: #333;
}
.searchBoxList .pageMore{
	text-align: center;
}

/* ---------------------------------------------------------------------------------------- 
	タブレット以上
---------------------------------------------------------------------------------------- */
@media screen and (min-width: 992px){
	h2 br{
		display: block !important;
	}
}

/* ---------------------------------------------------------------------------------------- 
	タブレット以下
---------------------------------------------------------------------------------------- */
@media screen and (max-width: 991px){
	.fix-btn .fix-btn-box{
		display: none;
	}
	.fix-btn .fix-btn-sp{
		display: block;
	}
	.sitedesign-bg-header02 .sitedesign-main-text .logo-bg{
		width: 1400px;
	}
	/* -----------------------------------
		ステップリスト
	----------------------------------- */
	.steplist .box{
		margin-bottom: 50px;
	}
	.steplist .number p{
		min-height: 250px;
	}
	/* -----------------------------------
		代理店の声
	----------------------------------- */
	.voice .voice-right{
		top: -50px;
	}
	.voice .voice-left{
		padding: 80px 20px;
		padding-top: 230px;
		margin-top: 50px;
		margin-bottom: 100px;
	}
	.voice.voice-type1 .voice-left{
		padding-left: 20px;
	}
	.voice.voice-type2 .voice-left{
		padding-right: 20px;
	}
}

/* ---------------------------------------------------------------------------------------- 
	スマホ以下
---------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px){
	#sitedesign-main-visual .sitedesign-bg-header02 .sitedesign-main_inner .sitedesign-main-img{
		width: 100%;
    margin-top: 250px;
	}
	/* -----------------------------------
		パンクズナビ
	----------------------------------- */
	.sitedesign-topicpath{
		left: 4%;
	}
	/* -----------------------------------
		CMSサービス
	----------------------------------- */
	.cmsservice .cmsservice-inner{
		flex-direction: column;
	}
	.cmsservice-type2 .parts_img_type22_imgBox{
		order: 1;
	}
	.cmsservice-type2 .cmsservice-text{
		order: 2;
	}

	/* -----------------------------------
		multiサービス紹介
	----------------------------------- */
	.support-box .parts_text_type04,
	.support-box .parts_text_type04_box{
		width: 100%;
	}
	.support-box .parts_text_type04_box.right {
		text-align: center;
	}
	/* -----------------------------------
		multiサービス紹介
	----------------------------------- */
	.multi-service .box {
	    display: flex;
	    flex-direction: column;
	}
	.multi-service .box > div{
		width: 100%;
	}
	.multi-service .box .multi-service-img{
		order: 1;
	}
	.multi-service .box .multi-service-text{
		order: 2;
	}
	/* -----------------------------------
		販売シミュレーション
	----------------------------------- */
	.simulation .simulation-databox{
		width: 100%;
		margin-bottom: 20px;
	}
	.simulationTable{
		border-collapse: collapse;
		    border-spacing: 0;
		    font-size: 100%;
		    overflow-x: scroll;
		    width: 500px;
		        width: 600px;
		    min-width: 100%;
	}
	.simulationTable td,
	.simulationTable th{
		padding: 10px 10px;
	}
	.simulationTable tr{
		border-bottom: 1px solid #bcc7ec;
	}
	/* -----------------------------------
		opt3-contact
	----------------------------------- */
	.opt3-contact.clearfix{
		flex-direction: column;
	}
	.opt3-contact .parts_text_type03_box.left,
	.opt3-contact .parts_text_type03_box.right{
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.opt3-contact .left{
		border-right:none;
	}
	/* -----------------------------------
		ステップリスト
	----------------------------------- */
	.steplist-border.steplist-border-in:before {
	    height: 43%;
	}
	/* -----------------------------------
		説明ヘッダー
	----------------------------------- */
	.mainHead{
		width: 95%;
		right: 0;
		left: 0;
		padding: 20px 10px;
		margin: auto;
	}
	.mainHead li{
		width: 49%;
		margin: 0 0 .5em;
		font-size: 13px;
		text-align: center;
	}
	/* -----------------------------------
		OEMサービス
	----------------------------------- */
	.oemservice .oemservice-inner{
		flex-direction: column;
	}
	.oemservice-inner .oemservice-img{
		order: 1;
	}
	.oemservice-inner .oemservice-text{
		order: 2;
		margin-top: 20px;
	}
	/* -----------------------------------
		ステップリスト
	----------------------------------- */
	.steplist .number p{
		min-height: auto;
	}
	.steplist-border:before{
		top: -150px;
	}
	.steplist .box{
		flex-flow: wrap;
		margin-bottom: 170px;
	}
	.steplist .parts_img_type16_box_01{
		order: 3;
		text-align: center;
	}
	.steplist .parts_img_type16_box_01 h3{
		text-align: center;
	}
	.steplist .number,
	.steplist .steplist-img{
		width: 50%;
	}
	
}

@media screen and (max-width: 425px) {
	.oemservice .oemservice-inner,
	.oemservice.oemservice-type2 .oemservice-inner,
	.cmsservice .cmsservice-inner{
		margin: 0;
	}
}


/* ---------------------------------------------------------------------------------------- 
	oemform/index.php 申し込みフォーム
---------------------------------------------------------------------------------------- */
.pagetemp-column1.oem-mailForm .siteblock-main .h1-canvas h1{
	font-size: 55px;
}
.mailForm legend{
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 600;
	color: #d49000;
	border-bottom: 0;
}
th .req, th .any {
    float: right;
}
.req{
	background: #df6f5f;
}
.any{
	background: #f5b555;
}
.req, .any {
    display: inline-block;
    border-radius: 4px;
    margin-right: 4px;
    padding: 2px 6px;
    font-size: 12px;
    color: #fff;
}

.mailForm input[type="text"].w49 {
    width: 49%;
}
.mailForm input[type="text"].w20, .mailForm select.w20 {
    width: 20%;
}
.mailForm label {
    padding-right: 32px;
}
.sp{
	display: none;
}

#license {
    margin: 30px 0;
}
.license_initial_fee, .license_running_fee {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: #fff;
    line-height: 1.8;
}
.initial_fee_title, .running_fee_title {
    background: #3956a8;
    display: inline-block;
    color: #fff;
    padding: 15px 20px;
    position: relative;
    width: 230px;
    margin-right: 50px;
}
.initial_fee_title:after, .running_fee_title:after {
    content: '';
    display: inline-block;
    position: absolute;
    border-style: solid;
    border-width: 28px 0 28px 20px;
    border-color: transparent transparent transparent #3956a8;
    top: 0;
    right: -20px;
}
#initial_fee, #running_fee {
    font-size: 24px;
    margin-right: 15px;
}
@media screen and (max-width: 525px){
	.license_initial_fee, .license_running_fee {
		display: block;
	}
	.initial_fee_title, .running_fee_title {
		display: block;
		margin-right: 0;
		width: auto;
		text-align: center;
	}
	.initial_fee_title:after, .running_fee_title:after{
		display: none;
	}
	.initial_fee, .running_fee {
		padding: 10px;
		text-align: center;
	}
}
.attention{
	color: #ce0000;
    font-weight: 600;
}
.arrow{
	margin: 20px 0;
}
.agreeCheck{
	text-align: center;
	    font-weight: bold;
	    margin: 40px 0 10px;
}
.modal-open{
	cursor: pointer;
}

.modal.in{
	display: flex !important;
	justify-content: center;
    align-items: center;
}
.modal .mdetails-content{
	background: #fff;
	    padding: 20px;
	    border-radius: 5px;
}
.modalHeader h3{
	margin-top: 0;
}
.modalCheck{
	margin-top: 20px;
}

.formBu{
	margin-top: 30px;
	text-align: center;
}

.submitBu #oem-submit-button-no{
	text-align: center;
	padding: 8px 12px;
    border: 2px solid #949494;
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.42857;
    background-image: none;
    background: #949494;
    border-radius: 30px;
    transition: .3s;
    display: inline-block;
    color: #ffffff;
    min-width: 220px;
}
