@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    color: #222;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    letter-spacing: 0.1px;
}

/* HTML5 display-role reset for older browsers 
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background-color: #fff;
}

p,
li,
dt,
dl,
dd {
    line-height: 1.6;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b {
    font-weight: bold;
}

button,
[type="button"],
[type="submit"] {
    -webkit-appearance: none;
    /* iOSでのボタンデザインのリセット */
}

/* ClearFix
**************************************/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* General
**************************************/
html {
    font-family: メイリオ, ＭＳ Ｐゴシック, Osaka, sans-serif;
    font-size: 100%;
    /* sets the base font to 10px for easier math */
}

input,
textarea {
    font-family: メイリオ, ＭＳ Ｐゴシック, Osaka, sans-serif;
}

body {
    position: relative;
    width: 100%;
    /*
	font-size: 16px;
	font-size: 1.6rem;
*/
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.pageAnc {
    /*margin-top: 80px;*/
}

h2 {
    /*text-align: left;
	display: inline-block;*/
}

.for-sp {
    display: none !important;
}

img {
    vertical-align: middle;
}

a {
    /*color: #333333;*/
    color: #0000FF;
    text-decoration: none;
    transition: 0.3s;
}

a:visited {
    color: #810081;
}

a img {
    vertical-align: middle;
}

a:hover {
    text-decoration: none;
    opacity: 0.8;
}

a[href^="tel:"] {
    cursor: default;
    text-decoration: none;
    color: #333333;
}

.btnlink {
    color: #C1272D;
    border: 1px solid #C1272D;
    padding: 20px 30px 20px 30px;
    background-color: #FFF;
    box-shadow: 7px 7px #C1272D;
    background-repeat: no-repeat;
    border-radius: 50px;
    margin: 1em;
    position: relative;
    top: -7em;
}

.btnlink:hover {
    color: #FFF;
    background-color: #C1272D;
    box-shadow: 7px 7px red;
}

.contactlink {
    color: #FFF;
    font-size: 1.5rem;
    border: 1px solid #3E4A77;
    padding: 8px 25px 8px 25px;
    background-color: #3E4A77;
}

.contactlink:hover {
    color: #3E4A77;
    background-color: #FFF;
}

.contactlink i {
    color: #FFF;
}

.contactlink:hover i {
    color: #3E4A77;
}

.textlink {
    color: #00F;
    text-decoration: underline;
}

small {
    font-size: 90%;
}

.fL {
    float: left;
}

.fR {
    float: right;
}

.clear {
    clear: both;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexL,
.flexR {
    width: 49%;
}

.flexL {
    background-color: #009844;
    color: #fff;
    margin-right: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: start;
}

.flexL h3 {
    font-size: 200%;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.subtitle {
    font-size: 110% !important;
    font-weight: bold;
}

.flexL p {
    font-size: 90%;
}

.text_box {
    padding: 1em;
}

.ofHdn {
    overflow: hidden;
}

.img_full {
    width: 100%;
}

ul.att > li {
    text-indent: -1em;
    margin-left: 1em;
}

p.att {
    border: 4px solid #CCC;
    margin: 1.5em 0;
    padding: 1.5em;
}

p.att span {
    font-weight: bold;
    display: block;
    margin-bottom: 0.5em;
}


.sec {
    /*margin-top: 3em;*/
}

.sec:first-of-type {
    margin-top: 0;
}

/*
.sec:last-child{
	margin-bottom: 0;
}
*/

.headerinner {
    max-width: 1200px;
}

.innerWrap {
    width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.innerWrap img {
    max-width: 95%;
}

.center {
    text-align: center;
}



/* .navi
**************************************/
.menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    height: 60px;
    width: 55px;
    justify-content: center;
    align-items: center;
    z-index: 9000;
    background-color: #B19E69;
    /*
    border: 3px solid #B3B3B3;
    border-radius: 5px;
    */
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    height: 3px;
    width: 35px;
    border-radius: 3px;
    background-color: #FFF;
    position: absolute;
    transition: .2s;
}

.menu-btn span:before {
    bottom: 8px;
}

.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

#header.change-color {
    transition: 0.3s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.3);
}

#header nav > ul > li {
    display: inline-block;
    text-align: center;
    margin: 0em;
    font-size: 0.8rem;
    vertical-align: middle;
}

