news_topic p@charset "utf-8";
/* CSS Document */

/* 壁紙変更はココ */
#container {
    width: 98%;
    margin: 0 auto;
    padding-bottom: 10px;
    background: #ffffff;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center top;
}

#wrapper {
    position: relative;
    width: 1320px;
    margin: 0 auto;
    padding-top: 20;
    padding-bottom: 20px;
    font-family: 'Noto Sans Japanese', 'Archivo Black', sans-serif;
    font-size: 100%;
    background: #ebe6d3;
}

a:hover img {
    opacity: 0.6;
}

h2 {
    margin: auto;
    padding: 0;
    margin-bottom: 10px;
}

.link {
    text-align: right;
    margin: 20px;
    text-decoration: none;
}

.link a:link a:visited {
    color: #649bd1;
    text-decoration: none;
}

.link a:hover {
    color: #649bd1;
    text-decoration: none;
}


.clearfix:after {
    display: block;
    clear: both;
}


#contents_area {
    width: 100%;
    margin: auto;
    text-align: center;
}


h2 img {
    margin: auto;
}


.title {
    width: 1320px;
    height: 400px;
    margin: 0;
    padding: 0;
    background: url(./images/title3.png);
    text-align: center;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    padding-bottom: 40px;
    background: #fff url(./images/haikei2.png) repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    width: 1253px;
    margin: 20px auto 20px auto;
    background-position: center top;

}


/*タブのスタイル*/
.tab_item {
    width: calc(100% / 7);
    height: 40px;
    background-color: #649bd1;
    border-bottom: 3px solid #db5286;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tab_item:hover {
    background-color: #a0c2e2;
}




/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}


/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 0 20px 0;
    clear: both;
    overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content,
#tab6:checked ~ #tab6_content,
#tab7:checked ~ #tab7_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #a0c2e2;
    color: #454545;
}




/*タブの中身のスタイル*/
.content_detail {
    width: 1200px;
    *border: 1px dotted #0000ff;
    text-align: center;
}

.content_detail a {
    color: #649bd1;
    text-decoration: none;
}

.content_detail a a:visited {
    color: #649bd1;
    text-decoration: none;
}


.content_detail a:hover {
    color: #a0c2e2;
    text-decoration: underline;
}


.tab_midashi {
    width: 800px;
    height: 50px;
    font-size: 24pt;
    font-weight: bold;
    border-left: 10px solid #db5286;
    padding: 8px;
    margin: 20px auto;
    text-align: left;
}

.tab_midashi2 {
    width: 500px;
    height: 50px;
    font-size: 24pt;
    font-weight: bold;
    border-top: 2px solid #999999;
    padding: 5px;
    margin: 30px auto 5px auto;
    text-align: center;
}

.tab_text {
    width: 900px;
    font-size: 12pt;
    margin: 25px auto 5px auto;
    text-align: center;
    *border: 1px dotted #999999;
    line-height: 25px;
}

.faq_img {
    padding: 1% 0% 2% 0%;
}

.faq_img1 {
    width: 130%;
}

.faq_img2 {
    width: 65%;
}

.faq_img3 {
    width: 45%;
}


.tab_faq_title {
    width: 700px;
    text-align: left;
    border-left: 10px solid #649bd1;
    padding: 5px;
    font-size: 25px;
    font-weight: bold;
    margin: 40px auto 0 auto;
}

.tab_faq_q {
    width: 700px;
    text-align: left;
    border-left: 5px solid #649bd1;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    margin: 50px auto 10px auto;
}


.tab_faq_a {
    width: 700px;
    text-align: left;
    border-left: 5px solid #db5286;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    margin: 10px auto 0 auto;
}


.tab_faq_a2 {
    width: 600px;
    text-align: left;
    padding: 5px;
    margin-left: 130px;
    font-size: 14px;
}


.faq_q {
    color: #649bd1;
    margin-right: 10px;
}

.faq_a {
    color: #db5286;
    margin-right: 10px;
}

.table_glsy {
    width: 750px;
    margin: 20px auto;
    font-size: 18px;
}


.table_glsy th {
    width: 150px;
    vertical-align: middle;
    background-color: #649bd1;
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
}

.table_glsy td {
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    padding: 10px;
}

.table_glsy2 {
    width: 750px;
    margin: 20px auto;
    font-size: 18px;
}

.table_glsy2 th {
    width: 150px;
    vertical-align: middle;
    background-color: #db5286;
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
}

.table_glsy2 td {
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    padding: 10px;
}




/*ページトップボタン*/
#topbtn {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999;
}

#topbtn a {
    display: block;
    width: 172px;
    height: 111px;
    *transition: all 1s 2ms
}

#topbtn a:hover {
    opacity: 0.6;
}
