@charset "utf-8";
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

/*=======================================================

	reset

=======================================================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	
	vertical-align:baseline;
	background:transparent;
}
body {
  font-size:12px;
	line-height:1;
  color: #333333;
  -webkit-text-size-adjust: 100%;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

ul, dl {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
  color: #F78CAF;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
  margin: 0;
  padding: 0;
}


/*追加*/
p, li, dd, dt {
  line-height: 160%;
}
h1,h2,h3,h4,h5,h6 {
  line-height: 120%;
  font-weight: normal;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

button {
  border: 0;
  cursor: pointer;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline:none;
}


/*=======================================================

	style

=======================================================*/
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}


body {
  background: #F8F8EF;
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  
  /*jsで切り替えのタイミングを取得するとき用
  $(window).width()で取得するとスクロールバーの分差異が発生するため
  z-index: 1; = pc
  z-index: 2; = tab
  z-index: 3; = sp
  
  */
  position: relative;
  z-index: 1;
}
#wrap {
  min-width: 980px;
}

@media screen and (max-width: 768px) {
  body {
    z-index: 2;
  }
  #wrap {
    min-width: 0;
  }
}
@media screen and (max-width: 640px) {
  #wrap {
    min-width: 0;
  }

  body {
    z-index: 3;
  }
  
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }

}



/*===============共通===============*/

.inr {
  max-width: 1112px;
  margin: 0 auto;
}

.input_w {
  border: #DFDFDF 1px solid;
  background: #FFF;
  border-radius: 4px;
  padding: 0 10px;
}
.input_w input {
  background: none;
  border: none;
  width: 100%;
}


@media screen and (min-width: 769px) {
  .over:hover {
    opacity: .80;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: .80;
    -moz-opacity: .80;
  }
}


.label {
  color: #FFF;
  border-radius: 4px;
  line-height: 120%;
  padding: 2px 5px 1px;
  display: inline-block; *zoom: 1; *display: inline;
}
.label.pink {
  background: #FF9CBC; /*小説*/
}
.label.blue {
  background: #1DACE5; /*マンガ*/
}
.label.deeppink {
  background: #DC327A; /*動画*/
}
.label.navy {
  background: #1855AF; /*ボイス*/
}

/*font色*/
.f_orange {
  color: #FF5C26 !important;
}
.f_yellow {
  color: #FFBF00 !important;
}
.f_glay {
  color: #CCCCCC !important;
}
.f_blue {
  color: #00A3D9 !important;
}
.f_lgreen {
  color: #85B200 !important;
}


/* facebook */
.facebook iframe,
.twitter iframe,
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe{
  width: 100%!important;
}
 
/* twitter */
#twitter-widget-1{
  width: 100% !important;
}






/*===============btn_top===============*/

#btn_top {
  z-index: 300;
  position: fixed;
  top: 351px;
  right: 0;
  width: 54px;
  display: block;
}
#btn_top:hover {
  text-decoration: none;
}

#btn_top > p {
 margin: 1px;
 border: #FFF 1px solid;
 border-right: none;
 text-align: center;
 padding: 10px 0;
}
#btn_top,
#btn_top p {
  border-radius: 4px 0 0 4px;
}
#btn_top p span {
  display: block;
}
#btn_top .ic1,
#btn_top .ic2 {
  display: block;
  margin: 0 auto;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../image/ic_btn_top.png) left top no-repeat;
   -webkit-background-size: 22px auto;
  background-size: 22px auto;
  
  
}
#btn_top .ic2 {
  background-position: left -27px;
  position: relative;
}
#btn_top .img img { padding: 8px 0;}

#btn_top .x {
  display: none;
  
}





/*===============heaer===============*/
#header .inr { padding: 0 10px;}
#header {
  position: relative;
  top: 0;
  left: 0;
}

#h_top {
  background: #FEEDF2;
  height: 25px;
}
#h_top h1,
#h_top a {
  color: #F25F8E;
}
#h_top h1 {
  float: left;
  font-size: 92%;
  line-height: 25px;
}
#h_top a {
  font-size: 84%;
  display: block;
}
#h_top ul {
  float: right;
}
#h_top ul li {
  float: left;
  margin-left: 20px;
  line-height: 25px;

}

#h_main {
  background: #FFF;
  overflow: hidden;
  height: 110px;
  width: 100%;
}
#logo {
  display: block;
  float: left;
  margin-top: 18px;
  position: relative;
  z-index: 999;
}
#logo img {
  width: auto;
  height: auto;
}
#h_main .txt_area {
  float: left;
  position: relative;
  z-index: 1000;
  margin: 32px 0 0 28px;
}
#h_main h2 {
  margin-bottom: 5px;
}

#h_search {
  max-width: 1104px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
#h_search > div {
  /*float: right;*/
  position: absolute;
  top: -73px;
  right: 0;
  height: auto;
  width: 100%;
  font-size: 0;
  line-height: 100%;
}
#h_search > div > div {
  padding: 0 10px 0 65%;
}
#h_search input,
#h_search button {
  height: 36px;
}
#h_search input {
  width: 360px;
  overflow: hidden;
}
#h_search button {
  float: right;
  height: 38px;
  border-radius: 0 4px 4px 0;
  width: 50px;
  text-align: center;
  
}
#h_search .input_w {
  overflow: hidden;
  border-right: none;
  border-radius: 4px 0 0 4px;
}

#btn_sp_menu {
  display: none;
}

/*fix時*/
.act_scroll #h_top {
  background: #FFF !important;
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 30px;
}

.act_scroll #h_top h1 {
  display: none;
}

.act_scroll #h_main .txt_area {
  position: fixed;
  z-index: 1000;
  margin: 0;
  padding: 0;
  top: 5px;
}
.act_scroll #h_main h2,
.act_scroll #h_main h3 {
  float: left;
}
.act_scroll #h_top ul li {
  line-height: 30px;
}
.act_scroll #navi {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 999;
}
.act_scroll #logo {
  position: static;
}






/*===============navi===============*/
#navi {
  background: url(../image/bd_menu_t.gif) left top repeat-x #FCB6CB;
}
#navi > div {
  background: url(../image/bd_menu_b.gif) left bottom repeat-x;
}
#navi, #navi > div {
   -webkit-background-size : auto 2px;
  background-size : auto 2px;
 
}

#navi_list > li {
  float: left;
  width: 12.2%;
  position: relative;
  top: 0;
  left: 0;
}
#navi_list > li.you {
  width: 14.6%;
}

#navi_list a {
  display: block;
  color: #FFF;
  position: relative;
}
#navi_list > li > a > span > .t {
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
#navi_list > li > a > span > .t:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../image/ic_set_navi.png);
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: 22px auto;
  background-size: 22px auto;
  position: absolute;
  left: 0;
  top: -6px;
}
#navi_list .love > a > span > .t:before { background-position: left 0;}
#navi_list .book > a > span > .t:before { background-position: left -22px;}
#navi_list .movie > a > span > .t:before { background-position: left -44px;}
#navi_list .enquete > a > span > .t:before { background-position: left -66px;}
#navi_list .soudan > a > span > .t:before { background-position: left -88px;}
#navi_list .taiken > a > span > .t:before { background-position: left -110px;}
#navi_list .menber > a > span > .t:before { background-position: left -132px;}
#navi_list .you > a > span > .t:before { background-position: left -154px;}

#navi_list > li > a:hover, #navi_list > li.act > a {
  color: #FFF;
}

#navi_list a:hover {
  text-decoration: none;
}
#navi_list a > span {
  display: block !important;
  line-height: 120%;
  vertical-align: middle;
  min-height: 16px;
  padding-top: 18px;
  padding-bottom: 16px;
  line-height: 120%;
  text-align: center;
  position: relative;
}
#navi_list > li > a {
  border-right: #FA8BAC 1px dotted;
}
#navi_list > li.n1 > a {
  border-left: #FA8BAC 1px dotted;
}
#navi_list > li > a > span {
  border-right: #FBC4D6 1px solid;
}
#navi_list > li.n1 > a > span {
  border-left: #FBC4D6 1px solid;
}
#navi_list > li.act > a > span {
  border: none;
}
#navi_list > li.act > a > span {
  padding-right: 1px;
}
#navi_list > li.act > a {
  background: #FFF4F7;
  color: #F5709B;
}
#navi_list > li.n1.act > a > span {
  padding-right: 0;
}
#navi_list > li.n1.act > a {
  border-left: none;
  padding-left: 1px;
}
#navi_list > li.n6.act > a > span {
  padding-right: 0;
}
#navi_list > li.n6.act > a {
  border-right: none;
  padding-right: 2px;
}

