html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.6;
    letter-spacing: 2px;
}

ol,
ul {
    list-style: none;
}

li {
    list-style:none; 
} 


blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/***************************
便利クラス
****************************/
.img-changebox {
    position: relative;
}
.img-changebox .img-changebox-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.7s;
    
    z-index: 100;
/*    border: 1px solid #000;*/
}
.img-changebox:hover .img-changebox-hover {
    opacity: 1;
}


/***************************
スマートフォン用
****************************/

/* PCの場合 */
.pc-br:before{
    content:"\A";
    white-space:pre;
}
.sp-br:before{
    content:"";
    white-space:pre;
}
.pc-only{
    display: block;
}
.sp-only{
    display: none;
}

.pc-box95{
    margin: 0 auto;
    width: 95%;
}
.pc-box90{
    margin: 0 auto;
    width: 90%;
}
.pc-box80{
    margin: 0 auto;
    width: 80%;
}

.two-boxes {
/*
    position: relative;
    overflow: hidden;
*/
}

.two-boxes .box-item {
    display: inline-block;
    text-align: center;
    vertical-align:middle;
    
    width: 45%;
}




/* SPの場合 */
@media screen and (max-width: 767px) {
    /* SPの場合のみ改行コード挿入 */
    .sp-br:before{
        content:"\A";
        white-space:pre;
    }
    .pc-br:before{
        content:"";
        white-space:pre;
    }

    .pc-only{
        display: none;
    }

    .sp-only{
        display: block;
    }
    
    .pc-box80{
        width: 90%;
    }
    
    .two-boxes .box-item {
        width: 90%;
    }
    
}

/***************************
font
****************************/

.red{
    color:#e00;
}
.green{
    color:#0a0;
}
.blue{
    color:#00a;
}
.yellow{
    color:#dd0;
}

.marker-red{
    color:#800;
    background-color: #fdd;
}
.marker-green{
    color:#080;
    background-color: #dfd;
}
.marker-blue{
    color:#008;
    background-color: #ddf;
}
.marker-yellow{
    color:#880;
    background-color: #ff9;
}

.bold{
    font-weight: bold;
}

.li-indent1 {
    padding-left:1em;
    text-indent:-1em;
}

.li-indent1-5 {
    padding-left:1.5em;
    text-indent:-1.5em;
}

.li-indent2 {
    padding-left:2em;
    text-indent:-2em;
}

/***************************
position
****************************/

.relative{
    position: relative;
}
.absolute{
    position: absolute;
}

.areacenter {
    margin-left:auto;
    margin-right: auto;
}
.harf, .box50{
    width: 50%;
    margin: 0 auto;
}
.box55{
    width: 55%;
    margin: 0 auto;
}
.box60{
    width: 60%;
    margin: 0 auto;
}
.box70{
    width: 70%;
    margin: 0 auto;
}
.box80{
    width: 80%;
    margin: 0 auto;
}
.box90{
    width: 90%;
    margin: 0 auto;
}
.left {
    float: left;
}