#header nav > ul > li a {
    color: #FFF;
    text-decoration: none;
    border-left: 1px solid #FFF;
    position: relative;
    display: inline-block;
    transition: .3s;
    padding: 1.5em 0.8em 1.4em;
}

#header nav > ul > li a:hover {
    text-decoration: underline;
}

/*#header nav > ul > li a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 3px;
    background-color: #009944;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#header nav > ul > li#active > a::after ,
#header nav > ul > li a:hover::after {
    width: 100%;
}*/
#header nav > ul > li.fullbtn1,
#header nav > ul > li.fullbtn2 {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    vertical-align: middle;
}

#header nav > ul > li.fullbtn1 a {
    color: #FFF;
    border-left: 1px solid #FFF;
    padding: 0.7em 1em 1em;
}

#header nav > ul > li.fullbtn1 ul li a {
    padding: 1.5em 0.8em 1.4em;
}


#header nav > ul > li.fullbtn2 a {
    color: #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    padding: 1.7em 2em 1.7em;
}

#header nav > ul > li a i {
    color: #FFF;
    font-size: 1.2rem;
}

div.downNavi {
    display: none;
    position: absolute;
    z-index: 1000;
    box-shadow: 2px 2px 4px gray;
}

div.downNavi ul {
    padding: 0.5em;
    background-color: rgba(255, 255, 255, 0.9);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all 0.3s ease-out;
}

div.downNavi ul li {
    text-align: left;
}

div.downNavi ul li a {
    padding: 0.5em 0em !important;
    display: block;
    width: 100%;
}

li:hover div.downNavi {
    display: block;
}

li:hover div.downNavi ul {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

/* header
**************************************/
#header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    margin-bottom: 0px;
    /*overflow: hidden;*/
    background-color: #8B3264;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    border-bottom: 1px solid #FFF;
    /*box-shadow: 0 -18px 3px -15px inset rgb(0 0 0 / 25%);*/
}

#header h1 {
    float: left;
}

#header nav {
    float: right;
}

#header h1 img {
    max-width: 315px;
    max-height: 45px;
    margin-top: 15px;
    margin-bottom: 10px;
}

#header .header_member {
    background-color: #B19E69;
}

#header .header_contact {
    background-color: #D3145A;
}


#header nav > ul > li {
    position: relative;
}

/*下の階層を持っているulの指定*/
#header nav li.has-child ul {
    /*絶対配置で位置を指定*/
    position: absolute;
    left: 0;
    top: 62px;
    z-index: 4;
    /*形状を指定*/
    background: gray;
    width: 280px;
    /*はじめは非表示*/
    visibility: hidden;
    opacity: 0;
    /*アニメーション設定*/
    transition: all .3s;
}

/*hoverしたら表示*/
#header nav li.has-child:hover > ul,
#header nav li.has-child ul li:hover > ul,
#header nav li.has-child:active > ul,
#header nav li.has-child ul li:active > ul {
    visibility: visible;
    opacity: 1;
}

/*ナビゲーションaタグの形状*/
#header nav li.has-child ul li a {
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
    display: block;
}

#header nav li.has-child ul li:last-child a {
    border-bottom: none;
}

#header nav li.has-child ul li a:hover,
#header nav li.has-child ul li a:active {
    background: #8B3264;
}


/*==3階層目*/

/*3階層目の位置*/
#header nav li.has-child ul ul {
    top: 0;
    left: 182px;
    background: #8B3264;
}

#header nav li.has-child ul ul li a:hover,
#header nav li.has-child ul ul li a:active {
    background: #8B3264;
}

#header nav li.fullbtn2 ul {
    left: -10em;
    width: 15em;
}

#header nav li.fullbtn2 .Gsearch_input {
    width: 7em;
    margin: 7px;
}

#header .Gsearch_input {
    width: 50%;
    height: 3em;
    margin: 3px;
    background-color: #FFF;
    border: none;
}


/* main_img
**************************************/
.main_img img {
    width: 100%;
}

/* contents
**************************************/
.pagePath {
    max-width: 1100px;
    font-size: 0.8rem;
    margin: 0.5em auto;
}

.pagePath a:hover {
    text-decoration: underline;
}

