﻿@charset "UTF-8";

/*------------------------------------------------------------
	pc_main
------------------------------------------------------------ */
/*--------------------------------
    PC　基本CSS
-------------------------------- */
html {
    /* 初期フォント*/
    /*font-family: sans-serif;*/
    /*font-family: "FOT-筑紫A丸ゴシック Std M", TsukuARdGothicStd-M, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", メイリオ, Meiryo, sans-serif;*/
    /*font-family: "UD Digi Kyokasho NK-B", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;*/
    /*font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','sans-serif';*/
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


body {
    line-height: 1.4;
    background-color: #fff;
    color: #444;
    -webkit-text-size-adjust: 100%;
    margin: 0px;
    font-size: 16px;
    font-size: 1.6rem;
}


h1 {
    font-size: 11px;
    margin: 0px;
    font-weight: normal;
}


h2 {
    font-size: 16px;
    font-size: 1.6rem;
}

h3 {
    font-size: 16px;
    margin: 5px 0 0 0;
}

.toppage_top_title{
    margin: 0 0 10px;
    font-size: 18px;
    color: rgba(95, 107, 175, 1);
    transition: top 0.5s;
    letter-spacing: 2px;
    text-indent: 2px;
    text-align: center;
}

.toppage_top_title_02{
    margin: 0 0 10px;
    font-size: 14px;
    transition: top 0.5s;
    letter-spacing: 2px;
    text-indent: 2px;
    text-align: center;
}



/*------------------------------------------------------------
	PC　コンテンツ pc_inn
------------------------------------------------------------*/

.pc_inn:after {
    content: "";
    display: table;
    clear: both;
}


@media only screen and (min-width: 1120px) {
    .pc_inn {
        width: 1120px;
        margin: 0 auto;
    }
}


/*------------------------------------------------------------
	PC　タイトル背景 透過マスク用
------------------------------------------------------------*/
.title_bg_mask_100 {
    height:100%;
    background: rgba(255,255,255,0);
}


.title_bg_mask_0 {
    height: 350px;
    background: rgba(255,255,255,0);
}

.title_bg_mask_0_h250 {
    height: 250px;
    background: rgba(255,255,255,0);
}


/*------------------------------------------------------------
	PC　コンテンツ背景
------------------------------------------------------------*/

.bg_white {
    background: rgba(255, 255, 255, 1);
    padding: 0px;
    margin: 0px;
}


.bg_gray {
    background: rgba(227, 221, 209, 1);
    padding: 0px;
    margin: 0px;
}

.bg_d2c8b2 {
    background: rgba(210, 200, 178, 1);
    padding: 0px;
    margin: 0px;
}

.bg_e3ddd1 {
    background: rgba(227, 221, 209, 1);
    padding: 0px;
    margin: 0px;
}

.bg_f0eee9 {
    background: rgba(240, 238, 233, 1);
    padding: 0px;
    margin: 0px;
}

.bg_eaeff3 {
    background: rgba(234, 239, 243, 1);
    padding: 0px;
    margin: 0px;
}

.bg_eedca0 {
    background: rgba(238, 220, 160, 0.2); 
    padding: 0px;
    margin: 0px;
}


.bg_EFEFEF {
    background: rgba(239, 239, 239, 1);
    padding: 0px;
    margin: 0px;
}

.bg_ffffea {
    background: rgba(255, 255, 234, 1);
    padding: 0px;
    margin: 0px;
}

.bg_fffac6 {
    background: rgba(255, 255, 198, 0.6);
    padding: 0px;
    margin: 0px;
}




/*------------------------------------------------------------
	アンダーライン
------------------------------------------------------------*/

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}


/*------------------------------------------------------------
	スペースタグ
------------------------------------------------------------*/

.space_5px {
    width: auto;
    margin: 5px auto 0px auto;
    text-align: center;
}

.space_7px {
    width: auto;
    margin: 7px auto 0px auto;
    text-align: center;
}

.space_10px {
    width: auto;
    margin: 10px auto 0px auto;
    text-align: center;
}

.space_15px {
    width: auto;
    margin: 15px auto 0px auto;
    text-align: center;
}

