@charset "utf-8";
/*-------------------
   clearfix
-------------------*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
/*-------------------
   common
-------------------*/
.wrapper {
	font: 1.0em/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: .1em;
	padding: 0 0 20px;
	position: relative;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper img {
	height: auto;
	max-width: 100%;
}

/*---7esthe_mobile.css リセットOP対策----*/
#container h3,
#container h4,
#container h5 {
	background: none;
	color: #000;
	cursor: auto;
	float: none;
}
#container h3 span,
#container h4 span,
#container h5 span {
	background: none;
	color: #000;
	cursor: auto;
	float: none;
}
#container .flex {
    align-items: flex-start;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
/*--7esthe_mobile.css 商品ページ用リセットOP対策　----*/
.write_box {
    margin: 0;
    padding: 0;
}
.write_box dl {
    overflow: inherit;
    margin-top: 0;
}
#mobile_detail_content {
	font-size: 1.0em;
}
.write_box dl dd {
    color: #666;
    overflow: initial;
}
.item_explanation .cont {
	margin: 0;
	padding: 0;
}
/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *350px〜480px：SP縦 i6-8　****一番重要****
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
 
 /*  全体指定 スマホ縦 i5 i5SE　350pxまで  */
 
 
/* ボタンデザイン自由に変えてください  */

#container .btn {
    background-color: #b489c3;
	border-radius: 5px;
	color: #fff;
	display: block;
	font: bold 1.4rem/2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	position: relative;
	margin: 20px auto 40px;
	text-align: center;
	width: 85%;
}
#container .buy_btn a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#container .buy_btn a::before {
	border: solid 5px transparent;
	border-left: solid 7px #fff;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
	top: -1px;
}
#container .buy_btn:hover {
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}
/*-- 画面外にいる状態 --*/
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition: ease-in 400ms;
}
/*-- 画面内に入った状態 --*/
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
#container section {
	margin: 0 10px;
	padding: 0;
}

/*-------------------
   mainvisual
-------------------*/
#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/wl_tweezer/renewal/sp-kv.jpg);
    background-repeat: no-repeat;
    padding: 10px;
    padding-bottom:80px;
    background-size: 100%;
    background-position: right top;
}

#container  .title-desc{
	color:#b7a246;
	padding:1em 0;
}
#container .mainvisual .cacth {
    color: rgb(27, 27, 27);
    font: normal 1.0rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 1rem auto 5px;
    text-align: center;
}
.fv-nav .flex{
	margin: 10px 2%;
	text-align:center;
}


#container .fv-nav li{
	letter-spacing:0;

}
/*-------------------
   sec1
-------------------*/

#container section h2{
	font: bold 1.2rem /1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	border:2px solid;
	padding:8px 0;
	text-align:center;
	margin:50px 2%;
	position:relative;
	display:block;
	background-color:#fff;
	}
#container section h2:after{
	content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    left: 5px;
    bottom: -10px;
    background-image: linear-gradient(  -45deg,  #fff 25%,  #e6cdfa 25%, #e6cdfa 50%,  #fff 50%, #fff 75%,  #e6cdfa 75%, #e6cdfa  );
	background-size: 8px 8px;
}

.c-text{
	text-align:center;
	margin:2em 4%;
}

.sec1 dl{
	width:31%;
	margin:0 1%;
}
#container .hinshitsu dd{
	font: normal 0.9rem /1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:-0.05rem;
}
/*-------------------
   sec2
-------------------*/
.sec2_prosessimg{
	margin:10px 2% 30px;
}

#container .sec2 .checktext{
	margin:2em 2% 0.2em 27%;
}
#container .sec2 .checkbox{
	border:solid #b7a246 1px;
	border-radius:8px;
	padding:8px;
	margin:6px 2%;
	position:relative;
	}
#container .sec2 .checkbox img{
	margin-bottom:3px;
	}

#container .sec2 .checkbox:before{
	content:url(/contents/shop/sevenbeauty/img/freepage/wl_tweezer/renewal/checkpoint.png);
position:absolute;
top:-60px;
left:-2px;
}

/*-------------------
   sec3
-------------------*/
#container .sec3 .flex{
	margin:20px 3%;
}
#container .sec3 .flex p{
	margin:1em 0;
}

#container .sec4 li{
	margin:2.5em 4%;
}
.pointlist em{
	background-color:#b8aa71;
	display:inline-block;
	text-align:center;
	width:3.6em;
	height:3.6em;
	color:#fff;
	float:left;
	margin:0 10px 0 0;
	padding:6px 0 0;
	box-shadow:2px 2px #fff,3px 3px #b8aa71;
}

