@charset "UTF-8";
/*  reset.scss */
/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,400;1,100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, select, textarea, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {
  display: block; }

main {
  padding: 0;
  margin: 0 !important; }

html {
  font-size: 62.5%;
  /*overflow-x: hidden;*/ }

body {
  font-family: sans-serif;
  line-height: 1; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none; }

img {
  vertical-align: bottom; }

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;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

th, td {
  text-align: left;
  vertical-align: top; }

input, select, textarea {
  font-family: inherit; }

input[type="submit"] {
  cursor: pointer; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

* {
  box-sizing: border-box; }

/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
/*html {
	height: 100%;
	overflow-y: scroll;
}*/
/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
/*body {
	height: 100%;
	color: #444;
	background: #FFF;
	min-width: 320px;
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
	letter-spacing: .06em;
}*/
html {
  overflow: auto; }

body {
  overflow: hidden;
  min-width: 320px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  position: relative; }
  @media all and (min-width: 640px) {
    body {
      min-width: 1000px;
      font-size: 1.4rem;
      line-height: 1.6;
      -webkit-text-size-adjust: 100%;
      /*background: #FFF;*/
      /*height: 100%;*/ } }

img {
  max-width: 100%;
  height: auto; }

.pc {
  display: none; }

.sp {
  display: block !important; }

@media all and (min-width: 640px) {
  .pc {
    display: block; }

  .sp {
    display: none !important; } }
/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none; }

@media screen and (min-width: 640px) {
  a {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }

  .alpha {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }

  .alpha:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
/*--------------------------------------------------------------------------
   font
---------------------------------------------------------------------------*/
/*font-family: 'EB Garamond', serif;*/
/*@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@1,700&display=swap');*/
/*font-family: 'EB Garamond', serif;*/
/*@import url('https://fonts.googleapis.com/css?family=EB+Garamond:500&display=swap');*/
/*font-family: 'Roboto', sans-serif;*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');*/
/*font-family: 'Noto Sans JP', sans-serif;*/
/*font-family: 'Lato', sans-serif;*/
/*font-family: 'Damion', cursive;*/
/*@import url('https://fonts.googleapis.com/css?family=Damion&display=swap');*/
/*font-family: 'Josefin Sans', sans-serif;*/
/*font-family: 'Pinyon Script', cursive;*/
/*--------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------*/
.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

/* layout.scss */
/*#wrap {
	position: relative;
	z-index: -10;
	background: url("../images/common/bg.png");
}*/
.base_inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.base {
  width: 100%; }

@media only screen and (min-width: 640px) {
  .base_inner {
    width: 1000px;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }

  .base {
    width: 1000px;
    margin-left: auto;
    margin-right: auto; } }
/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  z-index: 9999;
  background: #fff; }

.header {
  background: #fff; }
  .header .hd_wrap .hd_logo {
    padding: 10px 0 10px 10px; }
    .header .hd_wrap .hd_logo img {
      width: auto;
      height: 27px; }

@media only screen and (min-width: 640px) {
  .header .hd_wrap {
    display: flex;
    justify-content: space-between; }
    .header .hd_wrap .hd_logo {
      /*width: 311px;*/ }
      .header .hd_wrap .hd_logo img {
        width: 311px;
        height: 54px; }
    .header .hd_wrap .nav_wrap {
      padding-top: 35px; } }
/*	pagetop
--------------------------------------*/
.to-top {
  position: fixed;
  width: 42px;
  height: 42px;
  background: #000;
  color: #fff;
  right: 0;
  bottom: 0;
  cursor: pointer; }
  .to-top .arrow {
    text-indent: -9999px;
    display: block;
    height: 42px;
    position: relative; }
    .to-top .arrow::after {
      position: absolute;
      top: 50%;
      right: 0;
      content: '';
      width: 12px;
      height: 12px;
      border: 0px;
      margin: -6px 12px 0 0;
      border-top: solid 4px #fff;
      border-right: solid 4px #fff;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

/*	
--------------------------------------*/
/* .btnGnav btn_nav
-------------------------------------- */
@media screen and (max-width: 639px) {
  .btn_nav {
    position: absolute;
    top: -6px;
    right: 0;
    display: block;
    width: 54px;
    height: 51px; }
    .btn_nav .line {
      position: absolute;
      left: 17px;
      width: 20px;
      height: 2px;
      content: '';
      transition: all .3s ease;
      background: #333; }
      .btn_nav .line:nth-child(1) {
        top: 18px; }
      .btn_nav .line:nth-child(2) {
        top: 26px; }
      .btn_nav .line:nth-child(3) {
        top: 34px; }

  body.is_open .btn_nav .line:nth-child(1) {
    top: 26px;
    transform: rotate(-45deg); }
  body.is_open .btn_nav .line:nth-child(2) {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; }
  body.is_open .btn_nav .line:nth-child(3) {
    top: 26px;
    transform: rotate(45deg); }

  #gnav {
    position: fixed;
    z-index: 200;
    top: 51px;
    right: -293px;
    bottom: 0;
    overflow: auto;
    width: 293px;
    background: #000;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px; }
    #gnav .list {
      margin-bottom: 30px; }
      #gnav .list .item {
        border-top: 1px solid #363636;
        padding: 10px 0 10px 15px; }
        #gnav .list .item:last-of-type {
          border-bottom: 1px solid #363636; }
        #gnav .list .item a {
          display: block;
          position: relative;
          padding-left: 50px;
          color: #fff;
          line-height: 1.3; }
        #gnav .list .item .ico::after {
          position: absolute;
          top: 50%;
          left: 12px;
          content: '';
          width: 24px;
          height: 24px;
          margin: -12px 0 0;
          background-size: 24px 24px; }
        #gnav .list .item .ico_attainments::after {
          background-image: url("../images/common/ico_attainments.png"); }
        #gnav .list .item .ico_faq::after {
          background-image: url("../images/common/ico_faq.png"); }
        #gnav .list .item .ico_com::after {
          background-image: url("../images/common/ico_com.png"); }
        #gnav .list .item .ico_con::after {
          background-image: url("../images/common/ico_con.png"); }
        #gnav .list .item .ico_login::after {
          background-image: url("../images/common/ico_login.png"); }
        #gnav .list .item .ico_negotiation::after {
          background-image: url("../images/common/ico_negotiation.png"); }
        #gnav .list .item .ico_buzzmake::after {
          background-image: url("../images/common/ico_buzzmake.png"); }
        #gnav .list .item .ico_reco::after {
          background-image: url("../images/common/ico_reco.png"); }
        #gnav .list .item .ico_ad::after {
          background-image: url("../images/common/ico_ad.png"); }
        #gnav .list .item .ico_rank::after {
          background-image: url("../images/common/ico_rank.png"); }
        #gnav .list .item .ico_mypage::after {
          background-image: url("../images/common/ico_mypage.png"); }
        #gnav .list .item .ico_out::after {
          background-image: url("../images/common/ico_out.png"); } }
@media only screen and (min-width: 640px) {
  #gnav .list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 6px; }
    #gnav .list .item {
      position: relative;
      display: inline-block;
      margin-right: 20px; }
      #gnav .list .item a {
        display: inline-block;
        text-align: center;
        transition: all .3s ease;
        font-size: 1.4rem;
        color: #333;
        line-height: 1.5; }
        #gnav .list .item a:hover {
          opacity: .7;
          -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)'; }
      #gnav .list .item .ico {
        position: relative; }
        #gnav .list .item .ico::after {
          position: absolute;
          top: -30px;
          left: 50%;
          content: '';
          width: 26px;
          height: 26px;
          margin: 0 0 0 -13px;
          background-size: 26px 26px; }
      #gnav .list .item .ico_attainments::after {
        background-image: url("../images/common/ico_attainments.png"); }
      #gnav .list .item .ico_faq::after {
        background-image: url("../images/common/ico_faq.png"); }
      #gnav .list .item .ico_com::after {
        background-image: url("../images/common/ico_com.png"); }
      #gnav .list .item .ico_con::after {
        background-image: url("../images/common/ico_con.png"); }
      #gnav .list .item .ico_login::after {
        background-image: url("../images/common/ico_login.png"); }
      #gnav .list .item .ico_negotiation::after {
        background-image: url("../images/common/ico_negotiation.png"); }
      #gnav .list .item .ico_buzzmake::after {
        background-image: url("../images/common/ico_buzzmake.png"); }
      #gnav .list .item .ico_reco::after {
        background-image: url("../images/common/ico_reco.png"); }
      #gnav .list .item .ico_ad::after {
        background-image: url("../images/common/ico_ad.png"); }
      #gnav .list .item .ico_rank::after {
        background-image: url("../images/common/ico_rank.png"); }
      #gnav .list .item .ico_mypage::after {
        background-image: url("../images/common/ico_mypage.png"); }
      #gnav .list .item .ico_out::after {
        background-image: url("../images/common/ico_out.png"); }

  /*	#gnav {
  		.list {
  			display: flex;
  			align-items: center;
  			justify-content: flex-end;
  			padding-top: 6px;
  			.item {
  				position: relative;
  				width: 100px;
  				&:nth-child(3) {
  						width: 110px;
  					}
  					&:nth-child(8) {
  						width: 180px;
  					}
  				a {
  					display: block;
  					text-align: center;
  					transition: all .3s ease;
  					font-size: 1.4rem;
  					color: #333;
  					line-height: 1.5;
  					.en {
  						display: block;
  						color: #446d9a;
  						font-size: 1.2rem;
  					}
  					&:hover {
  						opacity: .7;
  						-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
  					}
  				}
  			}
  		}
  	}
  */ }
