@charset "utf-8";


/* ==========================================================================
ナビ追加 TOPは非表示設定 2206
*/
#ma_main #column_side{
    display: none !important;
}


/* ==========================================================================
    2106 デザイン共通化改修
    ========================================================================== */



p.box-main-lead__image img.fluid-image {
    max-width: 110px;
    margin-top: 20px;
}

.box-main-lead{
    border: none;
}
p.box-main-lead__text{
    padding-bottom: 0;
}


/* down menu */
ul.columnIndex_nav2{
    margin-top: 20px ;
    padding-bottom: 50px;
}
ul.columnIndex_nav2 li{
    float: left;
    margin-left:2em;
}

@media screen and (max-width: 767px) {
    ul.columnIndex_nav2 li{
        padding:10px;
    }
}



@media screen and (max-width: 767px) {
.grid-3{width: calc(25% - 10px);}
.grid-9{width: calc(75% - 10px);}
}/* media end*/





.box-column__wrapper{
    padding-top: 30px;
    padding-bottom: 60px;
}

.box-column__wrapper .wrp-grid .grid-3 img{
  object-position: 0 0;
  width: 100%;
  height: 170px;
  object-fit: cover;
  border:none;
}
@media all and (-ms-high-contrast: none) {
  /* IE  object-fit 未対応 */
  .box-column__wrapper .wrp-grid .grid-3 img{
    height: auto;
  }
}/* ie 対応 end*/


