@charset "utf-8";


/**********************************************************
*
* for PC
*
**********************************************************/

/**********************************************************
 * layout
 **********************************************************/
.s-fz-xs{ font-size: 70%; }
/*.keyvisual
---------------------------------- */
.keyvisual {
    position: relative;
    width: 100%;
    padding-bottom: 35px;
    z-index: 20;
	overflow: hidden;
}
.keyvisual .keyvisual-in {
	background: #f3f3f3;
    padding: 10px 0;
}
.keyvisual .visual-body .picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.keyvisual .visual-body .picture a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.keyvisual .visual-body .picture a:hover:after,
.keyvisual .visual-body .picture a:active:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #69a1fe;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




/* .cmn-carousel
---------------------------------- */
.cmn-carousel {
    position: relative;
}
.cmn-carousel .carousel-in2 {
	position: relative;
	margin: 0 auto;
}
.cmn-carousel .carousel-in3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.cmn-carousel .carousel-set {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.cmn-carousel .carousel-set:first-child {
	z-index: 1;
}
.cmn-carousel .pointer {
	position: absolute;
	left: 0;
	bottom: -36px;
	z-index: 50;
	width: 100%;
	height: 16px;
	line-height: 1;
	text-align: center;
}
.cmn-carousel .pointer li {
	display: inline-block;
	padding: 0 6px;
    zoom: 1;
}
.cmn-carousel .pointer a {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/service/world/images_osp/common/ico_pointer_01.png) no-repeat;
    background-size: 16px;
    zoom: 1;
}
.cmn-carousel .pointer a:hover,
.cmn-carousel .pointer a:active {
	background-position: 0 -66px;
    opacity: 1;
}
.cmn-carousel .pointer a.cr {
	background-position: 0 -66px !important;
    opacity: 1;
	cursor: default;
}
.cmn-carousel .arrow-btn {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 50;
	width: 0;
    height: 0;
    margin: auto;
	line-height: 1;
}
.cmn-carousel .arrow-btn p {
	display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    zoom: 1;
}
.cmn-carousel .arrow-btn p.pre {
    position: absolute;
    top: -18px;
    width: 35px;
    height: 35px;
}
.cmn-carousel .arrow-btn p.pre a {
	display: inline-block;
    width: 35px;
    height: 35px;
    background: url(/service/world/images_osp/common/btn_pre_01.png) no-repeat;
    zoom: 1;
}
.cmn-carousel .arrow-btn p.next {
    position: absolute;
    top: -18px;
    width: 35px;
    height: 35px;
}
.cmn-carousel .arrow-btn p.next a {
	display: inline-block;
    width: 35px;
    height: 35px;
    background: url(/service/world/images_osp/common/btn_next_01.png) no-repeat;
    zoom: 1;
}
.cmn-carousel .visual-mask {
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
	z-index: 50;
	width: 0;
    height: 0;
    margin: 0 auto;
	line-height: 1;
}
.cmn-carousel .visual-mask p {
	display: inline-block;
    position: absolute;
    top: 0;
    height: 188px;
    margin-top: 0;
    margin-bottom: 0;
    zoom: 1;
}
.cmn-carousel .visual-mask a {
	display: block;
    width: 100%;
    height: 100%;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
    zoom: 1;
}
.main-slider .carousel-in2 {
    width: 630px;
    height: 316px;
}
.recommend-slider .carousel-in2 {
    width: 218px;
    height: 108px;
}




/* recommend-slider
-------------------------------------------*/
.recommend-slider.lte3 .keyvisual {
  padding-bottom: 9px;
}
.recommend-slider.lte3 .cmn-carousel .carousel-in,
.recommend-slider.lte3 .cmn-carousel .pointer,
.recommend-slider.lte3 .cmn-carousel .arrow-btn,
.recommend-slider.lte3 .cmn-carousel .visual-mask {
  display: none;
}
.recommend-slider.lte3 .slider-lte3 {
  height: 108px;
  padding-left: 18px;
}
.recommend-slider.lte3 .slider-lte3 .visual-set {
  float: left;
  width: 218px;
  height: 108px;
  margin-left: 5px;
}
.recommend-slider.lte3 .slider-lte3 .visual-set:first-child {
  margin-left: 0;
}
.recommend-slider.lte3 .slider-lte3 .visual-set .picture {
  position: static;
  height: 108px;
}




/* usage-apply
-------------------------------------------*/
.usage-apply .link-box {
    display: block;
    position: relative;
    margin-top: 20px;
    padding: 30px 0 20px;
    text-align:  center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.usage-apply figure {
    margin-bottom: 15px;
}
.usage-apply .img-outside .img-cmn-wrap {
	position: absolute;
	top: 0;
	right: 73px;
	z-index: 50;
}
.usage-apply .img-outside img {
	width: 388px;
	height: 284px;
}
.usage-apply .img-inside .img-cmn-wrap {
	position: absolute;
	bottom: 0;
	left: 52px;
	z-index: 50;
}
.usage-apply .img-inside img {
	width: 371px;
	height: 352px;
}
.usage-apply .s-w-m177-pc {
    width: 177px;
}
.usage-apply .title {
	position: relative;
    margin:257px 0 5px;
    font-size: 200%;
    text-align:  center;
    line-height: 1.3;
    color: #111;
	z-index: 60;
}
.usage-apply .descript {
	position: relative;
    margin-top: 0;
    font-size: 114%;
    color: #111;
	z-index: 60;
}
.usage-apply .img-outside .title,
.usage-apply .img-outside .descript {
	color: #c03808;
}
.usage-apply .img-inside .title,
.usage-apply .img-inside .descript {
	color: #0b7099;
}
.usage-apply .link-box:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 8px;
    height: 14px;
    margin: auto;
    background: url(/service/world/images_osp/common/ico_arrow_02.gif) no-repeat;
    background-size: contain;
}
.usage-apply .link-box:hover:before,
.usage-apply .link-box:active:before {
    left: 14px;
}
.usage-apply .link-box:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #cccccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.usage-apply .link-box:hover:after,
.usage-apply .link-box:active:after {
    padding: 29px 0 19px;
    border: solid 2px #69a1fe;
	z-index: 100;
}


/* usage-apply2
-------------------------------------------*/
.usage-apply2 {
    width: 700px;
    margin-top: 30px;
}

.usage-apply2 figure {
    margin-bottom: 15px;
    float: left;
}
.usage-apply2 .title {
    font-size: 310%;
    text-align:  left;
    line-height: 1.3;
    color: #111;
    width: 400px;
    height: 202px;
    display: table-cell;
    vertical-align: middle;
}


/* packet-block
-------------------------------------------*/
.packet-block {
  padding: 0 0 16px 8px;
  background: #4cb9f3;
}
.packet-block #slider-arrow{
  display: none;
}
.packet-block .body-set {
    float: left;
    width: 338px;
  margin: 8px 8px 0 0;
}
.packet-block .link {
    position: relative;
    display: block;
  background: #fff;
  text-decoration: none;
}
.packet-block .link:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.packet-block .link:hover:after {
    border: 2px solid #69a1fe;
}
.packet-block .packet-slider .body-set .set-in .ticket-box {
    height: 265px; /* 170427-WORLD WINGページの表調整のため、227⇒265に変更 */
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
}
.packet-block .packet-slider .body-set .set-in .day-packet {
    background-color: #d54141;
}
.packet-block .packet-slider .body-set .set-in .lead {
    margin: 10px 0 0;
    line-height: 1.2;
}
.packet-block .packet-slider .body-set .set-in .unlimit-packet {
    background-color: #3567b3;
}

.packet-block .packet-slider .body-set .set-in .ticket-box .title {
	height: 40px;
    margin-bottom: 15px;
    font-size: 171%;
    line-height: 1.2;
}
.packet-block .packet-slider .body-set .set-in .ticket-box .price {
    margin-top: 10px;
}
.packet-block .packet-slider .body-set .set-in .ticket-box .price p {
	margin-bottom: 20px;
}
.packet-block .packet-slider .body-set .set-in .ticket-box .price .num {
	height: auto;
}
.packet-block .packet-slider .body-set .set-in .price .notes {
	font-size: 78%;
	font-weight: bold;
	color: #fff82f;
}
.packet-block .packet-slider .body-set .set-in .txt-box {
    padding: 15px 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #333;
}

.packet-block .packet-slider .body-set .set-in .txt-box p {
    height: 40px;
    margin-bottom: 10px;
    font-size: 91%;
    text-align: left;
}

.packet-block .packet-slider .body-set .set-in .txt-box p.txt-box-lv01 {
	min-height: 40px;
}

.packet-block .packet-slider .body-set .set-in .txt-box table {
    width: 100%;
    font-size: 95%;
}

.packet-block .packet-slider .body-set .set-in .txt-box table th {
    height: 41px;
    font-size: 91%;
    font-weight: bold;
    color: #999;
    vertical-align: middle;
    text-align: left;
    background: url(../../roaming/images/bg_dot_01_sp.gif) repeat-x 0 0;
}

.packet-block .packet-slider .body-set .set-in .txt-box table th.txt-box-th-lv02 {
	width: 80px;
	height: 40px;
}

.packet-block .packet-slider .body-set .set-in .txt-box table th.txt-box-th-lv03 {
	height: 40px;
}

.packet-block .packet-slider .body-set .set-in .txt-box table th.txt-box-th-lv04 {
	height: 40px;
}

.packet-block .packet-slider .body-set .set-in .txt-box table th.txt-box-th-lv05 {
	min-height: 80px;
	height: 80px;
}

.packet-block .packet-slider .body-set .set-in .txt-box table th.txt-box-th-lv06 {
	height: 40px;
}

.packet-block .packet-slider .body-set .set-in .txt-box table td {
    height: 41px;
    font-weight: bold;
    vertical-align: middle;
    background: url(../../roaming/images/bg_dot_01_sp.gif) repeat-x 0 0;
}

.packet-block .packet-slider .body-set .set-in .txt-box table td.txt-box-td-lv02 {
	width:220px;
}

.packet-block .notes-1day{
    font-size: 78%;
    font-weight: bold;
    color: #fff82f;
    position: relative;
}

/* 170427-WORLD WINGページの表のボタン調整用
------------------------------------------- */
.packet-block .button {
    margin-top: -3px;
}

.packet-block img.btn-packet {
    width: 50%;
}



/* box-img-l
-------------------------------------------*/
.box-img-l {
    padding: 10px;
    background-color: #f3f3f3;
}
.box-img-l .col1 {
    float: left;
    width: 220px;
}
.box-img-l .col1 img {
    width: 220px;
}
.box-img-l .col2 {
    position: relative;
    float: right;
    width: 430px;
    margin-left: 30px;
    padding-top: 40px;
}
.box-img-l .col2 p {
    margin-bottom: 20px;
}
.box-img-l .col2 p.txt {
    font-size: 114%;
}


/* ご利用ガイドブック(国際サービス編) */
.mcb-bg-02 .link-cmn-bnr {
    background-color: #fff;
}


