@charset "UTF-8";
/* ---------------------------------------------------------
config
--------------------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lora&display=swap");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap");
@import url("https://fonts.googleapis.com/css?family=Baskervville&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
@media screen and (max-width: 750px) {
  [data-sc-pc] {
    display: none !important;
  }
}

@media print, screen and (min-width: 751px) {
  [data-sc-sp] {
    display: none !important;
  }
}

/* ---------------------------------------------------------
reset
--------------------------------------------------------- */

html {
  font-family: Roboto, "Noto Sans JP", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 100px;
}

@media screen and (min-width: 410px) and (max-width: 750px) {
  html {
    font-size: 110px;
  }
}

@media print, screen and (min-width: 751px) {
  html {
    font-feature-settings: "palt";
  }
}

@media screen and (max-width: 750px) {
  html {
    line-height: 1.5;
  }
}

body {
  line-height: 1;
  color: #003366;
  font-size: .15rem;
  letter-spacing: .05em;
  word-break: break-all;
}

@media screen and (max-width: 750px) {
  body {
    font-size: .12rem;
  }
}

body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, td, th, figure, input, select, button, optgroup, textarea {
  margin: 0;
  padding: 0;
}

article, aside, footer, header, main, nav, section, figcaption, figure {
  display: block;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  overflow: visible;
  box-sizing: border-box;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

a, button {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: opacity 0.3s;
}

a:hover, button:hover {
  cursor: pointer;
  opacity: 0.7;
}

a img, button img {
  transition: 0.3s;
}

a img:hover, button img:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video, canvas {
  display: inline-block;
}

summary {
  display: list-item;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input, select, button, optgroup, textarea {
  margin: 0;
  padding: .1rem .2rem;
  border: 0.01rem solid #707070;
  border-radius: 0;
  box-sizing: border-box;
  vertical-align: bottom;
  appearance: none;
  outline: 0;
  font-family: Roboto, "Noto Sans JP", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: .16rem;
  letter-spacing: .05em;
}

button, input {
  overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, select {
  cursor: pointer;
  text-transform: none;
}

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
}

select::-ms-expand {
  display: none;
}

iframe {
  border: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/* ---------------------------------------------------------
modules
--------------------------------------------------------- */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .row {
    display: block;
  }
}

.row .l, .row .r {
  width: 50%;
}

@media screen and (max-width: 750px) {
  .row .l, .row .r {
    width: 100%;
  }
}

.w1000 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

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

/* ---------------------------------------------------------
header
--------------------------------------------------------- */

header {
  width: 100%;
}

@media screen and (max-width: 750px) {
  header .logo {
    max-width: 150px;
  }
}

@media print, screen and (min-width: 751px) {
  header nav {
    display: inherit !important;
  }
}

@media screen and (max-width: 750px) {
  header nav {
    box-sizing: border-box;
    position: absolute;
    z-index: 1000;
    padding: 20px;
    display: none;
    top: 50px;
    right: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #00b5e6, #187eb9);
  }
}

@media print, screen and (min-width: 751px) {
  header nav ul {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 750px) {
  header nav ul li {
    margin: 0 0 .4rem 0;
    font-weight: bold;
    font-size: .18rem;
    text-align: center;
  }
}

header nav ul li a {
  display: inline-block;
}

header .toggle {
  position: absolute;
  top: 0;
  right: .2rem;
  z-index: 1000;
  width: .25rem;
  height: .5rem;
  cursor: pointer;
}

header .toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: #003366;
  transition: .3s;
}

header .toggle span.bar01 {
  top: 32%;
}

header .toggle span.bar03 {
  top: 68%;
}

header .toggle.active .bar01 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

header .toggle.active .bar02 {
  opacity: 0;
}

header .toggle.active .bar03 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

/* ---------------------------------------------------------
共通パーツ
--------------------------------------------------------- */

body {
  background-image: url(../images/bg.jpg);
  background-size: cover;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  body {
    width: 1000px;
  }
}

@media screen and (max-width: 750px) {
  body {
    background-position-x: 41%;
  }
}

.w1200 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.w1100 {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.w870 {
  max-width: 890px;
  margin: 0 auto;
  padding: 0 20px;
}

.w800 {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

.w600 {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}

main {
  padding: 30px 0;
}

/* ---------------------------------------------------------
header
--------------------------------------------------------- */

header {
  background-color: rgba(255, 255, 255, 0.8);
}

header .h_right {
  text-align: right;
}

@media screen and (max-width: 750px) {
  header .h_right {
    background: #fff;
    border-radius: 8px;
    padding: 2em;
    margin-bottom: 3em;
  }
}

header .login_menu .lm_item {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  header .login_menu .lm_item {
    margin-bottom: .8em;
  }
}

header .login_menu {
  font-size: 90%;
  margin-bottom: 15px;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  header .login_menu {
    display: flex;
  }
}

header .login_menu .lm_item .lm_btn {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 6.5px;
  background-color: #0F8FC0;
  color: #fff;
  border: 1px solid #0F8FC0;
  transition: 0.2s;
}
header .login_menu .lm_item .lm_btn.quick {
  background-color: #FFFF04;
  border: 1px solid #FFFF04;
  color: #003366;
}

@media screen and (max-width: 750px) {
  header .login_menu .lm_item .lm_btn {
    width: 94%;
  }
}

header .login_menu .lm_item.account .lm_btn {
  margin-left: 5px;
}

header .site_addr a {
  line-height: 1;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  padding-left: 60px;
  background-image: url(../images/freedial.png);
  background-repeat: no-repeat;
  background-size: 46px;
  background-position: left center;
  padding-top: 5px;
}

header .opening_hours {
  letter-spacing: -0.5px;
  font-size: 77%;
}

.navA {
  display: flex;
  padding: 2em 0;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .navA {
    padding: .65em 0;
  }
}

.logo {
  max-width: 330px;
}

.h_menu {
  padding-bottom: 8px;
}

@media screen and (max-width: 750px) {
  .h_menu .hm_items {
    display: flex;
    flex-wrap: wrap;
  }
}

.h_menu li {
  padding: .5em 0;
  width: 14.28%;
  text-align: center;
}

@media print, screen and (min-width: 751px) {
  .h_menu li:not(:first-child) {
    border-left: 1px solid;
  }
}

@media screen and (max-width: 750px) {
  .h_menu li {
    width: 50%;
    color: #fff;
    padding: 0;
  }
}

#breadcrumbs {
  margin-bottom: 10px;
}

#breadcrumbs li {
  display: inline-block;
  margin: 0 0.5em;
}

#breadcrumbs li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 750px) {
  .sp_nav {
    display: flex;
    flex-direction: column-reverse;
  }
}

img#iwa_konsai {
  width: auto;
  position: relative;
  height: 17px;
  top: 44px;
  right: 0px;
}

