main {
	margin-top: -160px;
}

.pNav {
	padding-top: 190px;
	padding-bottom: 20px;
	width: 100%;
	background: #fff8e0;
}
.pNav .inner {
	margin: 0 auto;
	width: 1100px;
}
.pNav ul{
	display: flex;
}
.pNav li {
	margin: 0 4px 0 0;
	font-size: 14px;
}

.main {
	width: 100%;
	padding-bottom: 70px;
	background: ;
}
.main .inner {
	display: flex;
	margin: 0 auto;
	width: 1100px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main .LBox {
	width: 820px;
}
.main .RBox {
	width: 240px;
}
.main .RBox h2 {
	font-size: 21px;
	line-height: 70px;
}
.main .RBox ul {
	border-top: 2px solid #d35571;
}
.main .RBox li a {
	display: block;
	padding-left: 12px;
	font-size: 16px;
	line-height: 70px;
	border-bottom: 1px solid #CCC;
    background-image: url('../../images/about/arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
}
.main .RBox li a:hover {
	background-color: #fcf6f4;
}


h2 {
	font-size: 28px;
	font-weight: 400;
	color: #000000;
	line-height: 90px;
}

.page_t:first-letter {
  font-size: 2em;
  color: #7172ac;
}

a.btnA {
  color: #FFF;
  background: #d35571;
  border: solid 2px #d35571;
  font-size: 15px;
  line-height: 1;
  padding: 12px 0;
  border-radius: 20px;
}
a.btnA:hover {
  color: #d35571;
  background: #FFF;
  border: solid 2px #d35571;
}


section {
	padding-top: 40px;
}
section h3 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 400;
	color: #222;
	line-height: 60px;
	border-bottom: 2px solid #222;
}
section p {
	font-size: 16px;
	line-height: 1.8;
}
section .Block1-2 {
	margin-bottom: 2rem;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
section .Block1-2 .L {
	width: 32%;
}
section .Block1-2 .R {
	width: 65%;
}
section .Block1-2 .R h4 {
	font-size: 22px;
	line-height: 42px;
}
section .Block1-2 .R .sub {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #d35571;
}
section .Block1-2 .R .spec {
	margin-top: -25px;
	margin-bottom: 15px;
	padding-bottom: 8px;
	font-size: 14px;
	text-align: right;
	line-height: 20px;
}
section .Block1-2 .R .b {
	color: #d35571;
	font-weight: 600;
}

section .Block3 {
	margin-bottom: 2rem;
}

.icon {
	margin-top: 60px;
	width: 100%;
	padding: 30px 40px;
	border: 1px solid #d35571;
}

section .Block1-4 {
	margin-bottom: 2rem;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
section .Block1-4 .L {
	width: 19%;
	text-align: center;
}
section .Block1-4 .L p {
	font-size: 14px;
	margin-bottom: 1rem;
}
section .Block1-4 .L img {
	margin-bottom: 3px;
}
section .Block1-4 .R {
	width: 79%;
}
section .Block1-4 .R table {
	border-collapse: collapse;
	width: 100%;
	color:#333333;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
} 
section .Block1-4 .R table th.t_top {
	background-color: #E9D7D9;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	color: #6F1A43;
	border-left: 1px solid #ddd;
} 
section .Block1-4 .R table td.t_line01 {
	background-color: #fff;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
}
section .Block1-4 .R table td.t_line02 {
	background-color: #f7f8f8;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	border-left: 1px solid #ddd;
}
section .Block1-4 .R table td.t_line03 {
	background-color: #E8E6FF;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	font-weight: bold;
	border-left: 1px solid #ddd;
}
section .Block1-4 .R table td.t_line04 {
	background-color: #F5F4FF;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	font-weight: bold;
	border-left: 1px solid #ddd;
}

.heading-21 {
    position: relative;
    font-size: 25px;
    padding: .5em .2em .4em;
    border-bottom: 1.5px solid #bbbbbb;
    color: #333333;
    font-weight: 600;
}

.heading-21::before,
.heading-21::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    content: '';
}

.heading-21::before {
    background-color: #aaa;
}

.heading-21::after {
    bottom: -11px;
    background-color: #fff;
}

.tagu {
  position: relative;
  display: inline-block;
  padding: 0.4rem 1rem 0.4rem 2rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #e43c3c;
  font-size: 13px;
}

.tagu:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

.stitle {
	font-size: 1.6em;
	  border-bottom: solid 3px #ffe3e3;
  position: relative;
  margin-bottom: 20px;
  
}

.stitle:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #e43c3c;
  bottom: -3px;
  width: 20%;
}

.areaTB {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.6;
	max-width: 100%;
	text-align: left;
	width: 100%
}
.areaTB td,
.areaTB th {
	font-size: 15px;
	border: 1px solid #dcdcdc;
	padding: 1em
}

.areaTXT p {
	font-size: 16px;
	line-height: 1.8;
}
.areaTXT img {
	margin-bottom: 5px;
	display: block;
	width: 326px;
}

.BlockFAQ {
	width: 100%;
	padding: 20px 40px;
	margin-bottom: 20px;
	border: 1px solid #d35571;
    background-image: url('../../images/faq/faq_bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
.BlockFAQ .F {
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px dotted #AAA;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.BlockFAQ .Q {
	text-indent: -2.5rem;
	padding-left: 2.5rem;
}

.BlockMAP {
	width: 100%;
	padding: 30px 40px 40px;
	margin-bottom: 20px;
	border: 1px solid #d35571;
    background-image: url('../../images/faq/faq_bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
.BlockMAP .title {
	font-size: 24px;
	font-weight: 600;
	border-bottom: 1px dotted #AAA;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.BlockMAP .btnA {
	padding: 15px 0;
	border-radius: 25px;
	width: 230px;
}


.tab-list{
	margin-top: 30px;
	width: 100%;
  display: flex;
  border-right: 1px solid #d35571;
}

.tab-list-item{
  width: 33.3333%;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
  border-top: 1px solid #d35571;
  border-left: 1px solid #d35571;
  padding: 15px;
}

.tab-contents{
  display: none;
}

.is-btn-active{
  background-color: #FFF;
  font-weight: bold;
}

.is-contents-active{
  display: block;
}

.BlockACS {
	padding: 40px;
	background: #FFF;
	border: 1px solid #d35571;
}
.BlockACS h3 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 600;
	color: #d35571;
}
.BlockACS h4 {
	font-size: 18px;
	line-height: 22px;
	margin-top: 30px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCC;
}

.BlockACS table {
	width: 100%;
}
.BlockACS .L {
	font-size: 15px;
	line-height: 1.8;
}
.BlockACS .R {
	text-align: right;
}
.BlockACS .btnA {
	margin: 1px 0 2px auto;
	font-size: 15px;
	width: 160px;
	padding: 11px 0;
	border-radius: 20px;
}
.BlockACS .btnA::after {
    content: "";
    margin: 0;
}

.form {
	width: 100%;
	border-collapse:  collapse; 
}
.form th{
	width: 160px;
    border: solid 1px #d35571;  /* 枠線指定 */
    padding: 15px;      /* 余白指定 */
    font-size: 15px;
    background: rgb(249, 240, 245);
	border: 1px solid #d35571;
}
.form th.bg{
    background-image: url('../../images/faq/faq_bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
.form td {
    border: solid 1px #d35571;  /* 枠線指定 */
    padding: 0;  
    background: #FFF;    /* 余白指定 */
}
.form td input {
	width: 100%;
	padding: 15px;
	font-size: 15px;
	border: none;
}
.form td textarea {
	display:block;
	width: 100%;
	height: 250px;
	padding: 8px;
	font-size: 15px;
	border: none;
}
.form td .error {
    display: block;
    background: #FFF;
    color: red;
    font-size: 12px;
    padding: 0 5px;	
}
#mw_wp_form_mw-wp-form-2496 .btn {
  display: inline-block;
  justify-content: center;
  align-items: center;
  width: 250px;
  font-size: 15px;
  text-align: center;
  line-height: 1;
  color: #FFF;
  padding: 12px 0;
  border-radius: 20px;
  background: #d35571;
  border: solid 2px #d35571;
  margin: 10px auto;
}
#mw_wp_form_mw-wp-form-2496 .btn:hover {
  color: #d35571;
  background: #FFF;
  border: solid 2px #d35571;
}
#mw_wp_form_mw-wp-form-2496 p {
	text-align: center;
}
.mw_wp_form_preview td {
	padding: 15px;
}

.kyokai {
	width: 100%;
	border-collapse:  collapse; 
}
.kyokai th{
	width: 200px;
    border: solid 1px #d35571;  /* 枠線指定 */
    padding: 15px;      /* 余白指定 */
    font-size: 15px;
    background: rgb(249, 240, 245);
	border: 1px solid #d35571;
}
.kyokai td {
    padding: 15px;      /* 余白指定 */
    font-size: 15px;
    background: #FFF;
	border: 1px solid #d35571;
}

.product {
	margin-top: 20px;
	width: 100%;
	background: #FFF;
}
.product .Block {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	width: 633px;
	margin: 0 auto;
	padding: 40px 0;
}
.product .Block .L {
	width: 307px;
}
.product .Block .R {
	width: 293px;
}

.product .R .boxR01L {
	float:left;
	width:307px;
}

.product .R .boxR01R {
	float:left;
	width:293px;
	margin-left: 33px
}
.product .R .pf18 {
  margin: 10px 0 0 0;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}
.product .R .pf18 span {
  font-size: 11px;
}
.product .R table {
  width: 293px;
}
.product .R .pf14l {
  margin: 10px 0 5px 0;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
}
.product .R .pf14r {
  margin: 10px 0 5px 0;
  font-size: 14px;
  line-height: 26px;
  text-align: right;
}
.product .R .pf14r input[type="text"] {
  text-align: left;
  width: 40px;
  font-size: 14px;
  
}
.product .R input[type="image"] {
  margin: 15px 0;
}
.product .R .pf14 {
  margin: 0;
  font-size: 12px;
  line-height: 22px;
}

.product .btnA {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  font-size: 15px;
  text-align: center;
  line-height: 1;
  color: #FFF;
  padding: 12px 0;
  border-radius: 19px;
  background: #d35571;
  border: solid 2px #d35571;
  margin: 0 0 0 auto;
}
.product .btnA:hover {
  color: #d35571;
  background: #FFF;
  border: solid 2px #d35571;
}
.product .btnA::after {
    content: "";
    margin: 0;
}

.hyoki .Block2 {
	width: 633px;
	margin: 0 auto;
	padding: 40px 0;
}
.hyoki h4 {
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	margin-top: 30px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
.hyoki .p {
	font-size: 14px;
	margin-bottom: 20px;
}
.hyoki h5 {
	font-size: 18px;
	line-height: 32px;
}
.hyoki h5 span {
	font-size: 14px;
}
.hyoki .soryo {
	width: 100%;
	border-collapse:  collapse; 
}
.hyoki .soryo th {
	width: calc(100% / 11);
	text-align: center;
    padding: 5px;      /* 余白指定 */
    font-size: 14px;
    background: #FFF;
	border: 1px solid #d35571;
    background: rgb(249, 240, 245);
}
.hyoki .soryo td {
	text-align: right;
    padding: 5px;      /* 余白指定 */
    font-size: 14px;
    background: #FFF;
	border: 1px solid #d35571;
}

.hyoki .daibiki {
	width: 100%;
	border-collapse:  collapse; 
	margin-bottom: 20px;
}
.hyoki .daibiki th {
	width: calc(100% / 2);
	text-align: center;
    padding: 5px;      /* 余白指定 */
    font-size: 14px;
    background: #FFF;
	border: 1px solid #d35571;
    background: rgb(249, 240, 245);
}
.hyoki .daibiki td {
	text-align: right;
    padding: 5px;      /* 余白指定 */
    font-size: 14px;
    background: #FFF;
	border: 1px solid #d35571;
}

.news ul {
  margin: 0 auto 30px;
}
.news ul li a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 0;
}
.news ul li span.day {
  width: 150px;
  font-size: 16px;
  text-align: center;
  color: rgb(51, 51, 51);
}
.news ul li span.type {
  color: rgb(51, 51, 51);
  display: block;
  width: 150px !important;
  max-width: 150px;
  line-height: 26px;
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
  background: #FFF;
  border: solid 1px #d35571;
  border-radius: 5px;  
}
.news ul li p.title {
  width: fit-content;
  font-size: 16px;
  color: rgb(51, 51, 51);
  text-align: left;
  padding: 0 0 0 15px;
}

