.infoblock ul li dt{
    border-left:0;
    border-bottom:0
}.infoblock ul li dt{
    border-left:0;
    border-bottom:0
}.infoblock ul li dt{
    border-left:0;
    border-bottom:0
}.infoblock ul li dt{
    border-left:0;
    border-bottom:0
}@charset "UTF-8";

/* =========================================================
 * base
========================================================= */
html {
    font-size: 62.5%;
    overflow: auto;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-break: break-all;
    word-break: break-word;

    font-feature-settings: "palt";
}

p {
    line-break: strict;
    margin: 0;
}

a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;

    color: #333;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl,
dt,
dd {
    margin: 0;
}

body {
    font-size: 14px;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 300;
    line-height: 2;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    color: #333;
    overflow: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

#wrapper {
    width: 100%;
}

.pc-block {
    display: block;
}

.sp-block {
    display: none;
}

.hide,
.hidden {
    visibility: hidden;
}

img {
    max-width: 100%;
}

p.logo{


}

main {
    display: block;
}

img{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
  user-drag: none;
  -webkit-user-drag: none;
}


@media screen and (max-width: 767px) {
    a {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        transition: none;
    }

    a:hover {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);

        -ms-filter: "alpha(opacity=100)";

    }

    body {
        -webkit-text-size-adjust: 100%;
        background: #fff;
        min-width: 100%;
    }

    img {
        width: 100%;
    }

    .pc-block {
        display: none;
    }

    .sp-block {
        display: block;
    }
}

main div,
main p,
main ul,
main dl,
main ol,
main h2,
main h3,
main h4,
main table {
  margin: 0;
}

main a,
main a:link,
main a:visited,
main a:hover{
  text-decoration: none;
}


/* =========================================================
 * common
========================================================= */

@media print {
  body {
    display: none !important;
  }
}


/* =========================================================
 * main
========================================================= */

.l-main{
    width:100%;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #DEF2FF;
}

/* MV
---------------------------------------------------------- */
.p-header{
  margin:0 auto;
  background-color: #FFFFFF;
}

.p-headerImg{
  margin:0 auto;
  width:980px;
  text-align: center;
  padding: 10px;
}


.p-mv{
  margin:0 auto;
  background-color: #E9FEF7;
  background-image: url(../../../magazine/assets/images/bg_back_pc.png);
  background-repeat: no-repeat;
}

.p-mvImg{
    margin:0 auto;
    max-width:980px;
}

/* for ipad */
@media screen and (min-width: 768px) and (max-width: 980px) {

    .p-headerImg{
        width:100%;
        padding: 5%;
    }
    .p-mvImg{
        width:100%;
    }
}


/* for smp */
@media screen and (max-width: 767px) {
    .p-header{
        background-image: none;
        height:auto;
    }
    .p-mv{
        background-image: none;
        height:auto;
    }
    .p-headerImg{
        width:100%;
        padding: 5%;
    }
    .p-mvImg{
        width:100%
    }
}


/* container
---------------------------------------------------------- */

.l-container {
    margin:0 auto;
    width:980px;
    background-color: #fff;
    color: #666;
}

.ttl_01{
    width: 100%;
    background-color:#0086CD;
    text-align: center;
    padding: 8px 0;
    font-size: 2rem;
    font-weight: bold;
    color: #FFF;
}

/* for smp */
@media screen and (max-width: 767px) {
    .l-container{
        width:100%;
    }
}
/* for ipad */
@media screen and (min-width: 768px) and (max-width: 980px) {
    .l-container{
        width:100%
    }
}


/* gift
---------------------------------------------------------- */
.gift{
    margin:0 auto;
    background-color: #F7FCFE;
    background-image: url(../../../magazine/assets/images/bg_back_02.png);
    background-repeat: repeat;
}

.gift_main{
    width: 980px;
    margin:0 auto;
    background-color: #FFFFFF;
    padding: 50px 50px 30px;
}

.ttl_gift_01{
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    color: #1E70B9;
    border-top: 1px #1E70B9 dotted;
    border-bottom: 1px #1E70B9 dotted;
    padding: 8px 0 5px;
}

.ttl_gift_01-1{
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    color: #1E70B9;
    border-top: 1px #1E70B9 dotted;
    border-bottom: 1px #1E70B9 dotted;
    padding: 8px 0 5px;
    margin-top: 40px;
}

.ttl_gift_02{
    text-align: center;
    font-size: 3.0rem;
    font-weight: bold;
    color: #0086CD;
    margin: 20px 0;
}

