@charset"UTF-8";

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
margin: 0;
padding: 0;
border: 0;
list-style: none;
font-style: normal;
font-weight: normal;
}

div, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, dl, dt, dd, ol, ul, li, form, label, table, tr, th, td{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

a img{ border:none; vertical-align: bottom; }

img {
max-width: 100%;
height: auto;
}

a:focus, *:focus { outline:none; }

html {
height : 100%;
width : 100%;
font-size: 62.5%;
}

body{
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","Osaka", sans-serif;
    font-size: 16px;
    font-size: 1.6em;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #0a1128;
    background-color:#fff;
}

/*clearfix*/
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

a,a:visited,a:active {
color: #1282a2;
text-decoration: none;
}

a:hover{
color: #3fbfe4;
text-decoration: underline;
}

#container{
    position:relative;
    width: 100%;
    height: auto !important;
    height: 100%;
    overflow: hidden;
}

.inner{
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.center{
    text-align: center;
}

.font_b{
    font-weight: bold;
}

.list_mark,.list_num{
    margin: 2rem 0;
    padding-left: 20px;
}

.list_mark li{
    list-style-type: disc;
    margin-bottom: 1rem;
}

.list_num li{
    list-style-type: decimal;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #034078;
}

.list_num li span{
    font-weight: normal;
    color: #0a1128;
}


/*frame*/
.frame,.frame_red{
    width: 100%;
    border: solid 3px #79838d;
    padding: 20px;
    border-radius: 10px;
    margin: 3rem auto;
    background-color: #fff;
}

.frame h3,.frame h4,.frame_red h3,.frame_red h4{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.frame_red{
    border-color: #ff0000;
}

.frame_red h3,.frame_red h4{
    color: #ff0000;
}

.ifr_center{
    text-align: center;
    margin: auto;
    display: block;
    aspect-ratio: 4 / 5;
}

.ifr_center iframe{
    width: 100%;
    height: 100%;
}

.link_btn,.dl_btn{
    margin: 1.5rem 0;
}

.link_btn a{
    display: block;
    border-radius: 30px;
    border: solid 2px #1282a2;
    background-color: #1282a2;
    color: #fff;
    padding: 10px;
    text-align: center;
    transition-duration: 0.5s;
    font-weight: bold;
}

.link_btn a::before{
    content: "";
    float: right;
    width: 24px;
    height: 24px;
    margin: 0 0 0 10px;
    background: url("images/arrow_right_w.png") no-repeat scroll right top;
    background-size: contain;
}

.link_btn a:hover{
    background-color: #fff;
    color: #1282a2;
    text-decoration: none;
}

.link_btn a:hover::before{
    background-image: url("images/arrow_right_b.png");
}

.dl_btn a{
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    background-color: #1282a2;
    padding: 6px 15px 6px 10px;
    text-align: center;
    transition-duration: 0.5s;
    font-weight: bold;
}

.dl_btn a::before{
    content: "";
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    background: url("images/dl_icon.png") no-repeat scroll left top;
    background-size: contain;
}

.dl_btn a:hover{
    text-decoration: none;
    background-color: #3fbfe4;
}

.dl_btn.ick a::before{
    content: none;
}

.table1{
    width: 100%;
    max-width: 900px;
    margin: 0 auto 30px auto;
    border: solid 2px #a2a5b0;
    border-collapse: collapse;
    text-align: center;
}

.table1 thead,.table1 thead th,.table1 thead td{
    border: solid 1px #a2a5b0;
    background-color: #e5e8f0;
    font-weight: bold;
}

.table1 th{
    background-color: #f6f8fa;
}

.table1 th,.table1 td{
    width: 50%;
    border: solid 1px #a2a5b0;
    padding: 8px 5px;
}

.table2{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-collapse: collapse;
    text-align: center;
    border-top: solid 1px #a2a5b0;
}

.table2 th,.table2 td{
    width: 50%;
    border-bottom: solid 1px #a2a5b0;
    padding: 10px 5px;
}

.midasi2{
    color: #4a5167;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    border-left: solid 5px #79838d;
    padding-left: 10px;
}

/*footer*/
footer{
    width: 100%;
    background-color: #0a1128;
    color: #fff;
    text-align: center;
}

.page_top a{
    width: 100%;
    display: block;
    padding: 1rem 0;
    background-color: #19234a; 
    transition-duration: 0.5s;
}

.page_top a:hover{
    background-color: #034078;
}

.foot_nav{
    font-size: 1.4rem;
    padding: 1.5rem;
    border-bottom: solid 1px #4a5167;
}

.foot_nav li{
    float: left;
    margin: 1rem 1.5rem;
}

.foot_nav a{
    color: #fff;
}

.link_bana{
    margin: 2rem 0;
}

.link_bana ul{
    position: relative;
    left: 50%;
    float: left;
}

.link_bana ul li{
    position: relative;
    left: -50%;
    float: left;
    padding: 0 15px;
}

/*index_top*/
#top{
    width: 100%;
    padding: 50px 0;
}

#top h1{
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin: 1.4rem auto;
}

