/* ===============================================

サイト共通

================================================== */

/* === [ clearfix ] === */

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

.clearfix
{
	min-height: 1px;
}
* html .clearfix
{
	height: 1px;
	height: auto;
	overflow: hidden;
}

a
{
	color:black;
}

a:hover
{
	color:#174477;
	background-color: #eee;
}


/* === [ pc only ] === */

.pc_none
{
	display: none;
}

html,body{}

body{}

.php_pre{
	font-size: 1.4rem;
	background-color: #333;
	color: #FFF;
	width: 960px;
	margin: 10px auto;
	padding: 5px 0;
}

/* ===============================================

header

================================================== */

header{
	padding: 0;
	margin: 0;
}


header #header_area_outer{
	background-color: rgba(255,255,255,0.9);
	margin: 0;
	padding: 0;
}

header #header_area{
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
}

header #header_area #header_logo{
	width: 25%;
	float: left;
}

header #header_area #header_logo a:hover,
header #header_area #header_right a:hover
{
	background: none !important;
}

header #header_area #header_logo img{
	width: 100%;
}

header #header_area #header_right{
	width: 70%;
	margin: 0;
	padding: 0;
	float: right;
}

header #header_area #header_right #pc_header_center{
	width: 59%;
	margin: 0;
	padding: 14px 0 0 8px;
	float: left;
}

header #header_area #header_right #pc_header_right{
	width: 31%;
	margin: 0;
	padding: 0;
	float: right;
}

header #header_area #header_right #pc_header_center img,
header #header_area #header_right #pc_header_right img
{
	width: 100%;
	margin: 0;
	padding: 0;
}

header #header_area #tab_header_right{
	display: none;
}

header #header_area #sp_header_right{
	display: none;
}


header #header_caption{
	margin: 0;
	padding: 5px;
	background-color: #174477;
	color: #eee325;
	text-align: center;
	font-size: 1.5rem;
}

header #header_caption h1{
	font-size: 1.5rem;
	margin: 0;
	padding: 0;
}

/* ===============================================

navi

================================================== */
#navi_area{
	margin: 0;
	padding: 0;
	background-color: #2665ae;
	width: 100%;
}

#navi_area ul#navi{
	margin: 0 auto;
	padding: 5px 0;
	width: 960px;
	list-style: none;
}

#navi_area ul#navi li{
	margin: 0;
	padding: 0;
	width: 137px;
	color: #FFFFFF;
	font-size: 1.2rem;
	float: left;
}

#navi_area ul#navi li a{
	display:inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	border-left:#FFF solid 1px;
	color: #FFF;text-decoration: none;
}

#navi_area ul#navi li:last-child a{
	border-right:#FFF solid 1px;
}

#navi_area ul#navi li a:hover{
	background-color: #FFD900;
	transition-duration: 1s;
	color: #1c2952;
}

#hum_navi_area{
	display: none;
}

#navi_area ul#navi li.li_now a
{
	background-color: #FFD900;
	color: #1c2952;
}

/* ドロップダウン */

.menu {
	position: relative;
	width: 100%;
	height: 30px;
	max-width: 960px;
	margin: 0 auto;
}

.menu > li {
	height: 30px;
	line-height: 30px;
}

ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.menu__second-level li {
	border-top: 1px solid #2665ae;
	list-style: none;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 30px;
    width: 100%;
    background: rgba(23,68,119,0.9);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 30px;
    visibility: visible;
    opacity: 1;
}

li.menu__single:hover ul.menu__second-level li a{
	padding: 7px 0 !important;
	border: none !important;
}

/* ===============================================

footer

================================================== */
footer{
	margin: 30px 0 0 0;
	padding: 0;
	width: 100%;
	background-color: #00479D;
	border-top: solid 1px #CCCCCC;
}

footer #footer_area{
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
}

footer #footer_area #footer_logo{
	width: 25%;
	margin: 0;
	padding: 0;
	float: left;
}

footer #footer_area #footer_logo img{
	width: 100%;
}

footer #footer_area #footer_right{
	width: 70%;
	float: right;
	padding-top: 6px;
}

footer #footer_area #footer_right #pc_footer_center{
	width: 70%;
	margin: 0;
	padding: 0;
	float: left;
}

footer #footer_area #footer_right #pc_footer_right{
	width: 20%;
	margin: 0;
	padding: 0;
	float: right;
}

footer #footer_area #footer_right #pc_footer_center img,
footer #footer_area #footer_right #pc_footer_right img{
	width: 100%;
}