.space_20px {
    width: auto;
    margin: 20px auto 0px auto;
    text-align: center;
}

.space_25px {
    width: auto;
    margin: 25px auto 0px auto;
    text-align: center;
}

.space_30px {
    width: auto;
    margin: 30px auto 0px auto;
    text-align: center;
}

.space_35px {
    width: auto;
    margin: 35px auto 0px auto;
    text-align: center;
}

.space_40px {
    width: auto;
    margin: 40px auto 0px auto;
    text-align: center;
}

.space_50px {
    width: auto;
    margin: 50px auto 0px auto;
    text-align: center;
}
.space_60px {
    width: auto;
    margin: 60px auto 0px auto;
    text-align: center;
}
.space_70px {
    flat: left;
    width: auto;
    margin: 70px auto 0px auto;
    text-align: center;
}
.space_80px {
    width: auto;
    margin: 80px auto 0px auto;
    text-align: center;
}
.space_90px {
    width: auto;
    margin: 90px auto 0px auto;
    text-align: center;
}
.space_100px {
    width: auto;
    margin: 100px auto 0px auto;
    text-align: center;
}
.space_150px {
    width: auto;
    margin: 150px auto 0px auto;
    text-align: center;
}
.space_200px {
    width: auto;
    margin: 200px auto 0px auto;
    text-align: center;
}


/*------------------------------------------------------------
	ホバー時アップダウン
------------------------------------------------------------*/

a.up_action {
        display: block;
        box-shadow: 0 0 1px transparent;
        position: relative;
        transition-duration: 0.3s;
        transition-property: transform;
        border: none;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }



a.up_action:hover {
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    }



/*------------------------------------------------------------
	PC　a　テキスト要素
------------------------------------------------------------*/

a {
    color: #422b26;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:active {
    color: #422b26;
    text-decoration:underline;
    outline: none;
}

a.anchor{
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

a.anchor_02{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}



/*------------------------------------------------------------
	ホバー要素で傾けて拡大。拡大のみも可能
------------------------------------------------------------*/

/*--
a{
  margin: 0 auto;
  overflow: hidden;
}

a{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.5s;
}

a:hover{
  transform: scale(1.1) rotate(0deg);
  transition-duration: 0.5s;
}

--*/

/*------------------------------------------------------------
	ホバー要素で浮かせる場合
------------------------------------------------------------*/

/*--
a{
  margin: 0px auto 0;
  transition-duration: 0.5s;
}
a{
  width: 100%;
  cursor: pointer;
}
a:hover{
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}
--*/



/*------------------------------------------------------------
	PC　ヘッダー
------------------------------------------------------------*/

/*------------------------------------------------------------
	9/25マージン追加
------------------------------------------------------------*/
#page_homepage {
        width: 100%;
        padding: 0;
        background: none;
        margin: 0; 
    }

#header {
    margin: 0px;
    padding: 0px 0 30px 0;
    background: rgba(255, 255, 255, 1);
    border-bottom: solid rgba(95, 107, 175, 1);
}


.header_topline {
    margin: 0px;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #e3ddd1;
    background: rgba(246, 245, 244, 1);
}

.header_topline_box {
    width: 1120px;
    margin: 0 auto;
    color: #333333;
    letter-spacing: 0.1em;
    text-align: right;
}

.header_box{
        width: 1120px;
        margin: 0 auto;
    }

.header_top {
    width: 100%;
    height: 65px;
    margin: 0px 0px 10px 0px;
    padding: 0 0 0px 0;
    }

.header_logo {
    width: 180px;
    float: left;
    margin: 5px 440px 0px 0px;
    }

.header_txt01 {
    width: 100px;
    float: left;
    margin: 60px 10px 0px 100px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    text-decoration: none;
}

.header_icon01 {
    width: 120px;
    float: left;
    margin: 22px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
   
}

.header_icon02 {
    width: 100px;
    float: left;
    margin: 22px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
   
}

.header_icon03 {
    width: 100px;
    float: left;
    margin: 22px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
   
}

