@charset "utf-8";

/*-----------------------------
	kaisho
------------------------------*/

#kaisho {
overflow: hidden;
margin-bottom: 100px;
}

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

#kaisho div h2 {
margin-bottom: 40px;
}

#kaisho div h2 span {
display: block;
margin-bottom: 20px;
}

#kaisho div dl {
width: 520px;
margin: 0 auto;
border: 1px solid #F0907A;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#kaisho div dl dt {
color: #fff;
font-weight: bold;
letter-spacing: 2px;
background: #F0907A;
-webkit-border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
}

#kaisho div dl dd {
padding: 15px;
}

#kaisho div dl dd li {
color: #F47660;
padding-left: 1em;
text-indent: -1em;
font-size: 85%;
text-align: left;
list-style: none;
}

#kaisho .note {
margin-bottom: 50px;
}

#kaisho .note em {
color: #ee735b;
}

ul li.more a {
background: url(../common/images/yajirushi.png) no-repeat left 5px;
display: inline-block;
padding: 0 0 0 10px;
}

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

#kaisho {
padding: 0 15px;
margin-bottom: 40px;
}

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

#kaisho div dl {
width: auto;
margin: 0px 10px;
}

ul li.more a {
background: url(../common/images/yajirushi.png) no-repeat left 7px;
display: inline-block;
padding: 0 0 0 10px;
}

#kaisho .note{
margin-bottom: 20px;
}

}

/*-----------------------------
	obligation
------------------------------*/

#obligation {
clear: both;
overflow: hidden;
margin-bottom: 100px;
}

#obligation h2 {
color: #6ac1ad;
font-size: 24px;
font-weight: bold;
margin-bottom: 20px;
}

#obligation .note {
margin-bottom: 50px;
}

#obligation table {
width: 100%;
font-size: 110%;
text-align: center;
line-height: 1.4;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-collapse: separate;
}

#obligation table .vtop {
vertical-align: top;
}

#obligation table .lt {
-webkit-border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
border-radius: 5px 0 0 0;
}
#obligation table tr:first-child img{
margin-bottom: 5px;
}

#obligation table .rt {
-webkit-border-radius: 0 5px 0 0;
-moz-border-radius: 0 5px 0 0;
border-radius: 0 5px 0 0;
}

#obligation table .lb {
-webkit-border-radius: 0 0 0 5px;
-moz-border-radius: 0 0 0 5px;
border-radius: 0 0 0 5px;
}

#obligation table .rb {
-webkit-border-radius: 0 0 5px 0;
-moz-border-radius: 0 0 5px 0;
border-radius: 0 0 5px 0;
}

#obligation table th {
width: 24%;
padding: 10px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
vertical-align: middle;
}

#obligation table td {
width: 38%;
padding: 10px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
vertical-align: middle;
}

#obligation table td small {
font-size: 75%;
}

@media only screen and (max-width: 767px) {
#obligation h2{
line-height: 1.4;
margin-bottom: 10px;
font-size: 21px;
}
#obligation {
padding: 0 15px;
margin-bottom: 40px;
}

#obligation .note {
margin-bottom: 30px;
}

#obligation table {
width: 100%;
font-size: 90%;
text-align: center;
line-height: 1.4;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-collapse: separate;
}

#obligation table th {
width: 30%;
padding: 10px 0;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
vertical-align: middle;
}

#obligation table td {
width: 35%;
padding: 10px 5px;
line-height: 1.1;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
vertical-align: middle;
}

#obligation table td small {
font-size: 65%;
}

#obligation table td .icon {
width: 70px;
height: auto;
}
}

/*-----------------------------
	point
------------------------------*/

#point {
overflow: hidden;
margin-bottom: 100px;
}

#point h2 {
color: #6ac1ad;
font-size: 24px;
font-weight: bold;
margin-bottom: 40px;
}

#point h3 {
font-size: 18px;
font-weight: bold;
line-height: 40px;
text-align: center;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 0 10%;
background: #fff;
position: relative;
}

#point article {
margin: -20px 0 60px;
padding: 60px 40px 20px;
text-align: center;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#point article p {
text-align: left;
margin-bottom: 30px;
}

#point article h4 {
font-size: 18px;
font-weight: normal;
background: url(images/point-titlebg.png) repeat-x center center;
margin: 0 7% 20px;
}

#point article h4 span {
padding: 0 15px;
background: #fff;
}

#point article ul {
overflow: hidden;
margin: 0 -20px;
}

#point article ul li {
width: 25%;
float: left;
font-size: 80%;
}

#point article ul li img {
display: block;
margin: 0 auto 10px;
}

#point p.note {
margin-bottom: 30px;
}

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

#point h2{
line-height: 1.4;
margin-bottom: 10px;
font-size: 21px;
}
#point {
padding: 0 15px;
margin-bottom: 40px;
}
#point h3{
font-size: 16px;
}

#point article {
margin: -20px 0 30px;
padding: 40px 20px 0;
text-align: center;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#point article p {
text-align: left;
margin-bottom: 30px;
}

#point article h4 {
font-size: 18px;
font-weight: normal;
background: url(images/point-titlebg.png) repeat-x center center;
margin: 0 7% 20px;
}

#point article h4 span {
padding: 0 15px;
background: #fff;
}

#point article ul {
overflow: hidden;
margin: 0;
}

#point article ul li {
width: 48%;
float: left;
font-size: 80%;
margin-bottom: 15px;
}

#point article ul li:nth-child(odd) {
margin-right: 4%;
}

#point article ul li img {
display: block;
margin: 0 auto 10px;
}

#point p.note {
margin-bottom: 30px;
}
}

/*-----------------------------
	manners
------------------------------*/

#manners {
overflow: hidden;
margin-bottom: 100px;
}

