@charset "utf-8";
/* CSS Document */

/* 削除 */
.pageHed .lg_sony > ul,
.pageHed .gNav,
.recommendScene,
.official_sns,
.following,
.recommendScene .security,
.nuroLogo,
#entryCorner,
#official_sns {
  display: none;
}

/* クッキーポリシーのみ */
.footer__main__lnk li:not(.cookiepolicy) {
  display: none;
}

/* ガタつき */
body {
  padding-top: 0 !important;
  overflow-x: hidden;
}

.recommendScene .security {
 display: none;
}

/* ===========================================================
 追従
=========================================================== */

.telephone {
  position: fixed;
  bottom: 1vw;
  right: 0;
  z-index:9999;
}

.telephone a {
  background: #000;
  color: #fff;
  width: 17vw;
  font-size: 1vw;
  text-align: center;
  padding: 0.8vw;
  margin: 0 0 0.5vw auto;
  transition: all .2s ease;
  border-radius: 10vw 0 0 10vw;
  font-weight: 700;
}

  .telephone a:after {
    content: "";
    width: 1vw;
    height: 0.5vw;
    background: url(/assets/img/common/arr_hoso.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 49%;
    right: 3vw;
    transform: translateY(-50%) rotate(90deg);
  }

.telephone a:hover {
  opacity: 0.8;
  transition: all .2s ease;
}

.telephone a:nth-of-type(1) {
  background: linear-gradient(90deg, #e88d50, #e75555 100%);
}

.telephone a:nth-of-type(2) {
   background: linear-gradient(90deg, rgb(79 211 65) 50%, rgb(115 211 193) 100%);
}



/* ===========================================================
 KV
=========================================================== */

.kv .btm {
  width: 65vw;
  margin: 3vw auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kv .btm li {
  width: 21vw;
}

.kv .btm li img {
  margin: 0 0 1vw;
  border: solid 1px #eee;
}

.kv .btm li .txt {
  font-size: 1.4vw;
  text-align: center;
  font-weight: 700;
}

/* ===========================================================
 section
=========================================================== */

section:not(#entry) {
  width: 65vw;
  margin: 0 auto 3vw;
  border: solid 0.5vw #667f94;
}

section:not(#entry) h2 {
  background: #667f94;
  text-align: center;
  color: #fff;
  padding: 0.8vw 0 1.2vw;
  font-size: 1.4vw;
  font-weight: 700
}

/* ===========================================================
 ijou
=========================================================== */

#ijou figure {
  padding: 2vw;
}

/* ===========================================================
 detail
=========================================================== */

#detail ul {
  padding: 4vw 5.5vw;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#detail ul li {
  width: 25vw;
  margin: 0 0 3vw;
}

#detail ul li:last-of-type {
  margin: 0;
  width: 100%
}

/* ===========================================================
 campaign
=========================================================== */

#campaign {
	position: relative;
}

#campaign figure {
  padding: 1vw 2vw 7.5vw;
}

#campaign .fuki {
	position: absolute;
	top: 25vw;
	right: 1.5vw;
}

#campaign .fuki img {
	width: 13vw;
	
}

#campaign .modal_open {
  background: #3b3b3b;
  width: 22vw;
  border-radius: 20vw;
  padding: 1vw 0;
  text-align: center;
  color: #fff;
  font-size: 1.2vw;
  position: absolute;
  bottom: 2vw;
  left: 2vw
}

#campaign .modal_open:after {
  content: "";
  background: url("/assets/img/common/ico_modal_white.svg") no-repeat;
  position: absolute;
  top: 50%;
  right: 1.5vw;
  transform: translateY(-46%);
  width: 1.2vw;
  height: 1.2vw;
}


/* ===========================================================
 clause
=========================================================== */

#clause {
  margin: 0 auto 5vw !important;
}

#clause .txt {
  padding: 2vw;
  font-size: 1.1vw;
  line-height: 1.7vw
}


/* ===========================================================
 entry
=========================================================== */

#entry {
  background: #f4f4f4;
  padding: 5vw 0;
}