#navi_list > li.act > ul,
#navi_list > li.act > .box {
  display: block;
  z-index: 99;
}
#navi_list > li > ul,
#navi_list > li > .box {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 200;
  color: #F8A5BF
}
#navi_list > li > ul > li {
  /*
  border: #F4759E 1px solid;
  border-top: none;
  */
}
#navi_list > li > ul a {
  /*
  border-top: #F89EBB 1px solid;
  */
  color: #333333;
}
#navi_list > li > ul a:hover {
  background: #FFF4F7;
}
/*
#navi_list > li > ul a > span {
  border-top: #FBC8D9 1px solid;
}
*/
#navi_list > li > a > span > span,
#navi_list ul a > span { font-size: 125%;}
#navi_list ul a > span {
  padding-left: 5px;
  padding-right: 5px;
  
}
#navi_list > li > ul a span {
  font-size: 12px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  color: #666;
}

#navi_close {
  display: none;
  padding-bottom: 20px;
}

#navi_bg {
  display: none;
}

#navi_list .you {
  position: static;
}
#navi_list {
  position: relative;
}
.labelList li {
  float: left;
  padding: 12px 6px 0 6px;
}
.labelList li a {
  line-height: 120%;
  border: #E1F7FF 1px solid;
  display: inline-block;
  padding: 4px 5px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
}
#navi_list .labelList li a {
  color: #0092CA;
  font-size: 14px;
  border: #E1F7FF 1px solid !important;
  background-color: #FFF;
}

#navi_list > li > .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 14px 20px 14px;
}


@media screen and (min-width: 769px) {
  #navi_list .labelList li a:hover {
    background: #0092ca;
    border-color: #0092ca !important;
    color: #FFF;
  }
}



/*===============flick===============*/
.viewport {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transform: translateZ(0); /* Optional: When heavy at iOS6+ */
}

.flipsnap:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.flipsnap .item_w {
  width: 100%;
  text-align: center;
  display: inline-block; *zoom: 1; *display: inline;
}

.flipsnap .item {
  display: inline-block; *zoom: 1; *display: inline;
  vertical-align:top;
}
.item a:hover {
  text-decoration: none;
}

.flipsnap .item a {
  display: block;
  color: #333333;
}
.flipsnap .item a:hover {
  text-decoration: none;
}


.flick_w .pagination {
  text-align: center;
}
.flick_w .pagination > span {
  display: inline-block; *zoom: 1; *display: inline;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(../image/ic_pagination.png);
  cursor: pointer;
  margin-bottom: 10px;
  
  -webkit-background-size : 10px auto;
  background-size : 10px auto;  
}
.flick_w .pagination > span:hover, .flick_w .pagination > span.act {
  background-position: left -15px;
}

.flick_w .item .txt {
  margin-top: 10px;
  text-align: left;
}
.flick_w .item .txt p {
  font-size: 117%;
  line-height: 150%;
}

.flick_main .prev,
.flick_main .next,
.flick_w .prev,
.flick_w .next {
  display: block;
  position: absolute;
}
.flick_main .prev,
.flick_w .prev {
  left: 0;
}
.flick_main .next,
.flick_w .next {
  right: 0;
}


/*===============flick(main_slide)===============*/

.viewport_main {
  width: 100%; overflow:hidden;
  -webkit-transform: translateZ(0); /* Optional: When heavy at iOS6+ */
}
.flipsnap_main {
  width: 3000px;
}
.flipsnap_main .item {
  float:left;
}
.flipsnap_main .item a {
  display: block;
  color: #333333;
}
.flipsnap_main .item a:hover {
  text-decoration: none;
}

.flick_main .pagination {
  text-align: center;
}
.flick_main .pagination > span {
  display: inline-block; *zoom: 1; *display: inline;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(../image/ic_pagination.png);
  cursor: pointer;
  
  -webkit-background-size : 10px auto;
  background-size : 10px auto;  
}
.flick_main .pagination > span:hover, .flick_main .pagination > span.act {
  background-position: left -15px;
}


/*===============main_slide===============*/
#main_slide .slide {
  background: url(../image/bg_main.gif) repeat center top;
  padding: 20px 0;
}

#main_slide .item {
  width: 368px;
}
#main_slide .box {
  position: relative;
}
#main_slide .box .imgW {
  height: 207px;
  overflow: hidden;
  position: relative;
}
#main_slide .box {
  background: #FFF;
  /*border-left: #FCD7E0 1px solid;*/
  /*margin-left: 1px;*/
  
}

#main_slide .box img,
.sec.fl_type1 .item .imgW img {
  display:block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#main_slide .box img.x {
  width: 100%;
}
#main_slide .box img.y {
  height: 100%;
}


#main_slide .box .txt {
  position: relative;
  min-height: 84px;
  padding: 0 10px;
  background: #FFF;
}
#main_slide .box .txt p {
  color: #666666;
  padding: 8px 0 2px;
  font-size: 100%;
}
#main_slide .box .txt h4 {
  line-height: 140%;
  font-size: 134%;
}

#main_slide .pagination_w {
  padding: 15px 0;
}
#wrap #main_slide .flick_main .prev, #wrap #main_slide .flick_main .next {
    display: inline-block;
    position: static;
}
#wrap #main_slide .control {
    text-align: center;
}
#wrap #main_slide .control .pagination {
    display: inline-block;
    height: 20px;
    padding: 0 20px;
    vertical-align: 7px;
}
#main_slide .control {
    margin-top: 0 !important;
}
#main_slide .pagination_sp {
    height: 24px;
    margin: 15px 0;
    position: relative;
    z-index: 1;
}



/**/
#main_slide .flipsnap_main .item a {
    position: relative; /* 追加 */
    overflow: hidden; /* 追加 */
}


#main_slide .flipsnap_main .item a:before,
.sec.fl_type1 .item a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,1);*/
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    */
}

/*
@media screen and (min-width: 769px) {

  #main_slide .flipsnap_main .item a:before,
  .sec.fl_type1 .item a:before {
      -webkit-filter: blur(3px);
      -moz-filter: blur(3px);
      -o-filter: blur(3px);
      -ms-filter: blur(3px);
      filter: blur(3px);
  }
}
*/
#main_slide .flipsnap_main .item a:before,
.sec.fl_type1 .item a:before {
  opacity: 0.2;
}



.flickitySlide .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px !important;
}
.flickitySlide .item a {
  display: block;
}
.sec.fl_type1 .item a {
  position: relative;
  overflow: hidden;
}
#main_slide .flipsnap_main .item a:after,
.sec.fl_type1 .item a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.7; 
  z-index: 1;
  top: 0;
  left: 0;
  
}
#main_slide .box .imgW,
#main_slide .box .txt,
.sec.fl_type1 .item .imgW,
.sec.fl_type1 .item .txt {
  z-index: 2;
}

#main_slide .flipsnap_main .item:nth-child(odd) a:after,
.sec.fl_type1 .item:nth-child(odd) a:after {
  background-color: #F79BB9;
}
#main_slide .flipsnap_main .item:nth-child(even) a:after,
.sec.fl_type1 .item:nth-child(even) a:after {
  background-color: #FABCD0;
}


#main_slide .item:nth-child(2n) .txt,
.sec.fl_type1 .item:nth-child(2n) .txt {
    background: rgba(243,107,152,0.8); /* 偶数番目の色指定 */
}
#main_slide .box .txt,
.sec.fl_type1 .item .txt {
    min-height: 84px;
    padding: 0 10px;
    background: rgba(241,84,135,0.8); /* 色指定の修正 */
    position: relative; /* 追加 */
}


#main_slide .box .txt p {
    color: #FFF; /* 追加 */
}

#main_slide .box .txt h4 {
    color: #FFF; /* 追加 */
}
/**/

.act_scroll #main_slide {
  margin-top: 75px;
}



/*===============swiper===============*/

#main_slide .pagination_sp {
  position:relative; height:24px; margin:15px 0;
  z-index: 1;
  text-align: center;
  vertical-align: middle;
}
#main_slide .flickity-page-dots,
#main_slide .flickity-prev-next-button {
  vertical-align: middle;
}

.swiper-pagination {
  width:100%;
  padding-top:8px;
}
.swiper-pagination-bullet {
  margin:0 5px;
  opacity:1;
  background:#CCCCCC;
}
.swiper-pagination-bullet-active {
  background:#F8A5BF !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image:url(../image/ar_set03.png) !important;
  background-position:0 0 !important;
}
.swiper-button-next,
.swiper-button-prev {
  width:24px !important;
  height:24px !important;
  margin-top:0 !important;
  top:0 !important;
  -webkit-background-size: 24px auto !important;
  background-size: 24px auto !important;
}
.swiper-button-next {
  background-position:0 -28px !important;
}


/*===============main_slide===============*/
/*
#main_slide .slide {
  background: url(../image/bg_main.gif);
  padding: 20px 0;
}

#main_slide .item {
    width: 368px;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block; *zoom: 1; *display: inline;
}
#main_slide .box {
  height: 291px;
  position: relative;
}
#main_slide .box img {
  width: 100%;
}
#main_slide .box .txt {
  min-height: 84px;
  padding: 0 10px;
  background: #FFF;
  margin-top: 0;
  position: absolute;
  bottom: 0;
}
#main_slide .box .txt p {
  color: #666666;
  padding: 8px 0 2px;
  font-size: 100%;
}
#main_slide .box .txt h4 {
  line-height: 140%;
  font-size: 134%;
}

#main_slide .pagination_w { padding: 15px 0;}

#main_slide .inr {
  position: relative;
  top: 0;
  left: 0;
}
#main_slide .pagination_w .inr {
  padding: 0 10px;
}
*/

