@charset "UTF-8";

/*----------------------------------------
    汎用module
-----------------------------------------*/

._cf {
    overflow: hidden;
}

._hide {
    display: none;
}

._noimg {
    padding: 50px 0;
}

._link {
    word-break: break-all;
    word-wrap: break-word;
}

._unit {
    color: #4d4d4d !important;
    font-size: 80% !important;
    margin-left: 3px !important;
}

.innerwrap,
#emg,
#emg2,
#emg3 {
    margin-right: auto;
    margin-left: auto;
    width: 950px;
}

.innerwrap.__opt {
    margin-top: 50px;
}

.bar_outside {
    background: #dfdfdf;
    height: 30px;
    margin-bottom: 7px;
    position: relative;
}

.bar_outside_rate {
    color: #444;
    font-weight: bold;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 8px;
}

.bar_outside_target {
    line-height: 20px;
    position: absolute;
    top: 25px;
    right: 0;
}

.bar_outside_target span {
    font-weight: bold;
    margin-right: 5px;
}

.ui-widget-content {
    background: #5e5e5e;
    color: #ffffff;
}

.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin: 0;
}

.ui-corner-left {}

.ui-widget-header {
    background: #00bcc6;
}

#jquery-ui-progressbar span.txt {
    display: block;
    font-size: 110%;
    line-height: 33px;
    padding: 0 15px;
    position: absolute;
}

#back-top {
    background-size: 54px 54px;
    cursor: pointer;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    z-index: 999;
}

.truncate_more_link {
    display: block;
    text-align: right;
}

.errorPj {
    /*エラーメッセージ*/
    font-size: 120%;
    font-weight: bold;
    margin: 130px 0 110px;
    text-align: center;
}


/*----------------------------------------
    #header
-----------------------------------------*/

#header {
    border-bottom: 1px solid #989898;
    overflow: hidden;
}

#header_keyword {
    color: #1f1715;
    float: left;
    font-size: small;
    margin: 7px 15px;
}

#header_keyword h4,
#header_keyword ul,
#header_keyword li {
    float: left;
}

#header_keyword h4 {
    font-size: 100%;
    font-weight: normal;
}

#header_keyword li {
    margin-left: 20px;
}

#header_search_outer {
    margin: 5px auto 20px;
    overflow: hidden;
    width: 950px;
    height: 32px;
}

#header_search {
    float: left;
    margin: 0;
    position: relative;
    width: 400px;
}

#header_search input#search {
    background: #fff;
    border: 1px solid #919191;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #7d7c73;
    font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
    font-size: 100%;
    height: 32px;
    margin: 0;
    padding: 4px 45px 4px 10px;
    width: 399px;
}

#header_search input.button {
    background: url(https://s.yimg.jp/images/donation/new_1509/img/pc/search_icon.png) no-repeat 0 0;
    background-size: 44px 33px;
    border: none;
    cursor: pointer;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    right: 1px;
    text-indent: -9999px;
    width: 44px;
    height: 33px;
}

#masthead {
    font-size: small;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    overflow: hidden;
    width: 950px;
}


/*----------------------------------------
    パンくず
-----------------------------------------*/

#breadcrumbs {
    color: #929292;
    font-size: 87.5%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#breadcrumbs span.arrow {
    padding: 0 .5em;
}

#breadcrumbs ol li {
    display: inline;
    list-style-type: none;
}


/*----------------------------------------
    #contents
-----------------------------------------*/

#contents_header {
    margin: 40px auto 20px;
    width: 950px;
}

#contents_header.__kv {
    /*キービジュアルあり*/
    margin: 20px auto;
}

#contents_header h1,
#contents_header h2 {
    font-weight: normal;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 780px;
}

#contents_header h1 {
    /*キービジュアルあり*/
    font-size: 180%;
    font-weight: bold;
    line-height: 1.4;
}

#contents_header.__kv h1 {
    width: 100%;
}

#contents_header h2 {
    font-size: 110%;
    margin-top: 5px;
}

.jannle_outer {
    /*キービジュアルあり*/
    border: 2px solid #E4E4E4;
    margin-bottom: 15px;
    padding: 10px 0 15px;
}