.right {
    float: right;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

img.center {
    text-align: center;
    display: block;
    margin: 0 auto;
}

/***************************
margin %
****************************/

.mt2p {
    margin-top: 2%;
}

.mt3p {
    margin-top: 3%;
}

.mt5p {
    margin-top: 5%;
}

.mt10p {
    margin-top: 10%;
}

.mt12p {
    margin-top: 12%;
}

.mt15p {
    margin-top: 15%;
}

.mt20p {
    margin-top: 20%;
}

.mt25p {
    margin-top: 25%;
}

.mt30p {
    margin-top: 30%;
}

.mt32p {
    margin-top: 32%;
}

.mt35p {
    margin-top: 35%;
}

.mt40p {
    margin-top: 40%;
}

.mt45p {
    margin-top: 45%;
}

.mt50p {
    margin-top: 50%;
}

.mt60p {
    margin-top: 60%;
}

.mt70p {
    margin-top: 70%;
}

.mt80p {
    margin-top: 80%;
}

.mt90p {
    margin-top: 90%;
}

.mt100p {
    margin-top: 100%;
}

.mt110p {
    margin-top: 110%;
}

.mt120p {
    margin-top: 120%;
}

.mb3p {
    margin-bottom: 3%;
}

.mb5p {
    margin-bottom: 5%;
}

.mb10p {
    margin-bottom: 10%;
}

.mb12p {
    margin-bottom: 12%;
}

.mb15p {
    margin-bottom: 15%;
}

.mb20p {
    margin-bottom: 20%;
}

.mb25p {
    margin-bottom: 25%;
}

.mb30p {
    margin-bottom: 30%;
}

.mb35p {
    margin-bottom: 35%;
}

.mb40p {
    margin-bottom: 40%;
}

.mb45p {
    margin-bottom: 45%;
}

.mb50p {
    margin-bottom: 50%;
}

.mb60p {
    margin-bottom: 60%;
}

.mb70p {
    margin-bottom: 70%;
}

.mb80p {
    margin-bottom: 80%;
}

.mb90p {
    margin-bottom: 90%;
}

.mb100p {
    margin-bottom: 100%;
}

.mr2p {
    margin-right: 2%;
}

.mr3p {
    margin-right: 3%;
}

.mr5p {
    margin-right: 5%;
}

.mr10p {
    margin-right: 10%;
}

.mr12p {
    margin-right: 12%;
}

.mr15p {
    margin-right: 15%;
}

.mr20p {
    margin-right: 20%;
}

.mr25p {
    margin-right: 25%;
}

.mr30p {
    margin-right: 30%;
}

.mr35p {
    margin-right: 35%;
}

.mr40p {
    margin-right: 40%;
}

.mr45p {
    margin-right: 45%;
}

.mr50p {
    margin-right: 50%;
}

.mr60p {
    margin-right: 60%;
}

.ml2p {
    margin-left: 2%;
}

.ml3p {
    margin-left: 3%;
}

.ml4p {
    margin-left: 4%;
}

.ml5p {
    margin-left: 5%;
}

.ml10p {
    margin-left: 10%;
}

.ml12p {
    margin-left: 12%;
}

.ml15p {
    margin-left: 15%;
}

.ml20p {
    margin-left: 20%;
}

.ml25p {
    margin-left: 25%;
}

.ml30p {
    margin-left: 30%;
}

.ml35p {
    margin-left: 35%;
}

.ml40p {
    margin-left: 40%;
}

.ml45p {
    margin-left: 45%;
}

.ml50p {
    margin-left: 50%;
}

.ml60p {
    margin-left: 60%;
}

/***************************
padding %
****************************/

.pt3p {
    padding-top: 3%;
}

.pt5p {
    padding-top: 5%;
}

.pt10p {
    padding-top: 10%;
}

.pt12p {
    padding-top: 12%;
}

.pt15p {
    padding-top: 15%;
}

.pt20p {
    padding-top: 20%;
}

.pt25p {
    padding-top: 25%;
}

.pt30p {
    padding-top: 30%;
}

.pt35p {
    padding-top: 35%;
}

.pt40p {
    padding-top: 40%;
}

.pt45p {
    padding-top: 45%;
}

.pt50p {
    padding-top: 50%;
}

.pt60p {
    padding-top: 60%;
}

.pt70p {
    padding-top: 70%;
}

.pt80p {
    padding-top: 80%;
}

.pt90p {
    padding-top: 90%;
}

.pt100p {
    padding-top: 100%;
}

.pb3p {
    padding-bottom: 3%;
}

.pb5p {
    padding-bottom: 5%;
}

.pb10p {
    padding-bottom: 10%;
}

.pb12p {
    padding-bottom: 12%;
}

.pb15p {
    padding-bottom: 15%;
}

.pb20p {
    padding-bottom: 20%;
}

.pb25p {
    padding-bottom: 25%;
}

.pb30p {
    padding-bottom: 30%;
}

.pb35p {
    padding-bottom: 35%;
}

.pb40p {
    padding-bottom: 40%;
}

.pb45p {
    padding-bottom: 45%;
}

.pb50p {
    padding-bottom: 50%;
}

.pb60p {
    padding-bottom: 60%;
}

.pb70p {
    padding-bottom: 70%;
}

.pb80p {
    padding-bottom: 80%;
}

.pb90p {
    padding-bottom: 90%;
}

.pb100p {
    padding-bottom: 100%;
}

/***************************
margin
****************************/

.mt3 {
    margin-top: 3px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt32 {
    margin-top: 32px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mt110 {
    margin-top: 110px;
}

.mt120 {
    margin-top: 120px;
}

.mb3 {
    margin-bottom: 3px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb12 {
    margin-bottom: 12px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr12 {
    margin-right: 12px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mr45 {
    margin-right: 45px;
}

.mr50 {
    margin-right: 50px;
}

.mr60 {
    margin-right: 60px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml12 {
    margin-left: 12px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.ml45 {
    margin-left: 45px;
}

.ml50 {
    margin-left: 50px;
}

.ml60 {
    margin-left: 60px;
}

/***************************
padding
****************************/

.pt3 {
    padding-top: 3px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt12 {
    padding-top: 12px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pt100 {
    padding-top: 100px;
}

.pb3 {
    padding-bottom: 3px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb12 {
    padding-bottom: 12px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb45 {
    padding-bottom: 45px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb100 {
    padding-bottom: 100px;
}

/***************************
text size
****************************/

.text10 {
    font-size: 77%;
    line-height: 1.3;
}

.text11 {
    font-size: 85%;
    line-height: 1.4;
}

.text12 {
    font-size: 93%;
    line-height: 1.5;
}

.text13 {
    font-size: 100%;
    line-height: 1.6;
}

.text14 {
    font-size: 108%;
    line-height: 1.6;
}

.text15 {
    font-size: 116%;
    line-height: 1.7;
}

.text16 {
    font-size: 123.1%;
    line-height: 1.8;
}

.text17 {
    font-size: 131%;
    line-height: 1.9;
}

.text18 {
    font-size: 138.5%;
    line-height: 2.0;
}

.text19 {
    font-size: 146.5%;
    line-height: 2.0;
}

.text20 {
    font-size: 153.9%;
    line-height: 2.0;
}

.text21 {
    font-size: 161.9%;
    line-height: 2.0;
}

.text22 {
    font-size: 168.5%;
    line-height: 2.0;
}

.text23 {
    font-size: 175.6%;
    line-height: 2.0;
}

.clearfix {
    zoom: 1;
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

/***************************
other
****************************/

.inline {
    display: inline;
}

.inline-top {
    display: inline;
    vertical-align: top;
}

.inline-middle {
    display: inline-block;
    vertical-align: middle;
}

.block{
    display: block;
}

.max-image{
    width: 100%;
}
.max-display{
    width: 100% !important;
}