@charset "utf-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body{
    font-family: -apple-system, BlinkMacSystemFont, GeneralFonts, Hiragino Kaku Gothic ProN, Yu Gothic Medium, YuGothic-Medium, 游ゴシック Medium, YuGothic, 游ゴシック, Meiryo, Helvetica Neue, Segoe UI, sans-serif;
    color: #34333C;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.bold{font-weight:700;}
a{
	text-decoration: underline;
	color:#3366CF;/* リンク色 */
    word-break: break-all;
    text-indent: 0;}
a:hover{
	text-decoration: none;}

.maker{/* マーカー背景色 */
	background: linear-gradient(transparent 0%, #fff9d5 0%);
}
/*色-------------*/
.sj_backup .color {/*キャンセル費用バックアッププラン*/
    color: #b94199;
}
.sj_injury .color {/*ケガプラン*/
    color: #002367;
}
.sj_bicycle .color {/*自転車プラン*/
    color: #ff9c00;;
}
.sj_compensation .color {/*日常生活賠償プラン*/
    color: #fe6306;
}
.sj_itemstocarry .color {/*携行品プラン*/
    color: #ff5a7b;
}
.sj_golfer .color {/*ゴルファープラン*/
     color: #12952b;
}
/*色ここまで-------------*/

/*************************************************
PC
**************************************************/
.only_pc{display: block!important;}
.only_sp{display: none!important;}
.pd_t_b_50{padding: 50px 0;}
.pd_t_b_40{padding: 40px 0;}
.pd_t_b_30{padding: 30px 0;}
.pd_t_b_20{padding: 20px 0;}
.pd_t_b_10{padding: 10px 0;}
.mt_60{margin-top: 60px;}
.mt_50{margin-top: 50px;}
.mt_40{margin-top: 40px;}
.mt_30{margin-top: 30px;}
.mt_20{margin-top: 20px;}
.mt_15{margin-top: 15px;}
.mt_10{margin-top: 10px;}
.pb_60{padding-bottom: 60px;}
.pb_20{padding-bottom: 20px;}
.w1100{width:1100px;margin:0 auto;}
.w1000{width:1000px;margin:0 auto;}
.w950{width:950px;margin:0 auto;}
.w900{width:900px;margin:0 auto;}

.note,
.notice{
    font-size: 1.4rem;
}
.notice{
    padding-left: 1.5em;
    position: relative;
}
.notice:before{
    content: "※";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.indent{
 padding-left: 1em;
text-indent: -1em;
}

/*contents-------------*/
.contents{
	background: #fbf1f2;
	padding: 40px 0 70px;
}
.contents .w900{
	background: #ffffff;
	border-radius: 12px;
	padding: 0 30px 30px;
}
.planName_box{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	padding: 30px 0 ;
}
.planName_box img{
	margin-right: 15px;
}
.planName{
	font-size: 1.6rem;
}
.price{
	font-size: 2.4rem;
	line-height: 1;
	margin-top: 5px;
}
.price span{
	font-family: 'Arial';
	font-size: 4.0rem;
	padding: 0 5px;
}
.explanation_box{
	padding: 25px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
	margin-bottom: 30px;
}
.feature_box{
	display: flex;
	justify-content: space-between;
}
.feature_box{
	font-size: 1.6rem;
}
.feature_box > li{
	width: 48%;
}
.feature_box h2{
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: bold;
}
.info-jump{
	font-size: 1.8rem;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
    justify-content: center;
}
.info-jump img{
	width: 200px;
}
.btn_list{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.btn_list li{
	width: 46%;
}
.btn_list a{
	background-color: #cc0022;
	color: #ffffff;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 15px 40px 13px 15px;
	border-radius: 999px;
	display: block;
	text-align: center;
	border: 2px solid #cc0022;
	transition: 0.1s;
}
.btn_list a:hover{
	opacity: 0.6;
}
.btn_list .white a{
	background-color: #ffffff;
	color: #cc0022;
}
.btn_list .white a:hover{
	opacity: 1;
	background-color: #cc0022;
	color: #ffffff;
}

/*************************************************
SP
**************************************************/
@media screen and (max-width: 780px) {	
.only_sp{display: block!important;}
.only_pc{display: none!important;}
.pd_t_b_50{padding: 30px 0;}
.pd_t_b_40{padding: 25px 0;}
.pd_t_b_30{padding: 20px 0;}
.pd_t_b_20{padding: 15px 0;}
.pd_t_b_10{padding: 5px 0;}
.mt_50{margin-top: 30px;}
.mt_40{margin-top: 25px;}
.mt_30{margin-top: 20px;}
.mt_20{margin-top: 15px;}
.mt_15{margin-top: 10px;}
.mt_10{margin-top: 5px;}
.pb_60{padding-bottom: 40px;}
.pb_30{padding-bottom: 20px;}
.pb_20{padding-bottom: 15px;}
.w1100,.w1000,.w950,.w900{
	width:auto;
	margin:0 10px;
}
.note,
.notice{
    font-size: 1.2rem;
}
.notice{
    padding-left: 1.5em;
}
/*contents-------------*/
.contents{
	padding: 30px 0 40px;
}
.contents .w900{
	padding: 0 15px 30px;
}
.planName_box{
	padding: 30px 0 ;
}
.planName_box img{
	margin-right: 15px;
}
.price{
	font-size: 2.4rem;
	line-height: 1;
	margin-top: 5px;
}
.price span{
	font-family: 'Arial';
	font-size: 4.0rem;
	padding: 0 5px;
}
.explanation_box{
	padding: 25px 0;
    font-size: 2.0rem;
	margin-bottom: 30px;
}
.feature_box{
	display: block;
}
.feature_box{
	font-size: 1.4rem;
}
.feature_box > li{
	width: 100%;
	margin-bottom: 20px;
}
.feature_box h2{
    margin-bottom: 5px;
    font-size: 1.8rem;
}
.info-jump{
	font-size: 1.6rem;
}
.info-jump img{
	width: 120px;
}
.btn_list{
	display: block;
	margin-top: 20px;
}
.btn_list li{
	width: 100%;
	margin-top: 10px;
}
.btn_list a{
	padding: 12px 40px 10px 15px;
	font-size: 1.8rem;
}


}/*SP体裁ここまで--------------------------------------------- */


/* down_arrow 下向きアロー
------------------------------------------------------------ */
    a.down_arrow {
    position: relative;
    padding-right: 16px;
    text-decoration: none;
	}
    a.down_arrow:hover {
        border-bottom: none;
	}
    .down_arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 3px;
    top:0.5em;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-135deg);
}
@media screen and (max-width: 740px) {
    a.down_arrow {
    position: relative;
    padding-right: 17px;
    text-decoration: none;
	}
	.down_arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 3px;
    top:0.4em;
    width: 0.6em;
    height: 0.6em;
    border: 2px solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-45deg);
}
}
/* arrow 右向きアロー
------------------------------------------------------------ */
    a.arrow {
    position: relative;
    text-decoration: none;
	}
    a.arrow:hover {
        border-bottom: none;
	}
    .arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 30px;
    top:25px;
    width: 0.6em;
    height: 0.6em;
    border: 3px solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-135deg);
}
@media screen and (max-width: 740px) {
    a.arrow {
    position: relative;
    padding-right: 17px;
    text-decoration: none;
	}
	.arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 20px;
    top:21px;
    width: 0.6em;
    height: 0.6em;
    border: 2px solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-135deg);
}
}
