
@charset "utf-8";

/* ===================================================================
Style CSS
ウィンドウ幅[1024px～]の場合に適用
=================================================================== */

/* ===================================================================
汎用style
=================================================================== */
.pb1 {padding-bottom: 1em;}
.pb2 {padding-bottom: 2em;}
.pb3 {padding-bottom: 3em;}
.pb4 {padding-bottom: 4em;}
.pb5 {padding-bottom: 5em;}
.mb1 {margin-bottom: 1em;}
.mb2 {margin-bottom: 2em;}
.mb3 {margin-bottom: 3em;}
.mb4 {margin-bottom: 4em;}
.mb5 {margin-bottom: 5em;}
.f12 {font-size: 1.2rem;}
.f14 {font-size: 1.4rem;}
.f16 {font-size: 1.6rem;}
.f18 {font-size: 1.8rem;}

/* ===================================================================
ページ内アンカー
=================================================================== */

#pg01,#pg02,#pg03,#pg04,#pg05,#pg06 {
margin-top : -150px;
padding-top : 150px;
}

/* ===================================================================
common style
=================================================================== */

.slider p a,
.ind_news p a {
padding: 7px 15px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
color: #fff;
text-decoration: none;
background: #191978;
}

.slider p a:before,
.ind_news p a:before{
font-family: "FontAwesome";
content: "\f105";
padding-right: 10px;
}

.slider p a:hover,
.ind_news p a:hover{
background: #52529f;
}

/*	header
----------------------------------------------------*/
#header {
position: fixed;
z-index: 9999;
top: 0;
width: 100%;
border-top: 6px solid #191978;
background: white;

/* box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.4); */
}

#header .h_cont {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
max-width: 1080px;
margin: 15px auto 25px;

}

#header .h_cont .logo {
width: 238px;
}

#header .h_cont p.logo_whi {
display: none;
}

#header .h_cont ul.h_menu {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
margin-top: 15px;
}

#header .h_cont ul.h_menu li {
margin-right: 1px;
font-size: 14px;
}

#header .h_cont ul.h_menu li a {
display: block;
padding: 3px 10px 0;
color: #333;
text-decoration: none;
background: #ededed;
}

#header .h_cont ul.h_menu li a:hover {
color: white;
background: #191978;
}




/*	sp_btn
----------------------------------------------------*/
#sp_btn {
display: none;
}

/*	nav
----------------------------------------------------*/
#nav {
position: relative;
}

#nav ul {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
max-width: 1080px;
margin: 0 auto 1px;
}

#nav li {
position: relative;
width: 215px;
width: calc(100% / 4);
text-align: center;
font-size: 14px;
line-height: 1.3em;
}

#nav li.partners {
width: 250px;
}

#nav li.ad_partners {
width: 280px;
}

#nav li span {
font-size: 10px;
font-weight: bold;
color: #191978;
}

#nav li:before {
content: '';
display: inline;
position: absolute;
top: -10px;
bottom: 0;
left: 0;
margin: auto;
height: 25px;
border-left: 1px solid black;
}

#nav li:last-child:after {
content: '';
display: inline;
position: absolute;
top: -10px;
bottom: 0;
right: 0;
margin: auto;
height: 25px;
border-right: 1px solid black;
}

#nav li a {
display: block;
padding-bottom: 10px;
text-decoration: none;
color: #333;
}

#nav li a:hover:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: #191978;
}

#nav li:hover ul {
visibility: visible;
top: 50px;
opacity: 1;
}

#nav li>ul {
position: absolute;
z-index: 9999;
}

#nav li ul {
top: 50px;
display: block;
visibility: hidden;
opacity: 0;
transition: 0.3s;
background-color: rgba(255,255,255,0.7);
}

#nav li ul li {
width: 100%;
font-size: 14px;
font-weight: bolder;
text-align: left;
border-bottom: 1px solid #191978;
}

#nav li.about ul li {
width: 300px;
}

#nav li ul li ul {
top: auto;
}

#nav li ul li.child {
font-size: 12px;
}


#nav li ul li.child a {
padding: 10px 10px 10px 20px;
}

#nav li ul li a {
display: block;
padding: 15px;
border: none!important;
}

#nav li ul li.child a:before {
    font-family: "FontAwesome";
    content: "\f105";
    padding-right: 15px;
}

#nav li ul li a:hover:after  {
content: none;
}

#nav li ul li a:hover {
color: white;
border: none!important;
background-color: rgba(25,25,120,0.7);
}

#nav li ul li:before,
#nav li ul li:last-child:after{
content: none;
}

#home #nav li.home a,
#about #nav li.about a,
#profile #nav li.about a,
#chart #nav li.about a,
#idea #nav li.about a,
#business #nav li.business a,
#support #nav li.business a,
#gm #nav li.business a,
#hearing #nav li.business a,
#nail #nav li.business a,
#fitness #nav li.business a,
#eyelash #nav li.business a,
#flower #nav li.business a,
#partners #nav li.partners a,
#adpartners #nav li.ad_partners a,
#agency #nav li.partners a,
#recruit #nav li.recruit a,
#geron #nav li.recruit a,
#area #nav li.recruit a,
#message #nav li.recruit a,
#faq #nav li.recruit a,
#sce #nav li.recruit a,
#appflow #nav li.recruit a,
#miyagi #nav li.recruit a,
#hukushima #nav li.recruit a,
#ibaraki #nav li.recruit a,
#tochigi #nav li.recruit a,
#gunma #nav li.recruit a,
#saitama #nav li.recruit a,
#chiba #nav li.recruit a,
#niigata #nav li.recruit a,
#nagano #nav li.recruit a,
#shizuoka #nav li.recruit a,
#kyoto #nav li.recruit a,
#oosaka #nav li.recruit a,
#hyogo #nav li.recruit a,
#tottori #nav li.recruit a,
#shimane #nav li.recruit a,
#yamaguchi #nav li.recruit a,
#tokushima #nav li.recruit a,
#ehime #nav li.recruit a,
#kouchi #nav li.recruit a,
#kumamoto #nav li.recruit a,
#miyazaki #nav li.recruit a,
#kagoshima #nav li.recruit a {
border-bottom: 2px solid #191978;
}



/*	ttl_cont
----------------------------------------------------*/
.ttl_bg {
margin-top: 106px;
background: url(../images/common/pt_bg.png) center no-repeat;
background-size: cover;
}

/*#about .ttl_bg,
#idea .ttl_bg,
#profile .ttl_bg,
#chart .ttl_bg {
background: url(../images/common/pt_bg_v2.png) center no-repeat;
background-size: cover;
}*/

#business .ttl_bg, #business_test .ttl_bg,
#nail .ttl_bg,
#eyelash .ttl_bg,
#flower .ttl_bg {
background: url(../images/common/pt_bg_v3.png) center no-repeat;
background-size: cover;
}


#recruit .ttl_bg,
#sce .ttl_bg,
#appflow .ttl_bg {
background: url(../images/common/pt_bg_v4.png) center no-repeat;
background-size: cover;
}

#adpartners .ttl_bg {
background: url(../images/common/pt_bg_v5.png) center no-repeat;
background-size: cover;
}


#privacypolicy .ttl_bg,
#ad-privacypolicy .ttl_bg,
#sitemap .ttl_bg {
background: url(../images/common/pt_bg.png) center no-repeat;
background-size: cover;
}

#about .ttl_bg,
#idea .ttl_bg,
#profile .ttl_bg,
#chart .ttl_bg, #chart_test .ttl_bg,
#recruit .ttl_bg,
#partners .ttl_bg,
#support .ttl_bg,
#hearing .ttl_bg,
#gm .ttl_bg {
background: url(../images/common/pt_business_partners_bg.png) center no-repeat;
background-size: cover;
}

#geron .ttl_bg {
background: url(../images/recruit/pt_geron_bg.png) repeat-x;
}

#faq .ttl_bg {
background: url(../images/recruit/pt_faq_bg.png) repeat-x;
}

#message .ttl_bg {
background: url(../images/recruit/pt_message_bg.png) repeat-x;
}

#area .ttl_bg,
#hokkaido .ttl_bg,
#aomori .ttl_bg,
#iwate .ttl_bg,
#miyagi .ttl_bg,
#akita .ttl_bg,
#yamagata .ttl_bg,
#hukushima .ttl_bg,
#ibaraki .ttl_bg,
#tochigi .ttl_bg,
#gunma .ttl_bg,
#saitama .ttl_bg,
#chiba .ttl_bg,
#tokyo .ttl_bg,
#kanagawa .ttl_bg,
#niigata .ttl_bg,
#toyama .ttl_bg,
#ishikawa .ttl_bg,
#fukui .ttl_bg,
#yamanashi .ttl_bg,
#nagano .ttl_bg,
#gifu .ttl_bg,
#shizuoka .ttl_bg,
#aichi .ttl_bg,
#mie .ttl_bg,
#shiga .ttl_bg,
#kyoto .ttl_bg,
#osaka .ttl_bg,
#hyogo .ttl_bg,
#nara .ttl_bg,
#wakayama .ttl_bg,
#tottori .ttl_bg,
#shimane .ttl_bg,
#okayama .ttl_bg,
#hiroshima .ttl_bg,
#yamaguchi .ttl_bg,
#tokushima .ttl_bg,
#kagawa .ttl_bg,
#ehime .ttl_bg,
#kouchi .ttl_bg,
#fukuoka .ttl_bg,
#saga .ttl_bg,
#nagasaki .ttl_bg,
#kumamoto .ttl_bg,
#oita .ttl_bg,
#miyazaki .ttl_bg,
#kagoshima .ttl_bg,
#okinawa .ttl_bg {
background: url(../images/recruit/pt_area_bg.png) repeat-x;
}

