@charset"utf-8";
.mt10{
    margin-top: 10px!important;
}
.mt20{
    margin-top: 20px!important;
}
.mt30{
    margin-top: 30px!important;
}
.mt40{
    margin-top: 40px!important;
}
.mt50{
    margin-top:50px!important;
}
.mt60{
    margin-top:60px!important;
}
.mt80{
    margin-top:80px!important;
}
.mb0{
    margin-bottom: 0px!important;
}
.mb10{
    margin-bottom: 10px!important;
}
.mb20{
    margin-bottom: 20px!important;
}
.mb30{
    margin-bottom: 30px!important;
}
.mb40{
    margin-bottom: 40px!important;
}
.mb50{
    margin-bottom:50px!important;
}
.mb60{
    margin-bottom:60px!important;
}
.sec{
    margin-bottom: 80px;
}
.sec1{
    margin-top: 60px;
}
.mv{
    height: 300px;
    background: #ffcc00;
    position: relative;
    width: 100%;
}
.mv h1{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 4rem;
    text-align: center;
    font-weight: 800;
}
.mv h1 span{
    font-size: 1.6rem;
    display: block;
    font-weight: 600;
    text-align: center;
    color: #00a5b9;
}
main table{
    font-size: 1.5rem;
    font-weight: 400;    
    width: 100%;
}
main table th{
    font-size: 1.5rem;
    font-weight: 400;    
}
main table tr:nth-child(odd){
    background: #e0f2f4;
}
main table th{
    padding: 10px;
    font-weight: 800;
}
main table td{
   padding: 10px;    
}
main .bread {
    margin-top: 20px;
}
main .bread ul{
    justify-content: flex-start;
    color: #b3b3b3;
        font-size: 1.4rem;
}
main .bread a{
    color: #b3b3b3;
}
main .bread .on{
    color: #494949;    
}
main .menu a{
    font-size: 1.4rem;
}
main .menu a:before{
    top: 35%;
    right: 30px;
    transform: rotate(90deg);
    background-size: 70%;
    background-repeat: no-repeat;    
}
main .menu ul{
    justify-content: space-between;
    width: 100%;
}
main .menu ul li{
    width: 32%;
}
main .menu ul li a{
    width: 100%;
    border: 2px solid #494949;
    border-radius: 90px;
    box-shadow: 3px 6px #00000026;
    padding: 10px;
    margin: 0;
}
main .img_txt{
    justify-content: flex-start;
    align-items: flex-start;
}
main .img_txt img{
    width: 300px;
}
main .img_txt .txt{
    flex: 1;
    margin-left: 50px;
}
main .honbun{
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #303030;
}
main .yellow_bg{
    background: #FFF4C8;
    padding: 20px;
    border-radius: 15px;
}
main .ttl{
    font-size: 1.8rem;
    font-weight: 600;
}
main .right{
    text-align: right;
    margin-top: 20px;
}
main .bold{
    font-weight: 600;
}

