.contents{
	max-width: 768px;
	min-width: 335px;
	width: calc(100% - 40px);
	margin: auto;
}
.emphasis_font{
	color: #4D494A;
	font-size: font-size: 15px;
	font-weight: bold;
}
.grey{
	background-color: #f3f4f5;
}
.grey2{
	color: #9a9a9a;
}
.grey3{
	color: #AFAFAF;
}
.grey4{
	color: #95989A;
}
.middle_grey{
	color: #848182;
}
.dark_grey{
	color: #4D494A;
}
.dark_grey2{
	color: #2A2B27;
}
.light_grey{
	color: #F2F2F2;
}
.transparent_grey{
	color: rgba(77, 73, 74, 0.5);
}
.pink{
	color: #f27b8c;
}
.pink2{
	color: #F17B8C;
}
.bg_pink{
	background-color: #f27b8c;
}
.bg_pink2{
	background-color: #FEEEF0;
}
.bg_pink3{
	background-color: #F17B8C;
}
.bg_white{
	background: white;
}
.bg_pink_to_pink{
	background: linear-gradient(#F27B8C 0%, #F8647A 100%);
}
.bg_pink_to_pink2{
	background: linear-gradient(-45deg, #FFBFC8 0%, #F17B8C 100%);
}
.bg_pink_to_pink3 {
	background: linear-gradient(#FDE7EA 0%, #F7C6CD 100%);
}
.bg_transparent_pink{
	background-color: rgba(222, 7, 61, 0.7);
}
.transparent_pink_fukidashi_bottom{
	overflow: visible;
}
.transparent_pink_fukidashi_bottom:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid rgba(222, 7, 61, 0.7);
  border-bottom: 0 solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.red_fukidashi_bottom,
.blue_fukidashi_bottom,
.red2_fukidashi_bottom{
	overflow: visible;
}
.red_fukidashi_bottom:before,
.blue_fukidashi_bottom:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border-top: 20px solid #CC5233;
  border-bottom: 0 solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.blue_fukidashi_bottom:before {
  border-top: 20px solid #227ECC;
}
.red2_fukidashi_bottom:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid #8a7376;
  border-bottom: 0 solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.bg_pink_to_light{
	background: linear-gradient(#f27b8c 0%,#FFB4B9 100%);
}
.bg_yellow{
	background: #FFD308;
}
.bg_yellow_to_pink_light{
	background: linear-gradient(#FFFDCE 30%,#FFE5E9 70%);
}
.bg_yellow_to_pink{
	background: linear-gradient(#FFE9B5 20%,#F27B8C 45%);
}
.bg_yellow_to_yellow{
	background: linear-gradient(#FFD44D 0%,#FFC000 100%);
}
.bg_grey{
  background-color: #F3F4F5;
}
.bg_grey2{
	background-color: #F8F8F8;
}
.bg_grey3{
	background-color: #D1D1D1;
}
.bg_gold{
  background-color: #C89853;
}
.bg_gold2{
	background-color: #B48B3D;
}
.bg_blue_dark{
  background-color: #79B8CD;
}
.bg_color_white{
	background-color: white;
}
.bg_green{
	background-color: #77BC35;
}
.bg_green2{
	background-color: #1B9944;
}
.bg_orange{
	background-color: #EF8304;
}
.bg_green_light{
	background-color: #F3FAEA;
}
.bg_green_light2{
	background-color: #D5F0C2;
}
.bg_green_light3{
	background-color: #F6FFEF;
}
.bg_green_light4{
	background-color: #8DC21F;
}
.bg_blue{
	background-color: #F4F9FD;
}
.bg_blue2{
	background-color: #227ECC;
}
.bg_blue3{
	background-color: #1498D2;
}
.bg_blue4{
	background-color: #2D89EA;
}
.bg_blue5{
	background-color: #157ED2;
}
.bg_blue_light{
	background-color: #C2E6F0;
}
.bg_blue_light2{
	background-color: #EDF6FF;
}
.bg_orange_to_pink{
	background: linear-gradient(#FFCCAC 0%, #F27B8C 100%);
}
.bg_pink .contents{
	color: white;
}
.bg_pink_light{
	background-color: #fdf6f7;
}
.bg_pink_light2{
	background-color: #FFF9FA;
}
.bg_pink_light3{
	background-color: #FFEFF1;
}
.bg_pink_light4{
	background-color: #fce5e7;
}
.bg_pink_light5{
	background-color: #FDF7F8;
}
.bg_dark_grey{
  background-color: #4D494A;
}
.bg_dark_grey2{
	background-color: #494949;
}
.bg_beige{
	background-color: #FFF0D8;
}
.bg_beige2{
	background-color: #EF8327;
}
.bg_white_to_gold{
	background: linear-gradient(#FFF6D8 0%,#F5E5AB 100%);
}
.bg_arrow_gold{
	background: linear-gradient(to bottom left, #F5E5AB 50%, white 50%) top left/ 50% 100% no-repeat,
    linear-gradient(to bottom right, #F5E5AB 50%, white 50%) top right / 50% 100% no-repeat;
}
.bg_arrow_gold2{
	background: linear-gradient(to bottom left, #F5E5AB 50%, #FFFBEB 50%) top left/ 50% 100% no-repeat,
    linear-gradient(to bottom right, #F5E5AB 50%, #FFFBEB 50%) top right / 50% 100% no-repeat;
}
.bg_arrow_green{
	background: linear-gradient(to bottom left, white 50%, #F6FFEF 50%) top left/ 50% 100% no-repeat,
    linear-gradient(to bottom right, white 50%, #F6FFEF 50%) top right / 50% 100% no-repeat;
}
.bg_arrow_pink{
	background: linear-gradient(to bottom left, #F7C6CD 50%, #FDF6F7 50%) top left/ 50% 100% no-repeat,
    linear-gradient(to bottom right, #F7C6CD 50%, #FDF6F7 50%) top right / 50% 100% no-repeat;
}
.bg_light_gold{
	background-color: #FFFBE5;
}
.bg_light_gold2{
	background-color: #FFFBEB;
}
.bg_light_gold3{
	background-color: #FEF5D6;
}
.bg_light_red{
	background-color: #FDE7E2;
}
.bg_light_blue{
	background-color: #ECF3F8;
}
.bg_saison_main{
	background-color: #003F9F;
}
.bg_saison_sub{
	background-color: #009D37;
}
.bg_transparent_white{
	background-color: rgba(255,255,255,0.7);
}
.bg_gold_plaid {
  background-color: #F4ECC6;
  background-image: linear-gradient(45deg, #FCF6D5 25%, transparent 25%, transparent 75%, #FCF6D5 75%, #FCF6D5),
										linear-gradient(45deg, #FCF6D5 25%, transparent 25%, transparent 75%, #FCF6D5 75%, #FCF6D5);
  background-position: 0 0, 60px 60px;
  background-size: 120px 120px;
}
.bg_red_plaid {
  background-color: #DA4625;
  background-image: linear-gradient(45deg, #EF4823 25%, transparent 25%, transparent 75%, #EF4823 75%, #EF4823),
										linear-gradient(45deg, #EF4823 25%, transparent 25%, transparent 75%, #EF4823 75%, #EF4823);
  background-position: 0 0, 60px 60px;
  background-size: 120px 120px;
}
.bg_red_to_red {
	background: linear-gradient(#DE5534 0%, #CB5133 100%);
}
.bg_red_to_red2{
	background: linear-gradient(#EB546D 0%, #CB5133 100%);
}
.bg_gold_to_gold {
	background: linear-gradient(#D1AE6B 0%, #B48B3D 100%);
}
.bg_gold_to_white_to_gold{
	background: linear-gradient(30deg, #B58C30 0%, #E3C46F 50%, #A47533 100%);
}
.bg_green_to_green {
	background: linear-gradient(#51B772 0%, #1B9944 100%);
}
.bg_beige_to_beige {
	background: linear-gradient(#FFF0D8 0%, #FFDEA8 100%);
}
.bg_red {
	background-color: #CC5233;
}
.bg_red2{
	background-color: #8a7376;
}
.bg_red3{
	background-color: #DE425C;
}
.bg_red4{
	background-color: #DA4625;
}
.white{
	color: white;
}
.black{
	color: black;
}
.opacity_0{
	opacity: 0;
}
.none{
	display: none;
}
.opacity_0_to_1{
	animation: opacity_0_to_1 2s forwards;
}
@keyframes opacity_0_to_1{
	0%   { opacity: 0; }
	99%  { opacity: 0; }
	100% { opaciry: 1; }
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.minus{
	color: #2c6db9 !important;
}
.red{
	color: red;
}
.red2{
	color: #CC5233;
}
.red3{
	color: #F02850;
}
.red4{
	color: #DA4625;
}
.gold{
	color: #C89853;	
}
.gold2{
	color: #B48B3D;
}
.blue{
	color: #79B8CD;	
}
.blue2{
	color: #007ED2;
}
.blue3{
	color: #227ECC;
}
.blue4{
	color: #1498D2;
}
.blue5{
	color: #157ED2;
}
.green{
	color: #77BC35;	
}
.green2{
	color: #1B9944;
}
.orange{
	color: #EF8304;	
}
.beige{
	color: #EF8327;
}
.yellow{
	color: #F1E200;
}
.block{
	display: block;
}
.flex{
	display: flex;
	flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.inline_flex {
	display: inline-flex;
  align-items: center;
  justify-content: center;
}
.flex_direction_column{
	flex-direction: column;
}
.nowrap{
  flex-wrap: nowrap;
}
.wrap_reverse{
	flex-wrap: wrap-reverse;
}
.flex_stretch{
	align-items: stretch;
}
.flex_middle{
	align-items: center;
}
.flex_bottom{
	align-items: flex-end;
}
.flex_left{
	justify-content: flex-start;
}
.justify_content_stretch{
	justify-content: stretch;
}
.flex_shrink_0{
	flex-shrink: 0;
}
.white_space_nowrap{
	white-space: nowrap;
	overflow: initial;
}
.align_self_top{
	align-self: flex-start;
}
.shadow_0_1_3{
	box-shadow: 0px 1px 3px rgba(0,0,0,0.16);
}
.shadow_0_m3_6{
	box-shadow: 0px -3px 6px rgba(0,0,0,0.16);
}
.shadow_0_5_5{
	box-shadow: 0px 5px 5px rgba(0,0,0,0.05);
}
.shadow_0_3_6{
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.shadow{
	box-shadow: 1px 4px 6px rgba(0,0,0,0.16);
}
.shadow_15_15_15{
	box-shadow: 15px 15px 15px rgba(0,0,0,0.30);
}

.header_wrap{
	padding: 20px 0 15px 0;
	text-align: center;
	border-bottom: 1px solid #e2e0e2;
}
.header_wrap img{
	vertical-align: top;
	cursor: pointer;
}
.header_wrap img:hover{
	filter: brightness(120%);
}
.bottom_line{
	border-bottom: 1px solid #e0dee1;
}

button.active, input[type="submit"].active{
	background-color: #f27b8c;
	color: white;
	border: none;
}
button.inactive, button:disabled, input[type="submit"]:disabled{
	background-color: #bebebe;
	color: rgba(255,255,255, 0.5);
	border: none;
}
.disabled{
	background-color: #bebebe;
	color: rgba(255,255,255, 0.5);
}
.disabled:hover{
	filter: none;
}
.disabled_white{
	background-color: #bebebe;
	color: white;
}
.disabled_white:hover{
	filter: none;
}
.disabled_opacity_3{
	opacity: 0.3;
	pointer-events: none;
}
.disabled_opacity_3:hover{
	filter: none;
	cursor: initial;
}
button.cancel, input[type="submit"].cancel{
	color: #9a9a9a;
	border-color: #9a9a9a;
	background-color: white;
}

/*取引履歴*/
button.history{
	margin: 30px 0;
}

h1{
	background-color: #f27b8c;
	line-height: 40px;
}
h1 .contents{
	text-align: center;
	color: white;
	line-height: 40px;
	font-size: 18px;
}
h1 .histback{
	position: absolute;
	left: 0;
	top:0; bottom:0;
	margin: auto;
	height: 15px;
	width: 15px;
	cursor: pointer;
}
h1 .histback:hover{
	filter:brightness(120%);
}
h1 span{
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
h1.normal{
	background-color: transparent;
	margin: 20px 0;
}
h1.normal .contents{
	color: #f17b8c;
	font-size: 20px;
	font-weight: 600;
}

h2{
	background-color: #f3f4f5;
	line-height: 54px;
}
h2 .contents{
	color: #7c7b7b;
	font-size: 16px;
	line-height: 54px;
}
.index_h2{
	background-color: transparent;
	font-size: 25px;
	font-weight: bold;
	color: #4D494A;
	line-height: 1.3;
	padding-top: 40px;
	padding-bottom: 10px;
}

.h3{
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 14px;
	color: #4D494A;
}

.dec{
	color: inherit !important;
	font-size: 75%;
}

a.link{
	display: block;
	text-align: center;
	margin: 20px 0;
	color: #f17b8c;
	font-size: 14px;
}
.button_inline{
	display: inline-block;
	width: auto;
	background: initial;
	border: none;
	margin: auto;
	line-height: initial;
}
.button_link{
  border-radius: 25px;
	border: 0;
	display: inline-flex;
  align-items: center;
  justify-content: center;
	width: 100%;
  max-width: 335px;
  height: 50px;
  margin: 15px auto;
}
.button_square{
  border-radius: 8px;
	border: 0;
	display: block;
	text-align: center;
	width: 100%;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
	padding: 15px;
}
.button_category{
	border: 0;
	display: inline-flex;
  align-items: center;
  justify-content: center;
	font-size: 12px;
  border-radius: 100px;
	padding-left: 15px;
	padding-right: 15px;
}
.anchor_link_button{
	border: none;
	border-radius: 12px;
	text-align: center;
	background-color: #f3f4f5;
	box-shadow: 0 4px 0 rgba(0,0,0,0.1);
	margin-left: 5px;
	margin-right: 5px;
}

.footerLogo {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-end;
}
.footerLogo a {
	display: inline-block;
	margin: 0 10px;
}
.footerLogo a:hover {
	filter: opacity(0.8);
}
.footerLogo a img {
	max-height: 85px;
}

.snsList {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-bottom: 10px;
}

.snsList_icon {
	width: 40px;
	height: 40px;
	margin: 10px;
}

.snsList_img {
	margin: 0;
}

.copyright{
	font-size: 10px;
  text-align: center;
}
.hover_filter_opacity:hover{
	filter: opacity(0.8);
}
.hover_filter_none:hover{
	filter: none;
}

.to_top{
	position: absolute;
	right: 5%;
	top: -30px;
	display: inline-flex;
	width: 50px;
	height: 50px;
  align-items: center;
  justify-content: center;
	border-radius: 50%;
	border: none;
	background-color: #4C4949;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	color: white;
	transform: rotateZ(-90deg);
	z-index: 1;
}
.rotate_z_m90{
	transform: rotateZ(-90deg);
}
.rotate_z_180{
	transform: rotateZ(180deg);
}
.translate_x_m312_5px{
	transform: translateX(-312.5px);
}
.transition_0_5{
	transition: 0.5s;
}

/*メッセージトースト*/
.message_toast{
	position: absolute;
	top: -150px;
	left: 0;
	animation: message_toast_open 3s;
	width: 100%;
	max-height: 150px;
	background-color: #5fdebd;
	color: white;
	z-index: 6;
	text-align: center;
}
.message_toast ul{
	height: 100%;
}
.message_toast li{
	color: white;
	line-height: 20px;
  margin: 25px 10px;
  width: calc(100% - 20px);
  word-break: break-all;
	overflow-wrap: break-word;
}

@keyframes message_toast_open{
	0%   {top: -120px }
	30%  {top: 0}
	70%  {top: 0}
	100% {top: -120px }
}


/*アラート*/
p.alert{
	font-size: 12px;
	color: #cc5233;
	text-align: left;
}
p.alert:before{
	display: inline-block;
	content: '！';
	font-size: 10px;
	margin-right: 5px;
	line-height: 12px;
	height: 12px;
	width: 12px;
	border-radius: 6px;
	color: white;
	background-color: #CC5233;
	text-align: center;
}
input.alert{
	border: 1px solid #cc5233;
	background-color: #FFE6E8;
}


/*ホームへもどる*/
.gotohome{
  position: fixed;
  bottom: 0;
  left: 0; right: 0;
  width: calc(100% - 40px);
  max-width: 768px;
  margin: auto;
	z-index: 3;
}
.bottom_space{
  height: 70px;
}

.flex_grow_1{
	flex-grow: 1;
}
.width_auto{
	width: auto;
}
.width_30{
	width: 30%;
}
.width_40{
	width: 40%;
}
.width_45{
	width: 45%;
}
.width_55{
	width: 55%;
}
.width_60{
	width: 60%;
}
.width_95{
	width: 95%;
}
.width_100{
	width: 100%;
}
.width_15px{
	width: 15px;
}
.width_18px{
	width: 18px;
}
.width_20px{
	width: 20px;
}
.width_22px{
	width: 22px;
}
.width_27px{
	width: 27px;
}
.width_40px{
	width: 40px;
}
.width_55px{
	width: 55px;
}
.width_60px{
	width: 60px;
}
.width_70px{
	width: 70px;
}
.width_80px{
	width: 80px;
}
.width_90px{
	width: 90px;
}
.width_100px{
	width: 100px;
}
.width_110px{
	width: 110px;
}
.width_120px{
	width: 120px;
}
.width_130px{
	width: 130px;
}
.width_160px{
	width: 160px;
}
.width_170px{
	width: 170px;
}
.width_180px{
	width: 180px;
}
.width_215px{
	width: 215px;
}
.width_295px{
	width: 295px;
}
.width_315px{
	width: 315px;
}
.width_335px{
	width: 335px;
}
.height_1em{
	height: 1em;
}
.height_2em{
	height: 2em;
}
.height_80{
	height: 80%;
}
.height_100{
	height: 100%;
}
.height_12px{
	height: 12px;
}
.height_14px{
	height: 14px;
}
.height_15px{
	height: 15px;
}
.height_16px{
	height: 16px;
}
.height_18px{
	height: 18px;
}
.height_20px{
	height: 20px;
}
.height_22px{
	height: 22px;
}
.height_24px{
	height: 24px;
}
.height_25px{
	height: 25px;
}
.height_27px{
	height: 27px;
}
.height_30px{
	height: 30px;
}
.height_35px{
	height: 35px;
}
.height_40px{
	height: 40px;
}
.height_45px{
	height: 45px;
}
.height_50px{
	height: 50px;
}
.height_60px{
	height: 60px;
}
.height_70px{
	height: 70px;
}
.height_80px{
	height: 80px;
}
.height_100px{
	height: 100px;
}
.height_105px{
	height: 105px;
}
.height_120px{
	height: 120px;
}
.height_125px{
	height: 125px;
}
.height_140px{
	height: 140px;
}
.height_180px{
	height: 180px;
}
.height_320px{
	height: 320px;
}
.height_330px{
	height: 330px;
}
.height_240px{
	height: 240px;
}
.height_260px{
	height: 260px;
}
.height_270px{
	height: 270px;
}
.height_275px{
	height: 275px;
}
.height_350px{
	height: 350px;
}
.height_375px{
	height: 375px;
}
.height_480px{
	height: 480px;
}
.max_height_100px{
	max-height: 100px;
}
.max_height_120px{
	max-height: 120px;
}
.max_height_220px{
	max-height: 220px;
}
.max_height_480px{
	max-height: 480px;
}
.min_width_40px{
	min-width: 40px;
}
.min_width_210px{
	min-width: 210px;
}
.min_width_220px{
	min-width: 220px;
}
.min_width_335px{
	min-width: 335px;
}
.max_width_initial{
	max-width: initial;
}
.max_width_100px{
	max-width: 100px;
}
.max_width_120px{
	max-width: 120px;
}
.max_width_150px{
	max-width: 150px;
}
.max_width_200px{
	max-width: 200px;
}
.max_width_215px{
	max-width: 215px;
}
.max_width_230px{
	max-width: 230px;
}
.max_width_245px{
	max-width: 245px;
}
.max_width_275px{
	max-width: 275px;
}
.max_width_285px{
	max-width: 285px;
}
.max_width_300px{
	max-width: 300px;
}
.max_width_310px{
	max-width: 310px;
}
.max_width_320px{
	max-width: 320px;
}
.max_width_325px{
	max-width: 325px;
}
.max_width_335px{
	max-width: 335px;
	margin-left: auto;
	margin-right: auto;
}
.max_width_370px{
	max-width: 370px;
}
.max_width_375px{
	width: 100%;
	max-width: 375px;
	margin-left: auto;
	margin-right: auto;
}
.max_width_430px{
	max-width: 430px;
}
.max_width_550px{
	max-width: 550px;
}
.max_width_613px{
	max-width: 613px;
}
.max_width_768px{
	max-width: 768px;
}

.padding_5px{
	padding: 5px;
}
.padding_10px{
	padding: 10px;
}
.padding_15px{
	padding: 15px;
}
.padding_20px{
	padding: 20px;
}
.padding_25px{
	padding: 25px;
}
.padding_30px{
	padding: 30px;
}
.padding_vertical_5px{
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding_vertical_10px{
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding_vertical_15px{
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding_vertical_20px{
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding_vertical_25px{
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding_vertical_30px{
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding_vertical_40px{
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding_vertical_50px{
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding_horizontal_3px{
	padding-left: 3px;
	padding-right: 3px;
}
.padding_horizontal_5px{
	padding-left: 5px;
	padding-right: 5px;
}
.padding_horizontal_10px{
	padding-left: 10px;
	padding-right: 10px;
}
.padding_horizontal_15px{
	padding-left: 15px;
	padding-right: 15px;
}
.padding_horizontal_20px{
	padding-left: 20px;
	padding-right: 20px;
}
.padding_horizontal_30px{
	padding-left: 30px;
	padding-right: 30px;
}
.padding_horizontal_35px{
	padding-left: 35px;
	padding-right: 35px;
}
.padding_horizontal_40px{
	padding-left: 40px;
	padding-right: 40px;
}
.padding_top_70px{
	padding-top: 70px;
}
.padding_top_45px{
	padding-top: 45px;
}
.padding_top_40px{
	padding-top: 40px;
}
.padding_top_30px{
	padding-top: 30px;
}
.padding_top_20px{
	padding-top: 20px;
}
.padding_top_15px{
	padding-top: 15px;
}
.padding_top_10px{
	padding-top: 10px;
}
.padding_top_5px{
	padding-top: 5px;
}
.padding_bottom_5px{
	padding-bottom: 5px;
}
.padding_bottom_10px{
	padding-bottom: 10px;
}
.padding_bottom_15px{
	padding-bottom: 15px;
}
.padding_bottom_20px{
	padding-bottom: 20px;
}
.padding_bottom_25px{
	padding-bottom: 25px;
}
.padding_bottom_30px{
	padding-bottom: 30px;
}
.padding_left_0{
	padding-left: 0px;
}
.padding_left_5px{
	padding-left: 5px;
}
.padding_left_10px{
	padding-left: 10px;
}
.padding_left_15px{
	padding-left: 15px;
}
.padding_left_20px{
	padding-left: 20px;
}
.padding_left_24px{
	padding-left: 24px;
}
.padding_right_8px{
	padding-right: 8px;
}
.padding_right_15px{
	padding-right: 15px;
}
.margin_0{
	margin: 0;
}
.margin_auto{
	margin: auto;
}
.margin_10px{
	margin: 10px;
}
.margin_top_m35px{
	margin-top: -35px;
}
.margin_top_m80px{
	margin-top: -80px;
}
.margin_top_0{
	margin-top: 0;
}
.margin_top_5px{
	margin-top: 5px;
}
.margin_top_10px{
	margin-top: 10px;
}
.margin_top_15px{
	margin-top: 15px;
}
.margin_top_20px{
	margin-top: 20px;
}
.margin_top_25px{
	margin-top: 25px;
}
.margin_top_30px{
	margin-top: 30px;
}
.margin_top_35px{
	margin-top: 35px;
}
.margin_top_40px{
	margin-top: 40px;
}
.margin_top_45px{
	margin-top: 45px;
}
.margin_top_50px{
	margin-top: 50px;
}
.margin_top_55px{
	margin-top: 55px;
}
.margin_top_60px{
	margin-top: 60px;
}
.margin_top_85px{
	margin-top: 85px;
}
.margin_top_135px{
	margin-top: 135px;
}
.margin_bottom_m1px{
	margin-bottom: -1px;
}
.margin_bottom_0{
	margin-bottom: 0;
}
.margin_bottom_5px{
	margin-bottom: 5px;
}
.margin_bottom_10px{
	margin-bottom: 10px;
}
.margin_bottom_15px{
	margin-bottom: 15px;
}
.margin_bottom_20px{
	margin-bottom: 20px;
}
.margin_bottom_25px{
	margin-bottom: 25px;
}
.margin_bottom_30px{
	margin-bottom: 30px;
}
.margin_bottom_35px{
	margin-bottom: 35px;
}
.margin_bottom_40px{
	margin-bottom: 40px;
}
.margin_bottom_45px{
	margin-bottom: 45px;
}
.margin_bottom_50px{
	margin-bottom: 50px;
}
.margin_bottom_80px{
	margin-bottom: 80px;
}
.margin_vertical_0{
	margin-top: 0;
	margin-bottom: 0;
}
.margin_vertical_5px{
	margin-top: 5px;
	margin-bottom: 5px;
}
.margin_vertical_10px{
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin_vertical_15px{
	margin-top: 15px;
	margin-bottom: 15px;
}
.margin_vertical_20px{
	margin-top: 20px;
	margin-bottom: 20px;
}
.margin_vertical_25px{
	margin-top: 25px;
	margin-bottom: 25px;
}
.margin_vertical_30px{
	margin-top: 30px;
	margin-bottom: 30px;
}
.margin_vertical_35px{
	margin-top: 35px;
	margin-bottom: 35px;
}
.margin_vertical_40px{
	margin-top: 40px;
	margin-bottom: 40px;
}
.margin_horizontal_5px{
	margin-left: 5px;
	margin-right: 5px;
}
.margin_horizontal_10px{
	margin-left: 10px;
	margin-right: 10px;
}
.margin_left_0{
	margin-left: 0;
}
.margin_left_5px{
	margin-left: 5px;
}
.margin_left_10px{
	margin-left: 10px;
}
.margin_left_15px{
	margin-left: 15px;
}
.margin_left_20px{
	margin-left: 20px;
}
.margin_left_25px{
	margin-left: 25px;
}
.margin_left_30px{
	margin-left: 30px;
}
.margin_right_5px{
	margin-right: 5px;
}
.margin_right_10px{
	margin-right: 10px;
}
.margin_right_15px{
	margin-right: 15px;
}
.margin_right_30px{
	margin-right: 30px;
}
.font_size_80per{
	font-size: 80%;
	line-height: 1.7em;
}
.font_size_50px{
	font-size: 50px;
}
.font_size_45px{
	font-size: 45px;
}
.font_size_40px{
	font-size: 40px;
}
.font_size_36px{
	font-size: 36px;
}
.font_size_32px{
	font-size: 32px;
}
.font_size_30px{
	font-size: 30px;
}
.font_size_28px{
	font-size: 28px;
}
.font_size_24px{
	font-size: 24px;
}
.font_size_20px{
	font-size: 20px;
}
.font_size_18px{
	font-size: 18px;
}
.font_size_16px{
	font-size: 16px;
}
.font_size_14px{
	font-size: 14px;
}
.font_size_13px{
	font-size: 13px;
}
.font_size_12px{
	font-size: 12px;
}
.font_size_10px{
	font-size: 10px;
}
.font_mincho {
  font-family: "游明朝", YuMincho, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",'hyodo-Regular',"メイリオ",Meiryo,sans-serif;
}

.line_height_16px{
	line-height: 16px;
}
.line_height_20px{
	line-height: 20px;
}
.line_height_21px{
	line-height: 21px;
}
.line_height_24px{
	line-height: 24px;
}
.line_height_27px{
	line-height: 27px;
}
.line_height_28px{
	line-height: 28px;
}
.line_height_35px{
	line-height: 35px;
}
.line_height_40px{
	line-height: 40px;
}
.line_height_45px{
	line-height: 45px;
}
.line_height_1{
	line-height: 1;
}
.line_height_1_2{
	line-height: 1.2;
}
.line_height_1_4{
	line-height: 1.4;
}
.line_height_1_5{
	line-height: 1.5;
}
.line_height_1_7{
	line-height: 1.7;
}
.bold{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}
.numbering_list {
  counter-reset: number;
}
.numbering_list li{
	padding-left: 2em;
	overflow: initial;
}
.numbering_list li::before{
  position: absolute;
  top: calc(0.25em - 1px);
  left: 0.25em;
	display: block;
	width: 1em;
	height: 1em;
	line-height: 1em;
  border-radius: 50%;
	text-align: center;
	color: #8c898a;
  border: 1px solid #8c898a;
	counter-increment: number;
	content: counter(number);
}
.numbering_list.pink li::before{
	color: #f27b8c;
	font-weight: bold;
  border-color: #f27b8c;
}
.numbering_list_fill,
.numbering_list_fill_red,
.numbering_list_fill_blue,
.numbering_list_fill_green,
.numbering_list_fill_pink {
  counter-reset: number;
}
.numbering_list_fill .list,
.numbering_list_fill_red .list,
.numbering_list_fill_red .list_grey,
.numbering_list_fill_red .list_check,
.numbering_list_fill_blue .list,
.numbering_list_fill_blue .list_grey,
.numbering_list_fill_blue .list_check,
.numbering_list_fill_green .list,
.numbering_list_fill_green .list_grey,
.numbering_list_fill_green .list_check,
.numbering_list_fill_pink .list,
.numbering_list_fill_pink .list_grey,
.numbering_list_fill_pink .list_check{
	overflow: initial;
	display: inline-flex;
  align-items: center;
  justify-content: center;
}
.numbering_list_fill .list::before,
.numbering_list_fill_red .list::before,
.numbering_list_fill_red .list_grey::before,
.numbering_list_fill_red .list_check::before,
.numbering_list_fill_blue .list::before,
.numbering_list_fill_blue .list_grey::before,
.numbering_list_fill_blue .list_check::before,
.numbering_list_fill_green .list::before,
.numbering_list_fill_green .list_grey::before,
.numbering_list_fill_green .list_check::before,
.numbering_list_fill_pink .list::before,
.numbering_list_fill_pink .list_grey::before,
.numbering_list_fill_pink .list_check::before{
  position: relative;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
  border-radius: 50%;
	text-align: center;
	font-size: 14px;
	color: white;
	font-weight: bold;
  background-color: #f27b8c;
	counter-increment: number;
	content: counter(number);
	margin-right: 5px;
}
.numbering_list_fill_red .list::before{
	margin-right: 10px;
  background-color: #CC5233;
}
.numbering_list_fill_blue .list::before{
	margin-right: 10px;
  background-color: #227ECC;
}
.numbering_list_fill_green .list::before{
	margin-right: 8px;
  background-color: #1B9944;
}
.numbering_list_fill_pink .list::before{
	margin-right: 10px;
  background-color: #F17B8C;
}
.numbering_list_fill_red .list_grey::before,
.numbering_list_fill_blue .list_grey::before,
.numbering_list_fill_green .list_grey::before,
.numbering_list_fill_pink .list_grey::before{
	margin-right: 10px;
  background-color: #95989A;
}
.numbering_list_fill_pink.flex_left .list,
.numbering_list_fill_green.flex_left .list{
	justify-content: flex-start;
}

.numbering_title {
  counter-reset: number;
}
.numbering_title h1{
}
.numbering_title h2{
	padding-left: 48px;
	padding-right: 20px;
	overflow: initial;
}
.numbering_title h2::before{
  position: absolute;
  top: 17px;
  left: 20px;
	display: block;
	width: 18px;
	height: 18px;
	line-height: 18px;
  border-radius: 50%;
	text-align: center;
	color: white;
	font-weight: bold;
  border: 1px solid white;
	counter-increment: number;
	content: counter(number);
}
.underline{
	text-decoration: underline;
}
.flex_space_between{
  justify-content: space-between;
}
.flex_space_around{
  justify-content: space-around;
}
.inline_block{
	display: inline-block;
}

.border_none{
	border: none;
}
.border_black{
	border: 1px solid #000000;
}
.border_grey{
	border: 1px solid #E2E0E2;
}
.border_grey2{
	border: 1px solid #AFAFAF;
}
.border_grey3{
	border: 1px solid #CBCDCD;
}
.border_pink{
	border: 1px solid #f27b8c;
}
.border_dashed_1px{
	border: 1px dashed;
}
.border_dashed_2px{
	border: 2px dashed;
}
.border_solid_1px{
	border: 1px solid;
}
.border_solid_2px{
	border: 2px solid;
}
.border_solid_3px{
	border: 3px solid;
}
.border_solid_4px, .border_solid_4px:disabled{
	border: 4px solid;
}
.border_vertical_solid_2px{
	border-top: 2px solid;
	border-bottom: 2px solid;
}
.border_vertical_solid_4px{
	border-top: 4px solid;
	border-bottom: 4px solid;
}
.border_left_solid_4px_pink{
	border-left: 4px solid #F27B8C;
}
.border_left_solid_8px{
	border-left: 8px solid;
}
.border_solid_6px{
	border: 6px solid;
}
.border_color_pink{
	border-color: #f27b8c;
}
.border_color_pink2{
	border-color: #F17B8C;
}
.border_color_red{
	border-color: red;
}
.border_color_red2{
	border-color: #CC5233;
}
.border_color_red3{
	border-color: #DA4625;
}
.border_color_grey{
	border-color: #BABABA;
}
.border_color_grey2{
	border-color: #9A9A9A;
}
.border_color_grey3{
	border-color: #F3F4F5;
}
.border_color_gold{
	border-color: #C89853;
}
.border_color_gold2{
	border-color: #B48B3D;
}
.border_color_blue{
	border-color: #79B8CD;
}
.border_color_blue2{
	border-color: #227ECC;
}
.border_color_blue3{
	border-color: #157ED2;
}
.border_color_green{
	border-color: #77BC35;
}
.border_color_green2{
	border-color: #1B9944;
}
.border_color_orange{
	border-color: #F08506;
}
.border_color_beige{
	border-color: #EF8304;
}
.border_color_beige2{
	border-color: #EF8327;
}
.border_color_light_grey{
	border-color: #E2E2E2;
}
.border_color_white, .border_color_white:disabled{
	border-color: white;
}
.border_top_grey{
	border-top: 1px solid #E2E0E2;
}
.border_bottom_pink{
	border-bottom: 2px solid #f27b8c;
}
.border_bottom_grey{
	border-bottom: 1px solid #E2E0E2;
}
.border_bottom_grey2{
	border-bottom: 1px solid #CBCDCD;
}
.border_bottom_2px_grey{
	border-bottom: 2px solid #DDDDDD;
}
.border_bottom_white{
	border-bottom: 1px solid white;
}
.border_bottom_2px_green{
	border-bottom: 2px solid #1B9944;
}
.border_radius_top_12px{
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.border_radius_0{
	border-radius: 0;
}
.border_radius_50{
	border-radius: 50%;
}
.border_radius_100{
	border-radius: 100%;
}
.border_radius_4px{
	border-radius: 4px;
}
.border_radius_6px{
	border-radius: 6px;
}
.border_radius_10px{
	border-radius: 10px;
}
.border_radius_12px{
	border-radius: 12px;
}
.border_radius_15px{
	border-radius: 15px;
}
.border_radius_16px{
	border-radius: 16px;
}
.border_radius_20px{
	border-radius: 20px;
}
.border_radius_24px{
	border-radius: 24px;
}
.border_radius_40px{
	border-radius: 40px;
}
.border_radius_50px{
	border-radius: 50px;
}
input[type="radio"]:checked + label.checked_border_pink{
	border-color: #F27B8C;
}
.middle{
	vertical-align: middle;
}
.super{
	vertical-align: super;
}
.text_bottom{
	vertical-align: text-bottom;
}
.left_arrow{
	position: absolute;
	width: 24px;
	height: 24px;
	left: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(180deg);
}
.right_arrow{
	position: absolute;
	width: 24px;
	height: 24px;
	right: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.right_arrow2{
	position: absolute;
	width: 12px;
	height: 12px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.right_close{
	position: absolute;
	width: 16px;
	height: 16px;
	right: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.absolute{
	position: absolute;
}
.fixed{
	position: fixed;
}
.top_0{
	top: 0;
}
.top_5px{
	top: 5px;
}
.top_13px{
	top: 13px;
}
.top_15px{
	top: 15px;
}
.top_30px{
	top: 30px;
}
.top_70px{
	top: 70px;
}
.top_m15px{
	top: -15px;
}
.top_m10px{
	top: -10px;
}
.top_m25px{
	top: -25px;
}
.top_m50px{
	top: -50px;
}
.top_m60px{
	top: -60px;
}
.top_m60px_to_70px{
	animation: top_m60px_to_70px 2s forwards;
}
@keyframes top_m60px_to_70px{
	0%   { top: -60px; }
	100% { top:  70px; }
}
.bottom_0{
	bottom: 0;
}
.bottom_15{
	bottom: 15%;
}
.bottom_20px{
	bottom: 20px;
}
.bottom_m5px{
	bottom: -5px;
}
.bottom_m15px{
	bottom: -15px;
}
.left_0{
	left: 0;
}
.left_50_m240px{
	left: calc(50% - 240px);
}
.left_50{
	left: 50%;
}
.left_20px{
	left: 20px;
}
.left_300px{
	left: 300px;
}
.left_m70{
	left: -70%;
}
.left_300px_to_20px{
	animation: left_300px_to_20px 2s forwards;
}
@keyframes left_300px_to_20px{
	0%   { left: 300px; }
	100% { left:  20px; }
}
.right_0{
	right: 0;
}
.right_15{
	right: 15%;
}
.right_m70{
	right: -70%;
}
.right_10px{
	right: 10px;
}
.right_20px{
	right: 20px;
}
.right_30px{
	right: 30px;
}
.z_index_m1{
	z-index: -1;
}
.z_index_1{
	z-index: 1;
}
.rotation360{
	animation: 4s linear infinite rotation360;
}
@keyframes rotation360{
    0%{ transform:   rotate(0deg); }
  100%{ transform: rotate(360deg); }
}

.slick-dotted.slick-slider{
	margin-bottom: 50px;
}
.slide-arrow{
  position: absolute;
  height: 50px !important;
	width: 50px !important;
  top: 0; bottom:0;
  margin: auto;
	z-index: 2;
}
.slide-arrow.prev-arrow{
  left: 20px;
  cursor: pointer;
}
.slide-arrow.next-arrow{
	right: 20px;
  cursor: pointer;
}
.slick-prev, .slick-next{
  z-index: 3;
	margin: 0;
	width: 50px;
	height: 50px;
}
.slick-next{
  right: 20px;
}
.slick-prev{
  left: 15px;
}
.slick-prev:before, .slick-next:before{
	color: black;
	font-size: 50px;
}
.slick-dotted, .slick-dots, .slick-dots li{
	overflow: visible;
}

ul.aster_list{
	padding-left: 20px;
}
ul.aster_list li{
	text-indent: -18px;
	overflow: visible;
	font-size: 14px;
}
ul.aster_list li::before{
	content: "※";
}
ul.dot_list{
	padding-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.dot_list li{
	text-indent: -25px;
	overflow: visible;
	font-size: 16px;
	padding-bottom: 16px;
}
ul.dot_list li::before{
	content: "・";
	font-size: 12px;
	line-height: 19px;
	margin-right: 10px;
}
ul.large_dot_list{
	padding-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.large_dot_list li{
	text-indent: -25px;
	overflow: visible;
	font-size: 16px;
	padding-bottom: 5px;
}
ul.large_dot_list li::before{
	content: "●";
	color: #4D494A;
	font-size: 15px;
	line-height: 20px;
	margin-right: 10px;
}
ul.pink_dot_list{
	padding-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.pink_dot_list li{
	text-indent: -25px;
	overflow: visible;
	font-size: 16px;
	padding-bottom: 16px;
}
ul.pink_dot_list li::before{
	content: "●";
	color: #f27b8c;
	font-size: 12px;
	line-height: 19px;
	margin-right: 10px;
}
ul.circle_number_list{
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.circle_number_list li{
	text-indent: -30px;
	overflow: visible;
	font-size: 16px;
	padding-bottom: 16px;
	counter-increment: number;
}
ul.circle_number_list li::before{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-indent: 0;
	content: counter(number);
	background: #f27b8c;
	color: white;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
}
ul.circle_number_list.no_bg{
	padding-left: 28px;
}
ul.circle_number_list.no_bg li{
	text-indent: -24px;
}
ul.circle_number_list.no_bg li::before{
	width: 18px;
	height: 18px;
	line-height: 18px;
	background: none;
	color: #8c898a;
	border: 1px solid #8c898a;
}
.text_indent_0{
	text-indent: 0;
}
.movie_area{
  width:100%;
  padding-bottom: 56.25%;
  height:0px;
  position: relative;
}
.movie_area iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overflow_visible{
	overflow: visible;
}
.letter_space_m1px{
	letter-spacing: -1px;
}
.letter_space_m2px{
	letter-spacing: -2px;
}
.letter_space_m5px{
	letter-spacing: -5px;
}
.cursor_pointer{
	cursor: pointer;
}

.article_table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.article_table th,
.article_table td {
  border: 1px solid #ccc;
  padding: 10px;
}

@media screen and (min-width:680px) {
	.spOnly {
		display: none;
	}
}

@media screen and (max-width:679px) {
	.pcOnly {
		display: none;
	}
	.sp_left_m55{
		left: -55%;
	}
	.sp_right_m55{
		right: -55%;
	}
	.sp_right_10{
		right: 10%;
	}
	.sp_width_70{
		width: 70%;
	}
	.sp_width_180px{
		width: 180px;
	}
	.sp_max_width_100px{
		max-width: 100px;
	}
	.sp_height_230px{
		height: 230px;
	}
	.sp_left{
		text-align: left;
	}
	.sp_margin_left_30px{
		margin-left: 30px;
	}
	.sp_padding_horizontal_20px{
		padding-left: 20px;
		padding-right: 20px;
	}
	.sp_padding_top_25px{
		padding-top: 25px;
	}
	.sp_font_size_12px{
		font-size: 12px;
	}
	.sp_font_size_16px{
		font-size: 16px;
	}
}



.area_guide h2{
	background-color: #f27b8c;
	color: white;
	padding: 10px 20px;
	line-height: 34px;
	font-size: 18px;
	font-weight: bold;
}
.area_guide .guide_img{
	display: block;
	margin: 30px auto;
}

.area_guide .outline{
	margin: 30px auto 20px;
}
.area_guide .outline > h3{
	color: #f27b8c;
	font-weight: bold;
	padding-bottom: 20px;
	background-color: initial;
}
.area_guide .outline a{
	display: flex;
	margin-bottom: 20px;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}
.area_guide .outline a:hover{
	filter: brightness(120%);
}

.area_guide div .guide_h3{
	background-color: #F3F4F5;
	padding: 15px 20px;
	line-height: 26px;
	font-size: 16px;
}
.area_guide div .no_link{
	color: #8c898a;
}
.area_guide div .no_link:hover{
	filter: none;
}
.area_guide .contents > p{
	margin: 30px 0;
}
.area_guide .contents .border_area{
	margin: 30px 0;
	border: 1px solid #BABABA;
	text-align: center;
}
.area_guide .contents .border_area h4{
	color: #f27b8c;
}
.area_guide .contents .border_area .gray_area{
	background-color: #F8F8F8;
}
.area_guide .contents .border_area .tri{
	display: block;
	margin: auto;
	margin-bottom: -10px;
	z-index: 1;
}
.area_guide .contents .annotation{
	color: #95989A;
	font-size: 14px;
	margin-top: -10px;
}
.area_guide .contents .img_connect{
	width: 85px;
	height: 85px;
}
.area_guide .contents .img_ss_charge{
	margin: 0 auto;
}
.area_guide .contents .border_area .price_action_area{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	max-width: 400px;
	margin: auto;
}
.area_guide .contents .border_area .price_action_area li{
	margin: 20px 0;
}
.area_guide .contents .border_area .price_action_area li:first-child{
	border-right: 1px solid #E2E0E2;
}
.area_guide .contents .border_area .price_action_area li h4{
	margin: 10px 0;
}
.area_guide .contents .border_area .price_action_area li img{
	margin: 20px auto;
}
.area_guide .contents .border_area .price_action_area li p{
	color: #F27B8C;
	font-size: 14px;
}
.area_guide .contents .border_area .transaction_table{
	position: relative;
	z-index: 2;
	max-width: 400px;
	margin: 20px auto;
	border-spacing: 20px;
}
.area_guide .contents .border_area .transaction_table th img{
	padding-right: 5px;
}
.area_guide .contents .border_area .transaction_table th div{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: flex-start;
	color: #F27B8C;
	font-size: 14px;
}
.area_guide .contents .border_area .transaction_table th div p{
	color: #F27B8C;
	line-height: 20px;
}
.area_guide .contents .border_area .transaction_table th div span{
	color: #F27B8C;
	font-size: 24px;
	font-weight: bold;
}
.area_guide .contents .border_area .transaction_table td{
	width: 68%;
	text-align: left;
	padding: 15px 20px;
}
.area_guide .contents .border_area .transaction_table td h4{
	margin: 0;
}
.area_guide .contents .border_area .img_arrow_down{
	position: absolute;
	max-width: 400px;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.area_guide .contents .border_area .img_arrow_down img{
	position: absolute;
	bottom: 10px;
	right: 30%;
	height: 70%;
}
.area_guide .contents .border_area .transaction_table .transaction_1 td{
	background-color: #FDE5E8;
	border-radius: 5px;
	color: #F27B8C;
}
.area_guide .contents .border_area .transaction_table .transaction_2 td{
	background-color: #F27B8C;
	border-radius: 5px;
}
.area_guide .contents .border_area .transaction_table .transaction_2 td h4{
	color: white;
}
.area_guide .contents .border_area .transaction_table .transaction_3 td{
	background-color: white;
	border: 2px solid #F27B8C;
	border-radius: 5px;
	color: #F27B8C;
}
.area_guide .contents .border_area .transaction_table .transaction_3 th div{
	align-items: center;
}
.area_guide .contents .border_area .tenka_area{
	max-width: 400px;
	border-bottom: 1px solid #E2E0E2;
	margin: auto;
}
.area_guide .contents .border_area .mirai_area{
	max-width: 400px;
	margin: auto;
}
.area_guide .contents .img_present{
	height: 70px;
}

.area_guide_jtsa_header .area_guide_jtsa .padding_top{
	padding-top: 10px;
}
.area_guide_jtsa {
	max-width: 768px;
	margin: auto;
}
.area_guide_jtsa .padding_top{
	padding-top: 30px;
}
.area_guide_jtsa .padding_bottom{
	padding-bottom: 30px;
}
.area_guide_jtsa .padding_vertical{
	padding-left: 10px;
	padding-right: 10px;
}
.area_guide_jtsa .padding_horizontal{
	padding-top: 10px;
	padding-bottom: 10px;
}
.area_guide_jtsa .flex{
	display: flex;
	flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.area_guide_jtsa .flex_nowrap{
  flex-wrap: nowrap;
}
.area_guide_jtsa .flex_left{
  justify-content: flex-start;
}
.area_guide_jtsa .flex_middle{
  align-items: center;
}
.area_guide_jtsa .width_50{
	width: 50%;
}
.area_guide_jtsa .max_width_small{
	max-width: 242px;
	width: 100%;
	margin: auto;
}
.area_guide_jtsa .max_width_midium{
	max-width: 330px;
	width: 100%;
	margin: auto;
}
.area_guide_jtsa .max_width_large{
	max-width: 500px;
	width: 100%;
	margin: auto;
}
.area_guide_jtsa .bold{
	font-weight: bold;
}

.area_guide_confirm{
	background-color: #fce5e7;
}
.area_guide_confirm .pink{
	color: #f27b8c;
}
.area_guide_confirm h1.normal{
	color: #f27b8c;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 5px;
}
.area_guide_confirm h2{
	background-color: #f27b8c;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 34px;
	font-size: 18px;
	font-weight: bold;
}
.area_guide_confirm .numbering_title h2{
	padding-left: 48px;
}
.area_guide_confirm h2.black{
	color: black;
}
.area_guide_confirm .outline{
	margin: 0 auto;
	width: 100%;
}
.area_guide_confirm .outline h3{
	color: #f27b8c;
	font-weight: bold;
	background-color: initial;
}
.area_guide_confirm .outline h4{
	margin-bottom: 5px;
}
.area_guide_confirm .outline a{
	display: flex;
	margin-bottom: 5px;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}
.area_guide_confirm .outline a:hover{
	filter: brightness(120%);
}


.guide_area .h1{
	margin: 30px 0;
}
.guide_area .h1 .contents{
	font-size: 24px;
	color: #4D494A;
	font-weight: bold;
}
.guide_area .outline{
	margin-bottom: 10px;
	background-color: #FDF6F7;
}
.guide_area .outline .title{
	color: #F27B8C;
	font-weight: bold;
	margin: 20px 0;
}
.guide_area .outline .list{
	margin-bottom: 20px;
}
.guide_area .outline .list a{
	color: #4C4949;
	display: inline-flex;
  align-items: center;
  justify-content: center;
}
.guide_area .outline .list a img{
	margin-left: 10px;
}
.guide_area .h2{
	background-color: #F27B8C;
	padding: 15px 0;
}
.guide_area .h2 .contents{
	color: white;
	font-size: 18px;
	font-weight: bold;
}
.guide_area .h2_article{
	margin-bottom: 50px;
}
.guide_area .h3{
	padding-left: 18px;
	font-size: 18px;
	font-weight: bold;
	color: #4D494A;
	margin-top: 40px;
	margin-bottom: 25px;
}
.guide_area .h3::before{
	display: block;
	background-color: #F27B8C;
	width: 7px;
	border-radius: 3.5px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
}
.guide_area .h4{
	font-size: 17px;
	font-weight: bold;
	color: #4D494A;
	margin-bottom: 17px;
}
.guide_area .article{
	margin-bottom: 30px;
	color: #4D494A;
}
.guide_area .article a{
	color: #F27B8C;
}
.guide_area .article .right_icon_inline{
	display: inline-flex;
  align-items: center;
  justify-content: center;
	flex-wrap: nowrap;
	white-space: nowrap;
}
.guide_area .article .right_icon_inline img{
	display: inline-block;
}
.guide_area .article .super{
	font-size: 10px;
	color: #4D494A;
}
.guide_area .img,
.guide_area .capture{
	margin-bottom: 30px;
	text-align: center;
}
.guide_area .capture img{
	max-width: 240px;
	margin: auto;
}
.guide_area .capture img.shadow{
	box-shadow: 5px 5px 20px rgba(0,0,0,0.6);
}
.guide_area .img .img_caption,
.guide_area .capture .img_caption{
	margin-top: 15px;
	color: #4D494A;
	font-size: 12px;
}
.guide_area .caution{
	margin-bottom: 25px;
	background-color: #FDF6F7;
	padding: 20px;
}
.guide_area .caution .list{
	display: inline-flex;
  align-items: center;
  justify-content: center;
	color: #F27B8C;
	font-weight: bold;
}
.guide_area .caution .list .icon{
	display: inline-block;
	height: 20px;
	margin-right: 10px;
}
.guide_area .caption_list .list:not(:first-child){
	font-size: 14px;
	color: #95989A;
}
.guide_area .caption_list .list:not(:first-child){
	margin-top: 15px;
}
.guide_area .caption_list a {
  color: #F27B8C;
}
.guide_area .bullets_list{
	margin-bottom: 25px;
	background-color: #F7F7F7;
	padding: 0 20px;
}
.guide_area .bullets_list ul{
	margin-bottom: 0;
}
.guide_area .bullets_list li{
	color: #4D494A;
	padding-bottom: 20px;
}
.guide_area .h3_article{
	margin-bottom: 25px;
}
.guide_area .h3_article div:last-child{
	margin-bottom: 0;
}

.area_guide_menu ul{
	margin: 40px 0;
}
.area_guide_menu ul li{
	background-color: white;
	margin: 10px 0;
	border-radius: 10px;
	overflow: visible;
	width: calc(100% - 3px);
	box-shadow: 3px 3px 3px #ddd;
}
.area_guide_menu ul li a{
	padding :18px;
	padding-left: 30px;
	font-weight: 600;
	color: #4d494a;
}

.area_guide_menu ul li.done a{
	color: #a6a4a4;
}
.area_guide_menu ul li.done:after{
	content: '連携済';
	position: absolute;
	font-size: 12px;
	color: #f27b8c;
	border: 1px solid #f27b8c;
	right: 20px;
	top: 0; bottom: 0;
	margin: auto;
	height: 20px;
	line-height: 20px;
	padding: 0 3px;
	border-radius: 5px;
}

.area_guide_menu.back{
	margin:20px 0;
}