.pointlist strong{
	display:inline;
	background: linear-gradient(transparent 65%, #ffe67b 65%);

}
.flex-ts-chigai{
	border: 2px solid #b8aa71;
	border-radius:8px;
	margin:20px 2%;
	padding:0 5px 5px;
	position:relative;
}

.flex-ts-chigai:before{
	content:"チタン製とステンレス製の違い";
	color:#b8aa71;
	position:relative;
	font:bold 1.2em/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;;
	top:-0.8em;
	text-align:center;
	display:block;
	background-color:#fff;
	margin:0 14%  -1em;	
}

/* 吹き出し本体 */
.flex-ts-chigai dt{
  font-size: 1.2rem;
  position: relative;
  padding: 5px;
  background-color: #ffffff;
  border-bottom: 2px solid #b8aa71;
  margin:10px 0 10px;
  text-align:center;
}

/* beforeで枠線の三角を表現 */
.flex-ts-chigai dt::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 45%;
  bottom: -14px;
  border-right: 12px solid transparent;
  border-top: 12px solid #b8aa71;
  border-left: 12px solid transparent;
}

/* beforeで本体の三角を表現 */
.flex-ts-chigai dt::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 45%;
  bottom: -12px;
  border-right: 12px solid transparent;
  border-top: 12px solid #ffffff;
  border-left: 12px solid transparent;
}

.longtype{
	border: 2px solid #9056b0;
	border-radius:8px;
	margin:20px 2%;
	padding:0 5px 5px;
	position:relative;
}

.longtype:before{
	content:"ロングタイプ特徴";
	color:#9056b0;
	position:relative;
	font-size:1.2rem;
	top:-0.8em;
	text-align:center;
	display:block;
	background-color:#fff;
	margin:0 25% 0.5rem;
	font:bold 1.2em/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;;
}

#container .sec5 h4{
	margin:10px 0;
	font:bold 1.1em/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:-0.05rem;
}

#container .sec5 h3{
	font: bold 1.5rem /1.6 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#fff;
	letter-spacing:-0.05rem;
	background-color:#535353;
	padding:8px 0;
	text-align:center;
	width:92%;
	margin:15px 4%;
	position: relative;
	}

#container .hinshitsu h3{
	width:96%;
	margin:10px 2%;
	font: bold 1rem /1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:0;
	text-align:center;
	}
#container .sec5 h3::after{
	content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    left: 4px;
    bottom: -8px;
    background-image: linear-gradient(  -45deg,  #fff 25%,  #e6cdfa 25%, #e6cdfa 50%,  #fff 50%, #fff 75%,  #e6cdfa 75%, #e6cdfa  );
	background-size: 6px 6px;
}

#container .sub-title{
	font: bold 1.2rem /1.8 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	border-bottom:1px solid;
	text-align:center;
	margin:1.5em 5%;
}

.sec5 .lineup dl{
	width:48%;
	margin:10px 1%;
}
#container .sec5 dl .spec {
	margin:5px 0 5px 0;
	font: normal 0.9rem /1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:-0.05rem;
}

#container .sec5 .btn{
    background-color: #b489c3;
	font: bold 1.2rem/2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 10px auto 15px;
	width: 96%;
}

#container .green{
	color:#b8aa71;
	font: bold 1.4rem/1.5 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#container .purple{
	color:#9056b0;
	font: bold 1.4rem/1.5 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.voice-box ul{
	display:flex;
	flex-flow:wrap;
	margin:20px 4%;
}
.voice-box ul li p{
	color:#231815;
	margin:1em 0.5em 0.5em 0
}
.voice-box ul li:nth-child(1){
	width:70%;
}.voice-box ul li:nth-child(2){
	width:30%;
}
.voice-box ul li:nth-child(3){
	width:100%;
}

@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
.voice-box ul{
	margin:25px 5%;
}
#container .fv-nav{
	display:table;
	height:100px
}
#container .fv-nav ul a{
	font: normal 1rem /1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #e6e5e4;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	width: 48%;
	margin: 5px 1% 0;
	padding:10px 2%;
	height:4rem;
	display:table;
	vertical-align:middle;
	}
}

 @media screen and (min-width:480px) {
#container .fv-nav{
	display:table;
	height:100px
}
#container .fv-nav ul a{
	font: normal 1rem /1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #e6e5e4;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	width: 48%;
	margin: 5px 1% 0;
	padding:10px 2%;
	height:4.4em;
	display:table;
	vertical-align:middle;
	}
	/*　スマホ横～タブレット 480pxからはここを読み込む　*/
#container  {
	margin:0 auto;
	max-width:1000px;
}
#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/wl_tweezer/renewal/pc-kv.jpg);
    background-repeat:no-repeat;
    padding: 25px;
    padding-bottom:200px;
    background-size: 100%;
}
#container .mainvisual .cacth {
    font: normal 1.4rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .headtitle{
	text-align:center;
	margin:0 20%;
}
#container  .title-desc{
	text-align:center;
}
#container .fv-nav ul a{
	font: normal 1rem /2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #e6e5e4;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	width: 32%;
	margin: 5px 0.5% 0;
	padding:12px 0;
	height:2em;
}
#container .btn {
	width: 60%;
}
#container section h2{
	font: bold 1.6rem /1.1 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	word-break:keep-all;
}

