/* --------------------------------------------------------------- */
/* main-column */
/* --------------------------------------------------------------- */

#main_container {
	margin: 1rem 0;
}

@media screen and (min-width:641px) {
	#main_container {
	width: 800px;
	order: 2;
	}
}

@media screen and (max-width: 640px) {
	#main {
		width: 100%;
		display: block;
	}
}

#side_container {
	order: 1;
	margin: 1rem 0;
}

/* --------------------------------------------------------------- */
/* pNavi */
/* --------------------------------------------------------------- */

#pNavi ul {
        height: 50px;
        letter-spacing: -.4em;
    }
#pNavi li:nth-of-type(n+2)::before {
        content: ">";
        margin: 0px 10px;
    }
#pNavi li {
        display: inline-block;
        letter-spacing: normal;
        line-height: 20px;
        font-size: 13px;
    }

@media (max-width: 640px) {
  #pNavi {
	background: #D7D7D7;
	margin: 20px 0;
	padding: 2px 10px;
	}
  #pNavi ul {
        height: auto;
        letter-spacing: -.4em;
    }
}

/* --------------------------------------------------------------- */
/* config-column */
/* --------------------------------------------------------------- */

.column-side {
  display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    width: 230px;
  }

@media screen and (max-width: 640px) {
  .column-side {
  width: 100%;
  }
}

/* side-title */
.column-side .side-title {
  padding: 1rem 0.5rem 1rem 1rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
  background: #262626;
}

/* side-nav */
/* nav-list */
.column-side .side-nav .nav-list {
  padding: 0.15rem 0.15rem 0;
  border-left: 0.2rem solid #D7D7D7;
  border-right: 0.2rem solid #D7D7D7;
  border-bottom: 0.2rem solid #D7D7D7;
}
.column-side .side-nav .nav-list li:hover {
    background: #EEEEEE;
}
.column-side .side-nav .nav-list > li {
  position: relative;
  border-bottom: 0.1rem solid #D7D7D7;
  cursor: pointer;
}
.column-side .side-nav .nav-list > li:last-child {
  border-bottom: none;
}
.column-side .side-nav .nav-list > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.4rem;
  right: 0.8rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.13rem solid #a1a1a1;
  border-right: 0.13rem solid #a1a1a1;
  box-sizing: border-box;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  pointer-events: none;
}
.column-side .side-nav .nav-list > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3rem;
  height: 100%;
}

.column-side .side-nav .nav-list > li.active:after {
  top: 1.7rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.column-side .side-nav .nav-list a {
  color: #000;
  text-decoration: none;
}

.column-side .side-nav .nav-list > li > a {
  display: block;
  padding: 1.1rem 0.8rem 1.1rem 0.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* list-child */
.column-side .side-nav .nav-list > li.active .list-child {
  /* display: block; */
}
.column-side .side-nav .list-child {
  display: none;
  margin-bottom: 0.3rem;
  border-top: 0.1rem solid #D7D7D7;
}
.column-side .side-nav .list-child > li {
  position: relative;
}
.column-side .side-nav .list-child > li > a {
  display: block;
  padding: 0.5rem 2rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.column-side .side-nav .list-child > li.active {
  background: #D7D7D7;
}
.column-side .side-nav .list-child > li.active > a {
  font-weight: bold;
}

.column-side .side-nav .nav-list > li:not(.has-children)::after {
  content: none;
}

.side_banner img{
  width: 230px;
  margin-top: 12px;
}

/* --------------------------------------------------------------- */
/* contents */
/* --------------------------------------------------------------- */

p {
	line-height: 1.4rem;
}

.common-title {
	border-left: 6px solid #0066cc;
	height: 45px;
	line-height: 45px;
	padding-left: 1.2rem;
	font-size: 1.8rem;
	margin-bottom: 2rem;
    color: #222222;
}
@media screen and (max-width: 640px) {
  .common-title {
	border-left: 6px solid #0066cc;
    font-size: 1.5rem;
    height: 35px;
    line-height: 35px;
	margin-bottom: 4rem;
  }
}

.border {
	border: 2px solid #0066cc;
	border-radius: 10px;
	padding: 1rem;
	margin: 1rem auto;
}

.bookorder {
	border-collapse: separate;
    border-spacing: 2px;
    white-space: normal;
	line-height: 1.5rem;
}

.bookorder td {
	padding: 0 5px;
}

.order_color td{
	background-color: #CCE5FF;
}

.bookorder_button {
  display       : inline-block;
  font-size     : 0.8rem;
  text-align    : center;
  cursor        : pointer;
  padding       : 5px 10px;
  background    : #0066cc;
  color         : #ffffff;
  line-height   : 1em;
  transition    : .3s;
  border        : none;
}
.bookorder_button:hover {
  opacity       : 0.8;
}
.right {
	text-align: right;
}

/* --------------------------------------------------------------- */
/* soft */
/* --------------------------------------------------------------- */
.red {
    color: #bb0000;
    font-weight: bold;
}
.dl_navi {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-content: center;
    margin: 2rem 1rem;
 }
@media screen and (max-width: 640px) {
  .dl_navi {
  flex-wrap: wrap;
  }
}
.box {
    background:  #f0f8ff;
    padding: 1rem;
}
.box h4 a { text-decoration: none;}
H2 {
	line-height: 25px;
	background: #0066cc;
	font-weight: 500;
	margin-top: 1rem;
	margin-bottom: 10px;
	font-size: 1.1rem;
	padding: 5px 1rem;
	color: #FFFFFF;
}
H3 {
  line-height: 1.5rem;
  background: #fff;
  border-bottom: 1.2px solid rgb(160,160,160);
  margin-bottom: 10px;
  margin-top: 2rem;
  padding-bottom: 0.5rem;
  font-size: 18px;
  color: #0066cc;
}
H5 {
    margin: 1.2rem 0;
    font-size: 105%;
}
.small {
    font-weight: normal;
    font-size: 85%;
}
.soft_contents {
    list-style: disc;
    line-height: 1.6rem;
    font-weight: bold;
    padding-left: 1.5rem;
 
}
BLOCKQUOTE {
    line-height: 1.4rem;
    margin-left: 1em;
}
hr {
    border: none;
    background-color: black;
    height: 1px;
}