@charset "UTF-8";
#mypage-about,
#mypage-sec01,
#mypage-sec02,
#mypage-sec03{
	background:#f9f9f9;
}

#mypage-main-pc{
	width:100%;
/*	height:100%;*/
	background:url("/mypage/assets/img/mypage_ad/main_img_bg.png") 50% 50% no-repeat;
	background-size:cover;
}

.fontstyle{
  font-family:"ヒラギノ丸ゴ W4 JIS2004";
}

.fontstyle_w6{
  font-family:"ヒラギノ丸ゴ W6 JIS2004";
}

.color-blue{
	color:#005DAB !important;
}

.color-orange{
	color:#f38200 !important;
}

.nav{
	background:#FFCB76;
	padding-top:47.4%;
}

.nav a.btnarrow:visited,
.nav a.btnarrow:hover {
	color:#f38200 !important;
	text-decoration: none !important;
}

.media2 img{
	text-align: right;
}

.wrap{
	padding-right:3rem;
	padding-left:3rem;
}

#mypage-sec02 .wrap{
	padding-right:2rem;
	padding-left:2rem;
}

.no-gutters {
	margin-right: -1rem;
	margin-left: -1rem;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 1rem;
	padding-left: 1rem;
}

.ttl {
	width: 100%;
	position: relative;
	color: #333333;
	text-align: center;
	padding:1rem;
	background-color:#FFCB76;
}
.ttl:after {
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -25px;
	border: 25px solid transparent;
	border-top-color:#FFCB76;
	content: '';
}

.ttl_num{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background:#f38200;
	color:#ffffff;
	text-align:center;
	line-height: 40px;
	margin-right:.5rem;
}

.ttl_icon{
	display:flex;
	vertical-align: middle;
	align-items: center;
}

.img_text{
	display:flex;
	vertical-align: middle;
	align-items: center;
}

.link-arrow::before{
	margin-right:0 !important;
}

.bg-gray{
	background: #f9f9f9;
}

.border-orange{
	border-bottom:2px solid #f38200;
	padding-bottom:.5rem;
	margin-bottom:.5rem;
}

.border-left-orange{
	border-left:6px solid #FFCB76;
	padding-left:1rem;
}

.border-left-orange span{
	display: block;
}

#mypage-sec01 .ul__disc--txt{
	color:#f38200 !important;
}

#mypage-sec01 li{
	text-indent: -1rem;
}

#mypage-sec01 li:before{
	content: "●";
	color:#f38200;
}

.function-list{
	padding: 1.5rem 1rem 0 1rem;
	margin:3px;
}

.function-list-inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.function-list-inner .box,
.function-list-inner .box-txt{
	width: 32%;
	padding:1rem;
	margin-bottom:1rem;
	background:#F4F4F4;
	border-radius: 6px;
}

.function-list-inner .box-txt{
	display: flex;
	align-items: center;
}

.function-list-inner.empty::after{
	content: "";
  width: 32%;
}

#mypage-sec01 .ol.annotation li {
	text-indent:0;
}

#mypage-sec01 .ol.annotation li:first-child:before {
    padding-top: 0;
}
#mypage-sec01 .ol.annotation li:before {
    white-space: nowrap;
    content: '※';
    display: table-cell;
    padding-right: 0.25rem;
    padding-top: 0.25rem;
		color:#333333;
}

#mypage-sec01 .ol.annotation li.annotation__number:before {
    content: "※" counter(cnt) "";
}

#mypage-sec02 dt:before{
	content: "●";
	color:#f38200;
}

.boxflex{
	display: flex;
}

.box-white,
.box-white2{
	background:#ffffff;
	box-shadow: 0 0 5px #cccccc;
	border-radius: 8px !important;
	padding:2rem;
	}

.box-white2{
	width:50%;
	margin-right:1rem;
	margin-left:1rem;
	}

.card{
	box-shadow: 0 0 5px #cccccc;
	border:none !important;
	border-radius: 8px !important;
}

.card-body{
	padding:2rem !important;
}

.ul__disc{
	color:#333333;
}

.textkazari:before{
	color:#f38200;
	display: inline-block;
	content: "＼";
}