/* footer
-------------------------------------- */
.footer .ft_info {
  border-top: 1px solid #2ed0c3;
  padding: 30px 0 20px; }
  .footer .ft_info .wrap .left .tel {
    width: 220px;
    height: 40px;
    border-radius: 20px;
    background: #2ed0c3;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    line-height: 38px; }
    .footer .ft_info .wrap .left .tel a {
      display: block;
      line-height: 38px;
      color: #fff; }
  .footer .ft_info .wrap .right .mail {
    width: 220px;
    height: 40px;
    border-radius: 20px;
    background: #2ed0c3;
    text-align: center;
    color: #fff;
    margin: 0 auto; }
    .footer .ft_info .wrap .right .mail a {
      display: block;
      line-height: 38px;
      color: #fff; }

@media only screen and (min-width: 640px) {
  .footer .ft_info {
    padding: 40px 0 50px; }
    .footer .ft_info .wrap {
      justify-content: center; }
      .footer .ft_info .wrap .left {
        width: 330px;
        margin-right: 30px; }
        .footer .ft_info .wrap .left .tel {
          width: 330px;
          margin: 0;
          line-height: 38px; }
      .footer .ft_info .wrap .right {
        width: 330px;
        margin-left: 30px; }
        .footer .ft_info .wrap .right .mail {
          width: 330px;
          /*height: 40px;
          border-radius: 20px;
          background: #2ed0c3;
          text-align: center;
          color: #fff;
          margin: 0 auto;
          a {
          	display: block;
          	line-height: 38px;
          	color: #fff;
          }*/ } }
.footer .ft_btm .ft_logo {
  text-align: center;
  margin-bottom: 30px; }
  .footer .ft_btm .ft_logo img {
    width: 77px; }
.footer .ft_btm .f_list .list .item {
  text-align: center;
  margin-bottom: 10px; }
.footer .ft_btm .f_list .ico {
  text-align: center; }
  .footer .ft_btm .f_list .ico img {
    width: 40px; }
.footer .ft_btm .copy {
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 0; }

@media only screen and (min-width: 640px) {
  .footer .ft_btm .ft_logo {
    text-align: center;
    margin-bottom: 30px; }
    .footer .ft_btm .ft_logo img {
      width: 144px; }
  .footer .ft_btm .f_list {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding-top: 30px; }
    .footer .ft_btm .f_list .list .item {
      display: inline-block;
      /*text-align: center;
      margin-bottom: 10px;*/ }
    .footer .ft_btm .f_list .ico {
      width: 40px; }
      .footer .ft_btm .f_list .ico img {
        width: 40px; }
  .footer .ft_btm .copy {
    font-size: 1.2rem;
    text-align: left;
    padding: 10px 0; } }
/* arw.scss */
/*<div class="button"><a href="/">
		<span>READ MORE</span></a>
					</div>*/
.button {
  background: #2ed0c3;
  border: none;
  padding: 2px;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all .35s ease-in-out .35s;
  margin: 0 auto;
  width: 260px;
  text-align: center; }
  .button span {
    display: block;
    padding: 12px 30px;
    background: #2ed0c3;
    color: #fff;
    z-index: 100;
    position: relative;
    transition: all .35s ease-in-out .35s;
    border: 1px solid #00c4b4; }

.button:hover span {
  background: #93e7e0;
  color: #333;
  transition: all .35s ease-in-out .35s; }

.button:after {
  bottom: -100%;
  right: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #93e7e0;
  transition: all .35s ease-in-out .5s; }

.button:hover:after {
  right: 0;
  bottom: 0;
  transition: all ease-in-out .35s; }

.button:before {
  top: -100%;
  left: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #93e7e0;
  transition: all .35s ease-in-out .5s; }

.button:hover:before {
  left: 0;
  top: 0;
  transition: all ease-in-out .35s; }

/* red */
.button_w {
  background: #fff;
  border: none;
  padding: 2px;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all .35s ease-in-out .35s;
  margin: 0 auto;
  width: 260px;
  text-align: center; }
  .button_w span {
    display: block;
    padding: 12px 30px;
    background: #fff;
    color: #333;
    z-index: 100;
    position: relative;
    transition: all .35s ease-in-out .35s;
    border: 1px solid #005cc3; }

.button_w:hover span {
  background: #000;
  color: #fff;
  transition: all .35s ease-in-out .35s; }

.button_w:after {
  bottom: -100%;
  right: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  transition: all .35s ease-in-out .5s; }

.button_w:hover:after {
  right: 0;
  bottom: 0;
  transition: all ease-in-out .35s; }

.button_w:before {
  top: -100%;
  left: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  transition: all .35s ease-in-out .5s; }

.button_w:hover:before {
  left: 0;
  top: 0;
  transition: all ease-in-out .35s; }

/*<div class="button_w"><a href="/">
		<span>READ MORE</span></a>
					</div>*/
/* set.scss */
.sample {
  max-width: 1500px;
  margin: 0 auto; }

/*	hover
--------------------------------------*/
a {
  color: inherit;
  text-decoration: none; }

@media screen and (min-width: 640px) {
  a {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }

  a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
/*	hover img zoom
--------------------------------------*/
/* 各コンテンツの画像サイズは各自設定 */
@media only screen and (min-width: 640px) {
  .pic {
    /*margin-bottom: 22px;*/
    overflow: hidden;
    /*width: 290px;
    height: 170px;*/ }
    .pic img {
      display: block;
      transition-duration: .3s; }
      .pic img:hover {
        transform: scale(1.1);
        transition-duration: .3s; } }
/*	tit
--------------------------------------*/
.tit_ct {
  margin-bottom: 15px;
  text-align: center; }
  .tit_ct .en_ct {
    color: #2ed0c3;
    display: block;
    font-family: 'Lato', sans-serif;
    line-height: 1; }
  .tit_ct .en_s {
    display: inline-block;
    line-height: 1; }
  .tit_ct .en_b {
    display: inline-block;
    color: #2ed0c3;
    font-size: 1.8rem;
    margin: 0 0 -2px 3px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1; }
  .tit_ct .jp {
    font-size: 1.6rem;
    margin: 5px 0 0; }

@media only screen and (min-width: 640px) {
  .tit_ct {
    margin-bottom: 30px; }
    .tit_ct .en_ct {
      font-size: 1.8rem; }
    .tit_ct .en_s {
      font-size: 1.6rem; }
    .tit_ct .en_b {
      font-size: 2.4rem;
      margin: 0 0 -4px 3px; }
    .tit_ct .jp {
      font-size: 2.2rem;
      margin: 10px 0 0; } }
.tit_sec {
  text-align: center;
  margin-bottom: 20px; }
  .tit_sec .en {
    color: #2ed0c3;
    display: block; }
  .tit_sec .jp {
    font-size: 1.6rem; }

@media only screen and (min-width: 640px) {
  .tit_sec {
    text-align: center;
    margin-bottom: 45px; }
    .tit_sec .en {
      font-size: 1.8rem; }
    .tit_sec .jp {
      font-size: 2.2rem; } }
.tit_left {
  margin-bottom: 10px; }
  .tit_left .en_ct {
    color: #2ed0c3;
    display: block;
    font-family: 'Lato', sans-serif;
    line-height: 1; }
  .tit_left .en_s {
    display: inline-block;
    line-height: 1;
    font-weight: 700; }
  .tit_left .en_b {
    display: inline-block;
    color: #2ed0c3;
    font-size: 1.8rem;
    margin: 0 0 -2px 3px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1; }
  .tit_left .jp {
    font-size: 1.6rem;
    margin: 5px 0 0; }

@media only screen and (min-width: 640px) {
  .tit_left {
    margin-bottom: 15px; }
    .tit_left .en_ct {
      font-size: 1.8rem; }
    .tit_left .en_s {
      font-size: 1.6rem; }
    .tit_left .en_b {
      font-size: 2.4rem;
      margin: 0 0 -4px 3px; }
    .tit_left .jp {
      font-size: 2.2rem;
      margin: 10px 0 0; } }
.sub_tit {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 8px; }

@media only screen and (min-width: 640px) {
  .sub_tit {
    font-size: 1.6rem;
    margin-bottom: 15px; } }
/*	 下層tit
--------------------------------------*/
.tit_sm_left {
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px; }
  .tit_sm_left .en {
    display: block;
    color: #ffba0b;
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1; }
  .tit_sm_left .jp {
    display: block;
    font-weight: bold; }

.tit_sm_ct {
  margin-bottom: 20px;
  text-align: center; }
  .tit_sm_ct .en {
    display: block;
    color: #ffba0b;
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1; }
  .tit_sm_ct .jp {
    display: block;
    font-weight: bold; }

@media only screen and (min-width: 640px) {
  .tit_sm_left {
    padding-bottom: 4px;
    margin-bottom: 15px; } }
.tit_rg_left {
  padding-bottom: 4px;
  border-bottom: 2px solid #f49526;
  margin-bottom: 15px; }
  .tit_rg_left .en {
    display: block;
    color: #ffba0b;
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1; }
  .tit_rg_left .jp {
    display: block;
    font-weight: bold; }

@media only screen and (min-width: 640px) {
  .tit_rg_left {
    padding-bottom: 6px;
    border-bottom: 3px solid #f49526;
    margin-bottom: 30px; }
    .tit_rg_left .en {
      font-size: 1.8rem;
      line-height: 1; }
    .tit_rg_left .jp {
      font-size: 1.8rem; } }
.tit_left_content {
  vertical-align: middle;
  border-bottom: 2px solid #333;
  padding-bottom: 3px;
  margin-bottom: 15px; }
  .tit_left_content .jp {
    display: inline-block;
    font-weight: bold;
    font-size: 1.6rem;
    margin-right: 3px; }
  .tit_left_content .en {
    display: inline-block;
    color: #2ed0c3; }

@media only screen and (min-width: 640px) {
  .tit_left_content {
    padding-bottom: 6px;
    margin-bottom: 30px; }
    .tit_left_content .jp {
      font-size: 2.2rem;
      margin-right: 5px; }
    .tit_left_content .en {
      margin-bottom: .25em;
      font-size: 1.6rem; } }
.tit_gr {
  color: #2ed0c3;
  font-weight: bold;
  font-family: 'Lato', sans-serif; }

.txt_b {
  font-weight: bold; }

/*	content padding
--------------------------------------*/
.pad {
  padding-top: 30px;
  padding-bottom: 30px; }

@media only screen and (min-width: 640px) {
  .pad {
    padding-top: 60px;
    padding-bottom: 60px; } }
.pad_l {
  padding-top: 30px;
  padding-bottom: 30px; }

@media only screen and (min-width: 640px) {
  .pad_l {
    padding-top: 80px;
    padding-bottom: 60px; } }
.pad_top {
  padding-top: 30px; }

@media only screen and (min-width: 640px) {
  .pad_top {
    ppadding-top: 60px; } }
.pad_btm {
  padding-bottom: 30px; }

@media only screen and (min-width: 640px) {
  .pad_btm {
    padding-bottom: 60px; } }
.mb {
  margin-bottom: 10px; }

@media only screen and (min-width: 640px) {
  .mb {
    margin-bottom: 15px; } }
.mbl {
  margin-bottom: 17px; }

@media only screen and (min-width: 640px) {
  .mbl {
    margin-bottom: 30px; } }
.mtop {
  margin-top: 30px; }

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

/*	bg
--------------------------------------*/
@media only screen and (min-width: 640px) {
  .bg_y {
    position: relative; }
    .bg_y::after {
      position: absolute;
      top: 0;
      right: 0;
      content: '';
      width: 568px;
      height: 388px;
      background-image: url("../images/common/bg_right_y.png");
      background-size: 568px 388px;
      z-index: -5; }
    .bg_y::before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 568px;
      height: 388px;
      background-image: url("../images/common/bg_left_y.png");
      background-size: 568px 388px;
      z-index: -5; }

  .bg_wh {
    position: relative; }
    .bg_wh::after {
      position: absolute;
      top: 0;
      right: 0;
      content: '';
      width: 568px;
      height: 388px;
      background-image: url("../images/common/bg_right_w.png");
      background-size: 568px 388px;
      z-index: -5; }
    .bg_wh::before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 568px;
      height: 388px;
      background-image: url("../images/common/bg_left_w.png");
      background-size: 568px 388px;
      z-index: -5; } }
.bg_green {
  background: #2ed0c3; }

.bg_gray {
  background: #f6f6f6; }

.wrap .left {
  margin-bottom: 15px; }
.wrap .field {
  margin-top: 20px; }
  .wrap .field:nth-child(1) {
    margin-top: 0; }

@media only screen and (min-width: 640px) {
  .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .wrap .left {
      margin-bottom: 0;
      width: 470px; }
    .wrap .right {
      width: 470px; }
    .wrap .field {
      width: 470px;
      margin-top: 50px; }
      .wrap .field:nth-child(1), .wrap .field:nth-child(2) {
        margin-top: 0; } }
/*	pager
--------------------------------------*/
.pager {
  margin-top: 30px; }
  .pager .set {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .pager .set li {
      width: 40px;
      height: 40px;
      border: 1px solid #ccc;
      border-radius: 4px;
      margin-left: 5px; }
      .pager .set li:first-child {
        margin-left: 0; }
      .pager .set li:hover {
        border-color: #3b3b3b; }
      .pager .set li a {
        display: block;
        line-height: 39px;
        text-align: center; }
    .pager .set .active {
      background: #cfcfcf; }

/*追記 ここから 20210315 y.sakaguchi */
.pager .set li span {
  display: block;
  line-height: 39px;
  text-align: center; }

/*追記 ここまで 20210315 y.sakaguchi */
.mv_home .mv_img {
  width: 100% !important;
  height: auto; }

@media only screen and (min-width: 640px) {
  .mv_home {
    width: 1000px;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (min-width: 1000px) {
  .mv_home {
    width: 100%; } }
#home .sec01 .left .cutch {
  font-weight: bold;
  margin-bottom: 15px; }
#home .sec01 .left .nb_set {
  padding: 0 15px; }
  #home .sec01 .left .nb_set .detail {
    border-top: 2px solid #2ed0c3;
    padding: 10px 5px 8px 80px;
    margin-bottom: 15px; }
    #home .sec01 .left .nb_set .detail:last-child {
      margin-bottom: 0; }
  #home .sec01 .left .nb_set .nb01 {
    background: url("../images/home/nb_01.png") 5px center no-repeat #fafafa; }
  #home .sec01 .left .nb_set .nb02 {
    background: url("../images/home/nb_02.png") 5px center no-repeat #fafafa; }
  #home .sec01 .left .nb_set .nb03 {
    background: url("../images/home/nb_03.png") 5px center no-repeat #fafafa; }
#home .sec01 .right .movie {
  text-align: center;
  margin-bottom: 15px; }
#home .sec01 .right .set {
  padding: 15px;
  -webkit-box-shadow: 0 0 8px 0 #efefef;
  -moz-box-shadow: 0 0 8px 0 #efefef;
  box-shadow: 0 0 8px 0 #efefef; }
  #home .sec01 .right .set .item {
    font-weight: bold;
    padding-left: 32px;
    position: relative;
    margin-bottom: 10px;
    font-size: 1.2rem; }
    #home .sec01 .right .set .item:last-child {
      margin-bottom: 0; }
    #home .sec01 .right .set .item::after {
      position: absolute;
      top: 50%;
      left: 0;
      color: #80d8d1;
      font-family: 'Pinyon Script', cursive;
      font-size: 2rem;
      font-weight: lighter;
      margin-top: -1.3rem; }
  #home .sec01 .right .set .nb01::after {
    content: '01'; }
  #home .sec01 .right .set .nb02::after {
    content: '02'; }
  #home .sec01 .right .set .nb03::after {
    content: '03'; }

@media only screen and (min-width: 640px) {
  #home .sec01 .left .cutch {
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: center; }
  #home .sec01 .left .nb_set {
    padding: 0; }
    #home .sec01 .left .nb_set .detail {
      padding: 25px 20px 23px 90px;
      margin-bottom: 25px; }
      #home .sec01 .left .nb_set .detail:last-child {
        margin-bottom: 0; }
    #home .sec01 .left .nb_set .nb01 {
      background: url("../images/home/nb_01.png") 12px center no-repeat #fafafa; }
    #home .sec01 .left .nb_set .nb02 {
      background: url("../images/home/nb_02.png") 12px center no-repeat #fafafa; }
    #home .sec01 .left .nb_set .nb03 {
      background: url("../images/home/nb_03.png") 12px center no-repeat #fafafa; }
  #home .sec01 .right .movie {
    text-align: center;
    margin-bottom: 15px; }
  #home .sec01 .right .set {
    padding: 30px; }
    #home .sec01 .right .set .item {
      padding-left: 60px;
      margin-bottom: 20px;
      font-size: 1.4rem; }
      #home .sec01 .right .set .item::after {
        font-size: 3.4rem;
        margin-top: -2.3rem; } }
