@charset "euc-jp";

/* イベント用 */



/*------------------------------------------------------------

	リセット

------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
main,
header {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}

body,
table,
input,
textarea,
select,
option {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 1em;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}



*,
*:before,
*:after {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -o-box-sizing: border-box;

    -ms-box-sizing: border-box;

    box-sizing: border-box;

}

/* 下記テーブル打ち消し用 */

.y_footer table {

    margin-top: 0;

}

.fs-l-page{
    
    margin-top: -2em;
}

/* -------------------　tablet　--------------------------- */

@media(max-width:414px) {


    header {

        overflow: hidden;

        background-color: #fff;

    }

    .top {

        background-color: #fff;

    }


    #section1 {

        background: linear-gradient(rgba(230, 230, 230, 9), rgba(255, 255, 255, 0.5));

        padding-bottom: 10px;

    }



    #section2 {


        background: linear-gradient(rgba(230, 230, 230, 9), rgba(255, 255, 255, 0.5));

        padding-bottom: 10px;

    }



    #section3 {

        background: linear-gradient(rgba(230, 230, 230, 9), rgba(255, 255, 255, 0.5));

        padding-bottom: 10px;

    }



    #section4 {


        background: linear-gradient(rgba(230, 230, 230, 9), rgba(255, 255, 255, 0.5));

        padding-bottom: 10px;

    }



    #section5 {

        background: linear-gradient(rgba(230, 230, 230, 9), rgba(255, 255, 255, 0.5));

        padding-bottom: 20px;

    }




#section6 {

	   background:linear-gradient(rgba(230, 230, 230, 9), rgba(255, 255, 255, 0.5));

      margin-bottom: 0px;

      padding-bottom: 10px;

    }