@media screen and (max-width: 750px) {
  img#iwa_konsai {
    width: auto;
    position: relative;
    height: 17px;
    top: 60px;
    right: 0px;
  }
}

/* ---------------------------------------------------------
footer
--------------------------------------------------------- */

#footer>.f_main {
  background-color: #003366;
  color: #fff;
}

#footer>.f_main>.f_menu {
  max-width: 1018.4px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 40px 0 60px;
  font-size: 90%;
}

@media screen and (max-width: 750px) {
  #footer>.f_main>.f_menu {
    padding: 40px 20px 60px;
  }
}

#footer>.f_main>.f_menu>.fm_list:first-child {
  width: 30%;
  box-sizing: border-box;
  margin-right: 30px;
}

#footer>.f_main>.f_menu>.fm_list>.fml_item {
  margin-bottom: 1em;
}

#footer>.f_main>.f_menu>.fm_list:first-child>.fml_item:first-child {
  margin-bottom: 30px;
}

#footer>.f_main a {
  color: #fff;
}

#footer>.f_foot {
  text-align: center;
  padding: 20px 0 40px;
  color: #003366;
  background-color: #fff;
}

.pagetop_link {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 5px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.pagetop_link #pagetop {
  font-size: 85%;
  display: inline-block;
  position: relative;
  transition: .3s;
  top: 0;
}

.pagetop_link #pagetop img {
  max-width: 70px;
  margin-bottom: 10px;
}

.pagetop_link #pagetop:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #003366 transparent;
  margin: 0 auto 10px;
}

@media screen and (max-width: 750px) {
  #footer>.f_main>.f_menu>.fm_list:first-child {
    width: 45%;
    margin-right: 0;
  }
  ul.fm_list {
    width: 45%;
    margin-bottom: 4em;
    line-height: 1.5;
  }
  #footer>.f_main>.f_menu {
    flex-wrap: wrap;
    font-size: 13px;
  }
}