.jannle_outer h2 {
    /*キービジュアルあり*/
    text-align: center;
}

.jannle_outer #main_slide_jannle {
    /*キービジュアルあり*/
    margin-bottom: 0
}

#contents_inner {
    position: relative;
    /*アド用*/
}

#contents_inner:before,
#contents_inner:after {
    content: " ";
    display: table;
}

#contents_inner:after {
    clear: both;
}


/*----------------------------------------
    広告欄
-----------------------------------------*/

.aside_ad {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}

.side-ad {
    position: absolute;
    top: 0;
}

@media screen and (max-width: 1360px) {
    #contents_header.__kv.__wide {
        width: 950px;
    }
    .side-ad {
        display: none;
    }
}

.side-ad.__left {
    left: -200px;
}

.side-ad.__right {
    right: -200px;
}

#contents_inner figcaption {
    color: #868686;
    font-size: 87.5%;
    text-align: left;
}


/*twitter timeline*/

.tw-timeline {
    margin: 20px 40px;
}


/*----------------------------------------
    #hotproject
-----------------------------------------*/

#hotproject {
    margin-top: 50px;
}

.hotproject_list a,
.hotproject_list a:visited {
    color: #4d4d4d !important;
    text-decoration: none !important;
}

.hotproject_list a:hover h2 {
    color: #09a !important;
    text-decoration: underline !important;
}

.hotproject_tit {
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: center;
}

.hotproject_list {
    margin: 0 -15px 20px 0;
    padding-bottom: 1px;
    overflow: hidden;
}

.hotproject_list li {
    border-bottom: 4px solid #ffed24;
    border-radius: 5px;
    box-shadow: 0px 1px 0px 0px #efefef;
    -moz-box-shadow: 0px 1px 0px 0px #efefef;
    -webkit-box-shadow: 0px 1px 0px 0px #efefef;
    float: left;
    margin-right: 15px;
    width: 178px;
    height: 249px;
}

.hotproject_list figure {
    text-align: center;
}

.hotproject_list figure img {
    height: 120px;
}

.hotproject_list_txtarea {
    border: 1px solid #efefef;
    border-bottom: none;
    border-radius: 0 0 5px 5px;
    padding: 12px;
}

.hotproject_list_txtarea h2 {
    cursor: pointer;
    font-size: 100%;
    font-weight: normal;
    min-height: 70px;
    word-break: break-all;
}

.hotproject_list_txtarea dl {
    font-size: 85%;
    font-weight: bold;
    margin-right: -5px;
    margin-left: -5px;
}

.hotproject_list_txtarea dt {
    background-position: left center;
    background-repeat: no-repeat;
    clear: left;
    float: left;
    padding-top: 1px;
    padding-left: 12px;
}

.hotproject_list_txtarea dt.number {
    background-image: url(https://s.yimg.jp/images/donation/new_1509/img/pc/icon_people_s.png);
    background-size: 8px 10px;
}

.hotproject_list_txtarea dt.money {
    background-image: url(https://s.yimg.jp/images/donation/new_1509/img/pc/icon_yen_s.png);
    background-size: 8px 10px;
}

.hotproject_list_txtarea dd {
    text-align: right;
    padding-top: 1px;
}

.hotproject_list_txtarea dd span {
    margin-right: 3px;
}

.hotproject_more {
    background: #3f3f3f;
    display: table;
    margin: 0 auto 38px;
    position: relative;
    width: 252px;
    height: 43px;
}

#hotproject .hotproject_more a {
    background: #3f3f3f;
    color: #fff !important;
    display: table-cell;
    text-align: center;
    width: 252px;
    height: 43px;
    vertical-align: middle;
}

#hotproject .hotproject_more a:hover {
    background: #6f6f6f;
}