/* 渡航前と渡航先で必要な設定のマージン調節 */
.nav-cmn-ptn2 {
	padding: 20px 10px 20px;
}
.nav-cmn-ptn2 h2 a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav-cmn-ptn2 h2 a.ico-cmn-arrow:after {
	top: 0.7em;
}
.nav-cmn-ptn2 .list-cmn-btn li {
	width: 334px;
	margin-right: 0;
}
.nav-cmn-ptn2 .list-cmn-btn li.first {
	margin-right: 5px;
}
.nav-cmn-ptn2 .list-cmn-btn li.last {
	margin-left: 5px;
}
.nav-cmn-ptn2 .list-cmn-btn li a {
	text-align: center;
}
.nav-cmn-ptn2 .list-cmn-btn li .btn-cmn {
	background-position: 132px center;
}

.nav-cmn-ptn2 .list-cmn-btn li.wwtop1 .btn-cmn {
	background-position: 120px center;
}

.nav-cmn-ptn2 .list-cmn-btn li.wwtop2 .btn-cmn {
	background-position: 92px center;
}


/* main-aside-ptn2
新着情報
国際サービスに関するお知らせ（通信障害等）
-------------------------------------------*/
.main-aside-ptn2 ul li {
	float: left;
	width: 340px;
	padding-top: 0;
	padding-bottom: 0;
	border: none !important;
}
.main-aside-ptn2 ul li:first-child {
	margin-right: 20px;
}
.main-aside-ptn2 ul li .aside-body {
	min-height: 170px;
	height: auto !important;
	height: 170px;
	margin-top: 10px;
	padding-top: 15px;
	border-top: solid 1px #aaaaaa;
}
.main-aside-ptn2 ul li .link {
	margin-top: 15px;
	padding-top: 25px;
	border-top: dotted 1px #dddddd;
	text-align:right;
}
.main-aside-ptn2 ul li .aside-body.mh-auto {
	min-height: auto;
}



/* intro-packet
-- 下記にて使用 --
/service/world/roaming/1day/
/service/world/roaming/kaipake/
-------------------------------------------*/
.intro-packet .money-packet {
    margin-bottom: 40px;
    text-align: center;
}
.intro-packet .money-packet .s-mark-packet {
    margin-bottom: 10px;
    padding: 5px 12px 4px;
    background-color: #f5f062;
    border: solid 1px #f5f062;
    font-size: 128%;
    color: #000;
}
.intro-packet .money-packet .mp-title {
    margin-bottom: 30px;
    font-size: 385%;
    font-weight: bold;
}
.intro-packet .money-packet .s-w-m596-pc {
    width: 596px;
}
.intro-packet .money-packet .mp-lead {
    margin-bottom: 15px;
    font-size: 270%;
    font-weight: bold;
    line-height: 1.3;
}
.intro-packet .money-packet .mp-notes-wrap {
	background: url(../../roaming/1day/images/bg_quote_01_pc.gif) no-repeat 50%;
}
.intro-packet .money-packet .mp-notes {
    margin-top: -5px;
	margin-bottom: 8px;
    font-size: 142%;
    font-weight: bold;
}
.intro-packet .money-packet .mp-notes2 {
	margin-bottom: 8px;
    font-size: 85%;
    font-weight: bold;
	color: #555555;
}
.intro-packet .money-packet .mp-notes strong {
    font-weight: bold;
}
.intro-packet .txt-cmn-read {
    text-align: center;
}
.intro-packet .btn-cmn {
    text-align: center;
}
.intro-packet .box-cmn-topics .tit-cmn-lv3 {
    margin-bottom: 10px;
    padding: 0;
    background: none;
    border: none;
}




/* tab-packet
-- 下記にて使用 --
/service/world/roaming/1day/
/service/world/roaming/kaipake/
-------------------------------------------*/
.tab-packet {
    margin-bottom: 40px;
}
.tab-packet ul {
    background-color: #f6f6f6;
}
.tab-packet ul {
    display: table;
    width: 100%;
    height: 80px;
    background-color: #f6f6f6;
    table-layout: fixed;
}
.tab-packet ul li {
    display: table-cell;
    height: 100%;
    font-size:128%;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}
.tab-packet ul li .inner {
    display: block;
    position: relative;
    height: 100%;
    padding: 0 10px;
}
.tab-packet ul li .inner:before {
    content:'';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.tab-packet ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #111111;
    text-decoration: none;
}
.tab-packet ul li a:visited {
    color: #111111;
}
.tab-packet ul li a:hover,
.tab-packet ul li a:active {
    background-color: #386ab4;
    color: #fff;
}
.tab-packet ul li:first-child a:hover,
.tab-packet ul li:first-child a:active {
    background-color: #cb0031;
    color: #fff;
}
.tab-packet ul .is-current {
    position: relative;
    color: #fff;
}
.tab-packet ul li.is-current:first-child {
    background-color: #cb0031;
}
.tab-packet ul li.is-current:last-child {
    background-color: #386ab4;
}
.tab-packet ul .is-current:after {
    display: block;
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: solid 12px #cb0031;
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
}
.tab-packet ul .is-current:first-child:after {
    border-top: solid 12px #cb0031;
}
.tab-packet ul .is-current:last-child:after {
    border-top: solid 12px #386ab4;
}
body.pc .tab-packet ul li .inner:after {
    display: block;
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
body.pc .tab-packet ul li a.inner:hover:after {
    border:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* tab-1day
-- 下記にて使用 --
/service/world/roaming/1day/charge/
/service/world/roaming/1day/check/
-------------------------------------------*/
.tab-1day {
    margin-bottom: 40px;
}
.tab-1day ul {
    background-color: #f6f6f6;
}
.tab-1day ul {
    display: table;
    width: 100%;
    height: 78px;
    background-color: #f6f6f6;
    table-layout: fixed;
}
.tab-1day ul li {
    display: table-cell;
    height: 100%;
    font-size:128%;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}
.tab-1day ul li .inner {
    display: block;
    position: relative;
    height: 100%;
    padding: 0 10px;
}
.tab-1day ul li .inner:before {
    content:'';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.tab-1day ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #111111;
    text-decoration: none;
}
.tab-1day ul li a:visited {
    color: #111111;
}
.tab-1day ul li a:hover,
.tab-1day ul li a:active {
    color: #6A6A6A;
}
/*
.tab-1day ul li:first-child a:hover,
.tab-1day ul li:first-child a:active {
    background-color: #cb0031;
    color: #cc0033;
}
*/
.tab-1day ul .is-current {
    position: relative;
    color: #fff;
}
.tab-1day ul li.is-current:first-child {
    background-color: #6A6A6A;
}
.tab-1day ul li.is-current:last-child {
    background-color: #6A6A6A;
}
/*
.tab-1day ul .is-current:after {
    display: block;
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: solid 12px #cb0031;
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
}

.tab-1day ul .is-current:first-child:after {
    border-top: solid 12px #cb0031;
}
.tab-1day ul .is-current:last-child:after {
    border-top: solid 12px #386ab4;
}
*/
body.pc .tab-1day ul li .inner:after {
    display: block;
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
body.pc .tab-1day ul li a.inner:hover:after {
    border:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tab-1day-charge .pretitle {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}


/* tab-kaipake
-- 下記にて使用 --
/service/world/roaming/kaipake/apply/
/service/world/roaming/kaipake/check/
-------------------------------------------*/
.tab-giga-shihodai {
    margin-bottom: 40px;
}
.tab-giga-shihodai ul {
    background-color: #f6f6f6;
}
.tab-giga-shihodai ul {
    display: table;
    width: 100%;
    height: 78px;
    background-color: #f6f6f6;
    table-layout: fixed;
}
.tab-giga-shihodai ul li {
    display: table-cell;
    height: 100%;
    font-size:128%;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}
.tab-giga-shihodai ul li .inner {
    display: block;
    position: relative;
    height: 100%;
    padding: 0 10px;
}
.tab-giga-shihodai ul li .inner:before {
    content:'';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.tab-giga-shihodai ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #111111;
    text-decoration: none;
}
.tab-giga-shihodai ul li a:visited {
    color: #111111;
}
.tab-giga-shihodai ul li a:hover,
.tab-giga-shihodai ul li a:active {
    color: #cb0031;
}
/*
.tab-giga-shihodai ul li:first-child a:hover,
.tab-giga-shihodai ul li:first-child a:active {
    background-color: #cb0031;
    color: #cc0033;
}
*/
.tab-giga-shihodai ul .is-current {
    position: relative;
    color: #fff;
}
.tab-giga-shihodai ul li.is-current:first-child {
    background-color: #386ab5;
}
.tab-giga-shihodai ul li.is-current:last-child {
    background-color: #386ab5;
}

/*
.tab-giga-shihodai ul .is-current:after {
    display: block;
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: solid 12px #cb0031;
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
}

.tab-giga-shihodai ul .is-current:first-child:after {
    border-top: solid 12px #cb0031;
}
.tab-giga-shihodai ul .is-current:last-child:after {
    border-top: solid 12px #386ab4;
}
*/
body.pc .tab-giga-shihodai ul li .inner:after {
    display: block;
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
body.pc .tab-giga-shihodai ul li a.inner:hover:after {
    border:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* kaipake-use-box
/service/world/roaming/kaipake
-------------------------------------------*/
.flow-cmn.border-bottom-0 td {
  border-bottom: 0;
}
.kaipake-use-box {
  margin-bottom: 30px;
}
.kaipake-use-box .radius-flow-area {
  padding: 0;
}
.kaipake-use-box .radius-flow-area .radius-flow-item,
.kaipake-use-box .radius-flow-area .radius-flow-arrow-pc {
  padding: 20px 0;
}

/* select-box
-- 下記にて使用 --
service/world/worldcall/index.html
/service/world/roaming/call/index.html
-------------------------------------------*/
.select-box {
    padding-top: 25px;
  background: #d9f2ff;
}
.select-box .title {
    margin-bottom: 10px;

    font-size: 116%;
    font-weight: bold;
    color: #4cb9f3;
    text-align: center;
}
.select-box .box-in {
  padding: 0 10px 20px;
}
.main-country-block {
  position: relative;
}
.main-country-block .block-in {
  padding: 10px 10px 20px;
}
.main-country-block ul {
  margin-top: 10px;
  white-space: nowrap;
}
.main-country-block ul:first-child {
  margin-top: 0;
}
.main-country-block ul li {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-left: 7px;
  vertical-align: bottom;
}
.main-country-block ul li:first-child {
  margin-left: 0;
}
.main-country-block ul li a {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  color: #093475;
  line-height: 1;
  text-decoration: none;
}
.main-country-block ul li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.main-country-block ul li a:hover:after {
    border: 2px solid #69a1fe;
}
.main-country-block ul li a.cr {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 1) inset;
}
.main-country-block ul li a .flag {
  display: block;
  position: absolute;
  left: 10px;
  top: 7px;
  width: 80px;
  height: 60px;
}
.main-country-block ul li a .name {
  display: table;
  position: absolute;
  left: 0;
  top: 68px;
  width: 100%;
  height: 30px;
  font-size: 14px;
  text-align: center;
}
.main-country-block ul li a .name span {
  display: table-cell;
  vertical-align: middle;
}
.main-country-block ul li a .mask {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  visibility: hidden;
}
.main-country-block ul li a.cr .mask {
  visibility: visible;
}
.main-country-block ul li a .selected-txt {
  display: block;
  position: absolute;
  left: 0;
  top: 43px;
  width: 100%;
  color: #000;
  font-size: 14px;
  text-align: center;
  visibility: hidden;
}
.main-country-block ul li a.cr .selected-txt {
  visibility: visible;
}
.main-country-block ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.other-country-block {
  margin: 10px 10px 0;
}
.other-country-block .head {
    height: 45px;
    margin-bottom: 0;
    padding: 9px;
    background: #4cb9f3;
    font-size: 125%;
    color: #fff;
    text-align: center;
}
.other-country-block .body {
  padding: 20px 32px;
  background: #c2eaff;
}
.other-country-block .body .sub-title {
    margin-bottom: 3px;
    font-size: 108%;
    font-weight: bold;
    color: #4cb9f3;
}
.other-country-block .col2 {
    float: left;
    width: 220px;
}
.other-country-block .pulldown {
    position: relative;
    height: 48px;
}
.other-country-block .pulldown .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 208px;
  height: 100%;
  background: #fff;
}
.other-country-block .pulldown .bg:before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 16px;
  width: 6px;
  height: 14px;
  background: url(/service/world/images_osp/common/ico_pulldown_01.png) no-repeat;
  background-size: contain;
}
.other-country-block .pulldown .txt {
  position: absolute;
  left: 0;
  top: 16px;
  width: 190px;
  padding-left: 18px;
  color: #000;
  font-size: 114%;
  font-weight: bold;
  line-height: 1;
}
.other-country-block .pulldown select {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 208px;
  height: 40px;
  opacity: 0;
  -khtml-appearance: none;
  -webkit-appearance: none;
}
.other-country-block .body .search-btn {
    float: left;
    width: 144px;
    margin-top: 27px;
    padding-left: 16px;
    text-align: center;
}
.other-country-block .body .search-btn input {
    width: 144px;
    height: 48px;
    background: #46b846;
    font-size: 114%;
    font-weight: bold;
    color: #fff;
    border: none;
    text-align: center;
    cursor: pointer;
}
.other-country-block .body .search-btn input:hover {
    border: 2px solid #69a1fe;
}


.country-box {
    position: relative;
    padding: 32px 20px 25px;
    background-color: #c2eaff;
}
.country-box .country-inner {
	position: relative;
    padding: 25px 15px 15px;
    background-color: #fff;
}
.country-box .country-inner .balloon-wrap {
    display: inline-block;
    position: absolute;
    top: -18px;
    left: 176px;
    height: 35px;
    padding: 0 10px;
}
.country-box .country-inner .balloon {
	position: relative;
    height: 35px;
    padding: 7px 10px 0;
    background-color: #10549e;
    white-space: nowrap;
	text-align:center;
	box-sizing: border-box;
    color: #fff;
}
.country-box .country-inner .balloon span {
    font-weight: bold;
}
.country-box .country-inner .balloon:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -19px;
    left: 22px;
    width: 0;
    height: 0;
    border-top: solid 9px #10549e;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    border-bottom:  solid 10px transparent;
}
.country-box .notes {
    margin: 0 0 20px;
}
.country-box .confirm {
    margin-top: -1px;
    padding-top: 20px;
    border-top: solid 1px #dddddd;
    text-align: center;
}





/* usage-box
-- 下記にて使用 --
service/world/worldcall/index.html
/service/world/roaming/call/index.html
-------------------------------------------*/
.usage-box .head {
    height: 40px;
    margin-bottom: 0;
    padding-top: 8px;
    background-color: #4cb9f3;
    font-size: 128%;
    text-align: center;
    color: #fff;
    border-radius: 3px 3px 0 0;
}
.usage-box .body {
    padding: 20px 10px 10px;
    background-color: #c2eaff;
    border-radius: 0 0 3px 3px;
}
.usage-box .btn-set li {
    float: left;
    width: 50%;
}
.usage-box .btn-set li a {
    position: relative;
    display: block;
    height: 65px;
    padding: 18px 0 0 20px;
    background-color: #fff;
    text-decoration: none;
    font-size: 142%;
    font-weight: bold;
    color: #333;
    text-align: center;
    cursor: pointer;
}
.usage-box .btn-set li a .ico {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 44px;
    height: 44px;
    margin: auto 0;
}
.usage-box .btn-set li.row1 a {
    margin-right: 5px;
}
.usage-box .btn-set li.row2 a {
    margin-left: 5px;
}
.usage-box .btn-set li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.usage-box .btn-set li a:hover:after {
    border: 2px solid #69a1fe;
}





/* arrow-box
-- 下記にて使用 --
service/world/worldcall/index.html
/service/world/roaming/call/index.html
-------------------------------------------*/
.arrow-box {
    position: relative;
    height: 73px;
    margin-top: 25px;
     font-weight: bold;
}
.arrow-box p.txt {
    position: relative;
    margin-top: 0;
    padding-top: 10px;
    font-size: 124%;
    text-align: center;
    z-index: 1001;
}
.arrow-box p.bg {
    position:  absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 160px;
    height: 50px;
    margin: auto;
    z-index: 1000;
}





/* tel-set
-- 下記にて使用 --
/service/world/worldcall/index.html
/service/world/roaming/call/index.html
------------------------------------------- */
.tel-set-wrap {
    position: relative;
    width: 680px;
    margin: 0 auto;
}
.tel-set {
    position: relative;
    width: 680px;
    height: 60px;
    margin-bottom: 15px;
    text-align: center;
}
.tel-set td {
    position: relative;
    line-height: 1;
    text-align: center;
}
.tel-set .row1 {
    width: 180px;
    padding-right: 8px;
    font-size: 214%;
    background: none;
    background: url(/service/world/images_osp/common/ico_hyphen_01.png) no-repeat 100%;
    background-size: 6px;
}
.tel-set .row2 {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 214%;
    background: url(/service/world/images_osp/common/ico_hyphen_01.png) no-repeat 100%;
    background-size: 6px;
}
.tel-set .row3 {
    padding-right: 8px;
    font-size: 171%;
    font-weight: bold;
    background: url(/service/world/images_osp/common/ico_hyphen_01.png) no-repeat 100%;
    background-size: 6px;
}
.tel-set .row4 {
    padding-right: 0;
    font-size: 171%;
    font-weight: bold;
}
.ts-ptn2 .row5 {
    font-size: 21px;
    text-align: left;
    font-weight: bold;
}
.tel-set a {
    font-size: 92%;
}
.tel-set-wrap .mobile {
    position: absolute;
    right: 106px;
    bottom: -15px;
    font-size: 146%;
    font-weight: bold;
}
.tel-set-wrap .num-country {
    position: absolute;
    right: 449px;
    bottom: -35px;
    font-size: 83%;
	font-weight: bold;
}
.ts-ptn2,
.ts-ptn2 .tel-set {
    width: 630px;
}
.ts-ptn2 .row3,
.ts-ptn2 .row4 {
    font-size: 156%;
}
.ts-ptn2 .mobile {
    position: absolute;
    right: 83px;
    bottom: -12px;
    font-size: 146%;
}
.ts-ptn2 .num-country {
    right: 406px;
    bottom: -35px;
    font-size: 92%;
}

#country-box  .ts-ptn2 .tel-set .row2 {
    font-size: 200%;
}

#country-box .ts-ptn2 .row3,
#country-box .ts-ptn2 .row4 {
    font-size: 130%;
}

