@charset "utf-8";
/* CSS Document */


.Ttlcontent h1 {
    margin: 3em 0 2em 0;
    font-size: 2em;
    font-weight: bold;
    color: #666666;
}

.Ttlcontent p {
	line-height:20px;
	font-weight:bold;
}

.update h2{
	display:flex;
	align-items: center;
	padding: 1em 3em 1em 1em;
	position:relative;
	font-size: 1.2em;
    background: #fafff7;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    text-align: left;
    font-weight: 700;
    margin-bottom: 2em;
	margin-top: 30px;
}

.update h2::after {
	content: "\f101";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-left: 10px;
	/* font-weight:300; */
	position: absolute;
	right: 1em;
}

.update h2 img{
	vertical-align:middle;
	margin-right: 1em;
}

.update h4{
	border:unset;
}



a.midashi {
	color:#474747 !important;
	position:relative;
}
a.midashi2 {
	color:#474747 !important;
	position:relative;
	margin-top:5em;
	display:block;
}
.notes h5{
	display:flex;
	align-items: center;
	padding-right: 3em;
	position:relative;
}

.notes h5::after {
	content: "\f101";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-left: 10px;
	/* font-weight:300; */
	position: absolute;
	right: 1em;
}
.typeName{
	border-bottom: #999 2px solid  !important;
	letter-spacing: normal;
	font-size: 1.1em  !important;
	margin: 0 0 10px  !important;
	display: block;
	padding-bottom: .5em  !important;
	width: 100% !important;
}
.typeName a{
	width: 100%;
	display:block;
}
.typeName a::after{
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-left: 1em;
	right: 1em;
}
.other_front h3{
	font-size:unset;
}
.otherProductsRe h3 b.blue{
	background-color:unset;
}



@media screen and (max-width: 767px){
.Ttlcontent h1 {
    margin: 1em 0;
    font-size: 1.5em;
}

.update h2{
	padding: 1em 2em 1em 0.5em;
}
.update h2 img{
	margin-right: 0.5em;
}
.update h2::after {
	right: 0.5em;
}




.notes h5{
	padding: 1em 2em 1em 0.5em;
}
.notes h5 img{
	margin-right: 0.5em;
}
.notes h5::after {
	right: 0.5em;
}

.o_pBox3_other01 ul{
	width:100%;
	flex-wrap:wrap;
	
}
.o_pBox3_other01 li:nth-child(1){
	text-align:center;
	width:100%;
}
.o_pBox3_other01 li:nth-child(2){
	width:100%;
}
.o_pBox3_other01 li a {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 1em;
	line-height: 2em;
}
.o_pBox3_other01 li a.txtR {
	text-align: right;
}
.o_pBox4_other01 ul{
	width:100%;
	flex-wrap:wrap;
	justify-content: center;
}
.o_pBox4_other01 li:nth-child(1){
	text-align:center;
	width:100%;
	margin-right: unset;
}
.o_pBox4_other01 li:nth-child(2){
	width:100%;
}
.o_pBox4_other01 li:nth-child(3){
	width:100%;
	text-align:center;
}

.o_pBox4_other01 li a {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 1em;
	line-height: 2em;
}
.o_pBox4_other01 li a.txtR {
	text-align: right;
}
.o_pBox4_other01 li .regi li{

}

.o_pBox5 ul{
	width:100%;
	flex-wrap:wrap;
	justify-content: center;
}
.o_pBox5 li:nth-child(1){
	text-align:center;
	width:100%;
	margin-right: unset;
}
.o_pBox5 li:nth-child(2){
	width:100%;
}
.o_pBox5 li:nth-child(3){
	width:100%;
	text-align:center;
	margin-left: unset;
}

.o_pBox5 li a {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 1em;
	line-height: 2em;
}
.o_pBox5 li a.txtR {
	text-align: right;
}
.o_pBox5{
	margin-bottom:0;
}

}