html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
background:0 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
display:block;
}
nav,ul{
list-style:none;
}
blockquote,q{
quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
content:none;
}
ins{
text-decoration:none;
}
ins,mark{
background-color:#ff9;
color:#000;
}
mark{
font-style:italic;
font-weight:700;
}
del{
text-decoration:line-through;
}
abbr[title],dfn[title]{
border-bottom:1px dotted;
cursor:help;
}
table{
border-collapse:collapse;
border-spacing:0;
}
hr{
display:block;
height:1px;
border:0;
border-top:1px solid #ccc;
margin:1em 0;
padding:0;
}
input,select{
vertical-align:middle;
}

body{
width:100%;
background:#fff;
color: #090909;
font-size: 10px;
font-family: 'Noto Sans Japanese', sans-serif;
background: #F8F8F8;
-webkit-text-size-adjust: 100%;
line-height:1.5;
overflow-x: hidden;
}
a {
color:#090909;
outline:none;
text-decoration:none;
}
a:hover {
opacity:.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
input[type="button"]:hover ,
input[type="submit"]:hover {
opacity:.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
cursor:pointer;
}
img {
max-width:100%;
outline:none;
vertical-align:bottom;
}
.none{
display: none;
}

.clearfix:after { /*floatの解除、ここがポイント*/
display:block;
clear:both;
height:0px;
visibility:hidden;
content:".";
}
.clearfix {
min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
height: 1px;
/*\*//*/ /*MAC IE5.x対策*/
height: auto;
overflow: hidden;
/**/
}
/* .clearfix */

.pcHide {
display:none;
}

.en {
font-family: 'Roboto', sans-serif;
}


#wrapper {
}

header{
    background: #090909;
}
header .inner{
    position: relative;
    max-width: 1250px;
    height: 100px;
    margin: 0 auto;
    padding: 0 25px;
}
header .logo{
    padding-top: 22px;
}
header .contact{
    position: absolute;
    top: 26px;
    right: 52px;
    width: 178px;
    height: 46px;
}
header .contact a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 10px;
    font-size: 14px;
}

.ptitle {
    position: relative;
    margin-top: 70px;
    margin-bottom: 110px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}
.ptitle:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    width: 22px;
    margin: 0 auto;
    border-bottom: 2px solid #891C70;
}

.contactArea{
    margin-top: 100px;
    padding: 44px 0 74px;
    background: #F0EADB;
    text-align: center;
}
.contactArea p{
    color: #000000;
    font-size: 14px;
    line-height: 2.0;
}
.contactArea p.btn{
    width: 178px;
    height: 46px;
    margin: 28px auto 0;
}
.contactArea p.btn a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #000000;
    border-radius: 10px;
    color: #ffffff;
}

footer{
    padding: 28px 0 34px;
    text-align: center;
    color: #000000;
    font-size: 10px;
}
footer .logo{
    width: 162px;
    margin: 0 auto;
}
footer ul{
    margin-top: 44px;
}
footer ul li{
    display: inline-block;
    margin: 0 10px;
}
footer ul li a{
    color: #333333;
}
footer .copyright{
    margin-top: 18px;
}

.main{
    max-width: 928px;
    margin: 0 auto 0;
    padding: 0 25px;
}
.main .lead p {
margin:22px 0 0;
font-size:14px;
}

.main .lead_area p:first-child{
margin: 0 0 0;
}

.main .pvp_txt_area{
margin: 21px 7px 0;
padding: 41px 0 0;
line-height: 1.8;
}

.main .pvp_txt_area h3{
margin: 0 0 14px;
color: #891C70;
font-size: 16px;
font-weight: normal;
line-height: 1.1;
}

.main .pvp_txt_area .txt_box {
margin: 0 0 48px;
}

.main .pvp_txt_area .txt_box h4{
margin: 22px 0 0;
font-size: 14px;
line-height: 186%;
font-weight: bold;
}

.main .pvp_txt_area .txt_box p{
margin: 22px 0 0;
font-size: 14px;
line-height: 186%;
}

.main .pvp_txt_area .txt_box .right {
text-align: right;
}

