﻿/*===============================================
●リセットCSS
===============================================*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    line-height: 140%;
    box-sizing: border-box;
    /*-webkit-overflow-scrolling: touch;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1;
    font-family: -apple-system,"Lucida Grande","Helvetica Neue","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","sans-serif";
    font-size: 14px;
    color: #000;
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    line-height: 140%;
    font-family: -apple-system,"Lucida Grande","Helvetica Neue","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","sans-serif";
    /*"游ゴシック"*/
    box-sizing: border-box;
}

ol, ul {
    list-style: none;
    box-sizing: border-box;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



a:hover {
    transition: 0.5s;
    cursor: pointer;
}
a.headmenu:hover {
    transition: 1.0s;
    cursor: pointer;
}
.clearfix {
    overflow: hidden;
    height: 100%;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */

img {
    max-width: 100%;
}

.flex {
    display: flex;
}

.hidden-pc {
    display: none;
}

.hidden {
    display: none !important;
}

.visible-xs {
    display: none !important;
}



