@charset "utf-8";

* {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	background: url("../img/common/bg.jpg");
	color: #333;
	font-family: "新丸ゴ M", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
@media (max-width: 767px) {
body {
	font-size: 16px;
	line-height: 1.6;
}
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5;
}
p {
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0 0 0 24px;
}
dl,dt,dd {
	margin: 0;
	padding: 0;
}
a,
.a {
	color: #09f;
	text-decoration: none;
	transition: all 0.2s ease;
	cursor: pointer;
}
a:hover,
.a:hover {
	opacity: 0.6;
}
a img {
	border: none;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

table {
	border-collapse: collapse;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
select,
textarea {
	margin: 0;
	padding: 0 8px;
	background: #fff;
	border: 1px solid #ddd;
	font-size: inherit;
	font-family: inherit;
	border-radius: 0;
}
input[type="submit"],
input[type="button"],
input[type="file"],
button {
	margin: 0;
	padding: 0;
	background: #fff;
	border: none;
	font-size: inherit;
	font-family: inherit;
	border-radius: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="submit"],
input[type="button"],
input[type="search"],
button,
textarea {
	-webkit-appearance: none;
}



.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.layout {
	position: relative;
	max-width: 1208px;
	margin: 0 auto;
	padding: 0 24px;
}
.layout.min {
	max-width: 752px;
	padding: 0 16px;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb8 {
	margin-bottom: 8px !important;
}
.mb16 {
	margin-bottom: 16px !important;
}
.disc {
	margin-bottom: 16px;
	padding-left: 24px;
	list-style: disc;
}
a.arw{
	position: relative;
	display: block;
	padding-left: 20px;
}
a.arw:before{
	position: absolute;
	top: 6px;
	left: 4px;
	content: '';
    opacity: 0.8;
    display: block;
    margin-right: 8px;
    border: 6px solid transparent;
    border-left: 10px solid #ff8080;
    vertical-align: middle;
}
ul.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex li{
	width: 50%;
}
.note{
	font-size: 12px;
}
.caution{
	    display: block;
    padding-top: 8px;
    color: #f00;
    font-size: 14px;
}
.pdf{
	vertical-align: middle;
}
@media (max-width: 1023px) {
.tab_none {
	display: none;
}
}
@media (max-width: 767px) {
.layout {
	padding: 0 16px;
}
.sp_none {
	display: none;
}
	ul.flex{
	display: inline;
}
	.flex li{
	width: 100%;
}
}


@media (min-width:1024px){
	.font16{
		font-size: 16px!important;
	}
	.font24{
		font-size: 24px!important;
	}
}
/*------------------------ btn */
.btn {
	opacity: 0.8;
	width: 220px;
	height: 50px;
	border-radius: 10px;
	border: 2px solid #d1e8ed;
	background: #ecf8fb;
	color: #39a4bf;
	font-family: "新丸ゴ M", sans-serif;
	font-size: 18px;
	text-align: center;
	line-height: 46px;
}
.btn:active {
	opacity: 1;
}


/*------------------------ wrap */
#wrap {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 980px;
	height: 522px;
	border-radius: 20px;
	border: 2px solid rgba(255, 128, 128, 0.2);
	background: rgba(255, 255, 255, 0.5);
	transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
#wrap {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	border: none;
	background: rgba(255, 255, 255, 0.5);
	transform: none;
}
}



/*------------------------ header */
header {
	overflow: hidden;
	position: relative;
	height: 50px;
	padding: 0 18px;
	border-bottom: 2px solid rgba(255, 128, 128, 0.2);
}
header .head {
	position: relative;
}
header .head li {
	display: flex;
	align-items: center;
	position: absolute;
	top: -50px;
	height: 50px;
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	transition: 0.5s cubic-bezier(1, 0, 0, 1);
}
header .head li.on {
	top: 0;
}
header .progressbar {
	position: absolute;
	top: -32px;
	right: 18px;
	line-height: 1;
	transition: 0.5s cubic-bezier(1, 0, 0, 1);
}
header .progressbar.on {
	top: 18px;
}
header .progressbar li {
	opacity: 0.2;
	display: inline-block;
	margin: 0 0 0 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ff8080;
	vertical-align: top;
	transition: 0.5s cubic-bezier(1, 0, 0, 1);
}
header .progressbar li.on {
	opacity: 0.7;
}
@media (max-width: 1023px) {
header {
	transition: 0.5s ease;
}
header.hide {
	overflow: hidden;
	height: 0;
	border: 0;
}
header .head li:nth-child(3){
	opacity: 0;
}
}
@media (max-width: 767px) {
header {
	height: 72px;
	padding: 0 16px;
}
header .head li {
	height: 48px;
	font-size: 12px;
}
header .progressbar {
	top: auto;
	bottom: -16px;
	left: 16px;
}
header .progressbar.on {
	top: auto;
	bottom: 4px;
}
header .progressbar li {
	width: 6px;
	height: 6px;
}
}



/*------------------------ footer */
footer {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 32px;
}
.footNav {
	display: flex;
	position: relative;
	top: 32px;
	padding: 0 18px;
	transition: 0.5s cubic-bezier(1, 0, 0, 1);
}
.footNav.on {
	top: 0;
}
.footNav li {
	margin-right: 16px;
	color: #666;
	font-size: 12px;
	cursor: pointer;
}
.footNav li::before {
	content: '';
	opacity: 0.8;
	display: inline-block;
	margin-right: 8px;
	border: 6px solid transparent;
	border-right: 10px solid #ff8080;
	vertical-align: middle;
}
.footNav li:nth-child(2) {
	display: none;
}
.footNav.cover li:nth-child(2) {
	display: inline-block;
}
.footNav.cover li:nth-child(3) {
	display: none;
}
.footNav.ex {
	flex-direction: row-reverse;
}
.footNav.ex li::before {
	margin-right: 0;
	border: 6px solid transparent;
	border-left: 10px solid #ff8080;
}
.footNav.ex li:nth-child(2),
.footNav.ex li:nth-child(3),
.footNav.ex li:nth-child(4) {
	display: none;
}
@media (max-width: 1023px) {
footer {
	position: relative;
	height: 50px;
	padding-top: 12px;
	background: url("../img/common/bg.jpg");
	border-top: 2px solid rgba(255, 128, 128, 0.2);
}
.footNav {
	opacity: 0;
	padding: 0 6px;
}
.footNav.on {
	opacity: 1;
}
.footNav li {
	margin-right: 6px;
}
}


/*------------------------ main */
main {
	overflow: hidden;
	display: block;
}
main article {
	display: flex;
	align-items: flex-start;
	position: relative;
	left: -200%;
	width: 3800%;
	transition: 0.5s cubic-bezier(1, 0, 0, 1);
}
main section {
	position: relative;
	width: 976px;
	height: 469px;
}
main .head {
	margin: 0 18px;
}
main .head h3 {
	border-bottom: 2px dotted rgba(114, 187, 143, 0.2);
	color: #ff8080;
	font-size: 30px;
	line-height: 56px;
}
main section.ch1 .head h3 {
	color:#c38787;
}
main section.ch2 .head h3 {
	color:#e4b282;
}
main section.ch3 .head h3 {
	color:#a9cc96;
}
main section.ch4 .head h3 {
	color:#8cc1ce;
}
main section.ch5 .head h3 {
	color:#8daed8;
}
main section.ch6 .head h3 {
	color:#9898c7;
}
main section.ch7 .head h3 {
	color:#bf9ac8;
}
main section.ch8 .head h3 {
	color:#999;
}
main section.none_head .body{
    padding-top: 76px;
}
main section.none_head .body .img{
    margin-top: -25px;
}
main .body {
	display: flex;
	justify-content: space-around;
	padding: 20px 18px 0;
}
main .body.nohead {
	padding: 48px 18px 0;
}
main .body .img {
	width: 460px;
	text-align: center;
}
main .body .txt {
	width: 436px;
	margin: 0 4px 0 20px;
    padding-right: 6px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "sans-serif";
}
main .body .txt h4 {
	margin-bottom: 8px;
	font-family: "新丸ゴ M", sans-serif;
}
main .body .txt p {
    font-size:18px;
    line-height:1.8;
	margin-bottom: 24px;
}
main .body .txt .btn {
	position: absolute;
	z-index: 10;
	right: 24px;
	bottom: 20px;
}
main .body .img .btn {
	position: absolute;
	z-index: 10;
	right: 24px;
	bottom: 20px;
}
main .body .full {
	width: 100%;
	margin: 0;
	padding: 0 10px;
}
main .layout {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	padding: 32px 0 0;
}
@media (max-width: 1023px) {
main article {
	display: block;
	left: 0 !important;
	width: 100% !important;
	height: auto;
}
main section {
	opacity: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100% !important;
	height: auto;
	padding-bottom: 72px;
	transition: 0.5s ease;
}
main section.active {
	opacity: 1;
	z-index: 1;
}
main section.none_head .body{
    padding-top: 32px;
}
main .head h3 {
	padding: 8px 0;
	font-size: 24px;
	line-height: 1.3;
}
main .body {
	display: block;
	max-width: 640px;
	margin: 0 auto;
}
main .body .img {
	width: auto;
	margin-bottom: 20px;
}
main .body .txt {
	width: auto;
	margin: 0;
	padding: 0 16px;
}
main .body .txt .btn {
	position: static;
	margin: 20px auto;
}
main .body .img .btn {
	position: static;
	margin: 20px auto;
}
main section.none_head .body .img{
    margin-top: 0px;
}
}
@media (max-width: 767px) {
main .head {
	margin: 0 16px;
	padding-top: 8px;
}
main .body {
	padding: 16px 16px 0;
}
main section.none_head .body{
    padding-top: 16px;
}
main .layout {
	padding: 16px 0 0;
}
}


/*------------------------ start */
.start .group {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.start .group .title {
	flex: 1;
}
.start .group .img {
	width: 220px;
	margin-left: 16px;
}
.start .group .img img{
	width: auto;
	max-height: 193px;
}
.lead {
	margin-bottom: 32px;
	font-size: 14px;
}
.lead .note {
	font-size: 14px;
}
.btnGroup {
	display: flex;
	justify-content: space-between;
}
.btnGroup li {
	width: 31%;
}
.btnGroup li:nth-child(1) {
	border-color: #f4d8d8;
	background: #faebeb;
	color: #c73c3c;
}
.btnGroup li:nth-child(2) {
	border-color: #d8ebce;
	background: #eff9ea;
	color: #58a62e;
}
.btnGroup li:nth-child(3) {
	border-color: #fae4d2;
	background: #fff4e9;
	color: #e58627;
}
@media (max-width: 1023px) {
.start .group {
	display: block;
}
.start .group .title {
	margin-bottom: 16px;
	padding: 0 16px;
	text-align: center;
}
.start .group .img {
	width: auto;
	margin: 0 0 16px;
	padding: 0 16px;
	text-align: center;
}
.lead {
	padding: 0 16px;
}
.btnGroup {
	display: block;
	width: 220px;
	margin: 0 auto;
}
.btnGroup li {
	width: auto;
	margin-bottom: 16px;
}
}
@media (max-width: 767px) {
.lead {
	padding: 0 32px;
}
.lead .note {
	font-size: 12px;
}
}



/*------------------------ cover */
.cover .head {
	position: absolute;
	z-index: 1;
	top: 80px;
	left: -30px;
	width: 560px;
	margin: 0;
}
.cover .img {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 32px;
	right: -138px;
	width: 360px;
	height: 391px;
	text-align: center;
}
.cover .img img{
    width: 280px;
}
.cover.ch1 .img{
	right: -98px;
    top: -20px;
}
.cover.ch2 .img{
    right: -58px;
    top: -20px;
}
.cover.ch3 .img{
    right: -68px;
    top: -5px;
}

.cover .btn {
	position: absolute;
	top: 300px;
	left: -30px;
}
@media (max-width: 1023px) {
.cover .head {
	position: static;
	width: auto;
	margin-bottom: 16px;
	padding: 0 16px;
	text-align: center;
}
.cover .img {
	display: block;
	position: static;
	width: auto;
	height: auto;
	padding: 0 16px;
	text-align: center;
}
.cover .btn {
	position: static;
	margin: 24px auto;
}
}



/*------------------------ end */
.end .body {
	display: block;
}
.end .endMsg {
	padding: 56px 0;
	color: #39a4bf;
	font-size: 24px;
	text-align: center;
}
.end .link {
	margin-bottom: 56px;
	text-align: center;
}
.end .link a {
	display: inline-block;
	width: auto;
	padding: 0 40px;
}
@media (max-width: 767px) {
.end .endMsg {
	padding: 32px 0;
	font-size: 16px;
}
.end .link a {
	height: auto;
	padding: 8px ;
	font-size: 16px;
	line-height: 1.5;
}
}



/*------------------------ index */
.index .body {
	display: block;
	padding: 16px 18px 0
}
.index h2 {
	margin-bottom: 16px;
	color: #79b858;
	font-size: 24px;
}
.index .itemGroup {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: space-between;
	height: 376px;
	padding: 0 40px;
}
.index .item {
	display: flex;
	align-items: center;
	width: 420px;
	margin: 0 0 18px 0;
	color: #333;
	cursor: pointer;
}
.index .item:nth-child(1) {
	color:#c38787;
}
.index .item:nth-child(2) {
	color:#e4b282;
}
.index .item:nth-child(3) {
	color:#a9cc96;
}
.index .item:nth-child(4) {
	color:#8cc1ce;
}
.index .item:nth-child(5) {
	color:#8daed8;
}
.index .item:nth-child(6) {
	color:#9898c7;
}
.index .item:nth-child(7) {
	color:#bf9ac8;
}
.index .item:nth-child(8) {
	color:#999;
}
.index .item .img {
	overflow: hidden;
	position: relative;
	width: 128px;
	height: 96px;
	border-radius: 12px;
	border: 2px solid rgba(255, 128, 128, 0.2);
	margin: 0 20px 0 0;
}
.index .item .img::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150%;
	height: 150%;
	transform: translate(-50%, -50%);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.index .item:nth-child(1) .img::after {
	background-image: url("../img/cover_1.png");
}
.index .item:nth-child(2) .img::after {
	background-image: url("../img/cover_2.png");
}
.index .item:nth-child(3) .img::after {
	background-image: url("../img/cover_3.png");
}
.index .item:nth-child(4) .img::after {
	background-image: url("../img/cover_4.png");
}
.index .item:nth-child(5) .img::after {
	background-image: url("../img/cover_5.png");
}
.index .item:nth-child(6) .img::after {
	background-image: url("../img/cover_6.png");
}
.index .item .hTxt {
	flex: 1;
	position: relative;
	margin: 0;
	padding-left: 24px;
	font-size: 18px;
}
.index .item .hTxt .num {
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 1023px) {
.index .itemGroup {
	display: block;
	height: auto;
	padding: 0;
}
.index .item {
	width: 100%;
	margin-bottom: 8px;
}
.index .item .img {
	margin-right: 16px;
}
.index .item .hTxt {
	font-size: 16px;
}
}



/*------------------------ pdf */
.pdf .body {
	display: block;
	padding: 16px 18px 0 22px;
}
.pdf h2 {
	margin-bottom: 16px;
	color: #e58627;
	font-size: 24px;
}
.pdf .pdfGroup {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.pdf .regulation {
	overflow: auto;
	width: 460px;
	height: 328px;
	padding: 20px;
	border: 2px solid #ddd;
	border-radius: 10px 0 0 10px;
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
	font-size: 14px;
}
.pdf .regulation p {
	margin-bottom: 16px;
}
.pdf .regulation .h {
	font-weight: 700;
}

.pdf .download {
	padding-top: 24px;
}
.pdf .body .txt .btn {
	display: block;
	position: static;
	width: 100%;
	border-color: #fae4d2;
	background: #fff4e9;
	color: #e58627;
}
@media (max-width: 1023px) {
.pdf .pdfGroup {
	display: block;
}
.pdf .download {
	padding-top: 0;
}
.pdf .regulation {
	width: auto;
	height: auto;
	border-radius: 10px;
}
	.pdf .body {
	display: block;
	padding: 16px 16px 0;
}
}



/*------------------------ outBlock */
.outBlock {
	display: flex;
  align-items: center;
	position: absolute;
  z-index: 10;
	top: 100%;
	left: 0;
	width: 100%;
	padding-top: 16px;
}
.outBlock .kokoro {
	position: relative;
	margin-right: 32px;
}
.outBlock .kokoro img {
	width: 119px;
	vertical-align: top;
}
.outBlock .goverment {
	position: absolute;
	top: 20px;
	right: 0;
	width: 120px;
}
.outBlock .goverment img {
	vertical-align: top;
}
.addthis_toolbox {
	display: flex;
	height: 16px;
	font-size: 14px;
}
.addthis_toolbox > a {
	margin-right: 16px;
}
.fb-like {
	vertical-align: top;
}
.addthis_toolbox .btnShare {
	display: none;
}
.shareArea {
  width: 280px;
  transform: translate(0, -2px);
}
.shareArea .btnShare {
  display: none;
}
@media (max-width: 1023px) {
.outBlock {
	position: relative;
	top: 0;
	left: 0;
	height: 60px;
	padding: 8px 16px 0;
	background: url("../img/common/bg.jpg");
	border-bottom: 2px solid rgba(255, 128, 128, 0.2);
}
.outBlock .kokoro {
	width: 112px;
}
.outBlock .goverment {
	top: 20px;
	right: 20px;
	width: 80px;
}
}
@media (max-width: 767px) {
.addthis_toolbox {
	position: fixed;
	flex-direction: column;
	z-index: 1000;
	bottom: 64px;
	right: -160px;
	width: 160px;
	height: auto;
	padding: 16px 16px 1px;
	background: rgba(255, 128, 128, 0.5);
	border-radius: 10px 0 0 0;
	transition: 0.5s cubic-bezier(1, 0, 0, 1);
}
.addthis_toolbox.on {
	right: 0;
}
.addthis_toolbox > a {
	margin: 0 0 16px 0 !important;
}
.addthis_toolbox .btnShare {
	display: block;
	position: absolute;
	bottom: 0;
	right: 100%;
	width: 40px;
	height: 40px;
	padding: 6px 8px;
	background: rgba(255, 128, 128, 0.5);
	border-radius: 10px 0 0 10px;
}
  .shareArea {
    position: fixed;
    bottom: 64px;
    right: -160px;
    width: 160px;
    height: auto;
    padding: 16px;
    background: rgba(255, 128, 128, 0.5);
    border-radius: 10px 0 0 0;
    transform: translate(0, 0);
    transition: 0.5s cubic-bezier(1, 0, 0, 1);
  }
  .shareArea.on {
    right: 0;
  }
  .shareArea .btnShare {
    display: block;
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 40px;
    height: 40px;
    padding: 6px 8px;
    background: rgba(255, 128, 128, 0.5);
    border-radius: 10px 0 0 10px;
  }
}



/*------------------------ rate */
.rateArea .h {
	margin-bottom: 8px;
	font-size: 14px !important;
}
.rateArea .h .ico {
	display: inline-block;
	width: 20px;
	margin-right: 4px;
}
.rateArea .btGroup {
	overflow: hidden;
	display: table;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	background: #f5f5f5;
}
.rateArea .btGroup .rateBtn {
	display: table-cell;
	width: 25%;
	box-sizing: border-box;
	border-left: 1px solid #e0e0e0;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	transition: all 0.4s ease;
}
.rateArea .btGroup .rateBtn:first-child {
	border-left: none;
}
.rateArea .btGroup .rateBtn:hover {
	opacity: 0.6;
}
#rate {
	position: relative;
	margin-bottom: 40px;
}
#rate .popup {
	display: none;
	position: fixed;
	bottom: 64px;
	left: 12%;
	width: 76%;
	padding: 24px 32px 32px 32px;
	box-sizing: border-box;
	border-radius: 8px;
	background: #f5f5f5;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
#rate .rate-head {
	margin-bottom: 16px;
	font-size: 24px;
}
#rate .rate-head {
	margin-bottom: 16px;
	font-size: 24px;
}
#rate textarea {
	width: 100%;
	height: 118px;
	margin: 8px 0 24px 0;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #ccc;
}
#rate .bt {
	text-align: center;
}
#rate .bt a {
	display: inline-block;
	width: 240px;
	border-radius: 20px;
	background: #ff8080;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}