.ttl_cont {
padding: 60px 0 0 0;
/* background: url(../images/common/pt_dot.png) repeat; */
}

#about .ttl_cont,
#idea .ttl_cont,
#profile .ttl_cont,
#chart .ttl_cont, #chart_test .ttl_cont,
#recruit .ttl_cont,
#support .ttl_cont,
#partners .ttl_cont,
#gm .ttl_cont,
#hearing .ttl_cont,
#geron .ttl_cont,
#faq .ttl_cont,
#message .ttl_cont,
#area .ttl_cont,

#hokkaido .ttl_cont,
#aomori .ttl_cont,
#iwate .ttl_cont,
#miyagi .ttl_cont,
#akita .ttl_cont,
#yamagata .ttl_cont,
#hukushima .ttl_cont,
#ibaraki .ttl_cont,
#tochigi .ttl_cont,
#gunma .ttl_cont,
#saitama .ttl_cont,
#chiba .ttl_cont,
#tokyo .ttl_cont,
#kanagawa .ttl_cont,
#niigata .ttl_cont,
#toyama .ttl_cont,
#ishikawa .ttl_cont,
#fukui .ttl_cont,
#yamanashi .ttl_cont,
#nagano .ttl_cont,
#gifu .ttl_cont,
#shizuoka .ttl_cont,
#aichi .ttl_cont,
#mie .ttl_cont,
#shiga .ttl_cont,
#kyoto .ttl_cont,
#osaka .ttl_cont,
#hyogo .ttl_cont,
#nara .ttl_cont,
#wakayama .ttl_cont,
#tottori .ttl_cont,
#shimane .ttl_cont,
#okayama .ttl_cont,
#hiroshima .ttl_cont,
#yamaguchi .ttl_cont,
#tokushima .ttl_cont,
#kagawa .ttl_cont,
#ehime .ttl_cont,
#kouchi .ttl_cont,
#fukuoka .ttl_cont,
#saga .ttl_cont,
#nagasaki .ttl_cont,
#kumamoto .ttl_cont,
#oita .ttl_cont,
#miyazaki .ttl_cont,
#kagoshima .ttl_cont,
#okinawa .ttl_cont {
padding-top: 0;
}

.ttl_cont h2 {
padding-bottom: 50px;
text-align: center;
font-size: 24px;
font-weight: bold;
color: #fff;
text-shadow: 0px 0px 13px rgba(0, 0, 0, 1);
}

#about .ttl_cont h2,
#idea .ttl_cont h2,
#profile .ttl_cont h2,
#chart .ttl_cont h2, #chart_test .ttl_cont h2,
#recruit .ttl_cont h2,
#support .ttl_cont h2,
#partners .ttl_cont h2,
#gm .ttl_cont h2,
#hearing .ttl_cont h2,
#geron .ttl_cont h2,
#faq .ttl_cont h2,
#message .ttl_cont h2,
#area .ttl_cont h2,
#hokkaido .ttl_cont h2,
#aomori .ttl_cont h2,
#iwate .ttl_cont h2,
#miyagi .ttl_cont h2,
#akita .ttl_cont h2,
#yamagata .ttl_cont h2,
#hukushima .ttl_cont h2,
#ibaraki .ttl_cont h2,
#tochigi .ttl_cont h2,
#gunma .ttl_cont h2,
#saitama .ttl_cont h2,
#chiba .ttl_cont h2,
#tokyo .ttl_cont h2,
#kanagawa .ttl_cont h2,
#niigata .ttl_cont h2,
#toyama .ttl_cont h2,
#ishikawa .ttl_cont h2,
#fukui .ttl_cont h2,
#yamanashi .ttl_cont h2,
#nagano .ttl_cont h2,
#gifu .ttl_cont h2,
#shizuoka .ttl_cont h2,
#aichi .ttl_cont h2,
#mie .ttl_cont h2,
#shiga .ttl_cont h2,
#kyoto .ttl_cont h2,
#osaka .ttl_cont h2,
#hyogo .ttl_cont h2,
#nara .ttl_cont h2,
#wakayama .ttl_cont h2,
#tottori .ttl_cont h2,
#shimane .ttl_cont h2,
#okayama .ttl_cont h2,
#hiroshima .ttl_cont h2,
#yamaguchi .ttl_cont h2,
#tokushima .ttl_cont h2,
#kagawa .ttl_cont h2,
#ehime .ttl_cont h2,
#kouchi .ttl_cont h2,
#fukuoka .ttl_cont h2,
#saga .ttl_cont h2,
#nagasaki .ttl_cont h2,
#kumamoto .ttl_cont h2,
#oita .ttl_cont h2,
#miyazaki .ttl_cont h2,
#kagoshima .ttl_cont h2,
#okinawa .ttl_cont h2 {
padding-bottom: 0;
}

.ttl_cont h2 span{
display: block;
font-size: 12px;
color: #fff;
/* color: #191978; */
}


#about .ttl_cont h2 img,
#idea .ttl_cont h2 img,
#profile .ttl_cont h2 img,
#chart .ttl_cont h2 img, #chart_test .ttl_cont h2 img,
#recruit .ttl_cont h2 img,
#support .ttl_cont h2 img,
#partners .ttl_cont h2 img,
#gm .ttl_cont h2 img,
#hearing .ttl_cont h2 img,
#geron .ttl_cont h2 img,
#faq .ttl_cont h2 img,
#message .ttl_cont h2 img,
#area .ttl_cont h2 img,
#hokkaido .ttl_cont h2 img,
#aomori .ttl_cont h2 img,
#iwate .ttl_cont h2 img,
#miyagi .ttl_cont h2 img,
#akita .ttl_cont h2 img,
#yamagata .ttl_cont h2 img,
#hukushima .ttl_cont h2 img,
#ibaraki .ttl_cont h2 img,
#tochigi .ttl_cont h2 img,
#gunma .ttl_cont h2 img,
#saitama .ttl_cont h2 img,
#chiba .ttl_cont h2 img,
#tokyo .ttl_cont h2 img,
#kanagawa .ttl_cont h2 img,
#niigata .ttl_cont h2 img,
#toyama .ttl_cont h2 img,
#ishikawa .ttl_cont h2 img,
#fukui .ttl_cont h2 img,
#yamanashi .ttl_cont h2 img,
#nagano .ttl_cont h2 img,
#gifu .ttl_cont h2 img,
#shizuoka .ttl_cont h2 img,
#aichi .ttl_cont h2 img,
#mie .ttl_cont h2 img,
#shiga .ttl_cont h2 img,
#kyoto .ttl_cont h2 img,
#osaka .ttl_cont h2 img,
#hyogo .ttl_cont h2 img,
#nara .ttl_cont h2 img,
#wakayama .ttl_cont h2 img,
#tottori .ttl_cont h2 img,
#shimane .ttl_cont h2 img,
#okayama .ttl_cont h2 img,
#hiroshima .ttl_cont h2 img,
#yamaguchi .ttl_cont h2 img,
#tokushima .ttl_cont h2 img,
#kagawa .ttl_cont h2 img,
#ehime .ttl_cont h2 img,
#kouchi .ttl_cont h2 img,
#fukuoka .ttl_cont h2 img,
#saga .ttl_cont h2 img,
#nagasaki .ttl_cont h2 img,
#kumamoto .ttl_cont h2 img,
#oita .ttl_cont h2 img,
#miyazaki .ttl_cont h2 img,
#kagoshima .ttl_cont h2 img,
#okinawa .ttl_cont h2 img {
max-width: 1300px;
}


/*	contents
----------------------------------------------------*/
#contents {
margin-bottom: 50px;
}

#contents h1,
#contents h2{
margin-bottom: 45px;
}

#contents.blog h1 {
margin-bottom: 25px;
}

#contents h3 {
margin-bottom: 35px;
}

#contents p {
margin-bottom: 30px;
font-size: 14px;
}

#contents .seminar_list {
margin-bottom: 20px;
border-top: 1px solid #b1b1b1;
border-bottom: 1px solid #b1b1b1;
}

#contents .seminar_list li {
padding: 22px 20px 21px 20px;
font-size:16px;
border-top: 1px dotted #b1b1b1;
}

#contents .seminar_list li:first-child {
border-top:none
}


/* ===================================================================
index style
=================================================================== */

/*	common
----------------------------------------------------*/
.ind_news h2,
.ind_bus h2{
margin-bottom: 28px;
text-align: center;
font-size: 24px;
font-weight: bold;
}

.ind_news h2 span,
.ind_bus h2 span{
display: block;
font-size: 12px;
color: #191978;
}

/*	mainImg
----------------------------------------------------*/
.bx-wrapper {
margin-top: 106px;
}