.textkazari:after{
	color:#f38200;
	display: inline-block;
	content: "／";
}

.spbreak{
	display: none;
}

/* btn */
button:focus {
	outline:0;
}

button:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.btncv{
	display: block;
	line-height: 1.25;
	text-decoration:none;
	font-weight:bold;
	background:#F38200;
	color:#ffffff !important;
	border-radius:8px;
	box-shadow: 0 9px #AF611E;
	padding:1rem 0;
	text-align: center;
	position: relative;
	cursor: pointer;
	width:100%;
	border-style:none;
}

.btncv:after{
	content:"";
	position:absolute;
	top:0;
	bottom:.1rem;
	right:5%;
	margin:auto;
	width: .6rem;
	height: .6rem;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
}

a.btncv:visited,
a.btncv:hover {
	color:#ffffff !important;
	text-decoration: none !important;
}

.link-arrow__conts--text a{
	color:#333333 !important;
}

.btnarrow{
	display: block;
	line-height: 1.25;
	text-decoration:none;
	font-weight:bold;
	background:#ffffff;
	color:#F38200 !important;
	border:2px solid #F38200;
	border-radius:8px;
	padding:1rem 2.25rem 1rem 1rem;
	text-align: center;
	position: relative;
	cursor: pointer;
	width:100%;
}

.btnarrow:after{
	content:"";
	position:absolute;
	top:0;
	bottom:.1rem;
	right:5%;
	margin:auto;
	width: .6rem;
	height: .6rem;
	border-top: 2px solid #F38200;
	border-right: 2px solid #F38200;
	transform: rotate(135deg);
}

.btnfaq,
.btnstep,
.btnfeature,
.btnlink-arrow{
	text-decoration:none;
	position: relative;
	text-indent:2rem;
	line-height:2rem;
	font-weight:bold;
 	background:#FFCB76;
	color:#333333 !important;
	border-radius:8px;
	box-shadow: 0 6px #EA9B19;
	padding:1rem 2rem;
	text-align: center;
	cursor: pointer;
	width:100%;
	border-style:none;
}

.btnlink-arrow{
	text-indent: unset;
	line-height: unset;
	padding:.8rem 2rem;
}

.btnstep{
	padding:.5rem 2rem;
}

.btnfaq:before{
	position: absolute;
	left:1.5rem;
	content:"";
	display:inline-block;
	width:2.25rem;
	height:2.25rem;
	background:url(/mypage/assets/img/mypage_ad/btn_icon_fukidashi.png) no-repeat;
	background-size:contain;
}

.btnstep:before{
	position: absolute;
	left:1.5rem;
	content:"";
	display:inline-block;
	width:2.25rem;
	height:2.25rem;
	background:url(/mypage/assets/img/mypage_ad/btn_icon_step.png) no-repeat;
	background-size:contain;
}

.btnfeature:before{
	position: absolute;
	left:1.5rem;
	content:"";
	display:inline-block;
	width:2.25rem;
	height:2.25rem;
	background:url(/mypage/assets/img/mypage_ad/btn_icon_feature.png) no-repeat;
	background-size:contain;
}

.btnlink-arrow::after{
	content:"";
	position:absolute;
	top:0;
	bottom:.1rem;
	right:5%;
	margin:auto;
	width: .6rem;
	height: .6rem;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	transform: rotate(45deg);
}

.nav a,
.nav a:visited,
.nav a:hover,
.btncv a,
.btncv a:visited,
.btncv a:hover{
	text-decoration: none !important;
	border-color:none !important;
　}

a.btnfaq:visited,
a.btnfaq:hover,
a.btnstep:visited,
a.btnstep:hover {
	color:#333333 !important;
	text-decoration: none !important;
}

.btnlink{
	position: relative;
	width: 100%;
}

.btnlink div::after {
    color: #fca518;
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
}

.btnlink a{
	display: block;
	color:#333333 !important;
	padding-right:1rem;
}


/* modal */
.container-mp {
	max-width: 100% !important;
  height: 100%;
  overflow-y: auto;
}

.safe-life-modal {
	width: 80% !important;
	border-radius:8px !important;
	height: 90%;
	background: #ffffff;
	padding:1.5rem;
	z-index: 10002;
}