.header_tell{
    width: 350px;
    float: left;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


/*------------------------------------------------------------
	PC　メインナビゲーション
------------------------------------------------------------*/

#nav {
    margin: 0px;
    padding: 0px;
    background: rgba(255, 255, 255, 1);
    border-top: 0px solid #5f6baf;
    border-bottom: 7px solid #5f6baf;
   /*デフォルト border-bottom: inset 7px #E3DDD1;*/
}

.nav_box {
    width: 1120px;
    margin: 0 auto;
    height: 60px;
}

.nav_box ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

.nav_box li {
	display: inline;
	margin-right: 6px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 180px;
}


/*------------------------------------------------------------
	PC　パンクズリスト
------------------------------------------------------------*/

#pankuzu {
    margin: 0px;
    padding: 0px;
    background: rgba(255, 255, 255, 1);
}

.pankuzu_box {
    width: auto;
    margin: 0 auto;
}


.pankuzu_list *, .pankuzu_list *:after, .pankuzu_list *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.pankuzu_list {
	margin: 10px auto;
	padding: 12px 0px 12px 15px ;
	background-color: #fff;
	color: #fff;
}

.pankuzu_list a {
	text-decoration: underline;
	color: #444;
    font-size: 90%;
}

.pankuzu_list a:hover,
.pankuzu_list a:focus,
.pankuzu_list a:active {
    text-decoration:none;
}

.pankuzu_list .pankuzu_ul {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.pankuzu_list li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: #444;
}
.pankuzu_list li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.pankuzu_list li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #422b26;
    text-decoration: none;
    font-size: 100%;

}
.pankuzu_list li:last-child::before {
	content: normal;

}
.pankuzu_home a {
    padding-left: 2px
}


/*------------------------------------------------------------
	PC　トップページスライダー
------------------------------------------------------------*/
/*------------------------------------------------------------
	PC　スライダー3枚中央バージョン
------------------------------------------------------------*/
  .slider {
    width: 90%;
    margin: 0 auto 80px;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .mypattern{
    width: 100%;
  }
  .mypattern .slick-slide{
    margin: 5px;
  }

/*▼CSSでホバー時画像を明るくする▼ */

.mypattern img{
  cursor: pointer;
  transition-duration: 0.3s;
}

.mypattern:hover img{
  opacity: 0.8;
  transition-duration: 0.3s;
}

/*▲CSSでホバー時画像を明るくする▲ */




/*▼CSSで左右の画像を白黒▼ */
/*
.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.2s linear;
}
*/
/*▲CSSで左右の画像を白黒▲ */


/*▼CSSで左右の画像を透過▼ */
/*
.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(70%);
  -moz-filter: opacity(70%);
  -o-filter: opacity(70%);
  -ms-filter: opacity(70%);
  filter: opacity(70%);
  transition: 0.2s linear;
}
*/
/*▲CSSで左右の画像を透過▲ */


/*▼CSSで左右の画像をぼかす▼ */
/*
.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: blur(5px);
  -moz-filter:blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  transition: 0.2s linear;
}
*/
/*▲CSSで左右の画像をぼかす▲ */


/*▼CSSで左右の小さくする▼ */
/*
.mypattern .slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
*/
/*▲CSSで左右の小さくする▲ */


/*▼CSSで左右の画像を縮小+ぼかす▼ */
.mypattern .slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
 
  -webkit-filter: opacity(60%);
  -moz-filter: opacity(60%);
  -o-filter: opacity(60%);
  -ms-filter: opacity(60%);
  filter: opacity(60%);
  transition: 0.2s linear;
}

/*▲CSSで左右の画像を縮小+ぼかす▲ */

/*------------------------------------------------------------
	PC　コンテンツ(トップページスライダー部分)
------------------------------------------------------------*/
#contents_toppage_slider {
	background:#FFF;
	padding-left:8px;
	padding-right:8px;
	width:99%;
    margin: 15px auto 0px auto;
}

/*--
@media only screen and (min-width: 1120px) {
	#contents_top {
		padding-left:16px;
		padding-right:16px;
		width:1120px;
	}
}
--*/

/*------------------------------------------------------------
	PC　コンテンツ 全体ボックス（すべて共通）
------------------------------------------------------------*/


