@charset "UTF-8";



/* IMPORT header */
@import url("css/parts/header03.css");

/* IMPORT footer */
@import url("css/parts/footer02.css");

/* ====================================================================================================

	トップページ設定用

==================================================================================================== */
/*
トップページ設定用
  0.Global Nav
  1.Concept
  2.TOP HEADLINE
  3.TOP SCHEDULE
  4.TOP MOVIE
  5.TOP SOCIAL
===============================================================================*/

/* ==========================================================
0.Global Nav
========================================================== */



/* ==========================================================
1.Concept
========================================================== */
#concept {
  padding: 80px 0 140px;
  /* padding: 50px 0 ; */
  /* min-height: 548px; */
  /* height: 100%; */
  /* background: #fff url(images/about_bg.png) no-repeat center bottom; */
  /* background-size:cover; */
  background:url(common_img/bg_paper.jpg) repeat;
}

#concept .ttStyle02 {
  margin:0 auto 80px;
}

#concept h3 {
  font-size: 3.4rem;
  font-weight: bold;
  color: #333;
  display: block;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 40px;
}

#concept p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 40px;
  padding: 40px 45px 0 45px;
}

.aboutText {
}

.aboutImg {
  margin-top: 80px;
  width: 85%;
  margin-left: auto;
}

#concept .btn {
  width: 100%;
  margin-top: 0;
}

#concept a.btn-c {
  padding: 1rem 3.5rem 1rem 2rem;
  font-size: 1.8rem;
  width: 30%;
}

#concept a.btn-c span {
  font-size: 1.2rem;
}

#concept a.btn-c i.fa {
  margin-right: .7rem;
}

#concept a.btn-c:before {
  font-size: 1.6rem;
  line-height: 1;
  right: 2.5rem;
}

#concept a:hover.btn-c:before {
  right: 1.8rem;
}


@media screen and (max-width: 768px) {
  #concept {
    padding: 60px 0 30px;
  }

  #concept .container {
    padding: 0 25px;
  }

  #concept .ttStyle02 {
    margin:0 auto 60px;
  }

  #concept p {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
    padding: 40px 20px 0 25px;
  }

  #concept h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  #concept .flex {
    flex-direction: column;
  }

  .aboutText {
    margin-top: 20px;
  }

  .aboutImg {
    display: none;
  }

  #concept a.btn-c {
    padding: .7rem 3.5rem .7rem 2rem;
    font-size: 1.5rem;
    width: 70%;
  }

}


/* ==========================================================
 2.Menu
========================================================== */
#menu {
  padding: 100px 0 100px;
  background: #ddddcf;
  background:url(common_img/bg_paper02.png) ;
}

#menu .container {
  padding: 0 80px 0 60px;
}

#menu .ttStyle02 {
  margin: 0px 0px 55px 40px;
}

.menu_lay {
  position: relative;
  padding: 80px 0 80px;
}

.menu_lay:before {
    width: -webkit-calc(50% + 180px);
    width: calc(50% + 180px);
    height: 60%;
    height: -webkit-calc(100% - 480px);
    height: calc(100% - 480px);

    background: #fff;
    width: 70%;
    right: 0;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
}

#menu .menuflex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.menuRightBox {
  /* width: 30%; */
  /* margin-left: 100px; */
}

.menuRightFlex {
  display: flex;
  flex-direction: row-reverse;
  width: 60%;
}

.menuInner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* margin-left: 120px; */
  margin-left: 40px;
}

.menuInner .btn {
  margin-top: 60px;
}

.menuText {
  /* position: relative; */
  z-index: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin-top:80px;
  margin: auto;

}

.menuText p {
  display: block;
  font-size: 2.8rem;
  line-height: 2;
  color: #333;
  color: #666362;
}

.menuText p:nth-child(2) {
  text-indent: 1em;
}
.menuText p:nth-child(3) {
  text-indent: 2em;
}

