@charset "utf-8";

/* テスト用ライン */
.br {border: 1px solid red;}
.bb {border: 1px solid blue;}
.bg {border: 1px solid green;}

.by {border: 1px solid yellow;}

/*gridのgutter調整*/
.row-0{
    margin-left:0px;
    margin-right:0px;
 
    > div{
        padding-right:0px;
        padding-left:0px;
    }
}
.row-10{
    margin-left:-5px;
    margin-right:-5px;
 
    > div{
        padding-right:5px;
        padding-left:5px;
    }
}
.row-20{
    margin-left:-10px;
    margin-right:-10px;
 
    > div{
        padding-right:10px;
        padding-left:10px;
    }
}
.row-30{
    margin-left:-15px;
    margin-right:-15px;
 
    > div{
        padding-right:15px;
        padding-left:15px;
    }
}
.row-40{
    margin-left:-20px;
    margin-right:-20px;
 
    > div{
        padding-right:20px;
        padding-left:20px;
    }
}


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #000a17;
    background-color: #5fa2ff;
    border-color: #4a97ff;
}

.alert-primary hr {
    border-top-color: #3188ff;
}

.alert-primary .alert-link {
    color: #000000;
}

.badge-primary {
    color: #fff;
    background-color: #003E92;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #ffffffffffffffff285f;
}

.bg-primary {
    background-color: #003E92 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #ffffffffffffffff285f !important;
}

.border-primary {
    border-color: #003E92 !important;
}

.btn-primary {
    color: #fff;
    background-color: #003E92;
    border-color: #003E92;
}

.btn-primary:hover {
    color: #fff;
    background-color: #002e6e;
    border-color: #ffffffffffffffff285f;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 62, 146, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #003E92;
    border-color: #003E92;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ffffffffffffffff285f;
    border-color: #00214f;


}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 62, 146, 0.5);
}

.btn-outline-primary {
    color: #003E92;
    background-color: transparent;
    border-color: #003E92;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #003E92;
    border-color: #003E92;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 62, 146, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #003E92;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #003E92;
    border-color: #003E92;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 62, 146, 0.5);
}

.list-group-item-primary {
    color: #000a17;
    background-color: #4a97ff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #000a17;
    background-color: #3188ff;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #000a17;
    border-color: #000a17;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #4a97ff;
}

.table-hover .table-primary:hover {
    background-color: #3188ff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #3188ff;
}

.text-primary {
    color: #003E92 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #ffffffffffffffff285f !important;
}


.badge-business {
    color: #003E92;
    background-color: #fff;
	border: 1px solid #003E92;
}


body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
    color: #3C3C3C;
/*    line-height-base: 100%;*/
    line-height: 1.35em;
}

.top_sp {
	margin-bottom: 2px;
}


.w98 {
	width: 98%;
	margin-left: auto; margin-right: auto;
}

.w96 {
	width: 96%;
	margin-left: auto; margin-right: auto;
}

.w90 {
	width: 90%;
	margin-left: auto; margin-right: auto;
}

area {
  border:none;
  outline:none;
}

.bld_cen {
	text-align: center;
	font-weight: bold;
}


.nowr { white-space: nowrap; }

.wdbk {word-break: break-all; }


img { border-style:none; }

