@-webkit-keyframes open_btn01{0%{-webkit-transform:translateY(20px) rotate(45deg);transform:translateY(20px) rotate(45deg)}50%{-webkit-transform:translateY(20px) rotate(0);transform:translateY(20px) rotate(0)}100%{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)}}@keyframes open_btn01{0%{-webkit-transform:translateY(20px) rotate(45deg);transform:translateY(20px) rotate(45deg)}50%{-webkit-transform:translateY(20px) rotate(0);transform:translateY(20px) rotate(0)}100%{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)}}@-webkit-keyframes open_btn02{0%{-webkit-transform:translateY(-20px) rotate(-45deg);transform:translateY(-20px) rotate(-45deg)}50%{-webkit-transform:translateY(-20px) rotate(0);transform:translateY(-20px) rotate(0)}100%{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)}}@keyframes open_btn02{0%{-webkit-transform:translateY(-20px) rotate(-45deg);transform:translateY(-20px) rotate(-45deg)}50%{-webkit-transform:translateY(-20px) rotate(0);transform:translateY(-20px) rotate(0)}100%{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)}}@-webkit-keyframes open_btn01_on{0%{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)}50%{-webkit-transform:translateY(20px) rotate(0);transform:translateY(20px) rotate(0)}100%{-webkit-transform:translateY(20px) rotate(45deg);transform:translateY(20px) rotate(45deg)}}@keyframes open_btn01_on{0%{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)}50%{-webkit-transform:translateY(20px) rotate(0);transform:translateY(20px) rotate(0)}100%{-webkit-transform:translateY(20px) rotate(45deg);transform:translateY(20px) rotate(45deg)}}@-webkit-keyframes open_btn02_on{0%{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)}50%{-webkit-transform:translateY(-20px) rotate(0);transform:translateY(-20px) rotate(0)}100%{-webkit-transform:translateY(-20px) rotate(-45deg);transform:translateY(-20px) rotate(-45deg)}}@keyframes open_btn02_on{0%{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)}50%{-webkit-transform:translateY(-20px) rotate(0);transform:translateY(-20px) rotate(0)}100%{-webkit-transform:translateY(-20px) rotate(-45deg);transform:translateY(-20px) rotate(-45deg)}}header{background:#fff;width:100%;position:fixed;top:0;left:0;z-index:10000000}header.sp_on{z-index:100000000}@media only screen and (min-width: 769px){header{top:29px}}header .hd_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#000;height:30px;margin:0 -10px;padding:0 10px;font-size:10px;color:#fff}header .hd_top ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:70%;max-width:840px;height:100%;border-right:#fff 1px solid}header .hd_top li{width:16.66%;position:relative;border-left:#e5e5e5 1px solid;-webkit-transition:background .3s ease-in-out 0s;transition:background .3s ease-in-out 0s}header .hd_top li.on::before,header .hd_top li:hover::before{content:"";display:block;width:calc(100% + 2px);height:100%;position:absolute;background:#fff;top:0;left:-1px;z-index:2}header .hd_top li.on a,header .hd_top li:hover a{background:#fff;color:#005bac}header .hd_top li.on a::before,header .hd_top li:hover a::before{-webkit-transform:scale(1, 1);transform:scale(1, 1)}header .hd_top li.on a .blank,header .hd_top li:hover a .blank{background:url("/assets/img/common/ico_blank.svg") no-repeat right center/8px}header .hd_top a{display:block;height:100%;padding:7px 10px 0;position:relative;text-align:center;z-index:3}header .hd_top a::before{content:"";display:block;width:calc(100% + 2px);height:2px;position:absolute;background:#005bac;top:0;left:-1px;-webkit-transform:scale(0, 1);transform:scale(0, 1);-webkit-transition:.5s;transition:.5s;-webkit-transform-origin:center;transform-origin:center}header .hd_top a .blank{background:url("/assets/img/common/ico_blank_on.svg") no-repeat right center/8px;padding-right:12px}header .hd_btm{height:55px;padding:12px 10px;margin:0 auto;position:relative;border-bottom:#e5e5e5 1px solid}header .logo{display:block;width:170px}header .open_btn{display:block;background:#005bac;width:55px;height:54px;position:absolute;top:0;right:0;overflow:hidden;text-indent:100%;white-space:nowrap;text-indent:200%}header .open_btn span{display:block;background:#fff;width:26px;height:2px;margin:-1px 0 0 -13px;position:absolute;left:50%;top:50%;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}header .open_btn span::before,header .open_btn span::after{content:"";display:block;width:26px;height:2px;position:absolute;background:#fff;top:0;left:0}header .open_btn span::before{margin-top:-8px;-webkit-animation:open_btn01 .75s forwards;animation:open_btn01 .75s forwards}header .open_btn span::after{margin-top:8px;-webkit-animation:open_btn02 .75s forwards;animation:open_btn02 .75s forwards}header .open_btn.on span{background:transparent}header .open_btn.on span::before{margin-top:-20px;-webkit-animation:open_btn01_on .75s forwards;animation:open_btn01_on .75s forwards}header .open_btn.on span::after{margin-top:20px;-webkit-animation:open_btn02_on .75s forwards;animation:open_btn02_on .75s forwards}header .open{width:100%;height:0;overflow:hidden;position:absolute;top:55px;left:0}header .open.max{height:calc(100vh - 55px) !important;overflow-y:scroll !important}@media only screen and (min-width: 769px){header .open.max{height:calc(100vh - 84px) !important}}header nav{background:#fff;border-bottom:#e5e5e5 1px solid}header .menu>li{border-bottom:#e5e5e5 1px solid}header .menu>li>a{display:block;padding:16px 18px;position:relative;font-weight:bold}header .menu>li>a span{display:block;width:55px;height:100%;position:absolute;top:0;right:0;border-left:#e5e5e5 1px solid}header .menu>li>a span::before{content:"";display:block;width:20px;height:2px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:#005bac}header .menu>li>a span::after{content:"";display:block;width:2px;height:20px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:#005bac}header .menu>li.on>a span::after{background:transparent}header .sub_menu{background:#f2f4f5;height:0;overflow:hidden}header .sub_menu p{display:none}header .sub_menu .btn_white{text-align:left}@media only screen and (max-width: 960px){header .sub_menu .btn_white{background:none;max-width:none;padding:10px 20px;color:inherit;border:none;border-radius:0}}header .sub_menu .btn_white::before{right:20px}header .sub_menu li a{display:block;padding:10px 20px;position:relative;border-top:#fff 1px solid;position:relative}header .sub_menu li a::before{content:"";display:block;width:6px;height:6px;border-top:#005bac 2px solid;border-right:#005bac 2px solid;position:absolute;right:20px;margin-top:-3px;top:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}header .sub_menu li a .icon-blank{display:inline-block;background:url("/assets/img/common/ico_blank02.svg") no-repeat right center/13px auto;padding-right:24px}header .sub_menu li a .icon-orange{display:inline-block;background:#ffae1a;width:42px;height:18px;margin-left:20px;color:#fff;font-size:10px;font-weight:bold;line-height:18px;text-align:center;border-radius:100px}header .other{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:.92rem;text-align:center}header .other li{width:50%}header .other li:nth-child(even){border-left:#fff 1px solid}header .other li:nth-child(n+3){border-top:#fff 1px solid}header .other li.contact{width:100%}header .other li a{display:block;background:#f2f4f5;padding:10px}header .other li.translate{display:none}header .other li.translate .goog-te-gadget{color:inherit;font-size:inherit}header .other li.translate .goog-te-gadget-simple{background:none;padding:0;font-size:inherit;border:none}header .other li.translate .goog-te-gadget-simple>img{display:none}header .other li.translate .goog-te-gadget-simple .goog-te-menu-value{margin:0;color:inherit}header .other li.translate .goog-te-gadget-simple .goog-te-menu-value::before{content:"Language"}header .other li.translate .goog-te-gadget-simple .goog-te-menu-value>img,header .other li.translate .goog-te-gadget-simple .goog-te-menu-value span{display:none}header .user li a{display:block;background:#fff;padding:14px 10px;color:#222;text-align:center;border-radius:2px;font-weight:bold}header .user li.signup{border-top:#e5e5e5 1px solid}header.hd_short{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:48px;height:auto;padding:8px .83rem;border-bottom:none;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.1);box-shadow:0 0 10px 0 rgba(0,0,0,.1)}header.hd_short .logo{width:150px;padding-top:6px}header.hd_short .btn_blue{min-width:104px;padding:5px .83rem;font-size:12px;border-radius:4px}@media only screen and (min-width: 769px){header.hd_short{padding-left:20px;padding-right:20px}}@media only screen and (min-width: 960px){header{padding:0 10px;border-bottom:#ccc 1px solid}header.sp_on{z-index:10000000}header.on .hd_top{height:0}header .hd_top{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}header .hd_btm{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:92px;padding:14px 0;border-bottom:none}header .logo{width:210px;-webkit-transition:opacity .3s ease-in-out 0s;transition:opacity .3s ease-in-out 0s}header .logo:hover{opacity:.8}header .open_btn{display:none}header .open{width:auto;height:auto !important;margin-top:36px;position:static;overflow:inherit !important}header nav{display:-webkit-box;display:-ms-flexbox;display:flex;background:none;border-bottom:none}header .menu{display:-webkit-box;display:-ms-flexbox;display:flex}header .menu>li{border-bottom:none !important}header .menu>li:not(:first-child){margin-left:40px}header .menu>li>a{padding:0;-webkit-transition:color .3s ease-in-out 0s;transition:color .3s ease-in-out 0s}header .menu>li>a span{display:none}header .menu>li>a:hover,header .menu>li>a.on{color:#005bac}header .menu>li>a.on+.sub_menu{border-bottom:#ccc 1px solid}header .sub_menu{background:#fff;width:100%;padding:0 20px;position:absolute;top:90px;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);border-radius:4px;border-right:#ccc 1px solid}header .sub_menu::before{content:"";display:block;width:50%;height:100%;position:absolute;background:#005bac;top:0;left:0}header .sub_menu dl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#fff;max-width:1120px;margin:0 auto;position:relative}header .sub_menu dt,header .sub_menu dd{padding:40px 0}header .sub_menu dt{background:#005bac;width:21.44%;color:#fff}header .sub_menu dt p{display:block;padding-left:10px;border-left:#fff 2px solid}header .sub_menu dt p span{display:block;margin:0 0 -2px -2px;font-size:18px;font-weight:bold;letter-spacing:2px}header .sub_menu dt .btn_white{display:table;min-width:140px;padding:12px 30px 10px 26px;margin-top:30px;font-size:12px;line-height:1}header .sub_menu dt .btn_white:hover{border:#fff 1px solid}header .sub_menu dt .btn_white::before{right:10px}header .sub_menu dd{width:75%}header .sub_menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}header .sub_menu li{width:28.57%}header .sub_menu li:not(:nth-child(-n+3)){margin-top:26px}header .sub_menu li:not(:nth-child(3n+1)){margin-left:7.145%}header .sub_menu li a{padding:0 16px 6px 8px;border-top:none;border-bottom:#e5e5e5 1px solid;-webkit-transition:color .3s ease-in-out 0s;transition:color .3s ease-in-out 0s}header .sub_menu li a::before{right:2px}header .sub_menu li a:hover{color:#005bac}header .other{position:absolute;top:14px;right:0;font-size:12px;text-align:left}header .other li{width:auto !important;margin-left:30px;border:none !important}header .other li a{background:none;padding:0}header .other li a:hover{text-decoration:underline}header .user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:none;padding:0;margin:0 0 0 28px;line-height:1.4;border-left:#e5e5e5 1px solid}header .user li{width:auto}header .user li.login{margin-left:28px}header .user li.login a{background:none;padding:0;font-size:inherit;-webkit-transition:color .3s ease-in-out 0s;transition:color .3s ease-in-out 0s}header .user li.login a:hover{color:#005bac}header .user li.signup{margin:-4px 0 0 20px}header .user li.signup a{background:#f7ce1a;min-width:112px;padding:6px 10px;font-size:12px;-webkit-transition:background .3s ease-in-out 0s;transition:background .3s ease-in-out 0s}header .user li.signup a:hover{background:#ffd000}}@media only screen and (min-width: 1200px){header{padding:0 30px}header .hd_top{margin:0 -30px;padding:0 30px;font-size:12px}header .hd_top a{padding-top:6px}}header .user_menu{background:#fff;width:100%;height:0;margin:0 auto;overflow:hidden;position:absolute;top:90px;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);border-radius:4px;border-right:#ccc 1px solid;border-left:#ccc 1px solid}header .user_menu.on{border-bottom:#ccc 1px solid}header .user_menu-inr{padding:40px 10px}header .user_menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;max-width:800px;margin:0 auto}header .user_menu ul li{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;border:#e5e5e5 1px solid;border-radius:4px}header .user_menu ul li .tit{background:#f2f4f5;padding:14px 10px;font-size:12px;font-weight:bold;text-align:center}header .user_menu ul li .tit span{display:inline-block;background:#000;padding:2px 6px;margin-right:4px;font-size:10px;color:#fff;border-radius:2px}header .user_menu ul li .detail{padding:20px}header .user_menu ul li .detail img{display:block;width:auto;height:24px;margin:0 auto 10px}header .user_menu ul li .detail .btns{max-width:none;height:56px;width:100%;padding:0 10px;font-size:12px;font-weight:bold;line-height:56px;border-radius:2px;-webkit-transition:background .3s ease-in-out 0s;transition:background .3s ease-in-out 0s}header .user_menu ul li .detail .btns.btn_yellow{background:#f7ce1a;color:#222;border:#f7ce1a 1px solid}header .user_menu ul li .detail .btns.btn_yellow:hover{background:#ffd000;border-color:#ffd000}header .user_menu ul li .detail .btns.btn_blue{background:#0f8eff;color:#fff;border:#0f8eff 1px solid}header .user_menu ul li .detail .btns.btn_blue:hover{background:#0085fb;border-color:#0085fb}header .user_menu ul li .detail .attention{margin-top:10px;font-size:10px}@media only screen and (max-width: 960px){header .user_menu{position:static;-webkit-transform:none;transform:none}header .user_menu-inr{padding:0 20px 20px}header .user_menu ul{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}header .user_menu ul li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}header .user_menu ul li .tit{padding-left:0;padding-right:0}}.goog-te-menu-frame.skiptranslate{top:74px !important;z-index:100000000}.goog-te-banner-frame.skiptranslate,.goog-tooltip.skiptranslate{display:none !important}#docsbotai-root{position:relative;z-index:99999999}.inc-info{background:#005bac;position:relative}.inc-info a{display:block;background:#005bac;padding:5px 10px;font-size:11px !important;line-height:1.4;text-align:center;text-decoration:none}.inc-info a:nth-of-type(2){width:100%;position:absolute;top:0;left:0}.inc-info .txt{display:block;margin:0 auto;color:#fff;font-family:"Hiragino Sans",sans-serif;font-size:11px !important;font-weight:700}.inc-info .txt span:not(.arrow){display:inline-block;margin:0 10px 0 4px}.inc-info .arrow{background:url("/assets/img/common/ico_arrow01.svg") no-repeat right center/6px auto;display:inline-block;padding-right:14px}.inc-info .arrow.ico-black{background:url("/assets/img/common/ico_arrow02.svg") no-repeat right center/6px auto}.inc-info .yellow{color:#ffe261 !important}.inc-info .red{color:#ff8f90 !important}.inc-info .pink{color:#f44d42 !important}.inc-info__pink{background:#fa7b80 !important}.inc-info__pink:hover{background:#fd989c !important}.inc-info__yellow{background:#ffc32d !important}.inc-info__yellow:hover{background:#ffcf56 !important}.inc-info__beige{background:#fcdabe !important}.inc-info__beige .txt{color:#222}.inc-info__beige .red{color:#dd393c !important}.inc-info__beige:hover{background:#ffeddf !important}.inc-info__30th{background:#fa7b80 !important}.inc-info__30th .yellow{color:#ffda7e !important}.inc-info__30th:hover{background:#ff9fa2 !important}.inc-info__sp{background:#d1eefb !important}.inc-info__sp .txt{color:#222 !important}.inc-info__sp .red{color:#ff0353 !important}.inc-info__sp:hover{background:#def5ff !important}.inc-info.black a{background:#373737 !important}.inc-info.black a:hover{background:#686868 !important}.inc-info.black .yellow{color:#f7bf31 !important}@media only screen and (min-width: 769px){.inc-info a{font-size:13px !important}.inc-info .txt{width:100%;margin:0 auto;font-size:13px !important}.inc-info .txt span:not(.arrow){margin:0 20px 0 12px}}@media only screen and (min-width: 960px){.inc-info a{font-size:14px !important;-webkit-transition:background .3s ease-in-out 0s;transition:background .3s ease-in-out 0s}.inc-info a:hover{background:#0068c6}.inc-info .txt{font-size:14px !important}}footer .ft_top{background:#005bac;padding:0 1.67rem}footer .ft_top .wrap{padding:60px 0 40px}footer .ft_top .menu{margin:40px -1.67rem 0;color:#fff;border-bottom:#fff 1px solid}footer .ft_top .menu>li>a{display:block;padding:16px;position:relative;border-top:#fff 1px solid;position:relative}footer .ft_top .menu>li>a::before{content:"";display:block;width:6px;height:6px;border-top:#fff 2px solid;border-right:#fff 2px solid;position:absolute;right:20px;margin-top:-3px;top:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}footer .ft_top .sub_menu{display:none}footer .ft_top .other{margin-top:40px}footer .ft_top .other .seal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:60px 0}footer .ft_top .other #csi_siteseal_tag{display:block;width:100px;margin-left:15px}footer .ft_top .other .sns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}footer .ft_top .other .sns li{width:40px;height:40px}footer .ft_top .other .sns li a{display:block;height:100%;overflow:hidden;text-indent:100%;white-space:nowrap}footer .ft_top .other .sns li.twitter a{background:url("/assets/img/common/sns_twitter.svg") no-repeat center top/cover}footer .ft_top .other .sns li.facebook a{background:url("/assets/img/common/sns_facebook.svg") no-repeat center top/cover}footer .ft_top .other .sns li:not(:first-child){margin-left:30px}footer .ft_btm{background:#002c52;font-size:.83rem;color:#fff;text-align:center}footer .ft_btm .wrap{padding:0}footer .ft_btm ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}footer .ft_btm li{width:50%;border-bottom:#fff 1px solid}footer .ft_btm li:nth-child(even){border-left:#fff 1px solid}footer .ft_btm li a{display:block;padding:12px 10px}footer .ft_btm li a span.blank{position:relative}footer .ft_btm li a span.blank::before{content:"";display:block;width:10px;height:9px;position:absolute;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);background:url("/assets/img/common/ico_blank_on.svg") no-repeat center top/cover;right:-16px}footer .ft_btm p{padding:12px 10px}@media only screen and (min-width: 960px){footer .ft_top{padding:0 10px}footer .ft_top .wrap{padding:120px 0 60px}footer .ft_top .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:80px 0 0;border-bottom:none}footer .ft_top .menu a:hover{text-decoration:underline}footer .ft_top .menu>li>a{display:table;padding:0 0 0 18px;font-weight:bold;border-top:none}footer .ft_top .menu>li>a:nth-of-type(n+2){margin-top:34px}footer .ft_top .menu>li>a::before{background:#fff;width:10px;height:1px;margin-top:-1px;left:0;border:none;-webkit-transform:inherit;transform:inherit}footer .ft_top .menu>li>a.media span{display:none}footer .ft_top .sub_menu{display:block;margin-top:12px;font-size:12px}footer .ft_top .sub_menu li:not(:first-child){margin-top:6px}footer .ft_top .other{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:92px}footer .ft_top .other .seal{margin:0}footer .ft_top .other .sns{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}footer .ft_top .other .sns li{width:30px;height:30px}footer .ft_top .other .sns a{-webkit-transition:opacity .3s ease-in-out 0s;transition:opacity .3s ease-in-out 0s}footer .ft_top .other .sns a:hover{opacity:.8}footer .ft_btm{padding:0 .83rem;font-size:12px;text-align:left}footer .ft_btm .wrap{padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}footer .ft_btm ul{font-size:11px}footer .ft_btm li{width:auto;border:none !important}footer .ft_btm li:not(:last-child){margin-right:10px}footer .ft_btm li a{padding:0}footer .ft_btm li a:hover{text-decoration:underline}footer .ft_btm p{padding:0}}@media only screen and (min-width: 1100px){footer .ft_btm ul{font-size:12px}footer .ft_btm li:not(:last-child){margin-right:20px}}.gmo_footer{position:relative;z-index:99999999999}.gmo_footer .gmoGroupFooter_logo{width:175px}.gmo_footer .gmoGroupFooter_text{width:438px}@media only screen and (max-width: 768px){.gmoGroupHeader{position:relative;z-index:99999999999}}.security_ft{background:#fff;padding:0 10px;position:relative;z-index:99999999999}.security_ft .wrap{max-width:1040px;padding:20px 0 40px;margin:0 auto}.security_ft .security__logo{display:block;width:200px;margin:0 auto 14px}.security_ft .seal_gmo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:40px}.security_ft #csi_siteseal_tag,.security_ft #brs_siteseal_tag{display:block;width:100px;margin-left:10px}@media only screen and (min-width: 769px){.security_ft .security__logo{margin:0 0 14px 10px}}@media only screen and (max-width: 768px){.security_ft .gmoGroupHeader{z-index:99999999999}}.miniheader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;height:48px;padding:12px 10px 0;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.1);box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.miniheader .logo{width:150px}.miniheader_right{width:100%}.miniheader_user{background:url("/assets/img//common/ico_user.png") no-repeat left 4px/12px;padding-left:16px;position:absolute;top:16px;right:10px;font-size:12px}.miniheader_user .txt{display:none}.miniheader_user__menu{display:none;background:#fff;width:100%;min-width:130px;position:absolute;top:42px;right:0;font-size:12px;border-radius:4px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.1);box-shadow:0 0 10px 0 rgba(0,0,0,.1);z-index:100}.miniheader_user__menu li:not(:first-child){border-top:#e5e5e5 1px solid}.miniheader_user__menu a{display:block;padding:8px 10px;-webkit-transition:color .3s ease-in-out 0s;transition:color .3s ease-in-out 0s}.miniheader_user__menu a:hover{color:#005bac !important}.miniheader .menu_support{display:-webkit-box;display:-ms-flexbox;display:flex}.miniheader .menu_support a{font-size:12px}.miniheader .menu_support a.btn_white{padding:3px 14px;margin-top:-2px;font-size:11px;color:#005bac;border-radius:20px}.miniheader .menu_support a.btn_white::before{display:none}.miniheader .menu_support li:not(:first-child){margin-left:20px}.miniheader .menu_support.auction{font-size:11px}.miniheader .menu_support.auction li:not(:first-child){margin-left:10px}@media only screen and (max-width: 768px){.miniheader{height:90px}.miniheader:not(.login_on){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.miniheader .menu_support{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;padding-top:10px;border-top:#e5e5e5 1px solid}}@media only screen and (min-width: 769px){.miniheader_right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;margin-top:-12px}.miniheader_user{background-position:left 18px !important;height:100%;padding-top:14px;margin-left:20px;position:relative;top:0;right:0}}@media only screen and (min-width: 960px){.miniheader{padding-left:20px;padding-right:20px}.miniheader_user .txt{display:inline-block}.miniheader .menu_support a{-webkit-transition:color .3s ease-in-out 0s;transition:color .3s ease-in-out 0s}.miniheader .menu_support a:hover{color:#005bac}.miniheader .menu_support a.btn_white:hover{color:#fff;text-decoration:none}.miniheader .menu_support.auction{font-size:12px}.miniheader .menu_support.auction li:not(:first-child){margin-left:20px}}.minifooter{background:#002c52;padding:1.17rem .83rem;color:#fff;font-size:11px;text-align:center}.minifooter.short{background:#005bac;height:40px;padding:0;line-height:40px}.sub_tit{padding-bottom:1.17rem;margin:-6px 0 30px;position:relative;font-size:1.67rem;font-weight:bold;text-align:center;letter-spacing:3px}@media only screen and (max-width: 400px){.sub_tit{font-size:1.5rem;letter-spacing:2px}}.sub_tit::before{content:"";display:block;width:40px;height:2px;position:absolute;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);background:#005bac;position:absolute;bottom:0}@media only screen and (min-width: 960px){.sub_tit{margin:-10px 0 50px}.sub_tit::before{width:50px}}.inner_tit{padding-left:1.5rem;margin-bottom:2rem;font-size:1.33rem;font-weight:bold;letter-spacing:1px;border-left:#005bac 3px solid}.set_tit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#f0f3f5;padding:10px}.set_tit>span{display:block;margin-top:4px;color:#666;font-size:1.33rem;font-weight:bold}@media only screen and (max-width: 400px){.set_tit>span{font-size:13px;margin-top:6px}}.set_tit .btn_white{padding:8px 10px 6px 26px;font-size:.83rem}.set_tit .btn_white::before{background:url("/assets/img/domain/search/result_ico.svg") no-repeat center top/cover;width:9px;height:12px;margin-top:1px;left:1rem;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);border:none}@media only screen and (min-width: 769px){.set_tit{padding:12px 20px}.set_tit>span{letter-spacing:2px}}@media only screen and (min-width: 769px){.set_tit .btn_white{padding:8px 20px 6px 34px}.set_tit .btn_white::before{left:18px}}@media only screen and (min-width: 960px){.set_tit .btn_white:hover::before{background:url("/assets/img/domain/search/result_ico_on.svg") no-repeat center top/cover}}body{padding-top:55px !important}@media only screen and (min-width: 960px){body{padding-top:92px !important}}body.loggedIn .user{display:none}body.loggedIn:not(.cptop) .inc-info{display:none}body.minihd{padding-top:90px !important}@media only screen and (min-width: 769px){body.minihd{padding-top:48px !important}}header,footer{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:12px;line-height:1.75;font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif}header *,footer *{-webkit-box-sizing:border-box;box-sizing:border-box}header a,footer a{text-decoration:none}header img,footer img{width:100%}@media only screen and (min-width: 640px){header,footer{font-size:13px}}@media only screen and (min-width: 769px){header,footer{font-size:14px}}header .hd_top{display:none}header .btn_white{display:block;background:#fff;max-width:230px;padding:11px 10px 11px 0;color:#005bac;text-align:center;border-radius:2px;border:#005bac 1px solid;position:relative;-webkit-transition:background .3s ease-in-out 0s;transition:background .3s ease-in-out 0s}header .btn_white::before{content:"";display:block;width:6px;height:6px;border-top:#005bac 2px solid;border-right:#005bac 2px solid;position:absolute;right:20px;margin-top:-3px;top:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media only screen and (max-width: 769px){header .btn_white{max-width:200px;padding:14px 10px}header .btn_white::before{right:10px}}header .other{font-size:12px}@media only screen and (max-width: 960px){header .sub_menu .btn_white{font-weight:normal}}@media only screen and (min-width: 960px){header .btn_white:hover{background:#005bac;color:#fff}header .btn_white:hover::before{border-color:#fff}header .logo img{height:auto}}header .user_menu .attention{padding:0;border:none;padding-left:12px;position:relative;font-family:"Hiragino Kaku Gothic ProN",Arial}header .user_menu .attention::before{content:"※";position:absolute;top:0;left:0}body.loggedIn .goog-te-menu-frame.skiptranslate{top:44px !important}footer{clear:both}footer .wrap{max-width:1120px;margin:0 auto}footer a{color:#fff}footer input{vertical-align:middle;overflow:visible;background:transparent;margin:0 !important;text-align:inherit;border:none}footer .domain_form{background:#f2f4f5;max-width:800px;margin:0 auto;position:relative;border-radius:4px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.1);box-shadow:0 0 10px 0 rgba(0,0,0,.1)}footer .domain_form input[type=text]{width:100%;height:70px;padding:0 76px 0 1rem;font-size:1.08rem}footer .domain_form input[type=text]::-webkit-input-placeholder{color:#999}footer .domain_form input[type=text]::-moz-placeholder{color:#999}footer .domain_form input[type=text]:-ms-input-placeholder{color:#999}footer .domain_form input[type=text]::-ms-input-placeholder{color:#999}footer .domain_form input[type=text]::placeholder{color:#999}footer .domain_form input[type=submit]{background:url("/assets/img/common/ico_search.svg") no-repeat center/24px;width:60px;height:100%;position:absolute;top:0;right:0;border-left:#fff 1px solid;overflow:hidden;text-indent:200%;white-space:nowrap;cursor:pointer}@media only screen and (min-width: 769px){footer .domain_form input[type=text]{height:64px;padding:0 80px 0 20px}footer .domain_form input[type=submit]{background-size:20px;width:64px}}@media only screen and (min-width: 960px){footer .domain_form{overflow:hidden}footer .domain_form input[type=submit]{-webkit-transition:background .3s ease-in-out 0s;transition:background .3s ease-in-out 0s}footer .domain_form input[type=submit]:hover{background-color:#f9fafa}}body.loggedIn header,body.adminx header{top:0}@media only screen and (min-width: 769px){body.loggedIn header .open.max,body.adminx header .open.max{height:calc(100vh - 55px) !important}}body.adminx header{display:-webkit-box;display:-ms-flexbox;display:flex}body.adminx header a,body.adminx header a:hover{font-weight:inherit;color:inherit;text-decoration:inherit}body.adminx header .logo{margin:0;font-size:inherit}body.adminx header .menu,body.adminx header .other{margin-bottom:0}body.adminx header .user .login{font-weight:bold !important}body.adminx header .user .signup{color:#fff}body.adminx footer a{color:#fff !important}body.adminx footer .media,body.adminx footer .ft_btm p,body.adminx footer .ft_btm ul{margin:0}@media only screen and (min-width: 960px){body.adminx header .menu>li>a{font-weight:bold !important}body.adminx header .other a:hover{text-decoration:underline}body.adminx header .user .signup a:hover{background:#0068c6}}.miniheader{top:0}.miniheader a{color:#222}#news.news-area{margin-top:-30px;margin-bottom:20px}#news.news-area .wrap{background:#ecf4fe;padding:20px 70px 20px 20px;position:relative;overflow:hidden;border-radius:20px}#news.news-area a{text-decoration:none !important}#news.news-area .tit{margin-bottom:10px;font-size:16px;font-weight:700;color:#005bac !important;line-height:1.6}#news.news-area .arrow_link{display:table;padding-right:12px;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);right:20px;padding-right:14px;color:#005bac;position:relative;position:absolute}#news.news-area .arrow_link::before{content:"";display:block;width:6px;height:6px;border-top:#005bac 2px solid;border-right:#005bac 2px solid;position:absolute;right:20px;margin-top:-3px;top:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg);right:0;border-top-width:1.5px;border-right-width:1.5px}@media only screen and (min-width: 960px){#news.news-area .wrap{padding:24px 100px 24px 70px}#news.news-area .tit{font-size:18px}#news.news-area .tit a:hover{text-decoration:underline !important}#news.news-area .arrow_link{right:70px}#news.news-area .arrow_link:hover{text-decoration:underline !important}#news.news-area.login-area .wrap{padding-left:40px}#news.news-area.login-area .arrow_link{right:40px}}