h2.radius-orange:before {
    content: "●";
    color: #f38200;
}

#over-ray-bg{
	z-index: 10001;
}

/* sp */
@media (max-width: 540px) {
	.btntxt{
	display: block;
	line-height: 1.25;
	text-decoration:none;
	text-align: center;
	padding-left:1rem;
	color:#333333 !important;
	position: relative;
}

	.btntxt:before{
		left:0;
	}
}

#scroll_btn {
	position: fixed;
	padding:0;
	right:6.5rem;
	bottom: 0;
	z-index: 10000;
}

#scroll_btn img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media (min-width: 768px) {
	.pc{
		display: none;
	}
}

@media (max-width:990px){
	/* .function-list__item.item_center {
    padding-top: 1rem;
	}*/

	.function-list-inner .box,
	.function-list-inner .box-txt{
	width:48%;
	}
} 

@media (max-width: 768px) {
	#mypage-main-sp .spbg{
		width:100%;
		height:auto;
		overflow: hidden;
		background:url("/mypage/assets/img/mypage_ad/main_img_bg_sp.png") 0 0 no-repeat;
		background-size:cover;
	}
	
	.order1 {
		order: 1;
	}
	.order2 {
		order: 2;
	}
	
	.img_text{
		flex-wrap: wrap;
	}
	
	.img_text img{
		width:60%;
		padding-top:1rem;
		padding-right:0 !important;
	}
	
	.img_text span{
		display: block;
		text-align: center;
		font-size:20px;
	}

	.function-list-inner .box,
	.function-list-inner .box-txt{
		width:100%;
		}
	
	.wrap,
	#mypage-sec02 .wrap{
		padding-right:.8rem;
		padding-left:.8rem;
	}
	
	.box-white2{
		margin-right:0; 
		margin-left:0;
	}
	
	.no-gutters {
		margin-right: -0.625rem;
		margin-left: -0.625rem;
	}

	.no-gutters > .col,
	.no-gutters > [class*="col-"] {
		padding-right: 0.625rem;
		padding-left: 0.625rem;
	}
	
	.box-white{
		padding:1rem
	}
	
	.btncv{
  		padding:1rem 0;
	}
	
	.textkazari:before{
		content: none !important;
	}

	.textkazari:after{
		content: none !important;
	}
	
	.sp{
		display: none !important;
	}
	
	.card-body{
		padding:1rem !important;
	}
	
	.boxflex{
		display: block;
	}
	
	.box-white2{
		width:100%;
	}
	
	#scroll_btn {
		right:0;
		bottom: 0;
	}
	
	#scroll_btn img{
		padding-right: 0.5rem;
    	padding-left: 0.5rem;
	}
	
	.safe-life-modal {
		width: 90% !important;
    	border-radius: 8px !important;
    	max-height: 85%;
    	overflow: scroll;
    	background: #ffffff;
    	padding: .5rem;
	}
}

@media (max-width: 540px) {
	.container {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.spbreak{
		display: block !important;
	}
}

/* 22.07.27追加 */
/* /mypage/guide/assets/css/mypage_movie.cssの解除 */
#mypage-movie {
	background-color:unset !important;
	padding-bottom:0 !important;
  }
  
  #mypage-movie .mypage-movie_cnt {
	padding: 0 !important;
  }
  
  #mypage-movie .mypage-movie_cnt .mypage-movie_cnt_box .mypage-movie_cnt_box_wrap {
	background-color: unset !important;
	border-radius: 0 !important;
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
	margin-bottom: 0 !important;
	padding: unset !important;
  }

#movie-sec02 .mypage-movie_cnt_box_movie,
#movie-sec03 .mypage-movie_cnt_box_movie,
#movie-sec04 .mypage-movie_cnt_box_movie{
	margin-top:1.5rem;
}

@media (max-width: 768px) {
	#movie-sec02 .mypage-movie_cnt_box_movie,
	#movie-sec03 .mypage-movie_cnt_box_movie,
	#movie-sec04 .mypage-movie_cnt_box_movie{
		margin-top:.5rem;
	}
}