#country-box .ts-ptn2 .mobile {
    font-size: 120%;
}


.p-r {
    position: relative;
}

.p-r table {
    width: 100%;
}

.p-r .mobile {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

/* support-box
-- 下記にて使用 --
service/world/worldcall/index.html
/service/world/roaming/content/call/index.html
------------------------------------------- */
.support-box .btn-cmn[target="_blank"] {
	background-image: url(/images_osp/common/ico/ico_arrow_r01.png) !important;
}





/* wc-accordion
-- 下記にて使用 --
service/world/worldcall/index.html
/service/world/roaming/content/call/index.html
------------------------------------------- */
.wc-accordion {
  display: block;
  position: relative;
  text-decoration: none;
}
.wc-accordion .toggle{
  position: absolute;
  right: 15px;
  top: 23px;
}





/* notes-accordion-wrap
-- 下記にて使用 --
service/world/worldcall/index.html
------------------------------------------- */
.notes-accordion-wrap .tit-cmn-lv4 {
	font-size: 86%;
	font-weight:normal;
}
.notes-accordion-wrap .js-accordion-body {
	padding-top: 0 !important;
}





/* clearfix
-------------------------------------------*/

.main-aside-ptn2 ul:after,
.recommend-slider.lte3 .slider-lte3:after {
	content:'';
	display:table;
	clear:both;
}




/**********************************************************
*
* PC-下層エリア
*
**********************************************************/

/**********************************************************
 * structure
 **********************************************************/
.s-w-m30-pc {
  width: 100% !important;
  max-width: 30px !important;
}
.color01 {
    color: #1938ae;
}
.s-fc-blue {
    color: #3260a8 !important;
}
.s-fc-red {
    color: #cb0031 !important;
}
.s-alert-red {
    color: #8c0000 !important;
}
 .s-mt-60 {
     margin-top: 60px !important;
 }
 .s-mb-60 {
     margin-bottom: 60px !important;
 }
 .s-mb-46 {
     margin-bottom: 46px !important;
 }
 .s-pr-05 {
     padding-right: 5px;
 }
 .s-pl-00 {
     padding-left: 0 !important;
 }

/* 日付2行事の崩れ解消 */
 .list-cmn-info > li {
	 overflow:hidden;
}
/* 見出しに対してのリンク指定 */
.link-list .tit-cmn-lv2 + .list {
    display: table-cell;
    padding-top: 3px;
    font-size: 114%;
    text-align: right;
}
.link-list .tit-cmn-lv2 + .list a {
    text-decoration: none;
}
.link-list .tit-cmn-lv2 + .list a:hover,
.link-list .tit-cmn-lv2 + .list a:active {
    text-decoration:  underline;
}
/* module12-c内で注釈が入る場合のスタイル */
.list-cmn-btn-v.notes-ptn .list-cmn-notes > li {
    display: inline-block;
}

/* 外で必要な設定とご注意 */
a.btn-cmn.s-image.s-w-full.ico_arrow.link-pc {
    background-image: url(/images_osp/common/ico/ico_arrow_r01.png);
    background-size: 10px;
}

/* 対応エリア・通話料・通信料を調べるボタン */
.search-btn-cmn-ptn2 {
	margin-top: 0 !important;
}
.search-btn-cmn-ptn2 .s-image {
    padding: 22px 10px 22px 40px;
}
.search-btn-cmn-ptn2 .s-image img:not(.ico-cmn-btn) {
    margin-right: 20px;
}
.search-btn-cmn-ptn2 .s-image span img {
    width: 69px;
    height: 63px;
}
.search-btn-cmn-ptn2 .s-image span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}
.search-btn-cmn-ptn2.new-window .btn-cmn {
	background-image: url(/images_osp/common/ico/ico_window01.png);
	background-size: 12px;
}
/* 通信障害エリア */
.emergency_margin {
    margin-bottom: 60px;
}
.areaInfoWW,
.areaInfoWC,
.areaInfoSMS {
    display: table-cell;
}
.emergency_textLink {
   display: table-cell;
   left: 1em;
   padding-right: 1em;
}
p.s-ta-r.paket-link{
   margin-bottom:43px;
}



/**********************************************************
 * layout
 **********************************************************/