#company .sec3{
background: #486ACE;
    padding: 80px 0;
    position: relative;
}
#company .sec3 .inner{
    position: relative;
    z-index: 2;
}
#company .sec3 .logo{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 34%;
    opacity: 0.2;
}
#company .gr{
     background: #F4F4F4;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;   
}
#company .gr h3{
    margin-bottom: 5px;
}
#company .gr .en{
        font-size: 3rem;
    font-weight: 700;
}
#company .gr .en span{
    color: #00a5b9;
}
footer{
margin-top: 80px;
    border-top: 2px solid #dedede;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝
フォーム
＝＝＝＝＝＝＝＝＝＝＝＝*/
#contact .sec1 a{
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
    color: #00a6a8;
    display: block;
}
#contact form dl{
    display: flex;
    justify-content: flex-start;
    align-items: center!important;
    background: #F4F4F4;
    padding: 20px;
    border-radius: 13px;
    border: 0;
}
#contact form dt{
    width: 200px;
    font-weight: 700;
}
#contact form dt span{
    background: #ffcc00;
    padding: 1px 8px;
    border-radius: 4px;
    margin-right: 8px;   
}
#contact form input[type="text"]{
    width: 500px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: #fff;  
    -webkit-appearance: none; /* Safari */
    appearance: none;
}
#contact form textarea{
    width: 500px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: #fff;  
    height: 200px;
    -webkit-appearance: none; /* Safari */
    appearance: none;
}
#contact form .doui input[type="checkbox"] {
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: 2px solid #000;
    position: relative;
    top: 5px;
    right: 11px;
}
#contact form .doui{
    margin-top: 60px;
}
#contact form .doui span{
    font-size: 1.7rem;
    font-weight: 600;   
}
#contact .scroll{
padding: 20px;
    border-radius: 13px;
    border: 4px solid #F4F4F4;
    overflow: scroll;
    height: 400px;    
    margin-top: 60px;
    overflow-x: hidden;
}
#contact .scroll .ttl{
    font-size: 1.6rem;
    color: #00a6a8;
    margin-top: 20px;    
}
#contact form button[type=submit]{
    display: block;
    width: 400px;
    background: #ffcc00;
    border: none;
    padding: 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #494949;
    border-radius: 15px;
    margin: 30px auto 0;   
    -webkit-appearance: none; /* Safari */
    appearance: none;
    cursor:pointer;
}
#contact form .btn_area {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
#contact form .btn_area button{
    margin: 0 20px;
}
#contact form .btn_area .back{
    background: #b6b6b6;
    -webkit-appearance: none; /* Safari */
    appearance: none;
    cursor:pointer;
}
#contact p.thanks{
margin: 150px 0;
    font-size: 1.8rem;
}
div.screen-reader-response,
div.wpcf7-response-output{
  display: none;
}
span.wpcf7-not-valid-tip{
    display: block;
    color: red;
    font-size: 13px;
    margin-top: 4px;
}
#contact form input[type="email"],
#contact form input[type="tel"] {
    width: 500px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;
}
#contact form input[type=submit] {
    display: block;
    width: 400px;
    background: #ffcc00;
    border: none;
    padding: 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #494949;
    border-radius: 15px;
    margin: 30px auto 0;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}
input::placeholder {
  color: #cacaca;
}
@media only screen and (max-width: 767px){
.mt10{
    margin-top: 5%!important;
}
.mt20{
    margin-top: 5%!important;
}
.mt30{
    margin-top: 5%!important;
}
.mt40{
    margin-top: 8%!important;
}
.mt50{
    margin-top:10%!important;
}
.mt60{
    margin-top:15%!important;
}
.mt80{
    margin-top:80px!important;
}
.mb0{
    margin-bottom: 0px!important;
}
.mb10{
    margin-bottom: 5%!important;
}
.mb20{
    margin-bottom: 5%!important;
}
.mb30{
    margin-bottom: 5%!important;
}
.mb40{
    margin-bottom: 8%!important;
}
.mb50{
    margin-bottom:10%!important;
}
.mb60{
    margin-bottom:15%!important;
}
.sec{
    margin-top: 15%;
}
.sec1{
        margin-top: 9%;
}
.mv{
height: 120px;
        margin-top: 70px;
}
.mv h1{
    font-size: 2.5rem;
    width: 100%;
}
.mv h1 span{
    font-size: 1.6rem;
    display: block;
    font-weight: 600;
    text-align: center;
    color: #00a5b9;
}
main table{
    font-size: 1.5rem;
    font-weight: 400;    
    width: 100%;
}
main table th{
    font-size: 1.5rem;
    font-weight: 400;    
}
main table tr:nth-child(odd){
    background: #e0f2f4;
}
main table th{
    padding: 10px;
    font-weight: 800;
    width: 100px;
}
main table td{
        padding: 10px;
        line-height: 1.6;
}
main .bread {
    display: none;
}
main .menu ul li{
    width: 100%;
}
main .menu ul li a{
    width: 100%;
    margin-bottom: 5%;
}
main .img_txt{
    justify-content: flex-start;
    align-items: flex-start;
}
main .img_txt img{
        width: 200px;
        display: block;
        margin: 0 auto 5%;
}
main .img_txt .txt{
    margin-left: 0px;
}
main .yellow_bg{
    background: #FFF4C8;
    padding: 20px;
    border-radius: 15px;
}
main .ttl{
    font-size: 1.8rem;
    font-weight: 600;
}
main .right{
    text-align: right;
    margin-top: 20px;
}
#company .sec3{
    padding: 10% 0;
}
#company .sec3 .logo{
    width: 80%;
}
#company .gr{
     background: #F4F4F4;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;   
}
#company .gr h3{
        margin-bottom: 0;
}
#company .gr .en{
        font-size: 2rem;
}
footer{
margin-top: 10%;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝
フォーム
＝＝＝＝＝＝＝＝＝＝＝＝*/
#contact .sec1 a{
    font-size: 3rem;
}
#contact form dl{
    display: block;
    padding: 20px;
    border-radius: 13px;
    border: 0;
}
#contact form dt{
        width: 100%;
        margin: 0 0 2% 0;
}
#contact form input[type="text"]{
    width: 100%;
}
#contact form textarea{
    width: 100%;
}
#contact form .doui span{
    font-size: 1.6rem;
    font-weight: 600;   
}
#contact .scroll{
        height: 260px;
        margin-top: 10%;
}  
    #contact .scroll p.ttl{
         font-size: 1.4rem;
    }
    #contact .scroll p{
         font-size: 1.3rem;
    }