#home .sec02 .news_tbl {
  font-size: 1.3rem;
  width: 100%; }
  #home .sec02 .news_tbl th {
    display: block;
    padding: 8px 10px 0; }
  #home .sec02 .news_tbl td {
    display: block;
    padding: 8px 10px 8px; }
  #home .sec02 .news_tbl tr {
    border-bottom: 1px dashed #ccc; }

@media only screen and (min-width: 640px) {
  #home .sec02 .news_tbl {
    width: 900px;
    margin: 0 auto; }
    #home .sec02 .news_tbl th {
      display: table-cell;
      padding: 14px 20px;
      width: 15%; }
    #home .sec02 .news_tbl td {
      display: table-cell;
      padding: 14px 20px;
      width: auto; }
    #home .sec02 .news_tbl tr {
      border-bottom: 1px dashed #ccc; } }
#home .sec03 .tit_sec .en {
  color: #fff; }
#home .sec03 .sv_list {
  background: #fff; }
  #home .sec03 .sv_list .set {
    padding: 30px 15px; }
    #home .sec03 .sv_list .set .item {
      padding-left: 1em;
      text-indent: -1em;
      line-height: 1.3;
      margin-bottom: 6px; }
      #home .sec03 .sv_list .set .item:last-child {
        margin-bottom: 0; }

