@charset "utf-8";

/* CSS Document */
body {
    margin-top: 0;
    background-image: url("../img/stripe.png");
}

/* img {
    -webkit-backface-visibility: hidden;
} */

p, li, th, td {
    font-size: 15px;
    line-height: 29px;
}

.pc-display {
    display: block;
}

/**パソコン表示、スマホ表示**/
.sp-display {
    display: none;
}

.display_br-sp {
    display: none;
}

.ninchi_official h2 {
    display: block;
    width: 95%;
    margin: 20px 0 5px 0;
    padding: 5px 0 5px 40px;
    background-image: url("../img/logo.png");
    background-position: 5px 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    background-color: #dce3dc;
    color: hsla(0, 0%, 34%, 1);

/* max-width: 600px;*/
    font-size: 16px;
}

h6 {
    margin: 10px 0 5px 0;
    font-size: 17px;
    line-height: 20px;
}

/**pagetop**/
#page-top {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 10px;
    font-size: 93%;
}

#page-top a {
    display: block;
    width: 78px;
    padding: 25px 0;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}

#page-top a:hover {
    text-decoration: none;
}

/**pagetop_end**/

.wrapper {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff;
    text-align: left;
}

.contents {
    display: block;
    width: 740px;
    margin-left: 200px;
    padding-top: 0;
    padding-left: 10px;
    border-left: 1px solid #cccccc;
}

.contents2 {
    width: 990px;
    margin: 5px auto;
    padding-top: 5px;
    padding-left: 10px;
}

/**header**/
.headermain_pc {
    display: block;
}

.headermain_pc img {
    margin: 0 0 0 0;
    border-top: 1px solid hsla(0, 0%, 81%, 1);
    border-bottom: 1px solid hsla(0, 0%, 81%, 1);
}

.header_pc {
    display: block;
    float: left;
    padding: 20px 0 0 20px;
    color: hsla(0, 0%, 44%, 1);
    font-size: 13px;
}

.header_pc2 {
    display: block;
    position: relative;
    margin: 0;
    font-size: 13px;
    text-align: right;
}

.header_pc2 a {
    color: #295ff1;
    text-decoration: none;
}

.header_pc2 a:hover {
    opacity: .8;
    text-decoration: underline;
}

#top_head01 {
    height: 25px;
    padding: 40px 0 0 20px;
}

.headermain_s {
    display: none;
}

.top_kensaku {
    display: flex;
    position: absolute;
    top: 5px;
    right: 2px;
    z-index: 999;
}

.kensaku_box {
    margin: 0 4px;
}

.kensaku_box img {
    width: 230px !important;
}

/**header_end**/

/**mainmenu**/
.mainmenu_pc {
    display: block;
    margin: 0 0 65px 0;
}

.mainmenu_pc ul {
    display: inline;
    list-style-type: none;
    width: 950px;
    margin: 0;
    padding: 0;
}