#entry h2 {
  font-size: 2vw;
  font-weight: 500;
  text-align: center;
  margin: 0 0 5vw;
}


/* --------------------------------------
　pd_set 
-------------------------------------- */

#entry .pd_set {
  position: relative;
}

#entry .pd_set > .ttl {
  background: #3b3b3b;
  color: #fff;
  font-size: 1.3vw;
  text-align: center;
  display: inline-block;
  padding: 0.8vw 3.5vw;
  border-radius: 10vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.5vw;
  
}

#entry .pd_set ul {
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 2.5vw 2vw 2vw;
  width: 65vw;
  margin: 0 auto;
  border-radius: 1.5vw
}

#entry .pd_set ul li {
  width: 14vw;
  margin: 0 0.2vw;
  background: #fff;
  padding: 1vw 1vw 3vw 1vw;
  border-radius: 1vw;
  position: relative;
}

#entry .pd_set ul li figure {
  text-align: center;
  margin: 0 0 1vw;
  position: static;
}

#entry .pd_set ul li figure img {
  width: auto;
  height: 4vw;
}

#entry .pd_set ul li figure a {
  position: absolute;
  bottom: 1.2vw;
  left: 50%;
  transform: translateX(-50%);
  color: #1a81d0;
  text-decoration: underline;
  font-weight: 400;
  font-size: 0.8vw;
}

#entry .pd_set ul li .wrap .ttl {
  font-size: 1.1vw;
  font-weight: 500;
  text-align: center;
  margin: 0 0 1vw;
  line-height: 1.4vw;
  height: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

#entry .pd_set ul li .wrap .txt {
  font-size: 0.8vw;
  line-height: 1.2vw
}

#entry .pd_set ul li .wrap a:hover {
  text-decoration: none;
}



/* ===========================================================
 product
=========================================================== */

.product_add {
  width: 65vw;
  margin: 0 auto 4vw;
}

.product_add .pd_wrap {
  background: #fff;
}

/* --------------------------------------
　タイトル 
-------------------------------------- */


.product_add > .ttl {
  text-align: center;
}

.product_add > .ttl .lead {
  text-align: center;
  font-size: 1.6vw;
  padding: 1.5vw 0;
  font-weight: 500;
  margin: 4vw 0 1vw;
  position: relative;
}

.product_add > .ttl .lead:after {
  content: "＋";
  font-size: 3vw;
  font-weight: 400;
  position: absolute;
  top: -3vw;
  left: 50%;
  transform: translateX(-50%);
}


/* --------------------------------------
　機器テーブル 
-------------------------------------- */

.pd_table {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  border-top: solid 1px #ccc;
}

.pd_table li {
  border-left: solid 1px #ccc;
  padding: 1vw 0;
  position: relative;
}


.pd_table li:last-of-type {
  border-right: solid 1px #ccc;
}

.pd_table li .lead {
  font-size: 0.8vw;
  line-height: 1.3vw;
  text-align: center;
  height: 4.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd_table li figure {
  text-align: center;
  margin: 1vw 2vw;
}

.pd_table li figure img {
  width: auto;
  height: 5vw;
}

.pd_table li figure figcaption {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  font-size: 0.8vw;
  margin: 1vw 0;
  padding: 0 1vw;
  height: 1vw;
  line-height: 1vw;
  font-weight: 700;
}

.pd_table li figure figcaption span {
  font-size: 0.6vw;
  font-weight: 400;
  display: block;
}

.pd_table .sc_number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.4vw;
}

.pd_table .sc_number select {
  border: solid 1px #ccc;
  padding: 0.2vw 0.5vw;
  font-size: 0.7vw;
  margin: 0 0.5vw 0 0;
  text-align: center;
  font-family: "メイリオ", sans-serif;
}

.pd_table .sc_number select option {
  text-align: center;
}


.pd_table .sc_number span {
  font-size: 0.7vw;
}

.pd_table .month {
  font-size: 0.8vw;
  font-weight: 700;
  background: #ececec;
  padding: 0.9vw;
  margin: 0 1vw 1vw;
  text-align: center;
  line-height: 1.2vw;
  position: relative;
}

