@charset "utf-8";

#sec .content.full {
  width: 100%;
  float: none;
  overflow: hidden;
}
.f_read{
    color: #e72f1a;
    font-size: 40px;
    text-align: center;
font-weight: bold;
padding-top:10px;
margin-bottom:-20px;
}
#sec .content.full .page_title{
    font-size: 60px;
    text-align: center;
    padding:0;
    margin:0;
    font-weight: bold;
    vertical-align:middle;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color:#555;
}
#sec .content.full .page_title span{
    font-size: 40px;
    display: inline-block;
}
#sec .content.full .read_txt{
    background: #e93153;
    color:#FFF;
    font-weight: bold;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    padding:5px;
}
#sec .content.full .btn_txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:15px 0 30px 0;
}
#sec .content.full .btn_txt p{
    font-size: 22px;

}
#sec .content.full .btn_txt p b{
    color:#e93153;
    font-size: 32px;
}
#sec .content.full .btn_txt p strong{
    font-size: 32px;
    font-weight: bold;
}
#sec .content.full .btn_txt input[type="submit"]{
    display: block;
    background: #005cb2;
    color: #FFF;
    font-weight: bold;
    padding:5px 20px;
    font-weight: bold;
    font-size: 20px;
       cursor: pointer;
}
#sec .content.full .text_block{
    display: flex;
    font-size: 18px;
    flex-wrap: wrap;
    justify-content: space-between;
}
#sec .content.full .text_block .main_txt{
    width: 600px;
}
#sec .content.full .text_block .line_block {
    width: 350px;
}
#sec .content.full .text_block .line_block p{
font-size: 14px;
padding:15px;
border:1px solid #e93153;

}
#sec .content.full .text_block .line_block div{
    font-size: 16px;
    line-height: 1.6;
    padding:10px 0;
}
#sec .content.full .text_block .line_block div b{
    color:#e93153;
    display: inline-block;
    margin-right:10px;
}
#sec .content.full .tansatu{
    font-size: 20px;
    border: 2px solid #e93153;
    padding:5px 20px;
    width: 100%;
margin:20px 0;
font-weight: bold;
}
#sec .content.full .tansatu b{
    color:#e93153;
}
#sec .item_block ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top:30px;
}
#sec .item_block li{
    width: 30%;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom:40px;
}
#sec .item_block img{
    width: 80%;
   
    margin:0 auto;
}
#sec .item_block h3{
    font-size: 20px;
}
#sec .item_block p{
    padding-bottom:10px;
    line-height: 1.4;
    margin-bottom: auto;
}
#sec .item_block form{
    display: block;
    margin-top:auto;
}
#sec .item_block  input[type="submit"]{
    display: inline-block;
    background: #005cb2;
    color:#FFF;
    font-size: 16px;
    padding:5px 10px;
text-align: center;
    font-weight: bold;
    width: 70%;
    margin:auto auto 0 auto;
    cursor: pointer;
}
#sec .item_block .mark{
    position: absolute;
    right:40px;
    top:-30px;
    background: #e93153;
    color:#FFF;
    font-weight: bold;
    font-size: 20px;
    border-radius: 999px;
    height: 70px;
    width:70px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}
#sec .tyuui dt{
    color:#005cb2;
    font-weight: bold;
    font-size: 18px;
}
#sec .tyuui dd{
    padding:0 0 20px 25px;
}
span.color_01{
    color:#00a1e9;
    font-weight: bold;
}
span.color_02{
    color:#005bac;
    font-weight: bold;
}
span.color_03{
    color:#ed6d00;
    font-weight: bold;
}
span.color_04{
    color:#9dc816;
    font-weight: bold;
}
span.color_05{
    color:#00a73d;
    font-weight: bold;
}
span.color_06{
    color:#eb6e8e;
    font-weight: bold;
}
.resizeimage img{
    width: 100%;
}