@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
html, body {
  height: 100%;
}
body {
  font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05rem;
  background-color: #fff;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a:link {
  color: inherit;
  text-decoration: underline;
}
/*--------------------
common
---------------------*/
.inner {
  padding: 0 15px;
  width: 100%;
}
.account_btn_wrap a {
  background: rgb(242, 125, 31);
  background: linear-gradient(100deg, rgba(242, 125, 31, 1) 0%, rgba(246, 116, 29, 1) 100%);
  transition: 0.5s;
}
a.btn {
  color: #fff;
  display: block;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.fade_off {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.fade_on {
  opacity: 1;
}
.note {
  font-size: 10px;
  line-height: 1.4;
}
.bg_greenH .note {
  color: #fff;
  line-height: 1.4;
}
.bg_green {
  background: #319485;
}
.bg_greenL {
  background: rgb(100, 187, 174, 0.1);
}
.bg_greenH {
  background: #002e24;
}
/*--- cv ---*/
.action_area {
  padding: 30px 0 30px;
  text-align: center;
}
.text_area {
  color: #132438;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}
.large_text {
  font-size: 15px;
}
.action_tit_wrap {
  text-align: center;
}
.action_tit {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
.action_tit sup {
	font-size: .5em;
}
.action_tit::before, .action_tit::after {
  position: absolute;
  content: "";
  display: block;
  height: 40px;
  width: 1px;
  background: #000;
  bottom: -10px;
}
.action_tit::before {
  left: 0px;
  transform: rotateZ(-35deg);
}
.action_tit::after {
  right: 0px;
  transform: rotateZ(35deg);
}
.action_tit img {
  width: 150px;
  height: auto;
  margin: 0 auto 10px;
}
.btn_area {
  position: relative;
}
.btn_area .account_btn_wrap {
  font-size: 18px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.btn_area .account_btn_wrap a.btn {
  padding: 23px;
  display: block;
  margin: 0 auto;
  position: relative;
  letter-spacing: .28em;
  box-shadow: 0px 7px 0px 0px #c25600;
  font-size: 20px;
}
.btn_area .account_btn_wrap a.btn span {
  position: relative;
	display: block;
}
.btn_area .account_btn_wrap a.btn span::before {
  position: absolute;
  content: "";
  display: block;
  background: url("/g/swap/img/free_icon.png") left center no-repeat;
  background-size: 100%;
  width: 65px;
  height: 65px;
  left: -10px;
  top: 50%;
  transform: translate(0, -50%);
}
.btn_area .account_btn_wrap a.btn span::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  right: 0;
  background: url("/g/swap/img/arrow.png") right center no-repeat;
  background-size: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
.action .note {
  font-size: 12px;
  text-align: left;
  text-align: justify;
  line-height: 1.4;
  margin: 30px 0 0;
}
.campaign_area {
  padding: 0 0 50px;
}
.campaign_area.bg_greenL {
  padding: 30px 0;
}
/*--------------------
header
---------------------*/
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 15px 5px;
}
.logo {
  display: block;
  width: 50%;
  max-width: 200px;
}
header .account_btn_wrap {
  font-size: 16px;
  height: 45px;
}
header .account_btn_wrap a.btn {
  font-size: 14px;
  padding: 10px 20px 10px 10px;
  box-shadow: 0 5px 0 0 #c25600;
  letter-spacing: 1.5px;
  position: relative;
}
header .account_btn_wrap a.btn::after {
  position: absolute;
  content: "";
  display: block;
  background: url("/g/swap/img/arrow.png") right center no-repeat;
  background-size: 100%;
  width: 6px;
  height: 10px;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
}
/*--------------------
main contents
---------------------*/
.point1 div, .point2 .point2-02 {
  margin-top: -1px;
}
/*
.point1 div:first-child{
	margin-top: 0;
} */
/*--------------------
ac-menu
---------------------*/
#ac-menu li {
  margin-bottom: 15px;
}
#ac-menu .label {
  cursor: pointer;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: normal;
  padding: 20px 15px;
  position: relative;
  transition: .1s;
}
#ac-menu .label span {
  border-bottom: 1px solid #000;
  position: relative;
}
#ac-menu .label span::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  right: -27px;
  top: 51%;
  transform: translate(0, -50%);
  z-index: 1;
}
#ac-menu .label::before, #ac-menu .label::after {
  content: '';
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 25.8%;
  transform: translateY(-50%);
  z-index: 10;
}
#ac-menu .label::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .1s;
}
#ac-menu .label.open::before {
  opacity: 0;
}
#ac-menu .label.open::after {
  transform: rotate(180deg);
}
#ac-menu .detail {
  padding: 20px 20px 40px;
  display: none;
}
#ac-menu .detail p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: justify;
}
#ac-menu .detail p strong {
  font-size: 16px;
  color: #26a6dc;
}
#ac-menu .detail .caption {
  display: block;
  margin-bottom: 20px;
}
/*--------------------
attention
---------------------*/
#attention {
  background: #fff;
  padding: 20px 10px;
  font-size: 12px;
}
#attention .txt_red {
  color: #c81919;
}
#attention dl dt, #attention dl dd.mgn_b5 {
  margin-bottom: 5px;
}
/*--------------------
account
---------------------*/
#account_step {
  letter-spacing: normal;
  overflow: hidden;
}
#account_step .section-tit .inner {
  padding: 50px 0 0;
}
#account_step .section-tit .lead {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 15px 0 0;
}
.step_info {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 25px 0 20px;
  position: relative;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 30%);
}
.step_info::after, .examination::after {
  display: block;
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.step_info:last-of-type:after {
  display: none;
}
#account_step .icon_step {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 1.2;
  top: 25px;
  left: 10px;
  box-sizing: border-box;
}
#account_step .icon_step em {
  font-size: 18px;
}
.step_info .read {
  color: #1e5c53;
  font-weight: bold;
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 15px;
  padding-left: 80px
}
.step_info .text {
  padding: 20px 10px 0;
  line-height: 1.8;
  font-size: 14px;
}
.examination {
  background: #045e51;
  color: #fff;
  font-size: 25px;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 50px;
  position: relative;
}
#footerWrap {
  width: 100%;
  background: #f2f4f6;
  line-height: 1.4;
  letter-spacing: normal;
}
#footerWrap #attention {
  margin: 0 auto 0;
  background: url("/g/img/beginner/attention.gif") no-repeat 10px 20px;
  background-size: 100px auto;
  padding: 50px 10px 0 10px;
  width: 100%;
  max-width: 980px;
  font-size: 10px !important;
  box-sizing: border-box;
}
#footerWrap #attention2 dl {
  margin: 0 0 20px;
}
#footerWrap #attention2 dl:last-of-type {
  margin: 0 0 0;
}
#footerWrap #attention2 dt {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 12px;
}
#footerWrap #attention2 dd {
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 12px;
}
#footerWrap #attention2 a.textlink1 {
  font-size: 10px;
}
#footerWrap #attention2 {
  width: 100%;
  max-width: 980px;
  margin: 10px auto;
  padding-top: 0;
  padding-bottom: 10px;
  box-sizing: border-box;
  line-height: 1.6;
}
#footerWrap #footer {
  width: 100%;
  min-width: inherit;
  background: none;
  padding: 10px 0;
  text-align: center;
  background-color: #ffffff;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
