@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Zen+Antique+Soft&family=Lato:wght@700&display=swap");
/*! ============================================================
 * File        : /common/scss/Foundation/reset
 * DESCRIPTION : 共通のリセット
 * AUTHOR      : 
 * ========================================================== */
/** ============================================================
 * Reset
 * ========================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
	 License: none (public domain)
	 update 2016 koizumi
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-style: normal;
  vertical-align: baseline;
  /*aタグとかをタップしたときに色が変わるのを防ぐ*/
  -webkit-tap-highlight-color: rgba(253, 153, 153, 0);
  /*回転したときなど文字の大きさを調整*/
  -webkit-text-size-adjust: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

em {
  font-weight: bold;
}

input, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus, textarea:focus, button:focus {
  outline: 0;
}

/*! ============================================================
 * File        : /common/scss/Foundation/reset
 * DESCRIPTION : 共通の設定
 * AUTHOR      : 
 * ========================================================== */
/** ============================================================
 * File        : Foundation/_define.scss
 * DESCRIPTION : 定数・基本情報
 * AUTHOR      : 
 * ========================================================== */
/** ========================================
 * 定数
 * ====================================== */
/** --------------------
 * カラー
 * ------------------ */
/** --------------------
* フォントサイズ
* ------------------ */
/** --------------------
* フォント指定
* ------------------ */
/** --------------------
* 幅
* ------------------ */
/** --------------------
* h1系
* ------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #272727;
  letter-spacing: 0;
}

/** ========================================
* MIXIN
* ====================================== */
/** ========================================
* 余白
* ====================================== */
.u-pt0 {
  padding-top: 0px !important;
}