/* ---------------------------------------------------------
ページトップへもどる
--------------------------------------------------------- */

#to_top_btn {
  position: fixed;
  bottom: 80px;
  right: 80px;
  width: 55px;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  #to_top_btn {
    right: 20px;
    bottom: 20px;
  }
}

/* ---------------------------------------------------------

main.css


管理画面関連
--------------------------------------------------------- */

/* ---------------------------------------------------------
box系
--------------------------------------------------------- */

.sec01 {
  margin-bottom: 50px;
}

.btn01 {
  background: #FFFF04;
  border-radius: 6px;
  width: 20em;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  padding: 1em;
  box-shadow: 0 3px 5px #ccc;
}

.btn02 {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  padding: .2em 0.5em;
  border-radius: 5px;
  margin-right: 10px;
}

.btn03 {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
  padding: .2em 0.5em;
  border-radius: 5px;
  margin-right: 10px;
}

/* ---------------------------------------------------------
テキスト系
--------------------------------------------------------- */

.ttl_h3_2 {
  margin-bottom: 1em;
  border-left: 4px solid;
  padding: 5px;
}

/* ---------------------------------------------------------
管理画面
--------------------------------------------------------- */

main.kanri .row {
  align-items: flex-start;
}

.ttl_kanri2 {
  font-size: 24px;
  margin-bottom: 1em;
}

.ttl_kanri3 {
  font-size: 20px;
  margin-bottom: .5em;
  text-indent: 1em;
}

.sidenav {
  background: #fff;
  padding: .5em 0;
  border: 3px solid;
  border-radius: 8px;
  margin-right: 2em;
  min-width: 200px;
}

@media screen and (max-width: 750px) {
  .sidenav {
    margin: 0 0 20px 0;
  }
}

.sidenav li {
  font-size: 15px;
  font-weight: bold;
  padding: 1.3em;
  padding-right: 3em;
}

.sidenav li:not(:last-child) {
  border-bottom: 1px solid #68B3CB;
}

.sidenav li i {
  margin-right: .5em;
  font-size: 1.5em;
  vertical-align: -0.15em;
}

@media screen and (max-width: 750px) {
  .sidenav li {
    font-size: 13px;
  }
}

.l_content {
  background: rgba(255, 255, 255, 0.75);
  flex: 1;
  border-radius: 8px;
  padding: 40px 20px;
}

.kanri_table {
  margin-bottom: 2em;
}

.kanri_table dl {
  background: #fff;
  padding: 1.5em;
}

.kanri_table dl:nth-child(even) {
  background: #F5F5F5;
}

.kanri_table dl dt {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: .8em;
}

.kanri_table dl dd {
  color: #313131;
}

.kanri .kanri_table dl>* {
  margin-right: 30px;
}

.kanri .kanri_table dl .n_btnwrap {
  margin-top: 2em;
}

/* ---------------------------------------------------------
おしらせ
--------------------------------------------------------- */

.news_table ul li {
  background: #fff;
  padding: 1.5em;
}

.news_table ul li:nth-child(even) {
  background: #F5F5F5;
}

.news_table ul li a {
  display: flex;
  align-items: center;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .news_table ul li a {
    display: block;
  }
}

.news_table ul li a time {
  background: #013366;
  color: #fff;
  padding: 2px 1em;
  margin-right: 2em;
  display: inline-block;
}

.news_table ul li a p {
  flex: 1;
}

.kijiwrap {
  background: #fff;
  padding: 2em 1em;
  margin-bottom: 2em;
}

.kijiwrap .row {
  justify-content: flex-start;
  margin-bottom: 2em;
}

.kijiwrap time {
  background: #013366;
  color: #fff;
  padding: 2px 1em;
  margin-right: 2em;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .kijiwrap time {
    margin-bottom: 1em;
  }
}

.kijiwrap h3 {
  font-size: 1.5em;
}

.kijiwrap p {
  line-height: 1.5;
}

/* ---------------------------------------------------------
フォーム
--------------------------------------------------------- */

.box_title {
  text-align: center;
  margin-bottom: 2em;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .box_title {
    text-align: left;
  }
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  box-sizing: border-box;
}

label span {
  color: red;
  font-size: 90%;
  font-weight: normal;
}



.field>input {
  padding: 8px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  outline: none;
}

.field>textarea {
  padding: 8px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  outline: none;
}

input {
  width: 50%;
}

.field {
  padding: 1.5em 1em;
}