.flex {
    display: flex;
    max-width: 980px;
    margin: 20px auto;
}
.flex .title {
    font-size: 1.9rem;
    font-weight: bold;
    padding-top: 15px;
  }
.flex .image {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.flex .right {
    margin: 0 0 0 20px;
    padding: 0;
    width: 100%;
    text-align: center;
}

.fb0{
    font-size: 12px;
    text-align: center;
    margin: 1%;
    font-weight: bold;
}
.fb0-1{
    font-size: 12px;
    text-align: right;
}

.fb{
    font-size: 14px;
    text-align: center;
    margin: 3%;
    font-weight: bold;
}

/* for smp */
@media screen and (max-width: 767px) {
    .gift_main{
        width:90%;
        padding: 5%;
        margin: 0 5%;
    }
    .ttl_gift_01{
        font-size: 1.5rem;
        line-height: 2.5rem;
        font-weight: bold;
        color: #1E70B9;
        margin: 5% 0;
}
    .ttl_gift_01-1{
        font-size: 1.5rem;
        line-height: 2.5rem;
        font-weight: bold;
        color: #1E70B9;
        margin: 10% 0 0;
    }


    .ttl_gift_02{
        text-align: center;
        font-size: 2.3rem;
        font-weight: bold;
        color: #0086CD;
        line-height: 3rem;
}
    .txt_2{
        font-size: 2.1rem;
    }
    .flex {
        display: block;
        max-width: 874px;
        margin: 20px auto;
    }
    .flex .image {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .flex .image img {
        width: 100%;
        height: auto;
    }
    .flex .right {
        margin: 3% 0 0 0;
        padding: 0;
    }
    .flex .title {
        margin: 0;
        padding: 0;
        font-weight: bold;
        font-size: 1.2rem;
    }
    .fb0{
    margin: 3%;
}

    .fb0-1{
    font-size: 11px;
    text-align: center;
}
}



/* for ipad */
@media screen and (min-width: 768px) and (max-width: 980px) {
    .gift_main{
        width:90%;
        padding: 5%;
        margin: 0 5%;
    }
    .ttl_gift_01{
        font-size: 1.8rem;
    }
    .ttl_gift_02{
        font-size: 2.4rem;
    }
    .txt_2{
        font-size: 2.1rem;
    }
    .flex .image {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .flex .title {
        padding: 0;
    }
}


/* apply
---------------------------------------------------------- */
.apply_step{
  display: flex;
  max-width: 980px;
  background-color: #DEF2FF;
}

.apply{
  width: 33%;
  border: 2px #0086CD solid;
  border-radius: 20px;
  margin: 30px 0 20px 30px;
  padding: 3%;
  text-align: center;
  background-color: #FFFFFF;
}

.apply:last-child{
  margin-right: 30px;
}

.step{
  font-size: 2.8rem;
  color: #0086CD;
  text-align: center;
}
.step img{
  width: 100%;
}
.step_text0{
  margin: 5px 0 12px;
  font-size: 1.1rem;
  text-align: left;
  font-weight: bold;
  padding-left:1em;
  text-indent:-1em;
  color: #ff0000;
}
.step_text{
  margin: 5px 0 10px;
  font-size: 1.2rem;
  text-align: left;
  font-weight: bold;
}
.step_text1{
  margin: 5px 0 4px;
  font-size: 1.2rem;
  text-align: left;
  font-weight: bold;
}

.step_text2{
  margin: 0 0 10px;
  background-color: #FCF9DE;
  text-align: center;
  padding: 25px 280px 20px;
}

.step_text2 p{
  margin-bottom: 10px;
  font-size: 1.2rem;
  text-align: left;
}

.apply img{
  margin-bottom: 10px;
}

.twi_btn{
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 0 0.5rem;
　bottom: 0;
}

.twi_btn a{
  position: relative;
  display: block;
  width: 100%;
  background: #1d9bf0;
  margin: 0 auto;
  padding: 0.8rem 2rem;
  border-radius: 2rem;
  font-size: 1.2em;
  color: #fff;
  box-shadow: 0 2px 6px 0 #bfbfbf;
  font-weight: bold;

}

.twi_btn2{
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 0 0.5rem;
　bottom: 0;
}

.twi_btn2 a{
  position: relative;
  display: block;
  width: 100%;
  background: #06c755;
  margin: 0 auto;
  padding: 0.8rem 2rem;
  border-radius: 2rem;
  font-size: 1.2em;
  color: #fff;
  box-shadow: 0 2px 6px 0 #bfbfbf;
  font-weight: bold;

}

.twi_btn a::before{
  content: "";
  position: absolute;
  left: 15%;
  top: 50%;
  display: inline-block;
  width: 3em;
  height: 1.1em;
  transform: translate(-50%, -50%);
  /*background: url("../images/Logo_white.svg") no-repeat;*/
  background-size: contain;

}




@media screen and (max-width: 767px) {
    .apply_step{
        display: block;
        /*padding: 10%;*/

    }
    .apply{
        width: 100%;
        border-radius: 20px;
        margin: 0 0 10% 0;
        padding: 10%;
    }

    .apply:last-child{
        margin-bottom: 0;
    }
    .step_text2{
        margin: 0 0 8%;
        padding: 5%;
    }

}



/* アコーディオン
---------------------------------------------------------- */
.detail {
    background: #fff;
    font-size: 1.5rem;
    padding: 0;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 60px;
}

dt{
    border-left: 5px #45BFD8 solid;
    border-bottom: 2px #45BFD8 solid;
    margin: 10px 0;
    padding: 0 10px;
}

.detail__list{
    margin-bottom: 30px;
}



@media screen and (max-width: 767px) {
    .detail {
        background: #fff;
        font-size: 1.4rem;
        padding: 0;
        letter-spacing: 0.05em;
        line-height: 1.6;
        margin: 5%;
}

}


/* 応募要項/規約等
---------------------------------------------------------- */
.zero1{
    font-size:1.4rem;
    padding-left:1em;
	text-indent:-1em;
}

.zero{
    font-size:1.1rem;
    padding-left:1em;
	text-indent:-1em;
}

/* フッター
---------------------------------------------------------- */
#footer #ftOtherLinks .outsideLink{
    font-size: 14px;
}
#footer #ftOtherLinks .outsideLink a{
    text-decoration: underline;
}
#footer #ftCorp .ftBoxInner small{
    font-size: 12px;
}
#footer #ftCorp .ftBoxInner ul li a{
    font-size: 14px;
    text-decoration: underline;
}
#footer{
    min-width: 0 !important;
}