.u-pt4 {
  padding-top: 4px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt8 {
  padding-top: 8px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt12 {
  padding-top: 12px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt16 {
  padding-top: 16px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt24 {
  padding-top: 24px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt28 {
  padding-top: 28px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt32 {
  padding-top: 32px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt36 {
  padding-top: 36px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt44 {
  padding-top: 44px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt48 {
  padding-top: 48px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt52 {
  padding-top: 52px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pt56 {
  padding-top: 56px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt64 {
  padding-top: 64px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pt68 {
  padding-top: 68px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt72 {
  padding-top: 72px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pt76 {
  padding-top: 76px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt84 {
  padding-top: 84px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pt88 {
  padding-top: 88px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt92 {
  padding-top: 92px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pt96 {
  padding-top: 96px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb4 {
  padding-bottom: 4px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb8 {
  padding-bottom: 8px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb12 {
  padding-bottom: 12px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb16 {
  padding-bottom: 16px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb24 {
  padding-bottom: 24px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb28 {
  padding-bottom: 28px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb32 {
  padding-bottom: 32px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb36 {
  padding-bottom: 36px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb44 {
  padding-bottom: 44px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb48 {
  padding-bottom: 48px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb52 {
  padding-bottom: 52px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pb56 {
  padding-bottom: 56px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb64 {
  padding-bottom: 64px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pb68 {
  padding-bottom: 68px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb72 {
  padding-bottom: 72px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pb76 {
  padding-bottom: 76px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb84 {
  padding-bottom: 84px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pb88 {
  padding-bottom: 88px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb92 {
  padding-bottom: 92px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pb96 {
  padding-bottom: 96px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pl4 {
  padding-left: 4px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pl8 {
  padding-left: 8px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl12 {
  padding-left: 12px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl16 {
  padding-left: 16px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl24 {
  padding-left: 24px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pl28 {
  padding-left: 28px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl32 {
  padding-left: 32px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pl36 {
  padding-left: 36px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl44 {
  padding-left: 44px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pl48 {
  padding-left: 48px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl52 {
  padding-left: 52px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pl56 {
  padding-left: 56px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pl64 {
  padding-left: 64px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pl68 {
  padding-left: 68px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pl72 {
  padding-left: 72px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pl76 {
  padding-left: 76px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pl84 {
  padding-left: 84px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pl88 {
  padding-left: 88px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pl92 {
  padding-left: 92px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pl96 {
  padding-left: 96px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pr4 {
  padding-right: 4px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pr8 {
  padding-right: 8px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr12 {
  padding-right: 12px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pr16 {
  padding-right: 16px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr24 {
  padding-right: 24px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pr28 {
  padding-right: 28px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr32 {
  padding-right: 32px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pr36 {
  padding-right: 36px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr44 {
  padding-right: 44px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pr48 {
  padding-right: 48px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pr52 {
  padding-right: 52px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pr56 {
  padding-right: 56px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pr64 {
  padding-right: 64px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pr68 {
  padding-right: 68px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pr72 {
  padding-right: 72px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pr76 {
  padding-right: 76px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pr84 {
  padding-right: 84px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pr88 {
  padding-right: 88px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pr92 {
  padding-right: 92px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pr96 {
  padding-right: 96px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt4 {
  margin-top: 4px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt8 {
  margin-top: 8px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt12 {
  margin-top: 12px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt28 {
  margin-top: 28px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt36 {
  margin-top: 36px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt44 {
  margin-top: 44px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt48 {
  margin-top: 48px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt52 {
  margin-top: 52px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt64 {
  margin-top: 64px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt68 {
  margin-top: 68px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt72 {
  margin-top: 72px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt76 {
  margin-top: 76px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt84 {
  margin-top: 84px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt88 {
  margin-top: 88px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt92 {
  margin-top: 92px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt96 {
  margin-top: 96px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb4 {
  margin-bottom: 4px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb12 {
  margin-bottom: 12px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb28 {
  margin-bottom: 28px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb36 {
  margin-bottom: 36px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb44 {
  margin-bottom: 44px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb48 {
  margin-bottom: 48px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb52 {
  margin-bottom: 52px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb56 {
  margin-bottom: 56px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb64 {
  margin-bottom: 64px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb68 {
  margin-bottom: 68px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb72 {
  margin-bottom: 72px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb76 {
  margin-bottom: 76px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb84 {
  margin-bottom: 84px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb88 {
  margin-bottom: 88px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb92 {
  margin-bottom: 92px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb96 {
  margin-bottom: 96px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-ml4 {
  margin-left: 4px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml8 {
  margin-left: 8px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml12 {
  margin-left: 12px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml16 {
  margin-left: 16px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml24 {
  margin-left: 24px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml28 {
  margin-left: 28px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml32 {
  margin-left: 32px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml36 {
  margin-left: 36px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml44 {
  margin-left: 44px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml48 {
  margin-left: 48px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml52 {
  margin-left: 52px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml56 {
  margin-left: 56px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml64 {
  margin-left: 64px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml68 {
  margin-left: 68px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml72 {
  margin-left: 72px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml76 {
  margin-left: 76px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml84 {
  margin-left: 84px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml88 {
  margin-left: 88px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml92 {
  margin-left: 92px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml96 {
  margin-left: 96px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mr4 {
  margin-right: 4px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr8 {
  margin-right: 8px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr12 {
  margin-right: 12px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr24 {
  margin-right: 24px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr28 {
  margin-right: 28px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr32 {
  margin-right: 32px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr36 {
  margin-right: 36px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr44 {
  margin-right: 44px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr48 {
  margin-right: 48px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr52 {
  margin-right: 52px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr56 {
  margin-right: 56px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr64 {
  margin-right: 64px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr68 {
  margin-right: 68px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr72 {
  margin-right: 72px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr76 {
  margin-right: 76px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr84 {
  margin-right: 84px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr88 {
  margin-right: 88px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr92 {
  margin-right: 92px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr96 {
  margin-right: 96px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

/*! ============================================================
 * File        : Object/
 * DESCRIPTION : 要素のスタイル
 * AUTHOR      : 
 * -------------------------------------------------------------
 * (C)Mynavi Corporation
 * ========================================================== */
/** ============================================================
 * CSM側の打ち消し
 * ========================================================== */
.container {
  width: auto;
  max-width: 100% !important;
  padding: 0;
}

#content.main-content,
.row > * {
  padding: 0;
}

.layout-main-wrapper {
  margin: 0 auto;
}

/* よくある質問 */
.bootstrap .card-faq .card {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap .card-faq .card-header {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.bootstrap .card-faq .card-header button {
  font-size: 20px;
  position: relative;
  transition: all 0.25s;
  line-height: 1.47;
  color: #272727;
  text-decoration: none;
  border: none;
  text-align: left;
  padding: 20px 35px 20px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bootstrap .card-faq .card-header button {
    padding: 15px 30px 15px 15px;
    font-size: 16px;
  }
}
.bootstrap .card-faq .card-header button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/themes/custom/subsphere/images/resources/icon_plus.webp) no-repeat center/100%;
}
.bootstrap .card-faq .card-header button[aria-expanded=true]::after, .bootstrap .card-faq .card-header button[aria-expanded="1"]::after {
  background: url(/themes/custom/subsphere/images/resources/icon_minus.webp) no-repeat center/100%;
}
.bootstrap .card-faq .card-body {
  padding: 0;
  font-size: 18px;
  line-height: 1.8;
}

/* dXメール配信「サービス」内リンク設定（他ページも影響あり） */
.p-product .service__ul li > a {
  text-decoration: none;
}

.p-product .service__ul li > a:hover {
  color: #333;
}

/* dX商談・名刺管理「詳しく見る」ボタン設定（他ページも影響あり） */
.c-button-new {
  text-decoration: none !important;
}

.c-button-new::after {
  background-image: url(/sites/default/files/media/common/image/common_new_icon_blank_2x.png) !important;
}

/* ページ下部バナー（docomo-member--bnr内画像）中央寄せ */
.block-subsphere-base-products-banner-block img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .service-detail__main-visual .main-visual--inr .heading .content-inner {
    padding: 0 !important;
  }
  h1,
  .h1,
  h1.main-heading {
    margin: 0 !important;
    padding: 1vw 0 2vw;
  }
  h1.main-heading--left-border {
    padding-left: 28px;
  }
}
/** ============================================================
 * 共通
 * ========================================================== */
body {
  position: relative;
  color: #272727;
  font-family: "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
  font-size: 16px;
}

*,
* ::before,
* ::after {
  box-sizing: border-box;
}

::-moz-placeholder {
  color: rgba(39, 39, 39, 0.2);
}

::placeholder {
  color: rgba(39, 39, 39, 0.2);
}

a {
  color: #272727;
  text-decoration: none;
  transition: all 0.25s;
}

button {
  transition: all 0.25s;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 288px;
  min-height: 48px;
  padding: 12px 36px 12px 24px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: url(/themes/custom/subsphere/images/resources/icon_arrow-bk-d.webp) no-repeat right 24px center/10px #ffffff;
  color: #272727;
  font-size: 18px;
  cursor: pointer;
}
select + select {
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  select {
    min-width: auto;
    min-height: 40px;
    width: 100%;
    font-size: 16px;
  }
  select + select {
    margin-left: 0;
  }
}

header,
main,
footer {
  min-width: 1324px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header,
  main,
  footer {
    min-width: auto;
  }
}

.display--block {
  display: block;
}
.display--none {
  display: none;
}

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

.text-align--left {
  text-align: left !important;
}
.text-align--right {
  text-align: right !important;
}
.text-align--center {
  text-align: center !important;
}

.text-color--red {
  color: #bc2739;
}

.table-layout--auto {
  table-layout: auto !important;
}

.vertical-align--top {
  vertical-align: top !important;
}
.vertical-align--middle {
  vertical-align: middle !important;
}
.vertical-align--bottom {
  vertical-align: bottom !important;
}

.text-underline {
  text-decoration: underline;
}

.font--lato {
  font-family: "Lato", "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
}

.hover-item--opacity {
  transition: all 0.25s;
  cursor: pointer;
}
.hover-item--opacity:hover, .hover-item--opacity:focus {
  opacity: 0.7;
}
.hover-item--link {
  text-decoration: underline !important;
  transition: all 0.25s;
  cursor: pointer;
}
.hover-item--link:hover, .hover-item--link:focus {
  color: #bc2739;
  text-decoration: none !important;
}

.content-inner {
  width: 1224px;
  margin: 0 auto;
}
.content-inner--narrow {
  width: 1016px;
}
.content-block {
  margin: 120px 0;
}
.content-block--margin-narrow {
  margin-top: 25px;
}

.narrow-block {
  width: 1016px;
  margin: 0 auto;
}

.background--gray {
  background: #e5e5e5;
}
.background--light__gray {
  background: #f3f3f3;
}
.background--gray, .background--light__gray {
  padding: 120px 0;
}

.sp-only {
  display: none;
}

/* 見出し */
.primary-heading {
  position: relative;
  margin: 0 0 32px;
  padding: 0 0 57px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.primary-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 1px;
  height: 40px;
  background: #bc2739;
}
.primary-heading span {
  display: block;
  font-size: 24px;
}
.primary-heading span.font-weight--normal {
  font-size: 18px;
}

.secondary-heading {
  margin: 0 0 33px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

/* リンク */
/* 左右丸 */
.oval-link {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  border-radius: 100vh;
  background: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.oval-link:hover, .oval-link:focus {
  text-decoration: none;
}
.oval-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 14px;
}
.oval-link:not(.oval-link--disabled):hover, .oval-link:not(.oval-link--disabled):focus {
  opacity: 0.7;
}
.oval-link--row--right-extra {
  padding: 7px 56px 9px 32px;
}
.oval-link--red {
  background: #bc2739;
  color: #ffffff;
}
.oval-link--red::after {
  background: url(/themes/custom/subsphere/images/resources/icon_arrow-wt-r.webp) no-repeat center/100%;
}
.oval-link--red:hover, .oval-link--red:focus {
  color: #ffffff;
}
.oval-link--arrow-left::after {
  top: 50%;
  right: auto;
  left: 24px;
  transform: rotate(180deg) translateY(50%);
}
.oval-link--border {
  color: #272727;
  border: 1px solid #272727;
}
.oval-link--border::after {
  background: url(/themes/custom/subsphere/images/resources/icon_arrow-bk-r.webp) no-repeat center/100%;
}
.oval-link--border:hover, .oval-link--border:focus {
  color: #272727;
}
.oval-link--border--red {
  color: #bc2739;
  border: 1px solid #bc2739;
}
.oval-link--border--red::after {
  background: url(/themes/custom/subsphere/images/resources/icon_arrow-rd-r.webp) no-repeat center/100%;
}
.oval-link--border--red:hover, .oval-link--border--red:focus {
  color: #bc2739;
}
.oval-link--more--red::after {
  background: url(/themes/custom/subsphere/images/resources/icon_plus-rd.webp) no-repeat center/100%;
}
.oval-link--blank--red::after {
  width: 12px;
  height: 12px;
  background: url(/themes/custom/subsphere/images/resources/icon_window-r.webp) no-repeat center/100%;
}
.oval-link--gray {
  background: #f3f3f3;
}
.oval-link--no-arrow::after {
  display: none;
}
.oval-link--disabled {
  background: #e5e5e5;
  pointer-events: none;
  color: #7d7d7d;
  cursor: default;
}

.bootstrap a.oval-link,
.content-inner a.oval-link {
  color: #272727;
  background: #ffffff;
  text-decoration: none;
}
.bootstrap a.oval-link--red,
.content-inner a.oval-link--red {
  background: #bc2739;
  color: #ffffff;
}
.bootstrap a.oval-link--red:hover, .bootstrap a.oval-link--red:focus,
.content-inner a.oval-link--red:hover,
.content-inner a.oval-link--red:focus {
  color: #ffffff;
}
.bootstrap a.oval-link--border--red,
.content-inner a.oval-link--border--red {
  color: #bc2739;
}
.bootstrap a.oval-link--border--red:hover, .bootstrap a.oval-link--border--red:focus,
.content-inner a.oval-link--border--red:hover,
.content-inner a.oval-link--border--red:focus {
  color: #bc2739;
}
.bootstrap a.oval-link--gray,
.content-inner a.oval-link--gray {
  background: #f3f3f3;
}
.bootstrap a.oval-link--disabled,
.content-inner a.oval-link--disabled {
  background: #e5e5e5;
  color: #7d7d7d;
}

/* 一覧へ系ボタン */
.other-link {
  margin: 64px 0 0;
  text-align: center;
}
.other-link .oval-link {
  width: 366px;
}

/* 矢印アイコン付き */
.arrow-link {
  position: relative;
  display: inline-block;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .arrow-link {
    font-size: 15px;
  }
}
.arrow-link:hover, .arrow-link:focus {
  color: #bc2739;
}
.arrow-link--right {
  padding-right: 21px;
  text-decoration: underline !important;
}
.arrow-link--right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/themes/custom/subsphere/images/resources/icon_circle_arrow-rd-r.webp) no-repeat center/100%;
}
.arrow-link--right:hover, .arrow-link--right:focus {
  text-decoration: none !important;
}
.arrow-link--left {
  padding: 0 0 0 24px;
}
.arrow-link--left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/themes/custom/subsphere/images/resources/icon_circle_arrow-rd-l.webp) no-repeat center/100%;
}
.arrow-link--bottom.arrow-link--gray {
  padding: 0 40px 0 0;
}
.arrow-link--bottom.arrow-link--gray::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/themes/custom/subsphere/images/resources/icon_circle_arrow-gr-d.webp) no-repeat center/100%;
}
.arrow-link + .oval-link {
  margin-left: 68px;
}

/* 別窓リンク */
.blank-link {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
.blank-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(/themes/custom/subsphere/images/resources/icon_window-w.webp) no-repeat center/100%;
}
.blank-link--red::after {
  width: 10px;
  height: 10px;
  background: url(/themes/custom/subsphere/images/resources/icon_window-r.webp) no-repeat center/100%;
}
.blank-link--black::after {
  width: 10px;
  height: 10px;
  background: url(/themes/custom/subsphere/images/resources/icon_window-b.webp) no-repeat center/100%;
}

/* 矢印要素を追加したいとき */
.add-arrow {
  position: relative;
}
.add-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/themes/custom/subsphere/images/resources/icon_arrow-rd-r.webp) no-repeat center/100%;
}

/* リンク入りブロック */
.link-box {
  margin: 32px 0 0;
}
.link-box .oval-link {
  width: 320px;
}
.link-box--flex {
  display: flex;
}
.link-box--flex .oval-link:nth-child(n+2) {
  margin-left: 24px;
}

/* 先頭にハッシュタグつき */
.hashtag-item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  background: url(/themes/custom/subsphere/images/resources/icon_hashtag.webp) no-repeat center/100%;
}
.hashtag-item:nth-child(n+2) {
  margin-left: 38px;
}

/* 電話 */
.tel-link {
  display: flex;
  align-items: center;
  color: #bc2739;
  font-family: "Lato", "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
  font-size: 32px;
  font-weight: bold;
  pointer-events: none;
}
.tel-link img {
  margin-right: 4px;
}

/* ホバーでアイテムが少し上に移動 */
.hoverUp-item {
  transition: all 0.25s;
  cursor: pointer;
}
.hoverUp-item:hover, .hoverUp-item:focus {
  transform: translateY(-7px);
}
.hoverUp-item:hover .oval-link, .hoverUp-item:focus .oval-link {
  opacity: 0.7;
}

/* 背景影付きブロック */
.card__list {
  display: flex;
  flex-wrap: wrap;
}
.card__list-item {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(39, 39, 39, 0.2);
  background: #ffffff;
}
.card__list-item a,
.card__list-item a:hover,
.card__list-item a:focus {
  text-decoration: none !important;
}
.card__list--col3 .card__list-item {
  width: calc(33% - 13px);
}
.card__list--col4 .card__list-item {
  width: calc(25% - 18px);
}
.card__list--col5 .card__list-item {
  min-width: 288px;
}
.card__list--slider .card__list-item {
  margin-right: 0;
  height: 100%;
}
.card__list--slider .card__list-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.card__list--slider .card__list-detail {
  padding: 24px 24px 32px;
}
.card__list--slider .card__list-title {
  font-size: 20px;
  font-weight: bold;
}
.card__list--slider .card__list-link {
  margin: auto 0 32px;
  padding: 0 24px;
}
.card__list--slider .slick-track {
  display: flex;
}
.card__list--slider .slick-slide {
  height: auto !important;
  padding: 20px 0 30px;
}
.card__list-image {
  text-align: center;
}
.card__list-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 33px 0 0;
}
.card__list-sub .card__list-text {
  color: rgba(39, 39, 39, 0.6);
  font-size: 14px;
}
.card__list-name {
  margin: 5px 0 0;
  font-size: 20px;
  font-weight: bold;
}
.card__list-link {
  margin: 25px 0 0;
  text-align: center;
}
.card__list-link .oval-link {
  width: 81%;
}

/* タブエリア */
.tab {
  /* 課題から探す */
}
.tab-box {
  display: flex;
  justify-content: center;
}
.tab-box__item {
  position: relative;
  display: inline-block;
  width: 456px;
  padding: 23px 0 22px;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
}
.tab-box__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  display: inline-block;
  width: calc(100% + 4px);
  height: 4px;
  background: #ffffff;
}
.tab-box__item.is-active {
  background: #272727;
  color: #ffffff;
  font-weight: bold;
}
.tab-box__item.is-active::before {
  display: none;
}
.tab-box__item.is-active::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: calc(50% - 8px);
  display: inline-block;
  border-right: 8px solid transparent;
  border-top: 16px solid #272727;
  border-left: 8px solid transparent;
}
.tab-box__item:nth-child(n+2) {
  margin-left: 56px;
}
.tab__body {
  padding: 64px 0 80px;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
}
.tab__body-item {
  display: none;
}
.tab__body-item.is-active {
  display: block;
}
.tab.background--light__gray {
  padding-bottom: 0;
}
.tab .other-link .oval-link {
  min-width: 366px;
  width: auto;
}

/* ボタンで中身切り替え */
.switch__body {
  display: none;
}

/* 上に画像、下に文字のリンクリスト */
.simple-link__list {
  margin: 33px auto 0;
}
.simple-link__list-item {
  font-size: 16px;
  font-weight: bold;
}
.simple-link__list-item a {
  text-decoration: underline;
}
.simple-link__list-item:hover a, .simple-link__list-item:focus a {
  color: #bc2739;
  text-decoration: none;
}
.simple-link__list-text {
  margin-top: 8px;
}

/* PCから横スクロールエリア */
.scroll-area--pc .content-inner {
  padding: 0;
}
.scroll-area--pc .primary-heading {
  margin: 0 24px 8px;
}
.scroll-area--pc .other-link {
  padding: 0 35px;
}
.scroll-area--pc .scroll-block {
  overflow: auto;
  padding: 24px;
}
.scroll-area--pc .scroll-block .card__list {
  flex-wrap: nowrap;
}
.scroll-area--pc .scroll-block .card__list--theme {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  img {
    height: auto;
  }
  /* SP時画像100% */
  .img-block img {
    width: 100%;
  }
  .content-inner {
    width: 100%;
    padding: 0 24px;
  }
  .content-inner--full {
    padding: 0;
  }
  .content-inner--right-full {
    padding-right: 0;
  }
  .content-block {
    margin: 82px 0;
  }
  .content-block--margin-narrow {
    margin-top: 25px;
  }
  .narrow-block {
    width: 100%;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  /* 見出し */
  .primary-heading {
    font-size: 24px;
  }
  .primary-heading span {
    font-size: 16px;
  }
  .primary-heading span.font-weight--normal {
    font-size: 16px;
  }
  .background--gray, .background--light__gray {
    padding: 80px 0;
  }
  /* 背景影付きブロック */
  .card__list--sp-block {
    display: block;
  }
  .card__list--slider .card__list-item {
    width: 100%;
    min-width: auto;
  }
  .card__list--slider .card__list-detail {
    padding: 16px;
  }
  .card__list--slider .card__list-title {
    font-size: 18px;
  }
  .card__list--slider .card__list-link {
    margin-bottom: 24px;
    padding: 0 16px;
  }
  .card__list--slider .card__list-link .oval-link {
    font-size: 14px;
  }
  .card__list--sp-col1 .card__list-item {
    width: 100%;
    min-width: auto;
  }
  .card__list--sp-col1 .card__list-item:nth-child(n+2) {
    margin: 12px 0 0;
  }
  .card__list-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
  }
  .card__list-item:nth-child(n+2) {
    margin-left: 12px;
  }
  .card__list-tag {
    width: 24px;
    min-height: 15px;
  }
  .card__list-link .oval-link {
    width: 100%;
  }
  /* タブエリア */
  .tab-box__item {
    width: calc(50% - 8px);
    padding: 20px 0 18px;
    font-size: 18px;
  }
  .tab-box__item:nth-child(n+2) {
    margin-left: 16px;
  }
  .tab-box__item a {
    padding: 22px 0 18px;
  }
  .tab__body {
    padding: 16px 0 64px;
  }
  .tab__body .scroll-block {
    padding: 40px 24px;
  }
  .tab .accordion__body {
    padding-bottom: 64px;
  }
  .tab .other-link .oval-link {
    min-width: 100%;
    width: 100%;
  }
  /* リンク入りブロック */
  .link-box {
    margin-top: 24px;
  }
  .link-box .oval-link {
    width: 280px;
  }
  .link-box--flex--pc {
    display: block;
  }
  .link-box--flex--pc .oval-link:nth-child(n+2) {
    margin: 16px 0 0;
  }
  /* 一覧へ系ボタン */
  .other-link {
    margin-top: 40px;
  }
  .other-link .oval-link {
    width: 100%;
  }
  /* 横スクロールエリア */
  .scroll-area .content-inner {
    padding: 0;
  }
  .scroll-area .primary-heading {
    margin: 0 24px 8px;
  }
  .scroll-area .other-link {
    padding: 0 35px;
  }
  .scroll-block {
    overflow: auto;
    padding: 24px;
  }
  .scroll-block .card__list {
    flex-wrap: nowrap;
  }
  .scroll-block .card__list--theme {
    flex-wrap: wrap;
  }
  /* 電話 */
  .tel-link {
    font-size: 28px;
    pointer-events: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 376px) {
  .tel-link {
    font-size: 25px;
  }
}
/** ============================================================
 * スライダー
 * ========================================================== */
.slick-slide img.sp-only {
  display: none;
}
.slick-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.slick-next, .slick-prev {
  width: 120px;
  height: 120px;
  z-index: 9000;
}
.slick-next:before {
  background: url(/themes/custom/subsphere/images/resources/slider_arrow-r.webp) no-repeat center/100%;
  background-size: contain;
}
.slick-prev:before {
  background: url(/themes/custom/subsphere/images/resources/slider_arrow-l.webp) no-repeat center/100%;
  background-size: contain;
}
.slick-dots {
  bottom: -40px;
}
.slick-dots li button:before {
  content: "";
  display: inline-block;
  background: rgba(29, 29, 29, 0.2);
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 50%;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  background: #bc2739;
}
.slick-dots li.slick-active button:before {
  background: #bc2739;
  opacity: 1;
}

/* スライダー間余白 */
.slider__item {
  margin: 0 12px;
}

/* 左右矢印のみスライダー */
.arrow-slider {
  width: 1016px;
}
.arrow-slider .slick-next {
  top: 56px;
  right: -100px;
}
.arrow-slider .slick-prev {
  top: 56px;
  left: -100px;
}

/* 汎用的スライダー */
.default-slider .slick-next {
  right: -80px;
}
.default-slider .slick-prev {
  left: -80px;
}
.default-slider a {
  transition: all 0.25s;
}
.default-slider a:hover, .default-slider a:focus {
  opacity: 0.7;
}
.default-slider--col1 {
  width: 856px;
  margin: 0 auto;
}
.default-slider--col1 img {
  width: 100%;
  height: auto;
}

/* サムネイル付きスライダー */
.thumbnail-slider {
  /* サムネイル無しの場合 */
  /* メイン側 */
  /* サムネ */
}
.thumbnail-slider__box {
  max-width: 640px;
  margin: 60px auto 62px;
}
.thumbnail-slider__img img {
  margin: 0 auto;
}
.thumbnail-slider__no-thumbnail .slick-prev {
  left: -72px;
}
.thumbnail-slider__no-thumbnail .slick-next {
  right: -72px;
}
.thumbnail-slider__no-thumbnail.slick-dotted.slick-slider {
  margin-bottom: 62px;
}
.thumbnail-slider .youtube-box {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.thumbnail-slider .youtube-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.thumbnail-slider__item {
  margin-top: 24px;
}
.thumbnail-slider__item .thumbnail-slider__img {
  padding-right: 16px;
  width: 120px;
}
.thumbnail-slider__item .thumbnail-slider__img.slick-current {
  position: relative;
}
.thumbnail-slider__item .thumbnail-slider__img.slick-current::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 16px);
  height: 100%;
  border: 4px solid #bc2739;
}
.thumbnail-slider__item .slick-next,
.thumbnail-slider__item .slick-prev {
  width: 100px;
  height: 100px;
}
.thumbnail-slider__item .slick-next {
  right: -36px;
}
.thumbnail-slider__item .slick-prev {
  left: -50px;
}

@media screen and (max-width: 768px) {
  .slick-slide img.sp-only {
    display: block;
    width: 100%;
  }
  .slick-slide img.pc-only {
    display: none;
  }
  /* スライダー間余白 */
  .slider__item {
    margin: 0;
  }
  .slider__item:nth-child(n+2) {
    margin-left: 12px;
  }
  /* 左右矢印のみスライダー */
  .arrow-slider {
    width: 100%;
  }
  /* SP時に少し見えるスライダー */
  .slider-third--sp .slick-list {
    padding: 0 20% 0 0 !important;
  }
  .slider-third--sp.card__list--slider .slick-list {
    padding-left: 10px !important;
  }
  /* シンプルなスライダー */
  .simple-slider {
    width: 100%;
  }
  /* サムネイル付きスライダー */
  .thumbnail-slider {
    /* サムネイル無しの場合 */
  }
  .thumbnail-slider__item {
    padding-left: 24px;
  }
  .thumbnail-slider__item .slick-list {
    padding: 0 10% 0 0 !important;
  }
  .thumbnail-slider__no-thumbnail .slick-prev {
    left: -64px;
  }
  .thumbnail-slider__no-thumbnail .slick-next {
    right: -64px;
  }
  /* 汎用的スライダー */
  .default-slider--col1 {
    width: 100%;
  }
}
/** ============================================================
 * ヘッダー
 * ========================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 9600;
}
.header--simple {
  border-bottom: 1px solid #e5e5e5;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  margin: 0 auto;
  padding: 24px 32px;
}
@media screen and (max-width: 768px) {
  .header-top {
    display: block;
    min-height: auto;
    padding: 0;
  }
}
.header-top .logo:hover, .header-top .logo:focus,
.header-top .user__list-button:hover,
.header-top .user__list-button:focus,
.header-top .user__list--cart:hover,
.header-top .user__list--cart:focus,
.header-top .menu-banner a:hover,
.header-top .menu-banner a:focus {
  opacity: 0.7;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header-right {
    width: 100%;
    min-height: 64px;
    margin: 0;
    padding: 12px 16px;
    border-top: 1px solid #e6e6e6;
  }
}

.user__box:nth-child(n+2) {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .user__box:nth-child(n+2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .user__box.user__list--login {
    flex-grow: 0;
  }
  .user__box.user__list--cart {
    flex-grow: 0;
    margin-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .user__box.pc-only {
    display: none;
  }
}
.user__list {
  display: flex;
  align-items: center;
  font-size: 14px;
  /* ボタン */
  /* カートボタン */
}
.user__list-item:nth-child(n+2) {
  margin-left: 16px;
}
.user__list--link .user__list-item:nth-child(n+2) {
  padding-left: 16px;
  border-left: 1px solid #272727;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .user__list--link .user__list-item:nth-child(n+2) {
    margin-left: 24px;
    padding-left: 0;
    border-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .user__list--login {
    font-size: 13px;
  }
}
.user__list-link {
  display: inline-block;
}
.user__list-link--text {
  line-height: 1;
}
.user__list-link--text:hover, .user__list-link--text:focus {
  color: #bc2739;
  text-decoration: none;
}
.user__list-button {
  display: inline-block;
  padding: 6px 24px;
  border-radius: 4px;
  font-weight: bold;
}
.user__list-button:nth-child(n+2) {
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .user__list-button {
    padding: 6px 15px;
  }
}
.user__list-button--user {
  background: #bc2739;
  color: #ffffff !important;
  text-decoration: none;
}
.user__list-button--login {
  padding: 6px 18px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}
.user__list-link--cart {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.user__list-link--cart .cart-icon {
  position: relative;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .user__list__list--link {
    font-weight: bold;
  }
}

/* ドコモビジネスポイント */
.docomo-point {
  display: flex;
  align-items: center;
  margin-left: 24px;
  padding: 8px 8px 8px 16px;
  border-radius: 4px;
  background: #f3f3f3;
  /* ログインがメールアドレス */
  /* ビジネスポイントが表示されているブロック */
  /* ビジネスポイントエリアがホバーされたら画像切り替え */
}
.docomo-point--mail {
  padding-right: 16px;
}
.docomo-point__item {
  display: flex;
  align-items: center;
  /* ユーザー名ブロック */
  /* ユーザーポイントブロック */
}
.docomo-point__item--name {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .docomo-point__item--name {
    font-size: 12px;
  }
}
.docomo-point__item--name img {
  margin-right: 8px;
}
.docomo-point__item--point {
  display: flex;
  align-items: center;
  width: 202px;
  margin-left: 16px;
  padding: 6px 8px;
  border-radius: 4px;
  background: #ffffff;
  color: #7d7d7d;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .docomo-point__item--point {
    width: 154px;
  }
}
.docomo-point__item--point span {
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .docomo-point__item--point span {
    margin-left: 4px;
  }
}
.docomo-point__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 12px);
  border-right: 1px solid #e5e5e5;
  margin-right: 8px;
  padding-right: 12px;
}
@media screen and (max-width: 768px) {
  .docomo-point__block {
    border-right: none;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .docomo-point__block img {
    width: 69px;
    height: 16px;
  }
}
.docomo-point__arrow {
  position: relative;
  width: 40px;
  height: 40px;
}
.docomo-point__arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.25s ease-in-out;
}
.docomo-point__arrow img:nth-of-type(2) {
  opacity: 0;
}
.docomo-point__item--point:hover .docomo-point__arrow img:nth-of-type(1), .docomo-point__item--point:focus .docomo-point__arrow img:nth-of-type(1) {
  opacity: 0;
}
.docomo-point__item--point:hover .docomo-point__arrow img:nth-of-type(2), .docomo-point__item--point:focus .docomo-point__arrow img:nth-of-type(2) {
  opacity: 1;
}

/* スライドメニュー */
.menu {
  margin-left: 32px;
  width: 40px;
  /* メニュー内 */
  /* バナー */
  /* 右リンク付きリンク集 */
  /* お問い合わせボタンブロック */
  /* 別リンクブロック */
  /* ホームリンクブロック */
}
@media screen and (max-width: 768px) {
  .menu {
    flex-grow: 1;
    margin-left: 0;
  }
}
.menu .overlay {
  z-index: 9900;
}
.menu-title {
  cursor: pointer;
  transition: all 0.25s;
}
.menu-title:hover, .menu-title:focus {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .menu-title {
    text-align: right;
  }
}
.menu-body {
  z-index: 10000;
  background: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 536px;
  height: 0;
  min-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  transform: translateX(100%);
  transition: all 0.7s;
}
@media screen and (max-width: 768px) {
  .menu-body {
    width: 100%;
  }
}
.menu-body.is-open {
  pointer-events: all;
  transform: translateX(0);
}
.menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 32px 24px 40px;
}
@media screen and (max-width: 768px) {
  .menu-top {
    padding: 34px 23px 24px 24px;
  }
}
.menu-top .docomo-point {
  margin-left: 0;
}
.menu-detail {
  padding: 40px 56px 64px;
  background: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .menu-detail {
    padding: 32px;
  }
}
.menu-banner {
  text-align: center;
}
.menu-banner:not(:first-of-type) {
  margin-top: 16px;
}
.menu-link__list {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .menu-link__list {
    margin-top: 32px;
  }
}
.menu-link__list-item {
  padding: 0 24px 0 16px;
}
@media screen and (max-width: 768px) {
  .menu-link__list-item {
    padding: 0 16px 0 8px;
  }
}
.menu-link__list-item:nth-child(n+2) {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .menu-link__list-item:nth-child(n+2) {
    margin-top: 12px;
    padding-top: 12px;
  }
}
.menu-link__list-item a {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .menu-link__list-item a {
    font-size: 16px;
  }
}
.menu-link__list-item a:hover, .menu-link__list-item a:focus {
  color: #bc2739;
  text-decoration: none;
}
.menu .contact-link {
  margin: 32px 0 0;
  text-align: center;
}
.menu .contact-link .oval-link {
  min-width: 216px;
}
@media screen and (max-width: 768px) {
  .menu .contact-link .oval-link {
    min-width: 200px;
    padding: 7px 0 9px;
  }
}
.menu-blank__list {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .menu-blank__list {
    margin-top: 32px;
  }
}
.menu-blank__list-item:nth-child(n+2) {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .menu-blank__list-item:nth-child(n+2) {
    margin-top: 12px;
  }
}
.menu-blank__list-item .hover-item--link {
  font-size: 16px;
}
.menu-blank__list-item .hover-item--link:hover, .menu-blank__list-item .hover-item--link:focus {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .menu-blank__list .blank-link {
    font-size: 14px;
  }
}
.menu-blank__list .blank-link:hover, .menu-blank__list .blank-link:focus {
  color: #bc2739;
}
.menu-link--bottom {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}
.menu-link--bottom .hover-item--link,
.menu-link--bottom .arrow-link {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .menu-link--bottom .hover-item--link,
  .menu-link--bottom .arrow-link {
    font-size: 14px;
  }
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(39, 39, 39, 0.8);
  z-index: 9700;
}

@media screen and (max-width: 768px) {
  .logo {
    min-height: 46px;
    padding: 12px 16px;
  }
  .logo img {
    width: 336px;
  }
  .user__list--login .user__list-item:nth-child(n+2) {
    margin-left: 16px;
  }
}
/** ============================================================
 * 検索エリア
 * ========================================================== */
.header-navi {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #272727;
  border-bottom: 1px solid #272727;
  background: linear-gradient(to right, #272727 50%, #3d3d3d 50%, #3d3d3d 100%);
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .header-navi {
    display: block;
    border: none;
    background: #272727;
  }
}
.header-navi .overlay {
  top: 152px;
  height: calc(100vh - 152px);
}
@media screen and (max-width: 768px) {
  .header-navi .overlay {
    top: 0;
    height: 100vh;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(-142px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-142px);
  }
}
.navi {
  /* ナビのヘッダー設定 */
  /* ナビクリック時表示メニュー */
  /* モバイルサービスを探す */
}
.navi__list {
  display: flex;
  background: #3d3d3d;
  /* ナビのヘッダーと本文を包んだ要素※色の設定 */
}
@media screen and (max-width: 768px) {
  .navi__list {
    position: relative;
    display: none;
    height: calc(100vh - 142px);
    padding: 24px 0 80px;
    overflow-y: auto;
    z-index: 9800;
  }
}
.navi__list-item {
  transition: all 0.25s;
}
@media screen and (max-width: 768px) {
  .navi__list-item {
    display: block;
    background: #3d3d3d;
  }
}
.navi__list-item:hover, .navi__list-item:focus, .navi__list-item.is-open {
  background: #272727;
}
@media screen and (max-width: 768px) {
  .navi__list-item:hover, .navi__list-item:focus, .navi__list-item.is-open {
    background: #3d3d3d;
  }
}
.navi__list-item:hover .navi-heading:not(.navi-heading--mobile)::before, .navi__list-item:focus .navi-heading:not(.navi-heading--mobile)::before, .navi__list-item.is-open .navi-heading:not(.navi-heading--mobile)::before {
  display: none;
}
.navi__list-item:hover + .navi__list-item .navi-heading::before, .navi__list-item:focus + .navi__list-item .navi-heading::before, .navi__list-item.is-open + .navi__list-item .navi-heading::before {
  display: none;
}
.navi__list-item.is-open {
  /* 下矢印（子要素にメニューがある）のみの設定 */
}
.navi__list-item.is-open .navi-heading:not(.navi-heading--arrow)::after {
  transform: translateY(-50%) rotate(-180deg);
}
.navi__list-item:first-of-type {
  background: #ffffff;
}
.navi__list-item:first-of-type:hover, .navi__list-item:first-of-type:focus, .navi__list-item:first-of-type.is-open {
  background: #c5c5c5;
}
@media screen and (max-width: 768px) {
  .navi__list-item:first-of-type:hover, .navi__list-item:first-of-type:focus, .navi__list-item:first-of-type.is-open {
    background: #ffffff;
  }
}
.navi__list-item:nth-child(n+3) .navi-heading::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
  display: inline-block;
  width: 1px;
  height: 1rem;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .navi__list-item:nth-child(n+3) .navi-heading::before {
    display: none;
  }
}
.navi__list-item a {
  text-decoration: none;
  font-size: 16px;
}
.navi__list-item > a:hover, .navi__list-item > a:focus {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .navi__list-item + .navi__list-item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.navi-heading {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 0 68px 0 32px;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  /* SPの大きいヘッダー */
  /* 右矢印（ただのリンク）設定 */
  /* モバイルサービスを探す用設定 */
}
@media screen and (max-width: 768px) {
  .navi-heading {
    padding: 0 40px;
  }
}
.navi-heading::after {
  content: "";
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/themes/custom/subsphere/images/resources/icon_arrow-wt-d.webp) no-repeat center/100%;
  transition: transform 0.3s;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .navi-heading::after {
    right: 40px;
  }
}
.navi-heading--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .navi-heading--sp {
    position: relative;
    display: flex;
    min-height: 52px;
    padding: 0 24px;
    z-index: 9800;
  }
  .navi-heading--sp::after {
    right: 24px;
  }
}
.navi-heading--sp.is-open::after {
  transform: translateY(-50%) rotate(-180deg);
}
.navi-heading--arrow::after {
  width: 12px;
  height: 12px;
  background: url(/themes/custom/subsphere/images/resources/icon_arrow-wt-r.webp) no-repeat center/100%;
}
.navi-heading--mobile {
  padding-left: 48px;
  color: #272727 !important;
}
@media screen and (max-width: 768px) {
  .navi-heading--mobile {
    padding-left: 40px;
  }
}
.navi-heading--mobile::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/themes/custom/subsphere/images/resources/icon_mobile.webp) no-repeat center/100%;
  transition: all 0.25s;
}
.navi-heading--mobile::after {
  background: url(/themes/custom/subsphere/images/resources/icon_arrow-bk-d.webp) no-repeat center/100%;
  opacity: 1;
}
.navi-heading--mobile:hover::before, .navi-heading--mobile:focus::before, .navi-heading--mobile.is-open::before {
  opacity: 0.7;
}
.navi-heading--mobile + .navi-body {
  padding: 40px 24px 48px;
}
.navi-body {
  position: absolute;
  top: 64px;
  left: 0;
  display: none;
  width: 100%;
  max-height: calc(100vh - 152px);
  margin: 0;
  padding: 64px;
  background: #f3f3f3;
  overflow-y: auto;
  color: #292929;
  z-index: 9800;
  /* キーワードから探すの検索エリア */
  /* いま話題のテーマ */
}
@media screen and (max-width: 768px) {
  .navi-body {
    position: relative;
    top: 0;
    max-height: none;
    padding: 40px;
  }
  .navi-body .content-inner {
    padding: 0;
  }
}
.navi-body .service-category__list {
  margin: 0;
  padding: 0;
}
.navi-body .service-category__list .arrow-link + ul {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .navi-body .service-category__list .arrow-link + ul {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .navi-body .service-category__list .arrow-link + ul li {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .navi-body .service-category__list ul li {
    margin-bottom: 8px;
  }
  .navi-body .service-category__list ul li a {
    padding: 12px 30px 12px 12px;
    font-size: 14px;
  }
  .navi-body .service-category__list ul li a::after {
    right: 16px;
  }
}
.navi-body .service-category__list--simple ul li a {
  min-height: 96px;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .navi-body .service-category__list--simple ul li a {
    min-height: 56px;
    padding-left: 24px;
  }
}
.navi-body .search-box {
  background: #ffffff;
}
.navi-body .theme__title {
  background: #f3f3f3;
}
.navi-mobile {
  /* 上バナーリンク */
  /* モバイルサービス詳細タイトル */
}
.navi-mobile__banner {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .navi-mobile__banner {
    display: block;
  }
}
.navi-mobile__banner li + li {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .navi-mobile__banner li + li {
    margin: 16px 0 0;
  }
}
.navi-mobile__detail-heading {
  margin: 48px 0 0;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .navi-mobile__detail-heading {
    margin-top: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .navi-mobile__item--contact {
    margin-top: 40px;
  }
  .navi-mobile__item--contact .oval-link {
    width: 100%;
  }
}
.navi-links {
  display: flex;
}
@media screen and (max-width: 768px) {
  .navi-links {
    display: block;
    margin-top: 24px;
  }
}
.navi-links li + li {
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .navi-links li + li {
    margin: 16px 0 0;
  }
}
.navi-links .hover-item--link {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .navi-links .hover-item--link {
    font-size: 16px;
  }
}
.navi__list-item--mobile .service-category__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .navi__list-item--mobile .service-category__list {
    display: block;
    margin-top: 24px;
  }
}
.navi__list-item--mobile .service-category__list ul li {
  width: 258px;
  margin-right: 17px;
}
@media screen and (max-width: 768px) {
  .navi__list-item--mobile .service-category__list ul li {
    width: 100%;
    margin: 0 0 8px;
  }
}
.navi__list-item--mobile .service-category__list .navi-mobile__item {
  width: 352px;
  margin: 0 0 24px;
}
.navi__list-item--mobile .service-category__list .navi-mobile__item .oval-link {
  width: 100%;
}

/** ============================================================
 * フッター
 * ========================================================== */
.footer-inner {
  width: 1224px;
  margin: 0 auto;
}
.footer-top {
  background: #bc2739;
  padding: 110px 0 120px;
}
.footer-top .oval-link {
  color: #272727;
}
.footer-top__main {
  display: flex;
  justify-content: center;
}
.footer-top__image {
  width: 200px;
}
.footer-top__detail {
  margin-left: 68px;
  color: #ffffff;
}
.footer-top__detail .consult-link {
  margin-top: 24px;
}
.footer-top__detail .oval-link {
  width: 240px;
}
.footer-top__text {
  margin: 20px 0 0;
  font-size: 18px;
}
.footer-top__link {
  justify-content: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-top__link .oval-link {
  width: 360px;
}
.footer-top .link-box__note {
  margin-left: 40px;
  text-indent: -16px;
}
.footer-contact {
  padding: 80px 0;
  text-align: center;
}
.home .footer-contact {
  padding: 80px 0 64px;
}
.footer-contact__heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #bc2739;
  font-size: 32px;
  font-weight: bold;
}
.footer-contact__heading img {
  margin-bottom: 26px;
}
.footer-contact__text {
  margin: 27px 0 0;
  font-size: 18px;
}
.footer-contact__note {
  margin: 34px 0 0;
}
.footer-sitemap {
  padding: 96px 0 80px;
}
@media screen and (max-width: 768px) {
  .footer-sitemap {
    padding: 64px 0;
  }
}
.footer-sitemap__block:not(:first-of-type) {
  margin: 48px 0 0;
}
@media screen and (max-width: 768px) {
  .footer-sitemap__block:not(:first-of-type) {
    margin-top: 24px;
  }
}
.footer-sitemap__block--col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-sitemap__block--col2 .sitemap-list {
  margin: 16px 0 0;
  padding-left: 16px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .footer-sitemap__block--col2 .sitemap-list {
    margin-top: 8px;
    padding-left: 0;
    font-size: 14px;
  }
}
.footer-sitemap__block--col2 .sitemap-list__item {
  width: 33%;
  margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
  .footer-sitemap__block--col2 .sitemap-list__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap__block--category {
    margin-top: 40px;
  }
}
.footer-sitemap__box {
  width: 50%;
  margin: 24px 0 0;
}
.footer-sitemap__box--col1 {
  width: 100%;
  margin: 0;
}
.footer-sitemap__box--left {
  width: calc(100% - 560px);
}
@media screen and (max-width: 768px) {
  .footer-sitemap__box--left {
    width: 100%;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e5e5e5;
  }
}
.footer-sitemap__box--right {
  width: 560px;
}
@media screen and (max-width: 768px) {
  .footer-sitemap__box--right {
    width: 100%;
  }
}
.footer-sitemap .sitemap-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer-sitemap .sitemap-list {
    display: block;
  }
}
.footer-sitemap .sitemap-list--col1 .sitemap-list__item {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .footer-sitemap .sitemap-list--col1 .sitemap-list__item {
    margin: 16px 0 0;
  }
}
.footer-sitemap .sitemap-list__heading {
  color: #bc2739;
  font-size: 16px;
  font-weight: bold;
}
.footer-sitemap .sitemap-list__heading + .sitemap-list {
  margin: 16px 0 0;
}
.footer-sitemap .sitemap-category__link {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer-sitemap .sitemap-category__link {
    font-size: 16px;
  }
}
.footer-sitemap .sitemap-category__link.blank-link {
  padding-right: 18px;
}
.footer-sitemap .sitemap-category__link img {
  margin-right: 8px;
  vertical-align: middle;
}
.footer-sitemap__bottom {
  margin: 63px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-sitemap__bottom {
    margin-top: 40px;
  }
}
.footer-sitemap__bottom .bottom-logo {
  display: inline-block;
  width: 234px;
}
.footer-links {
  padding: 31px 0 30px;
  background: #272727;
  color: #ffffff;
}
.footer-links .footer-inner {
  display: flex;
  justify-content: space-between;
  width: auto;
  padding: 0 20px;
}
.footer-link {
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline !important;
}
.footer-link:visited, .footer-link:active {
  color: #ffffff;
  text-decoration: underline !important;
}
.footer-link:hover, .footer-link:focus {
  color: #ffffff;
  text-decoration: none !important;
}
.footer-link__list {
  display: flex;
}
.footer-link__list-item:nth-child(n+2) {
  margin-left: 24px;
}

@media screen and (max-width: 768px) {
  .footer-inner {
    min-width: 100%;
    width: 100%;
    padding: 0 24px;
  }
  .footer-top {
    padding: 80px 0;
  }
  .footer-top__main {
    display: block;
  }
  .footer-top__detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
  }
  .footer-top__detail .link-box {
    text-align: center;
    width: 100%;
  }
  .footer-top__detail .link-box__note {
    margin: 17px 0 0 1rem;
    text-indent: -1rem;
  }
  .footer-top__title {
    margin: 0 auto;
    width: 92%;
    text-align: center;
  }
  .footer-top__image {
    width: 112px;
    margin-top: 32px;
  }
  .footer-top__text {
    width: calc(100% - 120px);
    margin: 32px 0 0 8px;
    font-size: 14px;
  }
  .footer-top__link {
    text-align: center;
  }
  .footer-top__link .oval-link {
    width: 280px;
  }
  .footer-contact__heading {
    font-size: 20px;
  }
  .footer-contact__heading img {
    width: 40px;
    margin-bottom: 17px;
  }
  .footer-contact__text {
    font-size: 14px;
  }
  .footer-contact__note {
    font-size: 12px;
  }
  .footer-links {
    padding: 41px 0 32px;
  }
  .footer-links .footer-inner {
    display: block;
    padding: 0 12px;
  }
  .footer-link {
    font-size: 12px;
  }
  .footer-link__list {
    flex-wrap: wrap;
  }
  .footer-link__list-item {
    margin: 0 12px 17px;
  }
  .footer-link__list-item:nth-child(n+2) {
    margin-left: 12px;
  }
  .footer .copyright {
    margin-top: 16px;
    font-size: 12px;
  }
}
/* フッター別ver 20231128追加 */
.footer-consult {
  padding: 120px 0 80px;
  background: #bc2739;
  /* 上部設定 */
  /* 下部設定 */
}
@media screen and (max-width: 768px) {
  .footer-consult {
    margin-bottom: 40px;
    padding: 80px 24px 56px;
  }
  .footer-consult + .footer-contact,
  .footer-consult + .footer-tel {
    margin-top: -40px;
  }
}
.footer-consult * {
  line-height: 1.5 !important;
}
.footer-top .footer-consult {
  margin-bottom: -40px;
  padding: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .footer-top .footer-consult {
    margin-bottom: -24px;
    padding: 0 24px;
  }
}
.footer-consult .footer-inner {
  padding: 80px 109px;
  border-radius: 16px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer-consult .footer-inner {
    padding: 56px 24px;
  }
}
.footer-consult__top {
  display: flex;
  padding: 0 17px;
}
@media screen and (max-width: 768px) {
  .footer-consult__top {
    padding: 0;
  }
}
.footer-consult__top-detail {
  width: calc(100% - 296px);
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .footer-consult__top-detail {
    width: 100%;
    margin: 0;
  }
  .footer-consult__top-detail--sp {
    display: flex;
    align-items: center;
    margin-top: 16px;
  }
  .footer-consult__top-detail--sp .footer-consult__top-image {
    width: 112px;
  }
}
.footer-consult__top-text {
  position: relative;
  text-align: center;
}
.footer-consult__top-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
@media screen and (max-width: 768px) {
  .footer-consult__top-text::before {
    display: none;
  }
}
.footer-consult__top-text span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer-consult__top-text img {
    width: auto;
    height: 22px;
  }
}
.footer-consult__point {
  display: flex !important;
  justify-content: center;
  margin: 24px 0 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .footer-consult__point {
    margin-top: 16px !important;
  }
}
.footer-consult__point-item {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.footer-consult__point-item::before {
  display: none;
}
.footer-consult__point-item:nth-child(n+2) {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .footer-consult__point-item:nth-child(n+2) {
    margin-left: 15px;
  }
}
.footer-consult__heading {
  margin: 24px 0 0;
  text-align: center;
}
.footer-consult__text {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-consult__text {
    width: calc(100% - 126px);
    margin: 0 0 0 14px;
    font-size: 15px;
    text-align: left;
  }
}
.footer-consult__bottom {
  display: flex;
  justify-content: center;
  margin: 48px 0 0;
}
@media screen and (max-width: 768px) {
  .footer-consult__bottom {
    display: block;
    margin-top: 40px;
  }
}
.footer-consult__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.footer-consult__box:nth-child(n+2) {
  margin-left: 52px;
  padding-left: 82px;
  border-left: 1px dashed #7d7d7d;
}
@media screen and (max-width: 768px) {
  .footer-consult__box:nth-child(n+2) {
    margin: 40px 0 0;
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .footer-consult__box .footer-consult__heading {
    position: relative;
    margin: 0;
  }
  .footer-consult__box .footer-consult__heading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
  }
  .footer-consult__box .footer-consult__heading span {
    position: relative;
    display: inline-block;
    padding: 0 16px;
    background: #ffffff;
  }
  .footer-consult__box .footer-consult__heading img {
    width: auto;
    height: 26px;
  }
}
.footer-consult__box-inner img {
  margin: 0 auto;
}
.footer-consult__box-image {
  text-align: center;
}
.footer-consult__box .footer-consult__text {
  margin-top: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .footer-consult__box .footer-consult__text {
    width: 100%;
    margin: 16px 0 0;
    font-size: 15px;
    text-align: left;
  }
}
.footer-consult__box .oval-link {
  width: 360px;
  margin: 24px auto 0;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer-consult__box .oval-link {
    width: 280px;
    margin-top: 16px;
    font-size: 16px;
  }
}
.footer-consult__note {
  margin: 8px 0 0;
  font-size: 14px !important;
}
@media screen and (max-width: 768px) {
  .footer-consult__note {
    margin: 4px 0 0 1.2em;
    font-size: 12px !important;
    text-align: left;
    text-indent: -1.2em;
  }
}
.footer-consult__link {
  margin: 24px 0 0;
  text-align: center;
}
.footer-consult__link .hover-item--link {
  font-size: 16px;
  text-decoration: underline;
}

.footer-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0 53px;
  background: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .footer-tel {
    display: block;
    padding: 40px 20px;
  }
  .footer-tel__title {
    width: 204px;
    margin: 0 auto;
  }
}
.footer-tel__detial {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .footer-tel__detial {
    margin: 8px 0 0;
  }
}
.footer-tel .tel-link {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .footer-tel .tel-link {
    justify-content: center;
    font-size: 32px;
  }
}
.footer-tel__note {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer-tel__note {
    font-size: 12px;
    text-align: center;
  }
}

/* 電話でお問い合わせのみ */
.footer-tel--only {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .footer-tel--only {
    padding: 64px 45px;
  }
}
.footer-tel--only .footer-tel__detail {
  margin-left: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-tel--only .footer-tel__detail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-tel--only .footer-tel__image {
    width: 120px;
  }
  .footer-tel--only .footer-tel__title {
    width: calc(100% - 136px);
    margin-left: 16px;
  }
}
.footer-tel--only .footer-tel__link {
  margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
  .footer-tel--only .footer-tel__link {
    margin-top: 4px;
  }
}
.footer-tel--only .footer-tel__link .tel-link {
  font-size: 54px;
}
@media screen and (max-width: 768px) {
  .footer-tel--only .footer-tel__link .tel-link {
    font-size: 40px;
  }
}
@media screen and (max-width: 376px) {
  .footer-tel--only .footer-tel__link .tel-link {
    font-size: 37px;
  }
}
@media screen and (max-width: 768px) {
  .footer-tel--only .footer-tel__link .tel-link img {
    width: 48px;
    margin-right: 6px;
  }
}
.footer-tel--only .footer-tel__note {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .footer-tel--only .footer-tel__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 376px) {
  .footer-tel--only .footer-tel__note {
    font-size: 11px;
  }
}

/* 相談予約のみ */
.footer-consult__bottom--col1 {
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-consult__bottom--col1 {
    margin-top: 32px;
  }
}
.footer-consult__bottom--col1 + .footer-consult__link {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .footer-consult__bottom--col1 + .footer-consult__link {
    margin-top: 24px;
  }
}

.footer-consult__box--col1 {
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-consult__box--col1 {
    display: block;
  }
}
.footer-consult__box--col1 .oval-link {
  margin: 0;
}
.footer-consult__box--col1 .footer-consult__text {
  margin: 0 0 0 32px;
}
@media screen and (max-width: 768px) {
  .footer-consult__box--col1 .footer-consult__text {
    margin: 16px 0 0;
  }
}

/** ============================================================
 * 追従エリア
 * ========================================================== */
.float-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9400;
}

/* TOPに戻るボタン */
.page-top {
  position: absolute;
  top: -56px;
  right: 16px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/** ============================================================
 * 重要なお知らせ
 * ========================================================== */
.notices {
  padding: 24px 0;
}
.notices .content-inner {
  display: flex;
  justify-content: space-between;
}
.notices__title {
  color: #bc2739;
  font-size: 18px;
  font-weight: bold;
}
.notices__body {
  width: calc(100% - 158px);
}
.notices__item {
  display: flex;
}
.notices__date {
  display: inline-block;
  margin-right: 24px;
  width: 120px;
  color: #716763;
}
.notices__text {
  width: calc(100% - 145px);
}
.notices + .main-visual {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .notices {
    padding: 16px 0;
  }
  .notices .content-inner {
    display: block;
    padding: 0 24px;
  }
  .notices__title {
    text-align: center;
    font-size: 14px;
  }
  .notices__body {
    width: 100%;
  }
  .notices__item {
    display: block;
    font-size: 14px;
  }
  .notices__date {
    width: auto;
    margin-top: 6px;
  }
  .notices__text {
    width: 100%;
    margin-top: 4px;
  }
}
/** ============================================================
 * リンク
 * ========================================================== */
/* バナー */
.link-area--bnr a {
  display: block;
  text-align: center;
}

/** ============================================================
 * メインビジュアル
 * ========================================================== */
.main-visual {
  margin: 24px 0 0;
  padding: 0 0 82px;
  background: #f3f3f3;
}
.main-visual .card__list {
  margin: 78px auto 0;
  justify-content: space-between;
}
.main-visual .card__list-item {
  width: calc((100% - 56px) / 3);
}
.main-visual .card__list-item--col1 {
  width: 100%;
  margin-bottom: 48px;
}
.main-visual .card__list-item--col1 .guide__link {
  padding-top: 32px;
}
.main-visual__slider {
  background: #abb7c1;
}
.main-visual__slider-box {
  width: 1064px;
  margin: 0 auto 30px;
  padding: 0 24px;
  background: #ffffff;
}
.main-visual__slider-box .slick-dots {
  width: calc(100% - 48px);
}
.main-visual__slider-box .slick-prev {
  left: -68px;
}
.main-visual__slider-box .slick-next {
  right: -68px;
}
.main-visual__slider-item {
  width: 1016px;
}
.main-visual__detail {
  display: flex;
}
.main-visual .browsed-service {
  margin: 80px 0 38px;
}

.guide__link {
  display: block;
  padding: 40px 40px 32px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.guide__link-img + .guide__link-text {
  margin: 13px 0 0;
}

@media screen and (max-width: 768px) {
  .main-visual {
    margin: 0;
    padding: 0 0 64px;
  }
  .main-visual__slider-box {
    width: 100%;
    padding: 0;
  }
  .main-visual__slider-box .slick-dots {
    width: 100%;
  }
  .main-visual__slider-box .slick-prev {
    left: 0;
  }
  .main-visual__slider-box .slick-next {
    right: 0;
  }
  .main-visual .card__list-item {
    width: 100%;
  }
  .main-visual .card__list-item:nth-child(n+2) {
    margin: 12px 0 0;
  }
  .main-visual .card__list-item--col1 .guide__link {
    padding-top: 24px;
  }
  .main-visual .browsed-service {
    margin: 64px 0 16px;
  }
  .main-visual .browsed-service .secondary-heading {
    margin: 0;
  }
  .main-visual .browsed-service .simple-link__list {
    margin: 0;
  }
  .guide__link {
    display: flex;
    align-items: center;
    padding: 24px;
  }
  .guide__link-img + .guide__link-text {
    margin: 0 0 0 24px;
  }
  .guide__link-img img {
    width: 31px;
  }
  .guide__link-text {
    font-size: 16px;
    text-align: left;
  }
}
/** ============================================================
 * 相談エリア
 * ========================================================== */
.consult {
  padding: 104px 0 120px;
}
@media screen and (max-width: 768px) {
  .consult {
    padding: 82px 0 80px;
  }
}
.consult-heading {
  position: relative;
  padding: 0 0 19px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .consult-heading {
    font-size: 18px;
  }
}
.consult-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 32px);
  display: inline-block;
  width: 64px;
  height: 2px;
  background: #bc2739;
}
.consult-heading span {
  display: block;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .consult-heading span {
    font-size: 26px;
  }
}
.consult__block {
  position: relative;
  max-width: 939px;
  margin: 56px auto 0;
  padding-left: 247px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .consult__block {
    padding: 0;
  }
  .consult__block-title img {
    margin: 0 auto;
  }
  .consult__block-detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 16px 0 0;
  }
}
.consult__block-image {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .consult__block-image {
    position: relative;
    top: auto;
    left: auto;
    width: 128px;
  }
}
.consult__block-text {
  margin: 24px 0 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .consult__block-text {
    width: calc(100% - 144px);
    margin: 0;
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .consult__block .link-box {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 480px) {
  .consult__list-note {
    text-align: left;
  }
  .consult__list-link .oval-link {
    width: 100%;
  }
}
/** ============================================================
 * モバイル関連サービス
 * ========================================================== */
.product .card__list {
  justify-content: space-between;
}
.product .card__list-item {
  padding: 48px 24px 32px;
}

@media screen and (max-width: 768px) {
  .product .card__list-item {
    min-width: 280px;
    padding: 40px 24px 24px;
  }
}
/** ============================================================
 * 最近見たサービス・商品
 * ========================================================== */
@media screen and (max-width: 768px) {
  .browsed-service .scroll-block .simple-link__list {
    display: flex;
  }
  .browsed-service .scroll-block .simple-link__list-item {
    min-width: 144px;
  }
}
/** ============================================================
 * ICTサービス
 * ========================================================== */
.search-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 600px;
  margin: 0 auto;
  border-radius: 8px;
  background: #f3f3f3;
}
.search-box input[type=search] {
  width: calc(100% - 48px);
  height: 48px;
  padding: 13px 24px 14px 24px;
  border: none;
  background: transparent;
  font-size: 13px;
}
.search-box input[type=submit] {
  height: 48px;
  width: 48px;
  padding: 0;
  border: 0;
  background: url(/themes/custom/subsphere/images/resources/icon_search-w.webp) no-repeat center/20px #272727;
  color: transparent;
  font-weight: bold;
  text-align: center;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}

.search-box__wrap .search-box {
  position: relative;
}
.search-box__wrap .search-box__select {
  height: 48px;
}
.search-box__wrap .search-box__select .search-label {
  height: 48px;
  padding: 11px 42px 13px 24px;
  border-radius: 8px 0 0 8px;
  background: #7d7d7d;
  background-image: url(/themes/custom/subsphere/images/resources/icon_arrow-wt-d.webp);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.search-box__wrap .search-box__select select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  padding: 11px 42px 13px 24px;
  font-size: 16px;
}
.search-box__wrap .search-box .search-box__input {
  flex: 1 1 0;
  z-index: 1;
}
.search-box__wrap .search-box input[type=search] {
  width: 100%;
  padding: 11px 16px 13px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-right: none;
  border-left: none;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .search-box__wrap .search-box input[type=search] {
    padding: 13px 16px 14px;
    border-left: 1px solid #e5e5e5;
    border-radius: 8px 0 0 8px;
    font-size: 15px;
  }
}

.theme {
  position: relative;
  margin: 70px 0 0;
  padding: 55px 22px 48px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
}
.theme__title {
  position: absolute;
  top: -1rem;
  left: 50%;
  padding: 0 50px;
  background: #ffffff;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: bold;
}
.theme__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.theme__list-item {
  margin: 0 16px 26px;
}
.theme .search-box {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .search-box {
    width: 100%;
  }
  .ict .search-box {
    margin-top: 40px;
  }
  .theme {
    margin-top: 44px;
    padding: 47px 24px;
  }
  .theme__list {
    display: block;
  }
  .theme__list + .theme__list {
    margin-top: 9px;
  }
  .theme__list-item {
    margin: 0;
  }
  .theme__list-item:nth-child(n+2) {
    margin-top: 9px;
  }
  .theme__title {
    display: block;
    width: 56%;
    padding: 0;
    font-size: 18px;
    text-align: center;
  }
  .theme .text-align--center .arrow-link {
    margin-top: 16px;
  }
  .theme .other-link {
    margin-top: 64px;
  }
}
/** ============================================================
 * トピックス
 * ========================================================== */
.topics {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .topics .content-inner {
    padding-right: 0;
  }
  .topics .primary-heading {
    margin-right: 24px;
  }
}
/** ============================================================
 * おすすめのサービス
 * ========================================================== */
.rcmdService {
  padding: 122px 0 113px;
}

.card__list {
  /* このサービス・商品の他のプラン独自の設定 */
  /* 検索結果独自の設定 */
}
.card__list + .card__list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .card__list + .card__list {
    margin-top: 24px;
  }
}
.card__list--service.card__list--col3 .card__list-item:nth-child(3n), .card__list--search.card__list--col3 .card__list-item:nth-child(3n) {
  margin-right: 0;
}
.card__list--service.card__list--col3 .card__list-image + .card__list-detail, .card__list--search.card__list--col3 .card__list-image + .card__list-detail {
  height: calc(100% - 270px);
}
.card__list--service.card__list--col4 .card__list-item:nth-child(4n), .card__list--search.card__list--col4 .card__list-item:nth-child(4n) {
  margin-right: 0;
}
.card__list--service.card__list--col4 .card__list-image img, .card__list--search.card__list--col4 .card__list-image img {
  width: 288px;
  height: 158px;
  -o-object-fit: contain;
     object-fit: contain;
}
.card__list--service.card__list--col4 .card__list-image + .card__list-detail, .card__list--search.card__list--col4 .card__list-image + .card__list-detail {
  height: calc(100% - 158px);
}
.card__list--service.card__list--col4:not(.card__list--theme) .card__list-image, .card__list--search.card__list--col4:not(.card__list--theme) .card__list-image {
  background: #ccc;
}
.card__list--service.card__list--col5 .card__list:nth-child(n+5), .card__list--search.card__list--col5 .card__list:nth-child(n+5) {
  margin-top: 0;
}
.card__list--service.card__list--col5 .card__list-item:nth-child(5n), .card__list--search.card__list--col5 .card__list-item:nth-child(5n) {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .card__list--service.card__list--col5 .card__list-item:nth-child(5n), .card__list--search.card__list--col5 .card__list-item:nth-child(5n) {
    margin-left: 12px;
  }
}
.card__list--service.card__list--col5 .card__list-image + .card__list-detail, .card__list--search.card__list--col5 .card__list-image + .card__list-detail {
  height: calc(100% - 200px);
}
.card__list--service.card__list:not(.card__list--theme) a, .card__list--search.card__list:not(.card__list--theme) a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card__list--service.card__list:not(.card__list--theme) .card__list-image + .card__list-detail,
.card__list--service.card__list:not(.card__list--theme) .card__list-item > div, .card__list--search.card__list:not(.card__list--theme) .card__list-image + .card__list-detail,
.card__list--search.card__list:not(.card__list--theme) .card__list-item > div {
  height: 100% !important;
}
.card__list--service .card__list-item, .card__list--search .card__list-item {
  margin-right: 24px;
}
.card__list--service .card__list-item:nth-child(n+5), .card__list--search .card__list-item:nth-child(n+5) {
  margin-top: 40px;
}
.card__list--service .card__list-image + .card__list-detail, .card__list--search .card__list-image + .card__list-detail {
  display: flex;
  flex-direction: column;
}
.card__list--service .card__list-detail, .card__list--search .card__list-detail {
  padding: 24px 24px 32px;
}
.card__list--service .card__list-title, .card__list--search .card__list-title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
}
.card__list--service .card__list-text, .card__list--search .card__list-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 10px 0 0;
  color: rgba(39, 39, 39, 0.6);
  font-size: 14px;
}
.card__list--service .card__list-plan, .card__list--search .card__list-plan {
  margin: 16px 0 0;
}
.card__list--service .card__list-plan + .card__list-plan, .card__list--search .card__list-plan + .card__list-plan {
  margin-top: 0;
}
.card__list--service .card__list-plan:last-of-type, .card__list--search .card__list-plan:last-of-type {
  margin-bottom: 16px;
}
.card__list--service .card__list-plan .card__list-tag, .card__list--search .card__list-plan .card__list-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  background: #f3f3f3;
  font-size: 14px;
  font-weight: bold;
}
.card__list--service .card__list-plan .card__list-box, .card__list--search .card__list-plan .card__list-box {
  display: flex;
  justify-content: space-between;
  margin: 5px 0 0;
}
.card__list--service .card__list-plan .card__list-text, .card__list--search .card__list-plan .card__list-text {
  width: calc(100% - 122px);
  margin: 3px 0 0;
  color: #272727;
}
.card__list--service .card__list-plan .card__list-fee, .card__list--search .card__list-plan .card__list-fee {
  width: 122px;
  color: #bc2739;
  font-family: "Lato", "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
  font-size: 22px;
  font-weight: bold;
  text-align: right;
}
.card__list--service .card__list-plan .card__list-yen, .card__list--search .card__list-plan .card__list-yen {
  color: #272727;
  font-family: "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
  font-size: 14px;
}
.card__list--service .card__list-plan .card__list-tax, .card__list--search .card__list-plan .card__list-tax {
  color: #272727;
  font-family: "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
  font-size: 12px;
  font-weight: normal;
}
.card__list--service .card__list-type, .card__list--search .card__list-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 17px 0 0;
}
.card__list--service .card__list-type + .card__list-plan, .card__list--search .card__list-type + .card__list-plan {
  margin: 6px 0 24px;
}
.card__list--service .card__list-type .card__list-tag, .card__list--search .card__list-type .card__list-tag {
  padding: 3px 10px;
  border-radius: 4px;
  background: #f3f3f3;
  font-size: 14px;
  text-align: center;
}
.card__list--service .card__list-type .card__list-text, .card__list--search .card__list-type .card__list-text {
  display: block;
  margin-left: 8px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card__list--service .card__list-type--industry .card__list-tag, .card__list--search .card__list-type--industry .card__list-tag {
  width: 48px;
}
.card__list--service .card__list-type--industry .card__list-text, .card__list--search .card__list-type--industry .card__list-text {
  width: calc(100% - 56px);
}
.card__list--service .card__list-type--service, .card__list--search .card__list-type--service {
  margin-bottom: 24px;
}
.card__list--service .card__list-type--service .card__list-tag, .card__list--search .card__list-type--service .card__list-tag {
  width: 76px;
}
.card__list--service .card__list-type--service .card__list-text, .card__list--search .card__list-type--service .card__list-text {
  width: calc(100% - 84px);
}
.card__list--service .card__list-link, .card__list--search .card__list-link {
  margin-top: auto;
  text-align: center;
}
.card__list--service .card__list-link .oval-link, .card__list--search .card__list-link .oval-link {
  width: 100%;
}
.card__list--plan .card__list-text {
  margin-bottom: 25px;
}
.card__list--plan.card__list--col3 .card__list-image {
  background: #ccc;
}
.card__list--plan.card__list--col3 .card__list-image img {
  width: 390px;
  height: 213px;
  -o-object-fit: contain;
     object-fit: contain;
}
.card__list--plan.card__list--col3 .card__list-image + .card__list-detail {
  height: calc(100% - 213px);
}
.card__list--search .card__list-type {
  justify-content: flex-start;
}
.card__list--search .card__list-type .card__list-text {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .card__list {
    /* このサービス・商品の他のプラン独自の設定 */
    /* 検索結果独自の設定 */
  }
  .card__list--service.card__list--col3 .card__list-image + .card__list-detail, .card__list--service.card__list--col4 .card__list-image + .card__list-detail, .card__list--service.card__list--col5 .card__list-image + .card__list-detail, .card__list--search.card__list--col3 .card__list-image + .card__list-detail, .card__list--search.card__list--col4 .card__list-image + .card__list-detail, .card__list--search.card__list--col5 .card__list-image + .card__list-detail {
    height: calc(100% - 155px);
  }
  .card__list--service.card__list--col4 .card__list-image img, .card__list--search.card__list--col4 .card__list-image img {
    width: 224px;
    height: 122px;
  }
  .card__list--service.card__list--col4 .card__list-image + .card__list-detail, .card__list--search.card__list--col4 .card__list-image + .card__list-detail {
    height: calc(100% - 122px);
  }
  .card__list--service .card__list-item, .card__list--search .card__list-item {
    width: 224px;
    min-width: 224px;
    margin-right: 0;
  }
  .card__list--service .card__list-item:nth-child(4n), .card__list--search .card__list-item:nth-child(4n) {
    margin-right: 0;
  }
  .card__list--service .card__list-item:nth-child(n+5), .card__list--search .card__list-item:nth-child(n+5) {
    margin-top: 0;
  }
  .card__list--service .card__list-image + .card__list-detail, .card__list--search .card__list-image + .card__list-detail {
    height: calc(100% - 155px);
    padding: 18px 16px 24px;
  }
  .card__list--service .card__list-title, .card__list--search .card__list-title {
    font-size: 18px;
  }
  .card__list--service .card__list-text, .card__list--search .card__list-text {
    font-size: 12px;
  }
  .card__list--service .card__list-plan, .card__list--search .card__list-plan {
    margin-top: 9px;
  }
  .card__list--service .card__list-plan .card__list-tag, .card__list--search .card__list-plan .card__list-tag {
    width: auto;
  }
  .card__list--service .card__list-plan .card__list-text, .card__list--search .card__list-plan .card__list-text {
    font-size: 11px;
  }
  .card__list--service .card__list-plan .card__list-fee, .card__list--search .card__list-plan .card__list-fee {
    font-size: 20px;
  }
  .card__list--service .card__list-plan .card__list-yen, .card__list--search .card__list-plan .card__list-yen {
    font-size: 12px;
  }
  .card__list--service .card__list-plan .card__list-tax, .card__list--search .card__list-plan .card__list-tax {
    font-size: 10px;
  }
  .card__list--service .card__list-link .oval-link, .card__list--search .card__list-link .oval-link {
    padding: 15px 30px;
    font-size: 14px;
  }
  .card__list--service .card__list-link .oval-link:after, .card__list--search .card__list-link .oval-link:after {
    right: 14px;
  }
  .card__list-image + .card__list-link {
    margin-top: 16px;
  }
  .card__list--plan.card__list--col3 .card__list-image img {
    width: 224px;
    height: 133px;
  }
  .card__list--plan.card__list--col3 .card__list-image + .card__list-detail {
    height: calc(100% - 133px);
  }
  .card__list--search .card__list-item {
    width: 100%;
    min-width: auto;
  }
  .card__list--search .card__list-item:nth-child(n+2) {
    margin: 12px 0 0;
  }
}
/** ============================================================
 * サービスを探す
 * ========================================================== */
/* カテゴリーから探す */
.tag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 48px;
  /* シンプルなタグ */
}
.tag-item {
  margin: 0 8px 16px;
}
.tag-item .oval-link {
  padding: 9px 41px 10px;
  font-size: 16px;
  font-weight: normal;
}
.tag-item .oval-link.is-active {
  background: #272727;
  color: #ffffff;
}
.tag-icon {
  justify-content: flex-start;
  margin: 0 0 4px;
}
.tag-icon__item {
  display: inline-block;
  margin: 0 8px 4px 0;
  padding: 6px 16px 7px;
  border-radius: 100vh;
  background: #7d7d7d;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .tag-icon__item {
    margin-right: 4px;
  }
}
.tag-icon > img {
  margin: 0 8px 4px 0;
}
@media screen and (max-width: 768px) {
  .tag-icon > img {
    margin-right: 4px;
  }
}

/* 課題から探す内で使用 */
.card__list--theme .card__list-detail {
  padding: 41px 0 32px;
}
.card__list--theme .card__list-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 2.9334em;
  font-size: 20px;
  text-align: center;
}
.card__list--theme .card__list-title span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.card__list--theme .card__list-image {
  margin: 25px 0 0;
}
.card__list--theme .card__list-link {
  margin-top: 24px;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {
  .tag.pc-only {
    display: none;
  }
  /* カテゴリーから探す */
  .category-title {
    position: relative;
    padding: 22px 56px 22px 24px;
    border-bottom: 1px solid #e5e5e5;
  }
  .category-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/themes/custom/subsphere/images/resources/icon_circle_plus.webp) no-repeat center/100%;
  }
  .category-title.is-active {
    border-bottom: none;
  }
  /* 課題から探す内で使用 */
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .category-title.is-active {
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .category-title.is-active + .accordion__body {
    border-bottom: 1px solid #e5e5e5;
  }
  .category-title.is-active::after {
    background: url(/themes/custom/subsphere/images/resources/icon_circle_minus.webp) no-repeat center/100%;
  }
  .accordion__body {
    padding-bottom: 40px;
    background: #f3f3f3;
  }
  .card__list--theme {
    width: 1404px;
  }
  .card__list--theme.scroll-block {
    flex-wrap: wrap;
  }
  .card__list--theme .card__list-item {
    margin: 0 12px 12px 0 !important;
  }
  .card__list--theme .card__list-item:nth-child(6n) {
    margin-right: 0 !important;
  }
  .card__list--theme .card__list-detail {
    padding: 34px 0 24px;
  }
  .card__list--theme .card__list-title {
    font-size: 18px;
  }
  .card__list--theme .card__list-title span {
    font-size: 14px;
  }
  .card__list--theme .card__list-link {
    display: none;
  }
}
/** ============================================================
 * コラム
 * ========================================================== */
.keyword-block {
  margin: 11px 0 0;
  line-height: 1;
}
.keyword-block a {
  color: rgba(39, 39, 39, 0.6);
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
.keyword-block a:hover, .keyword-block a:focus {
  color: #bc2739;
  text-decoration: none;
}

/** ============================================================
 * お知らせ
 * ========================================================== */
.notice__list-item {
  padding: 0 104px;
}
.notice__list-item:nth-child(n+2) {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid #e5e5e5;
}
.notice__list-date {
  display: block;
  color: #7d7d7d;
}
.notice__list-link {
  position: relative;
  display: block;
  margin: 17px 0 0;
  padding: 0 104px 0 0;
  font-size: 18px;
  text-decoration: underline;
}
.notice__list-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/themes/custom/subsphere/images/resources/icon_arrow-rd-r.webp) no-repeat center/100%;
}
.notice__list-link:hover, .notice__list-link:focus {
  color: #bc2739;
  text-decoration: none;
  font-weight: bold;
}
.notice__list-tag--important {
  margin-left: 18px;
  padding: 4px 12px;
  border-radius: 4px;
  background: #bc2739;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .notice__list-item {
    padding: 0;
  }
  .notice__list-item:nth-child(n+2) {
    margin-top: 27px;
    padding-top: 25px;
  }
  .notice__list-date {
    font-size: 14px;
  }
  .notice__list-link {
    margin-top: 8px;
    padding: 0;
    font-size: 16px;
  }
  .notice__list-link::after {
    display: none;
  }
  .notice__list-tag--important {
    margin-left: 13px;
    padding: 3px 12px;
    font-size: 10px;
  }
}
/** ============================================================
 * モーダル設定
 * ========================================================== */
/* colorbox上書き */
#cboxOverlay {
  background: rgba(39, 39, 39, 0.8);
}

#cboxContent {
  background: transparent;
}

#cboxLoadedContent {
  margin: 0;
  padding-top: 40px;
  border-radius: 16px;
  background: #f3f3f3;
}

#cboxClose {
  top: 24px;
  right: 24px;
  bottom: auto;
  width: 32px;
  height: 32px;
  background: url(/themes/custom/subsphere/images/resources/icon_close.webp) no-repeat center/100%;
}
#cboxClose:hover, #cboxClose:focus {
  background-position: 0;
}

/** ============================================================
 * お知らせ一覧
 * ========================================================== */
/* 検索エリア*/
.select-block {
  margin: 50px 0 64px;
}
@media screen and (max-width: 768px) {
  .select-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 41px 0 40px;
  }
  .select-block select {
    width: calc(50% - 6px);
    font-size: 16px;
  }
  .select-block select + select {
    margin-left: 12px;
  }
}
.select-btn {
  width: 116px;
  min-height: 48px;
  margin-left: 16px;
  border: none;
  border-radius: 8px;
  background: #272727;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .select-btn {
    width: auto;
    min-height: 40px;
    margin: 16px 0 0;
    padding: 10px 32px 10px;
    font-size: 16px;
  }
}

/* ページャー */
.pager__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 82px 0 0;
}
.pager__list-item {
  margin-left: 16px;
}
.pager__list-item:first-of-type {
  margin-left: 0;
}
.pager__list-item--prev {
  margin-right: 31px;
}
.pager__list-item--prev + .pager__list-item {
  margin-left: 0;
}
.pager__list-item--next {
  margin-left: 31px;
}
@media screen and (max-width: 768px) {
  .pager__list-item {
    margin-left: 12px;
  }
  .pager__list-item--prev {
    margin-right: 12px;
  }
  .pager__list-item--next {
    margin-left: 12px;
  }
}
.pager__list-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .pager__list-link {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.pager__list-link:hover, .pager__list-link:focus {
  border: 1px solid #272727;
}
.pager__list-link.is-active {
  border: none;
  font-weight: bold;
}
.pager__list-link--no-border {
  border: none;
}

/** ============================================================
 * お知らせ詳細
 * ========================================================== */
/* バナー部分 */
.information__banner-box {
  text-align: center;
  transition: all 0.25s;
}
.information__banner-box:hover, .information__banner-box:focus {
  opacity: 0.7;
}
.information__banner-box .other-link {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .information__banner-box .other-link {
    margin: 40px auto 0;
    width: 76%;
  }
}

/* サービス要素 */
.service-box {
  display: flex;
  justify-content: space-between;
  margin: 51px 0 0;
}
.service-box__heading {
  margin-top: 64px;
}
.service-box + .service-box__heading {
  padding-top: 64px;
  border-top: 1px solid #e5e5e5;
}
.service-box__image {
  width: 288px;
}
.service-box__detail {
  width: calc(100% - 328px);
}
.service-box__title {
  font-size: 24px;
  font-weight: bold;
}
.service-box__text {
  margin: 27px 0 0;
  font-size: 18px;
}
.service-box__text span {
  display: block;
}
.service-box .oval-link {
  width: 280px;
  margin: 32px 0 0;
}

@media screen and (max-width: 768px) {
  .service-box {
    display: block;
    margin-top: 34px;
  }
  .service-box:last-of-type {
    margin-bottom: 80px;
  }
  .service-box__heading {
    margin-top: 48px;
  }
  .service-box + .service-box__heading {
    padding-top: 48px;
  }
  .service-box__image {
    width: 300px;
    margin: 0 auto;
  }
  .service-box__image img {
    width: 100%;
  }
  .service-box__detail {
    width: 100%;
    margin: 24px 0 0;
  }
  .service-box__title {
    font-size: 20px;
  }
  .service-box__text {
    margin-top: 10px;
    font-size: 16px;
  }
  .service-box .oval-link {
    display: block;
    width: 232px;
    margin: 24px auto 0;
  }
}
/* 文章系 */
.information-main {
  margin: 51px 0 0;
}
.information-heading {
  margin: 16px 0 0;
  font-size: 40px;
  font-weight: bold;
}
.information-block {
  margin-top: 48px;
}
.information-block-flex {
  display: flex;
  justify-content: space-between;
}
.information-block-flex .information-box__text {
  margin-top: 12px;
}
.information-block-col2 .information-box {
  width: calc(50% - 12px);
}
.information-block-col3 .information-box {
  width: 322px;
}
.information-box {
  text-align: center;
}
.information-box__text {
  margin: 48px 0 0;
  font-size: 18px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .information-heading {
    font-size: 26px;
  }
  .information-block {
    margin-top: 32px;
  }
  .information-block-flex {
    display: block;
  }
  .information-block-flex .information-box__text {
    margin-top: 16px;
  }
  .information-block-col2 .information-box {
    width: 100%;
  }
  .information-block-col3 .information-box {
    width: 100%;
  }
  .information-box:nth-child(n+2) {
    margin-top: 59px;
  }
  .information-box__text {
    margin-top: 40px;
    font-size: 16px;
  }
  .information-box img {
    width: 100%;
  }
}
/** ============================================================
 * フォーム
 * ========================================================== */
/* 入力 */
.form-block .link-box {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .form-block .link-box {
    margin-top: 48px;
  }
}
.form-flex {
  display: flex;
  margin: 64px 0 0;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .form-flex {
    display: block;
    margin-top: 48px;
  }
}
.form-detail {
  width: calc(50% - 51px);
}
@media screen and (max-width: 768px) {
  .form-detail {
    width: 100%;
  }
}
.form-detail--explanation .tel-link {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .form-detail--explanation .tel-link {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .form-detail--explanation .sub-heading {
    margin-top: 64px;
  }
}
.form-detail--input .link-box .oval-link {
  width: calc(50% - 12px);
}
@media screen and (max-width: 768px) {
  .form-detail--input {
    margin-top: 80px;
  }
  .form-detail--input .link-box .oval-link--border {
    width: 34%;
    padding: 15px 0;
  }
  .form-detail--input .link-box .oval-link--red {
    width: 66%;
  }
  .form-detail--input .link-box .oval-link:nth-child(n+2) {
    margin-left: 12px;
  }
}
.form-required span {
  display: inline-block;
  border: 1px solid #bc2739;
  border-radius: 2px;
  margin-left: 8px;
  padding: 4px 8px;
  color: #bc2739;
  font-size: 12px;
}
.form-table {
  margin: 44px 0 0;
}
@media screen and (max-width: 768px) {
  .form-table {
    display: block;
    width: 100%;
  }
  .form-table tr {
    display: block;
  }
  .form-table tr + tr {
    display: block;
    margin-top: 24px;
  }
}
.form-table th {
  width: 200px;
  font-size: 18px;
  text-align: left;
  padding: 20px 0;
}
.form-table th.col1-th {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .form-table th {
    /* th */
    display: block;
    width: 100%;
    padding: 0;
  }
  .form-table th.col1-th {
    padding-top: 48px;
  }
}
.form-table td {
  padding: 20px 0;
}
.form-table td.col2-td {
  padding: 4px 0 0;
}
@media screen and (max-width: 768px) {
  .form-table td {
    /* td */
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 0;
  }
  .form-table td.col2-td {
    padding-top: 0;
  }
  .form-table td.form-box--subdivide {
    margin-top: 8px;
  }
}
.form-title {
  font-size: 18px;
  font-weight: bold;
}
.form-title + p {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .form-title + p {
    font-size: 14px;
  }
}
.form-title--sub {
  font-size: 14px;
}
.form-title--sub + input {
  margin-top: 8px;
}
.form-block {
  margin-top: 48px;
}
.form-block .main-heading {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .form-block .main-heading span {
    display: block;
    font-size: 28px;
  }
}
.form-box {
  display: flex;
  justify-content: space-between;
}
.form-box__item:nth-child(n+2) {
  margin-left: 16px;
}
.form-confirmation {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .form-confirmation {
    margin-top: 48px;
  }
}

/* 左エリア */
.explanation-heading {
  font-size: 24px;
  font-weight: bold;
}
.explanation-note {
  margin: 16px 0 0;
  font-size: 14px;
}
.explanation-image {
  margin-top: 2px;
}

/* 日付希望 */
.choice-box {
  display: flex;
  align-items: center;
}
.choice-box:nth-child(n+2) {
  margin-top: 16px;
}
.choice-box .form-title {
  width: 80px;
  font-size: 16px;
}
.choice-box .choice-item {
  width: calc(50% - 44px);
}
.choice-box .choice-select {
  min-height: auto;
  margin-left: 8px;
  padding: 11px 12px;
  border-radius: 0;
  background-position: right 12px center;
  font-size: 16px;
}

/* datepicker設定 */
.datepicker-box {
  padding: 11px 34px 11px 16px;
  font-size: 16px;
  background: url(/themes/custom/subsphere/images/resources/icon_calendar.webp) no-repeat right 12px center/16px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

@media screen and (max-width: 768px) {
  .explanation-heading {
    font-size: 20px;
  }
  .explanation-note {
    margin-top: 8px;
    font-size: 12px;
  }
  .explanation-image {
    margin: 18px 0 0;
  }
  .choice-box:not(.choice-box--confirm) {
    flex-wrap: wrap;
  }
  .choice-box:not(.choice-box--confirm) .form-title {
    width: 100%;
    margin: 0 0 8px;
  }
  .choice-box .form-title {
    width: auto;
    margin-right: 8px;
    font-size: 14px;
  }
  .choice-box .choice-item {
    width: calc(50% - 6px);
  }
  .choice-box .choice-select {
    margin-left: 12px;
  }
  .choice-box--confirm:nth-child(n+2) {
    margin-top: 8px;
  }
}
/* チェックアイコン付きリスト */
.check__list {
  margin: 32px 0 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .check__list {
    margin-top: 24px;
    font-size: 16px;
  }
}
.check__list-item {
  position: relative;
  padding-left: 32px;
}
.check__list-item::before {
  position: absolute;
  top: calc(0.5rem - 6px);
  left: 0;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/themes/custom/subsphere/images/resources/icon_circle_check-rd.webp) no-repeat center/100%;
}
.check__list-item:nth-child(n+2) {
  margin-top: 8px;
}

/* 丸数字付きリスト */
.num__list {
  counter-reset: num__list; /*数字をリセット*/
}
.num__list-item {
  position: relative;
  padding-left: 48px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .num__list-item {
    padding-left: 32px;
    font-size: 16px;
  }
}
.num__list-item::before {
  position: absolute;
  display: inline-block;
  top: calc(0.5rem - 10px);
  left: 0;
  /* カウントさせる */
  counter-increment: num__list;
  content: counter(num__list);
  /*装飾*/
  background: #bc2739;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .num__list-item::before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
  }
}
.num__list-item:nth-child(n+2) {
  margin-top: 16px;
}

/* 赤背景箱 */
.red-box {
  margin: 32px 0 0;
  padding: 40px 35px;
  background: rgba(188, 39, 57, 0.05);
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .red-box {
    margin-top: 24px;
    padding: 32px 36px;
    font-size: 15px;
  }
}
.red-box__text:nth-child(n+2) {
  margin-top: 16px;
}

/* ステップ */
.flow__list {
  position: relative;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
}
.flow__list--col3 .flow__list-item {
  width: 33%;
}
.flow__list-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: rgba(39, 39, 39, 0.5);
  font-family: "Lato", "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
}
.flow__list-item + .flow__list-item::after {
  position: absolute;
  top: 50px;
  left: 0;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #f3f3f3;
}
.flow__list-item span {
  position: relative;
  z-index: 9100;
  display: block;
  margin: 8px 0 0;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: rgba(39, 39, 39, 0.5);
  background: #f3f3f3;
  border-radius: 50%;
}
.flow__list-item--active {
  color: #bc2739;
}
.flow__list-item--active span {
  color: #ffffff;
  background: #bc2739;
}
.flow__list-item--active .flow__list-text {
  color: #272727;
  font-weight: bold;
}
.flow__list-text {
  margin: 16px 0 0;
  color: rgba(39, 39, 39, 0.3);
  font-weight: normal;
  font-size: 22px;
  font-family: "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
}
@media screen and (max-width: 768px) {
  .flow__list-text {
    margin-top: 8px;
    text-align: center;
    font-size: 18px;
  }
}

/* フォーム */
input[type=text],
input[type=email],
input[type=tel],
input[type=number] {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 11px 24px;
  font-size: 18px;
}
input[type=text] + input[type=text],
input[type=email] + input[type=text],
input[type=tel] + input[type=text],
input[type=number] + input[type=text] {
  margin-left: 16px;
}
input[type=text].error,
input[type=email].error,
input[type=tel].error,
input[type=number].error {
  border: 2px solid #bc2739;
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number] {
    padding: 9px 16px;
    font-size: 16px;
  }
  input[type=text] + input[type=text],
  input[type=email] + input[type=text],
  input[type=tel] + input[type=text],
  input[type=number] + input[type=text] {
    margin-left: 12px;
  }
}

.error-text {
  margin-top: 8px;
  color: #bc2739;
  font-weight: bold;
}

.gray-box {
  margin: 16px 0 0;
  padding: 40px 32px;
  background: #f3f3f3;
}
.gray-box__bottom {
  margin-top: 24px;
  padding-top: 28px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .gray-box {
    padding: 32px 24px;
    font-size: 14px;
  }
  .gray-box__bottom {
    margin-top: 16px;
    padding-top: 24px;
  }
}

.simple-checkbox {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .simple-checkbox {
    font-size: 14px;
  }
}
.simple-checkbox--normal {
  font-size: 16px;
  font-weight: normal;
}
.simple-checkbox--normal .simple-checkbox__item {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.simple-checkbox:hover, .simple-checkbox:focus {
  cursor: pointer;
}
.simple-checkbox input {
  display: none;
}
.simple-checkbox .simple-checkbox__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  margin-right: 16px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}
.simple-checkbox input:checked + .simple-checkbox__item:after {
  content: "";
  width: 14px;
  height: 10px;
  background: url(/themes/custom/subsphere/images/resources/icon_check.webp) no-repeat center/100%;
}

.simple-radio {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .simple-radio {
    font-size: 14px;
  }
}
.simple-radio:hover, .simple-radio:focus {
  cursor: pointer;
}
.simple-radio input {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  margin: 0 24px 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: #ffffff;
  vertical-align: middle;
}
.simple-radio input:checked {
  border-color: #bc2739;
}
.simple-radio input:checked::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #bc2739;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.is-disabled .simple-radio:hover, .is-disabled .simple-radio:focus {
  cursor: auto;
}

.note-box {
  margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
  .note-box {
    margin-top: 8px;
  }
}
.note-box .note-txt {
  margin-left: 1rem;
  font-size: 14px;
  text-indent: -1rem;
}
@media screen and (max-width: 768px) {
  .note-box .note-txt {
    font-size: 12px;
  }
}
.note-box .note-txt--no-indent {
  margin-left: 0;
  text-indent: 0;
}

/* 確認 */
.confirm-block {
  width: 600px;
  margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
  .confirm-block {
    width: 100%;
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .confirm-block .form-table td {
    margin-top: 8px;
  }
}
.confirm-block .form-title--sub {
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .confirm-block .form-title--sub {
    margin: 0 0 8px;
  }
}
.confirm-block .form-box {
  justify-content: flex-start;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .confirm-block .form-box {
    justify-content: space-between;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .confirm-block .form-box__item {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .confirm-block .form-box__item:nth-child(n+2) {
    margin-left: 0;
  }
}
.confirm-block .form-box__item:nth-child(n+2) {
  margin-left: 32px;
}
.confirm-block .link-box--flex {
  align-items: center;
}
.confirm-block .link-box--flex .oval-link:nth-child(n+2) {
  margin-left: 68px;
}
@media screen and (max-width: 768px) {
  .confirm-block .link-box--flex {
    /* .link-box--flex */
    flex-direction: column-reverse;
    margin-top: 48px;
  }
  .confirm-block .link-box--flex .arrow-link {
    margin: 24px 0 0;
  }
  .confirm-block .link-box--flex .oval-link:nth-child(n+2) {
    margin-left: 0;
  }
}

/* 完了 */
.main-heading--left-border {
  position: relative;
  padding-left: 28px;
}
.main-heading--left-border::before {
  position: absolute;
  top: 0.7rem;
  left: 0;
  content: "";
  display: inline-block;
  width: 4px;
  height: 44px;
  background: #bc2739;
}
@media screen and (max-width: 768px) {
  .main-heading--left-border::before {
    top: calc(1em - 15px);
    height: 30px;
  }
}

.finish-text {
  margin: 64px 0 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .finish-text {
    margin-top: 48px;
    font-size: 20px;
  }
}
.finish-note {
  margin: 32px 0 0;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .finish-note {
    margin-top: 24px;
    font-size: 12px;
  }
}

/** ============================================================
 * おすすめサービス一覧
 * ========================================================== */
.point-text__heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .point-text__heading {
    font-size: 18px;
  }
}
.point-text__heading span {
  margin-right: 0.5rem;
  color: #bc2739;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .point-text__heading span {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .recommend {
    margin: 110px 0 80px;
  }
}
.recommend-service__block {
  margin: 48px 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recommend-service__block {
    margin-bottom: 80px;
  }
}
.recommend-service__block.background--light__gray {
  padding: 44px 0 90px;
}
@media screen and (max-width: 768px) {
  .recommend-service__block.background--light__gray {
    padding: 80px 0;
  }
}
.recommend-service__block .point-text__heading {
  width: 1224px;
  margin: 64px auto 8px;
}
.service-heading .recommend-service__block .point-text__heading {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .recommend-service__block .point-text__heading {
    width: 100%;
    margin-top: 48px;
    padding: 0 24px;
  }
}
.recommend-service__block .ranking__list {
  width: 1536px;
}
@media screen and (max-width: 768px) {
  .recommend-service__block .ranking__list {
    width: 1168px;
  }
}
.recommend-service__block .ranking__list-item {
  position: relative;
  border-top-left-radius: 0;
}
.recommend-service__block.scroll-area--pc .content-inner {
  width: 100%;
}
.recommend-service__block.scroll-area--pc .recommend-service__list {
  width: calc(100% - (100% - 1224px) / 2 + 24px);
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .recommend-service__block.scroll-area--pc .recommend-service__list {
    width: 100%;
  }
}
.recommend-service__list + .point-text__heading {
  margin-top: 64px;
}

/* ランキングリボン */
.ranking-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 40px;
  background: #dddddd;
  color: #7d7d7d;
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}
.ranking-icon--ribbon {
  height: 35px;
  color: #ffffff;
}
.ranking-icon--ribbon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-bottom: 5px solid transparent;
}
.ranking-icon--01 {
  background: #c1ab04;
}
.ranking-icon--01:after {
  border-left: 18px solid #c1ab04;
  border-right: 18px solid #c1ab04;
}
.ranking-icon--02 {
  background: #acb3bf;
}
.ranking-icon--02:after {
  border-left: 18px solid #acb3bf;
  border-right: 18px solid #acb3bf;
}
.ranking-icon--03 {
  background: #b87333;
}
.ranking-icon--03:after {
  border-left: 18px solid #b87333;
  border-right: 18px solid #b87333;
}

/** ============================================================
 * 導入事例
 * ========================================================== */
/* 導入スライダー */
.introduction-slider {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .introduction-slider {
    margin-top: 48px;
  }
}
.introduction-slider__detail {
  display: flex;
  align-items: flex-end;
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .introduction-slider__detail {
    margin-top: 14px;
    display: block;
  }
}
.introduction-slider__left {
  width: calc(100% - 272px);
}
@media screen and (max-width: 768px) {
  .introduction-slider__left {
    width: 100%;
  }
}
.introduction-slider__title {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .introduction-slider__title {
    font-size: 18px;
  }
}
.introduction-slider__text {
  margin: 16px 0 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .introduction-slider__text {
    margin-top: 8px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.introduction-slider .oval-link {
  width: 240px;
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .introduction-slider .oval-link {
    display: block;
    width: 80%;
    margin: 16px auto 0;
    font-size: 14px;
  }
}

.catch-text {
  margin: 48px 0 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .catch-text {
    margin-top: 32px;
  }
}

/* 検索エリア */
.casestudy-search {
  margin: 110px 0 0;
  padding: 56px 48px;
  border-radius: 8px;
  /* 検索アコーディオン内、検索ボックス */
}
@media screen and (max-width: 768px) {
  .casestudy-search {
    margin-top: 94px;
    padding: 32px 24px 48px;
  }
}
.casestudy-search .simple-checkbox {
  margin-right: 24px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .casestudy-search .simple-checkbox {
    margin-right: 16px;
    font-size: 14px;
  }
}
.casestudy-search .simple-checkbox__item {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.search {
  /* 検索アコーディオン */
  /* 検索チェックボックス */
  /* 検索アコーディオン下、個別チェックボックス */
  /* 検索結果 */
}
.search-accordion {
  margin: 48px 0 0;
}
@media screen and (max-width: 768px) {
  .search-accordion {
    margin-top: 22px;
  }
}
.search-accordion .accordion-heading {
  position: relative;
  padding: 0 62px 24px 40px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .search-accordion .accordion-heading {
    padding: 0 24px 16px 0;
  }
}
.search-accordion .accordion-heading:not(:first-of-type) {
  margin: 24px 0 0;
}
.search-accordion .accordion-heading::after {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/themes/custom/subsphere/images/resources/icon_circle_plus-w.webp) no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .search-accordion .accordion-heading::after {
    width: 24px;
    height: 24px;
    top: calc(50% - 8px);
    right: 0;
  }
}
.search-accordion .accordion-heading.is-active {
  border-bottom: none;
}
.search-accordion .accordion-heading.is-active::after {
  background: url(/themes/custom/subsphere/images/resources/icon_circle_minus-w.webp) no-repeat center/100%;
}
.search-accordion .accordion-body {
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .search-accordion .accordion-body {
    padding: 0;
  }
}
.search-checkbox {
  display: flex;
  flex-wrap: wrap;
  margin: 17px 0 0;
}
.search-checkbox .simple-checkbox {
  margin-bottom: 16px;
}
.search__individual-checkbox {
  margin-top: 32px;
}
.search-results {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .search-results {
    margin-top: 64px;
  }
}
.search-results__text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .search-results__text {
    font-size: 16px;
  }
}
.search-results__text span {
  display: inline-block;
  margin: 0 8px;
  color: #bc2739;
  font-size: 44px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .search-results__text span {
    font-size: 30px;
  }
}
.search-results .card__list--search {
  margin: 32px 0 0;
}

/** ============================================================
 * 課題から探す
 * ========================================================== */
/* 一番上の画像 */
.top-block {
  margin: 48px 0 80px;
}
@media screen and (max-width: 768px) {
  .top-block {
    margin: 32px 0 0;
  }
}
.top-img {
  text-align: center;
}
.top-text {
  margin: 48px 0 0;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .top-text {
    margin-top: 32px;
    font-size: 20px;
  }
}

.target-service {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .target-service {
    padding-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .target-service .category-title:first-of-type {
    border-top: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 768px) {
  .target-service .tertiary-heading {
    margin: 0 24px 32px;
  }
}

.search-check__block {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 64px;
}
.search-check__block input {
  position: absolute;
  left: -9999px;
}
.search-check__block input:checked + label {
  background-color: #000;
  color: #ffffff;
  font-weight: bold;
}
.search-check__block label {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 10px 10px 0 0;
  padding: 10px 30px;
  border-radius: 100px;
  background-color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 16px;
  transition: all 0.25s;
  text-align: center;
}
.search-check__item {
  width: calc((100% - 48px) / 3);
  margin: 16px 24px 0 0;
  transition: all 0.25s;
}
.search-check__item:hover, .search-check__item:focus {
  opacity: 0.7;
}
.search-check__item:nth-child(3n) {
  margin-right: 0;
}

.refine-area .content-inner--refine {
  width: 1248px;
}
.refine-area .search-check__block {
  margin-bottom: 20px;
}
.refine-area .card__list--col4 .card__list-item {
  width: calc(25% - 24px);
  margin: 40px 12px 0;
}
.refine-area .card__list--col4 .card__list-item:nth-child(4n) {
  margin-right: 12px;
}

.more-link {
  display: block;
  width: 366px;
  margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
  .more-link {
    width: calc(100% - 70px);
    margin: 40px 35px 0;
  }
}

/** ============================================================
 * サイト内検索
 * ========================================================== */
.search-block {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .search-block {
    margin-top: 32px;
  }
}

.search-result {
  margin: 48px 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .search-result {
    margin-top: 32px;
    font-size: 16px;
  }
}
.search-result__total span {
  margin-right: 8px;
  color: #bc2739;
  font-size: 44px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .search-result__total span {
    font-size: 30px;
  }
}
.search-result__item {
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .search-result__item {
    margin-left: 8px;
  }
}

.search__list {
  margin: 48px 0 0;
}
@media screen and (max-width: 768px) {
  .search__list {
    margin-top: 32px;
  }
}
.search__list-item {
  width: 100%;
}
.search__list-item a {
  display: flex;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .search__list-item a {
    display: block;
    padding: 24px;
  }
}
.search__list-item:nth-child(n+2) {
  margin: 13px 0 0;
}
@media screen and (max-width: 768px) {
  .search__list-item:nth-child(n+2) {
    margin-top: 12px;
  }
}
.search__list-item .tag-icon__item {
  display: block;
  margin-right: 6px;
  padding: 0;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .search__list-item .tag-icon__item {
    height: 24px;
    margin-right: 4px;
  }
  .search__list-item .tag-icon__item img {
    width: auto;
    height: 100%;
  }
}
.search__list-image {
  width: 304px;
}
@media screen and (max-width: 768px) {
  .search__list-image {
    width: 152px;
  }
}
.search__list-image img {
  width: 304px;
  height: 166px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .search__list-image img {
    width: 152px;
    height: 83px;
  }
}
.search__list-detail {
  width: calc(100% - 336px);
  margin-left: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .search__list-detail {
    display: flex;
    width: 100%;
    margin: 16px 0 0;
  }
}
.search__list-heading span, .search__list-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.search__list-heading {
  margin: 16px 0 0;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .search__list-heading {
    width: calc(100% - 168px);
    margin: 0 0 0 16px;
    font-size: 16px;
    line-height: 1.3;
  }
  .search__list-heading span {
    -webkit-line-clamp: 4;
  }
}
.search__list-text {
  margin: 8px 0 0;
  color: #7d7d7d;
}
@media screen and (max-width: 768px) {
  .search__list-text {
    font-size: 12px;
  }
}

/** ============================================================
 * 下層共通
 * ========================================================== */
/*パンくず*/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none; /*SP時はパンくず消えます*/
  }
}
.breadcrumb li {
  color: #7d7d7d;
  font-size: 16px;
}
.breadcrumb a {
  text-decoration: underline;
  color: #272727;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  text-decoration: none;
  color: #bc2739;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 0.6em; /* 記号の左右の余白 */
  color: #7d7d7d; /* 記号の色 */
}
.breadcrumb .home {
  position: relative;
  padding-left: 24px;
}
.breadcrumb .home:before {
  content: "";
  position: absolute;
  top: 56%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 19px;
  height: 16px;
  background: url(/themes/custom/subsphere/images/resources/icon_home.webp) no-repeat center/100%;
}

.footer-breadcrumb {
  display: none; /*PC時はありません*/
}
@media screen and (max-width: 768px) {
  .footer-breadcrumb {
    display: block;
    margin-bottom: 40px;
  }
}
.footer-breadcrumb .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
.footer-breadcrumb .breadcrumb li {
  margin-bottom: 10px;
  font-size: 15px;
}

/*パンくずが無いページ*/
/*クラスを追加していきます。今はまだhomeのみ*/
.home .breadcrumb,
.home .footer-breadcrumb {
  display: none;
}
@media screen and (max-width: 768px) {
  .home .breadcrumb,
  .home .footer-breadcrumb {
    display: none;
  }
}

/*小さい文字*/
.note14-txt {
  font-size: 14px !important;
}

.note12-txt {
  font-size: 12px !important;
}

/*上付き文字*/
sup {
  font-size: 70%;
  vertical-align: super;
}

/*YouTube埋め込み*/
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

/*下層共通H1*/
.main-heading {
  font-size: 44px;
  margin-top: 60px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main-heading {
    font-size: 30px;
    margin-top: 50px;
  }
}

/*下層共通H1がflexboxだった場合*/
.heading__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*下層共通H1の右が検索ボックスだった場合*/
}
.heading__flex--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .heading__flex {
    display: block;
  }
}
.heading__flex .search-box {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .heading__flex .search-box {
    margin: 30px 0 0;
  }
}

/*下層H2タイトル（下線）*/
/*たまに上にある赤い文字*/
.sub-heading__txt {
  font-size: 20px;
  color: #bc2739;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sub-heading__txt {
    font-size: 16px;
  }
}

.sub-heading {
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .sub-heading {
    font-size: 24px;
    margin-top: 30px;
  }
}
.sub-heading:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #bc2739;
  bottom: -1px;
  width: 20%;
}

.sub-heading__txt + .sub-heading {
  margin-top: 0;
}

/*太いだけのタイトル*/
.third-heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .third-heading {
    font-size: 22px;
  }
}

.tertiary-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .tertiary-heading {
    font-size: 20px;
  }
}

/*SPのみのタイトル*/
.service-heading {
  margin: 90px 0 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service-heading {
    margin: 0 0 30px;
    font-size: 20px;
  }
}

/*画像が真ん中にあるだけのブロック*/
.img-box {
  text-align: center;
  margin: 20px auto 40px;
}

/*ページ内リンク*/
.inner-link {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
.inner-link li {
  font-size: 24px;
  padding: 0 40px;
  color: #bc2739;
  font-weight: bold;
}
.inner-link li:not(:last-of-type) {
  border-right: 1px solid #e5e5e5;
}
.inner-link li a {
  font-weight: normal;
  font-size: 20px;
  position: relative;
  padding-right: 32px;
  text-decoration: underline;
}
.inner-link li a:hover, .inner-link li a:focus {
  color: #bc2739;
  text-decoration: none;
}
.inner-link li a.current {
  padding-right: 0;
  color: #bc2739;
  font-size: 24px;
  font-weight: bold;
  pointer-events: none;
  text-decoration: none;
}
.inner-link li a.up:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/themes/custom/subsphere/images/resources/icon_circle_anchor-u.webp) no-repeat center/100%;
}
.inner-link li a.dw::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/themes/custom/subsphere/images/resources/icon_circle_anchor-d.webp) no-repeat center/100%;
}
.inner-link li a.current.up:after {
  background: none;
}
.inner-link li a.current.dw:after {
  background: none;
}

@media screen and (max-width: 768px) {
  .inner-link {
    display: block;
  }
  .inner-link li {
    font-size: 18px;
    padding: 20px;
    color: #272727;
    font-weight: normal;
  }
  .inner-link li:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .inner-link li a {
    font-weight: normal;
    font-size: 18px;
    position: relative;
    padding-right: 32px;
    display: block;
  }
  .inner-link li a.current {
    padding-right: 32px;
    color: #272727;
    font-size: 18px;
    font-weight: normal;
    pointer-events: auto;
    text-decoration: underline;
  }
  .inner-link li a.current.up:after {
    background: url(/themes/custom/subsphere/images/resources/icon_circle_anchor-u.webp) no-repeat center/100%;
  }
  .inner-link li a.current.dw:after {
    background: url(/themes/custom/subsphere/images/resources/icon_circle_anchor-d.webp) no-repeat center/100%;
  }
  /*追従ページ内リンク*/
  .fixed-menu.is-fixed .inner-link {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    margin-top: 0;
    padding: 9px 0;
    background: #ffffff;
    z-index: 9500;
    background: #e5e5e5;
  }
  .fixed-menu.is-fixed .inner-link li {
    padding: 0;
  }
  .fixed-menu.is-fixed .inner-link li:nth-child(n+2) {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid rgba(39, 39, 39, 0.2);
  }
  .fixed-menu.is-fixed .inner-link li a {
    padding: 0;
    font-size: 12px;
  }
  .fixed-menu.is-fixed .inner-link li a.current {
    padding: 0;
    font-size: 12px;
  }
  .fixed-menu.is-fixed .inner-link li a.dw::after {
    display: none !important;
  }
}
/*活用事例のタグ部分*/
.case-tag {
  display: flex;
  margin-bottom: 10px;
}
.case-tag li {
  margin-right: 10px;
  background: #7d7d7d;
  font-weight: bold;
  color: #ffffff;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .case-tag li {
    font-size: 11px;
  }
}

/*カテゴリから探す*/
.service-category__list {
  margin-top: 50px;
  padding: 50px 0 26px;
}
@media screen and (max-width: 768px) {
  .service-category__list {
    margin-top: 20px;
    padding: 80px 0 40px;
  }
}
.service-category__list ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .service-category__list ul {
    display: block;
  }
}
.service-category__list ul li {
  width: 392px;
  margin-right: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .service-category__list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.service-category__list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.service-category__list ul li a {
  background: #ffffff;
  padding: 20px 58px 20px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
.service-category__list ul li a:hover, .service-category__list ul li a:focus {
  color: #272727;
}
@media screen and (max-width: 768px) {
  .service-category__list ul li a {
    padding: 10px 48px 10px 10px;
  }
}
.service-category__list ul li a .service__link-img {
  width: 56px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .service-category__list ul li a .service__link-img {
    width: 32px;
    margin-right: 12px;
  }
}
.service-category__list ul li a .service__link-txt {
  width: calc(100% - 66px);
}
@media screen and (max-width: 768px) {
  .service-category__list ul li a .service__link-txt {
    width: calc(100% - 44px);
  }
}
.service-category__list ul li a .service__link-txt span {
  display: block;
  font-weight: normal;
}
.service-category__list ul li a:hover, .service-category__list ul li a:focus {
  opacity: 0.7;
}
.service-category__list ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/themes/custom/subsphere/images/resources/icon_arrow-rd-r.webp) no-repeat center/100%;
}

/*課題から探す*/
.service-task__list {
  margin-top: 50px;
  padding: 50px 0;
}

/*ドコモビジネスメンバーズのバナー*/
.docomo-member--bnr .content-inner {
  text-align: center;
}
.docomo-member--bnr .content-inner a:hover, .docomo-member--bnr .content-inner a:focus {
  opacity: 0.7;
}
.docomo-member--bnr img {
  height: auto;
}

/*話題のテーマから探す*/
@media screen and (max-width: 768px) {
  .service-theme__list {
    margin-top: 40px;
  }
}
/** ============================================================
 * サービスカテゴリ一覧
 * ========================================================== */
/*おすすめサービス*/
.now-block {
  margin-top: 90px;
}

/*サービス・商品一覧のページ内リンク*/
.service-goods__list {
  margin-top: 50px;
  padding: 60px 0 45px;
}
.service-goods__list ul {
  display: flex;
  flex-wrap: wrap;
}
.service-goods__list ul li {
  width: 392px;
  margin-right: 24px;
  margin-bottom: 15px;
}
.service-goods__list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.service-goods__list ul li a {
  background: #ffffff;
  padding: 10px;
  border-radius: 20px;
  display: block;
  position: relative;
  text-align: center;
}
.service-goods__list ul li a:hover, .service-goods__list ul li a:focus {
  opacity: 0.7;
}
.service-goods__list ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/themes/custom/subsphere/images/resources/icon_circle_anchor-d.webp) no-repeat center/100%;
}
.service-goods__list ul li a .service__link-img {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .service-goods__list {
    padding: 40px 0;
  }
  .service-goods__list ul {
    display: block;
  }
  .service-goods__list ul li {
    width: 100%;
    margin-right: 0;
  }
}
/*サービス・商品一覧の詳細*/
.goods-detail__list li {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.goods-detail__list li .goods-detail__title {
  width: 1100px;
  margin: 0 auto;
  padding: 30px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  transition: all 0.25s;
}
@media screen and (max-width: 768px) {
  .goods-detail__list li .goods-detail__title {
    width: 100%;
    font-size: 18px;
  }
}
.goods-detail__list li .goods-detail__title:hover, .goods-detail__list li .goods-detail__title:focus {
  color: #bc2739;
}
.goods-detail__list li .goods-detail__title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/themes/custom/subsphere/images/resources/icon_circle_plus.webp) no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .goods-detail__list li .goods-detail__title:after {
    right: 30px;
  }
}
.goods-detail__list li .goods-detail__title.is-active:after {
  background: url(/themes/custom/subsphere/images/resources/icon_circle_minus.webp) no-repeat center/100%;
}
.goods-detail__list li .goods-detail__body {
  display: none;
}
.goods-detail__list li .goods-detail__body .img-block {
  margin: 0;
  text-align: center;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .goods-detail__list li .goods-detail__body .img-block {
    padding: 24px;
  }
}
.goods-detail__list li .goods-detail__body .accordion-block {
  margin: 30px auto;
}

/*関連するおすすめパックから探す*/
.category-recommend .card__list--service .card__list-title {
  margin-bottom: 24px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .category-recommend .card__list--service .card__list-title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.category-recommend .card__list--service .card__list-image + .card__list-detail {
  height: calc(100% - 200px);
  padding: 24px 24px 48px;
}
@media screen and (max-width: 768px) {
  .category-recommend .card__list--service .card__list-image + .card__list-detail {
    height: calc(100% - 156px);
    padding: 16px 16px 24px;
  }
}

/** ============================================================
 * サービス詳細ページ
 * ========================================================== */
.service-detail__main-visual {
  margin: 60px auto 0;
  padding: 0;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .service-detail__main-visual {
    margin: 20px auto 0;
  }
}
.service-detail__main-visual .main-visual--inr {
  width: 780px;
}
@media screen and (max-width: 768px) {
  .service-detail__main-visual .main-visual--inr {
    width: 100%;
  }
}
.service-detail__main-visual .main-visual--inr .main-heading {
  font-size: 32px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .service-detail__main-visual .main-visual--inr .main-heading {
    font-size: 26px;
  }
}
.service-detail__main-visual .main-visual--inr .icon-block {
  display: flex;
}
.service-detail__main-visual .main-visual--inr .icon-block p {
  margin-left: 5px;
}
.service-detail__main-visual .main-visual--inr .catch {
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .service-detail__main-visual .main-visual--inr .catch {
    font-size: 16px;
  }
}
.service-detail__main-visual .main-visual--inr .link-block {
  display: flex;
  align-items: center;
}
.service-detail__main-visual .main-visual--inr .link-block .terms-link-block {
  width: 209px;
}
.service-detail__main-visual .main-visual--inr .link-block .another-link-block {
  display: flex;
  align-items: center;
  width: calc(100% - 209px);
}
.service-detail__main-visual .main-visual--inr .link-block .another-link-block .arrow-link {
  width: 185px;
}
.service-detail__main-visual .main-visual--inr .link-block .another-link-block .oval-link--border--red {
  min-width: 306px;
  border-radius: 30px;
  padding: 7px 56px 9px 32px;
  color: #bc2739;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.service-detail__main-visual .main-visual--inr .link-block .arrow-link {
  margin-right: 24px;
}
.service-detail__main-visual .main-visual--inr .link-block .dl-btn {
  width: 306px;
  border: 1px solid #bc2739;
  color: #bc2739;
  border-radius: 30px;
  padding: 7px 56px 9px 32px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
.service-detail__main-visual .main-visual--inr .link-block .dl-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/themes/custom/subsphere/images/resources/icon_download.webp) no-repeat center/100%;
}

.tag-group {
  display: flex;
  margin-bottom: 8px;
}
.tag-group__item:nth-child(n+2) {
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .tag-group__item:nth-child(n+2) {
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .tag-group__item--account {
    width: auto;
  }
  .tag-group__item--cost {
    width: 54px;
  }
  .tag-group__item--trial {
    width: 52px;
  }
}

.service-detail__cart {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 24px 24px 32px;
  width: 392px;
}
.service-detail__cart .cart-inr {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .service-detail__cart .cart-inr {
    padding: 24px 16px;
  }
}
.service-detail__cart .cart-inr .title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .service-detail__cart .cart-inr .title {
    font-size: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.service-detail__cart .cart-inr .price {
  font-weight: bold;
}
.service-detail__cart .cart-inr .price-num {
  text-align: right;
}
.service-detail__cart .cart-inr .price-box {
  display: flex;
  justify-content: space-between;
}
.service-detail__cart .cart-inr .price-box:nth-child(n+2) {
  margin-top: 8px;
}
.service-detail__cart .cart-inr .price span {
  margin-right: 4px;
  color: #bc2739;
  font-family: "Lato", "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .service-detail__cart .cart-inr .text {
    font-size: 14px;
  }
}
.service-detail__cart .cart-inr .text--small {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .service-detail__cart .cart-inr .text--small {
    font-size: 12px;
  }
}
.service-detail__cart .plan-block .title {
  font-weight: bold;
  font-size: 18px;
  margin: 24px 0 0;
}
.service-detail__cart .plan-block:nth-of-type(1) .title {
  margin-top: 0;
}
.service-detail__cart .plan-block .cart-btn {
  margin: 16px 0 0;
}
.service-detail__cart .plan-block .atten + .cart-btn {
  margin-top: 8px;
}
.service-detail__cart .atten {
  text-align: center;
  color: #bc2739;
  margin: 8px 0;
  font-size: 20px;
}
.service-detail__cart .atten span {
  font-weight: bold;
}
.service-detail__cart .cart-btn {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: normal;
  border: none;
  border-radius: 50px;
  background: #bc2739;
  margin: 24px 0 0;
  padding: 15px;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* iOSタップ時の挙動を調整 */
  display: block;
  width: 100%;
  position: relative;
}
.service-detail__cart .cart-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/themes/custom/subsphere/images/resources/icon_arrow-wt-r.webp) no-repeat center/100%;
}
.service-detail__cart .cart-btn:hover, .service-detail__cart .cart-btn:focus {
  opacity: 0.7;
}
.service-detail__cart .cart-btn--disabled {
  background: #7d7d7d;
  cursor: default;
}
.service-detail__cart .cart-btn--disabled span {
  font-size: 12px;
  display: block;
  font-weight: normal;
}
.service-detail__cart .cart-btn--disabled:after {
  background: none;
}

/* オプションカート */
.is-option__modal #cboxLoadedContent {
  background: #ffffff;
}

.option-detail__cart {
  padding: 20px 20px 24px;
}
.option-detail__cart .cart-inr {
  padding: 24px 16px;
}
.option-detail__cart .price {
  width: 142px;
  font-weight: bold;
  /* カート内選択オプション */
}
.option-detail__cart .price span {
  margin-right: 4px;
  color: #bc2739;
  font-family: "Lato", "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
  font-size: 24px;
  line-height: 1;
}
.option-detail__cart .price-box {
  display: flex;
  justify-content: space-between;
}
.option-detail__cart .price-box:nth-child(n+2) {
  margin-top: 0;
}
.option-detail__cart .price-box > .text {
  width: calc(100% - 142px);
}
@media screen and (max-width: 768px) {
  .option-detail__cart .price-detail {
    max-height: unset;
  }
}
.option-detail__cart .price-detail__inner {
  max-height: 262px;
  overflow-y: auto;
  padding: 0 8px;
}
.option-detail__cart .price-category {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .option-detail__cart .price-category {
    font-size: 16px;
  }
}
.option-detail__cart .price-num {
  text-align: right;
}
.option-detail__cart .price-note {
  margin: 8px 0 0 1rem;
  color: #bc2739;
  font-size: 14px;
  text-indent: -1rem;
}
.option-detail__cart .price-note + .price-note {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .option-detail__cart .price-note {
    font-size: 12px;
  }
}
.option-detail__cart .price-option {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}
.option-detail__cart .price-option .price-name {
  font-size: 14px;
  font-weight: bold;
}
.option-detail__cart .price-option .price-name:not(:first-of-type) {
  margin-top: 16px;
}
.option-detail__cart .price-option .price-box {
  margin-left: 0;
}
.option-detail__cart .price-option .price-box > .text {
  font-size: 14px;
}
.option-detail__cart .text--small {
  font-size: 12px;
}
.option-detail__cart .cart-buttons {
  width: 240px;
  margin: 20px auto 0;
}
.option-detail__cart .cart-buttons .oval-link--border--red {
  width: 100%;
  padding: 10px 28px;
  color: #bc2739;
  font-size: 15px;
  text-decoration: none;
}
.option-detail__cart .cart-buttons .oval-link--red {
  width: 100%;
  margin: 12px 0 0;
  border: none;
  line-height: 1.5;
}
.option-detail__cart .cart-btn {
  margin: 12px 0 0;
}

/* オプションモーダル */
.option-wrap {
  background: #ffffff;
  padding: 24px 80px 64px;
}
@media screen and (max-width: 768px) {
  .option-wrap {
    padding: 24px 0 32px;
  }
}
.option-wrap .oval-link--red {
  display: block;
  width: 280px;
  margin: 32px auto 0;
  border: none;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .option-wrap .oval-link--red {
    width: 240px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .option-wrap .service-detail__cart {
    padding: 0;
    background: transparent;
  }
  .option-wrap .service-detail__cart .cart-inr {
    padding: 0;
  }
  .option-wrap .service-detail__cart .cart-inr .title {
    padding: 0 32px 16px;
    overflow: auto;
    text-overflow: unset;
    white-space: normal;
  }
  .option-wrap .service-detail__cart .cart-inr .price-detail {
    padding: 0 16px;
  }
}
.option-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .option-heading {
    margin: 16px 0 0;
    padding-top: 16px;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
  }
}
.option-heading + .option-text {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .option-heading + .option-text {
    font-size: 14px;
  }
}
.option-scroll {
  max-height: calc(90vh - 310px);
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .option-scroll {
    max-height: calc(90vh - 324px);
  }
}
.option-inner {
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .option-inner {
    margin-top: 16px;
  }
}
.option-inner > .simple-checkbox {
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .option-inner > .simple-checkbox {
    margin-left: 0;
  }
}
.option-inner .simple-checkbox {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .option-inner .simple-checkbox {
    font-size: 14px;
  }
}
.option-inner .simple-checkbox .simple-checkbox__item {
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .option-inner .simple-checkbox .simple-checkbox__item {
    margin-right: 16px;
  }
}
.option-detail .simple-checkbox {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .option-detail .simple-checkbox {
    font-size: 14px;
  }
}
.option-detail__item {
  margin: 32px 0 0;
  padding: 48px 0;
  background: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .option-detail__item {
    margin: 16px 0 0;
    padding: 32px 0;
  }
}
.option-detail__item:nth-child(n+2) {
  margin-top: 16px;
}
.option-detail.is-disabled .simple-checkbox:hover,
.option-detail.is-disabled .simple-checkbox:focus {
  cursor: auto;
}
.option-detail.is-disabled .option-plan,
.option-detail.is-disabled .option-list {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .option-detail__cart-wrap {
    padding: 12px 16px 0;
  }
}
.option-plan {
  position: relative;
  padding: 0 32px 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .option-plan {
    justify-content: center;
    padding: 0 24px 16px;
    font-size: 18px;
  }
}
.option-plan::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  content: "";
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #bc2739;
}
.option-list {
  margin: 32px 32px 0;
}
@media screen and (max-width: 768px) {
  .option-list {
    margin: 14px 14px 0;
  }
}
.option-list a {
  text-decoration: underline;
}
.option-list a:hover, .option-list a:focus {
  color: #bc2739;
  text-decoration: none;
}
.option-item:nth-child(n+2) {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .option-item:nth-child(n+2) {
    margin-top: 16px;
    padding-top: 16px;
  }
}
.option-describe {
  margin: 11px 0 0 56px;
}
@media screen and (max-width: 768px) {
  .option-describe {
    margin: 0;
  }
}
.option-text {
  margin: 8px 0 0;
}
@media screen and (max-width: 768px) {
  .option-text {
    font-size: 12px;
  }
}
.option-price {
  display: flex;
  align-items: center;
  margin: 8px 0 0;
}
@media screen and (max-width: 768px) {
  .option-price {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.option-price__title {
  padding: 4px 16px;
  border-radius: 4px;
  background: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .option-price__title {
    padding: 4px 10px;
    font-size: 13px;
  }
}
.option-price__fee {
  margin-left: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .option-price__fee {
    margin-left: 0;
  }
}
.option-price__fee span {
  display: inline-block;
  margin-right: 2px;
  color: #bc2739;
  font-size: 30px;
  font-family: "Lato", "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
}
@media screen and (max-width: 768px) {
  .option-price__fee span {
    font-size: 24px;
  }
}
.option-price__tax {
  margin-left: 8px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .option-price__tax {
    width: 100%;
    margin: 0;
    font-size: 12px;
    text-align: right;
  }
}
.option-note {
  margin: 8px 0 0 1rem;
  color: #bc2739;
  font-size: 14px;
  text-indent: -1rem;
}
@media screen and (max-width: 768px) {
  .option-note {
    margin-top: 4px;
    font-size: 12px;
  }
}
.option-note + .option-note {
  margin-top: 0;
}

/* 利用規約モーダル */
.terms-wrap {
  background: #ffffff;
  padding: 24px 64px 64px;
}
@media screen and (max-width: 768px) {
  .terms-wrap {
    padding: 24px 30px 30px;
  }
}
.terms-wrap .modal_content {
  max-height: calc(90vh - 128px);
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .terms-wrap .modal_content {
    max-height: calc(90vh - 96px);
  }
}
.terms-header {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.is-terms__modal #cboxLoadedContent {
  background: #ffffff;
}

/*商品詳細の紹介YouTubeブロック*/
.overview-movie {
  width: 800px;
  margin: 50px auto 80px;
}
@media screen and (max-width: 768px) {
  .overview-movie {
    width: 100%;
  }
}

/*商品詳細の各ブロック*/
.service-detail__block {
  margin-top: 60px;
}
.service-detail__block p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .service-detail__block p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.overview__block {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .overview__block {
    display: block;
  }
}
.overview__block .image {
  width: 288px;
}
@media screen and (max-width: 768px) {
  .overview__block .image {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.overview__block .title-body {
  width: calc(100% - 328px);
}
@media screen and (max-width: 768px) {
  .overview__block .title-body {
    width: 100%;
  }
}

/**/
.card-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .card-link {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .card-link.is-single {
    justify-content: center;
  }
}
.card-link .card-link__box {
  width: 288px;
  min-width: 288px;
}
@media screen and (max-width: 768px) {
  .card-link .card-link__box {
    width: 224px;
    min-width: 224px;
    margin: 0 0 12px 0;
  }
}
.card-link .card-link__box:nth-child(n+2) {
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .card-link .card-link__box:nth-child(n+2) {
    margin-left: 12px;
  }
}
.card-link .card-link__box .img {
  margin-bottom: 20px;
}
.card-link .card-link__box .card-link__item {
  display: inline-block;
  padding-right: 40px;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .card-link .card-link__box .card-link__item {
    font-size: 16px;
  }
}
.card-link .card-link__box .card-link__item:hover, .card-link .card-link__box .card-link__item:focus {
  color: #bc2739;
  text-decoration: none;
}
.card-link .card-link__box .card-link__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/themes/custom/subsphere/images/resources/icon_circle_anchor-d.webp) no-repeat center/100%;
}
.card-link .card-link__box .card-link__item--simple {
  padding-right: 0;
  text-decoration: none;
}
.card-link .card-link__box .card-link__item--simple:after {
  display: none;
}

/*機能説明ブロック*/
.function-block {
  background: #f3f3f3;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .function-block {
    padding: 20px 15px 15px;
  }
}
.function-block .function-outline {
  display: flex;
}
@media screen and (max-width: 768px) {
  .function-block .function-outline {
    flex-wrap: wrap;
  }
}
.function-block .function-outline .img {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .function-block .function-outline .img {
    margin-right: 10px;
    width: 112px;
  }
}
.function-block .function-outline .img img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .function-block .function-outline h3 {
    width: calc(100% - 122px);
  }
}
.function-block .function-outline .function-disc {
  margin-top: 20px;
  width: calc(100% - 318px);
}
@media screen and (max-width: 768px) {
  .function-block .function-outline .function-disc {
    width: 100%;
  }
}
.function-block .function-outline .function-disc .reco_ttl {
  font-weight: bold;
  margin: 30px 0 20px;
}
.function-block .function-outline .function-disc ul {
  display: flex;
  flex-wrap: wrap;
}
.function-block .function-outline .function-disc ul li {
  position: relative;
  padding-left: 34px;
  margin: 0 50px 10px 0;
}
.function-block .function-outline .function-disc ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/themes/custom/subsphere/images/resources/icon_circle_check.webp) no-repeat center/100%;
}
.function-block .function-support {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  margin: 30px 30px 0;
  padding: 30px 30px 0;
}
@media screen and (max-width: 768px) {
  .function-block .function-support {
    margin: 20px 0 0;
    padding: 20px 0 0;
    display: block;
  }
}
.function-block .function-support .support-box {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .function-block .function-support .support-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.function-block .function-support .support-box .icon {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .function-block .function-support .support-box .icon {
    display: none;
  }
}
.function-block .function-support .support-box .ttl {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .function-block .function-support .support-box .ttl {
    text-align: left;
    font-size: 16px;
  }
  .function-block .function-support .support-box .ttl br {
    display: none;
  }
}
.function-block .function-support .support-box .txt {
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .function-block .function-support .support-box .txt {
    font-size: 14px;
  }
}
.function-block .function-support .support-box .note14-txt {
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .function-block .function-support .support-box .note14-txt {
    font-size: 12px;
  }
}

.merit-block--inr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .merit-block--inr {
    display: block;
  }
}
.merit-block--inr .plan {
  width: calc(100% - 384px);
}
@media screen and (max-width: 768px) {
  .merit-block--inr .plan {
    width: 100%;
  }
}
.merit-block--inr .plan .plan-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .merit-block--inr .plan .plan-box {
    display: block;
  }
}
.merit-block--inr .plan .plan-box--detail {
  width: 416px;
}
@media screen and (max-width: 768px) {
  .merit-block--inr .plan .plan-box--detail {
    width: 100%;
  }
}
.merit-block--inr .plan .plan-box--detail p {
  color: #359dd4;
  font-weight: bold;
  margin-bottom: 15px;
}
.merit-block--inr .plan .plan-box--detail ul li {
  font-weight: bold;
  font-size: 20px;
  color: #014384;
  margin-bottom: 10px;
}
.merit-block--inr .plan .plan-box--detail ul li span {
  color: #feab4b;
}
.merit-block--inr .plan .comment {
  font-size: 14px;
}
.merit-block--inr .plan .indent-2 {
  text-indent: -2em;
  padding-left: 2em;
}
.merit-block .service-detail__cart {
  width: 344px;
}
@media screen and (max-width: 768px) {
  .merit-block .service-detail__cart {
    width: 100%;
    margin-top: 30px;
  }
}
.merit-block .service-detail__cart .atten {
  margin-bottom: 0;
  margin-top: 20px;
}
.merit-block .service-detail__cart .cart-inr--box {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.merit-block .service-detail__cart .cart-inr--box:nth-last-of-type(1) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/*料金表*/
.price_tbl {
  width: 100%;
  min-width: 750px;
  table-layout: fixed;
}
.price_tbl--scroll {
  overflow-x: auto;
}
.price_tbl.border_tbl {
  min-width: 1000px;
  table-layout: auto;
}
.price_tbl.border_tbl tr:first-child td {
  border-top: none;
}
.price_tbl.border_tbl td {
  border-top: 1px solid #e5e5e5;
}
.price_tbl.border_tbl .sml-cell {
  width: 14%;
}
.price_tbl th {
  background: #3581c6;
  color: #ffffff;
  font-weight: bold;
  padding: 20px;
  font-size: 24px;
  border-left: 1px solid #e5e5e5;
  text-align: left;
  width: 28%;
}
.price_tbl th:first-child {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .price_tbl th {
    font-size: 20px;
  }
}
.price_tbl td {
  border-left: 1px solid #e5e5e5;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .price_tbl td {
    padding: 10px;
  }
}
.price_tbl td:first-child {
  border-left: none;
}
.price_tbl td .price_block {
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  margin-bottom: 10px;
}
.price_tbl td .price_block .price_before {
  width: 50%;
  position: relative;
}
.price_tbl td .price_block .price_before:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 24px;
  background: url(/themes/custom/subsphere/images/resources/icon_triangle-b.webp) no-repeat center/100%;
}
.price_tbl td .price_block .price_before .txt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .price_tbl td .price_block .price_before .txt {
    font-size: 14px;
  }
}
.price_tbl td .price_block .price_before .price {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price_tbl td .price_block .price_before .price {
    font-size: 14px;
  }
}
.price_tbl td .price_block .price_before .price span {
  margin-right: 4px;
  font-family: "Lato", "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
  font-size: 30px;
  color: #bc2739;
}
@media screen and (max-width: 768px) {
  .price_tbl td .price_block .price_before .price span {
    font-size: 24px;
  }
}
.price_tbl td .price_block .price_after {
  width: 36%;
}
.price_tbl td .price_block .price_after .txt {
  font-size: 16px;
  color: #3581c6;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price_tbl td .price_block .price_after .txt {
    font-size: 14px;
  }
}
.price_tbl td .price_block .price_after .price {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .price_tbl td .price_block .price_after .price {
    font-size: 14px;
  }
}
.price_tbl td .price_block .price_after .price span {
  margin-right: 4px;
  color: #3581c6;
  font-family: "Lato", "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
  font-size: 56px;
}
@media screen and (max-width: 768px) {
  .price_tbl td .price_block .price_after .price span {
    font-size: 48px;
  }
}
.price_tbl td .atten {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 10px;
  font-size: 12px;
}
.price_tbl td .atten p {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 24px;
}
.price_tbl td .atten p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/themes/custom/subsphere/images/resources/icon_exclamation-circle.webp) no-repeat center/100%;
}
.price_tbl td .keiro {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.price_tbl td .price_txt {
  font-weight: bold;
}
.price_tbl td .price_txt span {
  margin-right: 4px;
  font-family: "Lato", "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
  font-size: 30px;
  color: #bc2739;
}
@media screen and (max-width: 768px) {
  .price_tbl td .price_txt span {
    font-size: 24px;
  }
}
.price_tbl .detail-link {
  text-align: center;
}
.price_tbl .detail-link .oval-link {
  margin: 0 auto;
  width: 80%;
  padding: 10px 40px;
}
@media screen and (max-width: 768px) {
  .price_tbl .detail-link .oval-link {
    width: 100%;
    font-size: 14px;
  }
}

/*利用方法*/
.service-detail__use-block {
  display: flex;
}
.service-detail__use-block.step4-over {
  display: block;
}
.service-detail__use-block.step4-over .step-box {
  width: 808px;
  margin: 0 auto 50px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .service-detail__use-block.step4-over .step-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service-detail__use-block {
    display: block;
  }
}
.service-detail__use-block.step2-only .step-box {
  width: 50%;
}
.service-detail__use-block .step-box {
  text-align: center;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .service-detail__use-block .step-box {
    width: 100%;
    text-align: left;
  }
}
.service-detail__use-block .step-box .step {
  font-family: "Lato", "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
  font-weight: bold;
  color: #bc2739;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service-detail__use-block .step-box .step {
    margin-bottom: 10px;
  }
}
.service-detail__use-block .step-box .ttl {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service-detail__use-block .step-box .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.service-detail__use-block .step-box .txt {
  line-height: 1.5;
  margin-bottom: 15px;
}

.scroll-area--pc .scroll-block .service-detail__use-block .step-box {
  min-width: 392px;
}
@media screen and (max-width: 768px) {
  .scroll-area--pc .scroll-block .service-detail__use-block .step-box {
    min-width: auto;
  }
}

/*よくある質問*/
@media screen and (max-width: 768px) {
  #faq.service-detail__block .content-inner {
    padding: 0;
  }
}
.faq-list {
  margin-bottom: 100px;
  counter-reset: listnum;
}
.faq-list > li {
  border-bottom: 1px solid #e5e5e5;
}
.faq-list li .faq-heading {
  margin: 0 auto;
  padding: 20px 0;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  transition: all 0.25s;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .faq-list li .faq-heading {
    font-size: 16px;
    padding: 15px;
  }
}
.faq-list li .faq-heading:hover, .faq-list li .faq-heading:focus {
  opacity: 0.7;
}
.faq-list li .faq-heading span {
  position: relative;
  padding-right: 35px;
  display: block;
}
.faq-list li .faq-heading:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/themes/custom/subsphere/images/resources/icon_plus.webp) no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .faq-list li .faq-heading:after {
    right: 15px;
  }
}
.faq-list li .faq-heading.is-active:after {
  background: url(/themes/custom/subsphere/images/resources/icon_minus.webp) no-repeat center/100%;
}
.faq-list li .question span {
  padding-left: 50px;
}
.faq-list li .question span:before {
  content: "Q" counter(listnum);
  counter-increment: listnum;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 20px;
  font-family: "Lato", "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
  font-weight: bold;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .faq-list li .question span:before {
    line-height: 1.2;
  }
}
.faq-list li .faq-body {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .faq-list li .faq-body {
    font-size: 16px;
    line-height: 1.5;
  }
}
.faq-list li .faq-body a {
  text-decoration: underline;
  transition: all 0.25s;
}
.faq-list li .faq-body a:hover, .faq-list li .faq-body a:focus {
  color: #bc2739;
  text-decoration: none;
}
.faq-list li .faq-answer__block {
  position: relative;
  padding: 0 35px 20px;
}
@media screen and (max-width: 768px) {
  .faq-list li .faq-answer__block {
    padding-right: 0;
  }
}
.faq-list li .faq-answer__block::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #bc2739;
  font-size: 20px;
  font-family: "Lato", "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
  font-weight: bold;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .faq-list li .faq-answer__block::before {
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .faq-list li .answer {
    padding: 0 15px;
  }
}

/*複数バージョンの概要プラン表*/
.plan_tbl {
  width: 100%;
  min-width: 750px;
  table-layout: fixed;
}
.plan_tbl--scroll {
  overflow-x: auto;
}
.plan_tbl th {
  background: #3581c6;
  color: #ffffff;
  font-weight: bold;
  padding: 20px;
  font-size: 24px;
  border-left: 1px solid #e5e5e5;
  text-align: center;
  vertical-align: middle;
}
.plan_tbl th:first-child {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .plan_tbl th {
    font-size: 20px;
  }
}
.plan_tbl td {
  border-left: 1px solid #e5e5e5;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .plan_tbl td {
    padding: 10px;
  }
}
.plan_tbl td:first-child {
  border-left: none;
}
.plan_tbl td .price_block {
  border-top: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 10px;
}
.plan_tbl td .price_block:nth-of-type(1) {
  border-top: none;
}
.plan_tbl td .price_block .txt {
  font-size: 16px;
}
.plan_tbl td .price_block .price {
  font-size: 16px;
  font-weight: bold;
}
.plan_tbl td .price_block .price span {
  margin-right: 4px;
  font-family: "Lato", "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
  font-size: 30px;
  font-weight: bold;
  color: #bc2739;
}
@media screen and (max-width: 768px) {
  .plan_tbl td .price_block .price span {
    font-size: 22px;
  }
}
.plan_tbl .detail-link {
  text-align: center;
}
.plan_tbl .detail-link a {
  margin: 0 auto;
  width: 80%;
  padding: 10px 40px;
}
@media screen and (max-width: 768px) {
  .plan_tbl .detail-link a {
    width: 100%;
    font-size: 14px;
  }
}

/* 追従エリア設定 */
.service-detail__cart-wrap .cart__tgl-btn {
  display: none;
  width: 392px;
  padding: 18px 0 17px;
  border-radius: 0 0 8px 8px;
  background: #bc2739;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.service-detail__cart-wrap .cart__tgl-btn span {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.service-detail__cart-wrap .cart__tgl-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/themes/custom/subsphere/images/resources/icon_arrow-wt-d.webp) no-repeat center/100%;
}
.service-detail__cart-wrap .cart__tgl-btn.is-active {
  border-radius: 0;
}
.service-detail__cart-wrap .cart__tgl-btn.is-active span::after {
  background: url(/themes/custom/subsphere/images/resources/icon_arrow-wt-u.webp) no-repeat center/100%;
}
.service-detail__cart-wrap.is-fixed {
  position: fixed;
  top: 0;
  right: calc((100% - 1224px) / 2);
  border: 2px solid transparent;
  border-top: none;
  border-radius: 0 0 10px 10px;
  z-index: 9200;
}
@media screen and (max-width: 1324px) {
  .service-detail__cart-wrap.is-fixed {
    right: 88px;
  }
}
.service-detail__cart-wrap.is-fixed .cart__tgl-btn {
  display: block;
}
.service-detail__cart-wrap.is-fixed .service-detail__cart {
  display: none;
  max-height: calc(100vh - 212px);
  border-radius: 0 0 6px 6px;
  overflow-y: auto;
}
.service-detail__cart-wrap.is-active {
  border-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .cart__tgl-btn {
    display: none;
  }
  .service-detail__main-visual .heading__flex {
    padding: 0 24px;
  }
  .service-detail__main-visual .catch {
    padding: 0 24px;
  }
  .service-detail__main-visual .main-visual--inr .heading {
    padding: 0 24px;
  }
  .service-detail__main-visual .main-visual--inr .link-block {
    display: block;
    padding: 0 24px;
  }
  .service-detail__main-visual .main-visual--inr .link-block .terms-link-block {
    width: 100%;
  }
  .service-detail__main-visual .main-visual--inr .link-block .another-link-block {
    width: 100%;
    display: block;
  }
  .service-detail__main-visual .main-visual--inr .link-block .another-link-block .arrow-link {
    width: auto;
  }
  .service-detail__main-visual .main-visual--inr .link-block .another-link-block .dl-btn {
    width: 100%;
  }
  .service-detail__main-visual .main-visual--inr .link-block .another-link-block .oval-link--border--red {
    display: block;
    margin-top: 25px;
    padding: 11px 44px 10px;
    text-align: center;
  }
  .service-detail__main-visual .main-visual--inr .link-block .arrow-link {
    margin-right: 22px !important;
  }
  .service-detail__main-visual .main-visual--inr .link-block .arrow-link:nth-child(n+2) {
    margin-right: 0 !important;
  }
  .service-detail__main-visual .main-visual--inr .link-block .dl-btn {
    display: block;
    margin: 25px auto 0;
    padding: 11px 44px 10px;
    text-align: center;
  }
  .service-detail__cart-wrap {
    margin-top: 32px;
    padding: 0 24px;
  }
  .service-detail__cart-wrap.is-fixed .service-detail__cart {
    display: block;
  }
  .service-detail__cart {
    width: 100% !important;
  }
  .service-detail__cart-wrap.is-fixed {
    position: relative;
    right: auto;
  }
  .service-detail__cart-wrap.is-fixed .cart__tgl-btn {
    display: none;
  }
  .service-detail__main-visual {
    display: block !important;
  }
  .cart__modal-btn {
    position: fixed;
    width: 48px;
    height: 48px;
    right: 12px;
    z-index: 9300;
  }
}
/** ============================================================
* サービスまとめページ
* ========================================================== */
.service-summary__main-visual .icon-block {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .service-summary__main-visual .icon-block {
    margin-top: 20px;
  }
  .service-summary__main-visual .icon-block + .main-heading {
    margin-top: 20px;
  }
}
.service-summary__main-visual .icon-block p {
  margin-left: 5px;
}
.service-summary__main-visual .catch {
  margin: 20px 0 50px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .service-summary__main-visual .catch {
    font-size: 16px;
    margin: 20px 0;
  }
}
.service-summary__search {
  background: #f3f3f3;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .service-summary__search {
    padding: 20px 10px;
  }
  .service-summary__search p {
    font-size: 16px;
  }
}
.service-summary__search table {
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .service-summary__search table {
    margin-top: 10px;
  }
}
.service-summary__search table tr:last-child th,
.service-summary__search table tr:last-child td {
  border-bottom: none;
}
.service-summary__search table th {
  width: 20%;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .service-summary__search table th {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: none;
    font-size: 16px;
  }
}
.service-summary__search table td {
  width: 80%;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .service-summary__search table td {
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
  }
}
.service-summary__search input {
  position: absolute;
  left: -9999px;
}
.service-summary__search label {
  display: inline-block;
  position: relative;
  margin: 10px 10px 0 0;
  padding: 10px 30px;
  border-radius: 100px;
  background-color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 16px;
  transition: all 0.25s;
}
@media screen and (max-width: 768px) {
  .service-summary__search label {
    font-size: 12px;
    margin: 10px 5px 0 0;
    padding: 10px 20px;
  }
}
.service-summary__search label:hover, .service-summary__search label:focus {
  opacity: 0.7;
}
.service-summary__search input:checked + label {
  background-color: #000;
  color: #ffffff;
  font-weight: bold;
}
.service-summary__search input:checked + label::before {
  background-color: #ffffff;
}

.result-block .result_num {
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .result-block .result_num {
    font-size: 16px;
  }
}
.result-block .result_num span {
  color: #bc2739;
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  .result-block .result_num span {
    font-size: 30px;
  }
}
.result-block--scroll {
  overflow-x: auto;
}
.result-block .result_tbl {
  width: 100%;
  table-layout: auto;
}
@media screen and (max-width: 768px) {
  .result-block .result_tbl {
    width: 1000px;
  }
}
.result-block .result_tbl tr:last-child td {
  border-bottom: none;
}
.result-block .result_tbl th {
  background: #3581c6;
  color: #ffffff;
  font-weight: bold;
  padding: 20px 10px;
  font-size: 20px;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .result-block .result_tbl th {
    font-size: 16px;
  }
}
.result-block .result_tbl th:first-child {
  border-left: none;
}
.result-block .result_tbl th.plan {
  width: 20%;
}
.result-block .result_tbl th.features {
  width: 25%;
}
.result-block .result_tbl th.contract {
  width: 6%;
}
.result-block .result_tbl th.id {
  width: 10%;
}
.result-block .result_tbl th.storage {
  width: 10%;
}
.result-block .result_tbl th.file {
  width: 9%;
}
.result-block .result_tbl th.function {
  width: 20%;
}
.result-block .result_tbl td {
  font-size: 16px;
  padding: 20px 10px;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .result-block .result_tbl td {
    font-size: 14px;
  }
}
.result-block .result_tbl td:first-child {
  border-left: none;
}
.result-block .result_tbl td .icon-block {
  display: flex;
  margin-top: 20px;
}
.result-block .result_tbl td .icon-block p {
  margin-right: 5px;
  width: 32px;
}
.result-block .result_tbl td .oval-link {
  padding: 10px 40px 10px 20px;
  font-size: 14px;
  margin-top: 20px;
}
.result-block .result_tbl td .oval-link:after {
  right: 10px;
}
.result-block .result_tbl td ul li {
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .result-block .result_tbl td ul li {
    font-size: 14px;
  }
}

/** ============================================================
 * 掲載終了・404・メンテナンス
 * ========================================================== */
.attention-contents {
  text-align: center;
  padding: 125px 0;
}
@media screen and (max-width: 768px) {
  .attention-contents {
    padding: 80px 0;
  }
}
.attention-contents .attention_heading {
  color: #bc2739;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  padding: 50px 0 50px 120px;
  display: inline-block;
}
.attention-contents .attention_heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 92px;
  height: 80px;
  background: url(/themes/custom/subsphere/images/resources/icon_attention.webp) no-repeat center/100%;
}
.attention-contents .attention_heading br {
  display: none;
}
@media screen and (max-width: 768px) {
  .attention-contents .attention_heading {
    font-size: 24px;
    padding: 70px 0 30px 0;
    display: block;
  }
  .attention-contents .attention_heading::before {
    top: 0;
    left: 50%;
    transform: translateY(0);
    transform: translateX(-50%);
    width: 56px;
    height: 50px;
  }
  .attention-contents .attention_heading br {
    display: block;
  }
}
.attention-contents p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .attention-contents p {
    font-size: 16px;
    line-height: 1.7;
  }
}
.attention-contents .search-box {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .attention-contents .search-box {
    margin-top: 30px;
  }
}
.attention-contents .maintenance-block {
  width: 808px;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 40px;
  font-weight: bold;
  font-size: 18px;
  margin: 40px auto 20px;
}
@media screen and (max-width: 768px) {
  .attention-contents .maintenance-block {
    width: 100%;
    font-size: 16px;
    padding: 30px 20px;
  }
}
.attention-contents .note14-txt {
  font-size: 12px !important;
}

/** ============================================================
 * LP
 * ========================================================== */
.lp-main ul {
  margin-top: 20px;
}
.lp-main ul li {
  background: #7d7d7d;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  padding: 1px 10px;
  margin-right: 2px;
  display: inline;
}

.lp-block {
  margin: 80px 0 120px;
}
@media screen and (max-width: 768px) {
  .lp-block {
    margin: 40px 0 60px;
  }
  .lp-block .narrow-block {
    padding: 0 24px;
  }
}
.lp-block .company_info {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .lp-block .company_info {
    display: block;
    margin-bottom: 20px;
  }
}
.lp-block .company_info .logo-area {
  width: 326px;
}
@media screen and (max-width: 768px) {
  .lp-block .company_info .logo-area {
    width: 100%;
    text-align: center;
  }
}
.lp-block .company_info .name-area {
  width: 690px;
  border-left: 1px solid #e5e5e5;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .lp-block .company_info .name-area {
    width: 100%;
    border-left: none;
    padding: 20px 0;
  }
}
.lp-block .company_info .name-area .name {
  font-weight: bold;
}
.lp-block .lp_main-img {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lp-block .lp_main-img {
    margin-bottom: 40px;
  }
}
.lp-block .pagenav_box {
  background: #f3f3f3;
  padding: 50px;
  border-radius: 10px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lp-block .pagenav_box {
    margin: 0 0 50px;
    padding: 20px;
  }
}
.lp-block .pagenav_box .mokuji-heading {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lp-block .pagenav_box .mokuji-heading {
    font-size: 20px;
  }
}
.lp-block .pagenav_box ol {
  margin-top: 20px;
  counter-reset: li;
}
.lp-block .pagenav_box ol li {
  font-size: 18px;
  margin-top: 5px;
  padding-bottom: 18px;
  padding-left: 3em;
  text-indent: -2em;
}
@media screen and (max-width: 768px) {
  .lp-block .pagenav_box ol li {
    font-size: 16px;
  }
}
.lp-block .pagenav_box ol li a {
  text-decoration: underline;
}
.lp-block .pagenav_box ol li a:hover, .lp-block .pagenav_box ol li a:focus {
  color: #bc2739;
  text-decoration: none;
}
.lp-block .pagenav_box ol li::before {
  color: #bc2739;
  font-weight: bold;
  counter-increment: li;
  content: counter(li) ".　";
}
.lp-block .pagenav_box ol li:last-of-type {
  padding-bottom: 0;
}
.lp-block .lp-text {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .lp-block .lp-text {
    font-size: 16px;
  }
}

/** ============================================================
 * サービス名別一覧
 * ========================================================== */
.service-name__search {
  background: #f3f3f3;
  padding: 40px 26px 40px 40px;
  border-radius: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .service-name__search {
    padding: 20px 10px 20px 20px;
  }
}
.service-name__search input {
  position: absolute;
  left: -9999px;
}
.service-name__search label {
  display: inline-block;
  position: relative;
  margin: 15px 14px 0 0;
  padding: 8px 34px;
  border-radius: 100px;
  background-color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 16px;
  transition: all 0.25s;
}
@media screen and (max-width: 768px) {
  .service-name__search label {
    font-size: 12px;
    margin: 10px 12px 0 0;
  }
}
.service-name__search label:hover, .service-name__search label:focus {
  opacity: 0.7;
}
.service-name__search input:checked + label {
  background-color: #000;
  color: #ffffff;
  font-weight: bold;
}
.service-name__search input:checked + label::before {
  background-color: #ffffff;
}
.service-name__search ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.service-name__search ul.alphabet label {
  border-radius: 5px;
  padding: 8px 16px;
}
@media screen and (max-width: 768px) {
  .service-name__search ul.alphabet label {
    width: 40px;
  }
}
.service-name__result .content-inner--narrow {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .service-name__result .content-inner--narrow {
    width: 100%;
  }
}
.service-name__result ul {
  display: flex;
  flex-wrap: wrap;
}
.service-name__result ul li {
  width: 50%;
  margin-bottom: 15px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .service-name__result ul li {
    width: 100%;
  }
}
.service-name__result ul li .arrow-link--right {
  padding-right: 24px;
}
.service-name__result ul li .arrow-link--right:after {
  transform: translateY(0);
  top: 5px;
}

/** ============================================================
 * コラム一覧
 * ========================================================== */
.column__list {
  margin: 60px auto 0;
  width: 808px;
}
@media screen and (max-width: 768px) {
  .column__list {
    width: 100%;
    margin: 40px auto 0;
  }
}
.column__list-item {
  display: flex;
  margin-bottom: 40px;
}
.column__list-img {
  width: 184px;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .column__list-img {
    width: 80px;
    margin-right: 10px;
  }
}
.column__list-link {
  width: calc(100% - 208px);
}
@media screen and (max-width: 768px) {
  .column__list-link {
    width: calc(100% - 90px);
  }
}
.column__list-title {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .column__list-title {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.column__list-title:hover, .column__list-title:focus {
  color: #bc2739;
}
.column__list-txt {
  font-size: 14px;
  color: #7d7d7d;
  margin: 20px 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .column__list-txt {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .column__list-keyword {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .column__list-keyword .hashtag-item {
    margin-right: 10px;
  }
  .column__list-keyword .hashtag-item:nth-child(n+2) {
    margin-left: 0;
  }
}
.column__list-keyword a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .column__list-keyword a {
    font-size: 12px;
  }
}
.column__list-keyword a:hover, .column__list-keyword a:focus {
  text-decoration: none;
  color: #bc2739;
  font-weight: bold;
}

/** ============================================================
 * おすすめサービス・関連するサービス系、個数でデザインがきたもの
 * ========================================================== */
.service__list.card__list--col4 .card__list-item > a, .service__list.card__list--col3 .card__list-item > a, .service__list.card__list--col2 .card__list-item > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.service__list.card__list--col4 {
  /*4つ以上*/
}
.service__list.card__list--col4 .card__list-item {
  width: calc(25% - 18px);
}
@media screen and (max-width: 768px) {
  .service__list.card__list--col4 .card__list-item {
    width: 224px;
  }
}
.service__list.card__list--col3 {
  /*3つ*/
  width: 912px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .service__list.card__list--col3 {
    width: auto;
  }
}
.service__list.card__list--col3 .card__list-item {
  width: calc(33.333% - 18px);
}
.service__list.card__list--col3 .card__list-item:nth-child(n+4) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .service__list.card__list--col3 .card__list-item {
    width: 224px;
  }
}
.service__list.card__list--col2 {
  /*2つ*/
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .service__list.card__list--col2 {
    justify-content: left;
  }
}
.service__list.card__list--col2 .card__list-item {
  width: 600px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .service__list.card__list--col2 .card__list-item {
    width: 224px;
  }
}
.service__list.card__list--col2 .card__list-item:nth-of-type(even) {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .service__list.card__list--col2 .card__list-item:nth-of-type(even) {
    margin-left: 12px;
  }
}
.service__list.card__list--col2 .card__list-item:nth-child(n+3) {
  margin-top: 40px;
}
.service__list.card__list--col2 .card__list-item .image--detail {
  display: flex;
}
@media screen and (max-width: 768px) {
  .service__list.card__list--col2 .card__list-item .image--detail {
    display: block;
  }
}
.service__list.card__list--col2 .card__list-item .image--detail .card__list-detail {
  width: calc(100% - 288px);
}
@media screen and (max-width: 768px) {
  .service__list.card__list--col2 .card__list-item .image--detail .card__list-detail {
    width: 100%;
  }
}
.service__list.card__list--col1 {
  /*1つ*/
  justify-content: center;
}
.service__list.card__list--col1 .card__list-item {
  width: 600px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .service__list.card__list--col1 .card__list-item {
    width: 224px;
  }
}
.service__list.card__list--col1 .card__list-item:nth-child(n+2) {
  margin-top: 40px;
}
.service__list.card__list--col1 .card__list-item .image--detail {
  display: flex;
}
@media screen and (max-width: 768px) {
  .service__list.card__list--col1 .card__list-item .image--detail {
    display: block;
  }
}
.service__list.card__list--col1 .card__list-item .image--detail .card__list-detail {
  width: calc(100% - 288px);
}
@media screen and (max-width: 768px) {
  .service__list.card__list--col1 .card__list-item .image--detail .card__list-detail {
    width: 100%;
  }
}
.service__list .card__list-detail {
  padding: 24px 24px 0;
}
.service__list .card__list-link {
  padding: 0 24px 32px;
}
.service__list .card__list-link .oval-link {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .service__list .card__list-link .oval-link {
    width: 100%;
  }
}

/** ============================================================
 * 新規会員登録
 * ========================================================== */
.registration-block {
  width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .registration-block {
    width: 100%;
  }
}
.registration-block h1 {
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .registration-block h1 {
    font-size: 28px;
  }
}
.registration-block .raad_txt {
  margin-bottom: 60px;
  font-size: 16px;
}
.registration-block p {
  margin-bottom: 15px;
  text-align: center;
}
.registration-block a {
  display: block;
}
@media screen and (max-width: 768px) {
  .registration-block a {
    font-size: 16px;
  }
}

.registration-flex {
  display: flex;
  justify-content: center;
  margin: 80px 0 40px;
}
@media screen and (max-width: 768px) {
  .registration-flex {
    display: block;
    margin-top: 60px;
  }
}
.registration-flex__item {
  width: 420px;
}
@media screen and (max-width: 768px) {
  .registration-flex__item {
    width: 100%;
  }
}
.registration-flex__item:nth-child(n+2) {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .registration-flex__item:nth-child(n+2) {
    margin: 80px 0 0;
  }
}
.registration-flex .d_readist {
  margin-bottom: 10px;
}
.registration-flex .d_readist .oval-link--d {
  background: #2a80b9;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .registration-flex .d_readist .oval-link--d {
    font-size: 16px;
    padding: 15px 10px 15px 5px;
  }
}
.registration-flex .d_readist .oval-link--d::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/themes/custom/subsphere/images/resources/d-account-icon.webp);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
.registration-flex .d_readist .oval-link--d::after {
  background: url(/themes/custom/subsphere/images/resources/icon_arrow-wt-r.webp) no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .registration-flex .d_readist .oval-link--d::after {
    right: 10px;
  }
}
.registration-flex .txt_link {
  margin-bottom: 5px;
}
.registration-flex .txt_link a {
  text-decoration: underline;
}
.registration-flex .txt_link a:hover, .registration-flex .txt_link a:focus {
  color: #bc2739;
  text-decoration: none;
}
.registration-flex .mail_readist a {
  display: block;
}
@media screen and (max-width: 768px) {
  .registration-flex .mail_readist a {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */