
/*==================

 *1280px〜大型PC
 *960px〜小型PC
 *600px〜タブレット
 *480px〜：SP横
 *〜479px：SP縦
 ==================*/

/* base */
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
body {
	-webkit-text-size-adjust: auto;
	margin: 0;
	padding: 0;
	color: #000; 
	font-size: 100%; 
	line-height: 1.6;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",Osaka, sans-serif; 
	min-width: 100%;
	height: 100%;
}
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align: middle;
}
body {
	counter-reset: chapter!important; /* あらかじめリセットしておく必要がある */
}
h2,h3,h4 {
	counter-reset: section!important; /* h1:before ではなく h1 でリセットしなければならない */
    margin: 2% 0;
}
p{
    line-height: 2;
}
figure {
	text-align: center;
}
ul,li {
    margin: 0;
    list-style: none;
    padding: 0;
}
.text_l {
    text-align: left!important;
}
.bold {
    font-weight: bold;
}


@media screen and (min-width:1280px) {
	/*　画面サイズが1280pxからはここを読み込む　*/
    #cierto_lp {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    /*header&Main*/
    #cierto_main {
        position: relative;
        top: 0;
		left: 0;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background-image:url("/product/lp/digitalasset/img/ciertolp_main_bg.jpg");
        background-size: cover;
    }  
    header#fixmenu {
        width: 100%;
        margin: 0 auto;
        padding: 2% 0 0;
        /*background-color:rgba(54,59,69,0.8);*/
        color: #FFF;
        font-size: 87.5%;
        transition: .3s;
        z-index: 9999;
    }
    header#fixmenu a,
    header#fixmenu a:visited,
    #btn_inquiry a,
    #btn_inquiry a:visited {
    color: #FFF;
    text-decoration: none;
    }
    #h_area {
        overflow: hidden;
        max-width: 1140px;
        height: 60px;
        margin: 0 auto;
        padding: 0.5% 0;
    }
    #h_area_sp {
        display: none;
    }
    #h_area h1.a_logo {
        float: left;
        width: 20%;
        margin: 0;
        padding-right: 5%;
    }
    #h_area h1.a_logo img {
        width: 80%;
    }
    #h_area .fl {
        float: left;
        width: 50%;
        padding: 1.2% 0 0;
    }
    #h_area .fr {
        float: right;
        width: 24%;
        padding: 1% 0 0;
    }
    #h_area ul#nav {
        list-style: none;
        display:flex;
        justify-content: space-between;
    }
    #h_area #top_btn {
        display:flex;
        justify-content: space-between;
        margin-bottom: 0!important;
    }
    .link a {
      position: relative;
      display: inline-block;
      text-decoration: none;
    }
    .link a::after {
      position: absolute;
      bottom: -4px;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #FFF;
      transform: scale(0, 1);
      transform-origin: center top;
      transition: transform .3s;
    }
    .link a:hover::after {
      transform: scale(1, 1);
    }

    /*資料請求ボタン_top*/
    .btn_request2_sp{
        display: none;
    } 
    .btn_request {
        display:block;
        width: 100%;
        height: 35px;
        margin: -3% 0 0 2%;
        padding: 3% 0 0;
        border-radius: 25px;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(153,153,153);
        color:#FFF;
        font-size: 100%;
        text-align:center;
    }
    .btn_request2 {
        display:block;
        width: 100%;
        height: 35px;
        margin: -3% 0 0;
        padding: 3% 0 0;
        border-radius: 25px;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(192,47,49); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(192,47,49,1) 0%, rgba(223,3,26,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(192,47,49,1) 0%,rgba(223,3,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(192,47,49,1) 0%,rgba(223,3,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color:#fff;
        font-size: 100%;
        text-align:center;
    }
    .btn_request:hover,
    .btn_request2:hover {
      background-color: #1ab0ec;
      background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
      background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    }
    .btn_request:hover,
    .btn_request2:active {
      background: #1a92c2;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
      color: #1679a1;
      text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    }
    #main_area {
        width: 1140px;
        margin: 0 auto;
        padding: 0 0 3%;
        text-align: center;
    }
    
    /*20200323追加*/
    .main_inner {
        display: -webkit-flex;
        display: flex;
        padding: 10% 0 3%;
    }
    #main_area h2,
    #main_area h3 {
        padding: 5% 0 3%;
        color: #FFF;
        font-size: 187.5%;
        line-height: 1.8;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-weight: bold;
        text-align: center;
        text-shadow:0px 0px 3px #1a1a1a;
    }
    #main_area h3 {
        padding: 0;
        font-size: 140%;
        color: #000;
        text-align: left;
        text-shadow: none;
    }
    #main_area h4{
        margin: 0 0 3%;
        color: #000;
        font-size: 160%;
        line-height: 1.5;
        letter-spacing: 1px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
       font-weight: normal;
        text-align: left;
    }
    #main_area h4 span {
        font-size: 190%;
    }
    
    .main_inner > div.left {
        width: 53%;
        text-align: left;
    }
    #top_dam {
        position: relative;
        padding: 1% 0 6%;
        text-align: center;
        background: #666;
        z-index: -3;
    }
    #top_dam h2 {
        color: #FFF;
        font-size: 250%;
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-weight: bold;
    }
    #main_area > p.title {
        margin: 0 auto 2%;
        font-size: 125%;
        line-height: 1.8;
        font-weight: bold;
    }
    #main_area > p {
        width: 900px;
        margin: 0 auto;
        line-height: 1.8;
        /*font-weight: bold;*/
    }
    #main_area > div.sp {
        display: none;
    }
    
    /*資料請求ボタン*/
    #btn_inquiry {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 75px;
        margin: 0 auto!important;
        padding: 1% 0 1%;
        z-index: 5;
        background: #F1F1F1;
    }
    #btn_inquiry .inner {
        overflow: hidden;
        flex-wrap: wrap;
        width: 1140px;
        margin: 0 auto;
        text-align: center;
    }
    .pro_ttl {
        float: left;
        width: 60%;
        font-size: 120%;
        font-weight: bold;
        line-height: 2.5;
    }
    .pro_ttl img {
        width: 35%;
        padding-left: 2%;
    }
    #btn_inquiry .btn_request,
    #btn_inquiry .btn_request2 {
        height: 45px;
        margin: 0 0 0 2%;
        padding: 2.5% 0 0;
    }
    #btn_inquiry .pro_btn {
        float: right;
        width: 35%;
        display: flex;
        justify-content: space-between;
    }
    #btn_inquiry .btn {
        display:block;
        width: 183px;
        height: 183px;
        padding: 30% 10%;
        border-radius: 50%;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(192,47,49); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(192,47,49,1) 0%, rgba(223,3,26,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(192,47,49,1) 0%,rgba(223,3,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(192,47,49,1) 0%,rgba(223,3,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color:#FFF;
        line-height: 1.5;
        font-size: 156.2%;
        text-align:center;
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,.5));
    }
    #btn_inquiry .btn a {
        color: #FFF;
        text-decoration: none;
    }
    #btn_inquiry .btn:hover {
        color: #FFF;
        background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
        background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    }
    #btn_inquiry .btn:active {
        background: #1a92c2;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
        color: #FFF;
        text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    }

    /*sec1*/ 
    #sec1, #sec_tw {
        position: relative;
        overflow: hidden;
        margin: -10% 0 0;
        padding: 0;
        z-index: 1;
    }
    #sec_branding,#sec_tw {
        margin: 0!important;
    }
    #sec1:before,
    #sec_tw:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 120%;
      height: 80%;
      margin: 3% -10% 0;
      background: #000;
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg);
      z-index: -1;
    }
    #sec1:after,
    #sec_tw:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 120%;
      height: 80%;
      margin: 3% -10% 0;
      background: #363b45;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg);
      z-index: -2;
    }
    
    /*sec2*/ 
    #sec2,#sec_branding {
        position: relative;
        overflow: hidden;
        margin: 0 0;
        padding: 0;
        z-index: 1;
    }
    #sec2:before,
    #sec_branding:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 120%;
      height: 80%;
      margin: 3% -10% 0;
      background: #363b45;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg);
      z-index: -1;
    }
    #sec2:after,
    #sec_branding:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 120%;
      height: 80%;
      margin: 3% -10% 0;
      background: #000;
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg);
      z-index: -2;
    }
    
    /*sec1,sec2の中身*/ 
    .sec_inner {
        box-sizing: boder-box;
        width: 100%;
        max-width: 1140px;
        height: 100%;
        margin: -5% auto 0;
        padding: 100px 10px 150px;
        color: #FFF;
        text-align: center;
    }
    .sec_main {
        padding: 0 0 3%;
        overflow: hidden;
    }
    #sec1 .left_area,
    #sec_branding .left_area {
        float: left;
        width: 40%;
        padding: 10% 0 0;
        text-align: left;
        line-height: 2;
    }
    #sec2 .right_area {
        float: right;
        width: 43%;
        padding: 7% 0 0;
        text-align: left;
        line-height: 2;
    }
    #sec1 .left_area > h2,
    #sec_branding .left_area > h2,
    #sec2 .right_area > h2 {
        margin: 13% 0 5%;
        color: #FFF;
        font-size: 250%;
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-weight: bold;
    }
    #sec_tw .center_area > h2 {
        margin: 13% 0 5%;
        color: #FFF;
        font-size: 250%;
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-weight: bold;
    }
    #sec_tw .sec_inner {margin-top: 0}
    #sec1 .right_area,
    #sec_branding .right_area {
        float: right;
        width: 48%;
    }
    #sec1 .right_area {
        padding: 7% 0 0;
    }
    #sec_branding .right_area {
        padding: 10% 0 0;   
    }
    #sec2 .left_area {
        float: left;
        width: 48%;
        padding: 10% 0 0;
    }
    ul.sec_list {
        display: flex;
        justify-content: space-between;
        padding: 2% 0 3%;
    }
    ul.sec_list > li > h3 {
        margin: 0;
        border-bottom: solid 1px #FFF;
        line-height: 1.8;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 187.5%;
    }
    ul.sec_list > li > p {
        margin: 3% 0 0;
        font-size: 125%;
        line-height: 1.8;
    }
    ul.sec_list > li > p > span {
        font-size: 72%;
    }
    
    /*sec3*/
    #sec3 {
        width: 100%;
        margin: -10% auto 0;
        padding: 0;
        background-image:url("/product/lp/digitalasset/img/voice_bg.jpg");
        background-size:cover;
    }
    #sec3 .sec3_inner {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        padding: 12% 0 10%;
        text-align: center;
        color: #FFF;
    }
    #sec3 .sec3_inner > h2 {
        display: inline-block;
        margin: 0;
        padding: 0 2%;
        border: solid 1px #FFF;
        line-height: 1.8;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 125%;
    }
    #sec3 .sec3_inner > h3 {
        width: 81%;
        margin: 2% auto 0;
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 250%;
        text-align: right!important;
    } 
    #sec3 .sec3_inner > h3 > span {
        font-size: 45%;
    }  
    #sec3 .sec3_inner > p {
        margin: 8% 0;
        font-size: 112.5%;
    }
    .br {
        font-size: 90%!important;
    }
    
    /*sec4*/
    #sec4 {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 5%;
        background: #FFF;
    }
    #sec4 .sec4_inner {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
        color: #000;
    }
    #sec4 .sec4_inner > div {
        display: inline-block;
        margin: -15% 0 0 4%;
        padding: 2% 2%;
        color: #FFF;
        background: linear-gradient(rgba(0, 0, 20, 0.9), rgba(0, 42, 70, 0.9), rgba(78,104,120,0.9));
        text-align: center;
        box-shadow: 10px 10px rgba(0,0,0,0.3);
    }
    #sec4 .sec4_inner > div > h2 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 187.5%;
        text-align: center;
    } 
    #sec4 .sec4_inner > div > h3 {
        font-size: 112.5%;
        font-weight: normal;
    } 
    
    /*sec5*/
    #sec5 {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 10%;
        background: #FFF;
    }
    #sec5 .sec5_inner {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
        color: #000;
    }
    #sec5 .sec5_inner > div {
        padding: 0 0 3%;
        text-align: center;
    }
    #sec5 .sec5_inner > h2 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 218.7%;
        text-align: center;
    } 
    #sec5 ul.company_list {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 3% 3%;
        background: #FFF;
        border: solid 2px #000;
		display: flex;
		flex-wrap: wrap;
        box-shadow: 10px 10px rgba(0,0,0,0.2);
    }
    #sec5 ul.company_list li {
		width: calc((85% / 2) - 1%)!important;
        margin: 0 4%;
        
	}
    #sec5 ul.company_list li:nth-child(3n),
    #sec5 ul.company_list li:nth-child(4n){
        margin-top: 4%!important;
	}
    #sec5 ul.company_list li > h4 {
        margin: 0 0 2%;
        line-height: 1.8;
        font-size: 150%;
        font-weight: normal;
    }  
    #sec5 ul.company_list li > h4 > span {
        padding: 1.5% 1.5%;
        background: #000;
        border-radius: 3px; 
        color: #FFF;
        font-size: 66%;
    }      
    #sec5 ul.company_list li > p {
        line-height: 1.8;
        font-size: 112.5%;
        text-align: center;
    }    

    /*sec6*/ 
    #sec6 {
        width: 100%;
        margin: 0 auto;
    }
    #sec6 .sec6_main {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        z-index: 1;
    }
    #sec6 .sec6_main:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background-image:url("/product/lp/digitalasset/img/cierto_sec6_bg.jpg");
        background-size:cover;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        z-index: -1;
    }
    #sec6 .sec6_main:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background: #363b45;
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        z-index: -2;
    }
    #sec6 .sec6_main > h2 {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        padding: 10% 0 5%;
        color: #FFF;
        font-size: 250%;
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-weight: normal;
        text-align: right;
    }  
    #sec6 .sec6_main > h2 > span {
        font-size: 66%;
    }
    #sec6 .reason_area {
		float: none;
		overflow: hidden;
		display: flex;
        flex-wrap: wrap;
        max-width: 1140px;
        margin: 0 auto;
		padding: 0;
		background: #FFF;
	}
    #sec6 .reason_area .reason_img {
        width: 50%;
        height: 588px;
        background-color: #FFF;
	}
    #sec6 .reason_area .reason_txt {
        max-width: 50%;
		height: 588px;
        margin: 0 auto;
        padding: 5% 0;
        background-color: #FFF;
    }
    #sec6 .reason_area .reason_txt2 {
        max-width: 50%;
		height: 688px;
        margin: 0 auto;
        padding: 5% 0;
        background-color: #FFF;
    }
    .ph01 {
        background-image:url("/product/lp/digitalasset/img/ph01.jpg");
        background-size:cover;
    }
    .ph02 {
        background-image:url("/product/lp/digitalasset/img/ph02.jpg");
        background-size:cover;
    }
    .ph03 {
        background-image:url("/product/lp/digitalasset/img/ph03.jpg");
        background-size:cover;
    }
    .ph04 {
        background-image:url("/product/lp/digitalasset/img/ph04.jpg");
        background-size:cover;
    }
    .ph05 {
        background-image:url("/product/lp/digitalasset/img/ph05.jpg");
        background-size:cover;
    }
    .ph06 {
        background-image:url("/product/lp/digitalasset/img/ph06.jpg");
        background-size:cover;
    }
    
    #sec6 .reason_txt > h3,
    #sec6 .reason_txt > h4,
    #sec6 .reason_txt2 > h3,
    #sec6 .reason_txt2 > h4 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 218.7%;
        font-weight: normal;
        text-align: left;
    } 
    #sec6 .reason_txt > h3,
    #sec6 .reason_txt2 > h3 {
        display: inline-block;
        margin: 0 0 5%;
        color: #363b45;
        border-bottom: solid 1px #363b45;
    }
    #sec6 .reason_txt > p,
    #sec6 .reason_txt2 > p {
        margin: 10% 0 0;
    }
    
    /*sec8*/
    #sec8 {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 10%;
    }  
    #sec8 .sec8_main {
        width: 100%;
        height: 505px;
        margin: 0 auto;
        padding: 10% 0 0;
        background-image:url("/product/lp/digitalasset/img/cierto_sec8_bg.jpg");
        background-size:cover;
    }  
    #sec8 .sec8_main > div {
        width: 100%;
        max-width: 1140px;
        margin: -5% auto 0;
        padding: 0 3%;
    }
    .sec8_logo{
        width: 25%;
    }
    #sec8 .sec8_main h2 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 250%;
        font-weight: normal;
        text-align: left;
    }
    #sec8 .sec8_main p {
        width: 45%;
    }
    
    /*tabe*/
    #sec8 table.comparison {
        width: 1000px;
        margin: 5% auto 0;
        border-spacing: 0px 1px;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 16px;
    }
    #sec8 table.comparison th {
        padding: 12px;
        vertical-align: middle;
        font-size: 14px;
        text-align: left;
        color: #FFF;
        text-align: center;
        line-height: 1.5;
        font-weight: bold;
    }
    #sec8 table.comparison td {
        padding: 15px;
        vertical-align: middle;
        text-align: left;
        font-size: 16px;
        text-align: center;
        line-height: 1.5;
    }
    #sec8 table.comparison td.all {
        background: #333;
        text-align: center;
        color: #FFF;
        border-top: solid 2px #CCC;
        border-bottom: solid 2px #CCC;
    }
    #sec8 table.comparison th.r1 {
        width: 140px;
        background: #000;
        text-align: center;
        line-height: 1.5;
        border-bottom: solid 1px #FFF;
    }
    .brd_000 {
        border-bottom: solid 1px #000 !important;
    }
    #sec8 table.comparison th.r2,
    #sec8 table.comparison td.r2 {
        width: 200px;
        border: #333 1px solid;
        background: #e6f7ff;
    }
    #sec8 table.comparison th.r2 img {
        width: 70%;
        vertical-align: middle;
    }
    #sec8 table.comparison th.r2,
    #sec8 table.comparison th.r3,
    #sec8 table.comparison th.r4 {
        text-align: center;
        color: #333;
    }
    #sec8 table.comparison th.r3,
    #sec8 table.comparison td.r3,
    #sec8 table.comparison th.r4,
    #sec8 table.comparison td.r4 {
        width: 200px;
        border: #333 1px solid;
        background: #FFF;
    }
    #sec8 ul li{
        font-size: 16px;
        margin-bottom: 15px;
        text-indent: -1em;
        margin-left: 1em;
    }
    #sec8 ul li:before {
        content: '・';
    }

    #sec9 {
        width: 100%;
        margin: 0 auto;
    }
    #sec9 .sec9_main {
        position: relative;
        overflow: hidden;
        margin: 0 0;
        padding: 0;
        z-index: 1;
    }
    #sec9 .sec9_main:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background: #000;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        z-index: -1;
    }
    #sec9 .sec9_main:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background: #363b45;
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        z-index: -2;
    }
    #sec9 .sec9_main {
        width: 100%;
        height: 400px;
        margin: 0 auto;
        padding: 10% 0 0;
        color: #FFF;
    }  
    #sec9 .sec9_main > div {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto 0;
        padding: 0 3%;
    }
    .sec9_logo{
        width: 55%;
    }
    .sec9_img {
        margin: -12% 0 0;
        width: 35%;
    }
    #sec9 .sec9_main h2 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 250%;
        font-weight: normal;
        text-align: left;
    }
    #sec9 h3 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 218.7%;
        font-weight: normal;
        text-align: center;
    }  
    #sec9 .pattern {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        padding: 5% 0 5%;
    }
    #sec9 .pattern > div {
        width: 40%;
    }
    #sec9 .pattern .illust {
        width: 90%;
        margin: 2% 0 auto;
        text-align: center;
    }
    #sec9 .ms h3 {font-size: 150%;}
    #sec9 .ms {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto 3%;
        padding: 3% 3%; 
        border: solid 1px #CCC;
    }
    #sec9 .ms > p {
        font-size: 87.5%;
    }
    #sec9 .ms > div {
        display: flex;
        justify-content: space-between;
        margin: 3% 0 4%;
    }
    
    
    #sec10 {
        width: 100%;
        margin: 10% auto 0;
        padding: 5% 0 5%;
        background: #363b45;
        color: #FFF;
    }
    #sec10 .sec10_inner {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
        color: #FFF;
    }
    #sec10 h2 {
        margin: 0 0 5%;
        text-align: center;
        font-size: 156.2%;
        font-weight: normal;
    }
    #sec10 h2 > span > img {
        width: 33%;
        padding-right: 2%;
    }
    #sec10 .mail {
        display: flex;
        justify-content: space-between;
        max-width: 600px;
        margin: 0 auto 3%;
    }
    #sec10 .mail > div {
        width: 45%;
        padding: 0 3%;
    }
    #sec10 .sec10_inner > p {
        font-size: 156.2%;
        text-align: center;
        letter-spacing: 2px;
    }
    #sec10 .sec10_inner > p > span {
        font-size: 72%;
        text-align: center;
    }
    
    /*資料請求ボタン*/
    #sec10 .mail a {
        color: #FFF;
        font-size: 112.5%;
        text-decoration: none;
    }
    #sec10 .mail .btn_request_left {
        display:block;
        width: 100%;
        height: 50px;
        padding: 5% 0 1.5%;
        border-radius: 25px;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(192,47,49);
        color:#fff;
        text-align:center;
    }
    #sec10 .mail .btn_request_left:hover {
      border:1px solid #1090c3;
      background-color: #1ab0ec;
      background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
      background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    }
    #sec10 .mail .btn_request_left:active {
      background: #1a92c2;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
      color: #1679a1;
      text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    } 
    
    #sec10 .mail .btn_request_right {
        display:block;
        width: 100%;
        height: 50px;
        padding: 5% 0 1.5%;
        border-radius: 25px;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(205,205,205);
        color:#000;
        text-align:center;
    }
    #sec10 .mail .btn_request_right a {
        color: #000;
    }
    #sec10 .mail .btn_request_right:hover {
      border:1px solid #1090c3;
      background-color: #1ab0ec;
      background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
      background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    }
    #sec10 .mail .btn_request_right:active {
      background: #1a92c2;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
      color: #1679a1;
      text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    }
    
    
    /*end*/
    .end {
        position: relative;
        overflow: hidden;
        height: 180px;
        margin: -10% 0 0;
        padding: 0;
        z-index: 1;
    }
    .end:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background: #363b45;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        z-index: -2;
    }
    .end:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background: #000;
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        z-index: -1;
    }
    
    /*button*/
    .link_btn {
        display: inline-block;
        padding: 1.5% 1.5% 0.5%;
        text-decoration: none;
        color: #363b45;
        border: solid 2px #363b45;
        border-radius: 3px;
        transition: .4s;
    }

    .link_btn:hover {
        background: #363b45;
        color: #FFF;
    }
  
    /*modal*/    
    .modal-content {
        overflow:auto;
        position:relative;
        display:none;
        width:60%;
        max-height:80%;
        margin:30px;
        padding:10px 20px;
        border:2px solid #aaa;
        background:#fff;
    }
    .modal-content p {
        margin: 0 auto;
    }
    .modal-overlay {
        z-index:8;
        display:none;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:120%;
        background-color:rgba(0,0,0,0.75);
    }
    .modal-wrap {
        z-index: 9;
        display:none;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        overflow:auto;
    }
    .modal-open {
        color: #363b45;
        text-decoration: none;
    }
    .modal-open:hover {
        cursor:pointer;
        color: #FFF;
    }

    .modal-close {
        color: #363b45;
        text-decoration: none;
    }
    .modal-close:hover {
        cursor:pointer;
        color: #FFF;
    }
    .close {
        padding: 0 0 1%;
        text-align: right;
    }
    .modal-content .link_btn {
        padding: 0 2%;
        text-align: right;
    }
    
    /*modal 導入事例*/
    .case {
        width: 94%;
        margin: 0 auto;
        text-align: center;
    }
    .case .company {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 0 3%;
        border-bottom: solid 4px #000;
    }
    .case h4 {
        display: inline-block;
        margin: 0 0 1%;
        padding: 3% 0 0;
        color: #000;
        font-size: 125%;
    }
    .case .user {
        width: 20%;
    }
    .case .title {
        padding: 2% 2%;
        background: #333;
        color: #FFF;
        font-weight: bold;
    }
    .before_box {
        margin: 2% 0;
        border: solid 1px #666;
    }
    .after_box {
        margin: 2% 0;
        border: solid 1px #0079c3;
    }
    .task,.solution {
        padding: 1% 0;
        background: #666;
        color: #FFF;
        font-size: 112.5%;
        font-weight: bold;
    }
    .solution {
        padding: 1% 0;
        background: #0079c3;
        color: #FFF;
        font-size: 112.5%;
        font-weight: bold;
    }
    .before_box ol {
        counter-reset: item;
        list-style-type: none;
        padding: 2% 0 0;
    }
    .before_box ol{
        padding-left: 1.125rem;
        font-size: 1.125rem;
    }
    .before_box ol li{
        margin: 0 0 2%;
        text-indent: -1.3em;
        padding-left: 1.3em;
        font-size: 87.5%;
        text-align: left;
    }
    .before_box ol li:before {
        counter-increment: item;
        content: counter(item)'.';
        padding-right: .5em;
        font-weight: bold;
        color: #666;
    }
    .after_box ol {
        counter-reset: item;
        list-style-type: none;
        padding: 2% 0 0;
    }
    .after_box ol {
        padding-left: 1.125rem;
        font-size: 1.125rem;
    }
    .after_box ol li {
        margin: 0 0 2%;
        text-indent: -1.3em;
        padding-left: 1.3em;
        color: #0079c3;
        font-size: 87.5%;
        text-align: left;
    }
    .after_box ol li:before {
        counter-increment: item;
        content: counter(item)'.';
        padding-right: .5em;
        font-weight: bold;
        color: #0079c3;
    }
    
    /*Footer*/
    footer {
        width: 100%;
        margin: 0 auto;
        padding: 1% 0;
        background: #000;
        color: #FFF;
        font-size: 68.7%;
    }
    footer > div {
        width: 1140px;
        margin: 0 auto;
        line-height: 1.5;
        text-align: center;
    }
    
    footer a{
        text-decoration: underline;
        color: #FFF;
    }
    
    /*共通CSS*/
    .sp_br {display: none;}
    #nav-drawer {display: none;}
    
    .flex_box_2col {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        justify-content: space-between;
    }
    .aspic_award h3 {font-size: 150%!important;}
    .aspic_award {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
    }
    .aspic_award > p {
        font-size: 87.5%;
    }
    .aspic_award .flex_box_2col > div {
        width: 49%;
        padding: 3% 3%; 
        border: solid 1px #CCC;
    }
    .aspic_award .flex_box_2col > div > div.tcenter {
        margin: 0  auto;
        text-align: center;
    }
    .aspic_award .flex_box_2col > div > div.tcenter img {
        width: 55%;
    }
    
    
    /*動画*/
    #movie {
        width: 100%;
        margin: -5% auto 0;
        padding: 5% 0 5%;
        background: #dce6ec;
        color: #000;
    }
    #movie .sec_inner {
        color: #FFF;
        text-align: center;
    }
    #movie h2 {
        width: 100%;
        margin: 0 auto;
        padding: 5% 0 2%;
        color: #000;
        font-size: 218.7%;
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-weight: normal;
        text-align: center;
    }  
    #movie .sec_inner > h2 > span {
        font-size: 66%;
    }
    
    .logo {
        margin: 0 auto 5%;
        width: 25%;
        text-align: center;
    }
}