.fc_green {
  color: #015c4f;
}
.fc_yel {
  color: #ffff62;
}
.fc_og {
  color: #f6741d;
}
.line_yel {
  background: linear-gradient(transparent 50%, #ff6 50%);
}
.line_wh {
  background: linear-gradient(transparent 50%, rgba(255, 255, 255, .9) 50%);
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main_visual {
  background: rgb(100, 187, 174, 0.3);
  padding: 0;
  position: relative;
}
.main_visual .inner {
  width: 95%;
}
.main_visual .mv_wrap01 {
  position: relative;
}
.main_visual .mv_wrap01 h1 {
  color: #045e51;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 1px;
  padding: 30px 0 0;
}
.main_visual .mv_wrap01 h1 span {
  font-size: 1.3em;
  color: #edfefc;
  background: #045e51;
  padding: 0 10px;
  margin: 0 5px 0;
  line-height: 1.33;
  display: inline-block;
}
.main_visual .mv_wrap01 .mv_flag_wrap li {
  background: #fff;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.15);
  padding: 12px 20px;
  margin: 0 0 5px;
  width: 60%;
}
.main_visual .mv_wrap01 .mv_flag_wrap li dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main_visual .mv_wrap01 .mv_flag_wrap li dt .mv_flag {
  width: 20%;
  margin: 0 8px 0 0;
}
.main_visual .mv_wrap01 .mv_flag_wrap li dt .mv_flag img {
  width: 100%;
  border-radius: 3px;
}
.main_visual .mv_wrap01 .mv_flag_wrap li dt .mv_flag_name {
  font-size: 12px;
  font-weight: 600;
}
.main_visual .mv_wrap01 .mv_flag_wrap li dd {
  justify-content: flex-start;
  align-items: baseline;
}
.main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_before {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  letter-spacing: 0px;
}
.main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_before .mv_price {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  position: relative;
}
.main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_before .mv_price::after {
  position: absolute;
  content: "";
  display: block;
  width: 90%;
  height: 3px;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_before .mv_per {
  background-color: #045e51;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 7px;
}
.main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_after {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -2px;
  position: relative;
}
.main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_after sup {
  font-size: .2em;
  position: absolute;
  right: 5px;
  top: 5px;
}
.main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_after em {
  font-style: normal;
  color: #319485;
  font-weight: 600;
}
.main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_after small {
  font-size: .6em;
}
.main_visual .mv_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}
.main_visual .mv_img img {
  width: 100%;
}
.main_visual .mv_wrap01 .atten {
  font-size: 10px;
  padding: 15px 0 15px 0;
  width: 45%;
  line-height: 1.4;
}
.main_visual .mv_wrap02 {
  background: url("/g/swap/img/mv_bg_sp.png") center center no-repeat;
  background-size: cover;
}
.main_visual_note {
  background: #a6d7cf;
  padding: 15px 0;
  position: relative;
  z-index: 1;
}
.main_visual_note .note {
  font-size: 10px;
  color: #000;
  line-height: 1.4;
  text-align: justify;
}
/******************************
section__common
*****************************/
.section h2 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin: 0 0 20px;
}
.section h2 .tit span {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
.section h2 .tit img {
  width: 180px;
  margin: 10px auto;
}
.section-wrap {
  padding: 50px 0 10px;
  position: relative;
}
/******************************
point_link
*****************************/
#point_link {
  background: #319485;
  padding: 70px 0 130px;
}
#point_link .section-tit .icon {
  margin: 0 0 40px;
}
#point_link .section-tit .icon img {
  width: 76px;
  height: 76px;
  margin: 0 auto;
}
#point_link h2 {
  margin: 0 0 100px;
}
#point_link h2 .tit span::before, #point_link h2 .tit span::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 65px;
  background-color: #fff;
  bottom: -10px;
}
#point_link h2 .tit span::before {
  left: 0px;
  transform: rotateZ(-35deg);
}
#point_link h2 .tit span::after {
  right: 0px;
  transform: rotateZ(35deg);
}
#point_link .link_list ul li {
  width: 32%;
  background: rgb(1, 91, 79);
  background: linear-gradient(160deg, rgba(1, 91, 79, 1) 0%, rgba(8, 97, 85, 1) 35%, rgba(17, 106, 94, 1) 70%, rgba(25, 115, 102, 1) 100%);
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 15%);
  position: relative;
  padding: 60px 20px 20px;
}
#point_link .link_list ul li::before, #point_link .link_list ul li::after {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  right: 10px;
  bottom: 10px;
}
#point_link .link_list ul li::before {
  width: 25px;
  height: 1px;
}
#point_link .link_list ul li::after {
  width: 1px;
  height: 25px;
}
#point_link .link_list ul li .no_img {
  position: absolute;
  width: 85px;
  height: auto;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
}
#point_link .link_list ul li a {
  text-decoration: none;
}
#point_link .link_list ul li dt {
  text-align: center;
  height: 80px;
  margin: 0 0 10px;
}
#point_link .link_list ul li .link_img {
  width: 25%;
  margin: 0 auto 20px;
}
#point_link .link_list ul li dd p {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}
/******************************
point
*****************************/
.point {
  position: relative;
}
.point .section-tit .icon {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
}
.point .section-tit .icon img {
  width: 85px;
  height: auto;
}
.point .section-tit h2 {
  color: #000;
  font-size: 40px;
  line-height: 1.6;
}
.point .section-tit h2 .tit img {
  margin: 0 5px 5px 0;
}
.point .section-tit h2 em {
  font-size: 50px;
}
.point .section-tit h2 .line_u {
  border-bottom: 1px solid #000;
  padding: 0 0 0;
  display: inline;
}
.point .section-tit h2 {
  color: #000;
}
#point01,
#point02 {
  padding: 70px 0 40px;
  background: rgb(100, 187, 174, 0.1);
}
#point01 .sec_cont ul {
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 15%);
}
#point01 .sec_cont ul li {
  width: 32%;
  background-color: #fff;
  text-align: center;
  padding: 60px 10px 40px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