.middletitle {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
    margin-bottom: 0.2em;
    color: #8B3264;
    line-height: 1.2;
}

.middletitle span {
    display: inline-block;
    color: #8B3264;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 1.5em 0.5em;
}

.middletitle_bg {
    padding: 2em 2em;
    height: 9em;
}

.middletitle_bg p {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
    margin: -6em auto;
    text-align: center;
}

section {
    padding: 2em 0.3em;
    background-color: #fff;
    z-index: 10;
    border-bottom: 1px solid #D8D8CE;
}

.bg {
    background-color: #EFEFEF;
}

.contents {
    max-width: 1500px;
    margin: 1em auto;
}

/*ライン装飾*/
.flw_line img {
    display: block;
    margin: auto;
    width: 100px;
    position: absolute;
    bottom: -1em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: inline-block;
}

/*本部長ご挨拶*/
.greeting_box {
    display: flex;
    max-width: 1100px;
    margin: auto;
    position: relative;
}

.greeting_box .comment {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    margin-left: 6em;
    margin-bottom: 1.5em;
    color: black;
    font-weight: bold;
}

.greeting_box .name {
    position: absolute;
    right: 0;
    bottom: -7em;
}

/*IPAフォント*/
@font-face {
    font-family: ipamp;
    src: url('../fonts/IPAfont00303/ipamp.ttf');
}

.greeting_box .name {
    font-family: ipamp;
    font-weight: normal;
    text-align: right;
}

/*開業をお考えの方へ*/
#join .contents ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

/*
#join .contents left-box {
    justify-content: left;
    padding: 0 3em;
}*/
#join .contents .left-box {
    margin: 0;
    height: auto;
}

#join .contents .left-box a {
    /*background-color: #8b3264;*/
    color: #8b3264;
    text-align: center;
    vertical-align: middle;
    padding: 0.5em;
    border-radius: 50px;
}

#join .contents .heightAuto {
    height: auto;
}

#join .contents ul li {
    display: inline-block;
    margin: 1em;
    width: 260px;
    height: 228px;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

#join .contents ul li .Info {
    position: absolute;
    background-color: #8b3264;
    color: #fff;
    top: 10px;
    left: 10px;
    padding: 5px 27px;
    border-radius: 50%;
}

#join .contents ul li .fudosan_color {
    background-color: #006934;
}

#join .contents ul li .member_color {
    background-color: #C30D23;
}

#join .contents ul li img {
    width: 260px;
    height: 228px;
    display: block;
}

#join .contents ul li.li-twice img {
    width: 550px;
}

#join .contents ul li h3 {
    width: 100%;
    position: absolute;
    top: 87%;
    height: 61px;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    font-weight: bold;
    font-size: 1.3em;
    color: #fff;
    background-color: #8B3264;
    padding: 0.5em;
    line-height: 1;
}

#join .contents ul li.li-twice h3 {
    /* background-color: #009900;*/
}

#join .contents ul li h3 .h3_comment {
    font-weight: normal;
    font-size: 0.7em;
    color: #fff;
}

/*お知らせ*/
/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.kyoto_topics {
    padding-bottom: 2em;
}

/*タブのスタイル*/
.tab_item {
    width: 7%;
    height: 50px;
    margin: 7px;
    background-color: #b9b9b9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 0 40px;
    clear: both;
    overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #009245;
}

.tabs .zennichinews {
    padding: 0 40px;
}

.tabs .zennichinews div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.tabs .zennichinews dt {
    font-weight: bold;
    width: 8em;
}

.tabs .zennichinews dd a {
    text-decoration: underline;
}

.tab_content_description li {
    display: flex;
    margin-bottom: 10px;
}

.tab_content_description .data {
    font-weight: bold;
    width: 8em;
}

.tab_content_description div {
    width: 7em;
    color: #fff;
    font-size: 0.8em;
    padding: 0.2em;
    margin-right: 2em;
    border-radius: 5px;
    text-align: center;
}

.tab_content_description .member {
    background-color: #F19624;
}

.tab_content_description .MLIT {
    background-color: #22B573;
}

.tab_content_description .headquarters {
    background-color: #0071BC;
}

.tab_content_description .important {
    background-color: #ED1C24;
}

.tab_content_description .emergency {
    background-color: #662D91;
}

.tab_content_description a {
    text-decoration: underline;
    width: 100%;
}