@media only screen and (min-width: 640px) {
  #home .sec03 .sv_list {
    position: relative;
    background: #fff;
    padding: 40px 15px 40px 550px; }
    #home .sec03 .sv_list::after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 50%;
      height: 100%;
      background-image: url("../images/home/pic_sv_01.png");
      background-size: cover; } }
#home .sec03 .sv_list_btm {
  margin-top: 30px; }
  #home .sec03 .sv_list_btm .tit_left .en_b {
    color: #f4bf26; }
  #home .sec03 .sv_list_btm .set {
    padding: 30px 15px;
    background: #fff; }
    #home .sec03 .sv_list_btm .set .item {
      padding-left: 1em;
      text-indent: -1em;
      line-height: 1.3;
      margin-bottom: 6px; }
      #home .sec03 .sv_list_btm .set .item:last-child {
        margin-bottom: 0; }

@media only screen and (min-width: 640px) {
  #home .sec03 .bg_green {
    position: relative;
    z-index: -5;
    padding-bottom: 50px; }
  #home .sec03 .sv_list_btm {
    position: relative;
    margin-top: 160px;
    background: #fff;
    padding: 40px 20px 40px 40px;
    width: 470px; }
    #home .sec03 .sv_list_btm::after {
      position: absolute;
      top: -100px;
      left: 180px;
      content: '';
      width: 820px;
      height: 460px;
      background-image: url("../images/home/pic_sv_02.png");
      z-index: -1; }
    #home .sec03 .sv_list_btm .set {
      padding: 0 0 0 20px;
      background: #fff; }
      #home .sec03 .sv_list_btm .set .item:last-child {
        margin-bottom: 0; } }
#home .sec04 .trv_area .right .set .item {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
  margin-bottom: 6px; }
  #home .sec04 .trv_area .right .set .item:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 640px) {
  #home .sec04 .trv_area {
    display: flex; }
    #home .sec04 .trv_area .left {
      width: 380px; }
    #home .sec04 .trv_area .right {
      width: 620px;
      border-left: 2px solid #e0eff2;
      padding-left: 100px; } }
#home .sec04 .fat_area .up_area .cutch {
  font-weight: bold;
  margin-bottom: 10px; }
#home .sec04 .fat_area .up_area .fat_list .tit_left .en_b {
  color: #f4bf26; }
#home .sec04 .set {
  padding: 15px 15px;
  background: #fff; }
  #home .sec04 .set .item {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.3;
    margin-bottom: 6px;
    font-size: 1.2rem; }
    #home .sec04 .set .item:last-child {
      margin-bottom: 0; }

@media only screen and (min-width: 640px) {
  #home .sec04 .fat_area .up_area {
    margin-bottom: 100px; }
    #home .sec04 .fat_area .up_area .cutch {
      font-size: 2rem;
      margin-bottom: 20px; }
  #home .sec04 .fat_list {
    position: relative;
    margin-top: 160px;
    background: #fff;
    padding: 40px 20px 40px 40px;
    width: 470px;
    -webkit-box-shadow: 0 0 8px 0 #efefef;
    -moz-box-shadow: 0 0 8px 0 #efefef;
    box-shadow: 0 0 8px 0 #efefef; }
    #home .sec04 .fat_list::after {
      position: absolute;
      top: -100px;
      left: 180px;
      content: '';
      width: 820px;
      height: 460px;
      z-index: -1; }
  #home .sec04 .pic_fe::after {
    background-image: url("../images/home/pic_fe.png"); }
  #home .sec04 .pic_ad::after {
    background-image: url("../images/home/pic_ad.png"); }
  #home .sec04 .set {
    padding: 0 15px 0;
    background: #fff; }
    #home .sec04 .set .item {
      padding-left: 1em;
      text-indent: -1em;
      line-height: 1.3;
      font-size: 1.4rem;
      margin-bottom: 6px; }
      #home .sec04 .set .item:last-child {
        margin-bottom: 0; } }
#home .sec04 .poss_area {
  margin: 0 0 20px; }

@media only screen and (min-width: 640px) {
  #home .sec04 .poss_area {
    margin: 80px 0 40px; } }
#home .sec04 .video_area {
  margin-bottom: 20px; }

@media only screen and (min-width: 640px) {
  #home .sec04 .video_area {
    margin-bottom: 40px; } }
#home .sec04 .blk_nb {
  display: inline-block;
  position: relative;
  font-family: 'Pinyon Script', cursive;
  font-weight: lighter;
  font-style: italic;
  font-size: 2.4rem;
  line-height: 1.2; }
  #home .sec04 .blk_nb::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -60px;
    width: 50px;
    height: 1px;
    background: #000; }

@media only screen and (min-width: 640px) {
  #home .sec04 .blk_nb {
    font-size: 5rem;
    line-height: 1; }
    #home .sec04 .blk_nb::after {
      top: 50%;
      right: -120px;
      width: 100px;
      height: 1px;
      background: #000; } }
#home .sec04 .brand_area .brand01 .wrap {
  margin-bottom: 20px; }
  #home .sec04 .brand_area .brand01 .wrap .left .story + .story {
    margin-top: 20px; }

@media only screen and (min-width: 640px) {
  #home .sec04 .brand_area .brand01 .wrap {
    margin-bottom: 40px; }
    #home .sec04 .brand_area .brand01 .wrap .left .story + .story {
      margin-top: 40px; } }
@media only screen and (min-width: 640px) {
  #home .sec04 .brand03 {
    padding: 60px 0;
    background: url("../images/home/bg_sns.png") 0 0 no-repeat;
    background-size: cover; }
    #home .sec04 .brand03 .brand03_wrap {
      width: 500px;
      padding: 30px;
      background: #fff;
      -webkit-box-shadow: 0 0 8px 0 #efefef;
      -moz-box-shadow: 0 0 8px 0 #efefef;
      box-shadow: 0 0 8px 0 #efefef; } }
#home .sec05 .plan .plan_set {
  margin-bottom: 30px; }
  #home .sec05 .plan .plan_set .set {
    text-align: center;
    width: 80%;
    margin: 0 auto 20px; }
    #home .sec05 .plan .plan_set .set .tit_plan {
      padding-bottom: 5px; }
      #home .sec05 .plan .plan_set .set .tit_plan .en {
        display: block;
        color: #fff; }
      #home .sec05 .plan .plan_set .set .tit_plan .jp {
        font-weight: bold;
        font-size: 1.8rem; }
    #home .sec05 .plan .plan_set .set .txt {
      font-weight: bold;
      font-size: 2rem;
      padding: 20px 0; }
  #home .sec05 .plan .plan_set .light {
    border: 3px solid #fadd51;
    background: #fdfdc1;
    margin-bottom: 20px; }
    #home .sec05 .plan .plan_set .light .tit_plan {
      background: #fadd51; }
  #home .sec05 .plan .plan_set .medium {
    border: 3px solid #afe013;
    background: #d8f187;
    margin-bottom: 20px; }
    #home .sec05 .plan .plan_set .medium .tit_plan {
      background: #afe013; }
  #home .sec05 .plan .plan_set .premium {
    border: 3px solid #25e2b2;
    background: #c8fff1; }
    #home .sec05 .plan .plan_set .premium .tit_plan {
      background: #25e2b2; }

@media only screen and (min-width: 640px) {
  #home .sec05 .plan .plan_set {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between; }
    #home .sec05 .plan .plan_set .set {
      width: 300px;
      margin: 0; }
      #home .sec05 .plan .plan_set .set .tit_plan {
        padding: 5px 0 10px; }
      #home .sec05 .plan .plan_set .set .txt {
        font-weight: bold;
        font-size: 2.4rem;
        padding: 40px 0; }
    #home .sec05 .plan .plan_set .light {
      margin-bottom: 0; }
    #home .sec05 .plan .plan_set .medium {
      margin-bottom: 0; } }
#home .sec05 .plan .plan_tbl {
  width: 100%; }
  #home .sec05 .plan .plan_tbl th {
    display: block;
    width: 100%;
    background: #555;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    padding: 10px 5px; }
    #home .sec05 .plan .plan_tbl th + td {
      background: #fdfdc1; }
      #home .sec05 .plan .plan_tbl th + td + td {
        background: #d8f187; }
        #home .sec05 .plan .plan_tbl th + td + td + td {
          background: #aff2e1; }
  #home .sec05 .plan .plan_tbl td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 5px; }
  #home .sec05 .plan .plan_tbl tr {
    border: 1px solid #ccc; }

