@charset "UTF-8";
/****************************************
	common.cssにあったもの
*****************************************/
.nagareoya{
	line-height:25px;
}
.nagare{
	background:#FF7F00;
	text-align:center;
	display:block;
	color:#FFF;
	font-size:16px;
	padding:5px 0;
	margin-bottom:5px;
	margin-top:20px;
}
.nagare2{
	background:#0158A5;
	text-align:center;
	display:block;
	color:#FFF;
	font-size:16px;
	padding:5px 0;
	margin-bottom:5px;
	margin-top:20px;
}

.nagare3{
	background:#f00;
	text-align:center;
	display:block;
	color:#FFF;
	font-size:16px;
	padding:5px 0;
	margin-bottom:5px;
	margin-top:20px;
}
.nagareoya ul {
	height:auto;
	overflow:hidden;
}
.nagareoya ul li{
	width:415px;
	float:left;
}
.nagareoya ul li:nth-child(2n+2){
	margin-left:30px;
}

/****************************************
	html内にあったもの
*****************************************/
#undercolumn {
	background-color: inherit;
	width: 100%;
	line-height: 1.5em;
	margin-top: 0;
}
#undercolumn h4{
	margin-bottom: 1em;
}
h2.title{
	padding-left: 20px;
	font-size: 20px;
    font-weight: bold;
    color: #6e6e6e;
    background-position: left !important;
    margin: 0 !important;
                }
ul.taiou{
    display: flex;
    align-items: center;
    margin: 1rem auto;
    width: fit-content;
}

ul.taiou li:nth-child(even){
    margin: 0;
    margin-right: 2rem;
    height:2rem;

}
ul.taiou li:nth-child(odd){
    width: 2rem;
    height:2rem;
    margin: 0 0.5rem 0 0;
}
ul.taiou li:last-child{
    margin-right: 0;
}
p.down{
width: 100%;
font-weight: bolder;
text-align: center;
font-size: 80px;
color: #000;
}
div.nagare, div.nagare2, div.nagare3{
    margin: 2rem auto 1rem auto;
}
.nai{
    width: 80%;
    margin: 2rem auto 1rem auto;
}
ul.shiharai{
    display: flex;
    justify-content: space-between;
}
ul.shiharai li{
    width: 48%;
}
p.tyuuijikou{
    text-align: center;
    margin: 1rem auto;
}
dl.kessai{
    padding-left: 1rem;
    margin-bottom: 2rem;
}
dl.kessai dt{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
dl.kessai dt img{
    width: 8rem;
    height: auto;
}
dl.kessai dt:before{
    content:"\f111";
    font-family: "Font Awesome 5 Free";
    padding-right: 0.5rem;
}
dl.kessai dd{
    padding-left: 2rem;
    margin-top: -1rem;
    margin-bottom: 1rem;
}
dl.kessai dd img{
    width: 60%;
}

@media screen and (max-width: 880px){
    .maker_list li{
    width: 32%;
    margin: 0.2em 0;
	}
}
@media screen and (max-width: 550px){
    ul.taiou{
  flex-wrap: wrap;
	}
	ul.taiou li:nth-child(even){
		margin: 0 0 1rem 0;
		margin-right: 2rem;
		height:2rem;
	width: calc( 100% - 5rem);
	}
	ul.taiou li:nth-child(odd){
		width: 2rem;
		height:2rem;
		margin: 0 0.5rem 1rem 0;
	}
}

