@charset "UTF-8";
/**************************************************
*  background-color: colors(warning,dark);
*            ↓↓↓↓↓↓
*  background-color: #ff7b7b;
**************************************************/
/****************************************************************************
reset.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2016.10.06
Last up date   : 2016.10.06
****************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

strong {
  font-size: 100%;
  font-style: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.both {
  clear: both;
}

/****************************************************************************
pc_common.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2020.2.25
Last up date   : 2020.2.25
****************************************************************************/
/*============================================================
//  初期設定
//==========================================================*/
.on {
  display: block !important;
}

/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

/* Win版IE7とMac版IE5対策 */
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* 共通設定--------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  overflow: hidden;
}

a img {
  transition: .2s;
  border: 0;
}

ul, ol, dl {
  list-style: none;
}

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: '\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3','Hiragino Kaku GothicPro','\30E1\30A4\30EA\30AA',Meiryo,'\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF',sans-serif;*/
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  text-align: left;
  color: #000000;
  background: #fff;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}


a {
  text-decoration: none;
  color: #0062ce;
  border: none;
}

a:hover {
  text-decoration: underline;
  color: #806239;
}

a:link, a:visited img {
  color: #0062ce;
}

a:hover img {
  opacity: .75;
  filter: alpha(opacity=75);
}

img {
  vertical-align: bottom;
  border: none;
}

/* CSS Document */
#wrapper {
  width: 100%;
}

/***********************************
共通ヘッダ
***********************************/
header {
	width: 100%;
	height: 85px;
	padding: 0px !important;
	margin: 0 auto 0 auto;
	display: block;
	text-align: left;
	z-index: 100;
	background: url(../images/header_bg.png) repeat-x bottom left;
}
header h1 a {
	/*width: 136px;*/
	width: auto;
    height: 30px;
	display: inline-block;
	/*margin: 12px 0 0 20px !important;*/
	margin: 13px 0 0 20px !important;
	padding: 0 !important;
	float: left;
}

header h1 a img {
	width: 100%;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

#wrapper hr {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #65be22;
  border-left: none;
}

/***********************************
共通カラー
***********************************/
.red {
  color: #f00;
}

#contents {
  width: 100%;
  /*max-width: 1000px;*/
}

/***********************************
共通設定
***********************************/
.special-credit .define_wrap {
  padding: 0 24px;
}

.special-credit .define_inner {
  max-width: 100%;
  width: 990px;
  margin: 0 auto;
}

.special-credit .define_inner .txtla{
    padding-bottom: 60px;
}

.special-credit img {
  max-width: 100%;
}