/* flow-cmn
-------------------------------------------*/
.flow-cmn {
    width: 100%;
	margin-bottom: 30px;
}
.flow-cmn td {
    width: 33.3%;
    padding: 20px 44px 20px 0;
    background: url(/service/world/images_osp/common/ico_arrow_01_pc.gif) no-repeat 203px;
	border-bottom: solid 1px #ddd;
    vertical-align: top;
	box-sizing: border-box;
}
.flow-cmn .middle {
    vertical-align: middle;
}
.flow-cmn .last {
    background: none;
}
.flow-cmn td .img {
    width: 194px;
    margin-bottom: 10px;
}
.flow-cmn td .txt {
    width: 170px;
	word-break: break-all;
}
.flow-cmn td .icon {
    margin: 0 3px;
}
.flow-cmn.two-cmn {
    width: 350px;
}
.flow-cmn.two-cmn td {
    width: 25%;
    background-position: 137px;
}
.flow-cmn.two-cmn td .img {
    width: 131px;
    margin-bottom: 10px;
}
.flow-cmn.two-cmn td .txt {
    width: 120px;
}
.flow-cmn.four-cmn td {
    width: 25%;
    background-position: 137px;
}
.flow-cmn.four-cmn td .img {
    width: 131px;
    margin-bottom: 10px;
}
.flow-cmn.five-cmn td {
    width: 20%;
    background-position: 105px;
}
.flow-cmn.five-cmn td .img {
    width: 96px;
    margin-bottom: 10px;
}
.flow-cmn.five-cmn td .txt {
    width: 86px;
}
.flow-cmn.two-txt-cmn {
    width: 100%;
}
.flow-cmn.two-txt-cmn td {
    width: 50%;
    background-position: 348px;
    vertical-align: top;
}
.flow-cmn.two-txt-cmn td:first-child {
	padding-right: 32px;
}
.flow-cmn.two-txt-cmn td:last-child {
	padding-left: 12px;
	padding-right: 0;
}
.flow-cmn.two-txt-cmn td .txt {
    width: 328px;
}
.flow-num {
    counter-reset: num;
}
.flow-num td div.txt > p,
.flow-num td p.txt {
    position: relative;
    padding-left: 20px;
    counter-increment: num;
}
.flow-num td div.txt > p:before,
.flow-num td p.txt:before {
    position: absolute;
    left: 0;
    top: 0;
    content: counter(num);
}
/* 3カラム体裁の2列 */
.flow-cmn.cmn3_2 {
    width: 462px;
}
.flow-cmn.cmn3_2 td {
    width: 238px;
    background-position: 203px;
}
.flow-cmn.cmn3_2 td .img {
    width: 194px;
    margin-bottom: 10px;
}
.flow-cmn.cmn3_2 td .txt {
    width: 170px;
}
 .flow-cmn .s-w-194 {
	 width: 194px !important;
 }






/* layout
下記MAP内の吹き出し内で使用
/service/world/roaming/charge/kaigai_pake_hodai/wifi/area/map/index.html
------------------------------------------- */
table.layout {
    width: 100%;
}
table.layout td {
    padding-right: 20px;
}
table.layout td p {
    margin-bottom: 0 !important;
    padding-bottom: 5px;
}
table.layout td input {
    vertical-align: -7px;
}
table.layout td .red01 {
    color: #c03;
}





/* number
下記で使用
/service/world/roaming/
------------------------------------------- */
.table-num-ptn02 .num01 {
  width: 44px;
}
.table-num-ptn02 .txt01 {
  width: 656px;
}
.table-num-ptn02 .txt02 {
  width: 420px;
}
.table-num-ptn02 .txt03 {
  width: 236px;
}





/* content-anchor-box
下記で使用
/service/world/roaming/check/
------------------------------------------- */
.content-anchor-box li {
	float: left;
	width: 340px;
}
.content-anchor-box li:first-child {
	margin-right: 20px;
}
.content-anchor-box li a {
	position: relative;
	display: block;
	padding: 20px 0 40px;
	font-size: 142%;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	color: #000;
}
.content-anchor-box li a:hover,
.content-anchor-box li a:active,
.content-anchor-box li a:link,
.content-anchor-box li a:visited {
	color: #000;
}
.content-anchor-box li a:before {
	display: block;
	content: '';
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 12px;
	height: 9px;
	margin-left: -6px;
	background: url(/service/world/images_osp/common/ico_arrow_03.png);
	background-size: contain;
}
.content-anchor-box li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
	border: solid 1px #cccccc;
}
.content-anchor-box li a:hover:after {
	border: 2px solid #69a1fe;
}
.content-anchor-box .img img {
	width: 95px;
	height: 95px;
}

#more-info-box {
    padding-top: 0px;
}
#more-info-box p {
    text-align: center;
}

#call-btn a.active {
    background-color: #10549e;
    color: #fff;
}
#sms-btn a.active {
    background-color: #10549e;
    color: #fff;
}

/* change part style
下記で使用
/service/world/roaming/call/
-------------------------------------------*/
.list-cmn-japan{
    font-size: 86%;
    overflow: hidden;
}
.list-cmn-japan li {
    text-align: left;
    line-height: 1.8;
}
.cmn-sms-japan li:nth-child(2n) {
    padding: 18px 0;
}
.list-cmn-japan li:nth-child(2n):before {
    content: '';
}
.list-cmn-japan li:nth-child(3n):before {
    content: '';
}

.japan-sms-annotation .s-mb-00{
    padding-bottom: 23px;
}
.japan-sms-annotation .tel-set {
    height: 20px;
}
.tel-set-wrap-sms-japan .tel-set {
    height: 30px;
}

.japan-call-annotation .s-mb-00{
    padding-bottom: 23px;
}

#more-info-box  a {
    text-decoration: none;
}
#more-info-box a:hover{
    text-decoration: underline;
}
/* hidden content
下記で使用
/service/world/roaming/call/
-------------------------------------------*/
.default-annotation,
.call-annotation,
.sms-annotation,
.japan-sms-annotation {
    display: none;
}
.tel-set-wrap-sms-japan {
    display: none;
}

/* clearfix
-------------------------------------------*/

.content-anchor-box:after {
	content:'';
	display:table;
	clear:both;
}


.bnr_cpsite{
    margin-bottom: 46px;
}

h5.tit-cmn-lv5.fontsmall {
    font-size: 100%;
}

br.br-sp {
    display: none;
}

/* エリア検索トップ
------------------------------------------- */
.area-index .list-btn_column_2 {
    margin-bottom: 30px;
}
.area-index .list-btn_column_2 li {
    width: 33%;
    float: left;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 0.5%;
}
.area-index .list-btn_column_2 li:nth-child(3n) {
    margin-right: 0;
}
.area-index .list-btn_width_full li {
    width: 100%;
}
.area-index .btn_width_full {
    width: 100%!important;
}
.area-index .list-detail {
    position: relative;
}
.area-index .list-detail__link {
    font-weight: normal;
    font-size: 14px;
    position: absolute;
    right: 5%;
    top: 25%;
}
.search-box p {
    float: left;
    width: 75%
}
.search-box ul {
    float: left;
    width: 25%
}



/* エリア検索詳細
------------------------------------------- */
.area-index .select-body {
    display: none;
}
.area-index .tit-select {
    font-size: 18px;
    color: black;
}
.area-index .tit-annotation {
    font-size: 12px;
    color: gray;
}
.area-index .re-search-button {
    font-size: 18px;
    margin-bottom: 10px!important;
}
.area-index .search-result__tit {
    font-size: 32px;
}
.area-index .date-modified {
    margin-bottom: 10px!important;
}
.area-index .return-btn {
    margin-top: 40px;
}
.area-index .btn_column_2 li {
    float: left;
    width: 49.5%;
    margin: 0 1% 0 0;
}
.area-index .btn_column_2 li:nth-child(2n) {
    margin-right: 0;
}
.area-index .btn_column_2 a {
    width: 100%!important;
}

/*--- エリア検索ページの「対応サービス」部分専用 ---*/
.list-btn_column_2 .excluded-packet {
	width : 100% !important;
}
/*--- エリア検索ページの「対応サービス」部分専用ここまで ---*/

.area-index .btn-sp_column_2 li {
  margin-top: 0;
}
.area-index .btn-cmn_link_hide {
    display: inline-block;
    width: 220px;
    padding: 11px 11px 12px 23px;
    line-height: 1.3;
    vertical-align: middle;
    text-align: left;
    background: #fff url(/service/world/roaming/area/images/ico_cross.png) no-repeat 12px center;
    -webkit-background-size: 6px;
    background-size: 6px;
    color: #000;
    text-decoration: none;
    filter: alpha( opacity=100);
    word-break: break-all;
    word-wrap: break-word;
    background-color: #d3d3d3;
    cursor: default!important;
}
.area-index .btn-cmn_link_hide .inner {
    color: #000000;
    display: inline-block;
    vertical-align: middle;
}
.area-index .btn-cmn_link_hide:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.area-index .tit-small {
    font-size: 12px;
    color: gray;
}
.area-index .button-image img {
    width: 60%;
}
.area-index .box-border_radius {
    border: 1px solid gray;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 15px;
}
.area-index .tit-model {
    font-size: 22px;
    color: black;
}
.area-index .toggle-model {
    top: 30px!important;
}
.area-index .select-box_size_large {
    width: 100%;
    background-color: #dcdcdc!important;
    font-size: 14px;
}
.area-index .select-box_size_large:last-child {
    margin-right: 0;
}
.area-index .select-series {
    margin-bottom: 10px;
}
.area-index .select-series a,
.area-index .select-series a:visited {
    color: gray;
}
.area-index .select-series ul {
    width: 675px;
    display: flex;
    margin: 0 auto;
    letter-spacing: -0.4em;
}
.area-index .select-series ul li {
    width: 225px;
    display: inline-block;
    cursor: pointer;
    letter-spacing: normal;
    word-spacing: normal;
    background: url(/images_osp/common/ico/ico_arrow_b01.png) no-repeat center 90%;
    background-size: 10px;
}

.area-index .btn-cmn_icon_anchor {
    background: #fff url(/images_osp/common/ico/ico_arrow_b01.png) no-repeat 10px center!important;
    background-size: 8px 6px!important;
}
.area-index .table-type-none {
    background: #f4f4f4;
}




/* 文章中のアイコン
------------------------------------------- */
.area-index .icon-connect {
    vertical-align: middle;
    margin: 0 5px 2px;
}




/* 機種一覧ページのラベルの微調整
------------------------------------------- */
.col4 .ico-cmn-mark {
  margin: 10px 0 0 0;
}




/* fullページレイアウト
------------------------------------------- */
.area-full-index .list-cmn-btn {
  font-size: 0;
}
.area-full-index .list-cmn-btn li {
  font-size: 14px;
}
.area-full-index .list-cmn-btn li:nth-child(3n) {
    margin-right: 20px;
}
.area-full-index .list-cmn-btn li:nth-child(4n) {
    margin-right: 0;
}
.area-full-index .txt-search-result {
    font-size: 18px;
    padding-right: 10px;
}
.area-full-index .list-cmn-inline li {
    width: 25%;
    padding: 0 10px;
    margin: 5px 0 0 0;
}





/* result-list
下記で使用
/service/world/roaming/area/search.html
------------------------------------------- */
.result-list .search-word {
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
}
.result-list .error {
    font-size: 18px;
    margin: -20px 0 40px 0;
}
.contents-main .txt-search-result {
    font-size: 18px;
    padding-right: 10px;
}



