@charset "UTF-8";
/**
*   update 2018.07.18 10:00
*/



*{
    margin: 0;
    padding: 0;
    list-style-type:none;
}
html,body{
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}



body{
    font-family:  /*"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,*/ "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    margin:0;
    font-size:  95%;
    line-height: 180%;
    color:#fff;
    height:100%;
    -webkit-text-size-adjust: 100%;
}

/*--------------
/     image
/--------------*/
img{
    border:none;
    -ms-interpolation-mode: bicubic;
}


/*--------------
/     link
/--------------*/
a{
    text-decoration: none;
    outline: none;
}

a:link{
    color: #ec661a;
    text-decoration: none;
}
a:visited{
    color: #ec661a;
    text-decoration: none;
}
a:hover{
    color: #ec661a;
    text-decoration: none;
}

a.outline:focus{
    outline:1px dotted;
}
a:focus{
    outline:none;
}
*{
    outline:none;
}
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border:0px;
}
/*--------------
/     paragraph
/--------------*/

h1{
    font-size:150%;
}


h1.sectionTitle span{
    /*
    border-top:3px solid #000;
    padding-top: 15px;
    */
}

h2{
    font-size: 130%;
    font-weight:bold;
    line-height: 150%;
    margin:0 0 20px 0;

}
h2.center{
    font-size: 130%;
    font-weight:bold;
    text-align: center;
    color:#000;
    line-height: 130%;
    padding:30px 0 20px 0;
    margin:0;
}


h3{
    font-size: 110%;
    font-weight:bold;
    margin: 0px 0 15px 0;
    color: #fff;
}
.pageTitle{
    color:#fff;
    font-size: 150%;
    line-height: 160%;
    font-weight: bold;
    padding:0 0 0 0;
    margin:0 0 20px 0;
}
.sectionTitle{
    padding: 0px 0 0px 30px;
    margin-bottom: 15px;
    line-height: 150%;
    font-size:120%;
    position: relative;
}

.sectionTitle:before{
    content: '';
    background-color: #f1d63a;;
    width:18px;
    height:18px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: inherit;
    position: absolute;
    top: 5px;
    left:0;
}
.selectTitle{
    background: #000;
    padding: 3px 10px;
    margin:0;
    font-size:100%;
}
.sectionTitle.center:before{
    content:none;
}
.titleBar{
    background-color: #272986;;
    background: rgba( 255, 255, 255, 0.2 );
    background: rgba( 39, 41, 134, 0.7 );
    padding: 5px 12px;
    font-size: 120%;
    margin:0 0 15px 0;
}
.boxTitle{
    margin:0 0 15px 0;
}
.boxTitle span{
    display: inline-block;
    background-color: #f1d63a;
    line-height: 1;
    padding: 4px 12px;
    color:#000;
}

.center{
    text-align: center;
    margin-right:auto;
    margin-left: auto;
}
table.line .center,
table.grid .center{
    text-align: center;
}
.right{
    text-align: right;
    margin:0;
}
p{
    padding: 0;
    margin-bottom: 1.5em;
}
p.copy{
    font-size: 120%;
    line-height: 200%;
    margin:0 0 15px 0;
}
p.leadCopy{
    font-size: 110%;
    line-height:180%;
    margin:0 0 15px 0;
}

.caption{
    font-size: 85%;
    font-weight:normal;
}
p.caption{
    line-height: 140%;
}
p.intro{
    font-size:110%;
}

strong{
    color :#ef3e81;
    font-weight:bold;
    text-decoration: none;
    font-style: normal;
}
em{
    font-weight:bold;
    text-decoration: none;
    font-style: normal;
}
sup{
    font-size: 70%;
}

/*--------------
/
/--------------*/
.center{
    text-align: center;
}
.left{
    text-align: left ;
}
.right{
    text-align: right;
}
/*--------------
/     table
/--------------*/
table{
    font-size: 100%;
    line-height: 150%;
}
/*通常表組*/
caption{
    text-align :left;
    position: absolute;
    display: none;
}
.nowrap{
    white-space: nowrap;
}
tr.center th{
    text-align:center;
}
tr.center td{
    text-align:center;
}

/*--------------
/     list
/--------------*/
ol {
    padding-left:0.5em;
}
ol li{
    margin: 0 0 0px 0;
}
ul{

}

li{

}
ul.list > li{
    list-style-type: disc;
}
td ul.list{
    margin-bottom:0;
}
ul.list{
    margin: 2px 0 8px 0;
    padding-left: 25px;
}
ul.list > ul{
    padding-left:20px;
}
ul.important > li{
    font-weight:bold;
    font-size:110%;
}
ul.important li li{
    font-weight:normal;
    font-size:95%;
}
ul.important li span.caption{
    font-weight:normal;
}
ol.list {
    margin: 0 0 15px 0;
    padding-left: 30px;
}
ol.list li{
    list-style-type: decimal;
}
ol.list li ul.list li{
    list-style-type: disc;
}
ul.link{
    list-style-type: none;
    margin: 0;
}
ul.katakana{
    list-style-type:katakana
}
ol.katakana{
    list-style-type:katakana
}
ul.link {
    margin:0 0 15px 0;
}
ul.link li a{
    padding-left:10px;
    display: block;
}
ul.link li ul{
    padding-left:12px;
}
li table.line2{
    margin-bottom: 20px;
}

dt{
    font-weight: bold;
}
dd{
    margin-bottom: 3px;
    padding: 0 15px;
}

/*============================================
    input
============================================*/
input{
    font-size:100%;
    vertical-align: middle;
}
input[type=radio]{
    margin-right:10px;
    font-size:100%;

}
input[type=checkbox]{
    font-size:110%;

    background:#fff;
    margin:0 5px 0 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
 input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0px;
    background-size:20px 10px;
    background-position: right center;
    padding: 6px 23px 6px 5px;
    line-height: 35px;
    font-size: 100%;
    vertical-align: middle;
    border:1px solid #CCC;
    margin-bottom:5px;
    text-align: left;
    line-height: 180%;
    margin:0;
    position: relative;
    border-radius: 3px;
    background: #efefef url(/assets/images/select.png) no-repeat;
    background-size: 25px auto;
    background-position: right 50%;
    vertical-align: middle;

}
select option{

}
select::-ms-expand {
    display: none;
}
label{
    display: inline-block;
    vertical-align: middle;

}


/*============================================
    media query
============================================*/

/*
    TAB
*/
@media screen and (max-width: 768px){
    body{
        font-size:85%;
        line-height: 180%;
    }
    select{
        font-size:16px;
    }
}

/*
    iphone landspcae
*/
@media only screen and (max-width: 736px) {

}

/*
    for header
*/
@media only screen and (max-width: 680px) {

}

/*
    SP
*/
/*
@media screen and (max-width:479px) {
*/
@media screen and (max-width:479px) {
    body{
        font-size: 85%;
    }
    p.copy{
        font-size: 110%;
        line-height: 170%;
        margin:0 0 15px 0;
    }

    h1{
        font-size:130%;
    }
    h2{
        font-size:120%;
    }
    h3{
        font-size:110%;
    }
    .sectionTitle{
        line-height: 140%;
        font-size:120%;
        padding-left:24px;
        margin-bottom:12px;
    }
    .sectionTitle:before{
        width:15px;
        height:15px;
        top: 4px;
    }
    input.textfield,
    select{
        font-size:16px;
    }
}

/*
    SP
*/
@media screen and (max-width: 320px){
    body{
        font-size: 70%;
    }
}