.ind_main {
height: 330px;
padding: 75px 0 0 0;
background: url(../images/index/main_bg02_v2.png) center no-repeat;
background-size: cover;
}

.ind_main h2 {
margin-bottom: 15px;
font-size: 43px;
color: white;
font-weight: bold;
text-align: center;
text-shadow: 0px 0px 13px rgba(0, 0, 0, 1);
}

.ind_main p.brett {
margin-bottom: 30px;
font-weight: bold;
font-size: 18px;
color: #49820d;
}

.ind_main p {
font-size: 16px;
text-align: center;
color: white;
}


/*	ind_main02
----------------------------------------------------*/
.ind_main02_bg {
background: url(../images/index/main_bg.jpg) no-repeat;
background-size: cover;
}

.ind_main02 {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
position:relative;
max-width: 1080px;
height: 330px;
margin: 0 auto;
}

.ind_main02 .img {
position: absolute;
bottom: -25px;
left: 60px;
margin: 0;
}

.ind_main02 div {
position: absolute;
top: 80px;
right: 100px;
}

.ind_main02 h2 {
margin-bottom: 15px;
font-size: 38px;
color: white;
font-weight: bold;
text-shadow: 0px 0px 13px rgba(0, 0, 0, 1);
}

.ind_main02 p.brett {
font-weight: bold;
font-size: 18px;
text-shadow: 0px 0px 13px rgba(0, 0, 0, 1);
}

.ind_main02 p {
margin-bottom: 25px;
font-size: 16px;
color: white;
}



/*	ind_main03
----------------------------------------------------*/
.ind_main03_bg {
background: url(../images/index/main_bg03_v2.png) no-repeat;
background-size: cover;
}

.ind_main03_inner {
width: 1200px;
margin: 0 auto;
background: url(../images/index/main_img03_01_v3.png) no-repeat;
}

.ind_main03 {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
position:relative;
max-width: 1080px;
height: 330px;
margin: 0 auto;
}

.ind_main03 .img01 {
position: absolute;
bottom: 0;
right: 0;
margin: 0;
z-index: 10;
}

.ind_main03 .img02 {
position: absolute;
bottom: 0;
right: 0;
margin: 0;
z-index: 100;
}

.ind_main03 div {
position: absolute;
top: 30px;
left: 0;
z-index: 200;
}

.ind_main03 h2 {
margin-bottom: 15px;
font-size: 43px;
color: white;
font-weight: bold;
text-shadow: 0px 0px 13px rgba(0, 0, 0, 1);
}

.ind_main03 p.brett {
margin-bottom: 35px;
font-weight: bold;
font-size: 18px;
text-shadow: 0px 0px 13px rgba(0, 0, 0, 1);
}

.ind_main03 p {
margin-bottom: 25px;
font-size: 18px;
color: white;
}

.ind_main03 div br.clear {
display: none;
}

/*	ind_mv_slider
----------------------------------------------------*/
.bx-wrapper{
width: calc(100% - 40px);
max-width: 1440px !important;
margin: 158px auto 20px;
}

.bx-viewport{
height: 477px;
}

.ind_mv_slider{
height: 100%;
}

.ind_mv_slider .mv_item {
height: 100%;
border-radius: 16px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.ind_mv_slider .nail{
background-image: url(../images/index/bg_nail.webp);
}

.ind_mv_slider .fitness{
background-image: url(../images/index/bg_fitness.webp);
}

.ind_mv_slider .eyelash{
background-image:url(../images/index/bg_eyelash.webp);
}

.ind_mv_slider .flower{
background-image: url(../images/index/bg_flower.webp);
}

.ind_mv_slider .mv_item .cont_wrap{
display: flex;
position: relative;
width: 100%;
height: 100%;
}

.ind_mv_slider .mv_item .cont_wrap:before{
content: '';
position: absolute;
top: 20px;
right: 28px;
height: 40px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}

.ind_mv_slider .nail .cont_wrap:before{
width: 100px;
background-image: url(../images/index/logo_nail_black.png);
}

.ind_mv_slider .fitness .cont_wrap:before{
width: 110px;
background-image: url(../images/index/logo_fitness_white.png);
}

.ind_mv_slider .eyelash .cont_wrap:before{
width: 200px;
background-image: url(../images/index/logo_eyelash_black.png);
}

.ind_mv_slider .mv_item .cont_wrap .cont_flex{
display: flex;
justify-content: space-between;
align-items: flex-end;
flex-wrap: wrap;
width: 100%;
margin-top: auto;
padding: 0 28px 26px 32px;
color: #fff;
}

.ind_mv_slider .mv_item .cont_wrap .cont_flex .cont{
display: flex;
align-items: center;
}

.ind_mv_slider .mv_item .cont_wrap .cont_flex .cont h2{
margin-right: 32px;
font-size: 4.8rem;
font-weight: bold;
line-height: 1;
letter-spacing: 1.92px;
}

.ind_mv_slider .mv_item .cont_wrap .cont_flex .cont p{
font-size: 1.5rem;
line-height: 2;
letter-spacing: 0.45px;
}

.ind_mv_slider .mv_item .cont_wrap .cont_flex .cont p .br_sp{
display: none;
}

.ind_mv_slider .mv_item .cont_wrap .cont_flex .link_btn{
margin-top: 20px;
font-size: 1.5rem;
}

.ind_mv_slider .mv_item .cont_wrap .cont_flex .link_btn a{
display: block;
position: relative;
padding: 10px 34px 10px 20px;
color: #fff;
border: 1px solid #fff;
border-radius: 6px;
text-decoration: none;
letter-spacing: 0.45px;
}

.ind_mv_slider .mv_item .cont_wrap .cont_flex .link_btn a:after{
content: '';
position: absolute;
top: 50%;
right: 9px;
width: 24px;
height: 24px;
margin-top: -12px;
background: url(../images/index/arrow-drop-right-line.png) center / contain no-repeat;
}

.ind_mv_slider .mv_item .cont_wrap .cont_flex .link_btn a:hover{
/* background: rgba(25, 25, 120, 0.7); */
text-decoration: none;
}

/*	ind_news
----------------------------------------------------*/
.ind_news {
width: 100%;
padding: 35px 0 50px;
background: url(../images/index/sec01_bg.gif) repeat;
}

.ind_news dl {
-js-display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 900px;
margin: 0 auto;
}

.ind_news dl:first-of-type {
border-top: 1px solid #b1b1b1;
}

.ind_news dl:last-of-type {
margin-bottom: 50px;
border-bottom: 1px solid #b1b1b1;
}

.ind_news dt {
width: 28%;
}

.ind_news dt span {
display: block;
float: left;
width: 120px;
margin-right: 25px;
padding: 3px 15px 2px;
text-align: center;
color: white;
}

/*
.ind_news dt span.rec {background: #45bee6;}
.ind_news dt span.info {background: #d7a50d;}
.ind_news dt span.open {background: #dd3e6e;}
*/

.ind_news dt span {background: #378dfc;}

.ind_news dd {
width: 72%;
}

.ind_news dt,
.ind_news dd {
padding: 15px;
font-size: 14px;
border-bottom: 1px dotted #b1b1b1;
}

.ind_news dl:last-of-type dt,
.ind_news dl:last-of-type dd {
border-bottom: none;
}

.ind_news p {
margin-bottom: 50px;
text-align: center;
}

.ind_news p.noinfo {
margin-bottom: 50px;
}

.ind_news p a{
font-size: 14px;
}

.ind_news ul {
-js-display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1080px;
margin: 0 auto;
}


.ind_news li img {
width: 328px;
}

.ind_news li a:hover img {
width: 328px;
}

/*	ind_bus
----------------------------------------------------*/
.ind_bus {
/*background: url(../images/index/sec02_bg.png) center no-repeat;*/
background-size: cover;
}

.ind_bus .dot {
padding: 30px 0 0 0;
/*background: url(../images/index/sec02_dot.png) repeat;*/
background: #E2F1FF;
}

.ind_bus ul {
-js-display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1080px;
margin: 0 auto;
}

.ind_bus li {
max-width: 500px;
margin-bottom: 80px;
border: 8px solid white;
background: white;
}

.ind_bus li a {
text-decoration: none;
}

.ind_bus li figcaption {
padding: 20px 15px;
}

.ind_bus li h4 {
margin-bottom: 10px;
font-size: 16px;
font-weight: bold;
color: #191978;
}

.ind_bus li h4 span {
margin-left: 10px;
font-size: 8px;
}

.ind_bus li p {
font-size: 14px;
color: #333;
}


/* ===================================================================
about style
=================================================================== */
#about .sec01 {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
flex-wrap:wrap;
margin-top: 50px;
padding: 0;
}

#about .sec01 a {
display: block;
text-decoration: none;
}

#about .sec01 dl {
width: 370px;
margin-bottom: 30px;
padding: 20px;
border: 1px solid #cccccc;
}

#about .sec01 dt {
margin-bottom: 20px;
padding: 0 5px 15px;
color: #1a1a79;
border-bottom: 1px solid #1a1a79;
}

#about .sec01 dd p {
margin-bottom: 15px;
font-size: 14px;
color: #333;
}


#about .sec01 .cat_box dl dd {
text-align: right;
}

#about .sec01 .cat_box p.more {
display: inline;
margin-bottom: 0;
padding: 5px 15px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
color: white;
text-decoration: none;
background: #191978;
}