/* 独自モジュール
------------------------------------------- */
.area-index .list-inline_display_sp li,
.area-full-index .list-inline_display_sp li {
    width: 25%;
}
.area-index .select-box_width_small,
.area-full-index .select-box_width_small {
    width: 70%;
}

ul.flowlist li.is-current{
    position: relative;
    background-color: #cb0031;
    color: #fff;
}
ul.flowlist{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    background-color: #f6f6f6;
    table-layout: fixed;

}
ul.flowlist .flow-btn{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: 100%;
    font-size: inherit;
    font-size: 107%;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding: 9px;
    color: #AAA;
}

ul.flowlist li.is-current1, ul.flowlist li.is-current2{
    position: relative;
    background-color: #cb0031;
    color: #fff;
}
ul.flowlist{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    background-color: #f6f6f6;
    table-layout: fixed;
}

ul.flowlist li.is-current1:before{
    content: "";
    position: absolute;
    vertical-align: top;
    border-style: solid;
    border-width: 20px 0 20px 8px;
    border-color: transparent transparent transparent #cb0031;
    top: 0;
    left: 100%;
}

ul.flowlist li.is-current2:after{
    content: "";
    position: absolute;
    vertical-align: top;
    border-style: solid;
    border-width: 20px 8px 20px 8px;
    border-color: transparent  transparent transparent #f6f6f6;
    top: 0;
    left: 0;
}

form  p.form-p-center{
    text-align: center;
}

.form-cmn-search-red button{
    border-top: 1px solid #cb0031;
    border-bottom: 1px solid #cb0031;
    background-color: #cb0031;
}

div.flow-packet
{
    margin-bottom: 40px;
}

.box-cmn p.black
{
    color: #000;
}

.box-cmn.box-cmn-gray {
  background: #f6f6f6;
}

/* ページネーションの間隔調整用スタイル
------------------------------------------- */
nav.nav-cmn-pager div.arrow-spacer{
    padding-left: 44px;
    height: 0px;
    display: inline-block;
    border: none;
}

/* 利用可能なサービスのボタン
------------------------------------------- */
.btn-cmn.not-service,
.btn-cmn-form.not-service {
/*20170511 修正対応*/
    background-image: none;
    background-size: contain;
    color: #eaeaea !important;
    cursor: default;
}
.btn-cmn.not-service:hover,
.btn-cmn-form.not-service:hover {
  color: #333;
}
.btn-cmn.not-service.s-strong:hover,
.btn-cmn.not-service.s-strongest:hover,
.btn-cmn-form.not-service.s-strong:hover,
.btn-cmn-form.not-service.s-strongest:hover {
  color: #fff;
}
.btn-cmn.not-service button,
.btn-cmn-form.not-service {
  cursor: default;
}
.btn-cmn.not-service:after {
/*20170511 修正対応*/
    border: 1px solid #f3f3f3;
}

/* 強制的にスマートフォン表示にしたときの地域から探すのスタイル
------------------------------------------- */
.area-index .switch-smt .js-accordion-border {
    border: 1px solid #d6d6d6;
    padding: 10px;
}
.switch-smt .btn-area-accordion {
    background: url(/images_osp/common/ico/ico_arrow_b01.png) no-repeat right 8px center;
    background-size: 8px;
}
.area-index .switch-smt .js-accordion-border-body {
    padding: 0;
}
.area-index .switch-smt .list-btn_status_grid li:nth-child(2n) {
    border-left: none;
}
.area-index .switch-smt .list-btn_status_grid li {
    width: 50%;
    float: left;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}
.area-index .switch-smt .btn-cmn_gap_none:nth-child(1):after {
    border: none;
}

/* モジュール05-mのaタグのpadding-leftの打ち消し
下記で使用
/service/world/areainfo/worldwing/
/service/world/areainfo/worldwing/archive/
/service/world/areainfo/worldcall/
/service/world/areainfo/worldcall/archive/
/service/world/areainfo/sms/
/service/world/areainfo/sms/archive/
------------------------------------------- */
.areainfo-worldwing-index .list-cmn-info > li a,
.areainfo-worldwing-archive-index .list-cmn-info > li a,
.areainfo-worldcall-index .list-cmn-info > li a,
.areainfo-worldcall-archive-index .list-cmn-info > li a,
.areainfo-sms-index .list-cmn-info > li a,
.areainfo-sms-archive-index .list-cmn-info > li a {
    padding-left: 0;
}

/* /service/world/roaming/update/ */
.list-cmn-info p.ico-cmn-arrow:hover a {
  text-decoration: none;
}
.list-cmn-info p.ico-cmn-arrow a:hover {
  text-decoration: underline;
}
.list-cmn-info p.ico-cmn-arrow a {
  display: inline;
}

/* エリア検索結果画面テキストバナー追加対応 */
.banner-201706_text{
  text-align: center;
  font-size: 1.2em;
}

.banner-201706_text a,
.banner-201706_text a:visited{
  color: #CB0031;
  font-weight: bold;
}

/* 海外から電話をかける・SMSを送る */
.onedaycp-pr {
	text-align: center;
    font-size: 110%;
    margin-bottom: 10px !important;
}

/* 海外での電話のかけ方・受け方 */
#wide {
	width: 100% ;
}

/* 角丸ボックス */
.radius-box-head {
  background: #d20039;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  font-size: 129%;
  color: #ffffff;
  font-weight: bold;
}

.radius-box-head-step {
  background: #d20039;
  border-radius: 5px 5px 0 0;
  padding: 5px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}

.step-link {
  text-decoration: none;
  border: 1px solid #ffe6e6;
  color: #000;
  display: block;
  border-radius: 5px;
  box-sizing: content-box;
}

.step-link:hover {
  text-decoration: none;
  border: 1px solid #69a1fe;
  color: #000;
  display: block;
  border-radius: 5px;
  box-sizing: content-box;
}

.radius-box-head-blue {
  background: #0c7cc1;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  font-size: 129%;
  color: #ffffff;
  font-weight: bold;
}

.radius-box-head-ico {
  margin-right: 10px;
}

.radius-box-body {
  background: #ffe6e6;
  border-radius: 0 0 5px 5px;
  padding: 10px 10px 13px;
}
.corner4 .radius-box-body{
  border-radius: 5px;
  padding: 15px 10px;
}

.radius-box-body.ico-cmn-arrow-red {
  box-shadow: 0px 2px #cacaca;
}

.radius-box-body-blue {
  background: #e3f3fd;
  border-radius: 0 0 5px 5px;
  padding: 10px 10px 15px;
}

.radius-box-body p,
.radius-box-body-blue p {
  margin-bottom: 10px;
}

.radius-box-body .radius-box-body {
  background: #ffffff;
  display: flex;
  justify-content: center;
  height: 64%;
  align-items: center;
}
.radius-box-arrow {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items:
  center;
}

.radius-flow-area {
  display: flex;
  justify-content: center;
  padding: 20px 0 40px;
}
.radius-flow-area-odd {
  display: flex;
  padding: 20px 0 40px;
}

.radius-flow-item {
  width: 45%;
}

/* 角丸ボタン */
.btn-radius-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 340px;
  padding: 18px;
  line-height: 1.3;
  vertical-align: middle;
  border: 1px solid #cacaca;
  box-shadow: 0px 2px #cacaca;
  border-radius: 5px;
  text-decoration: none;
  filter: alpha(opacity=100);
  word-break: break-all;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
}

.btn-radius-box img {
  margin-right: 8px;
  vertical-align: middle;
}

.btn-radius-box .ico-cmn-mark {
  font-size: 60%;
}

.btn-radius-box.s-strongest {
  background: #c03 url("/images_osp/common/ico/ico_arrow_r02.png") no-repeat 12px center;
  -webkit-background-size: 6px;
  background-size: 6px;
  color: #fff;
  width: 100%;
  padding: 18px 0px 18px 18px;
}

.btn-radius-box:hover {
  border: 1px solid #69a1fe;
  color: #000;
}

.btn-radius-box.s-strongest:hover {
  color: #fff;
  border: 1px solid #69a1fe;
}

.btn-radius-box.s-strongest[disabled],
.btn-radius-box.s-strongest[disabled]:hover {
  background-color: #dedede;
  background-image: url(/images_osp/common/ico/ico_arrow_r01.png);
  border: 1px solid #ccc;
  color: #666;
  cursor: default;
  pointer-events: none;
}
.btn-radius-box.ico-cmn-arrow:hover {
  text-decoration: none;
}

.btn-radius-box.ico-cmn-arrow:after {
  top: 45%;
  left: 10px;
}

.btn-radius-box.back {
  margin-top: 50px;
}

.radius-box-col2 {
  display: flex;
  justify-content: space-between;
}

.radius-box-col2 .radius-box {
  width: 47%;
}

.radius-box-body .radius-box-normal {
  font-size: 80%;
  font-weight: normal;
}

/* 角丸h3見出し */
.radius-tit-lv3 {
  display: flex;
  margin-bottom: 20px;
}

.radius-tit-lv3 dt {
  font-size: 129%;
  font-weight: bold;
  padding: 10px 15px;
  float: left;
  background: #d20039;
  color: #ffffff;
  text-align: center;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
}

.radius-tit-lv3 dd {
  font-size: 129%;
  font-weight: bold;
  padding: 10px;
  float: left;
  width: 100%;
  font-weight: bold;
  padding: 10px 15px;
  background: #f3f3f3;
  border-radius: 0 5px 5px 0;
}
.radius-tit-lv3.shadowGrey dt,
.radius-tit-lv3.shadowGrey dd{
  box-shadow: 0px 2px #cacaca;
}

.tit-special-lv2 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 11px;
  border-bottom: 3px solid #ededed;
  line-height: 1.4;
  font-size: 167%;
  font-weight: bold;
}

.tit-special-lv2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #d21938;
  bottom: -3px;
  left: 50%;
  width: 36px;
  transform: translate(-50%, 0);
}

.tit-special-lv3 {
  margin-bottom: 10px;
  padding: 7px 10px;
  line-height: 1.4;
  font-size: 115%;
  font-weight: bold;
}

.tit-special-lv3-red {
  margin-bottom: 20px;
  padding: 7px 10px;
  line-height: 1.4;
  font-size: 115%;
  font-weight: bold;
  color: #d20039;
}

/* 角丸アコーディオン */
.list-accordion.type-01 {
  width: 550px;
  margin: 0 auto;
}
.list-accordion.type-01 .js-radius-accordion-btn {
  font-size: 14px;
  line-height: 2;
}

.js-radius-accordion {
  display: flex;
  line-height: 1.3;
  vertical-align: middle;
  text-decoration: none;
  filter: alpha(opacity=100);
  word-break: break-all;
  word-wrap: break-word;
  border: 1px solid #cacaca;
  box-shadow: 0px 2px #cacaca;
  border-radius: 5px;
  margin-top: 10px;
}

.js-radius-accordion-btn {
  background: #fff;
  font-size: 129%;
  font-weight: bold;
  padding: 10px 15px;
  width: 100%;
  line-height: 1.6;
  border-radius: 5px;
}

.js-radius-accordion-toggle {
  border-radius: 0 5px 5px 0;
  background: url("/service/world/images_osp/common/ico/ico_radius_plus.png") 50% 50% no-repeat, #d20039;
  padding: 24px;
  display: flex;
  align-items: center;
}