/*
#main_slide .prev,
#main_slide .next {
  width: 34px;
  height: 34px;
  background: url(../image/ar_set01.png) left top no-repeat;
  z-index: 111;
  top: 50%;
  margin-top: -17px;
}
#main_slide .prev {
  left: -53px;
}
#main_slide .next {
  right: -53px;
  background-position: left -44px;
}
*/
/*
#main_slide .control {
  margin-top: 0 !important;
}

#wrap #main_slide .flick_w .prev,
#wrap #main_slide .flick_w .next {
  position: static;
  display: inline-block;

}
#wrap #main_slide .control {
  text-align: center;
}
#wrap #main_slide .control .pagination {
  display: inline-block;
  height: 20px;
  vertical-align: 7px;
  padding: 0 20px;
}
*/

/*===============s_navi===============*/
#s_navi {
  width: 208px;
  margin-right: 16px;
  position: absolute;
  top: 0;
  left: 10px;
}

#s_navi .inr {
  max-width: 9999px;
  margin: 0;
  padding: 10px 10px 15px;
}

#s_navi .box {
 background: #FFF;
 border-radius: 4px; 
}
._4s7c {
  border-radius: 4px;
  overflow: hidden;
}
#s_navi .box,
#s_navi > a.bnr {
  display: block;
 margin-bottom: 20px;
}


#s_navi .box.layout1 .img {
  display: block;
  text-align: center;
}

.q_list dt {
  line-height: 140%;
  font-size: 117%;
  padding-left: 25px;
  margin-top: 10px;
  background: url(../image/ic_q.png) left top no-repeat;
  -webkit-background-size : 18px auto;
  background-size : 18px auto;  


}
.q_list dd {
  font-size: 117%;
  line-height: 140%;
  clear: both;
  margin: 5px 0 0 10px;
}
.q_list dd span {
  display: block;
}
.q_list dd .ic {
  float: left;
  width: 20px;
  height: 20px;
  background: url(../image/ic_qa_set.png) left top no-repeat;
  -webkit-background-size : 20px auto;
  background-size : 20px auto;  
}
.q_list dd.n2 .ic {
  background-position: left -25px;
}
.q_list dd.n3 .ic {
  background-position: left -50px;
}
.q_list dd .txt {
  overflow: hidden;
  padding-left: 5px;
}
.q_list dd.n1 .txt {
  color: #F78CAE;
}
.q_list dd.n2 .txt {
  color: #58ACE3;
}
.q_list dd.n3 .txt {
  color: #44A585;
}
#s_navi .box.layout1 .btn_more {
  margin-top: 15px;
}

#s_navi .box.bnr {
  padding: 5px;
  text-align: center;
}
#s_navi .box.bnr img {
  width: 100%;
}

#s_navi .box.layout2 .cat {
  font-size: 87%;
  color: #F78CAE;
  margin-bottom: 7px;
}
#s_navi .box.layout2 .img {
  float: left;
  display: block;
}
#s_navi .box.layout2 .img img {
  width: 60px;
}
#s_navi .box.layout2 .data_box {
  overflow: hidden;
  padding-left: 10px;
}
#s_navi .box.layout2 .ttl {
  line-height: 140%;
}
#s_navi .box.layout2 .label {
  margin-top: 5px;
}
#s_navi .box.layout2 .txt {
  clear: both;
  padding-top: 10px;
}
#s_navi .box.layout2 .btn_list {
  overflow: hidden;
  padding-top: 15px;
}
#s_navi .box.layout2 .btn_list li {
  float: left;
}
#s_navi .box.layout2 .btn_list li.answer {
  float: right;
}
#s_navi .box.layout2 .btn_list li iframe {
  margin: 0 !important;
}

#s_navi .box.layout2 .btn_half_red {
  font-size: 87%;
}

.cat_list {
  overflow: hidden;
  padding: 10px 0 0 10px;
}
.cat_list li {
  float: left;
  margin: 0 10px 10px 0;
  line-height: 120%;
}
.cat_list li a {
  border: #E1F7FF 1px solid;
  border-radius: 4px;
  display: block;
  padding: 4px 5px 2px;
  color: #0093CA;
    
}
.cat_list li a:hover {
  text-decoration: none;
  color: #FFF;
  background: #00A0DD;
}


















#contents_w {
  position: relative;
  top: 0;
  left: 0;
  padding: 0 2px 0 10px;
}

/*===============main_contents===============*/
#main_contents {
  padding-left: 216px;
}
#main_contents > .center {
  padding-left: 8px;
  padding-right: 8px;
}

.pickup .ttl.type1 {
  margin-left: 8px;
  margin-right: 8px;
}
.pickup .flickity-prev-next-button.previous {
  left: 8px;
}
.pickup .flickity-prev-next-button.next {
  right: 8px;
}

.ttl.type1 {
  padding: 0 12px;
  border-radius: 4px 4px 0 0;
  background-color: #FDDFE8;
}
.ttl.type1 p {
  padding: 7px 0 5px;
  background: url(../image/ic_asterisk_p.png) left 50% no-repeat;
  padding-left: 25px;
  color: #F5709B;
  font-size: 134%;
}






.sec.fl_type1 .item .imgW {
  height: 104px;
  position: relative;
  overflow: hidden;
}
.sec.fl_type1 .item .txt p {
  color: #FFF;
  padding: 8px 0;
  font-size: 109%;
  line-height: 1.3;
}

.sec.fl_type1 .item .imgW img.x {
  width: 100%;
}
.sec.fl_type1 .item .imgW img.y {
  height: 100%;
}




.flipsnap .item.reset {
  padding-left: 0 !important;
}

#main_contents .flick_w {
  margin-top: 12px;
}

#wrap .flick_main .prev,
#wrap .flick_main .next,
#wrap .flick_w .prev,
#wrap .flick_w .next {
  width: 24px;
  height: 24px;
  background: url(../image/ar_set03.png) left top no-repeat;
  -webkit-background-size : 24px auto;
  background-size : 24px auto;  
  
}



#wrap .flick_main .next,
#wrap .flick_w .next {
  background-position: left -29px;
}
#wrap .control {
  position: relative;
  top: 0;
  left: 0;
  height: 24px;
  margin-top: 20px;
}
#wrap .control .pagination {
  padding-top: 8px;
}

.sec {
  margin-bottom: 20px;
}
.sec:not(.pickup) {
  padding-right: 8px;
  padding-left: 8px;
}
.sec_w {
  clear: both;
  overflow: hidden;
}
.sec .w_box {
  background: #FFF;
  padding: 15px 20px 20px;
  overflow: hidden;
}

