/*-------------------------------------------------------------------
    * welcome.css
    * site name : チャンスイット
    * description : チャンスイットに懸賞情報を掲載してブランド力アップ！
-------------------------------------------------------------------*/
/*
=====================================================================
* 共通
=====================================================================
*/
.clearfix {overflow:hidden;}
#welcome {
    font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    color: #484848;
}
.head, .w950 {
    width:950px;
    margin: 0 auto;
}
/*
=====================================================================
* ヘッダー
=====================================================================
*/
.head h1 {
    display:inline-block;
    width:400px;
    margin-top: 10px;
}
.head .sns {
    float:right;
}
.head .sns ul li {
    float:left;
    padding:19px 7px 0 0;
}
.head .sns a:hover {
    opacity:0.6;
}
/*
=====================================================================
* チャンスイット紹介
=====================================================================
*/
/*topイメージ*/
.top_area {
    height:350px;
    background:url(../img/bg_top_image.png) no-repeat right 30px;
    padding: 15px 0 0 0;
}
.top_area p {
    padding: 15px 23px;
    width:370px;
    font-size:18px;
}
/*topボタン*/
.top_area .top_button a {
    line-height:1;
    width: 370px;
    background-color: #dd2e4b;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 28px;
    text-align: center;
    text-decoration: none;
    margin: 0 0 0 23px;
    padding: 15px 0;
    box-shadow: 0 7px 0 #a2000e;
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.top_area .top_button a:hover {
    box-shadow: 0 3px 0 #a2000e;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
.top_area .top_button a:active {
    color: #fffffff;
    background-color: #f24d68;
    box-shadow: 0 0 0 #a2000e;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    transition-duration: 0.1s;
 }
.top_area .top_button a span {
    display:inline-block;
    padding:5px 5px 3px 5px;;
    background-color:#ffffff;
    margin:0 10px 0 0 ;
    color:#dd2e4b;
    font-weight:bold;
}
.top_area .top_button a:active span {
    color:#f24d68;
}
/*チャンスイットとは？*/
.brand {
    width:100%;
    background-color:#ceeef3;
    position:relative;
    padding:120px 0 40px 0;
}
.brand h3.about img {
    position:absolute;
    top:-35px;
    left: 0;
    right: 0;
    margin: auto;
}
.brand h4 {
    font-size:30px;
    font-weight:bold;
    border-bottom:2px solid #ffffff;
    margin:0 0 15px 0;
}
.brand .text {
    padding:10px 10px 25px 305px;
    background:url(../img/ico_01.png) no-repeat 10px 10px;
    font-size:16px;
    line-height:1.7;
}
.brand .text2 {
    margin:35px 0 0 0;
    padding:10px 10px 60px 305px;
    background:url(../img/ico_02.png) no-repeat 10px 10px;
    font-size:16px;
    line-height:1.7;
}
/*ボタンエリア*/
.area1 {
    padding:50px 0;
    height:125px;
}
.btn_area a {
    line-height:1.4;
    width: 730px;
    background-color: #dd2e4b;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    padding: 15px 0;
    box-shadow: 0 7px 0 #a2000e;
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.btn_area a:hover {
    box-shadow: 0 3px 0 #a2000e;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
.btn_area a:active {
    color: #ffffff;
    background-color: #f24d68;
    box-shadow: 0 0 0 #a2000e;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    transition-duration: 0.1s;
 }
.btn_area a span.lead {
    font-size:26px;
    font-weight:normal;
}
.btn_area a span.free {
    display:inline-block;
    padding:3px 12px 0 12px;;
    background-color:#ffffff;
    margin:0 10px 0 0 ;
    color:#dd2e4b;
    font-weight:bold;
}
.btn_area a:active span.free {
    color:#f24d68;
}
/*３つのメリット*/
.brand_merit {
    width:100%;
    background-color:#ceeef3;
    padding:50px 0;
    position: relative;
}
.brand_merit:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #ceeef3;
    border-width: 50px;
    margin-left: -50px;
}
.brand_merit h3 {
    text-align:center;
    font-size:40px;
    font-weight:bold;
}
.brand_merit ul {
    margin:45px 0 0 0;
}
.brand_merit ul li {
    float:left;
    width:280px;
    margin:0 55px 0 0;
    padding:336px 0 20px 0;
}
.brand_merit ul li.up {
    background:url(../img/bg_merit1.png) no-repeat ;
}
.brand_merit ul li.mail {
    background:url(../img/bg_merit2.png) no-repeat ;
}
.brand_merit ul li.user {
    background:url(../img/bg_merit3.png) no-repeat ;
    margin:0;
}
.brand_merit ul li p.li_tit {
    font-size:24px;
    font-weight:bold;
    text-align:center;
    padding:0;
    line-height: 1.5;
}
.brand_merit ul li p {
    font-size:16px;
    padding: 25px 0 0 0;
    line-height: 1.7;
}
.brand_merit ul li p span {
    color:#dd2e4b;
    font-weight:bold;
}
/*ボタンエリア2-3*/
.area2 {
    padding: 60px 0 30px 0;
    height:220px;
}
.area2 p.lead {
    font-size:20px;
    text-align:center;
    padding:0 0 20px 0;
}
.area3 {
    padding:90px 0 80px 0;
    height:220px;
}
.area3 p.lead {
    font-size:20px;
    text-align:center;
    padding:0 0 20px 0;
}
/*
=====================================================================
* チャンスイット紹介
=====================================================================
*/
/*アンケートタイトル*/
.questionnaire p.lead {
    text-align:center;
    background:url(../img/bg_question.png) no-repeat bottom center;
    height:75px;
    padding:75px 0 0 0;
    font-size:24px;
    font-weight:bold;
}
.questionnaire .title {
    width:100%;
    background-color:#272727;
    text-align:center;
    color:#ffffff;
    padding:20px 0;
}
.questionnaire .title p.sub {
    font-size:24px;
    padding:0 0 15px 0;
}
.questionnaire .title p.sub span {
    font-size:34px;
    color:#fff000;
    font-weight:bold;
}
.questionnaire .title h2 {
    font-size:44px;
    font-weight:bold;
    line-height:1.3;
}
.questionnaire .title h2 span {
    font-size: 60px;
}
.questionnaire .title p.day {
    font-size:13px;
    padding:15px 0 0 0;
}
/*アンケート回答*/
.questionnaire .answer {
    width:100%;
    background-color:#f0eddc;
    position:relative;
    padding:30px 0 50px 0;
    margin: 0;
    text-align: center;
}
.questionnaire.purple .answer:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #f0eddc;;
    border-width: 50px;
    margin-left: -50px;
}
.questionnaire .question {
    position:relative;
    width:950px;
    margin: 0 auto 30px;
    background-color:#ffffff;
}
.questionnaire .question p.sub_tit {
    width:850px;
    margin:0 auto;
    padding:8px;
    font-size:18px;
    text-align:center;
    font-weight:bold;
    background-color:#272727;
    color:#FFFFFF;
}
.questionnaire h3 {
    width: 950px;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}
.questionnaire h3 span {
    font-weight: normal;
    font-size: 14px;
}
.questionnaire.green .title,
.questionnaire.green h3 {
    background: #2e8a98;
}
.questionnaire.purple .title,
.questionnaire.purple h3 {
    background: #6d467f;
}
.questionnaire .ans {
    padding: 20px 0;
}
.questionnaire .ans > p {
    width: 830px;
    padding: 15px 30px;
    margin: 30px auto 0;
    border-radius: 10px;
    background: #ddf2f5;
    text-align: left;
    font-size: 15px;
}
.questionnaire.purple .ans > p {
    background: #f2eaf6;
}
.questionnaire p.comment {
    color:#ffffff;
    padding:30px 30px 30px 180px;
    background:url(../img/ico_check.png) no-repeat 55px 27px;
    background-color:#272727;
    font-size:22px;
    font-weight:bold;
    line-height:1.6;
}
.not_reason {
    background-color:#f2f2f2;
    padding:0 0 10px 0;
}
.not_reason p.sub_tit {
    width:850px;
    margin:0 auto;
    background-color:#272727;
    color:#ffffff;
    font-size:22px;
    font-weight:bold;
}
.not_reason p.reason_tit {
    font-size:18px;
    font-weight:bold;
    border-bottom:2px solid #000000;
    text-align:center;
    padding:10px 0 7px 0;
}
.not_reason ul {
    width:725px;
    margin:10px auto;
    padding:0 0 0 70px;
}
.not_reason ul li {
    width:210px;
    float:left;
    font-size:18px;
    padding:10px 10px 0 10px;
    list-style:square;
}
/*
=====================================================================
* フッター
=====================================================================
*/
#footer {
    margin: 20px auto ;
    padding: 20px 0;
    width: 100%;
    border-top: 5px solid #f0eddc;
}
#footer .link {
    position: relative;
    overflow: hidden;
    width: 950px;
    margin:0 auto;
}
#footer .link ul {
    position: relative;
    left: 50%;
    float: left;
}
#footer .link ul li {
    position: relative;
    left: -50%;
    float: left;
    padding: 0 8px;
    border-right: 1px solid #000;
}
#footer .link ul li.last {
    border-right-style: none;
}
#footer .link ul li a,
#footer .link ul li a:link {
    color: #000;
    text-decoration: none;
}
#footer .link ul li a:hover {
    color: #000;
    text-decoration: underline;
}
#footer p {
    margin: 15px auto 0;
    text-align: center;
    line-height: 1.4;
}