@charset "utf-8";
.bg_color01 {
  background: #f29c9f;
}
.bg_color02 {
  background: #e1e7da;
}
.bg_color03 {
  background-image: url("../../images/common/bg_2.gif");
}
.bg_color04 {
  background-image: url("../../images/common/bg_1.gif");
}
.bg_color05 {
  background-image: linear-gradient(-45deg, #fe7f2b, #f60);
}
.bg_color06 {
  background: url("../images/top/bg_sec1.jpg")repeat-x;
  background-position: top center;
}
.bg_color07 {
  background: #fadebd;
}
@media screen and (min-width:340px) and (max-width:480px) {
  .tx_ll {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .tx_l {
    font-size: 1.7rem !important;
    line-height: 2.2rem;
  }
  .tx_m {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .tx_n {
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal;
  }
	.tx_n2 {
    font-size: .8em!important;
    line-height: 1.5em;
    font-weight: normal;
  }
  .tx_ps {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal;
  }
	.td20,.td25{
		font-size: .7em!important;
	}
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .article {
    margin: 0 auto 5px;
    padding: 0px;
    width: 97%;
    height: 60px;
	  background: url("../../images/common/bg_m.png") no-repeat;
    background-position: right;
    position: relative;
	  border-top: dotted 2px #ccc;
	  border-bottom: dotted 2px #ccc;
	  
  }
	.article img {
    display: none;
  }
  .article h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    font-size: 1.5em;
    line-height: 1.6em;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .article h1 img {
    vertical-align: middle;
  }
  .br1 {
    display: block;
  }
	.br2 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 1.5em 0;
    width: 97%;
    height: auto;
  }
  .sec_in0_3 {
    margin: 0 auto;
    padding: 0 0 3em;
    width: 97%;
    height: auto;
  }
  .h2_ti {
    margin: 1em 0;
    padding: .2em 2%;
    width: 96%;
    display: inline-block;
    background: #fff;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 20px; /* CSS3 */
  }
  .flex {
    display: flex;
  }
  .flex_bet {
    display: flex;
    align-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*吹き出し*/
  .balloon_l, .balloon_r {
    width: 100%;
    margin: 0 auto 2em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; /*縦位置を上揃え*/
    /*   align-items: center; */ /*縦位置を真ん中揃え*/
  }
  .balloon_r:last-child {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; /*縦位置を上揃え*/
    /*   align-items: center; */ /*縦位置を真ん中揃え*/
  }
  .balloon_r {
    justify-content: flex-end;
  }
  .icon {
    width: 100px !important; /*任意のサイズ*/
    height: auto;
  }
  .icon img {
    width: 120% !important; /*任意のサイズ*/
    height: auto;
  }
  .balloon_r .icon {
    margin-left: 25px;
  }
  .balloon_l .icon {
    margin-right: 25px;
  }
  .balloon_r .icon {
    order: 2 !important;
  }
  .says {
    max-width: 73% !important; /*最大幅は任意*/
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 2%;
    border-radius: 12px;
    background: #fff; /*色は任意*/
    box-sizing: border-box;
    margin: 0 !important;
    line-height: 1.5;
    /*   align-items: center; */
  }
  .says p {
    margin: 0;
    width: 100%;
  }
  .says p:first-child {
    margin-top: 0 !important;
  }
  .says:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    /*   margin-top:-3px;  */
  }
  .balloon_l .says:after {
    left: -26px;
    border-right: 22px solid #fff;
  }
  .balloon_r .says:after {
    right: -26px;
    border-left: 22px solid #fff;
  }
}
@media screen and (min-width:481px) and (max-width:768px) {
  .tx_ll {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .tx_l {
    font-size: 1.7rem !important;
    line-height: 2.2rem;
  }
  .tx_m {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: normal;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .article {
    margin: 0 auto 5px;
    padding: 0px;
    width: 97%;
    height: 60px;
	  background: url("../../images/common/bg_m.png") no-repeat;
    background-position: right;
    position: relative;
	  border-top: dotted 2px #ccc;
	  border-bottom: dotted 2px #ccc;
	  
  }
	.article img {
    display: none;
  }
  .article h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    font-size: 1.6em;
    line-height: 1.6em;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .article h1 img {
    vertical-align: middle;
  }
  .br1 {
    display: block;
  }
	.br2 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
  .sec_in0_3 {
    margin: 0 auto;
    padding: 0 0 3em;
    width: 97%;
    height: auto;
  }
  .h2_ti {
    margin: 1em 0;
    padding: .2em 2%;
    width: 96%;
    display: inline-block;
    background: #fff;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 20px; /* CSS3 */
  }
  .flex {
    display: flex;
  }
  .flex_bet {
    display: flex;
    align-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*吹き出し*/
  .balloon_l, .balloon_r {
    width: 100%;
    margin: 0 auto 2em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; /*縦位置を上揃え*/
    /*   align-items: center; */ /*縦位置を真ん中揃え*/
  }
  .balloon_r:last-child {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; /*縦位置を上揃え*/
    /*   align-items: center; */ /*縦位置を真ん中揃え*/
  }
  .balloon_r {
    justify-content: flex-end;
  }
  .icon {
    width: 100px !important; /*任意のサイズ*/
    height: auto;
  }
  .icon img {
    width: 100% !important; /*任意のサイズ*/
    height: auto;
  }
  .balloon_r .icon {
    margin-left: 25px;
  }
  .balloon_l .icon {
    margin-right: 25px;
  }
  .balloon_r .icon {
    order: 2 !important;
  }
  .says {
    max-width: 75% !important; /*最大幅は任意*/
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 2%;
    border-radius: 12px;
    background: #fff; /*色は任意*/
    box-sizing: border-box;
    margin: 0 !important;
    line-height: 1.5;
    /*   align-items: center; */
  }
  .says p {
    margin: 0;
    width: 100%;
  }
  .says p:first-child {
    margin-top: 0 !important;
  }
  .says:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    /*   margin-top:-3px;  */
  }
  .balloon_l .says:after {
    left: -26px;
    border-right: 22px solid #fff;
  }
  .balloon_r .says:after {
    right: -26px;
    border-left: 22px solid #fff;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .tx_ll {
    font-size: 2rem;
    line-height: 3rem;
  }
  .tx_l {
    font-size: 1.8rem !important;
    line-height: 2.5rem;
  }
  .tx_m {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: normal;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: normal;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .article {
    margin: 0 auto;
    padding: 0px;
    width: 97%;
    height: 80px;
	  background: url("../../images/common/bg_m.png") no-repeat;
    background-position: right;
    position: relative;
	  border-top: dotted 2px #ccc;
	  border-bottom: dotted 2px #ccc;
  }
  .article h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2em;
    line-height: 2em;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    vertical-align: middle;
  }
  .br1 {
    display: block;
  }
	.br2 {
    display: block;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
  .sec_in0_3 {
    margin: 0 auto;
    padding: 0 0 3em;
    width: 97%;
    height: auto;
  }
  .h2_ti {
    margin: 0 0 1em;
    padding: .2em 2%;
    width: 96%;
    display: inline-block;
    background: #fff;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 20px; /* CSS3 */
  }
  .flex {
    display: flex;
  }
  .flex_bet {
    display: flex;
    align-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*吹き出し*/
  .balloon_l, .balloon_r {
    width: 100%;
    margin: 0 auto 2em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; /*縦位置を上揃え*/
    /*   align-items: center; */ /*縦位置を真ん中揃え*/
  }
  .balloon_r:last-child {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; /*縦位置を上揃え*/
    /*   align-items: center; */ /*縦位置を真ん中揃え*/
  }
  .balloon_r {
    justify-content: flex-end;
  }
  .icon {
    width: 100px !important; /*任意のサイズ*/
    height: auto;
  }
  .icon img {
    width: 100% !important; /*任意のサイズ*/
    height: auto;
  }
  .balloon_r .icon {
    margin-left: 25px;
  }
  .balloon_l .icon {
    margin-right: 25px;
  }
  .balloon_r .icon {
    order: 2 !important;
  }
  .says {
    max-width: 78% !important; /*最大幅は任意*/
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 1%;
    border-radius: 12px;
    background: #fff; /*色は任意*/
    box-sizing: border-box;
    margin: 0 !important;
    line-height: 1.5;
    /*   align-items: center; */
  }
  .says p {
    margin: 0;
    width: 100%;
  }
  .says p:first-child {
    margin-top: 0 !important;
  }
  .says:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    /*   margin-top:-3px;  */
  }
  .balloon_l .says:after {
    left: -26px;
    border-right: 22px solid #fff;
  }
  .balloon_r .says:after {
    right: -26px;
    border-left: 22px solid #fff;
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .tx_ll {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 2.5rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: normal;
  }

  .tx_p {
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: normal;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: normal;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .br1 {
    display: none;
  }
	.br2 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .article {
    margin: 0 auto;
    padding: 0px;
    width: 97%;
    height: 80px;
	  background: url("../../images/common/bg_m.png") no-repeat;
    background-position: right;
    position: relative;
	  border-top: dotted 2px #ccc;
	  border-bottom: dotted 2px #ccc;
  }
  .article h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2em;
    line-height: 2em;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    vertical-align: middle;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 70%;
    height: auto;
  }
  .sec_in0_3 {
    margin: 0 auto;
    padding: 0 0 3em;
    width: 97%;
    height: auto;
  }
  .h2_ti {
    margin: 0 0 1em;
    padding: .2em 2%;
    width: 96%;
    display: inline-block;
    background: #fff;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 20px; /* CSS3 */
  }
  .flex {
    display: flex;
  }
  .flex_bet {
    display: flex;
    align-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*吹き出し*/
  .balloon_l, .balloon_r {
    width: 100%;
    margin: 0 auto 2em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; /*縦位置を上揃え*/
    /*   align-items: center; */ /*縦位置を真ん中揃え*/
  }
  .balloon_r:last-child {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; /*縦位置を上揃え*/
    /*   align-items: center; */ /*縦位置を真ん中揃え*/
  }
  .balloon_r {
    justify-content: flex-end;
  }
  .icon {
    width: 100px !important; /*任意のサイズ*/
    height: auto;
  }
  .icon img {
    width: 100% !important; /*任意のサイズ*/
    height: auto;
  }
  .balloon_r .icon {
    margin-left: 25px;
  }
  .balloon_l .icon {
    margin-right: 25px;
  }
  .balloon_r .icon {
    order: 2 !important;
  }
  .says {
    max-width: 78% !important; /*最大幅は任意*/
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 1%;
    border-radius: 12px;
    background: #fff; /*色は任意*/
    box-sizing: border-box;
    margin: 0 !important;
    line-height: 1.5;
    /*   align-items: center; */
  }
  .says p {
    margin: 0;
    width: 100%;
  }
  .says p:first-child {
    margin-top: 0 !important;
  }
  .says:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    /*   margin-top:-3px;  */
  }
  .balloon_l .says:after {
    left: -26px;
    border-right: 22px solid #fff;
  }
  .balloon_r .says:after {
    right: -26px;
    border-left: 22px solid #fff;
  }
}
@media screen and (min-width:1441px) {
  .tx_ll {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 2.5rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: normal;
  }

  .tx_p {
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: normal;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: normal;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
  }
  .article {
    margin: 0 auto;
    padding: 0px;
    width: 97%;
    height: 80px;
	  background: url("../../images/common/bg_m.png") no-repeat;
    background-position: right;
    position: relative;
	  border-top: dotted 2px #ccc;
	  border-bottom: dotted 2px #ccc;
  }
  .article h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2em;
    line-height: 2em;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    vertical-align: middle;
  }
  .br1 {
    display: none;
  }
	.br2 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 70%;
    height: auto;
  }
  .sec_in0_3 {
    margin: 0 auto;
    padding: 0 0 3em;
    width: 70%;
    height: auto;
  }
  .h2_ti {
    margin: 0 0 1em;
    padding: .2em 2%;
    width: 96%;
    display: inline-block;
    background: #fff;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 20px; /* CSS3 */
  }
  .flex {
    display: flex;
  }
  .flex_bet {
    display: flex;
    align-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*吹き出し*/
  .balloon_l, .balloon_r {
    width: 100%;
    margin: 0 auto 2em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; /*縦位置を上揃え*/
    /*   align-items: center; */ /*縦位置を真ん中揃え*/
  }
  .balloon_r:last-child {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; /*縦位置を上揃え*/
    /*   align-items: center; */ /*縦位置を真ん中揃え*/
  }
  .balloon_r {
    justify-content: flex-end;
  }
  .icon {
    width: 100px !important; /*任意のサイズ*/
    height: auto;
  }
  .icon img {
    width: 100% !important; /*任意のサイズ*/
    height: auto;
  }
  .balloon_r .icon {
    margin-left: 25px;
  }
  .balloon_l .icon {
    margin-right: 25px;
  }
  .balloon_r .icon {
    order: 2 !important;
  }
  .says {
    max-width: 78% !important; /*最大幅は任意*/
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 1%;
    border-radius: 12px;
    background: #fff; /*色は任意*/
    box-sizing: border-box;
    margin: 0 !important;
    line-height: 1.5;
    /*   align-items: center; */
  }
  .says p {
    margin: 0;
    width: 100%;
  }
  .says p:first-child {
    margin-top: 0 !important;
  }
  .says:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    /*   margin-top:-3px;  */
  }
  .balloon_l .says:after {
    left: -26px;
    border-right: 22px solid #fff;
  }
  .balloon_r .says:after {
    right: -26px;
    border-left: 22px solid #fff;
  }
}
/*sec5*/
@media screen and (min-width:340px) and (max-width:480px) {
  .foo_logo {
    margin: 1em auto;
    width: 100%;
    height: auto;
  }
  .foo_logo img {
    width: 97%;
    height: auto;
  }
  .contact {
    margin: 0 auto;
    padding: 0;
    width: 97%;
  }
  .contact_in {
    margin: 1em auto;
    width: 300px;
  }
  .button-7dummy {
    width: 100%;
    height: 60px;
    font-size: 1.7em;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #fff;
	  border:1px solid #630;
  }
  .button-7 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    coler: #630;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    transition: .5s;
    display: block !important;
	  border:1px solid #630;
  }
  .button-7 a {
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: 60px;
    white-space: nowrap;
    font-size: 1.5em !important;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: #630 !important;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    display: block !important;
  }
  .button-7 a:hover {
    width: 100%;
    height: 60px;
    background: #630;
    box-shadow: 0px 0px 8px #999;
    color: #fff !important;
    transition: .5s;
    opacity: 1;
  }
	.contact2 {
    margin: .5em auto 0;
    padding: 0;
    width: 320px!important;
    display: flex;
    align-content: space-between;
  }
	.con_ti{
		width: 100px!important;
		height: auto;
		display: inline-block;
		text-align: left;
	}
	.con_come{
		width: auto;
		height: auto;
		display: inline-block;
		text-align: left!important;
	}
	.tx_n2 {
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: normal;
  }
}
@media screen and (min-width:481px) and (max-width:768px) {
  .foo_logo {
    margin: 1em auto;
    width: 100%;
    height: auto;
  }
  .foo_logo img {
    width: 97%;
    height: auto;
  }
  .contact {
    margin: 0 auto;
    padding: 0;
    width: 97%;
  }
  .contact_in {
    margin: 1em auto;
    width: 300px;
  }
  .button-7dummy {
    width: 100%;
    height: 60px;
    font-size: 1.7em;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #fff;
	  border:1px solid #630;
  }
  .button-7 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    coler: #630;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    transition: .5s;
    display: block !important;
	  border:1px solid #630;
  }
  .button-7 a {
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: 60px;
    white-space: nowrap;
    font-size: 1.5em !important;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: #630 !important;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    display: block !important;
  }
  .button-7 a:hover {
    width: 100%;
    height: 60px;
    background: #630;
    box-shadow: 0px 0px 8px #999;
    color: #fff !important;
    transition: .5s;
    opacity: 1;
  }
	.contact2 {
    margin: 1em auto 0;
    padding: 0;
    width: 400px!important;
    display: flex;
    align-content: space-between;
  }
	.con_ti{
		width: 120px!important;
		height: auto;
		display: inline-block;
		text-align: left;
	}
	.con_come{
		width: auto;
		height: auto;
		display: inline-block;
		text-align: left!important;
	}
	.tx_n2 {
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: normal;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .foo_logo {
    margin: 1em auto;
    width: 100%;
    height: auto;
  }
  .foo_logo img {
    width: 70%;
    height: auto;
  }
  .contact {
    margin: 1em auto;
    padding: 0;
    width: 90%;
    display: flex;
    align-content: space-between;
    position: relative;
  }
  .contact_in {
    margin: 0 auto;
    width: 300px;
  }
  .button-7dummy {
    width: 100%;
    height: 60px;
    font-size: 1.7em;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #fff;
	  border:1px solid #630;
  }
  .button-7 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    coler: #630;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    transition: .5s;
    display: block !important;
	  border:1px solid #630;
  }
  .button-7 a {
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: 60px;
    white-space: nowrap;
    font-size: 1.5em !important;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: #630 !important;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    display: block !important;
  }
  .button-7 a:hover {
    width: 100%;
    height: 60px;
    background: #630;
    box-shadow: 0px 0px 8px #999;
    color: #fff !important;
    transition: .5s;
    opacity: 1;
  }
	.contact2 {
    margin: 1em auto 0;
    padding: 0;
    width: 500px;
    display: flex;
    align-content: space-between;
  }
	.con_ti{
		width: 150px!important;
		height: auto;
		display: inline-block;
		text-align: left;
	}
	.con_come{
		width: auto;
		height: auto;
		display: inline-block;
		text-align: left!important;
	}
	.tx_n2 {
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: normal;
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .foo_logo {
    margin: 2em auto;
    width: 100%;
    height: auto;
  }
  .foo_logo img {
    width: 675px;
    height: auto;
  }
  .contact {
    margin: 1em auto;
    padding: 0;
    width: 800px;
    display: flex;
    align-content: space-between;
    position: relative;
  }
  .contact_in {
    margin: 0 auto;
    width: 300px;
  }
  .button-7dummy {
    width: 100%;
    height: 60px;
    font-size: 1.7em;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #fff;
	  border:1px solid #630;
  }
  .button-7 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    coler: #630;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    transition: .5s;
    display: block !important;
	  border:1px solid #630;
  }
  .button-7 a {
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: 60px;
    white-space: nowrap;
    font-size: 1.5em !important;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: #630 !important;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    display: block !important;
  }
  .button-7 a:hover {
    width: 100%;
    height: 60px;
    background: #630;
    box-shadow: 0px 0px 8px #999;
    color: #fff !important;
    transition: .5s;
    opacity: 1;
  }
	.contact2 {
    margin: 1em auto 0;
    padding: 0;
    width: 650px;
    display: flex;
    align-content: space-between;
  }
	.con_ti{
		width: 150px!important;
		height: auto;
		display: inline-block;
		text-align: left;
	}
	.con_come{
		width: auto;
		height: auto;
		display: inline-block;
		text-align: left!important;
	}
	.tx_n2 {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: normal;
  }
}
@media screen and (min-width:1441px) {
  .foo_logo {
    margin: 2em auto!important;
    width: 100%;
    height: auto;
  }
  .foo_logo img {
    width: 675px;
    height: auto;
  }
  .contact {
    margin: 1em auto;
    padding: 0;
    width: 800px;
    display: flex;
    align-content: space-between;
  }
  .contact_in {
    margin: 0 auto;
    width: 300px;
  }
  .button-7dummy {
    width: 100%;
    height: 60px;
    font-size: 1.7em;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #fff;
	  border:1px solid #630;
  }
  .button-7 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    coler: #630;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    transition: .5s;
    display: block !important;
	  border:1px solid #630;
  }
  .button-7 a {
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: 60px;
    white-space: nowrap;
    font-size: 1.5em !important;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: #630 !important;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    display: block !important;
  }
  .button-7 a:hover {
    width: 100%;
    height: 60px;
    background: #630;
    box-shadow: 0px 0px 8px #999;
    color: #fff !important;
    transition: .5s;
    opacity: 1;
  }
	.contact2 {
    margin: 1em auto 0;
    padding: 0;
    width: 650px;
    display: flex;
    align-content: space-between;
  }
	.con_ti{
		width: 150px!important;
		height: auto;
		display: inline-block;
		text-align: left;
	}
	.con_come{
		width: auto;
		height: auto;
		display: inline-block;
		text-align: left!important;
	}
	.tx_n2 {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: normal;
  }
}