/*会員の皆様へ*/
#member .contents {
    max-width: 1100px;
}

#member .contents ul {
    display: block;
    text-align: center;
}

#member .contents ul img {
    width: 700px;
}

/*アクセス*/
#access {
    position: relative;
}

#access .access_contents {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
}

#access .access_box {
    padding-bottom: 5em;
    position: relative;
}

#access .access_box a {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 1em;
    border-radius: 50px;
    border: 1px solid #ccc;
}

#access .access_contents .access_detail li {
    display: flex;
    padding: 1em 0;
    border-bottom: 1px solid #333333;
}

#access .access_contents .access_detail :last-child {
    border-bottom: none;
}

#access .access_contents .access_detail :first-child {
    padding: 0 0 1em;
}

#access .access_contents .access_detail li h4 {
    font-weight: bold;
    width: 7em;
    margin: 0 1em 1em;
}

/*リンク*/
#link .contents {
    padding: 0 2em;
}

#link .link_title {
    max-width: 1200px;
    margin: auto;
    font-weight: bold;
    border-bottom: 1px solid lightgray;
    padding-bottom: 4px;
}

#link .link_title span {
    border-bottom: 1px solid #8B3264;
}

/*
#link .height110 {
    height: 110px;
}*/

#link ul li a img {
    width: 240px;
    height: auto;
}

#link ul {
    text-align: center;
    padding: 0.5em 1.5em;
}

#link ul li {
    display: inline-block;
    text-align: center;
    margin: 1em auto;
}

#link ul li:last-child {
    margin-right: 0;
}

/*ボタンボックス*/
.btn_box {
    margin: 2em auto 3em;
    text-align: center;
    max-width: 25em;
}

.btn_box a {
    display: block;
    padding: 1.5em;
    margin: 2em auto;
    border-radius: 50px;
    background-color: #FFF;
}

.btn_box .joinbtn {
    color: #8B3264;
    border: 1px solid #8B3264;
    box-shadow: 7px 7px #8B3264;
}

.btn_box .joinbtn :hover {
    color: #FFF;
    background-color: #8B3264;
    border: 1px solid #8B3264;
    box-shadow: 7px 7px #8B3264;
}

.btn_box .contactbtn {
    color: #B19E69;
    border: 1px solid #B19E69;
    box-shadow: 7px 7px #B19E69;
}

a.underline {
    text-decoration: underline;
}

#join .contents ul li.tablet {
    display: none;
}

.btn_more {
    background-color: #8B3264;
    display: block;
    width: 200px;
    margin: 30px auto 0;
    font-size: 130%;
    color: #ffffff;
    padding: 10px 0px 10px 0px;
    text-decoration: none !important;
    text-align: center;
}

.btn_more:visited {
    color: #fff;
}

/* pagetop
**************************************/
.page-top {
    position: fixed;
}

.page-top img {}

@media screen and (max-width: 840px) and (min-width: 640px) {
    .page-top {
        right: 40px;
    }

    .page-top img {
        width: 60px;
    }
}

/* footer
**************************************/
footer {
    clear: both;
    color: #FFF;
    font-size: 0.9rem;
    overflow: hidden;
    background-color: #333333;
}

footer a,
footer a:visited {
    color: #FFF;
    text-decoration: none;
}

footer .sec:nth-of-type(4) {}

footer .innerWrap {
    padding: 2em;
    overflow: hidden;
}

footer .etc_navi {
    max-width: 1100px;
    margin: auto;
    padding: 2em 0;
}

footer .etc_navi dl {
    display: inline-block;
    width: 23%;
    margin-right: 2%;
    vertical-align: top;
}

footer .etc_navi dl:nth-of-type(4) {
    margin-right: 0;
}

footer .etc_navi dl:nth-of-type(4) dt + dt {
    margin-top: 2em;
}

footer .etc_navi dl dt {
    border-left: 1px solid #FFF;
    padding-left: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.1rem;
    font-weight: bold;
}

footer .etc_navi dl dd {
    padding-left: 0.8em;
    margin-bottom: 0.2em;
    font-size: 0.9rem;
}

footer .etc_navi a:hover,
footer .etc_navi2 a:hover {
    text-decoration: underline;
}

