@charset "UTF-8";
*{
    font-weight: 500;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "游ゴシック体",
    YuGothic,
    "Yu Gothic Medium",
    Meiryo,
    sans-serif;
}
    img {
        max-width: 100%;
        height: auto;
    }
    body {
        line-height: 2em;
        font-size: 16px;
        color: #6B6B6B;
    }
    h1 {
        background:linear-gradient(90deg,#735033, #916B2D) ;
        color: #fff;
        padding: 10px 0;
        text-align: center;
    }
    section {
        padding: 0px 0px 10px 0px;
    }
    footer {
        background:linear-gradient(90deg,#735033, #916B2D);
        color: #fff;
    }
    a{
        color: #fff;
        text-decoration: none;
    }
    a:link{
        text-decoration: none;
    }
    a:hover{
        text-decoration: none;
    }
    a:active{
        text-decoration: none;
    }
    #hederlogo {
        width: 20%;
        max-width: 146px;
        max-height: auto;
        height: auto;
        padding-left: 1em;
        padding-top: 1em;
    }
    #maintitle {
        text-align: left;
        background: none ;
        font-weight: bold;
        padding-left: 1em;
    }
    #meinvisual {
        background: url(../img/so.jpg) center center / cover no-repeat;
        max-height: 760px;
        min-height: 416px;
    }
    #flexbox{
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        align-items: center;
    }
    #tips1 {
        color: #1A1A1A;
        font-weight: bold;
    }
    #tips2 {
        color: #1A1A1A;
        font-weight: bold;
    }
    .itembox{
        margin: 10%;
    }
    .box-item{
        background: orange;
        text-align: left;
    }
    .box-item50{
        text-align: left;
        width: 50%;
        padding: 5% 0 0 0;
    }
    .box-item50img{
        text-align: left;
        width: 40%;
        height: auto;
        margin: 0 5% 5% 0;
    }
    .fmidium {
        font-size: 20px;
        font-weight: bold;
    }
    .subcomment {
        text-align: center;
    }
    .textleft {
        text-align: left;
        margin-bottom: 2em;
    }
    .subtitle {
        text-align: center;
        margin-bottom: 2em;
    }
    .acssent {
        font-weight: bold;
        color: red;
    }
    .spbr {
        display: block;
    }
    .icon{
        height: 25px;
    }
    .hatena{
        height: 25px;  
    }
    .centering {
        text-align: center;
    }
    .underline{
        text-decoration: underline;
    }
    .tips {
        margin:3% 3%;
        padding: 3% 0;
        background-color: #EBF1EB;
    }
    .contentstype1{
        background-color: #EBF1EB;
    }
    .fukidashi{
        color: #FFF;
        font-weight: bold;
        border-radius : 20px;
        background-color: #DBDAD8;
        width: auto;
        height: 40px;
        line-height: 40px;
        margin: 10px auto 20px auto;
        position: relative;
    }
    .fukidashi::after{
        content: "";
        position: absolute;
        right: 0;
        bottom: -20px;
        left: 0;
        width: 0px;
        height: 0px;
        margin: auto;
        border-style: solid;
        border-color: #DBDAD8 transparent transparent transparent;
        border-width: 20px 15px 0 15px;

    }
    .btn {
        color: #1A1A1A;
        font-weight: bold;
        border-radius : 20px;
        background-color: #FFB300;
        width: auto;
        height: 40px;
        line-height: 40px;
        margin: 10px auto 20px auto;
        box-shadow: 0 3px 2px 2px #cecece ;
    }
    .bmini{
        max-width: 80px;
    }
    .bmid{
        max-width: 220px;
    }
    .blong{
        max-width: 380px;
    }
    .btips{
        background-color: #fff;
        color: #1A1A1A;
    }
    .titletext{
        font-weight: bold;
        font-size: 1.1em;
        padding-bottom: 1em;
    }
    .tipstxt{
        padding-left: 0em;
        margin: 0 2em 0 2em;
    }
    .testbtn{
        background-color: #FFB300;
        border-bottom: solid 3px #cecece;
        border-right: solid 0px #cecece;
        border-radius: 25px;
        font-weight: bold;
        color: #1A1A1A;
        text-decoration: none;
        padding: 10px 25px;
        margin: 10px;
        display: inline-block;
    }
    .testbtnw{
        background-color: #fff;
        border-bottom: solid 3px #cecece;
        border-right: solid 0px #cecece;
        border-radius: 25px;
        font-weight: bold;
        color: #1A1A1A;
        text-decoration: none;
        padding: 10px 25px;
        margin: 10px;
        display: inline-block;
    }
    /* footer */
    #footerlist{
        padding-left: 5%;
        padding-top: 10px;
    }
    #logo{
        text-align: center;
    }
    #logoimg{
        max-width: 60px;
        max-height: auto;    }
    #info{
        text-align: center;
    }
    #copy {
        text-align: center;
    }
@media screen and (min-width:300px ) {
    #maintitlepc {
        display:none;
    }
}
@media screen and (min-width:768px ) {

    #rapper {
        max-width: 1200px;
        margin: 0 auto;
    }
    #maintitle {
        display: none;
    }
    #maintitlepc {
        display:block;
        text-align: left;
        background:none;
        color: #fff;
        padding: 10px 1em;
    }
    #meinvisual {
        background: url(../img/so.jpg) center center / cover no-repeat;
        max-height: 760px;
        min-height: 760px;
    }
    .hiddencont{
        visibility: hidden;
    }
    .itembox {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    .fleximg {
        width: 50%;
        height: auto;
        padding-right: 2em;
    }
    .flexitems {
        width:50%;
    }
    .subtitle {
        text-align: center;
        margin-bottom: 2em;
    }
    .tipstxt{
        padding-left: 2em;
    }
    .textleft {
        margin: 0 auto 2em auto;
        text-align: left;
    }
}