@media only screen and (min-width: 640px) {
  #home .sec05 .plan .plan_tbl {
    width: 900px;
    margin: 0 auto;
    font-size: 1.3rem; }
    #home .sec05 .plan .plan_tbl th {
      display: table-cell;
      width: 225px;
      background: #eaeaea;
      color: #000;
      text-align: center;
      line-height: 1.4;
      padding: 18px 5px; }
      #home .sec05 .plan .plan_tbl th + td {
        background: #fdfdc1; }
        #home .sec05 .plan .plan_tbl th + td + td {
          background: #d8f187; }
          #home .sec05 .plan .plan_tbl th + td + td + td {
            background: #aff2e1; }
      #home .sec05 .plan .plan_tbl th .pc {
        display: table-cell !important; }
      #home .sec05 .plan .plan_tbl th + th {
        background: #fdfdc1;
        font-weight: bold; }
        #home .sec05 .plan .plan_tbl th + th + th {
          background: #d8f187;
          font-weight: bold; }
          #home .sec05 .plan .plan_tbl th + th + th + th {
            background: #aff2e1;
            font-weight: bold; }
    #home .sec05 .plan .plan_tbl td {
      display: table-cell;
      width: 225px;
      text-align: center;
      padding: 18px 5px;
      line-height: 1.4;
      vertical-align: middle; }
    #home .sec05 .plan .plan_tbl tr {
      border: 1px solid #ccc;
      display: inherit; } }
#home .sec05 .price {
  margin-top: 30px; }
  #home .sec05 .price .scroll_tbl {
    overflow: auto;
    white-space: nowrap;
    font-size: 1.2rem; }
    #home .sec05 .price .scroll_tbl .price_tbl {
      width: 100%; }
      #home .sec05 .price .scroll_tbl .price_tbl th {
        background: #515151;
        text-align: center;
        padding: 10px 10px;
        vertical-align: middle;
        color: #fff; }
        #home .sec05 .price .scroll_tbl .price_tbl th + td {
          background: #b1fff9;
          font-weight: bold; }
      #home .sec05 .price .scroll_tbl .price_tbl th.buz {
        background: #85fcf3;
        color: #000;
        font-weight: bold; }
      #home .sec05 .price .scroll_tbl .price_tbl td {
        padding: 10px 10px; }
      #home .sec05 .price .scroll_tbl .price_tbl td.buz {
        background: #85fcf3; }
      #home .sec05 .price .scroll_tbl .price_tbl tr:nth-child(2n+1) {
        background: #f6f6f6; }

@media only screen and (min-width: 640px) {
  #home .sec05 .price {
    margin-top: 80px; }
    #home .sec05 .price .scroll_tbl {
      overflow: visible;
      white-space: normal;
      /*font-size: 1.2rem;*/ }
      #home .sec05 .price .scroll_tbl .price_tbl {
        /*width: 100%;*/ }
        #home .sec05 .price .scroll_tbl .price_tbl th {
          background: #515151;
          text-align: center;
          padding: 10px 10px;
          vertical-align: middle;
          color: #fff;
          width: auto; }
          #home .sec05 .price .scroll_tbl .price_tbl th + td {
            background: #b1fff9;
            font-weight: bold; }
        #home .sec05 .price .scroll_tbl .price_tbl th.buz {
          background: #85fcf3;
          color: #000;
          font-weight: bold; }
        #home .sec05 .price .scroll_tbl .price_tbl td {
          width: 220px;
          padding: 28px 20px 28px 30px; }
        #home .sec05 .price .scroll_tbl .price_tbl td.buz {
          background: #85fcf3; }
        #home .sec05 .price .scroll_tbl .price_tbl tr:nth-child(2n+1) {
          background: #f6f6f6; } }
#home .sec06 .tit_sec .en {
  color: #fff; }
#home .sec06 .vc {
  background: #fff;
  padding: 20px;
  margin-top: 30px; }
  #home .sec06 .vc:first-child {
    margin-top: 0; }
  #home .sec06 .vc .left .vc_tit {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px; }
  #home .sec06 .vc .left .sp {
    text-align: center;
    margin-bottom: 15px; }
  #home .sec06 .vc .left .c_name {
    font-size: 1.5rem; }
  #home .sec06 .vc .left .name {
    font-size: 1.3rem;
    margin-bottom: 15px; }
  #home .sec06 .vc .left .set_tit {
    padding-bottom: 3px;
    margin-bottom: 4px;
    border-bottom: 1px dashed #ccc; }
  #home .sec06 .vc .left .set_btm {
    margin-top: 15px; }

@media only screen and (min-width: 640px) {
  #home .sec06 .vc {
    padding: 50px 80px;
    margin-top: 60px;
    display: flex;
    justify-content: space-between; }
    #home .sec06 .vc:first-child {
      margin-top: 0; }
    #home .sec06 .vc .left {
      width: 460px; }
      #home .sec06 .vc .left .vc_tit {
        position: relative;
        text-align: left;
        font-size: 1.6rem;
        margin-bottom: 40px; }
        #home .sec06 .vc .left .vc_tit::after {
          content: '';
          position: absolute;
          bottom: -15px;
          left: 0;
          width: 50px;
          height: 2px;
          background: #2ed0c3; }
      #home .sec06 .vc .left .c_name {
        font-size: 1.5rem; }
      #home .sec06 .vc .left .name {
        font-size: 1.3rem;
        margin-bottom: 20px; }
      #home .sec06 .vc .left .set_tit {
        margin-bottom: 6px; }
      #home .sec06 .vc .left .set_btm {
        margin-top: 20px; }
    #home .sec06 .vc .right {
      width: 240px; } }
#home .sec07 .ui {
  margin-bottom: 20px; }
  #home .sec07 .ui .ui_tit {
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 5px;
    border-bottom: 2px solid #2ed0c3; }
  #home .sec07 .ui .ui_txt {
    margin-bottom: 15px; }

@media only screen and (min-width: 640px) {
  #home .sec07 .ui {
    padding: 0 30px;
    margin-bottom: 40px; }
    #home .sec07 .ui .ui_tit {
      font-size: 1.6rem;
      margin-bottom: 15px;
      /*padding-bottom: 4px;
      margin-bottom: 5px;
      border-bottom: 2px solid #2ed0c3;*/ }
    #home .sec07 .ui .ui_txt {
      margin-bottom: 30px;
      padding: 0 10px; } }
#home .sec08 .faq dt.trigger {
  background: #fff;
  border-top: 1px solid #ccc; }
#home .sec08 .faq dd {
  border: 5px solid #e4e4e4; }

#home .sec09 .set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #home .sec09 .set .item {
    width: 50%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 10px; }

@media only screen and (min-width: 640px) {
  #home .sec09 .set {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    #home .sec09 .set .item {
      width: 200px;
      padding: 0;
      text-align: center; } }
#home .sec10 .txt {
  text-align: center;
  margin-bottom: 20px; }
#home .sec10 .qr {
  text-align: center; }
  #home .sec10 .qr img {
    height: 144px;
    width: auto; }

@media only screen and (min-width: 640px) {
  #home .sec10 .txt {
    font-size: 1.6rem;
    margin-bottom: 40px; }
  #home .sec10 .qr {
    text-align: center; }
    #home .sec10 .qr img {
      height: 288px;
      width: auto; } }
/*	faq
-------------------------------------*/
/*アコーディオン*/
.faq {
  width: 100%; }

.faq dl.acordion {
  margin-bottom: 2px; }