.box-column__wrapper h3.hdg-lv3{
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
h3.hdg-lv3:before{
    content: none;
}

@media screen and (max-width: 767px) {
.box-column__wrapper h3.hdg-lv3{
    font-size: 1.6rem;
}
}/* media end*/

/* lineを出したいのに出ない
.box-column__wrapper div.wrp-contents:before{
    content: '';
    position: relative;
    width: 58px;
    height: 5px;
    top: 0;
    left: 50%;
    margin-left: -29px;
    background-color: #082d57;
    z-index: 1;
}
*/

.box-column__wrapper dl{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
.box-column__wrapper dl dt{
    padding: 10px 20px;
    background-color: #26669f;
    color: #fff;
    border-radius: 3px;
    border: 3px  #26669f solid;
    margin-bottom: 10px;
    white-space: nowrap;
}
.box-column__wrapper dl dt a{
    color: #fff;
}
.box-column__wrapper dl dd{
    padding: 10px 0 10px 20px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

@media screen and (max-width: 767px) {
.box-column__wrapper dl dt{
    padding: 10px 10px;
}

}/* media end*/



/* new */
.box-column__wrapper .txt-icon{
    display: inline;
    top: -3px;
    margin-left: 3px;
    margin-right: 3px;
    position: relative;
    font-size: 0.8rem;
}

/*

.ma_content{
    line-height: 1.7;
    color: #143e6d;
}

strong {
    color: #EF266F;
}

a {
    color: #000fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.main {
    min-width: 900px;
}

.col {
	overflow: hidden;
}

.col-left {
	float: left;
}

.col-right {
	float: right;

    padding-left: 1em;
}

.table {
	display: table;
}

.table-row {
	display: table-rowl;
}

.table-cell {
	display: table-cell;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.button {
    width: 100%;
    padding: 8px 0;
    background-color: #fff;
    background-image: url(../../column/images/arrow1.gif);
    background-position: right 10px center;
    background-repeat: no-repeat;
    border: 1px solid #273247;
    display: inline-block;
    color: #143e6d;
    font-size: 18px;
    text-align: center;
}


.button:hover {
    background-color: #fff8e6;
    transition: 0.2s;
    text-decoration: none;
}




@media(max-width:900px){
    body {
        background-color: #fff;
        background-image: none;
        background-position: top center;
        background-repeat: repeat-y;
    }
}

@media(max-width:480px){
	.main {
		min-width: initial;
	}
	.col {
		overflow: initial;
	}

	.col-left {
		float: initial;
	}

	.col-right {
		float: initial;
	}

    .table {
        display: initial;
    }

    .table-row {
        display: initial;
    }

    .table-cell {
        display: block;
    }

}



/* ==========================================================================
	columnIndex

.columnIndex {
    margin: 30px 30px 0 30px;
}

.columnIndex_title {
    width: 600px;
    margin: 0 auto;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #a0b2c6;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}


.columnIndex_listItem {
    width: 840px;
    margin-top: 30px;
    padding: 30px;
    background: #f4f4f4;
    box-sizing: border-box;
}

.columnIndex_content {
    width: 450px;
}

.columnIndex_contentTitle {
    padding-bottom: 5px;
    border-bottom: 1px solid #a0b2c6;
    font-size: 23px;
    font-weight: bold;
    line-height: 30px;
}

.columnIndex_contentText {
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
}

.columnIndex_image-pc {
    width: 300px;
}

.columnIndex_image-pc img {
    display: block
}

.columnIndex_image-sp {
    display: none;
}

.columnIndex_contentButton {
    margin-top: 10px;
}

@media (max-width: 480px){

    .columnIndex {
        margin: 10px 0 0 0;
    }

    .columnIndex_title {
        width: 100%;
        margin: initial;
        padding: 5px 0;
        background: #333;
        color: #fff;
        font-size: 18px;
    }

    .columnIndex_listItem {
        width: initial;
        margin-top: 10px;
        padding: initial;
        border: none;
    }

    .columnIndex_listItem:first-child {
        margin-top: 10px;
    }

    .columnIndex_content {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .columnIndex_contentTitle {
        font-size: 18px;
        line-height: 22px;
    }

    .columnIndex_contentText {
        font-size: 16px;
        line-height: 18px;
    }

    .columnIndex_contentText {
        margin-top: 10px;
    }

    .columnIndex_image-pc {
       display: none;
    }

    .columnIndex_image-sp {
        display: block;
    }

     .columnIndex_image-sp img {
        margin-top: 10px;
        width: 100%;
    }
}

/*20180412追加  2105 delしたいができない

.columnIndex_category {
    width: 600px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    background: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline
    border-bottom: #0068B7 solid 2px;
}

.columnIndex_box {
    width: calc(33.3% - 10px);
    margin: 5px;
    position: relative;
}
/*ここまで

.columnIndex_box2 img{
	
    margin-bottom: 10px;
}
.wrap{
    display:flex;
    flex-wrap: wrap;
    padding: 10px;
    width:800px;
}


main section div h5{
    color: #143e6d;
    font-size: 16px;
    font-weight: bold;
}

.columnIndex_columnTitle,
.columnIndex_link{
color: #004b8b;
text-decoration: none;
font-weight: bold;
text-align: left;
}

.columnIndex_homeRead {
    width: 800px;
    margin: 0 auto;
    color: #004b8b;
    text-align: center;
    font-size: 18px;
}

/*20180412追加  2105 delしたいができない 
.columnIndex_nav {
    width: calc(33.3% - 10px);
    margin: 5px;
    position: relative;
    text-align: center;
    text-decoration: underline;
}
*/

/* 2105 dell
#cx1{
    margin-top:-80px;
    padding-top:80px;
}

#cx2{
    margin-top:-80px;
    padding-top:80px;
}

#point{
    margin-top:-80px;
    padding-top:80px;
}
*/

/* 2105 dell 設定済みなので削除

.pickup-img:before {
  border-color: #dc143c transparent transparent transparent;
  border-style: solid;
  border-width: 60px 60px 0 0;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: 2;
}
.pickup-img:after {
  color: #fff;
  content: "NEW";
  font-size: 12px;
  position: absolute;
  top: 15px;
  left: 8px;
  transform: rotate(-45deg);
  z-index: 3;
}
*/
/* 2105 add
.pickup-img{
position: relative;
}
/*comming soon
.columnIndex_info{
    position: relative;
    width: 250px;
    height: 166px;
}

.columnIndex_info span{
    position: absolute;
    top: 0;
    right:0;
    bottom:0;
    left:0;
    text-align: center;
    font-size: 1.5em;
    margin: auto;
    width: 250px;
    height: 166px;
    color: #fff;
    line-height: 166px;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}


/

/* ==========================================================================
	globalFooter

.globalFooter {
    margin-top: 20px;
}

.globalFooter_wrap {
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
}

@media (max-width: 480px){
    .globalFooter_wrap {
        width: 100%;
        max-width: initial;
        margin: 0;
    }

}

    ========================================================================== */