.hotproject_more a span.icon {
    background: url(https://s.yimg.jp/images/donation/new_1509/img/pc/more_icon01.png);
    background-size: 7px 13px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 70px;
    width: 7px;
    height: 13px;
}


/*----------------------------------------
    #footer
-----------------------------------------*/

.yjChviewWrap {
    text-align: center;
}

.yjChview {
    background: #f9f9f9;
    border: 1px solid #e7e7e7;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 30px;
    text-align: center;
}

.yjChview dl,
.yjChview dd,
.yjChview p {
    margin: 0;
}

.yjChview dl dt,
.yjChview dl dd {
    display: inline;
    font-size: 14px;
    line-height: 1.2em;
}

.yjChview dl dt {
    padding-right: .2em;
}

.yjChview dd {
    display: inline;
    line-height: 1.2em;
}

.yjChview dl dd:after {
    content: "\ff5c";
}

.yjChview dl dd.end:after {
    content: "";
}

#footer {
    padding: 0 !important;
}

#yjfooter {
    border-top: 1px solid #989898;
    clear: both;
    margin: 7px 0 0;
    padding: 20px 0 24px;
    position: relative;
    text-align: center;
    z-index: 0;
}

#yjfooter.volunteer .wrap {
    position: relative;
    margin: auto;
    text-align: center;
    width: 500px;
}

#yjfooter p.links {
    color: #4d4d4d;
    margin-bottom: .2em;
}

#yjfooter p {
    color: #4d4d4d;
    margin-left: 0;
    padding: 0;
}

#yjfooter.forgood p.Ybang {
    margin: 0;
    position: absolute;
    top: -4px;
    left: 18px;
}


/*----------------------------------------
    #pagetit
-----------------------------------------*/

#pagetit {
    border-bottom: 1px solid #989898;
    font-size: 150%;
    line-height: 1.0;
    margin: 0 0 25px;
    padding: 15px 0;
}

#pagetit h1 {
    margin: 0 auto;
    text-align: center;
    width: 950px;
}


/*----------------------------------------
    form
-----------------------------------------*/

select.select-box {
    background: url(https://s.yimg.jp/images/donation/new_1509/img/sp/select_arrow.png) no-repeat right center, #fff;
    background-size: 44px 100%, 0 0;
    border: 2px solid #bfc5cc;
    border-radius: 5px;
    color: #444;
    cursor: pointer;
    display: block;
    font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
    font-size: 100%;
    line-height: 1.0;
    margin: 0 auto 20px;
    padding: 11px 14px 10px 13px;
}

.checkbox {
    margin: 0 0 50px 200px;
}

.checkbox.__select li {
    margin-bottom: 10px;
}

.checkbox label {
    cursor: pointer;
}

.checkbox input {
    background: #fff;
    border: 3px solid #3f3f3f;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.checkbox input:checked {
    background: url(https://s.yimg.jp/images/donation/new_1509/img/sp/checked_icon.png) no-repeat center center;
    background-size: 30px 30px;
}

@-moz-document url-prefix() {
    .checkbox input:checked {
        background: none;
    }
}

input.btn {
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
    font-size: 100%;
    line-height: 57px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 57px;
}

input.btn.__back {
    background: #3f3f3f;
    color: #fff;
}

input.btn.__submit {
    background: #f4ec2b;
    color: #262626;
}

input.btn.__submit[disabled] {
    background: #cdcdcd;
    color: #6f6f6f;
    cursor: default;
}


/*----------------------------------------
    #tabbox
-----------------------------------------*/

#tabbox_list {
    overflow: hidden;
		font-size:130%;
}

#tabbox_list li {
    background: #e5e5e5;
    border-left: 2px solid #a2a2a2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    float: left;
    margin-top: 4px;
    text-align: center;
}

#tabbox_list li.__normal {
    border-left: none;
}

#tabbox_list.__twin li {
    border-left: none;
    width: 475px;
}

#tabbox_list.__triple li {
    width: 316px;
}

#tabbox_list.__triple li.__first {
    border-left: none;
}

#tabbox_list.__triple li.__current {
    width: 318px;
}

#tabbox_list.__switch li {
    padding: 20px 0;
}

#tabbox_list.__switch li:hover {
    cursor: pointer;
}

#tabbox_list.__switch li.__selected,
#tabbox_list.__switch li.__current {
    background: #414141;
    border-right: none;
    color: #fff;
    cursor: default;
    margin: 0;
    padding: 22px 0;
}

