@charset "utf-8";
/* CSS Document */

#subtitle {
    background-color: #f8f8f8;
    padding-top: 20px;
    padding-bottom: 20px;
}
#subtitle div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
#subtitle div p {
    font-size: 3rem;
    line-height: 6rem;
    font-weight: bold;
}
#subtitle div .p-subtitle2 {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 3rem;
}

.p50 {
    margin-bottom: 50px;
}
#li-productlist  {
    list-style: none;
    margin: 0px 0px 50px;
    padding: 0px;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
}
#li-productlist li {
    width: 33.3333%;
    text-align: center;
}
#li-productlist li a {
    display: block;
    border-left: 1px solid #6A6A6A;
    border-right: 1px none #6A6A6A;
    border-bottom: 1px none #6A6A6A;
    border-top: 1px solid #6A6A6A;
    padding: 10px;
    font-size: 1.4rem;
    transition: 0.5s;
}
#li-productlist li a:hover {
    background-color: #2091EF;
    color: #FFFFFF;
}

#li-productlist li:nth-child(3) a {
    border-right-width: 1px;
    border-right-style: solid;
}

#li-productlist li:nth-child(4) a  , #li-productlist li:nth-child(5) a{
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
#li-productlist li:last-child {
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
}
.wrap-pro2   {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.wrap-pro2 > div {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    width: 48%;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 2px #E4E4E4;
    box-shadow: 0px 0px 10px 2px #E4E4E4;
    align-items: center;
    margin-bottom: 20px;
}

.wrap-pro2 div div:first-child  {
    width: 25%;
    border-right: 1px dotted #ABABAB;
}
.wrap-pro2 div div:last-child  {
    width: 75%;
    padding-left: 15px;
}
.wrap-pro2 div div:last-child p {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.8rem;
    margin-bottom: 0px;
}
.wrap-pro2 div div:last-child p:first-child {
    font-weight: bold;
    margin-bottom: 0px;
}
.contents p .ab {
	display: block;
	border: 1px solid #D5D5D5;
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: center;
	transition: 0.3s;
}
.contents p .ab:hover {
	background-color: #0F408B;
	color: #FFFFFF;
}

p .ab i {
	margin-left: 10px;
}











@media screen and (max-width:700px){
#subtitle div p {
    font-size: 2rem;
    line-height: 2.8rem;
}
#li-productlist li {
    width: 50%;
}

#li-productlist li a {
    font-size: 1.2rem;
}

#li-productlist li:nth-child(2) a {
    border-right-style: solid;
}
#li-productlist li:nth-child(3) a {
    border-right-style: none;
}
#li-productlist li:nth-child(4) a {
    border-bottom-style: none;
    border-right-style: solid;
}
.wrap-pro2 > div {
    width: 100%;
}





}
