@charset "utf-8";
/* CSS Document */
/***************************
 ** 共通
 */
.sp_break {
  display: none;
}
.pc_break {
  display: block;
}
.fs-p-footerPageTop {
  bottom: 2rem;
}
@media screen and (max-width: 736px) {
  body {
    line-height: 1.5;
  }
  .wrapper {
    padding: 0 2rem;
  }
  .sp_break {
    display: block;
  }
  .pc_break {
    display: none;
  }
}
/*タイトル周り*/
.guide_sec_ttl {
  display: block;
  width: 60%;
  text-align: center;
  margin: 3rem auto 0;
  font-size: 1.5rem;
  line-height: 150%;
  border-top: 2px solid #003d44;
  padding: 0.4rem 0;
  border-bottom: 2px solid #003d44;
  font-weight: bold;
}
.guide_sec_ttl03 {
  display: block;
  color: #fff;
  background: #003d44;
  padding: 0.5rem;
  font-size: 1.25rem;
  margin-top: 3rem;
}
.guide_sec_ttl04 {
  margin: 1.5rem 0 0;
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
}
.guide_sec_ttl04 span {
  font-size: 1rem;
  margin-left: 1rem;
  font-weight: normal;
}
.guide_sec_ttl05 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 1rem 0 0;
}
.mt1 {
  margin-top: 1rem;
}
.mt2 {
  margin-top: 2rem;
}
.mt3 {
  margin-top: 3rem;
}
.mt4 {
  margin-top: 4rem;
}
.mt5 {
  margin-top: 5rem;
}
.mb1 {
  margin-bottom: 1rem;
}
.mb2 {
  margin-bottom: 2rem;
}
.mb3 {
  margin-bottom: 3rem;
}
.mb4 {
  margin-bottom: 4rem;
}
.mb5 {
  margin-bottom: 5rem;
}
.mr1 {
  margin-right: 1rem;
}
.mr2 {
  margin-right: 2rem;
}
.mr3 {
  margin-right: 3rem;
}
.mr4 {
  margin-right: 4rem;
}
.mr5 {
  margin-right: 5rem;
}
.mbl1 {
  margin-left: 1rem;
}
.mbl2 {
  margin-left: 2rem;
}
.mbl3 {
  margin-left: 3rem;
}
.mbl4 {
  margin-left: 4rem;
}
.mbl5 {
  margin-left: 5rem;
}
@media screen and (max-width: 736px) {
  .fs-c-inputInformation {
    font-size: 0.875rem;
  }
  .guide_sec_ttl {
    width: 80%;
    margin: 1rem auto 0;
    font-size: 1rem;
  }
  .guide_sec_ttl03 {
    padding: 0.3rem;
    font-size: 0.875rem;
    margin-top: 2rem;
  }
  .guide_sec_ttl04 {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .guide_sec_ttl04 span {
    font-size: 0.75rem;
    margin-left: 0;
  }
  .guide_sec_ttl05 {
    font-size: 0.875rem;
  }
}
/*テキストボックスの整形*/
.note {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  text-indent: -1rem;
  margin-left: 1rem;
}
.txt_green {
  color: #003d44;
}
strong.bg_green {
  background: #003d44;
  display: inline;
  padding: 0 1rem;
  margin: 0 0.25rem;
  font-size: 120%;
  color: #fff;
  text-align: center;
}
.bg_w {
  background: #fff;
}
/*ボタン*/
a.btn_w {
  display: block;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.5s;
  font-size: 1.25rem;
  padding: 0.8rem;
  border: 1px solid #003d44;
  width: 50%;
  margin: 2rem auto;
  box-sizing: border-box;
}
a.btn_w:hover {
  background: #cee1e3;
}
@media screen and (max-width: 736px) {
  a.btn_w {
    font-size: 1rem;
    padding: 0.8rem;
    width: 100%;
    margin: 1rem auto 3rem;
  }
  .note {
    font-size: 0.75rem;
    margin-top: 0.5rem;
    text-indent: -0.75rem;
    margin-left: 0.75rem;
  }
  strong.bg_green {
    padding: 0 0.4rem;
  }
}
/***************************
 ** curtain1,screen1  採寸方法
 */
/*セクション*/
.sec_01, .sec_02, .sec_03, .sec_04 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 736px) {
  .sec_01, .sec_02, .sec_03, .sec_04 {
    font-size: 80%;
    margin-bottom: 5rem;
  }
}
/*ボックスの整形*/
.instructions {
  margin: 1rem 0;
  line-height: 2;
  border-bottom: 1px solid #dddddd;
  padding: 0 0 1rem;
}
.instructions ul.joint_list {
  align-items: center;
}
.instructions li.joint_list_txt {
  flex-basis: 30%;
  max-width: 30%;
}
.instructions li.joint_list_img {
  flex-basis: 68%;
  max-width: 68%;
}
.instructions li {
  flex-basis: 48%;
  max-width: 480px;
}
.instructions_list {
  counter-reset: number;
  position: relative;
}
.instructions_list li {
  width: 100%;
  max-width: calc(100% - 1.4rem);
  position: relative;
  margin-left: 1.4rem;
  text-indent: -1.4rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  display: block;
}
@media screen and (max-width: 736px) {
  .instructions {
    line-height: 1.6;
  }
  .instructions ul.joint_list {
    margin-top: 0.5rem;
  }
  .instructions li.joint_list_txt {
    flex-basis: 100%;
    max-width: 100%;
  }
  .instructions li.joint_list_img {
    flex-basis: 100%;
    max-width: 100%;
  }
}
/*3ステップ／2ステップ*/
ul.steps {
  width: 60%;
  margin: 2rem auto 0;
}
ul.steps2 {
  width: 40%;
  margin: 2rem auto 0;
}
ul.steps li {
  max-width: 30%;
  position: relative;
}
ul.steps2 li {
  max-width: 45%;
  position: relative;
}
ul.steps li::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 26px;
  background: url(../img/curtain1/arrow_right.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
  position: absolute;
  top: 38%;
}
ul.steps li:last-child::after {
  display: none;
}
@media screen and (max-width: 736px) {
  ul.steps {
    width: 100%;
  }
  ul.steps2 {
    width: 66%;
  }
}
/*ATTENTION*/
.guide_attention {
  border: 2px solid #003d44;
  margin-top: 2rem;
  padding: 1.5rem;
  line-height: 2;
}
.guide_attention h4 {
  font-size: 1.5rem;
  color: #7a0e0e;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5rem;
}
li.box_image {
  flex-basis: 26%;
  max-width: 26%;
  margin-left: 6%;
}
.guide_attention .habatsugi_atn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-top: 1.5rem;
}
.guide_attention .habatsugi_atn li {
  width: 30%;
  flex-basis: 30%;
}
.guide_attention .habatsugi_atn li span {
  display: block;
  background-color: #003d44;
  color: #FFF;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.guide_attention2 {
  font-size: 1.2rem;
  line-height: 2.4;
  font-weight: bold;
  position: relative;
  margin-left: 40px;
  margin-bottom: 0.5rem;
}
.guide_attention2::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 30px;
  background: url(../img/screen1/icon_attention2.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.2rem;
  position: absolute;
  top: 20%;
  left: -40px;
}
/*Thanks*/
.thanks {
  width: 60%;
  margin: 3rem auto 10rem;
}
@media screen and (max-width: 736px) {
  .guide_attention .habatsugi_atn li {
    width: 30%;
    flex-basis: 30%;
  }
  .guide_attention2 {
    font-size: 0.875rem;
    margin-left: 0;
    line-height: 1.5;
  }
  .guide_attention h4 {
    font-size: 1.1rem;
  }
  .guide_attention {
    border: 2px solid #003d44;
    margin-top: 1rem;
    padding: 1rem;
    line-height: 1.5;
  }
  .guide_attention ul li.box_image {
    flex-basis: 100%;
    max-width: 70%;
    margin: 0 auto;
  }
  .thanks {
    width: 100%;
    margin: 1rem auto 6rem;
  }
}
@media screen and (max-width: 480px) {
  .guide_attention .habatsugi_atn {
    display: -webkit-block;
    display: -ms-block;
    display: block;
  }
  .guide_attention .habatsugi_atn li {
    width: 90%;
    flex-basis: 90%;
	margin: 0 auto 1rem;
  }
  .guide_attention .habatsugi_atn li:last-child {
	margin-bottom: 0;
  }
  .guide_attention .habatsugi_atn li span {
    font-size: 1rem;
	padding: .1rem;
    margin-bottom: .2rem;
  }
}
.pattern_txt, function_txt {
  margin: 2rem 0 0;
  line-height: 2;
}
ul.patter_list li {
  flex-basis: 30%;
  max-width: 30%;
}
.patter_list {
  margin-top: 1rem;
  align-items: flex-end;
}
.patter_list .guide_sec_ttl05 {
  text-indent: -1.3rem;
  margin-left: 1.3rem;
  line-height: 1.5;
  color: #003d44;
  margin-bottom: 0;
}
.fook_list {
  width: 100%;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  align-items: flex-end;
}
.fook_list .guide_sec_ttl04 {
  margin-top: 0;
}
.fook_list li {
  padding: 1rem;
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 500px;
}
.fook_list li:first-child {
  border-bottom: 1px dotted #000;
  border-right: 1px dotted #000;
}
.fook_list li:nth-child(2) {
  border-bottom: 1px dotted #000;
}
.fook_list li:nth-child(4) {
  border-left: 1px dotted #000;
}
@media screen and (max-width: 736px) {
  .patter_list {
    margin-top: 1rem;
    text-align: center;
  }
  ul.patter_list li {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 auto 1.5rem;
  }
  .patter_list .guide_sec_ttl05 {
    text-align: left;
  }
  ul.patter_list li img {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  .pattern_txt, .function_txt {
    margin: 0.5rem 0 0;
    line-height: 1.6;
  }
  .fook_list {
    margin-top: 1rem;
    align-items: flex-start;
  }
  .fook_list li {
    padding: 0 0 1rem;
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .fook_list li:first-child {
    border-right: 0;
  }
  .fook_list li:nth-child(2) {
    border-bottom: 1px dotted #000;
  }
  .fook_list li:nth-child(3) {
    border-right: none;
    border-bottom: 1px dotted #000;
  }
  .fook_list li:nth-child(4) {
    border-left: none;
  }
  .fook_list li img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/*料金テーブル*/
.curtain_guide_table {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}
.curtain_guide_table td {
  padding: 0.2rem;
  border-left: 3px solid #fff;
  width: 10%;
  min-width: 65px;
}
.curtain_guide_table tr:first-child {
  border-bottom: 2px solid #fff;
  background: #bfced0;
}
.curtain_guide_table tr:nth-child(2) {
  background: #f5f4f2;
}
.curtain_guide_table th {
  padding: 0.2rem;
  min-width: 75px;
}
.curtain_guide_table td {
  padding: 0.2rem;
  border-left: 3px solid #fff;
}
@media screen and (max-width: 870px) {
  .curtain_guide_table {
    font-size: 90%;
  }
}
@media screen and (max-width: 736px) {
  .curtain_guide_table {
    display: block;
    overflow-x: scroll;
  }
}
/*ブランケットオプション*/
.box_op {
  width: 100%;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.box_op li {
  border: 2px solid #003d44;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
.box_op li p {
  padding: 1rem;
}
.box_op li img {
  padding: 0 1rem 1rem;
  width: calc(100% - 2rem);
}
table.box_op_ttl {
  color: #fff;
  background: #003d44;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.8;
  vertical-align: middle;
}
table.box_op_ttl th {
  font-size: 2rem;
  line-height: 1;
  vertical-align: middle;
  padding: 0.5rem;
  text-align: center;
  width: 34%;
}
@media screen and (max-width: 736px) {
  table.box_op_ttl {
    font-size: 0.7rem;
  }
  table.box_op_ttl th {
    font-size: 1.1rem;
    width: 28%;
  }
}
/***************************
 ** 機能について
 */
/*共通*/
.fuction_txt {
  margin: 1rem 0 0;
}
.fuction_img {
  display: block;
  margin: 1.5rem 0 0;
}
.function_list {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0.875rem 0 0.875rem 0.875rem;
  list-style-position: inside;
  line-height: 1.6;
}
.function_list li {
  margin-bottom: 0.5rem;
}
.function_list li::before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 2px;
  margin: auto 4px auto -8px;
  border: 4px solid #155159;
  border-radius: 50%;
  box-sizing: content-box;
}
.function_box li {
  flex-basis: 48%;
  max-width: 480px;
  margin-bottom: 0.5rem;
}
.function_box {
  margin: 1rem 0 0;
}
.function_box .note {
  text-indent: 0;
  margin-left: 0;
  background: #f5f5f5;
  padding: 0.3rem 0.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 736px) {
  .function_box li {
    margin-bottom: 2rem;
  }
  .function_img {
    margin: 1rem 0 0;
  }
}
/*冒頭のアイコン群*/
.icon_function_menu, .icon_function_main {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -1% 0 0;
}
.icon_function_menu li, .icon_function_main li {
  flex-basis: 9%;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-right: 1%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 736px) {
  .icon_function_menu, .icon_function_main {
    margin: 1rem -2% 0 0;
  }
  .icon_function_menu li, .icon_function_main li {
    flex-basis: 18%;
    margin-right: 2%;
    margin-bottom: 0.5rem;
  }
}
/*タイトルの装飾*/
.guide_sec_ttl04_green {
  width: 50%;
  margin: 1rem auto;
  text-align: center;
  background: #003d44;
  color: #fff;
  line-height: 1.4;
  font-size: 1.25rem;
}
.guide_sec_ttl05_uvcut, .guide_sec_ttl05_uvcut70 {
  margin: 0.5rem 0;
  padding: 0.5rem;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}
.guide_sec_ttl05_uvcut {
  background: #003d44;
}
.guide_sec_ttl05_uvcut70 {
  background: #669999;
}
.guide_sec_ttl05_uvcut span, .guide_sec_ttl05_uvcut70 span {
  font-size: 130%;
  margin: 0 0.25rem;
}
@media screen and (max-width: 736px) {
  .guide_sec_ttl04_green {
    width: 100%;
    font-size: 0.875rem;
  }
  .guide_sec_ttl05_uvcut, .guide_sec_ttl05_uvcut70 {
    margin: 0.5rem 0 0;
    padding: 0;
    font-size: 0.875rem;
  }
  .guide_sec_ttl05_uvcut span, .guide_sec_ttl05_uvcut70 span {
    font-size: 100%;
  }
}
/*消防のテーブル*/
.function_table_fire-retardant {
  padding: 0.2rem 0.5rem;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin: 1rem 0;
}
.function_table_fire-retardant th {
  width: 20%;
  text-align: left;
}
.function_table_fire-retardant th, .function_table_fire-retardant td {
  padding: 0.2rem 0.5rem;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 736px) {
  .function_table_fire-retardant {
    line-height: 1.5;
  }
  .function_table_fire-retardant th {
    width: 25%;
  }
}
.bgf3f2ee {
  background: #f3f2ee;
}
.bgf3f2ee li p, .bgf3f2ee li img {
  box-sizing: border-box;
  padding: 1rem;
}
ul.bgf3f2ee li.bg_w {
  margin: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 736px) {
  .bgf3f2ee li {
    margin-bottom: 0rem;
  }
  .bgf3f2ee li p {
    padding: 0.3rem 1rem;
    line-height: 1.5;
  }
  .bgf3f2ee li img {
    padding: 0;
  }
  ul.bgf3f2ee li.bg_w {
    margin: 0 auto 0.75rem;
    box-sizing: border-box;
    width: 94%;
  }
}
/***************************
 ** のれんのattention
 */
.guide_attention ul li {
  flex-basis: 48%;
  max-width: 48%;
  background: border-box;
}
.guide_attention .guide_sec_ttl04_green {
  width: 100%;
  padding: 0.2rem;
  box-sizing: border-box;
  margin: 1.5rem auto 0.5rem;
}
@media screen and (max-width: 736px) {
  .guide_attention ul li {
    flex-basis: 100%;
    max-width: 100%;
    background: border-box;
  }
}
/***************************
 ** 洗濯のテーブル
 */
.wash_table th {
  width: 20%;
  padding: 0 2% 0 0;
}
/***************************
 ** 採寸メジャープレゼント
 */
.present_box {
  margin: 3rem 0;
}
.present_contents {
  flex-basis: 48.5%;
  margin-right: 3%;
}
.present_contents p {
  margin-bottom: 1em;
}
.present_contents_02 {
  flex-basis: 48.5%;
}
@media screen and (max-width: 736px) {
  .present_box {
    margin: 2rem 0;
  }
  .present_contents {
    flex-basis: auto;
    margin-right: 0;
  }
  .present_contents p {
    font-size: 0.75rem;
  }
  .present_contents_02 {
    flex-basis: auto;
  }
}
/***************************
 ** レビューキャンペーン
 */
.howto_apply {
  margin: 3rem 0;
  text-align: center;
}
.howto_apply_text {
  margin-bottom: 3rem;
}
.howto_apply_text dt {
  background: #f5f5f5;
  padding: 0.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.15rem;
}
.howto_apply_text dd:not(:last-of-type) {
  margin-bottom: 2rem;
}
.howto_apply_text dd p {
  margin-bottom: 1em;
}
.howto_apply_text dd .note {
  font-size: 0.875rem;
}
.howto_apply_text dd ul li {
  margin-bottom: 1em;
}
.apply_btn {
  max-width: 500px;
  box-sizing: border-box;
  margin: 0 auto;
}
.campaign_notes {
  margin-bottom: 3rem;
}
.campaign_notes_ttl {
  font-size: 1.15rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #d9d8d0;
}
.campaign_notes_list {
  font-size: 0.875rem;
}
.campaign_notes_list li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.campaign_inquiry {
  margin-bottom: 3rem;
}
.campaign_inquiry p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 736px) {
  .howto_apply {
    margin: 2rem 0;
  }
  .howto_apply_text {
    margin-bottom: 2rem;
  }
  .howto_apply_text dt {
    font-size: 1rem;
  }
  .howto_apply_text dd:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
  .howto_apply_text dd p {
    font-size: 0.75rem;
  }
  .howto_apply_text dd .note {
    font-size: 0.75rem;
  }
  .howto_apply_text dd ul li {
    font-size: 0.75rem;
  }
  .campaign_notes {
    margin-bottom: 2rem;
  }
  .campaign_notes_ttl {
    font-size: 1rem;
  }
  .campaign_notes_list {
    font-size: 0.875rem;
  }
  .campaign_notes_list li {
    font-size: 0.75rem;
  }
  .campaign_inquiry {
    margin-bottom: 2rem;
  }
  .campaign_inquiry p {
    font-size: 0.75rem;
  }
}
/***************************
 ** ショッピングガイド
 */
.guide_list {
  flex-wrap: wrap;
  margin: 3rem 0;
}
.guide_list li {
  flex-basis: 48.5%;
	max-width: 48.5%;
  margin-bottom: 1rem;
}

.guide_list li:nth-child(odd) {
  margin-right: 3%;
}

@media screen and (max-width: 736px) {
  .guide_list {
    margin-bottom: 2rem;
  }
}
/*お問い合わせ*/
#contact {
  margin: 3rem auto;
  max-width: 94%;
  width: 800px;
}
.contact_txt {
  text-indent: -1rem;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.contact_txt_center {
  text-align: center !important;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
#contact p {
    line-height: 2;
	text-align: left;
}
.form_item {
	margin: 1rem 0 0 0;
}

.required {
  color: #9e191a;
}
@media screen and (max-width: 736px) {
#contact p {
    font-size: 0.875rem;
}
  .contact_txt {
    font-size: 0.875rem;
    text-indent: -0.875rem;
    margin-left: 0.875rem;
  }
}
/***************************
 ** よくあるご質問
 */
#faq_inner_navi {
  border-left: 1px solid #003d44;
  border-top: 1px solid #003d44;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#faq_inner_navi li {
  flex-basis: 20%;
}
#faq_inner_navi li a {
	display: block;
  text-decoration: none;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0.5rem 0;
  background: #fff;
  border-right: 1px solid #003d44;
  border-bottom: 1px solid #003d44;
  transition: 0.5s;
  text-align: center;
	width: 100%;
}
#faq_inner_navi li a:hover {
  background: #cee1e3;
}
#faq_inner_navi::after {
  content: "";
  display: block;
  width: 20%;
}

