/* IMPORT RESET */

@import url("reset.css");

/* 全体共通
   ========================================================================== */

body {
    font-family: Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #555;
    font-size: 16px;
}

.box {
    padding: 20px;
    /* margin: 20px; */
}

.sp {
    display: block;
}

.pc {
    display: none;
}

#front_title {
    color: #1546a4;
    font-weight: bold;
}

.max-capacity *:not(.full){
    opacity: .3;
}

/* -- header ヘッダー -- */

header {
    border-bottom: 1px solid #1546a4;
}

#logo {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 10px;
}

#logo img {
    width: 100%;
}

/* pc */

@media screen and (min-width: 768px) {
    #logo {
        width: 960px;
        height: 92px;
        margin: 0 auto;
    }
    #logo img {
        width: 474px;
    }
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
}


/* -- footer フッター -- */

footer {
    border-top: 1px solid #1546a4;
}

footer ul li {
    text-align: center;
}

footer .fa-arrow-circle-right:before {
    color: #3ABAE9;
    margin-right: 5px;
}

address {
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
}

@media screen and (min-width: 768px) {
    address {
        font-size: 15px;
    }
}


/* -- form  フォーム関連 -- */


/* - button - */

.button input,
button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #aabbdb;
    border-radius: 5px;
    background: #3abae9 url('../images/bg2.png');
    color: #fff;
    margin-top: 20px;
    padding-bottom: 20px;
}

.button input:hover,
button:hover {
    opacity: .6;
}

.button {
    padding: 0;
}
#top_login button:before,
.button button:before{
    background: #1546a4;
    width: 20%;
}

.button input {
    font-size: 16px;
    /* font-weight: bold; */
}

span.btn_span:before{
    content: "";
    background: #3776ba;
    width: 20%;
}

.form_required{
    color:crimson;
    font-size:0.8em;
}

@media screen and (min-width: 768px) {
    .button {
        padding-right: 15px;
        padding-left: 15px;
    }
}


/* -- text テキスト関連 -- */

.title {
    color: #1546a4;
    font-size: 19px;
    font-weight: bold;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .title {
    width: 50%;
}
}

.icon span {
    border-radius: 50%;
    background: #a8e0f4;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    /*vertical-align: middle;*/
    margin-right: 5px;
    text-align: center;
    /*padding: 5px 10px;*/
}

#title_box h2 {
    margin-bottom: 20px;
}

#attending_date #title_box p:nth-child(3) {
    color: #1546a4;
    font-weight: bold;
    font-size: 105%;
    margin-top: 10px;
}

.explain-text {
    width: 100%;
    padding: 10px 20px;
}


/* - pc - */

@media screen and (min-width: 768px) {
    #title_box h2 {
        margin-bottom: 20px;
    }
    #title_box p {
        padding-left: 20px;
    }
}

/* - 追記 - */
.text-right.pc{
    position: relative;
    z-index: 2;
}
.form input, #form input{
    padding: 5px;
}
#radio-box .data-selectBox input, #radio-box .data-selectBox p {
    display: inline-block;
}
#radio-box .data-selectBox input{
    width: 4%;
    vertical-align: top;
}
#radio-box .data-selectBox p {
    width: 94%;
}
.full{
    display: inline-block;
}
.required_item{
    color: #fe6262;
}

/* #top-login トップ ログイン a1
   ========================================================================== */

#login_wrap {
    background: #f8f8f8 url('../images/bg3.png');
    margin: 80px 10px 160px;
}

#login_wrap h1 {
    color: #3350a5;
    font-size: 19px;
    font-weight: bold;
}

#login_wrap section p,
#login_wrap article p {
    padding: 10px;
}

#login_wrap article {
    /* background: #fff; */
    padding: 5px 20px 20px;
}
#login_wrap article form{
    background: #fff;
    padding: 5px 20px 20px;
}

#login_wrap form p {
    color: #3350a5;
    font-weight: bold;
}

#login_wrap input {
    width: 100%;
    height: 50px;
    border: 1px solid #aabbdb;
    border-radius: 5px;
    padding-left: 10px;
}

span#login_span:after{
    background: #1546a4;
    width: 50px;
    height: 50px;
    content: "";
}

/* -- pc -- */

@media screen and (min-width: 768px) {
    #login_wrap {
        width: 910px;
        background: #f8f8f8 url('../images/bg3.png');
        margin: 140px auto;
    }
    #login_wrap section,
    #login_wrap article {
        width: 420px;
        margin: 10px;
    }
}


/* 日時選択 a2
   ========================================================================== */


/* - radioボタン - */

#radio-box {
    background: #f8f8f8 url('../images/bg3.png');
}

#radio-box .col-sm-6 {
    margin: 10px 0;
}

#radio-box .col-sm-6 input,
#radio-box .col-sm-6 p {
    display: inline-block;
}


