main {
	margin-top: -160px;
}
.pNav { 
	padding-top: 190px;
}
.pNav .inner {
	margin: 0 auto;
	max-width: 1100px;
}
.pNav ul{
	display: flex;
}
.pNav li {
	margin: 0 4px 0 0;
	font-size: 14px;
}

.main {
	width: 100%;
	padding-bottom: 70px;
  background-color: #ffffff;
}
.main .inner {
	display: flex;
	margin: 0 auto;
	max-width: 1100px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main .LBox {
	max-width: 820px;
}
.main .RBox {
	max-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: #f83c3c;
  border: solid 2px #f83c3c;
  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: 30px;
}
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: 3rem;
	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;
}
p .mercari_lnk {
	font-weight: 600px;
	font-size: 1.2em;
}


.hanbai {
  margin: 10px 0;
}

.hanbai a {
  display: inline-flex; 
  align-items: center;  
  gap: 8px; 
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.2em;
  transition: opacity 0.3s ease;
}

.hanbai a:hover {
  opacity: 0.8;
  color: #d33; 
}

.hanbai img {
  width: 25px;
  height: auto;
  display: inline-block;
}



.romanpdf {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 5px 0;
}

.romanpdf a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

/* テキスト */
.romanpdf .caption {
  font-size: 0.95rem;
  line-height: 1.4;
  transition: color 0.3s ease;
  font-weight: 600;
}

/* 画像 */
.romanpdf img {
  width: 100px;
  border-radius: 10px;
  display: block;
  transition: transform 0.4s ease;
}

/* hover時の動き（ふわっと） */
.romanpdf a:hover img {
  transform: scale(1.07) rotate(2deg);
}

.romanpdf a:hover .caption {
  color: #d33; /* 赤系のアクセントカラー */
}

.romanmenu {
	padding: 0px 0px 13px 0px;
}
.romanmenu li {
    float: left;
    font-size: 1em;
    font-weight: 600;
    margin-right: 3px;
}
.roman_nav a {
    display: inline-flex;     /* 画像とテキストを横並びにする */
    align-items: center;      /* 縦方向の中央揃え */
    justify-content: center;  /* 横方向も中央に（必要であれば） */
    text-decoration: none;
    color: inherit;
    gap: 8px;                 /* 画像と文字の間にスペース */
}
.romanmenu img {
    width: 28px;
    height: auto;
    display: inline-block;    /* 明示的にインラインに */
}
.roman_nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    padding: 5px;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.roman_nav a:hover {
    background-color: #f9f9f9;
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.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 0.6rem 0.4rem 1.8rem;
  color: #fff;
  border-radius: 90vh 0 0 90vh;
  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;
}
.marus {
	font-size: 7px;
	padding-top: 10px;
}
.marur {
	font-size: 10px;
}

.stitle {
  font-size: 1.6em;
  border-bottom: solid 3px #ffe3e3;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
  color: #333;
  line-height: 35px;
}

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


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

.form {
	width: 100%;
	border-collapse:  collapse;
	margin-bottom: 30px;
}
.form th{
	width: 160px;
    border: solid 1px #d35571;  /* 枠線指定 */
    padding: 15px;      /* 余白指定 */
    font-size: 15px;
    background: #FCE3C8;
	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;
}