.sec.type1 {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sec.type1.left {
  float: left;
}
.sec.type1.left > div {
  padding-right: 8px;
}
.sec.type1.right {
  float: right;
}
.sec.type1.right > div {
  padding-left: 8px;
}
.sec.layout1 .img,
.sec.layout2 .img {
  display: block;
  float: left;
}
.sec.layout1 .img img {
  width: 130px;
  height: auto;
}
.sec.layout1 .txt_box, .sec.layout2 .txt_box {
  overflow: hidden;
  padding-left: 10px;
}
.sec.layout1 .txt_box dt span.ic {
  width: 23px;
  height: 23px;
  background: url(../image/ic_q.png) left top no-repeat;
  -webkit-background-size : 23px auto;
  background-size : 23px auto;  
  float: left;
  display: block;
}
.sec.layout1 .txt_box dd {
  margin-bottom: 10px;
}

.sec.layout1 .txt_box dt span.ttl {
  padding-left: 7px;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}
.sec.layout1 .txt_box dd label,
.sec.layout1 .txt_box dd input {
  cursor: pointer;
}
.sec.layout1 .txt_box dd label {
  margin-left: 7px;
}
.sec.layout1 .bt_txt, .sec.layout2 .bt_txt {
  clear: both;
  padding-top: 15px;
  margin-bottom: 10px;
}
.sec.layout1 .input_box .input_w {
  overflow: hidden;
}
.sec.layout1 .input_box input,
.list5 .input_box input {
  height: 28px;
}
.sec.layout1 .input_box button,
.sec.layout1 .input_box a,
.list5 .input_box button,
.list8 button {
  float: right;
  margin-left: 15px;
  height: 30px;
  width: 100px;
  text-align: center;
  border-radius: 4px;
}
.sec.layout1 .input_box a {
  line-height: 30px;
}
.sec.layout1 .input_box a:hover {
  text-decoration: none;
}
.sec.layout1 .txt_box .ttl,
.sec.layout2 .txt_box .ttl {
  font-size: 134%;
  font-weight: bold;
  color: #F78CAD;
  line-height: 140%;
}

.sec.layout1 .after {
  display: none;
}
.sec.layout1 .after .ttl {
  background: #F2598B;
  color: #FFF;
  font-size: 134%;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0 3px;
}
.sec.layout1 .after .txt {
  font-size: 117%;
  margin-top: 15px;
}


.sec.layout2 .img > span {
  display: inline-block; *zoom: 1; *display: inline;
}
.sec.layout2 .img > span,
.sec.layout2 .img img {
  width: 98px;
  height: 98px;
}
.sec.layout2 .img > span {
  border: #F3F3F3 1px solid;
}
.sec.layout2 .data {
  color: #666;
  
}
.sec.layout2 .data img {
  padding: 0 5px 0 10px;
}
.sec.layout2 .data .star_t {
  font-weight: bold;
  color: #FFBF00;
  font-size: 117%;
}
.sec.layout2 .txt_box .ttl {
  margin: 3px 0;
}

.sec.fl_type2 .item {
  width: 164px;
  padding-left: 15px;
}

.sec.layout3 .box {
  width: 50%;
}
.sec.layout3 .box > div {
  position: relative;
  top: 0;
  left: 0;
  min-height: 211px;
}


.sec.layout3.left .box {
  float: left;
}
.sec.layout3.right .box {
  float: right;
}
.sec.layout3 .box .img {
  display: block;
}
.sec.layout3 .box .img img {
  width: 100%;
}
.sec.layout3 .box .date {
  font-size: 92%;
  color: #999999;
  margin-top: 8px;
}
.sec.layout3 .box .ttl {
  font-size: 117%;
  line-height: 140%;
  margin: 6px 0 0;
}
.sec.layout3 .box .cat {
  margin-top: 15px;
  font-size: 92%;
}
.sec.layout3 .box.left {
  float: left;
}
.sec.layout3 .box.right {
  float: right;
}
.sec.layout3 .box.left > div {
  float: left;
  margin-right: 13px;
}
.sec.layout3 .box.right > div {
  float: right;
  margin-left: 13px;
}

.sec.layout3 .btn_w {
  padding: 20px 0 0;
  clear: both;
}
.btn_more {
  display: block;
  border: #E9E9E5 1px solid;
  text-align: center;

  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 20%, #ebe9de 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#ffffff), color-stop(100%,#ebe9de)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 20%,#ebe9de 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 20%,#ebe9de 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 20%,#ebe9de 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 20%,#ebe9de 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebe9de',GradientType=0 ); /* IE6-9 */
}
.btn_more:hover {
  text-decoration: none;
}
.btn_more,
.btn_more > span {
  border-radius: 4px;
}
.btn_more > span {
  border: #FFF 1px solid;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.btn_more .txt {
  padding: 10px 0;
  font-size: 117%;
  display: block;
}
.btn_more .ic {
  content: "";
  float: right;
  position: absolute;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  top: 50%;
  background: url(../image/ar_pink.png) left top no-repeat;
  -webkit-background-size : 6px auto;
  background-size : 6px auto;  
}

.sec.fl_type3 .item {
  width: 164px;
  padding-left: 15px;
}
.sec.fl_type3 .item .img {
  display: block;
  border: #DDDDDD 1px solid;
  height: 162px;
  background: #FFF;
  overflow: hidden;
}
.sec.fl_type3 .item .img span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 11px;
}
.sec.fl_type3 .item .img img {
  width: 100%;
}
.sec.fl_type3 .item p {
  font-size: 100%;
}
.sec.fl_type3 .item p.price {
  color: #F78CAF;
  margin-top: 2px;
}

.sec.fl_type3 .btn_list {
  text-align: center;
  margin-top: 8px;
}
.sec.fl_type3 .btn_list li {
  display: inline-block; *zoom: 1; *display: inline;
  padding: 0 5px;
}
.sec.fl_type3 .btn_list li a {
  display: block;
  height: 28px;
  width: 28px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
.sec.fl_type3 .btn_list li a img {
  width: 28px;
}
.sec.fl_type3 .btn_list li.cart a img {
  position: absolute;
  top: -33px;
  left: 0;
}





/*===============tab_sec===============*/
#tab_navi {
  border-bottom: #FBAEC6 4px solid;
  overflow: hidden;
}
#tab_navi li {
  float: left;
  width: 12.5%;
  height: 34px;
}
#tab_navi li a {
  display: block;
  margin-left: 1px;
  height: 31px;
  position: relative;
  top: 3px;
  left: 0;
  color: #F87CA2;
  text-align: center;
  line-height: 32px;
  font-size: 117%;
  border-radius: 4px 4px 0 0;
  border: #FDD0DD 1px solid;
  border-bottom: none;
  
  background: #FEF6F8; /* Old browsers */
  background: -moz-linear-gradient(top,  #FEF6F8 0%, #ffffff 60%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEF6F8), color-stop(60%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FEF6F8 0%,#ffffff 60%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FEF6F8 0%,#ffffff 60%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FEF6F8 0%,#ffffff 60%); /* IE10+ */
  background: linear-gradient(to bottom,  #FEF6F8 0%,#ffffff 60%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEF6F8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  
  
}
#tab_navi li.first a {
  margin-left: 0;
}

#tab_navi li.act a,
#tab_navi li a:hover {
  height: 34px;
  line-height: 34px;
  top: 0;
  text-decoration: none;
  color: #fff;
  border: none;
  
  background: #FBB6CC; /* Old browsers */
  background: -moz-linear-gradient(top,  #FBB6CC 50%, #FBAEC6 50%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#FBB6CC), color-stop(50%,#FBAEC6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FBB6CC 50%,#FBAEC6 50%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FBB6CC 50%,#FBAEC6 50%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FBB6CC 50%,#FBAEC6 50%); /* IE10+ */
  background: linear-gradient(to bottom,  #FBB6CC 50%,#FBAEC6 50%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBB6CC', endColorstr='#FBAEC6',GradientType=0 ); /* IE6-9 */
}

.tab {
  background: #FFF;
}
.tab > .ttl { display: none;}
.tab > div {
  padding: 20px 25px;
}

.tab .date {
  font-size: 87%;
  color: #999999;
}
.tab .ttl {
  font-size: 134%;
  font-weight: bold;
  color: #666;
}
.tab p {
  line-height: 140%;
}
.tab li .txt {
  color: #333;
}

/*---list1---*/
.list1 a {
  color: #333333;
  display: block;
  overflow: hidden;
}

.list1 a:hover,
.list3 a:hover,
.list4 a:hover,
.list7 a:hover {
  text-decoration: none;
}


.list1 .img {
  display: block;
  float: left;
}
.list1 .img > img {
  display: block;
  margin-right: 25px;
}
.list1 .data_box {
  overflow: hidden;
}
.list1 .date {
  margin-bottom: 4px;
}
.list1 .txt {
  margin-top: 8px;
}
.list1 .txt span {
  color: #F78CAE;
}
.list1 li {
  margin-top: 25px;
  padding-top: 25px;
  border-top: #CCCCCC 1px dotted;
}
.list1 li.first {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.tab .btn_more {
  clear: both;
  margin-top: 30px;
}
.tab .btn_more .ic1, .tab .btn_more .ic2 {
  content: "";
  display: inline-block;
  float: none;
  position: relative;
  right: auto;
  width: 6px;
  height: 6px;
  margin-top: 0;
  top: -1px;
  background: url(../image/ar_pink.png) left top no-repeat;
  -webkit-background-size : 6px auto;
  background-size : 6px auto;
  background-position: left -22px;
}
.tab .btn_more .ic1 {
  margin-right: 10px;
}
.tab .btn_more .ic2 {
  margin-left: 10px;
}
.tab .btn_more .txt {
  display: inline-block; *zoom: 1; *display: inline;
}
.tab .btn_more .txt:after {
  display: none;
}

/*---list2---*/
.list2 > li {
  border-top: #CCCCCC 1px dotted;
  clear: both;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}
.list2 > li.first {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.list2 .date {
  float: left;
  margin-right: 35px;
}
.list2 .cat {
  float: left;
  font-size: 87%;
  color: #F78CAF;
}
.list2 .ttl {
  clear: both;
  padding-top: 5px;
}
.list2 .label {
  margin-top: 5px;
}
.list2 .txt {
  overflow: hidden;
  padding-right: 245px;
  min-height: 40px;
}
.list2 .txt a {
  color: #F78CAE;
}
.list2 li > div {
  overflow: hidden;
  padding-top: 12px;
}
.list2 .btn_list {
  position: absolute;
  bottom: 0;
  right: 0;
}
.list2 .btn_list li {
  float: left;
}
.list2 .btn_half_red, .answer p {
  font-size: 84%;
}
.answer p { 
  margin-top: 5px;
  padding-left: 15px;
  background: url(../image/icon_tile_pencil.gif) left 2px no-repeat;
}

/*---list3---*/
.list3,
.list4,
.list6,
.list7 {
  overflow: hidden;
}
.list3 li,
.list4 li,
.list6 li,
.list7 li {
  float: left;
  width: 50%;
  margin-top: 30px;
}
.list3 li > a,
.list4 li > a,
.list6 li > div,
.list7 li > a {
  display: block;
  margin-left: 15px;
}
.list3 li.reset,
.list4 li.reset,
.list6 li.reset,
.list7 li.reset {
  clear: both;
}
.list3 li.reset > a,
.list4 li.reset > a,
.list6 li.reset > div,
.list7 li.reset > a {
  margin-left: 0; margin-right: 15px;
}
.list3 li .img,
.list4 li .img,
.list7 li .img {
  float: left;
  width: 118px;
  text-align: center;
}
.list3 li .img img,
.list7 li .img img {
  width: 118px;
}
.list3 li .data_box,
.list4 li .data_box,
.list7 li .data_box {
  overflow: hidden;
  padding-left: 15px;
}
.list3 .label {
  margin-top: 5px;
}
.list3 .ttl {
  margin-top: 8px;  
}
.list3 .ttl,
.list4 .ttl,
.list6 .ttl,
.list7 .ttl {
  color: #F78CAF;
}
.list3 li.first,
.list4 li.first,
.list6 li.first,
.list7 li.first {
  margin-top: 0;
}
.list3 .txt {
  margin-top: 8px;
}

/*---list4---*/
.list4 .img .star {
  margin-top: 12px;
  font-size: 93%;
  font-weight: bold;
}
.list4 .img .star img {
  padding-right: 5px;
}
.list4 .name {
  line-height: 160%;
  margin-top: 5px;
}
.list4 .name span {
  color: #333;
}
.list4 .txt {
  margin-top: 12px;
}

/*---list5---*/
.list5 > li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: #ccc 1px dotted;
}
.list5 > li.first {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.list5 .ttl {
  padding-left: 30px;
  min-height: 23px;
  margin-top: 5px;
  background: url(../image/ic_q.png) left top no-repeat;
  -webkit-background-size : 23px auto;
  background-size : 23px auto;
  
}
.list5 .input_list {
  margin-top: 10px;
}
.list5 .txt {
  margin-top: 5px;
}
.list5 .input_box {
  margin-top: 10px;
  overflow: hidden;
}
.list5 .input_w {
  overflow: hidden;
}
.list5 .input_box {
  max-width: 530px;
}



/*---list6---*/
.list6 .ttl {
  margin-top: 10px;
  
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*---list7---*/
.list7 .ttl,
.list7 .txt {
  margin-top: 5px;
}
.list7 .label {
  margin-top: 15px;
}

/*---list8---*/
.list8 > li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: #ccc 1px dotted;
}
.list8 > li.first {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.list8 .img {
  display: block;
  float: left;
  width: 164px;
}
.list8 .img img {
  width: 100%;
}
.list8 .data_box {
  overflow: hidden;
  padding-left: 20px;
}
.list8 .img,
.list8 .data_box {
  margin-bottom: 10px;
}
.list8 .ttl {
  font-size: 117%;
  font-weight: normal;
  color: #333333;
}
.list8 .txt {
  margin-top: 5px;
}
.list8 .box {
  background: #FAFAFA;
  display: table;
  width: 100%;
}
.list8 .box > div {
  display: table-cell;
  vertical-align: middle;
}
.list8 .box .l {
  padding: 10px;
}
.list8 .box .l li {
  line-height: 150%;
}
.list8 .box .r {
  padding-right: 20px;
  width: 120px;
}
.list8 .box .r button {
  width: 100%;
}















.input_list {
  overflow: hidden;
}
.input_list li {
  float: left;
  margin-right: 20px;
  padding-bottom: 10px;
}
.input_list li label {
  padding-left: 5px;
}
.input_list li > * {
  vertical-align: middle;
  cursor: pointer;
}
.input_list li img {
  vertical-align: top;
}




/*===============footer===============*/
#footer a {
  color: #333;
}










/*===============contents_list===============*/
#contents_list .w_box {
  padding-left: 0;
  padding-top: 0;
}
#contents_list .box {
  clear: both;
  padding-top: 40px;
}
#contents_list .box.n1 {
  padding-top: 20px;
}
#contents_list .box .ttl {
  margin-left: 20px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