.mainmenu_pc li {
    float: left;
    width: 12.5%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.mainmenu_pc li a {
    display: block;
    width: auto;
    padding: 15px 0 10px 0;
    border-bottom: 3px solid #68c127;
    background: #ffffff;
    background:    -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background:         linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    color: #000000;
    font-weight: normal;
    font-size: 14.5px;
    text-decoration: none;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}

.mainmenu_pc li a:hover {
    background: #f8ffe8;
    background:    -moz-linear-gradient(top, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%);
    background: -webkit-linear-gradient(top, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%);
    background:         linear-gradient(to bottom, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8ffe8', endColorstr='#b7df2d', GradientType=0);
}

.attention_menu {
    background: linear-gradient(to bottom, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%) !important;
}

#mainmenu_s {
    display: none;
}

/**mainmenu_end**/

/**メインメニュー講座情報**/
.kouza_li {
    position: relative;
}

.kouza_li p {
    position: absolute;
    top: -1px;
    left: 45px;
    color: hsla(359, 87%, 45%, 1);
    font-weight: bold;
    font-size: 13px;
}

/**bread_crumb**/
.bread_crumb {
    display: table;
    float: none;
    padding: 0 0 30px 30px;
    font-size: 12px;
}

.bread_crumb a {
    color: #0033cc;
    text-decoration: none;
}

.bread_crumb a:hover {
    opacity: .8;
    text-decoration: none;
}

/**bread_crumb_end**/

/**submenu**/
.submenu_pc {
    display: block;
    float: left;
    width: 190px;
    margin-left: 5px;
}

.submenu_pcj {
    display: block;
    float: left;
    width: 190px;
    margin-left: 5px;
}

.list_l {
    margin-top: 20px;
    color: #669933;
}

.list_l dt {
    padding-bottom: 10px;
    padding-left: 40px;
    background: url("../img/ya_001.gif") no-repeat 20px 3px;
    font-size: 14px;
}

.list_l dt a {
    color: #669933;
    text-decoration: none;
}

.list_l dt a:hover {
    opacity: .8;
    text-decoration: none;
}

.list_l dd {
    padding-bottom: 10px;
    padding-left: 5px;
    font-size: 13px;
}

.list_l dd a {
    color: #1845a0;
    text-decoration: none;
}

.list_l dd a:hover {
    opacity: .8;
    text-decoration: none;
}

.submenu_s {
    display: none;
}

.submenu_sp {
    display: none;
}

/**submenu_end**/

.top_box_con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
}

/*トップページ画像の制御*/
.top_box {
    width: 100%;
    max-width: 600px;
    margin: 0 0 20px 0;
    box-shadow: 7px 11px 13px -5px rgba(0, 0, 0, .3);
}

.top_box:hover {
    opacity: .9;
}

.top_box img {
    width: 100%;
}

.top_box h4 {
    margin: 0;
    padding: 0;
    font-size: 19px;
}