#about .sec01 .cat_box p.more:before {
font-family: "FontAwesome";
content: "\f105";
padding-right: 10px;
font-size: 16px;
}
#about .sec01 .cat_box a:hover p.more {
background: #52529f;
}





/* ===================================================================
chart style
=================================================================== */
#chart h1 {
margin-bottom: 50px;
}

#chart p.ex {
display: none;
}

#chart .chart_box {
position: relative;
width: 770px;
height: 3000px;
}

#chart .chart_box .officer {
position: absolute;
top: 0;
left: 0;
}

#chart .chart_box ul {
position: relative;
width: 124px;
}

#chart .chart_box li {
width: 124px;
margin-bottom: 15px;
padding: 5px 0;
font-size: 12px;
text-align: center;
border: 1px solid #ccc;
background: white;
}

#chart .chart_box .officer ul:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
width: 2px;
height: 165px;
margin-left: -1px;
background: #b0b0b0;
z-index: -1;
}

#chart .chart_box .hq {
position: absolute;
top: 135px;
left: 162px;
}

#chart #sidebar li:nth-child(8) a {
background: #f5f5f5;
}

#chart_test h1 {
    margin-bottom: 50px;
    }

    #chart_test p.ex {
    display: none;
    }

    #chart_test .chart_box {
    position: relative;
    width: 770px;
    height: 3000px;
    }

    #chart_test .chart_box .officer {
    position: absolute;
    top: 0;
    left: 0;
    }

    #chart_test .chart_box ul {
    position: relative;
    width: 124px;
    }

    #chart_test .chart_box li {
    width: 124px;
    margin-bottom: 15px;
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ccc;
    background: white;
    }

    #chart_test .chart_box .officer ul:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 165px;
    margin-left: -1px;
    background: #b0b0b0;
    z-index: -1;
    }

    #chart_test .chart_box .hq {
    position: absolute;
    top: 135px;
    left: 162px;
    }

    #chart_test #sidebar li:nth-child(8) a {
    background: #f5f5f5;
    }

/* ===================================================================
idea style
=================================================================== */
#idea #contents section {
padding-bottom: 20px;
}

#idea section p span {
font-weight: bold;
}


#idea .comment {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
flex-flow: row-reverse;
}

#idea .comment div {
width: 500px;
}

#idea .comment .ceo {
max-width: 233px;
}

#idea .comment .ceo p {
margin-bottom: 10px;
font-size: 16px;
text-align: center;
font-family : YuMincho, 'Yu Mincho', serif;
}

#idea .comment .ceo .sine img {
width: 137px;
}

#idea section img {
display: block;
max-width: 500px;
margin: 0 auto;
}

#idea section .name_img{
margin: 0;
max-width: 150px;
}

#idea section .origin {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
padding: 38px;
border: 1px solid #ccc;
}

#idea section figcaption {
max-width: 480px;
}

#idea section figcaption dl {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
}

#idea section figcaption dt {
width: 35%;
font-size: 20px;
font-weight: bold;
color: #191978;
font-family : YuMincho, 'Yu Mincho', serif;
}

#idea section figcaption dd {
font-size: 16px;
}

#idea section figcaption p {
margin: 15px 0 0 0;
}

#idea #sidebar li:nth-child(1) a {
background: #f5f5f5;
}


/* ===================================================================
profile style
=================================================================== */
#profile #contents section {
margin-bottom: 50px;
}

#profile table {
width: 100%;
background: #ccc;
}

#profile th {
padding: 10px;
font-size: 14px;
font-weight: normal;
background: #f3f3f3;
}

#profile td {
position: relative;
padding: 10px;
font-size: 14px;
background: white;
}

#profile td p {
margin: 10px 0 0 0;
}

#profile td a {
position: absolute;
bottom: 10px;
right: 10px;
padding: 7px 15px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
color: #fff;
text-decoration: none;
background: #191978;
}

#profile td a:hover{
background: #52529f;
}

#profile .map {
position: relative;
margin-bottom: 15px;
padding: 0 0 56%;
height: 0;
overflow: hidden;
}

#profile .map iframe{
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

#profile #sidebar li:nth-child(7) a {
background: #f5f5f5;
}

/* ===================================================================
chart style
=================================================================== */
#chart #contents p,
#chart_test #contents p {
margin: 0;
}

/* ===================================================================
business style
=================================================================== */
#business .sec01 {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
flex-wrap:wrap;
margin-top: 50px;
padding: 0;
}

#business .sec01 a {
display: block;
text-decoration: none;
}


#business .sec01 dl {
width: 370px;
margin-bottom: 30px;
padding: 20px;
border: 1px solid #cccccc;
}

#business .sec01 dt {
margin-bottom: 20px;
padding: 0 5px 15px;
color: #1a1a79;
border-bottom: 1px solid #1a1a79;
}

#business .sec01 dt span {
font-size: 12px;
}

#business .sec01 dd p {
margin-bottom: 15px;
font-size: 14px;
color: #333;
}

#business .sec01 .cat_box dl dd {
text-align: right;
}

#business .sec01 .cat_box p.more {
display: inline;
margin-bottom: 0;
padding: 5px 15px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
color: white;
text-decoration: none;
background: #191978;
}

#business .sec01 .cat_box p.more:before {
font-family: "FontAwesome";
content: "\f105";
padding-right: 10px;
font-size: 16px;
}
#business .sec01 .cat_box a:hover p.more {
background: #52529f;
}

#business_test .sec01 {
    -js-display: flex;/* IE8-9 */
    display: -ms-flexbox;/* IE10 */
    display: flex;
    -ms-flex-pack: justify;/* IE10 */
    justify-content: space-between;
    flex-wrap:wrap;
    margin-top: 50px;
    padding: 0;
    }

    #business_test .sec01 a {
    display: block;
    text-decoration: none;
    }


    #business_test .sec01 dl {
    width: 370px;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #cccccc;
    }

    #business_test .sec01 dt {
    margin-bottom: 20px;
    padding: 0 5px 15px;
    color: #1a1a79;
    border-bottom: 1px solid #1a1a79;
    }

    #business_test .sec01 dt span {
    font-size: 12px;
    }

    #business_test .sec01 dd p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
    }

    #business_test .sec01 .cat_box dl dd {
    text-align: right;
    }

    #business_test .sec01 .cat_box p.more {
    display: inline;
    margin-bottom: 0;
    padding: 5px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: white;
    text-decoration: none;
    background: #191978;
    }

    #business_test .sec01 .cat_box p.more:before {
    font-family: "FontAwesome";
    content: "\f105";
    padding-right: 10px;
    font-size: 16px;
    }
    #business_test .sec01 .cat_box a:hover p.more {
    background: #52529f;
    }

/* ===================================================================
support style
=================================================================== */
#support figure.mi {
position: relative;
max-width: 770px;
margin-bottom: 30px;
}

#support .mi figcaption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 10px 15px;
color: white;
font-size: 18px;
font-weight: bold;
background: rgba(0,0,0,0.5);
}

#support #contents .menu {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
flex-wrap:wrap;
margin-top: 50px;
padding: 0;
}


#support #contents .menu dl {
width: 370px;
margin-bottom: 30px;
padding: 20px;
border: 1px solid #cccccc;
}

#support #contents .menu dt {
margin-bottom: 20px;
padding: 0 5px 15px;
color: #1a1a79;
border-bottom: 1px solid #1a1a79;
}

#support #contents .menu dt span {
font-size: 12px;
}

#support #contents .menu dd figure {
margin-bottom: 15px;
}

#support #contents .menu dd p {
margin-bottom: 15px;
font-size: 14px;
color: #333;
}

#support #contents .menu dd p.more {
margin-bottom: 0;
text-align: right;
}

#support #contents .menu dd p.more a {
padding: 5px 15px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
color: white;
text-decoration: none;
background: #191978;
}

#support #contents .menu dd p.more a:hover {
background: #52529f;
}

#support #contents .menu dd p.more a:before {
font-family: "FontAwesome";
content: "\f105";
padding-right: 10px;
font-size: 16px;
}

#support #sidebar li:nth-child(1) a {
background: #f5f5f5;
}


/* ===================================================================
gm style
=================================================================== */
#gm figure.mi {
position: relative;
max-width: 770px;
margin: 0 auto 30px;
}

#gm .mi figcaption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 10px 15px;
color: white;
font-size: 18px;
font-weight: bold;
background: rgba(0,0,0,0.5);
}

#gm .sec02 img {
display: block;
max-width: 386px;
margin: 0 auto;
}

#gm .sec02 dl {
margin-bottom: 30px;
padding: 19px;
}

#gm .sec02 dt {
margin-bottom: 10px;
font-size: 18px;
font-weight: bold;
}

#gm .sec02 dl.ben01 {
border: 1px solid #869ed5;
}

#gm .sec02 dl.ben01 dt {
color: #869ed5;
}

#gm .sec02 dl.ben02 {
border: 1px solid #4ebdd1;
}

#gm .sec02 dl.ben02 dt {
color: #4ebdd1;
}

#gm .sec02 dl.ben03 {
border: 1px solid #7db878;
}

#gm .sec02 dl.ben03 dt {
color: #7db878;
}