#contents_list .box .ttl span {
  font-size: 134%;
  color: #666;
}
#contents_list ul {
  overflow: hidden;
}
#contents_list li {
  float: left;
  width: 33.3%;
  margin-top: 10px;
}
#contents_list li.reset {
  clear: both;
}
#contents_list li > span
{
  display: block;
  /*border-bottom: #CCC 1px dotted;*/
  margin-left: 20px;
  padding-bottom: 5px;
}
#contents_list li a {
  font-size: 117%;
  color: #666666;
}
#contents_list li a:hover {
  color: #F78CAF;
}
#contents_list li .ic {
  content: "";
  display: block;
  float: left;
  width: 22px;
  height: 22px;
  background: url(../image/ic_contents01.png) left top no-repeat;
  -webkit-background-size : 22px auto;
  background-size : 22px auto;
  background-position: left top;
  margin: 0 10px 0 0;
  position: relative;
  top: -2px;
}
#contents_list .box.n2 li .ic {
  background-image: url(../image/ic_contents02.png);
}
#contents_list .box.n3 li .ic {
  background-image: url(../image/ic_contents03.png);
}

#contents_list li.n1 .ic { background-position: left 0;}
#contents_list li.n2 .ic { background-position: left -27px;}
#contents_list li.n3 .ic { background-position: left -54px;}
#contents_list li.n4 .ic { background-position: left -81px;}
#contents_list li.n5 .ic { background-position: left -108px;}
#contents_list li.n6 .ic { background-position: left -135px;}
#contents_list li.n7 .ic { background-position: left -162px;}
#contents_list li.n8 .ic { background-position: left -189px;}
#contents_list li.n9 .ic { background-position: left -216px;}
#contents_list li.n10 .ic { background-position: left -243px;}
#contents_list li.n11 .ic { background-position: left -270px;}
#contents_list li.n12 .ic { background-position: left -297px;}
#contents_list li.n13 .ic { background-position: left -324px;}
#contents_list li.n14 .ic { background-position: left -351px;}


#contents_list li a {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}









/*===============gradient===============*/

