/* ========================================
* File Name: style.css
* Created Date: 2015.4
* Author: TAM
======================================== */
.apply-btn {
    background: #3F2B00;
    width: 600px; 
    -webkit-border-radius:10px;
    border-radius:10px;
}
.main-img-pc {
    display: block;
}
.main-img-sp {
    display: none;
}

.video {
text-align: center;
}
.inner {
  max-width: 100%;
}

.apply-btn a  {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 2.4em;
    padding: 25px 0;
    line-height: 1;
    background: url(/ttc/common/images/arrow_circle.png) no-repeat 96% 49%;
    background-size: 30px;
}
@media screen and (max-width: 640px) {
.main-img-pc {
    display: none;
}
.main-img-sp {
    display: block;
}
.main-img-sp img {
    width:100%;
    height: auto;
}
.apply-btn {
    width: auto;
}
.apply-btn a {
    font-size: 1.8em;
    padding: 12px 0;
    background-size: 21px;
}.
}.





/*yoko*/
.yoko-wrap {
    padding: 20px 115px 45px;
}
.yoko-wrap .apply-btn {
    margin: 0 auto; 
}
.yoko-wrap dl {
    border: solid 1px #C5BFB2;
    padding: 22px 0 25px;
    font-size: 1.6em;
}
.yoko-wrap dl dt {
    text-align: center;
    font-weight: bold;
}
.yoko-wrap dl dd {
    padding: 10px 0 0 180px;
    line-height: 2;
}
.yoko-wrap ul {
    border-top: dotted 1px #3F2B00;
    margin: 30px 0;
}
.yoko-wrap ul li {
    border-bottom: dotted 1px #3F2B00;
    padding: 15px 0;
}
.yoko-wrap ul li p {
    font-size: 1.4em;
    line-height: 1.5;
    float: left;
}
.yoko-wrap ul li p span {
    font-weight: bold;
    font-size: 108%;
}
.yoko-wrap ul li .pdf {
    float: right;
    width: 250px;
    background: #3F2B00;
    -webkit-border-radius:6px;
    border-radius:6px;
}
.yoko-wrap ul li .pdf a  {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.6em;
    padding: 10px 0 10px 46px;
    line-height: 1;
    background: url(../images/icon_pdf.png) no-repeat 5% 49%;
}
@media screen and (max-width: 640px) {
.yoko-wrap {
    padding: 20px 0 35px;
}
.yoko-wrap dl {
    padding: 15px;
    font-size: 1.4em;
}
.yoko-wrap dl dd {
    padding: 5px 0 0;
}
.yoko-wrap ul {
    margin: 20px 0;
}
.yoko-wrap ul li p {
    float: none;
}
.yoko-wrap ul li .pdf {
    float: none;
    margin: 6px auto 0;
}
.yoko-wrap ul li .pdf a {
}
}

/*about*/
.about-wrap {
    padding: 0 30px;
}
.about-wrap h3 {
    margin-bottom: 24px;
    font-size: 2.6em;
    line-height: 1.6;
    font-weight:normal;
}
.about-wrap .responce-img {
    background: #fff;
    text-align: center;
    padding: 24px 29px;
}
.about-wrap .apply-btn {
    margin: 28px auto 0; 
}
.about-wrap .plan-ttl {
    font-size: 1.8em;
    margin: 18px 0;
    text-align: center;
}
.about-wrap ul.plan-wrap {
    margin:0 14px 25px;
}
.about-wrap ul.plan-wrap li {
    float: left;
    width: 200px;
    margin-right: 23px;
}
.about-wrap ul.plan-wrap li:last-of-type {
    margin-right: 0;
    width: 425px;
}
.about-wrap ul.plan-wrap li p {
    font-size: 1.7em;
    margin-top: 12px;
    font-family : "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
    text-align: center;
}
.about-wrap ul.plan-wrap li:last-of-type p {
    font-size: 2em;
    margin-top: 24px;
}
.about-wrap ul.plan-wrap li div div {
    float: left;
}
.about-wrap ul.plan-wrap li div div:last-of-type {
    float: right;
}
.about-wrap .tokuchou-ttl {
    background: url(/ttc/common/images/arrow_w_b.png) #3F2B00 no-repeat 97% 52%;
    color: #fff;
    text-align: center;
    font-size: 1.8em;
    padding: 10px 0 8px;
    width: 305px;
    margin: 0 auto;
    -webkit-border-radius:5px;
    border-radius:5px;
    cursor: pointer;
}
.about-wrap .tokuchou-ttl.active {
    background: url(/ttc/common/images/arrow_w_t.png) #3F2B00 no-repeat 97% 52%;
    -webkit-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
}
.about-wrap .tokuchou-wrap {
    background: #3F2B00;
    padding: 20px;
}
.about-wrap .tokuchou-wrap div {
    float: left;
    background: #fff;
    vertical-align:top;
    width: 420px;
}
.about-wrap .tokuchou-wrap div:last-of-type {
    float: right;
}
.about-wrap .tokuchou-wrap div dl {
    padding: 20px 20px 10px;
}
.about-wrap .tokuchou-wrap div dl dt {
    background: #89AE00;
    -webkit-border-radius:5px;
    border-radius:5px;
    font-size: 1.7em;
    color: #fff;
    text-align: center;
    padding: 3px 0;
}
.about-wrap .tokuchou-wrap div dl dd {
    font-size: 1.4em;
    margin-top: 14px;
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
}
.about-wrap .tokuchou-wrap div dl dd p {
    margin-bottom: 6px;
}
.about-wrap .tokuchou-wrap div dl dd p:last-of-type {
    margin-bottom: 0;
}
.about-wrap .tokuchou-wrap div:last-of-type dl dt {
    background: #51A2AA;
}
.about-wrap .studio-wrap {
    margin-top: 30px;
}
.about-wrap .studio-wrap .studio-box {
    float: left;
    width: 580px;
    background: #fff;
}
.about-wrap .studio-wrap .studio-box:last-of-type {
    float: right;
    width: 290px;
}
.about-wrap .studio-wrap .studio-box .inner {
    padding: 20px;
}
.about-wrap .studio-wrap .studio-box .inner .title {
    background: #89AE00;
    -webkit-border-radius:5px;
    border-radius:5px;
    font-size: 1.6em;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 15px;
}
.about-wrap .studio-wrap .studio-box:last-of-type .inner .title {
    background: #51A2AA;
}
.about-wrap .studio-wrap .studio-box dl {
    float: left;
    width: 250px;
}
.about-wrap .studio-wrap .studio-box dl:last-of-type {
    float: right;
    width: 250px;
}
.about-wrap .studio-wrap .studio-box dl dd .text01 {
    font-size: 1.7em;
    text-align: center;
    font-weight: bold;
    margin: 10px 0 6px;
}
.about-wrap .studio-wrap .studio-box dl dd .text02 {
    font-size: 1.4em;
    line-height: 1.7;
}
.about-wrap .studio-wrap .studio-box dl dd .text03 {
    font-size: 1.4em;
    line-height: 1.7;
    margin-top: 8px;
}
.about-wrap .studio-wrap .studio-box dl dd .text03 a:link,
.about-wrap .studio-wrap .studio-box dl dd .text03 a:visited {
    text-decoration: underline;
}
.about-wrap .studio-wrap .studio-box dl dd .text03 a:hover,
.about-wrap .studio-wrap .studio-box dl dd .text03 a:active {
    text-decoration: none;
}
.about-wrap .studio-wrap .studio-box:first-of-type dl:last-of-type {
    border-left: dotted 1px #3F2B00;
    padding-left: 20px;
}