@media screen and (min-width:960px) and ( max-width:1279px) {
    /*　画面サイズが960pxから1280pxまではここを読み込む　*/
    
    /*header&Main*/
    #cierto_main {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 10%;
        background-image:url("/product/lp/digitalasset/img/ciertolp_main_bg.jpg");
        background-size:cover;
    }  
    header#fixmenu {
        width: 100%;
        margin: 0 auto;
        /*background-color:rgba(54,59,69,0.8);*/
        color: #FFF;
        font-size: 81.2%;
        transition: .3s;
        z-index: 9999;
    }
    header#fixmenu a,
    header#fixmenu a:visited,
    #btn_inquiry a,
    #btn_inquiry a:visited {
    color: #FFF;
    text-decoration: none;
    }

    #h_area {
        overflow: hidden;
        max-width: 94%;
        height: 55px;
        margin: 0 auto;
        padding: 1% 0;
    }
    #h_area_sp {
        display: none;
    }
    #h_area h1.a_logo {
        float: left;
        width: 15%;
        margin: 0;
        padding-right: 3%;
    }
    #h_area h1.a_logo img {
        width: 80%;
    }
    #h_area .fl {
        float: left;
        width: 55%;
        padding: 1.2% 0 0;
    }
    #h_area .fr {
        float: right;
        width: 28%;
        padding: 1% 0 0;
    }
    #h_area ul#nav {
        list-style: none;
        display:flex;
        justify-content: space-between;
    }
    #h_area #top_btn {
        display:flex;
        justify-content: space-between;
    }
    .link a {
      position: relative;
      display: inline-block;
      text-decoration: none;
    }
    .link a::after {
      position: absolute;
      bottom: -4px;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #FFF;
      transform: scale(0, 1);
      transform-origin: center top;
      transition: transform .3s;
    }
    .link a:hover::after {
      transform: scale(1, 1);
    }

    /*資料請求ボタン_top*/
    .btn_request2_sp{
        display: none;
    } 
    .btn_request {
        display:block;
        width: 100%;
        height: 35px;
        margin: -3% 0 0 2%;
        padding: 3% 0 0;
        border-radius: 25px;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(153,153,153);
        color:#FFF;
        font-size: 100%;
        text-align:center;
    }
    .btn_request2 {
        display:block;
        width: 100%;
        height: 35px;
        margin: -3% 0 0 2%;
        padding: 3% 0 0;
        border-radius: 25px;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(192,47,49); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(192,47,49,1) 0%, rgba(223,3,26,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(192,47,49,1) 0%,rgba(223,3,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(192,47,49,1) 0%,rgba(223,3,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color:#fff;
        text-align:center;
    }
    .btn_request:hover,
    .btn_request2:hover {
      background-color: #1ab0ec;
      background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
      background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    }
    .btn_request:active,
    .btn_request2:active {
      background: #1a92c2;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
      color: #1679a1;
      text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    }
    #main_area {
        width: 94%;
        margin: 0 auto;
        text-align: center;
    }
    #main_area　.main_img {
        width: 90%;
        margin: 0 auto;
    }
    #main_area h2 {
        padding: 5% 0 3%;
        color: #FFF;
        font-size: 156.2%;
        line-height: 1.8;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-weight: bold;
        text-align: center;
        text-shadow:0px 0px 3px #1a1a1a;
    }
    #main_area > p.title {
        margin: -4% 0 2%;
        font-size: 125%;
        line-height: 1.8;
        font-weight: bold;
    }
    #main_area > p {
        margin: 0;
        line-height: 1.8;
        font-weight: bold;
    }
    #main_area > div.sp {
        display: none;
    }
    
    
    /*資料請求ボタン*/
    #btn_inquiry {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 73px;
        margin: 0 auto !important;
        padding: 1% 10% 1%;
        z-index: 5;
        background: #F1F1F1;

    }
    #btn_inquiry {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 73px;
        margin: 0 auto !important;
        padding: 1.5% 5% 1%;
        z-index: 5;
        background: #F1F1F1;
    }
    .pro_ttl {
        float: left;
        width: 65%;
        font-weight: bold;
    }
    .pro_ttl img {
        width: 30%;
        padding-left: 2%;
    }
    #btn_inquiry .pro_btn {
        float: right;
        width: 35%;
        display: flex;
        justify-content: space-between;
    }
    #btn_inquiry .pro_btn .btn_request,
    #btn_inquiry .pro_btn .btn_request2 {
        margin: 1% 1% 0;
        padding: 2% 2% 2%;
        font-size: 14px;
    }
    /*#btn_inquiry .btn_request2 {
        margin: 0;
        height: 45px;
        font-size: 87.5%;
        line-height: 0.6;
    }*/
    #btn_inquiry .btn {
        display:block;
        width: 183px;
        height: 183px;
        padding: 30% 10%;
        border-radius: 50%;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(192,47,49); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(192,47,49,1) 0%, rgba(223,3,26,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(192,47,49,1) 0%,rgba(223,3,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(192,47,49,1) 0%,rgba(223,3,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color:#FFF;
        font-size: 100%;
        text-align:center;
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,.5));
    }
    #btn_inquiry .btn a {
        color: #FFF;
        text-decoration: none;
    }
    #btn_inquiry .btn:hover {
        color: #FFF;
        background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
        background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    }
    #btn_inquiry .btn:active {
        background: #1a92c2;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
        color: #FFF;
        text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    }
    
   /*sec1*/ 
    #sec1, #sec_tw {
        position: relative;
        overflow: hidden;
        margin: -10% 0 0;
        padding: 0;
        z-index: 1;
    }
    #sec_branding {
        margin: 0!important;
    }
    #sec1:before,
    #sec_tw:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 120%;
      height: 80%;
      margin: 3% -10% 0;
      background: #000;
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg);
      z-index: -1;
    }
    #sec1:after,
    #sec_tw:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 120%;
      height: 80%;
      margin: 3% -10% 0;
      background: #363b45;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg);
      z-index: -2;
    }
    
    /*sec2*/ 
    #sec2,#sec_branding {
        position: relative;
        overflow: hidden;
        margin: 0 0;
        padding: 0;
        z-index: 1;
    }
    #sec2:before,
    #sec_branding:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 120%;
      height: 80%;
      margin: 3% -10% 0;
      background: #363b45;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg);
      z-index: -1;
    }
    #sec2:after,
    #sec_branding:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 120%;
      height: 80%;
      margin: 3% -10% 0;
      background: #000;
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg);
      z-index: -2;
    }
    
    /*sec1,sec2の中身*/ 
    .sec_inner {
        box-sizing: boder-box;
        width: 100%;
        max-width: 94%;
        height: 100%;
        margin: -6% auto 0;
        padding: 100px 10px 100px;
        color: #FFF;
        text-align: center;
    }
    .sec_main {
        padding: 0 0 3%;
        overflow: hidden;
    }
    #sec1 .left_area,
    #sec_branding .left_area {
        float: left;
        width: 42%;
        padding: 5% 0 0;
        text-align: left;
        line-height: 2;
    }
    #sec2 .right_area {
        float: right;
        width: 42%;
        padding: 5% 0 0;
        text-align: left;
        line-height: 2;
    }
    #sec1 .left_area > h2,
    #sec_branding .left_area > h2,
    #sec2 .right_area > h2,
    #sec_tw .center_area > h2 {
        margin: 10% 0;
        color: #FFF;
        font-size: 187.5%;
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-weight: bold;
    }
    #sec1 .right_area,
    #sec_branding .right_area {
        float: right;
        width: 46%;
    }

    #sec1 .right_area {
        padding: 2% 0 0;
    }
    #sec_branding .right_area {
        padding: 10% 0 0;   
    }
    #sec2 .left_area {
        float: left;
        width: 46%;
        padding: 10% 0 0;
    }
    ul.sec_list {
        display: flex;
        justify-content: space-between;
        padding: 2% 0 3%;
    }
    ul.sec_list > li > h3 {
        margin: 0;
        border-bottom: solid 1px #FFF;
        line-height: 1.8;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 156.2%;
    }
    ul.sec_list > li > p {
        margin: 3% 0 0;
        font-size: 112.5%;
        line-height: 1.8;
    }
    ul.sec_list > li > p > span {
        font-size: 72%;
    }
    .br {
        font-size: 90%!important;
    }
    
    /*sec3*/
    #sec3 {
        width: 100%;
        margin: -13% auto 0;
        padding: 0;
        background-image:url("/product/lp/digitalasset/img/voice_bg.jpg");
        background-size:cover;
    }
    #sec3 .sec3_inner {
        width: 100%;
        max-width: 94%;
        margin: 0 auto;
        padding: 12% 0;
        text-align: center;
        color: #FFF;
    }
    #sec3 .sec3_inner > h2 {
        display: inline-block;
        margin: 0;
        padding: 0 2%;
        border: solid 1px #FFF;
        line-height: 1.8;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 112.5%;
    }
    #sec3 .sec3_inner > h3 {
        width: 81%;
        margin: 2% auto 0;
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 187.5%;
        text-align: right!important;
    } 
    #sec3 .sec3_inner > h3 > span {
        font-size: 45%;
    }  
    #sec3 .sec3_inner > p {
        margin: 8% 0;
        line-height: 2;
        font-size: 100%;
    }   
    
    /*sec4*/
    #sec4 {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 5%;
        background: #FFF;
    }
    #sec4 .sec4_inner {
        width: 100%;
        max-width: 94%;
        margin: 0 auto;
        padding: 0;
        color: #000;
    }
    #sec4 .sec4_inner > div {
        display: inline-block;
        margin: -15% 0 0 4%;
        padding: 2% 2%;
        color: #FFF;
        background: linear-gradient(rgba(0, 0, 20, 0.9), rgba(0, 42, 70, 0.9), rgba(78,104,120,0.9));
        text-align: center;
        box-shadow: 10px 10px rgba(0,0,0,0.3);
    }
    #sec4 .sec4_inner > div > h2 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 156.2%;
        text-align: center;
    } 
    #sec4 .sec4_inner > div > h3 {
        font-size: 100%;
        font-weight: normal;
    } 
    
    /*sec5*/
    #sec5 {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 10%;
        background: #FFF;
    }
    #sec5 .sec5_inner {
        width: 100%;
        max-width: 94%;
        margin: 0 auto;
        padding: 0;
        color: #000;
    }
    #sec5 .sec5_inner > div {
        padding: 0 0 3%;
        text-align: center;
    }
    #sec5 .sec5_inner > h2 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 187.5%;
        text-align: center;
    } 
    #sec5 ul.company_list {
        width: 100%;
        max-width: 92%;
        margin: 0 auto;
        padding: 3% 3%;
        background: #FFF;
        border: solid 2px #000;
		display: flex;
		flex-wrap: wrap;
        box-shadow: 10px 10px rgba(0,0,0,0.2);
    }
    #sec5 ul.company_list li {
		width: calc((85% / 2) - 1%)!important;
        margin: 0 4%;
        
	}
    #sec5 ul.company_list li:nth-child(3n),
    #sec5 ul.company_list li:nth-child(4n){
        margin-top: 4%!important;
	}
    #sec5 ul.company_list li > h4 {
        margin: 0 0 2%;
        line-height: 1.8;
        font-size: 125%;
        font-weight: normal;
    }  
    #sec5 ul.company_list li > h4 > span {
        padding: 1.5% 1.5%;
        background: #000;
        border-radius: 3px; 
        color: #FFF;
        font-size: 66%;
    }      
    #sec5 ul.company_list li > p {
        line-height: 1.8;
        font-size: 100%;
        text-align: center;
    }    
    
    /*sec6*/ 
    #sec6 {
        width: 100%;
        margin: 0 auto;
    }
    #sec6 .sec6_main {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        z-index: 1;
    }
    #sec6 .sec6_main:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background-image:url("/product/lp/digitalasset/img/cierto_sec6_bg.jpg");
        background-size:cover;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        z-index: -1;
    }
    #sec6 .sec6_main:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background: #363b45;
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        z-index: -2;
    }
    #sec6 .sec6_main > h2 {
        width: 100%;
        max-width: 96%;
        margin: 0 auto;
        padding: 10% 0 5%;
        color: #FFF;
        font-size: 250%;
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-weight: normal;
        text-align: right;
    }  
    #sec6 .sec6_main > h2 > span {
        font-size: 66%;
    }
    #sec6 .reason_area {
		float: none;
		overflow: hidden;
		display: flex;
        flex-wrap: wrap;
		padding: 0;
		background: #FFF;
	}
    #sec6 .reason_area .reason_img {
        width: 50%;
        height: 588px;
        background-color: #FFF;
	}
    #sec6 .reason_area .reason_txt {
        max-width: 50%;
		height: 588px;
        margin: 0 auto;
        padding: 5% 2% 0;
        background-color: #FFF;
    }
    #sec6 .reason_area .reason_txt2 {
        max-width: 50%;
		height: 688px;
        margin: 0 auto;
        padding: 5% 2% 0;
        background-color: #FFF;
    }
    .ph01 {
        background-image:url("/product/lp/digitalasset/img/ph01.jpg");
        background-size:cover;
    }
    .ph02 {
        background-image:url("/product/lp/digitalasset/img/ph02.jpg");
        background-size:cover;
    }
    .ph03 {
        background-image:url("/product/lp/digitalasset/img/ph03.jpg");
        background-size:cover;
    }
    .ph04 {
        background-image:url("/product/lp/digitalasset/img/ph04.jpg");
        background-size:cover;
    }
    .ph05 {
        background-image:url("/product/lp/digitalasset/img/ph05.jpg");
        background-size:cover;
    }
    .ph06 {
        background-image:url("/product/lp/digitalasset/img/ph06.jpg");
        background-size:cover;
    }
    
    #sec6 .reason_txt > h3,
    #sec6 .reason_txt > h4,
    #sec6 .reason_txt2 > h3,
    #sec6 .reason_txt2 > h4 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 175%;
        font-weight: normal;
        text-align: left;
    } 
    #sec6 .reason_txt > h3,
    #sec6 .reason_txt2 > h3 {
        display: inline-block;
        margin: 0 0 3%;
        color: #363b45;
        border-bottom: solid 1px #363b45;
    }
    #sec6 .reason_txt > p,
    #sec6 .reason_txt2 > p {
        margin: 10% 0 0;
    }
    
    /*sec8*/
    #sec8 {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 10%;
    }  
    #sec8 .sec8_main {
        width: 100%;
        margin: 0 auto;
        padding: 10% 0 5%;
        background-image:url("/product/lp/digitalasset/img/cierto_sec8_bg.jpg");
        background-size:cover;
    }  
    #sec8 .sec8_main > div {
        width: 100%;
        max-width: 94%;
        margin: -5% auto 0;
        padding: 0 3%;
    }
    .sec8_logo{
        width: 25%;
    }
    #sec8 .sec8_main h2 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 187.5%;
        font-weight: normal;
        text-align: left;
    }
    #sec8 .sec8_main p {
        width: 53%;
    }
    
    /*tabe*/
    #sec8 .scroll {
        width: 94%;
        margin: 0 auto;
    }
    #sec8 table.comparison {
        width: 92%;
        margin: 5% auto 0;
        border-spacing: 0px 1px;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 16px;
    }
    #sec8 table.comparison th {
        padding: 12px;
        vertical-align: middle;
        font-size: 14px;
        text-align: left;
        color: #FFF;
        text-align: center;
        line-height: 1.5;
        font-weight: bold;
    }
    #sec8 table.comparison td {
        padding: 15px;
        vertical-align: middle;
        text-align: left;
        font-size: 16px;
        text-align: center;
        line-height: 1.5;
    }
    #sec8 table.comparison td.all {
        background: #333;
        text-align: center;
        color: #FFF;
        border-top: solid 2px #CCC;
        border-bottom: solid 2px #CCC;
    }
    #sec8 table.comparison th.r1 {
        width: 120px;
        background: #000;
        text-align: center;
        line-height: 1.5;
        border-bottom: solid 1px #FFF;
    }
    .brd_000 {
        border-bottom: solid 1px #000 !important;
    }
    #sec8 table.comparison th.r2,
    #sec8 table.comparison td.r2 {
        width: 200px;
        border: #333 1px solid;
        background: #e6f7ff;
    }
    #sec8 table.comparison th.r2 img {
        width: 70%;
        vertical-align: middle;
    }
    #sec8 table.comparison th.r2,
    #sec8 table.comparison th.r3,
    #sec8 table.comparison th.r4 {
        text-align: center;
        color: #333;
    }
    #sec8 table.comparison th.r3,
    #sec8 table.comparison td.r3,
    #sec8 table.comparison th.r4,
    #sec8 table.comparison td.r4 {
        width: 200px;
        border: #333 1px solid;
        background: #FFF;
    }
    #sec8 ul li{
        font-size: 16px;
        margin-bottom: 15px;
        text-indent: -1em;
        margin-left: 1em;
    }
    #sec8 ul li:before {
        content: '・';
    }

    #sec9 {
        width: 100%;
        margin: 0 auto;
    }
    #sec9 .sec9_main {
        position: relative;
        overflow: hidden;
        margin: 0 0;
        padding: 0;
        z-index: 1;
    }
    #sec9 .sec9_main:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background: #000;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        z-index: -1;
    }
    #sec9 .sec9_main:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background: #363b45;
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        z-index: -2;
    }
    #sec9 .sec9_main {
        width: 100%;
        margin: 0 auto;
        padding: 10% 0 0;
        color: #FFF;
    }  
    #sec9 .sec9_main > div {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 94%;
        margin: 0 auto 0;
        padding: 0 3%;
    }
    .sec9_logo{
        width: 50%;
        padding: 0 0 2%;
    }
    .sec9_img {
        margin: -12% 0 0;
        width: 35%;
    }
    #sec9 .sec9_main h2 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 187.5%;
        font-weight: normal;
        text-align: left;
    }
    
    #sec9 h3 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 156.2%;
        font-weight: normal;
        text-align: center;
    }  
    #sec9 .pattern {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 94%;
        margin: 0 auto;
        padding: 5% 0 5%;
    }
    #sec9 .pattern > div {
        width: 43%;
    }
    #sec9 .pattern .illust {
        width: 90%;
        margin: 2% 0 auto;
        text-align: center;
    }
    #sec9 .ms h3 {font-size: 112.5%;}
    #sec9 .ms {
        width: 100%;
        max-width: 96%;
        margin: 0 auto 3%;
        padding: 3% 3%; 
        border: solid 1px #CCC;
    }
    #sec9 .ms > p {
        font-size: 87.5%;
    }
    #sec9 .ms > div {
        display: flex;
        justify-content: space-between;
        margin: 3% auto 4%;
        width: 80%;
    }
    #sec9 .ms > div > figure {
        width: 45%;   
    }
    
    
    #sec10 {
        width: 100%;
        margin: 10% auto 0;
        padding: 5% 0 5%;
        background: #363b45;
        color: #FFF;
    }
    #sec10 .sec10_inner {
        width: 100%;
        max-width: 94%;
        margin: 0 auto;
        padding: 0;
        color: #FFF;
    }
    #sec10 h2 {
        margin: 0 0 5%;
        text-align: center;
        font-size: 156.2%;
        font-weight: normal;
    }
    #sec10 h2 > span > img {
        width: 33%;
        padding-right: 2%;
    }
    #sec10 .mail {
        display: flex;
        justify-content: space-between;
        max-width: 600px;
        margin: 0 auto 3%;
    }
    #sec10 .mail > div {
        width: 45%;
        padding: 0 3%;
    }
    #sec10 .sec10_inner > p {
        font-size: 156.2%;
        text-align: center;
        letter-spacing: 2px;
    }
    #sec10 .sec10_inner > p > span {
        font-size: 72%;
        text-align: center;
    }
    
    /*資料請求ボタン*/
    #sec10 .mail a {
        color: #FFF;
        font-size: 112.5%;
        text-decoration: none;
    }
    #sec10 .mail .btn_request_left {
        display:block;
        width: 100%;
        height: 50px;
        padding:5% 0 1.5%;
        border-radius: 25px;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(192,47,49);
        color:#fff;
        text-align:center;
    }
    #sec10 .mail .btn_request_left:hover {
      border:1px solid #1090c3;
      background-color: #1ab0ec;
      background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
      background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    }
    #sec10 .mail .btn_request_left:active {
      background: #1a92c2;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
      color: #1679a1;
      text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    } 
    
    #sec10 .mail .btn_request_right {
        display:block;
        width: 100%;
        height: 50px;
        padding: 5% 0 1.5%;
        border-radius: 25px;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(205,205,205);
        color:#000;
        text-align:center;
    }
    #sec10 .mail .btn_request_right a {
        color: #000;
    }
    #sec10 .mail .btn_request_right:hover {
      border:1px solid #1090c3;
      background-color: #1ab0ec;
      background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
      background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    }
    #sec10 .mail .btn_request_right:active {
      background: #1a92c2;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
      color: #1679a1;
      text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    }
    
    
    /*end*/
    .end {
        position: relative;
        overflow: hidden;
        height: 180px;
        margin: -10% 0 0;
        padding: 0;
        z-index: 1;
    }
    .end:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background: #363b45;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        z-index: -2;
    }
    .end:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background: #000;
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        z-index: -1;
    }
    
    /*button*/
    .link_btn {
    display: inline-block;
    padding: 1.5% 1.5% 0.5%;
    text-decoration: none;
    color: #363b45;
    border: solid 2px #363b45;
    border-radius: 3px;
    transition: .4s;
    }

    .link_btn:hover {
    background: #363b45;
    color: #FFF;
    }
  
    /*modal*/    
    .modal-content {
        overflow:auto;
        position:relative;
        display:none;
        width:90%;
        max-height:90%;
        margin:30px;
        padding:10px 20px;
        border:2px solid #aaa;
        background:#fff;
    }

    .modal-content p {
        margin: 0 auto;
    }

    .modal-overlay {
        z-index:8;
        display:none;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:120%;
        background-color:rgba(0,0,0,0.75);
    }
    .modal-wrap {
        z-index: 9;
        display:none;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        overflow:auto;
    }
    .modal-open {
        color: #363b45;
        text-decoration: none;
    }

    .modal-open:hover {
        cursor:pointer;
        color: #FFF;
    }

    .modal-close {
        color: #363b45;
        text-decoration: none;
    }

    .modal-close:hover {
        cursor:pointer;
        color: #FFF;
    }
    
    .close {
        padding: 0 0 1%;
        text-align: right;
    }
    .modal-content .link_btn {
        padding: 0 2%;
        text-align: right;
    }
    
    /*modal 導入事例*/
    .case {
        width: 94%;
        margin: 0 auto;
        text-align: center;
    }
    .case .company {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 0 3%;
        border-bottom: solid 4px #000;
    }
    .case h4 {
        display: inline-block;
        margin: 0 0 1%;
        padding: 3% 0 0;
        color: #000;
        font-size: 125%;
    }
    .case .user {
        width: 20%;
    }
    .case .title {
        padding: 2% 2%;
        background: #333;
        color: #FFF;
        font-weight: bold;
    }
    .before_box {
        margin: 2% 0;
        border: solid 1px #666;
    }
    .after_box {
        margin: 2% 0;
        border: solid 1px #0079c3;
    }
    .task,.solution {
        padding: 1% 0;
        background: #666;
        color: #FFF;
        font-size: 112.5%;
        font-weight: bold;
    }
    .solution {
        padding: 1% 0;
        background: #0079c3;
        color: #FFF;
        font-size: 112.5%;
        font-weight: bold;
    }
    .before_box ol {
        counter-reset: item;
        list-style-type: none;
        padding: 2% 0 0;
    }
    .before_box ol{
        padding-left: 1.125rem;
        font-size: 1.125rem;
    }
    .before_box ol li{
        margin: 0 0 2%;
        text-indent: -1.3em;
        padding-left: 1.3em;
        font-size: 87.5%;
        text-align: left;
    }
    .before_box ol li:before {
        counter-increment: item;
        content: counter(item)'.';
        padding-right: .5em;
        font-weight: bold;
        color: #666;
    }
    .after_box ol {
        counter-reset: item;
        list-style-type: none;
        padding: 2% 0 0;
    }
    .after_box ol {
        padding-left: 1.125rem;
        font-size: 1.125rem;
    }
    .after_box ol li {
        margin: 0 0 2%;
        text-indent: -1.3em;
        padding-left: 1.3em;
        color: #0079c3;
        font-size: 87.5%;
        text-align: left;
    }
    .after_box ol li:before {
        counter-increment: item;
        content: counter(item)'.';
        padding-right: .5em;
        font-weight: bold;
        color: #0079c3;
    }
    
    /*Footer*/
    footer {
        width: 100%;
        margin: 0 auto;
        padding: 1% 0;
        background: #000;
        color: #FFF;
        font-size: 68.7%;
    }
    footer > div {
        width: 94%;
        margin: 0 auto;
        line-height: 1.5;
        text-align: center;
    }
    
    footer a{
        text-decoration: underline;
        color: #FFF;
    }
    
    /*共通CSS*/
    .sp_br {display: none;}
    #nav-drawer {display: none;}
    
    .flex_box_2col {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        justify-content: space-between;
    }
    .aspic_award h3 {font-size: 112.5%!important;}
    .aspic_award {
        width: 100%;
        max-width: 96%;
        margin: 0 auto;
    }
    .aspic_award > p {
        font-size: 87.5%;
    }
    .aspic_award .flex_box_2col > div {
        width: 48%;
        padding: 3% 3%;
        border: solid 1px #CCC;
    }
    .aspic_award .flex_box_2col > div > div.tcenter {
        width: 100%;
        text-align: center;
    }
    
    .aspic_award .flex_box_2col > div > div.tcenter img {
        width: 80%;
    }
    
    
    /*動画*/
    #movie {
        width: 100%;
        margin: -5% auto 0;
        padding: 5% 0 5%;
        background: #dce6ec;
        color: #000;
    }
    #movie .sec_inner {
        position: relative;
        width: 100%;
        max-width: 75%;
        height: 100%;
        margin: 5% auto 10%;
        padding-top: 56.25%;
        color: #FFF;
        text-align: center;
    }
    #movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%!important;
        height: 100%!important;
    }
    #movie h2 {
        width: 100%;
        margin: 0 auto;
        padding: 10% 0 2%;
        color: #000;
        font-size: 156.2%;
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-weight: normal;
        text-align: center;
    }  
    #movie .sec_inner > h2 > span {
        font-size: 66%;
    }
    .logo {
        margin: 0 auto;
        width: 30%;
        text-align: center;
    }
}