.faq dt.trigger {
  margin-bottom: 0;
  padding: 15px 40px 13px 30px;
  background: #f6f6f6;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #ccc; }

.faq dt.trigger span.open-close {
  /*background: url(../image/common/arrow01.gif) no-repeat right 50%;*/
  float: right;
  width: 18px;
  height: 10px;
  text-indent: -9999em;
  padding: 10px 0; }
  .faq dt.trigger span.open-close::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #666;
    border-right: solid 2px #666;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px; }

.faq dt.active span.open-close {
  /*background: url(../image/common/arrow02.gif) no-repeat right 50%;*/
  float: right;
  width: 18px;
  height: 10px; }
  .faq dt.active span.open-close::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #666;
    border-right: solid 2px #666;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px; }

.faq dd {
  border: 5px solid #f6f6f6;
  margin-top: 5px;
  padding: 20px 25px 17px 30px;
  background: #fff; }

.acordion .acordion_tree .deta p + p {
  margin-top: 10px; }
.acordion .acordion_tree .deta p + ul {
  margin-top: 10px; }
.acordion .acordion_tree .deta ul li {
  margin-bottom: 5px;
  line-height: 1.2; }
.acordion .acordion_tree .deta h3 {
  font-weight: bold;
  margin: 7px 0 6px;
  padding-bottom: 5xp;
  border-bottom: 2px solid #2ed0c3; }

@media only screen and (min-width: 640px) {
  .acordion .acordion_tree .deta p + p {
    margin-top: 15px; }
  .acordion .acordion_tree .deta p + ul {
    margin-top: 10px; }
  .acordion .acordion_tree .deta ul li {
    margin-bottom: 7px;
    line-height: 1.2; }
  .acordion .acordion_tree .deta h3 {
    font-weight: bold;
    margin: 10px 0 8px;
    padding-bottom: 7xp;
    border-bottom: 2px solid #2ed0c3;
    font-size: 1.6rem; } }
/*	sec_nav
-------------------------------------*/
.sec_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px; }
  .sec_nav .nav_item {
    width: 48%;
    height: 40px;
    margin-bottom: 15px; }
    .sec_nav .nav_item span {
      display: block;
      border: 2px solid #f4bf26;
      line-height: 39px;
      text-align: center;
      vertical-align: middle;
      margin-top: -2px; }
    .sec_nav .nav_item .active {
      display: block;
      position: relative;
      border: 2px solid #f4bf26;
      background: #f4bf26;
      color: #fff; }

@media only screen and (min-width: 640px) {
  .sec_nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding: 0 50px; }
    .sec_nav .nav_item {
      width: 210px;
      height: 40px;
      margin-bottom: 15px; }
      .sec_nav .nav_item a {
        display: block;
        height: 100%;
        -webkit-transition: all .2s linear;
        transition: all .2s linear; }
        .sec_nav .nav_item a:hover {
          background: #FFFCE4; }
      .sec_nav .nav_item .active::after {
        position: absolute;
        bottom: -24px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -12px;
        content: '';
        border: 12px solid transparent;
        border-top: 12px solid #f4bf26; } }
.policy .tit_ct {
  font-size: 1.6rem; }
.policy .policy_head {
  margin-bottom: 40px; }
  .policy .policy_head .policy_tit {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px; }
  .policy .policy_head .list {
    margin: 15px 0 5px 15px; }
    .policy .policy_head .list li {
      padding-left: 1em;
      text-indent: -1em; }

.policy .policy_detail {
  margin-bottom: 30px; }
  .policy .policy_detail .policy_tit_left {
    font-size: 1.6rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc; }
  .policy .policy_detail .list {
    margin: 15px 0 5px 15px; }
    .policy .policy_detail .list li {
      padding-left: 1em;
      text-indent: -1em; }

@media only screen and (min-width: 640px) {
  .policy .tit_ct {
    font-size: 2.2rem; }
  .policy .policy_head {
    margin-bottom: 80px; }
    .policy .policy_head .policy_tit {
      font-size: 1.6rem;
      margin-bottom: 60px; }

  .policy .policy_detail {
    margin-bottom: 60px; }
    .policy .policy_detail .policy_tit_left {
      font-size: 1.6rem; } }
.contact_sec01 .con_info {
  padding: 15px 25px;
  border: 1px solid #ccc;
  margin-bottom: 30px; }
  .contact_sec01 .con_info .tit_ct {
    font-size: 1.6rem; }
  .contact_sec01 .con_info .txt {
    margin-bottom: 15px; }
  .contact_sec01 .con_info .tel_nb {
    text-align: center; }
    .contact_sec01 .con_info .tel_nb .tel-call {
      position: relative;
      display: inline-block;
      font-family: 'Lato', sans-serif;
      font-size: 2.5rem;
      margin-left: 2.5rem; }
      .contact_sec01 .con_info .tel_nb .tel-call::after {
        position: absolute;
        content: 'Tel.';
        font-family: 'Lato', sans-serif;
        font-size: 1.4rem;
        top: 50%;
        left: 0;
        margin: -6px 0 0 -1.8em;
        /*color: #fff;*/ }
    .contact_sec01 .con_info .tel_nb .left_txt {
      display: block; }
.contact_sec01 .cons_form_wrap {
  padding: 15px 25px;
  border: 1px solid #ccc; }
  .contact_sec01 .cons_form_wrap .contact_tbl th {
    display: block;
    width: 100%;
    padding: 15px 15px 0; }
    .contact_sec01 .cons_form_wrap .contact_tbl th .req {
      display: inline-block;
      padding: 1px 10px 1px;
      margin-left: 5px;
      font-size: 1.3rem;
      color: #fff;
      background: #2ed0c3; }
  .contact_sec01 .cons_form_wrap .contact_tbl td {
    display: block;
    width: 100%;
    padding: 15px 15px; }
  .contact_sec01 .cons_form_wrap .contact_tbl tr {
    border-bottom: 1px solid #ccc; }
  .contact_sec01 .cons_form_wrap .approval {
    text-align: center;
    margin: 30px 0; }
    .contact_sec01 .cons_form_wrap .approval .approval_txt .link {
      border-bottom: 1px solid #3c271f; }

@media only screen and (min-width: 640px) {
  .contact_sec01 .con_info {
    /*padding: 45px 25px;*/
    text-align: center; }
    .contact_sec01 .con_info .tit_ct {
      font-size: 1.8rem; }
    .contact_sec01 .con_info .txt {
      margin-bottom: 0; }
    .contact_sec01 .con_info .tel_nb {
      text-align: center; }
      .contact_sec01 .con_info .tel_nb .tel-call {
        font-family: 'Lato', sans-serif;
        font-size: 4rem;
        margin-left: 4rem; }
        .contact_sec01 .con_info .tel_nb .tel-call::after {
          font-size: 1.6rem;
          margin: -6px 0 0 -1.8em; }
      .contact_sec01 .con_info .tel_nb .left_txt {
        display: block; }
  .contact_sec01 .cons_form_wrap {
    padding: 55px 50px 65px; }
    .contact_sec01 .cons_form_wrap .contact_tbl th {
      display: table-cell;
      width: 30%;
      padding: 25px 30px; }
    .contact_sec01 .cons_form_wrap .contact_tbl td {
      display: table-cell;
      width: 70%;
      padding: 25px 30px; }
    .contact_sec01 .cons_form_wrap .approval {
      margin: 60px 0 70px; }
      .contact_sec01 .cons_form_wrap .approval .approval_txt {
        margin-top: 40px; } }
.contact_sec01 .cons_form_wrap .cons_form_note {
  margin: 30px 0; }
  .contact_sec01 .cons_form_wrap .cons_form_note a {
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px solid #ccc; }
    .contact_sec01 .cons_form_wrap .cons_form_note a:hover {
      color: #cfcfcf;
      border-bottom: 1px solid #cfcfcf; }
  .contact_sec01 .cons_form_wrap .cons_form_note .cons_form_txt {
    margin-top: 10px;
    text-align: center; }

@media only screen and (min-width: 640px) {
  .contact_sec01 .cons_form_wrap .cons_form_note .cons_form_txt {
    margin-top: 30px; } }
/*	style info : 会員問い合わせ
--------------------------------------*/
.contact_sec01 .cons_form_wrap .cons_form_wrap_tit {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px; }
.contact_sec01 .cons_form_wrap .int_tit {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #2ed0c3;
  margin-bottom: 5px;
  padding: 8px 15px; }
.contact_sec01 .cons_form_wrap .err_msg_wrap {
  margin-bottom: 10px; }
  .contact_sec01 .cons_form_wrap .err_msg_wrap .err_msg {
    margin-bottom: 10px; }
.contact_sec01 .cons_form_wrap .sec {
  margin-bottom: 20px; }

@media only screen and (min-width: 640px) {
  .contact_sec01 .cons_form_wrap .cons_form_wrap_tit {
    font-size: 1.7rem; }
  .contact_sec01 .cons_form_wrap .int_tit {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 12px 35px; }
  .contact_sec01 .cons_form_wrap .err_msg_wrap {
    margin-bottom: 30px; }
  .contact_sec01 .cons_form_wrap .sec {
    margin-bottom: 50px; } }
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

input[type=text], input[type=email], input[type=url] {
  width: 100%;
  height: 35px;
  border: 1px solid #d6d6d6;
  padding: 5px 10px 5px 15px;
  font-size: 14px;
  /*color: #fff;*/ }

input[type=tel] {
  width: 100%;
  height: 35px;
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 5px 10px 5px 15px;
  font-size: 14px;
  /*color: #fff;*/ }

input[type=checkbox] {
  font-size: 14px;
  margin-bottom: 4px;
  background: #000;
  border: 1px solid #ccc; }

textarea {
  width: 100%;
  height: 15em;
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 10px 10px 10px 15px;
  font-size: 14px;
  /*color: #fff;*/ }

select {
  /* styling */
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none; }

select {
  background-image: linear-gradient(45deg, transparent 50%, #ccc 50%), linear-gradient(135deg, #ccc 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat; }

select {
  background-image: linear-gradient(45deg, #ccc 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #ccc 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #ccc;
  outline: 0; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

.mwform-radio-field input {
  margin-bottom: 7px; }

input[type="submit"], input[type="button"] {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #554f4a;
  color: #fff;
  font-size: 16px; }

input[type="submit"].apbtn_right {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #554f4a;
  color: #fff;
  font-size: 16px; }

@media only screen and (min-width: 640px) {
  input[type="submit"].apbtn_right {
    font-size: 16px; }

  input[type="submit"], input[type="button"] {
    font-size: 16px; } }
input[type="submit"]:hover, input[type="button"]:hover {
  background: #75695f;
  color: #fff; }

@media only screen and (min-width: 640px) {
  .form_policy {
    text-align: center;
    margin: 15px 0; } }
/*	style info : check_field
--------------------------------------*/
@media only screen and (min-width: 640px) {
  .check_field .horizontal-item {
    display: inline-block;
    width: 50%; }

  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important; } }
/* 送信 */
.form_btn {
  width: 80%;
  max-width: 240px;
  margin: 0 auto 30px; }

/*.form_btn input[type=button], .form_btn input[type=submit] {
	width: 80%;
	max-width: 300px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 15px 0;
	background: #333;
	font-size: 1.4rem;
}*/
.form_btn_sc {
  width: 240px;
  margin: 30px auto 0; }
  .form_btn_sc .item_btn {
    margin-bottom: 20px; }

@media only screen and (min-width: 640px) {
  .form_btn_sc {
    width: 600px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .form_btn_sc .item_btn {
      width: 240px; }

  .form_btn input[type=button], .form_btn input[type=submit] {
    width: 240px; } }
.thanks_in {
  border: 1px solid #ccc;
  padding: 40px 15px; }
  .thanks_in .thanks_tit {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px; }
  .thanks_in .txt {
    margin-bottom: 30px; }
  .thanks_in .thsanks_cv_in {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 30px 0; }
    .thanks_in .thsanks_cv_in .left {
      text-align: center;
      margin-bottom: 30px; }
    .thanks_in .thsanks_cv_in .right .tel_nb {
      text-align: center;
      padding-left: 30px; }
      .thanks_in .thsanks_cv_in .right .tel_nb span {
        display: inline-block;
        position: relative;
        font-size: 2.5rem; }
        .thanks_in .thsanks_cv_in .right .tel_nb span::before {
          position: absolute;
          content: '';
          top: 50%;
          left: -50px;
          display: block;
          width: 46px;
          height: 30px;
          margin-top: -15px;
          background-repeat: no-repeat;
          background-image: url(../images/common/ico_free_w.png);
          background-size: 46px 30px; }
    .thanks_in .thsanks_cv_in .right .txt {
      text-align: center; }

@media only screen and (min-width: 640px) {
  .thanks_in {
    padding: 80px 130px; }
    .thanks_in .thanks_tit {
      font-size: 2.4rem;
      text-align: center;
      margin-bottom: 100px; }
    .thanks_in .thanks_txtarea {
      text-align: center; }
      .thanks_in .thanks_txtarea .txt {
        display: inline-block;
        text-align: left;
        margin-bottom: 60px; }
    .thanks_in .thsanks_cv_in {
      padding: 50px 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .thanks_in .thsanks_cv_in .left {
        width: 50%;
        margin-bottom: 0; }
      .thanks_in .thsanks_cv_in .right {
        width: 50%;
        padding-top: 10px; }
        .thanks_in .thsanks_cv_in .right .tel_nb {
          text-align: center;
          padding-left: 30px; }
          .thanks_in .thsanks_cv_in .right .tel_nb span {
            font-size: 3rem; }
        .thanks_in .thsanks_cv_in .right .txt {
          text-align: center; } }
/*	bookmark
-------------------------------------*/
#bookmark .sec01 .wrap .set {
  margin-bottom: 30px; }
  #bookmark .sec01 .wrap .set .bkm_tit {
    padding-bottom: 3px;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 12px;
    margin-top: 12px; }
  #bookmark .sec01 .wrap .set .bkm_tbl {
    font-size: 1.2rem; }
    #bookmark .sec01 .wrap .set .bkm_tbl tr {
      border-bottom: 1px solid #ccc; }
      #bookmark .sec01 .wrap .set .bkm_tbl tr:first-child {
        border-top: 1px solid #ccc; }
    #bookmark .sec01 .wrap .set .bkm_tbl th {
      display: block;
      width: 100%;
      padding: 10px 5px 9px;
      background: #f2f2f2; }
    #bookmark .sec01 .wrap .set .bkm_tbl td {
      display: block;
      width: 100%;
      padding: 10px 5px 9px; }

@media only screen and (min-width: 640px) {
  #bookmark .sec01 .wrap {
    justify-content: flex-start; }
    #bookmark .sec01 .wrap .set {
      width: 320px;
      margin-left: 20px;
      margin-bottom: 30px; }
      #bookmark .sec01 .wrap .set:nth-child(3n+1) {
        margin-left: 0; }
      #bookmark .sec01 .wrap .set .bkm_tit {
        margin-bottom: 15px;
        margin-top: 15px; }
      #bookmark .sec01 .wrap .set .bkm_tbl {
        font-size: 1.3rem; }
        #bookmark .sec01 .wrap .set .bkm_tbl th {
          display: table-cell;
          width: 90px;
          padding: 10px 15px 9px; }
        #bookmark .sec01 .wrap .set .bkm_tbl td {
          display: table-cell;
          width: auto;
          padding: 10px 10px 9px 15px; } }
/*	single
-------------------------------------*/
#single .sec01 .wrap .left {
  padding: 0 15px; }
  #single .sec01 .wrap .left .person .pict {
    border: 1px solid #e5e5e5; }
  #single .sec01 .wrap .left .person .cp_logo {
    margin-top: 15px;
    text-align: center; }
  #single .sec01 .wrap .left .person .info {
    margin-top: 15px; }
  #single .sec01 .wrap .left .referrer {
    margin-top: 30px;
    -webkit-box-shadow: 0 0 10px 0 #ccc;
    -moz-box-shadow: 0 0 10px 0 #ccc;
    box-shadow: 0 0 10px 0 #ccc;
    padding: 20px 15px 15px; }
    #single .sec01 .wrap .left .referrer .pict {
      border: 1px solid #e5e5e5;
      margin-bottom: 15px; }
    #single .sec01 .wrap .left .referrer .list {
      margin-bottom: 30px; }
      #single .sec01 .wrap .left .referrer .list .item {
        border-bottom: 1px dotted #ccc;
        padding-bottom: 8px;
        margin-bottom: 10px; }
        #single .sec01 .wrap .left .referrer .list .item .item_name {
          display: block; }
    #single .sec01 .wrap .left .referrer .comment {
      background: #f5f5f5;
      padding: 20px 15px; }
      #single .sec01 .wrap .left .referrer .comment .tit_sm_left {
        padding-bottom: 5px;
        border-bottom: 1px solid #2ed0c3; }
        #single .sec01 .wrap .left .referrer .comment .tit_sm_left .en {
          color: #2ed0c3; }
  #single .sec01 .wrap .left .comm_btn {
    margin: 20px 0 0; }
    #single .sec01 .wrap .left .comm_btn a {
      display: block;
      text-align: center;
      padding: 14px 0 15px;
      background: #2ed0c3;
      color: #fff; }
