@charset "utf-8";
/* CSS Document */
/* 基本パーツ
-------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
ul {
  list-style: none;
}
img { /* Fluid-img */
  max-width: 100%;
  margin: 0 auto 0 auto;
  vertical-align: middle;
}
td img {
  vertical-align: baseline;
}
strong {
  font-weight: 600;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  margin: 0 0 0 0px;
  padding: 0 0 0 0;
  line-height: 1.8;
  word-break: break-all /*行末で改行 （単語の途中であっても改行させる）*/
}
blockquote {
  margin: 0 30px 0 30px;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}
.br-sp {
  display: block;
}
.br-pc {
  display: none;
}
/*--- clearfix --- */
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/* floatをクリア */
.clear {
  clear: both;
}
span.main-step {
  white-space: nowrap; /* スマホの時だけ改行させる */
}
/* paddingの部分はみ出し防止 */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
a.ex-link {}
a.ex-link:hover {
  color: cornflowerblue;
}
a.ex-link:after {
  content: url("../../images/common/ico-link.png");
  margin-left: 5px;
}
form input, form select, form textarea {
  padding: 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
form input, form select, form textarea {
  border-radius: 4px;
  border: 2px solid #333;
  font-size: 1.6rem;
  margin: 5px 0 5px 0;
}
form input:focus, form textarea:focus {
  background: #fffee6;
}
form input.long, form input.mid, {
  width: 100%;
  height: 40px;
}
form input.short, form select.short, {
  width: 6em;
  height: 40px;
}
form input[type=checkbox], form label[type=checkbox] form label[type=checkbox] {
  margin: 5px 0 5px 0;
}
form label[type=checkbox] {
  margin: 5px 0 5px 0;
}
form textarea {
  width: 100%;
  height: 150px;
  margin: 0 auto 0 auto;
}
/* 共通レイアウト
-------------------------------------------- */
/*--- 共通 フォントファミリー --- */
.tx-family {
  font-family: Montserrat, "sans-serif";
}
.tx02-family {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
/*--- 見出し --- */
h1.contents-h {
  position: relative;
  padding-bottom: 1em;
  text-align: center;
  font-size: 40px;
  line-height: 1;
  margin: 9% 0 5% 0;
	width: 100%;
}
h1.contents-h:before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  font-size: 16px;
	font-family: Montserrat, "sans-serif";
}
h1.contents-h:after {
  content: attr(data-title02);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  font-size: 16px;
  font-weight: 600;
	font-family: Montserrat, "sans-serif";
}
h2 {
  font-size: 24px;
  margin: 0px 0 30px 0;
  font-weight: 600;
  text-align: left;
  font-family: Montserrat, "sans-serif";
}
h2.position-c {
  font-size: 24px;
  margin: 0px 0 30px 0;
  font-weight: 600;
  text-align: center;
  font-family: Montserrat, "sans-serif";
}

h2.contents-h2 {
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  margin: 0 0 30px 0;
  letter-spacing: 0.02em;
  font-family: YakuHanJPs, "Zen Kaku Gothic Antique", sans-serif;
}
h2.contents-h2 span {
  display: block;
  font-size: 20px;
  margin: 0 0px 15px 0px;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-family: Montserrat, "sans-serif";
}
h2.contents-h2 span::before {
  content: "";
  display: inline-block;
  background: url("../../images/common/logo-blue.png") 11px 11px/ contain;
  height: 11px;
  width: 11px;
  margin: 0 5px 0 0;
}
h2.contents-h2 span::after {
  content: "";
  display: inline-block;
  background: url("../../images/common/logo-orange.png") 11px 11px / contain;
  height: 11px;
  width: 11px;
  margin: 0 0px 0 5px;
}
h3 {
  font-size: 3.6rem;
  margin: 0;
  font-weight: 500;
}
h3.cp_h3title {
  position: relative;
  padding: 0px 0px 0px 15px;
	margin: 0 0 40px 0;
  border-left: 6px solid #FFA22C;
  font-size: 24px;
	font-weight: 400;
}
h3.cp_h3title::after {
  position: absolute;
  bottom: -.5em;
  left: -.2em;
  content: '';
  width: calc(80% - 0px); /* 3分割して20pxの余白を引く */
  height: 1px;
  margin: 0px; /* 列間の余白を設定 */
  border-bottom: 1px solid #FFA22C;
  border-image: linear-gradient(to right, #FFA22C 0%, #fff 100%) 1;
}
h3.cp_h3title-bl {
  position: relative;
  padding: 0px 0px 0px 15px;
	margin: 0 0 40px 0;
  border-left: 6px solid #00AEBD;
  font-size: 24px;
	font-weight: 400;
}
h3.cp_h3title-bl::after {
  position: absolute;
  bottom: -.5em;
  left: -.2em;
  content: '';
  width: calc(80% - 0px); /* 3分割して20pxの余白を引く */
  height: 1px;
  margin: 0px; /* 列間の余白を設定 */
  border-bottom: 1px solid #00AEBD;
  border-image: linear-gradient(to right, #00AEBD 0%, #fff 100%) 1;
}

h4 {
  font-size: 2.0rem;
}
/*--- 見出し　装飾あり --- */
h2.deco-or {
  font-size: 30px;
  margin: 0px auto;
  padding: 0 10px;
  font-weight: 600;
  text-align: center;
  font-family: Montserrat, "sans-serif";
}
h2.deco-or::before {
  content: url("../../images/common/logo-orange-s02.png");
  padding: 0 10px;
}
h2.deco-or::after {
  content: url("../../images/common/logo-orange-s.png") ;
  padding: 0 10px;
}
h2.deco-bl {
  font-size: 30px;
  margin: 0px auto;
  padding: 0 0px;
  font-weight: 600;
  text-align: center;
  font-family: Montserrat, "sans-serif";
}
h2.deco-bl::before {
  content: url("../../images/common/logo-blue-s.png");
  padding: 0 10px;
}
h2.deco-bl::after {
  content: url("../../images/common/logo-blue-s02.png");
  padding: 0 10px;
}
.deco-sabu {
  font-size: 16px;
  margin: 0px auto 39px auto;
  padding: 0 0px;
  font-weight: 600;
  text-align: center;
}
/*--- 共通 テキスト装飾 --- */
.text-s {
  font-size: 16px;
}
.text-l {
  font-size: 24px;
}

.text-xl {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.text-bold {
  font-weight: 600;
}

.em-gl {
  color: #666;
}
.em-ol {
  color: #FFA22C;
  font-weight: 600;
}
.em-gr {
  color: #00AEBD;
  font-weight: 600;
}
.em-red {
  color: #DD0000;
  font-weight: 500;
}

.space-txt {
  margin: 0 0 30px 0;
}
.space-txt02 {
  margin: 20px 0 10px 0;
}
.center-txt {
  text-align: center;
}
a {
    color: #000;
    display: inline-block;
}
a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}


/*--- 共通 リンクボタン --- */
.rakuten, .amazon,.inq {
  border: 1px solid #000;
  border-radius: 50px;
  
  width: 48%;
}
.rakuten a, .amazon a,.inq a {
	display: block;
	padding: 1px 0px 1px 30px;
}

.cotta {
  border: 1px solid #000;
  border-radius: 50px;
  width: 48%;
}
.cotta a {
	display: block;
  padding: 1px 0px 1px 30px;
}

.rakuten {
  background: url("../../images/common/rakuten.svg") left 10px center no-repeat;
}
.amazon {
  background: url("../../images/common/amazon.svg") left 10px center no-repeat;
}
.inq {
  background: url("../../images/common/ico-mail.png") left 10px center no-repeat;
}

/*== ボタン共通設定 */
.botton-warp{
	width: 95%;
	margin: 0 auto;
	  display: flex;
  justify-content: center;
	flex-wrap: wrap;

}
.link-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
	width: auto;
    margin: 10px 0 10px 0;
    border: 1px solid #000000;
    border-radius: 9999px;
    background-color: #fff;
    color: #000000;
    font-size: 14px;
	font-weight: 400;
	  font-family: YakuHanJPs, "Zen Kaku Gothic Antique", sans-serif;
	text-align: left;
	background:url("../../images/common/button-arrow.svg") right 20px center no-repeat;

}
.link-btn-s {
    display: flex;
    justify-content: space-between;
    align-items: center;
	width: auto;
    margin: 10px 0 10px 0;
    border: 1px solid #000000;
    border-radius: 9999px;
    color: #000000;
    font-size: 14px;
	font-weight: 400;
	  font-family: YakuHanJPs, "Zen Kaku Gothic Antique", sans-serif;
	text-align: left;
	background:url("../../images/common/button-arrow.svg") right 20px center no-repeat #fff;

}
.link-external-s {
    display: flex;
    justify-content: space-between;
    align-items: center;
	width: auto;
    margin: 10px 0 10px 0;
    border: 1px solid #000000;
    border-radius: 9999px;
    background-color: #fff;
    color: #000000;
    font-size: 14px;
	font-weight: 400;
	  font-family: YakuHanJPs, "Zen Kaku Gothic Antique", sans-serif;
	text-align: left;
	background:url("../../images/common/button-link.svg") right 20px center no-repeat;

}

.link-btn {
		min-width: 100%;
	width: auto;
}
.link-btn-s {
		min-width: 100%;
	width: auto;
}
.link-external-s {
		min-width: 100%;
	width: auto;
}

.link-btn a,.link-btn-s a,.link-external-s a {
    padding: 18px 0px 18px 40px;
	display: block;
	width: 100%;
}

.link-btn:hover,.link-btn-s:hover,.link-external-s:hover {
    background-color: #f9f9fb;
	transition: all 0.3s ease;
}

a.arrow02 {
    width: auto;
	padding: 0 20px 0 20px;
	margin: 0 0 0 20px;
    background-image:url("../../images/common/button-arrow02.svg");
	background-repeat: no-repeat;
	background-position: right;
    content: '';
	transition: all 0.3s ease;
	border-left: 1px solid #000;
	line-height: 1.0;
}
.column-page{
	width: 100%;
	text-align: center;
	margin: 50px 0 80px 0;
	font-size: 16px;
}

/* == */
@media print, screen and (min-width : 768px) {
  /*--- 見出し --- */
  h2 {
    font-size: 30px;
    margin: 0 0 80px 0;
  }
  h3 {
    font-size: 3.6rem;
    margin: 0;
    font-weight: 500;
  }
  h4 {
    font-size: 2.2rem;
  }
  form input.long {
    width: 100%;
    height: 40px;
  }
  form input.mid {
    width: 65%;
    height: 40px;
  }
  form input.short {
    width: 6em;
    height: 40px;
  }
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
}
@media print, screen and (min-width : 1200px) {
  /*--- 見出し --- */
  h1.contents-h {
    position: relative;
    padding-bottom: 1em;
    text-align: center;
    font-size: 70px;
    line-height: 0;
    margin: 150px 0 60px 0;
  }
  h1.contents-h:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
    font-size: 20px;
  }
  h1.contents-h:after {
    content: attr(data-title02);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    font-size: 16px;
  }
  h2 {
    font-size: 40px;
    margin: 0 0 80px 0;
  }
h2.position-c {
    font-size: 40px;
    margin: 0 0 80px 0;
}
	
  h2.contents-h2 {
    font-size: 40px;
    margin: 0 0 30px 0;
  }
  h2.contents-h2 span {
    display: block;
    font-size: 20px;
    margin: 0 0 15px 16px;
  }
  h3.cp_h3title,h3.cp_h3title-bl {
    font-size: 30px;
  }
h3.cp_h3title::after {
  position: absolute;
  bottom: -.3em;
  left: -.2em;
  content: '';
  width: calc(50% - 0px); /* 3分割して20pxの余白を引く */
  height: 1px;
  margin: 0px; /* 列間の余白を設定 */
  border-bottom: 1px solid #FFA22C;
  border-image: linear-gradient(to right, #FFA22C 0%, #fff 100%) 1;
}
h3.cp_h3title-bl::after {
  position: absolute;
  bottom: -.3em;
  left: -.2em;
  content: '';
  width: calc(50% - 0px); /* 3分割して20pxの余白を引く */
  height: 1px;
  margin: 0px; /* 列間の余白を設定 */
  border-bottom: 1px solid #00AEBD;
  border-image: linear-gradient(to right, #00AEBD 0%, #fff 100%) 1;
}
  /*--- 見出し　装飾あり --- */
  h2.deco-or {
    font-size: 40px;
    margin: 0px auto;
    padding: 0 10px;
  }
  h2.deco-or::before {
    content: url("../../images/common/logo-orange02.png");
    padding: 0 10px;
  }
  h2.deco-or::after {
    content: url("../../images/common/logo-orange.png");
    padding: 0 10px;
  }
  h2.deco-bl {
    font-size: 40px;
    margin: 0px auto;
    padding: 0 10px;
  }
  h2.deco-bl::before {
    content: url("../../images/common/logo-blue.png");
    padding: 0 10px;
  }
  h2.deco-bl::after {
    content: url("../../images/common/logo-blue02.png");
    padding: 0 10px;
  }
  .deco-sabu {
    font-size: 16px;
    margin: 0px 0 65px 0;
    padding: 0 0px;
    font-weight: 600;
  }
  h2.contents-h2 {
    font-size: 40px;
    text-align: left;
    margin: 0 0 50px 0;
  }
  h2.contents-h2 span {
    display: block;
    margin: 0 0 15px 0px;
  }
  /*--- 共通 テキスト装飾 --- */
  .text-l {
    font-size: 24px;
  }
  .text-xl {
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 30px 0;
  }
/*== ボタン共通設定 */
.botton-warp{
	width: 640px;
	margin: 0 auto;
}
	.link-btn,.link-btn-s,.link-external-s {
    font-size: 24px;
}

.link-btn {
		min-width: 500px;
	width: auto;
}
.link-btn-s {
		min-width: 100%;
	width: auto;
}
.link-external-s {
		min-width: 100%;
	width: auto;
}
	
}
@media print, screen and (min-width : 1600px) {
  /*--- 共通 リンクボタン --- */
}