@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*------------------------------
端末一覧、端末末端共通IMG(PC SP共通)
 *------------------------------*/
/*------------------------------
端末末端/一覧 共通カラーリスト(PC SP共通)
---------------------------------*/
/**
 * MIXINS
 * PC
 */
h1,
h2,
h3 {
  font-weight: normal;
  margin: 0;
  line-height: 1.6em;
}

h1 {
  font-size: 1em;
}

a {
  text-decoration: none;
  color: #231815;
}

a:active,
a:hover {
  opacity: 0.7;
  text-decoration: none;
}

strong {
  margin: 0;
}

dd,
dl,
dt,
li,
ol,
ul {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  list-style: none;
}

input,
select,
textarea {
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo UI",sans-serif;
}

/*------------------------------
 * 共通レイアウト
 *------------------------------*/
.l-page__header {
  width: 1000px;
  margin: 0 auto;
}

.l-page__contents {
  width: 100%;
}

.l-page__bottom {
  width: 100%;
}

.l-pageWrapper {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}

.l-pageWrapper__main {
  width: 700px;
  float: left;
}

.l-pageWrapper__right {
  width: 262px;
  float: right;
}

/*------------------------------
 * common parts
 *------------------------------*/
.m-arrow::after {
  content: "";
  display: inline-block;
  border: 1px solid;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.m-arrow--black::after {
  border-color: #231815;
}

.m-arrow--small::after {
  height: 7px;
  width: 7px;
}

.m-arrowNormal::after {
  content: "";
  display: inline-block;
  border: 2px solid;
  border-color: #06279f;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  height: 6px;
  width: 6px;
}

.m-arrowNormal--yellow::after {
  border-color: #df6d00;
}

.m-arrowNormal--red::after {
  border-color: #e70700;
}

.m-arrowSmall::after {
  content: "";
  display: inline-block;
  border: 3px solid;
  border-color: #06279f;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  height: 4px;
  width: 4px;
}

.m-arrowSmall--yellow::after {
  border-color: #df6d00;
}

.m-arrowSmall--red::after {
  border-color: #e70700;
}

.m-arrowMiddle::after {
  content: "";
  display: inline-block;
  border: 3px solid;
  border-color: #06279f;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  height: 6px;
  width: 6px;
}

.m-arrowMiddle--yellow::after {
  border-color: #df6d00;
}

.m-arrowMiddle--red::after {
  border-color: #e70700;
}

.m-arrowLarge::after {
  content: "";
  display: inline-block;
  border: 4px solid;
  border-color: #06279f;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  height: 13px;
  width: 13px;
}

.m-arrowLarge--yellow::after {
  border-color: #df6d00;
}

.m-arrowLarge--red::after {
  border-color: #e70700;
}

.m-linkBlank {
  position: relative;
}

.m-linkBlank::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.m-linkBlank::after {
  content: "";
  position: absolute;
  border-top: 2px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: none;
  -moz-transform: none;
}

.m-linkBlank--black::before {
  border-color: #231815;
}

.m-linkBlank--black::after {
  border-color: #231815;
}

.m-linkBlank--base::before {
  border-color: #06279f !important;
}

.m-linkBlank--base::after {
  border-color: #06279f !important;
}

.m-linkBlank--white::before {
  border-color: #fff;
}

.m-linkBlank--white::after {
  border-color: #fff;
}

.m-linkBlank--small::before {
  position: absolute;
  width: 9px;
  height: 7px;
  right: 2px;
  top: 50%;
  margin-top: -10px;
}

.m-linkBlank--small::after {
  position: absolute;
  width: 8px;
  height: 5px;
  right: 0;
  top: 50%;
  margin-top: -12px;
}

/* breadcrumb */
.m-breadcrumb {
  width: 1000px;
  margin: 0 auto;
}

.m-breadcrumb__txt {
  margin: 0;
}

/*------------------------------
端末一覧、端末末端共通IMG(PC SP共通)
 *------------------------------*/
/*------------------------------
端末末端/一覧 共通カラーリスト(PC SP共通)
---------------------------------*/
/**
 * MIXINS
 * PC
 */
/*------------------------------
端末一覧、端末末端共通IMG(PC SP共通)
 *------------------------------*/
/*------------------------------
端末末端/一覧 共通カラーリスト(PC SP共通)
---------------------------------*/
/*------------------------------
 * sideContents
 *------------------------------*/
.m-sidebtn {
  margin-bottom: 22px;
}

.m-sidebtn__list {
  border-top: 1px solid #e1e3e6;
  border-right: 1px solid #e1e3e6;
  border-left: 1px solid #e1e3e6;
}

.m-sidebtn__list:last-child {
  border-bottom: 1px solid #e1e3e6;
}

.m-sidebtn__btn {
  display: block;
  box-sizing: border-box;
  width: 262px;
  position: relative;
  color: #231815 !important;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
}

.m-sidebtn__btn:hover, .m-sidebtn__btn:active, .m-sidebtn__btn:visited {
  color: #231815;
}

.m-sidebtn__btn::after {
  position: absolute;
  top: 31px;
  right: 11px;
}

.m-sidebtn__btn--setting {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_apnSetting.png);
  background-repeat: no-repeat;
  background-position: 10px 15px;
  letter-spacing: -0.1px;
  padding: 18px 0 15px 58px;
}

.m-sidebtn__btn--terminal {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_terminalList.png);
  background-repeat: no-repeat;
  background-position: 10px 15px;
  letter-spacing: -0.1px;
  padding: 18px 0 15px 58px;
}

.m-sidebtn__btn--toolapp {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_toolApp.png);
  background-repeat: no-repeat;
  background-position: 10px 15px;
  letter-spacing: -0.1px;
  padding: 18px 0 15px 58px;
}

.m-sidebtn__btn--talkapp {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_dmmtalk.png);
  background-repeat: no-repeat;
  background-position: 10px 15px;
  letter-spacing: -0.1px;
  padding: 18px 0 15px 58px;
}

.m-sidebtn__btn--talkapp::before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

.m-sidebtn__btn--talkapp::after {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -5px;
}

.m-sideBanner__list {
  margin-bottom: 10px;
  position: relative;
}

.m-sideBanner__list::before {
  position: absolute;
  right: 10px;
  top: 15px;
}

.m-sideBanner__list::after {
  position: absolute;
  right: 8px;
  top: 15px;
}

/*------------------------------
端末一覧、端末末端共通IMG(PC SP共通)
 *------------------------------*/
/*------------------------------
端末末端/一覧 共通カラーリスト(PC SP共通)
---------------------------------*/
/*------------------------------
共通大枠のスタイル
---------------------------------*/
.m-pickup3 {
  background: #f2f2f2;
  padding: 20px 0;
  margin: 20px 0 40px;
}

.m-pickup3__block {
  width: 1000px;
  margin: 0 auto;
}

.m-pickup3List {
  overflow: hidden;
}

.m-pickup3List__item {
  float: left;
  margin: 0 19px 0 0;
}

.m-pickup3List__item:last-child {
  margin: 0;
}

.m-pickup3Box {
  display: block;
}

.m-pickup3BoxInner {
  width: 320px;
  height: 270px;
  background: #fff;
  border: 1px solid #e1e3e6;
  overflow: hidden;
}

.m-pickup3BoxInner__ttl {
  width: 100%;
  height: 78px;
  font-size: 20px;
  color: #fff;
  line-height: 70px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1em;
}

.m-pickup3BoxInner__ttl--ttl01 {
  background: url("https://p.dmm.com/p/general/mvno/terminal/list/title-bg-pickup01.png") no-repeat center top;
}

.m-pickup3BoxInner__ttl--ttl02 {
  background: url("https://p.dmm.com/p/general/mvno/terminal/list/title-bg-pickup02.png") no-repeat center top;
}

.m-pickup3BoxInner__ttl--ttl03 {
  background: url("https://p.dmm.com/p/general/mvno/terminal/list/title-bg-pickup03.png") no-repeat center top;
}

.m-pickup3BoxInner__item {
  position: relative;
  padding: 0 20px 0 139px;
}

.m-pickup3BoxInnerLeft {
  position: absolute;
  top: 0;
  left: 10px;
  width: 40%;
}