.main .pvp_txt_area .txt_box h4 + p{
margin: 0;
}

.main .pvp_txt_area .txt_box p:first-child{
margin: 0 0 0;
}

.main .pvp_txt_area .txt_box p + ul {
margin: 22px 0 0;
}

.main .pvp_txt_area .txt_box ul li{
font-size: 14px;
line-height: 186%;
margin: 0 0 22px;
padding: 0 0 0 1em;
text-indent: -1em;
}

.main .pvp_txt_area .txt_box ul li:last-child{
margin: 0 0 0;
}

.main .pvp_txt_area .pvp_txt_area .txt_box .right{
text-align: right;
}

.main .pvp_txt_area .txt_box ul li ul li {
margin: 0;
padding: 0 0 0 1.25em;
text-indent: -1.25em;
}

.main .pvp_txt_area .table_layout01{
margin: 1em 0 0;
font-size: 14px;
line-height: 1.7;
}

.main .pvp_txt_area .table_layout01 th{
padding: 8px;
border: 1px #000 solid;
background: #eee;
text-align: left;
vertical-align: middle;
font-size: 14px;
font-weight: normal;
}

.main .pvp_txt_area .table_layout01 td{
padding: 8px;
font-size: 14px;
border: 1px #000 solid;
text-align: left;
vertical-align: middle;
}

.main .pvp_txt_area .table_layout01 td.center{
text-align: center;
}

.main .pvp_txt_area .txt_box .press li {
margin:0 0 30px;
padding:0;
color:#333333;
font-size:14px;
line-height:1.43;
text-indent:0;
}

.main .pvp_txt_area .txt_box .press li span {
display:block;
margin:0 0 5px;
font-size:14px;
font-weight:bold;
}
.main .ctitle{
    padding-top: 70px;
    text-align: center;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
}

.qaArea{
    max-width: 928px;
    margin: 0 auto 0;
    padding: 0 25px;
}
.qaArea .qaNav {
    width: 928px;
    text-align: center;
}
.qaArea .qaNav li{
    display: inline-block;
    width: 196px;
    height: 38px;
    margin: 0 17px;
}
.qaArea .qaNav a{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid #891C70;
    border-radius: 20px;
    color: #891C70;
    font-size: 14px;
    box-sizing: border-box;
}
.qaArea .qaNav a:after{
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    right: 25px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #891C70;
    border-bottom: 1px solid #891C70;
    transform: rotateZ(-45deg);
    vertical-align: top;
}
.qaArea .ctitle{
    padding-top: 70px;
    text-align: center;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
}
.qaArea dt,
.qaArea dd{
    position: relative;
    padding: 20px 30px 20px 55px;
    color: #891C70;
    font-size: 14px;
    line-height: 2.0;
}
.qaArea dd{
    background: #f5f5f5;
    color: #333333;
}
.qaArea dl .ttl{
    position: absolute;
    top: 20px;
    left: 33px;
    color: #891C70;
}


.contactBlock{
    max-width: 802px;
    min-height: 400px;
    margin: 0 auto 70px;
    padding: 0 25px;
}
.contactBlock .lead{
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 2.0;
}
.contactBlock .contactWrap{
    overflow: hidden;
}
.contactBlock .contactWrap dl{
    float: left;
    width: 384px;
}
.contactBlock .contactWrap dl+ dl{
    float: right;
}
.contactBlock dl{
    margin-top: 20px;
    font-size: 14px;
}
.contactBlock dl.last{
    padding-bottom: 16px;
}
.contactBlock dd{
    margin-top: 5px;
}
.contactBlock dd .note{
    font-size: 13px;
}
.contactBlock dl input[type=text],
.contactBlock dl input[type=tel]{
    width: 100%;
    padding: 13px 20px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}
.contactBlock dl select{
    padding: 13px 10px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}