#top p{
    text-align: center;
    margin: 1.5rem auto;
}

#top .inner{
    margin-top: 30px;
}

#top h2{
    font-size: 1.8rem;
    border-bottom: 2px solid #0a1128;
    margin: 1rem 0;
    padding-bottom: 0.5rem;
}

#top dt{
    font-size: 1.4rem;
    color: #4d5263;
    margin-bottom: 0.5rem;
}

#top dd{
    word-break: break-all;
    border-bottom: dotted 1px #a2a5b0;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}

#info h1,#game_title h1,#inquiry h1{
    font-size: 3rem;
    font-weight: 800;
    margin: 0 auto 20px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: solid 3px #e5e8f0;
}

/*お問い合わせの前に*/
#info{
    width: 100%;
    padding: 50px 0;
}

/*#info h2{
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: dotted 1px #7e869e;
    margin-bottom: 1.2rem;
    padding-bottom: 0.5rem;
    color: #034078;
}*/

/*#info ul{
    margin: 2rem 0 0 0;
}

#info ul li{
    width: 100%;
    border: solid 1px #a2a5b0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 50px;
}

#info ul li:last-child{
    margin-bottom: 0;
}*/

#info dt{
    display:block;
    cursor:pointer;
    width: 100%;
    padding: 1rem;
    background-color: #034078;
    color: #fff;
    border-radius: 5px;
    margin: 1.5rem 0;
    transition-duration: 0.5s;
}

#info dt:hover{
    background-color: #3fbfe4;
}

#info dt h2{
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: none;
    margin-bottom: 0rem;
    padding-bottom: 0rem;
    color: #fff;
}

#info dt h2::before{
    content: "";
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    background: url("images/info_mark.png") no-repeat scroll left top;
    background-size: contain;
}

#info dt.active h2::before{ 
    background-image: url(images/info_mark2.png);
}

#info dd{
    width: 100%;
    border: solid 1px #a2a5b0;
    border-radius: 10px;
    padding: 1.5rem;
    display:none;
}

#info dl dd p{
    margin-bottom: 1rem;
}

#info dl dd p:last-child{
    margin-bottom: 0;
}

#info dl dd .link_btn{
    margin-bottom: 1.5rem;
}

#info dl dd .list_mark li{
    border: none;
    padding: 0;
    margin-bottom: 1.5rem;
}


/*タイトル別サポート*/
#game_title{
    width: 100%;
    padding: 50px 0;
}

#game_title h2{
    font-weight: bold;
}

#game_title ul{
    margin: 2rem auto;
    width: 100%;
    max-width: 980px;
}

#game_title ul li{
    float: left;
    width: 48%;
    margin: 1%;
    text-align: center;
}

#game_title ul li a{
    display: block;
    width: 100%;
    min-height: 186px;
    border-radius: 10px;
    border: solid 5px #e3e4e8;
    padding: 10px;
    background-color: #fff;
    color: #5d6771;
    transition-duration: 0.5s;
}

#game_title ul li a:hover{
    color: #034078;
    border-color: #034078;
    text-decoration: none;
    background-color: #f6f8fa;
}

/*お問い合わせ*/
#inquiry{
    width: 100%;
    padding: 50px 0;
}

#inquiry p{
    margin-bottom: 1.6rem;
}

#inquiry .btn{
    margin: 2.5rem 0;
}

#inquiry .btn a{
    border-radius: 5px;
    background-color: #034078;
    color: #fff;
    padding: 15px 10px;
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    transition-duration: 0.5s;
}

#inquiry .btn a:hover{
    background-color: #1282a2;
    text-decoration: none;
}