.top_box_r {
    /*text-align: center;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px 0 15px 0;
}

.top_box_r a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top_box_r:hover {
    opacity: .9;
}

.top_box_r img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.top_box_r p {
    width: 95%;
    margin: 9px 13px 0 15px;
    color: hsla(0, 0%, 45%, 1);
    font-size: 15px;
    line-height: 19px;
}
.top_block_taikai {
    display: flex;
    justify-content: space-evenly;
    width: fit-content;
    max-width: initial;
    margin: 0 auto;

    gap: 13px;
}
.top-box-taikai-teisei{
    padding: 0 40px;
}
.top-box-taikai-teisei p{
    color: #000;
}
.top-box-taikai-teisei-h3 span{
    font-weight: 100;
    color: #f00;
    margin: 0;
}
.top-box-taikai-teisei div{
    display: flex;
    gap: 1px;
    color: #000;
}
.top-box-taikai-teisei div a{
    text-decoration: none;
    display: flex;
    justify-content: center;
    gap: 2px;
    width: 82px;
}
.top-box-taikai-teisei div a:hover{
    text-decoration: underline;
}
.top-box-taikai-teisei a img{
    width: 33%;
    height: auto;
}
.top-box-taikai-teisei a p{
    color: #00f;
}

/**contents_title**/
.contents_title1 {
    width: 100%;
    margin: 40px 10px 10px 0;
    padding: 10px 0 10px 50px;
    background-image: url("../img/logo.png");
    background-position: 10px 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    background-color: #dce3dc;
    font-size: 16px;
    line-height: 27px;
}

.contents_title1:first-child {
    margin-top: 0;
}

.contents_title2 {
    width: 100%;
    margin: 50px 0 20px 0;
    padding: 5px 0;
    font-size: 20px !important;
}

.contents_title3 {
    margin-top: 10px;
    color: #09891a;
    font-size: 16px;
    text-align: center;
}

.contents_title4 {
    margin: 15px 0;
    padding-left: 10px;
    border-left: 5px #27336c solid;
    font-weight: bold;
    line-height: 25px;
}

.long_contentstitle {
    width: 95%;
    margin: 0;
    padding: 10px 0 10px 50px;
    background-image: url("../img/logo.png");
    background-position: 10px 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    background-color: #dce3dc;
    font-weight: bold;
    font-size: 20px !important;
    line-height: 27px;
}

.mini_box {
    padding: 10px 20px 10px 30px;
}

/**contents_title_end**/

/**normal**/
.normal {
    width: 800px;
    padding: 5px 10px;
    font-size: 16px;
}

.normal2 {
    width: 800px;
    margin: 0 10px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 2em;
}

.normal2 dt {
    font-size: 15px;
}

.normal2 dd {
    padding-left: 5px;
}

.normal3 {
    width: 940px;
}

.normal3 dt {
    font-size: 16px;
}

.normal3 dd {
    font-size: 14.5px;
}

.news_normal dt {
    margin-bottom: 5px;
    font-size: 15px;
}

.news_normal dd {
    margin: 0;
    font-size: 13px;
}

.news_normal2 {
    margin-right: 10px;
    padding: 10px 5px 10px 5px;
    font-size: 15px;
    line-height: 2em;
}

/**normal_end**/

/**list**/
.normal2 ul {
    margin-left: 10px;
}

.normal2 ol {
    margin-left: 10px;
}

/* .normal2 li {} */

.parentheses ol {
    margin: 0;
}

.parentheses li {
    list-style-type: none;
    list-style-position: inside;
    text-indent: -2em;
    counter-increment: cnt;
}

.parentheses li:before {
    display: marker;
    content: counter(cnt) ") ";
}

.parentheses2 ol {
    margin: 0;
}

.parentheses2 li {
    list-style-type: none;
    list-style-position: inside;
    text-indent: -2em;
    counter-increment: cnt;
}

.parentheses2 li:before {
    display: marker;
    content: " ("counter(cnt) ") ";
}

/**list_end**/

/**button**/
.button {
    display: block;
    width: 450px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 0 6px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px#bdbdbd;
    background-image: url("../img/pdficon_shadow.png");
    background-position: left 30px center;
    background-size: 45px;
    background-repeat: no-repeat;
    background-color: #4db6ac;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 -1px #757575;
}

.button:hover {
    background-color: #38ddcd;
}

.button a {
    display: block;
    color: #ffffff;
}

.button2 {
    display: block;
    width: 450px;
    height: 30px;
    padding: 10px 0 6px 10px;
    border: solid 1px #878787;
    border-radius: 5px;
    box-shadow: 2px 2px 2px#bdbdbd;
    background-color: #488dc2;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 -1px #757575;
}

.button2:hover {
    background-color: #52b3fd;
}

.button2 a {
    display: block;
    text-decoration: none !important;
}

.button_link a {
    display: block;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none !important;
}

/**button_end**/

/**table**/
.contents_table1 {
    display: table;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    border-collapse: collapse;
}

.contents_table1_th {
    display: table-cell;
    width: 20% !important;
    padding: 15px;
    border: 1px solid #c8c8c8;
    background-color: #e6ece6;
    color: #1b1e32;
    text-align: left;
    border-collapse: collapse;
}

.contents_table1_td {
    display: table-cell;
    padding: 15px;
    border: 1px solid #c8c8c8;
    color: #000000;
    text-align: left;
    border-collapse: collapse;
}

.contents_table1 img {
    width: 120px;
    height: 165px;
}

.contents_table2 {
    display: table;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    border-collapse: collapse;
}

.contents_table2_th {
    display: table-cell;
    width: 20% !important;
    padding: 15px;
    border: 1px solid #c8c8c8;
    color: #1b1e32;
    text-align: center;
    vertical-align: middle;
}

.contents_table2_td {
    display: table-cell;
    padding: 15px;
    border: 1px solid #c8c8c8;
    color: #000000;
    text-align: left;
}

.contents_table3 {
    display: table;
    width: 98%;
    margin-left: 20px;
    font-size: 16px;
    border-collapse: collapse;
}

.contents_table3_th {
    display: table-cell;
    width: 20%;
    padding: 15px;
    border: 1px solid #c8c8c8;
    color: #1b1e32;
    text-align: center;
    border-collapse: collapse;
}

.contents_table3_td {
    display: table-cell;
    padding: 15px;
    border: 1px solid #c8c8c8;
    color: #000000;
    text-align: left;
    border-collapse: collapse;
}

.contents_table3 img {
    width: 80px;
    height: 125px;
}

.meibo_table {
    width: 97%;
    font-size: 14px;
    border-collapse: collapse;
}

.meibo_table th {
    display: table-cell;
    width: 110px;
    border: 1px solid #c8c8c8;
    text-align: center;
}

.meibo_table td {
    display: table-cell;
    padding: 5px 0 5px 30px;
    border: 1px solid #c8c8c8;
}

.meibo_table .syo {
    margin-left: 30px;
}

.news_table {
    display: table;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
}

.news_tableth {
    display: table-cell;
    width: 20%;
    padding: 10px;
    border: 1px solid #9b9b9b;
    font-size: 14px;
    text-align: center;
    border-collapse: collapse;
    vertical-align: middle;
}

.news_tabletd {
    display: table-cell;
    width: 80%;
    padding: 15px;
    border: 1px solid #9b9b9b;
    font-size: 14px;
    line-height: 1.5em;
    border-collapse: collapse;
}

.news_normaltable {
    display: table;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    border-collapse: collapse;
}

.news_normaltable th {
    display: table-cell;
    width: 20%;
    padding: 10px 7px;
    border: 1px solid #c8c8c8;
    background-color: #e6ece6;
    color: #14310b;
    font-weight: normal;
    text-align: center;
}

.news_normaltable td {
    display: table-cell;
    width: 80%;
    padding: 10px 9px;
    border: 1px solid #c8c8c8;
    text-align: left;
}

.onlinsemi_table {
    display: table;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5px;
}

.onlinsemi_tableth {
    display: table-cell;
    width: 20%;
    padding: .8vw;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    text-align: center;
    border-collapse: collapse;
    vertical-align: middle;
}

.onlinsemi_tabletd {
    display: table-cell;
    width: 80%;
    padding: .8vw;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    border-collapse: collapse;
}

.normal_table_covid {
    width: 100%;
    font-size: 14px;
    line-height: 2em;
    border-collapse: collapse;
}

.normal_table_covid th {
    padding: 2px 9px;
    border: 1px solid #c8c8c8;
    background-color: #e5e5e5;
    font-weight: normal;
}

.normal_table_covid td {
    padding: 2px 9px;
    border: 1px solid #c8c8c8;
    text-align: left;
}

.table_01 {
    width: 100%;
    margin: 20px 5px;
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
}

.table_01 th, .table_01 td {
    padding: 5px 15px;
    border: 1px solid #e9e9e9;
}

.table_01 th {
    width: 20%;
    background-color: hsla(0, 0%, 93%, 1);
    font-weight: normal;
    text-align: center;
}

/**table_end**/

/**footer**/
.footer_pc {
    display: block;
    clear: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 18px;
    border-top: 1px solid #cccccc;
    background-color: #ffffff;
    font-size: 13px;
    text-align: center;
}

.footer_s {
    display: none;
}

/**footer_end**/

details {
    padding: .5em 1em 0;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
}

summary {
    margin: -.5em -.5em 0;
    padding: .5em;
    font-weight: bold;
}

details[open] {
    padding: .7em;
}

details[open] summary {
    margin-bottom: .5em;
    border-bottom: 1px solid #aaaaaa;
}

/**font**/
h2 {
    font-size: 30px;
}

.big1 {
    font-size: 20px;
}

.big2 {
    font-size: 22px;
}

.big2 a {
    text-decoration: none;
}

.big3 {
    font-size: 18px;
}

.font_small {
    margin: 5px 0;
    padding-top: 5px;
    font-size: 13px;
    line-height: 1.5em;
}

.font_small2 {
    margin: 5px 20px;
    padding-top: 5px;
    font-size: 13px;
    line-height: 1.5em;
}

.syozoku {
    font-size: 12.5px;
}

.upper {
    vertical-align: top;
}

.middle {
    text-align: center;
    vertical-align: middle;
}

.middlewhite {
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

.middlewhite img {
    width: 80px;
    height: 110px;
}

.back_red {
    background-color: #4e4e4e;
    color: #ffffff;
}

.back_blue {
    background-color: #c8d6ed;
}

/*トップページ学会案内ボタン*/
.top_annai_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.top_annai_con a {
    width: 48%;
    color: #385649;
}

.btn_about_us {
    margin: 5px;
    padding: 5px;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    background-color: hsla(118, 100%, 95%, 1);
}

.btn_about_us h9 {
    font-weight: bold;
    font-size: 18px;
    text-align: start !important;
}

.btn_about_us p {
    font-size: 12px;
    text-align: end;
}

.btn_dl01 {
    width: 250px;
    margin: 5px 10px;
    padding: 8px 15px;
    border-radius: 5px;
    background-color: hsla(212, 45%, 43%, 1);
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}

.btn_dl02 {
    width: 50%;
    margin: 5px 10px;
    padding: 8px 15px;
    border-radius: 5px;
    background-color: rgb(255, 0, 0);
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}

/***************** 抽選 *****************/
.lottery {
    margin: 0 10px;
    padding: 2px 5px;
    border: 1px solid #ff5f00;
    background-color: #ff5f00;
    color: #ffde05;
    font-weight: bold;
}

/***************** 先着 *****************/
.arrival {
    margin: 0 10px;
    padding: 2px 5px;
    border: 1px solid #0343c3;
    border-radius: 2px;
    background-color: #f2f4f4;
    color: #0343c3;
    font-weight: bold;
}

.next_block {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
}

.next_block td {
    padding: 5px;
    border: 1px solid #939393;
    border-collapse: collapse;
}

.next_block th {
    background: #b7b7b7;
}

/**font_end**/

.space {
    padding-bottom: 1em;
}

.resizeimage img {
    width: auto;
}

.news_resizeimage {
    width: auto;
    height: auto;
}

.jusyou {
    text-align: center;
}

.jusyou img {
    width: auto;
}

.pdf_icon img {
    width: 35px;
    height: 35px;
}

.pdf_icon a {
    color: #3c4043;
    text-decoration: none;
}

.pdf_icon a:hover {
    color: #2600eb;
}

.smartphone_none {
    display: block;
}

.mimaibun {
    padding: 1em;
    font-size: 14px;
}

.COVID {
    margin: 10px 0;
    padding: 20px 10px;
    background: url("img/arrow.gif");
    background-position: 98% center;
    background-repeat: no-repeat;
    font-weight: bold !important;
    font-size: 15px;
}

.COVID a:hover {
    background: #f3070b;
    color: #ffffff;
    text-decoration: none;
}

.fullimage_pc {
    display: block;
}

.fullimage_s {
    display: none;
}

.fullimagecontents_pc img {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.fullimagecontents_s img {
    display: none;
}

.textdisplay_pc {
    display: block;
    text-align: center;
}

.textdisplay_s {
    display: none;
}

/*ブロック大会スライダー*/
.main_slider {
    margin: 0 0 0 0;
}

.block_info {
    display: flex;
    height: 20px;
}

.block_title p {
    margin-top: 5px;
    margin-left: 10px;
    font-weight: bold;
    font-size: 25px;
}

.block_title img {
    width: 50px !important;
}

.top_box_r p {
    text-align: left;
}
/* 入会・退会・住所変更の手続きボタン */
.btn_about_us_r {
    margin: 5px;
    padding: 15px 5px;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    background-color: rgb(255, 197, 37);
}

.btn_about_us_r h9 {
    font-weight: bold;
    font-size: 18px;
    text-align: start !important;
}

.btn_about_us_r p {
    font-size: 12px;
    text-align: end;
}
/*2207_注意喚起*/
#cyui_2207 {
    margin-bottom: 0;
}

/* 講座一覧アクション */

.kak_box img:hover {
    filter: brightness(110%);
}