#tabbox_list.__switch li.__first {
    border-left: none;
}

#tabbox_list.__triple li.__last {}

#tabbox_list.__anchor li.__current {
    background: #414141;
    border-left: 2px solid #414141;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 22px 0;
}

#tabbox_list.__anchor li a {
    background: #e5e5e5;
    display: block;
    color: #444;
    padding: 20px 0;
    text-decoration: none;
}

#tabbox_list.__anchor li a:hover {
    background: #cdcdcd;
    text-decoration: underline;
}

#tabbox_list.__anchor li.__current a:hover {
    background: #e5e5e5;
    text-decoration: none;
}

#tabbox_list.__anchor li.tpoint-pr.__current{
    padding:24px 0 19px 0;
}
#tabbox_list.__anchor li.tpoint-pr a{
    padding:20px 0  19px 0;
}

.tpoint-pr span{
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
		width: 22px;
    /*width: 18px;*/
    position: relative;
		bottom: 6px;
    /*bottom: 4px;*/
}

.tabbox_inner.__center,
.tabbox_inner.__right {
    display: none;
}

.tabbox_inner.__selectsb {
    margin: 0 auto;
    width: 480px;
}

.tabbox_inner.__selectsb .tabbox_lead {
    text-align: left;
}

.tabbox_inner.__selectsb .tabbox_lead.__ex {
    margin-top: 5px;
    margin-bottom: 10px;
}

#tabbox-wrap {
    margin-top: 30px;
    margin-bottom: 50px;
}

#tabbox {
    border: 2px solid #414141;
    padding: 50px 130px;
}

.tabbox_lead {
    font-size: 100%;
    font-weight: normal;
    margin: 0 0 40px;
    text-align: center;
}

.tabbox_tit,
.tabbox_stit {
    font-weight: bold;
    text-align: center;
}

.tabbox_tit {
    font-size: 135%;
    margin: 0 0 5px;
}

.tabbox_stit {
    font-size: 120%;
    font-weight: normal;
    margin: 0 0 20px;
}

#tabbox select.select-box.__01 {
    margin-bottom: 55px;
    width: 430px;
}

#tabbox select.select-box.__02 {
    margin-right: 20px;
    width: 250px;
}

.tabbox_btn {
    font-size: 100%;
    margin: 0 auto;
    overflow: hidden;
    width: 430px;
}

.tabbox_btn.__thanks {
    font-size: 110%;
    margin-top: 40px;
}

.tabbox_btn.__single {
    width: 210px;
}

.tabbox_btn li {
    float: left;
    text-align: center;
    width: 210px;
}

.tabbox_btn_back {
    margin-right: 10px;
}

.tabbox_btn.__single .tabbox_btn_back {
    margin-right: 0;
}

.tabbox_btn_back a {
    background: #3f3f3f;
    border-radius: 5px;
    color: #fff;
    display: block;
    height: 57px;
    line-height: 57px;
    margin: 0 auto;
    text-decoration: none;
}

.tabbox_btn_back a:hover {
    background: #6f6f6f;
}

.tabbox_btn_next a {
    background: #f4ec2b;
    border-radius: 5px;
    color: #262626;
    display: block;
    height: 57px;
    line-height: 57px;
    margin: 0 auto;
    text-decoration: none;
}


/*----------------------------------------
    precautions
-----------------------------------------*/

.precautions {
    margin: 10px 0 0;
    text-align: center;
}

.precautions.__mini {
    font-size: 87.5%;
    margin: 0 0 10px;
}

.com_att {
    margin: 0 25px 25px;
}

.com_att dt {
    clear: left;
    float: left;
    width: 1em;
}

.com_att dd {
    margin-left: 1em;
}

noscript #noscript_att {
    border: 2px solid #2E2E2E;
    margin: 20px auto;
    padding: 10px;
    width: 900px;
}

noscript #noscript_att strong {
    color: #D50303;
    display: block;
    font-size: 110%;
    font-weight: bold;
}


/*----------------------------------------
    movie
-----------------------------------------*/

.movie-outer {
    margin: 0 0 30px;
}

