@charset "UTF-8";
.contents_box{
border: 1px solid #ccc;
padding: 1.5em;
margin-bottom: 2em;
}
.flex_box{
display: flex;
justify-content: space-between;
}
.txt_con{
width: 58%;
}
.photo_box{
width: 40%;
}
.contents_box h2 {
font-size: 1.4rem;
color: #2c3e50;
background-color: #f0f4f8;
border-left: 5px solid #4a6b82;
padding: 12px 15px;
margin-top: 1rem;
margin-bottom: 1.5rem;
border-radius: 0 4px 4px 0;
}
.contents_box h2:first-of-type {
margin-top: 0; 
}
strong{
font-weight: 700;
}
.contents_box p{
font-size: 18px;
padding-bottom: 1rem;
}
dl.fuse dt{
font-size: 18px;
font-weight: 700;
border-bottom: 1px solid #000;
margin-bottom: .25em;
}
dl.fuse dd{
font-size: 18px;
margin-bottom: .75em;
line-height: 1.5;
}
h3 {
border: none;
background-image: none;
border-radius: 0;
margin: 0;
padding: 0;
font-size: 1.2rem;
color: #4a6b82;
margin-top: 1.5rem;
margin-bottom: 1rem;
border-bottom: 2px solid #e1e8ed;
padding-bottom: 5px;
}
.point_box, .sub_term_box{
background-color: #ffffff;
border: 2px solid #e1e8ed;
border-radius: 8px;
padding: 0 20px 5px;
margin: 2rem 0;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
ul.point li, ol.manner li, ul.normal li{
font-size: 18px;
line-height: 1.5;
margin-bottom: 1em;
}
.point_box h3, .sub_term_box h3{
color: #d35400;
}
.ofuse_table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 1rem;
}
.ofuse_table th,
.ofuse_table td {
  border: 1px solid #cccccc;
  padding: 15px;
  text-align: left;
border-radius: 0;
}
.ofuse_table th {
  background-color: #4a6b82;
  color: #ffffff;
  font-weight: bold;
  white-space: nowrap;
}
.ofuse_table tr:nth-child(even) {
  background-color: #f9fbfd;
}
.advice_quote {
  background-color: #fff9e6;
  border-left: 5px solid #f1c40f;
  margin: 2rem 0;
  padding: 15px 20px;
  border-radius: 4px;
}
.advice_quote p{
margin: 0;
padding: 0;
}
ol.manner{
margin: 0 0 0 1.5rem;
}
.divider {
border: none;
border-top: 1px dashed #cccccc;
margin: 3rem 0;
}
ul.normal{
margin: 0 0 0 1.5rem;
list-style: disc;
}
.service_notice {
border-left: 5px solid #e74c3c;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.service_notice h4 {
margin-top: 0;
color: #c0392b;
margin-bottom: 10px;
padding: .5rem 0 0 1rem;
}
.service_notice p{
padding: 0 1.5rem .5rem;
}
.handing{
background-color: #e8f4f8;
padding: 20px;
border-radius: 8px;
margin-top: 2rem;
}
.handing h3 {
margin-top: 0;
border-bottom: none;
}
@media screen and (max-width: 600px) {
.txt_con{
width: 100%;
}
.photo_box{
width: 100%;
}
.ofuse_table th,
.ofuse_table td {
display: block;
width: 100%;
}
.ofuse_table th {
text-align: center;
}
.main_contents{
display: none;
}
ol.manner li{
list-style-type: decimal;
}
}