.menuLeftBox {
  z-index: 1;
  /* width: 65%; */
  /* overflow: hidden; */
  /* position: relative; */
  margin-bottom: 0%;
  display: flex;
  flex-direction: row-reverse;

}


@media screen and (min-width: 1460px) {
  #menu .container {
    padding: 0 80px 0 0px;
  }

  .container {
    max-width: 1400px;
  }

  .menuText p {
    font-size: 3.5rem;
  }

  .menuInner {
    margin-left: 80px;
  }

}


@media ( max-width : 767px ) {
  #menu {
    padding: 60px 0 70px;
  }

  #menu .container {
    padding: 0 20px 0 20px;
  }

  #menu .ttStyle02 {
    margin: 0 auto 30px;
  }

  .menu_lay:before {
    padding: 60px 0 60px;
    width: 80%;
  }

  #menu .menuflex {
    flex-direction: column;
  }

  .menuRightBox {
    width: 100%;
  }

  .menuRightFlex {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
  }

  .menuLeftBox {
    margin-top: 30px;
    width: 100%;
    flex-direction: column-reverse;
  }

  .menuInner {
    margin-left: 0;
  }

  .menuText {
    margin:30px auto 0;
  }

  .menuInner .btn {
    margin-top: 30px;
  }

  .menuRightFlex {
    width: 100%;
  }


  .menu_lay {
    padding: 0;
  }

  .menu_lay:before {
    display: none;
  }

}


/* ==========================================================
3.Access
========================================================== */
#access {
  padding-top: 80px;
}

#access .ttStyle02 {
  margin:0 auto 80px;
}

.g_map p{
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 10px;
  font-size: 1.8rem;
  display:block;
  margin-bottom: 10px;
}

.g_map p span {
  padding-bottom: 5px;
  border-bottom: solid rgb(175, 0, 0) 3px;
}

.g_map iframe{
width:100%;
}



/* ==========================================================
6.About
========================================================== */
#info {
  padding: 100px 0 80px;
  /* background:url(common_img/bg_paper.jpg) repeat; */
}

#info .container {
  padding: 0 80px 0 60px;
}

#info .ttStyle02 {
  margin: 0px 80px 0px 0;
}


@media only screen and (max-width: 768px) {
  #info {
    padding: 60px 0 70px;
  }

  #info .flex {
    flex-direction: column;
  }

  #info .span_4 {
    margin-bottom: 3%;
  }

  #info .container {
    padding: 0 20px 0;
  }

  #info .ttStyle02 {
    margin:0 auto 60px;
  }

  #info .gutters .span_6 {
    width: 100%;
  }
}





/*
	下層ページ設定用
==================================================================================================== */
/* ==========================================================
 Page Business
========================================================== */
#content {
  padding: 0px 0 70px;

}

#content :first-child {
    margin-top: 0;
}

#content .ttStyle {
  margin-top: 10px;
  padding-bottom: 20px;
  position: relative;
}

#content .ttStyle span.siteH1 {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.5;
}

#content .ttStyle span.siteH1:after {
  display: block;
  content: '';
  width: 30px;
  height: 3px;
  background-color: #915ca3;
  margin: 13px auto 14px;
}

#content .ttStyle h1 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}



#content h2 {
  font-size: 2.6rem;
  position: relative;
  border-left: 6px solid #9b308c;
  padding: 10px;
  margin-top: 3em;
  font-weight: bold;
  line-height: 1.6;
}

#content h2::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color: #9b308c;
}

#content h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #9b308c;
}



#content h3 {
  font-size: 2.2rem;
  position: relative;
  padding: 0 0 1rem;
  border-bottom: 4px solid #9b308c;
  margin-top: 1.8em;
  line-height: 1.4;
  font-weight: 500;
}
#content h3:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 10%;
  height: 4px;
  content: '';
  background: #915ca3;
}


#content h4 {
  font-family: Kosugi Maru;
  font-size: 3.2rem;
  font-weight: 400;
  color: #915ca3;
  display: block;
  line-height: 1.75;
  margin-bottom: 30px;
}