#gm .sec02 p.gm_big {
font-size: 24px;
text-align: center;
color: #4ba7bc;
}

#gm .sec03 {
padding-bottom: 40px;
}

#gm .sec03 ul {
margin-left: 25px;
}

#gm .sec03 li {
margin-bottom: 30px;
list-style-type: decimal;
}

#gm .sec03 li div {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
margin-top: 10px;
}

#gm .sec03 li dl {
margin-left: 10px;
}

#gm .sec03 li dl:first-child {
margin-left: 0;
}

#gm .sec03 li dt img {
width: 218px;
margin-bottom: 10px;
border: 1px solid #ccc;
}

#gm .kikoe_cont p {
margin-bottom: 20px;
font-size: 18px;
font-weight: bold;
}

#gm .kikoe_cont .box {
margin-bottom: 30px;
padding: 20px;
background: white;
border: 3px solid #23ac38;
}

#gm .kikoe_cont .box dl {
margin-bottom: 20px;
padding: 0;
}

#gm .kikoe_cont .box dt {
margin-bottom: 5px;
font-size: 18px;
color: #23ac38;
font-weight: bold;
}

#gm .kikoe_cont .box dd {
margin: 0;
}

#gm .kikoe_cont .box p img {
max-width: 100%;
}

#gm .sec03 li dd {
text-align: center;
}

#gm #sidebar li.gm a {
background: #f5f5f5;
}

/* ===================================================================
hc style
=================================================================== */
#gm #contents p.right {
text-align: right;
}

#gm #contents p.right span {
display:inline-block;
text-align: left;
}

#gm .sec04 {
padding-bottom: 30px;
}

#gm .sec04 h4 {
margin-bottom: 10px;
}

#gm .sec04 table {
width: 100%;
margin-bottom: 20px;
background: white;
}

#gm .sec04 th {
padding: 5px 0;
font-weight: bold;
text-align: center;
color: white;
background: #2f5fa1;
}

#gm .sec04 th.mini {
font-size: 14px;
}

#gm .sec04 td {
width: 20%;
padding: 10px 0;
text-align: center;
}

#gm .sec04 td.c01 {
background: #d1daf0;
}

#gm .sec04 td.c02 {
background: #f2f5fb;
}

#gm .sec05 h4 {
margin-bottom: 10px;
font-size: 18px;
}

#gm .sec05 p.txt_b {
font-size: 20px;
font-weight: bold;
}

#gm .sec05 p.mci {
font-size: 16px;
}

#gm .sec05 p.mci span {
font-size: 30px;
color: #2ba4bf;
font-weight: bold;
}

#gm .sec05 p.mci span span.mini {
font-size: 16px;
color: #2ba4bf;
}

#gm .sec05 p.mci span.mini {
font-size: 12px;
color: #333;
font-weight: normal;
}

#gm .sec05 li {
padding: 5px 0;
}

#gm .sec05 li span {
font-weight: bold;
}

#gm .sec05 .lisk {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
margin-bottom:30px;
}

#gm .sec05 .lisk ul {
padding-left: 20px;
}

#gm .sec05 .lisk li {
font-size: 16px;
}

#gm .sec05 dl.merit {
margin-bottom: 30px;
}

#gm .sec05 dl.merit dt {
margin-bottom: 5px;
font-size: 24px;
font-weight: bold;
color: #2ba4bf;
}

#gm .sec05 dl.merit dt span {
margin-right: 10px;
padding: 0 9px;
color: white;
border-radius:62px;
background: #2ba4bf;
}

#gm .sec06 dl {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
font-size:24px;
font-weight: bold;
}

#gm .sec06 dt {
width: 26%;
}

#gm .sec06 p.big_txt {
text-align: center;
font-size: 34px;
}

#gm .sec06 p.comment {
padding: 20px;
font-size: 24px;
text-align: center;
font-weight: bold;
color: #2ba4bf;
border: 1px solid #2ba4bf;
}

#gm .sec07 p.center {
text-align: center;
font-size: 24px;
font-weight: bold;
}

#gm .sec08 ul {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
margin-bottom: 20px;
}

#gm .sec08 li {
max-width: 375px;
}

#gm .sec08 li p {
padding: 10px;
color: white;
font-size: 18px;
text-align: center;
border-radius:100px;
background: #2f5fa1;
}

#gm .sec08 p.comment {
padding: 15px;
font-size: 16px;
background: #e2f6fd;
}

#gm .sec10 dl {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
flex-flow: row-reverse;
}

#gm .sec10 dt {
width: 343px;
}

#gm .sec10 dd {
width: 400px;
}

#gm .sec10 ul {
margin-bottom: 30px;
}

#gm .sec10 li {
font-size: 24px;
font-weight: bold;
color: #d6662c;
}

#gm .sec10 p.mini {
font-size: 12px;
}

#gm .sec11 dl {
padding: 20px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
background: #e2f6fd;
}

#gm .sec11 dt {
font-size: 18px;
font-weight: bold;
color: #2f5fa1;
}

#gm .sec11 dd {
margin-bottom: 20px;
}




/* ===================================================================
hearing style
=================================================================== */
#hearing figure.mi {
position: relative;
width: 770px;
margin-bottom: 30px;
}

#hearing .mi figcaption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 10px 15px;
color: white;
font-size: 18px;
font-weight: bold;
background: rgba(0,0,0,0.5);
}

#hearing #contents ul {
margin-bottom: 30px;
}

#hearing section ul.disc {
margin-left: 25px;
}

#hearing section ul.disc li {
list-style-type: disc;
}

#hearing .sec02 {
margin-bottom: 20px;
}

#hearing .sec02 dl {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
flex-flow: row-reverse;
justify-content: space-between;
}

#hearing .sec02 dt {
width: 344px;
}

#hearing .sec02 dd {
width: 400px;
}

#hearing .sec03 {
margin-bottom: 50px;
}

#hearing .sec03 dl {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
}

#hearing .sec03 dt {
width: 344px;
}

#hearing .sec03 dd {
width: 400px;
}


#hearing .sec04 .benefit {
margin-bottom: 30px;
padding: 30px;
background: #ececec;
}

#hearing .sec04 .benefit h3 {
margin-bottom: 20px;
padding: 0;
font-size: 24px;
font-weight: normal;
border: none;
}

#hearing .sec04 .benefit h3:before {
content: none;
}

#hearing .sec04 .benefit p:last-child {
margin-bottom: 0;
}

#hearing .sec04 .benefit ul {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
}

#hearing .sec04 .benefit li {
width: 160px;
}

#hearing .sec04 .benefit li img {
padding-bottom: 10px;
}

#hearing .sec04 .benefit li h4 {
margin-bottom: 10px;
text-align: center;
font-size: 22px;
font-weight: normal;
}

#hearing .sec04 .benefit li p {
margin: 0;
}

#hearing .sec04 dl {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
flex-flow: row-reverse;
}

#hearing .sec04 dt {
width: 344px;
}

#hearing .sec04 dd {
width: 400px;
}

#hearing .sec05 dl {
margin-bottom: 40px;
padding: 24px;
border: 1px solid #ccc;
}

#hearing .sec05 dt {
margin-bottom: 20px;
padding-left: 30px;
font-size: 14px;
color: #1d1d7a;
font-weight: bold;
background: url(../images/business/hearing/q_icon.gif) no-repeat;
}

#hearing .sec05 dd {
padding: 15px 15px 0;
font-size: 14px;
background: #eff7f9;
}

#hearing .sec05 dd h4 {
padding-bottom: 10px;
font-size: 18px;
}

#hearing .sec05 dd p {
margin: 0;
padding-bottom: 15px;
}

#hearing .sec05 dd p.center {
text-align: center;
}

#hearing .sec05 dd img.img01 {
max-width: 587px;
}

#hearing .sec05 dd img.img02 {
max-width: 485px;
}

#hearing .sec05 dd img.img03 {
max-width: 455px;
}

#hearing .sec05 dd li {
padding: 5px 0;
}

#hearing .sec06 dt {
margin-bottom: 5px;
}

#hearing .sec06 dd {
max-width: 470px;
}

#hearing .sec06 dd p {
text-align: center;
}

#hearing .sec06 dd img {
padding-bottom: 10px;
}

#hearing #sidebar li.hearing a {
background: #f5f5f5;
}


/* ===================================================================
dining style
=================================================================== */
#dining figure.mi {
position: relative;
width: 770px;
margin-bottom: 30px;
}

#dining #contents section{
margin-bottom: 80px;
}

#dining #contents section:last-child{
margin-bottom: 30px;
}

#dining section p:last-child{
margin-bottom: 0;
}

#dining .sec_feature .shop_img{
margin-top: 60px;
}

#dining .sec_info dl{
margin-bottom: 25px;
}

#dining .sec_info dt{
font-size: 18px;
font-weight: bold;
}

#dining .sec_info dt span{
font-size: 22px;
font-weight: bold;
color: #f00;
}

#dining .sec_info .map{
margin-bottom: 50px;
}

#dining .sec_info .map:last-child{
margin-bottom: 0;
}

/* ===================================================================
nail style / eyelash
=================================================================== */
#nail figure.mi,
#eyelash figure.mi,
#flower figure.mi {
position: relative;
width: 770px;
margin-bottom: 30px;
}

