@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 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;
}


/**********************************

 special-credit

***********************************/


/**********************************

 c-hero

***********************************/
.c-hero {
  padding-bottom: 85px;
  background: #706f92;
}

.c-hero__top {
  width: 1637px;
  max-width: 100%;
  height: 617px;
  padding: 1px 0;
  margin: 0 auto;
  background: url(images/hero_bg01.png?1) no-repeat center;
  background-size: 1637px 617px;
}

.c-hero__top-ttl {
  width: 646px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.c-hero__bottom {
}

.c-hero__bottom-txt01 {
  width: 840px;
  margin-top: -150px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:1037px){
  .c-hero {
    padding-bottom: 8.189vw;
  }

  .c-hero__top {
    width: 157.707vw;
    height: 59.441vw;
    padding: 0.096vw 0;
    background-size: 157.707vw 59.441vw;
  }

  .c-hero__top-ttl {
    width: 62.235vw;
    margin-top: 9.634vw;
  }

  .c-hero__bottom-txt01 {
    width: 80.925vw;
    margin-top: -14.451vw;
  }

}

@media screen and (max-width:767px){

  .c-hero {
    padding-bottom: 0;
    /*padding-bottom: 8vw;*/
  }

  .c-hero:after {
    content: "";
    display: block;
    width: 100%;
    height: 53.333vw;
    margin-top: 4vw;
    margin-left: auto;
    margin-right: auto;
    background: url(images/hero_bg02.png) no-repeat center;
    background-size: auto 135%;
  }

  .c-hero__top {
    width: auto;
    height: 53.333vw;
    background-size: auto 53.333vw;
  }

  .c-hero__top-ttl {
    width: 66.667vw;
    margin-top: 5.333vw;
  }

  .c-hero__bottom-txt01 {
    width: 80vw;
    margin-top: -13.333vw;
  }
}


/**********************************

 c-about

***********************************/
.c-about {
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.36);
  position: relative;
  z-index: 2;
}

.c-about__inner {
  padding: 30px 0;
  position: relative;
  z-index: 2;
}

.c-about__inner:before {
  content: "";
  display: block;
  width: 580px;
  height: 1791px;
  margin-top: -400px;
  margin-right: -360px;
  background: url(images/about_bg01.png) no-repeat center / contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.c-about__inner-txt01 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.73076923;
}

@media screen and (max-width:1037px){

  .c-about {
    box-shadow: 0 0 1.92678227vw rgba(0,0,0,0.36);
  }

  .c-about__inner {
    padding: 2.89vw 0;
  }

  .c-about__inner:before {
    width: 60.116vw;
    height: 172.543vw;
    margin-top: -26.012vw;
    margin-right: -35.645vw;
  }

  .c-about__inner-txt01 {
    font-size: 2.505vw;
  }
}

@media screen and (max-width:767px){

  .c-about {
    box-shadow: 0 0 10px rgba(0,0,0,0.36);
  }

  .c-about__inner {
    padding: 15px 0;
  }

  .c-about__inner:before {
    display: none;
  }

  .c-about__inner-txt01 {
    font-size: 15px;
  }
}


/**********************************

 c-detail

***********************************/
.c-detail {
  background: #706f92;
}

.c-detail__inner {
  padding: 83px 0 58px;
}

.c-detail__inner-list {
}

.c-detail__inner-list-sec {
  padding-bottom: 56px;
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
}

.c-detail__inner-list-sec:before {
  content: "";
  display: block;
  width: 681px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.c-detail__inner-list-sec:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}

.c-detail__inner-list-sec:last-of-type:before {
  display: none;
}

.c-detail__inner-list-sec .head {
}

.c-detail__inner-list-sec .monthly {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}

.c-detail__inner-list-sec .monthly .block {
  display: inline-block;
  padding: 2px 40px;
  font-weight: bold;
  background: #000000;
  position: relative;
  z-index: 1;
}

.c-detail__inner-list-sec .monthly .block .num {
  display: inline-block;
  margin-top: -.15em;
  font-size: 60px;
  font-weight: bold;
}

.c-detail__inner-list-sec .cont {
}