.contents_box:after {
    content: "";
    display: table;
    clear: both;
}


.contents_box img {
	display: block;
	margin: 0px auto;
	padding: 0px;
}


/*------------------------------------------------------------
	PC　トップページ事業紹介
------------------------------------------------------------*/


.toppage_title{
    width: auto;
    padding: 10px;
}

.toppage_service_box {
    width: 1080px;
    margin: 10px auto 40px auto;
    padding: 0px 0px 50px 0px;
    border-bottom: solid 1px #5f5baf;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}


.toppage_service_box_500_left {
    width: 460px;
    height: auto;
    margin: 0px;
    padding: 0px 0px 0px 40px;
    float: left;
}

.toppage_service_box_500_right {
    width: 450px;
    height: auto;
    margin: 0px;
    padding: 0px 50px 0px 0px;
    float: left;
}


.toppage_service_box_580_left {
    width: 540px;
    height: auto;
    margin: 0px 0px 0px 40px;
    padding: 0px;
    float: left;
}

.toppage_service_box_580_right {
    width: 580px;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}


.left_col_image {
    width: 450px;
    margin: 0px;
    padding: 35px 0px 0px 10px;
    float: left;
}

.left_col_image img {
	width: 100%;
    border-radius: 20px;
}


.left_col_icon {
    width: 470px;
    margin: 0px;
    padding: 30px 0px 0px 30px;
    float: left;
}
.left_col_icon img {
    width: 350px;
    margin: 0px;
    padding: 0px;
}


.left_col_txt {
	width: 450px;
    margin: 0px;
    padding: 0px 0px 0px 50px;
    float: left;
    line-height: 2;
	font-size: 15px;
}

.left_col_readmore {    
	width: 500px;
    margin: 0px;
    padding: 15px 0px 0px 50px;
    float: left;
}

.left_col_readmore a.button {
    width: 260px;
    margin: 0px;
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #aaa;
}

.left_col_readmore a:hover.button {
    text-decoration: underline;
    color: #fff;
    background: rgba(95, 107, 175, 0.9);
    opacity: 1;
    -webkit-animation: flash 0.6s;
    animation: flash 0.6s;
}


.right_col_icon {
    width: 500px;
    margin: 0px;
    padding: 20px 0px 0px 0px;
    float: left;
}

.right_col_icon img {
    width: 350px;
    margin: 0px 0px 0px 70px;
    padding: 0px;
}


.right_col_txt {
	width: 430px;
    margin: 0px 0px 0px 70px;
    padding: 0px 0px 0px 0px;
    float: left;
    line-height: 2;
	font-size: 15px;
}


.right_col_readmore {    
	width: 430px;
    margin: 0px 0px 0px 70px;
    padding: 15px 0px 0px 0px;
    float: left;
}

.right_col_readmore a.button {
    width: 260px;
    margin: 0px;
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #aaa;
}

.right_col_readmore a:hover.button {
    text-decoration: underline;
    color: #fff;
    background: rgba(95, 107, 175, 0.9);
    opacity: 1;
    -webkit-animation: flash 0.6s;
    animation: flash 0.6s;
}

.right_col_image {
    width: 450px;
    margin: 0px;
    padding: 35px 0px 0px 10px;
    float: left;
}

.right_col_image img {
	width: 100%;
    border-radius: 20px;
}






.service_title_qa { 
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    background: url("../img/dot_line_01.png") repeat-x 0 bottom;
    background-size: auto auto;
}

.service_title_qa_right{
    margin: 60px 0px 0px 0px;
}


/*------------------------------------------------------------
	会社概要　
------------------------------------------------------------*/

#subpage_main_title {
  padding: 0.6em 0.5em;/*文字の上下 左右の余白*/
  color: #444;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #5f6baf;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  margin: 15px 0 0 20px;
  font-size: 20px;
}

.company_box {
    margin: 20px 0 0 0;
}


.tbl-branch {
    width: 96%;
    margin: auto;
}

