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


/*---------------------------事例詳細--------------------------*/
/*---------------------------事例詳細--------------------------*/
#case_content .inner .contens01 .ti_box {
  text-align: center; }
  @media screen and (min-width: 641px) {
    #case_content .inner .contens01 .ti_box {
      margin-bottom: 100px; } }
  #case_content .inner .contens01 .ti_box h3 {
    color: #006ab7;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 1.5em;
    display: inline-block;
    border-bottom: 1px solid #006ab7; }
    @media screen and (min-width: 641px) {
      #case_content .inner .contens01 .ti_box h3 {
        font-size: 14px; } }
    #case_content .inner .contens01 .ti_box h3 span {
      font-size: 1.875em; }
      @media screen and (min-width: 641px) {
        #case_content .inner .contens01 .ti_box h3 span {
          font-size: 30px; } }
    #case_content .inner .contens01 .ti_box h3 .ti_icon {
      display: inline-block;
      width: 30px;
      height: 26px;
      background: url("../../../../assets/images/case_detail/ti_icon.png") no-repeat;
      margin-left: 10px;
      background-size: contain; }
      @media screen and (min-width: 641px) {
        #case_content .inner .contens01 .ti_box h3 .ti_icon {
          width: 47px;
          height: 41px; } }


main.jirei_content{
    padding-top: 200px;
}
@media screen and (max-width: 640px) {
    main.jirei_content{
        padding-top: 100px;
    }
}


.jirei_con_wrap{
    width: 100%;
    padding: 40px 0;
}
section.column-list_con_wrap{
    width: 94%;
	max-width: 1000px;
    padding: 40px 0;
    margin: 0 auto;
}
.jirei_inner{
    width: 94%;
    max-width: 880px;
    margin: 0 auto;
}
.jirei_inner img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
/*---------------------------------------------
--------------メモ風枠-----------------------*/
.column-list_inner{
    max-width: 880px;
    margin: 0 auto;
    position: relative;
	background: #f9f7ea;
	padding: 1.5em;
	border: solid 1px #27acd9;
	}
.column-list_inner::after {
	position: absolute;
	content: '';
	left: -1px;
	top: -1px;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: #fff #fff #27acd9;
	}
/*-------------------------------------------
--------------------------ここまで---------*/
.jirei_inner.jirei_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #eeeeee;
    padding: 10px 0;
    margin-bottom: 1.5em;
}
.jirei_inner.jirei_comment{
    border: 1px solid #999999;
    padding: 15px;
    margin-bottom: 1.5em;
}
.jirei_com_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 1.5em;
}
.jirei_com_flex:last-child{
    margin-bottom: 0em;
}

.jirei_item{
    width: 45%;
    display: inline-block;
    position: relative;
    margin: 10px auto;
}
@media screen and (max-width: 640px) {
    .jirei_item{
        width: 90%;
        display: inline-block;
        position: relative;
        margin: 10px auto;
    }
}
.jirei_item p.cap{
    font-size: 0.8em;
    position: absolute;
    right: 0.5em;
    bottom: 0.3em;
    text-align: right;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 2px #000,0 0 3px #333;
}



.jirei_com_l{
    width: 65%;
    display: inline-block;
    position: relative;
    margin: 10px auto;
}
.jirei_com_r{
    width: 30%;
    display: inline-block;
    position: relative;
    margin: 10px auto;
}
.jirei_com_img{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0px auto;
}
@media screen and (max-width: 640px) {
    .jirei_com_l{
        width: 100%;
        display: inline-block;
        position: relative;
        margin: 10px auto;
    }
    .jirei_com_r{
        width: 100%;
        display: inline-block;
        position: relative;
        margin: 10px auto;
    }
}
.jirei_com_l p.cap,.jirei_com_r p.cap{
    font-size: 0.8em;
    position: absolute;
    right: 0.5em;
    bottom: 0.3em;
    text-align: right;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 2px #000,0 0 3px #333;
}



.jirei_title h2{
    font-size: 1.8em;
    text-align: center;
    line-height: 1.4em;
    color: #006ab7;
}
.jirei_title h2 span{
    display: inline-block;
}
.jirei_comment .jirei_title h2{
    color: #000;
    margin: 1em auto;
}


