@charset "utf-8";
/* CSS Document */

/* 導入事例ページ 個別CSS */

/* 導入事例　TOPページ */

.main {
    width: 1200px;
    background-color: #FFFFFF;
    /*float: left;*/
    /*position: relative;*/
    z-index: 50;
}
.main .top-img {
    margin-bottom: 100px;
    background-color: #FFFFFF;
}
.main .cont {
    margin: 20px 50px 100px 80px;
	font-size: 18px;
}
.main .cont h2 {
    font-size: 55px;
    font-weight: bold;
    color: #00A0E9;
}

.main .cont .btnbox{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.main .cont .btn{
    width: 30%;
    margin: 20px 13px 20px 13px;
}

.main .cont .btnbox .btn img{
    width: 100%;
}

.main .cont .btnbox .btn img:hover {
    opacity: 0.6; filter: brightness(110%); 
}

/* 導入事例　TOPページ　ボタン追加250703 */

.main .cont .menu_btn a {
	width: 400px;
    float: left;
    padding: 5px 0px 5px;
    margin: 20px 40px 50px 13px ;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    background-color: #00A0E9;
}

.main .cont .menu_btn a:hover {
	width: 400px;
    float: left;
    padding: 5px 0px 5px;
    margin: 20px 40px 50px 13px ;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    background-color: #F39800;
}

/* 導入事例　各事例ページ */

.main .cont h3 {
    font-size: 32px;
    font-weight: bold;
}

.visual {
    text-align: center;
	color: #0036b1;
	margin: 50px 0px 50px;
}

.visual2 {
    text-align: center;
	margin: 50px 0px 50px;
}

.main .cont .section {
	margin-top: 140px;
	clear: both;
}

.main .cont .section h4 {
	margin: 10px 0px 10px;
    font-size: 30px;
    font-weight: bold;
    color: #00A0E9;
}

.movie {
	text-align: center;
	display: block;
	margin: auto;
}

.intro_company {
    float: left;
	margin-top: 80px;
	margin-right: 20px;
}

.left_visual {
	float: left;
	margin-top: 50px;
	margin-right: 40px;
	margin-left: 20px;
}

.right_txt {
	margin-top: 50px;
}

.text_img {
    vertical-align: middle;
    display: inline-flex;
}

/* 業種用途別ページ 個別CSS 追加250703 */

.main .cont .category_btn a {
	width: 290px;
    float: left;
    padding: 4px 0px 5px;
    margin: 10px 30px 10px 13px ;
    text-align: center;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    background-color: #00A0E9;
}

.main .cont .category_btn a:hover {
	width: 290px;
    float: left;
    padding: 4px 0px 5px;
    margin: 10px 30px 10px 13px ;
    text-align: center;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    background-color: #F39800;
}

.main .cont .select_btn a {
	width: 400px;
    float: left;
    padding: 10px 0px;
    margin: 40px 40px 80px 13px ;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    background-color: #00A0E9;
}

.main .cont .select_btn a:hover {
	width: 400px;
    float: left;
    padding: 10px 0px;
    margin: 40px 40px 80px 13px ;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    background-color: #F39800;
}

.main .cont .active_btn a {
	width: 400px;
    float: left;
    padding: 10px 0px;
    margin: 40px 40px 80px 13px ;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    background-color: #F39800;
}

.band {
	font-size: 26px;
    font-weight: bold;
	color: #00A0E9;
	border-bottom: 2px solid #00A0E9;
	padding-bottom: 5px;
	margin: 60px 36px 20px 13px ;
}

.main .cont .btnbox_2{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: center;
}

/* 業種用途別ページ タブ検証 追加250707 */

.tab {
	width: 400px;
    float: left;
    padding: 5px 0px 5px;
    margin: 20px 40px 60px 13px ;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    background-color: #00A0E9;
	display: inline-block;
}

.tab:hover {
	width: 400px;
    float: left;
    padding: 5px 0px 5px;
    margin: 20px 40px 60px 13px ;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    background-color: #F39800;
	display: inline-block;
}

.tab.active {
	width: 400px;
    float: left;
    padding: 5px 0px 5px;
    margin: 20px 40px 60px 13px ;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    background-color: #F39800;
	display: inline-block;
}

.panel {
  display: none;
}

.panel.active {
  display: block;
}
