@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.ken-title{
    background-color: #699eb2;
    font-size: 1.5em;
    color: #fff;
    position: relative;
    padding: 0.5em;
}
.ken-title:after{
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #699eb2;
    width: 0;
    height: 0;
}
label.shibo{
    padding: 5px 3px;
    line-height: 2.2;
    font-size: .9em;
    border-radius: 3px;
    background: #ffffff;
    font-weight: unset;
    color: #4b6670;
    padding-right: 6px;
    border: solid 1px #71868e;
    outline: none;
    cursor: pointer;
}
input[type="checkbox"]{
    border: 1px solid #aaaaaa;
    vertical-align: -4px;
    -webkit-appearance: none;
    position: relative;
    margin: 0 4px 0 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 19px;
    height: 19px;
    background: #f5f5f5;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.00, #f5f5f5), color-stop(1.00, #f5f5f5) );
    background: linear-gradient( to bottom, #f5f5f5 0%, #f5f5f5 100% );
    outline: none;
    cursor: pointer;
}
input[type="checkbox"]:checked{
    background: #699eb2;
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #699eb2),
        color-stop(1.00, #699eb2)
    );
    background: linear-gradient(
        to bottom,
        #699eb2 0%,
        #699eb2 100%
    );
    border: 1px solid #aaaaaa;
    cursor: pointer;
}
input[type="checkbox"]:checked:before{
    position: absolute;
    left: 0px;
    top: 13px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
    cursor: pointer;
}
input[type="checkbox"]:checked:after{
    display: block;
    position: absolute;
    left: 8px;
    top: 13px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
    cursor: pointer;
}
/*key input*/
input[type="text"]{
    padding: 8px 3px 7px 5px;
    margin: 9px 0;
    font-family: Arial, sans-serif !important;
    color: #aaa;
    font-size: .8em;
    border: solid 1px #71868e;
    border-radius: 3px;
    outline: none;
    width: 97%;
}
#slide-in-s{
    padding: 8px 3px 7px 5px;
    margin: 9px 0;
    font-size: .9em;
}
input::placeholder{
    color: #aaa;
}
/*pull down*/
select{
    padding: 6px 3px;
    font-family: Arial, sans-serif;
    color: #aaa;
    border: solid 1px #71868e;
    border-radius: 3px;
    width: 99%;
    outline: none;
    cursor: pointer;
}
option{
    font-family: Arial, sans-serif;
    color: #2b4a56;
}
/*3column ue*/
.select-box{
    width:100%;
    margin: 8px 0;
}
.select-left,
.select-center,
.select-right{
    float:left;
    width:33.3%;
}
/*3column shita*/
.word-box{
    width:100%;
}
.word-left{
    float:left;
    width:60%;
}
.word-right{
    float:left;
    width:40%;
}
/*button*/
#reset{
    background: #e0e2e4;
    color: #70767b;
    position: relative;
    font-size: .8em;
    top: 8px;
    padding: 5px 0;
    border: 1px solid #71868e;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    width: 44%;
}
#slide-in-reset{
    background: #e0e2e4;
    color: #70767b;
    position: relative;
    font-size: .8em;
    top: 8px;
    padding: 5px 0 6px;
    border: 1px solid #71868e;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    width: 44%;
}
#submit{
    background: #699eb2;
    position: relative;
    top: 9px;
    padding: 4px 0 3px;
    font-size: .9em;
    letter-spacing: 5px;
    border: 1px solid #315c6d;
    color: #fff;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    width: 52%;
}
#slide-in-submit{
    background: #699eb2;
    position: relative;
    top: 9px;
    padding: 5px 0;
    font-size: .9em;
    letter-spacing: 5px;
    border: 1px solid #315c6d;
    color: #fff;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    width: 52%;
}
label:hover,
#reset:hover,
#submit:hover{
    opacity: .7;
}
.kensaku-end{
    clear:both;
    margin-bottom:15px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}