#single .sec01 .wrap .right .mv_info {
  background: #ffba0b;
  padding: 15px 0;
  margin-bottom: 20px; }
  #single .sec01 .wrap .right .mv_info .list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5px; }
    #single .sec01 .wrap .right .mv_info .list .item {
      padding: 0 5px;
      width: 33.333%;
      width: -webki-calc(100% / 3);
      width: calc(100% / 3); }
      #single .sec01 .wrap .right .mv_info .list .item .mv_info_tit {
        display: inline-block;
        font-size: 1rem;
        margin: 0 5px 2px 0; }
      #single .sec01 .wrap .right .mv_info .list .item a {
        position: relative;
        display: inline-block;
        width: 70px;
        height: 24px;
        background: #fff;
        border-radius: 12px; }
        #single .sec01 .wrap .right .mv_info .list .item a::after {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 0;
          height: 0;
          margin: -5px 0 0 -4px;
          content: '';
          border: 6px solid transparent;
          border-left: 6px solid #f00; }
#single .sec01 .wrap .right .sngle_tbl_wrap {
  -webkit-box-shadow: 0 0 10px 0 #ccc;
  -moz-box-shadow: 0 0 10px 0 #ccc;
  box-shadow: 0 0 10px 0 #ccc;
  padding: 20px 20px; }
  #single .sec01 .wrap .right .sngle_tbl_wrap .sngle_tbl {
    font-size: 1.2rem; }
    #single .sec01 .wrap .right .sngle_tbl_wrap .sngle_tbl tr {
      border-bottom: 1px solid #ccc; }
      #single .sec01 .wrap .right .sngle_tbl_wrap .sngle_tbl tr:nth-child(2n) {
        background: #fbfbfb; }
    #single .sec01 .wrap .right .sngle_tbl_wrap .sngle_tbl th {
      display: block;
      width: 100%;
      padding: 10px 10px 2px;
      font-weight: bold; }
    #single .sec01 .wrap .right .sngle_tbl_wrap .sngle_tbl td {
      display: block;
      width: 100%;
      padding: 2px 10px 10px; }

@media only screen and (min-width: 640px) {
  #single .sec01 .wrap .left {
    padding: 0; }
    #single .sec01 .wrap .left .person .info {
      margin-top: 30px; }
    #single .sec01 .wrap .left .referrer {
      margin-top: 60px;
      padding: 40px 30px; }
      #single .sec01 .wrap .left .referrer .pict {
        margin-bottom: 30px; }
      #single .sec01 .wrap .left .referrer .list {
        margin-bottom: 30px; }
        #single .sec01 .wrap .left .referrer .list .item {
          padding-bottom: 15px;
          margin-bottom: 20px; }
          #single .sec01 .wrap .left .referrer .list .item .item_name {
            display: inline-block;
            margin-right: 5px; }
      #single .sec01 .wrap .left .referrer .comment {
        padding: 30px 25px; }
        #single .sec01 .wrap .left .referrer .comment .tit_sm_left {
          padding-bottom: 8px;
          border-bottom: 1px solid #2ed0c3; }
  #single .sec01 .wrap .right .mv_info {
    /*padding: 15px 0;*/
    margin-bottom: 30px; }
    #single .sec01 .wrap .right .mv_info .list {
      padding: 0; }
      #single .sec01 .wrap .right .mv_info .list .item {
        padding: 0 5px; }
        #single .sec01 .wrap .right .mv_info .list .item .mv_info_tit {
          font-size: 1.2rem;
          margin: 0 5px 2px 10px; }
        #single .sec01 .wrap .right .mv_info .list .item a {
          width: 100px; }
          #single .sec01 .wrap .right .mv_info .list .item a::after {
            margin: -5px 0 0 -4px; }
  #single .sec01 .wrap .right .sngle_tbl_wrap {
    padding: 40px 30px; }
    #single .sec01 .wrap .right .sngle_tbl_wrap .sngle_tbl {
      font-size: 1.3rem; }
      #single .sec01 .wrap .right .sngle_tbl_wrap .sngle_tbl th {
        display: table-cell;
        width: 120px;
        padding: 20px 0 19px 15px;
        font-weight: normal; }
      #single .sec01 .wrap .right .sngle_tbl_wrap .sngle_tbl td {
        display: table-cell;
        width: auto;
        padding: 20px 10px 19px; } }