.tbl-branch th {
  background: #f0f0f0;
  border: solid 1px #ccc;
  color: #444;
  padding: 12px 10px 15px 10px;
}
.tbl-branch td {
  background: #fff;
　border: solid 10px #ccc;
  padding: 10px 10px 10px 10px;

}
.tbl-branch a {
    text-decoration: underline;
    
}

.tbl-branch .line {
    border: solid 1px #ccc;
}

.tbl-branch .line_tell {
    border: solid 1px #ccc;
}

.tbl-branch .line_tell a {
    color: #0E1BBB;
}

.tbl-branch .line_url {
    border: solid 1px #ccc;
    font-size: 90%;
}

.branch_tell_comment {
    margin-top: 5px;
    padding-top: 3px;
    border-top: 2px dashed #d2c8b2;   /* 枠線の指定（上）     */
    border-radius : 1px;                  /* 角丸の指定           */
    font-size: 80%;
}
.mapbox{
    margin: -25px -220px 0px 220px;
    width: 150px;
}




/*------------------------------------------------------------
	PC　トップページ　取り扱い製品
------------------------------------------------------------*/

/* PickUp */

.pickup-wrapper {
	padding: 40px 0;
    text-align: center;
}

.pickup {
	display: inline-block;
	width: 260px;
    margin: 30px 50px 0 50px;
	vertical-align: top;
	background-color: white;
}

.pickup-icon img {
    width: 260px;
}

.pickup-icon img:hover {
    opacity: .8;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.text-contents {
    width: 90%;
	min-height: 120px;
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
	text-align: left;
}







/*------------------------------------------------------------
	PC　ページトップ戻り
------------------------------------------------------------*/

#page-top {
        position: fixed;
        bottom: 20px;
        right: 100px;
        margin: 0 0 40px 0;
        z-index: 9999;
        border-radius: 10px;
    　　box-sizing: border-box;
    }


#page-top a {
    border : solid 1px #fff; 
    border-radius: 10px;
    padding: 25% 30% 20%;
    display: block;
    width: 50px;
    text-align: center;
    height: 50px;
    background: rgba(68, 68, 68, 0.7);
    box-sizing: border-box;
    
}


/*------------------------------------------------------------
	PC　フッター
------------------------------------------------------------*/

#footer {
        margin: 80px 0 0 0;
        padding: 5px 0 0 0;
        background: rgba(240, 238, 233, 1);       
    }


.footer-navi {
  margin-top: 40px;
  margin-bottom: auto;
  padding-left: 210px;
  padding-bottom: 60px;
  border-bottom: 0px solid #d2d2d2;
}

.footer-navi__list {
  padding-left: 0;
  list-style-type: none;
  font-size: 0;
}

.footer-navi__item {
  display: inline-block;
  color: #444; 
  vertical-align: top;
  font-size: medium;
  font-size: 14px;
  padding: 0 0 0 5px;
  border-left   : 0px dotted #5f6fab;   /* 枠線の指定（左）     */
  border-radius : 1px;                  /* 角丸の指定           */
}
.footer-navi__item:nth-child(n) {
  margin-right: 2px; 
  margin-left: 30px;
  width: calc((100% - 60px) / 6) ;
}

/*--

.footer-navi__item:nth-child(4n+1) {
  margin-left: 0;
}
.footer-navi__item:nth-child(4n+4) {
  margin-right: 0;
}

---*/

.footer-navi__item >span {
  display: block;
  margin-bottom: 15px; 
  font-weight: bold;
}

.footer-child-navi__list {
  margin: auto; 
  padding-left: 5px;
  list-style-type: none;
}

.footer-child-navi__item {
  margin-bottom: 12px;
  font-size: 12px;
}

.footer-child-navi__item a {
  color: #444444;
  text-decoration: none;
}
.footer-child-navi__item a:hover {
  text-decoration: underline;
}



.footer_sp_info {
    width: 98%;
    text-align: right;
}

.footer_sp_info img{
        border: 1px solid #d2c8b2;
        border-radius : 2px; 
        margin: -170px 0px 20px 0;
}