.gra_half_pink {
  background: #f9aec6; /* Old browsers */
  background: -moz-linear-gradient(top,  #f9aec6 50%, #f8a5bf 50%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f9aec6), color-stop(50%,#f8a5bf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f9aec6 50%,#f8a5bf 50%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f9aec6 50%,#f8a5bf 50%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f9aec6 50%,#f8a5bf 50%); /* IE10+ */
  background: linear-gradient(to bottom,  #f9aec6 50%,#f8a5bf 50%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9aec6', endColorstr='#f8a5bf',GradientType=0 ); /* IE6-9 */
  
}

.gra_half_blue_x {
  background: #7aa8d7; /* Old browsers */
  background: -moz-linear-gradient(left,  #7aa8d7 50%, #6b9ed2 50%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%,#7aa8d7), color-stop(50%,#6b9ed2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #7aa8d7 50%,#6b9ed2 50%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #7aa8d7 50%,#6b9ed2 50%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #7aa8d7 50%,#6b9ed2 50%); /* IE10+ */
  background: linear-gradient(to right,  #7aa8d7 50%,#6b9ed2 50%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aa8d7', endColorstr='#6b9ed2',GradientType=1 ); /* IE6-9 */
  
}

.gra_pink {

color: #FFF;

background: #fac0d1; /* Old browsers */
background: -moz-linear-gradient(top,  #fac0d1 0%, #f8a5bf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fac0d1), color-stop(100%,#f8a5bf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fac0d1 0%,#f8a5bf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fac0d1 0%,#f8a5bf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fac0d1 0%,#f8a5bf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fac0d1 0%,#f8a5bf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac0d1', endColorstr='#f8a5bf',GradientType=0 ); /* IE6-9 */
  
}

.gra_gray {

background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 20%, #ebe9de 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#ffffff), color-stop(100%,#ebe9de)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 20%,#ebe9de 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 20%,#ebe9de 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 20%,#ebe9de 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 20%,#ebe9de 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebe9de',GradientType=0 ); /* IE6-9 */

  
}

.btn_half_red {
  color: #FFF;
  border: #FF8383 1px solid;
  display: block;
  border-radius: 4px;
  text-align: center;
  
  background: #FFB0B0; /* Old browsers */
  background: -moz-linear-gradient(top,  #FFB0B0 50%, #FF7373 50%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#FFB0B0), color-stop(50%,#FF7373)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FFB0B0 50%,#FF7373 50%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FFB0B0 50%,#FF7373 50%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FFB0B0 50%,#FF7373 50%); /* IE10+ */
  background: linear-gradient(to bottom,  #FFB0B0 50%,#FF7373 50%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFB0B0', endColorstr='#FF7373',GradientType=0 ); /* IE6-9 */
  
  
}
.btn_half_red:hover {
  text-decoration: none;
}



@media screen and (max-width: 1210px) {
  #btn_top {
    /*position: absolute;*/
  }
}



@media screen and (max-width: 1104px) {
  .sec.layout1 .img,
  .sec.layout2 .img {
    float: none;
    text-align: center;
  }
  .sec.layout1 .txt_box,
  .sec.layout2 .txt_box {
    overflow: visible;
    padding: 15px 0 0 0;
  }
    
  
}



@media screen and (max-width: 920px) {
  #h_top h1, #h_top ul li {
    font-size: 87%;
  }
  #h_top ul li {
     margin-left: 5px;  
  }
}

@media screen and (max-width: 850px) {
  #h_search > div > div {
    padding-left: 75%;
  }
}




/*タブレット*/
@media screen and (max-width: 768px) {

  
  
  /*===============btn_top===============*/
  #btn_top {
    position: relative;
    width: auto;
    z-index: 999;
    top: 0;
    left: 0;
    
    background: #6B9ED2; /* Old browsers */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b9ed2', endColorstr='#6b9ed2',GradientType=1 ); /* IE6-9 */
  }
  #btn_top .img img.y {
    display: none;
  } 
  #btn_top .img img.x {
    display: inline;
    width: auto;
    height: 24px;
  }
  #btn_top p span {
    display: inline-block !important; *zoom: 1 !important; *display: inline !important;
    vertical-align: middle;
  }
  
  
  #btn_top > p {
   border: none;
   padding: 0;
   height: 60px;
   line-height: 60px;
   margin: 0;
  }
  #btn_top,
  #btn_top p {
    border-radius: 0;
  }
  #btn_top p span {
    display: block;
  }
  #btn_top .ic1,
  #btn_top .ic2 {
    display: block;
    margin: 0 auto;
    content: "";
    width: 22px;
    height: 22px;
    background: url(../image/ic_btn_top.png) left top no-repeat;
     -webkit-background-size: 22px auto;
    background-size: 22px auto;
    
    
  }
  #btn_top .ic2 {
    background-position: left -27px;
    position: relative;
  }
  #btn_top .img img { padding: 8px 5px;}
  
  #btn_top .x {
    display: none;
    
  }
  
  
  
  /*===============header===============*/
  #h_top ul {
    display: none;
  }
  
  #h_main {
    height: 80px;
  }
  
  #logo {
    margin-top: 16px;
  }
  #logo img {
    width: 170px;
  }
  
  #h_top {
    display: none;
  }
  #h_main h2 img {
    width: 215px;
  }
  #h_main h3 img {
    width: 235px;
  }
  #logo {
    margin-left: 10px;
  }
  #h_main .txt_area {
    margin: 15px 0 0 15px;
  }
  
  
  #h_search button {
    width: 40px;
  }
  #h_search > div {
    top: -60px;
  }
  #h_search > div > div {
    padding-left: 70%;
  }
  
  #navi_list > li > ul a span {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  
  
  /*===============main_slide===============*/
  #main_slide .box .txt p {
    font-size:84%;
  }
  #main_slide .box .txt h4 {
    font-size: 109%;
  }
  
  /*
  #main_slide .prev {
    left: 25px;
  }
  #main_slide .next {
    right: 25px;
  }
  */
  
  /*===============main_contents===============*/
  #contents_w {
    padding: 0 0;
    
  }
  #main_contents {
    padding: 0 19px;
  }
  .sec:not(.pickup) {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  #main_contents > .center {
    padding-left: 2.5px;
    padding-right: 2.5px;
  } 
  
  
  /*===============tab_sec===============*/
  #tab_navi li a {
    font-size: 100%;
  }
  
  
  /*===============s_navi===============*/
  #s_navi {
    padding-left: 2.5px;
    padding-right: 2.5px;
    position: static;
    width: auto;
    overflow: hidden;
    margin-right: 0;
  }
  #s_navi .box,
  #s_navi > a.bnr {
    width: 208px;
    float: left;
    margin-left: 32px;
  }
  







  #navi_list > li > a > span {
    text-align: center;
  }
  #navi_list > li > a > span > .t {
    padding-left: 0;
    font-size: 10px;
    color: #444;
    text-align: center;
  }
  #navi_list > li > a > span > .t:before {
    display: block;
    position: static;
    margin: 0 auto 5px;
  }
  #navi_list a > span {
    padding: 5px 0;
    min-height: 0;
    
  }
  #navi_list .subNaviDisp {
    width: auto !important;
    clear: both;
    float: none;
  }
  #navi_list li.subNaviDisp ul {
    border-top: #FDDFE8 1px solid;
  }
  #navi_list li.subNaviDisp ul.sp_act {
    display: block !important;
  }
  #navi_list > li:not(.subNaviDisp) ul {
    display: none !important;
  }
  #navi_list > li.subNaviDisp a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #navi_list > li.subNaviDisp ul li:nth-child(odd) a {
    border-right: #FBAEC6 1px dotted;
  }
  #navi_list > li.subNaviDisp a span {
    position: relative;
  }
  #navi_list > li.subNaviDisp a span:after {
    position: absolute;
    top: 50%;
    right: 4px;
    display: block;
    content: "";
    
    width: 5px;
    height: 5px;
    border-top: 2px solid #fbaec7;
    border-right: 2px solid #fbaec7;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }
  #navi_list > li > a {
    border-left: none !important;
    border-right: #FDDFE8 1px solid !important;
  }
  #navi_list > li.sp_act > a {
    background-color: #FBAEC6 !important;
  }
  #navi_list > li.sp_act > a span {
    color: #FFF !important;
  }
  
  #navi_list > li.n4 > a,
  #navi_list > li.n8 > a {
    border-right: none !important;
  }
  #navi_list > li > ul.labelList li {
    width: auto;
  }
  .labelList,
  .labelList li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .labelList {
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #h_search input, #h_search button {
    height: 30px;
    line-height: 30px;
  }
  #h_search {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .act_scroll #navi:not(.current) #navi_list > li > a > span > .t:before {
    display: none;
  }
  .act_scroll #navi_list > li > a {
    min-height: 0;
  }
  
  
  .act_scroll .btn_top {
    display: none !important;
  }
  .act_scroll #main_slide {
    margin-top: 105px;
  }

  
  /*===============navi===============*/
  
  
  #navi, #h_search, #over_bg {
    /*
    display: none;
    */
  }
  .navi_disp #navi, .navi_disp #h_search, .navi_disp #over_bg {
    display: block;
  }
  
  #header {
    position: relative;
    z-index: 1000;
  }
  #navi {
    /*
    top: 132px;
    position: absolute;
    */
    width: 100%;
  }
  #navi, #navi > div {
    /*
    background: none;
    */
  }
  
  #navi_list > li {
    width: 25% !important;
    float: left;
  }
  #navi_list > li > a > span {
    border-left: none !important;
    border-right: none !important;
  }
  #navi_list > li > a > span {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #navi_list > li > ul {
    position: static;
    display: none;
  }
  /*
  #navi_list > li > a,
  #navi_list > li > a:hover,
  #navi_list > li.act > a  {
    background: #fef5f9;
    background: -moz-linear-gradient(top,  #fef5f9 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef5f9), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #fef5f9 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #fef5f9 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #fef5f9 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #fef5f9 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef5f9', endColorstr='#ffffff',GradientType=0 );
  }
  */
  #navi_list > li > a,
  #navi_list > li > a:hover,
  #navi_list > li.act > a  {
    background: #FFF;
  }
  
  #navi_list a {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  #navi_list a span {
    color: #F15084;
    text-align: left;
  }
  #navi_list > li > ul,
  #navi_list > li > ul a:hover {
    background: #FEF7F9;
  }
  #navi_list > li > a {
    border-top: #FDDFE8 1px solid;
    min-height: 43px;
  }
  #navi_list {
    border-bottom: #FDDFE8 1px solid;
    
  }