@media screen and (max-width: 767px) {
    #footer{
        min-width: 0;
    }

    footer {
        background: #3ca3ee;
        color: #fff;
        font-weight: bold;
    }
    footer .ft-link {
        text-align: center;
        padding: 1.2rem 0;
    }
    footer .ft-link ul{
        list-style: none;
        text-decoration: underline;
        text-align: center;
    }

    footer .ft-link li {
        display: inline;
        font-size: 86.5%;
        margin-right: 12px;
        padding-right: 12px;
        border-right: 1px solid #fff;
    }
    footer a:link, footer a:visited, footer a:hover, footer a:active {
        color: #fff;
        font-size: 1.2rem;
    }
    .ft-corp{
        text-align: center;
        padding: 0 0 5%;
        font-size:1.4rem;
    }

}


/* chintaiエージェント
---------------------------------------------------------- */
.section{
    padding: 0px;
}

#c_agent.section h3 {
    color: #09a75a;
}

.section h3 {
    text-align: center;
    font-size: 3em;
    padding-top: 50px
}

.detailbtn{
    padding-bottom: 50px
}

.infoblock p.text {
    padding: 10px 0 10px 30px;
    font-size: 1.5em;
    line-height: 1.8;
}

.infoblock ul li {
    margin: 10px 0 0 10px;
    padding: 20px 10px;
    background-color: #fff;
    font-size: 1.5em;
    line-height: 1.5;
}

.infoblock ul li dt{
    border-left:0;
    border-bottom:0
}

.infoblock ul li dd{
    line-height: 1.3;
}

.detailbtn a {
    margin: 0 auto;
    display: block;
    width: 476px;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    line-height: 48px;
    background-image: url(https://www.chintai.net/contents/smt/images/icon_arrow_right.png);
    background-position: 97% center;
    background-repeat: no-repeat;
}
.movie-area {
    padding: 60px 20px
}
.movie-area .cm {
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width: 768px) {
.movie-area .cm {
    margin: 0 auto;
    width: 640px;
}
}
.movie-area .movieInner {
    text-align: center;
}
.mov_thumb {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.cm-contents {
    background: #f3dcdb;
}
.mov_paly_btn:before {
    display: block;
    content: '';
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    margin-left: -25px;
    margin-top: -25px;
    box-shadow: 0px 9px 21px rgb(0 0 0 / 20%);
    z-index: 3;
}
.mov_paly_btn:after {
    display: block;
    content: '';
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-left: 16px solid #2a2f89;
    margin-left: -6px;
    margin-top: -10px;
    z-index: 3;
}
.p__movie-hover:hover{
    opacity: 1.0!important;
    -webkit-opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}
.movie-area .movie-title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #333333;
}
