@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	color: #111;
}
nav#global_navi {
	opacity: 0.95;
}
.wrap_con {
	width: 100%;
	height: 159px;
	text-align: center;
	padding-bottom: 0;
	background: url('../img/prize_test.png') no-repeat center right;
	background-position-y:bottom;
	position: relative;
	z-index: 3;
}
#title_cat_area {
	height: 128px;
	width: 100%;

background: linear-gradient(90deg, rgba(0,71,157,1) 26%, rgba(71,134,205,1) 55%, rgba(71,134,205,0) 71%); 
}

#title {
	width:1180px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: left;
	font-size: 30px;
	padding-top:40px;
}

#title_cat p {
	width: 400px;
	padding: 10px 16px;
	background: #5b66d4;
	position: relative;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	top:76px;
}
#title_cat p::before {
	background: #5b66d4;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100vw;
	right: 100%;
}

nav.subnavi div.submenu_title{
text-align: left;
background-color: rgb(18, 68, 132);
color: white;
display: flex;
align-items: center;
height: 142px;
font-size: 27px;
padding-left: 14px;
}

nav.subnavi div.submenu_border{
background-color: #00479d;
height:3px;
}

nav.subnavi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.subnavi ul li {
	display: block;
	box-sizing: border-box;
	width: 280px !important;
	background: none !important;
	text-align: left;
}

nav.subnavi ul li a {
	display: block;
	margin: 0;
	height: auto !important;
	position: inherit;
	color: #111;
	width: 280px;
	text-align: left;
	text-shadow: none;
	padding: 13px 10px;
	line-height: 1.2;
	box-sizing: border-box;
	border-bottom: 1px solid #e1e3f0;
	transition: .1s ease-out;
    text-decoration: none;
}
nav.subnavi ul li a:hover {
	border-bottom: 1px solid #f0f0fa;
	background-color: #2961B9;
	color: #fff !important;
	text-decoration: none;
}
nav.subnavi ul li a::before {
	display: inline-block;
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: rgb(18, 68, 132);
	font-size: 14px;
	margin-right: 7px;
	position: relative;
}
nav.subnavi ul li a:hover::before {
	color: #fff;
}
nav.subnavi ul li.sub a {
	padding: 10px 5px 10px 40px;
	font-size: 0.98em;
	color: #222;
	line-height: 1.2em;
	text-indent: -0.5em;
}
nav.subnavi ul li.sub a::before {
	display: inline-block;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #555555;
	font-size: 12px;
	margin-right: 7px;
	position: relative;
}
nav.subnavi ul li.sub a:hover {
	border-bottom: 1px solid #f0f0fa;
	background-color: #0061d7;
	color: #fff !important;
	text-decoration: none;
}
nav.subnavi ul li.sub a:hover::before {
	color: #fff;
}

.breadcrumbs {
	width:1180px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	text-align: left;
	font-size: 1em;
	line-height: 1.4;
padding-top: 20px;
padding-bottom: 20px;
}

.breadcrumbs a:visited{
color:#fff;
}
.breadcrumbs a:link{
color:#fff;
text-decoration: underline
}

.breadcrumbs i.fa-caret-right {
	color: #fff;
}

/* Tags */
.item_right {
	font-size: 0.98rem;
}
.item_right h1 {
display: flex;
height: 70px;
padding-left: 14px;
align-items: center;
position:relative;
background: linear-gradient(to right,#EBF2FB 40%,#ffffff 100%);
}

.item_right h1::after{
content:"";
position: absolute;
width: 870px;
height: 5px;
background: linear-gradient(to right,#2961B9 40%,#ffffff 100%);
left: 0px;
bottom: 0px;
}

.item_right h1 span {
	font-size: 30px;
	font-weight: 900;
	line-height: 1.15;
	min-width: 130px;
	font-family: a-otf-ryumin-pr6n, serif;
	color: rgb(18, 68, 132);
}
.item_right h2 {
	position: relative;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	border-left: 5px solid #0061d7;
	padding: 7px 0 7px 7px;
	color: #424242;
	font-weight: bold;
	font-size: 19px;
    margin-bottom: 14px;
    margin-top: 40px;
}


.item_right h3 {
	position: relative;
	padding: .45em 0 5px 2px;
	margin: 1.5em 0 0px 0;
	font-size: 19px;
	font-weight: bold;
	color: #424242;
    border-bottom: 2px solid #66a4f0;
}

.item_right h4 {
	font-weight: bold;
    	color: #111;
        margin-top: 16px;
}
.item_right p {
	margin: 14px 0px 18px 0;
	line-height: 1.8em;
    text-align: left;
    word-break: break-all;
}
.item_right ul, .item_right ol {
	margin: 10px 0 1.8em 40px;
}
.item_right ul li, .item_right ol li {
	line-height: 1.8em;
}
/* �e�[�u�� */
.item_right table{
	border-collapse: collapse;
	margin: 2em 0;
    margin-right: auto;
    margin-left: auto;
}
.item_right table th,.item_right table td {
	border:1px solid #999;
	vertical-align:middle;
	background: rgba(255,255,255,0.6);
}
.item_right table th{
	background:#bed7f4;
	font-weight: bold;
	padding:6px 8px;
	font-size: 92%;
	text-align: center;
	vertical-align: top;
}
.item_right table td{
	padding:6px 8px;
	font-size:94%
}
.item_right table.nonborder {
	border-collapse: collapse;
	margin:1em 0;
}
.item_right table.nonborder td {
	border:none;
	vertical-align:top;
	padding: 2px;
}
.item_right table.nenpyo {
	border-top: 1px solid #999;
}
.item_right table.nenpyo th, .item_right table.nenpyo td {
    border-bottom: 1px solid #999;
    border-right: none;
    border-left: none;
    vertical-align: top;
    padding:14px 8px;
}
/* ���X�g */
.item_right ul.horizontalList{
	list-style:none;
	margin: 1em 0 1em 1em;
	padding:0;
}
.item_right ul.horizontalList li {
	display:block;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding: 3px;
	margin:0 15px 8px 3px;
}
.item_right ul.horizontalList.col2 li {
	width: 403px;
}
.item_right ul.horizontalList.col3 li {
	width: 260px;
}
.item_right ul.horizontalList.col4 li {
	width: 189px;
}
.item_right ul.horizontalList.col5 li {
	width: 146px;
}
.item_right ul.horizontalList.col6 li {
	width: 118px;
}
.item_right ul:before, .item_right ul:after {
	display: table;
	content: "";
	line-height: 0;
}
.item_right ul:after {
    clear: both;
}
.cb {
    clear: both;
    height: 0;
}
footer {
	border-top: 1px #d3d3d3 solid;
}
footer::before {
	position: absolute;
	top: -350px;
	left: 0;
	display: block;
	width: 315px;
	height: 349px;
	content: '';
	background-image: url('../img/bg_stripe.webp');
	background-repeat: no-repeat;
	background-position: -100px 0;
}



div.gsc-input-box{
    border: none!important;
}

td.gsc-input{
    border: none!important;
}

td.gsc-search-button{
    border: none!important;
}

td.gsib_b{
border: none!important;
}

.greeting_box{
display: flex;
justify-content: space-between;
}

.ichibukobo{
background-color: #E5F1FF;
display: inline-block;
padding: 0px 3px 0px 3px;
border-radius: 3px;
font-size: 12px;
}