/** top以外で共通
===================================*/
.top-outer > p {
    font-weight: bold;
}

.h1 {
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .top-outer {
        display: none;
    }
    .h1 {
        font-size: 20px;
        font-size: 2rem;
    }
}


/** aboutページ
===================================*/
.explain-img {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

.explain-img > p {
    padding: 8px 0;
}

.explain-img img{
    border: 10px solid #d3d3d3;
    border-radius: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fa-arrow-down {
    font-size: 50px;
    font-size: 5rem;
    color: #d3d3d3;
}

.explain-text {
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 50px auto 0;
    padding: 10px 5px 15px;
    border-radius: 8px;
    border: 2px solid #d3d3d3;
    background-color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3em;
}

.explain-text > p {
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .explain-img {
        width: 100%;
    }

    .explain-img > p {
        padding: 5px 0;
    }

    .explain-img img {
        border-width: 5px;
        border-radius: 8px;
    }

    .fa-arrow-down {
        font-size: 25px;
        font-size: 2.5rem;
    }

    .explain-text {
        width: 100%;
        margin: 40px auto 0;
        padding: 6px 3px 10px;
    }
}


/** faqページ
===================================*/
.QandA {
    width: 85%;
    margin: 18px auto 0;
    border: 1px solid #d3d3d3;
    border-top: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3em;
}

.question {
    position: relative;
    padding: 15px 10px;
    border-top: 1px solid #d3d3d3;
    background-color: #fff;
    color: #222;
    font-weight: bold;
    cursor: pointer;
}

.question > .fa {
    position: absolute;
    top: 50%;
    color: #bbb;
    font-size: 30px;
    font-size: 3rem;
    margin-top: -15px;
}

.question > span {
    display: inline-block;
    padding-left: 32px;
}

.answer {
    padding: 0 10px 15px 42px;
    background-color: #fff;
    display: none;
}

.hover {
    background-color: #eee;
}
.hover > .fa {
    color: #333;
}

@media screen and (max-width: 767px) {
    .QandA {
        width: 100%;
    }
}


/** お問合せページ
===================================*/
.otoiawase-inner {
    max-width:777px;
    margin-left:auto;
    margin-right: auto;
}
.otoiawase-inner .h1 {
    margin-bottom: 30px;
}
.l-h-normal {
    line-height: 1.5;
}
.dt-text{
    position: relative;
    top: 2px;
}
.ml5 {
    margin-left: 5px;
}
#mfp_overlay_inner h4 {
    font-size: 16px;
    margin: 1.33em 0;
    line-height: normal;
    text-align: center;
}
.mfp_buttons {
    font-size: 16px;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    form#mailformpro dl dt {
        float: none;
        width: auto;
        font-size: 12px;
        padding: 5px;
        text-align: left;
    }

    form#mailformpro dl dd {
        clear: both;
        border-top: none;
        padding: 5px 8px;
        font-size: 12px;
        line-height: 1.5em;
    }

    div.mfp_buttons button {
        font-size: 14px;
    }

    div#mfp_phase_confirm h4 {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 20px;
    }

    ul#mfp_phase_stat {
		padding: 0px;
	}
	ul#mfp_phase_stat li {
		float: left;
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		box-shadow: none;
		display: none;
	}
	ul#mfp_phase_stat li.mfp_active_phase {
		background-color: #E8EEF9;
		box-shadow: 0px 0px 5px #000;
	}
	ul#mfp_phase_stat li.mfp_inactive_phase {
		background-color: #CCC;
		color: #666;
		box-shadow: 0px 0px 5px #CCC;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 100px;
	}
}

