@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%;
	}
}

._pc {
	display: block;
}
._sp {
	display: none;
}
@media screen and (max-width: 767px) {
	._sp {
		display: block;
	}
	._pc {
		display: none;
	}
}

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

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

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;
}

.pb_0{
	padding-bottom: 0 !important;;
}
	
h3{
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    line-height: 1.4;
	padding: 1px 10px 19px 20px;
	margin: 50px auto 10px;
    border-bottom: 1px solid #969393;
    position: relative;
	color: #333;
}
@media screen and (max-width: 979px) {
	h3{
        font-size: 20px;
		padding: 1px 10px 19px 20px;
	}
}

h3:before {
    content: "";
    width: 6px;
    height: calc(100% - 19px);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ec6575;
}

.txt_small{
	font-size: 80%;
}

.txt_bottom{
	margin-right: -1%;
	color: #666;
}
@media screen and (max-width: 979px) {
	.txt_bottom{
		margin-right: -2vw;
	}
}

.txt_right{
	font-size: 16px;
	line-height: 1.4 !important;
	padding-top: 20px;
}
@media screen and (max-width: 979px) {
	.txt_right{
		padding-top: 50px;
		padding-right: 20px;
	}
}

/* ############  テーブルCSS*/

td {
	border-bottom: 1px solid #d8dde3;
	font-size: 15px;
}
@media screen and (max-width: 979px) {
	td {
		font-size: 13px;
	}
}

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

td,th {
	padding: 0.5rem 1rem;
}

table.long{
	width: 100%;
}
@media screen and (max-width: 550px) {
	table.long{
		width: 550px;
	}
}

/*　#####  共通 */

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

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

.p_0{
	padding: 0 !important;
}

.pl_0{
	padding-left: 0 !important;
}

.pt_120{
	padding-top: 120px !important;
}

.pb_120{
	padding-bottom: 120px !important;
}

.mt_50{
	margin-top: 50px !important;
}
@media screen and (max-width: 979px) {
	.pt_120{
		padding-top: 100px !important;
	}

	.pb_120{
		padding-bottom: 100px !important;
	}
}

.main_box p{
	padding: 0 0 20px 20px;
	line-height: 1.8;
}
@media screen and (max-width: 979px) {
	.main_box p{
		padding: 0 0 20px 0;
	}
}

.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;
	}
}

.inner-container{
	padding-left: 2.5%;
}
@media screen and (max-width: 979px) {
	.inner-container{
		padding-left: 5%;
	}
}

.main_box p.inner{
	background-color: #f5f6f7;
	padding: 20px;
	font-size: 90%;
}

.main_box_0{
	width:650px;
	padding:20px 0;
	margin:20px auto;
}

@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;
	}

	.main_box_0{
		width:100%;
		padding:0;
		margin:0 auto;
	}
}

ul, ol {
  padding: 0 0 0 40px;/*ボックス内の余白*/
}

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;
    }
}
