@charset "UTF-8";

/*===　下部固定バー　===*/
.bottom_bar_type1 { display: block }


.common_main_visual {
	height: 100px;
	background: transparent linear-gradient(108deg, #E4491CCB 0%, #0387B1C9 100%) 0% 0% no-repeat padding-box;
}
.common_main_visual_text {
	background: transparent!important;
}


/*===============================================
●スマホ用（700px未満）
===============================================*/
@media screen and (max-width:699px) {

	.mypage_contents_box {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mypage_cbox01 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.mypage_cbox01 figure {
		padding: 10px;
		background-color: #fff;
	}

	.mypage_cbox02 {
		padding-top: 30px;
		padding-bottom: 30px;
		background-color: #fff;
	}
	.mypage_required_time_box {
		margin-top: 30px;
	}
	.mypage_headline {
		padding-bottom: 10px;
		border-bottom: 5px solid #0387B1;
	}
	.mypage_headline span {
		display: block;
		color: #0387B1;
	}
	.mypage_headline span:nth-of-type(1) {
		font-size: 18px;
		font-weight: bold;
	}
	.mypage_headline span:nth-of-type(2) {
		margin-top: 5px;
		font-size: 14px;
	}
	.mypage_item {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 15px 0;
		text-align: left;
		font-size: 14px;
		border-bottom: 1px solid #707070;
	}
	.mypage_item_last .mypage_item_text {
		white-space: normal;
	}
	.mypage_item_title {
		font-weight: bold;
		padding-left: 10px;
		white-space: nowrap;
	}
	.mypage_item_wrap {
		white-space: nowrap;
	}
	.mypage_item_text {
		padding-left: 10px;
	}
	.mypage_item_link {
		width: 100%;
		text-align: right;
	}
	.mypage_item_link a {
		color: #0387B1;
		text-decoration: underline;
	}

	#from_tokyo,
    #from_shinagawa,
    #from_shibuya,
    #from_shinjuku,
    #from_ikebukuro,
    #from_haneda,
    #from_narita {
        margin-top:-50px;
		padding-top:50px;
	}
}

/*===============================================
●PC・タブレット用（700px以上）
===============================================*/
@media screen and (min-width:700px){


	img {
		width: 100%;
	}

	.mypage_cbox01,
	.mypage_cbox02 {
		max-width: 650px;
		width: 100%;
		margin: 0 auto;
		padding-top: 50px;
		box-sizing: border-box;
		background-color: transparent;
	}

	.mypage_cbox01 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.mypage_cbox01 figure {
		padding: 10px;
		background-color: #fff;
	}
	.mypage_cbox01 figure {
		padding: 40px 0;
		background-color: #fff;
	}
	.mypage_cbox01 figure img {
		width: 400px;
	}

	.mypage_cbox02 {
		padding: 30px 20px;
		background-color: #fff;
	}
	.mypage_required_time_box {
		margin-top: 30px;
	}
	.mypage_headline {
		padding-bottom: 10px;
		border-bottom: 5px solid #0387B1;
	}
	.mypage_headline span {
		display: block;
		color: #0387B1;
	}
	.mypage_headline span:nth-of-type(1) {
		font-size: 18px;
		font-weight: bold;
	}
	.mypage_headline span:nth-of-type(2) {
		margin-top: 5px;
		font-size: 14px;
	}
	.mypage_item {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 15px 0;
		text-align: left;
		font-size: 14px;
		border-bottom: 1px solid #707070;
	}
	.mypage_item_last .mypage_item_text {
		white-space: normal;
	}
	.mypage_item_title {
		font-weight: bold;
		padding-left: 10px;
		white-space: nowrap;
	}
	.mypage_item_wrap {
		white-space: nowrap;
	}
	.mypage_item_text {
		padding-left: 10px;
	}
	.mypage_item_link {
		width: 100%;
		text-align: right;
	}
	.mypage_item_link a {
		color: #0387B1;
		text-decoration: underline;
	}

	#from_tokyo,
    #from_shinagawa,
    #from_shibuya,
    #from_shinjuku,
    #from_ikebukuro,
    #from_haneda,
    #from_narita {
        margin-top:-70px;
		padding-top:70px;
	}

}