#contact form button[type=submit]{
    width: 100%;
    margin-top: 10%;
}
    #contact form .doui{
        margin-top: 10%;
    }
    #contact .sec2{
        margin-top: 10%;
    }
    #contact form .btn_area {
    display: block;
    margin-top: 10%;
}
#contact form .btn_area button{
    margin: 0 0 5% 0;
}
 #contact form input[type="email"],
    #contact form input[type="tel"] {
        width: 100%;
    }
    #contact form input[type=submit]{
        width: 100%;
    }
}/*sp-end*/





/*=========================================
page2
=========================================*/
.page2 .mv{
    background-image: url("../../common/img/page_mv.jpg");
    background-size: cover;
    background-position: left;
}
.page2 .wt{
    color: #fff;
}
.page2 main .flex.row{
    
}
.page2 img.pc{
    margin: 0 auto;
}
.page2 p,.page2 li,.page2 dt,.page2 dd,.page2 th,.page2 td{
    font-size: 1.7rem;
    line-height: 1.7;
}
.page2 main .content_wrap{
    margin-top: 60px;
}
.page2 .honbun{
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
}
.page2 main .center{
    text-align: center;
}
.page2 main .sec{
    position: relative;
    margin-bottom: 80px;
}
.page2 main .sec:last-child{
    margin-bottom: 0px;
}
.page2 main .wide,
.page2 main .bg,
.page2 main .bg_bottom{
    width: 100%;
}
.page2 main .y_box{
background: #FFF4C8;
    border-radius: 20px;
    padding: 30px 40px;
}
.page2 main .y_box img{
    width: 384px;
    margin-right: 30px;
}
.page2 main .y_box .flex{
    justify-content: flex-start;
    align-items: center;
}
.page2 main .y_box .flex.row{
   flex-direction: row-reverse; 
}
.page2 main .y_box .flex.row img{
   margin-right: 0px;
    margin-left: 40px;
}
.page2 main .y_box .maru_list{
    flex: 1;
}
.page2 main .bg_grn{
    background: #00A5B9;
}
.page2 main .bg_yl{
    background: #FFF4C8;
}
.page2 main .bg_bl{
    background: #486AD4;
}
.page2 main .bg_grn .inner{
    z-index: 2;
    position: relative;
}
.page2 main .bg_yl .inner{
    z-index: 2;
    position: relative;
}
.page2 main .bg{
    position: absolute;
    top: 0;
    left: 0;
}
.page2 main .bg_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
}
.page2 main .bg_sec .inner{
    position: relative;
    z-index: 2;
}
.page2 main h2{
    text-align: center;
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 800;
}
.page2 main h2 span{
    font-size: 2.4rem;
    display: block;
}
.page2 main h2 .small{
    font-size: 2.4rem;
    display: block;
    font-weight: 800;
}
.page2 main .dl_btn{
    background: #FFCC00;
    border: 4px solid #494949;
    border-radius: 20px;
    box-sizing: border-box;
    font-size: 2.7rem;
    text-align: center;
    font-weight: 800;
    line-height: 1.6;
    position: relative;
    padding: 40px;
    margin: 0 auto;
    display: block;
    max-width: 647px;
    width: 90%;
    box-shadow: 10px 10px #00000026;
}
.page2 main .dl_btn:after{
    position: absolute;
    top: 50%;
    right:20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../img/arrow_bk.svg");
    width: 15px;
    height: 27px;
    content: "";
    background-repeat: no-repeat;
}
.page2 main .dl_btn:before{
    position: absolute;
    top: 50%;
    left: 44px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/dl_icon.png);
    width: 49px;
    height: 44px;
    content: "";
    right: unset;
    background-repeat: no-repeat;
}
.page2 main .dl_btn:hover{
    background: #00a5b9;
    opacity: 1;
}
.page2 main .dl_btn.none:before{
    display: none;
}
.page2 main .point dl{
    display: flex;
    background: #fff;
    border-radius: 20px;
    border: 4px solid #494949;
    justify-content: flex-start!important;
    align-items: center!important;
    padding: 10px 20px 10px 20px;
    max-width: 855px;
    width: 90%;
    margin: 0 auto 20px;
}
.page2 main .point dl:last-child{
    margin-bottom: 0px;
}
.page2 main .point dt{
    font-size: 6.7rem;
    color: #486AD4;
    line-height: 1;
}
.page2 main .fukidashi {
    background: #fff;
    border: 4px solid #494949;
    border-radius: 20px;
    padding: 40px 30px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 50px;
}
.page2 main .fukidashi:before{
    content: "";
    position: absolute;
    bottom: -64px;
    left: 50%;
    margin-left: -15px;
    border: 36px solid transparent;
    border-top: 28px solid #FFF;
    z-index: 2;
}
.page2 main .fukidashi:after {
    content: "";
    position: absolute;
    bottom: -77px;
    left: 50%;
    margin-left: -23px;
    border: 43px solid transparent;
    border-top: 34px solid #494949;
    z-index: 1;
}
.page2 main .maru_ybg_list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.page2 main .maru_ybg_list li{
    width: 49%;
    background: #FFF4C8;
    box-sizing: border-box;
    padding: 20px 30px 20px 52px;
    border-radius: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}