@media screen and (max-width: 640px) {
.about-wrap {
    padding: 0;
}
.about-wrap h3 {
    margin-bottom: 15px;
    font-size: 1.6em;
}
.about-wrap .responce-img {
    padding: 10px;
    margin-left: -10px;
}
.about-wrap .responce-img img {
    width: 100%;
    height: auto;
}
.about-wrap .plan-ttl {
    font-size: 1.4em;
    margin: 14px 0 12px;
}
.about-wrap ul.plan-wrap {
    width: 400px;
    margin: 0 auto 24px;
}
.about-wrap ul.plan-wrap li {
    width: 47%;
    margin-right: 6%;
}
.about-wrap ul.plan-wrap li:nth-child(2n){
    margin-right: 0;
}
.about-wrap ul.plan-wrap li img {
    width: 100%;
    height: auto;
}
.about-wrap ul.plan-wrap li:last-of-type {
    margin-right: 0;
    width: 100%;
    margin-top: 15px;
}
.about-wrap ul.plan-wrap li p {
    font-size: 1.2em;
    line-height: 1.7;
    margin-top: 2px;
}
.about-wrap ul.plan-wrap li:last-of-type p {
    font-size: 1.2em;
    line-height: 1.7;
    margin-top: 2px;
}
.about-wrap ul.plan-wrap li div div {
    width: 47%;
}
.about-wrap .tokuchou-ttl {
    font-size: 1.5em;
    width: auto;
}
.about-wrap .tokuchou-wrap {
    background: #3F2B00;
    padding: 10px;
}
.about-wrap .tokuchou-wrap div {
    float: none;
    width: auto;
}
.about-wrap .tokuchou-wrap div:last-of-type {
    float: none;
}
.about-wrap .tokuchou-wrap div dl {
    padding: 10px;
}
.about-wrap .tokuchou-wrap div dl dt {
    font-size: 1.4em;
}
.about-wrap .tokuchou-wrap div dl dd {
    font-size: 1.4em;
    margin-top: 8px;
}
.about-wrap .tokuchou-wrap div dl dd p {
    margin-bottom: 2px;
}
.about-wrap .studio-wrap {
    margin-top: 20px;
}
.about-wrap .studio-wrap .studio-box {
    float: none;
    width: auto;
}
.about-wrap .studio-wrap .studio-box:last-of-type {
    float: none;
    width: auto;
}
.about-wrap .studio-wrap .studio-box .inner {
    padding: 15px 24px;
}
.about-wrap .studio-wrap .studio-box .inner .title {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.about-wrap .studio-wrap .studio-box dl {
    float: none;
    width: auto;
}
.about-wrap .studio-wrap .studio-box dl dt img {
    width: 100%;
    height: auto;
}
.about-wrap .studio-wrap .studio-box dl:last-of-type {
    float: none;
    width: auto;
}
.about-wrap .studio-wrap .studio-box dl dd .text01 {
    font-size: 1.6em;
}
.about-wrap .studio-wrap .studio-box dl dd .text03 {
    margin-top: 5px;
}
.about-wrap .studio-wrap .studio-box:first-of-type dl:last-of-type {
    border-left: none;
    padding-left: 0;
    border-top: dotted 1px #3F2B00;
    padding-top: 20px;
    margin-top: 20px;
}
.about-wrap .apply-btn {
    margin: 25px auto 0;
}
}
@media screen and (max-width: 500px) {
.about-wrap ul.plan-wrap {
    width: auto;
}
.about-wrap ul.plan-wrap li {
    width: 47%;
    margin-right: 6%;
}
.about-wrap ul.plan-wrap li:last-of-type {
    width: 100%;
}
}


