@charset "utf-8";
/* -----↓初期化----- */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,code,em,strong,img,q,dl,dt,dd,ol,ul,li,form,fieldset,legend,label,table,caption,tbody,tfoot,thead,tr,th,td{margin:0; padding:0; font-weight:inherit; font-size:inherit;}
body{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:12px;
    word-break:break-all;
    line-height:1.4;
    color:#333;
    font-weight:normal;
    position:relative;
}
table{border-collapse:collapse;}
th,td{border-spacing:0;}
ul,ol,li{list-style-type:none;}
a{color:#333;text-decoration:none;}
a:hover{text-decoration:underline;}
img{width:100%; vertical-align:top; border:none;}
input{vertical-align:middle;}
input,textarea{font-size:inherit;}
/*clearfix*/
.clearfix:after{
    content:"";
    display:block;
    clear:both;
}
:root {
/* colors */
    --main-color: #fcafc9;
    --sub-color: #ff84ad;
    --main-text: #707070;
    --bace: #F2F2F2;
    --sheet: #FFFFFF;
    --gray: #BCBCBC;
    --white: #FFFFFF;
    --hover:rgba(242, 242, 242, 0.5);
    --link:#007dc5;
}

/* contents */

.contents{
    width: 100%;
    overflow: hidden;
}
.header{
    height: 47px;
    border-bottom: 1px solid var(--main-color);
}
.link_logo {
    display: inline-block;
    padding:6px 0;
}
.link_logo img{
    height: 30px;
    margin-top: 5px;
    margin-left: 5px;
    width: auto;
}
.info{
    height: 40px;
    border-bottom: 1px solid var(--main-color);
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: var(--main-color);
}
.time{
    font-size: 12px;
    padding:5px;
}
.main_title{
    background: var(--bace);
    border-left: 8px solid var(--main-color);
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
}
.main_text {
    padding: 20px 10px 50px;
}
.link_next{
    color: var(--link);
}
.link_close{
    display: block;
    text-align: center;
    line-height: 45px;
    background: var(--main-color);
    color: var(--white);
    transition: background-color .5s ease,color .5s ease;
}
.link_close:hover{
    text-decoration: none;
    background: var(--sub-color);
}
@media screen and (max-width: 768px){
}
@media screen and (min-width:320px) and ( max-width:374px){
}