footer #footer_caption{
	margin: 0;
	padding: 10px 0 6px 0;
	background-color: #174477;
	color: #FFFFFF;
	text-align: center;
	font-size: 1rem;
}

footer #brand_area{
	width: 100%;
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px 0;
}

footer #brand_area #brand{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

footer #brand_area #brand ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 62%;
	float: left;
}

footer #brand_area #brand ul li.brand_ddr,
footer #brand_area #brand ul li.brand_ddb,
footer #brand_area #brand ul li.brand_ddf,
footer #brand_area #brand ul li.brand_ddw{
	display: inline-block;
	float: left;
	padding-right: 3%;
}

footer #brand_area #brand ul li.brand_ddr {
	width: 115px;
}
footer #brand_area #brand ul li.brand_ddb {
	width: 115px;
}
footer #brand_area #brand ul li.brand_ddf {
	width: 123px;
}
footer #brand_area #brand ul li.brand_ddw {
	width: 117px;
}

footer #brand_area #brand ul li img{
	width: 100%;
}

footer #brand_area #brand #brand_right{
	width: 34%;
	margin: 0;
	padding: 0;
	float: right;
}

footer #brand_area #brand #brand_right #sns_icon{
	text-align: right;
}
footer #brand_area #brand #brand_right #sns_icon .icon_fb{
	color: #305097;
}
footer #brand_area #brand #brand_right #sns_icon .icon_tw{
	color: #00aced ;
}

footer #brand_area #brand #brand_right #dds_txtlogo{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
}
footer #brand_area #brand #brand_right #dds_txtlogo img{
	width: 100%;
}

footer #brand_area #brand #brand_right #corpo_sitemenu{
	width: 100%;
	text-align: right;
	padding: 0.5% 0;
}

footer #brand_area #brand #brand_right #corpo_sitemenu a{
	text-decoration: none;
	padding: 1% 0;
	color: #2665ae;
}

footer{
	color: #2665ae;
}

footer a:hover{
	background-color: #EEE;
	transition-duration: 1s;
	color:#014EA7;
}

/* ===============================================

Breadcrumb

================================================== */

#breadcrumb
{
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 1.2rem;
}

#breadcrumb ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#breadcrumb li
{
	float: left;
}

#breadcrumb li:after
{
	content: "　>　";
}

#breadcrumb li:last-child:after
{
	content: "";
}

#breadcrumb li a:hover
{
	
}


/* ===============================================

main

================================================== */
main{
	/* height: 1000px; */
}


/* ===============================================

section_separate_dark

================================================== */
	
.section_separate_dark{
	height: auto;
	width: 100%;
	margin: 0 auto;
	background: url(../m_images/bg_dark.jpg) no-repeat;
	background-size:cover;
	background-position: center top;
	height: auto;
	text-align: center;
	padding: 30px 0;
}

.section_separate_dark h2{
	font-size: 2.8rem;
	color: #FF0;
	padding: 0;
	line-height: 1.6em !important;
}

/* ===============================================

section_title and section_sub_title

================================================== */

.sec_title{
	width: 785px;
	margin: 40px auto 0;
	padding: 0;
}

.sec_title h2{
	font-size: 2.7rem;
	text-align: center;
	color: #2665ae;
	line-height: 1.4em;
	padding-bottom: 20px;
}

.sec_title h5{
	font-size: 1.3rem;
	text-align: center;
	color: #333333;
}

.sec_outer{
	padding: 3% 0;
	/*background: url(../images/sec01_bg_new.jpg) no-repeat;*/
	background: url(../m_images/bg_dark.jpg) no-repeat;
	background-size: 100%;
	background-position: center top;
}