.check{
    margin: 20px 0;
    background-color: #fbf0f1;
    border-radius: 8px;
    border: solid 1px #f7d0d4;
    width: 100%;
}

.check dl,.c_text{
    width: 96%;
    border-radius: 5px;
    background-color: #fff;
    margin: 20px 2%;
    padding: 12px;
}

.check dt{
    font-weight: bold;  
    color: #ed5565;
    margin-bottom: 1rem;
}

.check dd{
    color: #5a4143;
}

/*checkbox用*/
.c_text{
    text-align: center;
}

.c_text a{
    font-weight: bold;
    color: #c00;
}

.c_box{
    padding: 1rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.c_box input{
    margin-right: 10px;  
}

.frame_pblue{
    width: 100%;
    background-color: #f6f8fa;
    border: solid 1px #e3e4e8;
    border-radius: 8px;
    padding: 12px;
    color: #646b72;
}

/*second*/
#second_top .inner{
    padding: 5px 0;
}

#second_top a{
    float: left;
    margin: 0 10px 0 0;
}

#second_top h1{
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 0;
}

#second_top .subtitle{
    width: 100%;
    padding: 20px 0;
    background-color: #034078;
    color: #fff;
}

#second_top .subtitle h2{
    width: 100%;
    max-width: 980px;
    font-weight: bold;
    font-size: 2.5rem;
    margin: 0 auto;
}

.crumbs{ 
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
    overflow: hidden;
}

.crumbs ul{
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    font-size: 1.2rem;
    height: 1.2rem;
    text-align: center;
}

.crumbs li {
    float: left;
    /*display: inline-block;*/
}

.crumbs li a{
    color: #0a1128;
}
 
.crumbs li + li:before {
    margin: 0 5px;
    content: ">";
}

#second{
    margin: 20px 0;
}

#second .inner{
    margin-bottom: 100px;
}

#second .inner:last-child{
    margin-bottom: 0;
}

#second .inner p{
    margin-bottom: 1.5rem;
}

#title_list dl{
    width: 100%;
    border: solid 5px #e5e8f0;
    border-radius: 5px;
    padding: 10px;
    margin: 30px 0;
    overflow: hidden;
}

#title_list dl dt{
    float: left;
    width: 30%;
    margin: 0 1% 0 0;
    text-align: center;
}

#title_list dl dd{
    float: right;
    width: 69%;
}

#title_list h3{
    font-weight: bold;
    font-size: 1.8rem;
    border-bottom: solid 1px #e5e8f0;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

#title_list dd ul li{
    margin: 1.5rem 0;
    background: url(images/arrow_right.png) no-repeat top left;
    padding-left: 22px;
}

#title_list dd ul li.dl_btn{
    background-image: none;
    padding-left: 0;
}

#title_list dd ul li:last-child{
    margin-bottom: 0;
}

#title_box article{
    margin-bottom: 60px;
}

#title_box article h1,.midasi1{
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: solid 3px #79838d;
    padding-bottom: 5px;
}

#title_box article p{
    margin-bottom: 1.5rem;
}

#title_box article .date{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1.6rem;
    color: #4a5167;
}

.update_list{
    width: 100%;
    padding: 15px;
    margin: 20px auto;
    border-radius: 5px;
    background-color: #f6f8fa;
}

.update_list h2{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.update_list ul{
    border-bottom: solid 1px #a2a5b0;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.update_list ul:last-child{
    border-bottom: none;
    margin-bottom: 0;
}

.update_list ul li{
    list-style-type: disc;
    margin: 0 0 10px 20px;
    padding-left: 8px;
}

.patch_dl{
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto 30px auto;
    border-top: solid 1px #a2a5b0;
}

.patch_dl th{
    width: 30%;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: solid 1px #a2a5b0;
    vertical-align: middle;
}

.patch_dl td{
    width: 30%;
    padding: 10px;
    border-bottom: solid 1px #a2a5b0;
}

.patch_dl td.dl_btn{
    margin: 0;
}

/*メールフォーム*/
.mailform{
    width: 100%;
    margin: 2.5rem auto;
}

.mailform dt{
    float: left;
    clear: left;
    width: 30%;
    margin-bottom: 30px;
    text-align: right;
}

.mailform dd{
    width: 68%;
    margin-bottom: 30px;
    margin-left: 32%;
}

.mailform dt:last-child,.mailform dd:last-child{ 
    margin-bottom: 0; }

.mailform select{
    padding: 5px;
    border:#a9a9a9 2px solid;
    border-radius: 5px;
}

.mailform input[type=text],.mailform input[type=email],.mailform textarea{
   border-radius: 5px;
   border:#a9a9a9 2px solid;
   height:1.6rem;
   padding: 10px;
}
 
.mailform input[type=text]:focus,.mailform input[type=email]:focus,.mailform textarea:focus {
    border:solid 2px #3fbfe4;
    box-shadow: 0 0 5px #3fbfe4;
}
 
.mailform input[type=text],.mailform input[type=email],.mailform textarea,.mailform select { 
   outline: none;
}

.radio_btn{
  display: none;
}
.radio_btn + label{
  padding-left: 30px;
  position:relative;
  margin-right: 30px;
}
.radio_btn + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 50%;
}
.radio_btn:checked + label{
  color: #1282a2;
}
.radio_btn:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  background: #1282a2;
  border-radius: 50%;
}