@media screen and (min-width:600px) and ( max-width:959px) {
	/*　画面サイズが600pxから959pxまではここを読み込む　*/
    p {
        font-size: 87.5%!important;
    }
    
    /*header&Main*/
    #cierto_main {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 20%;
        background-image:url("/product/lp/digitalasset/img/ciertolp_main_bg.jpg");
        background-size:cover;
    }  
    header#fixmenu {
        width: 94%;
        margin: 0 auto;
        padding: 1.5% 0;
        color: #FFF;
        font-size: 87.5%;
    }
    header#fixmenu a,
    header#fixmenu a:visited {
    color: #FFF;
    text-decoration: none;
    }
    #h_area {
        display: none;
    }
    #h_area_sp {
        overflow: hidden;
    }
    #h_area_sp h1.a_logo {
        float: left;
        width: 30%;
        margin: 0;
        padding-right: 8%;
    }
    #h_area_sp h1.a_logo img {
        width: 100%;
    }
    /*nav*/
    #nav-drawer {
        z-index: 999;
        float: right;
        position: relative;
        width: 10%;
    }
    /*チェックボックス等は非表示に*/
    .nav-unshown {
        display:none;
    }
    /*アイコンのスペース*/
    #nav-open {
        position: absolute;
        display: inline-block;
        top: 15px;
        right: 20px;
        width: 30px;
        height: 20px;
        vertical-align: middle;
    }
    /*ハンバーガーアイコン*/
    #nav-open span, #nav-open span:before, #nav-open span:after {
        position: absolute;
        height: 3px;/*線の太さ*/
        width: 30px;/*長さ*/
        border-radius: 3px;
        background: #FFF;
        display: block;
        content: '';
        cursor: pointer;
    }
    #nav-open span:before {
        bottom: -10px;
    }
    #nav-open span:after {
        bottom: -20px;
    }
    /*閉じる用の薄黒カバー*/
    #nav-close {
        display: none;/*はじめは隠しておく*/
        position: fixed;
        z-index: 99;
        top: 0;/*全体に広がるように*/
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out;
    }
    /*中身*/
    #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;/*最前面に*/
        width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
        max-width: 12.5rem;/*200px*/
        height: 100%;
        background: #333;
        color: #FFF;
        transition: .3s ease-in-out;/*滑らかに表示*/
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);/*左に隠しておく*/
    }
    #nav-content ul {
        padding: 8.5%;	
    }
    #nav-content ul a {
        color: #FFF;
        text-decoration: none;
    }
    #nav-content ul a:hover {
        color: #CCC;
    }
    #nav-content ul li {
        font-size: 112.5%;
        line-height: 3;
    }
    /*チェックが入ったらもろもろ表示*/
    #nav-input:checked ~ #nav-close {
        display: block;/*カバーを表示*/
        opacity: .5;
    }
    #nav-input:checked ~ #nav-content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);/*中身を表示（右へスライド）*/
        box-shadow: 6px 0 25px rgba(0,0,0,.15);
    }
    .link a {
      position: relative;
      display: inline-block;
      text-decoration: none;
    }
    .link a::after {
      position: absolute;
      bottom: -4px;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #FFF;
      transform: scale(0, 1);
      transform-origin: center top;
      transition: transform .3s;
    }
    .link a:hover::after {
      transform: scale(1, 1);
    }

    /*資料請求ボタン_top*/
    .btn_request2_sp {
        display:block;
        width: 150px;
        height: 40px;
        margin: 2% auto 3%;
        padding: 1% 0 0;
        border-radius: 25px;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(192,47,49); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(192,47,49,1) 0%, rgba(223,3,26,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(192,47,49,1) 0%,rgba(223,3,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(192,47,49,1) 0%,rgba(223,3,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color:#fff;
        font-size: 100%;
        text-align:center;
    }
    .btn_request_sp {
        display:block;
        width: 100%;
        height: 35px;
        margin: -3% 0 0 2%;
        padding: 3% 0 0;
        border-radius: 25px;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(153,153,153);
        color:#FFF;
        font-size: 100%;
        text-align:center;
    }
    .btn_request_sp:hover
    .btn_request2_sp:hover {
        border:1px solid #1090c3;
        background-color: #1ab0ec;
        background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
        background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    }
    .btn_request2:active,
    .btn_request2_sp:active {
        background: #1a92c2;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
        color: #1679a1;
        text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    }
    .btn_request2_sp a,
    .btn_request2_sp a:visited {
        color: #FFF;
        text-decoration: none;
    }
    
    #main_area {
        width: 94%;
        margin: 0 auto;
        text-align: center;
    }
    #main_area h2 {
        top: 0;
        padding: 0 0 2%;
        color: #FFF;
        font-size: 137.5%;
        line-height: 1.8;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-weight: bold;
        text-align: center;
        text-shadow:0px 0px 3px #1a1a1a;
    }
    #main_area .main_img {
        width: 75%;
        margin: 0 auto;
        text-align: center;
    }
    #main_area > p.title {
        margin: -4% 0 2%;
        font-size: 125%!important;
        line-height: 1.8;
        font-weight: bold;
    }
    #main_area > p {
        margin: 0;
        line-height: 1.8;
        font-weight: bold;
    }
    #main_area > div.sp {
        display: none;
    }
    