.sec_outer .sec_inner{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
	
.sec_outer .sec_inner h3{
	font-size: 2.8rem;
	color: #ff0;
	text-align: center;
	padding: 1% 0 2%;
	text-shadow:0px 0px 9px rgba(0,0,0,0.9) !important;
	line-height: 1.6em !important;
}
	
.sec_outer .sec_inner p{
	font-size: 1.3rem;
	color: #FFF;
	text-align: center;
	text-shadow:0px 0px 9px rgba(0,0,0,0.9) !important;
	line-height: 1.8em !important;
}

/* ===============================================

section_area col2

================================================== */

.section_area{
	height: auto;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	text-align: center;
}

.sec_inner{
	height: auto;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

.sec_inner .sec_inner_L{
	width: 350px;
	float: left;
	height: 250px;
	color: #FFF;
}

.sec_inner .sec_inner_L img
{
	margin: 0;
	padding: 0;
	width: 100%;
}

.sec_inner .sec_inner_R{
	width: 594px;
	float: right;
}

.sec_inner h3{
	font-size: 2.8rem;
	color: #2665ae;
	padding: 0 0 1%;
	line-height: 1.6em !important;
	text-align: center;
}

.sec_inner h4{
	font-size: 1.6rem;
	color: #FFF;
	padding:5px 0;
	line-height: 1.6em !important;
	background-color: #2665ae;
	display:inline-block;
	width: 594px;
	text-align: center;
	margin-bottom: 10px;
}

.sec_inner p{
	font-size: 1.3rem;
	color: #333;
	line-height: 1.6em !important;
	text-align: left;
	margin-bottom: 20px;
}

.sec_inner ul{
	width: 594px;
	margin: 0 auto;
	list-style: none;
	padding: 5px 0 0 0;
}

.sec_inner ul li{
	margin: 0 0 3px;
	padding: 0;
	font-size: 1.3rem;
	text-align: left;
	color:#2665ae;
	text-decoration: underline;
}

/* ===============================================

section_separate

================================================== */
	
.section_separate{
	height: auto;
	width: 100%;
	margin: 0 auto;
	/*background: url(../images/sec01_bg_new.jpg) no-repeat;*/
	background: url(../m_images/bg_dark.jpg) no-repeat;
	background-size: 100%;
	height: auto;
	text-align: center;
	padding: 30px 0;
}

.section_separate h2{
	font-size: 2.8rem;
	color: #FF0;
	padding: 0;
	line-height: 1.6em !important;
}

/* ===============================================

under_link

================================================== */

.under_link{
	height: auto;
	width: 960px;
	margin: 0 auto;
	padding:  0 0 20px 0;
}

.under_link h4{
	font-size: 1.6rem;
	color: #FFF;
	padding:5px 0;
	line-height: 1.6em !important;
	background-color: #004b80;
	display:inline-block;
	width: 960px;
	text-align: center;
	margin-bottom: 10px;
}

.under_link ul{
	list-style: none;
}

.under_link .under_link_col7{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
}

.under_link .under_link_col7 li{
	width: 14.285%;
	margin: 0;
	padding: 0;
	float: left;
}

.under_link .under_link_col7 li a{
	border-right: #000 solid 1px;
	text-align: center;
	display: block;
	cursor: pointer;
}

.under_link .under_link_col7 li:first-child{
	width: 14.29%;
}

.under_link .under_link_col7 li:first-child a{
	border-left: #000 solid 1px;
}

.under_link .under_link_col7 li a:hover{
	background-color: #eee;
}

.under_link .under_link_col6{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
}

.under_link .under_link_col6 li{
	width: 16.6%;
	margin: 0;
	padding: 0;
	float: left;
}

.under_link .under_link_col6 li a{
	border-right: #000 solid 1px;
	text-align: center;
	display: block;
	cursor: pointer;
}

.under_link .under_link_col6 li:first-child{
	width: 17%;
}

.under_link .under_link_col6 li:first-child a{
	border-left: #000 solid 1px;
}

.under_link .under_link_col6 li a:hover{
	background-color: #eee;
}




/* ===============================================

各種パーツ

================================================== */

.comm
{
	font-size: 0.9rem;
	color: #666;
	padding: 2px 0 10px;
	margin: 10px 0 0;
	display: inline;
}

.comm_gray
{
	font-size: 1.0rem;
	color: #FFF;
	background-color: #999;
	padding: 2px;
	margin: 10px 0 0;
	display: inline;
}

.t01
{
	color: #FFF;
	background-color: #2665ae;
	padding: 5px;
	margin: 10px 0;
}

.t02
{
	color: #FFF;
	background-color: #174477;
	padding: 5px;
	margin: 10px 0;
}

.t03
{
	color: #2665ae;
	padding: 5px;
	margin: 10px 0;
}

.t04
{
	color: #174477;
	padding: 5px;
	margin: 10px 0;
}

.s10
{
	font-size: 1.0rem;
}

.s11
{
	font-size: 1.1rem;
}

.s12
{
	font-size: 1.2rem;
}
.s13
{
	font-size: 1.3rem;
}

.s14
{
	font-size: 1.4rem;
}
.s15
{
	font-size: 1.5rem;
}
.s16
{
	font-size: 1.6rem;
}
.s17
{
	font-size: 1.7rem;
}

.s18
{
	font-size: 1.8rem;
}
.s19
{
	font-size: 1.9rem;
}

.s20
{
	font-size: 2.0rem;
}

.inner_box
{
	width: 960px;
	margin: 0 auto;
	padding: 5px 0;
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.inline
{
	display:inline-block;
	margin-top: 0;
	margin-bottom: 0;
}

.block
{
	display: block;
	margin-top: 0;
	margin-bottom: 0;
}

.res_banner
{
	width: 800px;
	height: 88px;
	margin: 20px auto 30px;
	padding: 0;
	background:url(../m_images/pc_res.png) no-repeat;
	background-size: 100%;
	color: #FFF;
	position: relative;
}

.res_banner img
{
	text-align: right;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	right: 0;
	height: 76px;
}

.res_banner img:hover
{
	opacity: 0.7;/*要素の透明度を指定*/
	filter: alpha(opacity=70); /*ie6、7の透明度指定*/
	-ms-filter: "alpha(opacity=70)";
	transition:all 1s ease;
}

.mg_t00{
	margin-top: 0 !important;
}

.mg_t01{
	margin-top: 1rem !important;
}

.mg_t02{
	margin-top: 2rem !important;
}

.mg_t03{
	margin-top: 3rem !important;
}

.mg_t04{
	margin-top: 4rem !important;
}

.mg_t05{
	margin-top: 5rem !important;
}

.mg_t06{
	margin-top: 6rem !important;
}

.mg_t07{
	margin-top: 7rem !important;
}

.mg_t08{
	margin-top: 8rem;
}

.lh_12
{
	line-height: 1.2em;
}

.lh_14
{
	line-height: 1.4em;
}

.lh_16
{
	line-height: 1.6em;
}

.lh_18
{
	line-height: 1.8em;
}

/* ===============================================

あどげいなー

================================================== */


div#pc_header_center{
	position: relative;
}
#pc_header_center .call_change{
	position: absolute;
	top: 35px;
	left: 65px;
	font-size: 22px;
	color: #2665ae;
}

.header_bn_tel{
    position: relative;
}

.header_bn_tel .call_change{
	position: absolute;
	top: 0;
	left: 65px;
	font-size: 22px;
	color: #2665ae;
}


.res_banner_ad
{
	width: 800px;
	height: 88px;
	margin: 20px auto 30px;
	padding: 0;
	background:url(../m_images/pc_res_ad.png) no-repeat;
	background-size: 100%;
	color: #FFF;
	position: relative;
}

.res_banner_ad img
{
	text-align: right;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	right: 0;
	height: 76px;
}

.res_banner_ad img:hover
{
	opacity: 0.7;/*要素の透明度を指定*/
	filter: alpha(opacity=70); /*ie6、7の透明度指定*/
	-ms-filter: "alpha(opacity=70)";
	transition:all 1s ease;
}

.res_banner_ad .ad_txt
{
	top: 40px;
    left: 105px;
    font-size: 32px;
    color: #2665ae;
    position: absolute;
}


.pc_footer_center_ad{
	position: relative;
}

.footer_call_change{
	position: absolute;
	top: 25px;
	left: 70px;
	font-size: 26px;
	color: #FED900;
	font-weight: bold;
}

    .contact_banner_ad{
        position: relative;
    }

    .ad_tel{
        font-size: 50px;
        font-weight: bold;
        top: 90px;
        left: 160px;
        color: #00479D;
        position: absolute;
    }
    
@media (max-width: 1280px) {
		.ad_tel{
			top: 70px;
			left: 140px;
		}
	}
    
    
    /*  いじめ  */    
    .ad_rela{
        position: relative;
    } 

    .lite-blue-obi .container .adno_txt{
        position: absolute;
        bottom: 0;
        left: 120px;
        font-size: 40px;
    }
    
    .back-dark-blue .container .adno_txt{
        position: absolute;
        bottom: 0;
        left: 120px;
        font-size: 40px;
        color: #ffd900;
    }
    
    .foot-contact .container .adno_txt{
        position: absolute;
        top: 50px;
        left: 120px;
        font-size: 40px;
        color: #ffd900;
    }
   /*  ここまで--いじめ  */
	 
	 /* 20180915追記 */
	 .addtext{
	 	font-size: .8rem;
	 }
	 
	 .head-obi h3{
	 	font-size: 1rem;
	 }
   
   /* 20180923追記 */
   .renewal{
     font-size: 1.5rem;
     margin: 10rem auto 8rem;
     text-align: center;
   }

  .renewal span{
    border-top: dotted 2px #ddd;
    border-bottom: dotted 2px #ddd;
    padding: 2rem 3rem;
  }