.c-detail__inner-list-sec .cont .ttl {
  margin-top: 8px;
  margin-left: -.5em;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

.c-detail__inner-list-sec .cont .ttl .small {
  font-size: 20px;
  font-weight: bold;
}

.c-detail__inner-list-sec .cont .txt01 {
  margin-top: 23px;
  color: #fff;
  font-size: 16px;
}

.c-detail__inner-list-sec .box {
  display: flex;
  align-items: center;
  margin-top: 34px;
}

.c-detail__inner-list-sec .box .example {
  min-width: 308px;
  /*width: 308px;*/
}

.c-detail__inner-list-sec .box .example table {
  width: 100%;
}

.c-detail__inner-list-sec .box .example table caption {
  padding: 1px 5px;
  margin-bottom: 12px;
  caption-side: top;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  background: #000;
}

.c-detail__inner-list-sec .box .example table tr th {
  padding: 2px 0;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #fff;
}

.c-detail__inner-list-sec .box .example table tr:last-child th {
  border-bottom: none;
}

.c-detail__inner-list-sec .box .example table tr td {
  padding: 2px 0;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: right;
  border-bottom: 1px solid #fff;
}

.c-detail__inner-list-sec .box .example table tr:last-child td {
  border-bottom: none;
}

.c-detail__inner-list-sec .box .pic {
  width: 450px;
  margin-left: 20px;
}

.c-detail__inner-list-note {
  padding-top: 25px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.c-detail__inner-list-note:before {
  content: "";
  display: block;
  width: 681px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-detail__inner-list-note li {
  text-indent: -1em;
  margin-left: 1em;
  color: #fff;
  font-size: 14px;
  line-height: 1.714285714285714;
  position: relative;
  z-index: 1;
}

@media screen and (max-width:1037px){

  .c-detail__inner {
    padding: 7.996vw 0 5.588vw;
  }

  .c-detail__inner-list-sec {
    padding-bottom: 5.395vw;
    margin-bottom: 5.395vw;
  }

  .c-detail__inner-list-sec:before {
    width: 65.607vw;
    height: 0.096vw;
  }

  .c-detail__inner-list-sec .monthly {
    font-size: 2.89vw;
  }

  .c-detail__inner-list-sec .monthly .block {
    padding: 0.193vw 3.854vw;
  }

  .c-detail__inner-list-sec .monthly .block .num {
    font-size: 5.78vw;
  }

  .c-detail__inner-list-sec .cont .ttl {
    margin-top: 0.771vw;
    font-size: 2.89vw;
  }

  .c-detail__inner-list-sec .cont .ttl .small {
    font-size: 1.927vw;
  }

  .c-detail__inner-list-sec .cont .txt01 {
    margin-top: 2.216vw;
    font-size: 1.541vw;
  }

  .c-detail__inner-list-sec .box {
    margin-top: 3.276vw;
  }

  .c-detail__inner-list-sec .box .example {
    min-width: 29.672vw;
  }

  .c-detail__inner-list-sec .box .example table caption {
    padding: 0.096vw 0.482vw;
    margin-bottom: 1.156vw;
    font-size: 1.638vw;
  }

  .c-detail__inner-list-sec .box .example table tr th {
    padding: 0.193vw 0;
    font-size: 1.445vw;
    border-bottom: 0.096vw solid #fff;
  }

  .c-detail__inner-list-sec .box .example table tr td {
    padding: 0.193vw 0;
    font-size: 1.445vw;
    border-bottom: 0.096vw solid #fff;
  }

  .c-detail__inner-list-sec .box .pic {
    width: 43.353vw;
    margin-left: 1.927vw;
  }

  .c-detail__inner-list-note {
    padding-top: 2.408vw;
    margin-top: 4.817vw;
  }

  .c-detail__inner-list-note:before {
    width: 65.607vw;
    height: 0.096vw;
  }

  .c-detail__inner-list-note li {
    font-size: 1.349vw;
  }
}

@media screen and (max-width:767px){

  .c-detail__inner {
    padding: 40px 0 30px;
  }

  .c-detail__inner-list {
  }

  .c-detail__inner-list-sec {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .c-detail__inner-list-sec:before {
    width: 100%;
    height: 1px;
  }

  .c-detail__inner-list-sec .head {
  }

  .c-detail__inner-list-sec .monthly {
    font-size: 15px;
    text-align: center;
  }

  .c-detail__inner-list-sec .monthly .block {
    padding: 1px 20px;
  }

  .c-detail__inner-list-sec .monthly .block .num {
    font-size: 30px;
  }

  .c-detail__inner-list-sec .cont {
  }

  .c-detail__inner-list-sec .cont .ttl {
    margin-top: 8px;
    font-size: 20px;
    text-align: center;
  }

  .c-detail__inner-list-sec .cont .txt01 {
    margin-top: 15px;
    font-size: 14px;
  }

  .c-detail__inner-list-sec .box {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 30px;
  }

  .c-detail__inner-list-sec .box .example {
    min-width: auto;
    width: 100%;
    margin-top: 10px;
  }

  .c-detail__inner-list-sec .box .example table {
    width: 100%;
  }

  .c-detail__inner-list-sec .box .example table caption {
    padding: 1px 5px;
    margin-bottom: 6px;
    font-size: 15px;
  }

  .c-detail__inner-list-sec .box .example table tr th {
    padding: 2px 0;
    font-size: 14px;
    border-bottom: 1px solid #fff;
  }

  .c-detail__inner-list-sec .box .example table tr td {
    padding: 2px 0;
    font-size: 14px;
    border-bottom: 1px solid #fff;
  }

  .c-detail__inner-list-sec .box .pic {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .c-detail__inner-list-note {
    padding-top: 12px;
    margin-top: 25px;
  }

  .c-detail__inner-list-note:before {
    width: 100%;
    height: 1px;
  }

  .c-detail__inner-list-note li {
    font-size: 12px;
  }
}



/**********************************

 c-model

***********************************/
.c-model {

}

.c-model__head {
  background: #fff;
}

.c-model__head-inner {
  padding: 125px 0 20px;
}

.c-model__head-inner-ttl {
  width: 394px;
  margin: 0 auto;
}

.c-model__head-inner-txt01 {
  margin-top: 26px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.c-model__body {

}

.c-model__body-inner {
  padding: 0 0 100px;
}

.c-model__body-inner-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px 18px;
  margin: 0 -6px 0 -6px;
}

.c-model__body-inner-list-sec {
  width: calc(100%/3 - 12px);
  flex: 0 1 calc(100%/3 - 12px);
}

.c-model__body-inner-list-sec a {
  text-decoration: none;
}

.c-model__body-inner-list-sec a .pic {
}

.c-model__body-inner-list-sec a .name {
  margin-top: -30px;
  color: #000;
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.c-model__body-inner-note {
  padding-top: 22px;
  margin-top: 138px;
  border-top: 1px solid #000;
}

.c-model__body-inner-note p {
  color: #000;
  font-size: 13px;
  line-height: 1.692307692307692;
}

.c-model__body-inner-note ul li {
  color: #000;
  font-size: 13px;
  line-height: 1.692307692307692;
  text-indent: -1em;
  padding-left: 1em;
}

.c-model__body-inner-btn {
  /*width: 557px;*/
  max-width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.c-model__body-inner-btn a {
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 18px 80px 18px 80px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  background: #000000;
  vertical-align: top;
  border: 1px solid #000000;
  position: relative;
  z-index: 1;
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 8px;
}

.c-model__body-inner-btn a:hover {
  color: #000000;
  text-decoration: none;
  background: #fff;
}

.c-model__body-inner-btn a:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 30px;
  background: url(images/icon_blank01.png) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-model__body-inner-btn a:hover:before {
  background: url(images/icon_blank02.png) no-repeat center / contain;
}

@media screen and (max-width:1037px){

  .c-model__head-inner {
    padding: 12.042vw 0 1.927vw;
  }

  .c-model__head-inner-ttl {
    width: 37.958vw;
  }

  .c-model__head-inner-txt01 {
    margin-top: 2.505vw;
    font-size: 1.445vw;
  }

  .c-model__body-inner {
    padding: 0 0 9.634vw;
  }

  .c-model__body-inner-list {
    gap: 2.89vw 1.734vw;
    margin: 0 -0.578vw 0 -0.578vw;
  }

  .c-model__body-inner-list-sec {
    width: calc(100%/3 - 1.156vw);
    flex: 0 1 calc(100%/3 - 1.156vw);
  }

  .c-model__body-inner-list-sec a .name {
    margin-top: -2.89vw;
    font-size: 1.541vw;
  }

  .c-model__body-inner-note {
    padding-top: 2.119vw;
    margin-top: 13.295vw;
    border-top: 0.09633911vw solid #000000;
  }

  .c-model__body-inner-note p {
    font-size: 1.252vw;
  }

  .c-model__body-inner-btn {
    margin-top: 15.414vw;
  }

  .c-model__body-inner-btn a {
    padding: 1.349vw 4.817vw 1.349vw 2.89vw;
    font-size: 1.638vw;
    border: 0.09633911vw solid #000000;
  }

  .c-model__body-inner-btn a:before {
    width: 1.734vw;
    height: 1.734vw;
    margin-right: 2.89vw;
  }

}

@media screen and (max-width:767px){

  .c-model__head-inner {
    padding: 50px 0 10px;
  }

  .c-model__head-inner-ttl {
    width: 280px;
    max-width: 100%;
  }

  .c-model__head-inner-txt01 {
    margin-top: 14px;
    font-size: 14px;
  }

  .c-model__body {

  }

  .c-model__body-inner {
    padding: 0 0 50px;
  }

  .c-model__body-inner-list {
    margin: 0;
    gap: 10px 15px;
  }

  .c-model__body-inner-list-sec {
    width: calc(100%/2 - 8px);
    flex: 0 1 calc(100%/2 - 8px);
  }

  .c-model__body-inner-list-sec a .pic {
  }

  .c-model__body-inner-list-sec a .name {
    margin-top: -15px;
    font-size: 13px;
  }

  .c-model__body-inner-note {
    padding-top: 15px;
    margin-top: 50px;
  }

  .c-model__body-inner-note p {
    font-size: 12px;
  }

  .c-model__body-inner-btn {
    width: auto;
    max-width: none;
    margin: 40px -2% 0;
  }

  .c-model__body-inner-btn a {
    padding: 8px 50px 8px 50px;
    font-size: 15px;
  }

  .c-model__body-inner-btn a:hover {
    text-decoration: none;
  }

  .c-model__body-inner-btn a:before {
    width: 16px;
    height: 16px;
    margin-right: 15px;
  }
}

.txt_lead{
    text-align: center;
    font-size: 1.3em;
    padding-bottom: 1.5em;
    font-weight: 700;
}
.pcno{
    display: none;
}

@media screen and (max-width:767px){
.pcno{
    display: block;
}
.txt_lead{
    text-align: center;
    font-weight:500;
    font-size: 1.0em;
    padding-bottom: 1.0em;
}
}

/**********************************

 xxx

***********************************/
.xxx {
}

@media screen and (max-width:767px){

}