#content p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 2rem;
}

#content a {
    color: #c492ea;
    /* font-weight: bold; */
}

#content a:hover {

}

#content .marker-thickPink {
    background: linear-gradient(transparent 35%,#FFDFEF 35%);
}

#content .marker-thinYellow {
    background: linear-gradient(transparent 85%,#ffffbc 85%);
}

#content .marker-halfGreen {
    background: linear-gradient(transparent 60%,#D2FFD2 60%);
}

#content figure {
  margin-top: 2rem;
}

#content figcaption {
  margin-top: 1rem;
}

#content ol, #content ul {
    margin-top: 2rem;
    list-style-type: none;
}

#content ol{
  counter-reset: number;
}

#content ol li, #content ul li {
    position: relative;
    list-style: none;
    margin-top: 1rem;
    line-height: 1.8;
}

#content ul li {
  padding-left: 1.6em;
}

#content ol li {
  padding-left: 2.5em;
}

#content ul > li::before {
    color: #a83f3f;
}

#content ul>li:before {
    font-family: icomoon;
    content: "○";
    transform: scale(.6);
    font-weight: bold;
}

#content ol>li:before, #content ul>li:before {
    display: block;
    position: absolute;
    left: 0;
    color: #a83f3f;
}

#content ol>li:before {
    counter-increment: number;
    content: counter(number);
    background: #fff;
    border: 1px solid #a83f3f;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    top: 4px;
    border-radius: 50%;
}

#content hr {
    clear: both;
    margin: 20px 0;
    padding: 0;
    height: 0;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}


/* tableStyle02
-------------------------------------------------- */
#content .tableStyle {
  margin: 30px auto 10px;
  width: 100%;
  border: 1px solid #ccc;
}

#content .tableStyle {
}

#content .tableStyle th {
  padding: 10px;
  border-bottom: 1px dashed #aaa;
  background: #fff;
  font-weight: bold;
  color: #333;
}

#content .tableStyle td {
  padding: 13px 10px 13px 20px;
  border-bottom: 1px dashed #aaa;
  background: #fff;
  line-height: 1.8;
}

#content .tableStyle td span {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.4rem;
}

#content .tableStyle td.item {
  color: #7f8984;
  line-height: 1.6;
  background: #f2f2f2;
  width: 35%;
}


@media only screen and (max-width: 768px) {
  #content {
    padding: 40px 0 70px;
  }

  #content .ttStyle {
    margin-top: 10px;
    margin-bottom: 20px;

  }

  #content .ttStyle span.siteH1 {
    font-size: 2.5rem;
  }

  #content .ttStyle h1 {
    font-size: 14px;
  }

  #content h2 {
    margin-top: 3rem;
    font-size: 1.8rem;
  }

  #content h3 {
    font-size: 1.6rem;
    margin-top: 1rem;
  }

  #content p {
    font-size: 1.4rem;
  }

}


/* ==========================================================
Shop
========================================================== */
#shop {
  padding: 80px 0 80px;
}

#shop .ttStyle02 {
  margin:0 auto 80px;
}

#shop p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 20px;
  padding: 20px 45px 0 45px;
}

.centerImg {
    padding-top: 80px;
    width: 85%;
    margin: auto;
}

.rightImg {
    margin-top: 80px;
    width: 65%;
    margin-right: auto;
}

.leftImg {
    margin-top: 80px;
    width: 65%;
    margin-left: auto;
}

.imgBox {
  margin-top: 40px;
}

/* .thumbnail-img {
  margin-right: 5px;
}

.thumbnail-img:last-child {
  margin-right: 0px;
} */

.thumbnail .slick-track {
  transform: unset !important;
}

#thumbs .slick-current img{
  filter: brightness(50%);
}
.slick-slide{
  padding:2px;
}