.faq_q {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
	cursor: pointer;
}

.faq_q::before {
    display: inline-block;
    content: "Q";
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    margin-right: 1rem;
    color: #003d44;
    font-weight: bold;
    text-align: center;
    position: relative;
    font-size: 1.4rem;
    border: solid 1px #003d44;
    padding: 0.2rem 0 0;
    box-sizing: border-box;
}
.faq_a {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
	display: none;
	background: #f5f5f5;
}

.faq_a span {
    font-weight: bold;
    color: #003d44;
    display: block;
}

.faq_a ul li {
    margin-bottom: 1rem;
}

.faq_a ul li a::after {
    content: " »";
    display: inline;
}

@media screen and (max-width: 1000px) {
#faq_inner_navi li {
    flex-basis: 25%;
    font-size: 1.8vw;
}
#faq_inner_navi::after {
    width: 75%;
}
}

@media screen and (max-width: 736px) {	
#faq_inner_navi li {
    flex-basis: 33%;
    font-size: 3.3vw;
}
#faq_inner_navi li a {
    padding: 1.5vw 0;
}
.faq_q {
    padding: 3.3vw 0 0;
    font-size: 3.3vw;
}
.faq_q::before {
    width: 8vw;
    height: 8vw;
    font-size: 3.8vw;
    margin-right: 1.4vw;
    border: solid 1px #003d44;
    padding: 0.5vw 0 0;
}
.faq_a {
    padding: 3.3vw;
    font-size: 3vw;
    margin-top: 1vw;
}
}

@media screen and (max-width: 640px) {
#faq_inner_navi li {
    flex-basis: 50%;
    font-size: 3.2vw;
}
#faq_inner_navi::after {
    width: 50%;
}
}