@media screen and (max-width: 750px) {
  .field {
    padding: 1.5em 0;
  }
}

.field .check_box {
  background: #fff;
  padding: 1em;
  border-radius: 5px;
}

.field .check_box input[type="checkbox"] {
  width: auto;
  margin-left: 1em;
  padding: 8px;
}

/* 20200831fixed */

.checked {
  background-color: red;
}

.kakunin_p {
  text-align: center;
  padding: 2em;
}

.stripes {
  padding: 1.5em 1em;
  background: #fff;
}

.stripes:nth-child(even) {
  background: #F5F5F5;
}

.request_form input {
  width: auto;
}

.request_form label {
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  .request_form label {
    font-size: 16px;
    margin-bottom: 1em;
  }
}

.request_form select {
  padding: 0 .5em;
  vertical-align: baseline;
  margin-bottom: .5em;
  border-radius: 5px;
}

.request_form input.wd40 {
  width: 40%;
  display: inline-block;
}

.request_form .field {
  padding: 1.5em 1em;
  background: #fff;
}

.request_form .field:nth-child(even) {
  background: #F5F5F5;
}

.acd-content.field{
  display: none;
}

.acd-check {
  display: none;
}

.acd-label {
  background: #013366;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 1em;
  text-align: center;
  border-radius: 5px;
  width: 20em;
  margin: 0 auto;
  margin-top: 2em;
}

.acd-content {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  visibility: hidden;
}

.acd-check:checked+.acd-label+.acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

/* ---------------------------------------------------------
マイページ
--------------------------------------------------------- */

.transaction_table {
  margin-bottom: 2em;
}

.transaction_table ul li {
  background: #fff;
  padding: 1.5em;
}

.transaction_table ul li:nth-child(even) {
  background: #F5F5F5;
}

.message_table ul li {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 1em;
  padding: 1em;
}

.message_table ul li .name {
  font-weight: bold;
  margin-bottom: .5em;
}

.message_table ul li .txt {
  line-height: 1.5;
  margin-bottom: 1em;
}

.message_table ul li time {
  text-align: right;
  display: block;
}

.jibun {
  border: 2px solid #013366;
}

.aite {
  border: 2px solid #ffaa6e;
}

.btn01.sousin {
  margin-bottom: 50px;
}

li.Display_Flex {
  display: flex;
  justify-content: space-between;
}

.Display_Flex a {
  display: inline-block;
  padding: 10px;
}

.Display_Flex button {
  padding: 0 10px;
}

.Display_Flex address{
  padding-left: 10px;
}

.Display_Flex aside{
  padding-left: 10px;
}

@media screen and (max-width: 750px) {
  .Display_Flex button {
    padding: 0 10px;
    font-size: .1rem;
  }
}

/* ---------------------------------------------------------

下層の静的ページ

--------------------------------------------------------- */

.w1100_B {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 750px) {
  .w1100_B {
    padding: 20px 10px;
  }
}

/* ----------文字関連-------- */

.ttl_h3 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 34px;
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 750px) {
  .ttl_h3 {
    font-size: 24px;
  }
}

.ttl_h4 {
  font-size: 1.2em;
  margin-top: 2em;
  margin-bottom: .8em;
}

.txt01 {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 2em;
}

.txt02 {
  margin-bottom: 1em;
  line-height: 1.5;
}

.txt03 {
  margin-bottom: 1em;
  line-height: 1.2;
}

/* ----------Box関連-------- */

.page_box {
  background-color: rgba(204, 232, 245, 0.8);
  margin: 60px auto 60px;
  padding: 30px 55px 70px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .page_box {
    margin: 0;
    padding: 10px 10px;
  }
}

.secWrap {
  background-color: #fff;
  padding: 40px;
  border: 3px solid #003366;
  border-radius: 8px;
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .secWrap {
    padding: 14px;
    margin-bottom: 20px;
  }
}

.secWrap:last-child {
  margin-bottom: 0;
}

.read {
  margin-bottom: 3em;
}

.imgwrap01 {
  margin-bottom: 2em;
}

/* ----------その他-------- */

.flow_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.flow_list .flow {
  position: relative;
  width: 22%;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #FF7300;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF7300;
  padding: 10px;
}

