@charset "UTF-8";

/********************************
DEFAULT
*********************************/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0px;
    padding: 0px;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
caption,
address,
th {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}

img,
iframe {
    vertical-align: middle;
    border: 0px;
}

img {
    line-height: 0;
    font-size: 0;
}

table {
    border-collapse: collapse;
}

th {
    font-weight: normal;
    text-align: left;
}

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

select {
    padding: 2px;
}

input,
select {
    font-size: 100%;
    vertical-align: middle;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

textarea {
    font-size: 99%;
}

input {
    vertical-align: middle;
}

::-webkit-input-placeholder {
    color: #000;
}

label {
    padding: 0 0 0 2px;
}

hr {
    display: none;
}

a[href^="tel:"] {
    cursor: default;
}

a,
a:link {
    color: #3a3a3a;
    text-decoration: none;
    word-break: break-all;
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

a:visited {
    /*  color:#941D55;*/
}

a:hover,
a:active {
    color: #009944;
    text-decoration: none;
}

a[href^="tel:"] {
    cursor: default;
}

.m_b0 {
    margin-bottom: 0px !important;
}

.m_b1 {
    margin-bottom: 1px !important;
}

.m_b2 {
    margin-bottom: 2px !important;
}

.m_b3 {
    margin-bottom: 2px !important;
}

.m_b5 {
    margin-bottom: 5px !important;
}

.m_b7 {
    margin-bottom: 7px !important;
}

.m_b8 {
    margin-bottom: 8px !important;
}

.m_b10 {
    margin-bottom: 10px !important;
}

.m_b11 {
    margin-bottom: 11px !important;
}

.m_b12 {
    margin-bottom: 12px !important;
}

.m_b13 {
    margin-bottom: 13px !important;
}

.m_b15 {
    margin-bottom: 15px !important;
}

.m_b20 {
    margin-bottom: 20px !important;
}

.m_b25 {
    margin-bottom: 25px !important;
}

.m_b30 {
    margin-bottom: 30px !important;
}

.m_b35 {
    margin-bottom: 35px!important;
}

.m_b40 {
    margin-bottom: 40px !important;
}

.m_b45 {
    margin-bottom: 45px !important;
}

.m_b50 {
    margin-bottom: 50px !important;
}

.m_b55 {
    margin-bottom: 55px !important;
}

.m_t30 {
    margin-top: 30px !important;
}

.m_r0 {
    margin-right: 0 !important;
}

.p_b0 {
    padding-bottom: 0 !important;
}

.p_b10 {
    padding-bottom: 10px !important;
}

.a_center {
    text-align: center;
}

.a_left {
    text-align: left;
}

.a_right {
    text-align: right;
}

.f_bold {
    font-weight: bold;
}

.c_fix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: .01em;
    height: 0;
    overflow: hidden;
}

.c_fix {
    min-height: 1px;
}

html {
    height: 100%;
    overflow-y: scroll;
    width: 100%;
}
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}

body {
    font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    line-height: 2.0em;
    color: #3a3a3a;
    font-size: 14px;
    text-align: center;
    min-height: 100%;
    height: auto !important;
    position: relative;
    min-width: 1000px;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    padding: 71px 0 0 0;
    background: #ffffff;
}
body.top.is-ver3 {
    min-width: 1120px;
}
body.top.is-ver4 {
    min-width: 1120px;
}