footer .etc_navi2 {
    border-top: 1px solid #FFF;
    padding-top: 0.5em;
}

footer .etc_navi2 li {
    display: inline-block;
    margin-right: 2em;
    vertical-align: middle;
}

footer .etc_navi2 li:nth-of-type(4) {
    margin-right: 0;
    text-align: right;
    margin-top: -2.0rem;
    display: block;
}

footer .innerWrap {
    max-width: 1100px;
}

footer .address {
    border-top: 1px solid #FFF;
}

footer .address li {
    color: #FFF;
    display: inline-block;
    width: calc(99.5% / 2);
    vertical-align: middle;
}

footer .address li:nth-of-type(2) {
    text-align: right;
}

footer .copy {
    text-align: center;
    background-color: #FFF;
}

.secret {
    text-align: left;
}

.secret a:hover {
    color: #F19624;
}

div.download {
    display: flex;
    flex-wrap: wrap;
    margin: 1em auto;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    text-decoration: none;
    padding: 12px 20px;
    line-height: 1.5;
}

div.download {
    color: #8B3264;
}

div.download div.dBox {
    padding: 5px 50px;
    background-color: #8B3264;
    color: #fff;
}

#contents .mainTitle {
    background-color: rgba(0, 0, 0, 0.2);
    height: 300px;
}

#contents .mainTitle span {
    margin: 0 auto;
    display: block;
    max-width: 1100px;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    line-height: 9.5em;
}

#join .contents .sp-middle {
    display: none;
}

#contents .menubox ul li a {
    color: #333;
}

#contents .menubox ul li a:visited {
    color: #333;
}

/* media query
*********************************************************************/
@media (max-width: 1180px) {
    #header nav > ul > li a {
        font-size: 0.8em;
    }

    #header h1 {
        width: 20em;
    }

    #join .contents .pc-middle {
        display: none;
    }

    #join .contents .sp-middle {
        display: inline-block;
        height: auto;
        margin: 0 2em;
    }

    #join .contents ul li.tablet {
        display: inline-block;
        height: auto;
    }

    #join .contents ul li.pc {
        display: none;
    }

    #join .contents ul li.sp {
        display: none;
    }
}