/*資料請求ボタン*/
    #btn_inquiry {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 80px;
        margin: 0 auto!important;
        padding: 1% 2% 1%;
        z-index: 5;
        background: #F1F1F1;
    }
    #btn_inquiry .inner {
        width: 60%;
        margin: 0 auto;
        text-align: center;
    }
    #btn_inquiry .btn_request2 {
        margin: 0;
        height: 55px;
        text-align: center;
        line-height: 2.5;
    }
    .pro_ttl {
        display: none;
    }
    .pro_btn {
        width: 100%;
        padding: 1% 0 1%;
        margin: 0 auto;
    }
    #btn_inquiry a,
    #btn_inquiry a:visited {
    color: #FFF;
    text-decoration: none;
    }
    
     /*#btn_inquiry {
        position: fixed;
        bottom: 3%; 
        right: 3%;
        z-index: 5;
    }*/
    #btn_inquiry .btn_request {
        display: none!important;
    }
    #btn_inquiry .btn_request {
        display:block;
        width: 100%;
        height: 35px;
        margin: -3% 0 0 2%;
        padding: 3% 0 0;
        border-radius: 25px;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(153,153,153);
        color:#FFF;
        font-size: 100%;
        text-align:center;
    }
    #btn_inquiry .btn_request2 {
        display:block;
        margin: 0 auto 0;
        padding: 1% 0 0;
        border-radius: 25px;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(192,47,49); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(192,47,49,1) 0%, rgba(223,3,26,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(192,47,49,1) 0%,rgba(223,3,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(192,47,49,1) 0%,rgba(223,3,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color:#fff;
        font-size: 125%;
        text-align:center;
    }
    #btn_inquiry .btn_request:hover,
    #btn_inquiry .btn_request2:hover {
        background-color: #1ab0ec;
        background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
        background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    }
    #btn_inquiry .btn_request:active,
    #btn_inquiry .btn_request2:active {
        background: #1a92c2;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
        color: #1679a1;
        text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    }
    #btn_inquiry .btn_request a,
    #btn_inquiry .btn_request a:visited,
    #btn_inquiry .btn_request2 a,
    #btn_inquiry .btn_request2 a:visited {
        color: #FFF;
        text-decoration: none;
    }
    
   /*sec1*/ 
    #sec1, #sec_tw {
        position: relative;
        overflow: hidden;
        margin: -10% 0 0;
        padding: 0;
        z-index: 1;
    }
    #sec_tw {
        margin: 0;
    }
    #sec1:before,
    #sec_tw:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 120%;
      height: 90%;
      margin: 3% -10% 0;
      background: #000;
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg);
      z-index: -1;
    }
    #sec1:after,
    #sec_tw:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 120%;
      height: 90%;
      margin: 3% -10% 0;
      background: #363b45;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg);
      z-index: -2;
    }
    
    /*sec2*/ 
    #sec2,
    #sec_branding {
        position: relative;
        overflow: hidden;
        margin: 0 0;
        padding: 0;
        z-index: 1;
    }
    #sec2:before,
    #sec_branding:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 120%;
      height: 90%;
      margin: 3% -10% 0;
      background: #363b45;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg);
      z-index: -1;
    }
    #sec2:after,
    #sec_branding:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 120%;
      height: 90%;
      margin: 3% -10% 0;
      background: #000;
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg);
      z-index: -2;
    }
    
    /*sec1,sec2の中身*/ 
    .sec_inner {
        width: 100%;
        max-width: 94%;
        height: 100%;
        margin: -5% auto 0;
        padding: 60px 10px 90px;
        color: #FFF;
        text-align: center;
    }
    .sec_main {
        margin: 0 auto;
        padding: 0 0 3%;
        display: flex;
        flex-flow: row wrap;
    }
    #sec1 .left_area,
    #sec_branding .left_area {
        float: left;
        padding: 7% 0 0;
        text-align: left;
        line-height: 2;
        order: 1;
    }
    #sec2 .right_area {
        float: right;
        padding: 7% 0 0;
        text-align: left;
        line-height: 2;
        order: 1;
    }
    #sec_tw .center_area {
        padding: 7% 0 0;
    }
    #sec1 .left_area p,
    #sec_branding p,
    #sec2 .right_area p,
    #sec_tw .center_area p {
        width: 80%;
        margin: 4% auto 5%;
    }
    #sec1 .left_area > h2,
    #sec_branding .left_area > h2,
    #sec2 .right_area > h2,
    #sec_tw .center_area > h2 {
        color: #FFF;
        font-size: 156.2%;
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-weight: bold;
        text-align: center;
    }
    #sec1 .right_area,
    #sec_branding .right_area {
        width: 70%;
        margin: 0 auto;
        order: 2;
    }
    #sec2 .left_area {
        width: 70%;
        margin: 0 auto;
        order: 2;
    }
    ul.sec_list {
        display: flex;
        justify-content: space-between;
        padding: 2% 0 3%;
    }
    ul.sec_list > li {
        width: 30%;   
    }
    ul.sec_list > li > h3 {
        margin: 0;
        border-bottom: solid 1px #FFF;
        line-height: 1.8;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 112.5%;
    }
    ul.sec_list > li > p {
        margin: 3% 0 0;
        font-size: 100%;
        line-height: 1.8;
    }
    
    /*sec3*/
    #sec3 {
        width: 100%;
        margin: -10% auto 0;
        padding: 5% 0 10%;
        background-image:url("/product/lp/digitalasset/img/voice_bg.jpg");
        background-size:cover;
    }
    #sec3 .sec3_inner {
        width: 100%;
        max-width: 94%;
        margin: 0 auto;
        padding: 12% 0;
        text-align: center;
        color: #FFF;
    }
    #sec3 .sec3_inner > h2 {
        display: inline-block;
        margin: 0;
        padding: 0 2%;
        border: solid 1px #FFF;
        line-height: 1.8;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 100%;
    }
    #sec3 .sec3_inner > h3 {
        width: 90%;
        margin: 4% auto 0;
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 187.5%;
        text-align: center!important;
    } 
    #sec3 .sec3_inner > h3 > span {
        font-size: 45%;
    }  
    #sec3 .sec3_inner > p {
        margin: 8% 0;
        line-height: 1.8;
        font-size: 100%;
    }   
    
    /*sec4*/
    #sec4 {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 5%;
        background: #FFF;
    }
    #sec4 .sec4_inner {
        width: 100%;
        max-width: 70%;
        margin: 0 auto;
        padding: 0;
        color: #000;
    }
    #sec4 .sec4_inner > div {
        display: inline-block;
        width: 100%;
        margin: -25% auto 4%;
        padding: 2% 2%;
        color: #FFF;
        background: linear-gradient(rgba(0, 0, 20, 0.9), rgba(0, 42, 70, 0.9), rgba(78,104,120,0.9));
        text-align: center;
        box-shadow: 10px 10px rgba(0,0,0,0.3);
    }
    #sec4 .sec4_inner > div > h2 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 156.2%;;
        text-align: center;
    } 
    #sec4 .sec4_inner > div > h3 {
        font-size: 112.5%;
        font-weight: normal;
    } 
    
    /*sec5*/
    #sec5 {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 10%;
        background: #FFF;
    }
    #sec5 .sec5_inner {
        width: 100%;
        max-width: 94%;
        margin: 0 auto;
        padding: 0;
        color: #000;
    }
    #sec5 .sec5_inner > div {
        padding: 0 0 3%;
        text-align: center;
    }
    #sec5 .sec5_inner > h2 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 156.2%;
        text-align: center;
    } 
    #sec5 ul.company_list {
        width: 100%;
        max-width: 94%;
        margin: 0 auto;
        padding: 3% 3%;
        background: #FFF;
        border: solid 2px #000;
		display: flex;
		flex-wrap: wrap;
        box-shadow: 10px 10px rgba(0,0,0,0.2);
    }
    #sec5 ul.company_list li {
		width: calc((100% / 2) - calc(4% / 2));
        margin-right: 4%;
	}
    #sec5 ul.company_list li:nth-child(2n) {
        margin-right: 0;
	}
    #sec5 ul.company_list li > h4 {
        margin: 3% 0 2%;
        line-height: 1.8;
        font-size: 100%;
        font-weight: normal;
    }  
    #sec5 ul.company_list li > h4 > span {
        padding: 1.5% 1.5%;
        background: #000;
        border-radius: 3px; 
        color: #FFF;
        font-size: 66%;
    }      
    #sec5 ul.company_list li > p {
        font-size: 86%;
        line-height: 1.5;
        text-align: center;
    }    
    #sec5 ul.company_list li > p > br {
        display: none;
    }
    
    /*sec6*/ 
    #sec6 {
        width: 100%;
        margin: 0 auto;
    }
    #sec6 .sec6_main {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        z-index: 1;
    }
    #sec6 .sec6_main:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background-image:url("/product/lp/digitalasset/img/cierto_sec6_bg.jpg");
        background-size:cover;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        z-index: -1;
    }
    #sec6 .sec6_main:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background: #363b45;
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        z-index: -2;
    }
    #sec6 .sec6_main > h2 {
        width: 100%;
        max-width: 94%;
        margin: 0 auto;
        padding: 10% 0 5%;
        color: #FFF;
        font-size: 187.5%;
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-weight: normal;
        text-align: right;
    }  
    #sec6 .sec6_main > h2 > span {
        font-size: 66%;
    }
    #sec6 .reason_area {
		float: none;
		overflow: hidden;
		display: flex;
        flex-wrap: wrap;
		padding: 0;
		background: #FFF;
	}
    #sec6 .reason_area .reason_img {
        width: 50%;
        height: 450px;
        background-color: #FFF;
	}
    #sec6 .reason_area .reason_txt {
        max-width: 50%;
		height: 450px;
        margin: 0 auto;
        padding: 5% 3% 0;
        background-color: #FFF;
    }
    #sec6 .reason_area .reason_txt2 {
        max-width: 50%;
		height: 550px;
        margin: 0 auto;
        padding: 5% 3% 0;
        background-color: #FFF;
    }
    .ph01 {
        background-image:url("/product/lp/digitalasset/img/ph01.jpg");
        background-size:cover;
    }
    .ph02 {
        background-image:url("/product/lp/digitalasset/img/ph02.jpg");
        background-size:cover;
    }
    .ph03 {
        background-image:url("/product/lp/digitalasset/img/ph03.jpg");
        background-size:cover;
    }
    .ph04 {
        background-image:url("/product/lp/digitalasset/img/ph04.jpg");
        background-size:cover;
    }
    .ph05 {
        background-image:url("/product/lp/digitalasset/img/ph05.jpg");
        background-size:cover;
    }
    .ph06 {
        background-image:url("/product/lp/digitalasset/img/ph06.jpg");
        background-size:cover;
    }
    
    #sec6 .reason_txt > h3,
    #sec6 .reason_txt > h4,
    #sec6 .reason_txt2 > h3,
    #sec6 .reason_txt2 > h4 {
        line-height: 1.5;
        letter-spacing: 1px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 125%;
        font-weight: normal;
        text-align: left;
    } 
    #sec6 .reason_txt > h3,
    #sec6 .reason_txt2 > h3 {
        display: inline-block;
        margin: 0 0 5%;
        color: #363b45;
        border-bottom: solid 1px #363b45;
    }
    #sec6 .reason_txt > p,
    #sec6 .reason_txt2 > p {
        margin: 10% 0 0;
        font-size: 87.5%;
    }
    #sec6 .reason_txt > p > br,
    #sec6 .reason_txt2 > p > br {
        display: none;
    }
    
    
    /*sec8*/
    #sec8 {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 10%;
    }  
    #sec8 .sec8_main {
        width: 100%;
        margin: 0 auto;
        padding: 10% 0 0;
        background-image:url("/product/lp/digitalasset/img/cierto_sec8_bg.jpg");
        background-size:cover;
    }  
    #sec8 .sec8_main > div {
        width: 100%;
        max-width: 94%;
        margin: -5% auto 0;
        padding: 3% 0;
    }
    .sec8_logo{
        width: 25%;
    }
    #sec8 .sec8_main h2 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 187.5%;
        font-weight: normal;
        text-align: left;
    }
    #sec8 .sec8_main p {
        width: 60%;
        line-height: 1.8;
    }
    
    /*tabe*/
    #sec8 table.comparison {
        width: 94%;
        margin: 5% auto 0;
        border-spacing: 0px 1px;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 87.5%;
    }
    #sec8 table.comparison th {
        padding: 12px;
        vertical-align: middle;
        font-size: 87.5%;
        text-align: left;
        color: #FFF;
        text-align: center;
        line-height: 1.5;
        font-weight: bold;
    }
    #sec8 table.comparison td {
        padding: 15px;
        vertical-align: middle;
        text-align: left;
        font-size: 87.5%;
        text-align: center;
        line-height: 1.5;
    }
    #sec8 table.comparison td.all {
        background: #333;
        text-align: center;
        color: #FFF;
        border-top: solid 2px #CCC;
        border-bottom: solid 2px #CCC;
    }
    #sec8 table.comparison th.r1 {
        width: 120px;
        background: #000;
        text-align: center;
        line-height: 1.5;
        border-bottom: solid 1px #FFF;
    }
    .brd_000 {
        border-bottom: solid 1px #000 !important;
    }
    #sec8 table.comparison th.r2,
    #sec8 table.comparison td.r2 {
        width: 200px;
        border: #333 1px solid;
        background: #e6f7ff;
    }
    #sec8 table.comparison th.r2 img {
        width: 70%;
        vertical-align: middle;
    }
    #sec8 table.comparison th.r2,
    #sec8 table.comparison th.r3,
    #sec8 table.comparison th.r4 {
        text-align: center;
        color: #333;
    }
    #sec8 table.comparison th.r3,
    #sec8 table.comparison td.r3,
    #sec8 table.comparison th.r4,
    #sec8 table.comparison td.r4 {
        width: 200px;
        border: #333 1px solid;
        background: #FFF;
    }
    #sec8 ul li{
        font-size: 16px;
        margin-bottom: 15px;
        text-indent: -1em;
        margin-left: 1em;
    }
    #sec8 ul li:before {
        content: '・';
    }

    #sec9 {
        width: 100%;
        margin: 0 auto;
    }
    #sec9 .sec9_main {
        position: relative;
        overflow: hidden;
        margin: 0 0;
        padding: 0;
        z-index: 1;
    }
    #sec9 .sec9_main:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 70%;
        margin: 3% -10% 0;
        background: #000;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        z-index: -1;
    }
    #sec9 .sec9_main:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 70%;
        margin: 3% -10% 0;
        background: #363b45;
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        z-index: -2;
    }
    #sec9 .sec9_main {
        width: 100%;
        margin: 0 auto;
        padding: 10% 0 10%;
        color: #FFF;
    }  
    #sec9 .sec9_main > div {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 94%;
        margin: 0 auto 0;
        padding: 0 3%;
    }
    .sec9_logo{
        width: 50%;
    }
    .sec9_img {
        margin: -5% 0 0;
        width: 35%;
    }
    #sec9 .sec9_main h2 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 187.5%;
        font-weight: normal;
        text-align: left;
    }
    #sec9 h3 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 156.2%;
        font-weight: normal;
        text-align: center;
    }  
    #sec9 .pattern {
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
        padding: 5% 0 5%;
    }
    #sec9 .pattern > div {
        margin: 0 0 10%;
    }
    #sec9 .pattern .illust {
        margin: 2% 0 auto;
        text-align: center;
    }
    #sec9 .pattern .illust > img {
        width: 70%;
    } 
    #sec9 .ms h3 {font-size: 112.5%;}
    #sec9 .ms {
        width: 100%;
        max-width: 96%;
        margin: 0 auto 3%;
        padding: 3% 3%; 
        border: solid 1px #CCC;
    }
    #sec9 .ms > p {
        font-size: 87.5%;
    }
    #sec9 .ms > div {
        display: flex;
        justify-content: space-between;
        margin: 3% auto 4%;
        width: 100%;
    }

    #sec10 {
        width: 100%;
        margin: 10% auto 0;
        padding: 5% 0 5%;
        background: #363b45;
        color: #FFF;
    }
    #sec10 .sec10_inner {
        width: 100%;
        max-width: 94%;
        margin: 0 auto;
        padding: 0;
        color: #FFF;
    }
    #sec10 h2 {
        margin: 0 0 5%;
        text-align: center;
        font-size: 156.2%;
        font-weight: normal;
    }
    #sec10 h2 > span > img {
        width: 33%;
        padding: 0 0 3%;
    }
    #sec10 .mail {
        display: flex;
        justify-content: space-between;
        max-width: 80%;
        margin: 0 auto 3%;
    }
    #sec10 .mail > div {
        width: 45%;
        padding: 0 3%;
    }
    #sec10 .sec10_inner > p {
        font-size: 125%;
        text-align: center;
        letter-spacing: 2px;
    }
    #sec10 .sec10_inner > p > span {
        font-size: 72%;
        text-align: center;
    }
    #sec10 a {
        color: #FFF;
    }
    
    /*資料請求ボタン*/
    #sec10 .mail a {
        color: #FFF;
        font-size: 100%;
        text-decoration: none;
    }
    #sec10 .mail .btn_request_left {
        display:block;
        width: 100%;
        height: 45px;
        padding: 5% 0 1.5%;
        border-radius: 25px;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(192,47,49);
        color:#fff;
        text-align:center;
    }
    #sec10 .mail .btn_request_left:hover {
      border:1px solid #1090c3;
      background-color: #1ab0ec;
      background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
      background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    }
    #sec10 .mail .btn_request_left:active {
      background: #1a92c2;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
      color: #1679a1;
      text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    } 
    
    #sec10 .mail .btn_request_right {
        display:block;
        width: 100%;
        height: 45px;
        padding: 5% 0 1.5%;
        border-radius: 25px;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(205,205,205);
        color:#000;
        text-align:center;
    }
    #sec10 .mail .btn_request_right a {
        color: #000;
    }
    #sec10 .mail .btn_request_right:hover {
      border:1px solid #1090c3;
      background-color: #1ab0ec;
      background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
      background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    }
    #sec10 .mail .btn_request_right:active {
      background: #1a92c2;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
      color: #1679a1;
      text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    }
    
    /*end*/
    .end {
        position: relative;
        overflow: hidden;
        height: 120px;
        margin: -10% 0 0;
        padding: 0;
        z-index: 1;
    }
    .end:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background: #363b45;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        z-index: -2;
    }
    .end:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background: #000;
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        z-index: -1;
    }
    
    /*button*/
    .link_btn {
    display: inline-block;
    margin: 0 0 3%;
    padding: 3% 1.5% 3%;
    text-decoration: none;
    color: #363b45;
    border: solid 2px #363b45;
    border-radius: 3px;
    transition: .4s;
    }

    .link_btn:hover {
    background: #363b45;
    color: #FFF;
    }
  
    /*modal*/    
    .modal-content {
        overflow:auto;
        position:relative;
        display:none;
        width:90%;
        max-height:90%;
        margin:30px;
        padding:10px 20px;
        border:2px solid #aaa;
        background:#fff;
    }

    .modal-content p {
        margin: 0 auto;
    }

    .modal-overlay {
        z-index:8;
        display:none;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:120%;
        background-color:rgba(0,0,0,0.75);
    }
    .modal-wrap {
        z-index: 9;
        display:none;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        overflow:auto;
    }
    .modal-open {
        color: #363b45;
        text-decoration: none;
    }

    .modal-open:hover {
        cursor:pointer;
        color: #FFF;
    }

    .modal-close {
        color: #363b45;
        text-decoration: none;
    }

    .modal-close:hover {
        cursor:pointer;
        color: #FFF;
    }
    
    .close {
        padding: 0 0 1%;
        text-align: right;
    }
    .modal-content .link_btn {
        padding: 0 2%;
        text-align: right;
    }
    
    /*modal 導入事例*/
    .case {
        width: 94%;
        margin: 0 auto;
        text-align: center;
    }
    .case .company {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 0 3%;
        border-bottom: solid 4px #000;
    }
    .case h4 {
        display: inline-block;
        margin: 0 0 1%;
        padding: 3% 0 0;
        color: #000;
        font-size: 125%;
    }
    .case .user {
        width: 20%;
    }
    .case .title {
        padding: 2% 2%;
        background: #333;
        color: #FFF;
        font-weight: bold;
    }
    .before_box {
        margin: 2% 0;
        border: solid 1px #666;
    }
    .after_box {
        margin: 2% 0;
        border: solid 1px #0079c3;
    }
    .task,.solution {
        padding: 1% 0;
        background: #666;
        color: #FFF;
        font-size: 112.5%;
        font-weight: bold;
    }
    .solution {
        padding: 1% 0;
        background: #0079c3;
        color: #FFF;
        font-size: 112.5%;
        font-weight: bold;
    }
    .before_box ol {
        counter-reset: item;
        list-style-type: none;
        padding: 2% 0 0;
    }
    .before_box ol{
        padding-left: 1.125rem;
        font-size: 1.125rem;
    }
    .before_box ol li{
        margin: 0 0 2%;
        text-indent: -1.3em;
        padding-left: 1.3em;
        font-size: 87.5%;
        text-align: left;
    }
    .before_box ol li:before {
        counter-increment: item;
        content: counter(item)'.';
        padding-right: .5em;
        font-weight: bold;
        color: #666;
    }
    .after_box ol {
        counter-reset: item;
        list-style-type: none;
        padding: 2% 0 0;
    }
    .after_box ol {
        padding-left: 1.125rem;
        font-size: 1.125rem;
    }
    .after_box ol li {
        margin: 0 0 2%;
        text-indent: -1.3em;
        padding-left: 1.3em;
        color: #0079c3;
        font-size: 87.5%;
        text-align: left;
    }
    .after_box ol li:before {
        counter-increment: item;
        content: counter(item)'.';
        padding-right: .5em;
        font-weight: bold;
        color: #0079c3;
    }
    
    
    /*Footer*/
    footer {
        width: 100%;
        margin: 0 auto;
        padding: 1% 0;
        background: #000;
        color: #FFF;
        font-size: 68.7%;
    }
    footer > div {
        width: 94%;
        margin: 0 auto;
        line-height: 1.5;
        text-align: center;
    }
    
    footer a{
        text-decoration: underline;
        color: #FFF;
    }
    
    .pc_br {
        display: none;
    }
    .aspic_award h3 {font-size: 112.5%!important;}
    .aspic_award {
        width: 100%;
        max-width: 96%;
        margin: 0 auto;
    }
    .aspic_award .flex_box_2col > div {
        margin: 0 0 3%;
        padding: 3% 3%;
        border: solid 1px #CCC;
    }
    .aspic_award > p {
        font-size: 87.5%;
    }
    .aspic_award .flex_box_2col > div > div.tcenter {
        text-align: center!important;
    }
    
    .aspic_award .flex_box_2col > div > div.tcenter img {
        width: 50%;
    }
    
    /*動画*/
    #movie {
        width: 100%;
        margin: -5% auto 0;
        padding: 5% 0 5%;
        background: #dce6ec;
        color: #000;
    }
    #movie .sec_inner {
        position: relative;
        width: 100%;
        max-width: 94%;
        height: 100%;
        margin: 5% auto 10%;
        padding-top: 56.25%;
        color: #FFF;
        text-align: center;
    }
    #movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        margin: 5% auto;
        width: 100%!important;
        height: 100%!important;
    }
    #movie h2 {
        width: 100%;
        margin: 0 auto;
        padding: 10% 0 2%;
        color: #000;
        font-size: 156.2%;
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-weight: normal;
        text-align: center;
    }  
    #movie .sec_inner > h2 > span {
        font-size: 66%;
    }
    .logo {
        margin: 0 auto;
        width: 50%;
        text-align: center;
    }
}