.flow_list .flow:after {
  position: absolute;
  right: -12%;
  content: '';
  display: block;
  width: 0.8em;
  height: 0.8em;
  border: 4px solid #FF7300;
  transform: rotate(45deg);
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.faq_ulwrap h4 {
  border-left: 5px solid;
  padding: .2em;
  margin-bottom: 1em;
}

.faq_ulwrap li {
  list-style: unset;
  margin-bottom: 1em;
  text-indent: 1em;
}

.faq_ulwrap li a {
  text-decoration: underline;
}

.answer_wrap>dl {
  background: #fff;
  padding: 2em 1.5em;
}

.answer_wrap>dl:nth-child(even) {
  background: #F5F5F5;
}

.answer_wrap>dl dt {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
  background: #003366;
  padding: .5em;
  color: #fff;
}

.answer_wrap>dl dd {
  padding: 0 2em;
}

.answer_wrap>dl dd p {
  font-size: .9em;
  line-height: 1.5;
  margin-bottom: 1em;
}

.answer_wrap>dl dd p a {
  font-size: 1.2em;
  text-decoration: underline;
}

.system_requirements h3 {
  font-size: 1.5em;
}

.system_requirements h4 {
  font-size: 1.2em;
  margin-top: 2em;
  margin-bottom: .5em;
}

.system_requirements dl {
  display: flex;
  margin-bottom: 5px;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .system_requirements dl {
    display: block;
  }
}

.system_requirements dt {
  background: #f5f5f5;
  padding: 1em;
  width: 9em;
}

@media screen and (max-width: 750px) {
  .system_requirements dt {
    width: 100%;
    margin-bottom: -1.5em;
    font-weight: bold;
  }
}

.system_requirements dd {
  background: #f5f5f5;
  padding: 1em;
  margin-left: 6px;
  flex: 1;
}

@media screen and (max-width: 750px) {
  .system_requirements dd {
    margin-left: 0;
  }
}

.privacy_sec ul {
  margin-left: 2em;
  line-height: 1.5;
}

.privacy_sec ul li {
  list-style: decimal;
  margin-bottom: .5em;
  font-size: .9em;
}

p.Margin_Top2em {
  margin-top: 2em;
}

/* ---------------------------------------------------------

荷物詳細ページ

--------------------------------------------------------- */

.orders>.row {
  align-items: flex-start;
}

.btn01.teian {
  display: block;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  width: 20em;
  margin: 0 auto;
  margin-top: 2em;
  padding: 1em;
  background: #FF7300;
  box-shadow: 0 3px 5px #ccc;
  border-radius: 6px;
}

/* ---------------------------------------------------------

追記

--------------------------------------------------------- */

.ttl_h3 {
  line-height: 1.5;
}

.ttl_h3_i {
  position: relative;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 30px;
  margin-bottom: .5em;
  margin-left: 2em;
}

.ttl_h3_i:before {
  position: absolute;
  content: "";
  top: -0.1em;
  left: -2.3em;
  width: 63px;
  height: 35px;
}

.ttl_h3_i1:before {
  background: url(../../about/images/toraicom.png) no-repeat center/contain;
}

.ttl_h3_i2:before {
  background: url(../../about/images/hakoicom.png) no-repeat center/contain;
}

@media screen and (max-width: 750px) {
  .flow_list {
    flex-direction: column;
  }
}

.flow_list .flow {
  line-height: 1.5;
  border: 3px solid #FF7300;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .flow_list .flow {
    width: 100%;
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 750px) {
  .flow_list .flow:after {
    right: calc(50% - .4em);
    transform: rotate(135deg);
    bottom: -15px;
  }
}

.flow_list .flow:last-child:after {
  display: none;
}

.flow_list2 {
  margin-bottom: 0;
}

.pic_pc {
  display: block;
}

@media screen and (max-width: 750px) {
  .pic_pc {
    display: none;
  }
}

.pic_sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pic_sp {
    display: block;
  }
}

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

.kinshi {
  color: #ff0000;
  text-align: right;
}

.torihiki li {
  display: inline-block;
  margin-right: 1em;
  line-height: 1.8;
}

.delete_button {
  margin: auto 0px;
  padding: 2px;
  font-size: 0.15rem;
  font-weight: normal;
  width: 100px;
  height: 25px;
  color: white;
  background-color: #013465;
  border: none;
  border-radius: 5px;
}

.notification{
  color: red;
}

span.notification{
  color: red;
}

aside.notification.sidebar{
  font-size: 12px;
  position: relative;
  top: 5px;
}

/*# sourceMappingURL=main.css.map */