@media (max-width: 1000px) {
    html {
        font-size: 90%;
        /* sets the base font to 10px for easier math */
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .btnlink {
        font-size: 1.2rem;
        padding: 30px 50px 30px 35px;
        min-width: 75%;
        display: inline-block;
        margin-bottom: 1em;
        top: -22em;
    }

    #join .contents {
        width: 100%;
    }

    #join .contents .pc-middle {
        display: inline-block;
    }

    #join .contents .sp-middle {
        display: none;
    }

    section {
        padding: 1.5em 0.3em 2em;
    }

    /* header
	**************************************/
    header#header {
        height: 61px;
    }

    #header h1 img {
        max-width: 85%;
        max-height: 35px;
    }

    /* #header */
    #menu-btn-check:checked ~ nav {
        left: 0;
    }

    .menu-btn {
        display: flex;
    }

    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        display: block;
    }

    #header nav {
        float: none;
        width: 100%;
        height: 100%;
        padding-bottom: 5%;
        position: fixed;
        overflow: hidden;
        top: 0;
        left: 100%;
        z-index: 5000;
        background-color: rgba(15, 15, 15, 0.9);
        transition: all 0.5s;
    }

    #header nav > ul {
        margin: 10% 3% 0;
        height: 90%;
        padding-left: 0;
        overflow-y: auto;
        font-size: 110%;
    }

    #header nav > ul > li {
        font-size: 130%;
        display: block;
        text-align: left;
        margin: 0;
        border-bottom: 1px solid #FFF;
    }

    #header nav > ul > li > a {
        border-left: none;
        color: #FFF;
        text-decoration: none;
        position: relative;
        display: block;
        width: 100%;
        transition: .3s;
        padding: 0.8em 0.5em 0.7em;
    }

    #header nav ul li a span {
        position: absolute;
        color: #333;
        background-color: #FFF;
        border-radius: 50%;
        width: 23px;
        height: 23px;
        line-height: 1.4;
        padding-left: 3px;
        top: 50%;
        right: 3%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    #header nav > ul > li.fullbtn1,
    #header nav > ul > li.fullbtn2 {
        display: block;
        text-align: left;
        margin: 0;
        border-bottom: 1px solid #FFF;
        font-size: 130%;
        vertical-align: middle;
    }

    #header nav > ul > li.fullbtn1 a,
    #header nav > ul > li.fullbtn2 a {
        border-left: none;
        color: #FFF;
        text-decoration: none;
        position: relative;
        display: block;
        width: 100%;
        transition: .3s;
        padding: 0.8em 0.5em 0.7em;
        background-color: transparent;
        border-left: 0px solid #FFF;
        border-right: none;
    }

    #header nav > ul > li a i {
        color: #FFF;
        font-size: 110%;
        margin-right: 3px;
    }

    .innerWrap img {
        max-width: 90%;
    }

    .greeting_box {
        flex-wrap: wrap;
    }

    #join .contents ul {
        max-width: 86vw;
        margin: auto;
    }

    #join .contents ul li {
        width: 170px;
        height: 145px;
        margin: 0.8em;
    }

    #join .contents ul li img {
        width: 170px;
        height: 145px;
    }

    #join .contents ul li.li-twice {
        width: 260px;
        height: 79px;
    }

    #join .contents ul li.li-twice img {
        width: 260px;
        height: 79px;
    }

    #join .contents ul li h3 {
        font-size: 0.8em;
        top: 92%;
    }

    #join .contents ul li h3.sp-li-h3 {
        top: 91%;
        line-height: 1.3;
    }

    #member .contents ul {
        text-align: center;
    }

    #member .contents ul li img {
        max-width: 50%;
        padding: 1em;
    }

    #access .access_contents {
        flex-wrap: wrap;
        justify-content: center;
    }

    #access .access_box img {
        max-width: 95vw;
    }

    #access .access_box {
        flex-wrap: wrap;
        margin: 1em auto;
    }

    #access .access_detail {
        margin: auto;
        max-width: 90%;
    }

    /* contents
	**************************************/
    #contents .pagePath {
        display: none;
    }

    #contents {
        line-height: 1.6;
        background-color: #FFF;
    }

    #contents .bg1 {
        background-color: #F7F3ED;
    }

    .pagePath {
        max-width: 1100px;
        font-size: 0.8rem;
        margin: 0 auto 0.5em;
    }

    .middletitle {
        font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
        text-align: center;
        margin-bottom: 1em;
    }

    .middletitle span {
        display: inline-block;
        font-size: 1.8rem;
        font-weight: bold;
        padding: 0 1.5em 0.5em;
    }

    .middletitle_bg p {
        margin: -3em auto;
    }

    .middletitle small {
        display: block;
        color: #3E4A77;
        font-size: 0.9rem;
        font-weight: normal;
        margin: -0.5em 0;
    }

    #contents .mainTitle_div {
        background-size: cover;
        background-position: center;
        height: 160px;
    }

    #contents .mainTitle {
        /*background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        font-size: 1.3rem;
        font-weight: bold;*/
        background-color: rgba(0, 0, 0, 0.1);
        height: 160px;
    }


    #contents .mainTitle span {
        padding-left: 1em;
        max-width: 1100px;
        line-height: 6.0em;
    }

    #contents .subTitle {
        font-size: 0.8rem;
    }

    #contents .subTitle span {
        color: #FFF;
        font-size: 1.5rem;
    }

    #contents .miniTitle {
        margin-bottom: 3em;
    }

    #contents .miniTitle span {
        font-size: 1.2rem;
        padding: 0 0.5em 0.2em;
    }

    #contents .menubox ul {
        overflow-x: auto;
    }

    #contents .menubox ul li {
        width: calc(100% / 2) !important;
        font-size: 0.7rem;
    }

    #contents .menubox ul li a {
        display: block;
        padding-top: 25px;
        height: 150px;
        color: #333;
    }

    #contents .menubox ul li a:visited {
        color: #333333;
    }

    #contents .contentsbox .innerWrap {
        padding: 30px 0;
    }

    #contents .borderbox {
        padding: 0.5em;
    }

    table.simpledata {
        width: 100%;
        font-size: 1.0rem;
    }

    table.simpledata th,
    table.simpledata td {
        display: block;
        width: 100%;
        padding: 0.4em;
    }

    table.simpledata tr:not(:last-child) th,
    table.simpledata tr:not(:last-child) td {
        border-bottom: 0px solid #4D4D4D;
    }

    /*
    #link ul li a .height110 {
        width: 240px;
        height: auto;
    }*/
    #link ul li a img {
        width: 240px;
        height: auto;
    }

    #link ul li .link_recommend {
        max-width: 100%;
    }



    /* footer
**************************************/
    footer {
        font-size: 0.8rem;
    }

    footer .innerWrap {
        padding: 2em 15px;
        overflow: hidden;
    }

    footer .etc_navi dl {
        display: inline-block;
        width: 47%;
        margin-right: 2%;
        vertical-align: top;
        margin-bottom: 1em;
    }

    footer .etc_navi dl dt + dt {
        margin-top: 2em;
    }

    footer .etc_navi dl dd {
        padding-left: 0.8em;
        margin-bottom: 0.2em;
        font-size: 0.9rem;
    }

    footer .etc_navi2 {
        border-top: 1px solid #FFF;
    }

    footer .etc_navi2 li {
        display: block;
        margin-right: 0;
        margin-bottom: 0.5em;
    }

    footer .etc_navi2 li:nth-of-type(5) {
        margin-right: 0;
        text-align: left;
        margin-top: 1em;
    }

    footer .address li {
        color: #FFF;
        display: block;
        width: 100%;
        margin-bottom: 0.8em;
    }

    footer .address li:nth-of-type(2) {
        text-align: left;
    }

    footer .address li img {
        width: 50%;
    }

    footer .copy {
        font-size: 0.3rem;
        text-align: center;
        background-color: #FFF;
    }

    /* #contents */
    #contents .innerWrap {
        padding: 1em 3% !important;
    }


}

