/* ========================================
* File Name: style.css
* Created Date: 2015.6
* Author: TAM
======================================== */
.top-text {
    font-size: 1.6em;
    padding-bottom: 52px;
    border-bottom: solid 1px #C5BFB2;
}
section {
    padding: 50px 0;
    overflow: hidden;
    border-bottom: solid 1px #C5BFB2;
}
section.rys200 {
    background: url(../images/rys200_bg.png) no-repeat right top;
}
section .logo {
    float: left;
    width: 180px;
}
section .text {
    float: right;
    width: 730px;
}
section .text h2 {
    font-size: 3em;
    font-weight: normal;
    margin-bottom: 15px;
    font-family : "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
section .text p {
    font-size: 1.4em;
    line-height: 1.8;
    margin-bottom: 15px;
}
section.rys200 .text p {
	width: 480px;
}
section .text .link a {
    background: url(../../common/images/arrow_br_r.png) no-repeat 0 0.3em;
    padding-left: 10px;
}
section .text ul {
    overflow: hidden;
}
section .text ul li {
    border: solid 1px #C5BFB2;
    float: left;
    width: 230px;
    margin-right: 16px;
}
section .text ul li:last-of-type {
    margin-right: 0;
}
section .text ul.photo {
    margin-bottom: 20px;
}
section .text ul.photo li {
    border: none;
    width: 232px;
    text-align: center;
}
section .text ul li dl {
    padding: 15px 10px;
}
section .text ul li dl dt {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
}
section .text ul li dl dd {
    font-size: 1.2em;
    line-height: 1.4;
}
section.rys500 .text:last-of-type {
    border-top: dotted 1px #3F2B00;
    padding-top: 40px;
    margin-top: 50px;
    background: url(../images/rys500_bg.png) no-repeat right 84px;
}
section.rys500 .text:last-of-type p {
    width: 490px;
}
.ttc-btn {
    background: #3F2B00;
    width: 600px;
    margin: 0 auto; 
    -webkit-border-radius:10px;
    border-radius:10px;
}
.ttc-btn a  {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.4;
    padding: 10px 0;
    background: url(../common/images/arrow_w_r.png) no-repeat 96% 49%;
}

@media screen and (max-width: 640px) {
.top-text {
    font-size: 1.4em;
    padding-bottom: 25px;
}
section {
    padding: 30px 0;
}
section.rys200 {
    background: none;
}
section .logo {
    width: 20%;
    margin:0 15px 10px 0;
}
section .logo img {
    width: 100%;
    height: 100%;
}
section .text {
    float: none;
    width: auto;
}
section .text h2 {
    font-size: 2em;
    margin-bottom: 10px;
}
section .text p {
    margin-bottom: 12px;
}
section.rys200 .text p {
    width: auto;
}
section .text ul li {
    float: none;
    width: 90%;
    margin: 0 auto 12px;
}
section .text ul li:last-of-type {
    margin: 0 auto;
}
section .text ul.photo {
    margin-bottom: 15px;
}
section .text ul.photo li {
    width: 90%;
}
section .text ul li dl {
    padding: 10px;
}
section.rys500 .text:last-of-type {
    padding-top: 20px;
    margin-top: 25px;
    background: none;
}
section.rys500 .text:last-of-type p {
    width: auto;
}
.ttc-btn {
    width: auto;
}
.ttc-btn a {
    font-size: 1.5em;
    padding: 10px 24px;
}
}
