﻿@charset "utf-8";
/* reset
-----------------------------------------------------*/
div, th, td, p, ul, ol, dl, dt, dd, img, form, h1, h2, h3, h4, h5, h6, article, aside, figure, footer, header, hgroup, menu, nav, section, span {
    margin: 0;
    padding: 0;
    word-break: normal;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figure, figcaption, footer, header, hgroup, menu, nav, section {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: bold;
    clear: both;
}
th, td {
    text-align: left;
}
ul, ol {
    list-style-type: none;
}
img {
    border: 0;
}
/*-----------------------------------------------------*/
/*boxとあるclassには装飾しない*/
html {
    font-size: 20px;
    line-height: 1.6;
    height: 100%;
}
body {
    height: 100%;
    margin: 0 auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #EFD9B5 url(../img/bg_common_paper01.png) repeat;
}
h1 {
    font-size: 38px;
    text-align: center;
}
/*-----------------------------------------------------*/
/*----- 基本設定 -----*/
.contents {
    width: 854px;
    margin: 0 auto;
    background-color: #C3F0FF;
    background-image: url(../img/bg_index_patternU.png);
    background-repeat: no-repeat;
    background-position: top;
    overflow: hidden;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.2);
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.container {
    padding-bottom: 50px;
}
.bottom_back {
    position: absolute;
    background-image: url(../img/bg_index_patternD.png);
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: 0;
    width: 100%;
    height: 50px;
}
/*HP用リンク*/
.toplink-box{
    overflow: hidden;
    margin: 10px auto;
    text-align: center;
    font-size: 0;
}
.soft{
  margin: 10px auto 0;
}
.toplink{
    display:inline-block;
    font-size: 13px;
    padding: 0 10px;
    color: #6A3104;
}
.toplink:nth-child(2){
    border-left: solid 1px;
}
.toplink a{
    color: #6A3104;
}
.toplink a:hover{
    opacity:0.7;
}
/*ページタイトル*/
.pagetitle {
    width: 100%;
    min-height: 150px;
    margin: 70px auto 0;
}
.title-logo {
    display: block;
    margin-left: 70px;
    width: 300px;
}
.pagetitle h1 {
    font-size: 27px;
    color: #6A3104;
    margin: 15px 390px 0 0;
}
.manual{
  padding-left: 10px;
  font-size: 16px;
  vertical-align: middle;
}
/*カード*/
.card-container {
    width: 780px;
    height: 200px;
    margin: 20px auto;
}
.card {
    display: block;
    width: 134px;
    height: 190px;
    border: 5px solid #302b03;
    border-radius: 10px;
    position: relative;
    margin: 0 auto 4px;
    box-shadow: 2px 3px 3px rgba(0, 34, 86, 0.4);
    background:#000;
}
.card.select {
    margin: 2px auto;
    box-shadow: 1px 1px 0 rgba(0, 34, 86, 0.3);
}
.card-pic {
    width: 134px;
    height: 115px;
    border-radius: 6px 6px 0 0;
    position: absolute;
    top: -0px;
    left: -0px;
    z-index:2;
}
.card-txt {
    width: 134px;
    height: 76px;
    border-radius: 0 0 5px 5px;
    background: #fff;
    position: absolute;
    bottom: -75px;
    left: 0;
}
.card-txt p {
    font-weight: 900;
    width: 134px;
    height: 76px;
    font-size: 18px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4;
}
/*カード装飾（格子柄）*/
.cardc-r {
    background-color: #FFBEBE;
    background-image: url(../img/img_index_starR.png),url(../img/bg_index_CardR.jpg);
    background-size: 100px 100px, 20px 20px;
    background-repeat: no-repeat, repeat;
    background-position: 16px 7px, 7px 0px;
}
.cardt-r {
    color: #fa1d49;
    text-shadow: 1px 2px 2px rgba(0,0,0,.1);
}
.cardc-y {
    background-color: #FFF5B5;
    background-image: url(../img/img_index_starY.png),url(../img/bg_index_CardY.jpg);
    background-size: 100px 100px, 20px 20px;
    background-repeat: no-repeat, repeat;
    background-position: 16px 7px, 7px 0px;
}
.cardt-y {
    color: #f7b92b;
    text-shadow: 1px 2px 2px rgba(0,0,0,.1);
}
.cardc-b {
    background-color: #AAEEFF;
    background-image: url(../img/img_index_starB.png),url(../img/bg_index_CardB.jpg);
    background-size: 100px 100px, 20px 20px;
    background-repeat: no-repeat, repeat;
    background-position: 16px 7px, 7px 0px;
}
.cardt-b {
    color: #519ce2;
    text-shadow: 1px 2px 2px rgba(0,0,0,.1);
}
.cardc-v {
    background-color: #F3CCFF;
    background-image: url(../img/img_index_starV.png),url(../img/bg_index_CardV.jpg);
    background-size: 100px 100px, 20px 20px;
    background-repeat: no-repeat, repeat;
    background-position: 16px 7px, 7px 0px;
}
.cardt-v {
    color: #a847b9;
    text-shadow: 1px 2px 2px rgba(0,0,0,.1);
}
.cardc-o {
    background-color: #FFD09E;
    background-image: url(../img/img_index_starO.png),url(../img/bg_index_CardO.jpg);
    background-size: 100px 100px, 20px 20px;
    background-repeat: no-repeat, repeat;
    background-position: 16px 7px, 7px 0px;
}
.cardt-o {
    color: #fc8413;
    text-shadow: 1px 2px 2px rgba(0,0,0,.1);
}
/*カード配置*/
.list-index li {
    display: inline-block;
    margin-left: 5px;
}
/*キーワード*/
.key-button {
    width: 300px;
    height: 42px;
    display: block;
    background-color: #fee98c;
    background-image: url(../img/img_Key_stamp.png), url(../img/bg_common_paper01.png);
    background-repeat: no-repeat, repeat;
    background-position: 6px 5px, 0 0;
    background-size: 32px;
    border: 2px solid rgba(255, 186, 0, 0.8);
    border-radius: 22px;
    box-shadow: 2px 4px 4px rgba(0, 34, 86, 0.4);
    overflow: hidden;
    margin: 40px auto 22px;
}
.key-button.select {
    margin: 42px auto 18px;
    background-color: #FFD82A;
    box-shadow: 0 1px 0 rgba(0, 34, 86, 0.3);
}
.key-button-txt {
    display: inline-block;
    width: 260px;
    height: 35px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #81682e;
    padding: 8px 0 0px 35px;
}
/*下イラスト*/
.pic-container {
    display: block;
    width: 312px;
    height: 200px;
    position: absolute;
    top: 30px;
    right: 100px;
    margin: 24px auto;
}
/*ボタン（ページ下）*/
.bottom {
    margin: 20px auto 0;
}
.bot-button-container {
    width: 430px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
ul.bot-button-container li {
    margin: 10px;
}
.bot-button {
    width: 194px;
    display: block;
    height: 24px;
    background-color: #f4f8d5;
    border-radius: 12px;
    box-shadow: 2px 2px 5px rgba(0, 34, 86, 0.5);
    margin: 0 auto 4px;
}
.bot-button.select {
    margin: 2px auto;
    background-color: #FFF08C;
    box-shadow: 1px 1px 0px rgba(0, 34, 86, 0.4);
}
.bot-button span {
    height: 100%;
    line-height: 25px;
    color: #524E41;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
}
.bot-button img {
    display: table-cell;
    vertical-align: middle;
}
.bot-button-txt {
    width: 160px;
    margin: 0 auto;
}
.bot-button-txt2 {
    width: 210px;
    margin: 0 auto;
}
.caution-icon {
    height: 24px;
    width: 24px;
    padding-left: 5px;
}

@media screen and (max-width: 853px) {
/*----- 基本設定 -----*/
.contents {
    width: 100%;
    height: 100%;
}
/*ページタイトル*/
.pagetitle {
    margin: 0 auto;
}
.title-logo {
    margin: 40px auto 15px;
}
.pagetitle h1 {
    margin: 0 auto;
}
/*カード*/
.card-container {
    width: 446px;
    height: 415px;
    margin: 10px auto 20px;
    text-align: center;
}
.card-txt p {
    font-size: 17px;
}
/*カード配置*/
.list-index li {
    margin-left: 0px;
}
/*キーワード*/
.key-container {
    width: 311px;
    height: 54px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.key-button {
    margin: 2px auto;
}
.key-button.select {
    margin: 4px auto 0px;
}
/*下イラスト*/
.pic-container {
    display:none;
}
.story-link {
    height: 185px;
}
/*ボタン（ページ下）*/
.bot-button-container {
    margin: 0 auto;
}
.bot-button span {
    font-size: 9px;
}
}

@media screen and (max-width: 480px) {
/*----- 基本設定 -----*/
.contents {
    width: 100%;
    height: 100%;
}
/*ページタイトル*/
.pagetitle {
    margin: 0 auto;
    min-height: 110px;
}
.title-logo {
    margin: 40px auto 10px;
    height: auto;
}
/*カード*/
.card-container {
    width: 299px;
    height: 510px;
}
.card {
    width: 290px;
    height: 80px;
    margin: 0 0 4px;
}
.card-pic {
    width: 85px;
    height: 80px;
    border-radius: 6px 0 0 6px;
}
.card-txt {
    width: 205px;
    height: 80px;
    border-radius: 0 6px 6px 0;
    bottom: 0px;
    left: 85px;
}
.card-txt p {
    width: 200px;
    height: 60px;
    padding: 10px 25px;
    text-align: left;
    font-size: 14px;
}
br {
    display: none;
}
/*カード装飾（格子柄）*/
.cardc-r, .cardc-y, .cardc-b, .cardc-o, .cardc-v {
    background-size: 75px 75px, 20px 20px, 20px 20px;
    background-position: 5px 2px, 7px 0px, 17px 10px;
}
/*カード配置*/
.list-index li {
    margin-left: 0px;
}
/*下イラスト*/
.story-link {
    height: 185px;
}
/*ボタン（ページ下）*/
.bot-button-container {
    width: 204px;
}
ul.bot-button-container li {
    margin: 5px;
}
}
