* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.topfb-heading {
	margin-bottom: 20px;
	color: white;
}

.mobile-none {
	display: inline-block;
	width: 130px;
	margin: 0 auto 10px;
}

.pricetable-heading {
	text-align: center;
	font-weight: bold;
	background-color: #e0f8ff;
}

.pricetable-normal-heading {
		text-align: center;
	font-weight: bold;
	background-color: #ffff00;
}

.pricetable-normal-content {
		background-color: #ffffc1;

}

.pricetable-silver-heading {
	text-align: center;
	font-weight: bold;
background: #848484; /* Old browsers */
background: -moz-linear-gradient(left, #848484 0%, #fcfcfc 50%, #848484 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #848484 0%,#fcfcfc 50%,#848484 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #848484 0%,#fcfcfc 50%,#848484 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#848484',GradientType=1 ); /* IE6-9 */
}

.pricetable-silver-content {
		background-color: #edeff2;

}

.pricetable-gold-heading {
		text-align: center;
	font-weight: bold;
	background: #ffd21e; /* Old browsers */
background: -moz-linear-gradient(left, #ffd21e 0%, #fcf9ea 50%, #ffd21e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ffd21e 0%,#fcf9ea 50%,#ffd21e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ffd21e 0%,#fcf9ea 50%,#ffd21e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd21e', endColorstr='#ffd21e',GradientType=1 ); /* IE6-9 */
}

.pricetable-gold-content {
		background-color: #f2e3b8;

}


.pricetable-polish-heading {
		text-align: center;
	font-weight: bold;
	background-color: #e0f8ff;
}

.pricetable-polish-content {
		background-color: #ffffff;

}

.pricetable-other-heading {
		background-color: #edeff2;
		text-align: center;
	font-weight: bold;

}

.wpcf7 {
	border: none;
}

.wpcf7 input, .wpcf7 textarea {
     display: block;
    width: 100%;
}

.topfb {
	background-color: rgba(152, 30, 35);
	padding: 30px 0;
	text-align: center;
}
.topfb-container {
	width: 90%;
	margin: 20px auto;
	color: white;
}


.topsns-icons-list {
		list-style: none;
  margin-top: 20px;
  overflow: hidden;
  padding: 0;
	display: flex; 
	justify-content: center;
	}

.topsns-icons-list li:not(:last-child) {
    margin-right: 20px;
}

.topfb-heading__title {
	font-family: "Times New Roman";
	font-size: 40px;
}


/*---news非表示----*/

.p-content03__news {
	display: none;
}


/*---blog中央寄せ変更----*/
.p-content03__blog {
	
  margin: auto;
}




.p-hero-header__link {
	display: none;
}


.pricetable-desktop {
  display: none;
}

.pricetable-mobile {
  
}

.price-btns__body {
	-js-display: flex; /*--- IE8, 9---*/
  display: -webkit-box;/*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: stretch;/*--- Androidブラウザ用 ---*/
  -ms-flex-align: stretch;/*--- IE10 ---*/
  -webkit-align-items: stretch;/*--- safari（PC）用 ---*/
  align-items: stretch;

  -webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
  flex-wrap: wrap;

  -webkit-box-pack: space-between;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;/*--- IE10 ---*/
  -webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
  justify-content: space-between;
}

a.price-btns__body-btn {
	display: block;
	width: 48%;
	padding: 5%;
	text-align: center;
	border-radius: 6px;
	margin: 0 auto 10px;
	color: black;
}

.price-btns__body-btn__gold {
	background: -moz-linear-gradient(left, #ffd21e 0%, #fcf9ea 50%, #ffd21e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ffd21e 0%,#fcf9ea 50%,#ffd21e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ffd21e 0%,#fcf9ea 50%,#ffd21e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd21e', endColorstr='#ffd21e',GradientType=1 ); /* IE6-9 */
}

.price-btns__body-btn__silver {
	background: #848484; /* Old browsers */
background: -moz-linear-gradient(left, #848484 0%, #fcfcfc 50%, #848484 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #848484 0%,#fcfcfc 50%,#848484 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #848484 0%,#fcfcfc 50%,#848484 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#848484',GradientType=1 ); /* IE6-9 */
}

.price-btns__body-btn__normal {
	background-color: #ffff00;
	
}

.price-btns__body-btn__kawana {
	background-color: #962027;
	
}


.price-btns__body-plan {
	font-size: 21px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 5px;
	
}

.price-btns__body-btn__price {
	font-size: 16px;
	font-weight: 600;
	
}

a.price-btns__body-btn:hover {
	text-decoration: none;
	opacity: 0.7;
}

.align-center{
	text-align:center;
}

.foot-area {
    max-width: 1000px;
    text-align: center;
    margin: 20px auto;
}

.fnav {
    font-size: 0;
    padding-bottom: 15px;
}

.fnav li {
    display: inline-block;
    border-right: 1px solid #6d6d6d;
}

.fnav li:first-child {
    display: inline-block;
    border-left: 1px solid #6d6d6d;
}

.fnav a {
    display: inline-block;
    font-size: 16px;
    color: #6d6d6d;
    padding: 0 20px;
}

ul fnav-link {
    list-style: none;
}

.mb20{margin-bottom:20px;}
	
@media (min-width: 768px) {
	.mobile-none {
		display: inline-block;
	}
	
.price-btns__container  {
		display: none;
	}
		
  .pricetable-desktop {
    display: table;
  }
	
	.pricetable-mobile {
    display: none;
  }
	
	.mobile-menu {
		display: none;
	}
	
	.topfb-left {
		width: 45%;
	}
	.topfb-right {
		width: 45%;
	}
	.topfb-container {
		-js-display: flex; /*--- IE8, 9---*/
 
  text-align: center;
  -webkit-box-align: stretch;/*--- Androidブラウザ用 ---*/
  -ms-flex-align: stretch;/*--- IE10 ---*/
  -webkit-align-items: stretch;/*--- safari（PC）用 ---*/
  align-items: stretch;

  -webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
  flex-wrap: wrap;

  -webkit-box-pack: space-between;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;/*--- IE10 ---*/
  -webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 50px auto;
		max-width: 700px;
	}

	
	
	
}


@media (min-width: 1024px) {
	span.p-hero-header__nav-item-title {
    font-size: 18px;
    background-color: #962027;
    display: inline-block;
    color: white;
    padding: 20px 20px;
    max-width: 240px;
    font-weight: 600;
    border-radius: 2px;
    margin: 0 auto;
    left: 20%;
	}
}

@media screen and (max-width: 559px){
.fnav li {
    margin: 4px 0;
}

.fnav a {
    font-size: 11px;
    display: block;
	padding: 0 5px;
}
}


.p-entry__body .mobileHeadline {
    font-size: 140%;
}
.tcd-pb-row .featureList {
	    font-size: 18px;
    color: #333333;
    text-align: left;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media only screen and (max-width: 767px) {
.tcd-pb-row .featureList {
    font-size: 20px;
}
}

.hover01 img{
	transition: all  0.3s ease;
}

.hover01 img:hover{
	opacity: 0.5;
}

.mb50{
	margin-bottom:50px;
}