.pd_table .month:after {
  content: "";
  border: solid 0.7vw transparent;
  border-bottom: solid 1vw #ececec;
  position: absolute;
  top: -1.3vw;
  left: 50%;
  transform: translateX(-50%);
}

.pd_table .month span {
  font-size: 1vw;
}

.pd_table .btn {
  text-align: center;
  color: #2e60c4;
  font-size: 0.7vw;
  text-decoration: underline;
}

.pd_table .btn:hover {
  text-decoration: none;
}


/*　下部分
------------------------*/

.pd_btm {
  border-top: none;
}

.pd_btm li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  width: 100%;
  padding: 1vw 1vw;
  position: relative;
}

.pd_btm li figure figcaption {
  height: auto;
}

.pd_btm li .sc_wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  width: 22vw;
  position: relative;
  top: -2vw;
  margin: 0 2vw 0 0;
}


.pd_btm li .sc_wrap .sc_number {
  margin: 1vw 1vw 0vw 0vw;
  width: 10vw;
  justify-content: flex-start;
}

.pd_btm li .sc_wrap .sc_number span:nth-of-type(1) {
  width: 5vw;
  display: inline-block;
}

.pd_btm li .month {
  position: absolute;
  top: 9vw;
  right: 14.6vw;
  padding: 0.5vw 1vw;
}


/*　注意書き
------------------------*/