.page2 main .maru_ybg_list li:before{
    position: absolute;
    top: 50%;
    left: 28px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "●";
    color: #486AD4;
}
.page2 main .wt_box{
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border: 4px solid #494949;
    box-sizing: border-box;
}
.page2 main .ribon{
    font-size: 2.5rem;
    font-weight: 800;
    position: relative;
    z-index: 1;
    padding: 8px;
    text-decoration: none;
    border-radius: 10px 0 0 10px;
    background: #FFCC00;
    display: inline-block;
    margin-bottom: 20px;
}
.page2 main .ribon:after{
    background-image: url(../../common/img/ribon_sankaku.svg);
    content: "";
    position: absolute;
    top: -6px;
    width: 29px;
    height: 68px;
    background-repeat: no-repeat;
    right: -25px;
}
.page2 main .dotted_list li{
    border-bottom: dotted 2px #EFEFEF;
    padding: 15px 0 15px 35px;
    position: relative;
}
.page2 main .dotted_list li:before{
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "●";
    color: #486AD4;
}
.page2 main .maru_list li{
    margin-bottom: 20px;
    position: relative;
    padding-left: 22px;
}
.page2 main .maru_list li:last-child{
    margin-bottom: 0px;
}
.page2 main .maru_list li:before{
    position: absolute;
    top: 15px;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "●";
    color: #486AD4;
}
/*ゲーム詳細*/
.detail.page2 main .sec1{
    padding: 60px 0;
}
.detail.page2 main .sec2 .bg_yl{
    padding: 40px;
    border-radius: 20px;
}
.detail.page2 main .sec2 .honbun{
    max-width: 800px;
    width: 90%;    
    margin: 0 auto 20px;
}
.detail.page2 main .sec3{
    margin-bottom: 0px;
    padding: 60px 0;
}
.detail.page2 main .sec4 .wt_box{
    margin-top: -70px;
    padding: 30px 170px;
}
.detail.page2 main .sec4{
    padding-bottom: 70px;
}
/*企業研修・学校の授業教材としての活用*/
.usecase.page2 main .sec1{
    margin-bottom: 60px;
}
.usecase.page2 main .sec3{
    padding: 60px 0;
    margin: 0 auto;
}
.usecase.page2 main .sec3 .inner{
    width: 950px;
    margin: 0 auto;
}
.usecase.page2 main .sec3 .dotted_list{
    width: 500px;
    margin: 0 auto;
}
.usecase.page2 main .mv h1{
       letter-spacing: -0.04em; 
}
.usecase.page2 main .sec1 h2{
    line-height: 1.7;
}
.usecase.page2 main .sec3 p.wt{
        font-size: 2rem;
}
/*事業承継ゲーム®シリーズについて*/
.series.page2 main .sec1{
    padding: 50px 0;
}
.series.page2 main .point dl{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-bottom: 28px;
}
.series.page2 main .point dt{
    font-size: 2.6rem;
}
.series.page2 main .point dd{
    font-size: 2.5rem;
    font-weight: 600;
}
.series.page2 main .point dl dd .maru{
    position: absolute;
    right: 0px;
    top: -37px;
    width: 97px;
}
.page2 main .check ul{
    display: flex;
    justify-content: space-around;
    align-items: start;    
}
.page2 main .check ul li{
    background: #fff;
    width: 31%;
    text-align: center;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    padding-left: 32px;
}
.page2 main .check ul li img{
    position: absolute;
    left: 20px;
    top: 24px;
}
.series.page2 .sec2 .bg_yl{
    border-radius: 20px;
    padding: 30px 40px 40px;
}
.page2 .h2_line_rh{
    position: relative;
}
.page2 .h2_line_rh:after{
    width: 67.6px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: "";
    background: #000;
}
.page2 .h2_line_rh:before{
    width: 67.6px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: "";
    background: #000;
}
.series.page2 .sec3 .honbun{
    font-size: 1.6rem;
}
.series.page2 .sec3 strong{
    font-size: 2rem;
}
.page2 main .series_fukidashi{
    position: relative;
    display: inline-block;
    color: #fff;
    background: #486AD4;
    width: 100%;
    border-radius: 20px;
    padding: 30px 20px;
}
.page2 main .series_fukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #486AD4;
}
.page2 main .series_fukidashi h3{
    text-align: center;
    margin: 0;
}
.page2 main .series_fukidashi h3 span{
    display: block;
    color: #99ADEB;
    font-size: 2rem;
}
.page2 main .series_fukidashi .maru{
    position: absolute;
    top: -56px;
    right: 10px;
}
.page2 main .series_fukidashi .series{
    left: 30px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: "";
    position: absolute;
    top: 50%;
}
.series.page2 main .sec4 .flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.series.page2 main .sec4 .flex div{
    width: 48%;
    margin-top: 30px;
}
.series.page2 main .sec4 h4{
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 800;
}
.series.page2 main .sec4 .box{
    margin-bottom: 80px;
}
.series.page2 main .sec4 .box:last-child{
    margin-bottom: 0px;
}
.series.page2 main .sec4 .box .wide{
    margin-top: 34px;   
}
.series.page2 main .sec5{
    padding: 60px 0;
}
.series.page2 main .sec5 p{
    text-align: center;
    font-size: 2.5rem;
    padding: 15px;
    background: #fff;
    border-radius: 20px;
    border: 4px solid #494949;
    width: 652px;
    margin: 0 auto 10px;
}
.series.page2 main .sec5 .sankaku{
    display: block;
    margin: 0 auto 10px;
}