@media all and (-ms-high-contrast:none){
    *::-ms-backdrop,
body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

/********************************
LAYOUT
*********************************/
.l_header {
    border-bottom: 1px solid #e2e2e2;
}
.l_cont {
    width: 1000px;
    margin: 0 auto;
}
.l_main {
    float: left;
    width: 730px;
}
.l_main.right {
    float: right;
}
.l_side {
    float: right;
    width: 240px;
}
.l_side.left {
    float: left;
}

/********************************
CHANGE
*********************************/

.v_pc {
    display: block !important;
}
.v_pc_b {
    display: table !important;
}
.v_pc_c {
    display: table-cell !important;
}
.v_pc_d {
    display: inline-block !important;
}
.v_pc_e{
    display: inline !important;
}
.v_sp {
    display: none !important;
}
.v_sp_b {
    display: none !important;
}
.v_sp_c {
    display: none !important;
}
.v_sp_d {
    display: none !important;
}
.v_sp_e{
    display: none !important;
}

/********************************
BTN
*********************************/
.b_btn {
    text-align: center;
    line-height: 1;
    transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    background: #fff;
    border-radius: 6px;
}
.b_btn:hover {
    transform: translateY(2px);
    -ms-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -webkit-transform: translateY(2px);
}
.b_btn a {
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
.b_btn.ls a {
    font-size: 18px;
}
.b_btn.ls a span {
    padding: 15px 0 16px 0;
}
.b_btn.gr a {
    border: 1px solid #009944;
    background: #07b956;
    background: -moz-linear-gradient(top, #07b956 0%, #009944 100%);
    background: -webkit-linear-gradient(top, #07b956 0%,#009944 100%);
    background: linear-gradient(to bottom, #07b956 0%,#009944 100%);
    box-shadow: 0 2px 0 #007b37;
    -ms-box-shadow: 0 2px 0 #007b37;
    -moz-box-shadow: 0 2px 0 #007b37;
    -webkit-box-shadow: 0 2px 0 #007b37;
}
.b_btn.gr a span {
    border-top: 1px solid #8fdfb3;
}
.b_btn.or a {
    border: 1px solid #ff7e00;
    background: #ff9833;
    background: -moz-linear-gradient(top, #ff9833 0%, #ff7e00 100%);
    background: -webkit-linear-gradient(top, #ff9833 0%,#ff7e00 100%);
    background: linear-gradient(to bottom, #ff9833 0%,#ff7e00 100%);
    box-shadow: 0 2px 0 #cf6600;
    -ms-box-shadow: 0 2px 0 #cf6600;
    -moz-box-shadow: 0 2px 0 #cf6600;
    -webkit-box-shadow: 0 2px 0 #cf6600;
}
.b_btn.or a span {
    border-top: 1px solid #ffd1a3;
}
.b_btn.ygr a {
    border: 1px solid #67b11f;
    background: #80c73b;
    background: -moz-linear-gradient(top, #80c73b 0%, #67b11f 100%);
    background: -webkit-linear-gradient(top, #80c73b 0%,#67b11f 100%);
    background: linear-gradient(to bottom, #80c73b 0%,#67b11f 100%);
    box-shadow: 0 2px 0 #499202;
    -ms-box-shadow: 0 2px 0 #499202;
    -moz-box-shadow: 0 2px 0 #499202;
    -webkit-box-shadow: 0 2px 0 #499202;
}
.b_btn.ygr a span {
    border-top: 1px solid #c5e6a6;
    background: url(/cmn2/img/myp_btn_arw.png) no-repeat center right 10px;
}
.b_btn.merit a {
    border: 1px solid #9f9f9f;
    background: #fff url(/cmn2/img/top_search_btn_arw.png) no-repeat right 10px center;
    box-shadow: 0 2px 0 #e2e2e2;
    -ms-box-shadow: 0 2px 0 #e2e2e2;
    -moz-box-shadow: 0 2px 0 #e2e2e2;
    -webkit-box-shadow: 0 2px 0 #e2e2e2;
    color: #3a3a3a;
}
.b_btn a:hover {
    opacity: 0.8;
    box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.b_btn a span {
    border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    display: block;
    padding: 11px 0 12px 0;
}
.b_btn a span.is-e {
    border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 0;
    border-top: 0;
}
.b_btn a span.is-c {
    border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 0;
    border-top: 0;
}


/********************************
HEADER
*********************************/
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #ffffff;
}
header.act2 {
    top: -71px;
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}
header.act2.on {
    top: 0px;
}
.l_header.opnmenu{
    display: none;
    background: #fff;
}
.com_headerbx {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    text-align: left;
    height: 70px;
    display: table;
    letter-spacing: -0.4em;
}
.com_headerbx .h_logo{
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    width: 233px;
}
.com_headerbx .h_logo2{
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    width: 121px;
}
.com_headerbx .h_txt{
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    padding: 0 20px 0 0;
    line-height: 1.3;
}
.com_headerbx .btn{
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    padding: 0 20px 0 0;
    width: 146px;
}
.com_headerbx .btn.b_grn{
    padding: 0 10px 0 0;
}
.com_headerbx .btn .b_btn{
    width: 100%;
}
.com_headerbx .menu{
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    background: #fff;
    padding: 15px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    cursor: pointer;
    cursor: hand;
    width: 76px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.com_headerbx .cls{
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    background: #009944;
    padding: 15px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    cursor: pointer;
    cursor: hand;
    width: 76px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.com_h_nav {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 30px 0 40px 0;
    text-align: left;
    background: #fff;
}
.com_h_nav .cont{
    float: left;
    padding: 0 40px 0 0;
}
.com_h_nav .cont.nottl {
    padding: 10px 40px 0 0;
}
.com_h_nav .l2 .lnkls{
    float: left;
    padding: 0 30px 0 0;
}
.com_h_nav .cont .ttl{
    color: #009944;
    border-bottom: 1px solid #009944;
    padding: 0 0 8px 0;
    margin: 0 0 12px 0;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}
.com_h_nav .cont .ttl a{
    color: #009944;
}
.com_h_nav .cont .ttl a:hover{
    text-decoration: underline;
}
.com_h_nav .lnkls .lnk{
    background: url(/cmn2/img/lnk_point.png) no-repeat 0 5px;
    padding: 0 0 0 10px;
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    line-height: 1.3;
    margin: 0 0 10px 0;
}
.com_h_nav .lnkls .lnk:hover{
    background: url(/cmn2/img/lnk_point.png) no-repeat 2px 5px;
}

.com_h_nav .lnkls .lnk.blank{
    position: relative;
}

.com_h_nav .lnkls .lnk.blank:after{
    position: absolute;
    right: 0;
    top: 5px;
    content: " ";
    width: 14px;
    height: 10px;
    background: url(/cmn2/img/lnk_blank.png) no-repeat 0 0;
}

/********************************
パンくず
*********************************/
.com_topicpath {
    border-bottom: 1px solid #e2e2e2;
    margin: 0 0 40px 0;
    position: relative;
}
.com_topicpath .path {
    width: 980px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
}
.com_topicpath.sclad .path {
    padding: 0 170px 0 0;
    box-sizing: border-box;
}
.com_topicpath .path li {
    font-size: 12px;
    float: left;
    margin: 0 5px 0 0;
    padding: 3px 0;
}
.com_topicpath .path li a {
    font-size: 12px;
    text-decoration: none;
    color: #000;
}
.com_topicpath .path li a:hover {
    text-decoration: underline;
}
.com_topicpath .scl {
    width: 980px;
    text-align: left;
    margin: 0 auto;
    position:relative;
}
.com_topicpath .scl ul {
    position: absolute;
    right: 0;
    top: -40px;
    width: 100%;
    z-index: 1001;
    box-sizing: border-box;
    width:170px;
}
.com_topicpath .scl li {
    float: right;
    margin: 6px 0 0 10px;
}
/********************************
FOOTER
*********************************/
.l_footer.gry {
    background: #f3f3f3;
}
.l_footer.blc {
    background: #3f3f3f;
}
.com_f_nav {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0 10px 0;
    text-align: left;
}
.com_f_nav .cont{
    float: left;
    padding: 0 14px 0 0;
}
.com_f_nav .cont:last-child{
    padding: 0;
}
.com_f_nav .un{
    padding: 90px 0 0 0;
}
.com_f_nav .clm3 .l2{
    padding: 0 0 48px 0;
}
.com_f_nav .l2 .lnkls{
    float: left;
    padding: 0 20px 0 0;
}
.com_f_nav .clm3 .l2 .lnkls{
    padding: 0 60px 0 10px;
}
.com_f_nav .clm3 .l2 .lnkls.no{
    padding: 0;
}
.com_f_nav .cont .ttl{
    color: #009944;
    border-bottom: 1px solid #009944;
    padding: 0 0 8px 0;
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
}
.com_f_nav .cont.clm1 .ttl{
    width: 176px;
}
.com_f_nav .cont.clm3 .ttl{
    width: 165px;
}
.com_f_nav .lnkls .mds{
    border-left: 4px solid #009944;
    line-height: 1;
    font-size: 14px;
    padding: 0 0 0 10px;
    margin: 0 0 10px 0;
}
.com_f_nav .lnkls .lnk{
    line-height: 1.3;
    font-size: 12px;
    padding: 0 0 10px 0;
}
.com_f_nav .lnkls .lnk img{
    padding: 0 0 0 5px;
}
.com_f_nav .lnkls .lnk:last-child{
    padding: 0;
}
.com_f_nav .lnkls .lnk.lst{
    padding: 0 0 35px 0;
}
.com_f_nav .bnr{
    background: #fff;
}
.com_f_nav .bnr a:hover{
    opacity: 0.7;
}

.com_f_snsbnr {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    padding: 0 0 30px 0;
}
.com_f_snsbnr .sns li {
    float: left;
    width: 32px;
    margin: 80px 15px 0 0;
}
.com_f_snsbnr .sns li a:hover{
    opacity: 0.8;
}

.com_f_snsbnr .bnr{
    background: #fff;
    width: 400px;
    height: 120px;
    float: right;
    margin: 0 32px 0 0;
}
.com_f_snsbnr .bnr.is-ver2{
    width: auto;
    margin: 0 0 0 0;
}
@media (min-width: 767px) {
    .com_f_snsbnr .bnr a:hover{
        opacity: 0.7;
    }
}

.com_footerbx{
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    text-align: left;
    height: 125px;
    display: table;
    letter-spacing: -0.4em;
}
.com_footerbx .f_logo {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    padding: 0 20px 0 0;
    line-height: 1.6;
}
.com_footerbx .f_logo .lg {
    padding: 0 0 10px 0;
}
.com_footerbx .f_txt {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    line-height: 1.6;
    padding: 0 65px 0 0;
}
.com_footerbx .gs {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    padding: 0 20px 0 0;
    overflow: hidden;
}
.com_footerbx .gs dt{
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 0;
}
.com_footerbx .gs dd{
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    line-height: 1.4;
}
.com_footerbx .pm {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    padding: 0;
}
.com_footerbx .pm dt{
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 0;
}
.com_footerbx .pm dd{
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    line-height: 1.4;
}

.com_compbx{
    padding: 24px 0;
}
.com_compbx address{
    font-style: normal;
    color: #fff;
    font-size: 12px;
    line-height: 1
}
.snsbox{
    position: absolute;
    bottom: 50px;
    left: 480px;
}
.snsbox li{
    float: left;
    width: 32px;
    margin: 0 15px 0 0;
}
.snsbox li a:hover{
    opacity: 0.8;
}

/********************************
SIDE
*********************************/
.s_cont{
    background: #eafaf1;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    margin: 0 0 20px 0;
    padding: 15px 20px 20px 20px;
}
.s_cont .ttl{
    background: url(/cmn2/img/top_s_icon01.png) no-repeat left top;
    font-size: 18px;
    text-align: left;
    padding: 4px 0 16px 45px;
    font-weight: bold;
}
.s_cont.n2 .ttl{
    background: url(/cmn2/img/top_s_icon02.png) no-repeat left 2px;
    font-size: 12px;
    text-align: left;
    padding: 0 0 12px 45px;
    line-height: 1.8;
    font-weight: bold;
}
/*
.s_cont .btn.b_or{
    padding: 0 0 8px 0;
}
*/
.l_side .bnrbox {
    margin: 0 0 20px 0;
}
.l_side .bnrbox .bnr{
    background: #fff;
    margin: 0 0 20px 0;
}
.l_side .bnrbox .bnr:last-child{
    margin: 0;
}
.l_side .bnrbox .bnr a{
    display: block;
}
.l_side .bnrbox .bnr a:hover{
    opacity: 0.7;
}

.l_side .memberbox {
    border: 1px solid #009944;
    border-radius: 3px;
    margin: 0 0 20px 0;
}
.l_side .member_ttl {
    background: #009944;
    padding: 10px 0;
    position: relative;
}
.l_side .member_ttl:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -9px;
    border: 9px solid transparent;
    border-top: 9px solid #009944;
}
.l_side .member-ttl {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.l_side .member_cnt {
    padding: 24px 20px 20px 20px;
}
.l_side .member_btn {
    margin: 0 0 15px 0;
}
.l_side .member_btn .btn{
    margin: 0 0 15px 0;
}
.l_side .member_btn .btn:last-child{
    margin: 0;
}
.l_side .member_lgin{
    font-size: 12px;
    line-height: 1;
}
.l_side .member_lgin a{
    color: #009944;
    text-decoration: underline;
}
.l_side .member_lgin a:hover{
    text-decoration: none;
}

.l_side .resumebox {
    border: 1px solid #e2e2e2;
    padding: 20px 20px;
}
.l_side .resume-ttl {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    color: #009944;
    margin: 0 0 15px 0;
}
.l_side .resume-img {
    text-align: center;
    margin: 0 0 15px 0;
}
.l_side .resume-txt {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -.03em;
    text-align: left;
    margin: 0 0 15px 0;
}
.l_side .resume_btn .btn{
    margin: 0 0 15px 0;
}
.l_side .resume_btn .btn:last-child{
    margin: 0;
}

/* movie */
.l_side .movebox {
    margin: 0 0 20px 0;
    position: relative;
}
.l_side .movebox .b_move{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 20px;
}
.l_side .movebox .b_move.n1{
    bottom: 157px;
}
.l_side .movebox .b_move.n2{
    bottom: 19px;
}
.l_side .movebox .b_btn.mv a{
    border: 1px solid #12b278;
    background: #12b278;
    box-shadow: 0 2px 0 #006541;
    -ms-box-shadow: 0 2px 0 #006541;
    -moz-box-shadow: 0 2px 0 #006541;
    -webkit-box-shadow: 0 2px 0 #006541;
}
.l_side .movebox .b_btn.mv a span {
    padding: 6px 0 7px 0;
}
.l_side .movebox .b_btn.mv a:hover {
    opacity: 1;
    box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.l_side .movebox .move-bnr a {
    display: block;
}
@media (min-width: 767px) {
    .l_side .movebox .move-bnr a:hover {
        opacity: 0.7;
    }
}
/********************************
CONTENTS
*********************************/

/*TITLE*/
.com_ttl {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 0 0 15px;
    border-left: 6px solid #009944;
    margin: 0 0 30px 0;
}

/*FOOT-BNR*/
.footBnr-inner {
    padding: 50px 0;
    width: 1000px;
    margin: 0 auto;
}
.footBnr-inner ul li {
    float: left;
}
.footBnr-inner ul li:nth-child(2n) {
    float: right;
}
.footBnr-inner ul li a {
    display: block;
}
.footBnr-inner ul li a:hover {
    opacity: 0.7;
}

/*com_lnkbx*/
.com_lnkbx h2,
.com_lnkbx h3,
.com_lnkbx h4,
.com_lnkbx h5 {
    float: left;
}
.com_lnkbx .lnk {
    float: right;
}
.com_lnkbx .lnk a {
    background: url(/cmn2/img/top_search_btn_arw.png) no-repeat 0 center;
    padding: 3px 0 3px 15px;
}
.com_lnkbx .lnk a:hover {
    background: url(/cmn2/img/top_search_btn_arw.png) no-repeat 5px center;
}

/*com_torokubnr*/
.com_torokubnr {
    position: relative;
    text-align: center;
    width: 730px;
    margin: 0 auto;
}
.com_torokubnr.is_lng {
    width: 850px;
}
.com_torokubnr a {
    display: block;
}
.com_torokubnr a:hover{
    opacity: 0.7;
}
.com_torokubnr .btnbox {
    position: absolute;
    bottom: 20px;
    left: 180px;
}
.com_torokubnr .btnbox .btn a:hover{
    opacity: 0.7;
}

/*com_pagetop*/
.com_pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 35px;
}

/***************************************************************
smart
****************************************************************/

@media (max-width: 767px) {

    body {
        min-width: 320px;
        line-height: 1.8;
        padding: 70px 0 0 0;
    }
    body.top.is-ver3 {
        min-width: 320px;
    }
    body.top.is-ver4 {
        min-width: 320px;
    }

/********************************
LAYOUT
*********************************/
    .l_header {
        border-bottom: 1px solid #e2e2e2;
    }
    .l_cont {
        width: auto;
    }
    .l_main {
        float: none;
        width: auto;
    }
    .l_side {
        float: none;
        width: auto;
    }
    .l_main.right{
        float: none;
    }
    .l_side.left {
        float: none;
    }
/********************************
CHANGE
*********************************/
    .v_sp {
        display: block !important;
    }
    .v_sp_b {
        display: table !important;
    }
    .v_sp_c {
        display: table-cell !important;
    }
    .v_sp_d {
        display: inline-block !important;
    }
    .v_sp_e{
        display: inline !important;
    }
    .v_pc {
        display: none !important;
    }
    .v_pc_b {
        display: none !important;
    }
    .v_pc_c {
        display: none !important;
    }
    .v_pc_d {
        display: none !important;
    }
    .v_pc_e{
        display: none !important;
    }

/********************************
BTN
*********************************/
.b_btn.merit a {
    background: url(/cmn2/img/sp/top_search_btn_arw.png) no-repeat right 10px center;
    background-size: 7px auto;
    -ms-background-size: 7px auto;
    -moz-background-size: 7px auto;
    -webkit-background-size: 7px auto;
}
.b_btn.ygr a span {
    background: url(/cmn2/img/sp/myp_btn_arw.png) no-repeat right 10px center;
    background-size: 7px auto;
    -ms-background-size: 7px auto;
    -moz-background-size: 7px auto;
    -webkit-background-size: 7px auto;
}
/********************************
HEADER
*********************************/
    header {
        background: none;
    }
    header.act {
        height: 100%;
    }
    .head-scl {
        height: 100%;
        overflow-y: scroll;
    }
    .l_header {
        background: #fff;
    }
    .l_header.opnmenu{
        z-index: 999;
    }
    .com_headerbx {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 0;
        text-align: left;
        height: 70px;
        display: table;
        letter-spacing: -0.4em;
    }
    .com_headerbx .h_logo{
        display: table-cell;
        letter-spacing: normal;
        vertical-align: middle;
        padding: 0 0 0 10px;
        width: auto;
    }
    .com_headerbx .h_txt{
        display: table-cell;
        letter-spacing: normal;
        vertical-align: middle;
        padding:0 7px 0 12px;
        font-size: 10px;
    }
    .com_headerbx .menu{
        display: table-cell;
        letter-spacing: normal;
        vertical-align: middle;
        background: #fff;
        padding: 15px;
        width: 73px;
    }
    .com_headerbx .cls{
        display: table-cell;
        letter-spacing: normal;
        vertical-align: middle;
        background: #009944;
        padding: 15px;
        width: 73px;
    }
    .com_h_nav {
        width: auto;
        margin: 0 auto;
        position: relative;
        padding: 15px 0 15px 0;
        text-align: left;
        background: #fff;
    }
    .com_h_nav .btnbox {
        margin: 0 20px 20px 20px;
    }
    .com_h_nav .btnbox .btn img {
        width: 100%;
    }
    .com_h_nav .btnbox .btn {
        float: left;
        width: 48%;
    }
    .com_h_nav .btnbox .btn:last-child {
        float: right;
    }
    .com_h_nav .cont{
        float: none;
        padding: 0;
    }
    .com_h_nav .cont.nottl {
        padding: 15px 0;
    }
    .com_h_nav .l2{
        margin: 0 0 15px 0;
    }
    .com_h_nav .l2 .lnkls{
        float: none;
        padding: 0;
    }
    .com_h_nav .cont .ttl{
        background: #f3f3f3;
        border-bottom: none;
        padding: 15px 20px;
        margin: 0;
        font-size: 16px;
    }
    .com_h_nav .cont .ttl.l_nk{
        padding: 0 0;
        margin: 0;
        font-size: 16px;
    }
    .com_h_nav .cont .ttl.l_nk a{
        display: block;
        padding: 15px 20px;
        margin: 0;
        font-size: 16px;
        background: url(/cmn2/img/sp_lnk_point.png) no-repeat right 20px center;
        background-size: auto 14px;
        -moz-background-size: auto 14px;
        -webkit-background-size: auto 14px;
        -ms-background-size: auto 14px;
    }
    .com_h_nav .lnkls .lnk{
        background: url(/cmn2/img/sp_lnk_point.png) no-repeat right 20px center;
        background-size: auto 14px;
        -moz-background-size: auto 14px;
        -webkit-background-size: auto 14px;
        -ms-background-size: auto 14px;
        line-height: 1;
        font-size: 16px;
        border-bottom: 1px solid #e2e2e2;
        padding: 0;
    }

    .com_h_nav .lnkls .lnk.blank:after{
        right: 40px;
        top: 50%;
        margin: -5px 0 0 0;
        width: 14px;
        height: 10px;
    }

    .com_h_nav .lnkls .lnk:hover{
        background: url(/cmn2/img/sp_lnk_point.png) no-repeat right 20px center;
        background-size: auto 14px;
        -moz-background-size: auto 14px;
        -webkit-background-size: auto 14px;
        -ms-background-size: auto 14px;
    }
    .com_h_nav .lnkls .lnk a{
        display: block;
        padding: 15px 20px;
    }
    .com_h_nav .cont.nottl .lnk:first-child{
        border-top: 1px solid #e2e2e2;
    }
/********************************
パンくず
*********************************/
    .com_topicpath {
        padding: 0 0;
        overflow-x: scroll;
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 20px 0;
    }
    .com_topicpath .path {
        width: auto;
        white-space: nowrap;
        display: table;
        letter-spacing: -0.4em;
        padding: 0 20px;
        margin: 0;
    }
    .com_topicpath .path li {
        padding: 7px 0 7px 5px;
        display: table-cell;
        letter-spacing: normal;
        text-align: left;
        vertical-align: top;
        float: none;
    }
    .com_topicpath .path li:first-child {
        padding: 7px 0 7px 0;
    }
/********************************
FOOTER
*********************************/
    .l_footer.gry {
        background: #fff;
    }
    .l_footer.blc {
        background: #3f3f3f;
    }
    .com_f_nav {
        width: auto;
        margin: 0 auto;
        position: relative;
        padding: 0;
        text-align: left;
    }
    .com_f_nav .cont{
        float: none;
        padding: 0;
    }
    .com_f_nav .cont:last-child{
        padding: 0;
    }
    .com_f_nav .un{
        padding: 0;
    }
    .com_f_nav .clm3 .l2{
        padding: 0 0 20px 0;
    }
    .com_f_nav .un .lnkls .lnk{
        background: #f3f3f3 url(/cmn2/img/sp_lnk_point.png) no-repeat right 20px center;
        background-size: auto 14px;
        -moz-background-size: auto 14px;
        -webkit-background-size: auto 14px;
        -ms-background-size: auto 14px;
        border-bottom: 1px solid #fff;
    }
    .com_f_nav .l2 .lnkls{
        float: none;
        padding: 0;
    }
    .com_f_nav .clm3 .l2 .lnkls{
        padding: 0;
    }
    .com_f_nav .l2 .lnkls:last-child{
        padding: 0;
    }
    .com_f_nav .cont .ttl{
        background: #f3f3f3 url(/cmn2/img/sp_lnk_point_opn.png) no-repeat right 20px center;
        background-size: 15px auto;
        -moz-background-size: 15px auto;
        -webkit-background-size: 15px auto;
        -ms-background-size: 15px auto;
        color: #333;
        border-bottom: none;
        padding: 17px 20px;
        margin: 0;
        font-size: 16px;
        line-height: 1;
        font-weight: bold;
        border-bottom: 1px solid #fff;
    }
    .com_f_nav .cont .ttl.opn{
        background: #f3f3f3 url(/cmn2/img/sp_lnk_point_cls.png) no-repeat right 20px center;
        background-size: 15px auto;
        -moz-background-size: 15px auto;
        -webkit-background-size: 15px auto;
        -ms-background-size: 15px auto;
    }
    .com_f_nav .cont.clm1 .ttl{
        width: auto;
    }
    .com_f_nav .cont.clm3 .ttl{
        width: auto;
    }
    .com_f_nav .lnkls .mds{
        border-left: 4px solid #009944;
        color: #009944;
        line-height: 1;
        font-size: 16px;
        font-weight: bold;
        padding: 0 0 0 10px;
        margin: 20px;
    }
    .com_f_nav .lnkls .lnk{
        background: url(/cmn2/img/sp_lnk_point.png) no-repeat right 20px center;
        background-size: auto 14px;
        -moz-background-size: auto 14px;
        -webkit-background-size: auto 14px;
        -ms-background-size: auto 14px;
        line-height: 1;
        font-size: 16px;
        border-bottom: 1px solid #e2e2e2;
        padding: 0;
    }
    .com_f_nav .lnkls .lnk.tp{
        border-top: 1px solid #e2e2e2;
    }
    .com_f_nav .lnkls .lnk.btno{
        border-bottom: none;
    }
    .com_f_nav .lnkls .lnk a{
        display: block;
        padding: 20px;
    }
    .com_f_nav .lnkls .lnk img{
        padding: 0 0 0 5px;
    }
    .com_f_nav .lnkls .lnk:last-child{
        padding: 0;
    }
    .com_f_nav .lnkls .lnk.lst{
        padding: 0;
    }
    .com_f_nav .bnr{
        background: #fff;
        padding: 0 20px 10px 20px;
    }
    .com_f_nav .bnr a:hover{
        opacity: 0.7;
    }
    .com_f_nav .bnr img{
        width: 100%;
    }

    .com_f_snsbnr {
        width: 100%;
        padding: 0 0 20px 0;
        letter-spacing: -0.4em;
        text-align: center;
    }
    .com_f_snsbnr .sns li {
        float: none;
        display: inline-block;
        width: 32px;
        margin: 0 15px 0 15px;
        letter-spacing: normal;
    }
    .com_f_snsbnr .bnr{
        background: #fff;
        width: 100%;
        height: auto;
        float: none;
        margin: 0 0 20px 0;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .com_f_snsbnr .bnr.is-ver2{
        width: 100%;
        margin: 0 0 20px 0;
    }
    .com_footerbx{
        width: auto;
        margin: 0 20px;
        position: relative;
        padding: 0;
        text-align: center;
        height: auto;
        display: block;
        letter-spacing: -0.4em;
    }
    .com_footerbx .f_logo {
        display: block;
        letter-spacing: normal;
        vertical-align: middle;
        padding: 0;
    }
    .com_footerbx .f_txt {
        display: block;
        letter-spacing: normal;
        vertical-align: middle;
        line-height: 1.6;
        padding: 12px 0 25px 0;
        border-bottom: 1px solid #e2e2e2;
    }
    .com_footerbx .gs {
        display: table;
        width: 100%;
        letter-spacing: -0.4em;
        vertical-align: middle;
        padding: 0 20px 0 0;
        padding: 15px 0;
        border-bottom: 1px solid #e2e2e2;
    }
    .com_footerbx .gs dt{
        display: table-cell;
        vertical-align: top;
        padding: 0 5px 0 0;
        letter-spacing: normal;
    }
    .com_footerbx .gs dd{
        display: table-cell;
        vertical-align: top;
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: normal;
        text-align: left;
    }
    .com_footerbx .pm {
        display: block;
        letter-spacing: normal;
        vertical-align: middle;
        padding: 0;
        padding: 15px 0;
        border-bottom: 1px solid #e2e2e2;
    }
    .com_footerbx .pm dt{
        display: table-cell;
        vertical-align: middle;
        padding: 0 5px 0 0;
        letter-spacing: normal;
        width: 100px;
        text-align: center;
    }
    .com_footerbx .pm dd{
        display: table-cell;
        vertical-align: top;
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: middle;
        text-align: left;
    }

    .com_compbx{
        padding: 19px 0;
    }
    .com_compbx address{
        font-style: normal;
        color: #fff;
        font-size: 12px;
        line-height: 1
    }
    .lnkls_cov{
        display: none;
    }
    .snsbox {
        position: relative;
        bottom: auto;
        left: auto;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .snsbox li {
        float: none;
        width: 32px;
        margin: 0 10px 0 10px;
        display: inline-block;
    }

/********************************
SIDE
*********************************/
    .s_cont{
        background: #eafaf1;
        border: none;
        border-bottom: 1px solid #e2e2e2;
        border-radius: 0;
        margin: 0;
        padding: 25px 0 20px 0;
    }
    .s_cont:last-child{
        border-bottom: none;
    }
    .s_cont .ttl{
        background: url(/cmn2/img/sp_top_s_icon01.png) no-repeat left center;
        background-size: auto 45px;
        -moz-background-size: auto 45px;
        -webkit-background-size: auto 45px;
        -ms-background-size: auto 45px;
        font-size: 23px;
        text-align: left;
        padding: 5px 0 5px 55px;
        margin: 0 auto 15px auto;
        width: 300px;
        box-sizing: border-box;
    }
    .s_cont.n2 .ttl{
        background: url(/cmn2/img/sp_top_s_icon02.png) no-repeat left center;
        background-size: auto 45px;
        -moz-background-size: auto 45px;
        -webkit-background-size: auto 45px;
        -ms-background-size: auto 45px;
        font-size: 20px;
        text-align: left;
        padding: 0 0 0 55px;
        margin: 0 auto 15px auto;
        width: 305px;
        box-sizing: border-box;
        line-height: 1.4;
    }
    .f_btn_cov{
        background: #eafaf1;
        padding: 0 20px;
        margin: 0 0 35px 0;
    }
    /*
    .s_cont.n1 .btn.b_or{
        margin: 0;
        float: left;
        width: 48%;
    }
    */
    .s_cont.n1 .btn.b_grn{
        margin: 0;
        float: right;
        width: 48%;
    }
    .s_cont.n1 .btn img{
        width: 100%;
    }
    .s_cont.n2 .btn img{
        width: 100%;
    }
    .l_side .bnrbox{
        padding: 0 20px 35px 20px;
    }
    .l_side .bnrbox.is-ver2{
        margin: 0 0 0 0;
    }
    .l_side .bnrbox .bnr{
        background: #fff;
        margin: 0 0 20px 0;
    }
    .l_side .bnrbox .bnr img{
        width: 100%;
    }
    .l_side .bnrbox .bnr:last-child{
        margin: 0;
    }
    .l_side .bnrbox .bnr a:hover{
        opacity: 0.7;
    }

    .l_side .memberbox {
        margin: 0 20px 35px 20px;
    }
    .l_side .member-ttl {
        font-size: 23px;
    }
    .l_side .member_ttl:before {
        margin-left: -12px;
        border: 12px solid transparent;
        border-top: 12px solid #009944;
    }
    .l_side .member_cnt {
        padding: 30px 20px 30px 20px;
    }
    .l_side .member_btn {
        margin: 0 0 20px 0;
    }
    .l_side .member_btn .btn {
        margin: 0 0 20px 0;
    }
    .l_side .member_lgin {
        font-size: 16px;
    }
    .l_side .member_btn .b_btn.merit a {
        font-size: 16px;
    }
    .l_side .resumebox {
        margin: 0 20px 35px 20px;
    }
    .l_side .resume-ttl {
        font-size: 25px;
        margin: 0 0 20px 0;
    }
    .l_side .resume-img {
        margin: 0 0 20px 0;
    }
    .l_side .resume-img img{
        width: 100%;
    }
    .l_side .resume-txt {
        font-size: 14px;
        line-height: 1.4;
        margin: 0 0 20px 0;
    }
    .l_side .resume_btn .btn {
        margin: 0 0 20px 0;
    }
    .l_side .resume_btn .b_btn.ygr a {
        font-size: 16px;
    }

    /* movie */
    .l_side .movebox {
        margin: 0 20px 20px 20px;
    }
    .l_side .movebox img {
        width: 100%;
    }
    .l_side .movebox .b_move.n1{
        bottom: 36%;
    }
    .l_side .movebox .b_move.n2{
        bottom: 5%;
    }
    .l_side .movebox .b_btn.mv a span {
        padding: 9px 0 10px 0;
    }

/********************************
CONTENTS
*********************************/
    /*TITLE*/
    .com_ttl {
        text-align: left;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.4;
        padding: 0 0 0 15px;
        border-left: 6px solid #009944;
        margin: 0 0 20px 0;
    }

    /*FOOT-BNR*/
    .footBnr-inner {
        padding: 25px 20px;
        width: auto;
    }
    .footBnr-inner ul li {
        float: none;
        margin: 0 0 20px 0;
    }
    .footBnr-inner ul li:nth-child(2n) {
        float: none;
    }
    .footBnr-inner ul li:last-child {
        margin: 0 0 0 0;
    }
    .footBnr-inner ul li img {
        width: 100%;
    }

    /*com_lnkbx*/
    .com_lnkbx h2,
    .com_lnkbx h3,
    .com_lnkbx h4,
    .com_lnkbx h5 {
        float: none;
    }
    .com_lnkbx .lnk {
        padding: 15px 0 0 0;
    }
    .com_lnkbx .lnk a {
        background: url(/cmn2/img/sp_lnk_point.png) no-repeat 0 center;
        background-size: auto 14px;
        -moz-background-size: auto 14px;
        -webkit-background-size: auto 14px;
        -ms-background-size: auto 14px;
        padding: 3px 0 3px 20px;
    }
    .com_lnkbx .lnk a:hover {
        background: url(/cmn2/img/sp_lnk_point.png) no-repeat 0 center;
    }
    /*バナー*/
    .com_torokubnr,
    .com_torokubnr.is_lng{
        margin: 0 0 20px 0;
        width: auto;
    }
    #SC_ind .com_torokubnr{
        margin: 20px 0 20px 0;
    }
    .com_torokubnr img{
        width: 100%;
    }

    .js-fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }

/*com_pagetop*/
.com_pagetop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 25px;
    width: 35px;
    height: 35px;
}
.com_pagetop img {
    width: 100%;
    height: auto;
}


}/*@media*/

@media (max-width: 350px) {
.com_headerbx .h_logo img {
    width: 120px;
}
.com_f_nav .lnkls .lnk {
    font-size: 14px;
}
.s_cont .ttl {
    font-size: 20px;
}
.s_cont.n2 .ttl {
    font-size: 16px;
    width: 280px;
}
.f_btn_cov{
    padding: 0 10px;
}
.s_cont .ttl {
    width: 280px;
}
    .com_h_nav .btnbox {
        margin: 0 10px 20px 10px;
    }

.l_side .resume-ttl {
    font-size: 20px;
}

}/*@media*/
