@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html{
	scroll-behavior:smooth;
  scroll-padding-top: 80px;
}
#wrapper {
	width: 100%;
 	font-size:14px;
	line-height:1.6;
	overflow: hidden;
	font-family: 'Noto Serif JP', serif;
	background: url("../images/bg_page_top.png") repeat-x top center,
		url("../images/bg_page_bottom.png") repeat-x bottom center,
		url("../images/bg_page.png") repeat;
	background-size: auto 20%,auto 20%, 50% auto;
	padding:30px 0 100px;
}
#wrapper * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#wrapper a{
   word-break: break-all;  
}
#wrapper img{
  vertical-align: bottom;
} 
#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}
@media screen and (min-width: 760px){
   .pc_none{
    	display: none;
  }
}
@media screen and (max-width: 759.9px){
   .sp_none{
    	display: none;
  }
}
.disnon {
	display:none;
}
.text_red {
	color: #B20202;
	border-bottom: 1px solid #B20202;
}
.text_bold {
	font-weight: bold;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.attention {
	font-size:90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
.slash {
	width: fit-content;
	margin: 0 auto 20px;
	padding: 0 20px;
	background: url("../images/slash_left.svg") no-repeat center left,url("../images/slash_right.svg") no-repeat center right ;
	background-size:12px;
}
@media screen and (max-width: 759.9px){
	.slash{
		padding: 0 12px;
		background-size:8px;
	}
}
a.godetail{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 55px;
	text-align: center;
	text-decoration: none;
	background: #A72126;
	color: #FFFFFF;
	font-size: 100%;
	line-height: 1.4;
	z-index: 10;
	box-shadow: 5px 5px 0 #F8DE00;
  transition: 0.2s;
}
@media screen and (max-width: 759.9px){
	a.godetail{
		height: 50px;
		width: 46%;
		font-size: 90%;
		padding-bottom: 3px;
		box-shadow: 3px 3px 0 #F8DE00;
	}
}
a.godetail:hover {
  text-decoration: none;
  background-color: #F8DE00;
  box-shadow: none;
	opacity: 1;
	transform: translateX(5px) translateY(5px);
}
a.godetail.gray{
	background-color: #9C9C9C;
	box-shadow:none;
	pointer-events: none;
}
a.godetail.gray:hover{
	transform: none;
}


/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
  position: relative;
	margin-bottom: 20px;
}
.page_roof .inner{
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
}
.page_roof .inner img{
	width: 100%;
	height: auto;
}


@media screen and (max-width: 759.9px){
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
	margin-bottom: 60px;
}
.pageContent .inner{
  width: 100%;
	max-width: 950px;
	margin: 0 auto;
	position: relative;
}
/*------yoyaku----------*/
.yoyaku_wrap > p {
	font-size: 140%;
}
.yoyaku_wrap > h3 {
	font-size: 160%;
	text-align: center;
}
.yoyaku_unit {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: center;
	margin: 10px auto 30px;
	gap: 20px;
}
.yoyaku_unit a{
	flex-grow: 1;
}

@media screen and (max-width: 759.9px){
	.yoyaku_wrap > h3 {
		font-size: 140%;
	}
	.yoyaku_unit {
		gap:15px;
	}
	.yoyaku_unit a{
		min-width: 46%;
	}
}