.sec-title {
  margin: 60px 0 40px!important;
}
@media (min-width: 901px) {
  .sec-title {
    margin: 60px 0 80px!important;
  }
}
.textNote {
  padding: 0 20px;
}
.textMemo {
  text-align: center;
  margin: 0 0 30px;
}
.textMemo span {
  display: block;
  border-bottom: 1px solid #666666;
  padding-bottom: 4px;
  max-width: 400px;
  text-align: center;
  margin: 0 auto 4px;
}

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

#shop {
  padding: 80px 0 0px;
}
}

/* ==========================================================
Concept
========================================================== */
#page_concept {
  padding: 80px 0 80px;
}

#page_concept .ttStyle02 {
  margin:0 auto 80px;
}

#page_concept h3 {
  font-size: 3.4rem;
  font-weight: bold;
  color: #333;
  display: block;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 40px;
}

#page_concept p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 40px;
  padding: 40px 45px 0 45px;
}

.aboutText {
}

.aboutText span {
  font-size: 1.2rem;
  color: rgb(136, 136, 136);
  display: block;
  margin-top: 10px;
}

.aboutImg {
  margin-top: 80px;
  width: 85%;
  margin-left: auto;
}

#page_concept .btn {
  width: 100%;
  margin-top: 0;
}

#page_concept a.btn-c {
  padding: 1rem 3.5rem 1rem 2rem;
  font-size: 1.8rem;
  width: 30%;
}

#page_concept a.btn-c span {
  font-size: 1.2rem;
}

#page_concept a.btn-c i.fa {
  margin-right: .7rem;
}

#page_concept a.btn-c:before {
  font-size: 1.6rem;
  line-height: 1;
  right: 2.5rem;
}

#page_concept a:hover.btn-c:before {
  right: 1.8rem;
}


@media screen and (max-width: 768px) {
  #page_concept {
    padding: 60px 0 30px;
  }

  #page_concept .container {
    padding: 0 25px;
  }

  #page_concept .ttStyle02 {
    margin:0 auto 60px;
  }

  #page_concept p {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
    padding: 40px 20px 0 25px;
  }

  #page_concept h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  #page_concept .flex {
    flex-direction: column;
  }

  .aboutText {
    margin-top: 20px;
  }

  .aboutImg {
    display: none;
  }

  #page_concept a.btn-c {
    padding: .7rem 3.5rem .7rem 2rem;
    font-size: 1.5rem;
    width: 70%;
  }

}


/* ==========================================================
Page_menu
========================================================== */
#page_menu {
  padding: 80px 0 80px;
}

#page_menu .ttStyle02 {
  margin:0 auto 80px;
}

#page_menu h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  display: block;
  border-bottom: #333 1px dotted;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 10px;
}

#page_menu .menuIntro {
  text-align: left;
  margin-bottom: 40px;
  padding: 40px 45px 0 45px;
}

#page_menu p {
  font-size: 1.4rem;
  line-height: 1.8;
}


#page_menu span {
  font-size: 1.2rem;
  color: rgb(136, 136, 136);
  display: block;
  margin-top: 5px;
  padding-bottom: 10px;
}

#page_menu .menuList {
  margin-top: 60px;
  padding: 0 20px;
}

#page_menu .menuCate {
  padding: 0 30px;
}

#page_menu .menuLeft {
  width: 80%;
}

#page_menu .menuRight {
  width: 20%;
  text-align: right;
}

#page_menu table {
  width: 100%;
}

#page_menu table tr {
  border-bottom: 1px solid #dadada;
}

#page_menu table td:first-child {
  padding: 0 0 5px;
}

#page_menu table td {
  padding: 10px 0 0px;
}

.menuComment {
  margin-top: 60px;
  border: 3px solid #A73836;
  border-radius: 5px;
}

.menuComment h3 {
  margin: 20px 30px 10px;
}

.menuComment p {
  padding:20px 30px 30px;
}

#page_menu .btn {
  width: 100%;
  margin-top: 0;
}