#single .sec02 .wrap .set {
  margin-bottom: 30px; }
  #single .sec02 .wrap .set .pic {
    margin-bottom: 10px; }
  #single .sec02 .wrap .set .note .note_in {
    margin-bottom: 5px; }
    #single .sec02 .wrap .set .note .note_in .day {
      display: inline-block;
      color: #666;
      font-size: 1.2rem;
      margin-right: 5px; }
    #single .sec02 .wrap .set .note .note_in .cat {
      display: inline-block;
      color: #fff;
      background: #f49526;
      padding: 1px 6px 1px;
      font-size: 1.2rem; }
  #single .sec02 .wrap .set .note .bzmk_tit {
    font-weight: bold; }

@media only screen and (min-width: 640px) {
  #single .sec02 .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    #single .sec02 .wrap .set {
      width: 320px;
      margin-bottom: 30px;
      margin-left: 20px; }
      #single .sec02 .wrap .set:nth-child(3n+1) {
        margin-left: 0; }
      #single .sec02 .wrap .set .pic {
        margin-bottom: 20px; }
      #single .sec02 .wrap .set .note .note_in {
        margin-bottom: 5px; }
        #single .sec02 .wrap .set .note .note_in .day {
          font-size: 1.3rem; }
        #single .sec02 .wrap .set .note .note_in .cat {
          padding: 1px 6px 1px;
          font-size: 1.3rem; }
      #single .sec02 .wrap .set .note .bzmk_tit {
        font-weight: bold;
        font-size: 1.7rem; } }
/*	movie
-------------------------------------*/
#movie .sec01 .mv_wrap {
  margin-bottom: 30px; }
#movie .sec01 .mv_cat {
  border: 3px solid #f4f4f4;
  padding: 20px 20px; }
  #movie .sec01 .mv_cat .cat .item {
    margin-bottom: 15px; }
    #movie .sec01 .mv_cat .cat .item:last-child {
      margin-bottom: 0; }
    #movie .sec01 .mv_cat .cat .item .wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #movie .sec01 .mv_cat .cat .item .wrap .nb {
        width: 40px; }
        #movie .sec01 .mv_cat .cat .item .wrap .nb .in {
          display: inline-block;
          background: #2ed0c3;
          color: #fff;
          padding: 4px 15px 4px; }
      #movie .sec01 .mv_cat .cat .item .wrap .txt {
        width: 90%;
        width: -webki-calc(100% - 60px);
        width: calc(100% - 60px); }

@media only screen and (min-width: 640px) {
  #movie .sec01 .mv_wrap {
    margin-bottom: 50px; }
  #movie .sec01 .mv_cat {
    border: 6px solid #f4f4f4;
    padding: 40px 60px; }
    #movie .sec01 .mv_cat .cat .item:hover {
      opacity: .7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
    #movie .sec01 .mv_cat .cat .item .wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      #movie .sec01 .mv_cat .cat .item .wrap .nb {
        width: 130px; }
        #movie .sec01 .mv_cat .cat .item .wrap .nb .in {
          background: #2ed0c3;
          color: #fff;
          padding: 10px 40px 9px; }
      #movie .sec01 .mv_cat .cat .item .wrap .txt {
        width: 80%;
        width: -webki-calc(100% - 130px);
        width: calc(100% - 130px); } }
/*	buzzmake
-------------------------------------*/
#buzzmake .sec01 .news_tbl {
  font-size: 1.3rem;
  width: 100%; }
  #buzzmake .sec01 .news_tbl th {
    display: block;
    padding: 8px 10px 0; }
  #buzzmake .sec01 .news_tbl td {
    display: block;
    padding: 8px 10px 8px; }
  #buzzmake .sec01 .news_tbl tr {
    border-bottom: 1px solid #ccc; }
#buzzmake .sec01 .button {
  margin: 30px auto 0; }

@media only screen and (min-width: 640px) {
  #buzzmake .sec01 .news_tbl {
    /*width: 900px;
    margin: 0 auto;*/ }
    #buzzmake .sec01 .news_tbl th {
      display: table-cell;
      padding: 14px 20px;
      width: 15%; }
    #buzzmake .sec01 .news_tbl td {
      display: table-cell;
      padding: 14px 20px;
      width: auto; }
  #buzzmake .sec01 .button {
    margin: 50px auto 0; } }
/*	topics
-------------------------------------*/
#topics .movie_arc .wrap .field .y_wrap {
  margin-bottom: 10px; }
#topics .movie_arc .wrap .field .c_name {
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid #b7b7b7; }
#topics .movie_arc .wrap .field .set + .set {
  margin-top: 6px; }
#topics .movie_arc .wrap .field .set .txt {
  line-height: 1.3; }
#topics .movie_arc .wrap .field .button {
  margin: 20px auto 0; }

@media only screen and (min-width: 640px) {
  #topics .movie_arc .wrap .field .y_wrap {
    margin-bottom: 15px; }
  #topics .movie_arc .wrap .field .c_name {
    font-size: 1.6rem; }
  #topics .movie_arc .wrap .field .set + .set {
    margin-top: 6px; }
  #topics .movie_arc .wrap .field .set .txt {
    line-height: 1.3; } }
#topics .seminar .wrap .field .pict {
  margin-bottom: 10px; }
#topics .seminar .wrap .field .day {
  margin-bottom: 5px; }
#topics .seminar .wrap .field .tit {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 3px;
  margin-bottom: 5px;
  border-bottom: 1px solid #333; }
#topics .seminar .wrap .field .detail {
  background: #eaeaea;
  padding: 20px 15px;
  margin: 15px 0 30px; }
  #topics .seminar .wrap .field .detail .seminar_tbl {
    width: 100%; }
    #topics .seminar .wrap .field .detail .seminar_tbl th {
      width: 25%;
      padding: 5px 0 5px 5px; }
    #topics .seminar .wrap .field .detail .seminar_tbl td {
      width: auto;
      padding: 5px 5px; }

@media only screen and (min-width: 640px) {
  #topics .seminar .wrap .field .pict {
    margin-bottom: 15px; }
  #topics .seminar .wrap .field .tit {
    font-size: 1.8rem;
    margin-bottom: 15px; }
  #topics .seminar .wrap .field .detail {
    padding: 25px 40px;
    margin: 15px 0 30px; } }
#topics .new .tit_sec .en {
  color: #fff; }
#topics .new .set {
  background: #fff;
  padding: 20px 15px; }
  #topics .new .set .new_tbl {
    width: 100%; }
    #topics .new .set .new_tbl tr {
      border-bottom: 1px solid #ccc; }
    #topics .new .set .new_tbl th {
      display: block;
      width: 100%;
      padding: 10px 10px 4px; }
      #topics .new .set .new_tbl th .day {
        display: inline-block;
        width: 100px; }
      #topics .new .set .new_tbl th .cat {
        display: inline-block;
        width: 150px;
        text-align: center;
        padding: 1px 0 2px;
        color: #fff;
        font-size: 1.2rem; }
      #topics .new .set .new_tbl th .cat01 {
        background: #2ed0c3; }
      #topics .new .set .new_tbl th .cat02 {
        background: #b0d02e; }
      #topics .new .set .new_tbl th .cat03 {
        background: #2ebfd0; }
      #topics .new .set .new_tbl th .cat04 {
        background: #fc8d2a; }
      #topics .new .set .new_tbl th .cat05 {
        background: #d02e86; }
    #topics .new .set .new_tbl td {
      display: block;
      width: 100%;
      padding: 4px 10px 10px; }

@media only screen and (min-width: 640px) {
  #topics .new .set {
    background: #fff;
    padding: 40px 65px; }
    #topics .new .set .new_tbl th {
      display: table-cell;
      width: 300px;
      padding: 18px 0 18px 15px; }
      #topics .new .set .new_tbl th .day {
        display: inline-block;
        width: 90px; }
      #topics .new .set .new_tbl th .cat {
        display: inline-block;
        width: 150px;
        text-align: center;
        padding: 1px 0 2px;
        color: #fff;
        font-size: 1.2rem; }
    #topics .new .set .new_tbl td {
      display: table-cell;
      width: auto;
      padding: 18px 15px; } }
