@charset "utf-8";
/* CSS Document */

body {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
h1 {
}
h2 {
    color: #FFFFFF;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 8px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}
a:hover {
    transition: all .2s;
}

.sec01 h3 {
    color: #008171;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 9px;
    line-height: 20px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 6px;
    margin-left: 4%;
    margin-right: 4%;
    background-image: url(../img/list01.png);
    background-repeat: no-repeat;
    background-position: 2px 4px;
    padding-left: 16px;
}
.sec02 h3 {
    color: #CE5400;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 9px;
    line-height: 20px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 6px;
    margin-left: 4%;
    margin-right: 4%;
    background-image: url(../img/list02.png);
    background-repeat: no-repeat;
    background-position: 2px 4px;
    padding-left: 16px;
}
.sec03 h3 {
    color: #555555;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 9px;
    line-height: 20px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 6px;
    margin-left: 4%;
    margin-right: 4%;
    background-image: url(../img/list03.png);
    background-repeat: no-repeat;
    background-position: 2px 4px;
    padding-left: 16px;
}
.sec04 h3 {
    color: #1E46A0;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 9px;
    line-height: 20px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 6px;
    margin-left: 4%;
    margin-right: 4%;
    background-image: url(../img/list04.png);
    background-repeat: no-repeat;
    background-position: 2px 4px;
    padding-left: 16px;
}



header {
    clear: both;
    width: 100%;
    height: 50px;
    border-bottom: 3px solid #00A692;
    position: fixed;
    background-color: #FFFFFF;
    z-index: 9000;
}
.head_logo {
    padding-top: 6px;
    height: 40px;
    padding-left: 10px;
    padding-right: 5px;
    float: left;
}
.head_logo img {
    height: 36px;
    width: auto;
}
.h1box {
    float: right;
    margin-top: 15px;
    margin-right: 20px;
    display: none;
}
.snsbox {
    float: right;
    margin-top: 10px;
    margin-right: 8px;
}
.snsbox img {
    width: 78px;
    height: auto;
}


footer {
}
.footer_link {
    text-align: center;
    border-top: 1px solid #CCCCCC;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 12px;
    line-height: 20px;
}
.footer_link a:link {
    color: #333333;
}
.footer_link a:visited {
    color: #333333;
}
.footer_link a:hover {
    color: #00A692;
}



.copyright {
    clear: both;
    text-align: center;
    background-color: #00A692;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.container {
    padding-top: 53px;
    width: 100%;
}
.wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}



.sec01 {
    width: 100%;
}
.sec02 {
    width: 100%;
}
.sec03 {
    width: 100%;
}
.sec04 {
    width: 100%;
}
.sec05 {
    clear: both;
    width: 92%;
    margin-left: 4%;
    margin-right: 2%;
    margin-bottom: 60px;
}
.sec06 {
    float: right;
    width: 92%;
    margin-right: 4%;
    margin-left: 4%;
    margin-bottom: 60px;
}
.sec07 {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
}
.sec08 {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
}
.sec09  {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 60px;
}




.mainv {
    width: 100%;
    height: 500px;
    text-align: center;
}
.main_logo {
    padding-top: 160px;
}

.main_logo img {
    width: 250px;
    height: auto;
}

.main01 {
    background-image: url(../img/b001.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main02 {
    background-image: url(../img/a001.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main03 {
    background-image: url(../img/j001.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main04 {
    background-image: url(../img/d001.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content {
    margin-left: 6%;
    margin-right: 6%;
}
.content p {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 22px;
    margin-left: 4%;
    margin-right: 5%;
    padding-left: 16px;
}
.pagev {
    background-image: url(../img/pagev01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 250px;
    clear: both;
    margin-bottom: 50px;
}
.page_tit {
    background-color: #777777;
    width: 100%;
}
.page_tit h2 {
    font-size: 20px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}




.sec_tit   {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.sec_tit img {
    width: 250px;
    height: auto;
}
.buy {
    float: left;
    width: 40%;
    margin-left: 5%;
    margin-right: 3%;
    text-align: center;
    margin-bottom: 30px;
}
.buy img {
    width: 60px;
    height: 60px;
    margin-left: 0px;
}
.buy a {
    background-color: #67C0B3;
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    padding-left: 20px;
}
.buy a:hover {
    background-color: #00A692;
}
.sell {
    float: left;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    margin-bottom: 30px;
}
.sell img {
    width: 60px;
    height: 60px;
    margin-left: 0px;
}
.sell a {
    background-color: #FFA567;
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    padding-left: 20px;
}
.sell a:hover {
    background-color: #FE6800;
}




.bg01 {
    background-color: #00A692;
}
.bg02 {
    background-color: #FE6800;
}
.bg03 {
    background-color: #777777;
}
.bg04 {
    background-color: #1E46A0;
}
.infobox {
    border-radius: 8px;
    background-color: #E1FFFB;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 25px;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.infobox dt {
    background-color: #00A692;
    width: 20%;
    text-align: center;
    border-radius: 4px;
    color: #FFFFFF;
    float: left;
    clear: both;
    margin-bottom: 15px;
}
.infobox dd {
    float: left;
    width: 78%;
    margin-left: 2%;
    margin-bottom: 15px;
}
.fbbox {
    margin-bottom: 50px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.sec05 h3 {
    color: #00A692;
    font-size: 18px;
    border-radius: 4px;
    line-height: 34px;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
}
.sec05 .concept {
    border-radius: 8px;
    border: 1px solid rgba(0,166,146,0.50);
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sec06 h3    {
    background-color: #00A692;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    border-radius: 4px;
    line-height: 34px;
}




.sec06 dt {
    background-image: url(../img/qa_q.png);
    background-repeat: no-repeat;
    background-position: 0 22px;
    padding-left: 18px;
    padding-top: 15px;
    color: #008171;
    margin-left: 2%;
    margin-right: 2%;
}
.sec06 dd {
    background-image: url(../img/qa_a.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
    padding-left: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
    margin-left: 2%;
    margin-right: 2%;
}
.sec07 h3   {
    background-color: #00A692;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 4px;
    line-height: 34px;
    padding-left: 15px;
    padding-right: 15px;
}
.sec07 dt {
    padding-top: 15px;
    color: #008171;
    font-weight: bold;
    line-height: 26px;
}
.sec07 dd {
    padding-left: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
    padding-top: 6px;
}
.sec07 .no {
    border-radius: 3px;
    background-color: #00A692;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    width: 30px;
    display: inline-block;
    margin-right: 5px;
    padding-top: 3px;
}

.sec08 h3   {
    background-color: #00A692;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 4px;
    line-height: 34px;
    padding-left: 15px;
    padding-right: 15px;
}
.sec09 h3 {
    background-color: #00A692;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    border-radius: 4px;
    line-height: 22px;
}
.sec09 h4 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 18px;
    color: #00A692;
    padding-bottom: 8px;
    margin-bottom: 8px;
    margin-top: 50px;
}

.sec09 p {
    margin-bottom: 10px;
}


.sec09 dl {
    margin-bottom: 60px;
    border-bottom: 1px solid #CCCCCC;
}

.sec09 dt {
    padding-top: 15px;
    color: #008171;
    font-weight: bold;
    line-height: 24px;
    float: left;
    clear: both;
    border-top: 1px solid #CCCCCC;
    width: 100%;
}
.sec09 dd {
    padding-bottom: 15px;
    float: left;
    width: 100%;
    line-height: 24px;
}
.sec09 ul {
    margin-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
}
.sec09 ul li {
    border-top: 1px solid #CCCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(../img/list01.png);
    background-repeat: no-repeat;
    background-position: 20px 16px;
    padding-left: 36px;
}



.form_box {
    background-color: #EEEEEE;
    border-radius: 4px;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
}
.form_box p {
    margin-bottom: 15px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 24px;
    margin-left: 20px;
}

.form_box dl {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.form_box dt {
    width: 90%;
    margin-left: 5%;
}
.form_box dt br {
    display: none;
}

.form_box dd {
    width: 90%;
    margin-bottom: 20px;
    margin-left: 5%;
}

.form_box select {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border-color: #CCCCCC;
}

.input1_1 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 89%;
    border: 1px solid #CCCCCC;
    font-size: 16px;
}


.input2_1 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 38%;
    margin-right: auto;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    margin-left: auto;
}
.bt_submit {
    background-color: #00A692;
    font-size: 22px;
    border: none;
    line-height: 30px;
    text-align: center;
    display: block;
    border-radius: 6px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 60px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.bt_submit:hover {
    background-color: #FF2F00;
}


.required {
    background-color: #FE6800;
    border-radius: 3px;
    font-size: 10px;
    line-height: 14px;
    display: inline;
    padding-right: 5px;
    padding-left: 4px;
    color: #FFFFFF;
}
.form_tel {
    font-size: 50px;
    color: #C84646;
    font-weight: 700;
    line-height: 60px;
}
.form_cap p   {
    font-size: 12px;
    line-height: 22px;
}

.center {
    text-align: center;
}
.txt_right {
    text-align: right;
}

.green {
    color: #00A692;
}





.menubox {
    width: 100%;
    z-index: 9999;
    position: absolute;
    top: 50px;
    left: 0px;
    display: none;
}
.menubox li {
    border-bottom: 1px solid #999999;
    background-color: rgba(208,208,208,0.98);
}
.menubox li img {
    vertical-align: middle;
    margin-top: -2px;
}
.menubox li a {
    display: block;
    line-height: 26px;
    font-size: 14px;
    background-repeat: repeat-x;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
}
.menubox li a:link {
    color: #333333;
}
.menubox li a:visited {
    color: #333333;
}
.menubox li a:hover {
    color: #FF5F00;
}
.menubox li a img {
    margin-right: 10px;
}
.btn {
    background-repeat: no-repeat;
    background-image: url(../img/menubt.png);
    background-color: transparent;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: auto 50px;
    z-index: 2000;

}

.close {
    background-position: -50px 0%;
}
.menubt {
    float: right;
    margin-top: 0px;
}

.sell span{
    background-color: #FFA567;
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    padding-left: 20px;
    cursor: pointer;
}
.sell span:hover {
    background-color: #FE6800;
}
.msg_area {
  position: relative;                  /* 指定した分だけ相対的に移動 */
  cursor   : pointer;                  /* カーソルをポインターで表示 */
}
.msg_content_non {
  display: none;                        /* 要素を非表示 */
}
 /* --- 吹き出し ------------------ */
.msg_content_on {
  position: absolute;                   /* 親要素を基準 */
  display: inline;                      /* インライン要素として表示 */
  padding: 2px;                         /* テキストの前後の余白 */
  background-color: rgba(255, 127, 127, 0.75);  /* 背景色（透明度） */
  width:190px;                          /* 吹き出し全体の幅 */
  left : 10%;                           /* 表示位置 */
  top : 100%;                           /* 表示位置 */
  margin-top : 12px;                    /* 表示位置 */
  font-size: 80%;                       /* 文字サイズ */
  animation: sample2Anime 1s linear;
}
.msg_content_on:after{
  border-bottom: 12px solid rgba(255, 127, 127, 0.75);  /* 吹き出し口の高さ・色 */
  border-left: 10px solid transparent;   /* 吹き出し口の幅１／２ */
  border-right: 10px solid transparent;  /* 吹き出し口の幅１／２ */
  top: -12px;                            /* 吹き出し口の位置調整 */
  left : 5%;                         /* 吹き出し口の横位置 */
  content: "";                       /* コンテンツの挿入 */
  position: absolute;                /* 親要素を基準 */
}
@keyframes sample2Anime{
 100%{ color : black; background:rgba(255, 127, 127, 0.75) }
  50%{ color : black; background:rgba(255, 127, 127, 0.25) }
   0%{ color : white; background:white   }
}