.movie-wrapper {
    margin: 0;
    padding: 75% 0 0 0;
    position: relative;
    width: 100%;
}

.movie-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.movie-wrapper .caption {
    font-size: 87.5%;
    margin: 5px 0 0;
}

#donation-top {
    margin: 20px 0;
    text-align: center;
}

.main_module {
    border: 2px solid #2e2e2e;
    margin: 20px 0 0;
    padding: 25px 15px 30px;
}

.main_module_tit {
    font-weight: bold;
    font-size: 120%;
    margin: 0 0 15px;
}

.main_module_txt {
    margin: 0 0 10px;
}

.main_module_txt.__last {
    margin-bottom: 0;
}

.aside_module_tit {
    border-radius: 5px 5px 0 0;
    font-size: 110%;
    font-weight: bold;
    line-height: 1.0;
    padding: 30px 0 20px;
    text-align: center;
}

.aside_module_stit {
    clear: both;
    font-size: 100%;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.aside_module_stit.__linkpj {
    margin-top: 20px;
}


/*----------------------------------------
    progress bar
-----------------------------------------*/

.progress-bar {
    margin: 0 auto 40px !important;
    width: 400px;
}


/*----------------------------------------
    イレギュラー対応
-----------------------------------------*/


/* -------- top -------- */

.mt_00 {
    margin-top: 0px !important;
}

.mt_05 {
    margin-top: 5px !important;
}

.mt_10 {
    margin-top: 10px !important;
}

.mt_15 {
    margin-top: 15px !important;
}

.mt_20 {
    margin-top: 20px !important;
}

.mt_25 {
    margin-top: 25px !important;
}

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

.mt_40 {
    margin-top: 40px !important;
}

.mt_50 {
    margin-top: 50px !important;
}

.mt_60 {
    margin-top: 60px !important;
}

.mt_70 {
    margin-top: 70px !important;
}

.mt_80 {
    margin-top: 80px !important;
}

.mt_90 {
    margin-top: 90px !important;
}

.mt_100 {
    margin-top: 100px !important;
}


/* -------- right -------- */

.mr_00 {
    margin-right: 0px !important;
}

.mr_05 {
    margin-right: 5px !important;
}

.mr_10 {
    margin-right: 10px !important;
}

.mr_15 {
    margin-right: 15px !important;
}

.mr_20 {
    margin-right: 20px !important;
}

.mr_25 {
    margin-right: 25px !important;
}

.mr_30 {
    margin-right: 30px !important;
}

.mr_40 {
    margin-right: 40px !important;
}

.mr_50 {
    margin-right: 50px !important;
}

.mr_60 {
    margin-right: 60px !important;
}

.mr_70 {
    margin-right: 70px !important;
}

.mr_80 {
    margin-right: 80px !important;
}

.mr_90 {
    margin-right: 90px !important;
}

.mr_100 {
    margin-right: 100px !important;
}


/* -------- bottom -------- */

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

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

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

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

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

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

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

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

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

.mb_60 {
    margin-bottom: 60px !important;
}

.mb_70 {
    margin-bottom: 70px !important;
}

.mb_80 {
    margin-bottom: 80px !important;
}

.mb_90 {
    margin-bottom: 90px !important;
}

.mb_100 {
    margin-bottom: 100px !important;
}


/* -------- left -------- */

.ml_00 {
    margin-left: 0px !important;
}

.ml_05 {
    margin-left: 5px !important;
}

.ml_10 {
    margin-left: 10px !important;
}

.ml_15 {
    margin-left: 15px !important;
}

.ml_20 {
    margin-left: 20px !important;
}

.ml_25 {
    margin-left: 25px !important;
}

.ml_30 {
    margin-left: 30px !important;
}

.ml_40 {
    margin-left: 40px !important;
}

.ml_50 {
    margin-left: 50px !important;
}

.ml_60 {
    margin-left: 60px !important;
}

.ml_70 {
    margin-left: 70px !important;
}

.ml_80 {
    margin-left: 80px !important;
}

.ml_90 {
    margin-left: 90px !important;
}

.ml_100 {
    margin-left: 100px !important;
}