/** お問合せありがとうございましたページ
===================================*/
.renraku-h1 {
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.renraku {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 30px;
}

.renraku-home {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}

input,textarea {
    font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    .renraku-h1 {
        font-size: 17px;
        font-size: 1.7rem;
    }
}


/** 利用規約・プライバシーポリシーページ
===================================*/
.kiyaku-h1 {
    margin-bottom: 20px;   
}

.kiyaku {
    max-width:700px;
    margin-left:auto;
    margin-right: auto;
    border-radius: 8px;
    border: 1px solid #d3d3d3;
    padding: 15px;
    background-color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
}

.jyou {
    margin-top: 20px;
}

.kou {
    margin-top: 10px;
    font-weight: normal;
}

.gou {
    margin-top: 8px;
    font-weight: normal;
}

.nomark {
    list-style-type: none;
}

.disc {
    list-style-type: disc;
    padding-left: 1.7em;
}

.ol {
    padding-left: 1.7em;
}

.ijyo {
    margin: 20px 0;
}


/** スポーツチーム詳細ページ
===================================*/
.sports-h1 {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.sports {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 5px;
    -webkit-box-shadow: 2px 2px 6px #bbb;
    box-shadow: 2px 2px 6px #bbb;
    border-radius: 8px;
    background-color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4em;
}

.fin .main-img {
    position: relative;
}

.fin .main-img:after {
    content: "応援金額を達成しました！ありがとうございました！";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: rgba(255, 127, 0, 0.85);
    color: #fff;
    padding: 0.7em 0;
    text-align: center;
}

.main-img > img {
    border-radius: 8px 8px 0 0;
    vertical-align: bottom;
}

.sports-section {
    width: 90%;
    margin: 30px auto 50px;
}

.sports-section > h2 {
    margin-bottom: 16px;
    border-bottom: 2px dotted #aaa;
    font-size: 20px;
    font-size: 2rem;
}

h2 > .fa {
    color: #ff7f00;
    font-size: 40px;
    font-size: 4rem;
    margin-right: 0.3em;
    vertical-align: sub;
}

.sports-section > h3 {
    margin-bottom: 0.4em;
}

.sports-section > h4 {
    font-weight: normal;
    margin-bottom: 0.1em;
}

.sports-section > p,
.sports-section > ul {
    margin-bottom: 16px;
}

.sports-section > ol {
    margin-bottom: 16px;
    margin-left: 2em;
}

.sports-section > .sub-img {
    margin: 30px 0;
}

.sports-section > .sub-movie {
    margin: 30px 0;
    position:relative;
    width:100%;
    padding-top:56.26%;
}

.sub-movie > iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

.click {
    margin: 30px 0;
}

.fin .click {
    display: none;
}

.click-btn {
    display: block;
    background-color: #ff7f00;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0.8em;
    border-radius: 8px;
    text-align: center;
}

.click-explain {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
}

.sports-section > table {
    width: 70%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    font-size: 13px;
    font-size: 1.3rem;
}

.sports-section th {
    width: 45px;
    border: 1px solid #aaa;
    font-weight: normal;
    padding: 0.3em;
    vertical-align: middle;
}

.sports-section td {
    border: 1px solid #aaa;
    padding: 0.3em 0.6em;
    vertical-align: middle;
    line-height: 1.2em;
}

@media screen and (max-width: 767px) {
    .sports {
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.3em;
    }

    .fin .main-img:after {
        font-size: 12px;
    }
    .sports-section {
        margin: 20px auto 30px;
    }

    .sports-section > h2 {
        margin-bottom: 14px;
        border-bottom: 1px dotted #aaa;
        border-left: 8px solid #ff7f00;
        padding: 5px 0 5px 5px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    h2 > .fa {
        display: none;
    }

    .sports-section > p,
    .sports-section > ol,
    .sports-section > ul {
        margin-bottom: 14px;
    }

    .click-btn {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .click-explain {
        margin-top: 8px;
        font-size: 10px;
        font-size: 1.0rem;
    }

    .sports-section > table {
        width: 100%;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .sports-section th {
        width: auto;
    }
}


/** 動画広告ページ
===================================*/
.wrapper {
    max-width: 640px;
    margin: 72px auto 0;
}

.video-container {
    position:relative;
    width:100%;
    padding-top:75%;
}

.video-js {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
}

#btn-container {
    width: 100%;
    height: 82px;
    margin-top: 36px;
    margin-bottom: 12px;
}

.click-btn2 {
    display: block;
    background-color: #ff7f00;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0.8em;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

.again-text {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 1em;
}

@media screen and (max-width: 767px) {
    .wrapper {
        margin: 102px auto 0;
    }

    #btn-container {
        height: 57px;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .click-btn2 {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .again-text {
        font-size: 10px;
        font-size: 1rem;
    }
}

/** クリックありがとうございました！ページ
===================================*/
.thanks-h1 {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.lets-tweet {
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
}

.sns-container {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.tw-container {
    margin-bottom: 30px;
    padding-bottom: 38px;
    border-bottom: 1px solid #d3d3d3;
}

.fb-container {
    margin: 0 -8px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lets-tweet {
        margin-bottom: 20px;
        font-size: 10px;
        font-size: 1rem;
    }

    .tw-container {
        margin-bottom: 55px;
        padding-bottom: 0;
        border-bottom: none;
    }

    .fb-container {
        margin: 0;
    }
}


/** フットプロム紹介ページ
===================================*/
.footprom {
    max-width: 640px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.footprom-text {
    margin: 40px 0;
    padding: 11px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
}

.footprom-h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
    padding-left: 3px;
    border-left: 8px solid #ff7f00;
}

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

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

@media screen and (max-width: 767px) {
    .footprom {
        margin-top: 20px;
    }

    .footprom-text {
        margin: 25px 0;
        padding: 10px;
        line-height: 1.3em;
    }
}