@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,
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 #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

/*================================================
 *  一般・共通設定
 ================================================*/

#contents_athlete {
    overflow: hidden;
    width: 1200px;
    margin: 20px auto;
    background-color: #000000;
}

#main_athlete {
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    width: 100%;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {}

h2 {
    margin-bottom: 0.5em;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    font-style: italic;
    font-style: oblique;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
}

h3 {
    margin-bottom: 2em;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    font-style: oblique;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
}

p {
    margin: 0 0 1em 0;
}

img {
    vertical-align: bottom;
}

em {
    font-weight: bold;
}

pre {
    margin: 1em 0;
    padding: 1em;
}

ul,
ol,
dl {
    margin: 0 0 1em 0;
}

ul li {
    list-style: disc;
}

ol li {
    list-style: decimal;
}

li {
    margin-left: 2em;
}

.space {
    clear: both;
    height: 10px;
}

.headima {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.footima {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: -3px;
    margin-left: 0px;
}

.logo {
    clear: both;
    text-align: center;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    width: 466px;
}

.logo2 {
    clear: both;
    text-align: center;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    width: 135px;
}

.logo3 {
    clear: both;
    text-align: center;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    width: 160px;
}

.go_pro {
    float: left;
    width: 46%;
    margin-top: 5px;
    margin-left: 2%;
    margin-bottom: 2px;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


/*================================================
 *  クラス
 ================================================*/
.list {
    padding: 0 0 0 0.5em;
}

.list li {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
}

.info_athlete dt {
    border-bottom: none;
}

.info_athlete dd {
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
}

.col_two_one {
    overflow: hidden;
    margin-right: 30px;
    margin-left: 30px;
}

.col_two_one ul {
    overflow: hidden;
    margin: 2% 0% 0 0;
}

.col_two_one li {
    width: 44%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.col_two_one li:nth-child(2n+1) {
    clear: both;
}

.col_two_one li img {
    width: 100%;
    margin-bottom: 2.5%;
}



.col_two_one li div:first-of-type {
    position: relative;
    padding-bottom: 56.25%;

    height: 0;
    overflow: hidden;
}

.col_two_one li div:first-of-type iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
    .inner {
        width: 100%;
    }

    #contents {
        box-sizing: border-box;
        width: 100%;
        padding: 0 0px;
    }

}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
    .lock {
        overflow: hidden;
    }

    #contents_athlete {
        overflow: hidden;
        width: 100%;
        margin: 20px auto;
        background-color: #000000;
    }

    #main_athlete {
        float: none;
        width: 100%;
    }

    h2 {
        margin-bottom: 0.5em;
        font-size: 21px;
        color: #FFFFFF;
        text-align: center;
        font-style: italic;
        font-style: oblique;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        line-height: 1.6;
    }

    .col_two_one {
        overflow: hidden;
        margin-right: 15px;
        margin-left: 15px;
    }

    .col_two_one ul {
        margin-right: 0;
    }

    .col_two_one li {
        width: 100%;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }

    .col_two_one li:nth-child(2n+1) {
        clear: both;
    }

    .logo {
        clear: both;
        text-align: center;
        margin-top: 30px;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
        width: 90%;
    }


}