.js-radius-accordion-toggle.js-radius-accordion-active {
  background: url("/service/world/images_osp/common/ico/ico_radius_minus.png") 50% 50% no-repeat, #d20039;
}

.js-radius-accordion-body {
  padding-top: 15px;
  display: block;
}

.js-radius-accordion-body.js-radius-accordion-active {
  display: block;
}

/* grey */
.js-radius-accordion.grey{
	display: flex;
	margin-top: 10px;
  vertical-align: middle;
  text-decoration: none;
  filter: alpha(opacity=100);
  word-break: break-all;
  word-wrap: break-word;
  border: none;
  box-shadow: 0px 2px #cacaca;
  border-radius: 5px;
  line-height: 1.3;
  color: #000;
}
.js-radius-accordion.grey:hover{
	color: #000;
}
.js-radius-accordion.grey .js-radius-accordion-btn {
  background: #f3f3f3;
  display: flex;
  align-items: center;
  padding: 5px 15px;
	font-size: 14px;
}
.js-radius-accordion.grey .js-radius-accordion-toggle {
  background: #888888 url(/service/world/images_osp/common/ico/ico_radius_plus.png) 50% 50% no-repeat;
  padding: 19px;
}
.js-radius-accordion.grey .js-radius-accordion-toggle.js-radius-accordion-active {
  background: #888888 url(/service/world/images_osp/common/ico/ico_radius_minus.png) 50% 50% no-repeat;
}

.radius-img-box {
  padding: 24px;
  margin: 0;
  text-align: center;
  border-radius: 5px;
  background: #f3f3f3;
}

.radius-img-box-none {
  background: #ffffff;
}

.radius-img-box-none img {
  border: none !important;
}

.radius-img-box img {
  border: 1px solid #cccccc;
  width: 206px;
}

.radius-flow-arrow-pc {
  display: flex;
  align-items: center;
  width: 10%;
  justify-content: center;
}

.radius-flow-arrow-sp img {
  margin: 15px 0;
}

.radius-flow-txt {
  padding-top: 20px;
  font-size: 115%;
  font-weight: bold;
  padding-left: 2em;
  text-indent: -2em;
}

.radius-flow-txt strong {
  font-weight: bold;
}

/* 角丸アコーディオン灰色 */
.js-radius-accordion-gray {
  display: flex;
  line-height: 1.3;
  vertical-align: middle;
  text-decoration: none;
  filter: alpha(opacity=100);
  word-break: break-all;
  word-wrap: break-word;
  box-shadow: 0px 2px #cacaca;
  border-radius: 5px;
  margin-top: 10px;
}

.js-radius-accordion:hover,
.js-radius-accordion-gray:hover {
  cursor: pointer;
}

.js-radius-accordion-btn-gray {
  background: #f3f3f3;
  font-size: 129%;
  font-weight: bold;
  padding: 10px 15px;
  width: 100%;
  line-height: 1.6;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.js-radius-accordion-btn-gray.note {
  font-size: 86%;
  font-weight: normal;
}

.js-radius-accordion-toggle-gray {
  border-radius: 0 5px 5px 0;
  background: url("/service/world/images_osp/common/ico/ico_radius_plus.png") 50% 50% no-repeat, #888888;
  padding: 24px;
  display: flex;
  align-items: center;
}

.js-radius-accordion-toggle-gray.js-radius-accordion-active {
  background: url("/service/world/images_osp/common/ico/ico_radius_minus.png") 50% 50% no-repeat, #888888 !important;
}

.js-radius-accordion-body-gray {
  padding-top: 15px;
  display: block;
}

.js-radius-accordion-body.js-radius-accordion-active-gray {
  display: block;
}

.js-radius-accordion:visited,
.js-radius-accordion-gray:visited {
  color: #000;
}

/* roaming top */
.tit-roaming-lv2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 11px;
  border-bottom: 3px solid #ededed;
  line-height: 1.4;
  font-size: 129%;
  font-weight: bold;
}
.tit-roaming-lv2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #d21938;
  bottom: -3px;
  left: 18px;
  width: 36px;
  transform: translate(-50%, 0);
}
.roaming-box {
  width: 100%;
  text-align: center;
}
.roaming-box-top {
  background: #ffe6e6;
  border-radius: 5px 5px 0 0;
  padding: 15px 10px 12px;
}
.roaming-box-top-txt {
  font-size: 115%;
  font-weight: bold;
  margin-bottom: 10px !important;
  text-align: center;
  color: #d20039;
}
.roaming-box-btm {
  background: #663333;
  border-radius: 0 0 5px 5px;
  padding: 14px 10px;
  display: flex;
  justify-content: space-between;
}
.roaming-box-btn {
  width: 49%;
  border-radius: 5px;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  background: #fff;
  font-size: 115%;
}
.roaming-box-btn:before {
  background: url("/service/world/roaming/") no-repeat left 50%;
}
.roaming-box .radius-box-body {
  background: #fff;
}
.roaming-box .radius-box-body.pd-0 {
  padding: 0;
}
.roaming-box .radius-box-body .ttl-2line{

}
.roaming-box .radius-box-body .ttl-2line span {
  position: relative;
  display: inline-block;
  padding-left: 21px;
  padding-right: 21px;
  font-size: 1.8rem;
  font-weight: bold;
}
.roaming-box .radius-box-body .ttl-2line span:before,
.roaming-box .radius-box-body .ttl-2line span:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 150%;
  top: -5px;
  background: #000;
}
.roaming-box .radius-box-body .ttl-2line span:before {
  left: 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.roaming-box .radius-box-body .ttl-2line span:after {
  right: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.roaming-box .radius-box-body .block__bnr .block__bnr--link {
  color: inherit;
  text-decoration: none;
}
.roaming-box .radius-box-body .block__bnr .block__bnr--ttl {
  background-color: #cc0033;
  border: 1px solid #cc0033;
  padding: 20px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  line-height: 1.3;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}
.roaming-box .radius-box-body .block__bnr .block__bnr--ctn {
  padding: 10px 0 15px 0;
  text-align: center;
  border: 2px solid #cc0033;
  border-radius: 0 0 10px 10px;
  position: relative;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
}
.roaming-box .radius-box-body .block__bnr .block__bnr--ctn .block__bnr--btn span.btn-radius-box {
  height: 46px;
  color: #093475;
}
.roaming-box .radius-box-body .block__bnr .block__bnr--ctn .block__bnr--btn span.btn-radius-box:hover {
  color: #000;
}
.roaming-box .radius-box-body .block__bnr .block__bnr--ctn .ctnLink span {
  border: 1px solid #cc0033;
  padding: 7px;
  font-weight: bold;
  display: inline-block;
  font-size: 13px;
  position: relative;
  padding-left: 25px;
  padding-right: 32px;
  color: #cc0033;
  border-radius: 5px;
}
.roaming-box .radius-box-body .block__bnr .block__bnr--ctn .ctnLink span:hover {
  border: 1px solid #69a1fe;
}
.roaming-box .radius-box-body .block__bnr--ctn .ctnLink span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #cc0033;
  margin-left: 7px;
}
.roaming-box .radius-box-body .radius-bnr-col2.new-style .btn-radius-box {
  height: 56px;
  font-size: 14px;
}
.roaming-box .radius-box-body .radius-bnr-col2.new-style .btn-radius-box .inner span{
  font-size: 12px;
}

.radius-bnr-box {
  background: #ffe6e6;
  border-radius: 5px;
  padding: 10px;
}
.radius-bnr-img {
  margin-bottom: 10px;
  box-sizing: border-box;
}
.radius-bnr-img img {
  width: 100%;
  border: 1px solid #ffe6e6;
}
.radius-bnr-img img:hover {
  border: 1px solid #69a1fe;
  border-radius: 7px;
}
.radius-bnr-col2 {
  display: flex;
  justify-content: space-between;
}
.radius-bnr-btn {
  width: 49%;
  display: flex;
}
.radius-bnr-col2 .btn-radius-box {
  width: 100%;
}
.ico-cmn-arrow-red {
  position: relative;
}
.ico-cmn-arrow-red:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 44%;
  width: 6px;
  height: 8px;
  background: url("/service/world/images_osp/common/ico/ico_arrow_red.png") no-repeat;
  -webkit-background-size: 6px;
  background-size: 6px;
}
.ppko-link-blank {
  width: 6%;
  margin:2% 0 0 4%!important;
}
.ico-cmn-arrow-back {
  position: relative;
}
.ico-cmn-arrow-back:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 44%;
  width: 6px;
  height: 8px;
  background: url("/service/world/roaming/sonomama-giga/images/icon-arrow-back.png") no-repeat;
  -webkit-background-size: 6px;
  background-size: 6px;
}

.ico-qa {
  padding: 18px 12px;
  box-shadow: none;
  background-color: #f3f3f3;
  color: #111;
}
.ico-qa:visited {
  color: #111;
}
.ico-qa::before {
  content: '';
  display: inline-block;
  width: 37px;
  height: 32px;
  background: url("/service/world/roaming/images/ico_qa.png") no-repeat;
  background-size: auto 32px;
  vertical-align: middle;
  margin-right: 7px;
}

/* 1dayテキストリンク */
.packet-service-1day {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
}
.packet-service-1day a,
.packet-service-1day a:visited{
  color: #3574d8;
  font-weight: bold;
  font-size: 1.1em;
}

/* パケットパック */
.pc-packet-service-option {
  width: 100% !important;
  margin: 10px 0px 0px 0px !important;
  border: 2px solid #cc0033;
}
.pc-packet-service-option .area-link {
}
.pc-packet-service-option a,
.pc-packet-service-option span{
  width: 100% !important;
}
.pc-packet-service-option img{
  margin: 25px 0px 15px !important;
  width: auto !important;
}
.packet-service-vertical-btn{
  margin-bottom: 15px;
}
.packet-service-vertical-btn .area-link img{
  margin: 0 !important;
}
.packet-service-vertical-btn img{
  margin: 0 !important;
}

/* 海外パケ */
.pc-packet-service-kaipake {
  width: 100% !important;
  margin: 10px 0px 0px 0px !important;
  border: 2px solid #1a4c97;
}
.pc-packet-service-kaipake .area-link {
}
.pc-packet-service-kaipake a,
.pc-packet-service-kaipake span {
  width: 100% !important;
}
.pc-packet-service-kaipake img{
  margin: 25px 0px 15px !important;
  width: auto !important;
}

/* 共通 */
.pc-packet-service-option .area-link img,
.pc-packet-service-kaipake .area-link img {
  border: 2px solid #fff;
  border-radius: 12px;
}
.pc-packet-service-option a img:hover,
.pc-packet-service-kaipake a img:hover {
  border: 2px solid #69A1FE;
}
.pc-packet-service-option.not-service,
.pc-packet-service-kaipake.not-service {
  border: 2px solid #e1e1e1;
}
.area-link img {
  margin: 0 0px 15px!important;
}

/* SP */
.sp-packet-service-kaipake {
  display: none !important;
}
.sp-packet-service-option {
  display: none !important;
}

.area-grid-cmn {
  display: flex;
  justify-content: center;
}
.area-col2 {
  width: 49%;
}