#nail .mi figcaption,
#eyelash .mi figcaption,
#flower .mi figcaption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 10px 15px;
color: white;
font-size: 18px;
font-weight: bold;
background: rgba(0,0,0,0.5);
}

#nail #contents ul,
#eyelash #contents ul,
#flower #contents ul {
margin-bottom: 30px;
}

#nail section ul.disc,
#eyelash section ul.disc,
#flower section ul.disc {
margin-left: 25px;
}

#nail section ul.disc li,
#eyelash section ul.disc li,
#flower section ul.disc li {
list-style-type: disc;
}

#nail .sec03 p.center {
text-align: center;
font-size: 24px;
color: #ec9f39;
}

#eyelash .sec03 p.center,
#flower .sec03 p.center {
text-align: center;
font-size: 24px;
color: #2E3192;
}

#nail .sec03 h4,
#eyelash .sec03 h4,
#flower .sec03 h4 {
margin-bottom: 20px;
padding-bottom: 10px;
font-size: 24px;
font-weight: bold;
border-bottom: 1px solid #ccc;
}

#nail .sec03 h4 span {
margin-right: 10px;
padding: 5px 20px;
font-size: 18px;
color: white;
text-align: center;
font-weight: normal;
background: #ec9f39;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
}

#eyelash .sec03 h4 span,
#flower .sec03 h4 span {
    margin-right: 10px;
    padding: 5px 20px;
    font-size: 18px;
    color: white;
    text-align: center;
    font-weight: normal;
    background: #2E3192;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    }

#nail .sec03 dl,
#eyelash .sec03 dl,
#flower .sec03 dl {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
margin-bottom: 50px;
}

#nail .sec03 dl.rev,
#eyelash .sec03 dl.rev,
#flower .sec03 dl.rev {
flex-flow: row-reverse;
}

#nail .sec03 dt,
#eyelash .sec03 dt,
#flower .sec03 dt {
width: 344px;
}

#nail .sec03 dd,
#eyelash .sec03 dd,
#flower .sec03 dd {
width: 400px;
}

#nail .sec03 dd span {
display: block;
margin-bottom: 15px;
font-size: 18px;
font-weight: bold;
color: #ec9f39;
}

#eyelash .sec03 dd span,
#flower .sec03 dd span {
display: block;
margin-bottom: 15px;
font-size: 18px;
font-weight: bold;
color: #2E3192;
}

#nail .sec03 p.center,
#eyelash .sec03 p.center,
#flower .sec03 p.center {
text-align: center;
}

#flower .sec03 ul {
    display: flex;
    justify-content: space-between;
}

#flower .sec03 li img {
    width: 96%;
}

#nail .sec04 p.center {
text-align: center;
font-size: 24px;
color: #869ed5;
}

#nail .sec04 h4 {
margin-bottom: 20px;
padding-bottom: 10px;
font-size: 24px;
font-weight: bold;
border-bottom: 1px solid #ccc;
}

#nail .sec04 h4 span {
margin-right: 10px;
padding: 5px 20px;
font-size: 18px;
color: white;
text-align: center;
font-weight: normal;
background: #869ed5;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
}

#nail .sec04 dl {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
margin-bottom: 50px;
}

#nail .sec04 dl.rev {
flex-flow: row-reverse;
}

#nail .sec04 dt {
width: 344px;
}

#nail .sec04 dd {
width: 400px;
}

#nail .sec04 li {
margin-bottom: 20px;
text-align: center;
}

#eyelash .sec_info dl,
#flower .sec_info dl {
    margin-bottom: 25px;
    }

    #eyelash .sec_info dt,
    #flower .sec_info dt {
    font-size: 18px;
    font-weight: bold;
    }

    #eyelash .sec_info dt span,
    #flower .sec_info dt span {
    font-size: 22px;
    font-weight: bold;
    color: #f00;
    }

    #eyelash .sec_info .map,
    #flower .sec_info .map {
    margin-bottom: 50px;
    }

    #eyelash .sec_info .map:last-child,
    #flower .sec_info .map:last-child {
    margin-bottom: 0;
    }

#nail #sidebar li:nth-child(5) a {
background: #f5f5f5;
}

#eyelash #sidebar li:nth-child(6) a {
background: #f5f5f5;
}

#flower #sidebar li:nth-child(8) a {
background: #f5f5f5;
}

/* ===================================================================
fitness style
=================================================================== */
#fitness figure.mi {
position: relative;
max-width: 770px;
margin-bottom: 30px;
}

#fitness figure.mi figcaption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 10px 15px;
color: white;
font-size: 16px;
background: rgba(0,0,0,0.5);
}

#fitness .box {
margin-bottom: 50px;
}

#fitness .box .ttl {
display: flex;
align-items: center;
margin-bottom: 20px;
}

#fitness .box .ttl span {
max-width: 109px;
margin-right: 10px;
}

#fitness .box .ttl dl {
width: 84%;
padding-bottom: 10px;
border-bottom: 1px dotted #ccc;
}

#fitness .box .ttl dt {
font-size: 16px;
}

#fitness .box .ttl dd {
font-size: 20px;
}

#fitness .box .ttl dd span {
margin-right: 0;
font-size: 24px;
font-weight: bold;
}

#fitness .box .point1 span {color: #ff0a00;}
#fitness .box .point2 span {color: #ff7307;}
#fitness .box .point3 span {color: #ffb51e;}
#fitness .box .point4 span {color: #73b92b;}
#fitness .box .point5 span {color: #0063a1;}

#fitness .box figure {
display: flex;
align-items: center;
}

#fitness .box figure figure {
max-width: 109px;
height: 109px;
margin-right: 10px;
}

#fitness .box figure figcaption {
width: 84%;
}

#fitness #contents .box figure figcaption p {
margin-bottom: 0;
}

#fitness #sidebar li:nth-child(7) a {
background: #f5f5f5;
}

/* ===================================================================
partners style
=================================================================== */
#partners p.mi {
margin-bottom: 50px;
}

#partners p.mission {
margin-bottom: 50px;
font-size: 16px;
font-weight: bold;
color: #1e1e7b;
font-family : YuMincho, 'Yu Mincho', serif;
}

#partners dl {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: flex-start;
padding: 0 30px 20px;
}

#partners dt {
font-size: 26px;
color: #a58238;
}

#partners dd {
margin-left: 20px;
padding-top: 8px;
}

#partners p.center {
margin: 30px 0 50px 0;
text-align: center;
}

#partners .merit dl {
display: block;
}

#partners .merit dl.last {
margin-bottom: 30px;
}

#partners .merit dt {
font-size: 16px;
}

#partners .merit dt span {
padding: 3px 8px;
color: white;
background: #a58238;
}

#partners .merit dd {
margin-left: 50px;
}

#partners .merit dt {
margin-bottom: 10px;
color: #333;
line-height: 2;
font-weight: bold;
}

#partners .merit dd {
margin: 0 0 10px 50px;
padding: 0;
}

#partners .merit dl.link {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
padding: 14px 20px 10px;
background: #e9e9e9;
}

#partners .merit dl.link dt,
#partners .merit dl.link dd{
margin: 0;
padding: 0;
}

#partners .merit dl.link dd ul {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
}

#partners .merit dl.link dd li {
margin-left: 10px;
}

#partners .merit dl.link dd li a {
display: block;
padding: 2px 10px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
color: #333;
border: 1px solid #333;
background: white;
text-decoration: none;
}

#partners .merit dl.link dd li a:hover {
color: white;
background: #333;
}

#partners .merit dl.link dd li a:before {
font-family: "FontAwesome";
content: "\f105";
padding-right: 5px;
font-size: 16px;
}


/* ===================================================================
agency style
=================================================================== */
#agency table {
width: 100%;
margin-bottom: 60px;
background: #ccc;
}

#agency th {
padding: 10px;
font-size: 14px;
font-weight: normal;
background: #f3f3f3;
}

#agency td {
padding: 10px;
font-size: 14px;
background: white;
}

#agency dl {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
padding: 14px 20px 10px;
background: #e9e9e9;
}

#agency dt,
#agency dd{
margin: 0;
padding: 0;
}

#agency dd ul {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
}

#agency dd li {
margin-left: 10px;
}

#agency dd li a {
display: block;
padding: 2px 10px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
color: #333;
border: 1px solid #333;
background: white;
text-decoration: none;
}

#agency dd li a:hover {
color: white;
background: #333;
}

#agency dd li a:before {
font-family: "FontAwesome";
content: "\f105";
padding-right: 5px;
font-size: 16px;
}


/* ===================================================================
recruit style
=================================================================== */
#recruit #contents {
display: block;
width: 100%;
max-width: 900px;
margin: 0 auto;
}


#recruit ul.type {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
flex-wrap:wrap;
margin: 30px 0 60px 0;
}

#recruit ul.type a {
display: block;
text-decoration: none;
}

#recruit ul.type li {
width: 400px;
padding: 35px 10px 30px;
text-align: center;
color: white;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

#recruit ul.type li p {
margin-bottom: 20px;
text-align: center;
font-weight: bold;
font-size: 36px;
}

#recruit ul.type li p.icon {
margin: 0;
font-size: 48px;
}

#recruit ul.type li p.ttl {
margin: 0;
font-size: 20px;
}

