@charset "Shift_JIS";

ul.sample3_menu a, div.sample3_content section {
    border-radius:4px;
}
ul.sample3_menu {
    display:-webkit-flex;
    display:flex;
    width:100%;
    list-style-type:none;
    margin:10px; padding:10px;
}
ul.sample3_menu li {
    width:25%;
}
ul.sample3_menu a {
    display:block;
    margin:2px; padding:10px; font-size:10px;
    background-color:#66cc99; color:#ffffff;
    text-align:center;
    text-decoration:none;
}

div.sample3_content {
    display:-webkit-flex;
    display:flex;
    width:100%;
}
div.sample3_content section {
    margin:2px; padding:10px; font-size:12px;
    background-color:#CC9999;
}

@media screen and (max-width:800px) {
    div.sample3_content {
        flex-direction:column;
    }
}
.a_toiawase{
    background:#ffd700;
    border-radius: 4px;
    text-align:center;
    font-size:1.2em;
    padding:0.5em 0.5em;
    color:#2b2b2b;
    margin:0;
}

/*============================================
動画レスポンシブ
============================================*/
.youtube_les {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_les iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*============================================
表組レスポンシブ（幅が800px以下の場合は見出しがスライド）
============================================*/

table {
    width: 100%;             /* テーブルの横幅を指定する */
    }
table th, table td    {
    padding: 10px;             /* セルの余白を指定する(上下左右) */
    border: 1px solid #666;    /* セルの境界線を実線で指定する */
}
table th    {
    background-color: #AAA;    /* ボックスの背景色を指定する */
    width: 30%;             /* テーブルの見出しの横幅を指定する */
    text-align: center;        /* セル内のテキストの位置を指定（真ん中）する */
}
@media only screen and (max-width:800px){
    table {
        margin: 10px 5px;     /* テーブルの余白を指定する */
    }
    table th, table td {
        width: 90%;            /* テーブルの見出しの横幅を指定する */
        display: block;        /* ブロックレベル要素化する */
        border-top: 1px solid #666;    /* セルの境界線を実線で指定する */
        text-align: center;        /* セル内のテキストの位置を指定（真ん中）する */
    }
}

/*============================================
価格表示
============================================*/
.freepage_ h4.prc_h4_ {
    margin:15px 0 5px;
    display: block;
    padding-left: 29px;
    font-size: 18px;
    line-height: 26px;
    background: url(../img/usr/common/icon_arrow_01.png) 14px 50% no-repeat;
    color: #333333;
    font-weight: bold;
}
.freepage_ h4.prc_h4_.i_q2 {
    background: none;
    position:relative;
}
.freepage_ h4.prc_h4_.i_q2:before {
    content: "Q";
    position: absolute;
    top: -2px;
    left: 0;
    margin-left: 9px;
    font-size: 18px;
    color:#e50014;
}

/*============================================
タグリスト
============================================*/
.position{
  text-align: center;
}
.ul_tag{
  display: inline-block;  
  text-align: center;
  list-style: none;
  margin-left: 10px;
  padding-left: 0;
}
li{
  display: inline;
  line-height: 2;
  white-space: nowrap;
}
.tag_btn{
    display: inline-block;
    padding: 0.1em 0.6em;
    text-decoration: none;
    border-radius: 2px;
    font-weight: bold;
    color: #ffffff;
    background-image: -webkit-linear-gradient(45deg, #709dff 0%, #ffcab0 100%);
    background-image: linear-gradient(45deg, #002233 0%, #001122 100%);
    transition: .4s;
    border-bottom: 4px solid #fff;
}
.tag_btn_category{
    display: inline-block;
    padding: 0.1em 0.6em;
    text-decoration: none;
    border-radius: 2px;
    font-weight: bold;
    font-color: #ffffff;
    background-image: -webkit-linear-gradient(45deg, #709dff 0%, #ffcab0 100%);
    background-image: linear-gradient(45deg, #002233 0%, #001122 100%);
    transition: .4s;
    border-bottom: 4px solid #fff;
}
.square_btn:hover{
    background-image: -webkit-linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
    background-image: linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
}