#section7 {

	   background:linear-gradient(rgba(230, 230, 230, 9), rgba(255, 255, 255, 0.5));

      margin-bottom: 0px;

      padding-bottom: 10px;

    }


    p.sectiontitle {

        margin: auto;

        text-align: center;

    }



    main {

        overflow: hidden;

    }


    main #section1 .sab-title p,
    main #section2 .sab-title p,
    main #section3 .sab-title p,
    main #section4 .sab-title p,
    main #section5 .sab-title p,
    main #section6 .sab-title p,
    main #section7 .sab-title p{

        padding-top: 25px;
		padding-bottom: 20px;

    }



    footer {

        padding-top: 20px;

        padding-bottom: 100px;

        background-color: #fff;

    }



    a:hover {

        opacity: 0.8;

    }



    /* ラッピング画像、文言 */


    .wrapping {

        text-align: center;

        margin:0 5px 20px;




    }

    .wrapping p {

        font-size: 0.8em;

    }


    /* ナビゲーションアイテム内見出し */

    .event_nav,
    .event_nav_images h3 {

        font-size: 0.8em;

        text-align: center;

		padding-top: 30px;
		
        padding-bottom: 0px;

    }
	
	
	/* 注意文言 */


    .attention {

        text-align: center;
		margin-top: 0px;
        margin-bottom:30px;
    }

    .attention p {

        margin-top: 20px;
		font-size: 0.8em;

    }
	
	
	.attention img {

        width: 90%;

    }
	
	
    /* イベントバナー */

    h2.midashi {

        text-align: center;

        margin-top: 40px;

        margin-bottom: 0px;

        margin-left: auto;

        margin-right: auto;

    }



    /* 見出しフェードイン */

    .effect img {

        transition: 1.0s;

    }



    /* メインアイテム */

    header .main_item {

        margin: auto;

        text-align: center;


    }





    /* サブアイテム */

    .sub_item {

        background-color: #fff;

        overflow: hidden;

        margin: auto;

        width: 80%;

        clear: both;

        padding-bottom: 50px;



    }



    .sub_item h3 {

        padding-top: 10px;

        text-align: center;

    }





    /* rightナビ */

    .right_nav {

        position: fixed;

        bottom: 2%;

        right: 5%;

        border-radius: 9px;

        padding: 8px;

        background-color: #0362a4;

        text-align: center;

        line-height: 1em;

        color: #fff;

    }



    .right_nav a {

        color: #fff;

        text-decoration: none;

        font-size: 0.6em;

    }



    .right_nav a:hover {

        color: #fff;

        opacity: 0.8;

    }



    .right_nav a:visited {

        color: #fff;

    }


    /* footer */
    .y_footer {

        margin: auto;

        width: 90%;

    }


    .y_footer table {

        margin-bottom: 100px;

        margin-top: 30px;

    }


    .y_footer th {

        background-color: #ff7777;

        font-weight: normal;

        text-align: left;

        color: #fff;

        padding: 10px;

    }


    .y_footer td {

        padding: 10px;

        color: #393939;

        font-size: 0.8em;

        line-height: 120%;

    }


    div.contents_subject {

        width: 90%;

        vertical-align: middle;

        color: #393939;

    }





    /* pc用グローバルナビ削除 */

    #pc_g_nav {

        display: none;

    }


    /* pc用フッターガイド削除 */

    footer table.footerguide {

        display: none;

    }



    /* モバイル用フッターナビ */

    footer div.footer_nav {

        text-align: center;

        margin: -20px 10px 20px 10px;

    }


    footer div.footer_nav a {

        text-decoration: none;

        color: #393939;

        font-size: 0.8rem;

    }

    footer div.footer_nav a:visited {

        text-decoration: none;

        color: #393939;

    }


    /* 背景 */

    body {

        background-size: contain;

        padding-top: 40px;


    }


    header {

        background-position: center 10px;

        margin-top: -5px;

    }



    /* トップ画像、テキスト */

    h2.midashi img {

        margin-top: 30px;

        width: 100%;

        padding-bottom: 10px;

    }


    header h2.midashi .main_item img {

        margin: 5px 10px 5px;

        text-align: center;

        width: 90%;

    }



    header h2.midashi .text {
        margin: 0 auto;
        text-align: center;
        font-weight: 100;
        color: #393939;
        font-size: 0.75rem;
        line-height: 1.3;
        padding-bottom: 20px;
    }

    header h2.midashi .text b {
        margin: 0 auto;
        text-align: center;
        font-weight: 800;
        color: #393939;
        font-size: 1rem;
        line-height: 1.5;
    }


 

	/* 詳細画像 */

	#titleandnav {

        margin: 0 auto;
		text-align: center;

    }
	
	#titleandnav img {

        padding-top: 0px;

		padding-bottom: 20px;
    }
	
	.wrapping{

      width: 100%;
      margin: auto;
      padding-top: 20px;
	  padding-bottom: 20px;

    }
	
	
    /* ナビゲーション */

    .event_nav ul {

    width: 375px;

    margin: 0 auto;

    }


    .event_nav li a {

        display: inline-block;

        float: left;

        box-sizing: border-box;

        width: 48%;

        min-height: 26px;

        margin: 1%;

        text-align: center;

        color: #fff;

        font-size: 0.9rem;

        text-decoration: none;

        padding: 0px 0px 0px 2px;
    }



    /* 画像100％表示 */

    img {

        width: 100%;

    }



    /*上部ナビゲーション*/
    ul.page_nav {

        position: fixed;

        display: flex;

        width: 100%;

        padding: 10px 0 0 0;

        z-index: 999;

        top: 40px;
        
        left: 0;

    }


    ul.page_nav li.kd {

        width: 100%;

        list-style-type: none;

        background-color: #0362a4;

        padding: 0px 0;

    }


    ul.page_nav li a {

        display: inline-block;

        width: 100%;

        height: 100%;

        text-decoration: none;

        text-align: center;

        line-height: 150%;

        color: #fff;

        font-size: 90%;

        font-weight: 100;

        padding: 6px;

        border: solid #fff 0.5px;

    }


    ul.page_nav li a:after {

        content: "\f105";

        position: relative;

        font-family: 'FontAwesome';

        margin-left: 10px;

    }



    /* section1 上　スペース
main #section1 p{

padding-top: 20px;

}

main #section5 p{

padding-top: 20px;

}

main #section11 p{

padding-top: 20px;

}
    */


    /* メインアイテム内見出し */

    p.sectiontitle img {

        width: 100%;

    }



    /* メインアイテム */

    .main_item {

        margin: 0 auto;

        text-align: center;

    }



    a:link,
    a:visited {

        color: #000000;

        text-decoration: none;

        display: inline-block;

    }



    .sell {

        font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;

        color: #A01E2F;

        font-weight: bold;

    }



    .box1:after,
    .box2:after,
    .box2 .price:after,
    .box3:after,
    .box4:after,
    .detail:after,
    ul:after {

        content: "";

        display: block;

        clear: both;

    }



    .main_item .box1 {

        padding: 2% 2% 3% 2%;

        margin: 0 2% 5%;

        background: #fff;

        border: #c9bdaf 1px solid;

    }



    .main_item .box1 .riSDAdWrap {

        padding: 2% 2% 5% 2%;

        -webkit-border-radius: 5px;

    }



    .box1 img {

        position: relative;

        width: 100%;

    }



    .box1 .detail {

        width: 100%
    }



    .box1 .detail img {

        float: left;

        width: 18%;

        margin-right: 3%;

    }



    .box1 .detail .name {

        font-size: 1.1rem;

        line-height: 1.5;

        margin-bottom: 2%;

        font-weight: bold;

        text-align: left
    }



    .box1 .detail .text {

        text-align: left;

        font-size: 0.95rem;

        line-height: 1.3;

        margin-bottom: 2%;

    }



    .box1 .detail .couponuse {

        width: 100%;

        color: #393939;

        margin-bottom: 1%;

        padding: 0;

        text-align: left;

        font-size: 0.85rem;

        font-weight: 600;

    }



    .box1 .detail .couponuse:after {

        content: "\f101";

        position: relative;

        font-family: 'FontAwesome';

        font-size: 1rem;

        margin-left: 3px;

    }





    .box1 .sell {

        float: right;

        font-size: 2.0rem;

    }



    .box1 .sell .en {

        font-size: 0.8rem;

    }



    .box1 .riSDAdWrap .free {

        position: relative;

        float: left;

        width: 33%;

        height: 36px;

        box-sizing: border-box;

        text-align: left;

        padding-left: 2%;

        margin: 2% 0 3% 0;

        background-color: #A01E2F;

        font-size: 1.2rem;

        color: #fff;

        line-height: 36px;

    }



    .box1 .riSDAdWrap .free:after {

        content: '';

        position: absolute;

        top: 0;

        right: 0;

        z-index: 2;

        border-width: 18px 10px;

        border-style: solid;

        border-color: transparent;

        border-right-color: #fff;

    }





    .main_item .box2 {

        width: 100%;

    }



    .main_item .box2 .riSDAdWrap {

        float: left;

        width: 46%;

        padding: 2% 2% 3% 2%;

        margin: 0 2% 5%;

        background: #fff;

        border: #c9bdaf 1px solid;

    }



    .main_item .box2 img.img {

        width: 100%;

        height: 100%;

    }





    .box2 .detail img {

        box-sizing: border-box;

        float: left;

        width: 19%;

        margin-right: 1%;

    }





    .box2 .detail .name {

        font-size: 0.75rem;

        line-height: 1.2;

        margin-bottom: 2%;

        font-weight: bold;

        text-align: left;

    }



    .box2 .detail .couponuse {

        width: 100%;

        color: #393939;

        margin-bottom: 1%;

        padding: 0;

        text-align: left;

        font-size: 0.7rem;

    }



    .box2 .detail .couponuse:after {

        content: "\f101";

        position: relative;

        font-family: 'FontAwesome';

        font-size: 0.75rem;

        margin-left: 0.5%;

    }



    .box2 .sell {

        position: relative;

        float: right;

        font-size: 1.0rem;

        margin-top: 5%;

    }



    .box2 .sell .en {

        font-size: 0.3rem;

    }



    .box2 .riSDAdWrap .free {

        float: left;

        text-align: center;

        box-sizing: border-box;

        color: #A01E2F;

        border: solid 1px #A01E2F;

        width: 20%;

        font-size: 0.7rem;

        line-height: 1;

        margin-top: 2%;

        margin-bottom: 2%;

        padding-top: 2%;

        padding-bottom: 2%;

    }



    .riSDAdWrap .detail::after {

        text-align: center;

        content: "ご注文はコチラ ""\f054";

        font-family: 'FontAwesome';

        display: block;

        width: 100%;

        background: #0362a4;

        color: #fff;

        border-radius: 5px;

        -webkit-border-radius: 5px;

        -moz-border-radius: 5px;

        padding: 10px 0;

        font-size: 85%;

    }



    .main_item .motto a {

        float: right;

        color: #393939;

        font-size: 0.8rem;

        margin-right: 5%;

    }



    .main_item .motto a:after {

        content: "\f105";

        position: relative;

        font-family: 'FontAwesome';

        font-size: 17px;

        margin-left: 10px;

    }


    /* サブアイテム内見出し */

    .sub_item h3 {

        font-size: 90%;

        font-weight: 100;

    }


    /* サブアイテム */

    .sub_item {

        box-sizing: border-box;

        width: 96%;

        margin: 5% auto 0;

        background: #fff;

        border: #c9bdaf 1px solid;
    }



    .box3 {

        width: 96%;

        padding: 2% 2% 2% 2%;

        margin: 0 auto;

    }



    .box3 .item {

        position: relative;

        float: left;

        width: 50%;

        height: 50%;

        padding: 2%;

        margin: 0 auto;

    }



    .box3 .item .detail .name {

        font-size: 0.75rem;

        line-height: 1.2;

        margin-bottom: 2%;

        text-align: left;

    }



    .detail .name {

        text-align: left;

        font-weight: 500;

    }



    .box3 .item .free {

        float: left;

        text-align: center;

        box-sizing: border-box;

        color: #A01E2F;

        font-weight: bold;

        border: solid 1px #A01E2F;

        width: 40%;

        font-size: 0.8rem;

        line-height: 1.3;

        margin-bottom: 2%;

        padding-top: 1%;

    }



    #section7 .sub_item .box3 .item .sell {

        position: relative;

        float: right;

        font-size: 1rem;

    }






    /*------------------------------------------------------------
	footer関連
------------------------------------------------------------*/



    /* 検索窓 */

    .search_box {
        width: 315px;
        margin: 0 auto;
        overflow: hidden;
    }

    .search_box input[type=text] {
        width: 200px;
    }

    .search_box #keyword {
        margin-right: 2px;
        float: left;
    }


    /*------------------------------------------------------------
	カテゴリ別
------------------------------------------------------------*/


    section.cate h2 {
        text-align: center;
        padding: 10px;
    }

    .cate .contents ul {
        display: table;
        width: 100%;
        border-bottom: 1px #ddd solid;
        background: #E5E5E5;
    }

    .cate .contents ul li {
        display: table-cell;
        width: 50%;
        text-align: left;
        height: 50px;
        line-height: 50px;
        border-left: 1px #ddd solid;
        font-size: 0.8em;
        vertical-align: middle;
    }

    .cate .contents ul li img {
        width: 25%;
        vertical-align: middle;
        margin-right: 5px;
    }

    div.contents_subject {
        float: left;
        vertical-align: middle;
        color: #000;
        text-indent: 0.5em;
    }


    /*------------------------------------------------------------
	価格別
------------------------------------------------------------*/

    .price h2 {
        text-align: center;
        margin: 10px;
    }

    .price .contents ul {
        display: table;
        width: 100%;
        background: #E5E5E5;
        margin-bottom: 10px;
    }

    .price .contents ul li {
        text-align: left;
        height: 40px;
        line-height: 40px;
        font-size: 0.9em;
        vertical-align: middle;
        border-bottom: 1px #ddd solid;
    }

    div.contents_subject {
        width: 100%;
        vertical-align: middle;
        color: #000;
    }


    /* 令和元年カード付き */

    .whitebox {
        margin: -5px auto auto auto;
        width: 98%;
        color: #575757;
        font-size: 75%;
    }



    /* rightバナー */

    .right_banner {

        width: 80px;

        position: fixed;

        bottom: 50px;

        right: -15px;



    }



    .right_banner:hover {

        right: 0px;

    }




    .right_nav a {

        color: #fff;

    }




    /* pc用右バナー*/

    #right_navi {

        position: absolute;

        z-index: -999;

        top: 0;

        right: 0;

        display: none;

    }



}

