@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------------------------
 上部
--------------------------------------------------------------------------------------- */
.top_contents_top_box{
	width: 100%;
	margin-top: 100px;
    position:relative;
}

.top_contents_top_box .wrapper{
	margin: auto;
	padding-top: 40px;
}
.top_contents_top_box .main_title{
    margin: 0px 0;
    background:#00A7E7;
    width:100%;   
}
.top_contents_top_box h2{
	width: 960px;
    margin :0 auto;
    font-family: "Noto Sans JP";
	font-size: 42px;
    padding: 30px 30px 10px;
	font-weight: 700;
    color: #FFF;
}
.top_contents_top_box .h2_subtitle{
	width: 960px;
    margin :0 auto;
    font-family: "Noto Sans JP";
    font-size: 24px;
	font-weight: 700;
    color: #FFF;
    padding: 10px 0 30px 30px;
}


/*事例一覧*/
.top_contents_top_box .c_select_box{width: 960px; margin: 30px auto;}
.top_contents_top_box .c_select_box .in_box{
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 30px 5px;
}
.top_contents_top_box .c_select_box .in_box a{display:block; width:100%;}
.top_contents_top_box .c_select_box .in_box a:hover{
	opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
.top_contents_top_box .c_select_box .in_box .linknone{}
.top_contents_top_box .c_select_box .in_box .c_img img{width:100%;
    border: solid 1px #231815;}
/*.c_img{    
    overflow: visible;
    width: 100%;
    height: 100%;
}
.c_img img {
    display: block;
    transition-duration: 0.5s;
    border: solid 0.5px #231815;
}
.c_img img:hover {
    transform: scale(2,2);
    transition-duration: 0.5s;
    border: solid 1px #999999;
}*/

.top_contents_top_box .c_select_box .in_box .c_txt p{padding:10px 0; height:70px; font-size:17px; line-height: 25px; color:#0068B7;}
.top_contents_top_box .c_select_box .in_box .use_model{width:100%;}
.top_contents_top_box .c_select_box .in_box .use_model ul,
.top_contents_top_box .c_select_box .in_box .use_model ul li,
.top_contents_top_box .c_select_box .in_box .use_model p{display: inline-block;}
.top_contents_top_box .c_select_box .in_box .use_model p{width:20%; font-size:15px; color:#0068B7;}
.top_contents_top_box .c_select_box .in_box .use_model ul{width:77%; margin-left: 5px;}
.top_contents_top_box .c_select_box .in_box .use_model ul li{width: 23.5%; padding: 5px 1%; text-align: center;}
.top_contents_top_box .c_select_box .in_box .use_model ul li a {width:100%; color: #FFF; font-size: 14px; text-align: center;}
.bg_b{background:#00B9EF!important;}
.bg_o{background:#F08300!important;}
.bg_p{background:#674498!important;}
.bg_g{background:#6FBA2C!important;}
.bg_e{background:#2EB6AA!important;}
.bg_r{background:#E9495D!important;}
/*長体*/
.text-narrow_1 {transform: scale(0.75, 1.1);
    transform-origin:top left;}
.text-narrow_2 {transform: scale(0.85, 1.1);
    transform-origin:top left;}
.blue{color:#33A1D2!important;}
.red{color:#B8292D!important;}
/* --------------------------------------------------------------------------------------
 section共通
--------------------------------------------------------------------------------------- */
.c_sec{
	display: block;
	width: 100%;
	margin-top: 100px;
	border-top: 40px solid #E9E8E8;
    padding: 50px 0 0px;
}

.c_sec .wrapper .box{width:960px; margin: 0 auto;}
.c_sec .wrapper .box .col2_r,
.c_sec .wrapper .box .col2_l{display: inline-block; vertical-align: middle;}
.c_sec .wrapper .box .col2_l{width: 360px;}
.c_sec .wrapper .box .col2_r{width: 585px;}
.c_sec .wrapper .box .col2_r .txt{font-size: 30px; font-weight: bold; line-height: 52.5px; margin-bottom: 50px;}

.c_sec .btn02{ margin-top: 20px; }
.c_sec .btn02 a{
	display: block;
	width: 626px;
    padding: 10px 0px 10px 50px;
	color: #fff;
	text-align: left;
	line-height: 34px;
	background: #33A1D2;
	font-weight: 700;
	border-radius: 8px;
	transition: .5s;
    font-size:24px;
}

.c_sec .btn02 a span{
  color: #FFF;
  position: relative;
  padding-left: 24px;
}

.c_sec .btn02 a span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -3px;
}

.c_sec .btn02 a:hover{
	opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

/*モダール調整*/
.lity{background: rgba(0,0,0,0.8)!important;}
.lity-close{
    font-size: 60px!important;    
    right: 1%!important;
    top:2%!important;
}

/* --------------------------------------------------------------------------------------
 movie読み込み
--------------------------------------------------------------------------------------- */
