﻿@charset "utf-8";

/*--------------------------------------

  応募のマナー

---------------------------------------*/
#kokoroe {
    width: 920px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#kokoroe .head {
    padding: 20px 0 40px;
    border-bottom: dashed 1px #666;
    background: #a0e8dc;/* Old browsers */
    background-image:-webkit-gradient(linear, 0 0, 100% 100%,
        color-stop(.25, #a0e8dc), 
        color-stop(.25, #fff),
        color-stop(.5, #fff), 
        color-stop(.5, #a0e8dc),
        color-stop(.75, #a0e8dc), 
        color-stop(.75, #fff),
        to(#fff));
    background-image: linear-gradient(
        -45deg,
        #fff 25%,
        rgb(96,216,196,.6) 25%, rgb(96,216,196,.6) 50%,
        #fff 50%, #fff 75%,
        rgb(96,216,196,.6) 75%, rgb(96,216,196,.6)) !important;
    background-size: 80px 80px;
}
#kokoroe .head .title {
    width: 800px;
    margin: 0 auto 60px;
    padding: 20px;
    border: solid 1px #b3b3b3; 
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 3px #ccc;
    background-color: rgba(255, 255, 255, 0.8);
}
#kokoroe .head .title h3 {
    margin: 0;
}
#kokoroe .head .title p {
    font-family: 'Hiragino Maru Gothic Pro','Hiragino Maru Gothic ProN','Hiragino Maru Gothic Std','Hiragino Maru Gothic StdN';
    font-size: 18px;
}
#kokoroe .head .navi {
    position: relative;
    width: 750px;
    margin: 0 auto;
    padding: 50px 0 30px;
    background-color: rgba(255, 255, 255, 0.9);
}
#kokoroe .head .navi p {
    position: absolute;
    top: -22px;
    left: 50%;
    width: 400px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    background-image: url("/pc/img/kokoroe/bg_ribbon.png");
    color: #fff;
    font-family: 'Hiragino Maru Gothic Pro','Hiragino Maru Gothic ProN','Hiragino Maru Gothic Std','Hiragino Maru Gothic StdN';
    font-size: 18px;
    transform: translate( -50%, 0);
}
#kokoroe .head .navi img {
    opacity: .8;
}
#kokoroe .head .navi ul {
    display: table;
    width: 556px;
    margin: 20px auto 20px;
    padding: 0;
}
#kokoroe .head .navi ul li {
    display: table-cell;
    width: 185px;
}
#kokoroe .head .navi ul li a {
    display: inline-block;
    position: relative;
    color: #FC648A;
    font-family: 'Hiragino Maru Gothic Pro','Hiragino Maru Gothic ProN','Hiragino Maru Gothic Std','Hiragino Maru Gothic StdN';
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    transition: .3s;
}
#kokoroe .head .navi ul li:nth-child(2) a:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -78px;
    border: 10px solid transparent;
    border-left: 15px solid #dcdcdc;
    box-sizing: border-box;
}
#kokoroe .head .navi ul li:nth-child(3) a:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -56px;
    border: 10px solid transparent;
    border-left: 15px solid #dcdcdc;
    box-sizing: border-box;
}
#kokoroe .head .navi ul li a:before {
    border: none;
}
#kokoroe .head .navi ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #55abe0;
    transition: .3s;
}
#kokoroe .head .navi ul li a:hover {
    color: #55abe0;
}
#kokoroe .head .navi ul li a:hover::after {
    width: 100%;
}
#kokoroe .head .navi a.link_caution {
    display: block;
    width: 230px;
    line-height: 44px;
    margin: 30px auto 0;
    border: solid 1px #999;
    border-radius: 30px;
    color: #333;
    font-family: 'Hiragino Maru Gothic Pro','Hiragino Maru Gothic ProN','Hiragino Maru Gothic Std','Hiragino Maru Gothic StdN';
    font-size: 18px;
    text-decoration: none;
}
#kokoroe .head .navi a.link_caution:hover {
    border-color: transparent;
    background-color: #eee;
    color: #f00;
    transition: .4s;
}
#kokoroe .head .navi a.link_caution img {
    height: 24px;
    vertical-align: middle;
    margin: -5px 0 0 0;
}
#kokoroe .head .navi a.link_caution span {
    margin: 0 0 0 5px;
}
#kokoroe .head .navi:after {
    content: url("/pc/img/kokoroe/img_click.png");
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 56px;
    width: 85px;
    height: 85px;
    animation: hurueru .8s  infinite;
}
@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    50% {transform: translate(0px, 5px) rotateZ(0deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
#kokoroe .main {
    margin: 0;
    padding: 80px 0 30px; 
    border-bottom: dashed 1px #666;
    background: #e9e9e9;
    background-image: -webkit-radial-gradient(rgba(255,255,255,1) 0, rgb(255,255,255) 15%, rgba(0,0,0,0) 16%, rgba(0,0,0,0) 100%), 
              -webkit-radial-gradient(rgb(255,255,255) 15%, #e9e9e9 16%);
    background-image: radial-gradient(#fff 20%, #fff0 0), radial-gradient(#fff 20%, #fff0 0);   
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
    text-align: left;
}
#kokoroe .main #step1,#step2,#step3 {
    width: 750px;
    margin: 0 auto 50px;
    border-radius: 20px;
    box-shadow: 0 0 7px rgba(84, 84, 84, 0.5); 
    background-color: #fff;
}
#kokoroe .main h4 {
    height: 70px;
    line-height: 70px;
    margin: 0 0 20px 0;
    padding: 0 30px;
    border-radius: 20px 20px 0 0;
    background-color: #FC648A;
    color: #fff;
    font-family: 'Hiragino Maru Gothic Pro','Hiragino Maru Gothic ProN','Hiragino Maru Gothic Std','Hiragino Maru Gothic StdN';
    font-weight: normal;
    font-size: 24px;
}
#kokoroe .main h4 img {
    width: 68px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
#kokoroe .main .content {
    line-height: 1.6;
    padding: 0 40px 20px;
}
#kokoroe .main .content h5 {
    margin: 0 0 10px 0;
    border-bottom: dotted 4px #b3b3b3;
    color: #54AFC1;
    font-family: 'Hiragino Maru Gothic Pro','Hiragino Maru Gothic ProN','Hiragino Maru Gothic Std','Hiragino Maru Gothic StdN';
    font-weight: normal;
    font-size: 24px;
}
#kokoroe .main .content p {
    position: relative;
    margin: 0 0 10px 30px;
}
#kokoroe .main .content p strong {
    color: rgb(255, 0, 0);
}
#kokoroe .main .content p:before {
    content: "◆";
    position: absolute;
    top: -2px;
    left: -28px;
    color: #b3b3b3;
    font-size: 18px;
}
#kokoroe .main .content ul {
    width: 600px;
    margin: 0 auto 20px;
    padding: 10px;
    border: solid 1px #b3b3b3;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: rgba(150, 238, 228,.1);
}
#kokoroe .main .content ul li {
    position: relative;
    margin: 0 0 10px 40px;
}
#kokoroe .main .content ul li:before {
    content: url("/pc/img/kokoroe/ic_check.png");
    position: absolute;
    top: 3px;
    left: -33px;
    color: #b3b3b3;
    font-size: 18px;
}
#kokoroe .main .content ul li strong {
    color: #55ABE0;
}
#caution { 
    padding: 80px 0;
    background-color: #c2c2c2;
}
#caution .caution_box {
    width: 700px;
    margin: 0 auto;
    border: solid 1px #999;  
    background-color: #fff;
}
#caution .caution_box .caution_ttl {
    height: 40px;
    line-height: 40px;
    border-bottom: dotted 1px #999; 
    background-color: #FFF462;
    color: rgb(255, 0, 0);
    font-family: 'Hiragino Maru Gothic Pro','Hiragino Maru Gothic ProN','Hiragino Maru Gothic Std','Hiragino Maru Gothic StdN';
    font-size: 24px;
}
#caution .caution_box .txt_box {
    display: table;
}
#caution .caution_box .txt_box .caution_icon {
    display: table-cell;
    width: 120px;
    vertical-align: middle;
    padding: 20px 10px;
}
#caution .caution_box .txt_box .caution_icon img {
    width: 80px;
}
#caution .caution_box .txt_box p {
    display: table-cell;
    width: 580px;
    line-height: 1.4;
    vertical-align: middle;
    padding: 20px 10px 20px 0;
    font-size: 14px;
    text-align: left;
}
#caution .caution_box .txt_box p span {
    display: block;
    margin: 0 0 5px 0;
    border-bottom: solid 2px rgb(255, 0, 0);
    color: rgb(255, 0, 0);
    font-family: 'Hiragino Maru Gothic Pro','Hiragino Maru Gothic ProN','Hiragino Maru Gothic Std','Hiragino Maru Gothic StdN';
    font-size: 16px;
    letter-spacing: 1.3px;
}
#caution .caution_box .txt_box p em {
    font-weight: bold;
    font-style: normal;
}