@charset "UTF-8";

/*================================================
* CSS RESET
================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,h7,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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}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 #b2b2b2;margin:0;padding:0}input,select{vertical-align:middle}



.menu_PC {
    display: flex;
    padding: 10px;
    background-color: #f0f0f0;
}
@media screen and (max-width:700px) {
.menu_PC {
    display: none;
}
}

.menu_PC_colum {
    width: 200px;
    height: 50px;
}


p.menu_PC_colum_font1 {
    text-align: center;
    color: #3C4148;
    font-weight: bold;
    padding-top: 8px;
}

p.menu_PC_colum_font1:hover {
    color: #9090a0;
}

p.menu_PC_colum_font1_green {
    text-align: center;
    color: #3C4148;
    font-weight: bold;
    padding-top: 8px;    
}
p.menu_PC_colum_font1_green:hover {
    color: #00d085
}

p.menu_PC_colum_font1_blue {
    text-align: center;
    color: #3C4148;
    font-weight: bold;
    padding-top: 8px;    
}
p.menu_PC_colum_font1_blue:hover{
    color: #2eafff;
}

p.menu_PC_colum_font2 {
    text-align: center;
    line-height: 50px;
    color: #3C4148;
    font-weight: bold;
}
p.menu_PC_colum_font2:hover {
    color: #9090a0;
}

p.menu_PC_colum_font2_orange {
    text-align: center;
    line-height: 50px;
    color: #3C4148;
    font-weight: bold;    
}

p.menu_PC_colum_font2_orange:hover {
    color: #ff9b00;
}



.menu_PC_devider{
    width: 1px;
    background-color: #808080;
}



.menu_SP {
    display: none;
    background-color: #f0f0f0;
}
@media screen and (max-width:700px) {
.menu_SP {
    display: block;
}
}

.menu_SP_flex {
    display: flex;
}

.menu_SP_colum_L {
    width: 100%;
    height: 50px;
    border-right: solid 0px #808080;
    border-bottom: solid 1px #808080;
    padding: 10px;
}

.menu_SP_colum_R {
    width: 100%;
    height: 50px;
    border-bottom: solid 1px #808080;
    padding: 10px;
}

p.menu_SP_colum_font1 {
    text-align: center;
    color: #3C4148;
    font-weight: bold;
    padding-top: 8px;
}

p.menu_SP_colum_font2 {
    text-align: center;
    line-height: 50px;
    color: #3C4148;
    font-weight: bold;
}

.menu_SP_devider{
    min-width: 1px;
    background-color: #808080;
}