#point01 .sec_cont ul li > span,
#point01 .sec_cont ul li > p{
    width: 100%;
}
#point01 .sec_cont ul li small {
  font-size: .8em;
}
.swap_list01 li {
  position: relative;
}
.swap_list01 li::before, .swap_list01 li::after {
  position: absolute;
  content: "";
  display: block;
  background: #1e5c53;
  top: 0;
  left: 0;
}
.swap_list01 li::before {
  width: 1px;
  height: 35px;
}
.swap_list01 li::after {
  width: 35px;
  height: 1px;
}
.swap_list01 li .flag {
  margin: 0 0 20px;
}
.swap_list01 li .flag_country {
  color: #1e5c53;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0;
}
.swap_list02 li .flag img {
  width: 63px;
  height: auto;
  margin: 0 auto 12px;
}
.swap_list02 li .line-through {
  text-decoration: line-through;
  font-weight: 600;
	margin: 0 0 5px;
}
.swap_list02 li .price {
  font-size: 30px;
  font-weight: 600;
}
.swap_list02 li .price em {
  font-size: 72px;
  font-weight: 600;
  font-style: normal;
  color: #319485;
}
.swap_list02 li .price sup {
  font-weight: 300;
  font-size: .5em;
}
#point01 .sec_cont ul.swap_list02.last li {
	position: relative;
	z-index: 0;
}
#point01 .sec_cont ul.swap_list02.last li::before,
#point01 .sec_cont ul.swap_list02.last li::after {
	position: absolute;
    content: "";
    display: block;
    background: #1e5c53;
    bottom: 0;
    right: 0;
}
#point01 .sec_cont ul.swap_list02.last li::before {
    width: 1px;
    height: 35px;
}
#point01 .sec_cont ul.swap_list02.last li::after {
    width: 35px;
    height: 1px;
}
#point01 .inner_L {
  width: 98%;
  margin: 0 auto;
  text-align: center;
  padding: 15px;
  color: #fff;
  position: relative;
}
#point01 .swap_list_tit01 {
  background-color: rgba(49, 148, 133, .85);
}
#point01 .swap_list_tit02 {
  background-color: rgba(49, 148, 133, .93);
}
#point01 .swap_list_tit03 {
  background-color: rgba(49, 148, 133, 1);
}
#point01 .inner_L::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 223px 0 223px;
  left: 50%;
  bottom: -22px;
  transform: translate(-50%, 0);
  z-index: 1;
}
#point01 .swap_list_tit01::after {
  border-color: rgba(49, 148, 133, .85) transparent transparent transparent;
}
#point01 .swap_list_tit02::after {
  border-color: rgba(49, 148, 133, .93) transparent transparent transparent;
}
#point01 .swap_list_tit03::after {
  border-color: rgba(49, 148, 133, 1) transparent transparent transparent;
}
#point01 .inner_L dt {
  margin: 0 0 10px;
}
#point01 .inner_L dt span {
  position: relative;
  font-size: 50px;
  padding: 0 0 0 68px;
}
#point01 .inner_L dt span::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#point01 .inner_L dd span {
  font-size: 22px;
  font-weight: 600;
  padding: 0 0 5px;
  margin: 0 0 6px;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