/* style CSS 0726 */
.ardown{
    margin-bottom: 56px;
    position: relative;
}
.ardown:after{
    content: "";
    position: absolute;
    width: 73px;
    height: 22px;
    background: url('/service/world/roaming/sonomama-giga/images/arrow-down.png');
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    bottom: -42px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.radius-tit-lv3.arleft dd{
    position: relative;
    padding-left: 32px;
}
.radius-tit-lv3.arleft dd:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid #d20039;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
a.clBlack{
  color: #000000;
}
a.txtDecNone{
  text-decoration: none;
}

/* coding 180827 */
.step-btn .radius-bnr-box {
  background: #ffffff;
  padding: 0;
}
.step-btn .radius-bnr-box .radius-bnr-img img{
  border: 2px solid #fff;
}
.step-btn .radius-bnr-box .radius-bnr-img:hover img{
  border: 2px solid #69a1fe;
}
.step-btn.no-heading .radius-box-body{
  border-radius: 5px;
}
.roaming-box-top.borAll {
  border-radius: 5px;
}
.step-btn .radius-box-body .radius-bnr-box + .radius-bnr-box{
  border-top: 1px solid #dddddd;
  border-radius: 0;
}




.step-btn.anyMore .radius-box-body{
  padding: 0;
}
.step-btn.anyMore .radius-box-body-row .step-link{
  border: 1px solid #fff;
  padding: 10px 10px 15px;
}
.step-btn.anyMore .radius-box-body-row:last-child .step-link{
  border-bottom: 1px solid #ffe6e6;
}
.step-btn.anyMore .radius-box-body-row-border{
  padding-left: 10px;
  padding-right: 10px;
}
.step-btn.anyMore .radius-box-body-row-border .borline{
  border-top: 1px dotted #dddddd;
}
.step-btn.anyMore .radius-box-body-row .step-link{
  border-radius: 0;
}
.step-btn.anyMore .radius-box-body-row .step-link:hover{
  border-radius: 0;
  border: 1px solid #69a1fe;
}
.step-btn.anyMore .radius-box-body-row:last-child .step-link{
  border-radius: 0 0 5px 5px;
}
.step-btn.anyMore .radius-box-body-row:last-child .step-link:hover{
  border-radius: 0 0 5px 5px;
}
.step-btn.anyMore .radius-box-body-row:last-child .step-link .radius-box-body{
  border-radius: 0 0 5px 5px;
}
.step-btn .radius-box-body.boxShd{
  box-shadow: 0px 2px #cacaca;
}
.step-btn.anyMore .radius-box-body-row .ico-cmn-arrow-red:after{
  left: 0;
}
.ico-cmn-arrow-grey{
  text-align: center;
}
.ico-cmn-arrow-grey span {
  position: relative;
  padding-left: 20px;
}
.ico-cmn-arrow-grey span:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 44%;
  width: 6px;
  height: 8px;
  background: url("/service/world/images_osp/common/ico/ico_arrow_grey.png") no-repeat;
  -webkit-background-size: 6px;
  background-size: 6px;
}

.ico-heading-01 span,
.ico-heading-02 span{
  position: relative;
  padding-left: 40px;
  display: inline-block;
}
.ico-heading-01 span:before{
  content: "";
  position: absolute;
  background: url("/service/world/images_osp/common/ico/ico-smt-01.png") no-repeat;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
}
.ico-heading-02 span:before{
  content: "";
  position: absolute;
  background: url("/service/world/images_osp/common/ico/ico-smt-02.png") no-repeat;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
}

.pointer {
    cursor: pointer;
}

.other-country-block .col2.w145 {
  width: 145px;
}
.other-country-block .col2.w290 {
  width: 290px;
}
.other-country-block .col2.w145 .pulldown .bg{
  width: 130px;
}
.other-country-block .col2.w290 .pulldown .bg{
  width: 290px;
}
.other-country-block .col2.w145 .pulldown #select-name1{
  width: 130px;
  height: 49px;
}
.other-country-block .col2.w290 .pulldown #select-name2{
  width: 290px;
  height: 49px;
}
.other-country-block .pulldown .txt{
  top: 50%;
  transform: translateY(-50%);
}
.other-country-block .col2.w145 .pulldown .txt{
  width: 105px;
  margin: 0;
  line-height: 1.2;
}
.other-country-block .col2.w290 .pulldown .txt{
  width: 265px;
  margin: 0;
  line-height: 1.2;
}


/* Area Page new style */
#areaPage > div:last-child {
  margin-bottom: 0;
}
#areaPage .js-radius-accordion-body{
    padding-bottom: 20px;
}
.areaPage__lead{
  font-size: 14px;
  margin-bottom: 12px;
}
.block__search .block__select--selectElm{
  width: 100%;
  background: #fff url(/service/world/images_osp/common/bg_select.png) no-repeat right 0 top 100% !important;
  background-size: 23px auto !important;
  font-size: 14px;
  border: 1px solid #cacaca;
  border-radius: 5px;
  height: 46px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.block__search .block__select--selectElm::-ms-expand{
  display: none;
}

.block__search .block__select--selectElm:focus{
  background-position: right 0 top 0 !important;
}


.block__step {
    margin-bottom: 50px;
}
.block__step .radius-box-body {
  border-radius: 5px;
}

.block__search {
  margin-bottom: 45px;
}
.block__search__title {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 30px;
}
.block__search__title--step,
.block__search__title--text{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 129%;
    font-weight: bold;
    line-height: 1.4;
    min-height: 50px;
}
.block__search__title--step{
    width: 100px;
    background: #d20039;
    border-radius: 5px 0 0 5px;
    color: #fff;
    justify-content: center;
    padding: 10px 10px 10px 15px;
}
.block__search__title--text{
    width: 600px;
    background: #f3f3f3;
    border-radius: 0 5px 5px 0;
    color: #000;
    padding-left: 10px;
}

.ui-autocomplete.ui-front {
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-radius: 7px 7px 5px 5px;
}
.ui-autocomplete.ui-front .ui-menu-item {
  border-bottom: 1px solid #cacaca;
  padding: 12px 17px;
  font-size: 16px;
  font-weight: bold;
}
.ui-autocomplete.ui-front .ui-menu-item-wrapper {
  position: relative;
  padding-left: 29px;
  cursor: pointer;
}
.ui-autocomplete.ui-front .ui-menu-item-wrapper::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 17px;
  width: 17px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #cacaca;
}
.ui-autocomplete.ui-front .ui-menu-item-wrapper::after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 4px;
  width: 11px;
  height: 11px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #d20039;
}
.ui-autocomplete.ui-front .ui-menu-item-wrapper.ui-state-active {
  background: transparent;
  border-color: transparent;
  color: #333;
  font-weight: bold;
}
.ui-autocomplete.ui-front .ui-menu-item-wrapper.ui-state-active::after {
  display: block;
}

.ui-autocomplete.ui-front .ui-menu-item:last-child {
  border-radius: 0 0 5px 5px;
}

.block__search .searchRow{
  position: relative;

}
.block__search .searchRow input[type="search"]{
  background: #f6f6f6;
  border: 2px solid #cacaca;
  border-radius: 5px;
  width: 100%;
  min-height: 46px;
  padding: 7px 42px 7px 10px;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}
.block__search .searchRow input[type="search"]::-moz-placeholder {
  color: #999;
}
.block__search .searchRow input[type="search"]::-webkit-input-placeholder {
  color: #999;
}
.block__search .searchRow input[type="search"]::placeholder {
  color: #999;
}
.block__search .searchRow input[type="search"]:-ms-input-placeholder {
	color: #999;
}
.block__search .searchRow #searchBtn {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  height: 100%;
  width: 46px;
}
.block__search .searchRow #searchBtn img{
    width: 16px;
}
.block__search .searchRow #searchBtn.close img{
    width: 14px;
}
.block__search .searchRow input[type="search"] + #searchBtn img{
    opacity: 0.5
}
.block__search .searchRow input[type="search"]:focus + #searchBtn img {
    opacity: 1;
}
.block__search .searchRow .txtSearch {
  font-size: 18px;
  color: #cacaca;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}
.block__search .searchRow .txtSearch:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: -10px;
  background: #cacaca;
}

