/*** Common ***/

h1,h2{
	margin:0;
}

.b {
    font-weight: bold;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.flex_inner {
    display: flex;
    width: 30%;
}

.flex_inner_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 41%;
}

.block {
    display: block;
}

.adjustment {
    width: 100% !important;
}

.lh1_4 {
    line-height: 1.4;
}

.wi180 {
    width: 20%;
}

.wi260 {
    width: 100%;
}

.wi410 {
    width: 100%;
}

.wi440 {
    width: 100%;
}

.mlauto {
    margin-left: auto;
}

.mt20 {
    margin-top: 20px;
}

.fs_up110 {
    font-size: 1.1rem;
}

.fs_up115 {
    font-size: 115%;
}

.fs_up125 {
    font-size: 125%;
}

.dlbtn-01, .dlbtn-01_dl {
    position: relative;
    width: 41%;
}

.arrow1 {
    padding-left: 15px;
    background: url(/wp/wp-content/themes/idc/assets/images/catalog/arrow1.gif) no-repeat left 0.35em;
}

@media only screen and (max-width:767px) {
    span.block {
        display: block;
    }
    .fs_up115 {
        font-size: 90%;
    }
}

@media only screen and (max-width:599px) {
    .wi180 {
        width: 40%;
        max-width: 180px;
    }

    .flex_inner {
        width: 50%;
        max-width: 302px;
    }

    .dlbtn-01, .dlbtn-01_dl {
        width: 100%;
        margin-top: 20px;
    }

    .column {
        width: 100%;
        align-items: flex-start;
    }
}

/*** Catalog ***/

#contents {
    width: 1120px;
    margin: 0 auto;
    max-width: 100%;
}
@media only screen and (min-width: 751px) {
#contents {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 750px) {
#contents {
    padding: 0 4vw;
  }
}

.catalog_list{
	width:100%;
	padding:40px 0 50px 0;
	border-bottom: 1px solid #ccc;
}

.catalog_list:last-child{
	width:100%;
	margin-bottom:30px;
    border-bottom: none;
}

h1{
	font-size:1.4rem;
    border-bottom: 1px solid #858585;
    margin-top: 20px;
}

.catalog_list h2{
	border-left: 6px solid #b00a0a; 
	padding: 0.15em 0 0.15em 0.4em;
	font-size:1.35rem;
}

.dlbtn-01,.dlbtn-01_dl {
	position:relative;
}

.dlbtn-01 a::after {
	content: "\f054";
    font-family: FontAwesome;
    position: absolute;
	top: 0.85em;
    right: 1em;
	color:#B00A0A;
	font-size: 140%;
}

.dlbtn-01_dl a::after {
	content: "\f054";
    font-family: FontAwesome;
    position: absolute;
	top: 1.55em;
    right: 1em;
	color:#B00A0A;
	font-size: 140%;
}

@media only screen and (max-width:767px) {
    .dlbtn-01_dl a::after {
        top: 1.45em;
    }
}

@media only screen and (max-width:999px) {
    #contents {
        width: 100%;
        padding: 0 10px;
    }
}

@media only screen and (max-width:599px) {
    #contents {
        padding: 0 10px
    }
    h1{
        padding: 0;
        margin-bottom: 20px;
    }
    i {
        padding-left: 3px !important;
    }
    .dlbtn-01_dl a::after {
        top: 1.65em;
    }
    .catalog_list:first-of-type{
        padding:10px 0 50px 0;
    }
    .catalog_list h2{
        margin-bottom: 10px;
    }
}


/*** Common ****/
.hc_new {
	background-color:#fd8c48;
	color:#fff;
	font-weight:bold;
	padding:0 5px;
}

.kakaku_kaitei{
	margin:5px 10px 0 0;
	text-align:right;
}
.kakaku_kaitei span {
	color:#b00a0a;
	margin-top:0;
	font-size: 0.9em;
}


/*** Button ****/
.item_btn{
  border: 1px solid #ccc;
  border-radius: 4px;
  padding:16px;
  text-align:center;
  background:#efefef;
  margin-bottom: 5px;
}

.item_btn2{
  border: 1px solid #ccc;
  border-radius: 4px;
  padding:2px 10px;
  text-align:center;
  background:#efefef;
}

.item_btn3{
  border: 1px solid #ccc;
  border-radius: 4px;
  padding:10px;
  text-align:center;
  background:#efefef;
}

/*** PDF ***/
.pdf {
  vertical-align: top;
  margin: 0 2px;
}


img.show-pc {
  display: inline;
}

/********************************
フッター上書き
********************************/
#footer #footer_nav_pc .footer_nav_inner {
    max-width: 960px;
}
#footer #footer_nav_pc .footer_nav_inner, #footer #footer_nav_pc .footer_nav_inner a {
    width: 100%;
}
#footer #footer_nav_pc .footer_nav_inner .footer_nav_col li {
    font-size: .9rem;
}
#footer .footer_nav_bg .footer_nav_bg_inner {
    width: 100%;
}