.contactBlock dl .i_account .side01{
    width: 200px;
}
.contactBlock dl .i_account .side02{
    width: 80px;
}
.contactBlock dl .i_account .side03{
    width: 100px;
}
.contactBlock dl .i_account .side04{
    width: 400px;
}
.contactBlock dd label{
    margin-right: 40px;
}
.contactBlock dl input[type=radio] {
    width: 14px;
    height: 14px;
    margin: 0 5px 2px 0;
}
.contactBlock dl textarea{
    width: 100%;
    height: 180px;
    padding: 13px 20px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-family: 'Noto Sans Japanese', serif;
    font-size: 14px;
    box-sizing: border-box;
}
.contactBlock p{
    text-align:  center;
    color: #484D52;
    font-size: 14px;
    line-height: 2.0;
}

.contactBlock input[type="button"] {
    width: 177px;
    margin: 44px 15px 0;
    padding: 12px 0;
    text-align: center;
    background: #B48110;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
}
.contactBlock input[type="submit"] {
    width: 177px;
    margin-top: 44px;
    padding: 12px 0;
    text-align: center;
    background: #B48110;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
}
.contactBlock input[type="submit"].off {
    opacity: 0.5;
}
.contactBlock .check{
    margin-top: 30px;
    font-size: 14px;
}
.contactBlock .check a{
    text-decoration: underline;
}



.contactBlock .confirm {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.contactBlock .confirm dt {
    float: left;
    width: 200px;
}
.contactBlock .confirm dd {
    margin: 0 0 20px;
    padding-left: 210px;
}

.contactSelect {
    padding-bottom: 200px;
}
.contactSelect .btn {
    margin: 140px 0 0;
    text-align: center;
}
.contactSelect .btn li {
    display: inline-block;
    margin: 0 32px 32px;
    vertical-align: top;
}
.contactSelect .btn a{
    display: flex;
    width: 360px;
    height: 108px;
    border: 1px solid #891C70;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    color: #891C70;
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    .pcHide{
        display: block;
    }

    header .inner{
        height: auto;
        padding: 0 15px;
    }
    header .logo{
        width: 136px;
        padding: 11px 0;
    }
    header .contact{
        top: 11px;
        right: 15px;
        width: 128px;
        height: 36px;
    }
    header .contact a{
        font-size: 12px;
    }

    footer ul li{
        display: block;
        margin: 0 0 7px;
    }
    footer .copyright{
        margin-top: 35px;
    }
    .contactArea{
        margin-top: 55px;
        padding: 40px 0;
    }
    

    .ptitle{
        margin-bottom: 55px;        
    }
    .main{
        padding: 0 15px;      
    }

    .qaArea{
        padding: 0 15px;      
    }
    .qaArea dt,
    .qaArea dd{
        padding: 20px 10px 20px 35px; 
    }
    .qaArea dl .ttl{
        left: 13px;
    }
    
    .contactBlock{
        min-height: 1em;
        padding: 0 15px;
    }
    .contactBlock dl .i_account .side04{
        width: 100%;
    }
    .contactBlock dd label{
        display: block;
        margin: 5px 0 0;
    }
    
    .contactBlock .lead{
        font-size: 14px;
    }
    .contactBlock input[type="button"],
    .contactBlock input[type="submit"]{
        width: 150px;
    }
    .contactBlock .contactWrap dl,
    .contactBlock .contactWrap dl +dl{
        float: none;
        width: auto;
    }
    .contactBlock .confirm{
        width: auto;
    }
    .contactBlock p{
        font-size: 12px;
    }
    .contactBlock p.checkbox{
        text-align: left;
    }
    .contactBlock .check p{
        margin-right: -5px;
        margin-bottom: 5px;
        text-align: left;
        font-size: 12px;
    }
    .contactBlock .confirm dt{
        float: none;
    }
    .contactBlock .confirm dd{
        padding: 0;
    }


    .contactSelect{
        padding-bottom: 100px;
    }
    .contactSelect .btn{
        margin-top: 70px;
    }
    .contactSelect .btn li {
        display: block;
        margin: 0 15px 32px;
    }
    .contactSelect .btn a{
        display: flex;
        width: 100%;
        height: 108px;
        border: 1px solid #891C70;
        border-radius: 6px;
        align-items: center;
        justify-content: center;
        color: #891C70;
        font-size: 18px;
    }

}