#page_menu a.btn-c {
  padding: 1rem 3.5rem 1rem 2rem;
  font-size: 1.8rem;
  width: 30%;
}

#page_menu a.btn-c span {
  font-size: 1.2rem;
}

#page_menu a.btn-c i.fa {
  margin-right: .7rem;
}

#page_menu a.btn-c:before {
  font-size: 1.6rem;
  line-height: 1;
  right: 2.5rem;
}

#page_menu a:hover.btn-c:before {
  right: 1.8rem;
}


@media screen and (max-width: 768px) {
  #page_menu {
    padding: 60px 0 30px;
  }

  #page_menu .container {
    padding: 0 25px;
  }

  #page_menu .ttStyle02 {
    margin:0 auto 60px;
  }

  #page_menu p {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .menuComment p {
    padding: 10px 20px 30px;
  }

  h3.commentTitle {
    font-size: 1.6rem!important;
    line-height: 1.6!important;
    padding-bottom: 10px;
  }

  #page_menu .menuIntro {
    text-align: left;
    margin-bottom: 40px;
    padding: 10px 15px 0 15px;
  }

  #page_menu .menuList {
    margin-top: 0px;
  }

  #page_menu .menuCate {
    padding: 0 0px;
  }

  #page_menu h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  #page_menu .menuLeft {
    width: 100%;
  }

  #page_menu .menuRight {
    width: 100%;
  }

  #page_menu table tr {
    padding-top: 20px;
  }

  #page_menu table td {
    font-size: 1.5rem;
  }

  .menuComment h3 {
    font-size: 1.4rem;
    margin: 10px 20px 10px;
  }

  #page_menu .flex {
    flex-direction: column;
  }

  .menuCate:nth-child(2) {
    margin-top: 20px;
  }


  #page_menu a.btn-c {
    padding: .7rem 3.5rem .7rem 2rem;
    font-size: 1.5rem;
    width: 70%;
  }

}



/* ==========================================================
 Contact
========================================================== */

#FORM .ttStyle02 {
    margin: 0 auto 80px;
}

#FORM {
  padding: 40px 0 60px;
}

#FORM p {
  text-align: center;
  padding: 15px 0px;
  line-height: 1.6;
}

#FORM p a {
  color: #A73836;
}

input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; */
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control:-moz-placeholder {
  color: #000;
  font-weight:bold;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-weight:bold;
}
.form-control:-ms-input-placeholder {
  color: #000;
  font-weight:bold;
}
.form-control::-webkit-input-placeholder {
  color: #000;
  font-weight:bold;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea {
  height: auto;
  width:100%!important;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form_submit {
  text-align: center;
  font-size: 114%;
  line-height: 2.0;
}
.btn {
  margin-top: 3%;
}

.btnsubmit02 {
    margin: 20px 0;
    padding: 0 10px;
    text-align:center;
    display: flex;
    justify-content: center;
}

.btnsubmit02 button {
    cursor: pointer;
    /* background: url(common_img/bglinkentry.jpg) no-repeat center center; */
    border: none;
    width: 200px;
    /* margin: 0 auto; */
    font-size: 16px!important;
    color: #fff;
    height: 50px;
    margin-top: 20px;
    background: #A73836;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btnsubmit02 input.backSubmit {
  cursor: pointer;
  border: none;
  width: 60px;
  min-width: 40px;
  /* margin: 0 auto; */
  font-size: 14px!important;
  color: #fff;
  margin-right: 10px;
  height: 50px;
  background: #999999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

}

.btnsubmit button:last-child {
    background: #4f4f4f;
}


.btnsubmit button:last-child:hover{
    background:#ccc;
}

#pri {
  padding: 0px 0 100px;
}

#pri p {
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 10px;
}

#FORM .inner_m, #pri .inner_m {
  padding: 0 10px;
}

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

#FORM .ttStyle02 {
    margin: 0 auto 60px;
}
}