.product_add .notes {
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

.product_add .notes p {
  font-size: 0.8vw;
  position: relative;
  padding: 1.5vw 2vw 1.5vw 3vw;
  line-height: 1.2vw
}

.product_add .notes p:before {
  content: "※";
  position: absolute;
  left: 2vw;
}

.product_add .notes a {
  color: #5690de;
  text-decoration: underline;
  display: inline;
}

.product_add .notes a:hover {
  text-decoration: none;
}



/* ===========================================================
　解サポ
=========================================================== */

.support {
  margin: 0 auto 4vw;
}

/* input消し */
.support input {
  display: none;
}

.support .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.support > .ttl {
  font-size: 2vw;
  text-align: center;
  margin: 0 0 4vw;
}

.support .wrapper {
  border: solid 0.2vw #ccc;
  padding: 2vw;
  margin: 0 1vw;
  width: 24vw;
  height: 23vw;
  position: relative;
  background: #fff;
}

.support label .ttl {
  position: relative;
  font-size: 1.4vw;
  font-weight: 700;
  margin: 0 auto 1vw;
  text-align: center;
  padding: 0 0 0 1.5vw;
}

.support label .txt {
  font-size: 0.9vw;
  margin: 0 0 1vw;
  line-height: 1.3vw;
}

.support label .txt_ma {
  font-size: 1.2vw;
  font-weight: 700;
  margin: 0 0 1vw;
  text-align: center;
}

.support label .txt_ma span:nth-of-type(n+2) {
  color: #e03838;
  font-size: 0.8vw;
  display: block;
  margin: 0.5vw 0 0;
}

.support label .txt_s span {
  font-size: 0.8vw;
  display: block;
  margin: 0 0 0.5vw;
  line-height: 1vw;
}


/*　詳細ボタン
------------------------*/

.support .campaign {
  font-size: 1vw;
  background: #505050;
  color: #fff;
  padding: 0.8vw 0;
  border-radius: 100px;
  text-align: center;
  transition: all .2s ease;
  position: absolute;
  bottom: 1.5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 15vw;
}

.support .campaign:hover {
  opacity: 0.8;
  transition: all .2s ease
}



/* チェック制御
--------------------------------*/

/* デフォルト */
.support label .ttl:before {
    content: "";
    width: 1.6vw;
    height: 1.6vw;
    background: #d6d6d6;
    border-radius: 3px;
    position: absolute;
  top: 50%;
  left: 0vw;
  transform: translateY(-50%);
}

/* チェック */

.support input[type="checkbox"]:checked + label .ttl:before {
    background: #f56739;
    transition: all .2s ease;
}

.support input[type="checkbox"]:checked + label .ttl:after {
    content: "";
    width: 0.3vw;
    height: 0.8vw;
    border-bottom: solid 3.5px #fff;
    border-right: solid 3.5px #fff;
    position: absolute;
    top:  41%;
    left: 0.55vw;
    transform: translateY(-50%) rotate(45deg);
    z-index: 99;
}



/* ===========================================================
　規約部分
=========================================================== */

.entryForm {
  padding: 0 4vw 4vw;
  background: #f4f4f4;
}

.entryForm .explan_pdf ul {
	background: #fff;
width: 50vw;
}

  .entryForm .explan_pdf h2 {
    font-size: 1.8vw;
    margin: 0 0 3vw !important;
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

.entryForm .explan_pdf h2 span {
  font-size: 1vw;
  display: block;
  margin: 1vw 0 0;
}
  
.entryForm .explan_pdf ul li {
  font-size: 0.9vw;
  width: 42vw;
}


/*　CTボタン
------------------------*/

.entryForm .apply button {
	display: block;
	margin: 0 auto;
	background: #aaa;
	border: none;
	color: #fff;
	font-size: 1.4vw;
    font-weight: 500;
	padding: 1vw 0;
	width: 34vw;
	position: relative;
	font-family: inherit;
	border-radius: 100vw;
  transition: all .2s ease;
}

.entryForm .apply button:hover {
  opacity: 0.8;
  transition: all .2s ease;
}

.entryForm .apply button:not([disabled]) {
  background: linear-gradient(90deg, #e88d50, #e75555 100%);
}

.entryForm .apply button:before {
  content: "";
  width: 2vw;
  height: 1vw;
  background: url("/assets/img/common/arr_hoso.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2vw;
  transform: translateY(-50%);
}

/* ===========================================================
　modal（料金表）
=========================================================== */


.modal_wrapper .modal_contents {
  text-align: left;
}

.modal_wrapper_in {
  margin: 7vh 0;
  padding: 3vw;
}


/* 画像
---------------- */

#modal03 figure {
  margin: 0 auto 2vw;
}


/* 表
---------------- */


.modal_wrapper .campaign_table {
    width: 100%;
    border-top: solid 1px #cacaca;
    border-left: solid 1px #cacaca;
    margin: 0 0 2vw;
}

.modal_wrapper .campaign_table th {
    background: #f0f7ff;
    text-align: center;
    padding: 0.7vw;
    border-right: solid 1px #cacaca;
    border-bottom: solid 1px #cacaca;
    font-size: 0.8vw;
    vertical-align: middle;
    white-space: nowrap;
}

.modal_wrapper .campaign_table td {
    border-right: solid 1px #cacaca;
    border-bottom: solid 1px #cacaca;
    text-align: center;
    padding: 0.5vw;
    font-size: 0.8vw;
    vertical-align: middle;
}

.modal_wrapper .campaign_table .total td {
 font-size: 1.1vw;
 padding: 1vw;
 font-weight: 700;
}

.modal_wrapper .campaign_table td:nth-of-type(1) {
  text-align: left;
  padding: 1vw 1vw 1vw 1.5vw;
}

.modal_wrapper .campaign_table tr:nth-of-type(2) td:nth-of-type(1) p {
  font-size: 1vw;
  font-weight: 700;
  margin: 1vw 0 1.5vw;
}

.modal_wrapper .campaign_table tr:nth-of-type(2) td:nth-of-type(1) ul {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  left: -0.8vw
}

.modal_wrapper .campaign_table tr:nth-of-type(2) td:nth-of-type(1) ul li {
  display: flex;
  align-items: center;
  width: 12.5vw;
  margin: 0 1vw 1vw 0
}

.modal_wrapper .campaign_table tr:nth-of-type(2) td:nth-of-type(1) ul li span {
  margin: 0 0 0 auto;
}

.modal_wrapper .campaign_table tr:nth-of-type(2) td:nth-of-type(1) ul li figure {
  width: 3vw;
  text-align: center;
}

.modal_wrapper .campaign_table tr:nth-of-type(2) td:nth-of-type(1) ul li figure img {
  height: 1.4vw;
  display: inline !important;
  margin: 0;
}

.modal_wrapper .campaign_table .txt {
  line-height: 1.1vw;
}

.modal_wrapper .campaign_table .txt span {
  display: block;
  font-size: 0.7vw;
}

.modal_wrapper .campaign_table sup {
  position: relative;
  font-size: 0.6vw;
  top: -0.2vw;
}

.modal_wrapper .campaign_table td img {
  width: auto;
  height: 2vw;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1vw 0 0;
}

.modal_wrapper .campaign_table td .tax {
  font-size: 0.7vw;

}

.modal_wrapper .campaign_table td ul li {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 13vw;
  margin: 0 0 1vw;
}

.modal_wrapper .caution {
  margin: 0 0 1vw;
}

.modal_wrapper .caution li {
  font-size: 0.7vw;
  margin: 0 0 1vw;
  line-height: 1vw;
}



/* ===========================================================
　modal(機器)
=========================================================== */

.modal_wrapper_in {
  margin: auto 0;
  padding: 2vw 3vw;
  background: transparent;
}

.modal_wrapper .modal_contents {
  text-align: left;
  background: #fff;
  padding: 2vw 3vw;
  position: relative;
	width: 70vw;
}

.modal_wrapper .modal_contents#musyou {
  width: 70vw;
  margin: 3vw 0;
}

.modal_closeTxt a {
text-decoration: none;
}



/* ---------------------------------
　タイトル
--------------------------------- */

.modal_wrapper .modal_contents .ttl {
  margin: 0 0 40px;  
}

.modal_wrapper .modal_contents .ttl h1 {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 30px;
  text-align: center;
}


/* ---------------------------------
　表
--------------------------------- */


.modal_wrapper .planTable {
    margin: 0 0 20px;
    padding: 0 40px
}

.modal_wrapper .planTable table {
    width: 100%;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    margin: 0 0 40px;
}

.modal_wrapper .planTable table th {
    font-size: 12px;
    font-weight: normal;
    padding: 20px 0;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    vertical-align: middle;
    text-align: center;
}

.modal_wrapper .planTable table th.top {
  background: #eef5fd;
}


.modal_wrapper .planTable table th.lft {
  background: #f8f8f8;
}

.modal_wrapper .planTable table td {
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    text-align: center;
    vertical-align: middle;
    padding: 20px 0;
    font-size: 12px;
}

.modal_wrapper .planTable table td.gain {
  font-size: 14px;
  font-weight: 700;
  color: #eb3b24
}

.modal_wrapper .planTable table td span {
    font-size: 10px;
}

.modal_wrapper .planTable table td span.bk {
font-weight: 400;
color: #000 !important;
}

.modal_wrapper .planTable table td.detail .wrap {
    line-height: 18px;
}

.modal_wrapper .planTable table td.detail .wrap:nth-of-type(n+1) {
    margin: 0 0 15px;
}

.modal_wrapper .planTable table td.detail .wrap:last-of-type {
    margin: 0;
}

.modal_wrapper .planTable table tr.btm {
  background: #fbf0ef;
}

.modal_wrapper .planTable table tr.btm .btmR {
  font-size: 14px;
  font-weight: 700;
  color: #eb3b24;
  margin: 0 0 5px;
}

.modal_wrapper .planTable table tr.btm .btmB {
  font-size: 12px;
}

.modal_wrapper .planTable table tr.btm .btmB span {
  font-size: 10px;
}


/*　注釈
------------------------*/

.modal_wrapper .planTable .notes {
  font-size: 12px;
  line-height: 20px;
  margin: 20px 0 0;
}

.modal_wrapper .planTable .notes li {
  position: relative;
  padding: 0 0 0 20px;
}

.modal_wrapper .planTable .notes li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0

}


/* ---------------------------------
　機能表示
--------------------------------- */

.modal_contents_in {
    display: flex;
    margin: 40px 0;
    justify-content: space-between;
}

.modal_contents_in video,
.modal_contents_in .thumbnail {
    width: 57%;
    margin: 0 30px 0 0;
}

.modal_contents_in .details {
    width: 43%;
    position: relative;
}

.modal_contents_in .details .spec {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 700;
    border-bottom: dotted 1px #ccc;
    margin: 0 0 25px;
    line-height: 20px;
}

.modal_contents_in .details .spec dt {
    width: 12%;
    padding: 8px 0;
    border-top: dotted 1px #ccc;
}

.modal_contents_in .details .spec dd {
    width: 88%;
    padding: 8px 0 8px 20px;
    border-top: dotted 1px #ccc;

    position: relative;
}

.modal_contents_in .details .spec dd:before {
    content: "：";
    position: absolute;
    left: 0;

}

.modal_contents_in .details .profile li {
    font-size: 12px;
    margin: 0 0 15px;
    padding: 0 0 0 15px;
    line-height: 18px;
    position: relative;
}

.modal_contents_in .details .profile li:before {
    content: "・";
    position: absolute;
    left: 0;
}


.modal_contents_in .details .pdt_info {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 11px;
    color: #fff;
    background: #333;
    border: solid 1px transparent;
    padding: 7px 20px;
    border-radius: 50px;
    transition: all .3s ease;
}

.modal_contents_in .details .pdt_info:after {
    content: "";
    width: 4px;
    height: 4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    transform: rotate(45deg);
    margin: 0 0 0 5px;
    vertical-align: 1px;
    transition: all .3s ease;
}



.modal_contents_in .details .pdt_info:hover {
    color: #333;
    background: #fff;
    border: solid 1px #333;
    transition: all .3s ease;
}

.modal_contents_in .details .pdt_info:hover:after {
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transition: all .3s ease;
}




/* ===========================================================
　modal（解サポ）
=========================================================== */

/* ---------------------------------
　タイトル
--------------------------------- */

.modal_wrapper .modal_contents .ttl {
  margin: 0 0 40px;  
}

.modal_wrapper .modal_contents .ttl h1 {
  font-size: 30px;
  margin: 0 0 30px;
}

.modal_wrapper .modal_contents .ttl .lead {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}


/* ---------------------------------
　表
--------------------------------- */

.modal_wrapper .modal_contents .modal_table {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
  margin: 0 0 60px;
}

.modal_wrapper .modal_contents .modal_table ul {
  width: 50%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

.modal_wrapper .modal_contents .modal_table ul li {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: solid 1px #ccc;
  height: 100%;
}

/* safariのみ */
_::-webkit-full-page-media, _:future, :root .modal_wrapper .modal_contents .modal_table ul li {
    height: auto !important;
}


.modal_wrapper .modal_contents .modal_table ul li p {
  display: flex;
  align-items: center;
  line-height: 18px;
  padding: 20px 25px;
  border-right: solid 1px #ccc;
}

.modal_wrapper .modal_contents .modal_table ul li p .red {
  font-weight: 700;
  color: red;
}

.modal_wrapper .modal_contents .modal_table ul li .th {
  background: #d8e8f3;
}

.modal_wrapper .modal_contents .modal_table ul li .th span {
  width: 100px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.modal_wrapper .modal_contents .modal_table ul li .td {
  width: 100%;
}

/* IEハック */
@media all and (-ms-high-contrast:none){
  .modal_wrapper .modal_contents .modal_table ul li .td {
  width: 100%;
  min-height: 30vh;
}
}


.modal_wrapper .modal_contents .modal_table ul li .td span {
  font-size: 13px;
}

.modal_wrapper .modal_contents .modal_table ul li p a {
  word-break: break-all;
  color: #0064a0;
  text-decoration: underline;
  display: inline-block;
}


.modal_wrapper .modal_contents .modal_table .bottom {
  width: 100%;
}

/* PDF */

.modal_wrapper .modal_contents .modal_table .pdf:after {
 content: "";
 background: url("/assets/img/common/ico-pdf.svg") no-repeat;
 display: inline-block;
 width: 20px;
 height: 23px;
 margin: 0 0 0 5px;
 vertical-align: -7px;
}