.m-pickup3BoxInnerLeft--model65 {
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone4-customize-model/tmb_asus-zenfone4-customize-model.png") no-repeat center top;
  background-size: 66%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model64 {
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone4/tmb_asus-zenfone4.png") no-repeat center top;
  background-size: 66%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model63 {
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone4-selfie-pro/tmb_asus-zenfone4-selfie-pro.png") no-repeat center top;
  background-size: 66%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model62 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-mediapadm3-lite/tmb_huawei-mediapadm3-lite.png") no-repeat center top;
  background-size: 66%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model61 {
  background: url("//p.dmm.com/p/general/mvno/terminal/fujitsu-arrows-m04/tmb_arrows-m04.png") no-repeat center top;
  background-size: 66%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model60 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-p10-lite/tmb_huawei-p10-lite.png") no-repeat center top;
  background-size: 66%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model59 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-p10-plus/tmb_huawei-p10-plus.png") no-repeat center top;
  background-size: 66%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model58 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-p10/tmb_huawei-p10.png") no-repeat center top;
  background-size: 66%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model57 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-p10-lite/tmb_huawei-p10-lite.png") no-repeat center top;
  background-size: 66%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model56 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-p10-plus/tmb_huawei-p10-plus.png") no-repeat center top;
  background-size: 66%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model55 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-p10/tmb_huawei-p10.png") no-repeat center top;
  background-size: 66%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model54 {
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone3-max-zc553kl/tmb_asus-zenfone3-max-zc553kl.png") no-repeat center top;
  background-size: 66%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model53 {
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone3-max-zc553kl/tmb_asus-zenfone3-max-zc553kl.png") no-repeat center top;
  background-size: 66%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model52 {
  background: url("//p.dmm.com/p/general/mvno/terminal/vaio-phone-a/tmb_vaio-phone-a.png") no-repeat center top;
  background-size: 66%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model51 {
  background: url("//p.dmm.com/p/general/mvno/terminal/vaio-phone-a/tmb_vaio-phone-a.png") no-repeat center top;
  background-size: 66%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model49 {
  background: url("//p.dmm.com/p/general/mvno/terminal/motorola-moto-g5-plus/tmb_motorola-moto-g5-plus.png") no-repeat center top;
  background-size: 63%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model48 {
  background: url("//p.dmm.com/p/general/mvno/terminal/alcatel-pixi-4/tmb_alcatel-pixi-4.png") no-repeat center top;
  background-size: 69%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model47 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-nova-lite/tmb_huawei-nova-lite.png") no-repeat center top;
  background-size: 69%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model46 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-nova/tmb_huawei-nova.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model45 {
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone3-max/tmb_asus-zenfone3-max.png") no-repeat center top;
  background-size: 68%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model44 {
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone3-max/tmb_asus-zenfone3-max.png") no-repeat center top;
  background-size: 68%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model37 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-p9/tmb_huawei-p9.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model39 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-mediapadt2-7pro/tmb_huawei-mediapadt2-7pro.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model40 {
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone3-laser/tmb_asus-zenfone3-laser.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model41 {
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone3-laser/tmb_asus-zenfone3-laser.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model42 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-mate9/tmb_huawei-mate9.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model43 {
  background: url("//p.dmm.com/p/general/mvno/terminal/sharp-aquos-shm04a/tmb_sharp-aquos-shm04a.png") no-repeat center top;
  background-size: 68%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model35 {
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone3/tmb_asus-zenfone3.png") no-repeat center top;
  background-size: 66%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model32 {
  background: url("//p.dmm.com/p/general/mvno/terminal/fujitsu-arrows-m03/tmb_fujitsu-arrows-m03.png") no-repeat center top;
  background-size: 63%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model28 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-y6/tmb_huawei-y6.png") no-repeat center top;
  background-size: 70%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model31 {
  background: url("//p.dmm.com/p/general/mvno/terminal/motorola-moto-g4-plus/tmb_motorola-moto-g4-plus.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model38 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-p9lite/tmb_huawei-p9lite.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model27 {
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone-go/tmb_asus-zenfone-go.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model25 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-gr5/tmb_huawei-gr5.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model23 {
  background: url("//p.dmm.com/p/general/mvno/terminal/acer-liquid-z530/tmb_acer-liquid-z530.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model21 {
  background: url("//p.dmm.com/p/general/mvno/terminal/fujitsu-arrows-m02/tmb_fujitsu-arrows-m02.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model20 {
  background: url("//p.dmm.com/p/general/mvno/terminal/sharp-aquos-shm02/tmb_sharp-aquos-shm02.png") no-repeat center top;
  background-size: 70%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model18 {
  background: url("//p.dmm.com/p/general/mvno/terminal/list/pic_zenfone2-laser.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model36 {
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone3/tmb_asus-zenfone3.png") no-repeat center top;
  background-size: 66%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model8 {
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenpad7/tmb_asus-zenpad7.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model34 {
  background: url("//p.dmm.com/p/general/mvno/terminal/aterm-mr05ln/tmb_aterm_mr05ln.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model1 {
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone5/tmb_asus-zenfone5_00.png") no-repeat center top;
  background-size: 150%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model2 {
  background: url("//p.dmm.com/p/general/mvno/terminal/freetel-xm/tmb_freetel-xm_00.png") no-repeat center top;
  background-size: 155%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model3 {
  background: url("//p.dmm.com/p/general/mvno/terminal/lg-g2mini/tmb_lg-g2mini_00.png") no-repeat center top;
  background-size: 145%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model4 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-ascend-g6/pic_huawei-ascend-g6_02.jpg") no-repeat center top;
  background-size: 220%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model5 {
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-nexus7-2013/pic_asus-nexus7-2013_02.jpg") no-repeat center top;
  background-size: 100%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model6 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-ascend-mate7/tmb_huawei-ascend-mate7_00.png") no-repeat center top;
  background-size: 140%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model7 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-ascend-g620s/tmb_huawei-ascend-g620s.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model9 {
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone2/tmb_asus-zenfone2_00.png") no-repeat center top;
  background-size: 140%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model10 {
  background: url("//p.dmm.com/p/general/mvno/terminal/apple-iphone6/tmb_apple-iphone6_00.png") no-repeat center top;
  background-size: 145%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model11 {
  background: url("//p.dmm.com/p/general/mvno/terminal/apple-iphone6/tmb_apple-iphone6_00.png") no-repeat center top;
  background-size: 145%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model12 {
  background: url("//p.dmm.com/p/general/mvno/terminal/apple-iphone6/tmb_apple-iphone6_00.png") no-repeat center top;
  background-size: 150%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model13 {
  background: url("//p.dmm.com/p/general/mvno/terminal/aterm-mr03ln/pic_aterm-mr03ln_detail_01.jpg") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model14 {
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone2/tmb_asus-zenfone2_00.png") no-repeat center top;
  background-size: 145%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model15 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-p8lite/tmb_huawei-p8lite_00.png") no-repeat center top;
  background-size: 145%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model16 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-p8lite/tmb_huawei-p8lite_00.png") no-repeat center top;
  background-size: 140%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model17 {
  background: url("//p.dmm.com/p/general/mvno/terminal/sharp-aquos-shm01/tmb_sharp-aquos-shm01_00.png") no-repeat center top;
  background-size: 140%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model19 {
  background: url("//p.dmm.com/p/general/mvno/terminal/aterm-mr04ln/tmb_aterm-mr04ln_00.png") no-repeat center top;
  background-size: 150%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model22 {
  background: url("//p.dmm.com/p/general/mvno/terminal/zte-blade-v6/tmb_zte-blade-v6.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model24 {
  background: url("//p.dmm.com/p/general/mvno/terminal/upq-phone-a01/tmb_upq-phone-a01.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model26 {
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenpad7/tmb_asus-zenpad7.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model29 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-p9/tmb_huawei-p9.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model30 {
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-p9lite/tmb_huawei-p9lite.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerLeft--model33 {
  background: url("//p.dmm.com/p/general/mvno/terminal/motorola-moto-g4-plus/tmb_motorola-moto-g4-plus.png") no-repeat center top;
  background-size: 65%;
  height: 170px;
}

.m-pickup3BoxInnerRight {
  text-align: center;
  color: #676767;
  height: 180px;
  display: -ms-inline-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
}

.m-pickup3BoxInnerRight__name {
  height: 50px;
  line-height: 1.3;
  display: -ms-inline-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.m-pickup3BoxInnerRight__price {
  height: 40px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
}

.m-pickup3BoxName {
  color: #676767;
  line-height: 1.3;
}

.m-pickup3BoxName__maker {
  font-size: 12px;
}

.m-pickup3BoxName__terminal {
  display: block;
  font-weight: bold;
}

.m-pickup3BoxName__terminal--model1 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model2 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model3 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model4 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model5 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model6 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model7 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model8 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model9 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model10 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model11 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model12 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model13 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model14 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model15 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model16 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model17 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model18 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model19 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model20 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model21 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model22 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model23 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model24 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model25 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model26 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model27 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model28 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model29 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model30 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model31 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model32 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model33 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model34 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model35 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model36 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model37 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model38 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model39 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model40 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model41 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model42 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model43 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model46 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model47 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model48 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model49 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model51 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model52 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model53 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model54 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxName__terminal--model61 {
  width: 160px;
  font-size: 14px;
}

.m-pickup3BoxPriceList__item {
  line-height: 1.6;
  font-size: 13px;
}

.m-pickup3priceDetail {
  overflow: hidden;
  margin: 6px 0;
  font-weight: bold;
}

.m-pickup3priceDetail__left {
  font-size: 12px;
  padding: 0 8px 0 0;
  float: left;
}

.m-pickup3priceDetail__left:after {
  padding: 0 0 0 8px;
  content: " : ";
}

.m-pickup3priceDetail__right {
  font-size: 12px;
  float: right;
}

/*------------------------------
端末一覧、端末末端共通IMG(PC SP共通)
 *------------------------------*/
/*------------------------------
端末末端/一覧 共通カラーリスト(PC SP共通)
---------------------------------*/
/*------------------------------
一覧ページ固有のレイアウト
 *------------------------------*/
.l-pageTerminal {
  margin: 0 auto;
}

.l-pageTerminal__ttl {
  margin-bottom: 30px;
}

.l-pageTerminal__contents {
  font-size: 14px;
}

.m-boxContents {
  width: 1001px;
  margin: 0 auto 20px;
}

/*------------------------------
タイトル
 *------------------------------*/
.m-ttl--main {
  width: 1000px;
  margin: 0 auto;
  display: block;
  color: #231815;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
}

/*------------------------------
メインコンテンツ　一覧のスタイル
---------------------------------*/
.m-tanmatuArea {
  margin-bottom: 30px;
  display: block;
  /*------------------------------
キャンペーンリボン
--------------------------------*/
}

.m-tanmatuArea__ttl {
  margin-top: -110px;
  padding-top: 110px;
  color: #fff;
  width: 230px;
  border-bottom: 32px solid #06279f;
  border-right: 25px solid transparent;
  height: 0;
  text-align: left;
  line-height: 35px;
  padding-left: 10px;
  font-size: 18px;
  display: inline-block;
}

.m-tanmatuArea .m-tanmatuList {
  border-top: 2px solid #06279f;
  color: #676767;
  padding-top: 20px;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex: 1;
  flex-grow: 1;
  -ms-flex-direction: row;
}

.m-tanmatuArea .m-tanmatuList__Item {
  width: 31.9%;
  width: -webkit-calc(33.3% - 10px);
  width: -moz-calc(33.3% - 10px);
  width: calc(33.3% - 10px);
  background: #fff;
  border: 1px solid #e1e3e6;
  margin: 10px 5px;
  position: relative;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
}

.m-tanmatuArea .m-tanmatuListBox:active,
.m-tanmatuArea .m-tanmatuListBox:hover,
.m-tanmatuArea .m-tanmatuListBox:visited {
  color: #231815;
}

.m-tanmatuArea .m-tanmatuListBox {
  width: 100%;
  display: block;
  color: #676767;
  /*------------------------------
端末一覧img
*------------------------------*/
}

.m-tanmatuArea .m-tanmatuListBox__name {
  color: #676767;
  margin: 16px 0 10px;
  line-height: 1.3;
  text-align: center;
  height: 60px;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.m-tanmatuArea .m-tanmatuListBox__size {
  color: #676767;
  margin: 0 15px;
  padding: 10px 5px;
}

.m-tanmatuArea .m-tanmatuListBox__price {
  height: 50px;
  color: #676767;
  margin: 0 10px 5px;
  text-align: left;
  overflow: hidden;
  font-weight: bold;
  border-top: 1px solid #e1e3e6;
  padding: 5px 5px 0;
}

.m-tanmatuArea .m-tanmatuListBox__price__list {
  text-align: center;
  line-height: 1.9;
}

.m-tanmatuArea .m-tanmatuListBox .m-tanmatuListBoxName {
  line-height: 1.2em;
}

.m-tanmatuArea .m-tanmatuListBox .innerPrice {
  overflow: hidden;
  margin: 6px auto;
  width: 97%;
}

.m-tanmatuArea .m-tanmatuListBox .innerPrice--campaignPrice {
  color: #ea3f4a;
}

.m-tanmatuArea .m-tanmatuListBox .innerPrice__left {
  padding: 0 8px 0 0;
  float: left;
}

.m-tanmatuArea .m-tanmatuListBox .innerPrice__left:after {
  padding: 0 0 0 4px;
  content: " : ";
}

.m-tanmatuArea .m-tanmatuListBox .innerPrice__right {
  float: right;
}

.m-tanmatuArea .m-tanmatuListBox__btnDetail {
  height: 30px;
  background: #427ad3;
  text-align: center;
  color: #fff;
  height: 36px;
  padding: 30px auto;
  line-height: 2.9;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
}

.m-tanmatuArea .m-tanmatuListBox__btnDetail__txt {
  color: #fff;
  line-height: 3.1;
}

.m-tanmatuArea .m-tanmatuListBox__btnDetail::after {
  position: absolute;
  top: 14px;
  right: 40px;
}

.m-tanmatuArea .m-tanmatuListBox__btnDetail::after {
  content: "";
  display: inline-block;
  border: 3px solid;
  border-color: #06279f;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  height: 6px;
  width: 6px;
}

.m-tanmatuArea .m-tanmatuListBox__img {
  text-align: center;
}

.m-tanmatuArea .m-tanmatuListBox__img--model65 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone4-customize-model/tmb_asus-zenfone4-customize-model.png") no-repeat center center;
  background-size: 40%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model64 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone4/tmb_asus-zenfone4.png") no-repeat center center;
  background-size: 40%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model63 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone4-selfie-pro/tmb_asus-zenfone4-selfie-pro.png") no-repeat center center;
  background-size: 40%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model61 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/fujitsu-arrows-m04/tmb_arrows-m04.png") no-repeat center center;
  background-size: 42%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model60 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-p10-lite/tmb_huawei-p10-lite.png") no-repeat center center;
  background-size: 40%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model59 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-p10-plus/tmb_huawei-p10-plus.png") no-repeat center center;
  background-size: 40%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model58 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-p10/tmb_huawei-p10.png") no-repeat center center;
  background-size: 40%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model57 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-p10-lite/tmb_huawei-p10-lite.png") no-repeat center center;
  background-size: 40%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model56 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-p10-plus/tmb_huawei-p10-plus.png") no-repeat center center;
  background-size: 40%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model55 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-p10/tmb_huawei-p10.png") no-repeat center center;
  background-size: 41%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model53 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone3-max-zc553kl/tmb_asus-zenfone3-max-zc553kl.png") no-repeat center center;
  background-size: 41%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model51 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/vaio-phone-a/tmb_vaio-phone-a.png") no-repeat center center;
  background-size: 41%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model50 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-e5577/tmb_huawei-e5577.png") no-repeat center center;
  background-size: 87%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model49 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/motorola-moto-g5-plus/tmb_motorola-moto-g5-plus.png") no-repeat center center;
  background-size: 40%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model48 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/alcatel-pixi-4/tmb_alcatel-pixi-4.png") no-repeat center center;
  background-size: 42%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model47 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-nova-lite/tmb_huawei-nova-lite.png") no-repeat center center;
  background-size: 43%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model46 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-nova/tmb_huawei-nova.png") no-repeat center center;
  background-size: 41%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model45 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone3-max/tmb_asus-zenfone3-max.png") no-repeat center center;
  background-size: 41%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model44 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone3-max/tmb_asus-zenfone3-max.png") no-repeat center center;
  background-size: 41%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model43 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/sharp-aquos-shm04a/tmb_sharp-aquos-shm04a.png") no-repeat center center;
  background-size: 42%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model42 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-mate9/tmb_huawei-mate9.png") no-repeat center center;
  background-size: 40%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model40 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone3-laser/tmb_asus-zenfone3-laser.png") no-repeat center center;
  background-size: 41%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model35 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone3/tmb_asus-zenfone3.png") no-repeat center center;
  background-size: 41%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model32 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/fujitsu-arrows-m03/tmb_fujitsu-arrows-m03.png") no-repeat center center;
  background-size: 40%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model31 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/motorola-moto-g4-plus/tmb_motorola-moto-g4-plus.png") no-repeat center center;
  background-size: 40%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model37 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-p9/tmb_huawei-p9.png") no-repeat center center;
  background-size: 40%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model38 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-p9lite/tmb_huawei-p9lite.png") no-repeat center center;
  background-size: 40%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model27 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone-go/tmb_asus-zenfone-go.png") no-repeat center center;
  background-size: 41%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model23 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/acer-liquid-z530/tmb_acer-liquid-z530.png") no-repeat center center;
  background-size: 40%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model20 {
  height: 181px;
  background: url("//p.dmm.com/p/general/mvno/terminal/sharp-aquos-shm02/tmb_sharp-aquos-shm02.png") no-repeat center center;
  background-size: 44%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model62 {
  height: 155px;
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-mediapadm3-lite/tmb_huawei-mediapadm3-lite.png") no-repeat center center;
  background-size: 40%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model39 {
  height: 155px;
  background: url("//p.dmm.com/p/general/mvno/terminal/huawei-mediapadt2-7pro/tmb_huawei-mediapadt2-7pro.png") no-repeat center center;
  background-size: 40%;
}

.m-tanmatuArea .m-tanmatuListBox__img--model34 {
  height: 180px;
  background: url("//p.dmm.com/p/general/mvno/terminal/aterm-mr05ln/tmb_aterm_mr05ln.png") no-repeat center center;
  background-size: 41%;
}

.m-tanmatuArea .m-endsaleList {
  overflow: hidden;
  padding-top: 20px;
  border-top: 2px solid #06279f;
}

.m-tanmatuArea .m-endsaleList__item {
  float: left;
  width: 99%;
  background: #fff;
  border: 1px solid #e1e3e6;
  margin: 10px 5px;
  position: relative;
  padding: 5px;
}

.m-tanmatuArea .m-endsaleList__item--sp {
  width: 98%;
}

.m-tanmatuArea .m-endsaleBox {
  overflow: hidden;
}

.m-tanmatuArea .m-endsaleBox__btn {
  padding: 12px 0;
  display: block;
}

.m-tanmatuArea .m-endsaleBox__listItem {
  position: relative;
  color: #231815;
}

.m-tanmatuArea .m-endsaleBox__listItem--nolink {
  padding: 12px 0;
}

.m-tanmatuArea .m-endsaleBox__listItem--ttlName {
  font-size: 14px;
  padding: 12px 0;
  margin: 0 0 5px;
  font-weight: bold;
  text-align: center;
  background: rgba(97, 100, 109, 0.14);
}

.m-tanmatuArea .m-endsaleBox__listItem--name {
  font-size: 13px;
  text-align: center;
  width: 218px;
  border: 1px solid #e1e3e6;
  margin: 3px;
  float: left;
}

.m-tanmatuArea .m-endsaleBox__listItem--name a:active, .m-tanmatuArea .m-endsaleBox__listItem--name a:hover, .m-tanmatuArea .m-endsaleBox__listItem--name a:visited {
  color: #231815;
}

.m-tanmatuArea .m-endsaleBox__listItem .m-endsaleBoxListName {
  padding: 10px 0 10px 20px;
  font-size: 14px;
  border-top: 1px solid #e1e3e6;
}

.m-tanmatuArea .m-endsaleBox__listItem .m-endsaleBoxListName a:active, .m-tanmatuArea .m-endsaleBox__listItem .m-endsaleBoxListName a:hover, .m-tanmatuArea .m-endsaleBox__listItem .m-endsaleBoxListName a:visited {
  color: #231815;
}

.m-tanmatuArea .m-endsaleBox__listItem--name::after {
  content: "";
  display: inline-block;
  border: 3px solid;
  border-color: #06279f;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  height: 6px;
  width: 6px;
  position: absolute;
  right: 10px;
  top: 14px;
}

.m-tanmatuArea .m-campaignRibbon {
  height: 32px;
  color: #fff;
  font-size: 14px;
}

.m-tanmatuArea .m-campaignRibbon span {
  position: absolute;
  height: 50px;
  line-height: 1.3;
  background-color: #ea3f4a;
  width: 100%;
  left: -7px;
  top: -13px;
  padding: 16px 0 0 8px;
}

.m-tanmatuArea .m-campaignRibbon span.m-ribbonLine--2line {
  padding: 8px 0 0 8px;
}

.m-tanmatuArea .m-campaignRibbon span.m-ribbonLine--3line {
  padding: 4px 0 0 8px;
  font-size: 12px;
  line-height: 14px;
}

.m-tanmatuArea .m-campaignRibbon span::after,
.m-tanmatuArea .m-campaignRibbon span::before {
  content: '';
  position: absolute;
}

.m-tanmatuArea .m-campaignRibbon span::before {
  top: 100%;
  left: 0;
  border-width: 0 7px 7px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #ea3f4a;
}

.m-tanmatuArea .m-campaignRibbon span::after {
  top: 0;
  right: 0;
  z-index: 2;
  border-width: 25px 20px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #ffffff;
}

/*------------------------------
sideContents 端末一覧固有のスタイル
---------------------------------*/
.m-tanmatubtn {
  margin-bottom: 22px;
}

.m-tanmatubtn__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding: 0 21px;
  line-height: 1.4em;
}

.m-tanmatubtn__ttl::before {
  content: '';
  height: 23px;
  width: 2px;
  display: block;
  background: #231815;
  position: absolute;
  top: -2px;
  left: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.m-tanmatubtn__ttl::after {
  content: '';
  height: 23px;
  width: 2px;
  display: block;
  background: #231815;
  position: absolute;
  top: -3px;
  left: 114px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.m-tanmatubtn__list {
  border-top: 1px solid #e1e3e6;
  border-right: 1px solid #e1e3e6;
  border-left: 1px solid #e1e3e6;
}

.m-tanmatubtn__list:last-child {
  border-bottom: 1px solid #e1e3e6;
}

.m-tanmatubtn__btn {
  display: block;
  box-sizing: border-box;
  width: 262px;
  position: relative;
  color: #231815 !important;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
}

.m-tanmatubtn__btn:active, .m-tanmatubtn__btn:hover, .m-tanmatubtn__btn:visited {
  color: #231815;
}

.m-tanmatubtn__btn::after {
  position: absolute;
  top: 31px;
  right: 11px;
}

.m-tanmatubtn__btn--all {
  background-repeat: no-repeat;
  background-position: 10px 15px;
  letter-spacing: -0.1px;
  padding: 23px 0 23px 58px;
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/list/ico_btn-all.png");
}

.m-tanmatubtn__btn--sp {
  background-repeat: no-repeat;
  background-position: 10px 15px;
  letter-spacing: -0.1px;
  padding: 23px 0 23px 58px;
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/list/ico_btn-sp.png");
}

.m-tanmatubtn__btn--tablet {
  background-repeat: no-repeat;
  background-position: 10px 15px;
  letter-spacing: -0.1px;
  padding: 23px 0 23px 58px;
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/list/ico_btn-tablet.png");
}

.m-tanmatubtn__btn--wifi {
  background-repeat: no-repeat;
  background-position: 10px 15px;
  letter-spacing: -0.1px;
  padding: 23px 0 23px 58px;
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/list/ico_btn-wifi.png");
}

.m-tanmatubtn__btn--finished {
  background-repeat: no-repeat;
  background-position: 10px 15px;
  letter-spacing: -0.1px;
  padding: 23px 0 23px 58px;
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/list/ico_btn-finished.png");
}

/*@import "../common/normalize";*/
/* =====================================
terminal detail PC
===================================== */
/*------------------------------
端末一覧、端末末端共通IMG(PC SP共通)
 *------------------------------*/
/*------------------------------
端末末端/一覧 共通カラーリスト(PC SP共通)
---------------------------------*/
dd,
dl,
dt,
li,
ul {
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.6;
  color: #231815;
}

/* Common modifyer -------------------*/
.m-breadcrumb--terminalDetail {
  padding: 22px 0 17px;
}

.m-terminalTtl--terminalDetail {
  margin-bottom: 15px;
}

.m-arrowMiddle--terminalApply::after {
  border: 5px solid;
  content: "";
  display: inline-block;
  border-color: #ea3f4a;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.m-arrowMiddle--form::after {
  position: absolute;
  right: 10px;
  top: 18px;
}

.m-arrowMiddle--subListBtn::after {
  border: 3px solid;
  content: "";
  display: inline-block;
  border-color: #06279f;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -6px;
  height: 10px;
  width: 10px;
}

/*------------------------------
値下げキャンペーンスタイル
*------------------------------*/
.m-terminalcampaign {
  height: 67px;
  margin: 4px 0;
}

.m-terminalcampaign--pricedown {
  background: #ea3f4a;
}

.m-terminalcampaignItem {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.m-terminalcampaignItem__read {
  color: #fff;
  text-align: center;
  padding-left: 80px;
  letter-spacing: 1px;
}

.m-terminalcampaignItem__read--nova, .m-terminalcampaignItem__read--p10, .m-terminalcampaignItem__read--p10Lite, .m-terminalcampaignItem__read--p10Plus {
  font-size: 30px;
  line-height: 2.5;
}

.m-terminalcampaignItem__icon::before {
  width: 72px;
  height: 72px;
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: -6px;
  left: 130px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.m-terminalcampaignItem__icon--priceDown::before {
  background: #fff;
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/terminal_common/icon_pricedown.png");
  background-repeat: no-repeat;
  background-position: 10px 3px;
  background-position: 7px 10px;
  border: 4px solid #ea3f4a;
}

.m-terminalcampaignItem__txtSmall--nova {
  font-size: 22px;
}

/* Detail style -----------------------*/
/* Header */
.m-terminalHeader {
  padding: 20px 0;
  position: relative;
  margin-bottom: 40px;
}

.m-terminalHeader--asusZenfone4CustomizeModel {
  background-color: #153680;
  background-image: -webkit-linear-gradient(top, #3d62b0, #153680);
  background-image: -moz-linear-gradient(top, #3d62b0, #153680);
  background-image: -ms-linear-gradient(top, #3d62b0, #153680);
  background-image: linear-gradient(to bottom, #3d62b0, #153680);
  height: 554px;
}

.m-terminalHeader--asusZenfone4 {
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/asus-zenfone4/img_headerBg.png");
  background-position: top center;
  background-color: #06122e;
  background-repeat: repeat-x;
  height: 554px;
  background-size: cover;
}

.m-terminalHeader--asusZenfone4SelfiePro {
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/asus-zenfone4-selfie-pro/img_headerBg.png");
  background-position: top center;
  background-color: #fff;
  background-repeat: repeat-x;
  height: 554px;
  background-size: cover;
}

.m-terminalHeader--huaweiMediapadM3Lite {
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/huawei-mediapadm3-lite/img_headerBg.png");
  background-position: top center;
  background-color: #000;
  background-repeat: repeat-x;
  height: 554px;
  background-size: cover;
}

.m-terminalHeader--fujitsuarrowsm04 {
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/fujitsu-arrows-m04/img_headerBg.png");
  background-position: top center;
  background-color: #fff;
  background-repeat: repeat-x;
  height: 554px;
  background-size: cover;
}

.m-terminalHeader--asusZenfone3MaxZC553KL {
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/asus-zenfone3-max-zc553kl/img_headerBg.png");
  background-position: top center;
  background-color: #e36f7b;
  background-repeat: repeat-x;
  height: 554px;
  background-size: cover;
}

.m-terminalHeader--vaio-phone-a {
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/vaio-phone-a/img_headerBg.png");
  background-position: top center;
  background-color: #e9e9e9;
  background-repeat: repeat-x;
  height: 554px;
  background-size: cover;
}

.m-terminalHeader--huawei-e5577 {
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/huawei-e5577/img_headerBg.png");
  background-position: top center;
  background-color: #e9e9e9;
  background-repeat: repeat-x;
  height: 554px;
  background-size: cover;
}

.m-terminalHeader--motorolaMotoG5Plus {
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/motorola-moto-g5-plus/img_headerBg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #8fbe44;
  height: 554px;
  background-size: cover;
}

.m-terminalHeader--alcatelPixi4 {
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/alcatel-pixi-4/img_headerBg.png");
  background-position: top center;
  background-color: #e9e9e9;
  background-repeat: repeat-x;
  height: 554px;
}

.m-terminalHeader--asusZenfone3 {
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/asus-zenfone3/img_headerBg.png");
  background-position: top center;
  background-repeat: repeat-x;
  background-color: #0067a5;
  height: 554px;
}

.m-terminalHeader--sharpAquosShm04a {
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/sharp-aquos-shm04a/img_headerBg.png");
  background-position: top center;
  background-color: #d2dee6;
  height: 554px;
  background-size: cover;
}

.m-terminalHeader--asusZenfone3Max {
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/asus-zenfone3-max/img_headerBg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #2e2155;
  height: 554px;
  background-size: cover;
}

.m-terminalHeader--huaweiNovaLite {
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/huawei-nova-lite/img_headerBg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #2e2155;
  height: 554px;
  background-size: cover;
}

.m-terminalHeader--huaweiNova {
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/huawei-nova/img_headerBg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #2e2155;
  height: 554px;
  background-size: cover;
}

.m-terminalHeader--huaweiP10 {
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/huawei-p10/img_headerBg.png");
  background-position: 17% 0;
  background-repeat: no-repeat;
  background-color: #0c001b;
  height: 554px;
  background-size: 100% 100%;
}

.m-terminalHeader--huaweiP10Plus {
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/huawei-p10-plus/img_headerBg.png");
  background-repeat: no-repeat;
  background-color: #f1f1f1;
  height: 554px;
  background-size: cover;
}

.m-terminalHeader--huaweiP10Lite {
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/huawei-p10-lite/img_headerBg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #0c001b;
  height: 554px;
  background-size: cover;
}

.m-terminalHeader--light {
  margin-bottom: 56px;
}

.m-terminalHeader__item--detail {
  width: 430px;
  height: 100%;
  display: block;
  padding-left: 70px;
  position: absolute;
  left: 50%;
  bottom: 0;
}

.m-terminalHeader__item--mainImg {
  width: 1000px;
  margin: 0 auto;
}

.m-terminalHeaderImg {
  width: 480px;
  display: block;
  text-align: center;
}

.m-terminalHeaderImg--light {
  padding: 38px 0 0;
}

.m-terminalHeaderImg__list {
  position: relative;
  padding: 14px 0 30px;
  width: 480px;
  height: 375px;
  margin: 0 auto;
}

.m-terminalHeaderImg__item {
  position: absolute;
  height: 375px;
}

.m-terminalHeaderImg__item__img {
  width: 480px;
}

.m-terminalHeaderTtl {
  display: block;
  text-align: center;
  position: absolute;
  top: 30px;
  width: 430px;
}

.m-terminalHeaderName {
  /*margin-bottom: -10px;*/
  margin-left: -85px;
  width: 600px;
}

.m-terminalHeaderName--lightColor {
  color: #fff;
}

.m-terminalHeaderName--dark {
  color: #000;
}

.m-terminalHeaderName__main {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
}

.m-terminalHeaderName__sub {
  margin: 0 0 0 16px;
  font-size: 24px;
  font-weight: normal;
}

.m-terminalHeaderDetail {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 44px;
}

.m-terminalHeaderDetail__price {
  border: 1px solid #c3c3c3;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0 15px;
  margin-top: 5%;
}

.m-terminalHeaderDetail__price__list {
  overflow: hidden;
  padding: 5px 0;
}

.m-terminalHeaderDetail__price__list__tag {
  color: #06279f;
  font-size: 12px;
  border: 1px solid #06279f;
  padding: 3px 0;
  box-sizing: border-box;
  width: 86px;
  float: left;
  clear: left;
  font-weight: bold;
}

.m-terminalHeaderDetail__price__list__tag--single {
  margin: 12px 0 8px;
}

.m-terminalHeaderDetail__price__list__tag--singleOnly {
  margin: 16px 0 12px;
}

.m-terminalHeaderDetail__price__list__tag--installments {
  margin: 10px 0;
}

.m-terminalHeaderDetail__price__list__item {
  width: 312px;
  float: right;
  text-align: left;
  padding-left: 46px;
  box-sizing: border-box;
}

.m-terminalHeaderDetail__price__list__item--single {
  font-size: 14px;
  margin-top: 3px;
}

.m-terminalHeaderDetail__price__list__item--singleOnly {
  padding: 10px 0 10px 45px;
}

.m-terminalHeaderDetail__price__list__item--installments {
  font-size: 20px;
  line-height: 1.2;
}

.m-terminalHeaderDetail__price__list__item__number {
  font-family: 'Oswald', sans-serif;
  color: #ea3f4a;
  font-weight: bold;
}

.m-terminalHeaderDetail__price__list__item__number--small {
  font-size: 28px;
}

.m-terminalHeaderDetail__price__list__item__number--large {
  font-size: 36px;
  display: inline-block;
}

.m-terminalHeaderDetail__price__list__item__number--beforePrice {
  color: #231815;
  font-size: 18px;
  position: relative;
  text-decoration: none;
}

.m-terminalHeaderDetail__price__list__item__number--beforePrice::after {
  padding-right: 5px;
  content: '';
  font-size: 14px;
  width: 108%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0.7em;
  left: -5px;
  overflow: hidden;
  background-color: #000;
}

.m-terminalHeaderDetail__price__list__item__number--beforePrice--singleOnly {
  top: -7px;
  font-size: 22px;
}

.m-terminalHeaderDetail__price__list__item__number--beforePriceDecoration::after {
  -o-transform: rotate(11deg);
  -webkit-transform: rotate(11deg);
  -moz-transform: rotate(11deg);
}

.m-terminalHeaderDetail__price__list__item__number--before {
  color: #231815;
  font-size: 18px;
  position: relative;
}

.m-terminalHeaderDetail__price__list__item__number--before--singleOnly {
  font-size: 22px;
}

.m-terminalHeaderDetail__price__list__item__number--arrow {
  color: #231815;
  font-size: 12px !important;
  margin: 0 10px;
  vertical-align: middle;
}

.m-terminalHeaderDetail__price__list__item__number--arrow--singleOnly {
  font-size: 14px !important;
  margin-top: -10px;
}

.m-terminalHeaderDetail__price__list__item__yen {
  font-size: 18px;
  color: #ea3f4a;
}

.m-terminalHeaderDetail__price__list__item__yen--beforPrice {
  color: #231815;
  font-size: 14px;
  font-weight: normal;
}

.m-terminalHeaderDetail__price__list__item__arrow {
  color: #231815;
  font-size: 12px !important;
  margin: -4px 10px 0;
  vertical-align: middle;
}

.m-terminalHeaderDetail__price__list__item__arrow--singleOnly {
  font-size: 14px !important;
  margin-top: -10px;
}

.m-terminalHeaderDetail__applyList {
  text-align: left;
}

.m-terminalHeaderDetail__applyList__item {
  font-size: 16px;
  margin-bottom: 6px;
  position: relative;
}

.m-terminalHeaderDetail__applyList__item__link {
  position: relative;
  display: block;
  padding: 14px 20px;
  background-color: #ffc71b;
  font-weight: bold;
}

.m-terminalHeaderDetail__applyList__item__link:hover, .m-terminalHeaderDetail__applyList__item__link:link, .m-terminalHeaderDetail__applyList__item__link:visited {
  color: #231815 !important;
}

.m-terminalHeaderDetail__applyList__item__link::after {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  height: 10px;
  width: 10px;
}

.m-terminalHeaderDetail__applyList__item__link--large {
  padding: 20px;
  font-size: 20px;
  margin: 10px 0;
  text-align: center;
}

.m-terminalHeaderDetail__applyList__item__link--long {
  font-size: 20px;
  margin: 0 auto;
}

.m-terminalHeaderDetail__applyList__item__link--disabled {
  background: #d2d2d2;
}

.m-terminalHeaderDetail__applyList__item__link--disabled:hover, .m-terminalHeaderDetail__applyList__item__link--disabled:link, .m-terminalHeaderDetail__applyList__item__link--disabled:visited {
  color: #fff !important;
}

.m-terminalHeaderDetail__applyList__item__link--disabled::after {
  display: none;
}

.m-terminalHeaderDetail__applyList__item__tag {
  display: inline-block;
  position: absolute;
  top: 14px;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 0;
  width: 68px;
  color: #fff !important;
  margin-left: 8px;
}

.m-terminalHeaderDetail__applyList__item__tag--new {
  background-color: #ea3f4a;
  letter-spacing: 4px;
}

.m-terminalHeaderDetail__applyList__item__tag--transfer {
  background-color: #538edc;
}

.m-terminalHeaderDetail__applyList__item__tag--long {
  font-size: 14px;
  top: 16px;
}

.m-terminalHeaderDetail__applyTxt {
  font-size: 14px;
  text-align: right;
  position: relative;
  padding-right: 20px;
}

.m-terminalHeaderDetail__applyTxt__link::after {
  position: absolute;
  top: 6px;
  right: 3px;
}

.m-terminalHeaderDetail__attention {
  width: 430px;
  display: block;
  position: absolute;
  /*right: 0;*/
  bottom: 5px;
}

.m-terminalHeaderDetailPriceNegation {
  position: relative;
  display: inline-block;
  line-height: 28px;
}

.m-terminalHeaderDetailPriceNegation::after {
  position: absolute;
  top: 45%;
  left: -4%;
  content: '';
  width: 108%;
  height: 1px;
  display: block;
  background-color: #000;
  -moz-transform: rotate(11deg);
  -webkit-transform: rotate(11deg);
  transform: rotate(11deg);
}

.m-terminalHeaderThumbnailList {
  padding-bottom: 15px;
  margin-top: 30px;
}

.m-terminalHeaderThumbnailList__item {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #c3c3c3;
  margin-right: 5px;
}

.m-terminalHeaderColorList {
  height: 30px;
}

.m-terminalHeaderColorList--light {
  margin: 37px 0 0;
}

.m-terminalHeaderColorList__item {
  display: inline-block;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 1px solid #c3c3c3;
  padding: 4px;
  background-color: #fff;
  margin-right: 5px;
}

.m-terminalHeaderColorList__item__box {
  border: 1px solid #c3c3c3;
  box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
}

.m-terminalHeaderColorList__item__box--black {
  background-color: #000;
}

.m-terminalHeaderColorList__item__box--white {
  background-color: #fff;
}

.m-terminalHeaderColorList__item__box--pink {
  background-color: #f58bac;
}

.m-terminalHeaderColorList__item__box--red {
  background-color: #c2445f;
}

.m-terminalHeaderColorList__item__box--navy {
  background-color: #211E55;
}

.m-terminalHeaderColorList__item__box--silver {
  background-color: #e7e7e7;
}

.m-terminalHeaderColorList__item__box--gold {
  background-color: #cbaa11;
}

.m-terminalHeaderColorList__item__box--gray {
  background-color: #acacac;
}

.m-terminalHeaderColorList__item__box--roseGold {
  background: #e3bbb9;
}

.m-terminalHeaderColorList__item__box--blue {
  background: #5978eb;
}

.m-terminalHeaderColorList__item__box--greenery {
  background: #dce9a8;
}

.m-terminalHeaderMaker {
  display: block;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}

.m-terminalHeaderMaker--white {
  color: #fff;
}

.m-terminalHeaderMaker--light {
  margin-bottom: 10px;
  line-height: 30px;
}

.m-terminalHeaderCatch {
  font-size: 18px;
  line-height: 1.4;
}

.m-terminalHeaderCatch--white {
  color: #fff;
}

.m-terminalHeaderCatch--lightColor {
  color: #fff;
}

.m-terminalHeaderCatch--short {
  margin-top: 20px;
}

.m-terminalHeaderCatch--light {
  margin-top: 10px;
}

/*-- 共通　申し込みボタン --*/
.m-terminalApply {
  border: 1px solid #c3c3c3;
  box-sizing: border-box;
  background-color: #fff;
  width: 430px;
  padding: 5px 15px;
  margin: 10px 0;
  text-align: center;
}

.m-terminalApply--long {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 40px 10px;
}

.m-terminalApply__ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
}

.m-terminalApply__ttl--long {
  font-size: 20px;
  margin: 10px 0;
}

.m-terminalApplyList {
  text-align: left;
}

.m-terminalApplyList__item {
  font-size: 16px;
  margin-bottom: 6px;
  position: relative;
}

.m-terminalApplyList__item__link {
  position: relative;
  display: block;
  padding: 12px 20px;
  background-color: #ffc71b;
  font-weight: bold;
}

.m-terminalApplyList__item__link:hover, .m-terminalApplyList__item__link:link, .m-terminalApplyList__item__link:visited {
  color: #231815 !important;
}

.m-terminalApplyList__item__link::after {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  height: 10px;
  width: 10px;
}

.m-terminalApplyList__item__link--large {
  padding: 20px;
  font-size: 20px;
  margin: 10px 0;
  text-align: center;
}

.m-terminalApplyList__item__link--long {
  font-size: 18px;
  margin: 0 auto;
}

.m-terminalApplyList__item__link--disabled {
  background: #d2d2d2;
}

.m-terminalApplyList__item__link--disabled:hover, .m-terminalApplyList__item__link--disabled:link, .m-terminalApplyList__item__link--disabled:visited {
  color: #fff !important;
}

.m-terminalApplyList__item__link--disabled::after {
  display: none;
}

.m-terminalApplyList__item__link.is-disabled {
  background: #d2d2d2;
  color: #fff;
}

.m-terminalApplyList__item__link.is-disabled:hover, .m-terminalApplyList__item__link.is-disabled:link, .m-terminalApplyList__item__link.is-disabled:visited {
  color: #fff !important;
  cursor: default;
  opacity: 1;
}

.m-terminalApplyList__item__link.is-disabled::after {
  display: none;
}

.m-terminalApplyList__item__tag {
  display: inline-block;
  position: absolute;
  top: 14px;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 0;
  width: 68px;
  color: #fff !important;
  margin-left: 8px;
  background-color: #989898;
}

.m-terminalApplyList__item__tag--new {
  background-color: #ea3f4a;
  letter-spacing: 4px;
}

.m-terminalApplyList__item__tag--transfer {
  background-color: #538edc;
}

.m-terminalApplyList__item__tag--long {
  font-size: 14px;
  top: 16px;
}

.m-terminalApplyTxt {
  font-size: 14px;
  text-align: right;
  position: relative;
  padding-right: 18px;
}

.m-terminalApplyTxt__link::after {
  position: absolute;
  top: 6px;
  right: 3px;
}

.m-terminalApplyTxt__link.is-disabled {
  display: none;
  background: #fff;
}

.m-terminalApplyTxt__link.is-disabled:hover, .m-terminalApplyTxt__link.is-disabled:link, .m-terminalApplyTxt__link.is-disabled:visited {
  color: #989898 !important;
}

.m-terminalApplyTxt__link.is-disabled::after {
  display: none;
}

.m-terminalAttention__txt {
  display: none;
  width: 430px;
  box-sizing: border-box;
  border: 2px solid #ea3f4a;
  background-color: #fcdddf;
  padding: 0;
  color: #ea3f4a;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  text-align: center;
}

.m-terminalAttention__txt--long {
  width: 100%;
  margin-top: 20px;
}

.m-terminalAttention--long > p {
  font-size: 12px;
}

/*-- contents --*/
.m-terminalContents {
  width: 100%;
  overflow: hidden;
}

.m-terminalContents__ttl {
  background-color: #06279f;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
}

.m-terminalContents__inner {
  padding: 30px 0 50px;
  position: relative;
}

.m-terminalContents__inner--light {
  padding-top: 0;
  padding-bottom: 30px;
}

.m-terminalContentsBox {
  padding: 30px 0;
  overflow: hidden;
  border-bottom: 1px solid #e1e3e6;
}

.m-terminalContentsBox--noLine {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 30px;
}

.m-terminalContentsBox--bottom {
  border-bottom: none;
}

.m-terminalContentsBox__mainTtl {
  color: #06279f;
  font-size: 28px;
  margin-bottom: 20px;
  clear: both;
  line-height: 1.4;
}

.m-terminalContentsBox__mainTtl__note {
  font-size: 12px;
  color: #676767;
}

.m-terminalContentsBox__middleTtl {
  color: #231815;
  font-size: 22px;
  margin-bottom: 20px;
  clear: both;
}

.m-terminalContentsBox__middleTtl--light {
  margin-bottom: 15px;
  color: #06279f;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}

.m-terminalContentsBox__unit {
  overflow: hidden;
  margin-bottom: 30px;
}

.m-terminalContentsBox__unit__middleTtl {
  color: #231815;
  font-size: 22px;
  margin-bottom: 20px;
  clear: both;
}

.m-terminalContentsBox__unit__middleTtl__note {
  font-size: 12px;
}

.m-terminalContentsBox__unit__subTtl {
  color: #231815;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  clear: both;
  font-weight: normal;
}

.m-terminalContentsBox__unit__txt {
  font-size: 14px;
}

.m-terminalContentsBox__unit__txt__note {
  font-size: 12px;
}

.m-terminalContentsBox__unit__txt__important {
  color: #ea3f4a;
}

.m-terminalContentsBox__unit--main {
  margin-bottom: 20px;
}

.m-terminalContentsBox__unit__img__item {
  width: 100%;
  margin-bottom: 10px;
}

.m-terminalContentsBox__unit__img__item--small {
  width: 360px;
}

.m-terminalContentsBox__unit__area--leftImg {
  float: left;
  width: 360px;
}

.m-terminalContentsBox__unit__area--rightTxt {
  float: right;
  width: 320px;
  padding-left: 20px;
  /*margin-top: -20px;*/
}

.m-terminalContentsBox__unit__area--leftTxt {
  width: 320px;
  padding-right: 20px;
  /*margin-top: -20px;*/
  float: left;
}

.m-terminalContentsBox__unit__area--rightImg {
  float: right;
  width: 360px;
}

.m-terminalContentsBox__unit__area--half {
  width: 340px;
}

.m-terminalContentsBox__unit__area--smallImg {
  width: 120px;
}

.m-terminalContentsBox__unit__area--smallImgTxt {
  width: 580px;
}

.m-terminalContentsBox__leftUnit {
  width: 340px;
  display: inline-block;
  vertical-align: top;
}

.m-terminalContentsBox__leftUnit__middleTtl {
  color: #231815;
  font-size: 22px;
  margin-bottom: 20px;
  overflow: hidden;
}

.m-terminalContentsBox__leftUnit__img {
  width: 340px;
  margin-bottom: 20px;
}

.m-terminalContentsBox__leftUnit__txt {
  font-size: 14px;
  margin-bottom: 30px;
}

.m-terminalContentsBox__rightUnit {
  width: 340px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  clear: both;
}

.m-terminalContentsBox__rightUnit__middleTtl {
  color: #231815;
  font-size: 22px;
  margin-bottom: 20px;
}

.m-terminalContentsBox__rightUnit__img {
  width: 340px;
  margin-bottom: 20px;
}

.m-terminalContentsBox__rightUnit__txt {
  font-size: 14px;
  margin-bottom: 30px;
}

.m-terminalContentsBox__twoArea {
  overflow: hidden;
}

.m-terminalContentsBox__twoArea__item {
  width: 340px;
  float: left;
  font-size: 14px;
}

.m-terminalContentsBox__twoArea__item:first-child {
  margin-right: 20px;
}

.m-terminalContentsBox__normalList__item {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}

.m-terminalContentsBox__normalList__item::before {
  content: "・";
}

.m-terminalContentsBox__detailList {
  margin-top: 10px;
}

.m-terminalContentsBox__detailList__ttl {
  font-size: 14px;
  font-weight: bold;
}

.m-terminalContentsBox__detailList__item {
  margin-bottom: 30px;
  font-size: 14px;
}

.m-terminalContentsBox__table {
  border-right: 1px solid #e1e3e6;
  border-left: 1px solid #e1e3e6;
  border-bottom: 1px solid #e1e3e6;
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
}

.m-terminalContentsBox__table__item {
  background-color: #f3f3f3;
  padding: 16px 30px;
  border-top: 1px solid #e1e3e6;
  box-sizing: border-box;
  width: 220px;
}

.m-terminalContentsBox__table__txt {
  padding: 16px 30px;
  border-top: 1px solid #e1e3e6;
}

.m-terminalContents--terminalNotes {
  padding-bottom: 50px;
}

.m-terminalContentsList__item {
  position: relative;
  padding: 0 0 0 1.3em;
  line-height: 1.57;
  font-size: 14px;
  color: #676767;
}

.m-terminalContentsList__item--number {
  position: relative;
  padding: 0 0 0 2em;
}

.m-terminalContentsList__item__ico {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

.m-terminalAttention {
  margin-bottom: 10px;
}

.m-terminalAttention--clearfix {
  clear: both;
}

.m-terminalAttention--spec {
  margin-bottom: 50px;
}

.m-terminalAttention__item {
  font-size: 12px;
  color: #676767;
  margin-top: 5px;
  line-height: 1.4;
  position: relative;
  padding: 0 0 0 1em;
}

.m-terminalAttention__item--number {
  position: relative;
  padding: 0 0 0 2em;
}

.m-terminalAttention__item__ico {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

.m-terminalDetailIcons {
  padding: 0 50px;
}

.m-terminalDetailIcons__item {
  display: inline-block;
  margin: 0 6px 12px 0;
}

.m-terminalDetailIcons__item__img {
  width: 90px;
}

.m-terminalTab {
  margin-bottom: 50px;
}

.m-terminalTabBtn {
  font-size: 0;
}

.m-terminalTabBtn__item {
  display: inline-block;
  width: 349px;
}

.m-terminalTabBtn__item:first-child {
  margin-right: 1px;
}

.m-terminalTabBtn__item__link {
  background-color: #fff;
  border: 1px solid #06279f;
  box-sizing: border-box;
  padding: 7px 0;
  text-align: center;
  color: #06279f !important;
  font-size: 18px;
  margin: 0 auto;
  display: block;
}

.m-terminalTabBtn__item__link.is-active {
  background-color: #06279f;
  padding: 7px 0;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
  margin: 0 auto;
  display: block;
}

.m-terminalTabBtn__item__link--bottom {
  position: relative;
}

.m-terminalTabBtn__item__link--bottom::after {
  content: '';
  height: 10px;
  width: 10px;
  display: block;
  border: 3px solid #06279f;
  border-left-width: 0;
  border-bottom-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  right: 30px;
}

.m-terminalReference {
  border-right: 1px solid #e1e3e6;
  border-bottom: 1px solid #e1e3e6;
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}

.m-terminalReference__size {
  padding: 5px;
  box-sizing: border-box;
  width: 182px;
  border-left: 1px solid #fff;
  vertical-align: top;
}

.m-terminalReference__size--blue {
  background-color: #80a6d8;
}

.m-terminalReference__size--yellow {
  background-color: #ffc71b;
}

.m-terminalReference__size--red {
  background-color: #f3835a;
}

.m-terminalReference__size__number {
  font-family: 'Oswald', sans-serif;
  font-size: 58px;
  line-height: 1.2;
}

.m-terminalReference__size__gb {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  line-height: 1.2;
}

.m-terminalReference__size__copy {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
}

.m-terminalReference__size__copy--single {
  padding-top: 0.5em;
}

.m-terminalReference__type {
  font-size: 14px;
  padding: 10px 10px 60px;
  line-height: 1.2;
  position: relative;
  border-top: 1px solid #e1e3e6;
  border-left: 1px solid #e1e3e6;
}

.m-terminalReference__type__attend {
  font-size: 12px;
}

.m-terminalReference__type::before {
  content: '';
  height: 1px;
  width: 32px;
  display: block;
  background: #231815;
  position: absolute;
  bottom: 75px;
  left: 10px;
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
}

.m-terminalReference__type::after {
  content: '';
  height: 1px;
  width: 32px;
  display: block;
  background: #231815;
  position: absolute;
  bottom: 75px;
  right: 10px;
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
}

.m-terminalReference__type--data {
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/terminal_common/ico_dataSet.png");
  background-repeat: no-repeat;
  background-position: 30px 52px;
}

.m-terminalReference__type--sms {
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/terminal_common/ico_smsSet.png");
  background-repeat: no-repeat;
  background-position: 30px 65px;
}

.m-terminalReference__type--tell {
  background-image: url("https://p.dmm.com/p/general/mvno/terminal/terminal_common/ico_tellSet.png");
  background-repeat: no-repeat;
  background-position: 30px 52px;
}

.m-terminalReference__price {
  border-top: 1px solid #e1e3e6;
  border-left: 1px solid #e1e3e6;
  font-size: 18px;
  font-weight: bold;
}

.m-terminalReferencePrice {
  color: #ea3f4a;
  font-weight: bold;
  font-size: 24px;
}

.m-terminalReferencePrice--number {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  line-height: 1.2;
  color: #ea3f4a;
}

.m-terminalReference__badge--recommend {
  position: absolute;
  top: 20px;
  left: 460px;
}

.m-terminalContactList {
  text-align: center;
}

.m-terminalContactList__item {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
}

.m-terminalContactList__item:first-child {
  border-right: 1px solid #e1e3e6;
  margin-left: 10px;
}

.m-terminalContactList__item--noLine:first-child {
  border-right: none;
  margin-left: 0;
}

.m-terminalContactList__item__ttl {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}

.m-terminalContactList__item__ttl--noName {
  margin-bottom: 10px;
}

.m-terminalContactList__item__name {
  margin: 15px 0 10px;
  font-size: 16px;
}

.m-terminalContactList__item__number {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 15px;
  letter-spacing: 2px;
}

.m-terminalContactList__item__number--complement {
  font-size: 20px;
}

.m-terminalContactList__item__detail {
  margin: 0;
  font-size: 14px;
}

.m-terminalContactList__item__detail--vaioPhoneA {
  font-size: 14px;
  text-align: left;
  margin: 10px 0 0;
}

.m-terminalContactList__item__btn {
  display: block;
  padding: 15px 30px 15px 53px;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  background-color: #427ad3;
  margin-top: 22px;
}

.m-terminalContactList__item__btn::before {
  position: absolute;
  content: '';
  height: 30px;
  width: 30px;
  display: block;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 14px;
  background-image: url("https://p.dmm.com/p/general/mvno/public/guesttop/ico_mailS.png");
  background-repeat: no-repeat;
  background-position: 6px 9px;
}

.m-terminalBottom {
  padding-bottom: 30px;
  padding-top: 20px;
}

.m-terminalMainbanner {
  width: 600px;
  margin: 0 auto;
}

.m-terminalSubList__ttl {
  color: #fff;
  width: 180px;
  border-bottom: 40px solid #06279f;
  border-right: 40px solid transparent;
  height: 0;
  text-align: left;
  line-height: 40px;
  padding: 0 18px;
  font-size: 16px;
  display: block;
}

.m-terminalSubSupportList {
  border-top: 2px solid #06279f;
  padding: 10px 0 30px;
}

.m-terminalSubSupportList__item {
  margin-bottom: 10px;
}

.m-terminalSubSupportList__btn {
  display: block;
  padding: 15px 0 15px 20px;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  background-color: #427ad3;
}

.m-terminalSubSupportList__btn::before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

.m-terminalSubSupportList__btn::after {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -5px;
}

.m-terminalSubOtherList {
  border-top: 2px solid #06279f;
  padding: 0 0 50px;
}

.m-terminalSubOtherList__item {
  position: relative;
  line-height: 1.2;
}

.m-terminalOther {
  display: block;
  border-bottom: 1px solid #e1e3e6;
  border-right: 1px solid #e1e3e6;
  border-left: 1px solid #e1e3e6;
  padding: 10px 20px;
  color: #231815 !important;
}

.m-terminalOther__name {
  font-size: 14px;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  margin-bottom: 3px;
}

.m-terminalOther__extra {
  display: block;
  padding: 4px 0 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ea3f4a;
}

.m-terminalOther__price--installments {
  margin-bottom: 2px;
}

.m-terminalOther__payment {
  line-height: 1.2;
  font-size: 14px;
  display: inline-block;
  margin-right: 3px;
}

.m-terminalOther__number {
  font-family: 'Oswald', sans-serif;
  font-size: 34px;
  font-weight: lighter;
  color: #e4841e;
  line-height: 1.2;
  letter-spacing: 1px;
}

.m-terminalOther__number--large {
  font-size: 22px;
  color: #e4841e;
}

.m-terminalOther__number--small {
  font-size: 14px;
  font-weight: lighter;
  color: #231815;
}

.m-terminalOther__number--onlySingle {
  font-size: 22px;
  color: #e4841e;
}

.m-terminalOther__yen {
  color: #e4841e;
  font-size: 18px;
}

.m-terminalOther__yen--small {
  font-size: 12px;
  color: #231815;
  font-weight: normal;
}

.m-terminalOther__img {
  display: block;
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 68px;
  position: absolute;
  top: 50%;
  right: 34px;
  margin-top: -34px;
  background-position: top;
}

.m-terminalOther__img--img65 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone4-customize-model/tmb_asus-zenfone4-customize-model.png");
}

.m-terminalOther__img--img64 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone4/tmb_asus-zenfone4.png");
}

.m-terminalOther__img--img63 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone4-selfie-pro/tmb_asus-zenfone4-selfie-pro.png");
}

.m-terminalOther__img--img62 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/huawei-mediapadm3-lite/tmb_huawei-mediapadm3-lite.png");
}

.m-terminalOther__img--img59 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/huawei-p10-plus/tmb_huawei-p10-plus.png");
}

.m-terminalOther__img--img58 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/huawei-p10/tmb_huawei-p10.png");
}

.m-terminalOther__img--img60 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/huawei-p10-lite/tmb_huawei-p10-lite.png");
}

.m-terminalOther__img--img61 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/fujitsu-arrows-m04/tmb_arrows-m04.png");
}

.m-terminalOther__img--img57 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/huawei-p10-lite/tmb_huawei-p10-lite.png");
  height: 50px;
  margin-top: -25px;
}

.m-terminalOther__img--img56 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/huawei-p10-plus/tmb_huawei-p10-plus.png");
  height: 50px;
  margin-top: -25px;
}

.m-terminalOther__img--img55 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/huawei-p10/tmb_huawei-p10.png");
  height: 50px;
  margin-top: -25px;
}

.m-terminalOther__img--img53 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone3-max-zc553kl/tmb_asus-zenfone3-max-zc553kl.png");
}

.m-terminalOther__img--img51 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/vaio-phone-a/tmb_vaio-phone-a.png");
}

.m-terminalOther__img--img50 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/huawei-e5577/tmb_huawei-e5577.png");
  background-size: 114%;
  width: 60px;
  top: 40%;
  right: 29px;
}

.m-terminalOther__img--img49 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/motorola-moto-g5-plus/tmb_motorola-moto-g5-plus.png");
}

.m-terminalOther__img--img48 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/alcatel-pixi-4/tmb_alcatel-pixi-4.png");
}

.m-terminalOther__img--img47 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/huawei-nova-lite/tmb_huawei-nova-lite.png");
}

.m-terminalOther__img--img46 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/huawei-nova/tmb_huawei-nova.png");
}

.m-terminalOther__img--img44 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone3-max/tmb_asus-zenfone3-max.png");
}

.m-terminalOther__img--img43 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/sharp-aquos-shm04a/tmb_sharp-aquos-shm04a.png");
}

.m-terminalOther__img--img42 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/huawei-mate9/tmb_huawei-mate9.png");
}

.m-terminalOther__img--img41 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone3-laser/tmb_asus-zenfone3-laser.png");
}

.m-terminalOther__img--img40 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone3-laser/tmb_asus-zenfone3-laser.png");
}

.m-terminalOther__img--img39 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/huawei-mediapadt2-7pro/tmb_huawei-mediapadt2-7pro.png");
}

.m-terminalOther__img--img38 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/huawei-p9lite/tmb_huawei-p9lite.png");
}

.m-terminalOther__img--img35 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone3/tmb_asus-zenfone3.png");
}

.m-terminalOther__img--img34 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/aterm-mr05ln/tmb_aterm_mr05ln.png");
}

.m-terminalOther__img--img32 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/fujitsu-arrows-m03/tmb_fujitsu-arrows-m03.png");
}

.m-terminalOther__img--img31 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/motorola-moto-g4-plus/tmb_motorola-moto-g4-plus.png");
}

.m-terminalOther__img--img29 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/huawei-p9/tmb_huawei-p9.png");
}

.m-terminalOther__img--img30 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/huawei-p9lite/tmb_huawei-p9lite.png");
}

.m-terminalOther__img--img28 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/huawei-y6/tmb_huawei-y6.png");
}

.m-terminalOther__img--img27 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/asus-zenfone-go/tmb_asus-zenfone-go.png");
}

.m-terminalOther__img--img26 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/asus-zenpad7/tmb_asus-zenpad7.png");
}

.m-terminalOther__img--img25 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/huawei-gr5/tmb_huawei-gr5.png");
}

.m-terminalOther__img--img21 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/fujitsu-arrows-m02/tmb_fujitsu-arrows-m02.png");
}

.m-terminalOther__img--img20 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/sharp-aquos-shm02/tmb_sharp-aquos-shm02.png");
}

.m-terminalOther__img--img18 {
  background-image: url("//p.dmm.com/p/general/mvno/terminal/list/pic_zenfone2-laser.png");
}

.m-terminalOther__badge {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 40px;
  display: block;
}

.m-terminalOther__badge__item {
  width: 100%;
}

body {
  color: #231815;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

dd,
dl,
dt,
li,
ol,
ul {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}

/*------------------------------
 * 共通レイアウト
 *------------------------------*/
.l-page__header--terminalDetail, .l-page__header--terminalIndex {
  width: 100%;
}

.l-page * {
  box-sizing: border-box;
}

/*------------------------------
端末一覧、端末末端共通 カラーリスト
---------------------------------*/
.m-colorList {
  overflow: hidden;
  text-align: center;
}

.m-colorList--pickup {
  width: 160px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e1e3e6;
  margin: 10px auto;
}

.m-colorList--tanmatuList {
  margin: 10px 15px 0;
  padding: 0 0 10px;
}

.m-colorList__item {
  border: 1px solid #e1e3e6;
  text-align: center;
  display: inline-block;
}

.m-colorList__item--boxA {
  width: 25px;
  height: 25px;
}

.m-colorList__item--boxB {
  width: 15px;
  height: 15px;
}

.m-colorList__item--black {
  background: #000;
}

.m-colorList__item--white {
  background: #fff;
}

.m-colorList__item--pink {
  background: #f58bac;
}

.m-colorList__item--blue {
  background: #5978eb;
}

.m-colorList__item--red {
  background: #c2445f;
}

.m-colorList__item--gold {
  background: #cbaa11;
}

.m-colorList__item--silver {
  background: #e7e7e7;
}

.m-colorList__item--gray {
  background: #acacac;
}

.m-colorList__item--square-spaceGray {
  background: #bfbfbf;
}

.m-colorList__item--blueByGreen {
  background: #A4D5BD;
}

.m-colorList__item--navy {
  background: #211E55;
}

.m-colorList__item--roseGold {
  background: #e3bbb9;
}

.m-colorList__item--greenery {
  background: #dce9a8;
}