/*  #navi_list > li.sp_act a,*/
  #navi_list > li > ul a {
    /*
    border-bottom: #FDDFE8 1px solid;
  */
    border-bottom: #FBAEC6 1px dotted;
  }
  #navi_list > li > ul li.last a {
    border-bottom: none;
  }
  #navi_list > li > ul a > span,
  #navi_list > li > ul a {
    border-top: none;
  }
  #navi_list > li > a > span {
    position: relative;
  }
  #navi_list > li > a > span > .ic {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    background: url(../image/ar_set08.png) left top no-repeat;
    
    -webkit-background-size : 16px auto;
    background-size : 16px auto;  
    
  }
  #navi_list > li.sp_act > a > span > .ic {
    background-position: left -21px;
  }
  
  #navi_list > li > ul li {
    float: left;
    width: 50%;
  }
  #navi_list > li > ul li:nth-child(odd) > a {
    border-right: #F8A5BF 1px dotted;
  }
  #navi_list > li > ul {
    overflow: hidden;
  }
  
  #navi_close {
    /*
    display: block;
    */
  }
  
  #navi_close a {
    display: block;
    width: 108px;
    background: #F8A5BF;
    color: #FFF;
    font-weight: bold;
    padding: 9px 0 7px;
    text-align: center;
    margin: 15px auto 0;
    
    border-radius: 4px;
    
  }
  #navi_close a:hover {
    text-decoration: none;
  }
  #navi_close a img {
    padding-right: 8px;
  }
  
  #navi_list > li.act > ul,
  #navi_list > li.act > .box {
    display: none;
  }
  /*
  #navi_list > li.sp_act ul,
  #navi_list > li.sp_act .box {
    display: block;
  }
  */
  
  #navi_list > li > ul a span {
    padding-left: 0;
    padding-right: 0;
  }
  
  
  
  #over_bg {
    background: #000000;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  
    opacity: .50;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -khtml-opacity: .50;
    -moz-opacity: .50;
  }
  
  
  
  
  
  #navi_list > li > .box {
    position: static;
    padding-left: 3px;
    padding-right: 15px;
    display: none;
  }
  #navi_list .labelList li a {
    font-size: 12px;
  }

  #header .inr {
    padding: 0;
  }


  .act_scroll #h_search {
    width: 100%;
    height: auto;
    padding: 10px 0 10px;
    z-index: 90;
    background: #FDDFE8;
    }


  
  .act_scroll #overflow_box {
    top: 30px;
    position: fixed;
    width: 100%;
    z-index: 9990;
  }


  .act_scroll #h_search {
    position: absolute;
  }
  .act_scroll #navi {
    top: 82px;
  }
  .act_scroll #h_search > div {
    position: static;
  }
  
  .act_scroll #h_search > div > div {
    padding: 0 10px;
  }
  
  .act_scroll #h_main h2 {
    margin-left: 10px;
  }
  .act_scroll #h_main h3 {
    margin-left: 10px;
    margin-top: 4px;
  }


  #main_slide .flickity-viewport {
    overflow: visible;
    position: static;
  }

  .sec.fl_type1 .item .txt p {
    font-size: 100%;
  }

  
    
}
  
  
@media screen and (max-width: 640px) {
  
  /*===============共通===============*/
  .inr {
    width: auto;
  }
  
  /*スクロール時のナビ*/
  
  .act_scroll #h_top {
    display: none !important;
  }
  .act_scroll #h_main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9970;
    border-top: #F8A5BF 5px solid;
  }
  .act_scroll #h_search {
    position: fixed;
    position: absolute;
    /*
    top: 70px;
    */
  }
  .act_scroll #navi {
    position: fixed;
    position: absolute;
    /*
    top: 136px;
    */
    top: 50px;
  }
  
  
  
  
  /*===============heaer===============*/
  #navi_list > li > ul > li { border: none;}
  
  #h_top {
    display: none;
  }
  #h_main {
    height: auto;
    height: 50px;
    border-bottom: #F8A5BF 1px solid;
    z-index: 9999;
    position: relative;
  }
  #h_main .txt_area {
  }
  #logo {
    margin-top: 0;
    margin: 7px 0 7px 10px;
  }
  #logo img {
    width: auto;
	height: 42px;
  }
  
  #btn_sp_menu {
    display: none;
    border-radius: 4px;
    border: #F89CBA 1px solid;
    width: 46px;
    height: 48px;
    float: right;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    font-size: 84%;
    margin: 8px 10px 0 0;
  
    -moz-text-shadow: 0 1px 0 #DF94AC;
    -webkit-text-shadow: 0 1px 0 #DF94AC;
    text-shadow: 0 1px 0 #DF94AC;
    
    background: #F89AB9; /* Old browsers */
    background: -moz-linear-gradient(top,  #F89AB9 45%, #F4759E 55%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#F89AB9), color-stop(55%,#F4759E)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #F89AB9 45%,#F4759E 55%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #F89AB9 45%,#F4759E 55%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #F89AB9 45%,#F4759E 55%); /* IE10+ */
    background: linear-gradient(to bottom,  #F89AB9 45%,#F4759E 55%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F89AB9', endColorstr='#F4759E',GradientType=0 ); /* IE6-9 */
  }
  #btn_sp_menu img {
    display: inline-block;
    padding-top: 8px;
  }
  #btn_sp_menu span {
    line-height: 100%;
    padding-top: 5px;
    display: inline-block;
  }
  #btn_sp_menu:hover {
    text-decoration: none;
  }
  
  #h_search {
    /*position: absolute;
    top: 66px;
    */
    width: 100%;
    height: auto;
    padding: 10px 0 10px;
    background: #FFF;
    z-index: 90;
    /*
    box-shadow:0 8px 12px -8px #ccc inset;
    -webkit-box-shadow:0 8px 12px -8px #ccc inset;
    -moz-box-shadow:0 8px 12px -8px #ccc inset;
    */
    background: #FDDFE8;
    }
  #h_search > div {
    float: none;
    position: static;
    /*
    margin-top: 14px;
    */
    position: relative;
    top: 0;
    left: 0;
  }
  
  #h_search input {
    width: 100%;
  }
  #h_search .input_w {
    float: none;
    overflow: hidden;
  }
  #h_search > div > div {
    padding: 0 10px;
  }
  
  #btn_top .img img.x {
    height: 16px;
  }
  #btn_top > p {
    height: 40px;
    line-height: 40px;
  }
  #btn_top .ic2 {
    background-position: left -28px;
  }
  
  
  #btn_top .ic1,
  #btn_top .ic2 {
    width: 18px;
    height: 18px;
    background: url(../image/ic_btn_top.png) left top no-repeat;
     -webkit-background-size: 18px auto;
    background-size: 18px auto;
    
    
  }
  #btn_top .ic2 {
    background-position: left -23px;
    position: relative;
  }
  
  /*
  #main_slide .slide { padding: 0;}
  */
  
  #h_main h2 img {
    width: 103px;
  }
  #h_main h3 img {
    width: 144px;
  }
  #h_main .txt_area {
    margin: 12px 0 0 12px !important;
  }

  .act_scroll #h_main {
    display: none;
  }
  .act_scroll #h_main .txt_area {
    position: static;
  }
  .act_scroll #h_main h2,
  .act_scroll #h_main h3 {
    float: none;
  }
  .act_scroll #h_main h3 {
    margin-left: 0;
  }

  #main_contents > .center {
    padding-left: 10px;
    padding-right: 10px;
  } 
  .act_scroll #overflow_box {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 9990;
  }
  
  
  
  /*===============contents_list===============*/
  #contents_list .w_box {
    padding: 0;
  }
  
  #contents_list ul {
    padding: 0 5px 15px;
  }
  #contents_list li {
    width: auto;
    float: none;
  }
  #contents_list li > span {
    border: none;
    padding: 0 5px;
    margin: 0;
  }
  #contents_list li:nth-child(odd){
    clear: both;
  }
  #contents_list li.reset {
    clear: none;
  }
  #contents_list li {
    margin-top: 15px;
  }
  #contents_list .box.n1 {
    padding-top: 0;
    margin-top: 1px;
  }
  
  #contents_list .box {
    padding-top: 0;
    border-bottom: 1px solid #EEE;
  }
  #contents_list .box:last-child {
    border-bottom: none;
  }
  #contents_list .box .ttl {
    cursor: pointer;
    margin: 0;
    border: none;
    padding-bottom: 10px;
  }
  #contents_list .box.act .ttl {
    background: none repeat scroll 0 0 #fddfe8;
  }
  #contents_list .box .ttl span {
    font-size: 117%;
    display: block;
  }
  #contents_list .box .ttl .txt {
    float: left;
    color: #888;
  }
  #contents_list .box.act .ttl .txt {
    color: #f5709b;
  }
  #contents_list .box .ttl .ic {
    float: right;
    
    display: block;
    height: 20px;
    width: 20px;
    background: url(../image/ar_set07.png) left top no-repeat;
    float: right;
    position: relative;
    top: -2px;
    
    -webkit-background-size : 20px auto;
    background-size : 20px auto;  
    
    opacity: .70;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: .70;
    -moz-opacity: .70;
  }
  
  #contents_list .box.act .ttl .ic {
    background-position: left -25px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: .100;
    -moz-opacity: .100;
  }
  
  #contents_list ul {
    clear: both;
  }
  #contents_list .w_box {
    padding-bottom: 15px;
  }
  
  #contents_list .box .ttl {
    padding: 15px 10px 12px;
    overflow: hidden;
  }
  
  
  
  
  
  
  
  
  
  
  /*===============main_slide===============*/
  #main_slide .item {
    width: 300px;
  }
  #main_slide .item img {
    /*width: 100%;*/
  }
  #main_slide .box {
    height: 264px;
  }
  /*
  #main_slide .next {
    right: 10px;
  }
  #main_slide .prev {
    left: 10px;
  }
  #main_slide .next,
  #main_slide .prev {
    top: 73px;
    margin-top: 0;
  }
  */
  
  #wrap #main_slide .control .pagination {
    padding: 0;
  }
  
  #main_slide .box .imgW {
    height: 180px;
  }
  
  
  
  /*===============main_contents===============*/
  #contents_w {
    padding: 0;
    

  }
  #main_contents {
    padding: 0;
  }
  
  .sec:not(.pickup) {
    padding: 0 10px;
  }
  .sec.pickup {
    padding: 0 7.5px;
  }
  .sec.pickup .ttl {
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
  .pickup .flickity-prev-next-button.previous {
    left: 2.5px;
  }
  .pickup .flickity-prev-next-button.next {
    right: 2.5px;
  }
  .sec .w_box {
    padding: 10px;
  }
  
  .sec.type1 {
    float: none !important;
    width: auto;
  }
  .sec.type1 > div {
    margin: 0 !important;
  }
  .sec.layout1 .img,
  .sec.layout2 .img {
    text-align: center;
    float: none;
  }
  .sec.layout1 .txt_box,
  .sec.layout2 .txt_box {
    overflow: visible;
    clear: both;
    padding: 15px 0 0 0;
  }
  
  .sec.type1.left > div {
    padding-right: 0;
  }
  .sec.type1.right > div {
    padding-left: 0;
  }
  
  .sec.layout1 .input_box button,
  .sec.layout1 .input_box a,
  .list5 .input_box button,
  .list8 button {
    width: 75px;
  }
  
  .sec.fl_type2 .item,
  .sec.fl_type3 .item {
    width: 144px;
    padding-left: 12px;
  }
  .sec.fl_type2 .item img,
  .sec.fl_type3 .item img {
    width: 100%;
  }
  .sec.layout3 .box.left > div {
    margin-right: 5px;
  }
  .sec.layout3 .box.right > div {
    margin-left: 5px;
  }
  .sec.layout3 .box .cat {
    display: none;
  }
  
  
  
  /*===============tab===============*/
  #tab_navi {
    display: none;
  }
  .tab {
    border-bottom: #EEE 1px solid;
  }
  .tab:last-child {
    border-bottom: none;
  }
  .tab > div {
    padding: 10px 10px 20px;
  }
  .tab > .ttl,
  .tab > .ttl a {
    display: block;
    background: #FFF;
    color: #888;
  }
  .tab.act > .ttl,
  .tab.act > .ttl a {
    background: #FDDFE8;
    color: #f5709b;
  }
  
  
  .tab > .ttl a {
    font-size: 117%;
    padding: 15px 10px;
  }
  .tab > .ttl a:hover {
    text-decoration: none;
  }
  .tab > .ttl a .ic {
    display: block;
    height: 20px;
    width: 20px;
    background: url(../image/ar_set07.png) left top no-repeat;
    float: right;
    position: relative;
    top: -2px;
    
    -webkit-background-size : 20px auto;
    background-size : 20px auto;  
  
    opacity: .70;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: .70;
    -moz-opacity: .70;
  }
  
  .tab.act > .ttl a .ic {
    background-image: url(../image/ar_set07.png);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: .100;
    -moz-opacity: .100;
  }
  
  .tab.act > .ttl a .ic {
    background-position: left -25px;
  }
  
  
  
  
  .tab .btn_more {
    margin-top: 20px;
  }
  .tab > div .txt,
  .tab > div .date {
    display: none;
  }
  .tab > div .ttl {
    font-size: 117%;
  }
  
  .list1 .img > img {
    margin-right: 10px;
  }
  .list1 a {
    display: table;
  }
  
  
  .list1 .img,
  .list1 .data_box {
    display: table-cell;
    vertical-align: middle;
  
  }
  .tab > div > ul > li {
    margin-top: 10px;
    padding-top: 10px;
  }
  
  .tab .list2 .txt {
    display: block;
    padding-right: 0;
    min-height: 0;
  }
  
  .list2 .btn_list {
    position: static;
    text-align: center;
    margin-top: 10px;
  }
  .list2 .btn_list li {
    float: none;
    display: inline-block; *zoom: 1; *display: inline;
  }
  
  .list3 > li,
  .list4 > li,
  .list6 > li,
  .list7 > li {
    width: auto;
    float: none;
    border-top: 1px dotted #cccccc;
    overflow: hidden;
  }
  .list3 > li > a,
  .list4 > li > a,
  .list6 > li > div,
  .list7 > li > a {
    margin-left: 0;
    display: table;
    width: 100%;
  }
  .list3 li.first,
  .list4 li.first,
  .list6 li.first,
  .list7 li.first {
    margin-top: 10px;
  }
  .list3 .reset.first,
  .list4 .reset.first,
  .list6 .reset.first,
  .list7 .reset.first {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  
  .list3 li .img,
  .ilst3 li .data_box,
  .list4 li .img,
  .list4 li .data_box,
  .list7 li .img,
  .list7 li .data_box {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  
  .list3 li .data_box,
  .list4 li .data_box,
  .list7 li .data_box {
    display: table-cell;
    vertical-align: middle;
  }
  
  .list7 .label { margin-top: 10px;}
  
  .list8 .box > div {
    display: block;
  }
  .list8 button {
    float: none;
    margin-left: 0;
  }
  .list8 .box .r {
    width: auto;
    padding: 0 10px 10px;
  }
  
  .tab .ttl {
    font-size: 100%;
    font-weight: normal;
  }
  
  
  
  /*===============s_navi===============*/
  #s_navi .box,
  #s_navi > a.bnr {
    width: auto;
    float: none;
    margin-left: 0;
  }
  #s_navi > a.bnr img {
    width: 100%;
  }
  
  #s_navi .box.layout2 .btn_list {
    text-align: center;
  }
  #s_navi .box.layout2 .btn_list li {
    float: none !important;
    display: inline-block; *zoom: 1; *display: inline;
  }
  #s_navi .box.layout2 .btn_list li.answer {
    margin-left: 15px;
  }
  
  
  
  /*
  .navi_disp #contents_w,
  .navi_disp #footer {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  
  .navi_disp #btn_top
  .navi_disp #h_main {
    position: fixed;
    width: 100%;
  }
  */
  
  .navi_disp #wrap {
  }
  
  .navi_disp #overflow_box {
    display: block;
  }
  
  #overflow_box {
    /*
    display: none;
    */
    /*
    position: fixed;
    */
    
  }
  
  #navi_move_box {
    /*
    position: absolute;
    */
    top: 0;
    left: 0;
    width: 100%;
  }
  
  .act_scroll #navi_move_box {
    /*
    position: fixed;
    top: 71px;
    */
  }
  
  .navi_disp {
    overflow: hidden;
    height: 100%;
  }
  
  
  #main_contents .pickup .viewport {
    padding: 12px 0;
    background: #FFF;
  }
  
  
  
  #navi_list ul a > span {
    padding: 0;
    height: 40px;
    line-height: 40px;
  }
  
  
  
  #wrap .control {
    height: auto;
    padding: 0 20px;
  }
  
  /*===============s_navi===============*/
  #s_navi {
    padding-left: 10px;
    padding-right: 10px;
  }

  .act_scroll #main_slide {
    margin-top: 208px;
  }
}