@media screen and (min-width:320px) and ( max-width:599px) { 
	/*　画面サイズが320pxからはここを読み込む　*/
    p{
        font-size: 87.5%!important;
    }
    /*header&Main*/
    #cierto_main {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 10%;
        background-image:url("/product/lp/digitalasset/img/ciertolp_main_sp_bg.jpg");
        background-size:100% auto;
    }  
    header#fixmenu {
        width: 94%;
        margin: 0 auto;
        padding: 1.5% 0;
        color: #FFF;
        font-size: 87.5%;
    }
    header#fixmenu a,
    header#fixmenu a:visited {
    color: #FFF;
    text-decoration: none;
    }
    #h_area {
        display: none;
    }
    #h_area_sp {
        overflow: hidden;
    }
    #h_area_sp h1.a_logo {
        float: left;
        width: 50%;
        margin: 0;
        padding: 2% 0 0;
    }
    #h_area_sp h1.a_logo img {
        width: 100%;
    }
    /*nav*/
    #nav-drawer {
        z-index: 999;
        float: right;
        position: relative;
        width: 10%;
    }
    /*チェックボックス等は非表示に*/
    .nav-unshown {
        display:none;
    }
    /*アイコンのスペース*/
    #nav-open {
        position: absolute;
        display: inline-block;
        top: 15px;
        right: 20px;
        width: 30px;
        height: 20px;
        vertical-align: middle;
    }
    /*ハンバーガーアイコン*/
    #nav-open span, #nav-open span:before, #nav-open span:after {
        position: absolute;
        height: 3px;/*線の太さ*/
        width: 30px;/*長さ*/
        border-radius: 3px;
        background: #FFF;
        display: block;
        content: '';
        cursor: pointer;
    }
    #nav-open span:before {
        bottom: -10px;
    }
    #nav-open span:after {
        bottom: -20px;
    }
    /*閉じる用の薄黒カバー*/
    #nav-close {
        display: none;/*はじめは隠しておく*/
        position: fixed;
        z-index: 99;
        top: 0;/*全体に広がるように*/
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out;
    }
    /*中身*/
    #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;/*最前面に*/
        width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
        max-width: 12.5rem;/*200px*/
        height: 100%;
        background: #333;
        color: #FFF;
        transition: .3s ease-in-out;/*滑らかに表示*/
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);/*左に隠しておく*/
    }
    #nav-content ul {
        padding: 8.5%;	
    }
    #nav-content ul a {
        color: #FFF;
        text-decoration: none;
    }
    #nav-content ul a:hover {
        color: #CCC;
    }
    #nav-content ul li {
        font-size: 112.5%;
        line-height: 3;
    }
    /*チェックが入ったらもろもろ表示*/
    #nav-input:checked ~ #nav-close {
        display: block;/*カバーを表示*/
        opacity: .5;
    }
    #nav-input:checked ~ #nav-content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);/*中身を表示（右へスライド）*/
        box-shadow: 6px 0 25px rgba(0,0,0,.15);
    }
    .link a {
      position: relative;
      display: inline-block;
      text-decoration: none;
    }
    .link a::after {
      position: absolute;
      bottom: -4px;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #FFF;
      transform: scale(0, 1);
      transform-origin: center top;
      transition: transform .3s;
    }
    .link a:hover::after {
      transform: scale(1, 1);
    }

    /*資料請求ボタン_top*/
    .btn_request2_sp {
        display:block;
        width: 150px;
        height: 40px;
        margin: 2% auto 3%;
        padding: 2% 0 0;
        border-radius: 25px;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(192,47,49); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(192,47,49,1) 0%, rgba(223,3,26,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(192,47,49,1) 0%,rgba(223,3,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(192,47,49,1) 0%,rgba(223,3,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color:#fff;
        font-size: 100%;
        text-align:center;
    }
    .btn_request2_sp:hover {
        border:1px solid #1090c3;
        background-color: #1ab0ec;
        background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
        background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    }
    .btn_request2_sp:active {
        background: #1a92c2;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
        color: #1679a1;
        text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    }
    .btn_request2_sp a,
    .btn_request2_sp a:visited {
        color: #FFF;
        text-decoration: none;
    }
    
    #main_area {
        width: 94%;
        margin: 0 auto;
        text-align: center;
    }
    #main_area h2 {
        top: 0;
        padding: 3% 0 3%;
        color: #FFF;
        font-size: 100%;
        font-weight: bold;
        line-height: 1.8;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-weight: bold;
        text-align: center;
        text-shadow:0px 0px 10px #1a1a1a;
    }
    #main_area .main_img {
        width: 85%;
        margin: 0 auto;
        padding: 3% 0 0;
        text-align: center;
    }
    #main_area > p.title {
        margin: -4% 0 2%;
        font-size: 80%!important;
        line-height: 1.8;
        font-weight: bold;
    }
    #main_area > p {
        margin: 0;
        line-height: 1.8;
        font-size: 65%!important;
        font-weight: bold;
    }
    #main_area > p br{ display: none;}
    #main_area > div.sp {
        margin: 0;
        padding: 0 3%;
        line-height: 1.8;
        font-size: 87.5%;
        font-weight: bold;
        text-align: center;
    }
    
 /*資料請求ボタン*/
    #btn_inquiry {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 80px;
        margin: 0 auto!important;
        padding: 1% 2% 1%;
        z-index: 5;
        background: #F1F1F1;
    }
    #btn_inquiry .inner {
        margin: 0 auto;
        text-align: center;
    }
    #btn_inquiry .btn_request2 {
        margin: 0;
        height: 55px;
        text-align: center;
        line-height: 2;
    }
    .pro_ttl {
        display: none;
    }
    .pro_btn {
        width: 100%;
        padding: 2% 0 2%;
        margin: 0 auto;
    }
    #btn_inquiry a,
    #btn_inquiry a:visited {
    color: #FFF;
    text-decoration: none;
    }
    
     /*#btn_inquiry {
        position: fixed;
        bottom: 3%; 
        right: 3%;
        z-index: 5;
    }*/
    #btn_inquiry .btn {
        display:block;
        width: 100px;
        height: 100px;
        padding: 28% 5%;
        border-radius: 50%;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(192,47,49); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(192,47,49,1) 0%, rgba(223,3,26,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(192,47,49,1) 0%,rgba(223,3,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(192,47,49,1) 0%,rgba(223,3,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color:#FFF;
        font-size: 100%;
        text-align:center;
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,.5));
    }
    #btn_inquiry .btn a {
        color: #FFF;
        text-decoration: none;
    }
    #btn_inquiry .btn:hover {
        color: #FFF;
        background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
        background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    }
    #btn_inquiry .btn:active {
        background: #1a92c2;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
        color: #FFF;
        text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    }
    #btn_inquiry　.btn_request {
        display: none;
    }
    .btn_request2 {
        display:block;
        width: 100%;
        height: 35px;
        margin: -3% 0 0;
        padding: 3% 0 0;
        border-radius: 25px;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(192,47,49); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(192,47,49,1) 0%, rgba(223,3,26,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(192,47,49,1) 0%,rgba(223,3,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(192,47,49,1) 0%,rgba(223,3,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color:#fff;
        font-size: 125%;
        text-align:center;
    }
    .btn_request2:hover {
      background-color: #1ab0ec;
      background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
      background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    }
    .btn_request2:active {
      background: #1a92c2;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
      color: #1679a1;
      text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    }

   /*sec1*/ 
    #sec1, #sec_tw {
        position: relative;
        overflow: hidden;
        margin: -8% 0 0;
        padding: 0;
        z-index: 1;
    }
    #sec1:before,
    #sec_tw:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 120%;
      height: 92%;
      margin: 3% -10% 0;
      background: #000;
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg);
      z-index: -1;
    }
    #sec1:after,
    #sec_tw:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 120%;
      height: 92%;
      margin: 3% -10% 0;
      background: #363b45;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg);
      z-index: -2;
    }
    
    /*sec2*/ 
    #sec2,
    #sec_branding {
        position: relative;
        overflow: hidden;
        margin: 0 0;
        padding: 0;
        z-index: 1;
    }
    #sec2:before,
    #sec_branding:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 120%;
      height: 90%;
      margin: 3% -10% 0;
      background: #363b45;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg);
      z-index: -1;
    }
    #sec2:after,
    #sec_branding:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 120%;
      height: 90%;
      margin: 3% -10% 0;
      background: #000;
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg);
      z-index: -2;
    }
    
    /*sec1,sec2の中身*/ 
    .sec_inner {
        width: 100%;
        max-width: 94%;
        height: 100%;
        margin: -5% auto 0;
        padding: 10% 5% 18%;
        color: #FFF;
        text-align: center;
    }
    .sec_main {
        margin: 0 auto;
        padding: 0 0 3%;
        display: flex;
        flex-flow: row wrap;
    }
    #sec1 .left_area,
    #sec_branding .left_area {
        float: left;
        padding: 7% 0 0;
        text-align: left;
        line-height: 2;
        order: 1;
    }
    #sec2 .right_area {
        float: right;
        padding: 7% 0 0;
        text-align: left;
        line-height: 2;
        order: 1;
    }
    #sec_tw .center_area {
        padding: 7% 0 0;
    }
    #sec1 .left_area p,
    #sec_branding p,
    #sec2 .right_area p,
    #sec_tw .center_area p {
        margin: 4% auto 5%;
    }
    #sec1 .left_area > h2,
    #sec_branding .left_area > h2,
    #sec2 .right_area > h2,
    #sec_tw .center_area > h2 {
        color: #FFF;
        font-size: 137.5%;
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-weight: bold;
        text-align: center;
    }
    #sec1 .right_area,
    #sec_branding .right_area {
        width: 70%;
        margin: 0 auto;
        order: 2;
    }
    #sec2 .left_area {
        width: 70%;
        margin: 0 auto;
        order: 2;
    }
    ul.sec_list {
        width: 90%;
        margin: 0 auto;
        padding: 3% 0 3%;
    }
    ul.sec_list li {
        margin: 0 0 10%;   
    }
    ul.sec_list > li > h3 {
        margin: 0;
        border-bottom: solid 1px #FFF;
        line-height: 1.8;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 125%;
    }
    ul.sec_list > li > p {
        margin: 3% 0 0;
        font-size: 100%;
    }
    ul.sec_list > li > p > span {
        font-size: 90%;
    }
    .br {
        font-size: 110%!important;
    }
    
    /*sec3*/
    #sec3 {
        width: 100%;
        margin: -30% auto 0;
        padding: 13% 0 13%;
        background-image:url("/product/lp/digitalasset/img/voice_bg_sp.jpg");
        background-size:cover;
    }
    #sec3 .sec3_inner {
        width: 100%;
        max-width: 94%;
        margin: 0 auto;
        padding: 20% 0 10%;
        text-align: center;
        color: #FFF;
    }
    #sec3 .sec3_inner > h2 {
        display: inline-block;
        margin: 0;
        padding: 0 2%;
        border: solid 1px #FFF;
        line-height: 1.8;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 100%;
    }
    #sec3 .sec3_inner > h3 {
        width: 90%;
        margin: 5% auto 0;
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 125%;
        text-align: center!important;
    } 
    #sec3 .sec3_inner > h3 > span {
        font-size: 70%;
    }  
    #sec3 .sec3_inner > p {
        margin: 15% 0;
        line-height: 1.8;
        font-size: 100%;
    }   
    
    /*sec4*/
    #sec4 {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 5%;
        background: #FFF;
    }
    #sec4 .sec4_inner {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        color: #000;
    }
    #sec4 .sec4_inner > div {
        display: inline-block;
        width: 100%;
        margin: -10% auto 4%;
        padding: 2% 5%;
        color: #FFF;
        background: linear-gradient(rgba(0, 0, 20, 0.9), rgba(0, 42, 70, 0.9), rgba(78,104,120,0.9));
        text-align: center;
        box-shadow: 0px 5px rgba(0,0,0,0.3);
    }
    #sec4 .sec4_inner > div > h2 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 125%;
        text-align: center;
    } 
    #sec4 .sec4_inner > div > h3 {
        font-size: 100%;
        font-weight: normal;
    } 
    
    /*sec5*/
    #sec5 {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 20%;
        background: #FFF;
    }
    #sec5 .sec5_inner {
        width: 100%;
        max-width: 94%;
        margin: 0 auto;
        padding: 0;
        color: #000;
    }
    #sec5 .sec5_inner > div {
        padding: 0 0 3%;
        text-align: center;
    }
    #sec5 .sec5_inner > h2 {
        line-height: 1.5;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 100%;
        text-align: center;
    } 
    #sec5 ul.company_list {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 3% 3%;
        background: #FFF;
        border: solid 2px #000;
        box-shadow: 0 5px rgba(0,0,0,0.2);
    }
    #sec5 ul.company_list li {
        margin-bottom: 10%;
    }
    #sec5 ul.company_list li:last-child {
        margin-bottom: 0;
    }
    #sec5 ul.company_list li > h4 {
        margin: 3% 0 2%;
        line-height: 1.8;
        font-size: 112.5%;
        font-weight: normal;
        text-align: center;
    }  
    #sec5 ul.company_list li > h4 > span {
        padding: 1.5% 1.5%;
        background: #000;
        border-radius: 3px; 
        color: #FFF;
        font-size: 70%;
    }      
    #sec5 ul.company_list li > p {
        font-size: 86%;
        line-height: 1.5;
        text-align: center;
    }    
    #sec5 ul.company_list li > p > br {
        display: none;
    }
    
    /*sec6*/ 
    #sec6 {
        width: 100%;
        margin: 0 auto;
    }
    #sec6 .sec6_main {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        z-index: 1;
    }
    #sec6 .sec6_main:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background-image:url("/product/lp/digitalasset/img/cierto_sec6_bg.jpg");
        background-size:cover;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        z-index: -1;
    }
    #sec6 .sec6_main:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background: #363b45;
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        z-index: -2;
    }
    #sec6 .sec6_main > h2 {
        width: 100%;
        max-width: 94%;
        margin: 0 auto;
        padding: 10% 0 5%;
        color: #FFF;
        font-size: 125%;
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-weight: normal;
        text-align: right;
    }  
    #sec6 .sec6_main > h2 > span {
        font-size: 66%;
    }
    #sec6 .reason_area {
		float: none;
		overflow: hidden;
		padding: 0;
		background: #FFF;
        display: flex;
        flex-flow: row wrap;
	}
    #sec6 .reason_area .reason_img {
        width: 100%;
        height: 300px;
        background-color: #FFF;
	}
    #sec6 .reason_area .reason_txt,
    #sec6 .reason_area .reason_txt2 {
        max-width: 80%;
        margin: 0 auto;
        padding: 15% 0 10%;
        background-color: #FFF;
    }
    .ph01 {
        background-image:url("/product/lp/digitalasset/img/ph01.jpg");
        background-size:cover;
    }
    .ph02 {
        background-image:url("/product/lp/digitalasset/img/ph02.jpg");
        background-size:cover;
    }
    .ph03 {
        background-image:url("/product/lp/digitalasset/img/ph03.jpg");
        background-size:cover;
    }
    .ph04 {
        background-image:url("/product/lp/digitalasset/img/ph04.jpg");
        background-size:cover;
    }
    .ph05 {
        background-image:url("/product/lp/digitalasset/img/ph05.jpg");
        background-size:cover;
    }
    .ph06 {
        background-image:url("/product/lp/digitalasset/img/ph06.jpg");
        background-size:cover;
    }
    .sp1{order: 9;}
    .sp2{order: 10;}
    .sp3{order: 3;}
    .sp4{order: 4;}
    .sp5{order: 5;}
    .sp6{order: 6;}
    .sp7{order: 7;}
    .sp8{order: 8;}
    .sp9{order: 1;}
    .sp10{order: 2;} 
    .sp11{order: 11;} 
    .sp12{order: 12;} 
    
    #sec6 .reason_txt > h3,
    #sec6 .reason_txt > h4,
    #sec6 .reason_txt2 > h3,
    #sec6 .reason_txt2 > h4 {
        line-height: 1.5;
        letter-spacing: 1px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 125%;
        font-weight: normal;
        text-align: left;
    } 
    #sec6 .reason_txt > h3,
    #sec6 .reason_txt2 > h3 {
        display: inline-block;
        color: #363b45;
        border-bottom: solid 1px #363b45;
    }
    #sec6 .reason_txt > p,
    #sec6 .reason_txt2 > p {
        margin: 5% 0 0;
        font-size: 87.5%;
    }
    #sec6 .reason_txt > p > br,
    #sec6 .reason_txt2 > p > br {
        display: none;
    }
    
    
    /*sec8*/
    #sec8 {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 15%;
    }  
    #sec8 .sec8_main {
        width: 100%;
        margin: 0 auto;
        padding: 15% 0 0;
    }  
    #sec8 .sec8_main > div {
        width: 100%;
        max-width: 94%;
        margin: 0 auto;
        padding: 3% 0;
    }
    .sec8_logo{
        width: 100%;
        margin: 0 auto 5%;
        text-align: center;
    }
    .sec8_logo img{
        width: 50%;
    }
    #sec8 .sec8_main h2 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 156.2%;
        font-weight: normal;
        text-align: center;
    }
    #sec8 .sec8_main p {
        width: 94%;
        line-height: 1.8;
        margin: 0 auto;
    }
    
    /*tabe*/
    #sec8 table.comparison {
        width: 94%;
        margin: 5% auto 0;
        border-spacing: 0px 1px;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 87.5%;
    }
    #sec8 table.comparison th {
        padding: 12px;
        vertical-align: middle;
        font-size: 87.5%;
        text-align: left;
        color: #FFF;
        text-align: center;
        line-height: 1.5;
        font-weight: bold;
    }
    #sec8 table.comparison td {
        padding: 2%;
        vertical-align: middle;
        text-align: left;
        font-size: 87.5%;
        text-align: center;
        line-height: 1.5;
    }
    #sec8 table.comparison td.all {
        background: #333;
        text-align: center;
        color: #FFF;
        border-top: solid 2px #CCC;
        border-bottom: solid 2px #CCC;
    }
    #sec8 table.comparison th.r1 {
        width: 20%;
        background: #000;
        text-align: center;
        line-height: 1.5;
        border-bottom: solid 1px #FFF;
    }
    .brd_000 {
        border-bottom: solid 1px #000 !important;
    }
    #sec8 table.comparison th.r2,
    #sec8 table.comparison td.r2 {
        width: 25%;
        border: #333 1px solid;
        background: #e6f7ff;
    }
    #sec8 table.comparison th.r2 img {
        width: 100%;
        vertical-align: middle;
    }
    #sec8 table.comparison th.r2,
    #sec8 table.comparison th.r3,
    #sec8 table.comparison th.r4 {
        text-align: center;
        color: #333;
    }
    #sec8 table.comparison th.r3,
    #sec8 table.comparison td.r3,
    #sec8 table.comparison th.r4,
    #sec8 table.comparison td.r4 {
        width: 25%;
        border: #333 1px solid;
        background: #FFF;
    }
    #sec8 ul li{
        font-size: 16px;
        margin-bottom: 15px;
        text-indent: -1em;
        margin-left: 1em;
    }
    #sec8 ul li:before {
        content: '・';
    }

    #sec9 {
        width: 100%;
        margin: 0 auto;
    }
    #sec9 .sec9_main {
        position: relative;
        overflow: hidden;
        margin: 0 0;
        padding: 0;
        z-index: 1;
    }
    #sec9 .sec9_main:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background: #000;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        z-index: -1;
    }
    #sec9 .sec9_main:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 80%;
        margin: 3% -10% 0;
        background: #363b45;
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        z-index: -2;
    }
    #sec9 .sec9_main {
        width: 100%;
        margin: 0 auto;
        padding: 10% 0 10%;
        color: #FFF;
    }  
    #sec9 .sec9_main > div {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 94%;
        margin: 0 auto 0;
        padding: 0 3%;
    }
    .sec9_logo{
        width: 100%;
        margin: 0 0 5%;
        text-align: center;
    }
    .sec9_logo img {
        width: 50%;
    }
    .sec9_img {
        display: none;
    }
    #sec9 .sec9_main h2 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 156.2%;
        font-weight: normal;
        text-align: center;
    }
    #sec9 h3 {
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-size: 156.2%;
        font-weight: normal;
        text-align: center;
    }  
    #sec9 .pattern {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        padding: 10% 0 10%;
    }
    #sec9 .pattern > div {
        margin: 0 0 15%;
    }
    #sec9 .pattern .illust {
        margin: 5% auto 5%;
        text-align: center;
    }
    #sec9 .pattern .illust > img {
        width: 90%;
    }
    #sec9 .ms h3 {font-size: 112.5%;}
    #sec9 .ms {
        width: 100%;
        max-width: 96%;
        margin: 0 auto 3%;
        padding: 3% 3%; 
        border: solid 1px #CCC;
    }
    #sec9 .ms > p {
        font-size: 87.5%;
    }
    #sec9 .ms > div {
        margin: 3% auto 4%;
        width: 100%;
    }

    #sec10 {
        width: 100%;
        margin: 10% auto 0;
        padding: 10% 0 10%;
        background: #363b45;
        color: #FFF;
    }
    #sec10 .sec10_inner {
        width: 100%;
        max-width: 94%;
        margin: 0 auto;
        padding: 0;
        color: #FFF;
    }
    #sec10 h2 {
        margin: 0 0 5%;
        text-align: center;
        font-size: 125%;
        font-weight: normal;
    }
    #sec10 h2 > span > img {
        width: 80%;
        padding: 0 0 3%;
    }
    #sec10 .mail {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        margin: 10% auto 10%;
        font-size: 81.2%;
    }
    #sec10 .mail > div {
        width: 49%;
    }
    #sec10 .sec10_inner > p {
        font-size: 100%;
        text-align: center;
        letter-spacing: 2px;
    }
    #sec10 .sec10_inner > p > span {
        font-size: 80%;
        text-align: center;
    }
    #sec10 a {
        color: #FFF;
    }
    
    /*資料請求ボタン*/
    #sec10 .mail a {
        color: #FFF;
        text-decoration: none;
    }
    #sec10 .mail .btn_request_left {
        display:block;
        width: 100%;
        height: 40px;
        padding: 6% 0 1.5%;
        border-radius: 25px;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(192,47,49);
        color:#fff;
        text-align:center;
    }
    #sec10 .mail .btn_request_left:hover {
      border:1px solid #1090c3;
      background-color: #1ab0ec;
      background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
      background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    }
    #sec10 .mail .btn_request_left:active {
      background: #1a92c2;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
      color: #1679a1;
      text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    } 
    
    #sec10 .mail .btn_request_right {
        display:block;
        width: 100%;
        height: 40px;
        padding: 6% 0 1.5%;
        border-radius: 25px;
        background-image:-moz-linear-gradient(bottom);
        background-image:-webkit-gradient(linear,left bottom,left top);
        background: rgb(205,205,205);
        color:#000;
        text-align:center;
    }
    #sec10 .mail .btn_request_right a {
        color: #000;
    }
    #sec10 .mail .btn_request_right:hover {
      border:1px solid #1090c3;
      background-color: #1ab0ec;
      background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
      background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    }
    #sec10 .mail .btn_request_right:active {
      background: #1a92c2;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
      color: #1679a1;
      text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    }
    
    /*end*/
    .end {
        position: relative;
        overflow: hidden;
        height: 80px;
        margin: -10% 0 0;
        padding: 0;
        z-index: 1;
    }
    .end:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 60%;
        margin: 3% -10% 0;
        background: #363b45;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        z-index: -2;
    }
    .end:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;
        height: 60%;
        margin: 3% -10% 0;
        background: #000;
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        z-index: -1;
    }
    
    /*button*/
    .link_btn {
    display: inline-block;
    margin: 0 0 3%;
    padding: 3% 1.5% 3%;
    text-decoration: none;
    color: #363b45;
    border: solid 2px #363b45;
    border-radius: 3px;
    transition: .4s;
    }

    .link_btn:hover {
    background: #363b45;
    color: #FFF;
    }
  
    /*modal*/    
    .modal-content {
        overflow:auto;
        position:relative;
        display:none;
        max-height:80%;
        margin:30px;
        padding:10px 20px;
        border:2px solid #aaa;
        background:#fff;
    }

    .modal-content p {
        margin: 0 auto;
    }

    .modal-overlay {
        z-index:8;
        display:none;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:120%;
        background-color:rgba(0,0,0,0.75);
    }
    .modal-wrap {
        z-index: 9;
        display:none;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        overflow:auto;
    }
    .modal-open {
        color: #363b45;
        text-decoration: none;
    }

    .modal-open:hover {
        cursor:pointer;
        color: #FFF;
    }

    .modal-close {
        color: #363b45;
        text-decoration: none;
    }

    .modal-close:hover {
        cursor:pointer;
        color: #FFF;
    }
    
    .close {
        padding: 0 0 1%;
        text-align: right;
    }
    .modal-content .link_btn {
        padding: 0 2%;
        text-align: right;
    }
    
    /*modal 導入事例*/
    .case {
        width: 94%;
        margin: 0 auto;
        text-align: center;
    }
    .case .company {
        margin: 0 0 3%;
        border-bottom: solid 4px #000;
    }
    .case h4 {
        display: inline-block;
        margin: 0 0 1%;
        padding: 3% 0 0;
        color: #000;
        font-size: 125%;
    }
    .case .user {
        width: 100%;
        text-align: center;
    }
    .case .user img {
        width: 80%;
    }
    .case .title {
        padding: 2% 2%;
        background: #333;
        color: #FFF;
        font-weight: bold;
    }
    .before_box {
        margin: 2% 0;
        border: solid 1px #666;
    }
    .after_box {
        margin: 2% 0;
        border: solid 1px #0079c3;
    }
    .task,.solution {
        padding: 1% 0;
        background: #666;
        color: #FFF;
        font-size: 112.5%;
        font-weight: bold;
    }
    .solution {
        padding: 1% 0;
        background: #0079c3;
        color: #FFF;
        font-size: 112.5%;
        font-weight: bold;
    }
    .before_box ol {
        counter-reset: item;
        list-style-type: none;
        padding: 2% 0 0;
    }
    .before_box ol{
        padding-left: 1.125rem;
        font-size: 1.125rem;
    }
    .before_box ol li{
        margin: 0 0 2%;
        text-indent: -1.3em;
        padding-left: 1.3em;
        font-size: 87.5%;
        text-align: left;
    }
    .before_box ol li:before {
        counter-increment: item;
        content: counter(item)'.';
        padding-right: .5em;
        font-weight: bold;
        color: #666;
    }
    .after_box ol {
        counter-reset: item;
        list-style-type: none;
        padding: 2% 0 0;
    }
    .after_box ol {
        padding-left: 1.125rem;
        font-size: 1.125rem;
    }
    .after_box ol li {
        margin: 0 0 2%;
        text-indent: -1.3em;
        padding-left: 1.3em;
        color: #0079c3;
        font-size: 87.5%;
        text-align: left;
    }
    .after_box ol li:before {
        counter-increment: item;
        content: counter(item)'.';
        padding-right: .5em;
        font-weight: bold;
        color: #0079c3;
    }
    
    /*Footer*/
    footer {
        width: 100%;
        margin: 0 auto;
        padding: 1% 0;
        background: #000;
        color: #FFF;
        font-size: 68.7%;
    }
    footer > div {
        width: 94%;
        margin: 0 auto;
        line-height: 1.5;
        text-align: center;
    }
    
    footer a{
        text-decoration: underline;
        color: #FFF;
    }
    .pc_br {
        display: none;
    }
    .aspic_award h3 {font-size: 112.5%!important;}
    .aspic_award {
        width: 100%;
        max-width: 96%;
        margin: 0 auto;
    }
    .aspic_award .flex_box_2col > div {
        margin: 0 0 3%;
        padding: 3% 3%;
        border: solid 1px #CCC;
    }
    .aspic_award > p {
        font-size: 87.5%;
    }
    .aspic_award .flex_box_2col > div > div.tcenter {
        text-align: center!important;
    }
    
    .aspic_award .flex_box_2col > div > div.tcenter img {
        width: 50%;
    }
    
    
    /*動画*/
    #movie {
        width: 100%;
        margin: -5% auto 0;
        padding: 5% 0 5%;
        background: #dce6ec;
        color: #000;
    }
    #movie .sec_inner {
        position: relative;
        width: 100%;
        max-width: 94%;
        height: 100%;
        margin: 5% auto 10%;
        padding-top: 56.25%;
        color: #FFF;
        text-align: center;
    }
    #movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        margin: 5% auto;
        width: 100%!important;
        height: 100%!important;
    }
    #movie h2 {
        width: 100%;
        margin: 0 auto;
        padding: 10% 0 2%;
        color: #000;
        font-size: 156.2%;
        line-height: 1.5;
        letter-spacing: 2px;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        font-weight: normal;
        text-align: center;
    }  
    #movie .sec_inner > h2 > span {
        font-size: 66%;
    }
    .logo {
        margin: 0 auto;
        width: 80%;
        text-align: center;
    }
}

/*20220309 add*/

.tcenter > a {
display: block;
    width: 87%;
    margin: 0 auto;
}

@media screen and (max-width: 820px) {
.tcenter > a {
width: 100%
}
}

.flex_box_2col > div > h3 {
width: 100%
}