#point01 .inner_L dd small {
  display: block;
  font-size: 12px;
  font-weight: 300;
}
#point01 .swap_list_tit01 dt span::before {
  background: url("/g/swap/img/point01_icon01.png") left center no-repeat;
  background-size: 100%;
  width: 46px;
  height: 48px;
}
#point01 .swap_list_tit02 dt span::before {
  background: url("/g/swap/img/point01_icon02.png") left center no-repeat;
  background-size: 100%;
  width: 45px;
  height: 45px;
}
#point01 .swap_list_tit03 dt span::before {
  background: url("/g/swap/img/point01_icon03.png") left center no-repeat;
  background-size: 100%;
  width: 46px;
  height: 45px;
}
.lead_gr {
  background: rgb(1, 91, 79);
  background: linear-gradient(160deg, rgba(1, 91, 79, 1) 0%, rgba(8, 97, 85, 1) 35%, rgba(17, 106, 94, 1) 70%, rgba(25, 115, 102, 1) 100%);
  color: #fff;
  padding: 80px 0 60px;
  position: relative;
}
.lead_gr::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 223px 0 223px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  border-color: #eaf4f3 transparent transparent transparent;
}
.lead_gr .inner {
  position: relative;
}
.lead_gr .inner::after {
  position: absolute;
  content: "";
  display: block;
  background: url("/g/swap/img/lead_icon_wh.png") right center no-repeat;
  background-size: 100%;
  width: 260px;
  height: 267px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.lead_gr .lead_txt {
  text-align: center;
  font-size: 40px;
  margin: 0 0 0;
  line-height: 1.6;
}
.lead_gr .lead_sub {
  text-align: center;
  font-size: 24px;
  margin: 0 0 30px
}
.lead_gr .note {
  font-size: 12px;
  text-align: justify;
  line-height: 1.4;
}
.lead_gr .note a {
  color: #fff;
}
.lead_gr.lead01 .lead_txt {
	margin: 0 0 25px;
}
/******************************
result
*****************************/
.result {
  background: rgb(100, 187, 174, 0.1);
  padding: 80px 0 70px;
}
.result .inner {
  background-color: #fff;
  padding: 50px 15px 30px;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 15%);
}
.result h2 {
  text-align: center;
  margin: 0 0 40px;
}
.result h2 span {
  font-size: 40px;
  padding: 15px 15px 5px 80px;
  position: relative;
  border-bottom: 10px solid #319485;
}
.result h2 span::before {
  position: absolute;
  content: "";
  display: block;
  background: url("/g/swap/img/point_icon00.png") left center no-repeat;
  background-size: 100%;
  width: 61px;
  height: 61px;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
.result .atten {
  text-align: center;
  font-size: 16px;
  margin: 0 0 30px;
}
.result table {
  width: 100%;
  margin: 0 0 30px;
}
.result table th, .result table td {
  width: 20%;
  padding: 20px 10px;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #fff;
}
.result table th {
  background: rgb(49, 148, 133, 0.3);
  color: #1e5c53;
}
.result table td {
  background: rgb(49, 148, 133, 0.1);
  font-size: 26px;
}
.result table th.swap_table {
  background: rgb(49, 148, 133, 1);
  color: #ffff62;
  font-size: 18px;
  border-left: 5px solid #319485;
  border-right: 5px solid #319485;
  border-top: 5px solid #319485;
}
.result table th.no-substance {
  background: none;
}
.result table td.swap_table {
  color: #319485;
  font-size: 28px;
  border-left: 5px solid #319485;
  border-right: 5px solid #319485;
}
.result table td.swap_table.last {
  border-bottom: 5px solid #319485;
}
#point02 {
  margin: 100px auto 0;
}
#point02 .sec_cont .inner {
  background-color: #fff;
  padding: 50px;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 15%);
  text-align: center;
  margin: 0 auto 30px;
}
#point02 .sec_cont .inner img {
  width: 100%;
}
#point03 {
  margin: 100px auto 0;
  padding: 70px 0 0;
}
.tool .point03_bg {
  padding: 100px 0 0;
}
.tool .point03_subtit h3 {
  color: #fff;
  font-size: 55px;
  text-align: center;
  margin: 0 0 100px;
  line-height: 1.4;
}
.tool .point03_subtit h3 span {
  border-bottom: 1px solid #fff;
  position: relative;
}
.tool .point03_subtit h3 span::after {
  position: absolute;
  content: "";
  display: block;
  background: url("/g/swap/img/tit_img.png") right bottom no-repeat;
  background-size: 100%;
  width: 190px;
  height: 190px;
  right: -140px;
  bottom: -94px;
}
.tool .point03_subtit h4 {
  font-size: 40px;
  text-align: center;
  color: #fff;
}
.point03_content01 {
  position: relative;
}
.point03_content01::after {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  width: 60%;
  height: 250px;
  left: 0;
  bottom: 90px;
  z-index: 1;
}
.point03_content01 .gfx_img {
  width: 48%;
  margin: 0 0 0 auto;
  padding: 0 0 50px;
  position: relative;
  z-index: 5;
}
.point03_content01 .inner {
  background: url("/g/swap/img/tool_bg.png") right center no-repeat;
  background-size: contain;
  position: relative;
}
.point03_content01 .inner .gfx_rank {
  position: absolute;
  top: 0;
  left: 10%;
  width: 20%;
  text-align: center;
  margin: 0 0 58px 100px;
}
.point03_content01 .inner .gfx_info {
  position: absolute;
  left: 70px;
  bottom: 110px;
  z-index: 5;
}
.point03_content01 .inner .gfx_info .gfx_logo {
  width: 50%;
}
.point03_content01 .inner .gfx_info .gfx_name {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 600;
}
.point03_content01 .inner .gfx_info .gfx_name small {
  font-size: 18px;
}
.point03_content02 {
  background: url("/g/swap/img/tool_bg.png") left 20% center no-repeat;
  background-size: contain;
  position: relative;
  padding: 120px 0 200px;
}
.point03_content02::after {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  width: 60%;
  height: 270px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.point03_content02 .inner {
  position: relative;
  z-index: 10;
}
.point03_content02 .slide .flex_pc {
  align-items: center;
}
.point03_content02 .slide .img {
  width: 65%;
  position: relative;
  z-index: 5;
}
.point03_content02 .slide .txt {
  padding: 120px 0 0;
  width: 33%;
  line-height: 1.4;
}
.point03_content02 .slide .txt .caption {
  font-size: 28px;
  margin: 0 0 50px;
  color: #015c4f;
}
.point03_content02 .slide .txt .message {}
.point03_content03 {
  background: url("/g/swap/img/tool_bg.png") center top -50px no-repeat;
  background-size: contain;
  position: relative;
  padding: 0 0 100px;
}
.point03_content03::after {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  width: 90%;
  height: 400px;
  left: 0;
  bottom: 100px;
  z-index: 1;
}
.point03_content03 .inner {
  position: relative;
  z-index: 10;
  padding: 0 0 60px;
}
.point03_content03 .flex_pc {
  align-items: baseline;
}
.point03_content03 .flex_pc > div {
  width: 45%;
  text-align: center;
}
.point03_content03 .img {
  margin: 0 0 70px;
}
.point03_content03 .neo_ipad .img {
  width: 80%;
  margin: 0 auto 70px;
}
.point03_content03 .neo_ipad .cont p {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  line-height: 1.6;
  width: 60%;
  margin: 10px auto 0;
}
.lead_gr.bg_wh {
  background: #fff;
  color: #000;
}
.lead_gr.bg_wh::before {
  border-color: #002e24 transparent transparent transparent;
}
.lead_gr.bg_wh .inner::after {
  background: url("/g/swap/img/lead_icon_bl.png") right center no-repeat;
  background-size: 100%;
}
.point03_content04 {
  background: url("/g/swap/img/tool_bg.png") right bottom no-repeat;
  background-size: contain;
  position: relative;
}
.point03_content04 .rank {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  margin: 0 0 58px 60px;
}
.point03_content04 .rank img {
  display: block;
  width: 80%;
  margin: 0 auto 50px;
}
.point03_content04 .souken4 {
  margin: 80px 0 0 auto;
  width: 66%;
}
.haishin_lead {
  background: #e8f5f3;
  padding: 80px 0 60px;
}
.haishin_lead .lead_txt {
  text-align: center;
  font-size: 40px;
  margin: 0 0 25px;
  line-height: 1.6;
}
.haishin_lead .lead_txt .line_u {
  border-bottom: 1px solid #000;
  padding: 0 0 3px;
}
.haishin {
  background: #319485;
  padding: 80px 0 60px;
  position: relative;
}
.haishin::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 223px 0 223px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  border-color: #eaf4f3 transparent transparent transparent;
}
.haishin h2 {
  color: #Fff;
  font-size: 36px;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 50px;
}
.haishin .check_archive_list li {
  width: 32%;
  color: #fff;
  text-align: center;
}
.haishin .check_archive_list li dt {
  margin: 0 0 20px;
}
.lead_gr.haishin_lead02::before {
  border-color: #319485 transparent transparent transparent;
}
/******************************
support
*****************************/
.support .point03_bg {
  background: url("/g/swap/img/tool_bg.png") center center no-repeat;
  background-size: contain;
}
.support .support_wrap {
  background: #fff;
}
.support .support_wrap .flex_pc {
  align-items: center;
}
.support .support_wrap .flex_pc > div {
  width: 50%;
}
.support .support_wrap .txt dl {
  width: 500px;
  margin: 0 0 0 auto;
  padding: 0 30px 0 0;
}
.support .support_wrap .txt dl dt {
  text-align: center;
  position: relative;
  line-height: 1.7;
  padding: 60px 0 20px;
  font-size: 26px;
}
.support .support_wrap .txt dl dt span {
  font-size: 32px;
  text-decoration: underline;
}
.support .support_wrap .txt dl dt::after {
  position: absolute;
  content: "";
  display: block;
  background: url("/g/swap/img/support_star.svg") center top no-repeat;
  background-size: 100%;
  width: 111px;
  height: 30px;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.support .support_lead {
  color: #fff;
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
  padding: 70px 0;
}
.lead_gr.support_lead::before {
  border-color: #002e24 transparent transparent transparent;
}
/******************************
card
*****************************/

#card {
  padding: 50px 0 50px;
}
#card .section-tit .inner {
	padding: 0 15px 10px;
}
#card .section-tit h2 {
  color: #000;
  font-size: 1.2rem;
}
#card .section-tit span {
  display: block;
  margin: 0 0 10px;
}
#card .section-tit em {
  display: inline-block;
  color: #045e51;
  border-bottom: 1px dashed #045e51;
  padding: 5px 10px;
}
#card .section-box-wh {
  padding: 30px 15px 30px;
  background: #fff;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 30%);
}
#card .section-box-wh .card_box dt {
  text-align: center;
}
#card .section-box-wh .card_box dt span {
  font-size: 1.1rem;
  display: inline-block;
  font-weight: 600;
  padding: 0 0 10px;
  margin: 0 0 18px;
  color: #045e51;
  border-bottom: 1px dashed #045e51;
}
#card .section-box-wh .card_box dd {
  text-align: center;
}
#card .section-box-wh .card_box dd img {
  width: 55%;
  display: block;
  margin: 0 auto 20px;
}
#card .section-box-wh .card_box dd p {
  font-size: .8rem;
}
#card .section-box-wh.card01 {
  margin: 0 0 15px;
}
#card .inner > .flex_pc > p {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  margin: 0 0 15px;
}
.card_box_lead {
  color: #fff;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
.card_box_lead strong {
  font-size: 1.4rem;
}
.card_box_lead sup {
  font-size: 0.6rem;
}
.card_box_lead .note-border {
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 15px;
  margin: 30px 0;
  border: 1px solid #fff;
}
.card_box_lead .note {
  font-size: .6rem;
  line-height: 1.6;
  text-align: left;
  margin: 0 0 30px;
}
.last_lead .lead_txt01 {
  font-size: 18px;
  margin: 0 0 20px;
  text-align: center;
	line-height: 1.4;
}
.last_lead .lead_txt02 {
  font-size: 16px;
  margin: 0 0 20px;
  text-align: center;
	line-height: 1.4;
}
.lead_gr.last_lead .lead_txt {
  margin: 0 0 20px;
  line-height: 1.4;
  font-size: 24px;
}
/****************************

PC

****************************/
@media screen and (min-width:751px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .flex_pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .text_area {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .large_text {
    font-size: 24px;
  }
  .note {
    font-size: 12px;
  }
  a {
    transition: .3s all;
  }
  a:hover {
    text-decoration: none;
    opacity: .85;
  }
  a:visited {
    text-decoration: none;
  }
  .action_area {
    padding: 50px 0;
  }
  .action_tit {
    font-size: 36px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .action_tit img {
    width: 336px;
    height: auto;
  }
  .action_tit::before, .action_tit::after {
    height: 65px;
  }
  .btn_area .account_btn_wrap {
    font-size: 1.4rem;
  }
  .btn_area .account_btn_wrap a.btn {
    padding: 20px 0;
    width: 100%;
    transition: .5s all;
    font-size: 36px;
    margin: 0 auto;
  }
  .btn_area .account_btn_wrap a.btn:hover {
    box-shadow: none;
    margin: 7px auto -7px;
    opacity: 1;
  }
  .btn_area .account_btn_wrap a.btn span::before {
    width: 85px;
    height: 85px;
    left: 120px;
  }
  .btn_area .account_btn_wrap a.btn span::after {
    width: 12px;
    height: 22px;
    right: 80px;
  }
  .campaign_area.bg_greenL {
    padding: 50px 0;
  }
  #ac-menu .label {
    padding: 20px 30px;
    display: inline-block;
    font-size: 1.4rem;
  }
  #ac-menu .label span::after {
    top: 55%;
  }
  #ac-menu .label::before, #ac-menu .label::after {
    top: 52%;
    right: 3%;
  }
  #ac-menu .label.open::after {
    transform: rotate(180deg);
    top: 50%;
  }
  #ac-menu .detail {
    padding: 20px 40px;
    font-size: 1rem;
  }
  #ac-menu .detail .caption {
    float: right;
    margin-left: 20px;
  }
  #attention {
    padding: 30px;
  }
  header .inner {
    padding: 10px 15px 10px;
  }
  header .account_btn_wrap {
    width: 50%;
    max-width: 240px;
    height: inherit;
  }
  header .account_btn_wrap a.btn {
    width: 100%;
    transition: .5s all;
    margin: 0 auto;
    position: relative;
    letter-spacing: .1em;
    box-shadow: 0px 5px 0px 0px #c25600;
    font-size: 20px;
  }
  header .account_btn_wrap a.btn:hover {
    box-shadow: none;
    margin: 5px auto -5px;
    opacity: 1;
  }
  header .account_btn_wrap a.btn::after {
    width: 8px;
    height: 15px;
    right: 22px;
  }

  #footerWrap #attention {
	background: url("/g/img/beginner/attention.gif") no-repeat 10px 30px;
	padding: 80px 10px 0 10px;
	width: 100%;
	max-width: 980px;
	font-size: 12px !important;
  }
  .main_visual .inner {
    position: relative;
  }
  .main_visual .mv_wrap01 h1 {
    font-size: 40px;
    margin: 0 0 30px;
    line-height: 1.5;
    position: relative;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap {
    justify-content: flex-start;
    align-items: center;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li {
    width: 70%;
    margin: 0 15px 0 0;
    padding: 25px 10px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dl{
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li:last-of-type {
    margin: 0 0 0 0;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dd {
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_before {
    display: block;
    /* width: 34%; */
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_after {
    /* width: 65%; */
    font-size: 44px;
    text-align: center;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dt {
    display: block;
    text-align: center;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dt .mv_flag {
    width: 50%;
    margin: 0 auto 14px;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dt .mv_flag img {
    border-radius: 5px;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dt .mv_flag_name {
    font-size: 16px;
    letter-spacing: 0;
    margin: 0 0 15px;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_before .mv_price, .main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_before .mv_per {
    display: block;
    font-size: 26px;
    text-align: center;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_before .mv_price {
    margin: 0 0 5px;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_after {
    font-size: 85px;
  }
  .main_visual .mv_wrap01 .atten {
    margin: 15px auto 15px 0;
    padding: 0;
    width: 70%;
    text-align: right;
  }
  .main_visual .mv_wrap02 {
    background: url("/g/swap/img/mv_bg.png") center center no-repeat;
    background-size: cover;
    padding: 10px 0;
  }
  .main_visual .mv_wrap02 .mv_no1_img {
    width: 70%;
    margin: 0 auto 0 0;
  }
  .main_visual .mv_img {
    width: 27%;
  }
  .section .section-tit .inner {
    padding: 50px 0;
  }
  .section-wrap {
    padding: 80px 0 10px;
  }
  .section h2 {
    font-size: 2.4rem;
  }
  .section h2 .tit img {
    width: 334px;
    height: auto;
    margin: 0;
  }
  .section-inner {
    width: 85%;
    margin: 0 auto;
    padding: 50px 15px;
  }
  .section-atten p {
    width: 85%;
    margin: 0 auto;
  }
  .section-box-wh {
    margin: 0 0 50px;
  }
  .section-atten {
    border-radius: 0 0 15px 15px;
    font-size: 0.8rem;
    padding: 30px 15px 30px;
  }
  #point_link .link_list ul li:hover {
    margin: 10px 0 -10px
  }
  #point_link .link_list ul li .no_img {
    width: 95px;
    top: -50px;
  }
  #point01,
  #point02 {
    padding: 50px 0 70px;
  }
  #point01 .inner_L {
    width: 95%;
  }
  #point01 .sec_cont ul.swap_list02.last li::before {
    height: 50px;
  }
  #point01 .sec_cont ul.swap_list02.last li::after {
    width: 50px;
  }
  #point03 {
    padding: 50px 0 0;
  }

  .point03_content04 .rank img {
    margin: 0 auto 70px;
  }
  .point .section-tit .icon {
    top: -50px;
  }
  .point .section-tit .icon img {
    width: 95px;
  }
  .point .section-tit h2 .line_u {
    padding: 0 0 3px;
  }
  .swap_list01 li .flag {
    margin: 0 0 20px;
  }
  .swap_list01 li::before {
    height: 50px;
  }
  .swap_list01 li::after {
    width: 50px;
  }
  .result .inner {
    padding: 50px;
  }
  #card {
    padding: 80px 0;
  }
  #card .section-tit h2 {
    font-size: 2.4rem;
	margin: 0 0 40px;
  }
  #card .section-tit em {
    padding: 5px 20px;
    margin: 0 10px;
  }
  #card .section-box-wh {
    width: 45%;
  }
  #card .flex_pc {
    align-items: center;
  }
  #card .section-box-wh {
	margin: 0;
  }
  #card .section-box-wh .card_box dt span {
    font-size: 1.4rem;
    padding: 0 0 15px;
    margin: 0 0 30px;;
  }
  #card .section-box-wh.card01 {
	margin: 0;
  }
  .card_box_lead {
    font-size: 1.2rem;
    line-height: 2.2;
  }
  .card_box_lead strong {
    font-size: 2rem;
  }
  .card_box_lead .note-border {
    font-size: 1.4rem;
    padding: 25px;
  }
  .card_box_lead .note {
    font-size: .8rem;
  }
  /******************************
account_step
*****************************/
  #account_step {
    padding-bottom: 40px;
  }
  #account_step .section-tit .inner {
    padding: 80px 0 80px;
  }
  #account_step .section-wrap {
    padding: 0 0;
  }
  .step_container {
    display: flex;
    justify-content: space-between;
  }
  .step_info {
    width: 270px;
  }
  .step_info .image img {
    width: 100%;
  }
  .step_info .read {
    font-size: 1.125rem;
  }
  .examination {
    width: 40px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.25rem;
    line-height: 40px;
    letter-spacing: 2rem;
    padding-top: 30px;
  }
  .step_info::after, .examination::after {
    top: 0;
    bottom: 0;
    right: -23px;
    left: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 16px;
    height: 16px;
  }
  .step_info .text {
    font-size: 0.875rem;
  }
  .campagin_info img {
    max-width: inherit;
  }
  #account_step .section-tit .lead {
    font-size: 1.4rem;
  }
  .last_lead .lead_txt01 {
    font-size: 30px;
    margin: 0 0 45px;
  }
  .last_lead .lead_txt02 {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .lead_gr.last_lead .lead_txt {
    margin: 0 0 45px;
	font-size: 40px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  
}
@media screen and (min-width: 1200px) {
  .main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_after {
    font-size: 60px;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dt .mv_flag_name {
    font-size: 20px;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_before .mv_price, .main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_before .mv_per {
    font-size: 22px;
  }
  .main_visual .mv_wrap01 .atten {
    width: 75%;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_after {
    font-size: 100px;
  }
  .main_visual .mv_wrap01 h1 {
    font-size: 50px;
  }
  #point01 .inner_L {
    width: 1044px;
  }
}
@media screen and (min-width: 1300px) {
  .main_visual .mv_img {
    width: 29%;
    right: 0;
    left: inherit;
  }
}
@media screen and (min-width: 1500px) {
  .main_visual .mv_img {
    width: 24%;
    z-index: 0;
    left: 63%;
  }
}
@media screen and (min-width: 1700px) {
  .main_visual .mv_img {
	width: 23%;
    left: 63%;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .main_visual .mv_img {
    width: 28%;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_after {
	font-size: 83px;
  }
  .section h2 .tit span {
    padding: 0 15px;
  }
  .point03_content02 .slide .txt .caption {
	font-size: 20px;
	margin: 0 0 30px;
  }
  .point03_content02 .slide .txt .message {
	font-size: 16px;
  }
  .point03_content04 .rank img {
	margin: 0 auto 30px;
  }
  .support .support_wrap .txt dl {
    width: 100%;
  }
  .support .support_wrap .txt dl dt {
    font-size: 18px;
  }
  .support .support_wrap .txt dl dt span {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  .main_visual .inner {
    width: 100%;
  }
  .main_visual .mv_wrap01 h1 {
    padding: 20px 0 0;
    line-height: 1.4;
    letter-spacing: -.5px;
    margin: 0 0 15px;
  }
  .main_visual .mv_wrap02 .inner {
    width: 100%;
    padding: 10px 15px;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li {
    padding: 20px;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dd {
    align-items: flex-end;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_after {
    padding: 0;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_after small {
    padding: 0 0 0 6px;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_before .mv_per {
    padding: 4px;
    font-size: 13px;
    margin: 0 6px;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_after {
    padding: 0;
  }
  .main_visual .mv_wrap01 .mv_flag_wrap li dd .mv_discount_after sup {
	right: 0;
	top: 0;
  }
  .main_visual .mv_wrap01 h1 {
    padding: 10px 0 0;
    margin: 0 0 5px;
  }
  .main_visual .mv_wrap01 h1 span {
    margin: 0 0 0 5px;
    font-size: 1.1em;
    padding: 0 8px;
  }
  .main_visual .mv_img {
    width: 9em;
  }
  .main_visual .mv_wrap01 .atten {
    padding: 10px 0 10px 0;
    width: 48%;
  }
  .action .note {
    font-size: 10px;
  }
  #point_link .section-tit .icon img {
    width: 46px;
    height: 46px;
  }
  #point_link h2 {
    margin: 0 0 80px;
  }
  #point_link .link_list ul li {
    width: 100%;
    margin: 0 0 60px;
  }
  #point_link .link_list ul li:last-of-type {
    margin: 0 0 0;
  }
  #point_link .link_list ul li dt {
    height: 70px;
  }
  #point_link .link_list ul li dd p {
    font-size: 20px;
  }
  #point_link .link_list ul li .link_img {
    width: 20%;
  }
  #point_link {
    padding: 40px 0 80px;
  }
  .section h2 .tit span {
    padding: 0;
  }
  .point .section-tit h2 {
    font-size: 20px;
    margin: 0 0 40px;
  }
  .point .section-tit h2 em {
    font-size: 24px;
  }
  #point01 .inner_L {
    padding: 25px 15px 20px;
  }
  .swap_list01 li .flag img, .swap_list02 li .flag img {
    width: 60%;
  }
  .swap_list01 li .flag_country {
    font-size: 18px;
  }
  #point01 .inner_L dt span {
    font-size: 20px;
    padding: 0 0 0 58px;
  }
  #point01 .inner_L dt span::before {
    left: 10px;
  }
  #point01 .swap_list_tit01 dt span::before {
    width: 36px;
    height: 38px;
  }
  #point01 .swap_list_tit02 dt span::before {
    width: 35px;
    height: 35px;
  }
  #point01 .swap_list_tit03 dt span::before {
    width: 36px;
    height: 35px;
  }
  #point01 .inner_L dd span {
    font-size: 16px;
    line-height: 1.6;
    padding: 5px 0 5px;
    margin: 0 0 10px;
  }
  #point01 .sec_cont ul li {
    padding: 40px 10px 20px;
  }
  .swap_list02 li .price {
    font-size: 14px;
  }
  .swap_list02 li .price em {
    font-size: 26px;
  }
  #point01 .inner_L::after, .lead_gr::before {
    border-width: 15px 100px 0 100px;
    bottom: -14px;
  }
  .lead_gr {
    padding: 50px 0 30px;
	min-height: 220px;
    display: table;
    width: 100%;
  }
  .lead_gr .inner {
    display: table-cell;
    vertical-align: middle;
  }
  .lead_gr .lead_txt {
    font-size: 20px;
  }
  .lead_gr .lead_sub {
    font-size: 16px;
	margin: 0 0 44px;
  }
  .lead_gr .note {
    font-size: 10px;
  }
  .lead_gr .inner::after {
    right: 50%;
    top: 50%;
    width: 50%;
    height: 200px;
    transform: translate(50%, -50%);
	z-index: 0;
  }
  .result {
    padding: 40px 0 40px;
  }
  .result h2 {
    margin: 0 0 30px;
  }
  .result h2 span {
    font-size: 24px;
    padding: 15px 15px 5px 55px;
    border-bottom: 5px solid #319485;
  }
  .result h2 span::before {
    width: 35px;
    height: 35px;
  }
  .result .inner {
    width: 95%;
    margin: 0 auto;
  }
  .result .atten {
    font-size: 12px;
  }
  .result table th, .result table td {
    padding: 10px 5px;
    letter-spacing: 0;
  }
  .result table th {
    font-size: 14px
  }
  .result table td {
    font-size: 18px
  }
  .result table th.swap_table {
    border-left: 5px solid #319485;
    border-right: none;
    border-top: 5px solid #319485;
    border-bottom: 5px solid #319485;
    font-size: 16px;
  }
  .result table td.swap_table {
    border-top: 5px solid #319485;
    border-bottom: 5px solid #319485;
    border-right: 1px solid #fff;
    border-left: none;
    font-size: 20px;
  }
  .result table td.swap_table.last {
    border-left: 1px solid #fff;
    border-right: 5px solid #319485;
  }
  #point02,
  #point03 {
    margin: 50px auto 0;
  }
  #point02 .sec_cont .inner {
    padding: 20px 15px;
    width: 95%;
    margin: 0 auto 30px;
  }
  .tool .point03_bg {
    padding: 50px 0 0;
  }
  .tool .point03_subtit h3 {
    font-size: 24px;
    margin: 0 0 50px;
  }
  .tool .point03_subtit h3 span::after {
    width: 100px;
    height: 100px;
    right: -70px;
    bottom: -48px;
  }
  .point03_content01 .inner .gfx_rank {
    position: inherit;
	left: inherit;
    margin: 0 auto 20px;
    width: 30%;
  }
  .point03_content01 .gfx_img {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 30px;
  }
  .point03_content01 .inner .gfx_info {
    position: inherit;
    left: inherit;
    bottom: inherit;
    padding: 0 0 30px;
  }
  .point03_content01::after {
    width: 100%;
	height: 270px;
    bottom: 55px;
  }
  .point03_content01 .inner .gfx_info .gfx_logo {
    margin: 0 auto 20px;
  }
  .point03_content01 .inner .gfx_info .gfx_name {
    font-size: 16px;
    text-align: center;
  }
  .point03_content01 .inner .gfx_info .gfx_name small {
    font-size: 12px;
  }
  .point03_content02 {
    padding: 80px 0 100px;
  }
  .point03_content02 .slide .img {
    width: 100%;
  }
  .point03_content02::after {
    width: 100%;
    height: 280px;
    top: inherit;
    transform: inherit;
    bottom: 105px;
  }
  .point03_content02 .slide .txt {
    padding: 20px 0 0;
    width: 100%;
  }
  .point03_content02 .slide .txt {
    text-align: center;
  }
  .point03_content02 .slide .txt .caption {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .point03_content02 .slide .txt .message {
    font-size: 14px;
  }
  .point03_content02 .slick-dots {
    bottom: -65px;
  }
  .point03_content03 {
    padding: 0 0 50px;
    background: url(../img/tool_bg.png) center top 50px no-repeat;
    background-size: contain;
  }
  .point03_content03 .inner {
	padding: 0;
  }
  .point03_content03 .flex_pc > div {
    width: 65%;
    margin: 0 0 10px;
  }
  .point03_content03 .flex_pc > div.neo_ipad {
    margin: 0 auto;
    padding: 0 0 30px;
	width: 100%;
  }
  .point03_content03 .neo_ipad .img {
    width: 50%;
    margin: 0 10px 30px auto;
  }
  .point03_content03 .neo_ipad .cont {
    width: 80%;
    margin: 0 auto;
  }
  .point03_content03 .img {
    margin: 0;
  }
  .point03_content03::after {
    height: 280px;
    width: 100%;
	bottom: 50px;
  }
  .point03_content03 .neo_ipad .cont p {
    font-size: 16px;
    width: 100%;
  }
  .tool .point03_subtit h4 {
    font-size: 20px;
    line-height: 1.6;
  }
  .point03_content04 .souken4 {
    margin: 20px auto 0 auto;
    width: 100%;
  }
  .point03_content04 .rank {
    width: 100%;
    position: inherit;
    margin: 0;
  }
  .point03_content04 .rank img {
    width: 30%;
    margin: 30px auto 20px;
  }
  .haishin_lead .lead_txt {
    font-size: 20px;
  }
  .haishin_lead {
    padding: 40px 0 30px;
  }
  .haishin {
    padding: 60px 0 30px;
  }
  .haishin::after {
    border-width: 22px 100px 0 100px;
  }
  .haishin h2 {
    font-size: 20px;
	margin: 0 0 30px;
  }
  .haishin .check_archive_list li {
    width: 60%;
    margin: 0 auto 30px;
  }
  .haishin .check_archive_list li:last-of-type {
	margin: 0 auto 0;
  }
  .haishin .check_archive_list li dt {
    margin: 0 0 10px;
  }
  .haishin .check_archive_list li dd {
    font-size: 14px;
  }
  .support .support_wrap {
	width: 95%;
    margin: 0 auto;
  }
  .support .support_wrap .txt dl, .support .support_wrap .flex_pc > div {
    width: 100%;
  }
  .support .support_wrap .txt dl {
    margin: 0 auto;
    padding: 0 15px 30px;
  }
  .support .support_wrap .txt dl dt {
	font-size: 16px;
  }
  .support .support_wrap .txt dl dt::after {
	width: 50px;
    height: 15px;
    top: 40px;
  }
  .support .support_wrap .txt dl dt span {
    font-size: 20px;
  }
  .support .support_lead {
    font-size: 20px;
	  padding: 50px 0;
  }
  #account_step .icon_step {
	top: 10px;
  }
}
@media screen and (max-width: 479px) {
  .main_visual .mv_img {
    width: 35%;
  }
}
@media screen and (max-width: 379px) {
  .main_visual .mv_wrap01 .mv_flag_wrap li {
    width: 60%;
  }
}