#recruit ul.type li.geron {
background: #191978;
}

#recruit ul.type li.nail {
background: #84ac3d;
}

#recruit ul.type a:hover li.geron {
background: #6969a7;
}

#recruit ul.type a:hover li.nail {
background: #afc981;
}

#recruit ul.type li span {
position: relative;
display: block;
max-width: 320px;
margin: 0 auto;
padding: 5px 0;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-size: 18px;
background: white;
}

#recruit ul.type li.geron span {
color: #191978;
font-weight: bold;
}

#recruit ul.type li.nail span {
color: #84ac3d;
font-weight: bold;
}

#recruit ul.type li.geron span:after {
content: "\f054";
font-family: FontAwesome;
font-size: 18px;
position: absolute;
top: 50%;
right: 10px;
margin-top: -11px;
}

#recruit ul.type li.nail span:after {
content: "\f08e";
font-family: FontAwesome;
font-size: 18px;
position: absolute;
top: 50%;
right: 10px;
margin-top: -11px;
}

#recruit #area {
margin-top: -137px;
padding-top: 137px;
}

#contents .recruit_btn {
margin: 30px 0;
text-align: center;
}

#contents .recruit_btn img {
width: 556px;
}

/* ===================================================================
area style
=================================================================== */
#contents .area table {
width: 100%;
margin-bottom: 30px;
background: #ccc;
}

#contents .area th {
width: 25%;
padding: 15px;
font-size: 14px;
font-weight: normal;
background: #f3f3f3;
}

#contents .area td {
padding: 15px;
font-size: 14px;
background: white;
}

#contents .area td dl {
margin-bottom: 15px;
}

#contents .area td dl:last-child {
margin-bottom: 0;
}

#contents .area td dt {
font-weight: bold;
}

#contents .area td p {
margin-bottom: 15px;
}

#contents .area td p:last-child {
margin-bottom: 0;
}

/* ===================================================================
recruit-geron style
=================================================================== */
#geron .navi ul {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
flex-flow: row wrap;
justify-content: flex-start;
}

#geron .navi li {
width: 240px;
margin: 0 20px 20px 0;
border: 1px solid #ccc;
}

#geron .navi li:nth-child(3) {
margin-right: 0;
}

#geron .navi li a {
display: block;
padding: 10px;
text-decoration: none;
border-left: 5px solid #191978;
}

#geron .navi li img {
display: block;
width: auto;
margin: 15px auto;
}

#geron .navi li span {
display: block;
font-size: 14px;
color: #333;
}

#geron .navi li .ttl {
position: relative;
padding-left: 20px;
font-size: 15px;
font-weight: bold;
color: #191978;
}

#geron .navi li .ttl:before {
content: "";
position: absolute;
top: 50%;
left: 0;
margin-top: -8px;
width: 17px;
height: 17px;
background: url(../images/recruit/nav_arrow_v2.png) no-repeat;
}


/* ===================================================================
area style
=================================================================== */
#area ul.area {
-js-display: flex;
display: -ms-flexbox;
display: flex;
margin: 0 0 20px;
}

#area ul.area li {
margin-right: 10px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
background: #191978;
}

#area ul.area li a {
padding: 5px 10px 4px;
font-size:14px;
color: white;
text-decoration: none;
}

#area dl.accordionlist dt {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
padding: 13px 10px 10px;
border: 1px solid #ccc;
cursor: pointer;
}

#area dl.accordionlist dt p {
margin: 0;
font-size: 18px;
font-weight: bold;

}

#area dl.accordionlist dd{
display:none;
}

#area .accordion_icon,
#area .accordion_icon span {
display: inline-block;
transition: all .4s;
box-sizing: border-box;
}

#area .accordion_icon {
position: relative;
width: 30px;
height: 30px;
}

#area .accordion_icon span {
position: absolute;
left: 6px;
width: 50%;
height: 2px;
background-color: #191978;
border-radius: 4px;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
}

#area .accordion_icon span:nth-of-type(1) {
top: 50%;
margin-top: -1px;
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
}

#area .accordion_icon span:nth-of-type(2) {
top: 50%;
margin-top: -1px;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
}

/*＋、－切り替え*/
#area .accordion_icon.active span:nth-of-type(1) {
display:none;
}

#area .accordion_icon.active span:nth-of-type(2) {
top: 50%;
margin-top: -1px;
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}

/* ===================================================================
appflow style
=================================================================== */
#appflow #main {
margin-bottom: 40px;
}

#appflow p.link {
text-align: center;
}

#appflow p.link a {
padding: 7px 15px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
color: #fff;
text-decoration: none;
background: #191978;
}

#appflow p.link a:hover {
background: #52529f;
}

#appflow p.link a::before {
font-family: "FontAwesome";
content: "\f105";
padding-right: 10px;
}

#appflow #sidebar li:nth-child(5) a {
background: #f5f5f5;
}

/* ===================================================================
message style
=================================================================== */
#message #contents p.name {
padding: 10px;
font-weight: bold;
background: #f3f3f3;
}

#message #contents p.name span {
margin-right: 10px;
padding: 3px 5px;
font-size: 14px;
font-weight: normal;
color: white;
background: #1d1d7a;
}

#message #contents dl {
-js-display: flex;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}

#message #contents dt {
width: 216px;
margin-right: 20px;
}

#message #contents dd {
width: 550px;
}

#message #contents dd h4 {
margin-bottom: 10px;
font-size: 16px;
font-weight: bold;
color: #1c1c7a;
}

#message #sidebar li:nth-child(2) a {
background: #f5f5f5;
}

/* ===================================================================
faq style
=================================================================== */
#faq #contents dl {
margin-bottom: 40px;
padding: 24px;
border: 1px solid #ccc;
}

#faq #contents dt {
margin-bottom: 20px;
padding-left: 30px;
font-size: 14px;
color: #1d1d7a;
font-weight: bold;
background: url(../images/recruit/faq/q_icon.gif) no-repeat;
}

#faq #contents dd {
padding: 15px;
font-size: 14px;
background: #eff7f9;
}

#faq #sidebar li:nth-child(3) a {
background: #f5f5f5;
}


/* ===================================================================
sce style
=================================================================== */
#sce #contents ul {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
flex-wrap:wrap;
}

#sce #contents li {
margin-bottom: 20px;
text-align: center;
}

#sce #contents li figure {
width: 250px;
margin-bottom: 5px;
}

#sce #sidebar li:nth-child(3) a {
background: #f5f5f5;
}


/* ===================================================================
adpartners style
=================================================================== */


#adpartners p.main {
margin-bottom: 40px;
}

#adpartners section h4 {
margin-bottom: 40px;
font-size: 16px;
font-weight: bold;
color: #2d2d84;
font-family : YuMincho, 'Yu Mincho', serif;
}

#adpartners .sec02 dl {
overflow: hidden;
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
flex-wrap:wrap;
align-items: center;
margin-bottom: 25px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
background: #ffecec;
}

#adpartners .sec02 dt {
width: 23%;
padding: 40px 0 30px;
font-size: 16px;
font-weight: bold;
text-align: center;
color: white;
background: #f18f25;
}

#adpartners .sec02 dt span {
font-size: 36px;
}

#adpartners .sec02 dd {
width: 77%;
padding: 0 15px;
font-size: 18px;
}

#adpartners .sec02 dd span {
color: #d54f4f;
font-weight: bold;
}

#adpartners .sec02 p.rig_txt {
font-size: 12px;
text-align: right;
}

#adpartners .sec03 figure.mi {
position: relative;
max-width: 770px;
margin-bottom: 30px;
}

#adpartners .sec03 figure.mi figcaption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 10px 15px;
color: white;
font-size: 16px;
background: rgba(0,0,0,0.5);
}

#adpartners .sec03 .data {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
flex-flow: row-reverse;
margin-bottom: 30px;
}

#adpartners .sec03 .data figure {
padding-left: 45px;
}

#adpartners #contents .sec03 .data p {
margin-bottom: 10px;
color: #f18f25;
font-size: 18px;
font-weight: bold;
}

#adpartners .sec03 .data figcaption {
width: 390px;
}

#adpartners .sec03 .data dl {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
padding: 15px 0;
font-size: 14px;
border-bottom: 1px dotted #ccc;
}

#adpartners .sec03 .data dl.first {
border-top: 1px dotted #ccc;
}

#adpartners .sec03 .data dt {
width: 30%;
font-weight: bold;
}

#adpartners .sec03 .data dd {
width: 70%;
}

#adpartners .sec03 .chart {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
align-items:center;
margin-bottom: 30px;
}

#adpartners .sec03 .chart .txt {
margin-left: 45px;
}

#adpartners .sec03 .chart .txt p {
font-size: 16px;
}

#adpartners .sec03 .chart .txt p span {
font-weight: bold;
color: #e54141;
}

#adpartners .sec03 .chart .txt ul {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
flex-wrap:wrap;
}

#adpartners .sec03 .chart .txt li {
padding-right: 10px;
}

#adpartners .sec04 h4 {
margin-bottom: 10px;
font-size: 20px;
}

#adpartners .sec04 .box {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
flex-flow: row-reverse;
margin-bottom: 50px;
}

#adpartners .sec04 .box figure {
padding-left: 45px;
}