/*=======================================================

	共通style

=======================================================*/

.pd0 { padding: 0 !important;}






/*=======================================================

	flickity設定

=======================================================*/

#main_slide .flickityControl * {
  vertical-align: middle;
}
#main_slide .flickityControl {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
#main_slide .flickity-page-dots {
  width: auto;
}
#main_slide .flickity-page-dots,
#main_slide .flickity-prev-next-button {
  position: static;
  display: inline-block;
  
}
#main_slide .previous {
  margin-right: 22px;
}
#main_slide .next {
  margin-left: 22px;
}



.flickity {
  padding-bottom: 30px;
}
.flickity .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flickitySlide1 .itemW {
  width: 100%;
  overflow: hidden;
}
.flickitySlide1 .item {
  width: 25%;
  padding: 0 8px;
  float: left;
}
.sec .flickitySlide1 .item .txt {
  min-height: 0;
  margin-top: 0;
  position: relative;
  z-index: 5;
}
.flickity .item a {
  display: block;
}



.previous,
.next {
  width: 24px;
  height: 24px;
  background: url(../image/ar_set03.png) left top no-repeat;
  -webkit-background-size : 24px auto;
  background-size : 24px auto;  
  
}

.next {
  background-position: left -29px;
}


.flickity-page-dots {
  bottom: -30px;
}

.flickity-prev-next-button {
  bottom: -36px;
  top: auto;
  border-radius: 0;
 /* vertically center */
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.flickity-page-dots .dot {
  opacity: 1;
  background: #CCCCCC;
}
.flickity-page-dots .dot.is-selected {
  background: #F8A5BF;
}







/*タブレット*/
@media screen and (max-width: 768px) {
.flickitySlide1 .itemW {
  width: auto;
  overflow: visible;
}
.flickitySlide1 .item {
  width: 144px;
  float: none;
  padding: 0 2.5px;
}


}
/*スマホ*/
@media screen and (max-width: 768px) {


}


/*=======================================================

	clearfix

=======================================================*/

.clearfix:after{
content:".";
display:block;
height:0;
clear:both;

visibility:hidden;
} /*IE7?O_uEU*/

.clearfix{display:inline-block;} /*IE7MacIE5*/

/*Hides from IE-mac\*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/ /*IE6?O*/





















/*
.twitter iframe {
  width: 320px !important;
}
*/

@media screen and (max-width: 640px) {
  .twitter iframe {
    width: 100% !important;
  }
}









