/* コピーボタン */
.copy_btn {
  width:80%!important;
  padding: 12px 0;
  margin-left: auto!important;
  margin-right: auto!important;
  color:#ffffff;
  font-weight:bold;
  background: #0362a4;
  border: solid 2px #0362a4;
  border-radius: 3px;
  transition: .4s;
  text-align: center;
}
 
.copy_btn:hover {
  background: #ffffff;
  color: #0362a4;
}
.copy_btn:hover {
	cursor: pointer;
}

 　　　/* ランキングスライダー*/

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:100%;
    margin:0 auto;
}

.slider img {
    width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
	margin:0 auto;
}

.slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: 3%;
    transform: rotate(-135deg);
	z-index: 31;
}

.slick-next {/*次へ矢印の位置と形状*/
    right: 3%;
    transform: rotate(45deg);
	z-index: 30;
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    display:none;
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

/*価格等設定*/

.slider .detail{
    text-align:center;
}

.slider .box2 {

        float: left;

        width:65vw;
    height:auto;

        padding: 2% 2% 3% 2%;

        margin: 2% 2% 3% 2%;

        background: #fff;

        border: #c9bdaf 1px solid;

    }

.slider .box2 .free {

        position: relative;

        float: left;

        width: 45%;

        height: 36px;

        box-sizing: border-box;

        text-align: left;

        padding-left: 2%;

        margin: 2% 0 3% 0;

        background-color: rgb(237, 21, 22);

        font-size: 1.2rem;

        color: #fff;

        line-height: 30px;

    }

.slider .box2 .free:after {

        content: '';

        position: absolute;

        top: 0;

        right: 0;

        z-index: 2;

        border-width: 18px 10px;

        border-style: solid;

        border-color: transparent;

        border-right-color: #fff;

    }

.slider .box2 .sell {

        position: relative;

        float: right;

        font-size: 1.3rem;

        margin-top: 5%;

    }



.slider .box2 .sell .en {

        font-size: 0.5rem;

    }

/*よくある質問*/
.sec10 {
  padding: 6.5104166667vw 0 10.4166666667vw;
}
.sec10 h2 {
    width: 100%;
    margin: 0 auto 3.90625vw; 
}
.sec10 .qa_box {
    width: 89.84375vw;
    margin: 0 auto 2.6041666667vw;
    padding: 3.90625vw 0;
}
.sec10 .qa_box .qa_in {
      padding: 2.6041666667vw 0 1.3020833333vw 3.515625vw;
      background: #fff;
      border: #c9bdaf 1px solid;
}
.sec10 .qa_box .qa_in .qa_q {
        font-size: 3.90625vw;
        font-weight: bold;
        padding-left: 8.4635416667vw;
        padding-bottom: 4.5572916667vw;
        background: url(../img/img_qa_q_1.png) no-repeat left top/6.640625vw 5.5989583333vw, url(../img/sp_img_qa_line_1.png) no-repeat left bottom/83.3333333333vw 4.0364583333vw; 
}
.sec10 .qa_box .qa_in .qa_a {
        line-height: 1.5;
        width: 80vw;
        padding-left: 8.4635416667vw;
        background: url(../img/img_qa_a_1.png) no-repeat left top/6.640625vw 5.5989583333vw; 
}

.sp_none {
  display: none;
}

/* 価格で選ぶ */
.budget {
    width: 98%;
    margin: 20px auto 50px;
}
.b_btn {
    margin-bottom: -1em;
}
.budget li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 89.84375vw; 
}
.budget li:nth-child(-n+2) {
    margin-bottom: 2.6041666667vw; 
}
.budget li .b_img {
    width: 41.6666666667vw; 
}
.budget li .b_text {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    width: 44.921875vw;
    height: 11.71875vw; 
}
.budget li .b_btn a {
    display: block;
    color: #fff;
    font-size: 3.125vw;
    text-align: center;
    line-height: 9.1145833333vw;
    width: 44.921875vw;
    background: #0362a4;
    position: relative; 
}
.budget li .b_btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.6041666667vw;
    width: 1.3020833333vw;
    height: 1.3020833333vw;
    margin-top: -0.9114583333vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
}
/* まとめ買いクーポン */
.coupon {
    margin: 0 auto;
    text-align: center;
    font-weight: 100;
    color: #393939;
    font-size: 0.80rem;
    line-height: 1.3;
    padding: 20px;
}
#matomewari {
    font-weight: 800;
    color: #393939;
    font-size: 1.00rem;
    line-height: 1.5;
}
.coupon p {
    padding: 10px 0;
}
.red {
    color: #cc0000;
}
.gradation {
    margin-bottom: -20px;
}
/* 動画調整 */
video {
    width: 100%;
}

/* おまとめ訴求 */
.otoiawase {
    margin: 0 auto;
    text-align: center;
    font-weight: 100;
    color: #393939;
    font-size: 0.80rem;
    line-height: 1.3;
}
.otoiawase p {
    padding: 10px 0;
}


.otoiawase_cate2 {
    display: block;
    text-align: center;
    margin: 10% auto;
    width: 100%;
}

.otoiawase_cate21 {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.otoiawase_cate21 a {
    display: block;
    /* width: 100%; */
    background: #232939;
    color: #fff;
    padding: 30px 40px;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 500;
    /* width: 250px; */
    margin-bottom: 10px;
}
.otoiawase_cate21 a:after {
    margin-left: 20px;
    content: "\f138";
    font-family: "FontAwesome";
}
.otoiawase_cate22 {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
    text-align: center;
}
.otoiawase_cate22 a {
    display: block;
    background: #007703;
    color: #fff;
    margin: 0 auto;
    padding: 30px 30px;
    font-size: 1.2rem;
    font-weight: 500;
    /* width: 100%; */
    /* width: 550px; */
}
.otoiawase_cate22 a:after {
    margin-left: 20px;
    content: "\f138";
    font-family: "FontAwesome";
}