.hinshitsu dl dd:nth-child(3) {
	padding:0.5em;
}
.sec2_prosessimg{
	text-align:center;
}

#container .sec3 .flex{
	display:flex;
	flex-flow:nowrap;
}
#container .sec3 .flex img{
	width:auto;
	height:auto;
	margin:1em;
}
#container .sec3 .flex .r-text{
	width:50%;
}
#container .sec4 li{
font: normal 1.1rem /1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin:2em 4%;
	padding:1.4rem 0;
}

.pointlist em{
	font-size:1.1rem;
	width:3.8em;
	height:3.6em;
	padding-top:0.5em;
	margin:-1em 12px 0 0;
}


.flex-ts-chigai {
	display:flex;
	flex-flow:wrap;
	margin:50px 5%;
}

.flex-ts-chigai dl{
	width:46%;
	margin:10px 2%;
}

.flex-ts-chigai:before {
    font-size: 1.5em;
    top: -0.8em;
    margin: 0px 30% -1em;
    width: 60%;
}

.longtype{
	margin:30px 5% 50px;
	padding:0 15px 15px
}
.longtype:before{
	font-size:1.5em;
	top:-0.8em;
	margin:0 30% 0.5rem;
}

.checkbox{
	display:flex;
}
#container .sec2 .checktext{
	margin:3.5em 0% 1em 14%;
}
#container .sec5 .flex{
	margin:0 3.5%;
}
.sec5 .lineup dl{
	width:30%;
	margin:10px 1.3%;
}
.voice-box{
    margin: 60px 8% 0 8%;
}
.voice-box ul{
	margin:35px 0;
}
.voice-box ul li:nth-child(1){
	width:80%;
}
.voice-box ul li:nth-child(2){
	width:20%;
}

#container .voice-box p{
	font: normal 1.1rem /1.7 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .sec5 .btn{
	font: bold 1.3rem/2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing:-0.05rem;
}
#container .sec3 .flex p{
	font: normal 1.1rem/1.7 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing:-0.05rem;
	margin:1em;
	letter-spacing:0.5px;
}
#container .sec5 dl h4{
	font:bold 1.2rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:-0.05rem;
}

}

 @media screen and (min-width:960px) {
#container .fv-nav{
	display:table;
	height:100px
}
#container .fv-nav ul a{
	font: normal 1rem /1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #e6e5e4;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	width: 48%;
	margin: 5px 1% 0;
	padding:10px 2%;
	height:4.4em;
	display:table;
	vertical-align:middle;
	}
	/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container  {
	margin:0 auto;
	max-width:1040px;
}
.btn a{
	text-decoration:none;
}

.btn:hover {
	filter: alpha(opacity=90);
	opacity: 0.8;
	transition: all ease-in 0.2s;
	text-decoration:none;
}

#container .mainvisual {
    padding: 35px;
    padding-bottom:290px;
}

#container .mainvisual .cacth {
    font: normal 1.4rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .headtitle{
	text-align:center;
	margin:0 20%;
}

#container  .title-desc{
	font: normal 1rem/1.6 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.c-text{
	font: normal 1rem/1.6 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#container .fv-nav .flex{
	width:1040px;
	border-bottom:3px solid #2f3030;
	display:table;
}

#container .fv-nav ul a{
	font: normal 1.2em /1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #e6e5e4;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	width: 16%;
	margin: 6px 2px 0;
	padding:2px;
	height:5em;
	display:table-cell;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	vertical-align:middle;
}
#container .fv-nav ul a:hover{
	color:#fff;
	background-color: #000;
	text-decoration:none;
}
.hinshitsu{
	text-align:center;
}
.hinshitsu dd{
	text-align:left;
}
.hinshitsu dl dd:nth-child(3) {
	font: normal 0.9rem /1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .sec2 .checkbox{
	border-radius:12px;
	padding:8px;
	margin:6px 8%;
	}
#container .sec2 .checktext{
    font-size: 1.0rem;
    line-height: 1.4;
    margin: 3.5em 0% 0 17%;
    width: 75%;
}

.flex-ts-chigai,
.longtype {
	margin:60px 6%;
}
.longtype img {
    margin: 0 auto 0 5%;
    text-align: center;
}
.flex-ts-chigai dd{
		font-size:1rem;
}
.flex-ts-chigai img{
	margin-bottom:12px
}

#container .sec5{
	margin-top:60px;
}
#container .sec5 dl .desc{
	margin:1em 0;
	min-height:70px;
	font: normal 1rem /1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .sec5 dl .spec {
	font: normal 0.9rem /1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:-0.05rem;
}

#container .sec5 .btn{
	margin: 15px auto 15px;
	width: 100%;
}

}