#rate .close {
	position: absolute;
	top: 16px;
	right: 16px;
}
#rate .close a {
	display: block;
	position: relative;
	width: 34px;
	height: 34px;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: center;
	transform: rotate(45deg);
	transform-origin: center;
}
#rate .close a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	background: #ff8080;
}
#rate .close a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: #ff8080;
}
@media (max-width: 1023px) {
.rateArea .btGroup .rateBtn {
	display: block;
	width: auto;
	border-left: none;
	border-top: 1px solid #e0e0e0;
	font-size: 13px;
	line-height: 34px;
}
.rateArea .btGroup .rateBtn:first-child {
	border: none;
}
#rate .popup {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 16px;
}
#rate .rate-head {
	margin-bottom: 8px;
	font-size: 16px;
}
#rate textarea {
	height: 80px;
}
#rate .bt {
	text-align: center;
}
#rate .bt a {
	width: auto;
	padding: 0 24px;
	font-size: 14px;
}
#rate .close a {
	width: 24px;
	height: 24px;
}
}



/*------------------------ add */
table {
	margin: 0 0 8px 16px;
}
table th {
	padding-right: 8px;
	font-weight: 700;
	vertical-align: top;
	white-space: nowrap;
}

/*----------------------- zoom */
.js_modal{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 2000;
	overflow: auto;
}

.js_modal .js_img{
	width: 200%;
	height: 120vh;
	object-fit: contain;
	background: #fff;
	max-width: inherit;
	padding: 16px;
}
.js_close{
    display: block;
    position: fixed;
    top: 24px;
    right: 20px;
    width: 28px;
    height: 28px;
	z-index: 3000;
	cursor: pointer;
	background: url(../img/common/ico_close.png);
	background-size: contain;
}
@media screen and (max-width:767px){
	.js_zoom {
		position: relative;
		padding-bottom: 28px;
	}
	
	.js_zoom:after{
		content: '拡大する';
		position: absolute;
		bottom: 0;
		right: 0;
		background: url(../img/common/ico_zoom.png);
		background-size: 20px;
		background-position: left center;
		background-repeat: no-repeat;
		pointer-events: none;
		font-size: 12px;
		color: #666;
		line-height: 20px;
		padding-left: 24px;
		font-weight: 600;
	}
}