/* -- pc -- */

@media screen and (min-width: 768px) {
    #radio-box {
        width: 67%;
        margin: 0 auto;
        min-width: 600px;
    }
}


/* 情報確認 a3
   ========================================================================== */
#certificate{
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
}
#certificate .row:nth-child(1) > .col-sm-12 {
    background: #a8e0f4;
    padding: 20px;
}
#certificate div{
    text-align: center;
}
#explain-box .explain-text{
    padding-left: 0;
    padding-right: 0;
}

#certificate #image-btn-margin{
    margin-top: 30px;
}
.indent{
    padding-left: 25px;
}
/* -- pc -- */

@media screen and (min-width: 768px) {
   #certificate #image-btn-margin{
    margin-top: 70px;
}
    #certificate{
    margin-right: auto;
    margin-left: auto;
}
    #certificate .row {
        width: 67%;
        margin: 20px auto 20px;
    }
    #certificate .row:nth-child(1) > .col-sm-12 {
        width: 80%;
        padding: 20px;
        float: none;
        min-width: 600px;
    }
    #certificate .col-sm-4:not(.pull-right) {
        margin-top: 5px;
    }
    #certificate div{
    text-align: left;
}
}


/*　#form 情報入力 a4
   ========================================================================== */

#form {
    background: #e4f2f7;
    margin: 0 15px;
    padding: 20px 0;
}

#form input {
    width: 100%;
    margin: 10px 0;
}

#explain-box {
    padding: 0 20px;
}

#info_entry .container:nth-child(2) {
    padding-bottom: 0;
}

#info_entry .container:nth-child(4) {
    padding-top: 0;
}
#info_entry #form{
    margin-bottom: 20px;
}

/* -- pc -- */

@media screen and (min-width: 768px) {
    #explain-box {
        width: 44%;
        margin: 0 auto;
    }
    #form {
        width: 67%;
        margin: 0 auto 20px;
        padding: 20px 15px;
    }
    #form label {
        width: 100%;
    }
    #form .col-sm-12:last-child {
        text-align: center;
    }
    #form button {
        width: 50%;
    }
}


/*　#info_entry 入力の情報確認 a5
   ========================================================================== */

#info_entry .input_at_self {
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #1546a4;
}

#birthday-box div {
    display: inline-block;
}

#info_entry #form > div:not(:last-child) {
    margin-bottom: 20px;
}

#info_entry #form > div > div > div:not(:last-child) {
    margin-bottom: 20px;
}


/* -- pc -- */

@media screen and (min-width: 768px) {
    #info_entry #form > div > div {
        margin-bottom: 0;
    }
}


/*　#image_registration 写真の登録 a6
   ========================================================================== */

#img_registration #form {
    background: none;
    padding: 0;
}

#img_registration .container:nth-child(2) {
    padding-bottom: 0;
}

#img_registration .container:nth-child(4) {
    padding-top: 0;
    padding-bottom: 20px;
}


/* -- pc -- */

@media screen and (min-width: 768px) {
    #img_registration #form .button button {
        width: 100%;
    }
    #img_registration #form .button input {
        margin-top: 20px;
    }
}


/*　#thank サンキューページ a7
   ========================================================================== */

#thank section.box {
    padding-bottom: 100px;
}

#thank section.box p {
    /* text-align: center; */
}


/*　#registration 新規登録 a8
   ========================================================================== */

#registration #form {
    background: #fff;
    margin: 0;
}
#registration .container:nth-child(5) form > .col-md-12{
    margin-left: 15px;
    margin-right: 15px;
}
#search-btn input {
    border-radius: 5px;
    background: #1546a4;
    color: #fff;
    border: none;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
}
#registration .container:nth-child(2){
    padding-bottom: 0;
}
#registration .container:nth-child(4){
    padding-top: 0;
    padding-bottom: 0;
}
#registration .container:nth-child(5){
    padding-top: 0;
}

/* -- pc -- */

@media screen and (min-width: 768px) {
    #registration #form {
    margin-right: auto;
    margin-left: auto;
}
    #search-btn input {
    height: 28px;
    line-height: 28px;
}
/*  */
.data-selectBox label{
    width: 100%;
    margin: 10px 0;
}

#form #k3-pass_button{
    width: 100%;
}
}


/* マニュアルリンク */
#title_box:after {
    content:" ";
    display:block;
    clear:both;
}

#title_box h2.title,
#title_box p#manual_link{
    display: inline-block;
}
#title_box p#manual_link{
    float: right;
    font-weight: bold;
}


#registration #search-btn input {
    height: 50px;
    line-height: 50px;
}
@media screen and (min-width: 768px) {
#registration #search-btn input {
    height: 36px;
    line-height: 28px;
}

#img_registration .button input,
#info_entry .button input{
    line-height: 40px;
}

}