a {
	outline: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
	

.color_anc { color: #003E92; }

.color_white { color: #ffffff; }
.colorbg_anc { background-color: #003E92; }	/*blue*/
.colorbg_anc { background-color: #005bac; }	/*blue*/

.color_az { color: #1E9F58; }
.color_im { color: #DB6500; }

.color_red { color: #d90707; }
.color_lightgray { color: #CCCCCC; }

.color_svg_anc { fill: #003E92; }


.color_svg_az { fill: #1E9F58; }
.color_svg_im { fill: #DB6500; }
.color_svg_white { fill: #ffffff; }

.color_bk1 { background-color: #F3F3F3; }
.color_bk2 { background-color: #FAFAFA; }
.color_bk_red { background-color: #D0021B; }
.color_bk_white { background-color: #FFFFFF; }

.color_bk_az { background-color: #1E9F58; }
.color_bk_im { background-color: #DB6500; }

.ftsz6 { font-size: 6pt;}
.ftsz7 { font-size: 7pt;}
.ftsz8 { font-size: 8pt;}
.ftsz9 { font-size: 9pt;}
.ftsz10 { font-size: 10pt;}
.ftsz11 { font-size: 11pt;}
.ftsz12 { font-size: 12pt;}
.ftsz13 { font-size: 13pt;}
.ftsz16 { font-size: 16pt;}
.ftsz18 { font-size: 18pt;}

a.white:link{ color:#ffffff;}
a.white:visited{ color:#ffffff;}
a.white:hover{ color:#ffffff;}
a.white:active{ color:#ffffff;}

a:link{ color: #003E92;}
a:visited{ color: #003E92;}
a:hover{ color: #003E92;}
a:active{ color: #003E92;}


.lh11 { line-height: 1.1rem; }
.lh100 {	 line-height: 1rem; }
.lh125 { line-height: 1.25rem; }
.lh15 { line-height: 1.5rem; }
.lh155 { line-height: 1.55rem; }
.lh16 { line-height: 1.6rem; }
.lh165 { line-height: 1.65rem; }
.lh175 { line-height: 1.75rem; }

.val_m2 { vertical-align: -2px; }
.val_m4 { vertical-align: -4px; }

.val_t { vertical-align: text-top; }
.val_m { vertical-align: middle !important; }

.val_1p { vertical-align: 1px !important; }
.val_2p { vertical-align: 2px !important; }
.val_1m { vertical-align: -1px !important; }
.val_2m { vertical-align: -2px !important; }
.val_3m { vertical-align: -3px !important; }
.val_4m { vertical-align: -4px !important; }


.ls_3m { letter-spacing: -3px; }
.ls_5m { letter-spacing: -5px; }
.ls_7m { letter-spacing: -7px; }
.ls_9m { letter-spacing: -9px; }

.kk_mgn { margin-left: -10px; }

.mlm8  { margin-left: -8px; }
.mlm5  { margin-left: -5px; }

/*カッコ用*/
.kakko_s { font-size: 8pt; 	vertical-align: 5px; margin-right: 1px; }
.kakko_e { font-size: 8pt; 	margin-left: 2px; }

.bold_cl {
	font-weight: bold;
	color: #4d4d4d;
}


/*	写真リボン&テキスト*/

.ribbon_red {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 10px;
	box-sizing: border-box;
	padding: 0 12px;
	margin: 0;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: white;
	background: #D0021B;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.ribbon_red:before {
	position: absolute;
	content: '';
	top: 0;
	left: -7px;
	border: none;
	height: 38px;
	width: 7px;
	background: #D0021B;
	border-radius: 5px 0 0 5px;
}
.ribbon_red:after {
	position: absolute;
	content: '';
	bottom: -7px;
	left: -5px;
	border: none;
	height: 7px;
	width: 5px;
	background: #AA1018;
	border-radius: 5px 0 0 5px;
}


/********************************************
	ナビ for モバイル
********************************************/

.gnav-btn {	/*メニュー枠*/
    color: gray;

    font-size: 20px;
    position: fixed;

    padding: 8px 16px;

    top: 9px;
    right: 18px;
    z-index: 100;

    background-color: white;
    border: solid 1px #d1caca;
    border-radius: 3px;

	width: 52px;
	height: 38px;
  }


.gnav-btn:before {
  	content : url(../images/ico_bars.svg);
	width: 19px;
	margin: -7px 0px 6px 8px;
}

#gnav-input:checked + .gnav-btn:before {
  	content : url(../images/ico_xmark.svg);
	width: 19px;
	margin: -7px 0px 6px 8px;
}


  #gnav-input:checked ~ #gnav-content {
	right: 0;
/*	top:54px;*/
  }


  #gnav-content {	/*メニュー背景*/
  	margin-top: -26px;
  	position: fixed;
  	z-index: 10;
  	transition: 0.3s;
  	background-color: #005bac;
  	color:  white;

  	right: -100%;
  	width: 100%;
  	height: 100%;

 	overflow: auto;
  	-webkit-overflow-scrolling: touch;
  }

/*	.humb-menu__title { padding-top: 1.5rem; }*/

  .humb-menu label {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 3px 0;
    padding-left: .5rem;
    border-top: 1px solid #c7c5c5;
  }

  .humb-menu input { 
	  display: none;
}

/*展開用*/
  .humb-menu .accshow {
    height: 0;
    overflow: hidden;
	text-align: left;
	padding-left: 10px;
	border-collapse: separate;
	border-spacing: 2px 0;

	max-height: 0;
  }

/*	.humb-menu .accshow p { padding: 0rem; }*/


.humb-menu .cssacc:checked + .accshow { height: auto; max-height: 226px; transition: .7s ease-in-out; }

.humb-menu .cssacc:not( div ) + .accshow { height: auto; transition: .5s ease; }


.hbm_line {
    border-top: 1px solid #c7c5c5;
	padding: 14px 0 13px;;
	text-align: left;
}

.box_sv {
	display: table-cell;
	border: 1px solid white;
	padding: 10px 9px 8px 9px;
	color: white;
	text-align: center;
	vertical-align: middle;
	font-size: 10pt;
	width:33%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}

.mb_link {
	color: white !important;
	display: block;
}

/*チャンネルガイド用*/
.cg_pt { padding-top: 6px !important; }



/*************************************************
	サービスメニュー ドロップダウンメニュー
*************************************************/
.dropmenu {
	*zoom: 1;
	list-style-type: none;
	width: 928px;
	width: 1000px;
	margin: 0 auto;
	font-size: 13pt;
}

.dropmenu:before, .dropmenu:after {
	content: "";
	display: table;
}

.dropmenu:after { clear: both; }

.dropmenu li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

.sep {
	border-right: 1px solid white;
	border-right: 1px solid #007bc7;
}

.dropmenu li a {
	display: block;
	margin: 0;
	padding: 20px 0 17px;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	background: #005bac;
}

.dropmenu li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}

.dropmenu li ul li { width: 100%; }

.dropmenu li ul li a {
	padding: 13px 12px;
	background: white;
	text-align: left;
	width: 162%;
	color: #075196;
	border: 1px solid #005bac;
	border-top: none;
}

.dropmenu li:hover > a{
	background: #075196;
	color: white;
}

.dropmenu li a:hover{
	background: #075196;
	color: white;
}

.sm {
	padding-left: 1px;
	font-size: 10pt;
}


/* common fade	*/
#fade-in { position: relative; z-index: 5; }

#fade-in li ul{
	opacity: 0;
	top: 100%;
	visibility: hidden;
	transition: .3s;
}

#fade-in li:hover ul{
	top: 100%;
	visibility: visible;
	opacity: 1;
}

/*************************************************
	チャンネルガイド ドロップダウンメニュー
*************************************************/
.btn_color {
  color: #fff;
  background-color: #003E92;
}

.btn_color:hover {
  color: #fff;
  background-color: #003E92;
}



.ddm_cg {
	*zoom: 1;
	list-style-type: none;
	margin: 0 auto;
}

.ddm_cg:before, .dropmenu:after { display: table; }

.ddm_cg:after { clear: both; }

.ddm_cg li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 58%;
}

.ddm_cg li a { margin: 0 auto; }

.ddm_cg li ul{
	list-style: none;
	position: absolute;
	top: 99%;
	margin: 0;
	left: 63px;
	padding: 0;
}

.ddm_cg li ul li { width: 100%; }

.ddm_cg li ul li a {
	padding: 12px 12px 10px;
	background: white;
	text-align: left;
	color: #075196;
	border: 1px solid #005bac;
	border-top: none;
}

.ddm_cg li:hover > a{
	background: #075196;
	color: white;
}

.ddm_cg li a:hover{
	background: #075196;
	color: white;
}






/********************************************
	ボタン
********************************************/
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn-c {
  font-size: 12pt;
  position: relative;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border-radius: 100vh;
  font-weight: bold;
}

a.btn-c i.fa {
  margin-right: 1rem;
}



/********************************************
	インデント
********************************************/

/*2行目字下げ*/
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

/*2行目字下げ*/
.indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.indent_c {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

/*1行目字下げ*/
.idt_1p {
	text-indent:1em;
}

/********************************************
	円
********************************************/
.circle18 {
  color: #fff;
  background-color:#003E92;
  padding: 0;
  margin: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  color: white;
  font-weight: bold;
  font-size: 10pt;
  margin-right: 2px;

  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;

vertical-align: text-top;

}



.box_gray {
	border: 1px solid #cccccc;
	padding: 10px 20px 0 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}


.box_anc_s {
	background-color:#003E92;
	border: #003E92;
	padding: 1px 5px 0 5px;
	border-radius: 2px;
	-moz-border-radius: 2x;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	font-size: 8pt;
	color: white;
    display: inline-block;
	line-height: 1.1rem;    
}

.box_anc_ch {
	background-color:#003E92;
	border: #003E92;
	padding: 1px 5px 0 5px;
	border-radius: 2px;
	-moz-border-radius: 2x;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	font-size: 8pt;
	color: white;
    display: inline-block;
	line-height: 1.1rem;
	border-left: 4px solid #4c9ac0;
}


.box_red_s {
/*
	background-color:#D0021B;
*/
	border: solid 1px #D0021B;
	padding: 1px 5px 0px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	font-size: 8pt;
	color: #D0021B;
    display: inline-block;
	line-height: 1.1rem;  
}

.box_red_nama {
	background-color:#D0021B;
	padding: 1px 4px 0px 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	font-size: 8pt;
	color: #fff;
    display: inline-block;
	line-height: 1.1rem;  
}

/*	Link	----------------------------------------------------*/
.box_link {
	background-color:#F18D00;
	padding: 5px 10px 4px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	font-size: 11pt;
	color: white;
    display: inline-block;
}

.box_link_s {
	background-color:#F18D00;
	padding: 1px 6px 0 6px;
	border-radius: 2px;
	-moz-border-radius: 2x;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	font-size: 9pt;
	color: white;
    display: inline-block;
}

.sub_btn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .6em 1em;
    margin-top: .8em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #003E92;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.sub_btn1:hover {
    background-color: #005BAC;
}


a:link {
	text-decoration: none;

}

a:visited {
	text-decoration: none;

}

a:active {
	text-decoration: none;

}

a:hover {
	text-decoration: none;

}

a.downlink:hover {
	position: relative;
	top: 1px;
	left: 1px;
}


a.anclink:link {
	text-decoration: none;
	color: white;
}

a.anclink:visited {
	text-decoration: none;
	color: white;
}

a.anclink:active {
	text-decoration: none;
	color: #FFF100;
}

a.anclink:hover {
	text-decoration: none;
	color: #FFF100;
}






.bl_cen { margin-left: auto; margin-right: auto; }
.m_cen { margin-left: auto; margin-right: auto; }



.idx_anc {
  padding: .25em 0 .2em .75em;
  border-left: 6px solid #003E92;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 12pt;
}

.wwrap {
	word-break: break-all;
}


.no-gutters {
  margin:0;
  padding:0;
}
 
.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  margin:0;
  padding:0;
}




.gutters_1 {
  margin:5px;
  padding:5px;
}
 
.gutters_1　> .col,
.gutters_1　> [class*="col-"] {
  margin:5px;
  padding:5px;
}





.idx_item {
  padding: .25em 0 .2em .75em;
  border-left: 6px solid #003E92;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 12pt;
}




.ico_sp { width: 1px;}



.ttl_line{
	border-bottom: solid 3px orange;
}



/**********************************
	レスポンシブイメージマップ
**********************************/
img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}





/*navbar 2rows*/
.anc-bgcolor{
	background: #ffffff;
}

.anc-bgcolorgrad{
	background: #003E92;
	background: #005bac;
}

/*ナビゲーションバー */
.myhead-link{
	color: #3C3C3C !important;
	font-size: 1.1em;
	font-weight: 500;
}

.mynav-link{
	color: #ffffff !important;
	font-size: 1.1em;
	font-weight: 500;
}

.active .mynav-link{
	text-decoration: underline;
	text-underline-position:under;
}

.mynav-link:hover, .mynav-link:active{
	color: #FFF800 !important;
}


.mynav-link-mb{
	color: #ffffff !important;
	font-size: 10pt;
	font-weight: 500;
}


/*navbar Hamburger Menu*/
/*.mynavbar-toggler-color{
	border: solid 1px #003E92 !important;
	background-color: #ffffff;
}

.mynavbar-toggler-icon-color {
	background-color: #ffffff;
}



/*navbar 2rows*/

.fixnavbar-margin{
	padding-top: 112px
}

/*md Less than**********************************************************************/
@media(max-width:991.98px){ 
  .fixnavbar-margin{
    padding-top:56px;
  }
  
  .navbarmobile-up{
    margin-top:-20px;
    z-index: -1;
  }
  
  .navbarmobile-topmargin{
    padding-top: 20px;
  }
  
  .mynav-link{
    line-height: 2em;
    border-bottom: solid 1px rgba(0,0,0,0.5);
}
  
.mynav-link-forsm{
    line-height: 2em;
	color: #ffffff !important;
	font-size: 10pt;
	font-weight: 500;
}
  
.mynav-link-forsm2{
    line-height: 2em;
	color: #ffffff !important;
	font-size: 10pt;
	font-weight: 500;
/*    border-bottom: solid 1px rgba(0,0,0,0.5);*/
    border-top: solid 1px rgba(0,0,0,0.5);
}
    
.nav_set1 { padding-top: 20px; }	/*ホーム文字の上スペース*/

.mynav-link{
	color: #ffffff !important;
	font-size: 10pt;
	font-weight: 500;
}

   
/* ホバーエフェクト
.mynav-link:hover, .mynav-link:active{
    background: rgba(255,255,255,0.30);
}
*/

/*navbar scroll*/
  .navbarmobile-height{
    height: 100vh;
    overflow-y:auto;
    padding-top: 20px;
    padding-bottom: 52px;
    -webkit-overflow-scrolling: touch;
  }
  
  .navbarheight-mobile::-webkit-scrollbar {
    width: 5px;
  }
  
  .navbarheight-mobile::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  
  .navbarheight-mobile::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
  }

} /*end media*/


/*ハンバーガーメニュードロップダウン*/
.hm_dd {
    background-color: #003E92;
    font-size: 10pt;
    border: none;
}
a.hmdd_link:link{ color:#fffffff !important;}
a.hmdd_link:visited{ color:#ffffff !important;}
a.hmdd_link:hover{ color:#fffffff !important;}
a.hmdd_link:active{ color:#fffffff !important;}



/* ウェブ検索 */
/* desktop */
.search-form1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
	border: 1px solid #C3C3C3;
    border-radius: 5px;
	height: 2em;
	width: 260px;
	padding: 7px 0px 0px 2px;
}

.search-form1 input {
	width: 98%;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
	padding-top: 4px;
}

.search-form1 input::placeholder{
    color: #808080;
}

.search-form1 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color: #FFF;
    cursor: pointer;
	padding-bottom: 7px;
    outline: none;	
}

.search-form1 button::after {
    width: 20px;
    height: 20px;
    background-image: url('../images/ico_search.svg');
    background-repeat: no-repeat;
    content: '';
    outline: none;
}	

/* mobile */
.search-form2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
	height: 2em;
	width: 300px;
	background-color: #FFF;
}

.search-form2 input {
	width: 100%;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
	padding-bottom: 6px;
}

.search-form2 input::placeholder{
    color: #808080;
}

.search-form2 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color: #FFF;
    cursor: pointer;
	padding-right: 10px;
    outline: none;
}

.search-form2 button::after {
    width: 20px;
    height: 20px;
    background-image: url('../images/ico_search.svg');
    background-repeat: no-repeat;
    content: '';
    outline: none;
}


/*カルーセル設定*/
.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 10px;
    width: 10px;
    background-size: 100%, 100%;
    border-radius: 50%;
}

.carousel-indicators {
	margin-bottom: -5px;
}

.carousel-indicators li {
	background-color: #f2f2f2;
}
.carousel-indicators .active {
	background-color: #003E92;
}


/*メニューホバー処理*/
.hover_menu {
  transition: all 0.6s ease 0s;
}
.hover_menu:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
}


/*サービスメニューボックス*/
.box_menu_az {
    border: 1px solid #1E9F58;
    border-radius: 5px;    
    width: 30%;
    padding: 20px 10px;
    margin-top: 10px; 
    margin:10px 2px; 
    text-align: center;
	background-color: #FFFFFF;
}

.box_menu_im {
    border: 1px solid #DB6500;
    border-radius: 5px;    
    width: 30%;
    padding: 20px 10px;
    margin-top: 10px; 
    margin:10px 2px; 
    text-align: center;
	background-color: #FFFFFF;
}


/*svgアイコン設定*/
.lh_set_xs {
    line-height: 150% !important;
    display:block;
    }


/*svgアイコン設定*/
.ico_set_xxxs {
    vertical-align: -1px;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin-right: 0px;
}

.ico_set_xxs {
    vertical-align: -1px;
    width: 12px;
    height: 12px;
    opacity: 1;
    margin-right: 0px;
}

.ico_set_xs {
    vertical-align: -2px;
    width: 14px;
    height: 14px;
    opacity: 1;
    margin-right: 3px;
}

.ico_set_sm {
    vertical-align: -3px;
    width: 16px;
    height: 16px;
    opacity: 1;
    margin-right: 2px;
}

.ico_set_md {
    vertical-align: -2px;
    width: 16px;
    height: 16px;
    opacity: 1;
    margin-right: 3px;
}

.ico_set_lg {
    vertical-align: -3px;
    width: 22px;
    height: 22px;
    opacity: 1;
    margin-right: 3px;
}

.ico_set_xl {
    vertical-align: -3px;
	width: 20px;
	height: 20px;
	opacity: 1;
	margin-right: 2px;
}


.ico_set_16 {
    vertical-align: -3px;
    width: 22px;
    height: 22px;
    opacity: 1;
    margin-right: 3px;
}


.ico_set_pdf {
    vertical-align: -6px;
    width: 22px;
    height: 22px;
    opacity: 1;
    margin-right: 3px;
}




/* 角丸ボタン（CGデジタル版）*/
.btn_radius_anc {
  display: inline-block;
  padding: 4px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-color: #003E92;
  transition: .4s;
}



/* ドロップダウンホバーで展開 */
.drop-hover:hover > .dropdown-menu {
	display: block !important;
}



/* キャンペーン&リンクスライド */
.slider { width: 92%; margin: 0px auto; }
.slick-slide { margin: 0px 20px; }
.slick-slide img { width: 100%; }

.slick-prev:before, .slick-next:before { color: #003E92 !important; }

.slick-slide { transition: all ease-in-out .3s; }
/*左右の矢印の位置を変える*/
.slick-next { right: -5px; z-index: 99; }
.slick-prev { left: -5px; z-index: 100; }



/* 各種初期設定 */
.mobileHidden { display:none;}		/*モバイルを初期非表示設定*/
/*.nav_set1 { padding-top: 0px; }		 /*ホーム文字の上スペース*/

.idx_ttl {
	font-weight: bold !important;
	font-size: 12pt;
	color: #4d4d4d;
}

.ftcg10 { font-size: 10pt; }

.mb_ctct { width: 75%; }

/* メディアスクリーン設定 */
@media screen and (min-width:480px) { 
	/*画面サイズ480pxからはここを読み込む*/
	/*480px以下の場合、表示する設定*/
	.desktopHidden { display:none; }
	.mobileHidden { display:inline; }

	.idx_ttl {
		font-weight: bold !important;
		font-size: 12pt;
	}

	.mb_ctct { width: 50%; }
}

/*@media screen and (min-width:481px) and ( max-width:575px) {
	.desktopHidden { display:none; }
	.mobileHidden { display:inline; }

}
*/

@media screen and (min-width:576px) and ( max-width:991px) {

	.idx_ttl {
		font-weight: bold;
		font-size: 16pt;
	}

	.ico_set_xl {
		vertical-align: -5px;
		width: 26px;
		height: 26px;
		opacity: 1;
		margin-right: 4px;
	}

}
@media screen and (min-width:992px) {
/*　画面サイズが1024pxからはここを読み込む　*/

	.idx_ttl {
		font-weight: bold;
		font-size: 18pt;
	}

	.ico_set_xl {
    	vertical-align: -5px;
		width: 28px;
		height: 28px;
		opacity: 1;
		margin-right: 4px;
	}

	.ftcg10 {
		font-size: 1em;
	}
}


