@charset "utf-8";

/*-----------------------------
universalManner
------------------------------*/
.sp {
display: none;
}

#universalManner {
overflow: hidden;
margin-bottom: 50px;
}

#universalManner .sholder {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}

#universalManner div {
clear: both;
text-align: center;
padding: 30px 0;
border: 1px solid #999;
margin-bottom: 50px;
overflow: hidden;
}

@media only screen and (max-width: 767px) {

.sp {
display: inline-block;
}

#universalManner {
padding: 0 15px;
margin-bottom: 30px;
}

#universalManner div {
padding: 10px 0;
margin-bottom: 20px;
}

#universalManner h2 img {
max-width: 80%;
}
}

#universalManners h2 {
font-size: 21px;
font-weight: bold;
line-height: 40px;
text-align: center;
border: 1px solid #eb6100;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 0 10%;
background: #eb6100;
color: #FFF;
position: relative;
z-index: 1;
}

#universalManners ul {
margin: -20px 0 60px;
padding: 60px 40px 20px;
text-align: center;
border: 1px solid #eb6100;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
position: relative;
}

#universalManners ul:before {
content: "";
display: block;
width: 0px;
height: 100%;
border-left: #231815 dotted 1px;
left: 50%;
position: absolute;
}

#universalManners ul li {
width: 50%;
float: left;
text-align: left;
border-bottom: #231815 dotted 1px;
padding-bottom: 20px;
margin-bottom: 20px;
}

#universalManners ul li.last {
border-bottom: #231815 dotted 0px;
margin-bottom: 0px;
}

#universalManners ul li:nth-child(even) {
float: right;
}

#universalManners ul li div {
padding-right: 20px;
}

#universalManners ul li:nth-child(even) div {
padding-left: 20px;
padding-right: 0;
}

#universalManners ul li h3 {
font-size: 18px;
font-weight: bold;
color: #eb6100;
padding-bottom: 10px;
}

#universalManners ul li h4 {
font-weight: bold;
font-size: 16px;
}

#universalManners ul li h4 em {
color: #00913a;
}

#universalManners ul li figure {
float: left;
}

#universalManners ul li figure img {
width: 160px;
}

#universalManners ul li .textBox {
margin-left: 170px;
}

#universalManners ul li .textBox {
font-size: 14px;
}

#universalManners .textBt {
text-align: center;
margin-bottom: 50px;
}

#universalManners .textBt a {
display: inline-block;
padding: 15px 80px;
background: #eb6100;
-moz-border-radius: 5px;
border-radius: 5px;
color: #FFF;
text-decoration: none;
}

#universalManners .textBt a:hover {
filter: alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

@media only screen and (max-width: 767px) {

#universalManners h2 {
font-size: 18px;
margin: 0 5%;
}

#universalManners ul {
margin: -20px 10px 30px;
padding: 30px 20px 10px;
}

#universalManners ul li {
width: 100%;
float: none;
text-align: left;
border-bottom: #231815 dotted 1px;
padding-bottom: 20px;
margin-bottom: 20px;
}

#universalManners ul li.last {
border-bottom: #231815 dotted 0px;
margin-bottom: 0px;
}

#universalManners ul li:nth-child(even) {
float: right;
}

#universalManners ul li div {
padding-right: 0px;
}

#universalManners ul li:nth-child(even) div {
padding-left: 0px;
padding-right: 0;
}

#universalManners ul:before {
content: "";
display: block;
width: 0px;
height: 100%;
border-left: #231815 dotted 0px;
left: 50%;
position: absolute;
}

#universalManners .textBt a {
display: inline-block;
padding: 15px 50px;
}
}

#column {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#column > div {
background: #fceeec;
border: #faded9 solid 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 30px 40px;
}

#column > div h2 {
text-align: center;
font-size: 21px;
font-weight: bold;
line-height: 40px;
margin-bottom: 20px;
}

#column > div .box {
margin-top: 30px;
padding: 30px 40px;
background: #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#column > div .box h3 {
color: #f0907a;
text-align: center;
font-size: 21px;
font-weight: bold;
margin-bottom: 5px;
}

#column > div .box .name {
font-weight: bold;
margin-bottom: 20px;
text-align: center;
}

@media only screen and (max-width: 767px) {

#column > div {
background: #fceeec;
border: #faded9 solid 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 15px 20px;
margin: 0 10px;
}

#column > div .box {
margin-top: 15px;
padding: 15px 20px;
background: #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
}
