@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/**************************************************
*  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;
}

.Oswald {
	font-family: "Oswald", sans-serif;
}

/* 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;*/
	background: #FFF;
}

/***********************************
共通設定
***********************************/
.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: 90px 0 60px 0;
  text-align: center;
  color: #000;
	background: #FFFFFF;
}

footer p {
  color: #000000;
}

#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: 0px;
  transition: all .6s;
  transform: scale(0.3);
  opacity: 0;
  filter: alpha(opacity=0);
}

.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: rgba(126, 202, 68, 0.9);
  border: 1px solid #fff;
}

.pagetop.show {
  transform: scale(1);
  opacity: .8;
  filter: alpha(opacity=80);
}

.pagetop a:hover {
  text-decoration: none;
  background: rgba(126, 202, 68, 0.6);
}


/****************************************************************************
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 {
    font-size: 10px;
    line-height: 1.5;
    z-index: 1000;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 25px 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;
}

.mincho {
	font-family: "Noto Serif JP", serif;
}


/**********************************

 c-hero

***********************************/
.c-hero {
	position: relative;
	z-index: 1;
}

.c-hero__inner {
	display: flex;
	justify-content: center;
}

.c-hero__inner-ttl {
	width: 100%;
	text-align: center;
}

.c-hero__inner-ttl img {
	max-width: none;
	width: 100%;
}

@media screen and (max-width:1037px){
}

@media screen and (max-width:767px){

	.c-hero__inner {
		padding-top: 0;
	}

	.c-hero__inner-ttl {
	}
}


/**********************************

 c-about

***********************************/
.c-about {
	background: #FEFEF4;
}

.c-about__inner {
	padding: 50px 0 50px;
}

.c-about__inner h2{
    font-size: 1.1em;
    padding-bottom: 2em;
}

.c-about__inner dl dt{
    font-weight: bold;
    padding-bottom: 0.2em;
}

.c-about__inner dl dd{
    padding-bottom: 2em;
}

.c-about__inner .presentimg img{
    width: 50%;
}

.c-about__inner ul li{
    text-indent: -1em;
    padding-left: 1em;
}

.c-about__inner .txtnormal{
    font-weight: bold;
    padding-top: 2em;
}

.c-about__inner-date {
	width: 391px;
	margin: 0 auto;
}

.c-about__inner-txt01 {
	margin-top: 45px;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	line-height: 1.73913043;
}

.c-about__inner-coupon {
	margin-top: 30px;
}

.c-about__inner-coupon-ttl {
	color: #69BE28;
	font-size: 35px;
	font-weight: 800;
	text-align: center;
}

.c-about__inner-coupon-price {
	margin-top: 10px;
}

.c-about__inner-coupon-price-inner {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	z-index: 1;
}

.c-about__inner-coupon-price-inner:before {
	content: "";
	display: block;
	width: 348px;
	height: 22px;
	background: #FFF500;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-about__inner-coupon-price-inner .num {
	color: #A0806F;
	font-size: 94px;
	font-weight: bold;
	line-height: 1;
}

.c-about__inner-coupon-price-inner .box {

}

.c-about__inner-coupon-price-inner .box .tax {
	padding-bottom: 5px;
	color: #A0806F;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
}

.c-about__inner-coupon-price-inner .box .txt01 {
	padding-bottom: 10px;
	color: #A0806F;
	font-size: 29px;
	font-weight: 800;
	text-align: center;
	line-height: 1;
}

.c-about__inner-coupon-txt01 {
	margin-top: 10px;
	color: #69BE28;
	font-size: 35px;
	font-weight: 800;
	text-align: center;
}

.c-about__inner-link {
	display: flex;
	justify-content: space-between;
}

.c-about__inner-link-bnr {
	width: 304px;
	margin-top: 25px;
}

.c-about__inner-link-bnr a {
	display: block;
}

.c-about__inner-link-bnr a:hover {
	text-decoration: none;
}

.c-about__inner-link-bnr a .pic {
}

.c-about__inner-link-bnr a .txt01 {
	margin-top: 8px;
	font-size: 13px;
	font-weight: 500;
	text-align: right;
}