.mail_l{ width: 90%; }

.mail_s{ width: 30%; }

.mailform textarea{ 
    width: 90%;
    height: 10em;
}

.mail_btn{
    text-align: center;
}

.mail_btn input{
   border-radius: 30px;
   border:#1282a2 2px solid;
   width: 10em;
   padding: 1rem;
   cursor:pointer;
   color:#fff;
   font-weight:bold;
   background-color: #1282a2;
   margin: 1rem 0.5rem;
}

.mail_btn input:hover{
    border-color: #1282a2;
    background-color: #fff;
    color: #1282a2;
}

.mail_btn .ban{
   border:#646b72 2px solid;
   cursor:not-allowed;
   background-color: #646b72;
}

.mail_btn .ban:hover{
   border-color: #646b72;
    background-color: #646b72;
    color: #fff; 
}

.comment{
    color: #ff0000;
    font-size: 1.4rem;
}

.required{
    background-color: #ff0000;
    color: #fff;
    padding: 1px 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.4rem;
    margin-left: 1rem;
    display: inline-block;
}

.form_inner{
    max-width: 800px;
    width: 98%;
    margin: 0 auto;
    padding: 0 1%;
}

.form { 
    max-width: 800px;
    width: 100%;
    border:1px solid #7d7d7d;
    border-collapse:collapse;
    margin: 10px auto;
}
.form th,.form td { 
    text-align:left;
    border:1px solid #7d7d7d;
    padding:8px;
    font-weight:normal; 
}
.form th { 
    background:#dcdcdc;
    width: 30%;
}
.form td { 
    background:#fff;
    word-break: break-all;
}
.form_inner h1 { 
    text-align:left;
    border-left:solid 4px #cc0000;
    display:block;
    padding:0 8px;
    margin:10px 0;
    font-size: 18px;
    font-weight: bold;
}

.form_inner p{
    margin-bottom: 12px;
}

.form .msg{
    color: #c00;
}

@media only screen and (max-width: 980px) {
    .inner,#second_top .subtitle h2{
        width: 90%;
    }
}

@media only screen and (max-width: 680px) {
    #game_title ul li{
    float: none;
    width: 98%;
    margin: 15px 1%;
    }
    
    #game_title ul li a{
        min-height: 0;
    }
    
    #second_top a{
        float: none;
        margin: 0 0 10px 0;
    }
    
    #title_list dl dt{
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }

    #title_list dl dd{
        float: none;
        width: 100%;
    }
    
    .patch_dl{
        border: solid 1px #a2a5b0;
    }
    
    .patch_dl th,.patch_dl td,.form th,.form td{
        width: 100%;
        display: block;
    }
    
    .patch_dl td{
        border-bottom: none;
    }
    
    .table1 thead{
        display: none;
    }
    
    .table1 th,.table1 td,.table2 th,.table2 td{
        width: 100%;
        display: block;
    }
    
    .table1 th,.table2 th{
        border-bottom: none;
    }
    
    .radio_btn + label{
      padding-left: 30px;
      margin-right: 0;
        margin-bottom: 10px;
        display: block;
    }
    
    .mailform dt{
        float: none;
        clear: none;
        width: 100%;
        margin-bottom: 0.5rem;
        text-align: left;
    }

    .mailform dd{
        width: 100%;
        margin-left: 0;
    }
    
    .mail_s{ width: 20%; }

    .ifr_center{
        aspect-ratio: 1 / 2;
    }
}