@media only screen and (max-width: 767px){
    .page2 img.sp{
        width: 100%;
    }
    .page2 .mv{
        background-image: url("../../common/img/page_mv.jpg");
        background-size: cover;
        background-position: center;
    }
    .page2 p,.page2 li,.page2 dt,.page2 dd,.page2 th,.page2 td{
        font-size: 1.5rem;
        font-weight: 400;
        color: #303030;
    }
    .page2 main .y_box img,.page2 main .y_box .flex.row img{
        width: 100%;
        margin: 0;
        margin-bottom: 5%;
    }
    .page2 main .y_box{
        padding: 10% 5%;
    }
    .page2 main .content_wrap{
        margin-top: 15%;
    }
    .page2 main .sp_wide img{
        width: 100%;
        margin: 0 auto;
    }
    .page2 .honbun{
        margin-bottom: 20px;
        font-size: 1.5rem;
        font-weight: 400;
        color: #303030;
    }
    .page2 main .center{
        text-align: center;
    }
    .page2 main .sec{
        margin-bottom: 0;
        margin-top: 15%;
    }
    .page2 main h2{
        text-align: center;
        font-size: 2.4rem;
        margin-bottom: 6%;
        font-weight: 800;
    }
    .page2 main h2 span{
        font-size: 1.4rem;
    }
    .page2 main h2 .small{
        font-size: 1.4rem;
    }
    .page2 main .dl_btn{
        font-size: 1.7rem;
        padding: 5%;
        max-width: 90%;
        width: 90%;
    }
    .page2 main .dl_btn:after{
        right: 0px;
        background-size: 60%;
        top: 59%;
    }
    .page2 main .dl_btn:before{
        left: 44px;
        background-size: 54%;
        top: 65%;
    }
    .page2 main .point dl{
        border-radius: 20px;
        max-width: 100%;
        width: 100%;
        margin: 0 auto 4%;
    }
    .page2 main .point dl:last-child{
        margin-bottom: 0px;
    }
    .page2 main .point dt{
        font-size: 3rem;
        margin-right: 10px;
    }
    .page2 main .fukidashi {
        padding: 10% 5%;
    }
    .page2 main .fukidashi:before{
        margin-left: -32px;
    }
    .page2 main .fukidashi:after {
       margin-left: -40px;
    }
    .page2 main .maru_ybg_list{
        display: block;
    }
    .page2 main .maru_ybg_list li{
        width:100%;
        padding: 20px 30px 20px 52px;
        margin-bottom: 3%!important;
    }
    .page2 main .maru_ybg_list li:last-child{
        margin-bottom: 0!important;
    }
    .page2 main .maru_ybg_list li:before{
        left: 20px;
    }
    .page2 main .wt_box{
        padding: 5%;
    }
    .page2 main .ribon{
        font-size: 1.7rem;
        margin-bottom: 4%;
        width: 100%;
        border-radius: 10px;
        text-align: center;
    }
    .page2 main .ribon:after{
        display: none;
    }
    .page2 main .ribon:before{
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #ffcc00;
    }
    .page2 main .dotted_list li{
        border-bottom: dotted 2px #EFEFEF;
        padding: 15px 0 15px 35px;
        position: relative;
    }
    .page2 main .dotted_list li:before{
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: "●";
        color: #486AD4;
    }
    /*ゲーム詳細*/
    .detail.page2 main .sec1{
        padding: 15% 0;
    }
    .detail.page2 main .sec2 .bg_yl{
        padding: 10% 5%;
    }
    .detail.page2 main .sec3{
        margin-bottom: 0px;
        padding: 15% 0;
    }
    .detail.page2 main .sec4 .wt_box{
        margin-top: -70px;
        padding: 30px 5%;
    }
    .detail.page2 main .sec4{
        padding-bottom: 15%;
        margin-top: 0px;
    }
    .page2 main .dl_btn:last-child{
        margin-top: 9%;
    }
    .detail.page2 main .sec2 .honbun{
        max-width: 100%;
        width: 100%;
    }
    /*企業研修・学校の授業教材としての活用*/
    .usecase.page2 main .sec3 .dotted_list{
        width: 100%;
    }
    .usecase.page2 main .dl_btn{
        margin-top: 10%!important;
    }
    .usecase.page2 main .sec3 {
        padding: 10% 0;
        margin: 0 auto;
        margin-top: 15%;
    }
    .usecase.page2 main .sec3 p.wt{
        font-size: 1.6rem;
        padding: 0 4%;
    }
    .usecase.page2 main .mv h1 {
        text-shadow: #ffe88d 1px 1px 2px, #ffe88d -1px 1px 2px, #ffe88d 1px -1px 2px, #ffe88d -1px -1px 2px;
    }
    .usecase.page2 main .mv h1 span{
        text-shadow:none;
    }
    /*事業承継ゲーム®シリーズについて*/
    .series.page2 main .sec5 p{
        width: 100%;
        font-size: 1.7rem;
        font-weight: 600;
    }
    .page2 main .series_fukidashi .series{
        width: 100px;
        margin: 0 auto 2%;
        display: block;
        transform: none;
        position: static;
    }
    .page2 main .series_fukidashi{
        padding: 5%;
    }
    .series.page2 main .sec4 .flex{
        display: block;
    }
    .series.page2 main .sec4 .flex div{
        width: 100%;
        margin-top: 4%;
    }
    .series.page2 main .sec4 h4{
        margin-bottom: 0;
        font-size: 1.7rem;   
    }
    .series.page2 main .sec4 .box{
        margin-bottom: 10%;
    }
    .page2 main .series_fukidashi .maru {
        top: -23px;
        right: 10px;
        width: 98px;
    }
    .page2 main .series_fukidashi h3 span{
        font-size: 1.5rem;
    }
    .series.page2 main .sec5{
        padding: 10% 0;
    }
    .series.page2 main .dl_btn{
        margin-top: 9%!important;
    }
    .page2 .h2_line_rh:after{
        width: 20px; 
        left: 0;
    }
    .page2 .h2_line_rh:before{
        width: 20px; 
        right: 0;
    }
    .series.page2 .sec3 .honbun{
        font-size: 1.5rem;
    }
    .series.page2 .sec3 strong{
        font-size: 1.6rem;
    }
    .series.page2 main .point dl{
        display: block;
        text-align: center;
    }
    .series.page2 main .point dd{
        font-weight: 600;
        font-size: 1.5rem;
    }
    .series.page2 main .point dt {
        font-size: 1.6rem;
        margin-bottom: 6px;
        font-weight: 600;
    }
    .series.page2 main .point dl dd .maru{
        top: -35px;
        right: -22px;
        width: 78px;
    }
    .page2 main .check ul{
        display: block;
    }
    .page2 main .check ul li {
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 16px;
        position: relative;
        border-radius: 10px;
        padding-left: 32px;
        margin-bottom: 10px;
    }
    .series.page2 .sec2 .bg_yl{
        padding: 6% 5%;
    }
    .page2 main .check ul li img{
        position: absolute;
        left: 20px;
        top: 40%;
        width: 19px;
    }
    .series.page2 main .sec1{
        margin-top: 8%;
    }
}/*sp-end*/

























