@charset "utf-8";
@import url("header.css");
@import url("footer.css");
@import url("component.css");

/**********************************************/
/* クイックステップトレーナー           */
/**********************************************/
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    width: 100%;
    position: relative;
    height:auto !important;
    height: 100%;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
    line-height:100%;
}

* html body {
	overflow: hidden;
}

body {
	margin:0;
	padding:80px 0 0px 0;   
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;

    -webkit-text-size-adjust: 100%;
    font-size: 1.6em;
    line-height: 1.667;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";

    color:#000;
}

a {
    color: #E60B11;
}
a:hover { text-decoration: none; }
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}

/*見出し*/
/*remはhtmlのfont-sizeが基準となる相対値の単位*/
h1,h2,h3,h4,h5,h6 {}

h1 {
	font-size: 3.6rem;
}
h2 {
    font-size: 2.4rem;
}
h3 {
    font-size: 2.2rem;
}
h4 {
    font-size: 2.0rem;
}
h5 {
    font-size: 1.8rem;
}
h6 {
    font-size: 1.6rem;
}


form {
    margin:0;
    padding: 0;
}

img {
    border-width:0;
    max-width: 100%;
    height: auto;
}

button, input, select, textarea , pre {
   font-family : inherit;
}

pre {
    margin: 0;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}

p  { line-height: 160%; font-size:110%; }
li { line-height: 160%; }
dd { line-height: 160%; }

figure {
    margin: 30px auto;
    padding: 0;
}
figcaption {}


section {
    overflow: auto;
}



a[target=_blank][rel=noopener] {
	padding-right: 20px;
    background:url("../img/icon_blank.png") no-repeat right center;
    background-size: 14px;
    margin-right: 5px;
}
a[type$="pdf"] {
	padding:2px 28px 2px 0;
    background:url("../img/PDF_24.png") no-repeat right center;
    margin-left: 5px;
}





/**********************/
/*外枠*/
/**********************/
.outbox {
    width:100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}



/**********************/
/*コンテンツ*/
/**********************/
.container {
    width: 100%;
    max-width:1200px;   
    margin: 0 auto;
    overflow: hidden;
    padding: 0 20px;
}






/****************************/
/*レスポンシブ
/****************************/
/*  1280px 以下 */
@media screen and (max-width: 1280px) {
}

/*  980px 以下 */
@media screen and (max-width: 980px) {
}

/*  768px 以下 */
@media screen and (max-width: 768px) {

    body {
        padding-top: 60px;
    }
    #contents {
        width: 100%;
        float:none;
    }
}

/*  520px 以下 */
@media screen and (max-width: 520px) {

    
    body {
        font-size: 1.4em;
    }

    h1 {
        font-size: 1.8em;
        margin: 30px auto;
    }
    h2 {
        font-size: 1.4em;
        padding: 10px 0;
    }
    h3 {
        font-size: 1.3em;
    }
    h4 {
        font-size: 1.2em;
    }
    h5 {
        font-size:1.0em;
    }
    h6 {
        font-size:1.0em;
    }


    .container {
        padding: 0 10px;
    }

}