.jirei_h3{
    width: 100%;
    background: rgba(242,150,0,0.1);
    position: relative;
    margin-bottom: 1.5em;
}
.jirei_h3::after{
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #006ab7;
}
.jirei_h3 h3{
    font-size: 1.8em;
    color: #006ab7;
    line-height: 1.2;
    padding: 15px;
    padding-left: 30px;
}
.jirei_h3.h3_bk{
    background: #eeeeee;
}
.jirei_h3.h3_bk::after{
    content: "";
    background: #000;
}
.jirei_h3.h3_bk h3{
    color: #000;
}

.jirei_h4{
    width: 100%;
    margin-bottom: 1em;
}
.jirei_h4 h4{
    font-size: 1.4em;
    color: #f29600;
    line-height: 1.4;
	padding-top: 1em;
}
.jirei_h4 span{
    display: inline-block;
}

.jirei_text{
    width: 100%;
    margin-bottom: 1em;
}
.jirei_text p{
    font-size: 1.1em;
    line-height: 1.8;
}
.jirei_text p a{
    color: #06f;
	text-decoration: underline;
}

/*---------------------------コラム詳細--------------------------*/
/*---------------------------コラム詳細--------------------------*/
.column_title h2{
    font-size: 1.8em;
    text-align: center;
    line-height: 1.4em;
    color: #789;
}
.column_title h2 span{
    display: inline-block;
}

.column_h3{
    width: 100%;
    background: rgba(0,106,183,0.1);
    position: relative;
    margin-bottom: 1.5em;
}
.column_h3::after{
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,106,183,1);
}
.column_h3 h3{
    font-size: 1.8em;
    color: #000;
    line-height: 1.2;
    padding: 15px;
    padding-left: 30px;
}


.column_h4{
    width: 100%;
    margin-bottom: 1em;
}
.column_h4 h4{
    font-size: 1.4em;
    color: #006ab7;
    line-height: 1.4;
}
.column_h4 h4:hover{
    color: rgb(2, 44, 107);
}
.column_h4 span{
    display: inline-block;
}
.column_h4 a{
    color: #06f;
    text-decoration: none;
    font-size: 0.8rem;
    position: relative;
}
.column_h4 a::after{
    content: "";
    width: 100%;
    height: 0.5px;
    display: inline-block;
    background-color: rgba(0,106,183,0.5);
    position: absolute;
    bottom: -6px;
}

.column_text{
    width: 100%;
    margin-bottom: 1em;
}
.column_text p{
    font-size: 1.1em;
    line-height: 1.8;
}
.column_text p a{
    color: #06f;
	text-decoration: underline;
}

/*================================================
=================ここからコラム一覧================
==================================================*/

.column-list_wrap{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    max-width: 100%;
 
}
.column-list_wrap a{
	display: inline-block;
    text-align: center;
    text-decoration: none;
	vertical-align: middle;
    white-space: nowrap;
	width: 30%;
    /*height:20px;*/
    line-height:20px;
	margin: 0.5rem;
	padding: 1.5rem 4rem 1.3rem;
	font-weight: bold;
    font-size: 1.15rem;
	border: 2px solid #006ab7;
	color: #006ab7;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}
@media screen and (max-width: 720px) {
	.column-list_wrap a{
	width: 45%;
	padding: 1.5rem 1rem 1.3rem;
}
}

.column-list_wrap a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #006ab7;
	transform: translateX(100%) translateY(100%);
	transition: all .3s;
	z-index: -1;
}
.column-list_wrap a:hover::before {
	transform: translateY(0);
}
.column-list_wrap a:hover {
	color: #fff;
    transition: all .4s;
}
.column-list_h3{
    position: relative;
	border-bottom: 5px solid #ddd;
    font-size: 1.7rem;
    margin: -20px 0 40px 0;
	}
.column-list_h3:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	background: #27ACD9;
}
.column-list_h3 h3{
    margin-bottom: 0;
}
span#column-list_top{
    font-size: 3rem;
    color: #27ACD9;
}

/*------------------24/03/06追加css--------------------*/
.column_kikenn-deco {
    display: block;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
}
.h4-deco {
    font-size: 1.4em;
    color: #006ab7;
    line-height: 1.4;
    font-weight: bold;
}
