@charset "utf-8";

@import url("../css_column/layout.css");

/*------------------------------------
スマホ用カテゴリ選択
------------------------------------*/ 

@media only screen and (max-width: 767px) {

/*! search - */

.search_box{
    background-color: #333;
	margin-bottom: 2em;
	position: relative;
	padding: 1em 0;
}
.search_box form,
.search_box dl{
	display:-webkit-flex;
	display: flex;
	align-items:center;
	flex-wrap: nowrap;
	justify-content: center;
	width: 100%;
}
.search_box dt{
	white-space: nowrap;
	padding-right: 1em;
}
.search_box dd{
	margin: 0;
	width: 100%;
}
.search_box dd select{
	width: 100%;
}
.search_box input[type="submit"]{
    background: #c49800;
    color: #fff;
    text-decoration: none;
	border: none;
	display: block;
}

.btn_block .btn_form{
	width: 13.75em;	
}


}



/*------------------------------------
リンク
------------------------------------*/ 


#column_main.detail_block a {
    color: #c49800;
    text-decoration: underline;
}
#column_main.detail_block a:hover {
    color: #c49800;
    text-decoration: none;
}



/*------------------------------------
コラム用
------------------------------------*/ 

#column_main.detail_block h2 {
  border-left: 5px solid #c49800;
  font-size: 24px;
  padding-left: 20px;
  margin-bottom: 20px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: palt;
  line-height: 1.5em;
}

#column_main.detail_block * + h2 {
  margin-top: 40px;
}

#column_main.detail_block h3 {
  font-size: 22px;
  color: #c49800;
  font-weight: bold;
  margin-bottom: 20px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: palt;
  line-height: 1.5em;
  border-bottom: 1px solid rgba(216, 216, 216, 0.4);
  padding-bottom: 10px;
}

#column_main.detail_block * + h3 {
  margin-top: 40px;
}

#column_main.detail_block h4 {
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  display: -moz-flex;
  display:-webkit-flex;
  align-items:center;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: palt;
  font-weight: bold;
  line-height: 1.5em;
}

#column_main.detail_block h4::before {
  content: '■';
  display: inline-block;
  color: #c49800;
  margin-right: 10px;
}

#column_main.detail_block * + h4 {
  margin-top: 40px;
}
#column_main.detail_block p + p {
    margin-top: 1em;
}
#column_main.detail_block img {
    max-width: 100%;
    height: auto;
    margin: 2rem auto;
    transition: .3s;
    display: block;
}

#column_main.detail_block table {
  margin: 15px 0 0;
}

#column_main.detail_block table td {
  text-align: left;
  padding: 15px .5em;
  border-bottom: 1px solid #434343;
}

#column_main.detail_block table td + td {
  padding-left: 1.5em;
  position: relative;
}

#column_main.detail_block table td + td:before {
  content: "";
  top: 10px;
  bottom: 10px;
  width: 3px;
  background-color: #c49800;
  position: absolute;
  left: 0;
}

#column_main.detail_block table td:first-child {
  font-weight: bold;
}
#column_main .detail_block ul {
  margin: 10px 0
}

#column_main .detail_block ul li::before {
  content: '・' !important;
  color: #c49800 !important;
  display: inline-block ;
}


p + p > .link-btn a {  
    margin-top: 6rem;
}

.link-btn a {  
    text-decoration: none !important;
    text-align: center;
    display: block;
    border:1px solid #ba923d;
    line-height: 1.5em !important;
    min-width: 31.041rem;
    padding:1.5rem 1rem;
    margin: 0 auto;
    letter-spacing: 0.15em !important;
    margin-top: 3rem;
    position: relative;
}
.link-btn a:after {  
    content: "";
    position: absolute;
    right: 1rem;
    background: url("../images/common/ico-arrow.svg") no-repeat center;
    background-size: contain;
    width: 1.2rem;
    height: 1.2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top:50%;
}

@media (hover: hover) {
    .link-btn a:hover  {
        background-color: rgba(186,146,61,.8) !important;  
        color: rgba(255,255,255,1) !important;
        min-width: 40rem;
    }
    .link-btn a:hover:after {  
        right: 1rem;
        background-image: url("../images/common/ico-arrow-white.svg");
    }
}




.border-1px {
  position: relative;
  margin: 2rem auto;
  box-sizing: border-box;
  padding: 1rem;
  border: solid 2px #c49800;
}





@media only screen and (max-width: 767px) {
/*スマホレイアウト*/
.pc_only {
    display: none;
}
.sp_only {
    display: block;
}

#column_main.detail_block h2 {
	font-size: 1.33333333em;
}
#column_main.detail_block h3 {
	font-size: 1.2em;
}
#column_main.detail_block h4 {
	font-size: 1em;
}

.link-btn a {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-width: 3px;
}





}
@media only screen and (max-width: 575px) {



}
@media print, screen and (min-width: 768px) {

.pc_only {
    display: none;
}
.sp_only {
    display: block;
}


#column_main.detail_block h2 {
	font-size: 1.6em;
	/*	font-size: 24px;	*/
}
#column_main.detail_block h3 {
	font-size: 1.466666667em;
	/*	font-size: 22px;	*/
}
#column_main.detail_block h4 {
	font-size: 1.2em;
	/*	font-size: 18px;	*/
}




.link-btn a {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

  
  

}
@media (hover: hover) and (min-width: 768px) {
    .link-btn a:hover  {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media print, screen and (min-width: 992px) {


.pc_only {
    display: block;
}
.sp_only {
    display: none;
}



}
@media print, screen and (min-width: 1200px) {
}








