@charset "utf-8";
/*-----------------------------------

common.css
基本レイアウト

-----------------------------------*/
#sp_guide{display: none!important;}

#guide img{display: inline-block; width: auto; max-width: 100%;}


#guide ul, #guide ol {
  margin: 0;
  padding: 0;
  list-style: none;
}


#guide table {
  border-collapse: collapse;
  border-spacing: 0;
}

.font-red{
	color: #f00;
}
.font-pink{
	color: #FF829C;
}

.btn-type01{
	margin: 5px 0;
	display: inline-block;
	color: #fff;
	background: #FF829C;
	border-radius: 5px;
	line-height: 100%;
	font-size: 120%;
	padding: 10px;
}


/*見出し
-----------------------------------*/
.headline01,
.headline02 {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    line-height: 1.15;
}
    .contentBox01 .headline01 { margin-bottom: 15px; }
.headline02 {
    font-weight: bold;
    font-size: 20px;
}
.headline03 {
    margin: 20px 0;
    font-size: 20px;
    text-align: center;
    line-height: 1.15;
}

.headline04 {
/*    margin: 10px 0;
    padding: 20px 0;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    line-height: 1.15;*/
    display: flex;
    flex-direction: var(--title-direction);
    align-items: center;
    margin: 2rem 0;
    margin: 2.3rem 0 0;
    text-align: center;
    text-transform: var(--title-transform);
    border-bottom: 1px solid #eee;
    padding-bottom: 4rem;
    padding-bottom: 3.7rem;
    font-size: 2.6rem;
    font-weight: var(--fw-medium);
    letter-spacing: 0.2em;
    line-height: 1;
}
.static-side {
    margin-top: 4rem;
}
.contentBox01 .headline04 { padding-top: 0; }


.heading01 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 1.15;
}
    .heading01 .iconRequire01 { margin-right: 8px; }
.heading02 {
    margin: 0 0 20px;
    font-size: 18px;
    text-align: center;
    line-height: 1.15;
}

.heading03 {
    margin-bottom: 10px;
    padding: 13px 20px;
    background: #d6d6d6;
    font-size: 14px;
    font-weight: bold;
}

/*ボックス
-----------------------------------*/
.contentBox01 {
    position: relative;
    margin-bottom: 30px;
    padding-top: 30px;
/*    border-top: 1px solid #d6d6d6;*/
}
.itemList01.contentBox01 { padding-left: 13px; }
.btBottom{
	 padding-bottom: 3em;
}

/* 2つ並びボックス */
.columnWrap01 {
    display: table;
    width: 100%;
    margin: 30px 0;
}
  #guide .columnBox01 {
        display: table-cell;
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 30px;
        border: 1px solid #d6d6d6;
    }
    .columnBox01:last-child {
        border-left: none;
    }
   #guide .columnBox02 {
        display: table-cell;
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .columnBox02:first-child { padding-right: 10px; }
    .columnBox02:last-child { padding-left: 10px; }



/*ボタン
-----------------------------------*/

/* 右矢印つき　黒 */
.btnNext01 {
    display: block;
    padding: 8px 8px 7px 0;
    border: none;
    border-radius: 4px;
    background: #333 url(../../images/guide/ico_arrow_white01.png) no-repeat right center;
    color: #fff;
    text-align: center;
}
input.btnNext01 {
    width: 100%;
    border: none;
}
    .btnNext01 input {
        width: 100%;
        border: none;
        background: transparent;
        color: #fff;
    }
.btnNext01:hover { background-color: #5c5c5c; }

/* ======= 検索ボタン ======= */


/* 右矢印つき　グレー */
.btnNext02 {
    display: block;
    padding: 8px 8px 7px 0;
    border: none;
    border-radius: 4px;
    background: #858585 url(../../images/guide/ico_arrow_white01.png) no-repeat right center;
    color: #fff;
    text-align: center;
}
.btnNext02:hover { background-color: #adadad; }


/* 右矢印つき　黒 */
.btnNext03 {
    display: block;
    box-sizing: border-box;
    padding: 16px 8px 15px 0;
    border: none;
    border-radius: 4px;
    background: #dc2525 url(../../images/guide/ico_arrow_white01.png) no-repeat right center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
}
input.btnNext03 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: none;
    color: #fff;
}

/* 左矢印つき　黒 */
.btnPrev01 {
    display: block;
    padding: 8px 0 7px 8px;
    border: none;
    border-radius: 4px;
    background: #333 url(../../images/guide/ico_arrow_white03.png) no-repeat left center;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
input.btnPrev01 {
    width: 100%;
}
    .btnPrev01 input {
        border: none;
        background: transparent;
        color: #fff;
    }
.btnPrev01:hover { background-color: #5c5c5c; }

/* ×印つき */
.btnCancel01 {
    display: block;
    padding: 8px 8px 7px 0;
    border: none;
    border-radius: 4px;
    background: #333 url(../../images/guide/ico_clear_white01.png) no-repeat right center;
    color: #fff;
    text-align: center;
}

/* ×印つきグレー */
.btnCancel02 {
    display: block;
    padding: 8px 8px 7px 0;
    border: none;
    border-radius: 4px;
    background: #858585 url(../../images/guide/ico_clear_white01.png) no-repeat right center;
    color: #fff;
    text-align: center;
}



/* ボタンボックス */

.btnBox01 {
    margin: 30px 0 40px;
}
.btnBox01 .btnNext01,
.btnBox01 .btnNext03,
.btnBox01 .btnPrev01,
.btnBox01 .btnCancel01,
.btnBox01 .btnCancel02 {
    display: block;
    width: 322px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  text-decoration: none;
}
.btnBox01 .btnPrev01 {
    margin-top: 10px;
}

.btnBox02 {
    margin: 30px 0 40px;
    text-align: center;
}
.btnBox02 .btnNext01,
.btnBox02 .btnNext03,
.btnBox02 .btnPrev01,
.btnBox02 .btnCancel01,
.btnBox02 .btnCancel02 {
    display: inline-block;
    width: 322px;
    margin: 0 13px;
  text-decoration: none;
}

.btnBox02 .btnNext03 a{
	color: #fff;
  text-decoration: none;
}



/*通常テーブル
-----------------------------------*/
.normalTable01 {
    width: 100%;
}
    .normalTable01 th,
    .normalTable01 td {
        padding: 8px 20px;
        border: 1px solid #ccc;
        font-size: 14px;
        line-height: 1.4;
    }
    .normalTable01 th {
        background: #f3f3f3;
        font-weight: normal;
        text-align: left;
    }



/*フォームパーツ
-----------------------------------*/

/* 入力 */
.inputText01 {
    width: 300px;
    margin-right: 5px;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
.inputText01.zip,
.inputText01.short { width: 70px; }
.inputText01.address { width: 410px; }






/* clearfix*/
#guide::after,
#guide div:after,
#guide ul:after,
#guide ol:after,
#guide dl:after, 
#guide .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
#guide,#guide div,#guide ul,#guide ol,#guide dl, #guide .list_item a, #guide .clearfix { display: block; }



