@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

:root {
    --bg-main: #f4f2ee;
    --bg-light: #ffffff;
    --bg-dark: #4d2832;
    --bg-product: #fef2f2;
    --bg-bonus: #fbf7f3;
    --bg-support-header: #dccdbb;
    --brand-pink: #ec6575;
    --brand-green: #05c756;
    --brand-blue: #227bef;
    --brand-brown: #aa835b;
    --text-dark: #333333;
    --text-medium: #555555;
    --text-light: #777777;
    --text-white: #ffffff;
}

html {
/*	line-height: 1.4;*/
}

body {
/*	font-size: 18px;*/
	color:#333;
	min-width:979px;
/*	line-height: 1.4;*/
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-feature-settings: "palt";
}
@media screen and (max-width: 979px) {
	body {
		font-size: 16px;
		min-width:100%;
	}
}

a,.callBtn {
  position: relative;
  text-decoration: underline; 
  color: #333;
  cursor: pointer;
}

a:hover,.callBtn:hover {
  text-decoration: underline; 
}

@media screen and (max-width: 979px) {
	body {
		font-size: 16px;
		line-height: 1.8;
		min-width:100%;
	}
}

img {
	vertical-align: bottom;
}

/*　#####  h 基本テキスト */
.header {
    background-color: #fff3f2;
}

.header__container {
	max-width: 979px;
    margin: 0 auto;
	padding: 56px 40px 56px 40px;
}
@media screen and (max-width: 979px) {
	.header__container {
		max-width: 100%;
		padding: 40px 20px 40px 20px !important;
		text-align: center;
	}
}

h2{
    font-size: 32px;
    color: #ec6575;
    box-sizing: border-box;
    letter-spacing: 1px;
    max-width: 1000px;
    margin: auto;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 979px) {
	h2 {
		font-size: 26px;
		line-height: 1.2;
		text-align: center;
	}
}

.header__container>span {
	color: #666;
}

.red{
	color: red;
}

/* ############  テーブルCSS*/
td {
	border-bottom: 1px solid #d8dde3;
}

td.line-right {
    background-color: transparent;
    padding: 10px;
    border-bottom: 1px solid #ff598a;
    width: 30%;
}
td.line-right-top {
    border-top: 1px solid #ff598a;
}
@media screen and (max-width: 979px) {
	td.line-right {
	  width: 31%;
	}
}

td,th {
	padding: 20px;
}

.line-top {
	border-top: 1px solid #d8dde3;
}

table{
	font-size: 18px;
	margin-top: 80px;
	margin-bottom: 160px;
}
@media screen and (max-width: 550px) {
    table {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 60px;
    }
}

/*　#####  共通 */

.contents_box{
	display: block;
	width:979px;
	padding:0 0;
	margin:0 auto;
}

.main_box p{
	padding: 20px 0 20px 20px;
	line-height: 1.8;
}

.main_box p.txt_small{
	padding: 10px 0 20px 20px;
	color: #666;
}
@media screen and (max-width: 979px) {
	.main_box p.txt_small{
		padding: 10px 0 20px 0;
	}
}

@media screen and (max-width: 979px) {
	.contents_box{
		width:100%;
		padding:0 0;
		margin:20px auto 0;
	}

	.main{
		width:90%;
		padding:0 0;
		margin:0 auto 0;
	}

	.main_box{
		padding:0 20px;
		margin: 0 auto;
	}
}

ul, ol {
  padding: 0 0 0 4%;
}
@media screen and (max-width: 767px) {
	ul, ol {
	  padding: 0 0 0 6vw;
	}
}

li>ol,li>ul {
  padding-left: 20px;
}

li>ul{
   list-style-type: disc;
}

ul li, ol li {
  line-height: 1.5; 
  padding: 5px 0;
}

/* CSS for section section:footer */
.site-footer {
    background-color: #8D8380;
    color: #fff;
    padding: 20px 0;
	font-weight: 400 !important;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	color: #333;
	font-family: "Hiragino Sans", "游ゴシック", "Yu Gothic", YuGothic,
	  "Hiragino Kaku Gothic Std", "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3",
	  "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}
.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 15px;
	line-height: 1.75;
	color: #fff;
}

.footer-nav>a {
    color: #fff;
	text-decoration: underline;
}

.copyright {
    font-size: 15px;
	line-height: 1.75;
    margin: 0;
	color: #fff;
}
@media (max-width: 768px) {
	.site-footer {
	    font-size: 2.5vw;
		padding: 1em 0;
	}
    .footer-nav {
        font-size: 3.2vw;
    }
    .copyright {
        font-size: 3.2vw;
        text-align: center;
    }
}