@media (max-width: 768px) {
    #information .info_list ul li {
        width: 35%;
        justify-content: center;
    }

    a.download {
        flex-direction: column;
    }

    #join .contents .pc-middle {
        display: none;
    }

    #join .contents .sp-middle {
        display: inline-block;
        height: auto;
        margin: 0 0.8em;
        font-size: 0.8em;
    }

    #join .contents ul li.tablet {
        display: none;
    }

    #join .contents ul li.sp {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .btnlink {
        font-size: 0.9rem;
        padding: 10px 35px 10px 50px;
        min-width: 75%;
        display: inline-block;
        margin-bottom: 1em;
        top: -16em;
    }

    .btn_more {
        margin: 12px auto 0;
    }

    .middletitle span {
        padding: 0 0.5em;
    }

    #contents .menubox ul {
        overflow-x: auto;
        width: 100%;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    #contents .menubox ul li {
        width: 160px;
        font-size: 0.7rem;
    }

    #contents .menubox ul li a {
        display: block;
        padding-top: 10px;
        height: 110px;
    }

    #contents .menubox ul li.nolink {
        display: none;
    }

    ::-webkit-scrollbar {
        width: 4px;
        height: 5px;
    }

    ::-webkit-scrollbar-track {
        background-color: rgba(242, 242, 242, 0.3);
        border-radius: 100px;
    }

    ::-webkit-scrollbar-thumb {
        background: #808080;
        border-radius: 100px;
        width: 20px;
    }

    #member .contents ul li img {
        max-width: 100%;
        padding: 1em;
    }

    #join {
        padding-top: 2em;
    }

    #join .contents {
        width: 95%;
    }

    #join .contents ul {
        max-width: 94vw;
        margin: auto;
    }

    #join .contents ul li {
        width: 153px;
        height: 130px;
        margin: 1em 0.5em;
    }

    #join .contents ul li img {
        width: 153px;
        height: 130px;
    }

    #join .contents ul li h3 {
        font-size: 0.8em;
        top: 92%;
    }

    #join .contents ul li h3.sp-li-h3 {
        top: 88%;
        line-height: 1.3;
    }

    #join .contents ul li h3.sp_font {
        font-size: 0.7em;
    }

    #information .info_list ul li {
        width: 48%;
    }

    footer .address li img {
        width: 90%;
    }

}


/* error
**************************************/
#contents .inboxError {
    max-width: 1200px;
    margin: 2em auto;
    padding: 50px 0;
    border: 1px solid #B2B2B2;
    border-radius: 5px;
    text-align: center;
}