#manners h2 {
color: #6ac1ad;
font-size: 24px;
font-weight: bold;
margin-bottom: 40px;
}

#manners .opinion {
}

#manners .opinion span {
padding-right: 15px;
margin-bottom: -0.5em;
background: #fff;
}

#manners h3 {
color: #333;
font-size: 20px;
font-weight: bold;
padding: 15px 0;
margin: -0.6em 0 40px;
border-top: 3px solid #333;
border-bottom: 3px solid #333;
}

#manners h3 em {
color: #F0907A;
font-weight: bold;
}

#manners figure {
position: relative;
float: left;
margin-bottom: 40px;
}

#manners figure figcaption {
position: absolute;
left: 0;
top: 40px;
font-size: 12px;
}

#manners .note {
float: right;
width: 400px;
margin-bottom: 40px;
}

#manners h4 {
clear: both;
color: #F0907A;
background: url(images/faq.png) repeat-x center right;
margin-bottom: 20px;
}

#manners h4 span {
font-size: 120%;
padding-right: 10px;
background: #fff;
}

#manners dl {
border: 2px solid #E8907B;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin: 0 0 15px;
}

#manners dl:nth-of-type(even) {
border: 2px solid #6EBFAA;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#manners dl dt {
padding: 15px 10px 15px 80px;
border-bottom: 1px dashed #E8907B;
-webkit-border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
background: #F6DBD5;
}

#manners dl:nth-of-type(even) dt {
border-bottom: 1px dashed #6EBFAA;
-webkit-border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
background: #D0EAE4;
}

#manners dl#faq1 dt {
background: url(images/faq1.png) no-repeat 20px center #F6DBD5;
-webkit-background-size: 45px auto;
-moz-background-size: 45px auto;
background-size: 45px auto;
}

#manners dl#faq2 dt {
background: url(images/faq2.png) no-repeat 20px center #D0EAE4;
-webkit-background-size: 45px auto;
-moz-background-size: 45px auto;
background-size: 45px auto;
}

#manners dl#faq3 dt {
background: url(images/faq3.png) no-repeat 20px center #F6DBD5;
-webkit-background-size: 45px auto;
-moz-background-size: 45px auto;
background-size: 45px auto;
}

#manners dl#faq4 dt {
background: url(images/faq4.png) no-repeat 20px center #D0EAE4;
-webkit-background-size: 45px auto;
-moz-background-size: 45px auto;
background-size: 45px auto;
}

#manners dl#faq5 dt {
background: url(images/faq5.png) no-repeat 20px center #F6DBD5;
-webkit-background-size: 45px auto;
-moz-background-size: 45px auto;
background-size: 45px auto;
}

#manners dl#faq6 dt {
background: url(images/faq6.png) no-repeat 20px center #D0EAE4;
-webkit-background-size: 45px auto;
-moz-background-size: 45px auto;
background-size: 45px auto;
}

#manners dl dd {
padding: 20px 20px 20px 80px;
}

#manners dl#faq1 dd {
background: url(images/faq1a.png) no-repeat 20px 15px;
-webkit-background-size: 45px auto;
-moz-background-size: 45px auto;
background-size: 45px auto;
}

#manners dl#faq2 dd {
background: url(images/faq2a.png) no-repeat 20px 15px;
-webkit-background-size: 45px auto;
-moz-background-size: 45px auto;
background-size: 45px auto;
}

#manners dl#faq3 dd {
background: url(images/faq3a.png) no-repeat 20px 15px;
-webkit-background-size: 45px auto;
-moz-background-size: 45px auto;
background-size: 45px auto;
}

#manners dl#faq4 dd {
background: url(images/faq4a.png) no-repeat 20px 15px;
-webkit-background-size: 45px auto;
-moz-background-size: 45px auto;
background-size: 45px auto;
}

#manners dl#faq5 dd {
background: url(images/faq5a.png) no-repeat 20px 15px;
-webkit-background-size: 45px auto;
-moz-background-size: 45px auto;
background-size: 45px auto;
}

#manners dl#faq6 dd {
background: url(images/faq6a.png) no-repeat 20px 15px;
-webkit-background-size: 45px auto;
-moz-background-size: 45px auto;
background-size: 45px auto;
}

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

#manners h2{
line-height: 1.4;
margin-bottom: 10px;
font-size: 21px;
}
#manners h3{
margin-bottom: 30px;
}

#manners h4{
margin-top: 20px;
}

#manners {
padding: 0 15px;
margin-bottom: 40px;
}

#manners figure {
float: none;
}

#manners figure img {
width: 100%;
}

#manners .note {
float: none;
width: 100%;
margin-bottom: 20px;
}

#manners figure figcaption {
position:relative;
left: 0;
top: 0px;
font-size: 12px;
padding-top: 10px;
}
}

/*-----------------------------
	support
------------------------------*/

#support {
overflow: hidden;
margin-bottom: 100px;
}

#support h2 {
color: #6ac1ad;
font-size: 24px;
font-weight: bold;
margin-bottom: 40px;
}

#support ul {
text-align: center;
}

#support ul li {
display: inline;
line-height: 130px;
text-align: center;
}

#support ul li img {
margin: 0 20px 20px;
}

#support ul a:hover {
opacity: 0.8;
}

@media only screen and (max-width: 767px) {
#support h2{
line-height: 1.4;
margin-bottom: 10px;
font-size: 21px;
}

#support {
padding: 0 15px;
margin-bottom: 40px;
}

#support ul {
text-align: center;
}

#support ul li {
display: block;
margin: 0 0px 0px 0;
line-height: 80px;
width: 50%;
float: left;
text-align: center;
}

#support ul li img {
height: 50px;
}
}

.mc {
margin-top: -20px;
margin-bottom: 0px;
}