.c-about__inner-link-bnr a .txt01 span {
	padding-right: 18px;
	color: #000000;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

.c-about__inner-link-bnr a .txt01 span:before {
	content: "";
	display: block;
	width: 13.5px;
	height: 13.5px;
	background: url(images/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-about__inner-bottom {
	margin-top: 40px;
	text-align: center;
}

.c-about__inner-bottom-inner {
	display: inline-block;
}

.c-about__inner-bottom-inner .txt01 {
	font-size: 22px;
	font-weight: 800;
	text-align: center;
	line-height: 1.81818182;
}

.c-about__inner-bottom-inner ul {
	padding-top: 15px;
	margin-top: 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71428571;
	border-top: 1px solid #707070;
}

.c-about__inner-bottom-inner ul li {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71428571;
	text-align: left;
}

@media screen and (max-width:1037px){

	.c-about__inner {
		padding: 4.817vw 0 3.854vw;
	}

    .c-about__inner .presentimg{
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .c-about__inner .presentimg img{
        width: 80%;
        margin: 0 auto;
    }


	.c-about__inner-date {
		width: 37.669vw;
	}

	.c-about__inner-txt01 {
		margin-top: 4.335vw;
		font-size: 2.216vw;
	}

	.c-about__inner-coupon {
		margin-top: 2.89vw;
	}

	.c-about__inner-coupon-ttl {
		font-size: 3.372vw;
	}

	.c-about__inner-coupon-price {
		margin-top: 0.963vw;
	}

	.c-about__inner-coupon-price-inner:before {
		width: 33.526vw;
		height: 2.119vw;
	}

	.c-about__inner-coupon-price-inner .num {
		font-size: 9.056vw;
	}

	.c-about__inner-coupon-price-inner .box .tax {
		padding-bottom: 0.482vw;
		font-size: 1.541vw;
	}

	.c-about__inner-coupon-price-inner .box .txt01 {
		padding-bottom: 0.963vw;
		font-size: 2.794vw;
	}

	.c-about__inner-coupon-txt01 {
		margin-top: 0.963vw;
		font-size: 3.372vw;
	}

	.c-about__inner-link-bnr {
		width: 29.287vw;
		margin-top: 2.408vw;
	}

	.c-about__inner-link-bnr a .txt01 {
		margin-top: 0.771vw;
		font-size: 1.252vw;
	}

	.c-about__inner-link-bnr a .txt01 span {
		padding-right: 1.734vw;
	}

	.c-about__inner-link-bnr a .txt01 span:before {
		width: 1.301vw;
		height: 1.301vw;
	}

	.c-about__inner-bottom {
		margin-top: 3.854vw;
	}

	.c-about__inner-bottom-inner .txt01 {
		font-size: 2.119vw;
	}

	.c-about__inner-bottom-inner ul {
		padding-top: 1.445vw;
		margin-top: 2.89vw;
		font-size: 1.349vw;
	}

	.c-about__inner-bottom-inner ul li {
		font-size: 1.349vw;
	}
}

@media screen and (max-width:767px){

	.c-about__inner {
		padding: 40px 0 40px;
	}

	.c-about__inner-date {
		width: 220px;
		margin: 0 auto;
	}

	.c-about__inner-txt01 {
		margin-top: 25px;
		font-size: 16px;
	}

	.c-about__inner-coupon {
		margin-top: 20px;
	}

	.c-about__inner-coupon-ttl {
		font-size: 24px;
	}

	.c-about__inner-coupon-price {
		margin-top: 10px;
	}

	.c-about__inner-coupon-price-inner:before {
		width: 210px;
		height: 14px;
	}

	.c-about__inner-coupon-price-inner .num {
		font-size: 54px;
	}

	.c-about__inner-coupon-price-inner .box {

	}

	.c-about__inner-coupon-price-inner .box .tax {
		padding-bottom: 5px;
		font-size: 12px;
	}

	.c-about__inner-coupon-price-inner .box .txt01 {
		padding-bottom: 5px;
		font-size: 20px;
	}

	.c-about__inner-coupon-txt01 {
		margin-top: 10px;
		font-size: 24px;
	}

	.c-about__inner-link {
		display: block;
		width: 66.66666667vw;
		margin: 0 auto;
	}

	.c-about__inner-link-bnr {
		width: auto;
		margin-top: 20px;
	}

	.c-about__inner-link-bnr a .txt01 {
		margin-top: 8px;
		font-size: 13px;
	}

	.c-about__inner-link-bnr a .txt01 span {
		padding-right: 18px;
	}

	.c-about__inner-link-bnr a .txt01 span:before {
		width: 13.5px;
		height: 13.5px;
	}

	.c-about__inner-bottom {
		margin-top: 30px;
	}

	.c-about__inner-bottom-inner .txt01 {
		font-size: 16px;
	}

	.c-about__inner-bottom-inner ul {
		padding-top: 15px;
		margin-top: 25px;
		font-size: 14px;
	}

	.c-about__inner-bottom-inner ul li {
		font-size: 12px;
	}
}

/**********************************

 c-payment-example

***********************************/
.c-payment-example {
  width: 250px;
}

.c-payment-example__txt01 {
  font-size: 10.5px;
  font-weight: bold;
}

.c-payment-example__ttl {
  padding: 3px 0;
  font-size: 12.5px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.c-payment-example__list {
  margin-top: 15px;
}

.c-payment-example__list dl {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.c-payment-example__list dl dt {
  padding-right: .5em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -.03em;
  background: #fff;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.c-payment-example__list dl dt:before {
  content: "";
  display: block;
  width: 1000px;
  height: 1px;
  margin-top: 11px;
  border-top: 1px dotted #000;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
}

.c-payment-example__list dl dt .small {
  font-size: 11px;
  font-weight: bold;
}

.c-payment-example__list dl dd {
  padding-left: .5em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  background: #fff;
  position: relative;
  z-index: 1;
}

.c-payment-example__list dl dd .small {
  font-size: 11px;
  font-weight: bold;
}


@media screen and (max-width:1037px){

}

@media screen and (max-width:984px){

  .c-payment-example {
    width: 25.407vw;
  }

  .c-payment-example__txt01 {
    font-size: 1.067vw;
  }

  .c-payment-example__ttl {
    padding: 0.305vw 0;
    font-size: 1.27vw;
  }

  .c-payment-example__list {
    margin-top: 1.524vw;
  }

  .c-payment-example__list dl dt {
    font-size: 1.423vw;
  }

  .c-payment-example__list dl dt:before {
    width: 101.626vw;
    margin-top: 1.118vw;
  }

  .c-payment-example__list dl dt .small {
    font-size: 1.118vw;
  }

  .c-payment-example__list dl dd {
    font-size: 1.423vw;
  }

  .c-payment-example__list dl dd .small {
    font-size: 1.118vw;
  }
}

@media screen and (max-width:767px){

  .c-payment-example {
    width: auto;
    margin-top: 15px;
  }

  .c-payment-example__txt01 {
    font-size: 10.5px;
    font-weight: bold;
  }

  .c-payment-example__ttl {
    padding: 3px 0;
    font-size: 12.5px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .c-payment-example__list {
    margin-top: 15px;
  }

  .c-payment-example__list dl {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .c-payment-example__list dl dt {
    padding-right: .5em;
    font-size: 14px;
    background-size: 450px 450px;
  }

  .c-payment-example__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-payment-example__list dl dt .small {
    font-size: 11px;
  }

  .c-payment-example__list dl dd {
    padding-left: .5em;
    font-size: 14px;
    background-size: 450px 450px;
  }

  .c-payment-example__list dl dd .small {
    font-size: 11px;
  }
}


/**********************************

 c-model

***********************************/
.c-model {
	background: #FEFEF4;
}

.c-model__inner {
	padding-bottom: 64px;
	border-bottom: 1px solid #9B9B9B;
}

.c-model__inner-ttl {
	padding: 16px 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background: #46968c;
    border-radius: 50px;
}

.c-model__inner-product {
	margin-top: 25px;
}

.c-model__inner-product .pic {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

.c-model__inner-product .name {
	margin: 50px auto 20px;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
    color: #46968c;
}

.c-model__inner-product .btn01 {
	margin: 10px auto 80px;
	text-align: center;
}

.c-model__inner-product .btn01 a {
	display: inline-block;
	padding: 12px 50px 16px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	line-height: 1;
    font-weight: 800;
	border: 2px solid #46968c;
	border-radius: 100px;
	vertical-align: middle;
}

.c-model__inner-product .btn01 a span {
	display: inline-block;
	padding-right: 20px;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

.c-model__inner-product .btn01 a span:before {
	content: "";
	display: block;
	width: 13.5px;
	height: 13.5px;
	background: url(images/icon_arr03.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.contact_txt {
	margin: 0 auto;
	text-align: center;
    font-weight: 700;
}

.c-model__inner-btn {
	margin-top: 20px;
	text-align: center;
}

.c-model__inner-btn a {
	display: inline-block;
	padding: 15px 80px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	background: #000000;
	vertical-align: top;
    border-radius: 8px;
}

.c-model__inner-btn a span {
	display: inline-block;
	padding-right: 25px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.c-model__inner-btn a span:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	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%);
}


@media screen and (max-width:1037px){

	.c-model__inner {
		padding-bottom: 6.166vw;
	}

	.c-model__inner-ttl {
		padding: 0.963vw 1.445vw;
		font-size: 1.83vw;
	}

	.c-model__inner-product {
		margin-top: 2.408vw;
	}

	.c-model__inner-product .pic {
		width: 68.497vw;
	}

	.c-model__inner-product .name {
		margin-top: 0.963vw;
		font-size: 1.734vw;
	}

	.c-model__inner-product .btn01 {
		margin-top: 0.963vw;
		text-align: center;
	}

	.c-model__inner-product .btn01 a {
		padding: 0.289vw 3.372vw;
	}

	.c-model__inner-product .btn01 a {
		padding: 0.578vw 3.372vw;
		font-size: 1.349vw;
	}

	.c-model__inner-product .btn01 a span {
		padding-right: 1.927vw;
		font-size: 1.349vw;
	}

	.c-model__inner-btn {
		margin-top: 2.671vw;
	}

	.c-model__inner-btn a {
		padding: 1.445vw 4.335vw;
		font-size: 1.638vw;
	}

	.c-model__inner-btn a span {
		padding-right: 2.408vw;
	}

	.c-model__inner-btn a span:before {
		width: 1.734vw;
		height: 1.734vw;
	}
}

@media screen and (max-width:767px){

	.c-model__inner {
		padding-bottom: 40px;
		border-bottom: 1px solid #9B9B9B;
	}

	.c-model__inner-ttl {
		padding: 12px 0px;
		font-size: 16px;
	}

	.c-model__inner-product {
		margin-top: 15px;
	}

	.c-model__inner-product .pic {
		width: auto;
	}

	.c-model__inner-product .name {
		margin-top: 40px;
		font-size: 18px;
	}

	.c-model__inner-product .btn01 {
	margin: 10px auto 50px;
	}

	.c-model__inner-product .btn01 a {
		padding: 6px 50px 10px;
		font-size: 14px;
        border: 2px solid #46968c;
	}

	.c-model__inner-product .btn01 a span {
		padding-right: 20px;
		font-size: 14px;
	}

	.c-model__inner-product .btn01 a span:before {
		width: 13.5px;
		height: 13.5px;
	}

	.c-model__inner-btn {
		margin-top: 20px;
	}

	.c-model__inner-btn a {
		padding: 16px 50px 16px 50px;
		font-size: 16px;
        border-radius: 8px;
	}

	.c-model__inner-btn a span {
		padding-right: 24px;
	}

	.c-model__inner-btn a span:before {
		width: 16px;
		height: 16px;
	}
    

.contact_txt {
	margin: 0 auto;
	text-align: center;
    font-weight: 500;
}
}


/**********************************

 c-detail

***********************************/
.c-detail {
  margin-top: 50px;
  margin-bottom: 64px;
}

.c-detail h2{
  margin: 0 auto;
}

.c-detail__inner {

}

.c-detail__inner .d-ib {
  display: inline-block;
}

.c-detail__inner-ttl {
  padding-bottom: 48px;
  color: #46968c;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  background: url(images/detail_ttl_bg.png) no-repeat center bottom;
  background-size: 600px auto;
}

.c-detail__inner-lead {
  padding: 20px 0 0px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}

.c-detail__inner-lead span{
  padding: 30px 0 0px;
  font-size: 12px;
}

.c-detail__inner-content {
  width: 810px;
  max-width: 100%;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
}

.c-detail__inner-content-sec {
  padding: 52px 55px 46px;
  margin-top: 20px;
}

.c-detail__inner-content-sec:nth-child(1) {
  margin-top: 0;
  background: #f0e6be;
}

.c-detail__inner-content-sec:nth-child(2) {
  background: #dcd2b4;
}

.c-detail__inner-content-sec .monthly {
  padding-bottom: 3px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background: #46968c;
}

.c-detail__inner-content-sec .monthly .large {
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}

.c-detail__inner-content-sec .ttl {
  margin-top: 15px;
  font-size: 25.2px;
  font-weight: bold;
  text-align: center;
}

.c-detail__inner-content-sec .ttl .large {
  font-size: 36px;
  font-weight: bold;
}

.c-detail__inner-content-sec .case {
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.c-detail__inner-content-sec .case.bg {
  background: #46968c;
    border-radius: 20px;
}

.c-detail__inner-content-sec .case span {
  font-weight: bold;
}

.c-detail__inner-content-sec .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-right: 20px;
}

.c-detail__inner-content-sec .content .pic {
  width: 402px;
}

.c-detail__inner-content-sec .content .c-payment-example {

}

.c-detail__inner-content-sec:nth-child(1) .c-payment-example__list dl dt,
.c-detail__inner-content-sec:nth-child(1) .c-payment-example__list dl dd {
  background: #f0e6be;
}

.c-detail__inner-content-sec:nth-child(2) .c-payment-example__list dl dt,
.c-detail__inner-content-sec:nth-child(2) .c-payment-example__list dl dd {
  background: #dcd2b4;
}

.c-detail__inner-content-sec .note01 {
  margin-top: 12px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #fff;
}

.c-detail__inner-content-sec .note01 span {
  font-weight: bold;
}

@media screen and (max-width:1037px){

}

@media screen and (max-width:984px){

  .c-detail {
    margin-top: 9.146vw;
  }

  .c-detail__inner-ttl {
    padding-bottom: 3.557vw;
    font-size: 4.065vw;
    background-size: 67.07317073vw auto;
  }

  .c-detail__inner-content {
    width: 82.317vw;
    margin-top: 3.659vw;
  }

  .c-detail__inner-content-sec {
    padding: 5.285vw 5.589vw 4.675vw;
    margin-top: 2.033vw;
  }

  .c-detail__inner-content-sec .monthly {
    padding-bottom: 0.305vw;
    font-size: 3.049vw;
  }

  .c-detail__inner-content-sec .monthly .large {
    font-size: 6.098vw;
  }

  .c-detail__inner-content-sec .ttl {
    margin-top: 1.524vw;
    font-size: 2.561vw;
  }

  .c-detail__inner-content-sec .ttl .large {
    font-size: 3.659vw;
  }

  .c-detail__inner-content-sec .case {
    margin-top: 1.22vw;
    font-size: 1.423vw;
  }

  .c-detail__inner-content-sec .content {
    margin-top: 3.049vw;
    padding-right: 2.033vw;
  }

  .c-detail__inner-content-sec .content .pic {
    width: 40.854vw;
  }

  .c-detail__inner-content-sec .note01 {
    margin-top: 1.22vw;
    font-size: 1.423vw;
  }
}

@media screen and (max-width:767px){

  .c-detail {
    margin-top: 50px;
  }

  .c-detail__inner-ttl {
    padding-bottom: 22px;
    font-size: 20px;
    background-size: 330px auto;
  }

  .c-detail__inner-lead {
    padding: 20px 0 0px;
   font-size: 14px;
   font-weight: normal;
   text-align: left;
   line-height: 1.5;
  }

  .c-detail__inner-lead span{
    padding: 30px 0 0px;
    font-size: 10px;
  }

  .c-detail__inner-content {
    width: auto;
    margin-top: 20px;
  }

  .c-detail__inner-content-sec {
    padding: 26px 15px 24px;
    margin-top: 20px;
  }

  .c-detail__inner-content-sec .monthly {
    padding-bottom: 3px;
    font-size: 18px;
  }

  .c-detail__inner-content-sec .monthly .large {
    font-size: 36px;
  }

  .c-detail__inner-content-sec .ttl {
    margin-top: 15px;
    font-size: 14px;
  }

  .c-detail__inner-content-sec .ttl .large {
    font-size: 22px;
    font-weight: bold;
  }

  .c-detail__inner-content-sec .case {
    margin-top: 12px;
    font-size: 13px;
    /*text-align: left;*/
    text-align: center;
  }

  .c-detail__inner-content-sec .case.bg {
    padding: .1em .5em;
      border-radius: 8px;
  }

  .c-detail__inner-content-sec .content {
    display: block;
    margin-top: 25px;
    padding-right: 0;
  }

  .c-detail__inner-content-sec .content .pic {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .c-detail__inner-content-sec .note01 {
    padding: .1em .5em;
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
  }
}

@media screen and (max-width:374px) {

  .c-detail__inner-ttl {
    padding-bottom: 5.882vw;
    font-size: 5.348vw;
    background-size: 88vw auto;
  }
}

/**********************************

 list_note

***********************************/

.list_note{
    font-size: 12px;
    margin-bottom: 60px;
    
}



/**********************************

 spnone

***********************************/

.spnone{
    display: block;
}

@media screen and (max-width:767px){
.spnone{
    display: none;
}
}


/**********************************

 xxx

***********************************/
.xxx {
}

@media screen and (max-width:767px){

}