#adpartners .sec04 .box figcaption {
width: 380px;
}

#adpartners .sec04 .box dl {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
padding: 15px 0;
font-size: 14px;
border-bottom: 1px dotted #ccc;
}

#adpartners .sec04 .box dl.first {
border-top: 1px dotted #ccc;
}

#adpartners .sec04 .box dt {
width: 30%;
font-weight: bold;
}

#adpartners .sec04 .box dd {
width: 70%;
}

#adpartners #contents .sec04 .box p {
margin: 20px 0 0 0;
font-size: 12px;
}

#adpartners #contents .sec05 p {
margin-bottom: 50px;
}

#adpartners #contents .sec05 p.link {
text-align: center;
}

#adpartners .sec05 p.link a {
padding: 7px 15px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
color: #fff;
text-decoration: none;
background: #191978;
}

#adpartners .sec05 p.link a:hover {
background: #52529f;
}

#adpartners .sec05 p.link a::before {
font-family: "FontAwesome";
content: "\f105";
padding-right: 10px;
}

#adpartners #contents section h3 {
position: static;
padding: 10px;
color: white;
font-size: 18px;
font-weight: bold;
border-bottom: none;
background: #f18f25;
}

#adpartners .ba {
padding-top: 50px;
}

#adpartners ul.ba li {
padding-bottom: 35px;
}

#adpartners #contents section h3:before {
content: none;
}

/* ===================================================================
imp style
=================================================================== */
#imp #sidebar li:nth-child(1) a {
background: #f5f5f5;
}

/* ===================================================================
privacypolicy style
=================================================================== */
#privacypolicy #contents,
#ad-privacypolicy #contents {
display: block;
width: 100%;
max-width: 1080px;
margin: 0 auto;
}

#privacypolicy #contents ul,
#ad-privacypolicy #contents ul {
margin-bottom: 30px;
}

#privacypolicy #contents li,
#ad-privacypolicy #contents li {
margin-left: 20px;
padding: 5px 0;
list-style: decimal;
}

/* ===================================================================
sitemap style
=================================================================== */
#sitemap #contents {
display: block;
width: 100%;
max-width: 1080px;
margin: 0 auto 20px;
}

#sitemap #contents section {
-js-display: flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}

#sitemap #contents section ul {
width: 200px;
margin: 0 15px 30px 0;
padding: 10px 0 0 0;
border-top:1px #ccc solid;
}

#sitemap #contents section ul li a {
font-size: 13px;
color: #333;
}

#sitemap #contents section ul li ul {
margin: 0;
border:none;
}

#sitemap #contents section ul li ul li ul {
margin: 0 0 0 15px;
}

#sitemap #contents section ul li a.head {
padding: 10px 0;
font-size: 14px;
font-weight: bold;
color: #191978;
}

#sitemap #contents section ul li {
padding: 5px 0;
}

#sitemap_test #contents {
    display: block;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 20px;
    }

    #sitemap_test #contents section {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    }

    #sitemap_test #contents section ul {
    width: 200px;
    margin: 0 15px 30px 0;
    padding: 10px 0 0 0;
    border-top:1px #ccc solid;
    }

    #sitemap_test #contents section ul li a {
    font-size: 13px;
    color: #333;
    }

    #sitemap_test #contents section ul li ul {
    margin: 0;
    border:none;
    }

    #sitemap_test #contents section ul li ul li ul {
    margin: 0 0 0 15px;
    }

    #sitemap_test #contents section ul li a.head {
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #191978;
    }

    #sitemap_test #contents section ul li {
    padding: 5px 0;
    }


/* ===================================================================
新着記事一覧用 style
=================================================================== */
.blog dl {
-js-display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.blog dl:first-of-type {
border-top: 1px solid #b1b1b1;
}

.blog dl:last-of-type {
margin-bottom: 20px;
border-bottom: 1px solid #b1b1b1;
}

.blog dt {
width: 35%;
}

.blog dt span,
.blog ul.data li span{
margin-right: 15px;
padding: 3px 15px 2px;
color: white;
}

.blog dt span.rec,
.blog ul.data li span.rec {background: #45bee6;}

.blog dt span.info,
.blog ul.data li span.info {background: #378dfc;}

.blog dt span.open,
.blog ul.data li span.open {background: #dd3e6e;}

.blog dt span {
display: block;
float: left;
width: 120px;
text-align: center;
background: #378dfc;}

.blog dd {
width: 65%;
}

.blog dt,
.blog dd {
padding: 20px 15px;
font-size: 14px;
border-bottom: 1px dotted #b1b1b1;
}

.blog dl:last-of-type dt,
.blog dl:last-of-type dd {
border-bottom: none;
}

.blog ul.data {
-js-display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 25px;
}

.blog ul.data li {
margin-right: 15px;
}

.blog .wp-pagenavi {
text-align: center;
}

/*	footer
----------------------------------------------------*/
#footer p.ex {
display: none;
}

#footer .f_menu {
padding: 35px 0;
background: #191978;
}

#footer .f_menu ul {
-js-display: flex;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
max-width: 1080px;
margin: 0 auto;
}

#footer .f_menu li {
width: 100%;
max-width: 208px;
padding: 0;
border-top: 1px solid #53539a;

}

#footer .f_menu li a {
display: block;
width: 100%;
margin: 0;
padding: 6px 0 6px 10px;
color: white;
font-size: 13px;
text-decoration: none;
border-bottom: 1px dotted #53539a;
}

#footer .f_menu li a:before {
font-family: "FontAwesome";
content: "\f105";
padding-right: 10px;
font-size: 16px;
}

#footer .f_menu li ul {
display: block;
}

#footer .f_menu li ul li {
padding: 0;
border: none;
}

#footer .f_menu li .accordion_icon {
display: none;
}

#footer .f_menu li ul li a {
font-size: 12px;
border-top: none;
border-bottom: 1px dotted #53539a;
}

#footer .f_menu li a:hover {
padding-left: 11px;
background: #5858a2;
}

#footer p.copy {
padding: 17px 0 15px;
}



#footer .f_menu02 {
background: #242496;
}

#footer .f_menu02 ul {
-js-display: flex;
display: -ms-flexbox;
display: flex;
max-width: 1080px;
margin: 0 auto;
padding: 13px 0;
}

#footer .f_menu02 li {
padding: 0 15px;
border-left: 1px solid white;
}

#footer .f_menu02 li:first-child {
padding-left: 0;
border-left: none;
}

#footer .f_menu02 li a {
color: white;
font-size: 12px;
text-decoration: none;
}

#footer .f_menu02 li a:hover {
text-decoration: underline;
}

#footer #f_logo {
padding: 20px 0;
-js-display: flex;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
border-bottom: 1px solid #ccc;
}

#footer #f_logo li {
margin-left: 20px;
}

#footer #f_logo li:first-child {
flex: 0 0 230px;
margin-left: 0;
}

#footer .smp_parts {
display: none;
}

#footer ul.company {
-js-display: flex;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
max-width: 1080px;
margin: 0 auto;
}

#footer ul.company li {
width: 270px;
padding: 15px;
font-size: 12px;
color: #333;
border-right: 1px solid #cccccc;
}

#footer ul.company li:first-child {
border-left: 1px solid #cccccc;
}

#footer ul.company li span {
font-weight: bold;
}

#footer ul.company li img {
display: block;
width: 190px;
margin: 15px auto 0;
}

/*	movie
----------------------------------------------------*/
.movie {
position: relative;
width: 100%;
padding-top: 56.25%;
}

.movie iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

/*	form
----------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
select,
textarea {
width: 100%;
padding: 0 .5em;
font-size: 1.6rem;
border: 1px solid #ddd;
border-radius: 4px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
select { height: 40px; }

input[type="radio"],
input[type="check"] {
margin-right: .6em;
}

textarea { height: 120px; }

button {
display: block;
max-width: 300px;
width: 100%;
height: 50px;
margin: 0 auto;
padding: 5px 10px;
color: #000;
text-align: center;
border: 1px solid #a88734;
box-shadow: inset 0 1px 0 rgba(253, 245, 228, 1);
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6dd9c+0,f0c454+100 */
background: rgb(246,221,156); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(246,221,156) 0%, rgb(240,196,84) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgb(246,221,156) 0%,rgb(240,196,84) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgb(246,221,156) 0%,rgb(240,196,84) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6dd9c', endColorstr='#f0c454',GradientType=0 ); /* IE6-9 */
}

button:hover {
cursor: pointer;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0c454+0,f6dd9c+100 */
background: rgb(240,196,84); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(240,196,84) 0%, rgb(246,221,156) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgb(240,196,84) 0%,rgb(246,221,156) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgb(240,196,84) 0%,rgb(246,221,156) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c454', endColorstr='#f6dd9c',GradientType=0 ); /* IE6-9 */
}

.btn_check {
-js-display: flex;/* IE8-9 */
display: -ms-flexbox;/* IE10 */
display: flex;
-ms-flex-pack: justify;/* IE10 */
justify-content: space-between;
}

.btn_check button {
margin: 0;
}


/*	wp-pagenavi
----------------------------------------------------*/
.wp-pagenavi span.current {
border: 1px solid #191978 !important;
background: #191978 !important;
}