.special-credit .ov {
  transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.special-credit .ov:hover {
  opacity: .7;
}


@media screen and (min-width:768px){
  .special-credit .sp {
    display: none;
  }
}
@media screen and (max-width:767px){

  .special-credit .pc {
    display: none;
  }

  .special-credit .define_wrap {
    padding: 0 4%;
  }
}



/*--------------------------------------------------------
footer
--------------------------------------------------------*/
footer {
  font-size: 12px;
  line-height: 1.5;
  z-index: 1000;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 40px 0 40px 0;
  text-align: center;
  color: #fff;
  background: #fff;
}

footer p {
  color: #fff;
}

#footer {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}

.cRight {
  width: 100%;
  padding: 10px 0 0 0;
  text-align: center;
  color: #000000;
  font-size: 14px;
}

.pcLayer, img.pcImg {
  display: block;
}

.spLayer, img.spImg {
  display: none;
}

/* --- pagetop --- */
.pagetop {
  position: fixed;
  right: 0px;
  bottom: 58px;
  transition: all .6s;
  transform: scale(0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index:1000;
}

.pagetop a {
  font-size: 0.8rem;
  display: table-cell;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff !important;
  border-radius: 0;
  background: #333;
  border-radius:6px 0 0 6px;
}

.pagetop.show {
  transform: scale(1);
  opacity: .8;
  filter: alpha(opacity=80);
}

.pagetop a:hover {
  text-decoration: none;
  background: #777;
}


/****************************************************************************
sp_common.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2020.2.25
Last up date   : 2020.2.25
****************************************************************************/
/* CSS Document */
@media screen and (max-width: 768px) {
  /***********************************
    共通ヘッダ
    ***********************************/
  header {
		width: 100%;
		height: 82px;
		padding: 0px 0 0px 0 !important;
		margin: 0 auto 0 auto;
		display: block;
		text-align: left;
		z-index: 100;
		background: url(../images/header_bg.png) repeat-x bottom left;
		overflow: hidden;
	}
	header h1 a {
        width: 74%;
        display: inline-block;
        margin: 17px 0 0px 17px !important;
		padding: 0 !important;
		float: left;
	}

	header h1 a img {
		width: 100%;
		display: block;
		margin: 0 !important;
		padding: 0 !important;
	}
  #wrapper hr {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #65be22;
    border-left: none;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  /*--------------------------------------------------------
    footer
    --------------------------------------------------------*/
  footer {
    padding: 20px 0;
    font-size: 10px;
    line-height: 1.5;
    z-index: 1000;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 10px 0 15px 0;
    text-align: center;
    color: #fff;
  }
  #footer {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
  .cRight {
    width: 100%;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 10px;
  }
  /* --- pagetop --- */
  .pagetop {
    z-index: 1000;
    bottom: 10px;
  }
  .pagetop a {
    width: 50px;
    height: 50px;
  }
  .pcLayer, img.pcImg {
    display: none !important;
  }
  .spLayer, img.spImg {
    display: block !important;
  }
}

/**** END media screen *****/

/*--------------------------------------------------------
@#contents
--------------------------------------------------------*/
#contents {
  overflow: clip;
}




/**********************************

 c-hero

***********************************/
.c-hero {
}

.c-hero__main {

}

.c-hero__main img {
  width: 100%;
  max-width: none;
}

@media screen and (max-width:1037px){

}

@media screen and (max-width:767px){

}



/**********************************

 c-about

***********************************/
.c-about {
}

.c-about__inner {
  padding: 65px 0;
}

.c-about__inner-ttl {
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
}

.c-about__inner-ttl .small {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width:1037px){

  .c-about__inner {
    padding: 6.262vw 0;
  }

  .c-about__inner-ttl {
    font-size: 2.408vw;
  }

  .c-about__inner-ttl .small {
    font-size: 1.927vw;
  }

}

@media screen and (max-width:767px){

  .c-about__inner {
    padding: 25px 0;
  }

  .c-about__inner-ttl {
    font-size: 16px;
  }

  .c-about__inner-ttl .small {
    font-size: 14px;
  }
}



/**********************************

 c-detail

***********************************/
.c-detail {
  background: url(images/detail_bg01.png);
  position: relative;
  z-index: 1;
}

.c-detail:before {
  content: "";
  display: block;
  width: 124px;
  height: 537px;
  background: url(images/detail_bg02.png) no-repeat center / contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.c-detail:after {
  content: "";
  display: block;
  width: 124px;
  height: 537px;
  background: url(images/detail_bg03.png) no-repeat center / contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}

.c-detail__inner {
  padding: 40px 0;
}

.c-detail__inner-list {

}

.c-detail__inner-list-sec {
  width: 755px;
  max-width: 100%;
  padding: 40px 0 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.c-detail__inner-list-sec:first-child {
  padding-top: 0;
}

.c-detail__inner-list-sec:last-child {
  padding-bottom: 0;
}

.c-detail__inner-list-sec:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: url(images/detail_line01.png) repeat-x left bottom;
  background-size: 14px auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.c-detail__inner-list-sec:last-child:before {
  display: none;
}

.c-detail__inner-list-sec-ttl {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

.c-detail__inner-list-sec-ttl .large {
  display: inline-block;
  font-size: 49px;
  font-weight: 900;
  line-height: 1;
}

.c-detail__inner-list-sec-txt01 {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.c-detail__inner-list-sec-txt01 .large {
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.c-detail__inner-list-sec-body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.c-detail__inner-list-sec:nth-child(even) .c-detail__inner-list-sec-body {
  flex-direction: row-reverse;
}

.c-detail__inner-list-sec-body .pic {
  width: 347px;
}

.c-detail__inner-list-sec:nth-child(odd) .c-detail__inner-list-sec-body .pic {
  margin-right: 30px;
}

.c-detail__inner-list-sec:nth-child(even) .c-detail__inner-list-sec-body .pic {
  margin-left: 30px;
}

.c-detail__inner-list-sec-body .content {
  width: 290px;
}

.c-detail__inner-list-sec-body .content__txt01 {
  font-size: 10px;
  font-weight: bold;
}

.c-detail__inner-list-sec-body .content__ttl {
  padding: 3px 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.c-detail__inner-list-sec-body .content__list {
  margin-top: 15px;
}

.c-detail__inner-list-sec-body .content__list dl {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.c-detail__inner-list-sec-body .content__list dl dt {
  padding-right: .5em;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -.03em;
  white-space: nowrap;
  background: url(images/detail_bg01.png);
  position: relative;
  z-index: 1;
}

.c-detail__inner-list-sec-body .content__list dl dt:before {
  content: "";
  display: block;
  width: 1000px;
  height: 1px;
  margin-top: 13px;
  border-top: 1px dotted #000;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
}

.c-detail__inner-list-sec-body .content__list dl dd {
  padding-left: .5em;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  background: url(images/detail_bg01.png);
  position: relative;
  z-index: 1;
}

.c-detail__inner-note {
  margin-top: 60px;
  font-size: 10px;
  text-align: center;
  letter-spacing: -.03em;
}

@media screen and (max-width:1037px){
  .c-detail {
    background-size: 86.70520231vw 86.70520231vw;
  }

  .c-detail:before {
    width: 11.946vw;
    height: 51.734vw;
  }

  .c-detail:after {
    width: 11.946vw;
    height: 51.734vw;
  }

  .c-detail__inner {
    padding: 3.854vw 0;
  }

  .c-detail__inner-list-sec {
    width: 72.736vw;
    padding: 3.854vw 0 3.854vw;
  }

  .c-detail__inner-list-sec:before {
    height: 0.385vw;
    background-size: 1.34874759vw auto;
  }

  .c-detail__inner-list-sec-ttl {
    font-size: 2.312vw;
  }

  .c-detail__inner-list-sec-ttl .large {
    font-size: 4.721vw;
  }

  .c-detail__inner-list-sec-txt01 {
    margin-top: 0.963vw;
    font-size: 1.252vw;
  }

  .c-detail__inner-list-sec-txt01 .large {
    font-size: 1.734vw;
  }

  .c-detail__inner-list-sec-body {
    margin-top: 2.408vw;
  }

  .c-detail__inner-list-sec-body .pic {
    width: 33.43vw;
  }

  .c-detail__inner-list-sec:nth-child(odd) .c-detail__inner-list-sec-body .pic {
    margin-right: 2.89vw;
  }

  .c-detail__inner-list-sec:nth-child(even) .c-detail__inner-list-sec-body .pic {
    margin-left: 2.89vw;
  }

  .c-detail__inner-list-sec-body .content {
    width: 27.938vw;
  }

  .c-detail__inner-list-sec-body .content__txt01 {
    font-size: 0.963vw;
  }

  .c-detail__inner-list-sec-body .content__ttl {
    padding: 0.289vw 0;
    font-size: 1.156vw;
    border-top: 0.09633911vw solid #000;
    border-bottom: 0.09633911vw solid #000;
  }

  .c-detail__inner-list-sec-body .content__list {
    margin-top: 1.445vw;
  }

  .c-detail__inner-list-sec-body .content__list dl dt {
    font-size: 1.445vw;
    background-size: 86.70520231vw 86.70520231vw;
  }

  .c-detail__inner-list-sec-body .content__list dl dt:before {
    width: 96.339vw;
    height: 0.096vw;
    margin-top: 1.252vw;
    border-top: 0.09633911vw dotted #000;
  }

  .c-detail__inner-list-sec-body .content__list dl dd {
    font-size: 1.445vw;
    background-size: 86.70520231vw 86.70520231vw;
  }

  .c-detail__inner-note {
    margin-top: 5.78vw;
    font-size: 0.963vw;
  }
}

@media screen and (max-width:767px){
  .c-detail {
    background-size: 450px 450px;
  }

  .c-detail:before {
    width: 31px;
    height: 134.25px;
    background-size: 100% 100%;
  }

  .c-detail:after {
    width: 31px;
    height: 134.25px;
    background-size: 100% 100%;
  }

  .c-detail__inner {
    padding: 40px 0;
  }

  .c-detail__inner-list {

  }

  .c-detail__inner-list-sec {
    width: auto;
    padding: 40px 0;
  }

  .c-detail__inner-list-sec:before {
    height: 2px;
    background-size: 7px auto;
  }

  .c-detail__inner-list-sec-ttl {
    margin-top: -.6em;
    font-size: 20px;
  }

  .c-detail__inner-list-sec-ttl .large {
    font-size: 40px;
    line-height: 1.4;
  }

  .c-detail__inner-list-sec-txt01 {
    margin-top: 10px;
    font-size: 12px;
  }

  .c-detail__inner-list-sec-txt01 .large {
    font-size: 16px;
  }

  .c-detail__inner-list-sec-body {
    display: block;
    margin-top: 15px;
  }

  .c-detail__inner-list-sec:nth-child(even) .c-detail__inner-list-sec-body {
    flex-direction: row-reverse;
  }

  .c-detail__inner-list-sec-body .pic {
    width: 90%;
  }

  .c-detail__inner-list-sec:nth-child(odd) .c-detail__inner-list-sec-body .pic {
    margin-left: auto;
    margin-right: auto;
  }

  .c-detail__inner-list-sec:nth-child(even) .c-detail__inner-list-sec-body .pic {
    margin-left: auto;
    margin-right: auto;
  }

  .c-detail__inner-list-sec-body .content {
    width: auto;
    margin-top: 15px;
  }

  .c-detail__inner-list-sec-body .content__txt01 {
    font-size: 10px;
    font-weight: bold;
  }

  .c-detail__inner-list-sec-body .content__ttl {
    padding: 3px 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .c-detail__inner-list-sec-body .content__list {
    margin-top: 15px;
  }

  .c-detail__inner-list-sec-body .content__list dl {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .c-detail__inner-list-sec-body .content__list dl dt {
    padding-right: .5em;
    font-size: 15px;
    background-size: 450px 450px;
  }

  .c-detail__inner-list-sec-body .content__list dl dt:before {
    content: "";
    display: block;
    width: 1000px;
    height: 1px;
    margin-top: 13px;
    border-top: 1px dotted #000;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
  }

  .c-detail__inner-list-sec-body .content__list dl dd {
    padding-left: .5em;
    font-size: 15px;
    background-size: 450px 450px;
  }

  .c-detail__inner-note {
    margin-top: 60px;
    font-size: 10px;
    text-align: center;
    letter-spacing: -.03em;
  }
}



/**********************************

 c-model

***********************************/
.c-model {
  margin-bottom: 120px;
}

.c-model__inner {
  padding: 100px 0 0 0;
}

.c-model__inner-ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.c-model__inner-txt01 {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

.c-model__inner-txt01 span {
  display: inline-block;
  padding-bottom: 15px;
  width: 200px;
  background: url(images/model_line01.png) no-repeat center bottom / contain;
}

.c-model__inner-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  gap: 80px 13px;
}

.c-model__inner-list li {
  width: calc(100%/5 - 11px);
  flex: 0 1 calc(100%/5 - 11px);
}

.c-model__inner-list li a {
  display: block;
  text-decoration: none;
}

.c-model__inner-list li .pic {

}

.c-model__inner-list li .pic img {
  width: 100%;
  max-width: none;
}

.c-model__inner-list li .pic figcaption {
  margin-top: 15px;
  font-family: "Oswald", serif;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width:1037px){

  .c-model {
    margin-bottom: 11.561vw;
  }

  .c-model__inner {
    padding: 9.634vw 0 0 0;
  }

  .c-model__inner-ttl {
    font-size: 2.023vw;
  }

  .c-model__inner-txt01 {
    margin-top: 0.963vw;
    font-size: 1.06vw;
  }

  .c-model__inner-txt01 span {
    padding-bottom: 1.445vw;
    width: 19.268vw;
  }

  .c-model__inner-list {
    width: 76.59vw;
    margin-top: 4.817vw;
    gap: 7.707vw 1.252vw;
  }

  .c-model__inner-list li {
    width: calc(100%/5 - 1.06vw);
    flex: 0 1 calc(100%/5 - 1.06vw);
  }

  .c-model__inner-list li .pic figcaption {
    margin-top: 1.445vw;
    font-size: 0.963vw;
  }
}

@media screen and (max-width:767px){

  .c-model {
    margin-bottom: 50px;
  }

  .c-model__inner {
    padding: 50px 0 0 0;
  }

  .c-model__inner-ttl {
    font-size: 21px;
  }

  .c-model__inner-txt01 {
    margin-top: 10px;
    font-size: 11px;
  }

  .c-model__inner-txt01 span {
    display: inline-block;
    padding-bottom: 15px;
    width: 200px;
    background: url(images/model_line01.png) no-repeat center bottom / contain;
  }

  .c-model__inner-list {
    width: auto;
    margin-top: 30px;
    gap: 40px 15px;
  }

  .c-model__inner-list li {
    width: calc(100%/2 - 8px);
    flex: 0 1 calc(100%/2 - 8px);
  }

  .c-model__inner-list li .pic figcaption {
    margin-top: 15px;
    font-size: 12px;
  }
}



/**********************************

 c-note

***********************************/
.c-note {
}

.c-note__inner {
  width: 950px !important;
  padding: 40px 0 70px;
}

.c-note__inner p{
    text-indent: -1em;
    padding-left: 1em;
}

.c-note__inner-note {
  font-size: 10px;
}

.c-note__inner-btn {
  margin-top: 40px;
  text-align: center;
}

.c-note__inner-btn a {
  display: inline-block;
  width: 400px;
  padding: 16px 50px 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background: #000000;
  border-radius: 8px;
}

.c-note__inner-btn a span {
  display: block;
  padding-right: 0;
  position: relative;
  z-index: 1;
}

.c-note__inner-btn a span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images/icon_blank01.png) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media screen and (max-width:1037px){

  .c-note__inner {
    width: 76.59vw !important;
    padding: 3.854vw 0 6.744vw;
  }

  .c-note__inner-note {
    font-size: 0.963vw;
  }

  .c-note__inner-btn {
    margin-top: 2.634vw;
  }

  .c-note__inner-btn a {
    width: 30.829vw;
    padding: 1.06vw 0;
    font-size: 1.156vw;
  }

  .c-note__inner-btn a span:before {
    width: 1.541vw;
    height: 1.541vw;
    right: 1.541vw;
  }

}

@media screen and (max-width:767px){

  .c-note__inner {
    width: auto !important;
    padding: 30px 0 35px;
  }

  .c-note__inner-note {
    font-size: 12px;
  }

  .c-note__inner-btn {
    margin-top: 30px;
    text-align: center;
  }

  .c-note__inner-btn a {
    width: 288px;
    padding: 8px 15px 8px 15px;
    font-size: 15px;
  }

  .c-note__inner-btn a span {
    padding-right: 24px;
  }

  .c-note__inner-btn a span:before {
    width: 16px;
    height: 16px;
  }
}

.txt_lead{
    text-align: center;
    font-weight:500;
    font-size: 1.3em;
    padding-top: 3em;
}
.pcno{
    display: none;
}

@media screen and (max-width:767px){
.pcno{
    display: block;
}
}

/**********************************

 xxx

***********************************/
.xxx {
}

@media screen and (max-width:767px){

}