.footer_info {
    width: 98%;
    height: 160px;
    padding: 10px 0 10px 0;
    margin: 0px 0px 0px 0px;
    border-top    : 0px dashed #d2c8b2;   /* 枠線の指定（上）     */
    border-bottom    : 0px solid#5f6baf;   /* 枠線の指定（上）     */
    border-radius : 1px;                  /* 角丸の指定           */
    box-sizing: border-box;
    }

.footer_logo {
    width: 180px;
    float: left;
    margin: 30px 50px 0px 10px;
    padding: 0px 0px 0px 0px;
    }

.footer_text {
    float: left;
    font-size: 14px;
    margin: 50px 0px 0px 0px;
}

.footer_icon {
    float: left;
    margin: 0px 10px 0px 0px;
}

.footer_icon_paypay {
    float: left;
    margin: 0px 10px 0px 0px;
    width: 50%;
}
.footer_icon_02 {
    float: left;
    margin: 5px 15px 0px 0px;
}

.footer_ssl_image {
    float: left;
    margin: -5px 0px 0px 20px;
    font-size: 10px;
}

.footer_ssl_image a:hover {
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    }



.footer_underline {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    margin-bottom: 0px;
    padding: 25px 0 25px 0;
    text-align: center;
    border-top: 1px solid #e3ddd1;
    background: rgba(68, 68, 68, 1);
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0.1em;
}


.toppage_gift {
    margin: 0px 0 0 0;
    padding: 100px 0 0 50px;
    height: 400px;
    font-size: 150%;
}






/* 通常時はホバー時の文字を非表示にする */
a .on_hover{
display: none;
}

/* ホバー時は通常時の文字を非表示にする */
a:hover .nomal{
    display: none;
}

/* ホバー時に、ホバー時の文字を表示する */
a:hover .on_hover{
    display: inline;
    text-decoration: underline;
}



@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}





/*ＨＰトップお知らせＢＯＸ*/

.toppage_content_box01{
    float:left;
    width: 1100px;
    border: 0px solid #cccccc;
    margin: 0 0 0 10px;
    padding: 0 0 60px 0;
}


.toppage_title_box_news {
  margin: 20px auto 50px auto;                 /* サンプル用 中央寄せ  */
  box-sizing    : border-box;           /* 罫線も含む長さ       */
  width         : 100%;                 /* BOXの幅              */
  max-width     : 1100px;                /* BOXの最大幅          */
  height        : 80px;                /* BOXの高さ            */
  padding       : 12px;                 /* 文字の位置合わせ     */
  font-size     : 30px;                 /* 文字サイズ           */
  text-align    : center;               /* 文字位置             */
  color         : #422b26;              /* 文字色               */

  background    : #ffffff;              /* BOXの背景色          */
  border-top    : 6px double #422b26;   /* 枠線の指定（上）     */
  border-bottom : 6px double #422b26;   /* 枠線の指定（下）     */
  border-radius : 1px;                  /* 角丸の指定           */
}


.news-box {
    width: 100%;
}


.news-list {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0 25px;
}



.news-date {
    color: #3e3e3e;
    margin-right: 20px
}
.news-date_itiran {
    color: #3e3e3e;
    margin-right: 20px;
    font-size: 120%;
}
.news-box ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.news-box li {
    list-style: none;
    display: list-item;
    margin: 12px;
    
}

.news-txt{
    font-size: 100%;
}

.news-txt_itiran {
    font-size: 120%;
}

.news-txt_naiyou {
    margin-left: 115px;
    width: 700px;
    line-height: 1.4;
}

.contents-more {
    margin: 15px 0 0;
    text-align: right;
}


.contents-more a {
    background: url("../img/ico-arw-r-422b26.svg") left center no-repeat;
    background-size: 6px 10px;
    padding-left: 10px;
}

.news-box a:hover {
    text-decoration: underline;
}

.news-txt_naiyou a {
    text-decoration: underline;
}

.news-txt_naiyou a:hover {
    text-decoration: none;
}


.new_mark{
    padding-left: 10px;
    font-size: 100%;
  animation: blinkAnime 0.6s infinite alternate;
}
@keyframes blinkAnime{
   0% { color: #5f6baf }
 100% { color: rgba(95, 107, 175, 0.50) }
}