/* The container */
.radio--ctn {
  display: block;
  position: relative;
  padding-left: 29px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio--ctn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio--ctn .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 17px;
  width: 17px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #cacaca;
}
.radio--ctn:hover input ~ .checkmark {
  background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio--ctn input:checked ~ .checkmark:after {
  display: block;
}
.radio--ctn .checkmark:after {
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d20039;
}


.block__proviso02__title{
  font-size: 20px;
  font-weight: bold;
}
.block__proviso02 .list-accordion + .list-accordion{
    margin-top: 8px;
}

.block__trans {
  margin-top: 30px;
}
#fixedCtn {
  position: fixed;
  bottom: -300px;
  left: 0;
  z-index: 100;
  width: 100vw;
}
#fixedCtn.is-show {
  bottom: 0;
}
#fixedCtn.is-show.bottom {
  position: relative;
  width: auto;
  margin-left: 8px;
  bottom: -100px !important;
}
.block__proviso03{
  position: relative;
  width: 940px;
  margin: 0 auto;
}
.block__proviso03--inner{
  padding: 15px;
}
.block__proviso03__row{
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block__proviso03__row > label,
.block__proviso03__row > div{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.block__proviso03__row > label{
  color: #000;
  flex-basis: 147px;
  flex-shrink: 0;
  align-items: center;
  cursor: default;
}
.block__proviso03__row > div{
  flex-grow: 1;
  width: 100%;
}
.block__proviso03__row .changed{
  flex-basis: 147px;
  flex-shrink: 0;
  margin-left: calc(20 / 706 * 100%);
  background: #888888;
  border: none;
  border-radius: 5px;
  color: #fff;
}

.block__proviso03__row > div > input{
  width: 100%;
  padding: 0 10px;
  height: 30px;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 5px !important;
  outline: none;
  cursor: default;
}
.row__error{
  width: 100%;
  height: 30px;
  background: #ffeaea;
  border: 1px solid #d20039;
  border-radius: 5px;
  min-height: 28px;
  flex-grow: 3;
  flex-shrink: 1.3;
}
.row__error span{
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  color: #d11b38;
  padding-left: 45px;
}
.row__error span:before{
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url('/service/world/images_osp/common/ico/ico_alert.png') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.block__proviso03__row > div.btnWrap{
  width: 340px;
  margin: 0 auto;
  flex-grow: 0;
}
.block__search + .block__link{
  margin-top: 50px;
}
.block__link{
  margin-bottom: 75px;
}
.block__link .btnWrap.s-w340-pc{
    width: 340px;
    margin: 0 auto;
}
.block__link .btn-radius-box.btnBack{
  background: #f3f3f3 url('/images_osp/common/ico/ico_arrow_l01.png') no-repeat 0 center;
  -webkit-background-size: 6px;
  background-size: 6px;
  background-position: 3% 50%;
  color: #666666;
}
.block__list__national {
  margin-bottom: 25px;
}

.list__national,
.list__device {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list__national li,
.list__device li {
  width: 345px;
  padding: 0 8px;
  border: 1px solid #cacaca;
  border-radius: 5px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.list__national li:hover,
.list__device li:hover{
  border: 1px solid #69a1fe;
}
.list__national .radio--ctn,
.list__device .radio--ctn {
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 13px 0 13px 27px;
}

.list__pagination{
  width: 60%;
  margin: 20px auto 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.list__pagination li{
  width: calc(54 / 706 * 100%);
  margin-right: 5px;
}
.list__pagination li:last-child{
  margin-right: 0;
}
.list__pagination li a{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3px 0 2px;
  border-radius: 5px;
  background: #ededed;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #aaaaaa;
}

.list__pagination li.current a{
  background: #cc0033;
  color: #fff;
}

.list__pagination .prev-first a,
.list__pagination .prev a,
.list__pagination .next-last a,
.list__pagination .next a{
  background: none;
}


.list__pagination .prev-first img,
.list__pagination .prev img,
.list__pagination .next-last img,
.list__pagination .next img{
  width: 11px;
}
.list__pagination li.more{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list__pagination li.more span{
  position: relative;
}
.list__pagination li.more span,
.list__pagination li.more span:before,
.list__pagination li.more span:after{
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background: #aaaaaa;
}

.list__pagination li.more span:before,
.list__pagination li.more span:after{
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list__pagination li.more span:before,
.list__pagination li.more span:after{
  position: absolute;
}
.list__pagination li.more span:before{
  left: -8px;
}
.list__pagination li.more span:after{
  right: -8px;
}

.block__list__device{
  margin-bottom: -10px;
}

.block__select__series,
.block__select__device{
  position: relative;
  margin-top: 50px;
}
.block__select__series.is-hidden {
  display: none;
}
.block__select__series:before,
.block__select__device:before{
  position: absolute;
  content: "";
  width: 50px;
  height: 16px;
  left: 50%;
  top: -32px;
  background: url('/service/world/images_osp/common/ico/ico-stepdown.png') no-repeat center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}



/* wraper */
.wrapper{
  overflow: hidden;
}
.block__proviso03:after {
  content: "";
  position: absolute;
  background: #bbbbbb;
  -webkit-box-shadow: 0px -2px 6px 0px rgba(202,202,202,0.5);
  -moz-box-shadow: 0px -2px 6px 0px rgba(202,202,202,0.5);
  box-shadow: 0px -2px 6px 0px rgba(202,202,202,0.5);
  left: 50%;
  width: 150vw;
  height: 100%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
}

#fixedCtn .block__proviso03 + .block__proviso03{
  margin-top: 75px;
}

/* clear x button search field */

::-ms-clear {
  display: none;
}
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
  display: none;
}

.fw-bold{
    font-weight: bold;
}

/* guidebook-wrap */
.guidebook-wrap.bg2 {
  /* background-color: #ffeaea; */
  padding: 18px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.guidebook-wrap.bg2 .title-2line {
  text-align: center;
  margin-bottom: 10px;
}
.guidebook-wrap.bg2 .title-2line span {
  text-align: center;
  color: #cb0031;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  display: inline-block;
  padding: 0 20px;
}
.guidebook-wrap.bg2 .title-2line span::before,
.guidebook-wrap.bg2 .title-2line span::after {
  content: '';
  position: absolute;
  top: 1px;
  width: 2px;
  height: 30px;
  background: #d20039;
}
.guidebook-wrap.bg2 .title-2line span::before {
  left: 5px;
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
}
.guidebook-wrap.bg2 .title-2line span::after {
  right: 5px;
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
}
.guidebook-wrap .guidebook-inner .text {
  margin-top: 10px;
  margin-bottom: 0;
}
.guidebook-wrap.bg2 .guidebook-inner {
  margin: 0;
}
.guidebook-wrap.bg {
  background-color: #f3f3f3;
  padding: 15px 0;
}
/* .guidebook-wrap .guidebook-inner {
  margin: 0 10px;
} */
.guidebook-wrap .guidebook-inner .link-wrap {
  display: block;
  position: relative;
  margin: 0 10px;
  color: #000;
  text-decoration: none;
}
.guidebook-wrap .guidebook-inner .link-wrap:hover::after {
  border: 2px solid #69a1fe;
}
.guidebook-wrap .guidebook-inner .link-wrap::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.guidebook-wrap .guidebook-inner .link-wrap .text {
  margin-top: 5px;
}

.grid-cmn.type01 > .col2 {
  width: 49%;
  margin: 0;
}
.grid-cmn.type01 > .col2:first-child {
  margin-right: 2% !important;
}
.grid-cmn.type01.check-bnr-list .col2 .mod-cmn-bnr .link-cmn-bnr {
  width: 100%;
}
.grid-cmn.type01 > .col2 .mod-cmn-bnr img {
  width: 100%;
}
.grid-cmn.type01.check-bnr-list {
  margin-bottom: 0 !important;
}
/* box end */
.end-box-area{
	background-color: #F0D0B6;
	padding:20px;
	margin-top: 30px;
}
.end-box-area .end-box-title{
	font-size: 130%;
}
.end-box-area p{
	margin-bottom: 15px;
}
.text-indent {
  padding-left: 1.25em !important;
}

/* 03-17-2022 */
.mt-3{
  margin-top: 3px;
}

/* 03-22-2022 */
.title-heading{
  font-size: 140.2857%!important;
}
.ml-122{
  margin-left: 122px!important;
}
.mt-12{
  margin-top: 12px!important;
}
.bt-00{
  border-top: 0!important;
}
.title-year{
  font-size: 14px;
  color: #cc0033!important;
  font-weight: normal!important;
  line-height: calc(20/14);
  padding: 0px 6px;
  margin-top: 0px;
  margin-right: 11px;
  border: 1px solid #cc0033;
}
.ml-65{
  margin-left: 65px;
}
.js-radius-accordion-s.grey{
  box-shadow: unset;
}
.js-radius-accordion-s.grey .js-radius-accordion-btn-s{
  font-size: 16px;
  background: unset;
  width: 55%;
  margin-right: -19px;
}
.mt-00{
  margin-top: 0!important;
}

.js-radius-accordion-s.grey .js-radius-accordion-toggle-s{
  background: url(/service/world/images_osp/common/ico/arrow.png) 50% 50% no-repeat;
  padding: 19px;
}

.js-radius-accordion-s.grey .js-radius-accordion-toggle-s.js-radius-accordion-active {
  background: url(/service/world/images_osp/common/ico/arrow.png) 50% 50% no-repeat;
  transform: rotate(180deg);
}

.pt-00{
  padding-top: 0!important;
}

.mt-30{
  margin-top: 30px!important;
}
.pl-18{
  padding-left: 18px!important;
}
.w-42-pc{
  width: 42%!important;
}
.tit-cmn-lv3-s{
  background: inherit!important;
  background-color: #f6f6f6!important;
  font-size: 115%!important;
  padding-top: 7px!important;
}
.tit-cmn-lv3-s:before{
  display: none!important;
}
.pl-180-pc{
  padding-left: 180px!important;
}
.w-55-pc{
  width: 55%;
}
.txt-color-grey{
  color: #808080!important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .js-radius-accordion-s.grey{
    box-shadow:inherit;
  }
  .js-radius-accordion-s.grey .js-radius-accordion-btn-s{
    background: inherit;
    width: 56%;
  }
}


/* 03-24-2022 */
.txt-color-red{
  color: #c03!important;
}
.btn-txt-02{
  border: 2px solid #c03!important;
  border-top: 3px solid #c03!important;
  background: #fff url(/service/world/images_osp/common/ico/ico_arrow_red.png) no-repeat 12px center!important;
}
.txt-travel{
  font-weight: bold;
  font-size: 22px;
  line-height: calc(60/22);
  color: #000000;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.txt-travel:after{
  content: "";
  position: absolute;
  top:50%;
  left: 154px;
  transform: translate(0,-50%);
  background: url(/service/world/roaming/sonomama-giga/merit/images/modal-ico-02.png) no-repeat;
  background-size: cover;
  width: 28px;
  height: 32px;
}

.box-modal #modalBox01{
  width: 100%!important;
  margin: auto!important;
}

.box-modal .content-s{
  overflow-y: inherit!important;
  max-height: inherit!important;
}

.box-modal ._txt-s{
  font-size: 20px!important;
}


.merit-pointBlock .point-item ._ttl ._ico:after{
  display: none!important;
}
.merit-pointBlock .point-item ._ttl:after{
  display: none!important;
}
.box-modal ._lead-s{
  font-size: 18.33px!important;
}



.box-modal .flexBox-s{
  padding-left: 0!important;
}

.w-94{
  width: 94%!important;
}


.box-modal #modalBox01 .flexBox-s ._item{
  margin-right: calc(11/678*100%);
  width: 20%;

}
.box-modal #modalBox01 .flexBox-s ._item._date{
  font-size: 16.66px!important;
  width: 19%!important;
}
.mr-00{
  margin-right: 0!important;
}

.box-modal ._txt-num{
  font-size: 15px!important;
}

.box-modal #modalBox01 .commentBlock-s {
  padding: 0 17px!important;
}

.box-modal .ml-8{
  margin-left: 8px!important;
}

.box-modal .ml-15{
  margin-left: 15px!important;
}

.box-modal #modalBox01 .flexBox-s ._item._ctn{
  font-size: 15px!important;
}

.box-modal #modalBox01 .noticeBlock ._txt{
  font-size: 20px!important;
}

.box-modal #modalBox01 .content > ._ctn .list-cmn-notes{
  font-size: 13px;
  margin-left: 17px;
}

.box-modal #modalBox01 .noticeBlock {
  padding: 0 17px;
}

._txt-2{
  position: relative!important;
  left: 10px;
}

._txt-3{
  position: relative!important;
  left: 23px;;
}

._txt-4{
  position: relative!important;
  left: 35px;
}

._txt-5{
  position: relative!important;
  left: 18px;
}

.fz-small-s{
  padding-top: 9px!important;
  color:#d20039!important;
}

.fz-small-s:before{
  left: 27px!important;
  width: 2px;
  height: 30px!important;
}

.fz-small-s:after{
  right: 27px!important;
  width: 2px;
  height: 30px!important;
}

.kaipake-box-s #modalBox01 .content{
  overflow-y: auto!important;
}

.kaipake-box-s #modalBox01{
  width: 100%!important;
}

.kaipake-box-s #modalBox01 .content > ._ttl ._ico{
  margin-right: 7px!important;
}

.kaipake-box-s #modalBox01 .content > ._ttl ._txt{
  font-size: 142.8571%!important;
}

.txt-servies{
  font-size: 142.8571%;
  line-height: calc(50/23.38);
  font-weight: bold;
  border-bottom: 3px solid #ededed;
  position: relative;
  margin-bottom: 20px;
  position: relative;
}

.txt-servies:after{
  content: "";
  position: absolute;
  bottom: -2px;
  left: 47%;
  width: 36px;
  height: 3px;
  background: #d21938;
}

.ppko-cp-text span {
  position: relative;
  margin-bottom: 25px;
  padding: 5px 30px;
  font-size: 1.6rem;
  font-weight: bold;
}

.ppko-cp-text span::before,
.ppko-cp-text span::after{
  position: absolute;
  content: "";
  width: 2px;
  height: 25px;
  top: 4px;
  background: #d20039;
}
.ppko-cp-text span::before{
  left: 10px;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
}
.ppko-cp-text span::after{
    right: 10px;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
}

.main-slider{
	visibility: hidden;
	animation: show 0.8s linear 0.8s forwards;
	
}

@keyframes show{
	0%{
		visibility: hidden;
	}
	100%{
		visibility: visible;
	}
}