@charset "UTF-8";


/*
font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
*/

/* ############################################## */

.main_title_wrap {
	width: 100%;
	height: 150px;
	background: #ffd40b;
}
.main_title {
	width: 1100px;
	height: 150px;
	margin: 0 auto;
	padding-top: 30px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
.main_title dd {
	width: 100%;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 15px;
}
.main_title dt {
	width: 100%;
	font-size: 34px;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 10px;
}
.main_title p {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
	padding-left: 1px;
	color: #fff;
}
.main_title:after {
	content: "";
	background: url("../pc_img/private/common/main_title_icon.png") no-repeat;
	background-size: 124px 102px;
	width: 124px;
	height: 102px;
	position: absolute;
	top: 24px;
	right: 25px;
	z-index: 20;
}

/* ############################################## */

.main_contents_wrap {
	width: 100%;
	background: #fff;
	padding: 0 0 65px 0;
}

/* ############################################## */

.contents_title_wrap {
	width: 100%;
	background: url("../pc_img/private/flat_rate/main_img.jpg") no-repeat center center;
	background-size: cover;
}
.contents_title {
	width: 1100px;
	height: 529px;
	margin: 0 auto;
	position: relative;
}
.contents_title h3 {
	width: 698px;
	height: 262px;
	border-radius: 131px;
	padding-top: 6px;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.contents_title h3 img {
	width: 642px;
}
/* ############################################## */

.contents_title_bottom_wrap {
	width: 100%;
	background: #fef7d9;
	margin-bottom: 40px;
	padding: 15px 0;
}
.contents_title_bottom {
	width: 955px;
	margin: 0 auto;
}
.contents_title_bottom dt {
	width: 631px;
	font-size: 18px;
	line-height: 1;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
	text-align: left;
}
.contents_title_bottom dd {
	width: 292px;
	padding: 10px 0 10px 32px;
	background: url("../pc_img/common/contents_dot_border_01.png") repeat-y left top;
	background-size: 2px auto;
	display: inline-block;
	text-align: right;
}

/* ############################################## */

.contents_menu {
	width: 1100px;
	background: #fff;
	margin: 0 auto 90px auto;
}
.contents_menu li {
	float: left;
	width: calc(100%/ 3);
	text-align: center;
	position: relative;
	background: url("../pc_img/private/common/contents_border_01.png") repeat-y top right;
	background-size: 2px auto;
	font-size: 19px;
	line-height: 1;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
}
.contents_menu li:first-child {
	background-image: url("../pc_img/private/common/contents_border_01.png"),url("../pc_img/private/common/contents_border_01.png");
	background-size: 2px auto;
	background-repeat: repeat-y;
	background-position: top left, top right;
}
.contents_menu li:after {
	content: "";
	background: url("../pc_img/private/flat_rate/contents_menu_arrow.png") no-repeat;
	background-size: 24px 13px;
	width: 24px;
	height: 13px;
	position: absolute;
	bottom: 23px;
	left: 50%;
	margin-left: -12px;
}
.contents_menu li a:link,
.contents_menu li a:visited,
.contents_menu li a:active {
	width: 100%;
	height: 100%;
	padding: 25px 0 55px 0;
	box-sizing: border-box;
	display: block;
	color: #000;
	text-decoration: none;
	transition: all  0.3s ease;
}
.contents_menu li a:hover {
	width: 100%;
	height: 100%;
	padding: 25px 0 55px 0;
	box-sizing: border-box;
	display: block;
	color: #000;
	text-decoration: underline;
	transition: all  0.3s ease;
}

/* ############################################## */

.contents_wrap_border {
	width: 1100px;
	background-image: url("../pc_img/private/flat_rate/contents_bg_top.png"),url("../pc_img/private/flat_rate/contents_bg_bottom.png");
	background-size: 1100px auto;
	background-position: top left,bottom left;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 75px 0 65px 0;
	margin: 0 auto 55px auto;
	position: relative;
}
.contents_wrap_border:after {
	content: "";
	background: url("../pc_img/private/flat_rate/contents_icn_01.png") no-repeat;
	background-size: 155px 104px;
	width: 155px;
	height: 104px;
	position: absolute;
	top: -55px;
	left: 50%;
	margin-left: -77px;
}

/* ############################################## */

.contents_title_01 {
	width: 100%;
	margin: 0 auto 120px auto;
	position: relative;
}
.contents_title_01:after {
	content: "Useful";
	width: 100%;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 175px;
	line-height: 1;
	letter-spacing: 1px;
	padding-left: 1px;
	color: #fef7d9;
	position: absolute;
	top: 75px;
	left: 0;
	text-align: center;
	z-index: 0;
}
.contents_title_01 dl {
  position: relative;
  width: 700px;
  padding: 15px 25px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
}
.contents_title_01 dl::before,
.contents_title_01 dl::after {
  position: absolute;
  top: 0;
  content: '';
  width: 25px;
  height: 100%;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_title_01 dl::before {
  left: 0;
  border-left: 3px solid #000;
  border-radius: 10px 0 0 10px;
}
.contents_title_01 dl::after {
  right: 0;
  border-right: 3px solid #000;
  border-radius: 0 10px 10px 0;
}
.contents_title_01 dt {
	font-size: 24px;
	line-height: 1;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
}
.contents_title_01 dd {
	font-size: 40px;
	line-height: 1;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	padding-left: 2px;
}

/* ############################################## */

.contents_txt_01 {
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}
.contents_txt_01 h4 {
	font-size: 24px;
	line-height: 1;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 25px;
}
.contents_txt_01 p {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
}

/* ############################################## */

.contents_table_01 {
	width: 1000px;
	margin: 0 auto;
}
.contents_table_01 dl {
	width: 250px;
	float: left;
}
.contents_table_01 dd {
	width: 250px;
	height: 250px;
	background: rgba(254,247,217,0.4);
	padding-top: 71px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.contents_table_01 dl:nth-of-type(1) dd:after,
.contents_table_01 dl:nth-of-type(3) dd:after {
	content: "";
	border-right: 12px solid transparent;
	border-bottom: 12px solid #ffd40b;
	border-left: 12px solid transparent; 
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -12px;
}
.contents_table_01 dl:nth-of-type(2) dd:after,
.contents_table_01 dl:nth-of-type(4) dd:after {
	content: "";
	border-right: 12px solid transparent;
	border-top: 12px solid #ffd40b;
	border-left: 12px solid transparent; 
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -12px;
}
.contents_table_01 dd img {
	width: 99px;
}
.contents_table_01 dt {
	width: 250px;
	height: 250px;
	background: #ffd40b;
	padding-top: 70px;
	box-sizing: border-box;
	text-align: center;
}
.contents_table_01 dt h5 {
	width: 199px;
	margin: 0 auto 20px auto;
}
.contents_table_01 dt p {
	font-size: 15px;
	line-height: 25px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
}

/* ############################################## */

.flat_rate_01_map {
	width: 100%;
	height: 684px;
	background: url("../pc_img/private/flat_rate/contents_bg_01_en_20240124.png") no-repeat top left -100px #fffae6;
	background-size: 1300px 684px;
	position: relative;
	margin-bottom: 85px;
}
.flat_rate_01_map:after {
	content: "";
	border-right: 48px solid transparent;
	border-top: 18px solid #fffae6;
	border-left: 48px solid transparent; 
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -48px;
}
.flat_rate_01_map div {
	width: 1100px;
	height: 684px;
	padding: 220px 0 0 550px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.flat_rate_01_map div dt {
	font-size: 28px;
	line-height: 1;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 8px;
}
.flat_rate_01_map div dd {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1px;
	padding-left: 1px;
	color: #ffd40b;
}
.flat_rate_01_map div h3 {
	width: 550px;
	font-size: 58px;
	line-height: 1;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	position: absolute;
	top: 370px;
	right: 0;
	z-index: 2;
}
.flat_rate_01_map div p {
	width: 550px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 105px;
	line-height: 1;
	letter-spacing: 1px;
	padding-left: 1px;
	color: #ffd40b;
	position: absolute;
	top: 300px;
	right: 0;
	z-index: 1;
}
.flat_rate_01_list {
	width: 1010px;
	margin: 0 auto 65px auto;
}
.flat_rate_01_list dl {
	width: 190px;
	float: left;
	margin: 0 15px 40px 0;
}
.flat_rate_01_list dt {
	border-radius: 10px 10px 0 0;
	padding: 20px 0 15px 0;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	position: relative;
}
.flat_rate_01_list dd {
	border-radius: 0 0 10px 10px;
	padding: 0px 5px 15px 5px;
	box-sizing: border-box;
	text-align: center;
}
.flat_rate_01_list dd div {
	height: 95px;
	margin-bottom: 15px;
	position: relative;
}
.flat_rate_01_list dd div h5 {
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.flat_rate_01_list dd div h5 span {
	font-size: 11px;
	display: block;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	margin-top: -3px;
}
.flat_rate_01_list dl:nth-child(7) dd div h5 {
	font-size: 15px;
	line-height: 20px;
}
.flat_rate_01_list dd p {
	font-size: 22px;
	line-height: 1;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
}
.flat_rate_01_list dd p span {
	font-size: 18px;
	display: block;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	margin-top: 5px;
}
.flat_rate_01_list dl:nth-child(5n) {
	margin-right: 0;
}
/*.flat_rate_01_list dl:nth-of-type(1) dt {
	background: #ffe578;
}
.flat_rate_01_list dl:nth-of-type(1) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ffe578;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(1) dd {
	border: 3px solid #ffe578;
}
.flat_rate_01_list dl:nth-of-type(1) dd div {
	border-bottom: 1px solid #ffe578;
}
.flat_rate_01_list dl:nth-of-type(2) dt {
	background: #ffda40;
}
.flat_rate_01_list dl:nth-of-type(2) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ffda40;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(2) dd {
	border: 3px solid #ffda40;
}
.flat_rate_01_list dl:nth-of-type(2) dd div {
	border-bottom: 1px solid #ffda40;
}
.flat_rate_01_list dl:nth-of-type(3) dt {
	background: #ffd40b;
}
.flat_rate_01_list dl:nth-of-type(3) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ffd40b;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(3) dd {
	border: 3px solid #ffd40b;
}
.flat_rate_01_list dl:nth-of-type(3) dd div {
	border-bottom: 1px solid #ffd40b;
}
.flat_rate_01_list dl:nth-of-type(4) dt {
	background: #ffc50d;
}
.flat_rate_01_list dl:nth-of-type(4) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ffc50d;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(4) dd {
	border: 3px solid #ffc50d;
}
.flat_rate_01_list dl:nth-of-type(4) dd div {
	border-bottom: 1px solid #ffc50d;
}
.flat_rate_01_list dl:nth-of-type(5) dt {
	background: #ffaa00;
}
.flat_rate_01_list dl:nth-of-type(5) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ffaa00;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(5) dd {
	border: 3px solid #ffaa00;
}
.flat_rate_01_list dl:nth-of-type(5) dd div {
	border-bottom: 1px solid #ffaa00;
}
.flat_rate_01_list dl:nth-of-type(6) dt {
	background: #ff9d00;
}
.flat_rate_01_list dl:nth-of-type(6) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ff9d00;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(6) dd {
	border: 3px solid #ff9d00;
}
.flat_rate_01_list dl:nth-of-type(6) dd div {
	border-bottom: 1px solid #ff9d00;
}
.flat_rate_01_list dl:nth-of-type(7) dt {
	background: #ff7c06;
}
.flat_rate_01_list dl:nth-of-type(7) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ff7c06;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(7) dd {
	border: 3px solid #ff7c06;
}
.flat_rate_01_list dl:nth-of-type(7) dd div {
	border-bottom: 1px solid #ff7c06;
}
.flat_rate_01_list dl:nth-of-type(8) dt {
	background: #ff6b06;
}
.flat_rate_01_list dl:nth-of-type(8) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ff6b06;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(8) dd {
	border: 3px solid #ff6b06;
}
.flat_rate_01_list dl:nth-of-type(8) dd div {
	border-bottom: 1px solid #ff6b06;
}
.flat_rate_01_list dl:nth-of-type(9) dt {
	background: #ff5408;
}
.flat_rate_01_list dl:nth-of-type(9) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ff5408;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(9) dd {
	border: 3px solid #ff5408;
}
.flat_rate_01_list dl:nth-of-type(9) dd div {
	border-bottom: 1px solid #ff5408;
}
.flat_rate_01_list dl:nth-of-type(10) dt {
	background: #ff400d;
}
.flat_rate_01_list dl:nth-of-type(10) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ff400d;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(10) dd {
	border: 3px solid #ff400d;
}
.flat_rate_01_list dl:nth-of-type(10) dd div {
	border-bottom: 1px solid #ff400d;
}
.flat_rate_01_list dl:nth-of-type(11) dt {
	background: #ff0d0d;
	color: #fff !important;
}
.flat_rate_01_list dl:nth-of-type(11) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ff0d0d;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(11) dd {
	border: 3px solid #ff0d0d;
}
.flat_rate_01_list dl:nth-of-type(11) dd div {
	border-bottom: 1px solid #ff0d0d;
}
.flat_rate_01_list dl:nth-of-type(12) dt {
	background: #ea0022;
	color: #fff !important;
}
.flat_rate_01_list dl:nth-of-type(12) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ea0022;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(12) dd {
	border: 3px solid #ea0022;
}
.flat_rate_01_list dl:nth-of-type(12) dd div {
	border-bottom: 1px solid #ea0022;
}
.flat_rate_01_list dl:nth-of-type(13) dt {
	background: #c40000;
	color: #fff !important;
}
.flat_rate_01_list dl:nth-of-type(13) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #c40000;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(13) dd {
	border: 3px solid #c40000;
}
.flat_rate_01_list dl:nth-of-type(13) dd div {
	border-bottom: 1px solid #c40000;
}
.flat_rate_01_list dl:nth-of-type(14) dt {
	background: #aa0000;
	color: #fff !important;
}
.flat_rate_01_list dl:nth-of-type(14) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #aa0000;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(14) dd {
	border: 3px solid #aa0000;
}
.flat_rate_01_list dl:nth-of-type(14) dd div {
	border-bottom: 1px solid #aa0000;
}
.flat_rate_01_list dl:nth-of-type(15) dt {
	background: #870000;
	color: #fff !important;
}
.flat_rate_01_list dl:nth-of-type(15) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #870000;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(15) dd {
	border: 3px solid #870000;
}
.flat_rate_01_list dl:nth-of-type(15) dd div {
	border-bottom: 1px solid #870000;
}
.flat_rate_01_list dl:nth-of-type(16) dt {
	background: #660000;
	color: #fff !important;
}
.flat_rate_01_list dl:nth-of-type(16) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #660000;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(16) dd {
	border: 3px solid #660000;
}
.flat_rate_01_list dl:nth-of-type(16) dd div {
	border-bottom: 1px solid #660000;
}
.flat_rate_01_list dl:nth-of-type(17) dt {
	background: #3a0000;
	color: #fff !important;
}
.flat_rate_01_list dl:nth-of-type(17) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #3a0000;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(17) dd {
	border: 3px solid #3a0000;
}
.flat_rate_01_list dl:nth-of-type(17) dd div {
	border-bottom: 1px solid #3a0000;
}*/

.flat_rate_01_list dl dt:before {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 42px;
	line-height: 1;
	color: #000;
	position: absolute;
	top: -24px;
	left: 0;
	width: 100%;
	text-align: center;
	text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff,  0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
/*.flat_rate_01_list dl:nth-of-type(1) dt:before {
	content: "A";
}
.flat_rate_01_list dl:nth-of-type(2) dt:before {
	content: "B";
}
.flat_rate_01_list dl:nth-of-type(3) dt:before {
	content: "C";
}
.flat_rate_01_list dl:nth-of-type(4) dt:before {
	content: "D";
}
.flat_rate_01_list dl:nth-of-type(5) dt:before {
	content: "E";
}
.flat_rate_01_list dl:nth-of-type(6) dt:before {
	content: "F";
}
.flat_rate_01_list dl:nth-of-type(7) dt:before {
	content: "G";
}
.flat_rate_01_list dl:nth-of-type(8) dt:before {
	content: "H";
}
.flat_rate_01_list dl:nth-of-type(9) dt:before {
	content: "I";
}
.flat_rate_01_list dl:nth-of-type(10) dt:before {
	content: "J";
}
.flat_rate_01_list dl:nth-of-type(11) dt:before {
	content: "K";
}
.flat_rate_01_list dl:nth-of-type(12) dt:before {
	content: "L";
}
.flat_rate_01_list dl:nth-of-type(13) dt:before {
	content: "M";
}
.flat_rate_01_list dl:nth-of-type(14) dt:before {
	content: "N";
}
.flat_rate_01_list dl:nth-of-type(15) dt:before {
	content: "O";
}
.flat_rate_01_list dl:nth-of-type(16) dt:before {
	content: "P";
}
.flat_rate_01_list dl:nth-of-type(17) dt:before {
	content: "Q";
}*/

.flat_rate_txt {
	clear: left;
}
.flat_rate_txt p {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
}

/* ############################################## */

.flat_rate_02_map {
	width: 100%;
	height: 684px;
	background: url("../pc_img/private/flat_rate/contents_bg_02_en.png") no-repeat top left -80px #fffae6;
	background-size: 1300px 684px;
	position: relative;
	margin-bottom: 85px;
}
.flat_rate_02_map:after {
	content: "";
	border-right: 48px solid transparent;
	border-top: 18px solid #fffae6;
	border-left: 48px solid transparent; 
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -48px;
}
.flat_rate_02_map div {
	width: 1100px;
	height: 684px;
	padding: 220px 0 0 550px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.flat_rate_02_map div dt {
	font-size: 28px;
	line-height: 1;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 8px;
}
.flat_rate_02_map div dd {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1px;
	padding-left: 1px;
	color: #ffd40b;
}
.flat_rate_02_map div h3 {
	width: 550px;
	font-size: 58px;
	line-height: 1;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	position: absolute;
	top: 370px;
	right: 0;
	z-index: 2;
}
.flat_rate_02_map div p {
	width: 550px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 105px;
	line-height: 1;
	letter-spacing: 1px;
	padding-left: 1px;
	color: #ffd40b;
	position: absolute;
	top: 300px;
	right: 0;
	z-index: 1;
}
.flat_rate_02_list {
	width: 1011px;
	margin: 0 auto 65px auto;
}
.flat_rate_02_list dl {
	width: 327px;
	float: left;
	margin: 0 15px 40px 0;
}
.flat_rate_02_list dt {
	border-radius: 10px 10px 0 0;
	padding: 20px 0 15px 0;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	position: relative;
}
.flat_rate_02_list dd {
	border-radius: 0 0 10px 10px;
	padding: 30px 25px 25px 25px;
	box-sizing: border-box;
	text-align: center;
}
.flat_rate_02_list dd div {
	height: 101px;
	margin-bottom: 15px;
	position: relative;
}
.flat_rate_02_list dd h5 {
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.flat_rate_02_list dl:nth-child(1) dd h5,
.flat_rate_02_list dl:nth-child(2) dd h5 {
	line-height: 80px;
}
.flat_rate_02_list dd p {
	font-size: 22px;
	line-height: 1;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
}
.flat_rate_02_list dd p span {
	font-size: 18px;
	display: block;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	margin-top: 5px;
}
.flat_rate_02_list dl:nth-child(3n) {
	margin-right: 0;
}
.flat_rate_02_list dl:nth-of-type(1) dt {
	background: #ffd40b;
}
.flat_rate_02_list dl:nth-of-type(1) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ffd40b;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_02_list dl:nth-of-type(1) dd {
	border: 3px solid #ffd40b;
}
.flat_rate_02_list dl:nth-of-type(1) dd h5 {
	border-bottom: 1px solid #ffd40b;
}
.flat_rate_02_list dl:nth-of-type(2) dt {
	background: #ff9d00;
}
.flat_rate_02_list dl:nth-of-type(2) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ff9d00;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_02_list dl:nth-of-type(2) dd {
	border: 3px solid #ff9d00;
}
.flat_rate_02_list dl:nth-of-type(2) dd h5 {
	border-bottom: 1px solid #ff9d00;
}
.flat_rate_02_list dl:nth-of-type(3) dt {
	background: #ff6e0b;
}
.flat_rate_02_list dl:nth-of-type(3) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ff6e0b;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_02_list dl:nth-of-type(3) dd {
	border: 3px solid #ff6e0b;
}
.flat_rate_02_list dl:nth-of-type(3) dd h5 {
	border-bottom: 1px solid #ff6e0b;
}

.flat_rate_02_list dl dt:before {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 42px;
	line-height: 1;
	color: #000;
	position: absolute;
	top: -24px;
	left: 0;
	width: 100%;
	text-align: center;
	text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff,  0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.flat_rate_02_list dl:nth-of-type(1) dt:before {
	content: "A";
}
.flat_rate_02_list dl:nth-of-type(2) dt:before {
	content: "B";
}
.flat_rate_02_list dl:nth-of-type(3) dt:before {
	content: "C";
}


/* ############################################## */

.flat_rate_03_map {
	width: 100%;
	height: 684px;
	background: url("../pc_img/private/flat_rate/contents_bg_03_en.png") no-repeat top left #fffae6;
	background-size: 1300px 684px;
	position: relative;
	margin-bottom: 85px;
}
.flat_rate_03_map:after {
	content: "";
	border-right: 48px solid transparent;
	border-top: 18px solid #fffae6;
	border-left: 48px solid transparent; 
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -48px;
}
.flat_rate_03_map div {
	width: 1100px;
	height: 684px;
	padding: 220px 0 0 550px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.flat_rate_03_map div dt {
	font-size: 28px;
	line-height: 1;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 8px;
}
.flat_rate_03_map div dd {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1px;
	padding-left: 1px;
	color: #ffd40b;
}
.flat_rate_03_map div h3 {
	width: 550px;
	font-size: 44px;
	line-height: 1;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	position: absolute;
	top: 370px;
	right: 0;
	z-index: 2;
}
.flat_rate_03_map div p {
	width: 550px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 105px;
	line-height: 1;
	letter-spacing: 1px;
	padding-left: 1px;
	color: #ffd40b;
	position: absolute;
	top: 300px;
	right: 0;
	z-index: 1;
}
.flat_rate_03_list {
	width: 1010px;
	margin: 0 auto 65px auto;
}
.flat_rate_03_list dl {
	width: 190px;
	float: left;
	margin: 0 15px 40px 0;
}
.flat_rate_03_list dt {
	border-radius: 10px 10px 0 0;
	padding: 20px 0 15px 0;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	position: relative;
}
.flat_rate_03_list dd {
	border-radius: 0 0 10px 10px;
	padding: 20px 5px 20px 5px;
	box-sizing: border-box;
	text-align: center;
}
.flat_rate_03_list dd h5 {
	width: 100%;
	font-size: 18px;
	line-height: 1;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.flat_rate_03_list dd p {
	font-size: 22px;
	line-height: 1;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
}
.flat_rate_03_list dl:nth-child(5n) {
	margin-right: 0;
}
.flat_rate_03_list dl:nth-of-type(1) dt {
	background: #ffe578;
}
.flat_rate_03_list dl:nth-of-type(1) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ffe578;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_03_list dl:nth-of-type(1) dd {
	border: 3px solid #ffe578;
}
.flat_rate_03_list dl:nth-of-type(1) dd h5 {
	border-bottom: 1px solid #ffe578;
}
.flat_rate_03_list dl:nth-of-type(2) dt {
	background: #ffda40;
}
.flat_rate_03_list dl:nth-of-type(2) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ffda40;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_03_list dl:nth-of-type(2) dd {
	border: 3px solid #ffda40;
}
.flat_rate_03_list dl:nth-of-type(2) dd h5 {
	border-bottom: 1px solid #ffda40;
}
.flat_rate_03_list dl:nth-of-type(3) dt {
	background: #ffd40b;
}
.flat_rate_03_list dl:nth-of-type(3) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ffd40b;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_03_list dl:nth-of-type(3) dd {
	border: 3px solid #ffd40b;
}
.flat_rate_03_list dl:nth-of-type(3) dd h5 {
	border-bottom: 1px solid #ffd40b;
}
.flat_rate_03_list dl:nth-of-type(4) dt {
	background: #ffc50d;
}
.flat_rate_03_list dl:nth-of-type(4) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ffc50d;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_03_list dl:nth-of-type(4) dd {
	border: 3px solid #ffc50d;
}
.flat_rate_03_list dl:nth-of-type(4) dd h5 {
	border-bottom: 1px solid #ffc50d;
}
.flat_rate_03_list dl:nth-of-type(5) dt {
	background: #ffaa00;
}
.flat_rate_03_list dl:nth-of-type(5) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ffaa00;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_03_list dl:nth-of-type(5) dd {
	border: 3px solid #ffaa00;
}
.flat_rate_03_list dl:nth-of-type(5) dd h5 {
	border-bottom: 1px solid #ffaa00;
}
.flat_rate_03_list dl:nth-of-type(6) dt {
	background: #ff9d00;
}
.flat_rate_03_list dl:nth-of-type(6) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ff9d00;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_03_list dl:nth-of-type(6) dd {
	border: 3px solid #ff9d00;
}
.flat_rate_03_list dl:nth-of-type(6) dd h5 {
	border-bottom: 1px solid #ff9d00;
}
.flat_rate_03_list dl:nth-of-type(7) dt {
	background: #ff7c06;
}
.flat_rate_03_list dl:nth-of-type(7) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ff7c06;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_03_list dl:nth-of-type(7) dd {
	border: 3px solid #ff7c06;
}
.flat_rate_03_list dl:nth-of-type(7) dd h5 {
	border-bottom: 1px solid #ff7c06;
}
.flat_rate_03_list dl:nth-of-type(8) dt {
	background: #ff6b06;
}
.flat_rate_03_list dl:nth-of-type(8) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ff6b06;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_03_list dl:nth-of-type(8) dd {
	border: 3px solid #ff6b06;
}
.flat_rate_03_list dl:nth-of-type(8) dd h5 {
	border-bottom: 1px solid #ff6b06;
}
.flat_rate_03_list dl:nth-of-type(9) dt {
	background: #ff5408;
}
.flat_rate_03_list dl:nth-of-type(9) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ff5408;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_03_list dl:nth-of-type(9) dd {
	border: 3px solid #ff5408;
}
.flat_rate_03_list dl:nth-of-type(9) dd h5 {
	border-bottom: 1px solid #ff5408;
}
.flat_rate_03_list dl:nth-of-type(10) dt {
	background: #ff400d;
}
.flat_rate_03_list dl:nth-of-type(10) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ff400d;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_03_list dl:nth-of-type(10) dd {
	border: 3px solid #ff400d;
}
.flat_rate_03_list dl:nth-of-type(10) dd h5 {
	border-bottom: 1px solid #ff400d;
}
.flat_rate_03_list dl:nth-of-type(11) dt {
	background: #ff0d0d;
	color: #fff !important;
}
.flat_rate_03_list dl:nth-of-type(11) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ff0d0d;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_03_list dl:nth-of-type(11) dd {
	border: 3px solid #ff0d0d;
}
.flat_rate_03_list dl:nth-of-type(11) dd h5 {
	border-bottom: 1px solid #ff0d0d;
}
.flat_rate_03_list dl:nth-of-type(12) dt {
	background: #ea0022;
	color: #fff !important;
}
.flat_rate_03_list dl:nth-of-type(12) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ea0022;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_03_list dl:nth-of-type(12) dd {
	border: 3px solid #ea0022;
}
.flat_rate_03_list dl:nth-of-type(12) dd h5 {
	border-bottom: 1px solid #ea0022;
}
.flat_rate_03_list dl dt:before {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 42px;
	line-height: 1;
	color: #000;
	position: absolute;
	top: -24px;
	left: 0;
	width: 100%;
	text-align: center;
	text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff,  0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.flat_rate_03_list dl:nth-of-type(1) dt:before {
	content: "A";
}
.flat_rate_03_list dl:nth-of-type(2) dt:before {
	content: "B";
}
.flat_rate_03_list dl:nth-of-type(3) dt:before {
	content: "C";
}
.flat_rate_03_list dl:nth-of-type(4) dt:before {
	content: "D";
}
.flat_rate_03_list dl:nth-of-type(5) dt:before {
	content: "E";
}
.flat_rate_03_list dl:nth-of-type(6) dt:before {
	content: "F";
}
.flat_rate_03_list dl:nth-of-type(7) dt:before {
	content: "G";
}
.flat_rate_03_list dl:nth-of-type(8) dt:before {
	content: "H";
}
.flat_rate_03_list dl:nth-of-type(9) dt:before {
	content: "I";
}
.flat_rate_03_list dl:nth-of-type(10) dt:before {
	content: "J";
}
.flat_rate_03_list dl:nth-of-type(11) dt:before {
	content: "K";
}
.flat_rate_03_list dl:nth-of-type(12) dt:before {
	content: "L";
}

.preparation_txt {
	width: 1000px;
	padding: 45px 0 45px 0;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	text-align: center;
}
.bottom_contact .en_txt {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0 !important;
}

/* ********** */

.flat_rate_01_list dl:nth-of-type(1) dt {
	background: #ffe578;
}
.flat_rate_01_list dl:nth-of-type(1) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ffe578;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(1) dd {
	border: 3px solid #ffe578;
}
.flat_rate_01_list dl:nth-of-type(1) dd div {
	border-bottom: 1px solid #ffe578;
}
.flat_rate_01_list dl:nth-of-type(2) dt {
	background: #ffda40;
}
.flat_rate_01_list dl:nth-of-type(2) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ffda40;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(2) dd {
	border: 3px solid #ffda40;
}
.flat_rate_01_list dl:nth-of-type(2) dd div {
	border-bottom: 1px solid #ffda40;
}
.flat_rate_01_list dl:nth-of-type(3) dt {
	background: #ffc50d;
}
.flat_rate_01_list dl:nth-of-type(3) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ffc50d;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(3) dd {
	border: 3px solid #ffc50d;
}
.flat_rate_01_list dl:nth-of-type(3) dd div {
	border-bottom: 1px solid #ffc50d;
}
.flat_rate_01_list dl:nth-of-type(4) dt {
	background: #ffaa00;
}
.flat_rate_01_list dl:nth-of-type(4) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ffaa00;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(4) dd {
	border: 3px solid #ffaa00;
}
.flat_rate_01_list dl:nth-of-type(4) dd div {
	border-bottom: 1px solid #ffaa00;
}
.flat_rate_01_list dl:nth-of-type(5) dt {
	background: #ff9d00;
}
.flat_rate_01_list dl:nth-of-type(5) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ff9d00;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(5) dd {
	border: 3px solid #ff9d00;
}
.flat_rate_01_list dl:nth-of-type(5) dd div {
	border-bottom: 1px solid #ff9d00;
}
.flat_rate_01_list dl:nth-of-type(6) dt {
	background: #ff6b06;
}
.flat_rate_01_list dl:nth-of-type(6) dt:after {
	content: "";
	border-right: 3px solid transparent;
	border-top: 4px solid #ff6b06;
	border-left: 3px solid transparent; 
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -3px;
}
.flat_rate_01_list dl:nth-of-type(6) dd {
	border: 3px solid #ff6b06;
}
.flat_rate_01_list dl:nth-of-type(6) dd div {
	border-bottom: 1px solid #ff6b06;
}

.flat_rate_01_list dl:nth-of-type(1) dt:before {
	content: "A";
}
.flat_rate_01_list dl:nth-of-type(2) dt:before {
	content: "B";
}
.flat_rate_01_list dl:nth-of-type(3) dt:before {
	content: "D";
}
.flat_rate_01_list dl:nth-of-type(4) dt:before {
	content: "E";
}
.flat_rate_01_list dl:nth-of-type(5) dt:before {
	content: "F";
}
.flat_rate_01_list dl:nth-of-type(6) dt:before {
	content: "H";
}